@aws-sdk/client-imagebuilder 3.478.0 → 3.481.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 (297) hide show
  1. package/dist-cjs/commands/CancelImageCreationCommand.js +18 -41
  2. package/dist-cjs/commands/CancelLifecycleExecutionCommand.js +18 -41
  3. package/dist-cjs/commands/CreateComponentCommand.js +18 -41
  4. package/dist-cjs/commands/CreateContainerRecipeCommand.js +18 -41
  5. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +18 -41
  6. package/dist-cjs/commands/CreateImageCommand.js +18 -41
  7. package/dist-cjs/commands/CreateImagePipelineCommand.js +18 -41
  8. package/dist-cjs/commands/CreateImageRecipeCommand.js +18 -41
  9. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +18 -41
  10. package/dist-cjs/commands/CreateLifecyclePolicyCommand.js +18 -41
  11. package/dist-cjs/commands/CreateWorkflowCommand.js +18 -41
  12. package/dist-cjs/commands/DeleteComponentCommand.js +18 -41
  13. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +18 -41
  14. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +18 -41
  15. package/dist-cjs/commands/DeleteImageCommand.js +18 -41
  16. package/dist-cjs/commands/DeleteImagePipelineCommand.js +18 -41
  17. package/dist-cjs/commands/DeleteImageRecipeCommand.js +18 -41
  18. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +18 -41
  19. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +18 -41
  20. package/dist-cjs/commands/DeleteWorkflowCommand.js +18 -41
  21. package/dist-cjs/commands/GetComponentCommand.js +18 -41
  22. package/dist-cjs/commands/GetComponentPolicyCommand.js +18 -41
  23. package/dist-cjs/commands/GetContainerRecipeCommand.js +18 -41
  24. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +18 -41
  25. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +18 -41
  26. package/dist-cjs/commands/GetImageCommand.js +18 -41
  27. package/dist-cjs/commands/GetImagePipelineCommand.js +18 -41
  28. package/dist-cjs/commands/GetImagePolicyCommand.js +18 -41
  29. package/dist-cjs/commands/GetImageRecipeCommand.js +18 -41
  30. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +18 -41
  31. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +18 -41
  32. package/dist-cjs/commands/GetLifecycleExecutionCommand.js +18 -41
  33. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +18 -41
  34. package/dist-cjs/commands/GetWorkflowCommand.js +18 -41
  35. package/dist-cjs/commands/GetWorkflowExecutionCommand.js +18 -41
  36. package/dist-cjs/commands/GetWorkflowStepExecutionCommand.js +18 -41
  37. package/dist-cjs/commands/ImportComponentCommand.js +18 -41
  38. package/dist-cjs/commands/ImportVmImageCommand.js +18 -41
  39. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +18 -41
  40. package/dist-cjs/commands/ListComponentsCommand.js +18 -41
  41. package/dist-cjs/commands/ListContainerRecipesCommand.js +18 -41
  42. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +18 -41
  43. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +18 -41
  44. package/dist-cjs/commands/ListImagePackagesCommand.js +18 -41
  45. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +18 -41
  46. package/dist-cjs/commands/ListImagePipelinesCommand.js +18 -41
  47. package/dist-cjs/commands/ListImageRecipesCommand.js +18 -41
  48. package/dist-cjs/commands/ListImageScanFindingAggregationsCommand.js +18 -41
  49. package/dist-cjs/commands/ListImageScanFindingsCommand.js +18 -41
  50. package/dist-cjs/commands/ListImagesCommand.js +18 -41
  51. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +18 -41
  52. package/dist-cjs/commands/ListLifecycleExecutionResourcesCommand.js +18 -41
  53. package/dist-cjs/commands/ListLifecycleExecutionsCommand.js +18 -41
  54. package/dist-cjs/commands/ListLifecyclePoliciesCommand.js +18 -41
  55. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  56. package/dist-cjs/commands/ListWaitingWorkflowStepsCommand.js +18 -41
  57. package/dist-cjs/commands/ListWorkflowBuildVersionsCommand.js +18 -41
  58. package/dist-cjs/commands/ListWorkflowExecutionsCommand.js +18 -41
  59. package/dist-cjs/commands/ListWorkflowStepExecutionsCommand.js +18 -41
  60. package/dist-cjs/commands/ListWorkflowsCommand.js +18 -41
  61. package/dist-cjs/commands/PutComponentPolicyCommand.js +18 -41
  62. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +18 -41
  63. package/dist-cjs/commands/PutImagePolicyCommand.js +18 -41
  64. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +18 -41
  65. package/dist-cjs/commands/SendWorkflowStepActionCommand.js +18 -41
  66. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +18 -41
  67. package/dist-cjs/commands/StartResourceStateUpdateCommand.js +18 -41
  68. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  69. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  70. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +18 -41
  71. package/dist-cjs/commands/UpdateImagePipelineCommand.js +18 -41
  72. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +18 -41
  73. package/dist-cjs/commands/UpdateLifecyclePolicyCommand.js +18 -41
  74. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  75. package/dist-es/commands/CancelImageCreationCommand.js +18 -41
  76. package/dist-es/commands/CancelLifecycleExecutionCommand.js +18 -41
  77. package/dist-es/commands/CreateComponentCommand.js +18 -41
  78. package/dist-es/commands/CreateContainerRecipeCommand.js +18 -41
  79. package/dist-es/commands/CreateDistributionConfigurationCommand.js +18 -41
  80. package/dist-es/commands/CreateImageCommand.js +18 -41
  81. package/dist-es/commands/CreateImagePipelineCommand.js +18 -41
  82. package/dist-es/commands/CreateImageRecipeCommand.js +18 -41
  83. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +18 -41
  84. package/dist-es/commands/CreateLifecyclePolicyCommand.js +18 -41
  85. package/dist-es/commands/CreateWorkflowCommand.js +18 -41
  86. package/dist-es/commands/DeleteComponentCommand.js +18 -41
  87. package/dist-es/commands/DeleteContainerRecipeCommand.js +18 -41
  88. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +18 -41
  89. package/dist-es/commands/DeleteImageCommand.js +18 -41
  90. package/dist-es/commands/DeleteImagePipelineCommand.js +18 -41
  91. package/dist-es/commands/DeleteImageRecipeCommand.js +18 -41
  92. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +18 -41
  93. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +18 -41
  94. package/dist-es/commands/DeleteWorkflowCommand.js +18 -41
  95. package/dist-es/commands/GetComponentCommand.js +18 -41
  96. package/dist-es/commands/GetComponentPolicyCommand.js +18 -41
  97. package/dist-es/commands/GetContainerRecipeCommand.js +18 -41
  98. package/dist-es/commands/GetContainerRecipePolicyCommand.js +18 -41
  99. package/dist-es/commands/GetDistributionConfigurationCommand.js +18 -41
  100. package/dist-es/commands/GetImageCommand.js +18 -41
  101. package/dist-es/commands/GetImagePipelineCommand.js +18 -41
  102. package/dist-es/commands/GetImagePolicyCommand.js +18 -41
  103. package/dist-es/commands/GetImageRecipeCommand.js +18 -41
  104. package/dist-es/commands/GetImageRecipePolicyCommand.js +18 -41
  105. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +18 -41
  106. package/dist-es/commands/GetLifecycleExecutionCommand.js +18 -41
  107. package/dist-es/commands/GetLifecyclePolicyCommand.js +18 -41
  108. package/dist-es/commands/GetWorkflowCommand.js +18 -41
  109. package/dist-es/commands/GetWorkflowExecutionCommand.js +18 -41
  110. package/dist-es/commands/GetWorkflowStepExecutionCommand.js +18 -41
  111. package/dist-es/commands/ImportComponentCommand.js +18 -41
  112. package/dist-es/commands/ImportVmImageCommand.js +18 -41
  113. package/dist-es/commands/ListComponentBuildVersionsCommand.js +18 -41
  114. package/dist-es/commands/ListComponentsCommand.js +18 -41
  115. package/dist-es/commands/ListContainerRecipesCommand.js +18 -41
  116. package/dist-es/commands/ListDistributionConfigurationsCommand.js +18 -41
  117. package/dist-es/commands/ListImageBuildVersionsCommand.js +18 -41
  118. package/dist-es/commands/ListImagePackagesCommand.js +18 -41
  119. package/dist-es/commands/ListImagePipelineImagesCommand.js +18 -41
  120. package/dist-es/commands/ListImagePipelinesCommand.js +18 -41
  121. package/dist-es/commands/ListImageRecipesCommand.js +18 -41
  122. package/dist-es/commands/ListImageScanFindingAggregationsCommand.js +18 -41
  123. package/dist-es/commands/ListImageScanFindingsCommand.js +18 -41
  124. package/dist-es/commands/ListImagesCommand.js +18 -41
  125. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +18 -41
  126. package/dist-es/commands/ListLifecycleExecutionResourcesCommand.js +18 -41
  127. package/dist-es/commands/ListLifecycleExecutionsCommand.js +18 -41
  128. package/dist-es/commands/ListLifecyclePoliciesCommand.js +18 -41
  129. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  130. package/dist-es/commands/ListWaitingWorkflowStepsCommand.js +18 -41
  131. package/dist-es/commands/ListWorkflowBuildVersionsCommand.js +18 -41
  132. package/dist-es/commands/ListWorkflowExecutionsCommand.js +18 -41
  133. package/dist-es/commands/ListWorkflowStepExecutionsCommand.js +18 -41
  134. package/dist-es/commands/ListWorkflowsCommand.js +18 -41
  135. package/dist-es/commands/PutComponentPolicyCommand.js +18 -41
  136. package/dist-es/commands/PutContainerRecipePolicyCommand.js +18 -41
  137. package/dist-es/commands/PutImagePolicyCommand.js +18 -41
  138. package/dist-es/commands/PutImageRecipePolicyCommand.js +18 -41
  139. package/dist-es/commands/SendWorkflowStepActionCommand.js +18 -41
  140. package/dist-es/commands/StartImagePipelineExecutionCommand.js +18 -41
  141. package/dist-es/commands/StartResourceStateUpdateCommand.js +18 -41
  142. package/dist-es/commands/TagResourceCommand.js +18 -41
  143. package/dist-es/commands/UntagResourceCommand.js +18 -41
  144. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +18 -41
  145. package/dist-es/commands/UpdateImagePipelineCommand.js +18 -41
  146. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +18 -41
  147. package/dist-es/commands/UpdateLifecyclePolicyCommand.js +18 -41
  148. package/dist-es/endpoint/EndpointParameters.js +6 -0
  149. package/dist-types/commands/CancelImageCreationCommand.d.ts +6 -21
  150. package/dist-types/commands/CancelLifecycleExecutionCommand.d.ts +6 -21
  151. package/dist-types/commands/CreateComponentCommand.d.ts +6 -21
  152. package/dist-types/commands/CreateContainerRecipeCommand.d.ts +6 -21
  153. package/dist-types/commands/CreateDistributionConfigurationCommand.d.ts +6 -21
  154. package/dist-types/commands/CreateImageCommand.d.ts +6 -21
  155. package/dist-types/commands/CreateImagePipelineCommand.d.ts +6 -21
  156. package/dist-types/commands/CreateImageRecipeCommand.d.ts +6 -21
  157. package/dist-types/commands/CreateInfrastructureConfigurationCommand.d.ts +6 -21
  158. package/dist-types/commands/CreateLifecyclePolicyCommand.d.ts +6 -21
  159. package/dist-types/commands/CreateWorkflowCommand.d.ts +6 -21
  160. package/dist-types/commands/DeleteComponentCommand.d.ts +6 -21
  161. package/dist-types/commands/DeleteContainerRecipeCommand.d.ts +6 -21
  162. package/dist-types/commands/DeleteDistributionConfigurationCommand.d.ts +6 -21
  163. package/dist-types/commands/DeleteImageCommand.d.ts +6 -21
  164. package/dist-types/commands/DeleteImagePipelineCommand.d.ts +6 -21
  165. package/dist-types/commands/DeleteImageRecipeCommand.d.ts +6 -21
  166. package/dist-types/commands/DeleteInfrastructureConfigurationCommand.d.ts +6 -21
  167. package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +6 -21
  168. package/dist-types/commands/DeleteWorkflowCommand.d.ts +6 -21
  169. package/dist-types/commands/GetComponentCommand.d.ts +6 -21
  170. package/dist-types/commands/GetComponentPolicyCommand.d.ts +6 -21
  171. package/dist-types/commands/GetContainerRecipeCommand.d.ts +6 -21
  172. package/dist-types/commands/GetContainerRecipePolicyCommand.d.ts +6 -21
  173. package/dist-types/commands/GetDistributionConfigurationCommand.d.ts +6 -21
  174. package/dist-types/commands/GetImageCommand.d.ts +6 -21
  175. package/dist-types/commands/GetImagePipelineCommand.d.ts +6 -21
  176. package/dist-types/commands/GetImagePolicyCommand.d.ts +6 -21
  177. package/dist-types/commands/GetImageRecipeCommand.d.ts +6 -21
  178. package/dist-types/commands/GetImageRecipePolicyCommand.d.ts +6 -21
  179. package/dist-types/commands/GetInfrastructureConfigurationCommand.d.ts +6 -21
  180. package/dist-types/commands/GetLifecycleExecutionCommand.d.ts +6 -21
  181. package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +6 -21
  182. package/dist-types/commands/GetWorkflowCommand.d.ts +6 -21
  183. package/dist-types/commands/GetWorkflowExecutionCommand.d.ts +6 -21
  184. package/dist-types/commands/GetWorkflowStepExecutionCommand.d.ts +6 -21
  185. package/dist-types/commands/ImportComponentCommand.d.ts +6 -21
  186. package/dist-types/commands/ImportVmImageCommand.d.ts +6 -21
  187. package/dist-types/commands/ListComponentBuildVersionsCommand.d.ts +6 -21
  188. package/dist-types/commands/ListComponentsCommand.d.ts +6 -21
  189. package/dist-types/commands/ListContainerRecipesCommand.d.ts +6 -21
  190. package/dist-types/commands/ListDistributionConfigurationsCommand.d.ts +6 -21
  191. package/dist-types/commands/ListImageBuildVersionsCommand.d.ts +6 -21
  192. package/dist-types/commands/ListImagePackagesCommand.d.ts +6 -21
  193. package/dist-types/commands/ListImagePipelineImagesCommand.d.ts +6 -21
  194. package/dist-types/commands/ListImagePipelinesCommand.d.ts +6 -21
  195. package/dist-types/commands/ListImageRecipesCommand.d.ts +6 -21
  196. package/dist-types/commands/ListImageScanFindingAggregationsCommand.d.ts +6 -21
  197. package/dist-types/commands/ListImageScanFindingsCommand.d.ts +6 -21
  198. package/dist-types/commands/ListImagesCommand.d.ts +6 -21
  199. package/dist-types/commands/ListInfrastructureConfigurationsCommand.d.ts +6 -21
  200. package/dist-types/commands/ListLifecycleExecutionResourcesCommand.d.ts +6 -21
  201. package/dist-types/commands/ListLifecycleExecutionsCommand.d.ts +6 -21
  202. package/dist-types/commands/ListLifecyclePoliciesCommand.d.ts +6 -21
  203. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  204. package/dist-types/commands/ListWaitingWorkflowStepsCommand.d.ts +6 -21
  205. package/dist-types/commands/ListWorkflowBuildVersionsCommand.d.ts +6 -21
  206. package/dist-types/commands/ListWorkflowExecutionsCommand.d.ts +6 -21
  207. package/dist-types/commands/ListWorkflowStepExecutionsCommand.d.ts +6 -21
  208. package/dist-types/commands/ListWorkflowsCommand.d.ts +6 -21
  209. package/dist-types/commands/PutComponentPolicyCommand.d.ts +6 -21
  210. package/dist-types/commands/PutContainerRecipePolicyCommand.d.ts +6 -21
  211. package/dist-types/commands/PutImagePolicyCommand.d.ts +6 -21
  212. package/dist-types/commands/PutImageRecipePolicyCommand.d.ts +6 -21
  213. package/dist-types/commands/SendWorkflowStepActionCommand.d.ts +6 -21
  214. package/dist-types/commands/StartImagePipelineExecutionCommand.d.ts +6 -21
  215. package/dist-types/commands/StartResourceStateUpdateCommand.d.ts +6 -21
  216. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  217. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  218. package/dist-types/commands/UpdateDistributionConfigurationCommand.d.ts +6 -21
  219. package/dist-types/commands/UpdateImagePipelineCommand.d.ts +6 -21
  220. package/dist-types/commands/UpdateInfrastructureConfigurationCommand.d.ts +6 -21
  221. package/dist-types/commands/UpdateLifecyclePolicyCommand.d.ts +6 -21
  222. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  223. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +14 -23
  224. package/dist-types/ts3.4/commands/CancelLifecycleExecutionCommand.d.ts +12 -24
  225. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +14 -23
  226. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +12 -24
  227. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +12 -24
  228. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +14 -23
  229. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +14 -23
  230. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +14 -23
  231. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +12 -24
  232. package/dist-types/ts3.4/commands/CreateLifecyclePolicyCommand.d.ts +12 -24
  233. package/dist-types/ts3.4/commands/CreateWorkflowCommand.d.ts +14 -23
  234. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +14 -23
  235. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +12 -24
  236. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +12 -24
  237. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +14 -23
  238. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +14 -23
  239. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +14 -23
  240. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +12 -24
  241. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +12 -24
  242. package/dist-types/ts3.4/commands/DeleteWorkflowCommand.d.ts +14 -23
  243. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +14 -23
  244. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +14 -23
  245. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +14 -23
  246. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +12 -24
  247. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +12 -24
  248. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +14 -23
  249. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +14 -23
  250. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +14 -23
  251. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +14 -23
  252. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +12 -24
  253. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +12 -24
  254. package/dist-types/ts3.4/commands/GetLifecycleExecutionCommand.d.ts +12 -24
  255. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +14 -23
  256. package/dist-types/ts3.4/commands/GetWorkflowCommand.d.ts +14 -23
  257. package/dist-types/ts3.4/commands/GetWorkflowExecutionCommand.d.ts +12 -24
  258. package/dist-types/ts3.4/commands/GetWorkflowStepExecutionCommand.d.ts +12 -24
  259. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +14 -23
  260. package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +14 -23
  261. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +12 -24
  262. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +14 -23
  263. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +12 -24
  264. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +12 -24
  265. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +12 -24
  266. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +14 -23
  267. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +12 -24
  268. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +14 -23
  269. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +14 -23
  270. package/dist-types/ts3.4/commands/ListImageScanFindingAggregationsCommand.d.ts +12 -24
  271. package/dist-types/ts3.4/commands/ListImageScanFindingsCommand.d.ts +12 -24
  272. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +14 -23
  273. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +12 -24
  274. package/dist-types/ts3.4/commands/ListLifecycleExecutionResourcesCommand.d.ts +12 -24
  275. package/dist-types/ts3.4/commands/ListLifecycleExecutionsCommand.d.ts +12 -24
  276. package/dist-types/ts3.4/commands/ListLifecyclePoliciesCommand.d.ts +12 -24
  277. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  278. package/dist-types/ts3.4/commands/ListWaitingWorkflowStepsCommand.d.ts +12 -24
  279. package/dist-types/ts3.4/commands/ListWorkflowBuildVersionsCommand.d.ts +12 -24
  280. package/dist-types/ts3.4/commands/ListWorkflowExecutionsCommand.d.ts +12 -24
  281. package/dist-types/ts3.4/commands/ListWorkflowStepExecutionsCommand.d.ts +12 -24
  282. package/dist-types/ts3.4/commands/ListWorkflowsCommand.d.ts +14 -23
  283. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +14 -23
  284. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +12 -24
  285. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +14 -23
  286. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +12 -24
  287. package/dist-types/ts3.4/commands/SendWorkflowStepActionCommand.d.ts +12 -24
  288. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +12 -24
  289. package/dist-types/ts3.4/commands/StartResourceStateUpdateCommand.d.ts +12 -24
  290. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  291. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  292. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +12 -24
  293. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +14 -23
  294. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +12 -24
  295. package/dist-types/ts3.4/commands/UpdateLifecyclePolicyCommand.d.ts +12 -24
  296. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  297. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetImageRequest, GetImageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetImageCommandInput extends GetImageRequest {
21
20
  */
22
21
  export interface GetImageCommandOutput extends GetImageResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetImageCommand_base: {
24
+ new (input: GetImageCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an image.</p>
@@ -367,23 +370,5 @@ export interface GetImageCommandOutput extends GetImageResponse, __MetadataBeare
367
370
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
368
371
  *
369
372
  */
370
- export declare class GetImageCommand extends $Command<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig> {
371
- readonly input: GetImageCommandInput;
372
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
373
- /**
374
- * @public
375
- */
376
- constructor(input: GetImageCommandInput);
377
- /**
378
- * @internal
379
- */
380
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageCommandInput, GetImageCommandOutput>;
381
- /**
382
- * @internal
383
- */
384
- private serialize;
385
- /**
386
- * @internal
387
- */
388
- private deserialize;
373
+ export declare class GetImageCommand extends GetImageCommand_base {
389
374
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetImagePipelineRequest, GetImagePipelineResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetImagePipelineCommandInput extends GetImagePipelineRequest {
21
20
  */
22
21
  export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetImagePipelineCommand_base: {
24
+ new (input: GetImagePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an image pipeline.</p>
@@ -125,23 +128,5 @@ export interface GetImagePipelineCommandOutput extends GetImagePipelineResponse,
125
128
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
126
129
  *
127
130
  */
128
- export declare class GetImagePipelineCommand extends $Command<GetImagePipelineCommandInput, GetImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
129
- readonly input: GetImagePipelineCommandInput;
130
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
131
- /**
132
- * @public
133
- */
134
- constructor(input: GetImagePipelineCommandInput);
135
- /**
136
- * @internal
137
- */
138
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImagePipelineCommandInput, GetImagePipelineCommandOutput>;
139
- /**
140
- * @internal
141
- */
142
- private serialize;
143
- /**
144
- * @internal
145
- */
146
- private deserialize;
131
+ export declare class GetImagePipelineCommand extends GetImagePipelineCommand_base {
147
132
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetImagePolicyRequest, GetImagePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetImagePolicyCommandInput extends GetImagePolicyRequest {
21
20
  */
22
21
  export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetImagePolicyCommand_base: {
24
+ new (input: GetImagePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an image policy.</p>
@@ -71,23 +74,5 @@ export interface GetImagePolicyCommandOutput extends GetImagePolicyResponse, __M
71
74
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
72
75
  *
73
76
  */
74
- export declare class GetImagePolicyCommand extends $Command<GetImagePolicyCommandInput, GetImagePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
75
- readonly input: GetImagePolicyCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetImagePolicyCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImagePolicyCommandInput, GetImagePolicyCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetImagePolicyCommand extends GetImagePolicyCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetImageRecipeRequest, GetImageRecipeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetImageRecipeCommandInput extends GetImageRecipeRequest {
21
20
  */
22
21
  export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetImageRecipeCommand_base: {
24
+ new (input: GetImageRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an image recipe.</p>
@@ -123,23 +126,5 @@ export interface GetImageRecipeCommandOutput extends GetImageRecipeResponse, __M
123
126
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
124
127
  *
125
128
  */
126
- export declare class GetImageRecipeCommand extends $Command<GetImageRecipeCommandInput, GetImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
127
- readonly input: GetImageRecipeCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: GetImageRecipeCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageRecipeCommandInput, GetImageRecipeCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class GetImageRecipeCommand extends GetImageRecipeCommand_base {
145
130
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetImageRecipePolicyRequest, GetImageRecipePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetImageRecipePolicyCommandInput extends GetImageRecipePolicyRe
21
20
  */
22
21
  export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetImageRecipePolicyCommand_base: {
24
+ new (input: GetImageRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an image recipe policy.</p>
@@ -71,23 +74,5 @@ export interface GetImageRecipePolicyCommandOutput extends GetImageRecipePolicyR
71
74
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
72
75
  *
73
76
  */
74
- export declare class GetImageRecipePolicyCommand extends $Command<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
75
- readonly input: GetImageRecipePolicyCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetImageRecipePolicyCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageRecipePolicyCommandInput, GetImageRecipePolicyCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetImageRecipePolicyCommand extends GetImageRecipePolicyCommand_base {
93
78
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetInfrastructureConfigurationRequest, GetInfrastructureConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetInfrastructureConfigurationCommandInput extends GetInfrastru
21
20
  */
22
21
  export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastructureConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetInfrastructureConfigurationCommand_base: {
24
+ new (input: GetInfrastructureConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets an infrastructure configuration.</p>
@@ -106,23 +109,5 @@ export interface GetInfrastructureConfigurationCommandOutput extends GetInfrastr
106
109
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
107
110
  *
108
111
  */
109
- export declare class GetInfrastructureConfigurationCommand extends $Command<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
110
- readonly input: GetInfrastructureConfigurationCommandInput;
111
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
112
- /**
113
- * @public
114
- */
115
- constructor(input: GetInfrastructureConfigurationCommandInput);
116
- /**
117
- * @internal
118
- */
119
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInfrastructureConfigurationCommandInput, GetInfrastructureConfigurationCommandOutput>;
120
- /**
121
- * @internal
122
- */
123
- private serialize;
124
- /**
125
- * @internal
126
- */
127
- private deserialize;
112
+ export declare class GetInfrastructureConfigurationCommand extends GetInfrastructureConfigurationCommand_base {
128
113
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetLifecycleExecutionRequest, GetLifecycleExecutionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLifecycleExecutionCommandInput extends GetLifecycleExecution
21
20
  */
22
21
  export interface GetLifecycleExecutionCommandOutput extends GetLifecycleExecutionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetLifecycleExecutionCommand_base: {
24
+ new (input: GetLifecycleExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get the runtime information that was logged for a specific runtime instance of the lifecycle policy.</p>
@@ -84,23 +87,5 @@ export interface GetLifecycleExecutionCommandOutput extends GetLifecycleExecutio
84
87
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
85
88
  *
86
89
  */
87
- export declare class GetLifecycleExecutionCommand extends $Command<GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
88
- readonly input: GetLifecycleExecutionCommandInput;
89
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
90
- /**
91
- * @public
92
- */
93
- constructor(input: GetLifecycleExecutionCommandInput);
94
- /**
95
- * @internal
96
- */
97
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLifecycleExecutionCommandInput, GetLifecycleExecutionCommandOutput>;
98
- /**
99
- * @internal
100
- */
101
- private serialize;
102
- /**
103
- * @internal
104
- */
105
- private deserialize;
90
+ export declare class GetLifecycleExecutionCommand extends GetLifecycleExecutionCommand_base {
106
91
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetLifecyclePolicyRequest, GetLifecyclePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetLifecyclePolicyCommandInput extends GetLifecyclePolicyReques
21
20
  */
22
21
  export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetLifecyclePolicyCommand_base: {
24
+ new (input: GetLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get details for the specified image lifecycle policy.</p>
@@ -131,23 +134,5 @@ export interface GetLifecyclePolicyCommandOutput extends GetLifecyclePolicyRespo
131
134
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
132
135
  *
133
136
  */
134
- export declare class GetLifecyclePolicyCommand extends $Command<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
135
- readonly input: GetLifecyclePolicyCommandInput;
136
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
137
- /**
138
- * @public
139
- */
140
- constructor(input: GetLifecyclePolicyCommandInput);
141
- /**
142
- * @internal
143
- */
144
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLifecyclePolicyCommandInput, GetLifecyclePolicyCommandOutput>;
145
- /**
146
- * @internal
147
- */
148
- private serialize;
149
- /**
150
- * @internal
151
- */
152
- private deserialize;
137
+ export declare class GetLifecyclePolicyCommand extends GetLifecyclePolicyCommand_base {
153
138
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetWorkflowRequest, GetWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetWorkflowCommandInput extends GetWorkflowRequest {
21
20
  */
22
21
  export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetWorkflowCommand_base: {
24
+ new (input: GetWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowCommandInput, GetWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get a workflow resource object.</p>
@@ -100,23 +103,5 @@ export interface GetWorkflowCommandOutput extends GetWorkflowResponse, __Metadat
100
103
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
101
104
  *
102
105
  */
103
- export declare class GetWorkflowCommand extends $Command<GetWorkflowCommandInput, GetWorkflowCommandOutput, ImagebuilderClientResolvedConfig> {
104
- readonly input: GetWorkflowCommandInput;
105
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
106
- /**
107
- * @public
108
- */
109
- constructor(input: GetWorkflowCommandInput);
110
- /**
111
- * @internal
112
- */
113
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowCommandInput, GetWorkflowCommandOutput>;
114
- /**
115
- * @internal
116
- */
117
- private serialize;
118
- /**
119
- * @internal
120
- */
121
- private deserialize;
106
+ export declare class GetWorkflowCommand extends GetWorkflowCommand_base {
122
107
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetWorkflowExecutionRequest, GetWorkflowExecutionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetWorkflowExecutionCommandInput extends GetWorkflowExecutionRe
21
20
  */
22
21
  export interface GetWorkflowExecutionCommandOutput extends GetWorkflowExecutionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetWorkflowExecutionCommand_base: {
24
+ new (input: GetWorkflowExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get the runtime information that was logged for a specific runtime instance
@@ -86,23 +89,5 @@ export interface GetWorkflowExecutionCommandOutput extends GetWorkflowExecutionR
86
89
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
87
90
  *
88
91
  */
89
- export declare class GetWorkflowExecutionCommand extends $Command<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
90
- readonly input: GetWorkflowExecutionCommandInput;
91
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
92
- /**
93
- * @public
94
- */
95
- constructor(input: GetWorkflowExecutionCommandInput);
96
- /**
97
- * @internal
98
- */
99
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowExecutionCommandInput, GetWorkflowExecutionCommandOutput>;
100
- /**
101
- * @internal
102
- */
103
- private serialize;
104
- /**
105
- * @internal
106
- */
107
- private deserialize;
92
+ export declare class GetWorkflowExecutionCommand extends GetWorkflowExecutionCommand_base {
108
93
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { GetWorkflowStepExecutionRequest, GetWorkflowStepExecutionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetWorkflowStepExecutionCommandInput extends GetWorkflowStepExe
21
20
  */
22
21
  export interface GetWorkflowStepExecutionCommandOutput extends GetWorkflowStepExecutionResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetWorkflowStepExecutionCommand_base: {
24
+ new (input: GetWorkflowStepExecutionCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Get the runtime information that was logged for a specific runtime instance of
@@ -89,23 +92,5 @@ export interface GetWorkflowStepExecutionCommandOutput extends GetWorkflowStepEx
89
92
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
90
93
  *
91
94
  */
92
- export declare class GetWorkflowStepExecutionCommand extends $Command<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput, ImagebuilderClientResolvedConfig> {
93
- readonly input: GetWorkflowStepExecutionCommandInput;
94
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
95
- /**
96
- * @public
97
- */
98
- constructor(input: GetWorkflowStepExecutionCommandInput);
99
- /**
100
- * @internal
101
- */
102
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetWorkflowStepExecutionCommandInput, GetWorkflowStepExecutionCommandOutput>;
103
- /**
104
- * @internal
105
- */
106
- private serialize;
107
- /**
108
- * @internal
109
- */
110
- private deserialize;
95
+ export declare class GetWorkflowStepExecutionCommand extends GetWorkflowStepExecutionCommand_base {
111
96
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { ImportComponentRequest, ImportComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportComponentCommandInput extends ImportComponentRequest {
21
20
  */
22
21
  export interface ImportComponentCommandOutput extends ImportComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportComponentCommand_base: {
24
+ new (input: ImportComponentCommandInput): import("@smithy/smithy-client").CommandImpl<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Imports a component and transforms its data into a component document.</p>
@@ -102,23 +105,5 @@ export interface ImportComponentCommandOutput extends ImportComponentResponse, _
102
105
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
103
106
  *
104
107
  */
105
- export declare class ImportComponentCommand extends $Command<ImportComponentCommandInput, ImportComponentCommandOutput, ImagebuilderClientResolvedConfig> {
106
- readonly input: ImportComponentCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: ImportComponentCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportComponentCommandInput, ImportComponentCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class ImportComponentCommand extends ImportComponentCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { ImportVmImageRequest, ImportVmImageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ImportVmImageCommandInput extends ImportVmImageRequest {
21
20
  */
22
21
  export interface ImportVmImageCommandOutput extends ImportVmImageResponse, __MetadataBearer {
23
22
  }
23
+ declare const ImportVmImageCommand_base: {
24
+ new (input: ImportVmImageCommandInput): import("@smithy/smithy-client").CommandImpl<ImportVmImageCommandInput, ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>When you export your virtual machine (VM) from its virtualization environment, that
@@ -81,23 +84,5 @@ export interface ImportVmImageCommandOutput extends ImportVmImageResponse, __Met
81
84
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
82
85
  *
83
86
  */
84
- export declare class ImportVmImageCommand extends $Command<ImportVmImageCommandInput, ImportVmImageCommandOutput, ImagebuilderClientResolvedConfig> {
85
- readonly input: ImportVmImageCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: ImportVmImageCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ImportVmImageCommandInput, ImportVmImageCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class ImportVmImageCommand extends ImportVmImageCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
5
4
  import { ListComponentBuildVersionsRequest, ListComponentBuildVersionsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListComponentBuildVersionsCommandInput extends ListComponentBui
21
20
  */
22
21
  export interface ListComponentBuildVersionsCommandOutput extends ListComponentBuildVersionsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListComponentBuildVersionsCommand_base: {
24
+ new (input: ListComponentBuildVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns the list of component build versions for the specified semantic
@@ -113,23 +116,5 @@ export interface ListComponentBuildVersionsCommandOutput extends ListComponentBu
113
116
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
114
117
  *
115
118
  */
116
- export declare class ListComponentBuildVersionsCommand extends $Command<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput, ImagebuilderClientResolvedConfig> {
117
- readonly input: ListComponentBuildVersionsCommandInput;
118
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
119
- /**
120
- * @public
121
- */
122
- constructor(input: ListComponentBuildVersionsCommandInput);
123
- /**
124
- * @internal
125
- */
126
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListComponentBuildVersionsCommandInput, ListComponentBuildVersionsCommandOutput>;
127
- /**
128
- * @internal
129
- */
130
- private serialize;
131
- /**
132
- * @internal
133
- */
134
- private deserialize;
119
+ export declare class ListComponentBuildVersionsCommand extends ListComponentBuildVersionsCommand_base {
135
120
  }