@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 { DeleteRegistryRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteRegistryCommand, serializeAws_restJson1DeleteRegistryCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Deletes 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, DeleteRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DeleteRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DeleteRegistryCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteRegistryCommandInput} for command's `input` shape.
19
- * @see {@link DeleteRegistryCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteRegistryCommand = /** @class */ (function (_super) {
4
+ import { DeleteRegistryRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteRegistryCommand, serializeAws_restJson1DeleteRegistryCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteRegistryCommand = (function (_super) {
24
7
  __extends(DeleteRegistryCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteRegistryCommand(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
  DeleteRegistryCommand.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 DeleteRegistryCommand = /** @class */ (function (_super) {
62
37
  return DeleteRegistryCommand;
63
38
  }($Command));
64
39
  export { DeleteRegistryCommand };
65
- //# sourceMappingURL=DeleteRegistryCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteResourcePolicyRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteResourcePolicyCommand, serializeAws_restJson1DeleteResourcePolicyCommand, } 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>Delete the resource-based policy attached to the specified 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, DeleteResourcePolicyCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DeleteResourcePolicyCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteResourcePolicyCommandInput} for command's `input` shape.
19
- * @see {@link DeleteResourcePolicyCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteResourcePolicyCommand = /** @class */ (function (_super) {
4
+ import { DeleteResourcePolicyRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteResourcePolicyCommand, serializeAws_restJson1DeleteResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteResourcePolicyCommand = (function (_super) {
24
7
  __extends(DeleteResourcePolicyCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteResourcePolicyCommand(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
  DeleteResourcePolicyCommand.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 DeleteResourcePolicyCommand = /** @class */ (function (_super) {
62
37
  return DeleteResourcePolicyCommand;
63
38
  }($Command));
64
39
  export { DeleteResourcePolicyCommand };
65
- //# sourceMappingURL=DeleteResourcePolicyCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteSchemaRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteSchemaCommand, serializeAws_restJson1DeleteSchemaCommand, } 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>Delete a schema definition.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, DeleteSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DeleteSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DeleteSchemaCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteSchemaCommandInput} for command's `input` shape.
19
- * @see {@link DeleteSchemaCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteSchemaCommand = /** @class */ (function (_super) {
4
+ import { DeleteSchemaRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteSchemaCommand, serializeAws_restJson1DeleteSchemaCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteSchemaCommand = (function (_super) {
24
7
  __extends(DeleteSchemaCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteSchemaCommand(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
  DeleteSchemaCommand.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 DeleteSchemaCommand = /** @class */ (function (_super) {
62
37
  return DeleteSchemaCommand;
63
38
  }($Command));
64
39
  export { DeleteSchemaCommand };
65
- //# sourceMappingURL=DeleteSchemaCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DeleteSchemaVersionRequest } from "../models/models_0";
3
- import { deserializeAws_restJson1DeleteSchemaVersionCommand, serializeAws_restJson1DeleteSchemaVersionCommand, } 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>Delete the schema version definition</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, DeleteSchemaVersionCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DeleteSchemaVersionCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DeleteSchemaVersionCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DeleteSchemaVersionCommandInput} for command's `input` shape.
19
- * @see {@link DeleteSchemaVersionCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DeleteSchemaVersionCommand = /** @class */ (function (_super) {
4
+ import { DeleteSchemaVersionRequest } from "../models/models_0";
5
+ import { deserializeAws_restJson1DeleteSchemaVersionCommand, serializeAws_restJson1DeleteSchemaVersionCommand, } from "../protocols/Aws_restJson1";
6
+ var DeleteSchemaVersionCommand = (function (_super) {
24
7
  __extends(DeleteSchemaVersionCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DeleteSchemaVersionCommand(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
  DeleteSchemaVersionCommand.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 DeleteSchemaVersionCommand = /** @class */ (function (_super) {
62
37
  return DeleteSchemaVersionCommand;
63
38
  }($Command));
64
39
  export { DeleteSchemaVersionCommand };
65
- //# sourceMappingURL=DeleteSchemaVersionCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeCodeBindingCommand, serializeAws_restJson1DescribeCodeBindingCommand, } 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>Describe the 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, DescribeCodeBindingCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DescribeCodeBindingCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DescribeCodeBindingCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeCodeBindingCommandInput} for command's `input` shape.
19
- * @see {@link DescribeCodeBindingCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeCodeBindingCommand = /** @class */ (function (_super) {
4
+ import { DescribeCodeBindingRequest, DescribeCodeBindingResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeCodeBindingCommand, serializeAws_restJson1DescribeCodeBindingCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeCodeBindingCommand = (function (_super) {
24
7
  __extends(DescribeCodeBindingCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeCodeBindingCommand(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
  DescribeCodeBindingCommand.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 DescribeCodeBindingCommand = /** @class */ (function (_super) {
62
37
  return DescribeCodeBindingCommand;
63
38
  }($Command));
64
39
  export { DescribeCodeBindingCommand };
65
- //# sourceMappingURL=DescribeCodeBindingCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeDiscovererCommand, serializeAws_restJson1DescribeDiscovererCommand, } 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>Describes 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, DescribeDiscovererCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DescribeDiscovererCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DescribeDiscovererCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeDiscovererCommandInput} for command's `input` shape.
19
- * @see {@link DescribeDiscovererCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeDiscovererCommand = /** @class */ (function (_super) {
4
+ import { DescribeDiscovererRequest, DescribeDiscovererResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeDiscovererCommand, serializeAws_restJson1DescribeDiscovererCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeDiscovererCommand = (function (_super) {
24
7
  __extends(DescribeDiscovererCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeDiscovererCommand(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
  DescribeDiscovererCommand.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 DescribeDiscovererCommand = /** @class */ (function (_super) {
62
37
  return DescribeDiscovererCommand;
63
38
  }($Command));
64
39
  export { DescribeDiscovererCommand };
65
- //# sourceMappingURL=DescribeDiscovererCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeRegistryCommand, serializeAws_restJson1DescribeRegistryCommand, } 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>Describes the 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, DescribeRegistryCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DescribeRegistryCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DescribeRegistryCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeRegistryCommandInput} for command's `input` shape.
19
- * @see {@link DescribeRegistryCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeRegistryCommand = /** @class */ (function (_super) {
4
+ import { DescribeRegistryRequest, DescribeRegistryResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeRegistryCommand, serializeAws_restJson1DescribeRegistryCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeRegistryCommand = (function (_super) {
24
7
  __extends(DescribeRegistryCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeRegistryCommand(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
  DescribeRegistryCommand.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 DescribeRegistryCommand = /** @class */ (function (_super) {
62
37
  return DescribeRegistryCommand;
63
38
  }($Command));
64
39
  export { DescribeRegistryCommand };
65
- //# sourceMappingURL=DescribeRegistryCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1DescribeSchemaCommand, serializeAws_restJson1DescribeSchemaCommand, } 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>Retrieve the schema definition.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, DescribeSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, DescribeSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new DescribeSchemaCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link DescribeSchemaCommandInput} for command's `input` shape.
19
- * @see {@link DescribeSchemaCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var DescribeSchemaCommand = /** @class */ (function (_super) {
4
+ import { DescribeSchemaRequest, DescribeSchemaResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1DescribeSchemaCommand, serializeAws_restJson1DescribeSchemaCommand, } from "../protocols/Aws_restJson1";
6
+ var DescribeSchemaCommand = (function (_super) {
24
7
  __extends(DescribeSchemaCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function DescribeSchemaCommand(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
  DescribeSchemaCommand.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 DescribeSchemaCommand = /** @class */ (function (_super) {
62
37
  return DescribeSchemaCommand;
63
38
  }($Command));
64
39
  export { DescribeSchemaCommand };
65
- //# sourceMappingURL=DescribeSchemaCommand.js.map
@@ -1,23 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ExportSchemaCommand, serializeAws_restJson1ExportSchemaCommand, } 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
- var ExportSchemaCommand = /** @class */ (function (_super) {
4
+ import { ExportSchemaRequest, ExportSchemaResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ExportSchemaCommand, serializeAws_restJson1ExportSchemaCommand, } from "../protocols/Aws_restJson1";
6
+ var ExportSchemaCommand = (function (_super) {
7
7
  __extends(ExportSchemaCommand, _super);
8
- // Start section: command_properties
9
- // End section: command_properties
10
8
  function ExportSchemaCommand(input) {
11
- var _this =
12
- // Start section: command_constructor
13
- _super.call(this) || this;
9
+ var _this = _super.call(this) || this;
14
10
  _this.input = input;
15
11
  return _this;
16
- // End section: command_constructor
17
12
  }
18
- /**
19
- * @internal
20
- */
21
13
  ExportSchemaCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
22
14
  this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
23
15
  var stack = clientStack.concat(this.middlewareStack);
@@ -45,4 +37,3 @@ var ExportSchemaCommand = /** @class */ (function (_super) {
45
37
  return ExportSchemaCommand;
46
38
  }($Command));
47
39
  export { ExportSchemaCommand };
48
- //# sourceMappingURL=ExportSchemaCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetCodeBindingSourceRequest, GetCodeBindingSourceResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetCodeBindingSourceCommand, serializeAws_restJson1GetCodeBindingSourceCommand, } 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 the code binding source 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, GetCodeBindingSourceCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, GetCodeBindingSourceCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new GetCodeBindingSourceCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetCodeBindingSourceCommandInput} for command's `input` shape.
19
- * @see {@link GetCodeBindingSourceCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetCodeBindingSourceCommand = /** @class */ (function (_super) {
4
+ import { GetCodeBindingSourceRequest, GetCodeBindingSourceResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetCodeBindingSourceCommand, serializeAws_restJson1GetCodeBindingSourceCommand, } from "../protocols/Aws_restJson1";
6
+ var GetCodeBindingSourceCommand = (function (_super) {
24
7
  __extends(GetCodeBindingSourceCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetCodeBindingSourceCommand(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
  GetCodeBindingSourceCommand.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 GetCodeBindingSourceCommand = /** @class */ (function (_super) {
62
37
  return GetCodeBindingSourceCommand;
63
38
  }($Command));
64
39
  export { GetCodeBindingSourceCommand };
65
- //# sourceMappingURL=GetCodeBindingSourceCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetDiscoveredSchemaRequest, GetDiscoveredSchemaResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetDiscoveredSchemaCommand, serializeAws_restJson1GetDiscoveredSchemaCommand, } 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 the discovered schema that was generated based on sampled events.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, GetDiscoveredSchemaCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, GetDiscoveredSchemaCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new GetDiscoveredSchemaCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetDiscoveredSchemaCommandInput} for command's `input` shape.
19
- * @see {@link GetDiscoveredSchemaCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetDiscoveredSchemaCommand = /** @class */ (function (_super) {
4
+ import { GetDiscoveredSchemaRequest, GetDiscoveredSchemaResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetDiscoveredSchemaCommand, serializeAws_restJson1GetDiscoveredSchemaCommand, } from "../protocols/Aws_restJson1";
6
+ var GetDiscoveredSchemaCommand = (function (_super) {
24
7
  __extends(GetDiscoveredSchemaCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetDiscoveredSchemaCommand(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
  GetDiscoveredSchemaCommand.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 GetDiscoveredSchemaCommand = /** @class */ (function (_super) {
62
37
  return GetDiscoveredSchemaCommand;
63
38
  }($Command));
64
39
  export { GetDiscoveredSchemaCommand };
65
- //# sourceMappingURL=GetDiscoveredSchemaCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1GetResourcePolicyCommand, serializeAws_restJson1GetResourcePolicyCommand, } from "../protocols/Aws_restJson1";
4
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
5
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
6
- /**
7
- * <p>Retrieves the resource-based policy attached to a given 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, GetResourcePolicyCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, GetResourcePolicyCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new GetResourcePolicyCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link GetResourcePolicyCommandInput} for command's `input` shape.
19
- * @see {@link GetResourcePolicyCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var GetResourcePolicyCommand = /** @class */ (function (_super) {
4
+ import { GetResourcePolicyRequest, GetResourcePolicyResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1GetResourcePolicyCommand, serializeAws_restJson1GetResourcePolicyCommand, } from "../protocols/Aws_restJson1";
6
+ var GetResourcePolicyCommand = (function (_super) {
24
7
  __extends(GetResourcePolicyCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function GetResourcePolicyCommand(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
  GetResourcePolicyCommand.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 GetResourcePolicyCommand = /** @class */ (function (_super) {
62
37
  return GetResourcePolicyCommand;
63
38
  }($Command));
64
39
  export { GetResourcePolicyCommand };
65
- //# sourceMappingURL=GetResourcePolicyCommand.js.map
@@ -1,40 +1,15 @@
1
1
  import { __extends } from "tslib";
2
- import { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0";
3
- import { deserializeAws_restJson1ListDiscoverersCommand, serializeAws_restJson1ListDiscoverersCommand, } 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 discoverers.</p>
8
- * @example
9
- * Use a bare-bones client and the command you need to make an API call.
10
- * ```javascript
11
- * import { SchemasClient, ListDiscoverersCommand } from "@aws-sdk/client-schemas"; // ES Modules import
12
- * // const { SchemasClient, ListDiscoverersCommand } = require("@aws-sdk/client-schemas"); // CommonJS import
13
- * const client = new SchemasClient(config);
14
- * const command = new ListDiscoverersCommand(input);
15
- * const response = await client.send(command);
16
- * ```
17
- *
18
- * @see {@link ListDiscoverersCommandInput} for command's `input` shape.
19
- * @see {@link ListDiscoverersCommandOutput} for command's `response` shape.
20
- * @see {@link SchemasClientResolvedConfig | config} for command's `input` shape.
21
- *
22
- */
23
- var ListDiscoverersCommand = /** @class */ (function (_super) {
4
+ import { ListDiscoverersRequest, ListDiscoverersResponse } from "../models/models_0";
5
+ import { deserializeAws_restJson1ListDiscoverersCommand, serializeAws_restJson1ListDiscoverersCommand, } from "../protocols/Aws_restJson1";
6
+ var ListDiscoverersCommand = (function (_super) {
24
7
  __extends(ListDiscoverersCommand, _super);
25
- // Start section: command_properties
26
- // End section: command_properties
27
8
  function ListDiscoverersCommand(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
  ListDiscoverersCommand.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 ListDiscoverersCommand = /** @class */ (function (_super) {
62
37
  return ListDiscoverersCommand;
63
38
  }($Command));
64
39
  export { ListDiscoverersCommand };
65
- //# sourceMappingURL=ListDiscoverersCommand.js.map