schemas-2019-12-02.min.json 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159
  1. {
  2. "metadata": {
  3. "apiVersion": "2019-12-02",
  4. "endpointPrefix": "schemas",
  5. "signingName": "schemas",
  6. "serviceFullName": "Schemas",
  7. "serviceId": "schemas",
  8. "protocol": "rest-json",
  9. "jsonVersion": "1.1",
  10. "uid": "schemas-2019-12-02",
  11. "signatureVersion": "v4"
  12. },
  13. "operations": {
  14. "CreateDiscoverer": {
  15. "http": {
  16. "requestUri": "/v1/discoverers",
  17. "responseCode": 201
  18. },
  19. "input": {
  20. "type": "structure",
  21. "members": {
  22. "Description": {},
  23. "SourceArn": {},
  24. "CrossAccount": {
  25. "type": "boolean"
  26. },
  27. "Tags": {
  28. "shape": "S5",
  29. "locationName": "tags"
  30. }
  31. },
  32. "required": [
  33. "SourceArn"
  34. ]
  35. },
  36. "output": {
  37. "type": "structure",
  38. "members": {
  39. "Description": {},
  40. "DiscovererArn": {},
  41. "DiscovererId": {},
  42. "SourceArn": {},
  43. "State": {},
  44. "CrossAccount": {
  45. "type": "boolean"
  46. },
  47. "Tags": {
  48. "shape": "S5",
  49. "locationName": "tags"
  50. }
  51. }
  52. }
  53. },
  54. "CreateRegistry": {
  55. "http": {
  56. "requestUri": "/v1/registries/name/{registryName}",
  57. "responseCode": 201
  58. },
  59. "input": {
  60. "type": "structure",
  61. "members": {
  62. "Description": {},
  63. "RegistryName": {
  64. "location": "uri",
  65. "locationName": "registryName"
  66. },
  67. "Tags": {
  68. "shape": "S5",
  69. "locationName": "tags"
  70. }
  71. },
  72. "required": [
  73. "RegistryName"
  74. ]
  75. },
  76. "output": {
  77. "type": "structure",
  78. "members": {
  79. "Description": {},
  80. "RegistryArn": {},
  81. "RegistryName": {},
  82. "Tags": {
  83. "shape": "S5",
  84. "locationName": "tags"
  85. }
  86. }
  87. }
  88. },
  89. "CreateSchema": {
  90. "http": {
  91. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
  92. "responseCode": 201
  93. },
  94. "input": {
  95. "type": "structure",
  96. "members": {
  97. "Content": {},
  98. "Description": {},
  99. "RegistryName": {
  100. "location": "uri",
  101. "locationName": "registryName"
  102. },
  103. "SchemaName": {
  104. "location": "uri",
  105. "locationName": "schemaName"
  106. },
  107. "Tags": {
  108. "shape": "S5",
  109. "locationName": "tags"
  110. },
  111. "Type": {}
  112. },
  113. "required": [
  114. "RegistryName",
  115. "SchemaName",
  116. "Type",
  117. "Content"
  118. ]
  119. },
  120. "output": {
  121. "type": "structure",
  122. "members": {
  123. "Description": {},
  124. "LastModified": {
  125. "shape": "Sf"
  126. },
  127. "SchemaArn": {},
  128. "SchemaName": {},
  129. "SchemaVersion": {},
  130. "Tags": {
  131. "shape": "S5",
  132. "locationName": "tags"
  133. },
  134. "Type": {},
  135. "VersionCreatedDate": {
  136. "shape": "Sf"
  137. }
  138. }
  139. }
  140. },
  141. "DeleteDiscoverer": {
  142. "http": {
  143. "method": "DELETE",
  144. "requestUri": "/v1/discoverers/id/{discovererId}",
  145. "responseCode": 204
  146. },
  147. "input": {
  148. "type": "structure",
  149. "members": {
  150. "DiscovererId": {
  151. "location": "uri",
  152. "locationName": "discovererId"
  153. }
  154. },
  155. "required": [
  156. "DiscovererId"
  157. ]
  158. }
  159. },
  160. "DeleteRegistry": {
  161. "http": {
  162. "method": "DELETE",
  163. "requestUri": "/v1/registries/name/{registryName}",
  164. "responseCode": 204
  165. },
  166. "input": {
  167. "type": "structure",
  168. "members": {
  169. "RegistryName": {
  170. "location": "uri",
  171. "locationName": "registryName"
  172. }
  173. },
  174. "required": [
  175. "RegistryName"
  176. ]
  177. }
  178. },
  179. "DeleteResourcePolicy": {
  180. "http": {
  181. "method": "DELETE",
  182. "requestUri": "/v1/policy",
  183. "responseCode": 204
  184. },
  185. "input": {
  186. "type": "structure",
  187. "members": {
  188. "RegistryName": {
  189. "location": "querystring",
  190. "locationName": "registryName"
  191. }
  192. }
  193. }
  194. },
  195. "DeleteSchema": {
  196. "http": {
  197. "method": "DELETE",
  198. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
  199. "responseCode": 204
  200. },
  201. "input": {
  202. "type": "structure",
  203. "members": {
  204. "RegistryName": {
  205. "location": "uri",
  206. "locationName": "registryName"
  207. },
  208. "SchemaName": {
  209. "location": "uri",
  210. "locationName": "schemaName"
  211. }
  212. },
  213. "required": [
  214. "RegistryName",
  215. "SchemaName"
  216. ]
  217. }
  218. },
  219. "DeleteSchemaVersion": {
  220. "http": {
  221. "method": "DELETE",
  222. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/version/{schemaVersion}",
  223. "responseCode": 204
  224. },
  225. "input": {
  226. "type": "structure",
  227. "members": {
  228. "RegistryName": {
  229. "location": "uri",
  230. "locationName": "registryName"
  231. },
  232. "SchemaName": {
  233. "location": "uri",
  234. "locationName": "schemaName"
  235. },
  236. "SchemaVersion": {
  237. "location": "uri",
  238. "locationName": "schemaVersion"
  239. }
  240. },
  241. "required": [
  242. "SchemaVersion",
  243. "RegistryName",
  244. "SchemaName"
  245. ]
  246. }
  247. },
  248. "DescribeCodeBinding": {
  249. "http": {
  250. "method": "GET",
  251. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
  252. "responseCode": 200
  253. },
  254. "input": {
  255. "type": "structure",
  256. "members": {
  257. "Language": {
  258. "location": "uri",
  259. "locationName": "language"
  260. },
  261. "RegistryName": {
  262. "location": "uri",
  263. "locationName": "registryName"
  264. },
  265. "SchemaName": {
  266. "location": "uri",
  267. "locationName": "schemaName"
  268. },
  269. "SchemaVersion": {
  270. "location": "querystring",
  271. "locationName": "schemaVersion"
  272. }
  273. },
  274. "required": [
  275. "RegistryName",
  276. "SchemaName",
  277. "Language"
  278. ]
  279. },
  280. "output": {
  281. "type": "structure",
  282. "members": {
  283. "CreationDate": {
  284. "shape": "Sf"
  285. },
  286. "LastModified": {
  287. "shape": "Sf"
  288. },
  289. "SchemaVersion": {},
  290. "Status": {}
  291. }
  292. }
  293. },
  294. "DescribeDiscoverer": {
  295. "http": {
  296. "method": "GET",
  297. "requestUri": "/v1/discoverers/id/{discovererId}",
  298. "responseCode": 200
  299. },
  300. "input": {
  301. "type": "structure",
  302. "members": {
  303. "DiscovererId": {
  304. "location": "uri",
  305. "locationName": "discovererId"
  306. }
  307. },
  308. "required": [
  309. "DiscovererId"
  310. ]
  311. },
  312. "output": {
  313. "type": "structure",
  314. "members": {
  315. "Description": {},
  316. "DiscovererArn": {},
  317. "DiscovererId": {},
  318. "SourceArn": {},
  319. "State": {},
  320. "CrossAccount": {
  321. "type": "boolean"
  322. },
  323. "Tags": {
  324. "shape": "S5",
  325. "locationName": "tags"
  326. }
  327. }
  328. }
  329. },
  330. "DescribeRegistry": {
  331. "http": {
  332. "method": "GET",
  333. "requestUri": "/v1/registries/name/{registryName}",
  334. "responseCode": 200
  335. },
  336. "input": {
  337. "type": "structure",
  338. "members": {
  339. "RegistryName": {
  340. "location": "uri",
  341. "locationName": "registryName"
  342. }
  343. },
  344. "required": [
  345. "RegistryName"
  346. ]
  347. },
  348. "output": {
  349. "type": "structure",
  350. "members": {
  351. "Description": {},
  352. "RegistryArn": {},
  353. "RegistryName": {},
  354. "Tags": {
  355. "shape": "S5",
  356. "locationName": "tags"
  357. }
  358. }
  359. }
  360. },
  361. "DescribeSchema": {
  362. "http": {
  363. "method": "GET",
  364. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
  365. "responseCode": 200
  366. },
  367. "input": {
  368. "type": "structure",
  369. "members": {
  370. "RegistryName": {
  371. "location": "uri",
  372. "locationName": "registryName"
  373. },
  374. "SchemaName": {
  375. "location": "uri",
  376. "locationName": "schemaName"
  377. },
  378. "SchemaVersion": {
  379. "location": "querystring",
  380. "locationName": "schemaVersion"
  381. }
  382. },
  383. "required": [
  384. "RegistryName",
  385. "SchemaName"
  386. ]
  387. },
  388. "output": {
  389. "type": "structure",
  390. "members": {
  391. "Content": {},
  392. "Description": {},
  393. "LastModified": {
  394. "shape": "Sf"
  395. },
  396. "SchemaArn": {},
  397. "SchemaName": {},
  398. "SchemaVersion": {},
  399. "Tags": {
  400. "shape": "S5",
  401. "locationName": "tags"
  402. },
  403. "Type": {},
  404. "VersionCreatedDate": {
  405. "shape": "Sf"
  406. }
  407. }
  408. }
  409. },
  410. "ExportSchema": {
  411. "http": {
  412. "method": "GET",
  413. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/export",
  414. "responseCode": 200
  415. },
  416. "input": {
  417. "type": "structure",
  418. "members": {
  419. "RegistryName": {
  420. "location": "uri",
  421. "locationName": "registryName"
  422. },
  423. "SchemaName": {
  424. "location": "uri",
  425. "locationName": "schemaName"
  426. },
  427. "SchemaVersion": {
  428. "location": "querystring",
  429. "locationName": "schemaVersion"
  430. },
  431. "Type": {
  432. "location": "querystring",
  433. "locationName": "type"
  434. }
  435. },
  436. "required": [
  437. "RegistryName",
  438. "SchemaName",
  439. "Type"
  440. ]
  441. },
  442. "output": {
  443. "type": "structure",
  444. "members": {
  445. "Content": {},
  446. "SchemaArn": {},
  447. "SchemaName": {},
  448. "SchemaVersion": {},
  449. "Type": {}
  450. }
  451. }
  452. },
  453. "GetCodeBindingSource": {
  454. "http": {
  455. "method": "GET",
  456. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}/source",
  457. "responseCode": 200
  458. },
  459. "input": {
  460. "type": "structure",
  461. "members": {
  462. "Language": {
  463. "location": "uri",
  464. "locationName": "language"
  465. },
  466. "RegistryName": {
  467. "location": "uri",
  468. "locationName": "registryName"
  469. },
  470. "SchemaName": {
  471. "location": "uri",
  472. "locationName": "schemaName"
  473. },
  474. "SchemaVersion": {
  475. "location": "querystring",
  476. "locationName": "schemaVersion"
  477. }
  478. },
  479. "required": [
  480. "RegistryName",
  481. "SchemaName",
  482. "Language"
  483. ]
  484. },
  485. "output": {
  486. "type": "structure",
  487. "members": {
  488. "Body": {
  489. "type": "blob"
  490. }
  491. },
  492. "payload": "Body"
  493. }
  494. },
  495. "GetDiscoveredSchema": {
  496. "http": {
  497. "requestUri": "/v1/discover",
  498. "responseCode": 200
  499. },
  500. "input": {
  501. "type": "structure",
  502. "members": {
  503. "Events": {
  504. "type": "list",
  505. "member": {}
  506. },
  507. "Type": {}
  508. },
  509. "required": [
  510. "Type",
  511. "Events"
  512. ]
  513. },
  514. "output": {
  515. "type": "structure",
  516. "members": {
  517. "Content": {}
  518. }
  519. }
  520. },
  521. "GetResourcePolicy": {
  522. "http": {
  523. "method": "GET",
  524. "requestUri": "/v1/policy",
  525. "responseCode": 200
  526. },
  527. "input": {
  528. "type": "structure",
  529. "members": {
  530. "RegistryName": {
  531. "location": "querystring",
  532. "locationName": "registryName"
  533. }
  534. }
  535. },
  536. "output": {
  537. "type": "structure",
  538. "members": {
  539. "Policy": {
  540. "jsonvalue": true
  541. },
  542. "RevisionId": {}
  543. }
  544. }
  545. },
  546. "ListDiscoverers": {
  547. "http": {
  548. "method": "GET",
  549. "requestUri": "/v1/discoverers",
  550. "responseCode": 200
  551. },
  552. "input": {
  553. "type": "structure",
  554. "members": {
  555. "DiscovererIdPrefix": {
  556. "location": "querystring",
  557. "locationName": "discovererIdPrefix"
  558. },
  559. "Limit": {
  560. "location": "querystring",
  561. "locationName": "limit",
  562. "type": "integer"
  563. },
  564. "NextToken": {
  565. "location": "querystring",
  566. "locationName": "nextToken"
  567. },
  568. "SourceArnPrefix": {
  569. "location": "querystring",
  570. "locationName": "sourceArnPrefix"
  571. }
  572. }
  573. },
  574. "output": {
  575. "type": "structure",
  576. "members": {
  577. "Discoverers": {
  578. "type": "list",
  579. "member": {
  580. "type": "structure",
  581. "members": {
  582. "DiscovererArn": {},
  583. "DiscovererId": {},
  584. "SourceArn": {},
  585. "State": {},
  586. "CrossAccount": {
  587. "type": "boolean"
  588. },
  589. "Tags": {
  590. "shape": "S5",
  591. "locationName": "tags"
  592. }
  593. }
  594. }
  595. },
  596. "NextToken": {}
  597. }
  598. }
  599. },
  600. "ListRegistries": {
  601. "http": {
  602. "method": "GET",
  603. "requestUri": "/v1/registries",
  604. "responseCode": 200
  605. },
  606. "input": {
  607. "type": "structure",
  608. "members": {
  609. "Limit": {
  610. "location": "querystring",
  611. "locationName": "limit",
  612. "type": "integer"
  613. },
  614. "NextToken": {
  615. "location": "querystring",
  616. "locationName": "nextToken"
  617. },
  618. "RegistryNamePrefix": {
  619. "location": "querystring",
  620. "locationName": "registryNamePrefix"
  621. },
  622. "Scope": {
  623. "location": "querystring",
  624. "locationName": "scope"
  625. }
  626. }
  627. },
  628. "output": {
  629. "type": "structure",
  630. "members": {
  631. "NextToken": {},
  632. "Registries": {
  633. "type": "list",
  634. "member": {
  635. "type": "structure",
  636. "members": {
  637. "RegistryArn": {},
  638. "RegistryName": {},
  639. "Tags": {
  640. "shape": "S5",
  641. "locationName": "tags"
  642. }
  643. }
  644. }
  645. }
  646. }
  647. }
  648. },
  649. "ListSchemaVersions": {
  650. "http": {
  651. "method": "GET",
  652. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/versions",
  653. "responseCode": 200
  654. },
  655. "input": {
  656. "type": "structure",
  657. "members": {
  658. "Limit": {
  659. "location": "querystring",
  660. "locationName": "limit",
  661. "type": "integer"
  662. },
  663. "NextToken": {
  664. "location": "querystring",
  665. "locationName": "nextToken"
  666. },
  667. "RegistryName": {
  668. "location": "uri",
  669. "locationName": "registryName"
  670. },
  671. "SchemaName": {
  672. "location": "uri",
  673. "locationName": "schemaName"
  674. }
  675. },
  676. "required": [
  677. "RegistryName",
  678. "SchemaName"
  679. ]
  680. },
  681. "output": {
  682. "type": "structure",
  683. "members": {
  684. "NextToken": {},
  685. "SchemaVersions": {
  686. "type": "list",
  687. "member": {
  688. "type": "structure",
  689. "members": {
  690. "SchemaArn": {},
  691. "SchemaName": {},
  692. "SchemaVersion": {},
  693. "Type": {}
  694. }
  695. }
  696. }
  697. }
  698. }
  699. },
  700. "ListSchemas": {
  701. "http": {
  702. "method": "GET",
  703. "requestUri": "/v1/registries/name/{registryName}/schemas",
  704. "responseCode": 200
  705. },
  706. "input": {
  707. "type": "structure",
  708. "members": {
  709. "Limit": {
  710. "location": "querystring",
  711. "locationName": "limit",
  712. "type": "integer"
  713. },
  714. "NextToken": {
  715. "location": "querystring",
  716. "locationName": "nextToken"
  717. },
  718. "RegistryName": {
  719. "location": "uri",
  720. "locationName": "registryName"
  721. },
  722. "SchemaNamePrefix": {
  723. "location": "querystring",
  724. "locationName": "schemaNamePrefix"
  725. }
  726. },
  727. "required": [
  728. "RegistryName"
  729. ]
  730. },
  731. "output": {
  732. "type": "structure",
  733. "members": {
  734. "NextToken": {},
  735. "Schemas": {
  736. "type": "list",
  737. "member": {
  738. "type": "structure",
  739. "members": {
  740. "LastModified": {
  741. "shape": "Sf"
  742. },
  743. "SchemaArn": {},
  744. "SchemaName": {},
  745. "Tags": {
  746. "shape": "S5",
  747. "locationName": "tags"
  748. },
  749. "VersionCount": {
  750. "type": "long"
  751. }
  752. }
  753. }
  754. }
  755. }
  756. }
  757. },
  758. "ListTagsForResource": {
  759. "http": {
  760. "method": "GET",
  761. "requestUri": "/tags/{resource-arn}",
  762. "responseCode": 200
  763. },
  764. "input": {
  765. "type": "structure",
  766. "members": {
  767. "ResourceArn": {
  768. "location": "uri",
  769. "locationName": "resource-arn"
  770. }
  771. },
  772. "required": [
  773. "ResourceArn"
  774. ]
  775. },
  776. "output": {
  777. "type": "structure",
  778. "members": {
  779. "Tags": {
  780. "shape": "S5",
  781. "locationName": "tags"
  782. }
  783. }
  784. }
  785. },
  786. "PutCodeBinding": {
  787. "http": {
  788. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
  789. "responseCode": 202
  790. },
  791. "input": {
  792. "type": "structure",
  793. "members": {
  794. "Language": {
  795. "location": "uri",
  796. "locationName": "language"
  797. },
  798. "RegistryName": {
  799. "location": "uri",
  800. "locationName": "registryName"
  801. },
  802. "SchemaName": {
  803. "location": "uri",
  804. "locationName": "schemaName"
  805. },
  806. "SchemaVersion": {
  807. "location": "querystring",
  808. "locationName": "schemaVersion"
  809. }
  810. },
  811. "required": [
  812. "RegistryName",
  813. "SchemaName",
  814. "Language"
  815. ]
  816. },
  817. "output": {
  818. "type": "structure",
  819. "members": {
  820. "CreationDate": {
  821. "shape": "Sf"
  822. },
  823. "LastModified": {
  824. "shape": "Sf"
  825. },
  826. "SchemaVersion": {},
  827. "Status": {}
  828. }
  829. }
  830. },
  831. "PutResourcePolicy": {
  832. "http": {
  833. "method": "PUT",
  834. "requestUri": "/v1/policy",
  835. "responseCode": 200
  836. },
  837. "input": {
  838. "type": "structure",
  839. "members": {
  840. "Policy": {
  841. "jsonvalue": true
  842. },
  843. "RegistryName": {
  844. "location": "querystring",
  845. "locationName": "registryName"
  846. },
  847. "RevisionId": {}
  848. },
  849. "required": [
  850. "Policy"
  851. ]
  852. },
  853. "output": {
  854. "type": "structure",
  855. "members": {
  856. "Policy": {
  857. "jsonvalue": true
  858. },
  859. "RevisionId": {}
  860. }
  861. }
  862. },
  863. "SearchSchemas": {
  864. "http": {
  865. "method": "GET",
  866. "requestUri": "/v1/registries/name/{registryName}/schemas/search",
  867. "responseCode": 200
  868. },
  869. "input": {
  870. "type": "structure",
  871. "members": {
  872. "Keywords": {
  873. "location": "querystring",
  874. "locationName": "keywords"
  875. },
  876. "Limit": {
  877. "location": "querystring",
  878. "locationName": "limit",
  879. "type": "integer"
  880. },
  881. "NextToken": {
  882. "location": "querystring",
  883. "locationName": "nextToken"
  884. },
  885. "RegistryName": {
  886. "location": "uri",
  887. "locationName": "registryName"
  888. }
  889. },
  890. "required": [
  891. "RegistryName",
  892. "Keywords"
  893. ]
  894. },
  895. "output": {
  896. "type": "structure",
  897. "members": {
  898. "NextToken": {},
  899. "Schemas": {
  900. "type": "list",
  901. "member": {
  902. "type": "structure",
  903. "members": {
  904. "RegistryName": {},
  905. "SchemaArn": {},
  906. "SchemaName": {},
  907. "SchemaVersions": {
  908. "type": "list",
  909. "member": {
  910. "type": "structure",
  911. "members": {
  912. "CreatedDate": {
  913. "shape": "Sf"
  914. },
  915. "SchemaVersion": {},
  916. "Type": {}
  917. }
  918. }
  919. }
  920. }
  921. }
  922. }
  923. }
  924. }
  925. },
  926. "StartDiscoverer": {
  927. "http": {
  928. "requestUri": "/v1/discoverers/id/{discovererId}/start",
  929. "responseCode": 200
  930. },
  931. "input": {
  932. "type": "structure",
  933. "members": {
  934. "DiscovererId": {
  935. "location": "uri",
  936. "locationName": "discovererId"
  937. }
  938. },
  939. "required": [
  940. "DiscovererId"
  941. ]
  942. },
  943. "output": {
  944. "type": "structure",
  945. "members": {
  946. "DiscovererId": {},
  947. "State": {}
  948. }
  949. }
  950. },
  951. "StopDiscoverer": {
  952. "http": {
  953. "requestUri": "/v1/discoverers/id/{discovererId}/stop",
  954. "responseCode": 200
  955. },
  956. "input": {
  957. "type": "structure",
  958. "members": {
  959. "DiscovererId": {
  960. "location": "uri",
  961. "locationName": "discovererId"
  962. }
  963. },
  964. "required": [
  965. "DiscovererId"
  966. ]
  967. },
  968. "output": {
  969. "type": "structure",
  970. "members": {
  971. "DiscovererId": {},
  972. "State": {}
  973. }
  974. }
  975. },
  976. "TagResource": {
  977. "http": {
  978. "requestUri": "/tags/{resource-arn}",
  979. "responseCode": 204
  980. },
  981. "input": {
  982. "type": "structure",
  983. "members": {
  984. "ResourceArn": {
  985. "location": "uri",
  986. "locationName": "resource-arn"
  987. },
  988. "Tags": {
  989. "shape": "S5",
  990. "locationName": "tags"
  991. }
  992. },
  993. "required": [
  994. "ResourceArn",
  995. "Tags"
  996. ]
  997. }
  998. },
  999. "UntagResource": {
  1000. "http": {
  1001. "method": "DELETE",
  1002. "requestUri": "/tags/{resource-arn}",
  1003. "responseCode": 204
  1004. },
  1005. "input": {
  1006. "type": "structure",
  1007. "members": {
  1008. "ResourceArn": {
  1009. "location": "uri",
  1010. "locationName": "resource-arn"
  1011. },
  1012. "TagKeys": {
  1013. "location": "querystring",
  1014. "locationName": "tagKeys",
  1015. "type": "list",
  1016. "member": {}
  1017. }
  1018. },
  1019. "required": [
  1020. "TagKeys",
  1021. "ResourceArn"
  1022. ]
  1023. }
  1024. },
  1025. "UpdateDiscoverer": {
  1026. "http": {
  1027. "method": "PUT",
  1028. "requestUri": "/v1/discoverers/id/{discovererId}",
  1029. "responseCode": 200
  1030. },
  1031. "input": {
  1032. "type": "structure",
  1033. "members": {
  1034. "Description": {},
  1035. "DiscovererId": {
  1036. "location": "uri",
  1037. "locationName": "discovererId"
  1038. },
  1039. "CrossAccount": {
  1040. "type": "boolean"
  1041. }
  1042. },
  1043. "required": [
  1044. "DiscovererId"
  1045. ]
  1046. },
  1047. "output": {
  1048. "type": "structure",
  1049. "members": {
  1050. "Description": {},
  1051. "DiscovererArn": {},
  1052. "DiscovererId": {},
  1053. "SourceArn": {},
  1054. "State": {},
  1055. "CrossAccount": {
  1056. "type": "boolean"
  1057. },
  1058. "Tags": {
  1059. "shape": "S5",
  1060. "locationName": "tags"
  1061. }
  1062. }
  1063. }
  1064. },
  1065. "UpdateRegistry": {
  1066. "http": {
  1067. "method": "PUT",
  1068. "requestUri": "/v1/registries/name/{registryName}",
  1069. "responseCode": 200
  1070. },
  1071. "input": {
  1072. "type": "structure",
  1073. "members": {
  1074. "Description": {},
  1075. "RegistryName": {
  1076. "location": "uri",
  1077. "locationName": "registryName"
  1078. }
  1079. },
  1080. "required": [
  1081. "RegistryName"
  1082. ]
  1083. },
  1084. "output": {
  1085. "type": "structure",
  1086. "members": {
  1087. "Description": {},
  1088. "RegistryArn": {},
  1089. "RegistryName": {},
  1090. "Tags": {
  1091. "shape": "S5",
  1092. "locationName": "tags"
  1093. }
  1094. }
  1095. }
  1096. },
  1097. "UpdateSchema": {
  1098. "http": {
  1099. "method": "PUT",
  1100. "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
  1101. "responseCode": 200
  1102. },
  1103. "input": {
  1104. "type": "structure",
  1105. "members": {
  1106. "ClientTokenId": {
  1107. "idempotencyToken": true
  1108. },
  1109. "Content": {},
  1110. "Description": {},
  1111. "RegistryName": {
  1112. "location": "uri",
  1113. "locationName": "registryName"
  1114. },
  1115. "SchemaName": {
  1116. "location": "uri",
  1117. "locationName": "schemaName"
  1118. },
  1119. "Type": {}
  1120. },
  1121. "required": [
  1122. "RegistryName",
  1123. "SchemaName"
  1124. ]
  1125. },
  1126. "output": {
  1127. "type": "structure",
  1128. "members": {
  1129. "Description": {},
  1130. "LastModified": {
  1131. "shape": "Sf"
  1132. },
  1133. "SchemaArn": {},
  1134. "SchemaName": {},
  1135. "SchemaVersion": {},
  1136. "Tags": {
  1137. "shape": "S5",
  1138. "locationName": "tags"
  1139. },
  1140. "Type": {},
  1141. "VersionCreatedDate": {
  1142. "shape": "Sf"
  1143. }
  1144. }
  1145. }
  1146. }
  1147. },
  1148. "shapes": {
  1149. "S5": {
  1150. "type": "map",
  1151. "key": {},
  1152. "value": {}
  1153. },
  1154. "Sf": {
  1155. "type": "timestamp",
  1156. "timestampFormat": "iso8601"
  1157. }
  1158. }
  1159. }