@aws-sdk/client-schemas 3.32.0 → 3.36.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 (351) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/{dist/cjs → dist-cjs}/Schemas.js +2 -3
  3. package/{dist/cjs → dist-cjs}/SchemasClient.js +8 -9
  4. package/{dist/cjs → dist-cjs}/commands/CreateDiscovererCommand.js +2 -3
  5. package/{dist/cjs → dist-cjs}/commands/CreateRegistryCommand.js +2 -3
  6. package/{dist/cjs → dist-cjs}/commands/CreateSchemaCommand.js +2 -3
  7. package/{dist/cjs → dist-cjs}/commands/DeleteDiscovererCommand.js +2 -3
  8. package/{dist/cjs → dist-cjs}/commands/DeleteRegistryCommand.js +2 -3
  9. package/{dist/cjs → dist-cjs}/commands/DeleteResourcePolicyCommand.js +2 -3
  10. package/{dist/cjs → dist-cjs}/commands/DeleteSchemaCommand.js +2 -3
  11. package/{dist/cjs → dist-cjs}/commands/DeleteSchemaVersionCommand.js +2 -3
  12. package/{dist/cjs → dist-cjs}/commands/DescribeCodeBindingCommand.js +2 -3
  13. package/{dist/cjs → dist-cjs}/commands/DescribeDiscovererCommand.js +2 -3
  14. package/{dist/cjs → dist-cjs}/commands/DescribeRegistryCommand.js +2 -3
  15. package/{dist/cjs → dist-cjs}/commands/DescribeSchemaCommand.js +2 -3
  16. package/{dist/cjs → dist-cjs}/commands/ExportSchemaCommand.js +2 -3
  17. package/{dist/cjs → dist-cjs}/commands/GetCodeBindingSourceCommand.js +2 -3
  18. package/{dist/cjs → dist-cjs}/commands/GetDiscoveredSchemaCommand.js +2 -3
  19. package/{dist/cjs → dist-cjs}/commands/GetResourcePolicyCommand.js +2 -3
  20. package/{dist/cjs → dist-cjs}/commands/ListDiscoverersCommand.js +2 -3
  21. package/{dist/cjs → dist-cjs}/commands/ListRegistriesCommand.js +2 -3
  22. package/{dist/cjs → dist-cjs}/commands/ListSchemaVersionsCommand.js +2 -3
  23. package/{dist/cjs → dist-cjs}/commands/ListSchemasCommand.js +2 -3
  24. package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
  25. package/{dist/cjs → dist-cjs}/commands/PutCodeBindingCommand.js +2 -3
  26. package/{dist/cjs → dist-cjs}/commands/PutResourcePolicyCommand.js +2 -3
  27. package/{dist/cjs → dist-cjs}/commands/SearchSchemasCommand.js +2 -3
  28. package/{dist/cjs → dist-cjs}/commands/StartDiscovererCommand.js +2 -3
  29. package/{dist/cjs → dist-cjs}/commands/StopDiscovererCommand.js +2 -3
  30. package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
  31. package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
  32. package/{dist/cjs → dist-cjs}/commands/UpdateDiscovererCommand.js +2 -3
  33. package/{dist/cjs → dist-cjs}/commands/UpdateRegistryCommand.js +2 -3
  34. package/{dist/cjs → dist-cjs}/commands/UpdateSchemaCommand.js +2 -3
  35. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  36. package/{dist/cjs → dist-cjs}/index.js +0 -1
  37. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  38. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
  39. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  40. package/{dist/cjs → dist-cjs}/pagination/ListDiscoverersPaginator.js +1 -2
  41. package/{dist/cjs → dist-cjs}/pagination/ListRegistriesPaginator.js +1 -2
  42. package/{dist/cjs → dist-cjs}/pagination/ListSchemaVersionsPaginator.js +1 -2
  43. package/{dist/cjs → dist-cjs}/pagination/ListSchemasPaginator.js +1 -2
  44. package/{dist/cjs → dist-cjs}/pagination/SearchSchemasPaginator.js +1 -2
  45. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +7 -8
  46. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
  47. package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
  48. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
  49. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
  50. package/{dist/cjs → dist-cjs}/waiters/waitForCodeBindingExists.js +5 -6
  51. package/{dist/es → dist-es}/Schemas.js +3 -7
  52. package/{dist/es → dist-es}/SchemasClient.js +2 -11
  53. package/{dist/es → dist-es}/commands/CreateDiscovererCommand.js +4 -30
  54. package/{dist/es → dist-es}/commands/CreateRegistryCommand.js +4 -30
  55. package/{dist/es → dist-es}/commands/CreateSchemaCommand.js +4 -30
  56. package/{dist/es → dist-es}/commands/DeleteDiscovererCommand.js +4 -30
  57. package/{dist/es → dist-es}/commands/DeleteRegistryCommand.js +4 -30
  58. package/{dist/es → dist-es}/commands/DeleteResourcePolicyCommand.js +4 -30
  59. package/{dist/es → dist-es}/commands/DeleteSchemaCommand.js +4 -30
  60. package/{dist/es → dist-es}/commands/DeleteSchemaVersionCommand.js +4 -30
  61. package/{dist/es → dist-es}/commands/DescribeCodeBindingCommand.js +4 -30
  62. package/{dist/es → dist-es}/commands/DescribeDiscovererCommand.js +4 -30
  63. package/{dist/es → dist-es}/commands/DescribeRegistryCommand.js +4 -30
  64. package/{dist/es → dist-es}/commands/DescribeSchemaCommand.js +4 -30
  65. package/{dist/es → dist-es}/commands/ExportSchemaCommand.js +4 -13
  66. package/{dist/es → dist-es}/commands/GetCodeBindingSourceCommand.js +4 -30
  67. package/{dist/es → dist-es}/commands/GetDiscoveredSchemaCommand.js +4 -30
  68. package/{dist/es → dist-es}/commands/GetResourcePolicyCommand.js +4 -30
  69. package/{dist/es → dist-es}/commands/ListDiscoverersCommand.js +4 -30
  70. package/{dist/es → dist-es}/commands/ListRegistriesCommand.js +4 -30
  71. package/{dist/es → dist-es}/commands/ListSchemaVersionsCommand.js +4 -30
  72. package/{dist/es → dist-es}/commands/ListSchemasCommand.js +4 -30
  73. package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
  74. package/{dist/es → dist-es}/commands/PutCodeBindingCommand.js +4 -30
  75. package/{dist/es → dist-es}/commands/PutResourcePolicyCommand.js +4 -30
  76. package/{dist/es → dist-es}/commands/SearchSchemasCommand.js +4 -30
  77. package/{dist/es → dist-es}/commands/StartDiscovererCommand.js +4 -30
  78. package/{dist/es → dist-es}/commands/StopDiscovererCommand.js +4 -30
  79. package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
  80. package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
  81. package/{dist/es → dist-es}/commands/UpdateDiscovererCommand.js +4 -30
  82. package/{dist/es → dist-es}/commands/UpdateRegistryCommand.js +4 -30
  83. package/{dist/es → dist-es}/commands/UpdateSchemaCommand.js +4 -30
  84. package/{dist/es → dist-es}/endpoints.js +1 -2
  85. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  86. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  87. package/{dist/es → dist-es}/models/models_0.js +0 -214
  88. package/dist-es/pagination/Interfaces.js +1 -0
  89. package/{dist/es → dist-es}/pagination/ListDiscoverersPaginator.js +17 -30
  90. package/{dist/es → dist-es}/pagination/ListRegistriesPaginator.js +17 -30
  91. package/{dist/es → dist-es}/pagination/ListSchemaVersionsPaginator.js +17 -30
  92. package/{dist/es → dist-es}/pagination/ListSchemasPaginator.js +17 -30
  93. package/{dist/es → dist-es}/pagination/SearchSchemasPaginator.js +17 -30
  94. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +990 -996
  95. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  96. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  97. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  98. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  99. package/{dist/es → dist-es}/waiters/waitForCodeBindingExists.js +12 -22
  100. package/{dist/types → dist-types}/Schemas.d.ts +3 -3
  101. package/{dist/types → dist-types}/SchemasClient.d.ts +9 -9
  102. package/{dist/types → dist-types}/commands/CreateDiscovererCommand.d.ts +3 -3
  103. package/{dist/types → dist-types}/commands/CreateRegistryCommand.d.ts +3 -3
  104. package/{dist/types → dist-types}/commands/CreateSchemaCommand.d.ts +3 -3
  105. package/{dist/types → dist-types}/commands/DeleteDiscovererCommand.d.ts +3 -3
  106. package/{dist/types → dist-types}/commands/DeleteRegistryCommand.d.ts +3 -3
  107. package/{dist/types → dist-types}/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  108. package/{dist/types → dist-types}/commands/DeleteSchemaCommand.d.ts +3 -3
  109. package/{dist/types → dist-types}/commands/DeleteSchemaVersionCommand.d.ts +3 -3
  110. package/{dist/types → dist-types}/commands/DescribeCodeBindingCommand.d.ts +3 -3
  111. package/{dist/types → dist-types}/commands/DescribeDiscovererCommand.d.ts +3 -3
  112. package/{dist/types → dist-types}/commands/DescribeRegistryCommand.d.ts +3 -3
  113. package/{dist/types → dist-types}/commands/DescribeSchemaCommand.d.ts +3 -3
  114. package/{dist/types → dist-types}/commands/ExportSchemaCommand.d.ts +3 -3
  115. package/{dist/types → dist-types}/commands/GetCodeBindingSourceCommand.d.ts +3 -3
  116. package/{dist/types → dist-types}/commands/GetDiscoveredSchemaCommand.d.ts +3 -3
  117. package/{dist/types → dist-types}/commands/GetResourcePolicyCommand.d.ts +3 -3
  118. package/{dist/types → dist-types}/commands/ListDiscoverersCommand.d.ts +3 -3
  119. package/{dist/types → dist-types}/commands/ListRegistriesCommand.d.ts +3 -3
  120. package/{dist/types → dist-types}/commands/ListSchemaVersionsCommand.d.ts +3 -3
  121. package/{dist/types → dist-types}/commands/ListSchemasCommand.d.ts +3 -3
  122. package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
  123. package/{dist/types → dist-types}/commands/PutCodeBindingCommand.d.ts +3 -3
  124. package/{dist/types → dist-types}/commands/PutResourcePolicyCommand.d.ts +3 -3
  125. package/{dist/types → dist-types}/commands/SearchSchemasCommand.d.ts +3 -3
  126. package/{dist/types → dist-types}/commands/StartDiscovererCommand.d.ts +3 -3
  127. package/{dist/types → dist-types}/commands/StopDiscovererCommand.d.ts +3 -3
  128. package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
  129. package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
  130. package/{dist/types → dist-types}/commands/UpdateDiscovererCommand.d.ts +3 -3
  131. package/{dist/types → dist-types}/commands/UpdateRegistryCommand.d.ts +3 -3
  132. package/{dist/types → dist-types}/commands/UpdateSchemaCommand.d.ts +3 -3
  133. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  134. package/{index.ts → dist-types/index.d.ts} +0 -0
  135. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  136. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  137. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  138. package/{dist/types → dist-types}/pagination/ListDiscoverersPaginator.d.ts +1 -1
  139. package/{dist/types → dist-types}/pagination/ListRegistriesPaginator.d.ts +1 -1
  140. package/{dist/types → dist-types}/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
  141. package/{dist/types → dist-types}/pagination/ListSchemasPaginator.d.ts +1 -1
  142. package/{dist/types → dist-types}/pagination/SearchSchemasPaginator.d.ts +1 -1
  143. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +3 -3
  144. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
  145. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
  146. package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
  147. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  148. package/{dist/types → dist-types}/ts3.4/Schemas.d.ts +3 -3
  149. package/{dist/types → dist-types}/ts3.4/SchemasClient.d.ts +9 -9
  150. package/{dist/types → dist-types}/ts3.4/commands/CreateDiscovererCommand.d.ts +3 -3
  151. package/{dist/types → dist-types}/ts3.4/commands/CreateRegistryCommand.d.ts +3 -3
  152. package/{dist/types → dist-types}/ts3.4/commands/CreateSchemaCommand.d.ts +3 -3
  153. package/{dist/types → dist-types}/ts3.4/commands/DeleteDiscovererCommand.d.ts +3 -3
  154. package/{dist/types → dist-types}/ts3.4/commands/DeleteRegistryCommand.d.ts +3 -3
  155. package/{dist/types → dist-types}/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -3
  156. package/{dist/types → dist-types}/ts3.4/commands/DeleteSchemaCommand.d.ts +3 -3
  157. package/{dist/types → dist-types}/ts3.4/commands/DeleteSchemaVersionCommand.d.ts +3 -3
  158. package/{dist/types → dist-types}/ts3.4/commands/DescribeCodeBindingCommand.d.ts +3 -3
  159. package/{dist/types → dist-types}/ts3.4/commands/DescribeDiscovererCommand.d.ts +3 -3
  160. package/{dist/types → dist-types}/ts3.4/commands/DescribeRegistryCommand.d.ts +3 -3
  161. package/{dist/types → dist-types}/ts3.4/commands/DescribeSchemaCommand.d.ts +3 -3
  162. package/{dist/types → dist-types}/ts3.4/commands/ExportSchemaCommand.d.ts +3 -3
  163. package/{dist/types → dist-types}/ts3.4/commands/GetCodeBindingSourceCommand.d.ts +3 -3
  164. package/{dist/types → dist-types}/ts3.4/commands/GetDiscoveredSchemaCommand.d.ts +3 -3
  165. package/{dist/types → dist-types}/ts3.4/commands/GetResourcePolicyCommand.d.ts +3 -3
  166. package/{dist/types → dist-types}/ts3.4/commands/ListDiscoverersCommand.d.ts +3 -3
  167. package/{dist/types → dist-types}/ts3.4/commands/ListRegistriesCommand.d.ts +3 -3
  168. package/{dist/types → dist-types}/ts3.4/commands/ListSchemaVersionsCommand.d.ts +3 -3
  169. package/{dist/types → dist-types}/ts3.4/commands/ListSchemasCommand.d.ts +3 -3
  170. package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
  171. package/{dist/types → dist-types}/ts3.4/commands/PutCodeBindingCommand.d.ts +3 -3
  172. package/{dist/types → dist-types}/ts3.4/commands/PutResourcePolicyCommand.d.ts +3 -3
  173. package/{dist/types → dist-types}/ts3.4/commands/SearchSchemasCommand.d.ts +3 -3
  174. package/{dist/types → dist-types}/ts3.4/commands/StartDiscovererCommand.d.ts +3 -3
  175. package/{dist/types → dist-types}/ts3.4/commands/StopDiscovererCommand.d.ts +3 -3
  176. package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
  177. package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
  178. package/{dist/types → dist-types}/ts3.4/commands/UpdateDiscovererCommand.d.ts +3 -3
  179. package/{dist/types → dist-types}/ts3.4/commands/UpdateRegistryCommand.d.ts +3 -3
  180. package/{dist/types → dist-types}/ts3.4/commands/UpdateSchemaCommand.d.ts +3 -3
  181. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  182. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  183. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  184. package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
  185. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  186. package/{dist/types → dist-types}/ts3.4/pagination/ListDiscoverersPaginator.d.ts +1 -1
  187. package/{dist/types → dist-types}/ts3.4/pagination/ListRegistriesPaginator.d.ts +1 -1
  188. package/{dist/types → dist-types}/ts3.4/pagination/ListSchemaVersionsPaginator.d.ts +1 -1
  189. package/{dist/types → dist-types}/ts3.4/pagination/ListSchemasPaginator.d.ts +1 -1
  190. package/{dist/types → dist-types}/ts3.4/pagination/SearchSchemasPaginator.d.ts +1 -1
  191. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +3 -3
  192. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
  193. package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
  194. package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
  195. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
  196. package/{dist/types → dist-types}/ts3.4/waiters/waitForCodeBindingExists.d.ts +2 -2
  197. package/{dist/types → dist-types}/waiters/waitForCodeBindingExists.d.ts +2 -2
  198. package/package.json +53 -50
  199. package/Schemas.ts +0 -1119
  200. package/SchemasClient.ts +0 -346
  201. package/commands/CreateDiscovererCommand.ts +0 -94
  202. package/commands/CreateRegistryCommand.ts +0 -94
  203. package/commands/CreateSchemaCommand.ts +0 -94
  204. package/commands/DeleteDiscovererCommand.ts +0 -94
  205. package/commands/DeleteRegistryCommand.ts +0 -94
  206. package/commands/DeleteResourcePolicyCommand.ts +0 -94
  207. package/commands/DeleteSchemaCommand.ts +0 -94
  208. package/commands/DeleteSchemaVersionCommand.ts +0 -94
  209. package/commands/DescribeCodeBindingCommand.ts +0 -94
  210. package/commands/DescribeDiscovererCommand.ts +0 -94
  211. package/commands/DescribeRegistryCommand.ts +0 -94
  212. package/commands/DescribeSchemaCommand.ts +0 -94
  213. package/commands/ExportSchemaCommand.ts +0 -77
  214. package/commands/GetCodeBindingSourceCommand.ts +0 -94
  215. package/commands/GetDiscoveredSchemaCommand.ts +0 -94
  216. package/commands/GetResourcePolicyCommand.ts +0 -94
  217. package/commands/ListDiscoverersCommand.ts +0 -94
  218. package/commands/ListRegistriesCommand.ts +0 -94
  219. package/commands/ListSchemaVersionsCommand.ts +0 -94
  220. package/commands/ListSchemasCommand.ts +0 -94
  221. package/commands/ListTagsForResourceCommand.ts +0 -94
  222. package/commands/PutCodeBindingCommand.ts +0 -94
  223. package/commands/PutResourcePolicyCommand.ts +0 -94
  224. package/commands/SearchSchemasCommand.ts +0 -94
  225. package/commands/StartDiscovererCommand.ts +0 -94
  226. package/commands/StopDiscovererCommand.ts +0 -94
  227. package/commands/TagResourceCommand.ts +0 -94
  228. package/commands/UntagResourceCommand.ts +0 -94
  229. package/commands/UpdateDiscovererCommand.ts +0 -94
  230. package/commands/UpdateRegistryCommand.ts +0 -94
  231. package/commands/UpdateSchemaCommand.ts +0 -94
  232. package/dist/cjs/Schemas.js.map +0 -1
  233. package/dist/cjs/SchemasClient.js.map +0 -1
  234. package/dist/cjs/commands/CreateDiscovererCommand.js.map +0 -1
  235. package/dist/cjs/commands/CreateRegistryCommand.js.map +0 -1
  236. package/dist/cjs/commands/CreateSchemaCommand.js.map +0 -1
  237. package/dist/cjs/commands/DeleteDiscovererCommand.js.map +0 -1
  238. package/dist/cjs/commands/DeleteRegistryCommand.js.map +0 -1
  239. package/dist/cjs/commands/DeleteResourcePolicyCommand.js.map +0 -1
  240. package/dist/cjs/commands/DeleteSchemaCommand.js.map +0 -1
  241. package/dist/cjs/commands/DeleteSchemaVersionCommand.js.map +0 -1
  242. package/dist/cjs/commands/DescribeCodeBindingCommand.js.map +0 -1
  243. package/dist/cjs/commands/DescribeDiscovererCommand.js.map +0 -1
  244. package/dist/cjs/commands/DescribeRegistryCommand.js.map +0 -1
  245. package/dist/cjs/commands/DescribeSchemaCommand.js.map +0 -1
  246. package/dist/cjs/commands/ExportSchemaCommand.js.map +0 -1
  247. package/dist/cjs/commands/GetCodeBindingSourceCommand.js.map +0 -1
  248. package/dist/cjs/commands/GetDiscoveredSchemaCommand.js.map +0 -1
  249. package/dist/cjs/commands/GetResourcePolicyCommand.js.map +0 -1
  250. package/dist/cjs/commands/ListDiscoverersCommand.js.map +0 -1
  251. package/dist/cjs/commands/ListRegistriesCommand.js.map +0 -1
  252. package/dist/cjs/commands/ListSchemaVersionsCommand.js.map +0 -1
  253. package/dist/cjs/commands/ListSchemasCommand.js.map +0 -1
  254. package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
  255. package/dist/cjs/commands/PutCodeBindingCommand.js.map +0 -1
  256. package/dist/cjs/commands/PutResourcePolicyCommand.js.map +0 -1
  257. package/dist/cjs/commands/SearchSchemasCommand.js.map +0 -1
  258. package/dist/cjs/commands/StartDiscovererCommand.js.map +0 -1
  259. package/dist/cjs/commands/StopDiscovererCommand.js.map +0 -1
  260. package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
  261. package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
  262. package/dist/cjs/commands/UpdateDiscovererCommand.js.map +0 -1
  263. package/dist/cjs/commands/UpdateRegistryCommand.js.map +0 -1
  264. package/dist/cjs/commands/UpdateSchemaCommand.js.map +0 -1
  265. package/dist/cjs/endpoints.js.map +0 -1
  266. package/dist/cjs/index.js.map +0 -1
  267. package/dist/cjs/models/index.js.map +0 -1
  268. package/dist/cjs/models/models_0.js.map +0 -1
  269. package/dist/cjs/package.json +0 -94
  270. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  271. package/dist/cjs/pagination/ListDiscoverersPaginator.js.map +0 -1
  272. package/dist/cjs/pagination/ListRegistriesPaginator.js.map +0 -1
  273. package/dist/cjs/pagination/ListSchemaVersionsPaginator.js.map +0 -1
  274. package/dist/cjs/pagination/ListSchemasPaginator.js.map +0 -1
  275. package/dist/cjs/pagination/SearchSchemasPaginator.js.map +0 -1
  276. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  277. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  278. package/dist/cjs/runtimeConfig.js.map +0 -1
  279. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  280. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  281. package/dist/cjs/waiters/waitForCodeBindingExists.js.map +0 -1
  282. package/dist/es/Schemas.js.map +0 -1
  283. package/dist/es/SchemasClient.js.map +0 -1
  284. package/dist/es/commands/CreateDiscovererCommand.js.map +0 -1
  285. package/dist/es/commands/CreateRegistryCommand.js.map +0 -1
  286. package/dist/es/commands/CreateSchemaCommand.js.map +0 -1
  287. package/dist/es/commands/DeleteDiscovererCommand.js.map +0 -1
  288. package/dist/es/commands/DeleteRegistryCommand.js.map +0 -1
  289. package/dist/es/commands/DeleteResourcePolicyCommand.js.map +0 -1
  290. package/dist/es/commands/DeleteSchemaCommand.js.map +0 -1
  291. package/dist/es/commands/DeleteSchemaVersionCommand.js.map +0 -1
  292. package/dist/es/commands/DescribeCodeBindingCommand.js.map +0 -1
  293. package/dist/es/commands/DescribeDiscovererCommand.js.map +0 -1
  294. package/dist/es/commands/DescribeRegistryCommand.js.map +0 -1
  295. package/dist/es/commands/DescribeSchemaCommand.js.map +0 -1
  296. package/dist/es/commands/ExportSchemaCommand.js.map +0 -1
  297. package/dist/es/commands/GetCodeBindingSourceCommand.js.map +0 -1
  298. package/dist/es/commands/GetDiscoveredSchemaCommand.js.map +0 -1
  299. package/dist/es/commands/GetResourcePolicyCommand.js.map +0 -1
  300. package/dist/es/commands/ListDiscoverersCommand.js.map +0 -1
  301. package/dist/es/commands/ListRegistriesCommand.js.map +0 -1
  302. package/dist/es/commands/ListSchemaVersionsCommand.js.map +0 -1
  303. package/dist/es/commands/ListSchemasCommand.js.map +0 -1
  304. package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
  305. package/dist/es/commands/PutCodeBindingCommand.js.map +0 -1
  306. package/dist/es/commands/PutResourcePolicyCommand.js.map +0 -1
  307. package/dist/es/commands/SearchSchemasCommand.js.map +0 -1
  308. package/dist/es/commands/StartDiscovererCommand.js.map +0 -1
  309. package/dist/es/commands/StopDiscovererCommand.js.map +0 -1
  310. package/dist/es/commands/TagResourceCommand.js.map +0 -1
  311. package/dist/es/commands/UntagResourceCommand.js.map +0 -1
  312. package/dist/es/commands/UpdateDiscovererCommand.js.map +0 -1
  313. package/dist/es/commands/UpdateRegistryCommand.js.map +0 -1
  314. package/dist/es/commands/UpdateSchemaCommand.js.map +0 -1
  315. package/dist/es/endpoints.js.map +0 -1
  316. package/dist/es/index.js +0 -42
  317. package/dist/es/index.js.map +0 -1
  318. package/dist/es/models/index.js +0 -2
  319. package/dist/es/models/index.js.map +0 -1
  320. package/dist/es/models/models_0.js.map +0 -1
  321. package/dist/es/package.json +0 -94
  322. package/dist/es/pagination/Interfaces.js +0 -2
  323. package/dist/es/pagination/Interfaces.js.map +0 -1
  324. package/dist/es/pagination/ListDiscoverersPaginator.js.map +0 -1
  325. package/dist/es/pagination/ListRegistriesPaginator.js.map +0 -1
  326. package/dist/es/pagination/ListSchemaVersionsPaginator.js.map +0 -1
  327. package/dist/es/pagination/ListSchemasPaginator.js.map +0 -1
  328. package/dist/es/pagination/SearchSchemasPaginator.js.map +0 -1
  329. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  330. package/dist/es/runtimeConfig.browser.js.map +0 -1
  331. package/dist/es/runtimeConfig.js.map +0 -1
  332. package/dist/es/runtimeConfig.native.js.map +0 -1
  333. package/dist/es/runtimeConfig.shared.js.map +0 -1
  334. package/dist/es/waiters/waitForCodeBindingExists.js.map +0 -1
  335. package/endpoints.ts +0 -57
  336. package/jest.config.js +0 -4
  337. package/models/models_0.ts +0 -1901
  338. package/pagination/Interfaces.ts +0 -7
  339. package/pagination/ListDiscoverersPaginator.ts +0 -58
  340. package/pagination/ListRegistriesPaginator.ts +0 -58
  341. package/pagination/ListSchemaVersionsPaginator.ts +0 -58
  342. package/pagination/ListSchemasPaginator.ts +0 -54
  343. package/pagination/SearchSchemasPaginator.ts +0 -58
  344. package/protocols/Aws_restJson1.ts +0 -4747
  345. package/runtimeConfig.browser.ts +0 -40
  346. package/runtimeConfig.native.ts +0 -16
  347. package/runtimeConfig.shared.ts +0 -16
  348. package/runtimeConfig.ts +0 -45
  349. package/tsconfig.es.json +0 -12
  350. package/tsconfig.json +0 -32
  351. package/waiters/waitForCodeBindingExists.ts +0 -65
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListRegistriesCommand, serializeAws_restJson1ListRegistriesCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List the registries.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, ListRegistriesCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, ListRegistriesCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new ListRegistriesCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListRegistriesCommandInput} for command's `input` shape.
19
- * @see {@link ListRegistriesCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListRegistriesCommand = /** @class */ (function (_super) {
4
+ import { ListRegistriesRequest, ListRegistriesResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListRegistriesCommand, serializeAws_restJson1ListRegistriesCommand, } from "../protocols/Aws_restJson1";
6
+ var ListRegistriesCommand = (function (_super) {
24
7
  __extends(ListRegistriesCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListRegistriesCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListRegistriesCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListRegistriesCommand = /** @class */ (function (_super) {
62
37
  return ListRegistriesCommand;
63
38
  }($Command));
64
39
  export { ListRegistriesCommand };
65
- //# sourceMappingURL=ListRegistriesCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListSchemaVersionsCommand, serializeAws_restJson1ListSchemaVersionsCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Provides a list of the schema versions and related information.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, ListSchemaVersionsCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, ListSchemaVersionsCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new ListSchemaVersionsCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListSchemaVersionsCommandInput} for command's `input` shape.
19
- * @see {@link ListSchemaVersionsCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListSchemaVersionsCommand = /** @class */ (function (_super) {
4
+ import { ListSchemaVersionsRequest, ListSchemaVersionsResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListSchemaVersionsCommand, serializeAws_restJson1ListSchemaVersionsCommand, } from "../protocols/Aws_restJson1";
6
+ var ListSchemaVersionsCommand = (function (_super) {
24
7
  __extends(ListSchemaVersionsCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListSchemaVersionsCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListSchemaVersionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListSchemaVersionsCommand = /** @class */ (function (_super) {
62
37
  return ListSchemaVersionsCommand;
63
38
  }($Command));
64
39
  export { ListSchemaVersionsCommand };
65
- //# sourceMappingURL=ListSchemaVersionsCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListSchemasCommand, serializeAws_restJson1ListSchemasCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>List the schemas.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, ListSchemasCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, ListSchemasCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new ListSchemasCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListSchemasCommandInput} for command's `input` shape.
19
- * @see {@link ListSchemasCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListSchemasCommand = /** @class */ (function (_super) {
4
+ import { ListSchemasRequest, ListSchemasResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListSchemasCommand, serializeAws_restJson1ListSchemasCommand, } from "../protocols/Aws_restJson1";
6
+ var ListSchemasCommand = (function (_super) {
24
7
  __extends(ListSchemasCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListSchemasCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListSchemasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListSchemasCommand = /** @class */ (function (_super) {
62
37
  return ListSchemasCommand;
63
38
  }($Command));
64
39
  export { ListSchemasCommand };
65
- //# sourceMappingURL=ListSchemasCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Get tags for resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, ListTagsForResourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, ListTagsForResourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new ListTagsForResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
19
- * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListTagsForResourceCommand = /** @class */ (function (_super) {
4
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListTagsForResourceCommand, serializeAws_restJson1ListTagsForResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var ListTagsForResourceCommand = (function (_super) {
24
7
  __extends(ListTagsForResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListTagsForResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var ListTagsForResourceCommand = /** @class */ (function (_super) {
62
37
  return ListTagsForResourceCommand;
63
38
  }($Command));
64
39
  export { ListTagsForResourceCommand };
65
- //# sourceMappingURL=ListTagsForResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1PutCodeBindingCommand, serializeAws_restJson1PutCodeBindingCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Put code binding URI</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, PutCodeBindingCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, PutCodeBindingCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new PutCodeBindingCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link PutCodeBindingCommandInput} for command's `input` shape.
19
- * @see {@link PutCodeBindingCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var PutCodeBindingCommand = /** @class */ (function (_super) {
4
+ import { PutCodeBindingRequest, PutCodeBindingResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1PutCodeBindingCommand, serializeAws_restJson1PutCodeBindingCommand, } from "../protocols/Aws_restJson1";
6
+ var PutCodeBindingCommand = (function (_super) {
24
7
  __extends(PutCodeBindingCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function PutCodeBindingCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  PutCodeBindingCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var PutCodeBindingCommand = /** @class */ (function (_super) {
62
37
  return PutCodeBindingCommand;
63
38
  }($Command));
64
39
  export { PutCodeBindingCommand };
65
- //# sourceMappingURL=PutCodeBindingCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1PutResourcePolicyCommand, serializeAws_restJson1PutResourcePolicyCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>The name of the policy.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, PutResourcePolicyCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, PutResourcePolicyCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new PutResourcePolicyCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link PutResourcePolicyCommandInput} for command's `input` shape.
19
- * @see {@link PutResourcePolicyCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var PutResourcePolicyCommand = /** @class */ (function (_super) {
4
+ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1PutResourcePolicyCommand, serializeAws_restJson1PutResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
+ var PutResourcePolicyCommand = (function (_super) {
24
7
  __extends(PutResourcePolicyCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function PutResourcePolicyCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  PutResourcePolicyCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var PutResourcePolicyCommand = /** @class */ (function (_super) {
62
37
  return PutResourcePolicyCommand;
63
38
  }($Command));
64
39
  export { PutResourcePolicyCommand };
65
- //# sourceMappingURL=PutResourcePolicyCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1SearchSchemasCommand, serializeAws_restJson1SearchSchemasCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Search the schemas</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, SearchSchemasCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, SearchSchemasCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new SearchSchemasCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link SearchSchemasCommandInput} for command's `input` shape.
19
- * @see {@link SearchSchemasCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var SearchSchemasCommand = /** @class */ (function (_super) {
4
+ import { SearchSchemasRequest, SearchSchemasResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1SearchSchemasCommand, serializeAws_restJson1SearchSchemasCommand, } from "../protocols/Aws_restJson1";
6
+ var SearchSchemasCommand = (function (_super) {
24
7
  __extends(SearchSchemasCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function SearchSchemasCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  SearchSchemasCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var SearchSchemasCommand = /** @class */ (function (_super) {
62
37
  return SearchSchemasCommand;
63
38
  }($Command));
64
39
  export { SearchSchemasCommand };
65
- //# sourceMappingURL=SearchSchemasCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StartDiscovererCommand, serializeAws_restJson1StartDiscovererCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Starts the discoverer</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, StartDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, StartDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new StartDiscovererCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link StartDiscovererCommandInput} for command's `input` shape.
19
- * @see {@link StartDiscovererCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var StartDiscovererCommand = /** @class */ (function (_super) {
4
+ import { StartDiscovererRequest, StartDiscovererResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StartDiscovererCommand, serializeAws_restJson1StartDiscovererCommand, } from "../protocols/Aws_restJson1";
6
+ var StartDiscovererCommand = (function (_super) {
24
7
  __extends(StartDiscovererCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function StartDiscovererCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  StartDiscovererCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var StartDiscovererCommand = /** @class */ (function (_super) {
62
37
  return StartDiscovererCommand;
63
38
  }($Command));
64
39
  export { StartDiscovererCommand };
65
- //# sourceMappingURL=StartDiscovererCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { StopDiscovererRequest, StopDiscovererResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1StopDiscovererCommand, serializeAws_restJson1StopDiscovererCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Stops the discoverer</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, StopDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, StopDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new StopDiscovererCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link StopDiscovererCommandInput} for command's `input` shape.
19
- * @see {@link StopDiscovererCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var StopDiscovererCommand = /** @class */ (function (_super) {
4
+ import { StopDiscovererRequest, StopDiscovererResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1StopDiscovererCommand, serializeAws_restJson1StopDiscovererCommand, } from "../protocols/Aws_restJson1";
6
+ var StopDiscovererCommand = (function (_super) {
24
7
  __extends(StopDiscovererCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function StopDiscovererCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  StopDiscovererCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var StopDiscovererCommand = /** @class */ (function (_super) {
62
37
  return StopDiscovererCommand;
63
38
  }($Command));
64
39
  export { StopDiscovererCommand };
65
- //# sourceMappingURL=StopDiscovererCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { TagResourceRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Add tags to a resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, TagResourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, TagResourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new TagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link TagResourceCommandInput} for command's `input` shape.
19
- * @see {@link TagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var TagResourceCommand = /** @class */ (function (_super) {
4
+ import { TagResourceRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1TagResourceCommand, serializeAws_restJson1TagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var TagResourceCommand = (function (_super) {
24
7
  __extends(TagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function TagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var TagResourceCommand = /** @class */ (function (_super) {
62
37
  return TagResourceCommand;
63
38
  }($Command));
64
39
  export { TagResourceCommand };
65
- //# sourceMappingURL=TagResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UntagResourceRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Removes tags from a resource.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, UntagResourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, UntagResourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new UntagResourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UntagResourceCommandInput} for command's `input` shape.
19
- * @see {@link UntagResourceCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UntagResourceCommand = /** @class */ (function (_super) {
4
+ import { UntagResourceRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1UntagResourceCommand, serializeAws_restJson1UntagResourceCommand, } from "../protocols/Aws_restJson1";
6
+ var UntagResourceCommand = (function (_super) {
24
7
  __extends(UntagResourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UntagResourceCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UntagResourceCommand = /** @class */ (function (_super) {
62
37
  return UntagResourceCommand;
63
38
  }($Command));
64
39
  export { UntagResourceCommand };
65
- //# sourceMappingURL=UntagResourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateDiscovererRequest, UpdateDiscovererResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateDiscovererCommand, serializeAws_restJson1UpdateDiscovererCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates the discoverer</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, UpdateDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, UpdateDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new UpdateDiscovererCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateDiscovererCommandInput} for command's `input` shape.
19
- * @see {@link UpdateDiscovererCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateDiscovererCommand = /** @class */ (function (_super) {
4
+ import { UpdateDiscovererRequest, UpdateDiscovererResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateDiscovererCommand, serializeAws_restJson1UpdateDiscovererCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateDiscovererCommand = (function (_super) {
24
7
  __extends(UpdateDiscovererCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateDiscovererCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateDiscovererCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UpdateDiscovererCommand = /** @class */ (function (_super) {
62
37
  return UpdateDiscovererCommand;
63
38
  }($Command));
64
39
  export { UpdateDiscovererCommand };
65
- //# sourceMappingURL=UpdateDiscovererCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { UpdateRegistryRequest, UpdateRegistryResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1UpdateRegistryCommand, serializeAws_restJson1UpdateRegistryCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Updates a registry.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, UpdateRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, UpdateRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new UpdateRegistryCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link UpdateRegistryCommandInput} for command's `input` shape.
19
- * @see {@link UpdateRegistryCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var UpdateRegistryCommand = /** @class */ (function (_super) {
4
+ import { UpdateRegistryRequest, UpdateRegistryResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1UpdateRegistryCommand, serializeAws_restJson1UpdateRegistryCommand, } from "../protocols/Aws_restJson1";
6
+ var UpdateRegistryCommand = (function (_super) {
24
7
  __extends(UpdateRegistryCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function UpdateRegistryCommand(input) {
28
- var _this =
29
- // Start section: command_constructor
30
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
31
10
  _this.input = input;
32
11
  return _this;
33
- // End section: command_constructor
34
12
  }
35
- /**
36
- * @internal
37
- */
38
13
  UpdateRegistryCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
39
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
40
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -62,4 +37,3 @@ var UpdateRegistryCommand = /** @class */ (function (_super) {
62
37
  return UpdateRegistryCommand;
63
38
  }($Command));
64
39
  export { UpdateRegistryCommand };
65
- //# sourceMappingURL=UpdateRegistryCommand.js.map