@aws-sdk/client-service-catalog-appregistry 3.31.0 → 3.35.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 (338) hide show
  1. package/CHANGELOG.md +39 -0
  2. package/{dist/cjs → dist-cjs}/ServiceCatalogAppRegistry.js +1 -1
  3. package/dist-cjs/ServiceCatalogAppRegistry.js.map +1 -0
  4. package/{dist/cjs → dist-cjs}/ServiceCatalogAppRegistryClient.js +14 -14
  5. package/dist-cjs/ServiceCatalogAppRegistryClient.js.map +1 -0
  6. package/{dist/cjs → dist-cjs}/commands/AssociateAttributeGroupCommand.js +5 -5
  7. package/dist-cjs/commands/AssociateAttributeGroupCommand.js.map +1 -0
  8. package/{dist/cjs → dist-cjs}/commands/AssociateResourceCommand.js +5 -5
  9. package/dist-cjs/commands/AssociateResourceCommand.js.map +1 -0
  10. package/{dist/cjs → dist-cjs}/commands/CreateApplicationCommand.js +5 -5
  11. package/dist-cjs/commands/CreateApplicationCommand.js.map +1 -0
  12. package/{dist/cjs → dist-cjs}/commands/CreateAttributeGroupCommand.js +5 -5
  13. package/dist-cjs/commands/CreateAttributeGroupCommand.js.map +1 -0
  14. package/{dist/cjs → dist-cjs}/commands/DeleteApplicationCommand.js +5 -5
  15. package/dist-cjs/commands/DeleteApplicationCommand.js.map +1 -0
  16. package/{dist/cjs → dist-cjs}/commands/DeleteAttributeGroupCommand.js +5 -5
  17. package/dist-cjs/commands/DeleteAttributeGroupCommand.js.map +1 -0
  18. package/{dist/cjs → dist-cjs}/commands/DisassociateAttributeGroupCommand.js +5 -5
  19. package/dist-cjs/commands/DisassociateAttributeGroupCommand.js.map +1 -0
  20. package/{dist/cjs → dist-cjs}/commands/DisassociateResourceCommand.js +5 -5
  21. package/dist-cjs/commands/DisassociateResourceCommand.js.map +1 -0
  22. package/{dist/cjs → dist-cjs}/commands/GetApplicationCommand.js +5 -5
  23. package/dist-cjs/commands/GetApplicationCommand.js.map +1 -0
  24. package/{dist/cjs → dist-cjs}/commands/GetAssociatedResourceCommand.js +5 -5
  25. package/dist-cjs/commands/GetAssociatedResourceCommand.js.map +1 -0
  26. package/{dist/cjs → dist-cjs}/commands/GetAttributeGroupCommand.js +5 -5
  27. package/dist-cjs/commands/GetAttributeGroupCommand.js.map +1 -0
  28. package/{dist/cjs → dist-cjs}/commands/ListApplicationsCommand.js +5 -5
  29. package/dist-cjs/commands/ListApplicationsCommand.js.map +1 -0
  30. package/{dist/cjs → dist-cjs}/commands/ListAssociatedAttributeGroupsCommand.js +5 -5
  31. package/dist-cjs/commands/ListAssociatedAttributeGroupsCommand.js.map +1 -0
  32. package/{dist/cjs → dist-cjs}/commands/ListAssociatedResourcesCommand.js +5 -5
  33. package/dist-cjs/commands/ListAssociatedResourcesCommand.js.map +1 -0
  34. package/{dist/cjs → dist-cjs}/commands/ListAttributeGroupsCommand.js +5 -5
  35. package/dist-cjs/commands/ListAttributeGroupsCommand.js.map +1 -0
  36. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
  37. package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
  38. package/{dist/cjs → dist-cjs}/commands/SyncResourceCommand.js +5 -5
  39. package/dist-cjs/commands/SyncResourceCommand.js.map +1 -0
  40. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
  41. package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
  42. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
  43. package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
  44. package/{dist/cjs → dist-cjs}/commands/UpdateApplicationCommand.js +5 -5
  45. package/dist-cjs/commands/UpdateApplicationCommand.js.map +1 -0
  46. package/{dist/cjs → dist-cjs}/commands/UpdateAttributeGroupCommand.js +5 -5
  47. package/dist-cjs/commands/UpdateAttributeGroupCommand.js.map +1 -0
  48. package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
  49. package/dist-cjs/endpoints.js.map +1 -0
  50. package/dist-cjs/index.js +33 -0
  51. package/dist-cjs/index.js.map +1 -0
  52. package/{dist/cjs → dist-cjs}/models/index.js +1 -1
  53. package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
  54. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
  55. package/dist-cjs/models/models_0.js.map +1 -0
  56. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
  57. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
  58. package/{dist/cjs → dist-cjs}/pagination/ListApplicationsPaginator.js +1 -1
  59. package/dist-cjs/pagination/ListApplicationsPaginator.js.map +1 -0
  60. package/{dist/cjs → dist-cjs}/pagination/ListAssociatedAttributeGroupsPaginator.js +1 -1
  61. package/dist-cjs/pagination/ListAssociatedAttributeGroupsPaginator.js.map +1 -0
  62. package/{dist/cjs → dist-cjs}/pagination/ListAssociatedResourcesPaginator.js +1 -1
  63. package/dist-cjs/pagination/ListAssociatedResourcesPaginator.js.map +1 -0
  64. package/{dist/cjs → dist-cjs}/pagination/ListAttributeGroupsPaginator.js +1 -1
  65. package/dist-cjs/pagination/ListAttributeGroupsPaginator.js.map +1 -0
  66. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +119 -119
  67. package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
  68. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
  69. package/dist-cjs/runtimeConfig.browser.js.map +1 -0
  70. package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
  71. package/dist-cjs/runtimeConfig.js.map +1 -0
  72. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
  73. package/dist-cjs/runtimeConfig.native.js.map +1 -0
  74. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
  75. package/dist-cjs/runtimeConfig.shared.js.map +1 -0
  76. package/{dist/es → dist-es}/ServiceCatalogAppRegistry.js +2 -5
  77. package/dist-es/ServiceCatalogAppRegistry.js.map +1 -0
  78. package/{dist/es → dist-es}/ServiceCatalogAppRegistryClient.js +2 -10
  79. package/dist-es/ServiceCatalogAppRegistryClient.js.map +1 -0
  80. package/{dist/es → dist-es}/commands/AssociateAttributeGroupCommand.js +4 -31
  81. package/dist-es/commands/AssociateAttributeGroupCommand.js.map +1 -0
  82. package/{dist/es → dist-es}/commands/AssociateResourceCommand.js +4 -29
  83. package/dist-es/commands/AssociateResourceCommand.js.map +1 -0
  84. package/{dist/es → dist-es}/commands/CreateApplicationCommand.js +4 -29
  85. package/dist-es/commands/CreateApplicationCommand.js.map +1 -0
  86. package/{dist/es → dist-es}/commands/CreateAttributeGroupCommand.js +4 -32
  87. package/dist-es/commands/CreateAttributeGroupCommand.js.map +1 -0
  88. package/{dist/es → dist-es}/commands/DeleteApplicationCommand.js +4 -29
  89. package/dist-es/commands/DeleteApplicationCommand.js.map +1 -0
  90. package/{dist/es → dist-es}/commands/DeleteAttributeGroupCommand.js +4 -29
  91. package/dist-es/commands/DeleteAttributeGroupCommand.js.map +1 -0
  92. package/{dist/es → dist-es}/commands/DisassociateAttributeGroupCommand.js +4 -29
  93. package/dist-es/commands/DisassociateAttributeGroupCommand.js.map +1 -0
  94. package/{dist/es → dist-es}/commands/DisassociateResourceCommand.js +4 -29
  95. package/dist-es/commands/DisassociateResourceCommand.js.map +1 -0
  96. package/{dist/es → dist-es}/commands/GetApplicationCommand.js +4 -29
  97. package/dist-es/commands/GetApplicationCommand.js.map +1 -0
  98. package/{dist/es → dist-es}/commands/GetAssociatedResourceCommand.js +4 -29
  99. package/dist-es/commands/GetAssociatedResourceCommand.js.map +1 -0
  100. package/{dist/es → dist-es}/commands/GetAttributeGroupCommand.js +4 -29
  101. package/dist-es/commands/GetAttributeGroupCommand.js.map +1 -0
  102. package/{dist/es → dist-es}/commands/ListApplicationsCommand.js +4 -29
  103. package/dist-es/commands/ListApplicationsCommand.js.map +1 -0
  104. package/{dist/es → dist-es}/commands/ListAssociatedAttributeGroupsCommand.js +4 -29
  105. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js.map +1 -0
  106. package/{dist/es → dist-es}/commands/ListAssociatedResourcesCommand.js +4 -29
  107. package/dist-es/commands/ListAssociatedResourcesCommand.js.map +1 -0
  108. package/{dist/es → dist-es}/commands/ListAttributeGroupsCommand.js +4 -29
  109. package/dist-es/commands/ListAttributeGroupsCommand.js.map +1 -0
  110. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
  111. package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
  112. package/{dist/es → dist-es}/commands/SyncResourceCommand.js +4 -30
  113. package/dist-es/commands/SyncResourceCommand.js.map +1 -0
  114. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -31
  115. package/dist-es/commands/TagResourceCommand.js.map +1 -0
  116. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  117. package/dist-es/commands/UntagResourceCommand.js.map +1 -0
  118. package/{dist/es → dist-es}/commands/UpdateApplicationCommand.js +4 -29
  119. package/dist-es/commands/UpdateApplicationCommand.js.map +1 -0
  120. package/{dist/es → dist-es}/commands/UpdateAttributeGroupCommand.js +4 -29
  121. package/dist-es/commands/UpdateAttributeGroupCommand.js.map +1 -0
  122. package/{dist/es → dist-es}/endpoints.js +1 -1
  123. package/dist-es/endpoints.js.map +1 -0
  124. package/{dist/es → dist-es}/index.js +0 -0
  125. package/dist-es/index.js.map +1 -0
  126. package/{dist/es → dist-es}/models/index.js +0 -0
  127. package/dist-es/models/index.js.map +1 -0
  128. package/{dist/es → dist-es}/models/models_0.js +0 -168
  129. package/dist-es/models/models_0.js.map +1 -0
  130. package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
  131. package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
  132. package/{dist/es → dist-es}/pagination/ListApplicationsPaginator.js +17 -29
  133. package/dist-es/pagination/ListApplicationsPaginator.js.map +1 -0
  134. package/{dist/es → dist-es}/pagination/ListAssociatedAttributeGroupsPaginator.js +17 -29
  135. package/dist-es/pagination/ListAssociatedAttributeGroupsPaginator.js.map +1 -0
  136. package/{dist/es → dist-es}/pagination/ListAssociatedResourcesPaginator.js +17 -29
  137. package/dist-es/pagination/ListAssociatedResourcesPaginator.js.map +1 -0
  138. package/{dist/es → dist-es}/pagination/ListAttributeGroupsPaginator.js +17 -29
  139. package/dist-es/pagination/ListAttributeGroupsPaginator.js.map +1 -0
  140. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +447 -452
  141. package/dist-es/protocols/Aws_restJson1.js.map +1 -0
  142. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
  143. package/dist-es/runtimeConfig.browser.js.map +1 -0
  144. package/{dist/es → dist-es}/runtimeConfig.js +2 -5
  145. package/dist-es/runtimeConfig.js.map +1 -0
  146. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
  147. package/dist-es/runtimeConfig.native.js.map +1 -0
  148. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
  149. package/dist-es/runtimeConfig.shared.js.map +1 -0
  150. package/{dist/types → dist-types}/ServiceCatalogAppRegistry.d.ts +2 -2
  151. package/{dist/types → dist-types}/ServiceCatalogAppRegistryClient.d.ts +8 -8
  152. package/{dist/types → dist-types}/commands/AssociateAttributeGroupCommand.d.ts +3 -3
  153. package/{dist/types → dist-types}/commands/AssociateResourceCommand.d.ts +3 -3
  154. package/{dist/types → dist-types}/commands/CreateApplicationCommand.d.ts +3 -3
  155. package/{dist/types → dist-types}/commands/CreateAttributeGroupCommand.d.ts +3 -3
  156. package/{dist/types → dist-types}/commands/DeleteApplicationCommand.d.ts +3 -3
  157. package/{dist/types → dist-types}/commands/DeleteAttributeGroupCommand.d.ts +3 -3
  158. package/{dist/types → dist-types}/commands/DisassociateAttributeGroupCommand.d.ts +3 -3
  159. package/{dist/types → dist-types}/commands/DisassociateResourceCommand.d.ts +3 -3
  160. package/{dist/types → dist-types}/commands/GetApplicationCommand.d.ts +3 -3
  161. package/{dist/types → dist-types}/commands/GetAssociatedResourceCommand.d.ts +3 -3
  162. package/{dist/types → dist-types}/commands/GetAttributeGroupCommand.d.ts +3 -3
  163. package/{dist/types → dist-types}/commands/ListApplicationsCommand.d.ts +3 -3
  164. package/{dist/types → dist-types}/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -3
  165. package/{dist/types → dist-types}/commands/ListAssociatedResourcesCommand.d.ts +3 -3
  166. package/{dist/types → dist-types}/commands/ListAttributeGroupsCommand.d.ts +3 -3
  167. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
  168. package/{dist/types → dist-types}/commands/SyncResourceCommand.d.ts +3 -3
  169. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  170. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  171. package/{dist/types → dist-types}/commands/UpdateApplicationCommand.d.ts +3 -3
  172. package/{dist/types → dist-types}/commands/UpdateAttributeGroupCommand.d.ts +3 -3
  173. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  174. package/{dist/types → dist-types}/index.d.ts +0 -0
  175. package/{dist/types → dist-types}/models/index.d.ts +0 -0
  176. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  177. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  178. package/{dist/types → dist-types}/pagination/ListApplicationsPaginator.d.ts +1 -1
  179. package/{dist/types → dist-types}/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
  180. package/{dist/types → dist-types}/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
  181. package/{dist/types → dist-types}/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
  182. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  183. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  184. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  185. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +1 -0
  186. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  187. package/{dist/types → dist-types}/ts3.4/ServiceCatalogAppRegistry.d.ts +2 -2
  188. package/{dist/types → dist-types}/ts3.4/ServiceCatalogAppRegistryClient.d.ts +8 -8
  189. package/{dist/types → dist-types}/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +3 -3
  190. package/{dist/types → dist-types}/ts3.4/commands/AssociateResourceCommand.d.ts +3 -3
  191. package/{dist/types → dist-types}/ts3.4/commands/CreateApplicationCommand.d.ts +3 -3
  192. package/{dist/types → dist-types}/ts3.4/commands/CreateAttributeGroupCommand.d.ts +3 -3
  193. package/{dist/types → dist-types}/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -3
  194. package/{dist/types → dist-types}/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +3 -3
  195. package/{dist/types → dist-types}/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +3 -3
  196. package/{dist/types → dist-types}/ts3.4/commands/DisassociateResourceCommand.d.ts +3 -3
  197. package/{dist/types → dist-types}/ts3.4/commands/GetApplicationCommand.d.ts +3 -3
  198. package/{dist/types → dist-types}/ts3.4/commands/GetAssociatedResourceCommand.d.ts +3 -3
  199. package/{dist/types → dist-types}/ts3.4/commands/GetAttributeGroupCommand.d.ts +3 -3
  200. package/{dist/types → dist-types}/ts3.4/commands/ListApplicationsCommand.d.ts +3 -3
  201. package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -3
  202. package/{dist/types → dist-types}/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +3 -3
  203. package/{dist/types → dist-types}/ts3.4/commands/ListAttributeGroupsCommand.d.ts +3 -3
  204. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  205. package/{dist/types → dist-types}/ts3.4/commands/SyncResourceCommand.d.ts +3 -3
  206. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  207. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  208. package/{dist/types → dist-types}/ts3.4/commands/UpdateApplicationCommand.d.ts +3 -3
  209. package/{dist/types → dist-types}/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +3 -3
  210. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  211. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  212. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  213. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  214. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  215. package/{dist/types → dist-types}/ts3.4/pagination/ListApplicationsPaginator.d.ts +1 -1
  216. package/{dist/types → dist-types}/ts3.4/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
  217. package/{dist/types → dist-types}/ts3.4/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
  218. package/{dist/types → dist-types}/ts3.4/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
  219. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  220. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  221. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  222. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -0
  223. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  224. package/package.json +50 -50
  225. package/{ServiceCatalogAppRegistry.ts → src/ServiceCatalogAppRegistry.ts} +3 -2
  226. package/{ServiceCatalogAppRegistryClient.ts → src/ServiceCatalogAppRegistryClient.ts} +58 -57
  227. package/{commands → src/commands}/AssociateAttributeGroupCommand.ts +12 -11
  228. package/{commands → src/commands}/AssociateResourceCommand.ts +12 -11
  229. package/{commands → src/commands}/CreateApplicationCommand.ts +12 -11
  230. package/{commands → src/commands}/CreateAttributeGroupCommand.ts +12 -11
  231. package/{commands → src/commands}/DeleteApplicationCommand.ts +12 -11
  232. package/{commands → src/commands}/DeleteAttributeGroupCommand.ts +12 -11
  233. package/{commands → src/commands}/DisassociateAttributeGroupCommand.ts +12 -11
  234. package/{commands → src/commands}/DisassociateResourceCommand.ts +12 -11
  235. package/{commands → src/commands}/GetApplicationCommand.ts +12 -11
  236. package/{commands → src/commands}/GetAssociatedResourceCommand.ts +12 -11
  237. package/{commands → src/commands}/GetAttributeGroupCommand.ts +12 -11
  238. package/{commands → src/commands}/ListApplicationsCommand.ts +12 -11
  239. package/{commands → src/commands}/ListAssociatedAttributeGroupsCommand.ts +12 -11
  240. package/{commands → src/commands}/ListAssociatedResourcesCommand.ts +12 -11
  241. package/{commands → src/commands}/ListAttributeGroupsCommand.ts +12 -11
  242. package/{commands → src/commands}/ListTagsForResourceCommand.ts +12 -11
  243. package/{commands → src/commands}/SyncResourceCommand.ts +12 -11
  244. package/{commands → src/commands}/TagResourceCommand.ts +12 -11
  245. package/{commands → src/commands}/UntagResourceCommand.ts +12 -11
  246. package/{commands → src/commands}/UpdateApplicationCommand.ts +12 -11
  247. package/{commands → src/commands}/UpdateAttributeGroupCommand.ts +12 -11
  248. package/{endpoints.ts → src/endpoints.ts} +1 -1
  249. package/{index.ts → src/index.ts} +0 -0
  250. package/{models → src/models}/index.ts +0 -0
  251. package/{models → src/models}/models_0.ts +0 -0
  252. package/{pagination → src/pagination}/Interfaces.ts +2 -1
  253. package/{pagination → src/pagination}/ListApplicationsPaginator.ts +4 -3
  254. package/{pagination → src/pagination}/ListAssociatedAttributeGroupsPaginator.ts +4 -3
  255. package/{pagination → src/pagination}/ListAssociatedResourcesPaginator.ts +4 -3
  256. package/{pagination → src/pagination}/ListAttributeGroupsPaginator.ts +4 -3
  257. package/{protocols → src/protocols}/Aws_restJson1.ts +43 -42
  258. package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +4 -3
  259. package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +2 -1
  260. package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
  261. package/{runtimeConfig.ts → src/runtimeConfig.ts} +5 -4
  262. package/tsconfig.es.json +1 -3
  263. package/tsconfig.json +7 -7
  264. package/tsconfig.types.json +9 -0
  265. package/dist/cjs/ServiceCatalogAppRegistry.js.map +0 -1
  266. package/dist/cjs/ServiceCatalogAppRegistryClient.js.map +0 -1
  267. package/dist/cjs/commands/AssociateAttributeGroupCommand.js.map +0 -1
  268. package/dist/cjs/commands/AssociateResourceCommand.js.map +0 -1
  269. package/dist/cjs/commands/CreateApplicationCommand.js.map +0 -1
  270. package/dist/cjs/commands/CreateAttributeGroupCommand.js.map +0 -1
  271. package/dist/cjs/commands/DeleteApplicationCommand.js.map +0 -1
  272. package/dist/cjs/commands/DeleteAttributeGroupCommand.js.map +0 -1
  273. package/dist/cjs/commands/DisassociateAttributeGroupCommand.js.map +0 -1
  274. package/dist/cjs/commands/DisassociateResourceCommand.js.map +0 -1
  275. package/dist/cjs/commands/GetApplicationCommand.js.map +0 -1
  276. package/dist/cjs/commands/GetAssociatedResourceCommand.js.map +0 -1
  277. package/dist/cjs/commands/GetAttributeGroupCommand.js.map +0 -1
  278. package/dist/cjs/commands/ListApplicationsCommand.js.map +0 -1
  279. package/dist/cjs/commands/ListAssociatedAttributeGroupsCommand.js.map +0 -1
  280. package/dist/cjs/commands/ListAssociatedResourcesCommand.js.map +0 -1
  281. package/dist/cjs/commands/ListAttributeGroupsCommand.js.map +0 -1
  282. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  283. package/dist/cjs/commands/SyncResourceCommand.js.map +0 -1
  284. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  285. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  286. package/dist/cjs/commands/UpdateApplicationCommand.js.map +0 -1
  287. package/dist/cjs/commands/UpdateAttributeGroupCommand.js.map +0 -1
  288. package/dist/cjs/endpoints.js.map +0 -1
  289. package/dist/cjs/index.js +0 -33
  290. package/dist/cjs/index.js.map +0 -1
  291. package/dist/cjs/models/models_0.js.map +0 -1
  292. package/dist/cjs/package.json +0 -93
  293. package/dist/cjs/pagination/ListApplicationsPaginator.js.map +0 -1
  294. package/dist/cjs/pagination/ListAssociatedAttributeGroupsPaginator.js.map +0 -1
  295. package/dist/cjs/pagination/ListAssociatedResourcesPaginator.js.map +0 -1
  296. package/dist/cjs/pagination/ListAttributeGroupsPaginator.js.map +0 -1
  297. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  298. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  299. package/dist/cjs/runtimeConfig.js.map +0 -1
  300. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  301. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  302. package/dist/es/ServiceCatalogAppRegistry.js.map +0 -1
  303. package/dist/es/ServiceCatalogAppRegistryClient.js.map +0 -1
  304. package/dist/es/commands/AssociateAttributeGroupCommand.js.map +0 -1
  305. package/dist/es/commands/AssociateResourceCommand.js.map +0 -1
  306. package/dist/es/commands/CreateApplicationCommand.js.map +0 -1
  307. package/dist/es/commands/CreateAttributeGroupCommand.js.map +0 -1
  308. package/dist/es/commands/DeleteApplicationCommand.js.map +0 -1
  309. package/dist/es/commands/DeleteAttributeGroupCommand.js.map +0 -1
  310. package/dist/es/commands/DisassociateAttributeGroupCommand.js.map +0 -1
  311. package/dist/es/commands/DisassociateResourceCommand.js.map +0 -1
  312. package/dist/es/commands/GetApplicationCommand.js.map +0 -1
  313. package/dist/es/commands/GetAssociatedResourceCommand.js.map +0 -1
  314. package/dist/es/commands/GetAttributeGroupCommand.js.map +0 -1
  315. package/dist/es/commands/ListApplicationsCommand.js.map +0 -1
  316. package/dist/es/commands/ListAssociatedAttributeGroupsCommand.js.map +0 -1
  317. package/dist/es/commands/ListAssociatedResourcesCommand.js.map +0 -1
  318. package/dist/es/commands/ListAttributeGroupsCommand.js.map +0 -1
  319. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  320. package/dist/es/commands/SyncResourceCommand.js.map +0 -1
  321. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  322. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  323. package/dist/es/commands/UpdateApplicationCommand.js.map +0 -1
  324. package/dist/es/commands/UpdateAttributeGroupCommand.js.map +0 -1
  325. package/dist/es/endpoints.js.map +0 -1
  326. package/dist/es/index.js.map +0 -1
  327. package/dist/es/models/index.js.map +0 -1
  328. package/dist/es/models/models_0.js.map +0 -1
  329. package/dist/es/package.json +0 -93
  330. package/dist/es/pagination/ListApplicationsPaginator.js.map +0 -1
  331. package/dist/es/pagination/ListAssociatedAttributeGroupsPaginator.js.map +0 -1
  332. package/dist/es/pagination/ListAssociatedResourcesPaginator.js.map +0 -1
  333. package/dist/es/pagination/ListAttributeGroupsPaginator.js.map +0 -1
  334. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  335. package/dist/es/runtimeConfig.browser.js.map +0 -1
  336. package/dist/es/runtimeConfig.js.map +0 -1
  337. package/dist/es/runtimeConfig.native.js.map +0 -1
  338. package/dist/es/runtimeConfig.shared.js.map +0 -1
@@ -1,43 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1CreateAttributeGroupCommand, serializeAws_restJson1CreateAttributeGroupCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Creates a new attribute group as a container for user-defined attributes. This feature
8
- * enables users to have full control over their cloud application's metadata in a rich
9
- * machine-readable format to facilitate integration with automated workflows and third-party
10
- * tools.</p>
11
- * @example
12
- * Use a bare-bones client and the command you need to make an API call.
13
- * ```javascript
14
- * import { ServiceCatalogAppRegistryClient, CreateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
15
- * // const { ServiceCatalogAppRegistryClient, CreateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
16
- * const client = new ServiceCatalogAppRegistryClient(config);
17
- * const command = new CreateAttributeGroupCommand(input);
18
- * const response = await client.send(command);
19
- * ```
20
- *
21
- * @see {@link CreateAttributeGroupCommandInput} for command's `input` shape.
22
- * @see {@link CreateAttributeGroupCommandOutput} for command's `response` shape.
23
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
24
- *
25
- */
26
- var CreateAttributeGroupCommand = /** @class */ (function (_super) {
4
+ import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1CreateAttributeGroupCommand, serializeAws_restJson1CreateAttributeGroupCommand, } from "../protocols/Aws_restJson1";
6
+ var CreateAttributeGroupCommand = (function (_super) {
27
7
  __extends(CreateAttributeGroupCommand, _super);
28
- // Start section: command_properties
29
- // End section: command_properties
30
8
  function CreateAttributeGroupCommand(input) {
31
- var _this =
32
- // Start section: command_constructor
33
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
34
10
  _this.input = input;
35
11
  return _this;
36
- // End section: command_constructor
37
12
  }
38
- /**
39
- * @internal
40
- */
41
13
  CreateAttributeGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
42
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
43
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CreateAttributeGroupCommand.js","sourceRoot":"","sources":["../../src/commands/CreateAttributeGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,4BAA4B,CAAC;AA8BpC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteApplicationCommand, serializeAws_restJson1DeleteApplicationCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes an application that is specified either by its application ID or name. All associated attribute groups and resources must be disassociated from it before deleting an application.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, DeleteApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, DeleteApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new DeleteApplicationCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteApplicationCommandInput} for command's `input` shape.
19
- * @see {@link DeleteApplicationCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteApplicationCommand = /** @class */ (function (_super) {
4
+ import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteApplicationCommand, serializeAws_restJson1DeleteApplicationCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteApplicationCommand = (function (_super) {
24
7
  __extends(DeleteApplicationCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteApplicationCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteApplicationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteApplicationCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteApplicationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,4BAA4B,CAAC;AA2BpC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteAttributeGroupCommand, serializeAws_restJson1DeleteAttributeGroupCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes an attribute group, specified either by its attribute group ID or name.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, DeleteAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, DeleteAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new DeleteAttributeGroupCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteAttributeGroupCommandInput} for command's `input` shape.
19
- * @see {@link DeleteAttributeGroupCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteAttributeGroupCommand = /** @class */ (function (_super) {
4
+ import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteAttributeGroupCommand, serializeAws_restJson1DeleteAttributeGroupCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteAttributeGroupCommand = (function (_super) {
24
7
  __extends(DeleteAttributeGroupCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteAttributeGroupCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DeleteAttributeGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DeleteAttributeGroupCommand.js","sourceRoot":"","sources":["../../src/commands/DeleteAttributeGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,4BAA4B,CAAC;AA2BpC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DisassociateAttributeGroupCommand, serializeAws_restJson1DisassociateAttributeGroupCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts <code>AssociateAttributeGroup</code>.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, DisassociateAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, DisassociateAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new DisassociateAttributeGroupCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DisassociateAttributeGroupCommandInput} for command's `input` shape.
19
- * @see {@link DisassociateAttributeGroupCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DisassociateAttributeGroupCommand = /** @class */ (function (_super) {
4
+ import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DisassociateAttributeGroupCommand, serializeAws_restJson1DisassociateAttributeGroupCommand, } from "../protocols/Aws_restJson1";
6
+ var DisassociateAttributeGroupCommand = (function (_super) {
24
7
  __extends(DisassociateAttributeGroupCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DisassociateAttributeGroupCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DisassociateAttributeGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisassociateAttributeGroupCommand.js","sourceRoot":"","sources":["../../src/commands/DisassociateAttributeGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,iCAAiC,EAAE,kCAAkC,EAAE,MAAM,oBAAoB,CAAC;AAC3G,OAAO,EACL,yDAAyD,EACzD,uDAAuD,GACxD,MAAM,4BAA4B,CAAC;AA2BpC;IAAuD,qDAItD;IAIC,2CAAqB,KAA6C;QAAlE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAwC;;IAIlE,CAAC;IAKD,6DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,mCAAmC,CAAC;QACxD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,iCAAiC,CAAC,kBAAkB;YAC7E,wBAAwB,EAAE,kCAAkC,CAAC,kBAAkB;SAChF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,qDAAS,GAAjB,UAAkB,KAA6C,EAAE,OAAuB;QACtF,OAAO,uDAAuD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAEO,uDAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,yDAAyD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAIH,wCAAC;AAAD,CAAC,AAzDD,CAAuD,QAAQ,GAyD9D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DisassociateResourceCommand, serializeAws_restJson1DisassociateResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Disassociates a resource from application. Both the resource and the application can be specified either by ID or name.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, DisassociateResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, DisassociateResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new DisassociateResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DisassociateResourceCommandInput} for command's `input` shape.
19
- * @see {@link DisassociateResourceCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DisassociateResourceCommand = /** @class */ (function (_super) {
4
+ import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DisassociateResourceCommand, serializeAws_restJson1DisassociateResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var DisassociateResourceCommand = (function (_super) {
24
7
  __extends(DisassociateResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DisassociateResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  DisassociateResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DisassociateResourceCommand.js","sourceRoot":"","sources":["../../src/commands/DisassociateResourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,2BAA2B,EAAE,4BAA4B,EAAE,MAAM,oBAAoB,CAAC;AAC/F,OAAO,EACL,mDAAmD,EACnD,iDAAiD,GAClD,MAAM,4BAA4B,CAAC;AA2BpC;IAAiD,+CAIhD;IAIC,qCAAqB,KAAuC;QAA5D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAkC;;IAI5D,CAAC;IAKD,uDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,6BAA6B,CAAC;QAClD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,2BAA2B,CAAC,kBAAkB;YACvE,wBAAwB,EAAE,4BAA4B,CAAC,kBAAkB;SAC1E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,+CAAS,GAAjB,UAAkB,KAAuC,EAAE,OAAuB;QAChF,OAAO,iDAAiD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAEO,iDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,mDAAmD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAIH,kCAAC;AAAD,CAAC,AAtDD,CAAiD,QAAQ,GAsDxD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetApplicationCommand, serializeAws_restJson1GetApplicationCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieves metadata information about one of your applications. The application can be specified either by its unique ID or by its name (which is unique within one account in one region at a given point in time). Specify by ID in automated workflows if you want to make sure that the exact same application is returned or a <code>ResourceNotFoundException</code> is thrown, avoiding the ABA addressing problem.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, GetApplicationCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, GetApplicationCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new GetApplicationCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetApplicationCommandInput} for command's `input` shape.
19
- * @see {@link GetApplicationCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetApplicationCommand = /** @class */ (function (_super) {
4
+ import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetApplicationCommand, serializeAws_restJson1GetApplicationCommand, } from "../protocols/Aws_restJson1";
6
+ var GetApplicationCommand = (function (_super) {
24
7
  __extends(GetApplicationCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetApplicationCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  GetApplicationCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetApplicationCommand.js","sourceRoot":"","sources":["../../src/commands/GetApplicationCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,MAAM,oBAAoB,CAAC;AACnF,OAAO,EACL,6CAA6C,EAC7C,2CAA2C,GAC5C,MAAM,4BAA4B,CAAC;AA2BpC;IAA2C,yCAI1C;IAIC,+BAAqB,KAAiC;QAAtD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA4B;;IAItD,CAAC;IAKD,iDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,qBAAqB,CAAC,kBAAkB;YACjE,wBAAwB,EAAE,sBAAsB,CAAC,kBAAkB;SACpE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,yCAAS,GAAjB,UAAkB,KAAiC,EAAE,OAAuB;QAC1E,OAAO,2CAA2C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;IAEO,2CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,6CAA6C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAIH,4BAAC;AAAD,CAAC,AAtDD,CAA2C,QAAQ,GAsDlD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetAssociatedResourceCommand, serializeAws_restJson1GetAssociatedResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Gets the resource associated with the application.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, GetAssociatedResourceCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, GetAssociatedResourceCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new GetAssociatedResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetAssociatedResourceCommandInput} for command's `input` shape.
19
- * @see {@link GetAssociatedResourceCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetAssociatedResourceCommand = /** @class */ (function (_super) {
4
+ import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetAssociatedResourceCommand, serializeAws_restJson1GetAssociatedResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var GetAssociatedResourceCommand = (function (_super) {
24
7
  __extends(GetAssociatedResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetAssociatedResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  GetAssociatedResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetAssociatedResourceCommand.js","sourceRoot":"","sources":["../../src/commands/GetAssociatedResourceCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,4BAA4B,EAAE,6BAA6B,EAAE,MAAM,oBAAoB,CAAC;AACjG,OAAO,EACL,oDAAoD,EACpD,kDAAkD,GACnD,MAAM,4BAA4B,CAAC;AA2BpC;IAAkD,gDAIjD;IAIC,sCAAqB,KAAwC;QAA7D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAmC;;IAI7D,CAAC;IAKD,wDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,8BAA8B,CAAC;QACnD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,4BAA4B,CAAC,kBAAkB;YACxE,wBAAwB,EAAE,6BAA6B,CAAC,kBAAkB;SAC3E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,gDAAS,GAAjB,UAAkB,KAAwC,EAAE,OAAuB;QACjF,OAAO,kDAAkD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC5E,CAAC;IAEO,kDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,oDAAoD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/E,CAAC;IAIH,mCAAC;AAAD,CAAC,AAtDD,CAAkD,QAAQ,GAsDzD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetAttributeGroupCommand, serializeAws_restJson1GetAttributeGroupCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieves an attribute group, either by its name or its ID. The attribute group can be specified either by its unique ID or by its name.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, GetAttributeGroupCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, GetAttributeGroupCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new GetAttributeGroupCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetAttributeGroupCommandInput} for command's `input` shape.
19
- * @see {@link GetAttributeGroupCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetAttributeGroupCommand = /** @class */ (function (_super) {
4
+ import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetAttributeGroupCommand, serializeAws_restJson1GetAttributeGroupCommand, } from "../protocols/Aws_restJson1";
6
+ var GetAttributeGroupCommand = (function (_super) {
24
7
  __extends(GetAttributeGroupCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetAttributeGroupCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  GetAttributeGroupCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetAttributeGroupCommand.js","sourceRoot":"","sources":["../../src/commands/GetAttributeGroupCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,MAAM,oBAAoB,CAAC;AACzF,OAAO,EACL,gDAAgD,EAChD,8CAA8C,GAC/C,MAAM,4BAA4B,CAAC;AA2BpC;IAA8C,4CAI7C;IAIC,kCAAqB,KAAoC;QAAzD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA+B;;IAIzD,CAAC;IAKD,oDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,0BAA0B,CAAC;QAC/C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,wBAAwB,CAAC,kBAAkB;YACpE,wBAAwB,EAAE,yBAAyB,CAAC,kBAAkB;SACvE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,4CAAS,GAAjB,UAAkB,KAAoC,EAAE,OAAuB;QAC7E,OAAO,8CAA8C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAEO,8CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,gDAAgD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC3E,CAAC;IAIH,+BAAC;AAAD,CAAC,AAtDD,CAA8C,QAAQ,GAsDrD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieves a list of all of your applications. Results are paginated.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, ListApplicationsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, ListApplicationsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new ListApplicationsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListApplicationsCommandInput} for command's `input` shape.
19
- * @see {@link ListApplicationsCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListApplicationsCommand = /** @class */ (function (_super) {
4
+ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListApplicationsCommand, serializeAws_restJson1ListApplicationsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListApplicationsCommand = (function (_super) {
24
7
  __extends(ListApplicationsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListApplicationsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListApplicationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListApplicationsCommand.js","sourceRoot":"","sources":["../../src/commands/ListApplicationsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,uBAAuB,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAC;AACvF,OAAO,EACL,+CAA+C,EAC/C,6CAA6C,GAC9C,MAAM,4BAA4B,CAAC;AA2BpC;IAA6C,2CAI5C;IAIC,iCAAqB,KAAmC;QAAxD,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA8B;;IAIxD,CAAC;IAKD,mDAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,yBAAyB,CAAC;QAC9C,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,uBAAuB,CAAC,kBAAkB;YACnE,wBAAwB,EAAE,wBAAwB,CAAC,kBAAkB;SACtE,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,2CAAS,GAAjB,UAAkB,KAAmC,EAAE,OAAuB;QAC5E,OAAO,6CAA6C,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACvE,CAAC;IAEO,6CAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,+CAA+C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC1E,CAAC;IAIH,8BAAC;AAAD,CAAC,AAtDD,CAA6C,QAAQ,GAsDpD"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListAssociatedAttributeGroupsCommand, serializeAws_restJson1ListAssociatedAttributeGroupsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists all attribute groups that are associated with specified application. Results are paginated.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, ListAssociatedAttributeGroupsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, ListAssociatedAttributeGroupsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new ListAssociatedAttributeGroupsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListAssociatedAttributeGroupsCommandInput} for command's `input` shape.
19
- * @see {@link ListAssociatedAttributeGroupsCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListAssociatedAttributeGroupsCommand = /** @class */ (function (_super) {
4
+ import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListAssociatedAttributeGroupsCommand, serializeAws_restJson1ListAssociatedAttributeGroupsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListAssociatedAttributeGroupsCommand = (function (_super) {
24
7
  __extends(ListAssociatedAttributeGroupsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListAssociatedAttributeGroupsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListAssociatedAttributeGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAssociatedAttributeGroupsCommand.js","sourceRoot":"","sources":["../../src/commands/ListAssociatedAttributeGroupsCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,oCAAoC,EAAE,qCAAqC,EAAE,MAAM,oBAAoB,CAAC;AACjH,OAAO,EACL,4DAA4D,EAC5D,0DAA0D,GAC3D,MAAM,4BAA4B,CAAC;AA6BpC;IAA0D,wDAIzD;IAIC,8CAAqB,KAAgD;QAArE,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAA2C;;IAIrE,CAAC;IAKD,gEAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,sCAAsC,CAAC;QAC3D,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,oCAAoC,CAAC,kBAAkB;YAChF,wBAAwB,EAAE,qCAAqC,CAAC,kBAAkB;SACnF,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,wDAAS,GAAjB,UAAkB,KAAgD,EAAE,OAAuB;QACzF,OAAO,0DAA0D,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACpF,CAAC;IAEO,0DAAW,GAAnB,UACE,MAAsB,EACtB,OAAuB;QAEvB,OAAO,4DAA4D,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACvF,CAAC;IAIH,2CAAC;AAAD,CAAC,AAzDD,CAA0D,QAAQ,GAyDjE"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListAssociatedResourcesCommand, serializeAws_restJson1ListAssociatedResourcesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists all resources that are associated with specified application. Results are paginated.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, ListAssociatedResourcesCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, ListAssociatedResourcesCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new ListAssociatedResourcesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListAssociatedResourcesCommandInput} for command's `input` shape.
19
- * @see {@link ListAssociatedResourcesCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListAssociatedResourcesCommand = /** @class */ (function (_super) {
4
+ import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListAssociatedResourcesCommand, serializeAws_restJson1ListAssociatedResourcesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListAssociatedResourcesCommand = (function (_super) {
24
7
  __extends(ListAssociatedResourcesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListAssociatedResourcesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListAssociatedResourcesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ListAssociatedResourcesCommand.js","sourceRoot":"","sources":["../../src/commands/ListAssociatedResourcesCommand.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAE3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAW7D,OAAO,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,oBAAoB,CAAC;AACrG,OAAO,EACL,sDAAsD,EACtD,oDAAoD,GACrD,MAAM,4BAA4B,CAAC;AA2BpC;IAAoD,kDAInD;IAIC,wCAAqB,KAA0C;QAA/D,YAEE,iBAAO,SAER;QAJoB,WAAK,GAAL,KAAK,CAAqC;;IAI/D,CAAC;IAKD,0DAAiB,GAAjB,UACE,WAAmE,EACnE,aAA4D,EAC5D,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,cAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,IAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAE/C,IAAA,MAAM,GAAK,aAAa,OAAlB,CAAmB;QACjC,IAAM,UAAU,GAAG,iCAAiC,CAAC;QACrD,IAAM,WAAW,GAAG,gCAAgC,CAAC;QACrD,IAAM,uBAAuB,GAA4B;YACvD,MAAM,QAAA;YACN,UAAU,YAAA;YACV,WAAW,aAAA;YACX,uBAAuB,EAAE,8BAA8B,CAAC,kBAAkB;YAC1E,wBAAwB,EAAE,+BAA+B,CAAC,kBAAkB;SAC7E,CAAC;QACM,IAAA,cAAc,GAAK,aAAa,eAAlB,CAAmB;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,UAAC,OAAsC;YACrC,OAAA,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC;QAAtE,CAAsE,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,kDAAS,GAAjB,UAAkB,KAA0C,EAAE,OAAuB;QACnF,OAAO,oDAAoD,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC9E,CAAC;IAEO,oDAAW,GAAnB,UAAoB,MAAsB,EAAE,OAAuB;QACjE,OAAO,sDAAsD,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjF,CAAC;IAIH,qCAAC;AAAD,CAAC,AAtDD,CAAoD,QAAQ,GAsD3D"}
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListAttributeGroupsCommand, serializeAws_restJson1ListAttributeGroupsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Lists all attribute groups which you have access to. Results are paginated.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { ServiceCatalogAppRegistryClient, ListAttributeGroupsCommand } from "@aws-sdk/client-service-catalog-appregistry"; // ES Modules import
12
- * // const { ServiceCatalogAppRegistryClient, ListAttributeGroupsCommand } = require("@aws-sdk/client-service-catalog-appregistry"); // CommonJS import
13
- * const client = new ServiceCatalogAppRegistryClient(config);
14
- * const command = new ListAttributeGroupsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListAttributeGroupsCommandInput} for command's `input` shape.
19
- * @see {@link ListAttributeGroupsCommandOutput} for command's `response` shape.
20
- * @see {@link ServiceCatalogAppRegistryClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListAttributeGroupsCommand = /** @class */ (function (_super) {
4
+ import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListAttributeGroupsCommand, serializeAws_restJson1ListAttributeGroupsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListAttributeGroupsCommand = (function (_super) {
24
7
  __extends(ListAttributeGroupsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListAttributeGroupsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListAttributeGroupsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);