@aws-sdk/client-imagebuilder 3.35.0 → 3.38.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 (432) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/dist-cjs/Imagebuilder.js +0 -7
  3. package/dist-cjs/ImagebuilderClient.js +0 -12
  4. package/dist-cjs/commands/CancelImageCreationCommand.js +0 -26
  5. package/dist-cjs/commands/CreateComponentCommand.js +0 -26
  6. package/dist-cjs/commands/CreateContainerRecipeCommand.js +0 -25
  7. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js +0 -26
  8. package/dist-cjs/commands/CreateImageCommand.js +0 -27
  9. package/dist-cjs/commands/CreateImagePipelineCommand.js +0 -26
  10. package/dist-cjs/commands/CreateImageRecipeCommand.js +0 -26
  11. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js +0 -26
  12. package/dist-cjs/commands/DeleteComponentCommand.js +0 -25
  13. package/dist-cjs/commands/DeleteContainerRecipeCommand.js +0 -25
  14. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js +0 -25
  15. package/dist-cjs/commands/DeleteImageCommand.js +0 -45
  16. package/dist-cjs/commands/DeleteImagePipelineCommand.js +0 -25
  17. package/dist-cjs/commands/DeleteImageRecipeCommand.js +0 -25
  18. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js +0 -25
  19. package/dist-cjs/commands/GetComponentCommand.js +0 -25
  20. package/dist-cjs/commands/GetComponentPolicyCommand.js +0 -25
  21. package/dist-cjs/commands/GetContainerRecipeCommand.js +0 -25
  22. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js +0 -25
  23. package/dist-cjs/commands/GetDistributionConfigurationCommand.js +0 -25
  24. package/dist-cjs/commands/GetImageCommand.js +0 -25
  25. package/dist-cjs/commands/GetImagePipelineCommand.js +0 -25
  26. package/dist-cjs/commands/GetImagePolicyCommand.js +0 -25
  27. package/dist-cjs/commands/GetImageRecipeCommand.js +0 -25
  28. package/dist-cjs/commands/GetImageRecipePolicyCommand.js +0 -25
  29. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js +0 -25
  30. package/dist-cjs/commands/ImportComponentCommand.js +0 -25
  31. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js +0 -34
  32. package/dist-cjs/commands/ListComponentsCommand.js +0 -34
  33. package/dist-cjs/commands/ListContainerRecipesCommand.js +0 -25
  34. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js +0 -25
  35. package/dist-cjs/commands/ListImageBuildVersionsCommand.js +0 -25
  36. package/dist-cjs/commands/ListImagePackagesCommand.js +0 -25
  37. package/dist-cjs/commands/ListImagePipelineImagesCommand.js +0 -25
  38. package/dist-cjs/commands/ListImagePipelinesCommand.js +0 -25
  39. package/dist-cjs/commands/ListImageRecipesCommand.js +0 -25
  40. package/dist-cjs/commands/ListImagesCommand.js +0 -25
  41. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js +0 -25
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
  43. package/dist-cjs/commands/PutComponentPolicyCommand.js +0 -27
  44. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js +0 -25
  45. package/dist-cjs/commands/PutImagePolicyCommand.js +0 -27
  46. package/dist-cjs/commands/PutImageRecipePolicyCommand.js +0 -27
  47. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js +0 -25
  48. package/dist-cjs/commands/TagResourceCommand.js +0 -25
  49. package/dist-cjs/commands/UntagResourceCommand.js +0 -25
  50. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js +0 -26
  51. package/dist-cjs/commands/UpdateImagePipelineCommand.js +0 -31
  52. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js +0 -26
  53. package/dist-cjs/commands/index.js +52 -0
  54. package/dist-cjs/endpoints.js +1 -2
  55. package/dist-cjs/index.js +4 -64
  56. package/dist-cjs/models/index.js +0 -1
  57. package/dist-cjs/models/models_0.js +0 -469
  58. package/dist-cjs/pagination/Interfaces.js +0 -1
  59. package/dist-cjs/pagination/ListComponentBuildVersionsPaginator.js +0 -11
  60. package/dist-cjs/pagination/ListComponentsPaginator.js +0 -11
  61. package/dist-cjs/pagination/ListContainerRecipesPaginator.js +0 -11
  62. package/dist-cjs/pagination/ListDistributionConfigurationsPaginator.js +0 -11
  63. package/dist-cjs/pagination/ListImageBuildVersionsPaginator.js +0 -11
  64. package/dist-cjs/pagination/ListImagePackagesPaginator.js +0 -11
  65. package/dist-cjs/pagination/ListImagePipelineImagesPaginator.js +0 -11
  66. package/dist-cjs/pagination/ListImagePipelinesPaginator.js +0 -11
  67. package/dist-cjs/pagination/ListImageRecipesPaginator.js +0 -11
  68. package/dist-cjs/pagination/ListImagesPaginator.js +0 -11
  69. package/dist-cjs/pagination/ListInfrastructureConfigurationsPaginator.js +0 -11
  70. package/dist-cjs/pagination/index.js +15 -0
  71. package/dist-cjs/protocols/Aws_restJson1.js +0 -6
  72. package/dist-cjs/runtimeConfig.browser.js +1 -6
  73. package/dist-cjs/runtimeConfig.js +2 -7
  74. package/dist-cjs/runtimeConfig.native.js +0 -4
  75. package/dist-cjs/runtimeConfig.shared.js +0 -4
  76. package/dist-es/Imagebuilder.js +0 -1
  77. package/dist-es/ImagebuilderClient.js +0 -1
  78. package/dist-es/commands/CancelImageCreationCommand.js +0 -1
  79. package/dist-es/commands/CreateComponentCommand.js +0 -1
  80. package/dist-es/commands/CreateContainerRecipeCommand.js +0 -1
  81. package/dist-es/commands/CreateDistributionConfigurationCommand.js +0 -1
  82. package/dist-es/commands/CreateImageCommand.js +0 -1
  83. package/dist-es/commands/CreateImagePipelineCommand.js +0 -1
  84. package/dist-es/commands/CreateImageRecipeCommand.js +0 -1
  85. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js +0 -1
  86. package/dist-es/commands/DeleteComponentCommand.js +0 -1
  87. package/dist-es/commands/DeleteContainerRecipeCommand.js +0 -1
  88. package/dist-es/commands/DeleteDistributionConfigurationCommand.js +0 -1
  89. package/dist-es/commands/DeleteImageCommand.js +0 -1
  90. package/dist-es/commands/DeleteImagePipelineCommand.js +0 -1
  91. package/dist-es/commands/DeleteImageRecipeCommand.js +0 -1
  92. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js +0 -1
  93. package/dist-es/commands/GetComponentCommand.js +0 -1
  94. package/dist-es/commands/GetComponentPolicyCommand.js +0 -1
  95. package/dist-es/commands/GetContainerRecipeCommand.js +0 -1
  96. package/dist-es/commands/GetContainerRecipePolicyCommand.js +0 -1
  97. package/dist-es/commands/GetDistributionConfigurationCommand.js +0 -1
  98. package/dist-es/commands/GetImageCommand.js +0 -1
  99. package/dist-es/commands/GetImagePipelineCommand.js +0 -1
  100. package/dist-es/commands/GetImagePolicyCommand.js +0 -1
  101. package/dist-es/commands/GetImageRecipeCommand.js +0 -1
  102. package/dist-es/commands/GetImageRecipePolicyCommand.js +0 -1
  103. package/dist-es/commands/GetInfrastructureConfigurationCommand.js +0 -1
  104. package/dist-es/commands/ImportComponentCommand.js +0 -1
  105. package/dist-es/commands/ListComponentBuildVersionsCommand.js +0 -1
  106. package/dist-es/commands/ListComponentsCommand.js +0 -1
  107. package/dist-es/commands/ListContainerRecipesCommand.js +0 -1
  108. package/dist-es/commands/ListDistributionConfigurationsCommand.js +0 -1
  109. package/dist-es/commands/ListImageBuildVersionsCommand.js +0 -1
  110. package/dist-es/commands/ListImagePackagesCommand.js +0 -1
  111. package/dist-es/commands/ListImagePipelineImagesCommand.js +0 -1
  112. package/dist-es/commands/ListImagePipelinesCommand.js +0 -1
  113. package/dist-es/commands/ListImageRecipesCommand.js +0 -1
  114. package/dist-es/commands/ListImagesCommand.js +0 -1
  115. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js +0 -1
  116. package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
  117. package/dist-es/commands/PutComponentPolicyCommand.js +0 -1
  118. package/dist-es/commands/PutContainerRecipePolicyCommand.js +0 -1
  119. package/dist-es/commands/PutImagePolicyCommand.js +0 -1
  120. package/dist-es/commands/PutImageRecipePolicyCommand.js +0 -1
  121. package/dist-es/commands/StartImagePipelineExecutionCommand.js +0 -1
  122. package/dist-es/commands/TagResourceCommand.js +0 -1
  123. package/dist-es/commands/UntagResourceCommand.js +0 -1
  124. package/dist-es/commands/UpdateDistributionConfigurationCommand.js +0 -1
  125. package/dist-es/commands/UpdateImagePipelineCommand.js +0 -1
  126. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js +0 -1
  127. package/dist-es/commands/index.js +49 -0
  128. package/dist-es/endpoints.js +1 -2
  129. package/dist-es/index.js +4 -64
  130. package/dist-es/models/index.js +0 -1
  131. package/dist-es/models/models_0.js +0 -1
  132. package/dist-es/pagination/Interfaces.js +0 -1
  133. package/dist-es/pagination/ListComponentBuildVersionsPaginator.js +0 -1
  134. package/dist-es/pagination/ListComponentsPaginator.js +0 -1
  135. package/dist-es/pagination/ListContainerRecipesPaginator.js +0 -1
  136. package/dist-es/pagination/ListDistributionConfigurationsPaginator.js +0 -1
  137. package/dist-es/pagination/ListImageBuildVersionsPaginator.js +0 -1
  138. package/dist-es/pagination/ListImagePackagesPaginator.js +0 -1
  139. package/dist-es/pagination/ListImagePipelineImagesPaginator.js +0 -1
  140. package/dist-es/pagination/ListImagePipelinesPaginator.js +0 -1
  141. package/dist-es/pagination/ListImageRecipesPaginator.js +0 -1
  142. package/dist-es/pagination/ListImagesPaginator.js +0 -1
  143. package/dist-es/pagination/ListInfrastructureConfigurationsPaginator.js +0 -1
  144. package/dist-es/pagination/index.js +12 -0
  145. package/dist-es/protocols/Aws_restJson1.js +0 -1
  146. package/dist-es/runtimeConfig.browser.js +1 -2
  147. package/dist-es/runtimeConfig.js +2 -3
  148. package/dist-es/runtimeConfig.native.js +0 -1
  149. package/dist-es/runtimeConfig.shared.js +0 -1
  150. package/dist-types/commands/index.d.ts +49 -0
  151. package/dist-types/index.d.ts +4 -63
  152. package/dist-types/pagination/index.d.ts +12 -0
  153. package/dist-types/ts3.4/Imagebuilder.d.ts +50 -213
  154. package/dist-types/ts3.4/ImagebuilderClient.d.ts +24 -92
  155. package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +2 -21
  156. package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +2 -21
  157. package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +2 -20
  158. package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +2 -21
  159. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +2 -22
  160. package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +2 -21
  161. package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +2 -21
  162. package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +2 -21
  163. package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +2 -20
  164. package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +2 -20
  165. package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +2 -20
  166. package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +2 -40
  167. package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +2 -20
  168. package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +2 -20
  169. package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +2 -20
  170. package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +2 -20
  171. package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +2 -20
  172. package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +2 -20
  173. package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +2 -20
  174. package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +2 -20
  175. package/dist-types/ts3.4/commands/GetImageCommand.d.ts +2 -20
  176. package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +2 -20
  177. package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +2 -20
  178. package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +2 -20
  179. package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +2 -20
  180. package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +2 -20
  181. package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +2 -20
  182. package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +2 -29
  183. package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +2 -29
  184. package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +2 -20
  185. package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +2 -20
  186. package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +2 -20
  187. package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +2 -20
  188. package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +2 -20
  189. package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +2 -20
  190. package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +2 -20
  191. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +2 -20
  192. package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +2 -20
  193. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
  194. package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +2 -22
  195. package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +2 -20
  196. package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +2 -22
  197. package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +2 -22
  198. package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +2 -20
  199. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -20
  200. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
  201. package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +2 -21
  202. package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +2 -26
  203. package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +2 -21
  204. package/dist-types/ts3.4/commands/index.d.ts +49 -0
  205. package/dist-types/ts3.4/index.d.ts +4 -63
  206. package/dist-types/ts3.4/models/models_0.d.ts +777 -2901
  207. package/dist-types/ts3.4/pagination/index.d.ts +12 -0
  208. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
  209. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
  210. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
  211. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
  212. package/package.json +33 -30
  213. package/dist-cjs/Imagebuilder.js.map +0 -1
  214. package/dist-cjs/ImagebuilderClient.js.map +0 -1
  215. package/dist-cjs/commands/CancelImageCreationCommand.js.map +0 -1
  216. package/dist-cjs/commands/CreateComponentCommand.js.map +0 -1
  217. package/dist-cjs/commands/CreateContainerRecipeCommand.js.map +0 -1
  218. package/dist-cjs/commands/CreateDistributionConfigurationCommand.js.map +0 -1
  219. package/dist-cjs/commands/CreateImageCommand.js.map +0 -1
  220. package/dist-cjs/commands/CreateImagePipelineCommand.js.map +0 -1
  221. package/dist-cjs/commands/CreateImageRecipeCommand.js.map +0 -1
  222. package/dist-cjs/commands/CreateInfrastructureConfigurationCommand.js.map +0 -1
  223. package/dist-cjs/commands/DeleteComponentCommand.js.map +0 -1
  224. package/dist-cjs/commands/DeleteContainerRecipeCommand.js.map +0 -1
  225. package/dist-cjs/commands/DeleteDistributionConfigurationCommand.js.map +0 -1
  226. package/dist-cjs/commands/DeleteImageCommand.js.map +0 -1
  227. package/dist-cjs/commands/DeleteImagePipelineCommand.js.map +0 -1
  228. package/dist-cjs/commands/DeleteImageRecipeCommand.js.map +0 -1
  229. package/dist-cjs/commands/DeleteInfrastructureConfigurationCommand.js.map +0 -1
  230. package/dist-cjs/commands/GetComponentCommand.js.map +0 -1
  231. package/dist-cjs/commands/GetComponentPolicyCommand.js.map +0 -1
  232. package/dist-cjs/commands/GetContainerRecipeCommand.js.map +0 -1
  233. package/dist-cjs/commands/GetContainerRecipePolicyCommand.js.map +0 -1
  234. package/dist-cjs/commands/GetDistributionConfigurationCommand.js.map +0 -1
  235. package/dist-cjs/commands/GetImageCommand.js.map +0 -1
  236. package/dist-cjs/commands/GetImagePipelineCommand.js.map +0 -1
  237. package/dist-cjs/commands/GetImagePolicyCommand.js.map +0 -1
  238. package/dist-cjs/commands/GetImageRecipeCommand.js.map +0 -1
  239. package/dist-cjs/commands/GetImageRecipePolicyCommand.js.map +0 -1
  240. package/dist-cjs/commands/GetInfrastructureConfigurationCommand.js.map +0 -1
  241. package/dist-cjs/commands/ImportComponentCommand.js.map +0 -1
  242. package/dist-cjs/commands/ListComponentBuildVersionsCommand.js.map +0 -1
  243. package/dist-cjs/commands/ListComponentsCommand.js.map +0 -1
  244. package/dist-cjs/commands/ListContainerRecipesCommand.js.map +0 -1
  245. package/dist-cjs/commands/ListDistributionConfigurationsCommand.js.map +0 -1
  246. package/dist-cjs/commands/ListImageBuildVersionsCommand.js.map +0 -1
  247. package/dist-cjs/commands/ListImagePackagesCommand.js.map +0 -1
  248. package/dist-cjs/commands/ListImagePipelineImagesCommand.js.map +0 -1
  249. package/dist-cjs/commands/ListImagePipelinesCommand.js.map +0 -1
  250. package/dist-cjs/commands/ListImageRecipesCommand.js.map +0 -1
  251. package/dist-cjs/commands/ListImagesCommand.js.map +0 -1
  252. package/dist-cjs/commands/ListInfrastructureConfigurationsCommand.js.map +0 -1
  253. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  254. package/dist-cjs/commands/PutComponentPolicyCommand.js.map +0 -1
  255. package/dist-cjs/commands/PutContainerRecipePolicyCommand.js.map +0 -1
  256. package/dist-cjs/commands/PutImagePolicyCommand.js.map +0 -1
  257. package/dist-cjs/commands/PutImageRecipePolicyCommand.js.map +0 -1
  258. package/dist-cjs/commands/StartImagePipelineExecutionCommand.js.map +0 -1
  259. package/dist-cjs/commands/TagResourceCommand.js.map +0 -1
  260. package/dist-cjs/commands/UntagResourceCommand.js.map +0 -1
  261. package/dist-cjs/commands/UpdateDistributionConfigurationCommand.js.map +0 -1
  262. package/dist-cjs/commands/UpdateImagePipelineCommand.js.map +0 -1
  263. package/dist-cjs/commands/UpdateInfrastructureConfigurationCommand.js.map +0 -1
  264. package/dist-cjs/endpoints.js.map +0 -1
  265. package/dist-cjs/index.js.map +0 -1
  266. package/dist-cjs/models/index.js.map +0 -1
  267. package/dist-cjs/models/models_0.js.map +0 -1
  268. package/dist-cjs/pagination/Interfaces.js.map +0 -1
  269. package/dist-cjs/pagination/ListComponentBuildVersionsPaginator.js.map +0 -1
  270. package/dist-cjs/pagination/ListComponentsPaginator.js.map +0 -1
  271. package/dist-cjs/pagination/ListContainerRecipesPaginator.js.map +0 -1
  272. package/dist-cjs/pagination/ListDistributionConfigurationsPaginator.js.map +0 -1
  273. package/dist-cjs/pagination/ListImageBuildVersionsPaginator.js.map +0 -1
  274. package/dist-cjs/pagination/ListImagePackagesPaginator.js.map +0 -1
  275. package/dist-cjs/pagination/ListImagePipelineImagesPaginator.js.map +0 -1
  276. package/dist-cjs/pagination/ListImagePipelinesPaginator.js.map +0 -1
  277. package/dist-cjs/pagination/ListImageRecipesPaginator.js.map +0 -1
  278. package/dist-cjs/pagination/ListImagesPaginator.js.map +0 -1
  279. package/dist-cjs/pagination/ListInfrastructureConfigurationsPaginator.js.map +0 -1
  280. package/dist-cjs/protocols/Aws_restJson1.js.map +0 -1
  281. package/dist-cjs/runtimeConfig.browser.js.map +0 -1
  282. package/dist-cjs/runtimeConfig.js.map +0 -1
  283. package/dist-cjs/runtimeConfig.native.js.map +0 -1
  284. package/dist-cjs/runtimeConfig.shared.js.map +0 -1
  285. package/dist-es/Imagebuilder.js.map +0 -1
  286. package/dist-es/ImagebuilderClient.js.map +0 -1
  287. package/dist-es/commands/CancelImageCreationCommand.js.map +0 -1
  288. package/dist-es/commands/CreateComponentCommand.js.map +0 -1
  289. package/dist-es/commands/CreateContainerRecipeCommand.js.map +0 -1
  290. package/dist-es/commands/CreateDistributionConfigurationCommand.js.map +0 -1
  291. package/dist-es/commands/CreateImageCommand.js.map +0 -1
  292. package/dist-es/commands/CreateImagePipelineCommand.js.map +0 -1
  293. package/dist-es/commands/CreateImageRecipeCommand.js.map +0 -1
  294. package/dist-es/commands/CreateInfrastructureConfigurationCommand.js.map +0 -1
  295. package/dist-es/commands/DeleteComponentCommand.js.map +0 -1
  296. package/dist-es/commands/DeleteContainerRecipeCommand.js.map +0 -1
  297. package/dist-es/commands/DeleteDistributionConfigurationCommand.js.map +0 -1
  298. package/dist-es/commands/DeleteImageCommand.js.map +0 -1
  299. package/dist-es/commands/DeleteImagePipelineCommand.js.map +0 -1
  300. package/dist-es/commands/DeleteImageRecipeCommand.js.map +0 -1
  301. package/dist-es/commands/DeleteInfrastructureConfigurationCommand.js.map +0 -1
  302. package/dist-es/commands/GetComponentCommand.js.map +0 -1
  303. package/dist-es/commands/GetComponentPolicyCommand.js.map +0 -1
  304. package/dist-es/commands/GetContainerRecipeCommand.js.map +0 -1
  305. package/dist-es/commands/GetContainerRecipePolicyCommand.js.map +0 -1
  306. package/dist-es/commands/GetDistributionConfigurationCommand.js.map +0 -1
  307. package/dist-es/commands/GetImageCommand.js.map +0 -1
  308. package/dist-es/commands/GetImagePipelineCommand.js.map +0 -1
  309. package/dist-es/commands/GetImagePolicyCommand.js.map +0 -1
  310. package/dist-es/commands/GetImageRecipeCommand.js.map +0 -1
  311. package/dist-es/commands/GetImageRecipePolicyCommand.js.map +0 -1
  312. package/dist-es/commands/GetInfrastructureConfigurationCommand.js.map +0 -1
  313. package/dist-es/commands/ImportComponentCommand.js.map +0 -1
  314. package/dist-es/commands/ListComponentBuildVersionsCommand.js.map +0 -1
  315. package/dist-es/commands/ListComponentsCommand.js.map +0 -1
  316. package/dist-es/commands/ListContainerRecipesCommand.js.map +0 -1
  317. package/dist-es/commands/ListDistributionConfigurationsCommand.js.map +0 -1
  318. package/dist-es/commands/ListImageBuildVersionsCommand.js.map +0 -1
  319. package/dist-es/commands/ListImagePackagesCommand.js.map +0 -1
  320. package/dist-es/commands/ListImagePipelineImagesCommand.js.map +0 -1
  321. package/dist-es/commands/ListImagePipelinesCommand.js.map +0 -1
  322. package/dist-es/commands/ListImageRecipesCommand.js.map +0 -1
  323. package/dist-es/commands/ListImagesCommand.js.map +0 -1
  324. package/dist-es/commands/ListInfrastructureConfigurationsCommand.js.map +0 -1
  325. package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
  326. package/dist-es/commands/PutComponentPolicyCommand.js.map +0 -1
  327. package/dist-es/commands/PutContainerRecipePolicyCommand.js.map +0 -1
  328. package/dist-es/commands/PutImagePolicyCommand.js.map +0 -1
  329. package/dist-es/commands/PutImageRecipePolicyCommand.js.map +0 -1
  330. package/dist-es/commands/StartImagePipelineExecutionCommand.js.map +0 -1
  331. package/dist-es/commands/TagResourceCommand.js.map +0 -1
  332. package/dist-es/commands/UntagResourceCommand.js.map +0 -1
  333. package/dist-es/commands/UpdateDistributionConfigurationCommand.js.map +0 -1
  334. package/dist-es/commands/UpdateImagePipelineCommand.js.map +0 -1
  335. package/dist-es/commands/UpdateInfrastructureConfigurationCommand.js.map +0 -1
  336. package/dist-es/endpoints.js.map +0 -1
  337. package/dist-es/index.js.map +0 -1
  338. package/dist-es/models/index.js.map +0 -1
  339. package/dist-es/models/models_0.js.map +0 -1
  340. package/dist-es/pagination/Interfaces.js.map +0 -1
  341. package/dist-es/pagination/ListComponentBuildVersionsPaginator.js.map +0 -1
  342. package/dist-es/pagination/ListComponentsPaginator.js.map +0 -1
  343. package/dist-es/pagination/ListContainerRecipesPaginator.js.map +0 -1
  344. package/dist-es/pagination/ListDistributionConfigurationsPaginator.js.map +0 -1
  345. package/dist-es/pagination/ListImageBuildVersionsPaginator.js.map +0 -1
  346. package/dist-es/pagination/ListImagePackagesPaginator.js.map +0 -1
  347. package/dist-es/pagination/ListImagePipelineImagesPaginator.js.map +0 -1
  348. package/dist-es/pagination/ListImagePipelinesPaginator.js.map +0 -1
  349. package/dist-es/pagination/ListImageRecipesPaginator.js.map +0 -1
  350. package/dist-es/pagination/ListImagesPaginator.js.map +0 -1
  351. package/dist-es/pagination/ListInfrastructureConfigurationsPaginator.js.map +0 -1
  352. package/dist-es/protocols/Aws_restJson1.js.map +0 -1
  353. package/dist-es/runtimeConfig.browser.js.map +0 -1
  354. package/dist-es/runtimeConfig.js.map +0 -1
  355. package/dist-es/runtimeConfig.native.js.map +0 -1
  356. package/dist-es/runtimeConfig.shared.js.map +0 -1
  357. package/jest.config.js +0 -4
  358. package/src/Imagebuilder.ts +0 -1831
  359. package/src/ImagebuilderClient.ts +0 -464
  360. package/src/commands/CancelImageCreationCommand.ts +0 -96
  361. package/src/commands/CreateComponentCommand.ts +0 -96
  362. package/src/commands/CreateContainerRecipeCommand.ts +0 -95
  363. package/src/commands/CreateDistributionConfigurationCommand.ts +0 -104
  364. package/src/commands/CreateImageCommand.ts +0 -97
  365. package/src/commands/CreateImagePipelineCommand.ts +0 -96
  366. package/src/commands/CreateImageRecipeCommand.ts +0 -96
  367. package/src/commands/CreateInfrastructureConfigurationCommand.ts +0 -107
  368. package/src/commands/DeleteComponentCommand.ts +0 -95
  369. package/src/commands/DeleteContainerRecipeCommand.ts +0 -95
  370. package/src/commands/DeleteDistributionConfigurationCommand.ts +0 -103
  371. package/src/commands/DeleteImageCommand.ts +0 -115
  372. package/src/commands/DeleteImagePipelineCommand.ts +0 -95
  373. package/src/commands/DeleteImageRecipeCommand.ts +0 -95
  374. package/src/commands/DeleteInfrastructureConfigurationCommand.ts +0 -106
  375. package/src/commands/GetComponentCommand.ts +0 -95
  376. package/src/commands/GetComponentPolicyCommand.ts +0 -95
  377. package/src/commands/GetContainerRecipeCommand.ts +0 -95
  378. package/src/commands/GetContainerRecipePolicyCommand.ts +0 -95
  379. package/src/commands/GetDistributionConfigurationCommand.ts +0 -100
  380. package/src/commands/GetImageCommand.ts +0 -95
  381. package/src/commands/GetImagePipelineCommand.ts +0 -95
  382. package/src/commands/GetImagePolicyCommand.ts +0 -95
  383. package/src/commands/GetImageRecipeCommand.ts +0 -95
  384. package/src/commands/GetImageRecipePolicyCommand.ts +0 -95
  385. package/src/commands/GetInfrastructureConfigurationCommand.ts +0 -103
  386. package/src/commands/ImportComponentCommand.ts +0 -95
  387. package/src/commands/ListComponentBuildVersionsCommand.ts +0 -107
  388. package/src/commands/ListComponentsCommand.ts +0 -104
  389. package/src/commands/ListContainerRecipesCommand.ts +0 -95
  390. package/src/commands/ListDistributionConfigurationsCommand.ts +0 -103
  391. package/src/commands/ListImageBuildVersionsCommand.ts +0 -95
  392. package/src/commands/ListImagePackagesCommand.ts +0 -95
  393. package/src/commands/ListImagePipelineImagesCommand.ts +0 -95
  394. package/src/commands/ListImagePipelinesCommand.ts +0 -95
  395. package/src/commands/ListImageRecipesCommand.ts +0 -95
  396. package/src/commands/ListImagesCommand.ts +0 -95
  397. package/src/commands/ListInfrastructureConfigurationsCommand.ts +0 -103
  398. package/src/commands/ListTagsForResourceCommand.ts +0 -95
  399. package/src/commands/PutComponentPolicyCommand.ts +0 -97
  400. package/src/commands/PutContainerRecipePolicyCommand.ts +0 -95
  401. package/src/commands/PutImagePolicyCommand.ts +0 -97
  402. package/src/commands/PutImageRecipePolicyCommand.ts +0 -97
  403. package/src/commands/StartImagePipelineExecutionCommand.ts +0 -100
  404. package/src/commands/TagResourceCommand.ts +0 -95
  405. package/src/commands/UntagResourceCommand.ts +0 -95
  406. package/src/commands/UpdateDistributionConfigurationCommand.ts +0 -104
  407. package/src/commands/UpdateImagePipelineCommand.ts +0 -101
  408. package/src/commands/UpdateInfrastructureConfigurationCommand.ts +0 -107
  409. package/src/endpoints.ts +0 -57
  410. package/src/index.ts +0 -64
  411. package/src/models/index.ts +0 -1
  412. package/src/models/models_0.ts +0 -5411
  413. package/src/pagination/Interfaces.ts +0 -8
  414. package/src/pagination/ListComponentBuildVersionsPaginator.ts +0 -59
  415. package/src/pagination/ListComponentsPaginator.ts +0 -59
  416. package/src/pagination/ListContainerRecipesPaginator.ts +0 -59
  417. package/src/pagination/ListDistributionConfigurationsPaginator.ts +0 -59
  418. package/src/pagination/ListImageBuildVersionsPaginator.ts +0 -59
  419. package/src/pagination/ListImagePackagesPaginator.ts +0 -59
  420. package/src/pagination/ListImagePipelineImagesPaginator.ts +0 -59
  421. package/src/pagination/ListImagePipelinesPaginator.ts +0 -59
  422. package/src/pagination/ListImageRecipesPaginator.ts +0 -59
  423. package/src/pagination/ListImagesPaginator.ts +0 -55
  424. package/src/pagination/ListInfrastructureConfigurationsPaginator.ts +0 -59
  425. package/src/protocols/Aws_restJson1.ts +0 -8986
  426. package/src/runtimeConfig.browser.ts +0 -41
  427. package/src/runtimeConfig.native.ts +0 -17
  428. package/src/runtimeConfig.shared.ts +0 -17
  429. package/src/runtimeConfig.ts +0 -46
  430. package/tsconfig.es.json +0 -10
  431. package/tsconfig.json +0 -33
  432. package/tsconfig.types.json +0 -9
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Returns the list of component build versions for the specified semantic version.</p>
10
- * <note>
11
- * <p>The semantic version has four nodes: <major>.<minor>.<patch>/<build>.
12
- * You can assign values for the first three, and can filter on all of them.</p>
13
- * <p>
14
- * <b>Filtering:</b> With semantic versioning, you have the flexibility to use wildcards (x)
15
- * to specify the most recent versions or nodes when selecting the base image or components for your
16
- * recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be
17
- * wildcards.</p>
18
- * </note>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { ImagebuilderClient, ListComponentBuildVersionsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
23
- * // const { ImagebuilderClient, ListComponentBuildVersionsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
24
- * const client = new ImagebuilderClient(config);
25
- * const command = new ListComponentBuildVersionsCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link ListComponentBuildVersionsCommandInput} for command's `input` shape.
30
- * @see {@link ListComponentBuildVersionsCommandOutput} for command's `response` shape.
31
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
34
8
  class ListComponentBuildVersionsCommand extends smithy_client_1.Command {
35
- // Start section: command_properties
36
- // End section: command_properties
37
9
  constructor(input) {
38
- // Start section: command_constructor
39
10
  super();
40
11
  this.input = input;
41
- // End section: command_constructor
42
12
  }
43
- /**
44
- * @internal
45
- */
46
13
  resolveMiddleware(clientStack, configuration, options) {
47
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
48
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -67,4 +34,3 @@ class ListComponentBuildVersionsCommand extends smithy_client_1.Command {
67
34
  }
68
35
  }
69
36
  exports.ListComponentBuildVersionsCommand = ListComponentBuildVersionsCommand;
70
- //# sourceMappingURL=ListComponentBuildVersionsCommand.js.map
@@ -5,44 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns the list of component build versions for the specified semantic version.</p>
10
- * <note>
11
- * <p>The semantic version has four nodes: <major>.<minor>.<patch>/<build>.
12
- * You can assign values for the first three, and can filter on all of them.</p>
13
- * <p>
14
- * <b>Filtering:</b> With semantic versioning, you have the flexibility to use wildcards (x)
15
- * to specify the most recent versions or nodes when selecting the base image or components for your
16
- * recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be
17
- * wildcards.</p>
18
- * </note>
19
- * @example
20
- * Use a bare-bones client and the command you need to make an API call.
21
- * ```javascript
22
- * import { ImagebuilderClient, ListComponentsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
23
- * // const { ImagebuilderClient, ListComponentsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
24
- * const client = new ImagebuilderClient(config);
25
- * const command = new ListComponentsCommand(input);
26
- * const response = await client.send(command);
27
- * ```
28
- *
29
- * @see {@link ListComponentsCommandInput} for command's `input` shape.
30
- * @see {@link ListComponentsCommandOutput} for command's `response` shape.
31
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
32
- *
33
- */
34
8
  class ListComponentsCommand extends smithy_client_1.Command {
35
- // Start section: command_properties
36
- // End section: command_properties
37
9
  constructor(input) {
38
- // Start section: command_constructor
39
10
  super();
40
11
  this.input = input;
41
- // End section: command_constructor
42
12
  }
43
- /**
44
- * @internal
45
- */
46
13
  resolveMiddleware(clientStack, configuration, options) {
47
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
48
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -67,4 +34,3 @@ class ListComponentsCommand extends smithy_client_1.Command {
67
34
  }
68
35
  }
69
36
  exports.ListComponentsCommand = ListComponentsCommand;
70
- //# sourceMappingURL=ListComponentsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of container recipes.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListContainerRecipesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListContainerRecipesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListContainerRecipesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListContainerRecipesCommandInput} for command's `input` shape.
21
- * @see {@link ListContainerRecipesCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListContainerRecipesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListContainerRecipesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListContainerRecipesCommand = ListContainerRecipesCommand;
61
- //# sourceMappingURL=ListContainerRecipesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of distribution configurations.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListDistributionConfigurationsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListDistributionConfigurationsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListDistributionConfigurationsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListDistributionConfigurationsCommandInput} for command's `input` shape.
21
- * @see {@link ListDistributionConfigurationsCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListDistributionConfigurationsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListDistributionConfigurationsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListDistributionConfigurationsCommand = ListDistributionConfigurationsCommand;
61
- //# sourceMappingURL=ListDistributionConfigurationsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Returns a list of image build versions.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListImageBuildVersionsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListImageBuildVersionsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListImageBuildVersionsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListImageBuildVersionsCommandInput} for command's `input` shape.
21
- * @see {@link ListImageBuildVersionsCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListImageBuildVersionsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListImageBuildVersionsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListImageBuildVersionsCommand = ListImageBuildVersionsCommand;
61
- //# sourceMappingURL=ListImageBuildVersionsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>List the Packages that are associated with an Image Build Version, as determined by Amazon Web Services Systems Manager Inventory at build time.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListImagePackagesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListImagePackagesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListImagePackagesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListImagePackagesCommandInput} for command's `input` shape.
21
- * @see {@link ListImagePackagesCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListImagePackagesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListImagePackagesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListImagePackagesCommand = ListImagePackagesCommand;
61
- //# sourceMappingURL=ListImagePackagesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Returns a list of images created by the specified pipeline.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListImagePipelineImagesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListImagePipelineImagesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListImagePipelineImagesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListImagePipelineImagesCommandInput} for command's `input` shape.
21
- * @see {@link ListImagePipelineImagesCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListImagePipelineImagesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListImagePipelineImagesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListImagePipelineImagesCommand = ListImagePipelineImagesCommand;
61
- //# sourceMappingURL=ListImagePipelineImagesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Returns a list of image pipelines.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListImagePipelinesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListImagePipelinesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListImagePipelinesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListImagePipelinesCommandInput} for command's `input` shape.
21
- * @see {@link ListImagePipelinesCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListImagePipelinesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListImagePipelinesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListImagePipelinesCommand = ListImagePipelinesCommand;
61
- //# sourceMappingURL=ListImagePipelinesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Returns a list of image recipes.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListImageRecipesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListImageRecipesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListImageRecipesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListImageRecipesCommandInput} for command's `input` shape.
21
- * @see {@link ListImageRecipesCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListImageRecipesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListImageRecipesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListImageRecipesCommand = ListImageRecipesCommand;
61
- //# sourceMappingURL=ListImageRecipesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Returns the list of images that you have access to.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListImagesCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListImagesCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListImagesCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListImagesCommandInput} for command's `input` shape.
21
- * @see {@link ListImagesCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListImagesCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListImagesCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListImagesCommand = ListImagesCommand;
61
- //# sourceMappingURL=ListImagesCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Returns a list of infrastructure configurations.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListInfrastructureConfigurationsCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListInfrastructureConfigurationsCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListInfrastructureConfigurationsCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListInfrastructureConfigurationsCommandInput} for command's `input` shape.
21
- * @see {@link ListInfrastructureConfigurationsCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListInfrastructureConfigurationsCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListInfrastructureConfigurationsCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListInfrastructureConfigurationsCommand = ListInfrastructureConfigurationsCommand;
61
- //# sourceMappingURL=ListInfrastructureConfigurationsCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Returns the list of tags for the specified resource.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, ListTagsForResourceCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, ListTagsForResourceCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new ListTagsForResourceCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
21
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class ListTagsForResourceCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class ListTagsForResourceCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
61
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p> Applies a policy to a component. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
10
- * <code>PutComponentPolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to
11
- * all principals with whom the resource is shared.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ImagebuilderClient, PutComponentPolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
16
- * // const { ImagebuilderClient, PutComponentPolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
17
- * const client = new ImagebuilderClient(config);
18
- * const command = new PutComponentPolicyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link PutComponentPolicyCommandInput} for command's `input` shape.
23
- * @see {@link PutComponentPolicyCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class PutComponentPolicyCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class PutComponentPolicyCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.PutComponentPolicyCommand = PutComponentPolicyCommand;
63
- //# sourceMappingURL=PutComponentPolicyCommand.js.map
@@ -5,35 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Applies a policy to a container image. We recommend that you call the RAM API CreateResourceShare (https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html) to share resources. If you call the Image Builder API <code>PutContainerImagePolicy</code>, you must also call the RAM API PromoteResourceShareCreatedFromPolicy (https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html) in order for the resource to be visible to all principals with whom the resource is shared.</p>
10
- * @example
11
- * Use a bare-bones client and the command you need to make an API call.
12
- * ```javascript
13
- * import { ImagebuilderClient, PutContainerRecipePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
14
- * // const { ImagebuilderClient, PutContainerRecipePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
15
- * const client = new ImagebuilderClient(config);
16
- * const command = new PutContainerRecipePolicyCommand(input);
17
- * const response = await client.send(command);
18
- * ```
19
- *
20
- * @see {@link PutContainerRecipePolicyCommandInput} for command's `input` shape.
21
- * @see {@link PutContainerRecipePolicyCommandOutput} for command's `response` shape.
22
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
23
- *
24
- */
25
8
  class PutContainerRecipePolicyCommand extends smithy_client_1.Command {
26
- // Start section: command_properties
27
- // End section: command_properties
28
9
  constructor(input) {
29
- // Start section: command_constructor
30
10
  super();
31
11
  this.input = input;
32
- // End section: command_constructor
33
12
  }
34
- /**
35
- * @internal
36
- */
37
13
  resolveMiddleware(clientStack, configuration, options) {
38
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
39
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -58,4 +34,3 @@ class PutContainerRecipePolicyCommand extends smithy_client_1.Command {
58
34
  }
59
35
  }
60
36
  exports.PutContainerRecipePolicyCommand = PutContainerRecipePolicyCommand;
61
- //# sourceMappingURL=PutContainerRecipePolicyCommand.js.map
@@ -5,37 +5,11 @@ const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
5
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
6
  const models_0_1 = require("../models/models_0");
7
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
8
- /**
9
- * <p>Applies a policy to an image. We recommend that you call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_CreateResourceShare.html">CreateResourceShare</a> to share resources. If you call the Image Builder API
10
- * <code>PutImagePolicy</code>, you must also call the RAM API <a href="https://docs.aws.amazon.com/ram/latest/APIReference/API_PromoteResourceShareCreatedFromPolicy.html">PromoteResourceShareCreatedFromPolicy</a> in order for the resource to be visible to
11
- * all principals with whom the resource is shared.</p>
12
- * @example
13
- * Use a bare-bones client and the command you need to make an API call.
14
- * ```javascript
15
- * import { ImagebuilderClient, PutImagePolicyCommand } from "@aws-sdk/client-imagebuilder"; // ES Modules import
16
- * // const { ImagebuilderClient, PutImagePolicyCommand } = require("@aws-sdk/client-imagebuilder"); // CommonJS import
17
- * const client = new ImagebuilderClient(config);
18
- * const command = new PutImagePolicyCommand(input);
19
- * const response = await client.send(command);
20
- * ```
21
- *
22
- * @see {@link PutImagePolicyCommandInput} for command's `input` shape.
23
- * @see {@link PutImagePolicyCommandOutput} for command's `response` shape.
24
- * @see {@link ImagebuilderClientResolvedConfig | config} for command's `input` shape.
25
- *
26
- */
27
8
  class PutImagePolicyCommand extends smithy_client_1.Command {
28
- // Start section: command_properties
29
- // End section: command_properties
30
9
  constructor(input) {
31
- // Start section: command_constructor
32
10
  super();
33
11
  this.input = input;
34
- // End section: command_constructor
35
12
  }
36
- /**
37
- * @internal
38
- */
39
13
  resolveMiddleware(clientStack, configuration, options) {
40
14
  this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
41
15
  const stack = clientStack.concat(this.middlewareStack);
@@ -60,4 +34,3 @@ class PutImagePolicyCommand extends smithy_client_1.Command {
60
34
  }
61
35
  }
62
36
  exports.PutImagePolicyCommand = PutImagePolicyCommand;
63
- //# sourceMappingURL=PutImagePolicyCommand.js.map