@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
@@ -14,7 +14,7 @@ const serializeAws_restJson1AssociateAttributeGroupCommand = async (input, conte
14
14
  if (labelValue.length <= 0) {
15
15
  throw new Error("Empty value provided for input HTTP label: application.");
16
16
  }
17
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
17
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
18
18
  }
19
19
  else {
20
20
  throw new Error("No value provided for input HTTP label: application.");
@@ -24,7 +24,7 @@ const serializeAws_restJson1AssociateAttributeGroupCommand = async (input, conte
24
24
  if (labelValue.length <= 0) {
25
25
  throw new Error("Empty value provided for input HTTP label: attributeGroup.");
26
26
  }
27
- resolvedPath = resolvedPath.replace("{attributeGroup}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
27
+ resolvedPath = resolvedPath.replace("{attributeGroup}", smithy_client_1.extendedEncodeURIComponent(labelValue));
28
28
  }
29
29
  else {
30
30
  throw new Error("No value provided for input HTTP label: attributeGroup.");
@@ -51,7 +51,7 @@ const serializeAws_restJson1AssociateResourceCommand = async (input, context) =>
51
51
  if (labelValue.length <= 0) {
52
52
  throw new Error("Empty value provided for input HTTP label: application.");
53
53
  }
54
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
54
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
55
55
  }
56
56
  else {
57
57
  throw new Error("No value provided for input HTTP label: application.");
@@ -61,7 +61,7 @@ const serializeAws_restJson1AssociateResourceCommand = async (input, context) =>
61
61
  if (labelValue.length <= 0) {
62
62
  throw new Error("Empty value provided for input HTTP label: resourceType.");
63
63
  }
64
- resolvedPath = resolvedPath.replace("{resourceType}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
64
+ resolvedPath = resolvedPath.replace("{resourceType}", smithy_client_1.extendedEncodeURIComponent(labelValue));
65
65
  }
66
66
  else {
67
67
  throw new Error("No value provided for input HTTP label: resourceType.");
@@ -71,7 +71,7 @@ const serializeAws_restJson1AssociateResourceCommand = async (input, context) =>
71
71
  if (labelValue.length <= 0) {
72
72
  throw new Error("Empty value provided for input HTTP label: resource.");
73
73
  }
74
- resolvedPath = resolvedPath.replace("{resource}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
74
+ resolvedPath = resolvedPath.replace("{resource}", smithy_client_1.extendedEncodeURIComponent(labelValue));
75
75
  }
76
76
  else {
77
77
  throw new Error("No value provided for input HTTP label: resource.");
@@ -94,10 +94,10 @@ const serializeAws_restJson1CreateApplicationCommand = async (input, context) =>
94
94
  const headers = {
95
95
  "content-type": "application/json",
96
96
  };
97
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/applications";
97
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/applications";
98
98
  let body;
99
99
  body = JSON.stringify({
100
- clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
100
+ clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
101
101
  ...(input.description !== undefined && input.description !== null && { description: input.description }),
102
102
  ...(input.name !== undefined && input.name !== null && { name: input.name }),
103
103
  ...(input.tags !== undefined && input.tags !== null && { tags: serializeAws_restJson1Tags(input.tags, context) }),
@@ -119,11 +119,11 @@ const serializeAws_restJson1CreateAttributeGroupCommand = async (input, context)
119
119
  const headers = {
120
120
  "content-type": "application/json",
121
121
  };
122
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/attribute-groups";
122
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/attribute-groups";
123
123
  let body;
124
124
  body = JSON.stringify({
125
125
  ...(input.attributes !== undefined && input.attributes !== null && { attributes: input.attributes }),
126
- clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : (0, uuid_1.v4)(),
126
+ clientToken: (_a = input.clientToken) !== null && _a !== void 0 ? _a : uuid_1.v4(),
127
127
  ...(input.description !== undefined && input.description !== null && { description: input.description }),
128
128
  ...(input.name !== undefined && input.name !== null && { name: input.name }),
129
129
  ...(input.tags !== undefined && input.tags !== null && { tags: serializeAws_restJson1Tags(input.tags, context) }),
@@ -148,7 +148,7 @@ const serializeAws_restJson1DeleteApplicationCommand = async (input, context) =>
148
148
  if (labelValue.length <= 0) {
149
149
  throw new Error("Empty value provided for input HTTP label: application.");
150
150
  }
151
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
151
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
152
152
  }
153
153
  else {
154
154
  throw new Error("No value provided for input HTTP label: application.");
@@ -174,7 +174,7 @@ const serializeAws_restJson1DeleteAttributeGroupCommand = async (input, context)
174
174
  if (labelValue.length <= 0) {
175
175
  throw new Error("Empty value provided for input HTTP label: attributeGroup.");
176
176
  }
177
- resolvedPath = resolvedPath.replace("{attributeGroup}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
177
+ resolvedPath = resolvedPath.replace("{attributeGroup}", smithy_client_1.extendedEncodeURIComponent(labelValue));
178
178
  }
179
179
  else {
180
180
  throw new Error("No value provided for input HTTP label: attributeGroup.");
@@ -201,7 +201,7 @@ const serializeAws_restJson1DisassociateAttributeGroupCommand = async (input, co
201
201
  if (labelValue.length <= 0) {
202
202
  throw new Error("Empty value provided for input HTTP label: application.");
203
203
  }
204
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
204
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
205
205
  }
206
206
  else {
207
207
  throw new Error("No value provided for input HTTP label: application.");
@@ -211,7 +211,7 @@ const serializeAws_restJson1DisassociateAttributeGroupCommand = async (input, co
211
211
  if (labelValue.length <= 0) {
212
212
  throw new Error("Empty value provided for input HTTP label: attributeGroup.");
213
213
  }
214
- resolvedPath = resolvedPath.replace("{attributeGroup}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
214
+ resolvedPath = resolvedPath.replace("{attributeGroup}", smithy_client_1.extendedEncodeURIComponent(labelValue));
215
215
  }
216
216
  else {
217
217
  throw new Error("No value provided for input HTTP label: attributeGroup.");
@@ -238,7 +238,7 @@ const serializeAws_restJson1DisassociateResourceCommand = async (input, context)
238
238
  if (labelValue.length <= 0) {
239
239
  throw new Error("Empty value provided for input HTTP label: application.");
240
240
  }
241
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
241
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
242
242
  }
243
243
  else {
244
244
  throw new Error("No value provided for input HTTP label: application.");
@@ -248,7 +248,7 @@ const serializeAws_restJson1DisassociateResourceCommand = async (input, context)
248
248
  if (labelValue.length <= 0) {
249
249
  throw new Error("Empty value provided for input HTTP label: resourceType.");
250
250
  }
251
- resolvedPath = resolvedPath.replace("{resourceType}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
251
+ resolvedPath = resolvedPath.replace("{resourceType}", smithy_client_1.extendedEncodeURIComponent(labelValue));
252
252
  }
253
253
  else {
254
254
  throw new Error("No value provided for input HTTP label: resourceType.");
@@ -258,7 +258,7 @@ const serializeAws_restJson1DisassociateResourceCommand = async (input, context)
258
258
  if (labelValue.length <= 0) {
259
259
  throw new Error("Empty value provided for input HTTP label: resource.");
260
260
  }
261
- resolvedPath = resolvedPath.replace("{resource}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
261
+ resolvedPath = resolvedPath.replace("{resource}", smithy_client_1.extendedEncodeURIComponent(labelValue));
262
262
  }
263
263
  else {
264
264
  throw new Error("No value provided for input HTTP label: resource.");
@@ -284,7 +284,7 @@ const serializeAws_restJson1GetApplicationCommand = async (input, context) => {
284
284
  if (labelValue.length <= 0) {
285
285
  throw new Error("Empty value provided for input HTTP label: application.");
286
286
  }
287
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
287
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
288
288
  }
289
289
  else {
290
290
  throw new Error("No value provided for input HTTP label: application.");
@@ -311,7 +311,7 @@ const serializeAws_restJson1GetAssociatedResourceCommand = async (input, context
311
311
  if (labelValue.length <= 0) {
312
312
  throw new Error("Empty value provided for input HTTP label: application.");
313
313
  }
314
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
314
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
315
315
  }
316
316
  else {
317
317
  throw new Error("No value provided for input HTTP label: application.");
@@ -321,7 +321,7 @@ const serializeAws_restJson1GetAssociatedResourceCommand = async (input, context
321
321
  if (labelValue.length <= 0) {
322
322
  throw new Error("Empty value provided for input HTTP label: resourceType.");
323
323
  }
324
- resolvedPath = resolvedPath.replace("{resourceType}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
324
+ resolvedPath = resolvedPath.replace("{resourceType}", smithy_client_1.extendedEncodeURIComponent(labelValue));
325
325
  }
326
326
  else {
327
327
  throw new Error("No value provided for input HTTP label: resourceType.");
@@ -331,7 +331,7 @@ const serializeAws_restJson1GetAssociatedResourceCommand = async (input, context
331
331
  if (labelValue.length <= 0) {
332
332
  throw new Error("Empty value provided for input HTTP label: resource.");
333
333
  }
334
- resolvedPath = resolvedPath.replace("{resource}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
334
+ resolvedPath = resolvedPath.replace("{resource}", smithy_client_1.extendedEncodeURIComponent(labelValue));
335
335
  }
336
336
  else {
337
337
  throw new Error("No value provided for input HTTP label: resource.");
@@ -357,7 +357,7 @@ const serializeAws_restJson1GetAttributeGroupCommand = async (input, context) =>
357
357
  if (labelValue.length <= 0) {
358
358
  throw new Error("Empty value provided for input HTTP label: attributeGroup.");
359
359
  }
360
- resolvedPath = resolvedPath.replace("{attributeGroup}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
360
+ resolvedPath = resolvedPath.replace("{attributeGroup}", smithy_client_1.extendedEncodeURIComponent(labelValue));
361
361
  }
362
362
  else {
363
363
  throw new Error("No value provided for input HTTP label: attributeGroup.");
@@ -377,7 +377,7 @@ exports.serializeAws_restJson1GetAttributeGroupCommand = serializeAws_restJson1G
377
377
  const serializeAws_restJson1ListApplicationsCommand = async (input, context) => {
378
378
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
379
379
  const headers = {};
380
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/applications";
380
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/applications";
381
381
  const query = {
382
382
  ...(input.nextToken !== undefined && { nextToken: input.nextToken }),
383
383
  ...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
@@ -405,7 +405,7 @@ const serializeAws_restJson1ListAssociatedAttributeGroupsCommand = async (input,
405
405
  if (labelValue.length <= 0) {
406
406
  throw new Error("Empty value provided for input HTTP label: application.");
407
407
  }
408
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
408
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
409
409
  }
410
410
  else {
411
411
  throw new Error("No value provided for input HTTP label: application.");
@@ -436,7 +436,7 @@ const serializeAws_restJson1ListAssociatedResourcesCommand = async (input, conte
436
436
  if (labelValue.length <= 0) {
437
437
  throw new Error("Empty value provided for input HTTP label: application.");
438
438
  }
439
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
439
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
440
440
  }
441
441
  else {
442
442
  throw new Error("No value provided for input HTTP label: application.");
@@ -461,7 +461,7 @@ exports.serializeAws_restJson1ListAssociatedResourcesCommand = serializeAws_rest
461
461
  const serializeAws_restJson1ListAttributeGroupsCommand = async (input, context) => {
462
462
  const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
463
463
  const headers = {};
464
- let resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/attribute-groups";
464
+ const resolvedPath = `${(basePath === null || basePath === void 0 ? void 0 : basePath.endsWith("/")) ? basePath.slice(0, -1) : basePath || ""}` + "/attribute-groups";
465
465
  const query = {
466
466
  ...(input.nextToken !== undefined && { nextToken: input.nextToken }),
467
467
  ...(input.maxResults !== undefined && { maxResults: input.maxResults.toString() }),
@@ -488,7 +488,7 @@ const serializeAws_restJson1ListTagsForResourceCommand = async (input, context)
488
488
  if (labelValue.length <= 0) {
489
489
  throw new Error("Empty value provided for input HTTP label: resourceArn.");
490
490
  }
491
- resolvedPath = resolvedPath.replace("{resourceArn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
491
+ resolvedPath = resolvedPath.replace("{resourceArn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
492
492
  }
493
493
  else {
494
494
  throw new Error("No value provided for input HTTP label: resourceArn.");
@@ -514,7 +514,7 @@ const serializeAws_restJson1SyncResourceCommand = async (input, context) => {
514
514
  if (labelValue.length <= 0) {
515
515
  throw new Error("Empty value provided for input HTTP label: resourceType.");
516
516
  }
517
- resolvedPath = resolvedPath.replace("{resourceType}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
517
+ resolvedPath = resolvedPath.replace("{resourceType}", smithy_client_1.extendedEncodeURIComponent(labelValue));
518
518
  }
519
519
  else {
520
520
  throw new Error("No value provided for input HTTP label: resourceType.");
@@ -524,7 +524,7 @@ const serializeAws_restJson1SyncResourceCommand = async (input, context) => {
524
524
  if (labelValue.length <= 0) {
525
525
  throw new Error("Empty value provided for input HTTP label: resource.");
526
526
  }
527
- resolvedPath = resolvedPath.replace("{resource}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
527
+ resolvedPath = resolvedPath.replace("{resource}", smithy_client_1.extendedEncodeURIComponent(labelValue));
528
528
  }
529
529
  else {
530
530
  throw new Error("No value provided for input HTTP label: resource.");
@@ -552,7 +552,7 @@ const serializeAws_restJson1TagResourceCommand = async (input, context) => {
552
552
  if (labelValue.length <= 0) {
553
553
  throw new Error("Empty value provided for input HTTP label: resourceArn.");
554
554
  }
555
- resolvedPath = resolvedPath.replace("{resourceArn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
555
+ resolvedPath = resolvedPath.replace("{resourceArn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
556
556
  }
557
557
  else {
558
558
  throw new Error("No value provided for input HTTP label: resourceArn.");
@@ -581,7 +581,7 @@ const serializeAws_restJson1UntagResourceCommand = async (input, context) => {
581
581
  if (labelValue.length <= 0) {
582
582
  throw new Error("Empty value provided for input HTTP label: resourceArn.");
583
583
  }
584
- resolvedPath = resolvedPath.replace("{resourceArn}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
584
+ resolvedPath = resolvedPath.replace("{resourceArn}", smithy_client_1.extendedEncodeURIComponent(labelValue));
585
585
  }
586
586
  else {
587
587
  throw new Error("No value provided for input HTTP label: resourceArn.");
@@ -613,7 +613,7 @@ const serializeAws_restJson1UpdateApplicationCommand = async (input, context) =>
613
613
  if (labelValue.length <= 0) {
614
614
  throw new Error("Empty value provided for input HTTP label: application.");
615
615
  }
616
- resolvedPath = resolvedPath.replace("{application}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
616
+ resolvedPath = resolvedPath.replace("{application}", smithy_client_1.extendedEncodeURIComponent(labelValue));
617
617
  }
618
618
  else {
619
619
  throw new Error("No value provided for input HTTP label: application.");
@@ -645,7 +645,7 @@ const serializeAws_restJson1UpdateAttributeGroupCommand = async (input, context)
645
645
  if (labelValue.length <= 0) {
646
646
  throw new Error("Empty value provided for input HTTP label: attributeGroup.");
647
647
  }
648
- resolvedPath = resolvedPath.replace("{attributeGroup}", (0, smithy_client_1.extendedEncodeURIComponent)(labelValue));
648
+ resolvedPath = resolvedPath.replace("{attributeGroup}", smithy_client_1.extendedEncodeURIComponent(labelValue));
649
649
  }
650
650
  else {
651
651
  throw new Error("No value provided for input HTTP label: attributeGroup.");
@@ -676,12 +676,12 @@ const deserializeAws_restJson1AssociateAttributeGroupCommand = async (output, co
676
676
  applicationArn: undefined,
677
677
  attributeGroupArn: undefined,
678
678
  };
679
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
679
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
680
680
  if (data.applicationArn !== undefined && data.applicationArn !== null) {
681
- contents.applicationArn = (0, smithy_client_1.expectString)(data.applicationArn);
681
+ contents.applicationArn = smithy_client_1.expectString(data.applicationArn);
682
682
  }
683
683
  if (data.attributeGroupArn !== undefined && data.attributeGroupArn !== null) {
684
- contents.attributeGroupArn = (0, smithy_client_1.expectString)(data.attributeGroupArn);
684
+ contents.attributeGroupArn = smithy_client_1.expectString(data.attributeGroupArn);
685
685
  }
686
686
  return Promise.resolve(contents);
687
687
  };
@@ -752,12 +752,12 @@ const deserializeAws_restJson1AssociateResourceCommand = async (output, context)
752
752
  applicationArn: undefined,
753
753
  resourceArn: undefined,
754
754
  };
755
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
755
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
756
756
  if (data.applicationArn !== undefined && data.applicationArn !== null) {
757
- contents.applicationArn = (0, smithy_client_1.expectString)(data.applicationArn);
757
+ contents.applicationArn = smithy_client_1.expectString(data.applicationArn);
758
758
  }
759
759
  if (data.resourceArn !== undefined && data.resourceArn !== null) {
760
- contents.resourceArn = (0, smithy_client_1.expectString)(data.resourceArn);
760
+ contents.resourceArn = smithy_client_1.expectString(data.resourceArn);
761
761
  }
762
762
  return Promise.resolve(contents);
763
763
  };
@@ -827,7 +827,7 @@ const deserializeAws_restJson1CreateApplicationCommand = async (output, context)
827
827
  $metadata: deserializeMetadata(output),
828
828
  application: undefined,
829
829
  };
830
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
830
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
831
831
  if (data.application !== undefined && data.application !== null) {
832
832
  contents.application = deserializeAws_restJson1Application(data.application, context);
833
833
  }
@@ -891,7 +891,7 @@ const deserializeAws_restJson1CreateAttributeGroupCommand = async (output, conte
891
891
  $metadata: deserializeMetadata(output),
892
892
  attributeGroup: undefined,
893
893
  };
894
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
894
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
895
895
  if (data.attributeGroup !== undefined && data.attributeGroup !== null) {
896
896
  contents.attributeGroup = deserializeAws_restJson1AttributeGroup(data.attributeGroup, context);
897
897
  }
@@ -963,7 +963,7 @@ const deserializeAws_restJson1DeleteApplicationCommand = async (output, context)
963
963
  $metadata: deserializeMetadata(output),
964
964
  application: undefined,
965
965
  };
966
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
966
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
967
967
  if (data.application !== undefined && data.application !== null) {
968
968
  contents.application = deserializeAws_restJson1ApplicationSummary(data.application, context);
969
969
  }
@@ -1027,7 +1027,7 @@ const deserializeAws_restJson1DeleteAttributeGroupCommand = async (output, conte
1027
1027
  $metadata: deserializeMetadata(output),
1028
1028
  attributeGroup: undefined,
1029
1029
  };
1030
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1030
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1031
1031
  if (data.attributeGroup !== undefined && data.attributeGroup !== null) {
1032
1032
  contents.attributeGroup = deserializeAws_restJson1AttributeGroupSummary(data.attributeGroup, context);
1033
1033
  }
@@ -1092,12 +1092,12 @@ const deserializeAws_restJson1DisassociateAttributeGroupCommand = async (output,
1092
1092
  applicationArn: undefined,
1093
1093
  attributeGroupArn: undefined,
1094
1094
  };
1095
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1095
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1096
1096
  if (data.applicationArn !== undefined && data.applicationArn !== null) {
1097
- contents.applicationArn = (0, smithy_client_1.expectString)(data.applicationArn);
1097
+ contents.applicationArn = smithy_client_1.expectString(data.applicationArn);
1098
1098
  }
1099
1099
  if (data.attributeGroupArn !== undefined && data.attributeGroupArn !== null) {
1100
- contents.attributeGroupArn = (0, smithy_client_1.expectString)(data.attributeGroupArn);
1100
+ contents.attributeGroupArn = smithy_client_1.expectString(data.attributeGroupArn);
1101
1101
  }
1102
1102
  return Promise.resolve(contents);
1103
1103
  };
@@ -1160,12 +1160,12 @@ const deserializeAws_restJson1DisassociateResourceCommand = async (output, conte
1160
1160
  applicationArn: undefined,
1161
1161
  resourceArn: undefined,
1162
1162
  };
1163
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1163
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1164
1164
  if (data.applicationArn !== undefined && data.applicationArn !== null) {
1165
- contents.applicationArn = (0, smithy_client_1.expectString)(data.applicationArn);
1165
+ contents.applicationArn = smithy_client_1.expectString(data.applicationArn);
1166
1166
  }
1167
1167
  if (data.resourceArn !== undefined && data.resourceArn !== null) {
1168
- contents.resourceArn = (0, smithy_client_1.expectString)(data.resourceArn);
1168
+ contents.resourceArn = smithy_client_1.expectString(data.resourceArn);
1169
1169
  }
1170
1170
  return Promise.resolve(contents);
1171
1171
  };
@@ -1227,30 +1227,30 @@ const deserializeAws_restJson1GetApplicationCommand = async (output, context) =>
1227
1227
  name: undefined,
1228
1228
  tags: undefined,
1229
1229
  };
1230
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1230
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1231
1231
  if (data.arn !== undefined && data.arn !== null) {
1232
- contents.arn = (0, smithy_client_1.expectString)(data.arn);
1232
+ contents.arn = smithy_client_1.expectString(data.arn);
1233
1233
  }
1234
1234
  if (data.associatedResourceCount !== undefined && data.associatedResourceCount !== null) {
1235
- contents.associatedResourceCount = (0, smithy_client_1.expectInt32)(data.associatedResourceCount);
1235
+ contents.associatedResourceCount = smithy_client_1.expectInt32(data.associatedResourceCount);
1236
1236
  }
1237
1237
  if (data.creationTime !== undefined && data.creationTime !== null) {
1238
- contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(data.creationTime));
1238
+ contents.creationTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(data.creationTime));
1239
1239
  }
1240
1240
  if (data.description !== undefined && data.description !== null) {
1241
- contents.description = (0, smithy_client_1.expectString)(data.description);
1241
+ contents.description = smithy_client_1.expectString(data.description);
1242
1242
  }
1243
1243
  if (data.id !== undefined && data.id !== null) {
1244
- contents.id = (0, smithy_client_1.expectString)(data.id);
1244
+ contents.id = smithy_client_1.expectString(data.id);
1245
1245
  }
1246
1246
  if (data.integrations !== undefined && data.integrations !== null) {
1247
1247
  contents.integrations = deserializeAws_restJson1Integrations(data.integrations, context);
1248
1248
  }
1249
1249
  if (data.lastUpdateTime !== undefined && data.lastUpdateTime !== null) {
1250
- contents.lastUpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(data.lastUpdateTime));
1250
+ contents.lastUpdateTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(data.lastUpdateTime));
1251
1251
  }
1252
1252
  if (data.name !== undefined && data.name !== null) {
1253
- contents.name = (0, smithy_client_1.expectString)(data.name);
1253
+ contents.name = smithy_client_1.expectString(data.name);
1254
1254
  }
1255
1255
  if (data.tags !== undefined && data.tags !== null) {
1256
1256
  contents.tags = deserializeAws_restJson1Tags(data.tags, context);
@@ -1315,7 +1315,7 @@ const deserializeAws_restJson1GetAssociatedResourceCommand = async (output, cont
1315
1315
  $metadata: deserializeMetadata(output),
1316
1316
  resource: undefined,
1317
1317
  };
1318
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1318
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1319
1319
  if (data.resource !== undefined && data.resource !== null) {
1320
1320
  contents.resource = deserializeAws_restJson1Resource(data.resource, context);
1321
1321
  }
@@ -1386,27 +1386,27 @@ const deserializeAws_restJson1GetAttributeGroupCommand = async (output, context)
1386
1386
  name: undefined,
1387
1387
  tags: undefined,
1388
1388
  };
1389
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1389
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1390
1390
  if (data.arn !== undefined && data.arn !== null) {
1391
- contents.arn = (0, smithy_client_1.expectString)(data.arn);
1391
+ contents.arn = smithy_client_1.expectString(data.arn);
1392
1392
  }
1393
1393
  if (data.attributes !== undefined && data.attributes !== null) {
1394
- contents.attributes = (0, smithy_client_1.expectString)(data.attributes);
1394
+ contents.attributes = smithy_client_1.expectString(data.attributes);
1395
1395
  }
1396
1396
  if (data.creationTime !== undefined && data.creationTime !== null) {
1397
- contents.creationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(data.creationTime));
1397
+ contents.creationTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(data.creationTime));
1398
1398
  }
1399
1399
  if (data.description !== undefined && data.description !== null) {
1400
- contents.description = (0, smithy_client_1.expectString)(data.description);
1400
+ contents.description = smithy_client_1.expectString(data.description);
1401
1401
  }
1402
1402
  if (data.id !== undefined && data.id !== null) {
1403
- contents.id = (0, smithy_client_1.expectString)(data.id);
1403
+ contents.id = smithy_client_1.expectString(data.id);
1404
1404
  }
1405
1405
  if (data.lastUpdateTime !== undefined && data.lastUpdateTime !== null) {
1406
- contents.lastUpdateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(data.lastUpdateTime));
1406
+ contents.lastUpdateTime = smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(data.lastUpdateTime));
1407
1407
  }
1408
1408
  if (data.name !== undefined && data.name !== null) {
1409
- contents.name = (0, smithy_client_1.expectString)(data.name);
1409
+ contents.name = smithy_client_1.expectString(data.name);
1410
1410
  }
1411
1411
  if (data.tags !== undefined && data.tags !== null) {
1412
1412
  contents.tags = deserializeAws_restJson1Tags(data.tags, context);
@@ -1472,12 +1472,12 @@ const deserializeAws_restJson1ListApplicationsCommand = async (output, context)
1472
1472
  applications: undefined,
1473
1473
  nextToken: undefined,
1474
1474
  };
1475
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1475
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1476
1476
  if (data.applications !== undefined && data.applications !== null) {
1477
1477
  contents.applications = deserializeAws_restJson1ApplicationSummaries(data.applications, context);
1478
1478
  }
1479
1479
  if (data.nextToken !== undefined && data.nextToken !== null) {
1480
- contents.nextToken = (0, smithy_client_1.expectString)(data.nextToken);
1480
+ contents.nextToken = smithy_client_1.expectString(data.nextToken);
1481
1481
  }
1482
1482
  return Promise.resolve(contents);
1483
1483
  };
@@ -1532,12 +1532,12 @@ const deserializeAws_restJson1ListAssociatedAttributeGroupsCommand = async (outp
1532
1532
  attributeGroups: undefined,
1533
1533
  nextToken: undefined,
1534
1534
  };
1535
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1535
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1536
1536
  if (data.attributeGroups !== undefined && data.attributeGroups !== null) {
1537
1537
  contents.attributeGroups = deserializeAws_restJson1AttributeGroupIds(data.attributeGroups, context);
1538
1538
  }
1539
1539
  if (data.nextToken !== undefined && data.nextToken !== null) {
1540
- contents.nextToken = (0, smithy_client_1.expectString)(data.nextToken);
1540
+ contents.nextToken = smithy_client_1.expectString(data.nextToken);
1541
1541
  }
1542
1542
  return Promise.resolve(contents);
1543
1543
  };
@@ -1600,9 +1600,9 @@ const deserializeAws_restJson1ListAssociatedResourcesCommand = async (output, co
1600
1600
  nextToken: undefined,
1601
1601
  resources: undefined,
1602
1602
  };
1603
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1603
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1604
1604
  if (data.nextToken !== undefined && data.nextToken !== null) {
1605
- contents.nextToken = (0, smithy_client_1.expectString)(data.nextToken);
1605
+ contents.nextToken = smithy_client_1.expectString(data.nextToken);
1606
1606
  }
1607
1607
  if (data.resources !== undefined && data.resources !== null) {
1608
1608
  contents.resources = deserializeAws_restJson1Resources(data.resources, context);
@@ -1668,12 +1668,12 @@ const deserializeAws_restJson1ListAttributeGroupsCommand = async (output, contex
1668
1668
  attributeGroups: undefined,
1669
1669
  nextToken: undefined,
1670
1670
  };
1671
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1671
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1672
1672
  if (data.attributeGroups !== undefined && data.attributeGroups !== null) {
1673
1673
  contents.attributeGroups = deserializeAws_restJson1AttributeGroupSummaries(data.attributeGroups, context);
1674
1674
  }
1675
1675
  if (data.nextToken !== undefined && data.nextToken !== null) {
1676
- contents.nextToken = (0, smithy_client_1.expectString)(data.nextToken);
1676
+ contents.nextToken = smithy_client_1.expectString(data.nextToken);
1677
1677
  }
1678
1678
  return Promise.resolve(contents);
1679
1679
  };
@@ -1727,7 +1727,7 @@ const deserializeAws_restJson1ListTagsForResourceCommand = async (output, contex
1727
1727
  $metadata: deserializeMetadata(output),
1728
1728
  tags: undefined,
1729
1729
  };
1730
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1730
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1731
1731
  if (data.tags !== undefined && data.tags !== null) {
1732
1732
  contents.tags = deserializeAws_restJson1Tags(data.tags, context);
1733
1733
  }
@@ -1793,15 +1793,15 @@ const deserializeAws_restJson1SyncResourceCommand = async (output, context) => {
1793
1793
  applicationArn: undefined,
1794
1794
  resourceArn: undefined,
1795
1795
  };
1796
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1796
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1797
1797
  if (data.actionTaken !== undefined && data.actionTaken !== null) {
1798
- contents.actionTaken = (0, smithy_client_1.expectString)(data.actionTaken);
1798
+ contents.actionTaken = smithy_client_1.expectString(data.actionTaken);
1799
1799
  }
1800
1800
  if (data.applicationArn !== undefined && data.applicationArn !== null) {
1801
- contents.applicationArn = (0, smithy_client_1.expectString)(data.applicationArn);
1801
+ contents.applicationArn = smithy_client_1.expectString(data.applicationArn);
1802
1802
  }
1803
1803
  if (data.resourceArn !== undefined && data.resourceArn !== null) {
1804
- contents.resourceArn = (0, smithy_client_1.expectString)(data.resourceArn);
1804
+ contents.resourceArn = smithy_client_1.expectString(data.resourceArn);
1805
1805
  }
1806
1806
  return Promise.resolve(contents);
1807
1807
  };
@@ -1983,7 +1983,7 @@ const deserializeAws_restJson1UpdateApplicationCommand = async (output, context)
1983
1983
  $metadata: deserializeMetadata(output),
1984
1984
  application: undefined,
1985
1985
  };
1986
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
1986
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
1987
1987
  if (data.application !== undefined && data.application !== null) {
1988
1988
  contents.application = deserializeAws_restJson1Application(data.application, context);
1989
1989
  }
@@ -2047,7 +2047,7 @@ const deserializeAws_restJson1UpdateAttributeGroupCommand = async (output, conte
2047
2047
  $metadata: deserializeMetadata(output),
2048
2048
  attributeGroup: undefined,
2049
2049
  };
2050
- const data = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.expectObject)(await parseBody(output.body, context)), "body");
2050
+ const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
2051
2051
  if (data.attributeGroup !== undefined && data.attributeGroup !== null) {
2052
2052
  contents.attributeGroup = deserializeAws_restJson1AttributeGroup(data.attributeGroup, context);
2053
2053
  }
@@ -2120,7 +2120,7 @@ const deserializeAws_restJson1ConflictExceptionResponse = async (parsedOutput, c
2120
2120
  };
2121
2121
  const data = parsedOutput.body;
2122
2122
  if (data.message !== undefined && data.message !== null) {
2123
- contents.message = (0, smithy_client_1.expectString)(data.message);
2123
+ contents.message = smithy_client_1.expectString(data.message);
2124
2124
  }
2125
2125
  return contents;
2126
2126
  };
@@ -2133,7 +2133,7 @@ const deserializeAws_restJson1InternalServerExceptionResponse = async (parsedOut
2133
2133
  };
2134
2134
  const data = parsedOutput.body;
2135
2135
  if (data.message !== undefined && data.message !== null) {
2136
- contents.message = (0, smithy_client_1.expectString)(data.message);
2136
+ contents.message = smithy_client_1.expectString(data.message);
2137
2137
  }
2138
2138
  return contents;
2139
2139
  };
@@ -2146,7 +2146,7 @@ const deserializeAws_restJson1ResourceNotFoundExceptionResponse = async (parsedO
2146
2146
  };
2147
2147
  const data = parsedOutput.body;
2148
2148
  if (data.message !== undefined && data.message !== null) {
2149
- contents.message = (0, smithy_client_1.expectString)(data.message);
2149
+ contents.message = smithy_client_1.expectString(data.message);
2150
2150
  }
2151
2151
  return contents;
2152
2152
  };
@@ -2159,7 +2159,7 @@ const deserializeAws_restJson1ServiceQuotaExceededExceptionResponse = async (par
2159
2159
  };
2160
2160
  const data = parsedOutput.body;
2161
2161
  if (data.message !== undefined && data.message !== null) {
2162
- contents.message = (0, smithy_client_1.expectString)(data.message);
2162
+ contents.message = smithy_client_1.expectString(data.message);
2163
2163
  }
2164
2164
  return contents;
2165
2165
  };
@@ -2172,7 +2172,7 @@ const deserializeAws_restJson1ValidationExceptionResponse = async (parsedOutput,
2172
2172
  };
2173
2173
  const data = parsedOutput.body;
2174
2174
  if (data.message !== undefined && data.message !== null) {
2175
- contents.message = (0, smithy_client_1.expectString)(data.message);
2175
+ contents.message = smithy_client_1.expectString(data.message);
2176
2176
  }
2177
2177
  return contents;
2178
2178
  };
@@ -2189,16 +2189,16 @@ const serializeAws_restJson1Tags = (input, context) => {
2189
2189
  };
2190
2190
  const deserializeAws_restJson1Application = (output, context) => {
2191
2191
  return {
2192
- arn: (0, smithy_client_1.expectString)(output.arn),
2192
+ arn: smithy_client_1.expectString(output.arn),
2193
2193
  creationTime: output.creationTime !== undefined && output.creationTime !== null
2194
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.creationTime))
2194
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.creationTime))
2195
2195
  : undefined,
2196
- description: (0, smithy_client_1.expectString)(output.description),
2197
- id: (0, smithy_client_1.expectString)(output.id),
2196
+ description: smithy_client_1.expectString(output.description),
2197
+ id: smithy_client_1.expectString(output.id),
2198
2198
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
2199
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.lastUpdateTime))
2199
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.lastUpdateTime))
2200
2200
  : undefined,
2201
- name: (0, smithy_client_1.expectString)(output.name),
2201
+ name: smithy_client_1.expectString(output.name),
2202
2202
  tags: output.tags !== undefined && output.tags !== null
2203
2203
  ? deserializeAws_restJson1Tags(output.tags, context)
2204
2204
  : undefined,
@@ -2216,30 +2216,30 @@ const deserializeAws_restJson1ApplicationSummaries = (output, context) => {
2216
2216
  };
2217
2217
  const deserializeAws_restJson1ApplicationSummary = (output, context) => {
2218
2218
  return {
2219
- arn: (0, smithy_client_1.expectString)(output.arn),
2219
+ arn: smithy_client_1.expectString(output.arn),
2220
2220
  creationTime: output.creationTime !== undefined && output.creationTime !== null
2221
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.creationTime))
2221
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.creationTime))
2222
2222
  : undefined,
2223
- description: (0, smithy_client_1.expectString)(output.description),
2224
- id: (0, smithy_client_1.expectString)(output.id),
2223
+ description: smithy_client_1.expectString(output.description),
2224
+ id: smithy_client_1.expectString(output.id),
2225
2225
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
2226
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.lastUpdateTime))
2226
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.lastUpdateTime))
2227
2227
  : undefined,
2228
- name: (0, smithy_client_1.expectString)(output.name),
2228
+ name: smithy_client_1.expectString(output.name),
2229
2229
  };
2230
2230
  };
2231
2231
  const deserializeAws_restJson1AttributeGroup = (output, context) => {
2232
2232
  return {
2233
- arn: (0, smithy_client_1.expectString)(output.arn),
2233
+ arn: smithy_client_1.expectString(output.arn),
2234
2234
  creationTime: output.creationTime !== undefined && output.creationTime !== null
2235
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.creationTime))
2235
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.creationTime))
2236
2236
  : undefined,
2237
- description: (0, smithy_client_1.expectString)(output.description),
2238
- id: (0, smithy_client_1.expectString)(output.id),
2237
+ description: smithy_client_1.expectString(output.description),
2238
+ id: smithy_client_1.expectString(output.id),
2239
2239
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
2240
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.lastUpdateTime))
2240
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.lastUpdateTime))
2241
2241
  : undefined,
2242
- name: (0, smithy_client_1.expectString)(output.name),
2242
+ name: smithy_client_1.expectString(output.name),
2243
2243
  tags: output.tags !== undefined && output.tags !== null
2244
2244
  ? deserializeAws_restJson1Tags(output.tags, context)
2245
2245
  : undefined,
@@ -2252,7 +2252,7 @@ const deserializeAws_restJson1AttributeGroupIds = (output, context) => {
2252
2252
  if (entry === null) {
2253
2253
  return null;
2254
2254
  }
2255
- return (0, smithy_client_1.expectString)(entry);
2255
+ return smithy_client_1.expectString(entry);
2256
2256
  });
2257
2257
  };
2258
2258
  const deserializeAws_restJson1AttributeGroupSummaries = (output, context) => {
@@ -2267,16 +2267,16 @@ const deserializeAws_restJson1AttributeGroupSummaries = (output, context) => {
2267
2267
  };
2268
2268
  const deserializeAws_restJson1AttributeGroupSummary = (output, context) => {
2269
2269
  return {
2270
- arn: (0, smithy_client_1.expectString)(output.arn),
2270
+ arn: smithy_client_1.expectString(output.arn),
2271
2271
  creationTime: output.creationTime !== undefined && output.creationTime !== null
2272
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.creationTime))
2272
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.creationTime))
2273
2273
  : undefined,
2274
- description: (0, smithy_client_1.expectString)(output.description),
2275
- id: (0, smithy_client_1.expectString)(output.id),
2274
+ description: smithy_client_1.expectString(output.description),
2275
+ id: smithy_client_1.expectString(output.id),
2276
2276
  lastUpdateTime: output.lastUpdateTime !== undefined && output.lastUpdateTime !== null
2277
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.lastUpdateTime))
2277
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.lastUpdateTime))
2278
2278
  : undefined,
2279
- name: (0, smithy_client_1.expectString)(output.name),
2279
+ name: smithy_client_1.expectString(output.name),
2280
2280
  };
2281
2281
  };
2282
2282
  const deserializeAws_restJson1Integrations = (output, context) => {
@@ -2288,27 +2288,27 @@ const deserializeAws_restJson1Integrations = (output, context) => {
2288
2288
  };
2289
2289
  const deserializeAws_restJson1Resource = (output, context) => {
2290
2290
  return {
2291
- arn: (0, smithy_client_1.expectString)(output.arn),
2291
+ arn: smithy_client_1.expectString(output.arn),
2292
2292
  associationTime: output.associationTime !== undefined && output.associationTime !== null
2293
- ? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTime)(output.associationTime))
2293
+ ? smithy_client_1.expectNonNull(smithy_client_1.parseRfc3339DateTime(output.associationTime))
2294
2294
  : undefined,
2295
2295
  integrations: output.integrations !== undefined && output.integrations !== null
2296
2296
  ? deserializeAws_restJson1ResourceIntegrations(output.integrations, context)
2297
2297
  : undefined,
2298
- name: (0, smithy_client_1.expectString)(output.name),
2298
+ name: smithy_client_1.expectString(output.name),
2299
2299
  };
2300
2300
  };
2301
2301
  const deserializeAws_restJson1ResourceGroup = (output, context) => {
2302
2302
  return {
2303
- arn: (0, smithy_client_1.expectString)(output.arn),
2304
- errorMessage: (0, smithy_client_1.expectString)(output.errorMessage),
2305
- state: (0, smithy_client_1.expectString)(output.state),
2303
+ arn: smithy_client_1.expectString(output.arn),
2304
+ errorMessage: smithy_client_1.expectString(output.errorMessage),
2305
+ state: smithy_client_1.expectString(output.state),
2306
2306
  };
2307
2307
  };
2308
2308
  const deserializeAws_restJson1ResourceInfo = (output, context) => {
2309
2309
  return {
2310
- arn: (0, smithy_client_1.expectString)(output.arn),
2311
- name: (0, smithy_client_1.expectString)(output.name),
2310
+ arn: smithy_client_1.expectString(output.arn),
2311
+ name: smithy_client_1.expectString(output.name),
2312
2312
  };
2313
2313
  };
2314
2314
  const deserializeAws_restJson1ResourceIntegrations = (output, context) => {
@@ -2335,7 +2335,7 @@ const deserializeAws_restJson1Tags = (output, context) => {
2335
2335
  }
2336
2336
  return {
2337
2337
  ...acc,
2338
- [key]: (0, smithy_client_1.expectString)(value),
2338
+ [key]: smithy_client_1.expectString(value),
2339
2339
  };
2340
2340
  }, {});
2341
2341
  };