@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,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRequest {
6
6
  }
7
7
  export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupResponse, __MetadataBearer {
File without changes
File without changes
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { ServiceCatalogAppRegistry } from "../ServiceCatalogAppRegistry";
2
3
  import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface ServiceCatalogAppRegistryPaginationConfiguration extends PaginationConfiguration {
5
5
  client: ServiceCatalogAppRegistry | ServiceCatalogAppRegistryClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListApplications(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput } from "../commands/ListAssociatedAttributeGroupsCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAssociatedAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAssociatedAttributeGroupsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput } from "../commands/ListAssociatedResourcesCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAssociatedResources(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedResourcesCommandInput, ...additionalArguments: any): Paginator<ListAssociatedResourcesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput } from "../commands/ListAttributeGroupsCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAttributeGroupsCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "../commands/AssociateAttributeGroupCommand";
2
4
  import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "../commands/AssociateResourceCommand";
3
5
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
@@ -19,8 +21,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
19
21
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
20
22
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
21
23
  import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "../commands/UpdateAttributeGroupCommand";
22
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
23
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
24
24
  export declare const serializeAws_restJson1AssociateAttributeGroupCommand: (input: AssociateAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
25
  export declare const serializeAws_restJson1AssociateResourceCommand: (input: AssociateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
26
  export declare const serializeAws_restJson1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
32
32
  signingEscapePath?: boolean | undefined;
33
33
  systemClockOffset?: number | undefined;
34
34
  signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
36
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
37
  };
@@ -1,36 +1,37 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
- import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
3
- /**
4
- * @internal
5
- */
6
- export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientConfig) => {
7
- runtime: string;
8
- base64Decoder: import("@aws-sdk/types").Decoder;
9
- base64Encoder: import("@aws-sdk/types").Encoder;
10
- bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist/types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
- defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
- maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
- region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
- retryMode: string | import("@aws-sdk/types").Provider<string>;
17
- sha256: import("@aws-sdk/types").HashConstructor;
18
- streamCollector: import("@aws-sdk/types").StreamCollector;
19
- utf8Decoder: import("@aws-sdk/types").Decoder;
20
- utf8Encoder: import("@aws-sdk/types").Encoder;
21
- apiVersion: string;
22
- urlParser: import("@aws-sdk/types").UrlParser;
23
- disableHostPrefix: boolean;
24
- logger: import("@aws-sdk/types").Logger;
25
- serviceId: string;
26
- regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
- endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
- tls?: boolean | undefined;
29
- retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
- credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
- signingEscapePath?: boolean | undefined;
33
- systemClockOffset?: number | undefined;
34
- signingRegion?: string | undefined;
35
- customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
- };
1
+ import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
2
+ import { ServiceCatalogAppRegistryClientConfig } from "./ServiceCatalogAppRegistryClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientConfig) => {
7
+ runtime: string;
8
+ base64Decoder: import("@aws-sdk/types").Decoder;
9
+ base64Encoder: import("@aws-sdk/types").Encoder;
10
+ bodyLengthChecker: (body: any) => number | undefined;
11
+ credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
+ maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
+ region: string | import("@aws-sdk/types").Provider<string>;
15
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ retryMode: string | import("@aws-sdk/types").Provider<string>;
17
+ sha256: import("@aws-sdk/types").HashConstructor;
18
+ streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ utf8Decoder: import("@aws-sdk/types").Decoder;
20
+ utf8Encoder: import("@aws-sdk/types").Encoder;
21
+ apiVersion: string;
22
+ urlParser: import("@aws-sdk/types").UrlParser;
23
+ disableHostPrefix: boolean;
24
+ logger: import("@aws-sdk/types").Logger;
25
+ serviceId: string;
26
+ regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
+ endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
28
+ tls?: boolean | undefined;
29
+ retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
30
+ credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
31
+ signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
32
+ signingEscapePath?: boolean | undefined;
33
+ systemClockOffset?: number | undefined;
34
+ signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
36
+ customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
37
+ };
@@ -31,5 +31,6 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
31
31
  signingEscapePath?: boolean | undefined;
32
32
  systemClockOffset?: number | undefined;
33
33
  signingRegion?: string | undefined;
34
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
34
35
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
35
36
  };
@@ -1,4 +1,4 @@
1
- import { ServiceCatalogAppRegistryClient } from "./ServiceCatalogAppRegistryClient";
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
2
  import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "./commands/AssociateAttributeGroupCommand";
3
3
  import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand";
4
4
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
@@ -20,7 +20,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
20
20
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
21
21
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
22
22
  import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "./commands/UpdateAttributeGroupCommand";
23
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
23
+ import { ServiceCatalogAppRegistryClient } from "./ServiceCatalogAppRegistryClient";
24
24
  /**
25
25
  * <p> Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources. AppRegistry provides a repository of your applications, their resources, and the application metadata that you use within your enterprise.</p>
26
26
  */
@@ -1,3 +1,11 @@
1
+ import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
+ import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
+ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
+ import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
+ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
+ import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
+ import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
1
9
  import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "./commands/AssociateAttributeGroupCommand";
2
10
  import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand";
3
11
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
@@ -19,14 +27,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
19
27
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
20
28
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
21
29
  import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "./commands/UpdateAttributeGroupCommand";
22
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
23
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
24
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
25
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
26
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
27
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
28
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
29
- import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
30
30
  export declare type ServiceInputTypes = AssociateAttributeGroupCommandInput | AssociateResourceCommandInput | CreateApplicationCommandInput | CreateAttributeGroupCommandInput | DeleteApplicationCommandInput | DeleteAttributeGroupCommandInput | DisassociateAttributeGroupCommandInput | DisassociateResourceCommandInput | GetApplicationCommandInput | GetAssociatedResourceCommandInput | GetAttributeGroupCommandInput | ListApplicationsCommandInput | ListAssociatedAttributeGroupsCommandInput | ListAssociatedResourcesCommandInput | ListAttributeGroupsCommandInput | ListTagsForResourceCommandInput | SyncResourceCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateApplicationCommandInput | UpdateAttributeGroupCommandInput;
31
31
  export declare type ServiceOutputTypes = AssociateAttributeGroupCommandOutput | AssociateResourceCommandOutput | CreateApplicationCommandOutput | CreateAttributeGroupCommandOutput | DeleteApplicationCommandOutput | DeleteAttributeGroupCommandOutput | DisassociateAttributeGroupCommandOutput | DisassociateResourceCommandOutput | GetApplicationCommandOutput | GetAssociatedResourceCommandOutput | GetAttributeGroupCommandOutput | ListApplicationsCommandOutput | ListAssociatedAttributeGroupsCommandOutput | ListAssociatedResourcesCommandOutput | ListAttributeGroupsCommandOutput | ListTagsForResourceCommandOutput | SyncResourceCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateApplicationCommandOutput | UpdateAttributeGroupCommandOutput;
32
32
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface AssociateAttributeGroupCommandInput extends AssociateAttributeGroupRequest {
6
6
  }
7
7
  export interface AssociateAttributeGroupCommandOutput extends AssociateAttributeGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface AssociateResourceCommandInput extends AssociateResourceRequest {
6
6
  }
7
7
  export interface AssociateResourceCommandOutput extends AssociateResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface CreateApplicationCommandInput extends CreateApplicationRequest {
6
6
  }
7
7
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface CreateAttributeGroupCommandInput extends CreateAttributeGroupRequest {
6
6
  }
7
7
  export interface CreateAttributeGroupCommandOutput extends CreateAttributeGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface DeleteApplicationCommandInput extends DeleteApplicationRequest {
6
6
  }
7
7
  export interface DeleteApplicationCommandOutput extends DeleteApplicationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface DeleteAttributeGroupCommandInput extends DeleteAttributeGroupRequest {
6
6
  }
7
7
  export interface DeleteAttributeGroupCommandOutput extends DeleteAttributeGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface DisassociateAttributeGroupCommandInput extends DisassociateAttributeGroupRequest {
6
6
  }
7
7
  export interface DisassociateAttributeGroupCommandOutput extends DisassociateAttributeGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface DisassociateResourceCommandInput extends DisassociateResourceRequest {
6
6
  }
7
7
  export interface DisassociateResourceCommandOutput extends DisassociateResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface GetApplicationCommandInput extends GetApplicationRequest {
6
6
  }
7
7
  export interface GetApplicationCommandOutput extends GetApplicationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetAssociatedResourceRequest, GetAssociatedResourceResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface GetAssociatedResourceCommandInput extends GetAssociatedResourceRequest {
6
6
  }
7
7
  export interface GetAssociatedResourceCommandOutput extends GetAssociatedResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetAttributeGroupRequest, GetAttributeGroupResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface GetAttributeGroupCommandInput extends GetAttributeGroupRequest {
6
6
  }
7
7
  export interface GetAttributeGroupCommandOutput extends GetAttributeGroupResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListApplicationsRequest, ListApplicationsResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {
6
6
  }
7
7
  export interface ListApplicationsCommandOutput extends ListApplicationsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAssociatedAttributeGroupsRequest, ListAssociatedAttributeGroupsResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface ListAssociatedAttributeGroupsCommandInput extends ListAssociatedAttributeGroupsRequest {
6
6
  }
7
7
  export interface ListAssociatedAttributeGroupsCommandOutput extends ListAssociatedAttributeGroupsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAssociatedResourcesRequest, ListAssociatedResourcesResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface ListAssociatedResourcesCommandInput extends ListAssociatedResourcesRequest {
6
6
  }
7
7
  export interface ListAssociatedResourcesCommandOutput extends ListAssociatedResourcesResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListAttributeGroupsRequest, ListAttributeGroupsResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface ListAttributeGroupsCommandInput extends ListAttributeGroupsRequest {
6
6
  }
7
7
  export interface ListAttributeGroupsCommandOutput extends ListAttributeGroupsResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
6
  }
7
7
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { SyncResourceRequest, SyncResourceResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface SyncResourceCommandInput extends SyncResourceRequest {
6
6
  }
7
7
  export interface SyncResourceCommandOutput extends SyncResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface TagResourceCommandInput extends TagResourceRequest {
6
6
  }
7
7
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface UntagResourceCommandInput extends UntagResourceRequest {
6
6
  }
7
7
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateApplicationRequest, UpdateApplicationResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface UpdateApplicationCommandInput extends UpdateApplicationRequest {
6
6
  }
7
7
  export interface UpdateApplicationCommandOutput extends UpdateApplicationResponse, __MetadataBearer {
@@ -1,7 +1,7 @@
1
- import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
2
- import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
3
1
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { UpdateAttributeGroupRequest, UpdateAttributeGroupResponse } from "../models/models_0";
4
+ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
5
5
  export interface UpdateAttributeGroupCommandInput extends UpdateAttributeGroupRequest {
6
6
  }
7
7
  export interface UpdateAttributeGroupCommandOutput extends UpdateAttributeGroupResponse, __MetadataBearer {
File without changes
File without changes
@@ -1,6 +1,6 @@
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
1
2
  import { ServiceCatalogAppRegistry } from "../ServiceCatalogAppRegistry";
2
3
  import { ServiceCatalogAppRegistryClient } from "../ServiceCatalogAppRegistryClient";
3
- import { PaginationConfiguration } from "@aws-sdk/types";
4
4
  export interface ServiceCatalogAppRegistryPaginationConfiguration extends PaginationConfiguration {
5
5
  client: ServiceCatalogAppRegistry | ServiceCatalogAppRegistryClient;
6
6
  }
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListApplicationsCommandInput, ListApplicationsCommandOutput } from "../commands/ListApplicationsCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListApplications(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListApplicationsCommandInput, ...additionalArguments: any): Paginator<ListApplicationsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAssociatedAttributeGroupsCommandInput, ListAssociatedAttributeGroupsCommandOutput } from "../commands/ListAssociatedAttributeGroupsCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAssociatedAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAssociatedAttributeGroupsCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAssociatedResourcesCommandInput, ListAssociatedResourcesCommandOutput } from "../commands/ListAssociatedResourcesCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAssociatedResources(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAssociatedResourcesCommandInput, ...additionalArguments: any): Paginator<ListAssociatedResourcesCommandOutput>;
@@ -1,4 +1,4 @@
1
+ import { Paginator } from "@aws-sdk/types";
1
2
  import { ListAttributeGroupsCommandInput, ListAttributeGroupsCommandOutput } from "../commands/ListAttributeGroupsCommand";
2
3
  import { ServiceCatalogAppRegistryPaginationConfiguration } from "./Interfaces";
3
- import { Paginator } from "@aws-sdk/types";
4
4
  export declare function paginateListAttributeGroups(config: ServiceCatalogAppRegistryPaginationConfiguration, input: ListAttributeGroupsCommandInput, ...additionalArguments: any): Paginator<ListAttributeGroupsCommandOutput>;
@@ -1,3 +1,5 @@
1
+ import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
1
3
  import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "../commands/AssociateAttributeGroupCommand";
2
4
  import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "../commands/AssociateResourceCommand";
3
5
  import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
@@ -19,8 +21,6 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/T
19
21
  import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
20
22
  import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
21
23
  import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "../commands/UpdateAttributeGroupCommand";
22
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
23
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
24
24
  export declare const serializeAws_restJson1AssociateAttributeGroupCommand: (input: AssociateAttributeGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
25
25
  export declare const serializeAws_restJson1AssociateResourceCommand: (input: AssociateResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
26
26
  export declare const serializeAws_restJson1CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
32
32
  signingEscapePath?: boolean | undefined;
33
33
  systemClockOffset?: number | undefined;
34
34
  signingRegion?: string | undefined;
35
+ signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
35
36
  customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
36
37
  };