@aws-sdk/client-imagebuilder 3.34.0 → 3.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (536) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/Imagebuilder.js +1 -8
  3. package/{dist/cjs → dist-cjs}/ImagebuilderClient.js +8 -20
  4. package/{dist/cjs → dist-cjs}/commands/CancelImageCreationCommand.js +2 -28
  5. package/{dist/cjs → dist-cjs}/commands/CreateComponentCommand.js +2 -28
  6. package/{dist/cjs → dist-cjs}/commands/CreateContainerRecipeCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/CreateDistributionConfigurationCommand.js +2 -28
  8. package/{dist/cjs → dist-cjs}/commands/CreateImageCommand.js +2 -29
  9. package/{dist/cjs → dist-cjs}/commands/CreateImagePipelineCommand.js +2 -28
  10. package/{dist/cjs → dist-cjs}/commands/CreateImageRecipeCommand.js +2 -28
  11. package/{dist/cjs → dist-cjs}/commands/CreateInfrastructureConfigurationCommand.js +2 -28
  12. package/{dist/cjs → dist-cjs}/commands/DeleteComponentCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/DeleteContainerRecipeCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/DeleteDistributionConfigurationCommand.js +2 -27
  15. package/dist-cjs/commands/DeleteImageCommand.js +36 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteImagePipelineCommand.js +2 -27
  17. package/{dist/cjs → dist-cjs}/commands/DeleteImageRecipeCommand.js +2 -27
  18. package/{dist/cjs → dist-cjs}/commands/DeleteInfrastructureConfigurationCommand.js +2 -27
  19. package/{dist/cjs → dist-cjs}/commands/GetComponentCommand.js +2 -27
  20. package/{dist/cjs → dist-cjs}/commands/GetComponentPolicyCommand.js +2 -27
  21. package/{dist/cjs → dist-cjs}/commands/GetContainerRecipeCommand.js +2 -27
  22. package/{dist/cjs → dist-cjs}/commands/GetContainerRecipePolicyCommand.js +2 -27
  23. package/{dist/cjs → dist-cjs}/commands/GetDistributionConfigurationCommand.js +2 -27
  24. package/{dist/cjs → dist-cjs}/commands/GetImageCommand.js +2 -27
  25. package/{dist/cjs → dist-cjs}/commands/GetImagePipelineCommand.js +2 -27
  26. package/{dist/cjs → dist-cjs}/commands/GetImagePolicyCommand.js +2 -27
  27. package/{dist/cjs → dist-cjs}/commands/GetImageRecipeCommand.js +2 -27
  28. package/{dist/cjs → dist-cjs}/commands/GetImageRecipePolicyCommand.js +2 -27
  29. package/{dist/cjs → dist-cjs}/commands/GetInfrastructureConfigurationCommand.js +2 -27
  30. package/{dist/cjs → dist-cjs}/commands/ImportComponentCommand.js +2 -27
  31. package/{dist/cjs → dist-cjs}/commands/ListComponentBuildVersionsCommand.js +2 -36
  32. package/{dist/cjs → dist-cjs}/commands/ListComponentsCommand.js +2 -36
  33. package/{dist/cjs → dist-cjs}/commands/ListContainerRecipesCommand.js +2 -27
  34. package/{dist/cjs → dist-cjs}/commands/ListDistributionConfigurationsCommand.js +2 -27
  35. package/{dist/cjs → dist-cjs}/commands/ListImageBuildVersionsCommand.js +2 -27
  36. package/{dist/cjs → dist-cjs}/commands/ListImagePackagesCommand.js +2 -27
  37. package/{dist/cjs → dist-cjs}/commands/ListImagePipelineImagesCommand.js +2 -27
  38. package/{dist/cjs → dist-cjs}/commands/ListImagePipelinesCommand.js +2 -27
  39. package/{dist/cjs → dist-cjs}/commands/ListImageRecipesCommand.js +2 -27
  40. package/{dist/cjs → dist-cjs}/commands/ListImagesCommand.js +2 -27
  41. package/{dist/cjs → dist-cjs}/commands/ListInfrastructureConfigurationsCommand.js +2 -27
  42. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
  43. package/{dist/cjs → dist-cjs}/commands/PutComponentPolicyCommand.js +2 -29
  44. package/{dist/cjs → dist-cjs}/commands/PutContainerRecipePolicyCommand.js +2 -27
  45. package/{dist/cjs → dist-cjs}/commands/PutImagePolicyCommand.js +2 -29
  46. package/{dist/cjs → dist-cjs}/commands/PutImageRecipePolicyCommand.js +2 -29
  47. package/{dist/cjs → dist-cjs}/commands/StartImagePipelineExecutionCommand.js +2 -27
  48. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
  49. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
  50. package/{dist/cjs → dist-cjs}/commands/UpdateDistributionConfigurationCommand.js +2 -28
  51. package/{dist/cjs → dist-cjs}/commands/UpdateImagePipelineCommand.js +2 -33
  52. package/{dist/cjs → dist-cjs}/commands/UpdateInfrastructureConfigurationCommand.js +2 -28
  53. package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
  54. package/{dist/cjs → dist-cjs}/index.js +0 -1
  55. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  56. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -469
  57. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  58. package/{dist/cjs → dist-cjs}/pagination/ListComponentBuildVersionsPaginator.js +1 -12
  59. package/{dist/cjs → dist-cjs}/pagination/ListComponentsPaginator.js +1 -12
  60. package/{dist/cjs → dist-cjs}/pagination/ListContainerRecipesPaginator.js +1 -12
  61. package/{dist/cjs → dist-cjs}/pagination/ListDistributionConfigurationsPaginator.js +1 -12
  62. package/{dist/cjs → dist-cjs}/pagination/ListImageBuildVersionsPaginator.js +1 -12
  63. package/{dist/cjs → dist-cjs}/pagination/ListImagePackagesPaginator.js +1 -12
  64. package/{dist/cjs → dist-cjs}/pagination/ListImagePipelineImagesPaginator.js +1 -12
  65. package/{dist/cjs → dist-cjs}/pagination/ListImagePipelinesPaginator.js +1 -12
  66. package/{dist/cjs → dist-cjs}/pagination/ListImageRecipesPaginator.js +1 -12
  67. package/{dist/cjs → dist-cjs}/pagination/ListImagesPaginator.js +1 -12
  68. package/{dist/cjs → dist-cjs}/pagination/ListInfrastructureConfigurationsPaginator.js +1 -12
  69. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +46 -52
  70. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  71. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  72. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  73. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  74. package/{dist/es → dist-es}/Imagebuilder.js +1 -2
  75. package/{dist/es → dist-es}/ImagebuilderClient.js +1 -2
  76. package/{dist/es → dist-es}/commands/CancelImageCreationCommand.js +2 -3
  77. package/{dist/es → dist-es}/commands/CreateComponentCommand.js +2 -3
  78. package/{dist/es → dist-es}/commands/CreateContainerRecipeCommand.js +2 -3
  79. package/{dist/es → dist-es}/commands/CreateDistributionConfigurationCommand.js +2 -3
  80. package/{dist/es → dist-es}/commands/CreateImageCommand.js +2 -3
  81. package/{dist/es → dist-es}/commands/CreateImagePipelineCommand.js +2 -3
  82. package/{dist/es → dist-es}/commands/CreateImageRecipeCommand.js +2 -3
  83. package/{dist/es → dist-es}/commands/CreateInfrastructureConfigurationCommand.js +2 -3
  84. package/{dist/es → dist-es}/commands/DeleteComponentCommand.js +2 -3
  85. package/{dist/es → dist-es}/commands/DeleteContainerRecipeCommand.js +2 -3
  86. package/{dist/es → dist-es}/commands/DeleteDistributionConfigurationCommand.js +2 -3
  87. package/{dist/es → dist-es}/commands/DeleteImageCommand.js +2 -3
  88. package/{dist/es → dist-es}/commands/DeleteImagePipelineCommand.js +2 -3
  89. package/{dist/es → dist-es}/commands/DeleteImageRecipeCommand.js +2 -3
  90. package/{dist/es → dist-es}/commands/DeleteInfrastructureConfigurationCommand.js +2 -3
  91. package/{dist/es → dist-es}/commands/GetComponentCommand.js +2 -3
  92. package/{dist/es → dist-es}/commands/GetComponentPolicyCommand.js +2 -3
  93. package/{dist/es → dist-es}/commands/GetContainerRecipeCommand.js +2 -3
  94. package/{dist/es → dist-es}/commands/GetContainerRecipePolicyCommand.js +2 -3
  95. package/{dist/es → dist-es}/commands/GetDistributionConfigurationCommand.js +2 -3
  96. package/{dist/es → dist-es}/commands/GetImageCommand.js +2 -3
  97. package/{dist/es → dist-es}/commands/GetImagePipelineCommand.js +2 -3
  98. package/{dist/es → dist-es}/commands/GetImagePolicyCommand.js +2 -3
  99. package/{dist/es → dist-es}/commands/GetImageRecipeCommand.js +2 -3
  100. package/{dist/es → dist-es}/commands/GetImageRecipePolicyCommand.js +2 -3
  101. package/{dist/es → dist-es}/commands/GetInfrastructureConfigurationCommand.js +2 -3
  102. package/{dist/es → dist-es}/commands/ImportComponentCommand.js +2 -3
  103. package/{dist/es → dist-es}/commands/ListComponentBuildVersionsCommand.js +2 -3
  104. package/{dist/es → dist-es}/commands/ListComponentsCommand.js +2 -3
  105. package/{dist/es → dist-es}/commands/ListContainerRecipesCommand.js +2 -3
  106. package/{dist/es → dist-es}/commands/ListDistributionConfigurationsCommand.js +2 -3
  107. package/{dist/es → dist-es}/commands/ListImageBuildVersionsCommand.js +2 -3
  108. package/{dist/es → dist-es}/commands/ListImagePackagesCommand.js +2 -3
  109. package/{dist/es → dist-es}/commands/ListImagePipelineImagesCommand.js +2 -3
  110. package/{dist/es → dist-es}/commands/ListImagePipelinesCommand.js +2 -3
  111. package/{dist/es → dist-es}/commands/ListImageRecipesCommand.js +2 -3
  112. package/{dist/es → dist-es}/commands/ListImagesCommand.js +2 -3
  113. package/{dist/es → dist-es}/commands/ListInfrastructureConfigurationsCommand.js +2 -3
  114. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
  115. package/{dist/es → dist-es}/commands/PutComponentPolicyCommand.js +2 -3
  116. package/{dist/es → dist-es}/commands/PutContainerRecipePolicyCommand.js +2 -3
  117. package/{dist/es → dist-es}/commands/PutImagePolicyCommand.js +2 -3
  118. package/{dist/es → dist-es}/commands/PutImageRecipePolicyCommand.js +2 -3
  119. package/{dist/es → dist-es}/commands/StartImagePipelineExecutionCommand.js +2 -3
  120. package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
  121. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
  122. package/{dist/es → dist-es}/commands/UpdateDistributionConfigurationCommand.js +2 -3
  123. package/{dist/es → dist-es}/commands/UpdateImagePipelineCommand.js +2 -3
  124. package/{dist/es → dist-es}/commands/UpdateInfrastructureConfigurationCommand.js +2 -3
  125. package/{dist/es → dist-es}/endpoints.js +1 -2
  126. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  127. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  128. package/{dist/es → dist-es}/models/models_0.js +0 -1
  129. package/dist-es/pagination/Interfaces.js +1 -0
  130. package/{dist/es → dist-es}/pagination/ListComponentBuildVersionsPaginator.js +1 -2
  131. package/{dist/es → dist-es}/pagination/ListComponentsPaginator.js +1 -2
  132. package/{dist/es → dist-es}/pagination/ListContainerRecipesPaginator.js +1 -2
  133. package/{dist/es → dist-es}/pagination/ListDistributionConfigurationsPaginator.js +1 -2
  134. package/{dist/es → dist-es}/pagination/ListImageBuildVersionsPaginator.js +1 -2
  135. package/{dist/es → dist-es}/pagination/ListImagePackagesPaginator.js +1 -2
  136. package/{dist/es → dist-es}/pagination/ListImagePipelineImagesPaginator.js +1 -2
  137. package/{dist/es → dist-es}/pagination/ListImagePipelinesPaginator.js +1 -2
  138. package/{dist/es → dist-es}/pagination/ListImageRecipesPaginator.js +1 -2
  139. package/{dist/es → dist-es}/pagination/ListImagesPaginator.js +1 -2
  140. package/{dist/es → dist-es}/pagination/ListInfrastructureConfigurationsPaginator.js +1 -2
  141. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
  142. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
  143. package/{dist/es → dist-es}/runtimeConfig.js +1 -2
  144. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
  145. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
  146. package/{dist/types → dist-types}/Imagebuilder.d.ts +4 -4
  147. package/{dist/types → dist-types}/ImagebuilderClient.d.ts +8 -8
  148. package/{dist/types → dist-types}/commands/CancelImageCreationCommand.d.ts +2 -2
  149. package/{dist/types → dist-types}/commands/CreateComponentCommand.d.ts +2 -2
  150. package/{dist/types → dist-types}/commands/CreateContainerRecipeCommand.d.ts +2 -2
  151. package/{dist/types → dist-types}/commands/CreateDistributionConfigurationCommand.d.ts +2 -2
  152. package/{dist/types → dist-types}/commands/CreateImageCommand.d.ts +2 -2
  153. package/{dist/types → dist-types}/commands/CreateImagePipelineCommand.d.ts +2 -2
  154. package/{dist/types → dist-types}/commands/CreateImageRecipeCommand.d.ts +2 -2
  155. package/{dist/types → dist-types}/commands/CreateInfrastructureConfigurationCommand.d.ts +2 -2
  156. package/{dist/types → dist-types}/commands/DeleteComponentCommand.d.ts +2 -2
  157. package/{dist/types → dist-types}/commands/DeleteContainerRecipeCommand.d.ts +2 -2
  158. package/{dist/types → dist-types}/commands/DeleteDistributionConfigurationCommand.d.ts +2 -2
  159. package/{dist/types → dist-types}/commands/DeleteImageCommand.d.ts +2 -2
  160. package/{dist/types → dist-types}/commands/DeleteImagePipelineCommand.d.ts +2 -2
  161. package/{dist/types → dist-types}/commands/DeleteImageRecipeCommand.d.ts +2 -2
  162. package/{dist/types → dist-types}/commands/DeleteInfrastructureConfigurationCommand.d.ts +2 -2
  163. package/{dist/types → dist-types}/commands/GetComponentCommand.d.ts +2 -2
  164. package/{dist/types → dist-types}/commands/GetComponentPolicyCommand.d.ts +2 -2
  165. package/{dist/types → dist-types}/commands/GetContainerRecipeCommand.d.ts +2 -2
  166. package/{dist/types → dist-types}/commands/GetContainerRecipePolicyCommand.d.ts +2 -2
  167. package/{dist/types → dist-types}/commands/GetDistributionConfigurationCommand.d.ts +2 -2
  168. package/{dist/types → dist-types}/commands/GetImageCommand.d.ts +2 -2
  169. package/{dist/types → dist-types}/commands/GetImagePipelineCommand.d.ts +2 -2
  170. package/{dist/types → dist-types}/commands/GetImagePolicyCommand.d.ts +2 -2
  171. package/{dist/types → dist-types}/commands/GetImageRecipeCommand.d.ts +2 -2
  172. package/{dist/types → dist-types}/commands/GetImageRecipePolicyCommand.d.ts +2 -2
  173. package/{dist/types → dist-types}/commands/GetInfrastructureConfigurationCommand.d.ts +2 -2
  174. package/{dist/types → dist-types}/commands/ImportComponentCommand.d.ts +2 -2
  175. package/{dist/types → dist-types}/commands/ListComponentBuildVersionsCommand.d.ts +3 -3
  176. package/{dist/types → dist-types}/commands/ListComponentsCommand.d.ts +3 -3
  177. package/{dist/types → dist-types}/commands/ListContainerRecipesCommand.d.ts +2 -2
  178. package/{dist/types → dist-types}/commands/ListDistributionConfigurationsCommand.d.ts +2 -2
  179. package/{dist/types → dist-types}/commands/ListImageBuildVersionsCommand.d.ts +2 -2
  180. package/{dist/types → dist-types}/commands/ListImagePackagesCommand.d.ts +2 -2
  181. package/{dist/types → dist-types}/commands/ListImagePipelineImagesCommand.d.ts +2 -2
  182. package/{dist/types → dist-types}/commands/ListImagePipelinesCommand.d.ts +2 -2
  183. package/{dist/types → dist-types}/commands/ListImageRecipesCommand.d.ts +2 -2
  184. package/{dist/types → dist-types}/commands/ListImagesCommand.d.ts +2 -2
  185. package/{dist/types → dist-types}/commands/ListInfrastructureConfigurationsCommand.d.ts +2 -2
  186. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
  187. package/{dist/types → dist-types}/commands/PutComponentPolicyCommand.d.ts +2 -2
  188. package/{dist/types → dist-types}/commands/PutContainerRecipePolicyCommand.d.ts +2 -2
  189. package/{dist/types → dist-types}/commands/PutImagePolicyCommand.d.ts +2 -2
  190. package/{dist/types → dist-types}/commands/PutImageRecipePolicyCommand.d.ts +2 -2
  191. package/{dist/types → dist-types}/commands/StartImagePipelineExecutionCommand.d.ts +2 -2
  192. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
  193. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
  194. package/{dist/types → dist-types}/commands/UpdateDistributionConfigurationCommand.d.ts +2 -2
  195. package/{dist/types → dist-types}/commands/UpdateImagePipelineCommand.d.ts +2 -2
  196. package/{dist/types → dist-types}/commands/UpdateInfrastructureConfigurationCommand.d.ts +2 -2
  197. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  198. package/{index.ts → dist-types/index.d.ts} +0 -0
  199. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  200. package/{dist/types → dist-types}/models/models_0.d.ts +26 -44
  201. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  202. package/{dist/types → dist-types}/pagination/ListComponentBuildVersionsPaginator.d.ts +1 -1
  203. package/{dist/types → dist-types}/pagination/ListComponentsPaginator.d.ts +1 -1
  204. package/{dist/types → dist-types}/pagination/ListContainerRecipesPaginator.d.ts +1 -1
  205. package/{dist/types → dist-types}/pagination/ListDistributionConfigurationsPaginator.d.ts +1 -1
  206. package/{dist/types → dist-types}/pagination/ListImageBuildVersionsPaginator.d.ts +1 -1
  207. package/{dist/types → dist-types}/pagination/ListImagePackagesPaginator.d.ts +1 -1
  208. package/{dist/types → dist-types}/pagination/ListImagePipelineImagesPaginator.d.ts +1 -1
  209. package/{dist/types → dist-types}/pagination/ListImagePipelinesPaginator.d.ts +1 -1
  210. package/{dist/types → dist-types}/pagination/ListImageRecipesPaginator.d.ts +1 -1
  211. package/{dist/types → dist-types}/pagination/ListImagesPaginator.d.ts +1 -1
  212. package/{dist/types → dist-types}/pagination/ListInfrastructureConfigurationsPaginator.d.ts +1 -1
  213. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  214. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  215. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  216. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  217. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  218. package/{dist/types → dist-types}/ts3.4/Imagebuilder.d.ts +52 -215
  219. package/{dist/types → dist-types}/ts3.4/ImagebuilderClient.d.ts +32 -100
  220. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +17 -0
  221. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +17 -0
  222. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +17 -0
  223. package/{dist/types → dist-types}/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +4 -23
  224. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +17 -0
  225. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +17 -0
  226. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +17 -0
  227. package/{dist/types → dist-types}/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +4 -23
  228. package/{dist/types → dist-types}/ts3.4/commands/DeleteComponentCommand.d.ts +4 -22
  229. package/{dist/types → dist-types}/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +4 -22
  230. package/{dist/types → dist-types}/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +4 -22
  231. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +17 -0
  232. package/{dist/types → dist-types}/ts3.4/commands/DeleteImagePipelineCommand.d.ts +4 -22
  233. package/{dist/types → dist-types}/ts3.4/commands/DeleteImageRecipeCommand.d.ts +4 -22
  234. package/{dist/types → dist-types}/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +4 -22
  235. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +17 -0
  236. package/{dist/types → dist-types}/ts3.4/commands/GetComponentPolicyCommand.d.ts +4 -22
  237. package/{dist/types → dist-types}/ts3.4/commands/GetContainerRecipeCommand.d.ts +4 -22
  238. package/{dist/types → dist-types}/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +4 -22
  239. package/{dist/types → dist-types}/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +4 -22
  240. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +17 -0
  241. package/{dist/types → dist-types}/ts3.4/commands/GetImagePipelineCommand.d.ts +4 -22
  242. package/{dist/types → dist-types}/ts3.4/commands/GetImagePolicyCommand.d.ts +4 -22
  243. package/{dist/types → dist-types}/ts3.4/commands/GetImageRecipeCommand.d.ts +4 -22
  244. package/{dist/types → dist-types}/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +4 -22
  245. package/{dist/types → dist-types}/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +4 -22
  246. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +17 -0
  247. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +17 -0
  248. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +17 -0
  249. package/{dist/types → dist-types}/ts3.4/commands/ListContainerRecipesCommand.d.ts +4 -22
  250. package/{dist/types → dist-types}/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +4 -22
  251. package/{dist/types → dist-types}/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +4 -22
  252. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +17 -0
  253. package/{dist/types → dist-types}/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +4 -22
  254. package/{dist/types → dist-types}/ts3.4/commands/ListImagePipelinesCommand.d.ts +4 -22
  255. package/{dist/types → dist-types}/ts3.4/commands/ListImageRecipesCommand.d.ts +4 -22
  256. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +17 -0
  257. package/{dist/types → dist-types}/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +4 -22
  258. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
  259. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +17 -0
  260. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +17 -0
  261. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +17 -0
  262. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +17 -0
  263. package/{dist/types → dist-types}/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +4 -22
  264. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  265. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  266. package/{dist/types → dist-types}/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +4 -23
  267. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +17 -0
  268. package/{dist/types → dist-types}/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +4 -23
  269. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  270. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  271. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  272. package/dist-types/ts3.4/models/models_0.d.ts +2285 -0
  273. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  274. package/{dist/types → dist-types}/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +1 -1
  275. package/{dist/types → dist-types}/ts3.4/pagination/ListComponentsPaginator.d.ts +1 -1
  276. package/{dist/types → dist-types}/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +1 -1
  277. package/{dist/types → dist-types}/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +1 -1
  278. package/{dist/types → dist-types}/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +1 -1
  279. package/{dist/types → dist-types}/ts3.4/pagination/ListImagePackagesPaginator.d.ts +1 -1
  280. package/{dist/types → dist-types}/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +1 -1
  281. package/{dist/types → dist-types}/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +1 -1
  282. package/{dist/types → dist-types}/ts3.4/pagination/ListImageRecipesPaginator.d.ts +1 -1
  283. package/{dist/types → dist-types}/ts3.4/pagination/ListImagesPaginator.d.ts +1 -1
  284. package/{dist/types → dist-types}/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +1 -1
  285. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  286. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  287. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  288. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  289. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  290. package/package.json +45 -42
  291. package/Imagebuilder.ts +0 -1830
  292. package/ImagebuilderClient.ts +0 -463
  293. package/commands/CancelImageCreationCommand.ts +0 -95
  294. package/commands/CreateComponentCommand.ts +0 -95
  295. package/commands/CreateContainerRecipeCommand.ts +0 -94
  296. package/commands/CreateDistributionConfigurationCommand.ts +0 -103
  297. package/commands/CreateImageCommand.ts +0 -96
  298. package/commands/CreateImagePipelineCommand.ts +0 -95
  299. package/commands/CreateImageRecipeCommand.ts +0 -95
  300. package/commands/CreateInfrastructureConfigurationCommand.ts +0 -106
  301. package/commands/DeleteComponentCommand.ts +0 -94
  302. package/commands/DeleteContainerRecipeCommand.ts +0 -94
  303. package/commands/DeleteDistributionConfigurationCommand.ts +0 -102
  304. package/commands/DeleteImageCommand.ts +0 -114
  305. package/commands/DeleteImagePipelineCommand.ts +0 -94
  306. package/commands/DeleteImageRecipeCommand.ts +0 -94
  307. package/commands/DeleteInfrastructureConfigurationCommand.ts +0 -105
  308. package/commands/GetComponentCommand.ts +0 -94
  309. package/commands/GetComponentPolicyCommand.ts +0 -94
  310. package/commands/GetContainerRecipeCommand.ts +0 -94
  311. package/commands/GetContainerRecipePolicyCommand.ts +0 -94
  312. package/commands/GetDistributionConfigurationCommand.ts +0 -99
  313. package/commands/GetImageCommand.ts +0 -94
  314. package/commands/GetImagePipelineCommand.ts +0 -94
  315. package/commands/GetImagePolicyCommand.ts +0 -94
  316. package/commands/GetImageRecipeCommand.ts +0 -94
  317. package/commands/GetImageRecipePolicyCommand.ts +0 -94
  318. package/commands/GetInfrastructureConfigurationCommand.ts +0 -102
  319. package/commands/ImportComponentCommand.ts +0 -94
  320. package/commands/ListComponentBuildVersionsCommand.ts +0 -106
  321. package/commands/ListComponentsCommand.ts +0 -103
  322. package/commands/ListContainerRecipesCommand.ts +0 -94
  323. package/commands/ListDistributionConfigurationsCommand.ts +0 -102
  324. package/commands/ListImageBuildVersionsCommand.ts +0 -94
  325. package/commands/ListImagePackagesCommand.ts +0 -94
  326. package/commands/ListImagePipelineImagesCommand.ts +0 -94
  327. package/commands/ListImagePipelinesCommand.ts +0 -94
  328. package/commands/ListImageRecipesCommand.ts +0 -94
  329. package/commands/ListImagesCommand.ts +0 -94
  330. package/commands/ListInfrastructureConfigurationsCommand.ts +0 -102
  331. package/commands/ListTagsForResourceCommand.ts +0 -94
  332. package/commands/PutComponentPolicyCommand.ts +0 -96
  333. package/commands/PutContainerRecipePolicyCommand.ts +0 -94
  334. package/commands/PutImagePolicyCommand.ts +0 -96
  335. package/commands/PutImageRecipePolicyCommand.ts +0 -96
  336. package/commands/StartImagePipelineExecutionCommand.ts +0 -99
  337. package/commands/TagResourceCommand.ts +0 -94
  338. package/commands/UntagResourceCommand.ts +0 -94
  339. package/commands/UpdateDistributionConfigurationCommand.ts +0 -103
  340. package/commands/UpdateImagePipelineCommand.ts +0 -100
  341. package/commands/UpdateInfrastructureConfigurationCommand.ts +0 -106
  342. package/dist/cjs/Imagebuilder.js.map +0 -1
  343. package/dist/cjs/ImagebuilderClient.js.map +0 -1
  344. package/dist/cjs/commands/CancelImageCreationCommand.js.map +0 -1
  345. package/dist/cjs/commands/CreateComponentCommand.js.map +0 -1
  346. package/dist/cjs/commands/CreateContainerRecipeCommand.js.map +0 -1
  347. package/dist/cjs/commands/CreateDistributionConfigurationCommand.js.map +0 -1
  348. package/dist/cjs/commands/CreateImageCommand.js.map +0 -1
  349. package/dist/cjs/commands/CreateImagePipelineCommand.js.map +0 -1
  350. package/dist/cjs/commands/CreateImageRecipeCommand.js.map +0 -1
  351. package/dist/cjs/commands/CreateInfrastructureConfigurationCommand.js.map +0 -1
  352. package/dist/cjs/commands/DeleteComponentCommand.js.map +0 -1
  353. package/dist/cjs/commands/DeleteContainerRecipeCommand.js.map +0 -1
  354. package/dist/cjs/commands/DeleteDistributionConfigurationCommand.js.map +0 -1
  355. package/dist/cjs/commands/DeleteImageCommand.js +0 -81
  356. package/dist/cjs/commands/DeleteImageCommand.js.map +0 -1
  357. package/dist/cjs/commands/DeleteImagePipelineCommand.js.map +0 -1
  358. package/dist/cjs/commands/DeleteImageRecipeCommand.js.map +0 -1
  359. package/dist/cjs/commands/DeleteInfrastructureConfigurationCommand.js.map +0 -1
  360. package/dist/cjs/commands/GetComponentCommand.js.map +0 -1
  361. package/dist/cjs/commands/GetComponentPolicyCommand.js.map +0 -1
  362. package/dist/cjs/commands/GetContainerRecipeCommand.js.map +0 -1
  363. package/dist/cjs/commands/GetContainerRecipePolicyCommand.js.map +0 -1
  364. package/dist/cjs/commands/GetDistributionConfigurationCommand.js.map +0 -1
  365. package/dist/cjs/commands/GetImageCommand.js.map +0 -1
  366. package/dist/cjs/commands/GetImagePipelineCommand.js.map +0 -1
  367. package/dist/cjs/commands/GetImagePolicyCommand.js.map +0 -1
  368. package/dist/cjs/commands/GetImageRecipeCommand.js.map +0 -1
  369. package/dist/cjs/commands/GetImageRecipePolicyCommand.js.map +0 -1
  370. package/dist/cjs/commands/GetInfrastructureConfigurationCommand.js.map +0 -1
  371. package/dist/cjs/commands/ImportComponentCommand.js.map +0 -1
  372. package/dist/cjs/commands/ListComponentBuildVersionsCommand.js.map +0 -1
  373. package/dist/cjs/commands/ListComponentsCommand.js.map +0 -1
  374. package/dist/cjs/commands/ListContainerRecipesCommand.js.map +0 -1
  375. package/dist/cjs/commands/ListDistributionConfigurationsCommand.js.map +0 -1
  376. package/dist/cjs/commands/ListImageBuildVersionsCommand.js.map +0 -1
  377. package/dist/cjs/commands/ListImagePackagesCommand.js.map +0 -1
  378. package/dist/cjs/commands/ListImagePipelineImagesCommand.js.map +0 -1
  379. package/dist/cjs/commands/ListImagePipelinesCommand.js.map +0 -1
  380. package/dist/cjs/commands/ListImageRecipesCommand.js.map +0 -1
  381. package/dist/cjs/commands/ListImagesCommand.js.map +0 -1
  382. package/dist/cjs/commands/ListInfrastructureConfigurationsCommand.js.map +0 -1
  383. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  384. package/dist/cjs/commands/PutComponentPolicyCommand.js.map +0 -1
  385. package/dist/cjs/commands/PutContainerRecipePolicyCommand.js.map +0 -1
  386. package/dist/cjs/commands/PutImagePolicyCommand.js.map +0 -1
  387. package/dist/cjs/commands/PutImageRecipePolicyCommand.js.map +0 -1
  388. package/dist/cjs/commands/StartImagePipelineExecutionCommand.js.map +0 -1
  389. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  390. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  391. package/dist/cjs/commands/UpdateDistributionConfigurationCommand.js.map +0 -1
  392. package/dist/cjs/commands/UpdateImagePipelineCommand.js.map +0 -1
  393. package/dist/cjs/commands/UpdateInfrastructureConfigurationCommand.js.map +0 -1
  394. package/dist/cjs/endpoints.js.map +0 -1
  395. package/dist/cjs/index.js.map +0 -1
  396. package/dist/cjs/models/index.js.map +0 -1
  397. package/dist/cjs/models/models_0.js.map +0 -1
  398. package/dist/cjs/package.json +0 -93
  399. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  400. package/dist/cjs/pagination/ListComponentBuildVersionsPaginator.js.map +0 -1
  401. package/dist/cjs/pagination/ListComponentsPaginator.js.map +0 -1
  402. package/dist/cjs/pagination/ListContainerRecipesPaginator.js.map +0 -1
  403. package/dist/cjs/pagination/ListDistributionConfigurationsPaginator.js.map +0 -1
  404. package/dist/cjs/pagination/ListImageBuildVersionsPaginator.js.map +0 -1
  405. package/dist/cjs/pagination/ListImagePackagesPaginator.js.map +0 -1
  406. package/dist/cjs/pagination/ListImagePipelineImagesPaginator.js.map +0 -1
  407. package/dist/cjs/pagination/ListImagePipelinesPaginator.js.map +0 -1
  408. package/dist/cjs/pagination/ListImageRecipesPaginator.js.map +0 -1
  409. package/dist/cjs/pagination/ListImagesPaginator.js.map +0 -1
  410. package/dist/cjs/pagination/ListInfrastructureConfigurationsPaginator.js.map +0 -1
  411. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  412. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  413. package/dist/cjs/runtimeConfig.js.map +0 -1
  414. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  415. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  416. package/dist/es/Imagebuilder.js.map +0 -1
  417. package/dist/es/ImagebuilderClient.js.map +0 -1
  418. package/dist/es/commands/CancelImageCreationCommand.js.map +0 -1
  419. package/dist/es/commands/CreateComponentCommand.js.map +0 -1
  420. package/dist/es/commands/CreateContainerRecipeCommand.js.map +0 -1
  421. package/dist/es/commands/CreateDistributionConfigurationCommand.js.map +0 -1
  422. package/dist/es/commands/CreateImageCommand.js.map +0 -1
  423. package/dist/es/commands/CreateImagePipelineCommand.js.map +0 -1
  424. package/dist/es/commands/CreateImageRecipeCommand.js.map +0 -1
  425. package/dist/es/commands/CreateInfrastructureConfigurationCommand.js.map +0 -1
  426. package/dist/es/commands/DeleteComponentCommand.js.map +0 -1
  427. package/dist/es/commands/DeleteContainerRecipeCommand.js.map +0 -1
  428. package/dist/es/commands/DeleteDistributionConfigurationCommand.js.map +0 -1
  429. package/dist/es/commands/DeleteImageCommand.js.map +0 -1
  430. package/dist/es/commands/DeleteImagePipelineCommand.js.map +0 -1
  431. package/dist/es/commands/DeleteImageRecipeCommand.js.map +0 -1
  432. package/dist/es/commands/DeleteInfrastructureConfigurationCommand.js.map +0 -1
  433. package/dist/es/commands/GetComponentCommand.js.map +0 -1
  434. package/dist/es/commands/GetComponentPolicyCommand.js.map +0 -1
  435. package/dist/es/commands/GetContainerRecipeCommand.js.map +0 -1
  436. package/dist/es/commands/GetContainerRecipePolicyCommand.js.map +0 -1
  437. package/dist/es/commands/GetDistributionConfigurationCommand.js.map +0 -1
  438. package/dist/es/commands/GetImageCommand.js.map +0 -1
  439. package/dist/es/commands/GetImagePipelineCommand.js.map +0 -1
  440. package/dist/es/commands/GetImagePolicyCommand.js.map +0 -1
  441. package/dist/es/commands/GetImageRecipeCommand.js.map +0 -1
  442. package/dist/es/commands/GetImageRecipePolicyCommand.js.map +0 -1
  443. package/dist/es/commands/GetInfrastructureConfigurationCommand.js.map +0 -1
  444. package/dist/es/commands/ImportComponentCommand.js.map +0 -1
  445. package/dist/es/commands/ListComponentBuildVersionsCommand.js.map +0 -1
  446. package/dist/es/commands/ListComponentsCommand.js.map +0 -1
  447. package/dist/es/commands/ListContainerRecipesCommand.js.map +0 -1
  448. package/dist/es/commands/ListDistributionConfigurationsCommand.js.map +0 -1
  449. package/dist/es/commands/ListImageBuildVersionsCommand.js.map +0 -1
  450. package/dist/es/commands/ListImagePackagesCommand.js.map +0 -1
  451. package/dist/es/commands/ListImagePipelineImagesCommand.js.map +0 -1
  452. package/dist/es/commands/ListImagePipelinesCommand.js.map +0 -1
  453. package/dist/es/commands/ListImageRecipesCommand.js.map +0 -1
  454. package/dist/es/commands/ListImagesCommand.js.map +0 -1
  455. package/dist/es/commands/ListInfrastructureConfigurationsCommand.js.map +0 -1
  456. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  457. package/dist/es/commands/PutComponentPolicyCommand.js.map +0 -1
  458. package/dist/es/commands/PutContainerRecipePolicyCommand.js.map +0 -1
  459. package/dist/es/commands/PutImagePolicyCommand.js.map +0 -1
  460. package/dist/es/commands/PutImageRecipePolicyCommand.js.map +0 -1
  461. package/dist/es/commands/StartImagePipelineExecutionCommand.js.map +0 -1
  462. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  463. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  464. package/dist/es/commands/UpdateDistributionConfigurationCommand.js.map +0 -1
  465. package/dist/es/commands/UpdateImagePipelineCommand.js.map +0 -1
  466. package/dist/es/commands/UpdateInfrastructureConfigurationCommand.js.map +0 -1
  467. package/dist/es/endpoints.js.map +0 -1
  468. package/dist/es/index.js +0 -65
  469. package/dist/es/index.js.map +0 -1
  470. package/dist/es/models/index.js +0 -2
  471. package/dist/es/models/index.js.map +0 -1
  472. package/dist/es/models/models_0.js.map +0 -1
  473. package/dist/es/package.json +0 -93
  474. package/dist/es/pagination/Interfaces.js +0 -2
  475. package/dist/es/pagination/Interfaces.js.map +0 -1
  476. package/dist/es/pagination/ListComponentBuildVersionsPaginator.js.map +0 -1
  477. package/dist/es/pagination/ListComponentsPaginator.js.map +0 -1
  478. package/dist/es/pagination/ListContainerRecipesPaginator.js.map +0 -1
  479. package/dist/es/pagination/ListDistributionConfigurationsPaginator.js.map +0 -1
  480. package/dist/es/pagination/ListImageBuildVersionsPaginator.js.map +0 -1
  481. package/dist/es/pagination/ListImagePackagesPaginator.js.map +0 -1
  482. package/dist/es/pagination/ListImagePipelineImagesPaginator.js.map +0 -1
  483. package/dist/es/pagination/ListImagePipelinesPaginator.js.map +0 -1
  484. package/dist/es/pagination/ListImageRecipesPaginator.js.map +0 -1
  485. package/dist/es/pagination/ListImagesPaginator.js.map +0 -1
  486. package/dist/es/pagination/ListInfrastructureConfigurationsPaginator.js.map +0 -1
  487. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  488. package/dist/es/runtimeConfig.browser.js.map +0 -1
  489. package/dist/es/runtimeConfig.js.map +0 -1
  490. package/dist/es/runtimeConfig.native.js.map +0 -1
  491. package/dist/es/runtimeConfig.shared.js.map +0 -1
  492. package/dist/types/ts3.4/commands/CancelImageCreationCommand.d.ts +0 -36
  493. package/dist/types/ts3.4/commands/CreateComponentCommand.d.ts +0 -36
  494. package/dist/types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +0 -35
  495. package/dist/types/ts3.4/commands/CreateImageCommand.d.ts +0 -37
  496. package/dist/types/ts3.4/commands/CreateImagePipelineCommand.d.ts +0 -36
  497. package/dist/types/ts3.4/commands/CreateImageRecipeCommand.d.ts +0 -36
  498. package/dist/types/ts3.4/commands/DeleteImageCommand.d.ts +0 -55
  499. package/dist/types/ts3.4/commands/GetComponentCommand.d.ts +0 -35
  500. package/dist/types/ts3.4/commands/GetImageCommand.d.ts +0 -35
  501. package/dist/types/ts3.4/commands/ImportComponentCommand.d.ts +0 -35
  502. package/dist/types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +0 -44
  503. package/dist/types/ts3.4/commands/ListComponentsCommand.d.ts +0 -44
  504. package/dist/types/ts3.4/commands/ListImagePackagesCommand.d.ts +0 -35
  505. package/dist/types/ts3.4/commands/ListImagesCommand.d.ts +0 -35
  506. package/dist/types/ts3.4/commands/PutComponentPolicyCommand.d.ts +0 -37
  507. package/dist/types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +0 -35
  508. package/dist/types/ts3.4/commands/PutImagePolicyCommand.d.ts +0 -37
  509. package/dist/types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +0 -37
  510. package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
  511. package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
  512. package/dist/types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +0 -41
  513. package/dist/types/ts3.4/models/models_0.d.ts +0 -4427
  514. package/endpoints.ts +0 -57
  515. package/jest.config.js +0 -4
  516. package/models/models_0.ts +0 -5429
  517. package/pagination/Interfaces.ts +0 -7
  518. package/pagination/ListComponentBuildVersionsPaginator.ts +0 -58
  519. package/pagination/ListComponentsPaginator.ts +0 -58
  520. package/pagination/ListContainerRecipesPaginator.ts +0 -58
  521. package/pagination/ListDistributionConfigurationsPaginator.ts +0 -58
  522. package/pagination/ListImageBuildVersionsPaginator.ts +0 -58
  523. package/pagination/ListImagePackagesPaginator.ts +0 -58
  524. package/pagination/ListImagePipelineImagesPaginator.ts +0 -58
  525. package/pagination/ListImagePipelinesPaginator.ts +0 -58
  526. package/pagination/ListImageRecipesPaginator.ts +0 -58
  527. package/pagination/ListImagesPaginator.ts +0 -54
  528. package/pagination/ListInfrastructureConfigurationsPaginator.ts +0 -58
  529. package/protocols/Aws_restJson1.ts +0 -8983
  530. package/runtimeConfig.browser.ts +0 -40
  531. package/runtimeConfig.native.ts +0 -16
  532. package/runtimeConfig.shared.ts +0 -16
  533. package/runtimeConfig.ts +0 -45
  534. package/tsconfig.es.json +0 -10
  535. package/tsconfig.json +0 -31
  536. package/tsconfig.types.json +0 -8
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { CreateComponentRequest, CreateComponentResponse } from "../models/models_0";
5
+ export interface CreateComponentCommandInput extends CreateComponentRequest {
6
+ }
7
+ export interface CreateComponentCommandOutput extends CreateComponentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateComponentCommand extends $Command<CreateComponentCommandInput, CreateComponentCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: CreateComponentCommandInput;
12
+ constructor(input: CreateComponentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateComponentCommandInput, CreateComponentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { CreateContainerRecipeRequest, CreateContainerRecipeResponse } from "../models/models_0";
5
+ export interface CreateContainerRecipeCommandInput extends CreateContainerRecipeRequest {
6
+ }
7
+ export interface CreateContainerRecipeCommandOutput extends CreateContainerRecipeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateContainerRecipeCommand extends $Command<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: CreateContainerRecipeCommandInput;
12
+ constructor(input: CreateContainerRecipeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateContainerRecipeCommandInput, CreateContainerRecipeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,35 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { CreateDistributionConfigurationRequest, CreateDistributionConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateDistributionConfigurationCommandInput extends CreateDistributionConfigurationRequest {
6
6
  }
7
7
  export interface CreateDistributionConfigurationCommandOutput extends CreateDistributionConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Creates a new distribution configuration. Distribution configurations define and configure
11
- * the outputs of your pipeline.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ImagebuilderClient, CreateDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
16
- * // const { ImagebuilderClient, CreateDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
17
- * const client = new ImagebuilderClient(config);
18
- * const command = new CreateDistributionConfigurationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateDistributionConfigurationCommandInput} for command's `input` shape.
23
- * @see {@link CreateDistributionConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateDistributionConfigurationCommand extends $Command<CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
28
11
  readonly input: CreateDistributionConfigurationCommandInput;
29
12
  constructor(input: CreateDistributionConfigurationCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDistributionConfigurationCommandInput, CreateDistributionConfigurationCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { CreateImageRequest, CreateImageResponse } from "../models/models_0";
5
+ export interface CreateImageCommandInput extends CreateImageRequest {
6
+ }
7
+ export interface CreateImageCommandOutput extends CreateImageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateImageCommand extends $Command<CreateImageCommandInput, CreateImageCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: CreateImageCommandInput;
12
+ constructor(input: CreateImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageCommandInput, CreateImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { CreateImagePipelineRequest, CreateImagePipelineResponse } from "../models/models_0";
5
+ export interface CreateImagePipelineCommandInput extends CreateImagePipelineRequest {
6
+ }
7
+ export interface CreateImagePipelineCommandOutput extends CreateImagePipelineResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateImagePipelineCommand extends $Command<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: CreateImagePipelineCommandInput;
12
+ constructor(input: CreateImagePipelineCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImagePipelineCommandInput, CreateImagePipelineCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { CreateImageRecipeRequest, CreateImageRecipeResponse } from "../models/models_0";
5
+ export interface CreateImageRecipeCommandInput extends CreateImageRecipeRequest {
6
+ }
7
+ export interface CreateImageRecipeCommandOutput extends CreateImageRecipeResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateImageRecipeCommand extends $Command<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: CreateImageRecipeCommandInput;
12
+ constructor(input: CreateImageRecipeCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateImageRecipeCommandInput, CreateImageRecipeCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,35 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { CreateInfrastructureConfigurationRequest, CreateInfrastructureConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface CreateInfrastructureConfigurationCommandInput extends CreateInfrastructureConfigurationRequest {
6
6
  }
7
7
  export interface CreateInfrastructureConfigurationCommandOutput extends CreateInfrastructureConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Creates a new infrastructure configuration. An infrastructure configuration defines the
11
- * environment in which your image will be built and tested.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ImagebuilderClient, CreateInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
16
- * // const { ImagebuilderClient, CreateInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
17
- * const client = new ImagebuilderClient(config);
18
- * const command = new CreateInfrastructureConfigurationCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link CreateInfrastructureConfigurationCommandInput} for command's `input` shape.
23
- * @see {@link CreateInfrastructureConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
9
+
27
10
  export declare class CreateInfrastructureConfigurationCommand extends $Command<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
28
11
  readonly input: CreateInfrastructureConfigurationCommandInput;
29
12
  constructor(input: CreateInfrastructureConfigurationCommandInput);
30
- /**
31
- * @internal
32
- */
13
+
33
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInfrastructureConfigurationCommandInput, CreateInfrastructureConfigurationCommandOutput>;
34
15
  private serialize;
35
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { DeleteComponentRequest, DeleteComponentResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteComponentCommandInput extends DeleteComponentRequest {
6
6
  }
7
7
  export interface DeleteComponentCommandOutput extends DeleteComponentResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Deletes a component build version.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, DeleteComponentCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, DeleteComponentCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new DeleteComponentCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteComponentCommandInput} for command's `input` shape.
22
- * @see {@link DeleteComponentCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteComponentCommand extends $Command<DeleteComponentCommandInput, DeleteComponentCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: DeleteComponentCommandInput;
28
12
  constructor(input: DeleteComponentCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteComponentCommandInput, DeleteComponentCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { DeleteContainerRecipeRequest, DeleteContainerRecipeResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteContainerRecipeCommandInput extends DeleteContainerRecipeRequest {
6
6
  }
7
7
  export interface DeleteContainerRecipeCommandOutput extends DeleteContainerRecipeResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Deletes a container recipe.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, DeleteContainerRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, DeleteContainerRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new DeleteContainerRecipeCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteContainerRecipeCommandInput} for command's `input` shape.
22
- * @see {@link DeleteContainerRecipeCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteContainerRecipeCommand extends $Command<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: DeleteContainerRecipeCommandInput;
28
12
  constructor(input: DeleteContainerRecipeCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteContainerRecipeCommandInput, DeleteContainerRecipeCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { DeleteDistributionConfigurationRequest, DeleteDistributionConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteDistributionConfigurationCommandInput extends DeleteDistributionConfigurationRequest {
6
6
  }
7
7
  export interface DeleteDistributionConfigurationCommandOutput extends DeleteDistributionConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Deletes a distribution configuration.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, DeleteDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, DeleteDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new DeleteDistributionConfigurationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteDistributionConfigurationCommandInput} for command's `input` shape.
22
- * @see {@link DeleteDistributionConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteDistributionConfigurationCommand extends $Command<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: DeleteDistributionConfigurationCommandInput;
28
12
  constructor(input: DeleteDistributionConfigurationCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDistributionConfigurationCommandInput, DeleteDistributionConfigurationCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { DeleteImageRequest, DeleteImageResponse } from "../models/models_0";
5
+ export interface DeleteImageCommandInput extends DeleteImageRequest {
6
+ }
7
+ export interface DeleteImageCommandOutput extends DeleteImageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteImageCommand extends $Command<DeleteImageCommandInput, DeleteImageCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: DeleteImageCommandInput;
12
+ constructor(input: DeleteImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageCommandInput, DeleteImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { DeleteImagePipelineRequest, DeleteImagePipelineResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteImagePipelineCommandInput extends DeleteImagePipelineRequest {
6
6
  }
7
7
  export interface DeleteImagePipelineCommandOutput extends DeleteImagePipelineResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Deletes an image pipeline.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, DeleteImagePipelineCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, DeleteImagePipelineCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new DeleteImagePipelineCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteImagePipelineCommandInput} for command's `input` shape.
22
- * @see {@link DeleteImagePipelineCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteImagePipelineCommand extends $Command<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: DeleteImagePipelineCommandInput;
28
12
  constructor(input: DeleteImagePipelineCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImagePipelineCommandInput, DeleteImagePipelineCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { DeleteImageRecipeRequest, DeleteImageRecipeResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteImageRecipeCommandInput extends DeleteImageRecipeRequest {
6
6
  }
7
7
  export interface DeleteImageRecipeCommandOutput extends DeleteImageRecipeResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Deletes an image recipe.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, DeleteImageRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, DeleteImageRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new DeleteImageRecipeCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteImageRecipeCommandInput} for command's `input` shape.
22
- * @see {@link DeleteImageRecipeCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteImageRecipeCommand extends $Command<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: DeleteImageRecipeCommandInput;
28
12
  constructor(input: DeleteImageRecipeCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteImageRecipeCommandInput, DeleteImageRecipeCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { DeleteInfrastructureConfigurationRequest, DeleteInfrastructureConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface DeleteInfrastructureConfigurationCommandInput extends DeleteInfrastructureConfigurationRequest {
6
6
  }
7
7
  export interface DeleteInfrastructureConfigurationCommandOutput extends DeleteInfrastructureConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Deletes an infrastructure configuration.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, DeleteInfrastructureConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, DeleteInfrastructureConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new DeleteInfrastructureConfigurationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link DeleteInfrastructureConfigurationCommandInput} for command's `input` shape.
22
- * @see {@link DeleteInfrastructureConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class DeleteInfrastructureConfigurationCommand extends $Command<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: DeleteInfrastructureConfigurationCommandInput;
28
12
  constructor(input: DeleteInfrastructureConfigurationCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInfrastructureConfigurationCommandInput, DeleteInfrastructureConfigurationCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { GetComponentRequest, GetComponentResponse } from "../models/models_0";
5
+ export interface GetComponentCommandInput extends GetComponentRequest {
6
+ }
7
+ export interface GetComponentCommandOutput extends GetComponentResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetComponentCommand extends $Command<GetComponentCommandInput, GetComponentCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: GetComponentCommandInput;
12
+ constructor(input: GetComponentCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentCommandInput, GetComponentCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { GetComponentPolicyRequest, GetComponentPolicyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetComponentPolicyCommandInput extends GetComponentPolicyRequest {
6
6
  }
7
7
  export interface GetComponentPolicyCommandOutput extends GetComponentPolicyResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Gets a component policy.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, GetComponentPolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, GetComponentPolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new GetComponentPolicyCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetComponentPolicyCommandInput} for command's `input` shape.
22
- * @see {@link GetComponentPolicyCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetComponentPolicyCommand extends $Command<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: GetComponentPolicyCommandInput;
28
12
  constructor(input: GetComponentPolicyCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetComponentPolicyCommandInput, GetComponentPolicyCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { GetContainerRecipeRequest, GetContainerRecipeResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetContainerRecipeCommandInput extends GetContainerRecipeRequest {
6
6
  }
7
7
  export interface GetContainerRecipeCommandOutput extends GetContainerRecipeResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves a container recipe.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, GetContainerRecipeCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, GetContainerRecipeCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new GetContainerRecipeCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetContainerRecipeCommandInput} for command's `input` shape.
22
- * @see {@link GetContainerRecipeCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetContainerRecipeCommand extends $Command<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: GetContainerRecipeCommandInput;
28
12
  constructor(input: GetContainerRecipeCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContainerRecipeCommandInput, GetContainerRecipeCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { GetContainerRecipePolicyRequest, GetContainerRecipePolicyResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetContainerRecipePolicyCommandInput extends GetContainerRecipePolicyRequest {
6
6
  }
7
7
  export interface GetContainerRecipePolicyCommandOutput extends GetContainerRecipePolicyResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p>Retrieves the policy for a container recipe.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, GetContainerRecipePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, GetContainerRecipePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new GetContainerRecipePolicyCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetContainerRecipePolicyCommandInput} for command's `input` shape.
22
- * @see {@link GetContainerRecipePolicyCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetContainerRecipePolicyCommand extends $Command<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: GetContainerRecipePolicyCommandInput;
28
12
  constructor(input: GetContainerRecipePolicyCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetContainerRecipePolicyCommandInput, GetContainerRecipePolicyCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -1,34 +1,16 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
1
3
  import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
2
4
  import { GetDistributionConfigurationRequest, GetDistributionConfigurationResponse } from "../models/models_0";
3
- import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
5
5
  export interface GetDistributionConfigurationCommandInput extends GetDistributionConfigurationRequest {
6
6
  }
7
7
  export interface GetDistributionConfigurationCommandOutput extends GetDistributionConfigurationResponse, __MetadataBearer {
8
8
  }
9
- /**
10
- * <p> Gets a distribution configuration.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ImagebuilderClient, GetDistributionConfigurationCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
15
- * // const { ImagebuilderClient, GetDistributionConfigurationCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
16
- * const client = new ImagebuilderClient(config);
17
- * const command = new GetDistributionConfigurationCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link GetDistributionConfigurationCommandInput} for command's `input` shape.
22
- * @see {@link GetDistributionConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
9
+
26
10
  export declare class GetDistributionConfigurationCommand extends $Command<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput, ImagebuilderClientResolvedConfig> {
27
11
  readonly input: GetDistributionConfigurationCommandInput;
28
12
  constructor(input: GetDistributionConfigurationCommandInput);
29
- /**
30
- * @internal
31
- */
13
+
32
14
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDistributionConfigurationCommandInput, GetDistributionConfigurationCommandOutput>;
33
15
  private serialize;
34
16
  private deserialize;
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ImagebuilderClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ImagebuilderClient";
4
+ import { GetImageRequest, GetImageResponse } from "../models/models_0";
5
+ export interface GetImageCommandInput extends GetImageRequest {
6
+ }
7
+ export interface GetImageCommandOutput extends GetImageResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetImageCommand extends $Command<GetImageCommandInput, GetImageCommandOutput, ImagebuilderClientResolvedConfig> {
11
+ readonly input: GetImageCommandInput;
12
+ constructor(input: GetImageCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ImagebuilderClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetImageCommandInput, GetImageCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }