@aws-sdk/client-imagebuilder 3.478.0 → 3.484.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 +11 -11
@@ -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 { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteComponentCommandInput extends DeleteComponentRequest {
21
20
  */
22
21
  export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteComponentCommand_base: {
24
+ new (input: DeleteComponentCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a component build version.</p>
@@ -77,23 +80,5 @@ export interface DeleteComponentCommandOutput extends DeleteComponentResponse, _
77
80
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig> {
81
- readonly input: DeleteComponentCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteComponentCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteComponentCommand extends DeleteComponentCommand_base {
99
84
  }
@@ -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 { DeleteContainerRecipeRequest, DeleteContainerRecipeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteContainerRecipeCommandInput extends DeleteContainerRecipe
21
20
  */
22
21
  export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecipeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteContainerRecipeCommand_base: {
24
+ new (input: DeleteContainerRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a container recipe.</p>
@@ -77,23 +80,5 @@ export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecip
77
80
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteContainerRecipeCommand extends $Command<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
81
- readonly input: DeleteContainerRecipeCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteContainerRecipeCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteContainerRecipeCommand extends DeleteContainerRecipeCommand_base {
99
84
  }
@@ -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 { DeleteDistributionConfigurationRequest, DeleteDistributionConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteDistributionConfigurationCommandInput extends DeleteDistr
21
20
  */
22
21
  export interface DeleteDistributionConfigurationCommandOutput extends DeleteDistributionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteDistributionConfigurationCommand_base: {
24
+ new (input: DeleteDistributionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a distribution configuration.</p>
@@ -77,23 +80,5 @@ export interface DeleteDistributionConfigurationCommandOutput extends DeleteDist
77
80
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteDistributionConfigurationCommand extends $Command<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
81
- readonly input: DeleteDistributionConfigurationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteDistributionConfigurationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteDistributionConfigurationCommand extends DeleteDistributionConfigurationCommand_base {
99
84
  }
@@ -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 { DeleteImageRequest, DeleteImageResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteImageCommandInput extends DeleteImageRequest {
21
20
  */
22
21
  export interface DeleteImageCommandOutput extends DeleteImageResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteImageCommand_base: {
24
+ new (input: DeleteImageCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an Image Builder image resource. This does not delete any EC2 AMIs or ECR container
@@ -98,23 +101,5 @@ export interface DeleteImageCommandOutput extends DeleteImageResponse, __Metadat
98
101
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
99
102
  *
100
103
  */
101
- export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig> {
102
- readonly input: DeleteImageCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: DeleteImageCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class DeleteImageCommand extends DeleteImageCommand_base {
120
105
  }
@@ -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 { DeleteImagePipelineRequest, DeleteImagePipelineResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteImagePipelineCommandInput extends DeleteImagePipelineRequ
21
20
  */
22
21
  export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteImagePipelineCommand_base: {
24
+ new (input: DeleteImagePipelineCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an image pipeline.</p>
@@ -77,23 +80,5 @@ export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineRes
77
80
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteImagePipelineCommand extends $Command<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
81
- readonly input: DeleteImagePipelineCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteImagePipelineCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteImagePipelineCommand extends DeleteImagePipelineCommand_base {
99
84
  }
@@ -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 { DeleteImageRecipeRequest, DeleteImageRecipeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteImageRecipeCommandInput extends DeleteImageRecipeRequest
21
20
  */
22
21
  export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteImageRecipeCommand_base: {
24
+ new (input: DeleteImageRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an image recipe.</p>
@@ -77,23 +80,5 @@ export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeRespons
77
80
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteImageRecipeCommand extends $Command<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
81
- readonly input: DeleteImageRecipeCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteImageRecipeCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteImageRecipeCommand extends DeleteImageRecipeCommand_base {
99
84
  }
@@ -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 { DeleteInfrastructureConfigurationRequest, DeleteInfrastructureConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteInfrastructureConfigurationCommandInput extends DeleteInf
21
20
  */
22
21
  export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteInfrastructureConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteInfrastructureConfigurationCommand_base: {
24
+ new (input: DeleteInfrastructureConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes an infrastructure configuration.</p>
@@ -77,23 +80,5 @@ export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteIn
77
80
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
78
81
  *
79
82
  */
80
- export declare class DeleteInfrastructureConfigurationCommand extends $Command<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
81
- readonly input: DeleteInfrastructureConfigurationCommandInput;
82
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
83
- /**
84
- * @public
85
- */
86
- constructor(input: DeleteInfrastructureConfigurationCommandInput);
87
- /**
88
- * @internal
89
- */
90
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput>;
91
- /**
92
- * @internal
93
- */
94
- private serialize;
95
- /**
96
- * @internal
97
- */
98
- private deserialize;
83
+ export declare class DeleteInfrastructureConfigurationCommand extends DeleteInfrastructureConfigurationCommand_base {
99
84
  }
@@ -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 { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteLifecyclePolicyCommandInput extends DeleteLifecyclePolicy
21
20
  */
22
21
  export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteLifecyclePolicyCommand_base: {
24
+ new (input: DeleteLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Delete the specified lifecycle policy resource.</p>
@@ -76,23 +79,5 @@ export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolic
76
79
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteLifecyclePolicyCommand extends $Command<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
80
- readonly input: DeleteLifecyclePolicyCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteLifecyclePolicyCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteLifecyclePolicyCommand extends DeleteLifecyclePolicyCommand_base {
98
83
  }
@@ -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 { DeleteWorkflowRequest, DeleteWorkflowResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteWorkflowCommandInput extends DeleteWorkflowRequest {
21
20
  */
22
21
  export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteWorkflowCommand_base: {
24
+ new (input: DeleteWorkflowCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a specific workflow resource.</p>
@@ -76,23 +79,5 @@ export interface DeleteWorkflowCommandOutput extends DeleteWorkflowResponse, __M
76
79
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
77
80
  *
78
81
  */
79
- export declare class DeleteWorkflowCommand extends $Command<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput, ImagebuilderClientResolvedConfig> {
80
- readonly input: DeleteWorkflowCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: DeleteWorkflowCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWorkflowCommandInput, DeleteWorkflowCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class DeleteWorkflowCommand extends DeleteWorkflowCommand_base {
98
83
  }
@@ -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 { GetComponentRequest, GetComponentResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetComponentCommandInput extends GetComponentRequest {
21
20
  */
22
21
  export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetComponentCommand_base: {
24
+ new (input: GetComponentCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a component object.</p>
@@ -108,23 +111,5 @@ export interface GetComponentCommandOutput extends GetComponentResponse, __Metad
108
111
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
109
112
  *
110
113
  */
111
- export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig> {
112
- readonly input: GetComponentCommandInput;
113
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
114
- /**
115
- * @public
116
- */
117
- constructor(input: GetComponentCommandInput);
118
- /**
119
- * @internal
120
- */
121
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
122
- /**
123
- * @internal
124
- */
125
- private serialize;
126
- /**
127
- * @internal
128
- */
129
- private deserialize;
114
+ export declare class GetComponentCommand extends GetComponentCommand_base {
130
115
  }
@@ -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 { GetComponentPolicyRequest, GetComponentPolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetComponentPolicyCommandInput extends GetComponentPolicyReques
21
20
  */
22
21
  export interface GetComponentPolicyCommandOutput extends GetComponentPolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetComponentPolicyCommand_base: {
24
+ new (input: GetComponentPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a component policy.</p>
@@ -71,23 +74,5 @@ export interface GetComponentPolicyCommandOutput extends GetComponentPolicyRespo
71
74
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
72
75
  *
73
76
  */
74
- export declare class GetComponentPolicyCommand extends $Command<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
75
- readonly input: GetComponentPolicyCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetComponentPolicyCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetComponentPolicyCommand extends GetComponentPolicyCommand_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 { GetContainerRecipeRequest, GetContainerRecipeResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetContainerRecipeCommandInput extends GetContainerRecipeReques
21
20
  */
22
21
  export interface GetContainerRecipeCommandOutput extends GetContainerRecipeResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetContainerRecipeCommand_base: {
24
+ new (input: GetContainerRecipeCommandInput): import("@smithy/smithy-client").CommandImpl<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a container recipe.</p>
@@ -127,23 +130,5 @@ export interface GetContainerRecipeCommandOutput extends GetContainerRecipeRespo
127
130
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
128
131
  *
129
132
  */
130
- export declare class GetContainerRecipeCommand extends $Command<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
131
- readonly input: GetContainerRecipeCommandInput;
132
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
133
- /**
134
- * @public
135
- */
136
- constructor(input: GetContainerRecipeCommandInput);
137
- /**
138
- * @internal
139
- */
140
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput>;
141
- /**
142
- * @internal
143
- */
144
- private serialize;
145
- /**
146
- * @internal
147
- */
148
- private deserialize;
133
+ export declare class GetContainerRecipeCommand extends GetContainerRecipeCommand_base {
149
134
  }
@@ -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 { GetContainerRecipePolicyRequest, GetContainerRecipePolicyResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetContainerRecipePolicyCommandInput extends GetContainerRecipe
21
20
  */
22
21
  export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecipePolicyResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetContainerRecipePolicyCommand_base: {
24
+ new (input: GetContainerRecipePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves the policy for a container recipe.</p>
@@ -71,23 +74,5 @@ export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecip
71
74
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
72
75
  *
73
76
  */
74
- export declare class GetContainerRecipePolicyCommand extends $Command<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
75
- readonly input: GetContainerRecipePolicyCommandInput;
76
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
- /**
78
- * @public
79
- */
80
- constructor(input: GetContainerRecipePolicyCommandInput);
81
- /**
82
- * @internal
83
- */
84
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput>;
85
- /**
86
- * @internal
87
- */
88
- private serialize;
89
- /**
90
- * @internal
91
- */
92
- private deserialize;
77
+ export declare class GetContainerRecipePolicyCommand extends GetContainerRecipePolicyCommand_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 { GetDistributionConfigurationRequest, GetDistributionConfigurationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDistributionConfigurationCommandInput extends GetDistributio
21
20
  */
22
21
  export interface GetDistributionConfigurationCommandOutput extends GetDistributionConfigurationResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDistributionConfigurationCommand_base: {
24
+ new (input: GetDistributionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Gets a distribution configuration.</p>
@@ -154,23 +157,5 @@ export interface GetDistributionConfigurationCommandOutput extends GetDistributi
154
157
  * <p>Base exception class for all service exceptions from Imagebuilder service.</p>
155
158
  *
156
159
  */
157
- export declare class GetDistributionConfigurationCommand extends $Command<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
158
- readonly input: GetDistributionConfigurationCommandInput;
159
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
160
- /**
161
- * @public
162
- */
163
- constructor(input: GetDistributionConfigurationCommandInput);
164
- /**
165
- * @internal
166
- */
167
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput>;
168
- /**
169
- * @internal
170
- */
171
- private serialize;
172
- /**
173
- * @internal
174
- */
175
- private deserialize;
160
+ export declare class GetDistributionConfigurationCommand extends GetDistributionConfigurationCommand_base {
176
161
  }