@aws-sdk/client-codedeploy 3.33.0 → 3.36.1

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 (502) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/CodeDeploy.js +2 -105
  3. package/dist-cjs/CodeDeployClient.js +35 -0
  4. package/{dist/cjs → dist-cjs}/commands/AddTagsToOnPremisesInstancesCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/BatchGetApplicationRevisionsCommand.js +2 -28
  6. package/{dist/cjs → dist-cjs}/commands/BatchGetApplicationsCommand.js +2 -28
  7. package/{dist/cjs → dist-cjs}/commands/BatchGetDeploymentGroupsCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/BatchGetDeploymentInstancesCommand.js +2 -36
  9. package/dist-cjs/commands/BatchGetDeploymentTargetsCommand.js +36 -0
  10. package/{dist/cjs → dist-cjs}/commands/BatchGetDeploymentsCommand.js +2 -28
  11. package/{dist/cjs → dist-cjs}/commands/BatchGetOnPremisesInstancesCommand.js +2 -28
  12. package/{dist/cjs → dist-cjs}/commands/ContinueDeploymentCommand.js +2 -31
  13. package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/CreateDeploymentCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/commands/CreateDeploymentConfigCommand.js +2 -27
  16. package/{dist/cjs → dist-cjs}/commands/CreateDeploymentGroupCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/DeleteDeploymentConfigCommand.js +2 -31
  19. package/{dist/cjs → dist-cjs}/commands/DeleteDeploymentGroupCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/DeleteGitHubAccountTokenCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/DeleteResourcesByExternalIdCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/DeregisterOnPremisesInstanceCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/GetApplicationCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/GetApplicationRevisionCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/GetDeploymentCommand.js +2 -33
  26. package/{dist/cjs → dist-cjs}/commands/GetDeploymentConfigCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/GetDeploymentGroupCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/GetDeploymentInstanceCommand.js +2 -29
  29. package/{dist/cjs → dist-cjs}/commands/GetDeploymentTargetCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/GetOnPremisesInstanceCommand.js +2 -27
  31. package/{dist/cjs → dist-cjs}/commands/ListApplicationRevisionsCommand.js +2 -27
  32. package/{dist/cjs → dist-cjs}/commands/ListApplicationsCommand.js +2 -27
  33. package/{dist/cjs → dist-cjs}/commands/ListDeploymentConfigsCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/ListDeploymentGroupsCommand.js +2 -28
  35. package/{dist/cjs → dist-cjs}/commands/ListDeploymentInstancesCommand.js +2 -35
  36. package/{dist/cjs → dist-cjs}/commands/ListDeploymentTargetsCommand.js +2 -27
  37. package/{dist/cjs → dist-cjs}/commands/ListDeploymentsCommand.js +2 -28
  38. package/{dist/cjs → dist-cjs}/commands/ListGitHubAccountTokenNamesCommand.js +2 -27
  39. package/{dist/cjs → dist-cjs}/commands/ListOnPremisesInstancesCommand.js +2 -30
  40. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -28
  41. package/dist-cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +36 -0
  42. package/{dist/cjs → dist-cjs}/commands/RegisterApplicationRevisionCommand.js +2 -27
  43. package/{dist/cjs → dist-cjs}/commands/RegisterOnPremisesInstanceCommand.js +2 -31
  44. package/{dist/cjs → dist-cjs}/commands/RemoveTagsFromOnPremisesInstancesCommand.js +2 -27
  45. package/{dist/cjs → dist-cjs}/commands/SkipWaitTimeForInstanceTerminationCommand.js +2 -30
  46. package/{dist/cjs → dist-cjs}/commands/StopDeploymentCommand.js +2 -27
  47. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -28
  48. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -29
  49. package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +2 -27
  50. package/{dist/cjs → dist-cjs}/commands/UpdateDeploymentGroupCommand.js +2 -27
  51. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  52. package/{dist/cjs → dist-cjs}/index.js +0 -1
  53. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  54. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -742
  55. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  56. package/{dist/cjs → dist-cjs}/pagination/ListApplicationRevisionsPaginator.js +0 -11
  57. package/{dist/cjs → dist-cjs}/pagination/ListApplicationsPaginator.js +0 -11
  58. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentConfigsPaginator.js +0 -11
  59. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentGroupsPaginator.js +0 -11
  60. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentInstancesPaginator.js +0 -11
  61. package/{dist/cjs → dist-cjs}/pagination/ListDeploymentsPaginator.js +0 -11
  62. package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
  63. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  64. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  65. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  66. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  67. package/{dist/cjs → dist-cjs}/waiters/waitForDeploymentSuccessful.js +5 -15
  68. package/{dist/es → dist-es}/CodeDeploy.js +3 -106
  69. package/dist-es/CodeDeployClient.js +37 -0
  70. package/{dist/es → dist-es}/commands/AddTagsToOnPremisesInstancesCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/BatchGetApplicationRevisionsCommand.js +4 -31
  72. package/{dist/es → dist-es}/commands/BatchGetApplicationsCommand.js +4 -31
  73. package/{dist/es → dist-es}/commands/BatchGetDeploymentGroupsCommand.js +4 -30
  74. package/{dist/es → dist-es}/commands/BatchGetDeploymentInstancesCommand.js +4 -39
  75. package/dist-es/commands/BatchGetDeploymentTargetsCommand.js +39 -0
  76. package/{dist/es → dist-es}/commands/BatchGetDeploymentsCommand.js +4 -31
  77. package/{dist/es → dist-es}/commands/BatchGetOnPremisesInstancesCommand.js +4 -31
  78. package/{dist/es → dist-es}/commands/ContinueDeploymentCommand.js +4 -34
  79. package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/CreateDeploymentCommand.js +4 -30
  81. package/{dist/es → dist-es}/commands/CreateDeploymentConfigCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/CreateDeploymentGroupCommand.js +4 -30
  83. package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +4 -30
  84. package/{dist/es → dist-es}/commands/DeleteDeploymentConfigCommand.js +4 -34
  85. package/{dist/es → dist-es}/commands/DeleteDeploymentGroupCommand.js +4 -30
  86. package/{dist/es → dist-es}/commands/DeleteGitHubAccountTokenCommand.js +4 -30
  87. package/{dist/es → dist-es}/commands/DeleteResourcesByExternalIdCommand.js +4 -30
  88. package/{dist/es → dist-es}/commands/DeregisterOnPremisesInstanceCommand.js +4 -30
  89. package/{dist/es → dist-es}/commands/GetApplicationCommand.js +4 -30
  90. package/{dist/es → dist-es}/commands/GetApplicationRevisionCommand.js +4 -30
  91. package/{dist/es → dist-es}/commands/GetDeploymentCommand.js +4 -36
  92. package/{dist/es → dist-es}/commands/GetDeploymentConfigCommand.js +4 -30
  93. package/{dist/es → dist-es}/commands/GetDeploymentGroupCommand.js +4 -30
  94. package/{dist/es → dist-es}/commands/GetDeploymentInstanceCommand.js +4 -32
  95. package/{dist/es → dist-es}/commands/GetDeploymentTargetCommand.js +4 -30
  96. package/{dist/es → dist-es}/commands/GetOnPremisesInstanceCommand.js +4 -30
  97. package/{dist/es → dist-es}/commands/ListApplicationRevisionsCommand.js +4 -30
  98. package/{dist/es → dist-es}/commands/ListApplicationsCommand.js +4 -30
  99. package/{dist/es → dist-es}/commands/ListDeploymentConfigsCommand.js +4 -30
  100. package/{dist/es → dist-es}/commands/ListDeploymentGroupsCommand.js +4 -31
  101. package/{dist/es → dist-es}/commands/ListDeploymentInstancesCommand.js +4 -38
  102. package/{dist/es → dist-es}/commands/ListDeploymentTargetsCommand.js +4 -30
  103. package/{dist/es → dist-es}/commands/ListDeploymentsCommand.js +4 -31
  104. package/{dist/es → dist-es}/commands/ListGitHubAccountTokenNamesCommand.js +4 -30
  105. package/{dist/es → dist-es}/commands/ListOnPremisesInstancesCommand.js +4 -33
  106. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -31
  107. package/dist-es/commands/PutLifecycleEventHookExecutionStatusCommand.js +39 -0
  108. package/{dist/es → dist-es}/commands/RegisterApplicationRevisionCommand.js +4 -30
  109. package/{dist/es → dist-es}/commands/RegisterOnPremisesInstanceCommand.js +4 -34
  110. package/{dist/es → dist-es}/commands/RemoveTagsFromOnPremisesInstancesCommand.js +4 -30
  111. package/{dist/es → dist-es}/commands/SkipWaitTimeForInstanceTerminationCommand.js +4 -33
  112. package/{dist/es → dist-es}/commands/StopDeploymentCommand.js +4 -30
  113. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
  114. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -32
  115. package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +4 -30
  116. package/{dist/es → dist-es}/commands/UpdateDeploymentGroupCommand.js +4 -30
  117. package/{dist/es → dist-es}/endpoints.js +1 -2
  118. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  119. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  120. package/{dist/es → dist-es}/models/models_0.js +0 -742
  121. package/dist-es/pagination/Interfaces.js +1 -0
  122. package/{dist/es → dist-es}/pagination/ListApplicationRevisionsPaginator.js +16 -29
  123. package/{dist/es → dist-es}/pagination/ListApplicationsPaginator.js +16 -29
  124. package/{dist/es → dist-es}/pagination/ListDeploymentConfigsPaginator.js +16 -29
  125. package/{dist/es → dist-es}/pagination/ListDeploymentGroupsPaginator.js +16 -29
  126. package/{dist/es → dist-es}/pagination/ListDeploymentInstancesPaginator.js +16 -29
  127. package/{dist/es → dist-es}/pagination/ListDeploymentsPaginator.js +16 -29
  128. package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1763 -1769
  129. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  130. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  131. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  132. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  133. package/{dist/es → dist-es}/waiters/waitForDeploymentSuccessful.js +11 -21
  134. package/{dist/types → dist-types}/CodeDeploy.d.ts +3 -3
  135. package/{dist/types → dist-types}/CodeDeployClient.d.ts +10 -10
  136. package/{dist/types → dist-types}/commands/AddTagsToOnPremisesInstancesCommand.d.ts +2 -2
  137. package/{dist/types → dist-types}/commands/BatchGetApplicationRevisionsCommand.d.ts +2 -2
  138. package/{dist/types → dist-types}/commands/BatchGetApplicationsCommand.d.ts +2 -2
  139. package/{dist/types → dist-types}/commands/BatchGetDeploymentGroupsCommand.d.ts +2 -2
  140. package/{dist/types → dist-types}/commands/BatchGetDeploymentInstancesCommand.d.ts +2 -2
  141. package/{dist/types → dist-types}/commands/BatchGetDeploymentTargetsCommand.d.ts +2 -2
  142. package/{dist/types → dist-types}/commands/BatchGetDeploymentsCommand.d.ts +2 -2
  143. package/{dist/types → dist-types}/commands/BatchGetOnPremisesInstancesCommand.d.ts +2 -2
  144. package/{dist/types → dist-types}/commands/ContinueDeploymentCommand.d.ts +2 -2
  145. package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +2 -2
  146. package/{dist/types → dist-types}/commands/CreateDeploymentCommand.d.ts +2 -2
  147. package/{dist/types → dist-types}/commands/CreateDeploymentConfigCommand.d.ts +2 -2
  148. package/{dist/types → dist-types}/commands/CreateDeploymentGroupCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/DeleteDeploymentConfigCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/DeleteDeploymentGroupCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/DeleteGitHubAccountTokenCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/DeleteResourcesByExternalIdCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/DeregisterOnPremisesInstanceCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/GetApplicationCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/GetApplicationRevisionCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/GetDeploymentCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/GetDeploymentConfigCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/GetDeploymentGroupCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/GetDeploymentInstanceCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/GetDeploymentTargetCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/GetOnPremisesInstanceCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/ListApplicationRevisionsCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/ListApplicationsCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/ListDeploymentConfigsCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/ListDeploymentGroupsCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/ListDeploymentInstancesCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/ListDeploymentTargetsCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/ListDeploymentsCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/ListGitHubAccountTokenNamesCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/ListOnPremisesInstancesCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/RegisterApplicationRevisionCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/RegisterOnPremisesInstanceCommand.d.ts +2 -2
  176. package/{dist/types → dist-types}/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +2 -2
  177. package/{dist/types → dist-types}/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/StopDeploymentCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/UpdateDeploymentGroupCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  184. package/{index.ts → dist-types/index.d.ts} +0 -0
  185. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  186. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  187. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  188. package/{dist/types → dist-types}/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
  189. package/{dist/types → dist-types}/pagination/ListApplicationsPaginator.d.ts +1 -1
  190. package/{dist/types → dist-types}/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
  191. package/{dist/types → dist-types}/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
  192. package/{dist/types → dist-types}/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
  193. package/{dist/types → dist-types}/pagination/ListDeploymentsPaginator.d.ts +1 -1
  194. package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +4 -4
  195. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  196. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  197. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  198. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  199. package/{dist/types → dist-types}/ts3.4/CodeDeploy.d.ts +51 -334
  200. package/{dist/types → dist-types}/ts3.4/CodeDeployClient.d.ts +34 -198
  201. package/{dist/types → dist-types}/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +4 -22
  202. package/{dist/types → dist-types}/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +4 -23
  203. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +17 -0
  204. package/{dist/types → dist-types}/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +4 -22
  205. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +17 -0
  206. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +17 -0
  207. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +17 -0
  208. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +17 -0
  209. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +17 -0
  210. package/{dist/types → dist-types}/ts3.4/commands/CreateApplicationCommand.d.ts +4 -22
  211. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +17 -0
  212. package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +4 -22
  213. package/{dist/types → dist-types}/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +4 -22
  214. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +17 -0
  215. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +17 -0
  216. package/{dist/types → dist-types}/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +4 -22
  217. package/{dist/types → dist-types}/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +4 -22
  218. package/{dist/types → dist-types}/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +4 -22
  219. package/{dist/types → dist-types}/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +4 -22
  220. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +17 -0
  221. package/{dist/types → dist-types}/ts3.4/commands/GetApplicationRevisionCommand.d.ts +4 -22
  222. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +17 -0
  223. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentConfigCommand.d.ts +4 -22
  224. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentGroupCommand.d.ts +4 -22
  225. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +4 -24
  226. package/{dist/types → dist-types}/ts3.4/commands/GetDeploymentTargetCommand.d.ts +4 -22
  227. package/{dist/types → dist-types}/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +4 -22
  228. package/{dist/types → dist-types}/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +4 -22
  229. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +17 -0
  230. package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +4 -22
  231. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +17 -0
  232. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +17 -0
  233. package/{dist/types → dist-types}/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +4 -22
  234. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +17 -0
  235. package/{dist/types → dist-types}/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +4 -22
  236. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +17 -0
  237. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  238. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +17 -0
  239. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +17 -0
  240. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +17 -0
  241. package/{dist/types → dist-types}/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +4 -22
  242. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +17 -0
  243. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +17 -0
  244. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  245. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  246. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +17 -0
  247. package/{dist/types → dist-types}/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +4 -22
  248. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  249. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  250. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  251. package/dist-types/ts3.4/models/models_0.d.ts +3195 -0
  252. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  253. package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +1 -1
  254. package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
  255. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +1 -1
  256. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +1 -1
  257. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +1 -1
  258. package/{dist/types → dist-types}/ts3.4/pagination/ListDeploymentsPaginator.d.ts +1 -1
  259. package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +4 -4
  260. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  261. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  262. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  263. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  264. package/{dist/types → dist-types}/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +3 -10
  265. package/{dist/types → dist-types}/waiters/waitForDeploymentSuccessful.d.ts +1 -1
  266. package/package.json +53 -50
  267. package/CodeDeploy.ts +0 -1923
  268. package/CodeDeployClient.ts +0 -577
  269. package/commands/AddTagsToOnPremisesInstancesCommand.ts +0 -97
  270. package/commands/BatchGetApplicationRevisionsCommand.ts +0 -100
  271. package/commands/BatchGetApplicationsCommand.ts +0 -95
  272. package/commands/BatchGetDeploymentGroupsCommand.ts +0 -94
  273. package/commands/BatchGetDeploymentInstancesCommand.ts +0 -106
  274. package/commands/BatchGetDeploymentTargetsCommand.ts +0 -124
  275. package/commands/BatchGetDeploymentsCommand.ts +0 -95
  276. package/commands/BatchGetOnPremisesInstancesCommand.ts +0 -98
  277. package/commands/ContinueDeploymentCommand.ts +0 -98
  278. package/commands/CreateApplicationCommand.ts +0 -94
  279. package/commands/CreateDeploymentCommand.ts +0 -94
  280. package/commands/CreateDeploymentConfigCommand.ts +0 -94
  281. package/commands/CreateDeploymentGroupCommand.ts +0 -94
  282. package/commands/DeleteApplicationCommand.ts +0 -94
  283. package/commands/DeleteDeploymentConfigCommand.ts +0 -98
  284. package/commands/DeleteDeploymentGroupCommand.ts +0 -94
  285. package/commands/DeleteGitHubAccountTokenCommand.ts +0 -94
  286. package/commands/DeleteResourcesByExternalIdCommand.ts +0 -97
  287. package/commands/DeregisterOnPremisesInstanceCommand.ts +0 -97
  288. package/commands/GetApplicationCommand.ts +0 -94
  289. package/commands/GetApplicationRevisionCommand.ts +0 -94
  290. package/commands/GetDeploymentCommand.ts +0 -100
  291. package/commands/GetDeploymentConfigCommand.ts +0 -94
  292. package/commands/GetDeploymentGroupCommand.ts +0 -94
  293. package/commands/GetDeploymentInstanceCommand.ts +0 -96
  294. package/commands/GetDeploymentTargetCommand.ts +0 -94
  295. package/commands/GetOnPremisesInstanceCommand.ts +0 -94
  296. package/commands/ListApplicationRevisionsCommand.ts +0 -94
  297. package/commands/ListApplicationsCommand.ts +0 -94
  298. package/commands/ListDeploymentConfigsCommand.ts +0 -94
  299. package/commands/ListDeploymentGroupsCommand.ts +0 -95
  300. package/commands/ListDeploymentInstancesCommand.ts +0 -102
  301. package/commands/ListDeploymentTargetsCommand.ts +0 -94
  302. package/commands/ListDeploymentsCommand.ts +0 -95
  303. package/commands/ListGitHubAccountTokenNamesCommand.ts +0 -97
  304. package/commands/ListOnPremisesInstancesCommand.ts +0 -97
  305. package/commands/ListTagsForResourceCommand.ts +0 -95
  306. package/commands/PutLifecycleEventHookExecutionStatusCommand.ts +0 -113
  307. package/commands/RegisterApplicationRevisionCommand.ts +0 -97
  308. package/commands/RegisterOnPremisesInstanceCommand.ts +0 -101
  309. package/commands/RemoveTagsFromOnPremisesInstancesCommand.ts +0 -100
  310. package/commands/SkipWaitTimeForInstanceTerminationCommand.ts +0 -103
  311. package/commands/StopDeploymentCommand.ts +0 -94
  312. package/commands/TagResourceCommand.ts +0 -95
  313. package/commands/UntagResourceCommand.ts +0 -96
  314. package/commands/UpdateApplicationCommand.ts +0 -94
  315. package/commands/UpdateDeploymentGroupCommand.ts +0 -94
  316. package/dist/cjs/CodeDeploy.js.map +0 -1
  317. package/dist/cjs/CodeDeployClient.js +0 -143
  318. package/dist/cjs/CodeDeployClient.js.map +0 -1
  319. package/dist/cjs/commands/AddTagsToOnPremisesInstancesCommand.js.map +0 -1
  320. package/dist/cjs/commands/BatchGetApplicationRevisionsCommand.js.map +0 -1
  321. package/dist/cjs/commands/BatchGetApplicationsCommand.js.map +0 -1
  322. package/dist/cjs/commands/BatchGetDeploymentGroupsCommand.js.map +0 -1
  323. package/dist/cjs/commands/BatchGetDeploymentInstancesCommand.js.map +0 -1
  324. package/dist/cjs/commands/BatchGetDeploymentTargetsCommand.js +0 -88
  325. package/dist/cjs/commands/BatchGetDeploymentTargetsCommand.js.map +0 -1
  326. package/dist/cjs/commands/BatchGetDeploymentsCommand.js.map +0 -1
  327. package/dist/cjs/commands/BatchGetOnPremisesInstancesCommand.js.map +0 -1
  328. package/dist/cjs/commands/ContinueDeploymentCommand.js.map +0 -1
  329. package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
  330. package/dist/cjs/commands/CreateDeploymentCommand.js.map +0 -1
  331. package/dist/cjs/commands/CreateDeploymentConfigCommand.js.map +0 -1
  332. package/dist/cjs/commands/CreateDeploymentGroupCommand.js.map +0 -1
  333. package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
  334. package/dist/cjs/commands/DeleteDeploymentConfigCommand.js.map +0 -1
  335. package/dist/cjs/commands/DeleteDeploymentGroupCommand.js.map +0 -1
  336. package/dist/cjs/commands/DeleteGitHubAccountTokenCommand.js.map +0 -1
  337. package/dist/cjs/commands/DeleteResourcesByExternalIdCommand.js.map +0 -1
  338. package/dist/cjs/commands/DeregisterOnPremisesInstanceCommand.js.map +0 -1
  339. package/dist/cjs/commands/GetApplicationCommand.js.map +0 -1
  340. package/dist/cjs/commands/GetApplicationRevisionCommand.js.map +0 -1
  341. package/dist/cjs/commands/GetDeploymentCommand.js.map +0 -1
  342. package/dist/cjs/commands/GetDeploymentConfigCommand.js.map +0 -1
  343. package/dist/cjs/commands/GetDeploymentGroupCommand.js.map +0 -1
  344. package/dist/cjs/commands/GetDeploymentInstanceCommand.js.map +0 -1
  345. package/dist/cjs/commands/GetDeploymentTargetCommand.js.map +0 -1
  346. package/dist/cjs/commands/GetOnPremisesInstanceCommand.js.map +0 -1
  347. package/dist/cjs/commands/ListApplicationRevisionsCommand.js.map +0 -1
  348. package/dist/cjs/commands/ListApplicationsCommand.js.map +0 -1
  349. package/dist/cjs/commands/ListDeploymentConfigsCommand.js.map +0 -1
  350. package/dist/cjs/commands/ListDeploymentGroupsCommand.js.map +0 -1
  351. package/dist/cjs/commands/ListDeploymentInstancesCommand.js.map +0 -1
  352. package/dist/cjs/commands/ListDeploymentTargetsCommand.js.map +0 -1
  353. package/dist/cjs/commands/ListDeploymentsCommand.js.map +0 -1
  354. package/dist/cjs/commands/ListGitHubAccountTokenNamesCommand.js.map +0 -1
  355. package/dist/cjs/commands/ListOnPremisesInstancesCommand.js.map +0 -1
  356. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  357. package/dist/cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -69
  358. package/dist/cjs/commands/PutLifecycleEventHookExecutionStatusCommand.js.map +0 -1
  359. package/dist/cjs/commands/RegisterApplicationRevisionCommand.js.map +0 -1
  360. package/dist/cjs/commands/RegisterOnPremisesInstanceCommand.js.map +0 -1
  361. package/dist/cjs/commands/RemoveTagsFromOnPremisesInstancesCommand.js.map +0 -1
  362. package/dist/cjs/commands/SkipWaitTimeForInstanceTerminationCommand.js.map +0 -1
  363. package/dist/cjs/commands/StopDeploymentCommand.js.map +0 -1
  364. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  365. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  366. package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
  367. package/dist/cjs/commands/UpdateDeploymentGroupCommand.js.map +0 -1
  368. package/dist/cjs/endpoints.js.map +0 -1
  369. package/dist/cjs/index.js.map +0 -1
  370. package/dist/cjs/models/index.js.map +0 -1
  371. package/dist/cjs/models/models_0.js.map +0 -1
  372. package/dist/cjs/package.json +0 -92
  373. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  374. package/dist/cjs/pagination/ListApplicationRevisionsPaginator.js.map +0 -1
  375. package/dist/cjs/pagination/ListApplicationsPaginator.js.map +0 -1
  376. package/dist/cjs/pagination/ListDeploymentConfigsPaginator.js.map +0 -1
  377. package/dist/cjs/pagination/ListDeploymentGroupsPaginator.js.map +0 -1
  378. package/dist/cjs/pagination/ListDeploymentInstancesPaginator.js.map +0 -1
  379. package/dist/cjs/pagination/ListDeploymentsPaginator.js.map +0 -1
  380. package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
  381. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  382. package/dist/cjs/runtimeConfig.js.map +0 -1
  383. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  384. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  385. package/dist/cjs/waiters/waitForDeploymentSuccessful.js.map +0 -1
  386. package/dist/es/CodeDeploy.js.map +0 -1
  387. package/dist/es/CodeDeployClient.js +0 -145
  388. package/dist/es/CodeDeployClient.js.map +0 -1
  389. package/dist/es/commands/AddTagsToOnPremisesInstancesCommand.js.map +0 -1
  390. package/dist/es/commands/BatchGetApplicationRevisionsCommand.js.map +0 -1
  391. package/dist/es/commands/BatchGetApplicationsCommand.js.map +0 -1
  392. package/dist/es/commands/BatchGetDeploymentGroupsCommand.js.map +0 -1
  393. package/dist/es/commands/BatchGetDeploymentInstancesCommand.js.map +0 -1
  394. package/dist/es/commands/BatchGetDeploymentTargetsCommand.js +0 -92
  395. package/dist/es/commands/BatchGetDeploymentTargetsCommand.js.map +0 -1
  396. package/dist/es/commands/BatchGetDeploymentsCommand.js.map +0 -1
  397. package/dist/es/commands/BatchGetOnPremisesInstancesCommand.js.map +0 -1
  398. package/dist/es/commands/ContinueDeploymentCommand.js.map +0 -1
  399. package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
  400. package/dist/es/commands/CreateDeploymentCommand.js.map +0 -1
  401. package/dist/es/commands/CreateDeploymentConfigCommand.js.map +0 -1
  402. package/dist/es/commands/CreateDeploymentGroupCommand.js.map +0 -1
  403. package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
  404. package/dist/es/commands/DeleteDeploymentConfigCommand.js.map +0 -1
  405. package/dist/es/commands/DeleteDeploymentGroupCommand.js.map +0 -1
  406. package/dist/es/commands/DeleteGitHubAccountTokenCommand.js.map +0 -1
  407. package/dist/es/commands/DeleteResourcesByExternalIdCommand.js.map +0 -1
  408. package/dist/es/commands/DeregisterOnPremisesInstanceCommand.js.map +0 -1
  409. package/dist/es/commands/GetApplicationCommand.js.map +0 -1
  410. package/dist/es/commands/GetApplicationRevisionCommand.js.map +0 -1
  411. package/dist/es/commands/GetDeploymentCommand.js.map +0 -1
  412. package/dist/es/commands/GetDeploymentConfigCommand.js.map +0 -1
  413. package/dist/es/commands/GetDeploymentGroupCommand.js.map +0 -1
  414. package/dist/es/commands/GetDeploymentInstanceCommand.js.map +0 -1
  415. package/dist/es/commands/GetDeploymentTargetCommand.js.map +0 -1
  416. package/dist/es/commands/GetOnPremisesInstanceCommand.js.map +0 -1
  417. package/dist/es/commands/ListApplicationRevisionsCommand.js.map +0 -1
  418. package/dist/es/commands/ListApplicationsCommand.js.map +0 -1
  419. package/dist/es/commands/ListDeploymentConfigsCommand.js.map +0 -1
  420. package/dist/es/commands/ListDeploymentGroupsCommand.js.map +0 -1
  421. package/dist/es/commands/ListDeploymentInstancesCommand.js.map +0 -1
  422. package/dist/es/commands/ListDeploymentTargetsCommand.js.map +0 -1
  423. package/dist/es/commands/ListDeploymentsCommand.js.map +0 -1
  424. package/dist/es/commands/ListGitHubAccountTokenNamesCommand.js.map +0 -1
  425. package/dist/es/commands/ListOnPremisesInstancesCommand.js.map +0 -1
  426. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  427. package/dist/es/commands/PutLifecycleEventHookExecutionStatusCommand.js +0 -73
  428. package/dist/es/commands/PutLifecycleEventHookExecutionStatusCommand.js.map +0 -1
  429. package/dist/es/commands/RegisterApplicationRevisionCommand.js.map +0 -1
  430. package/dist/es/commands/RegisterOnPremisesInstanceCommand.js.map +0 -1
  431. package/dist/es/commands/RemoveTagsFromOnPremisesInstancesCommand.js.map +0 -1
  432. package/dist/es/commands/SkipWaitTimeForInstanceTerminationCommand.js.map +0 -1
  433. package/dist/es/commands/StopDeploymentCommand.js.map +0 -1
  434. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  435. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  436. package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
  437. package/dist/es/commands/UpdateDeploymentGroupCommand.js.map +0 -1
  438. package/dist/es/endpoints.js.map +0 -1
  439. package/dist/es/index.js +0 -59
  440. package/dist/es/index.js.map +0 -1
  441. package/dist/es/models/index.js +0 -2
  442. package/dist/es/models/index.js.map +0 -1
  443. package/dist/es/models/models_0.js.map +0 -1
  444. package/dist/es/package.json +0 -92
  445. package/dist/es/pagination/Interfaces.js +0 -2
  446. package/dist/es/pagination/Interfaces.js.map +0 -1
  447. package/dist/es/pagination/ListApplicationRevisionsPaginator.js.map +0 -1
  448. package/dist/es/pagination/ListApplicationsPaginator.js.map +0 -1
  449. package/dist/es/pagination/ListDeploymentConfigsPaginator.js.map +0 -1
  450. package/dist/es/pagination/ListDeploymentGroupsPaginator.js.map +0 -1
  451. package/dist/es/pagination/ListDeploymentInstancesPaginator.js.map +0 -1
  452. package/dist/es/pagination/ListDeploymentsPaginator.js.map +0 -1
  453. package/dist/es/protocols/Aws_json1_1.js.map +0 -1
  454. package/dist/es/runtimeConfig.browser.js.map +0 -1
  455. package/dist/es/runtimeConfig.js.map +0 -1
  456. package/dist/es/runtimeConfig.native.js.map +0 -1
  457. package/dist/es/runtimeConfig.shared.js.map +0 -1
  458. package/dist/es/waiters/waitForDeploymentSuccessful.js.map +0 -1
  459. package/dist/types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +0 -36
  460. package/dist/types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +0 -44
  461. package/dist/types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +0 -62
  462. package/dist/types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +0 -36
  463. package/dist/types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +0 -36
  464. package/dist/types/ts3.4/commands/ContinueDeploymentCommand.d.ts +0 -39
  465. package/dist/types/ts3.4/commands/CreateDeploymentCommand.d.ts +0 -35
  466. package/dist/types/ts3.4/commands/DeleteApplicationCommand.d.ts +0 -35
  467. package/dist/types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +0 -39
  468. package/dist/types/ts3.4/commands/GetApplicationCommand.d.ts +0 -35
  469. package/dist/types/ts3.4/commands/GetDeploymentCommand.d.ts +0 -41
  470. package/dist/types/ts3.4/commands/ListApplicationsCommand.d.ts +0 -35
  471. package/dist/types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +0 -36
  472. package/dist/types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +0 -43
  473. package/dist/types/ts3.4/commands/ListDeploymentsCommand.d.ts +0 -36
  474. package/dist/types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +0 -38
  475. package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -36
  476. package/dist/types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +0 -43
  477. package/dist/types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +0 -35
  478. package/dist/types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +0 -39
  479. package/dist/types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +0 -38
  480. package/dist/types/ts3.4/commands/StopDeploymentCommand.d.ts +0 -35
  481. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -36
  482. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -37
  483. package/dist/types/ts3.4/commands/UpdateApplicationCommand.d.ts +0 -35
  484. package/dist/types/ts3.4/models/models_0.d.ts +0 -6275
  485. package/endpoints.ts +0 -86
  486. package/jest.config.js +0 -4
  487. package/models/models_0.ts +0 -7572
  488. package/pagination/Interfaces.ts +0 -7
  489. package/pagination/ListApplicationRevisionsPaginator.ts +0 -57
  490. package/pagination/ListApplicationsPaginator.ts +0 -57
  491. package/pagination/ListDeploymentConfigsPaginator.ts +0 -57
  492. package/pagination/ListDeploymentGroupsPaginator.ts +0 -57
  493. package/pagination/ListDeploymentInstancesPaginator.ts +0 -57
  494. package/pagination/ListDeploymentsPaginator.ts +0 -57
  495. package/protocols/Aws_json1_1.ts +0 -11358
  496. package/runtimeConfig.browser.ts +0 -40
  497. package/runtimeConfig.native.ts +0 -16
  498. package/runtimeConfig.shared.ts +0 -16
  499. package/runtimeConfig.ts +0 -45
  500. package/tsconfig.es.json +0 -12
  501. package/tsconfig.json +0 -32
  502. package/waiters/waitForDeploymentSuccessful.ts +0 -62
@@ -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";
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
9
9
  import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
10
10
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
11
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
12
- /**
13
- * @internal
14
- */
15
12
  export var getRuntimeConfig = function (config) {
16
13
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
17
14
  var clientSharedValues = getSharedRuntimeConfig(config);
18
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 });
19
16
  };
20
- //# 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";
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
13
13
  import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
14
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
15
15
  import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
16
- /**
17
- * @internal
18
- */
19
16
  export var getRuntimeConfig = function (config) {
20
17
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
21
18
  emitWarningIfUnsupportedVersion(process.version);
22
19
  var clientSharedValues = getSharedRuntimeConfig(config);
23
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 });
24
21
  };
25
- //# sourceMappingURL=runtimeConfig.js.map
@@ -1,12 +1,8 @@
1
1
  import { __assign } from "tslib";
2
2
  import { Sha256 } from "@aws-crypto/sha256-js";
3
3
  import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
4
- /**
5
- * @internal
6
- */
7
4
  export var getRuntimeConfig = function (config) {
8
5
  var _a;
9
6
  var browserDefaults = getBrowserRuntimeConfig(config);
10
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 });
11
8
  };
12
- //# sourceMappingURL=runtimeConfig.native.js.map
@@ -1,8 +1,5 @@
1
- import { defaultRegionInfoProvider } from "./endpoints";
2
1
  import { parseUrl } from "@aws-sdk/url-parser";
3
- /**
4
- * @internal
5
- */
2
+ import { defaultRegionInfoProvider } from "./endpoints";
6
3
  export var getRuntimeConfig = function (config) {
7
4
  var _a, _b, _c, _d, _e;
8
5
  return ({
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
14
11
  urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
15
12
  });
16
13
  };
17
- //# sourceMappingURL=runtimeConfig.shared.js.map
@@ -1,13 +1,13 @@
1
1
  import { __assign, __awaiter, __generator } from "tslib";
2
+ import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
2
3
  import { GetDeploymentCommand } from "../commands/GetDeploymentCommand";
3
- import { WaiterState, checkExceptions, createWaiter } from "@aws-sdk/util-waiter";
4
4
  var checkState = function (client, input) { return __awaiter(void 0, void 0, void 0, function () {
5
5
  var reason, result_1, returnComparator, returnComparator, returnComparator, exception_1;
6
6
  return __generator(this, function (_a) {
7
7
  switch (_a.label) {
8
8
  case 0:
9
9
  _a.trys.push([0, 2, , 3]);
10
- return [4 /*yield*/, client.send(new GetDeploymentCommand(input))];
10
+ return [4, client.send(new GetDeploymentCommand(input))];
11
11
  case 1:
12
12
  result_1 = _a.sent();
13
13
  reason = result_1;
@@ -16,7 +16,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
16
16
  return result_1.deploymentInfo.status;
17
17
  };
18
18
  if (returnComparator() === "Succeeded") {
19
- return [2 /*return*/, { state: WaiterState.SUCCESS, reason: reason }];
19
+ return [2, { state: WaiterState.SUCCESS, reason: reason }];
20
20
  }
21
21
  }
22
22
  catch (e) { }
@@ -25,7 +25,7 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
25
25
  return result_1.deploymentInfo.status;
26
26
  };
27
27
  if (returnComparator() === "Failed") {
28
- return [2 /*return*/, { state: WaiterState.FAILURE, reason: reason }];
28
+ return [2, { state: WaiterState.FAILURE, reason: reason }];
29
29
  }
30
30
  }
31
31
  catch (e) { }
@@ -34,46 +34,36 @@ var checkState = function (client, input) { return __awaiter(void 0, void 0, voi
34
34
  return result_1.deploymentInfo.status;
35
35
  };
36
36
  if (returnComparator() === "Stopped") {
37
- return [2 /*return*/, { state: WaiterState.FAILURE, reason: reason }];
37
+ return [2, { state: WaiterState.FAILURE, reason: reason }];
38
38
  }
39
39
  }
40
40
  catch (e) { }
41
- return [3 /*break*/, 3];
41
+ return [3, 3];
42
42
  case 2:
43
43
  exception_1 = _a.sent();
44
44
  reason = exception_1;
45
- return [3 /*break*/, 3];
46
- case 3: return [2 /*return*/, { state: WaiterState.RETRY, reason: reason }];
45
+ return [3, 3];
46
+ case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
47
47
  }
48
48
  });
49
49
  }); };
50
- /**
51
- *
52
- * @deprecated Use waitUntilDeploymentSuccessful instead. waitForDeploymentSuccessful does not throw error in non-success cases.
53
- */
54
50
  export var waitForDeploymentSuccessful = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
55
51
  var serviceDefaults;
56
52
  return __generator(this, function (_a) {
57
53
  serviceDefaults = { minDelay: 15, maxDelay: 120 };
58
- return [2 /*return*/, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
54
+ return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
59
55
  });
60
56
  }); };
61
- /**
62
- *
63
- * @param params - Waiter configuration options.
64
- * @param input - The input to GetDeploymentCommand for polling.
65
- */
66
57
  export var waitUntilDeploymentSuccessful = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
67
58
  var serviceDefaults, result;
68
59
  return __generator(this, function (_a) {
69
60
  switch (_a.label) {
70
61
  case 0:
71
62
  serviceDefaults = { minDelay: 15, maxDelay: 120 };
72
- return [4 /*yield*/, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
63
+ return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
73
64
  case 1:
74
65
  result = _a.sent();
75
- return [2 /*return*/, checkExceptions(result)];
66
+ return [2, checkExceptions(result)];
76
67
  }
77
68
  });
78
69
  }); };
79
- //# sourceMappingURL=waitForDeploymentSuccessful.js.map
@@ -1,11 +1,12 @@
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
1
2
  import { CodeDeployClient } from "./CodeDeployClient";
2
3
  import { AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput } from "./commands/AddTagsToOnPremisesInstancesCommand";
3
4
  import { BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput } from "./commands/BatchGetApplicationRevisionsCommand";
4
5
  import { BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput } from "./commands/BatchGetApplicationsCommand";
5
6
  import { BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput } from "./commands/BatchGetDeploymentGroupsCommand";
6
7
  import { BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput } from "./commands/BatchGetDeploymentInstancesCommand";
7
- import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "./commands/BatchGetDeploymentTargetsCommand";
8
8
  import { BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput } from "./commands/BatchGetDeploymentsCommand";
9
+ import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "./commands/BatchGetDeploymentTargetsCommand";
9
10
  import { BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput } from "./commands/BatchGetOnPremisesInstancesCommand";
10
11
  import { ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput } from "./commands/ContinueDeploymentCommand";
11
12
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
@@ -31,8 +32,8 @@ import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./c
31
32
  import { ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput } from "./commands/ListDeploymentConfigsCommand";
32
33
  import { ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput } from "./commands/ListDeploymentGroupsCommand";
33
34
  import { ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput } from "./commands/ListDeploymentInstancesCommand";
34
- import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "./commands/ListDeploymentTargetsCommand";
35
35
  import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
36
+ import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "./commands/ListDeploymentTargetsCommand";
36
37
  import { ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput } from "./commands/ListGitHubAccountTokenNamesCommand";
37
38
  import { ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput } from "./commands/ListOnPremisesInstancesCommand";
38
39
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
@@ -46,7 +47,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
46
47
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
47
48
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
48
49
  import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
49
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
50
50
  /**
51
51
  * <fullname>AWS CodeDeploy</fullname>
52
52
  * <p>AWS CodeDeploy is a deployment service that automates application deployments to
@@ -1,10 +1,18 @@
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 { AddTagsToOnPremisesInstancesCommandInput, AddTagsToOnPremisesInstancesCommandOutput } from "./commands/AddTagsToOnPremisesInstancesCommand";
2
10
  import { BatchGetApplicationRevisionsCommandInput, BatchGetApplicationRevisionsCommandOutput } from "./commands/BatchGetApplicationRevisionsCommand";
3
11
  import { BatchGetApplicationsCommandInput, BatchGetApplicationsCommandOutput } from "./commands/BatchGetApplicationsCommand";
4
12
  import { BatchGetDeploymentGroupsCommandInput, BatchGetDeploymentGroupsCommandOutput } from "./commands/BatchGetDeploymentGroupsCommand";
5
13
  import { BatchGetDeploymentInstancesCommandInput, BatchGetDeploymentInstancesCommandOutput } from "./commands/BatchGetDeploymentInstancesCommand";
6
- import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "./commands/BatchGetDeploymentTargetsCommand";
7
14
  import { BatchGetDeploymentsCommandInput, BatchGetDeploymentsCommandOutput } from "./commands/BatchGetDeploymentsCommand";
15
+ import { BatchGetDeploymentTargetsCommandInput, BatchGetDeploymentTargetsCommandOutput } from "./commands/BatchGetDeploymentTargetsCommand";
8
16
  import { BatchGetOnPremisesInstancesCommandInput, BatchGetOnPremisesInstancesCommandOutput } from "./commands/BatchGetOnPremisesInstancesCommand";
9
17
  import { ContinueDeploymentCommandInput, ContinueDeploymentCommandOutput } from "./commands/ContinueDeploymentCommand";
10
18
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
@@ -30,8 +38,8 @@ import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "./c
30
38
  import { ListDeploymentConfigsCommandInput, ListDeploymentConfigsCommandOutput } from "./commands/ListDeploymentConfigsCommand";
31
39
  import { ListDeploymentGroupsCommandInput, ListDeploymentGroupsCommandOutput } from "./commands/ListDeploymentGroupsCommand";
32
40
  import { ListDeploymentInstancesCommandInput, ListDeploymentInstancesCommandOutput } from "./commands/ListDeploymentInstancesCommand";
33
- import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "./commands/ListDeploymentTargetsCommand";
34
41
  import { ListDeploymentsCommandInput, ListDeploymentsCommandOutput } from "./commands/ListDeploymentsCommand";
42
+ import { ListDeploymentTargetsCommandInput, ListDeploymentTargetsCommandOutput } from "./commands/ListDeploymentTargetsCommand";
35
43
  import { ListGitHubAccountTokenNamesCommandInput, ListGitHubAccountTokenNamesCommandOutput } from "./commands/ListGitHubAccountTokenNamesCommand";
36
44
  import { ListOnPremisesInstancesCommandInput, ListOnPremisesInstancesCommandOutput } from "./commands/ListOnPremisesInstancesCommand";
37
45
  import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
@@ -45,14 +53,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
45
53
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
46
54
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
47
55
  import { UpdateDeploymentGroupCommandInput, UpdateDeploymentGroupCommandOutput } from "./commands/UpdateDeploymentGroupCommand";
48
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
49
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
50
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
51
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
52
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
53
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
54
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
55
- 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";
56
56
  export declare type ServiceInputTypes = AddTagsToOnPremisesInstancesCommandInput | BatchGetApplicationRevisionsCommandInput | BatchGetApplicationsCommandInput | BatchGetDeploymentGroupsCommandInput | BatchGetDeploymentInstancesCommandInput | BatchGetDeploymentTargetsCommandInput | BatchGetDeploymentsCommandInput | BatchGetOnPremisesInstancesCommandInput | ContinueDeploymentCommandInput | CreateApplicationCommandInput | CreateDeploymentCommandInput | CreateDeploymentConfigCommandInput | CreateDeploymentGroupCommandInput | DeleteApplicationCommandInput | DeleteDeploymentConfigCommandInput | DeleteDeploymentGroupCommandInput | DeleteGitHubAccountTokenCommandInput | DeleteResourcesByExternalIdCommandInput | DeregisterOnPremisesInstanceCommandInput | GetApplicationCommandInput | GetApplicationRevisionCommandInput | GetDeploymentCommandInput | GetDeploymentConfigCommandInput | GetDeploymentGroupCommandInput | GetDeploymentInstanceCommandInput | GetDeploymentTargetCommandInput | GetOnPremisesInstanceCommandInput | ListApplicationRevisionsCommandInput | ListApplicationsCommandInput | ListDeploymentConfigsCommandInput | ListDeploymentGroupsCommandInput | ListDeploymentInstancesCommandInput | ListDeploymentTargetsCommandInput | ListDeploymentsCommandInput | ListGitHubAccountTokenNamesCommandInput | ListOnPremisesInstancesCommandInput | ListTagsForResourceCommandInput | PutLifecycleEventHookExecutionStatusCommandInput | RegisterApplicationRevisionCommandInput | RegisterOnPremisesInstanceCommandInput | RemoveTagsFromOnPremisesInstancesCommandInput | SkipWaitTimeForInstanceTerminationCommandInput | StopDeploymentCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateDeploymentGroupCommandInput;
57
57
  export declare type ServiceOutputTypes = AddTagsToOnPremisesInstancesCommandOutput | BatchGetApplicationRevisionsCommandOutput | BatchGetApplicationsCommandOutput | BatchGetDeploymentGroupsCommandOutput | BatchGetDeploymentInstancesCommandOutput | BatchGetDeploymentTargetsCommandOutput | BatchGetDeploymentsCommandOutput | BatchGetOnPremisesInstancesCommandOutput | ContinueDeploymentCommandOutput | CreateApplicationCommandOutput | CreateDeploymentCommandOutput | CreateDeploymentConfigCommandOutput | CreateDeploymentGroupCommandOutput | DeleteApplicationCommandOutput | DeleteDeploymentConfigCommandOutput | DeleteDeploymentGroupCommandOutput | DeleteGitHubAccountTokenCommandOutput | DeleteResourcesByExternalIdCommandOutput | DeregisterOnPremisesInstanceCommandOutput | GetApplicationCommandOutput | GetApplicationRevisionCommandOutput | GetDeploymentCommandOutput | GetDeploymentConfigCommandOutput | GetDeploymentGroupCommandOutput | GetDeploymentInstanceCommandOutput | GetDeploymentTargetCommandOutput | GetOnPremisesInstanceCommandOutput | ListApplicationRevisionsCommandOutput | ListApplicationsCommandOutput | ListDeploymentConfigsCommandOutput | ListDeploymentGroupsCommandOutput | ListDeploymentInstancesCommandOutput | ListDeploymentTargetsCommandOutput | ListDeploymentsCommandOutput | ListGitHubAccountTokenNamesCommandOutput | ListOnPremisesInstancesCommandOutput | ListTagsForResourceCommandOutput | PutLifecycleEventHookExecutionStatusCommandOutput | RegisterApplicationRevisionCommandOutput | RegisterOnPremisesInstanceCommandOutput | RemoveTagsFromOnPremisesInstancesCommandOutput | SkipWaitTimeForInstanceTerminationCommandOutput | StopDeploymentCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateDeploymentGroupCommandOutput;
58
58
  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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { AddTagsToOnPremisesInstancesInput } 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 AddTagsToOnPremisesInstancesCommandInput extends AddTagsToOnPremisesInstancesInput {
6
6
  }
7
7
  export interface AddTagsToOnPremisesInstancesCommandOutput 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { BatchGetApplicationRevisionsInput, BatchGetApplicationRevisionsOutput } 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 BatchGetApplicationRevisionsCommandInput extends BatchGetApplicationRevisionsInput {
6
6
  }
7
7
  export interface BatchGetApplicationRevisionsCommandOutput extends BatchGetApplicationRevisionsOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { BatchGetApplicationsInput, BatchGetApplicationsOutput } 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 BatchGetApplicationsCommandInput extends BatchGetApplicationsInput {
6
6
  }
7
7
  export interface BatchGetApplicationsCommandOutput extends BatchGetApplicationsOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { BatchGetDeploymentGroupsInput, BatchGetDeploymentGroupsOutput } 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 BatchGetDeploymentGroupsCommandInput extends BatchGetDeploymentGroupsInput {
6
6
  }
7
7
  export interface BatchGetDeploymentGroupsCommandOutput extends BatchGetDeploymentGroupsOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { BatchGetDeploymentInstancesInput, BatchGetDeploymentInstancesOutput } 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 BatchGetDeploymentInstancesCommandInput extends BatchGetDeploymentInstancesInput {
6
6
  }
7
7
  export interface BatchGetDeploymentInstancesCommandOutput extends BatchGetDeploymentInstancesOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { BatchGetDeploymentTargetsInput, BatchGetDeploymentTargetsOutput } 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 BatchGetDeploymentTargetsCommandInput extends BatchGetDeploymentTargetsInput {
6
6
  }
7
7
  export interface BatchGetDeploymentTargetsCommandOutput extends BatchGetDeploymentTargetsOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { BatchGetDeploymentsInput, BatchGetDeploymentsOutput } 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 BatchGetDeploymentsCommandInput extends BatchGetDeploymentsInput {
6
6
  }
7
7
  export interface BatchGetDeploymentsCommandOutput extends BatchGetDeploymentsOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { BatchGetOnPremisesInstancesInput, BatchGetOnPremisesInstancesOutput } 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 BatchGetOnPremisesInstancesCommandInput extends BatchGetOnPremisesInstancesInput {
6
6
  }
7
7
  export interface BatchGetOnPremisesInstancesCommandOutput extends BatchGetOnPremisesInstancesOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { ContinueDeploymentInput } 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 ContinueDeploymentCommandInput extends ContinueDeploymentInput {
6
6
  }
7
7
  export interface ContinueDeploymentCommandOutput 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { CreateApplicationInput, CreateApplicationOutput } 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 CreateApplicationCommandInput extends CreateApplicationInput {
6
6
  }
7
7
  export interface CreateApplicationCommandOutput extends CreateApplicationOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { CreateDeploymentInput, CreateDeploymentOutput } 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 CreateDeploymentCommandInput extends CreateDeploymentInput {
6
6
  }
7
7
  export interface CreateDeploymentCommandOutput extends CreateDeploymentOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { CreateDeploymentConfigInput, CreateDeploymentConfigOutput } 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 CreateDeploymentConfigCommandInput extends CreateDeploymentConfigInput {
6
6
  }
7
7
  export interface CreateDeploymentConfigCommandOutput extends CreateDeploymentConfigOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { CreateDeploymentGroupInput, CreateDeploymentGroupOutput } 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 CreateDeploymentGroupCommandInput extends CreateDeploymentGroupInput {
6
6
  }
7
7
  export interface CreateDeploymentGroupCommandOutput extends CreateDeploymentGroupOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { DeleteApplicationInput } 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 DeleteApplicationCommandInput extends DeleteApplicationInput {
6
6
  }
7
7
  export interface DeleteApplicationCommandOutput 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { DeleteDeploymentConfigInput } 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 DeleteDeploymentConfigCommandInput extends DeleteDeploymentConfigInput {
6
6
  }
7
7
  export interface DeleteDeploymentConfigCommandOutput 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { DeleteDeploymentGroupInput, DeleteDeploymentGroupOutput } 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 DeleteDeploymentGroupCommandInput extends DeleteDeploymentGroupInput {
6
6
  }
7
7
  export interface DeleteDeploymentGroupCommandOutput extends DeleteDeploymentGroupOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { DeleteGitHubAccountTokenInput, DeleteGitHubAccountTokenOutput } 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 DeleteGitHubAccountTokenCommandInput extends DeleteGitHubAccountTokenInput {
6
6
  }
7
7
  export interface DeleteGitHubAccountTokenCommandOutput extends DeleteGitHubAccountTokenOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { DeleteResourcesByExternalIdInput, DeleteResourcesByExternalIdOutput } 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 DeleteResourcesByExternalIdCommandInput extends DeleteResourcesByExternalIdInput {
6
6
  }
7
7
  export interface DeleteResourcesByExternalIdCommandOutput extends DeleteResourcesByExternalIdOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { DeregisterOnPremisesInstanceInput } 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 DeregisterOnPremisesInstanceCommandInput extends DeregisterOnPremisesInstanceInput {
6
6
  }
7
7
  export interface DeregisterOnPremisesInstanceCommandOutput 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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetApplicationInput, GetApplicationOutput } 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 GetApplicationCommandInput extends GetApplicationInput {
6
6
  }
7
7
  export interface GetApplicationCommandOutput extends GetApplicationOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetApplicationRevisionInput, GetApplicationRevisionOutput } 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 GetApplicationRevisionCommandInput extends GetApplicationRevisionInput {
6
6
  }
7
7
  export interface GetApplicationRevisionCommandOutput extends GetApplicationRevisionOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetDeploymentInput, GetDeploymentOutput } 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 GetDeploymentCommandInput extends GetDeploymentInput {
6
6
  }
7
7
  export interface GetDeploymentCommandOutput extends GetDeploymentOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetDeploymentConfigInput, GetDeploymentConfigOutput } 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 GetDeploymentConfigCommandInput extends GetDeploymentConfigInput {
6
6
  }
7
7
  export interface GetDeploymentConfigCommandOutput extends GetDeploymentConfigOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetDeploymentGroupInput, GetDeploymentGroupOutput } 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 GetDeploymentGroupCommandInput extends GetDeploymentGroupInput {
6
6
  }
7
7
  export interface GetDeploymentGroupCommandOutput extends GetDeploymentGroupOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetDeploymentInstanceInput, GetDeploymentInstanceOutput } 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 GetDeploymentInstanceCommandInput extends GetDeploymentInstanceInput {
6
6
  }
7
7
  export interface GetDeploymentInstanceCommandOutput extends GetDeploymentInstanceOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetDeploymentTargetInput, GetDeploymentTargetOutput } 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 GetDeploymentTargetCommandInput extends GetDeploymentTargetInput {
6
6
  }
7
7
  export interface GetDeploymentTargetCommandOutput extends GetDeploymentTargetOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { GetOnPremisesInstanceInput, GetOnPremisesInstanceOutput } 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 GetOnPremisesInstanceCommandInput extends GetOnPremisesInstanceInput {
6
6
  }
7
7
  export interface GetOnPremisesInstanceCommandOutput extends GetOnPremisesInstanceOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { ListApplicationRevisionsInput, ListApplicationRevisionsOutput } 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 ListApplicationRevisionsCommandInput extends ListApplicationRevisionsInput {
6
6
  }
7
7
  export interface ListApplicationRevisionsCommandOutput extends ListApplicationRevisionsOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { ListApplicationsInput, ListApplicationsOutput } 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 ListApplicationsCommandInput extends ListApplicationsInput {
6
6
  }
7
7
  export interface ListApplicationsCommandOutput extends ListApplicationsOutput, __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 { CodeDeployClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CodeDeployClient";
2
4
  import { ListDeploymentConfigsInput, ListDeploymentConfigsOutput } 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 ListDeploymentConfigsCommandInput extends ListDeploymentConfigsInput {
6
6
  }
7
7
  export interface ListDeploymentConfigsCommandOutput extends ListDeploymentConfigsOutput, __MetadataBearer {