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      "name": "CreateDiscoverer",
16      "http": {
17        "method": "POST",
18        "requestUri": "/v1/discoverers",
19        "responseCode": 201
20      },
21      "input": {
22        "shape": "CreateDiscovererRequest"
23      },
24      "output": {
25        "shape": "CreateDiscovererResponse",
26        "documentation": "<p>201 response</p>"
27      },
28      "errors": [
29        {
30          "shape": "BadRequestException",
31          "documentation": "<p>400 response</p>"
32        },
33        {
34          "shape": "InternalServerErrorException",
35          "documentation": "<p>500 response</p>"
36        },
37        {
38          "shape": "UnauthorizedException",
39          "documentation": "<p>401 response</p>"
40        },
41        {
42          "shape": "ForbiddenException",
43          "documentation": "<p>403 response</p>"
44        },
45        {
46          "shape": "ServiceUnavailableException",
47          "documentation": "<p>503 response</p>"
48        },
49        {
50          "shape": "ConflictException",
51          "documentation": "<p>409 response</p>"
52        }
53      ],
54      "documentation": "<p>Creates a discoverer.</p>"
55    },
56    "CreateRegistry": {
57      "name": "CreateRegistry",
58      "http": {
59        "method": "POST",
60        "requestUri": "/v1/registries/name/{registryName}",
61        "responseCode": 201
62      },
63      "input": {
64        "shape": "CreateRegistryRequest"
65      },
66      "output": {
67        "shape": "CreateRegistryResponse",
68        "documentation": "<p>201 response</p>"
69      },
70      "errors": [
71        {
72          "shape": "BadRequestException",
73          "documentation": "<p>400 response</p>"
74        },
75        {
76          "shape": "InternalServerErrorException",
77          "documentation": "<p>500 response</p>"
78        },
79        {
80          "shape": "UnauthorizedException",
81          "documentation": "<p>401 response</p>"
82        },
83        {
84          "shape": "ForbiddenException",
85          "documentation": "<p>403 response</p>"
86        },
87        {
88          "shape": "ServiceUnavailableException",
89          "documentation": "<p>503 response</p>"
90        },
91        {
92          "shape": "ConflictException",
93          "documentation": "<p>409 response</p>"
94        }
95      ],
96      "documentation": "<p>Creates a registry.</p>"
97    },
98    "CreateSchema": {
99      "name": "CreateSchema",
100      "http": {
101        "method": "POST",
102        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
103        "responseCode": 201
104      },
105      "input": {
106        "shape": "CreateSchemaRequest"
107      },
108      "output": {
109        "shape": "CreateSchemaResponse",
110        "documentation": "<p>201 response</p>"
111      },
112      "errors": [
113        {
114          "shape": "ServiceUnavailableException",
115          "documentation": "<p>503 response</p>"
116        },
117        {
118          "shape": "BadRequestException",
119          "documentation": "<p>400 response</p>"
120        },
121        {
122          "shape": "InternalServerErrorException",
123          "documentation": "<p>500 response</p>"
124        },
125        {
126          "shape": "ForbiddenException",
127          "documentation": "<p>403 response</p>"
128        }
129      ],
130      "documentation": "<p>Creates a schema definition.</p> <note><p>Inactive schemas will be deleted after two years.</p></note>"
131    },
132    "DeleteDiscoverer": {
133      "name": "DeleteDiscoverer",
134      "http": {
135        "method": "DELETE",
136        "requestUri": "/v1/discoverers/id/{discovererId}",
137        "responseCode": 204
138      },
139      "input": {
140        "shape": "DeleteDiscovererRequest"
141      },
142      "errors": [
143        {
144          "shape": "BadRequestException",
145          "documentation": "<p>400 response</p>"
146        },
147        {
148          "shape": "UnauthorizedException",
149          "documentation": "<p>401 response</p>"
150        },
151        {
152          "shape": "InternalServerErrorException",
153          "documentation": "<p>500 response</p>"
154        },
155        {
156          "shape": "ForbiddenException",
157          "documentation": "<p>403 response</p>"
158        },
159        {
160          "shape": "NotFoundException",
161          "documentation": "<p>404 response</p>"
162        },
163        {
164          "shape": "ServiceUnavailableException",
165          "documentation": "<p>503 response</p>"
166        }
167      ],
168      "documentation": "<p>Deletes a discoverer.</p>"
169    },
170    "DeleteRegistry": {
171      "name": "DeleteRegistry",
172      "http": {
173        "method": "DELETE",
174        "requestUri": "/v1/registries/name/{registryName}",
175        "responseCode": 204
176      },
177      "input": {
178        "shape": "DeleteRegistryRequest"
179      },
180      "errors": [
181        {
182          "shape": "BadRequestException",
183          "documentation": "<p>400 response</p>"
184        },
185        {
186          "shape": "UnauthorizedException",
187          "documentation": "<p>401 response</p>"
188        },
189        {
190          "shape": "InternalServerErrorException",
191          "documentation": "<p>500 response</p>"
192        },
193        {
194          "shape": "ForbiddenException",
195          "documentation": "<p>403 response</p>"
196        },
197        {
198          "shape": "NotFoundException",
199          "documentation": "<p>404 response</p>"
200        },
201        {
202          "shape": "ServiceUnavailableException",
203          "documentation": "<p>503 response</p>"
204        }
205      ],
206      "documentation": "<p>Deletes a Registry.</p>"
207    },
208    "DeleteResourcePolicy": {
209      "name": "DeleteResourcePolicy",
210      "http": {
211        "method": "DELETE",
212        "requestUri": "/v1/policy",
213        "responseCode": 204
214      },
215      "input": {
216        "shape": "DeleteResourcePolicyRequest"
217      },
218      "errors": [
219        {
220          "shape": "BadRequestException",
221          "documentation": "<p>400 response</p>"
222        },
223        {
224          "shape": "UnauthorizedException",
225          "documentation": "<p>401 response</p>"
226        },
227        {
228          "shape": "InternalServerErrorException",
229          "documentation": "<p>500 response</p>"
230        },
231        {
232          "shape": "ForbiddenException",
233          "documentation": "<p>403 response</p>"
234        },
235        {
236          "shape": "NotFoundException",
237          "documentation": "<p>404 response</p>"
238        },
239        {
240          "shape": "ServiceUnavailableException",
241          "documentation": "<p>503 response</p>"
242        }
243      ],
244      "documentation": "<p>Delete the resource-based policy attached to the specified registry.</p>"
245    },
246    "DeleteSchema": {
247      "name": "DeleteSchema",
248      "http": {
249        "method": "DELETE",
250        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
251        "responseCode": 204
252      },
253      "input": {
254        "shape": "DeleteSchemaRequest"
255      },
256      "errors": [
257        {
258          "shape": "BadRequestException",
259          "documentation": "<p>400 response</p>"
260        },
261        {
262          "shape": "UnauthorizedException",
263          "documentation": "<p>401 response</p>"
264        },
265        {
266          "shape": "InternalServerErrorException",
267          "documentation": "<p>500 response</p>"
268        },
269        {
270          "shape": "ForbiddenException",
271          "documentation": "<p>403 response</p>"
272        },
273        {
274          "shape": "NotFoundException",
275          "documentation": "<p>404 response</p>"
276        },
277        {
278          "shape": "ServiceUnavailableException",
279          "documentation": "<p>503 response</p>"
280        }
281      ],
282      "documentation": "<p>Delete a schema definition.</p>"
283    },
284    "DeleteSchemaVersion": {
285      "name": "DeleteSchemaVersion",
286      "http": {
287        "method": "DELETE",
288        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/version/{schemaVersion}",
289        "responseCode": 204
290      },
291      "input": {
292        "shape": "DeleteSchemaVersionRequest"
293      },
294      "errors": [
295        {
296          "shape": "BadRequestException",
297          "documentation": "<p>400 response</p>"
298        },
299        {
300          "shape": "UnauthorizedException",
301          "documentation": "<p>401 response</p>"
302        },
303        {
304          "shape": "InternalServerErrorException",
305          "documentation": "<p>500 response</p>"
306        },
307        {
308          "shape": "ForbiddenException",
309          "documentation": "<p>403 response</p>"
310        },
311        {
312          "shape": "NotFoundException",
313          "documentation": "<p>404 response</p>"
314        },
315        {
316          "shape": "ServiceUnavailableException",
317          "documentation": "<p>503 response</p>"
318        }
319      ],
320      "documentation": "<p>Delete the schema version definition</p>"
321    },
322    "DescribeCodeBinding": {
323      "name": "DescribeCodeBinding",
324      "http": {
325        "method": "GET",
326        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
327        "responseCode": 200
328      },
329      "input": {
330        "shape": "DescribeCodeBindingRequest"
331      },
332      "output": {
333        "shape": "DescribeCodeBindingResponse",
334        "documentation": "<p>200 response</p>"
335      },
336      "errors": [
337        {
338          "shape": "BadRequestException",
339          "documentation": "<p>400 response</p>"
340        },
341        {
342          "shape": "UnauthorizedException",
343          "documentation": "<p>401 response</p>"
344        },
345        {
346          "shape": "InternalServerErrorException",
347          "documentation": "<p>500 response</p>"
348        },
349        {
350          "shape": "ForbiddenException",
351          "documentation": "<p>403 response</p>"
352        },
353        {
354          "shape": "NotFoundException",
355          "documentation": "<p>404 response</p>"
356        },
357        {
358          "shape": "TooManyRequestsException",
359          "documentation": "<p>429 response</p>"
360        }
361      ],
362      "documentation": "<p>Describe the code binding URI.</p>"
363    },
364    "DescribeDiscoverer": {
365      "name": "DescribeDiscoverer",
366      "http": {
367        "method": "GET",
368        "requestUri": "/v1/discoverers/id/{discovererId}",
369        "responseCode": 200
370      },
371      "input": {
372        "shape": "DescribeDiscovererRequest"
373      },
374      "output": {
375        "shape": "DescribeDiscovererResponse",
376        "documentation": "<p>200 response</p>"
377      },
378      "errors": [
379        {
380          "shape": "BadRequestException",
381          "documentation": "<p>400 response</p>"
382        },
383        {
384          "shape": "UnauthorizedException",
385          "documentation": "<p>401 response</p>"
386        },
387        {
388          "shape": "InternalServerErrorException",
389          "documentation": "<p>500 response</p>"
390        },
391        {
392          "shape": "ForbiddenException",
393          "documentation": "<p>403 response</p>"
394        },
395        {
396          "shape": "NotFoundException",
397          "documentation": "<p>404 response</p>"
398        },
399        {
400          "shape": "ServiceUnavailableException",
401          "documentation": "<p>503 response</p>"
402        }
403      ],
404      "documentation": "<p>Describes the discoverer.</p>"
405    },
406    "DescribeRegistry": {
407      "name": "DescribeRegistry",
408      "http": {
409        "method": "GET",
410        "requestUri": "/v1/registries/name/{registryName}",
411        "responseCode": 200
412      },
413      "input": {
414        "shape": "DescribeRegistryRequest"
415      },
416      "output": {
417        "shape": "DescribeRegistryResponse",
418        "documentation": "<p>200 response</p>"
419      },
420      "errors": [
421        {
422          "shape": "BadRequestException",
423          "documentation": "<p>400 response</p>"
424        },
425        {
426          "shape": "UnauthorizedException",
427          "documentation": "<p>401 response</p>"
428        },
429        {
430          "shape": "InternalServerErrorException",
431          "documentation": "<p>500 response</p>"
432        },
433        {
434          "shape": "ForbiddenException",
435          "documentation": "<p>403 response</p>"
436        },
437        {
438          "shape": "NotFoundException",
439          "documentation": "<p>404 response</p>"
440        },
441        {
442          "shape": "ServiceUnavailableException",
443          "documentation": "<p>503 response</p>"
444        }
445      ],
446      "documentation": "<p>Describes the registry.</p>"
447    },
448    "DescribeSchema": {
449      "name": "DescribeSchema",
450      "http": {
451        "method": "GET",
452        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
453        "responseCode": 200
454      },
455      "input": {
456        "shape": "DescribeSchemaRequest"
457      },
458      "output": {
459        "shape": "DescribeSchemaResponse",
460        "documentation": "<p>200 response</p>"
461      },
462      "errors": [
463        {
464          "shape": "BadRequestException",
465          "documentation": "<p>400 response</p>"
466        },
467        {
468          "shape": "UnauthorizedException",
469          "documentation": "<p>401 response</p>"
470        },
471        {
472          "shape": "InternalServerErrorException",
473          "documentation": "<p>500 response</p>"
474        },
475        {
476          "shape": "ForbiddenException",
477          "documentation": "<p>403 response</p>"
478        },
479        {
480          "shape": "NotFoundException",
481          "documentation": "<p>404 response</p>"
482        },
483        {
484          "shape": "ServiceUnavailableException",
485          "documentation": "<p>503 response</p>"
486        }
487      ],
488      "documentation": "<p>Retrieve the schema definition.</p>"
489    },
490    "ExportSchema": {
491      "name": "ExportSchema",
492      "http": {
493        "method": "GET",
494        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/export",
495        "responseCode": 200
496      },
497      "input": {
498        "shape": "ExportSchemaRequest"
499      },
500      "output": {
501        "shape": "ExportSchemaResponse",
502        "documentation": "<p>200 response</p>"
503      },
504      "errors": [
505        {
506          "shape": "BadRequestException",
507          "documentation": "<p>400 response</p>"
508        },
509        {
510          "shape": "UnauthorizedException",
511          "documentation": "<p>401 response</p>"
512        },
513        {
514          "shape": "InternalServerErrorException",
515          "documentation": "<p>500 response</p>"
516        },
517        {
518          "shape": "ForbiddenException",
519          "documentation": "<p>403 response</p>"
520        },
521        {
522          "shape": "NotFoundException",
523          "documentation": "<p>404 response</p>"
524        },
525        {
526          "shape": "ServiceUnavailableException",
527          "documentation": "<p>503 response</p>"
528        },
529        {
530          "shape": "TooManyRequestsException",
531          "documentation": "<p>429 response</p>"
532        }
533      ]
534    },
535    "GetCodeBindingSource": {
536      "name": "GetCodeBindingSource",
537      "http": {
538        "method": "GET",
539        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}/source",
540        "responseCode": 200
541      },
542      "input": {
543        "shape": "GetCodeBindingSourceRequest"
544      },
545      "output": {
546        "shape": "GetCodeBindingSourceResponse",
547        "documentation": "<p>200 response</p>"
548      },
549      "errors": [
550        {
551          "shape": "BadRequestException",
552          "documentation": "<p>400 response</p>"
553        },
554        {
555          "shape": "UnauthorizedException",
556          "documentation": "<p>401 response</p>"
557        },
558        {
559          "shape": "InternalServerErrorException",
560          "documentation": "<p>500 response</p>"
561        },
562        {
563          "shape": "ForbiddenException",
564          "documentation": "<p>403 response</p>"
565        },
566        {
567          "shape": "NotFoundException",
568          "documentation": "<p>404 response</p>"
569        },
570        {
571          "shape": "TooManyRequestsException",
572          "documentation": "<p>429 response</p>"
573        }
574      ],
575      "documentation": "<p>Get the code binding source URI.</p>"
576    },
577    "GetDiscoveredSchema": {
578      "name": "GetDiscoveredSchema",
579      "http": {
580        "method": "POST",
581        "requestUri": "/v1/discover",
582        "responseCode": 200
583      },
584      "input": {
585        "shape": "GetDiscoveredSchemaRequest"
586      },
587      "output": {
588        "shape": "GetDiscoveredSchemaResponse",
589        "documentation": "<p>200 response</p>"
590      },
591      "errors": [
592        {
593          "shape": "ServiceUnavailableException",
594          "documentation": "<p>503 response</p>"
595        },
596        {
597          "shape": "BadRequestException",
598          "documentation": "<p>400 response</p>"
599        },
600        {
601          "shape": "UnauthorizedException",
602          "documentation": "<p>401 response</p>"
603        },
604        {
605          "shape": "InternalServerErrorException",
606          "documentation": "<p>500 response</p>"
607        },
608        {
609          "shape": "ForbiddenException",
610          "documentation": "<p>403 response</p>"
611        }
612      ],
613      "documentation": "<p>Get the discovered schema that was generated based on sampled events.</p>"
614    },
615    "GetResourcePolicy": {
616      "name": "GetResourcePolicy",
617      "http": {
618        "method": "GET",
619        "requestUri": "/v1/policy",
620        "responseCode": 200
621      },
622      "input": {
623        "shape": "GetResourcePolicyRequest"
624      },
625      "output": {
626        "shape": "GetResourcePolicyResponse",
627        "documentation": "<p>Get Resource-Based Policy Response</p>"
628      },
629      "errors": [
630        {
631          "shape": "BadRequestException",
632          "documentation": "<p>400 response</p>"
633        },
634        {
635          "shape": "UnauthorizedException",
636          "documentation": "<p>401 response</p>"
637        },
638        {
639          "shape": "InternalServerErrorException",
640          "documentation": "<p>500 response</p>"
641        },
642        {
643          "shape": "ForbiddenException",
644          "documentation": "<p>403 response</p>"
645        },
646        {
647          "shape": "NotFoundException",
648          "documentation": "<p>404 response</p>"
649        },
650        {
651          "shape": "ServiceUnavailableException",
652          "documentation": "<p>503 response</p>"
653        }
654      ],
655      "documentation": "<p>Retrieves the resource-based policy attached to a given registry.</p>"
656    },
657    "ListDiscoverers": {
658      "name": "ListDiscoverers",
659      "http": {
660        "method": "GET",
661        "requestUri": "/v1/discoverers",
662        "responseCode": 200
663      },
664      "input": {
665        "shape": "ListDiscoverersRequest"
666      },
667      "output": {
668        "shape": "ListDiscoverersResponse",
669        "documentation": "<p>200 response</p>"
670      },
671      "errors": [
672        {
673          "shape": "ServiceUnavailableException",
674          "documentation": "<p>503 response</p>"
675        },
676        {
677          "shape": "BadRequestException",
678          "documentation": "<p>400 response</p>"
679        },
680        {
681          "shape": "UnauthorizedException",
682          "documentation": "<p>401 response</p>"
683        },
684        {
685          "shape": "InternalServerErrorException",
686          "documentation": "<p>500 response</p>"
687        },
688        {
689          "shape": "ForbiddenException",
690          "documentation": "<p>403 response</p>"
691        }
692      ],
693      "documentation": "<p>List the discoverers.</p>"
694    },
695    "ListRegistries": {
696      "name": "ListRegistries",
697      "http": {
698        "method": "GET",
699        "requestUri": "/v1/registries",
700        "responseCode": 200
701      },
702      "input": {
703        "shape": "ListRegistriesRequest"
704      },
705      "output": {
706        "shape": "ListRegistriesResponse",
707        "documentation": "<p>200 response</p>"
708      },
709      "errors": [
710        {
711          "shape": "ServiceUnavailableException",
712          "documentation": "<p>503 response</p>"
713        },
714        {
715          "shape": "BadRequestException",
716          "documentation": "<p>400 response</p>"
717        },
718        {
719          "shape": "UnauthorizedException",
720          "documentation": "<p>401 response</p>"
721        },
722        {
723          "shape": "InternalServerErrorException",
724          "documentation": "<p>500 response</p>"
725        },
726        {
727          "shape": "ForbiddenException",
728          "documentation": "<p>403 response</p>"
729        }
730      ],
731      "documentation": "<p>List the registries.</p>"
732    },
733    "ListSchemaVersions": {
734      "name": "ListSchemaVersions",
735      "http": {
736        "method": "GET",
737        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/versions",
738        "responseCode": 200
739      },
740      "input": {
741        "shape": "ListSchemaVersionsRequest"
742      },
743      "output": {
744        "shape": "ListSchemaVersionsResponse",
745        "documentation": "<p>200 response</p>"
746      },
747      "errors": [
748        {
749          "shape": "BadRequestException",
750          "documentation": "<p>400 response</p>"
751        },
752        {
753          "shape": "UnauthorizedException",
754          "documentation": "<p>401 response</p>"
755        },
756        {
757          "shape": "InternalServerErrorException",
758          "documentation": "<p>500 response</p>"
759        },
760        {
761          "shape": "ForbiddenException",
762          "documentation": "<p>403 response</p>"
763        },
764        {
765          "shape": "NotFoundException",
766          "documentation": "<p>404 response</p>"
767        },
768        {
769          "shape": "ServiceUnavailableException",
770          "documentation": "<p>503 response</p>"
771        }
772      ],
773      "documentation": "<p>Provides a list of the schema versions and related information.</p>"
774    },
775    "ListSchemas": {
776      "name": "ListSchemas",
777      "http": {
778        "method": "GET",
779        "requestUri": "/v1/registries/name/{registryName}/schemas",
780        "responseCode": 200
781      },
782      "input": {
783        "shape": "ListSchemasRequest"
784      },
785      "output": {
786        "shape": "ListSchemasResponse",
787        "documentation": "<p>200 response</p>"
788      },
789      "errors": [
790        {
791          "shape": "ServiceUnavailableException",
792          "documentation": "<p>503 response</p>"
793        },
794        {
795          "shape": "BadRequestException",
796          "documentation": "<p>400 response</p>"
797        },
798        {
799          "shape": "UnauthorizedException",
800          "documentation": "<p>401 response</p>"
801        },
802        {
803          "shape": "InternalServerErrorException",
804          "documentation": "<p>500 response</p>"
805        },
806        {
807          "shape": "ForbiddenException",
808          "documentation": "<p>403 response</p>"
809        }
810      ],
811      "documentation": "<p>List the schemas.</p>"
812    },
813    "ListTagsForResource": {
814      "name": "ListTagsForResource",
815      "http": {
816        "method": "GET",
817        "requestUri": "/tags/{resource-arn}",
818        "responseCode": 200
819      },
820      "input": {
821        "shape": "ListTagsForResourceRequest"
822      },
823      "output": {
824        "shape": "ListTagsForResourceResponse",
825        "documentation": "<p>200 response</p>"
826      },
827      "errors": [
828        {
829          "shape": "NotFoundException",
830          "documentation": "<p>404 response</p>"
831        },
832        {
833          "shape": "BadRequestException",
834          "documentation": "<p>400 response</p>"
835        },
836        {
837          "shape": "InternalServerErrorException",
838          "documentation": "<p>500 response</p>"
839        },
840        {
841          "shape": "ForbiddenException",
842          "documentation": "<p>403 response</p>"
843        }
844      ],
845      "documentation": "<p>Get tags for resource.</p>"
846    },
847    "PutCodeBinding": {
848      "name": "PutCodeBinding",
849      "http": {
850        "method": "POST",
851        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}/language/{language}",
852        "responseCode": 202
853      },
854      "input": {
855        "shape": "PutCodeBindingRequest"
856      },
857      "output": {
858        "shape": "PutCodeBindingResponse",
859        "documentation": "<p>202 response</p>"
860      },
861      "errors": [
862        {
863          "shape": "GoneException",
864          "documentation": "<p>410 response</p>"
865        },
866        {
867          "shape": "BadRequestException",
868          "documentation": "<p>400 response</p>"
869        },
870        {
871          "shape": "UnauthorizedException",
872          "documentation": "<p>401 response</p>"
873        },
874        {
875          "shape": "InternalServerErrorException",
876          "documentation": "<p>500 response</p>"
877        },
878        {
879          "shape": "ForbiddenException",
880          "documentation": "<p>403 response</p>"
881        },
882        {
883          "shape": "NotFoundException",
884          "documentation": "<p>404 response</p>"
885        },
886        {
887          "shape": "TooManyRequestsException",
888          "documentation": "<p>429 response</p>"
889        }
890      ],
891      "documentation": "<p>Put code binding URI</p>"
892    },
893    "PutResourcePolicy": {
894      "name": "PutResourcePolicy",
895      "http": {
896        "method": "PUT",
897        "requestUri": "/v1/policy",
898        "responseCode": 200
899      },
900      "input": {
901        "shape": "PutResourcePolicyRequest"
902      },
903      "output": {
904        "shape": "PutResourcePolicyResponse",
905        "documentation": "<p>200 response</p>"
906      },
907      "errors": [
908        {
909          "shape": "BadRequestException",
910          "documentation": "<p>400 response</p>"
911        },
912        {
913          "shape": "UnauthorizedException",
914          "documentation": "<p>401 response</p>"
915        },
916        {
917          "shape": "PreconditionFailedException",
918          "documentation": "<p>412 response</p>"
919        },
920        {
921          "shape": "InternalServerErrorException",
922          "documentation": "<p>500 response</p>"
923        },
924        {
925          "shape": "ForbiddenException",
926          "documentation": "<p>403 response</p>"
927        },
928        {
929          "shape": "NotFoundException",
930          "documentation": "<p>404 response</p>"
931        },
932        {
933          "shape": "ServiceUnavailableException",
934          "documentation": "<p>503 response</p>"
935        }
936      ],
937      "documentation": "<p>The name of the policy.</p>"
938    },
939    "SearchSchemas": {
940      "name": "SearchSchemas",
941      "http": {
942        "method": "GET",
943        "requestUri": "/v1/registries/name/{registryName}/schemas/search",
944        "responseCode": 200
945      },
946      "input": {
947        "shape": "SearchSchemasRequest"
948      },
949      "output": {
950        "shape": "SearchSchemasResponse",
951        "documentation": "<p>200 response</p>"
952      },
953      "errors": [
954        {
955          "shape": "ServiceUnavailableException",
956          "documentation": "<p>503 response</p>"
957        },
958        {
959          "shape": "BadRequestException",
960          "documentation": "<p>400 response</p>"
961        },
962        {
963          "shape": "UnauthorizedException",
964          "documentation": "<p>401 response</p>"
965        },
966        {
967          "shape": "InternalServerErrorException",
968          "documentation": "<p>500 response</p>"
969        },
970        {
971          "shape": "ForbiddenException",
972          "documentation": "<p>403 response</p>"
973        }
974      ],
975      "documentation": "<p>Search the schemas</p>"
976    },
977    "StartDiscoverer": {
978      "name": "StartDiscoverer",
979      "http": {
980        "method": "POST",
981        "requestUri": "/v1/discoverers/id/{discovererId}/start",
982        "responseCode": 200
983      },
984      "input": {
985        "shape": "StartDiscovererRequest"
986      },
987      "output": {
988        "shape": "StartDiscovererResponse",
989        "documentation": "<p>200 response</p>"
990      },
991      "errors": [
992        {
993          "shape": "BadRequestException",
994          "documentation": "<p>400 response</p>"
995        },
996        {
997          "shape": "UnauthorizedException",
998          "documentation": "<p>401 response</p>"
999        },
1000        {
1001          "shape": "InternalServerErrorException",
1002          "documentation": "<p>500 response</p>"
1003        },
1004        {
1005          "shape": "ForbiddenException",
1006          "documentation": "<p>403 response</p>"
1007        },
1008        {
1009          "shape": "NotFoundException",
1010          "documentation": "<p>404 response</p>"
1011        },
1012        {
1013          "shape": "ServiceUnavailableException",
1014          "documentation": "<p>503 response</p>"
1015        }
1016      ],
1017      "documentation": "<p>Starts the discoverer</p>"
1018    },
1019    "StopDiscoverer": {
1020      "name": "StopDiscoverer",
1021      "http": {
1022        "method": "POST",
1023        "requestUri": "/v1/discoverers/id/{discovererId}/stop",
1024        "responseCode": 200
1025      },
1026      "input": {
1027        "shape": "StopDiscovererRequest"
1028      },
1029      "output": {
1030        "shape": "StopDiscovererResponse",
1031        "documentation": "<p>200 response</p>"
1032      },
1033      "errors": [
1034        {
1035          "shape": "BadRequestException",
1036          "documentation": "<p>400 response</p>"
1037        },
1038        {
1039          "shape": "UnauthorizedException",
1040          "documentation": "<p>401 response</p>"
1041        },
1042        {
1043          "shape": "InternalServerErrorException",
1044          "documentation": "<p>500 response</p>"
1045        },
1046        {
1047          "shape": "ForbiddenException",
1048          "documentation": "<p>403 response</p>"
1049        },
1050        {
1051          "shape": "NotFoundException",
1052          "documentation": "<p>404 response</p>"
1053        },
1054        {
1055          "shape": "ServiceUnavailableException",
1056          "documentation": "<p>503 response</p>"
1057        }
1058      ],
1059      "documentation": "<p>Stops the discoverer</p>"
1060    },
1061    "TagResource": {
1062      "name": "TagResource",
1063      "http": {
1064        "method": "POST",
1065        "requestUri": "/tags/{resource-arn}",
1066        "responseCode": 204
1067      },
1068      "input": {
1069        "shape": "TagResourceRequest"
1070      },
1071      "errors": [
1072        {
1073          "shape": "NotFoundException",
1074          "documentation": "<p>404 response</p>"
1075        },
1076        {
1077          "shape": "BadRequestException",
1078          "documentation": "<p>400 response</p>"
1079        },
1080        {
1081          "shape": "InternalServerErrorException",
1082          "documentation": "<p>500 response</p>"
1083        },
1084        {
1085          "shape": "ForbiddenException",
1086          "documentation": "<p>403 response</p>"
1087        }
1088      ],
1089      "documentation": "<p>Add tags to a resource.</p>"
1090    },
1091    "UntagResource": {
1092      "name": "UntagResource",
1093      "http": {
1094        "method": "DELETE",
1095        "requestUri": "/tags/{resource-arn}",
1096        "responseCode": 204
1097      },
1098      "input": {
1099        "shape": "UntagResourceRequest"
1100      },
1101      "errors": [
1102        {
1103          "shape": "NotFoundException",
1104          "documentation": "<p>404 response</p>"
1105        },
1106        {
1107          "shape": "BadRequestException",
1108          "documentation": "<p>400 response</p>"
1109        },
1110        {
1111          "shape": "InternalServerErrorException",
1112          "documentation": "<p>500 response</p>"
1113        },
1114        {
1115          "shape": "ForbiddenException",
1116          "documentation": "<p>403 response</p>"
1117        }
1118      ],
1119      "documentation": "<p>Removes tags from a resource.</p>"
1120    },
1121    "UpdateDiscoverer": {
1122      "name": "UpdateDiscoverer",
1123      "http": {
1124        "method": "PUT",
1125        "requestUri": "/v1/discoverers/id/{discovererId}",
1126        "responseCode": 200
1127      },
1128      "input": {
1129        "shape": "UpdateDiscovererRequest"
1130      },
1131      "output": {
1132        "shape": "UpdateDiscovererResponse",
1133        "documentation": "<p>200 response</p>"
1134      },
1135      "errors": [
1136        {
1137          "shape": "BadRequestException",
1138          "documentation": "<p>400 response</p>"
1139        },
1140        {
1141          "shape": "UnauthorizedException",
1142          "documentation": "<p>401 response</p>"
1143        },
1144        {
1145          "shape": "InternalServerErrorException",
1146          "documentation": "<p>500 response</p>"
1147        },
1148        {
1149          "shape": "ForbiddenException",
1150          "documentation": "<p>403 response</p>"
1151        },
1152        {
1153          "shape": "NotFoundException",
1154          "documentation": "<p>404 response</p>"
1155        },
1156        {
1157          "shape": "ServiceUnavailableException",
1158          "documentation": "<p>503 response</p>"
1159        }
1160      ],
1161      "documentation": "<p>Updates the discoverer</p>"
1162    },
1163    "UpdateRegistry": {
1164      "name": "UpdateRegistry",
1165      "http": {
1166        "method": "PUT",
1167        "requestUri": "/v1/registries/name/{registryName}",
1168        "responseCode": 200
1169      },
1170      "input": {
1171        "shape": "UpdateRegistryRequest"
1172      },
1173      "output": {
1174        "shape": "UpdateRegistryResponse",
1175        "documentation": "<p>200 response</p>"
1176      },
1177      "errors": [
1178        {
1179          "shape": "BadRequestException",
1180          "documentation": "<p>400 response</p>"
1181        },
1182        {
1183          "shape": "UnauthorizedException",
1184          "documentation": "<p>401 response</p>"
1185        },
1186        {
1187          "shape": "InternalServerErrorException",
1188          "documentation": "<p>500 response</p>"
1189        },
1190        {
1191          "shape": "ForbiddenException",
1192          "documentation": "<p>403 response</p>"
1193        },
1194        {
1195          "shape": "NotFoundException",
1196          "documentation": "<p>404 response</p>"
1197        },
1198        {
1199          "shape": "ServiceUnavailableException",
1200          "documentation": "<p>503 response</p>"
1201        }
1202      ],
1203      "documentation": "<p>Updates a registry.</p>"
1204    },
1205    "UpdateSchema": {
1206      "name": "UpdateSchema",
1207      "http": {
1208        "method": "PUT",
1209        "requestUri": "/v1/registries/name/{registryName}/schemas/name/{schemaName}",
1210        "responseCode": 200
1211      },
1212      "input": {
1213        "shape": "UpdateSchemaRequest"
1214      },
1215      "output": {
1216        "shape": "UpdateSchemaResponse",
1217        "documentation": "<p>200 response</p>"
1218      },
1219      "errors": [
1220        {
1221          "shape": "BadRequestException",
1222          "documentation": "<p>400 response</p>"
1223        },
1224        {
1225          "shape": "InternalServerErrorException",
1226          "documentation": "<p>500 response</p>"
1227        },
1228        {
1229          "shape": "ForbiddenException",
1230          "documentation": "<p>403 response</p>"
1231        },
1232        {
1233          "shape": "NotFoundException",
1234          "documentation": "<p>404 response</p>"
1235        },
1236        {
1237          "shape": "ServiceUnavailableException",
1238          "documentation": "<p>503 response</p>"
1239        }
1240      ],
1241      "documentation": "<p>Updates the schema definition</p> <note><p>Inactive schemas will be deleted after two years.</p></note>"
1242    }
1243  },
1244  "shapes": {
1245    "BadRequestException": {
1246      "type": "structure",
1247      "members": {
1248        "Code": {
1249          "shape": "__string",
1250          "documentation": "<p>The error code.</p>"
1251        },
1252        "Message": {
1253          "shape": "__string",
1254          "documentation": "<p>The message string of the error output.</p>"
1255        }
1256      },
1257      "required": [
1258        "Message",
1259        "Code"
1260      ],
1261      "exception": true,
1262      "error": {
1263        "httpStatusCode": 400
1264      }
1265    },
1266    "CodeBindingOutput": {
1267      "type": "structure",
1268      "members": {
1269        "CreationDate": {
1270          "shape": "__timestampIso8601",
1271          "documentation": "<p>The time and date that the code binding was created.</p>"
1272        },
1273        "LastModified": {
1274          "shape": "__timestampIso8601",
1275          "documentation": "<p>The date and time that code bindings were modified.</p>"
1276        },
1277        "SchemaVersion": {
1278          "shape": "__string",
1279          "documentation": "<p>The version number of the schema.</p>"
1280        },
1281        "Status": {
1282          "shape": "CodeGenerationStatus",
1283          "documentation": "<p>The current status of code binding generation.</p>"
1284        }
1285      }
1286    },
1287    "CodeGenerationStatus": {
1288      "type": "string",
1289      "enum": [
1290        "CREATE_IN_PROGRESS",
1291        "CREATE_COMPLETE",
1292        "CREATE_FAILED"
1293      ]
1294    },
1295    "ConflictException": {
1296      "type": "structure",
1297      "members": {
1298        "Code": {
1299          "shape": "__string",
1300          "documentation": "<p>The error code.</p>"
1301        },
1302        "Message": {
1303          "shape": "__string",
1304          "documentation": "<p>The message string of the error output.</p>"
1305        }
1306      },
1307      "required": [
1308        "Message",
1309        "Code"
1310      ],
1311      "exception": true,
1312      "error": {
1313        "httpStatusCode": 409
1314      }
1315    },
1316    "CreateDiscovererInput": {
1317      "type": "structure",
1318      "members": {
1319        "Description": {
1320          "shape": "__stringMin0Max256",
1321          "documentation": "<p>A description for the discoverer.</p>"
1322        },
1323        "SourceArn": {
1324          "shape": "__stringMin20Max1600",
1325          "documentation": "<p>The ARN of the event bus.</p>"
1326        },
1327        "CrossAccount": {
1328          "shape": "__boolean",
1329          "documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true).</p>"
1330        },
1331        "Tags": {
1332          "shape": "Tags",
1333          "locationName": "tags",
1334          "documentation": "<p>Tags associated with the resource.</p>"
1335        }
1336      },
1337      "required": [
1338        "SourceArn"
1339      ]
1340    },
1341    "CreateDiscovererRequest": {
1342      "type": "structure",
1343      "members": {
1344        "Description": {
1345          "shape": "__stringMin0Max256",
1346          "documentation": "<p>A description for the discoverer.</p>"
1347        },
1348        "SourceArn": {
1349          "shape": "__stringMin20Max1600",
1350          "documentation": "<p>The ARN of the event bus.</p>"
1351        },
1352        "CrossAccount": {
1353          "shape": "__boolean",
1354          "documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true).</p>"
1355        },
1356        "Tags": {
1357          "shape": "Tags",
1358          "locationName": "tags",
1359          "documentation": "<p>Tags associated with the resource.</p>"
1360        }
1361      },
1362      "documentation": "",
1363      "required": [
1364        "SourceArn"
1365      ]
1366    },
1367    "CreateDiscovererResponse": {
1368      "type": "structure",
1369      "members": {
1370        "Description": {
1371          "shape": "__string",
1372          "documentation": "<p>The description of the discoverer.</p>"
1373        },
1374        "DiscovererArn": {
1375          "shape": "__string",
1376          "documentation": "<p>The ARN of the discoverer.</p>"
1377        },
1378        "DiscovererId": {
1379          "shape": "__string",
1380          "documentation": "<p>The ID of the discoverer.</p>"
1381        },
1382        "SourceArn": {
1383          "shape": "__string",
1384          "documentation": "<p>The ARN of the event bus.</p>"
1385        },
1386        "State": {
1387          "shape": "DiscovererState",
1388          "documentation": "<p>The state of the discoverer.</p>"
1389        },
1390        "CrossAccount": {
1391          "shape": "__boolean",
1392          "documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1393        },
1394        "Tags": {
1395          "shape": "Tags",
1396          "locationName": "tags",
1397          "documentation": "<p>Tags associated with the resource.</p>"
1398        }
1399      }
1400    },
1401    "CreateRegistryInput": {
1402      "type": "structure",
1403      "members": {
1404        "Description": {
1405          "shape": "__stringMin0Max256",
1406          "documentation": "<p>A description of the registry to be created.</p>"
1407        },
1408        "Tags": {
1409          "shape": "Tags",
1410          "locationName": "tags",
1411          "documentation": "<p>Tags to associate with the registry.</p>"
1412        }
1413      }
1414    },
1415    "CreateRegistryRequest": {
1416      "type": "structure",
1417      "members": {
1418        "Description": {
1419          "shape": "__stringMin0Max256",
1420          "documentation": "<p>A description of the registry to be created.</p>"
1421        },
1422        "RegistryName": {
1423          "shape": "__string",
1424          "location": "uri",
1425          "locationName": "registryName",
1426          "documentation": "<p>The name of the registry.</p>"
1427        },
1428        "Tags": {
1429          "shape": "Tags",
1430          "locationName": "tags",
1431          "documentation": "<p>Tags to associate with the registry.</p>"
1432        }
1433      },
1434      "required": [
1435        "RegistryName"
1436      ]
1437    },
1438    "CreateRegistryResponse": {
1439      "type": "structure",
1440      "members": {
1441        "Description": {
1442          "shape": "__string",
1443          "documentation": "<p>The description of the registry.</p>"
1444        },
1445        "RegistryArn": {
1446          "shape": "__string",
1447          "documentation": "<p>The ARN of the registry.</p>"
1448        },
1449        "RegistryName": {
1450          "shape": "__string",
1451          "documentation": "<p>The name of the registry.</p>"
1452        },
1453        "Tags": {
1454          "shape": "Tags",
1455          "locationName": "tags",
1456          "documentation": "<p>Tags associated with the registry.</p>"
1457        }
1458      }
1459    },
1460    "CreateSchemaInput": {
1461      "type": "structure",
1462      "members": {
1463        "Content": {
1464          "shape": "__stringMin1Max100000",
1465          "documentation": "<p>The source of the schema definition.</p>"
1466        },
1467        "Description": {
1468          "shape": "__stringMin0Max256",
1469          "documentation": "<p>A description of the schema.</p>"
1470        },
1471        "Tags": {
1472          "shape": "Tags",
1473          "locationName": "tags",
1474          "documentation": "<p>Tags associated with the schema.</p>"
1475        },
1476        "Type": {
1477          "shape": "Type",
1478          "documentation": "<p>The type of schema.</p>"
1479        }
1480      },
1481      "required": [
1482        "Type",
1483        "Content"
1484      ]
1485    },
1486    "CreateSchemaRequest": {
1487      "type": "structure",
1488      "members": {
1489        "Content": {
1490          "shape": "__stringMin1Max100000",
1491          "documentation": "<p>The source of the schema definition.</p>"
1492        },
1493        "Description": {
1494          "shape": "__stringMin0Max256",
1495          "documentation": "<p>A description of the schema.</p>"
1496        },
1497        "RegistryName": {
1498          "shape": "__string",
1499          "location": "uri",
1500          "locationName": "registryName",
1501          "documentation": "<p>The name of the registry.</p>"
1502        },
1503        "SchemaName": {
1504          "shape": "__string",
1505          "location": "uri",
1506          "locationName": "schemaName",
1507          "documentation": "<p>The name of the schema.</p>"
1508        },
1509        "Tags": {
1510          "shape": "Tags",
1511          "locationName": "tags",
1512          "documentation": "<p>Tags associated with the schema.</p>"
1513        },
1514        "Type": {
1515          "shape": "Type",
1516          "documentation": "<p>The type of schema.</p>"
1517        }
1518      },
1519      "required": [
1520        "RegistryName",
1521        "SchemaName",
1522        "Type",
1523        "Content"
1524      ]
1525    },
1526    "CreateSchemaResponse": {
1527      "type": "structure",
1528      "members": {
1529        "Description": {
1530          "shape": "__string",
1531          "documentation": "<p>The description of the schema.</p>"
1532        },
1533        "LastModified": {
1534          "shape": "__timestampIso8601",
1535          "documentation": "<p>The date and time that schema was modified.</p>"
1536        },
1537        "SchemaArn": {
1538          "shape": "__string",
1539          "documentation": "<p>The ARN of the schema.</p>"
1540        },
1541        "SchemaName": {
1542          "shape": "__string",
1543          "documentation": "<p>The name of the schema.</p>"
1544        },
1545        "SchemaVersion": {
1546          "shape": "__string",
1547          "documentation": "<p>The version number of the schema</p>"
1548        },
1549        "Tags": {
1550          "shape": "Tags",
1551          "locationName": "tags"
1552        },
1553        "Type": {
1554          "shape": "__string",
1555          "documentation": "<p>The type of the schema.</p>"
1556        },
1557        "VersionCreatedDate": {
1558          "shape": "__timestampIso8601",
1559          "documentation": "<p>The date the schema version was created.</p>"
1560        }
1561      }
1562    },
1563    "DeleteDiscovererRequest": {
1564      "type": "structure",
1565      "members": {
1566        "DiscovererId": {
1567          "shape": "__string",
1568          "location": "uri",
1569          "locationName": "discovererId",
1570          "documentation": "<p>The ID of the discoverer.</p>"
1571        }
1572      },
1573      "required": [
1574        "DiscovererId"
1575      ]
1576    },
1577    "DeleteRegistryRequest": {
1578      "type": "structure",
1579      "members": {
1580        "RegistryName": {
1581          "shape": "__string",
1582          "location": "uri",
1583          "locationName": "registryName",
1584          "documentation": "<p>The name of the registry.</p>"
1585        }
1586      },
1587      "required": [
1588        "RegistryName"
1589      ]
1590    },
1591    "DeleteResourcePolicyRequest": {
1592      "type": "structure",
1593      "members": {
1594        "RegistryName": {
1595          "shape": "__string",
1596          "location": "querystring",
1597          "locationName": "registryName",
1598          "documentation": "<p>The name of the registry.</p>"
1599        }
1600      }
1601    },
1602    "DeleteSchemaRequest": {
1603      "type": "structure",
1604      "members": {
1605        "RegistryName": {
1606          "shape": "__string",
1607          "location": "uri",
1608          "locationName": "registryName",
1609          "documentation": "<p>The name of the registry.</p>"
1610        },
1611        "SchemaName": {
1612          "shape": "__string",
1613          "location": "uri",
1614          "locationName": "schemaName",
1615          "documentation": "<p>The name of the schema.</p>"
1616        }
1617      },
1618      "required": [
1619        "RegistryName",
1620        "SchemaName"
1621      ]
1622    },
1623    "DeleteSchemaVersionRequest": {
1624      "type": "structure",
1625      "members": {
1626        "RegistryName": {
1627          "shape": "__string",
1628          "location": "uri",
1629          "locationName": "registryName",
1630          "documentation": "<p>The name of the registry.</p>"
1631        },
1632        "SchemaName": {
1633          "shape": "__string",
1634          "location": "uri",
1635          "locationName": "schemaName",
1636          "documentation": "<p>The name of the schema.</p>"
1637        },
1638        "SchemaVersion": {
1639          "shape": "__string",
1640          "location": "uri",
1641          "locationName": "schemaVersion",
1642          "documentation": "The version number of the schema"
1643        }
1644      },
1645      "required": [
1646        "SchemaVersion",
1647        "RegistryName",
1648        "SchemaName"
1649      ]
1650    },
1651    "DescribeCodeBindingRequest": {
1652      "type": "structure",
1653      "members": {
1654        "Language": {
1655          "shape": "__string",
1656          "location": "uri",
1657          "locationName": "language",
1658          "documentation": "<p>The language of the code binding.</p>"
1659        },
1660        "RegistryName": {
1661          "shape": "__string",
1662          "location": "uri",
1663          "locationName": "registryName",
1664          "documentation": "<p>The name of the registry.</p>"
1665        },
1666        "SchemaName": {
1667          "shape": "__string",
1668          "location": "uri",
1669          "locationName": "schemaName",
1670          "documentation": "<p>The name of the schema.</p>"
1671        },
1672        "SchemaVersion": {
1673          "shape": "__string",
1674          "location": "querystring",
1675          "locationName": "schemaVersion",
1676          "documentation": "<p>Specifying this limits the results to only this schema version.</p>"
1677        }
1678      },
1679      "required": [
1680        "RegistryName",
1681        "SchemaName",
1682        "Language"
1683      ]
1684    },
1685    "DescribeCodeBindingResponse": {
1686      "type": "structure",
1687      "members": {
1688        "CreationDate": {
1689          "shape": "__timestampIso8601",
1690          "documentation": "<p>The time and date that the code binding was created.</p>"
1691        },
1692        "LastModified": {
1693          "shape": "__timestampIso8601",
1694          "documentation": "<p>The date and time that code bindings were modified.</p>"
1695        },
1696        "SchemaVersion": {
1697          "shape": "__string",
1698          "documentation": "<p>The version number of the schema.</p>"
1699        },
1700        "Status": {
1701          "shape": "CodeGenerationStatus",
1702          "documentation": "<p>The current status of code binding generation.</p>"
1703        }
1704      }
1705    },
1706    "DescribeDiscovererRequest": {
1707      "type": "structure",
1708      "members": {
1709        "DiscovererId": {
1710          "shape": "__string",
1711          "location": "uri",
1712          "locationName": "discovererId",
1713          "documentation": "<p>The ID of the discoverer.</p>"
1714        }
1715      },
1716      "required": [
1717        "DiscovererId"
1718      ]
1719    },
1720    "DescribeDiscovererResponse": {
1721      "type": "structure",
1722      "members": {
1723        "Description": {
1724          "shape": "__string",
1725          "documentation": "<p>The description of the discoverer.</p>"
1726        },
1727        "DiscovererArn": {
1728          "shape": "__string",
1729          "documentation": "<p>The ARN of the discoverer.</p>"
1730        },
1731        "DiscovererId": {
1732          "shape": "__string",
1733          "documentation": "<p>The ID of the discoverer.</p>"
1734        },
1735        "SourceArn": {
1736          "shape": "__string",
1737          "documentation": "<p>The ARN of the event bus.</p>"
1738        },
1739        "State": {
1740          "shape": "DiscovererState",
1741          "documentation": "<p>The state of the discoverer.</p>"
1742        },
1743        "CrossAccount": {
1744          "shape": "__boolean",
1745          "documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1746        },
1747        "Tags": {
1748          "shape": "Tags",
1749          "locationName": "tags",
1750          "documentation": "<p>Tags associated with the resource.</p>"
1751        }
1752      }
1753    },
1754    "DescribeRegistryRequest": {
1755      "type": "structure",
1756      "members": {
1757        "RegistryName": {
1758          "shape": "__string",
1759          "location": "uri",
1760          "locationName": "registryName",
1761          "documentation": "<p>The name of the registry.</p>"
1762        }
1763      },
1764      "required": [
1765        "RegistryName"
1766      ]
1767    },
1768    "DescribeRegistryResponse": {
1769      "type": "structure",
1770      "members": {
1771        "Description": {
1772          "shape": "__string",
1773          "documentation": "<p>The description of the registry.</p>"
1774        },
1775        "RegistryArn": {
1776          "shape": "__string",
1777          "documentation": "<p>The ARN of the registry.</p>"
1778        },
1779        "RegistryName": {
1780          "shape": "__string",
1781          "documentation": "<p>The name of the registry.</p>"
1782        },
1783        "Tags": {
1784          "shape": "Tags",
1785          "locationName": "tags",
1786          "documentation": "<p>Tags associated with the registry.</p>"
1787        }
1788      }
1789    },
1790    "DescribeSchemaOutput": {
1791      "type": "structure",
1792      "members": {
1793        "Content": {
1794          "shape": "__string",
1795          "documentation": "<p>The source of the schema definition.</p>"
1796        },
1797        "Description": {
1798          "shape": "__string",
1799          "documentation": "<p>The description of the schema.</p>"
1800        },
1801        "LastModified": {
1802          "shape": "__timestampIso8601",
1803          "documentation": "<p>The date and time that schema was modified.</p>"
1804        },
1805        "SchemaArn": {
1806          "shape": "__string",
1807          "documentation": "<p>The ARN of the schema.</p>"
1808        },
1809        "SchemaName": {
1810          "shape": "__string",
1811          "documentation": "<p>The name of the schema.</p>"
1812        },
1813        "SchemaVersion": {
1814          "shape": "__string",
1815          "documentation": "<p>The version number of the schema</p>"
1816        },
1817        "Tags": {
1818          "shape": "Tags",
1819          "locationName": "tags",
1820          "documentation": "<p>Tags associated with the resource.</p>"
1821        },
1822        "Type": {
1823          "shape": "__string",
1824          "documentation": "<p>The type of the schema.</p>"
1825        },
1826        "VersionCreatedDate": {
1827          "shape": "__timestampIso8601",
1828          "documentation": "<p>The date the schema version was created.</p>"
1829        }
1830      }
1831    },
1832    "DescribeSchemaRequest": {
1833      "type": "structure",
1834      "members": {
1835        "RegistryName": {
1836          "shape": "__string",
1837          "location": "uri",
1838          "locationName": "registryName",
1839          "documentation": "<p>The name of the registry.</p>"
1840        },
1841        "SchemaName": {
1842          "shape": "__string",
1843          "location": "uri",
1844          "locationName": "schemaName",
1845          "documentation": "<p>The name of the schema.</p>"
1846        },
1847        "SchemaVersion": {
1848          "shape": "__string",
1849          "location": "querystring",
1850          "locationName": "schemaVersion",
1851          "documentation": "<p>Specifying this limits the results to only this schema version.</p>"
1852        }
1853      },
1854      "required": [
1855        "RegistryName",
1856        "SchemaName"
1857      ]
1858    },
1859    "DescribeSchemaResponse": {
1860      "type": "structure",
1861      "members": {
1862        "Content": {
1863          "shape": "__string",
1864          "documentation": "<p>The source of the schema definition.</p>"
1865        },
1866        "Description": {
1867          "shape": "__string",
1868          "documentation": "<p>The description of the schema.</p>"
1869        },
1870        "LastModified": {
1871          "shape": "__timestampIso8601",
1872          "documentation": "<p>The date and time that schema was modified.</p>"
1873        },
1874        "SchemaArn": {
1875          "shape": "__string",
1876          "documentation": "<p>The ARN of the schema.</p>"
1877        },
1878        "SchemaName": {
1879          "shape": "__string",
1880          "documentation": "<p>The name of the schema.</p>"
1881        },
1882        "SchemaVersion": {
1883          "shape": "__string",
1884          "documentation": "<p>The version number of the schema</p>"
1885        },
1886        "Tags": {
1887          "shape": "Tags",
1888          "locationName": "tags",
1889          "documentation": "<p>Tags associated with the resource.</p>"
1890        },
1891        "Type": {
1892          "shape": "__string",
1893          "documentation": "<p>The type of the schema.</p>"
1894        },
1895        "VersionCreatedDate": {
1896          "shape": "__timestampIso8601",
1897          "documentation": "<p>The date the schema version was created.</p>"
1898        }
1899      }
1900    },
1901    "DiscovererOutput": {
1902      "type": "structure",
1903      "members": {
1904        "Description": {
1905          "shape": "__string",
1906          "documentation": "<p>The description of the discoverer.</p>"
1907        },
1908        "DiscovererArn": {
1909          "shape": "__string",
1910          "documentation": "<p>The ARN of the discoverer.</p>"
1911        },
1912        "DiscovererId": {
1913          "shape": "__string",
1914          "documentation": "<p>The ID of the discoverer.</p>"
1915        },
1916        "SourceArn": {
1917          "shape": "__string",
1918          "documentation": "<p>The ARN of the event bus.</p>"
1919        },
1920        "State": {
1921          "shape": "DiscovererState",
1922          "documentation": "<p>The state of the discoverer.</p>"
1923        },
1924        "CrossAccount": {
1925          "shape": "__boolean",
1926          "documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1927        },
1928        "Tags": {
1929          "shape": "Tags",
1930          "locationName": "tags",
1931          "documentation": "<p>Tags associated with the resource.</p>"
1932        }
1933      }
1934    },
1935    "DiscovererState": {
1936      "type": "string",
1937      "enum": [
1938        "STARTED",
1939        "STOPPED"
1940      ]
1941    },
1942    "DiscovererStateOutput": {
1943      "type": "structure",
1944      "members": {
1945        "DiscovererId": {
1946          "shape": "__string",
1947          "documentation": "<p>The ID of the discoverer.</p>"
1948        },
1949        "State": {
1950          "shape": "DiscovererState",
1951          "documentation": "<p>The state of the discoverer.</p>"
1952        }
1953      }
1954    },
1955    "DiscovererSummary": {
1956      "type": "structure",
1957      "members": {
1958        "DiscovererArn": {
1959          "shape": "__string",
1960          "documentation": "<p>The ARN of the discoverer.</p>"
1961        },
1962        "DiscovererId": {
1963          "shape": "__string",
1964          "documentation": "<p>The ID of the discoverer.</p>"
1965        },
1966        "SourceArn": {
1967          "shape": "__string",
1968          "documentation": "<p>The ARN of the event bus.</p>"
1969        },
1970        "State": {
1971          "shape": "DiscovererState",
1972          "documentation": "<p>The state of the discoverer.</p>"
1973        },
1974        "CrossAccount": {
1975          "shape": "__boolean",
1976          "documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
1977        },
1978        "Tags": {
1979          "shape": "Tags",
1980          "locationName": "tags",
1981          "documentation": "<p>Tags associated with the resource.</p>"
1982        }
1983      }
1984    },
1985    "ErrorOutput": {
1986      "type": "structure",
1987      "members": {
1988        "Code": {
1989          "shape": "__string",
1990          "documentation": "<p>The error code.</p>"
1991        },
1992        "Message": {
1993          "shape": "__string",
1994          "documentation": "<p>The message string of the error output.</p>"
1995        }
1996      },
1997      "required": [
1998        "Message",
1999        "Code"
2000      ]
2001    },
2002    "ExportSchemaOutput": {
2003      "type": "structure",
2004      "members": {
2005        "Content": {
2006          "shape": "__string"
2007        },
2008        "SchemaArn": {
2009          "shape": "__string"
2010        },
2011        "SchemaName": {
2012          "shape": "__string"
2013        },
2014        "SchemaVersion": {
2015          "shape": "__string"
2016        },
2017        "Type": {
2018          "shape": "__string"
2019        }
2020      }
2021    },
2022    "ExportSchemaRequest": {
2023      "type": "structure",
2024      "members": {
2025        "RegistryName": {
2026          "shape": "__string",
2027          "location": "uri",
2028          "locationName": "registryName",
2029          "documentation": "<p>The name of the registry.</p>"
2030        },
2031        "SchemaName": {
2032          "shape": "__string",
2033          "location": "uri",
2034          "locationName": "schemaName",
2035          "documentation": "<p>The name of the schema.</p>"
2036        },
2037        "SchemaVersion": {
2038          "shape": "__string",
2039          "location": "querystring",
2040          "locationName": "schemaVersion",
2041          "documentation": "<p>Specifying this limits the results to only this schema version.</p>"
2042        },
2043        "Type": {
2044          "shape": "__string",
2045          "location": "querystring",
2046          "locationName": "type"
2047        }
2048      },
2049      "required": [
2050        "RegistryName",
2051        "SchemaName",
2052        "Type"
2053      ]
2054    },
2055    "ExportSchemaResponse": {
2056      "type": "structure",
2057      "members": {
2058        "Content": {
2059          "shape": "__string"
2060        },
2061        "SchemaArn": {
2062          "shape": "__string"
2063        },
2064        "SchemaName": {
2065          "shape": "__string"
2066        },
2067        "SchemaVersion": {
2068          "shape": "__string"
2069        },
2070        "Type": {
2071          "shape": "__string"
2072        }
2073      }
2074    },
2075    "ForbiddenException": {
2076      "type": "structure",
2077      "members": {
2078        "Code": {
2079          "shape": "__string",
2080          "documentation": "<p>The error code.</p>"
2081        },
2082        "Message": {
2083          "shape": "__string",
2084          "documentation": "<p>The message string of the error output.</p>"
2085        }
2086      },
2087      "required": [
2088        "Message",
2089        "Code"
2090      ],
2091      "exception": true,
2092      "error": {
2093        "httpStatusCode": 403
2094      }
2095    },
2096    "GetCodeBindingSourceOutput": {
2097      "type": "string"
2098    },
2099    "GetCodeBindingSourceRequest": {
2100      "type": "structure",
2101      "members": {
2102        "Language": {
2103          "shape": "__string",
2104          "location": "uri",
2105          "locationName": "language",
2106          "documentation": "<p>The language of the code binding.</p>"
2107        },
2108        "RegistryName": {
2109          "shape": "__string",
2110          "location": "uri",
2111          "locationName": "registryName",
2112          "documentation": "<p>The name of the registry.</p>"
2113        },
2114        "SchemaName": {
2115          "shape": "__string",
2116          "location": "uri",
2117          "locationName": "schemaName",
2118          "documentation": "<p>The name of the schema.</p>"
2119        },
2120        "SchemaVersion": {
2121          "shape": "__string",
2122          "location": "querystring",
2123          "locationName": "schemaVersion",
2124          "documentation": "<p>Specifying this limits the results to only this schema version.</p>"
2125        }
2126      },
2127      "required": [
2128        "RegistryName",
2129        "SchemaName",
2130        "Language"
2131      ]
2132    },
2133    "GetCodeBindingSourceResponse": {
2134      "type": "structure",
2135      "members": {
2136        "Body": {
2137          "shape": "Body"
2138        }
2139      },
2140      "payload": "Body"
2141    },
2142    "GetDiscoveredSchemaInput": {
2143      "type": "structure",
2144      "members": {
2145        "Events": {
2146          "shape": "__listOfGetDiscoveredSchemaVersionItemInput",
2147          "documentation": "<p>An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.</p>"
2148        },
2149        "Type": {
2150          "shape": "Type",
2151          "documentation": "<p>The type of event.</p>"
2152        }
2153      },
2154      "required": [
2155        "Type",
2156        "Events"
2157      ]
2158    },
2159    "GetDiscoveredSchemaOutput": {
2160      "type": "structure",
2161      "members": {
2162        "Content": {
2163          "shape": "__string",
2164          "documentation": "<p>The source of the schema definition.</p>"
2165        }
2166      },
2167      "documentation": "<p></p>"
2168    },
2169    "GetDiscoveredSchemaRequest": {
2170      "type": "structure",
2171      "members": {
2172        "Events": {
2173          "shape": "__listOfGetDiscoveredSchemaVersionItemInput",
2174          "documentation": "<p>An array of strings where each string is a JSON event. These are the events that were used to generate the schema. The array includes a single type of event and has a maximum size of 10 events.</p>"
2175        },
2176        "Type": {
2177          "shape": "Type",
2178          "documentation": "<p>The type of event.</p>"
2179        }
2180      },
2181      "required": [
2182        "Type",
2183        "Events"
2184      ]
2185    },
2186    "GetDiscoveredSchemaResponse": {
2187      "type": "structure",
2188      "members": {
2189        "Content": {
2190          "shape": "__string",
2191          "documentation": "<p>The source of the schema definition.</p>"
2192        }
2193      }
2194    },
2195    "GetDiscoveredSchemaVersionItemInput": {
2196      "type": "string",
2197      "min": 1,
2198      "max": 100000
2199    },
2200    "GetResourcePolicyOutput": {
2201      "type": "structure",
2202      "members": {
2203        "Policy": {
2204          "shape": "__string",
2205          "documentation": "<p>The resource-based policy.</p>",
2206          "jsonvalue": true
2207        },
2208        "RevisionId": {
2209          "shape": "__string",
2210          "documentation": "<p>The revision ID.</p>"
2211        }
2212      },
2213      "documentation": "<p>Information about the policy.</p>"
2214    },
2215    "GetResourcePolicyRequest": {
2216      "type": "structure",
2217      "members": {
2218        "RegistryName": {
2219          "shape": "__string",
2220          "location": "querystring",
2221          "locationName": "registryName",
2222          "documentation": "<p>The name of the registry.</p>"
2223        }
2224      }
2225    },
2226    "GetResourcePolicyResponse": {
2227      "type": "structure",
2228      "members": {
2229        "Policy": {
2230          "shape": "__string",
2231          "documentation": "<p>The resource-based policy.</p>",
2232          "jsonvalue": true
2233        },
2234        "RevisionId": {
2235          "shape": "__string",
2236          "documentation": "<p>The revision ID.</p>"
2237        }
2238      }
2239    },
2240    "GoneException": {
2241      "type": "structure",
2242      "members": {
2243        "Code": {
2244          "shape": "__string",
2245          "documentation": "<p>The error code.</p>"
2246        },
2247        "Message": {
2248          "shape": "__string",
2249          "documentation": "<p>The message string of the error output.</p>"
2250        }
2251      },
2252      "required": [
2253        "Message",
2254        "Code"
2255      ],
2256      "exception": true,
2257      "error": {
2258        "httpStatusCode": 410
2259      }
2260    },
2261    "InternalServerErrorException": {
2262      "type": "structure",
2263      "members": {
2264        "Code": {
2265          "shape": "__string",
2266          "documentation": "<p>The error code.</p>"
2267        },
2268        "Message": {
2269          "shape": "__string",
2270          "documentation": "<p>The message string of the error output.</p>"
2271        }
2272      },
2273      "required": [
2274        "Message",
2275        "Code"
2276      ],
2277      "exception": true,
2278      "error": {
2279        "httpStatusCode": 500
2280      }
2281    },
2282    "Limit": {
2283      "type": "integer",
2284      "min": 1,
2285      "max": 100
2286    },
2287    "ListDiscoverersOutput": {
2288      "type": "structure",
2289      "members": {
2290        "Discoverers": {
2291          "shape": "__listOfDiscovererSummary",
2292          "documentation": "<p>An array of DiscovererSummary information.</p>"
2293        },
2294        "NextToken": {
2295          "shape": "__string",
2296          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2297        }
2298      }
2299    },
2300    "ListDiscoverersRequest": {
2301      "type": "structure",
2302      "members": {
2303        "DiscovererIdPrefix": {
2304          "shape": "__string",
2305          "location": "querystring",
2306          "locationName": "discovererIdPrefix",
2307          "documentation": "<p>Specifying this limits the results to only those discoverer IDs that start with the specified prefix.</p>"
2308        },
2309        "Limit": {
2310          "shape": "__integer",
2311          "location": "querystring",
2312          "locationName": "limit"
2313        },
2314        "NextToken": {
2315          "shape": "__string",
2316          "location": "querystring",
2317          "locationName": "nextToken",
2318          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2319        },
2320        "SourceArnPrefix": {
2321          "shape": "__string",
2322          "location": "querystring",
2323          "locationName": "sourceArnPrefix",
2324          "documentation": "<p>Specifying this limits the results to only those ARNs that start with the specified prefix.</p>"
2325        }
2326      }
2327    },
2328    "ListDiscoverersResponse": {
2329      "type": "structure",
2330      "members": {
2331        "Discoverers": {
2332          "shape": "__listOfDiscovererSummary",
2333          "documentation": "<p>An array of DiscovererSummary information.</p>"
2334        },
2335        "NextToken": {
2336          "shape": "__string",
2337          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2338        }
2339      }
2340    },
2341    "ListRegistriesOutput": {
2342      "type": "structure",
2343      "members": {
2344        "NextToken": {
2345          "shape": "__string",
2346          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2347        },
2348        "Registries": {
2349          "shape": "__listOfRegistrySummary",
2350          "documentation": "<p>An array of registry summaries.</p>"
2351        }
2352      },
2353      "documentation": "<p>List the registries.</p>"
2354    },
2355    "ListRegistriesRequest": {
2356      "type": "structure",
2357      "members": {
2358        "Limit": {
2359          "shape": "__integer",
2360          "location": "querystring",
2361          "locationName": "limit"
2362        },
2363        "NextToken": {
2364          "shape": "__string",
2365          "location": "querystring",
2366          "locationName": "nextToken",
2367          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2368        },
2369        "RegistryNamePrefix": {
2370          "shape": "__string",
2371          "location": "querystring",
2372          "locationName": "registryNamePrefix",
2373          "documentation": "<p>Specifying this limits the results to only those registry names that start with the specified prefix.</p>"
2374        },
2375        "Scope": {
2376          "shape": "__string",
2377          "location": "querystring",
2378          "locationName": "scope",
2379          "documentation": "<p>Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.</p>"
2380        }
2381      }
2382    },
2383    "ListRegistriesResponse": {
2384      "type": "structure",
2385      "members": {
2386        "NextToken": {
2387          "shape": "__string",
2388          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2389        },
2390        "Registries": {
2391          "shape": "__listOfRegistrySummary",
2392          "documentation": "<p>An array of registry summaries.</p>"
2393        }
2394      }
2395    },
2396    "ListSchemaVersionsOutput": {
2397      "type": "structure",
2398      "members": {
2399        "NextToken": {
2400          "shape": "__string",
2401          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2402        },
2403        "SchemaVersions": {
2404          "shape": "__listOfSchemaVersionSummary",
2405          "documentation": "<p>An array of schema version summaries.</p>"
2406        }
2407      }
2408    },
2409    "ListSchemaVersionsRequest": {
2410      "type": "structure",
2411      "members": {
2412        "Limit": {
2413          "shape": "__integer",
2414          "location": "querystring",
2415          "locationName": "limit"
2416        },
2417        "NextToken": {
2418          "shape": "__string",
2419          "location": "querystring",
2420          "locationName": "nextToken",
2421          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2422        },
2423        "RegistryName": {
2424          "shape": "__string",
2425          "location": "uri",
2426          "locationName": "registryName",
2427          "documentation": "<p>The name of the registry.</p>"
2428        },
2429        "SchemaName": {
2430          "shape": "__string",
2431          "location": "uri",
2432          "locationName": "schemaName",
2433          "documentation": "<p>The name of the schema.</p>"
2434        }
2435      },
2436      "required": [
2437        "RegistryName",
2438        "SchemaName"
2439      ]
2440    },
2441    "ListSchemaVersionsResponse": {
2442      "type": "structure",
2443      "members": {
2444        "NextToken": {
2445          "shape": "__string",
2446          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2447        },
2448        "SchemaVersions": {
2449          "shape": "__listOfSchemaVersionSummary",
2450          "documentation": "<p>An array of schema version summaries.</p>"
2451        }
2452      }
2453    },
2454    "ListSchemasOutput": {
2455      "type": "structure",
2456      "members": {
2457        "NextToken": {
2458          "shape": "__string",
2459          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2460        },
2461        "Schemas": {
2462          "shape": "__listOfSchemaSummary",
2463          "documentation": "<p>An array of schema summaries.</p>"
2464        }
2465      }
2466    },
2467    "ListSchemasRequest": {
2468      "type": "structure",
2469      "members": {
2470        "Limit": {
2471          "shape": "__integer",
2472          "location": "querystring",
2473          "locationName": "limit"
2474        },
2475        "NextToken": {
2476          "shape": "__string",
2477          "location": "querystring",
2478          "locationName": "nextToken",
2479          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2480        },
2481        "RegistryName": {
2482          "shape": "__string",
2483          "location": "uri",
2484          "locationName": "registryName",
2485          "documentation": "<p>The name of the registry.</p>"
2486        },
2487        "SchemaNamePrefix": {
2488          "shape": "__string",
2489          "location": "querystring",
2490          "locationName": "schemaNamePrefix",
2491          "documentation": "<p>Specifying this limits the results to only those schema names that start with the specified prefix.</p>"
2492        }
2493      },
2494      "required": [
2495        "RegistryName"
2496      ]
2497    },
2498    "ListSchemasResponse": {
2499      "type": "structure",
2500      "members": {
2501        "NextToken": {
2502          "shape": "__string",
2503          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2504        },
2505        "Schemas": {
2506          "shape": "__listOfSchemaSummary",
2507          "documentation": "<p>An array of schema summaries.</p>"
2508        }
2509      }
2510    },
2511    "ListTagsForResourceOutput": {
2512      "type": "structure",
2513      "members": {
2514        "Tags": {
2515          "shape": "Tags",
2516          "locationName": "tags"
2517        }
2518      }
2519    },
2520    "ListTagsForResourceRequest": {
2521      "type": "structure",
2522      "members": {
2523        "ResourceArn": {
2524          "shape": "__string",
2525          "location": "uri",
2526          "locationName": "resource-arn",
2527          "documentation": "<p>The ARN of the resource.</p>"
2528        }
2529      },
2530      "required": [
2531        "ResourceArn"
2532      ]
2533    },
2534    "ListTagsForResourceResponse": {
2535      "type": "structure",
2536      "members": {
2537        "Tags": {
2538          "shape": "Tags",
2539          "locationName": "tags"
2540        }
2541      }
2542    },
2543    "NotFoundException": {
2544      "type": "structure",
2545      "members": {
2546        "Code": {
2547          "shape": "__string",
2548          "documentation": "<p>The error code.</p>"
2549        },
2550        "Message": {
2551          "shape": "__string",
2552          "documentation": "<p>The message string of the error output.</p>"
2553        }
2554      },
2555      "required": [
2556        "Message",
2557        "Code"
2558      ],
2559      "exception": true,
2560      "error": {
2561        "httpStatusCode": 404
2562      }
2563    },
2564    "PreconditionFailedException": {
2565      "type": "structure",
2566      "members": {
2567        "Code": {
2568          "shape": "__string",
2569          "documentation": "<p>The error code.</p>"
2570        },
2571        "Message": {
2572          "shape": "__string",
2573          "documentation": "<p>The message string of the error output.</p>"
2574        }
2575      },
2576      "required": [
2577        "Message",
2578        "Code"
2579      ],
2580      "exception": true,
2581      "error": {
2582        "httpStatusCode": 412
2583      }
2584    },
2585    "PutCodeBindingRequest": {
2586      "type": "structure",
2587      "members": {
2588        "Language": {
2589          "shape": "__string",
2590          "location": "uri",
2591          "locationName": "language",
2592          "documentation": "<p>The language of the code binding.</p>"
2593        },
2594        "RegistryName": {
2595          "shape": "__string",
2596          "location": "uri",
2597          "locationName": "registryName",
2598          "documentation": "<p>The name of the registry.</p>"
2599        },
2600        "SchemaName": {
2601          "shape": "__string",
2602          "location": "uri",
2603          "locationName": "schemaName",
2604          "documentation": "<p>The name of the schema.</p>"
2605        },
2606        "SchemaVersion": {
2607          "shape": "__string",
2608          "location": "querystring",
2609          "locationName": "schemaVersion",
2610          "documentation": "<p>Specifying this limits the results to only this schema version.</p>"
2611        }
2612      },
2613      "required": [
2614        "RegistryName",
2615        "SchemaName",
2616        "Language"
2617      ]
2618    },
2619    "PutCodeBindingResponse": {
2620      "type": "structure",
2621      "members": {
2622        "CreationDate": {
2623          "shape": "__timestampIso8601",
2624          "documentation": "<p>The time and date that the code binding was created.</p>"
2625        },
2626        "LastModified": {
2627          "shape": "__timestampIso8601",
2628          "documentation": "<p>The date and time that code bindings were modified.</p>"
2629        },
2630        "SchemaVersion": {
2631          "shape": "__string",
2632          "documentation": "<p>The version number of the schema.</p>"
2633        },
2634        "Status": {
2635          "shape": "CodeGenerationStatus",
2636          "documentation": "<p>The current status of code binding generation.</p>"
2637        }
2638      }
2639    },
2640    "PutResourcePolicyInput": {
2641      "type": "structure",
2642      "members": {
2643        "Policy": {
2644          "shape": "__string",
2645          "documentation": "<p>The resource-based policy.</p>",
2646          "jsonvalue": true
2647        },
2648        "RevisionId": {
2649          "shape": "__string",
2650          "documentation": "<p>The revision ID of the policy.</p>"
2651        }
2652      },
2653      "documentation": "<p>Only update the policy if the revision ID matches the ID that's specified. Use this option to avoid modifying a policy that has changed since you last read it.</p>",
2654      "required": [
2655        "Policy"
2656      ]
2657    },
2658    "PutResourcePolicyOutput": {
2659      "type": "structure",
2660      "members": {
2661        "Policy": {
2662          "shape": "__string",
2663          "documentation": "<p>The resource-based policy.</p>",
2664          "jsonvalue": true
2665        },
2666        "RevisionId": {
2667          "shape": "__string",
2668          "documentation": "<p>The revision ID of the policy.</p>"
2669        }
2670      },
2671      "documentation": "<p>The resource-based policy.</p>"
2672    },
2673    "PutResourcePolicyRequest": {
2674      "type": "structure",
2675      "members": {
2676        "Policy": {
2677          "shape": "__string",
2678          "documentation": "<p>The resource-based policy.</p>",
2679          "jsonvalue": true
2680        },
2681        "RegistryName": {
2682          "shape": "__string",
2683          "location": "querystring",
2684          "locationName": "registryName",
2685          "documentation": "<p>The name of the registry.</p>"
2686        },
2687        "RevisionId": {
2688          "shape": "__string",
2689          "documentation": "<p>The revision ID of the policy.</p>"
2690        }
2691      },
2692      "documentation": "<p>The name of the policy.</p>",
2693      "required": [
2694        "Policy"
2695      ]
2696    },
2697    "PutResourcePolicyResponse": {
2698      "type": "structure",
2699      "members": {
2700        "Policy": {
2701          "shape": "__string",
2702          "documentation": "<p>The resource-based policy.</p>",
2703          "jsonvalue": true
2704        },
2705        "RevisionId": {
2706          "shape": "__string",
2707          "documentation": "<p>The revision ID of the policy.</p>"
2708        }
2709      }
2710    },
2711    "RegistryOutput": {
2712      "type": "structure",
2713      "members": {
2714        "Description": {
2715          "shape": "__string",
2716          "documentation": "<p>The description of the registry.</p>"
2717        },
2718        "RegistryArn": {
2719          "shape": "__string",
2720          "documentation": "<p>The ARN of the registry.</p>"
2721        },
2722        "RegistryName": {
2723          "shape": "__string",
2724          "documentation": "<p>The name of the registry.</p>"
2725        },
2726        "Tags": {
2727          "shape": "Tags",
2728          "locationName": "tags",
2729          "documentation": "<p>Tags associated with the registry.</p>"
2730        }
2731      }
2732    },
2733    "RegistrySummary": {
2734      "type": "structure",
2735      "members": {
2736        "RegistryArn": {
2737          "shape": "__string",
2738          "documentation": "<p>The ARN of the registry.</p>"
2739        },
2740        "RegistryName": {
2741          "shape": "__string",
2742          "documentation": "<p>The name of the registry.</p>"
2743        },
2744        "Tags": {
2745          "shape": "Tags",
2746          "locationName": "tags",
2747          "documentation": "<p>Tags associated with the registry.</p>"
2748        }
2749      }
2750    },
2751    "SchemaOutput": {
2752      "type": "structure",
2753      "members": {
2754        "Description": {
2755          "shape": "__string",
2756          "documentation": "<p>The description of the schema.</p>"
2757        },
2758        "LastModified": {
2759          "shape": "__timestampIso8601",
2760          "documentation": "<p>The date and time that schema was modified.</p>"
2761        },
2762        "SchemaArn": {
2763          "shape": "__string",
2764          "documentation": "<p>The ARN of the schema.</p>"
2765        },
2766        "SchemaName": {
2767          "shape": "__string",
2768          "documentation": "<p>The name of the schema.</p>"
2769        },
2770        "SchemaVersion": {
2771          "shape": "__string",
2772          "documentation": "<p>The version number of the schema</p>"
2773        },
2774        "Tags": {
2775          "shape": "Tags",
2776          "locationName": "tags"
2777        },
2778        "Type": {
2779          "shape": "__string",
2780          "documentation": "<p>The type of the schema.</p>"
2781        },
2782        "VersionCreatedDate": {
2783          "shape": "__timestampIso8601",
2784          "documentation": "<p>The date the schema version was created.</p>"
2785        }
2786      }
2787    },
2788    "SchemaSummary": {
2789      "type": "structure",
2790      "members": {
2791        "LastModified": {
2792          "shape": "__timestampIso8601",
2793          "documentation": "<p>The date and time that schema was modified.</p>"
2794        },
2795        "SchemaArn": {
2796          "shape": "__string",
2797          "documentation": "<p>The ARN of the schema.</p>"
2798        },
2799        "SchemaName": {
2800          "shape": "__string",
2801          "documentation": "<p>The name of the schema.</p>"
2802        },
2803        "Tags": {
2804          "shape": "Tags",
2805          "locationName": "tags",
2806          "documentation": "<p>Tags associated with the schema.</p>"
2807        },
2808        "VersionCount": {
2809          "shape": "__long",
2810          "documentation": "<p>The number of versions available for the schema.</p>"
2811        }
2812      },
2813      "documentation": "<p>A summary of schema details.</p>"
2814    },
2815    "SchemaVersionSummary": {
2816      "type": "structure",
2817      "members": {
2818        "SchemaArn": {
2819          "shape": "__string",
2820          "documentation": "<p>The ARN of the schema version.</p>"
2821        },
2822        "SchemaName": {
2823          "shape": "__string",
2824          "documentation": "<p>The name of the schema.</p>"
2825        },
2826        "SchemaVersion": {
2827          "shape": "__string",
2828          "documentation": "<p>The version number of the schema.</p>"
2829        },
2830        "Type": {
2831          "shape": "Type",
2832          "documentation": "<p>The type of schema.</p>"
2833        }
2834      }
2835    },
2836    "SearchSchemaSummary": {
2837      "type": "structure",
2838      "members": {
2839        "RegistryName": {
2840          "shape": "__string",
2841          "documentation": "<p>The name of the registry.</p>"
2842        },
2843        "SchemaArn": {
2844          "shape": "__string",
2845          "documentation": "<p>The ARN of the schema.</p>"
2846        },
2847        "SchemaName": {
2848          "shape": "__string",
2849          "documentation": "<p>The name of the schema.</p>"
2850        },
2851        "SchemaVersions": {
2852          "shape": "__listOfSearchSchemaVersionSummary",
2853          "documentation": "<p>An array of schema version summaries.</p>"
2854        }
2855      }
2856    },
2857    "SearchSchemaVersionSummary": {
2858      "type": "structure",
2859      "members": {
2860        "CreatedDate": {
2861          "shape": "__timestampIso8601",
2862          "documentation": "<p>The date the schema version was created.</p>"
2863        },
2864        "SchemaVersion": {
2865          "shape": "__string",
2866          "documentation": "<p>The version number of the schema</p>"
2867        },
2868        "Type": {
2869          "shape": "Type",
2870          "documentation": "<p>The type of schema.</p>"
2871        }
2872      }
2873    },
2874    "SearchSchemasOutput": {
2875      "type": "structure",
2876      "members": {
2877        "NextToken": {
2878          "shape": "__string",
2879          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2880        },
2881        "Schemas": {
2882          "shape": "__listOfSearchSchemaSummary",
2883          "documentation": "<p>An array of SearchSchemaSummary information.</p>"
2884        }
2885      }
2886    },
2887    "SearchSchemasRequest": {
2888      "type": "structure",
2889      "members": {
2890        "Keywords": {
2891          "shape": "__string",
2892          "location": "querystring",
2893          "locationName": "keywords",
2894          "documentation": "<p>Specifying this limits the results to only schemas that include the provided keywords.</p>"
2895        },
2896        "Limit": {
2897          "shape": "__integer",
2898          "location": "querystring",
2899          "locationName": "limit"
2900        },
2901        "NextToken": {
2902          "shape": "__string",
2903          "location": "querystring",
2904          "locationName": "nextToken",
2905          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2906        },
2907        "RegistryName": {
2908          "shape": "__string",
2909          "location": "uri",
2910          "locationName": "registryName",
2911          "documentation": "<p>The name of the registry.</p>"
2912        }
2913      },
2914      "required": [
2915        "RegistryName",
2916        "Keywords"
2917      ]
2918    },
2919    "SearchSchemasResponse": {
2920      "type": "structure",
2921      "members": {
2922        "NextToken": {
2923          "shape": "__string",
2924          "documentation": "<p>The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.</p>"
2925        },
2926        "Schemas": {
2927          "shape": "__listOfSearchSchemaSummary",
2928          "documentation": "<p>An array of SearchSchemaSummary information.</p>"
2929        }
2930      }
2931    },
2932    "ServiceUnavailableException": {
2933      "type": "structure",
2934      "members": {
2935        "Code": {
2936          "shape": "__string",
2937          "documentation": "<p>The error code.</p>"
2938        },
2939        "Message": {
2940          "shape": "__string",
2941          "documentation": "<p>The message string of the error output.</p>"
2942        }
2943      },
2944      "required": [
2945        "Message",
2946        "Code"
2947      ],
2948      "exception": true,
2949      "error": {
2950        "httpStatusCode": 503
2951      }
2952    },
2953    "StartDiscovererRequest": {
2954      "type": "structure",
2955      "members": {
2956        "DiscovererId": {
2957          "shape": "__string",
2958          "location": "uri",
2959          "locationName": "discovererId",
2960          "documentation": "<p>The ID of the discoverer.</p>"
2961        }
2962      },
2963      "required": [
2964        "DiscovererId"
2965      ]
2966    },
2967    "StartDiscovererResponse": {
2968      "type": "structure",
2969      "members": {
2970        "DiscovererId": {
2971          "shape": "__string",
2972          "documentation": "<p>The ID of the discoverer.</p>"
2973        },
2974        "State": {
2975          "shape": "DiscovererState",
2976          "documentation": "<p>The state of the discoverer.</p>"
2977        }
2978      }
2979    },
2980    "StopDiscovererRequest": {
2981      "type": "structure",
2982      "members": {
2983        "DiscovererId": {
2984          "shape": "__string",
2985          "location": "uri",
2986          "locationName": "discovererId",
2987          "documentation": "<p>The ID of the discoverer.</p>"
2988        }
2989      },
2990      "required": [
2991        "DiscovererId"
2992      ]
2993    },
2994    "StopDiscovererResponse": {
2995      "type": "structure",
2996      "members": {
2997        "DiscovererId": {
2998          "shape": "__string",
2999          "documentation": "<p>The ID of the discoverer.</p>"
3000        },
3001        "State": {
3002          "shape": "DiscovererState",
3003          "documentation": "<p>The state of the discoverer.</p>"
3004        }
3005      }
3006    },
3007    "TagResourceInput": {
3008      "type": "structure",
3009      "members": {
3010        "Tags": {
3011          "shape": "Tags",
3012          "locationName": "tags",
3013          "documentation": "<p>Tags associated with the resource.</p>"
3014        }
3015      },
3016      "required": [
3017        "Tags"
3018      ]
3019    },
3020    "TagResourceRequest": {
3021      "type": "structure",
3022      "members": {
3023        "ResourceArn": {
3024          "shape": "__string",
3025          "location": "uri",
3026          "locationName": "resource-arn",
3027          "documentation": "<p>The ARN of the resource.</p>"
3028        },
3029        "Tags": {
3030          "shape": "Tags",
3031          "locationName": "tags",
3032          "documentation": "<p>Tags associated with the resource.</p>"
3033        }
3034      },
3035      "documentation": "<p></p>",
3036      "required": [
3037        "ResourceArn",
3038        "Tags"
3039      ]
3040    },
3041    "Tags": {
3042      "type": "map",
3043      "documentation": "<p>Key-value pairs associated with a resource.</p>",
3044      "key": {
3045        "shape": "__string"
3046      },
3047      "value": {
3048        "shape": "__string"
3049      }
3050    },
3051    "TooManyRequestsException": {
3052      "type": "structure",
3053      "members": {
3054        "Code": {
3055          "shape": "__string",
3056          "documentation": "<p>The error code.</p>"
3057        },
3058        "Message": {
3059          "shape": "__string",
3060          "documentation": "<p>The message string of the error output.</p>"
3061        }
3062      },
3063      "required": [
3064        "Message",
3065        "Code"
3066      ],
3067      "exception": true,
3068      "error": {
3069        "httpStatusCode": 429
3070      }
3071    },
3072    "Type": {
3073      "type": "string",
3074      "enum": [
3075        "OpenApi3",
3076        "JSONSchemaDraft4"
3077      ]
3078    },
3079    "UnauthorizedException": {
3080      "type": "structure",
3081      "members": {
3082        "Code": {
3083          "shape": "__string",
3084          "documentation": "<p>The error code.</p>"
3085        },
3086        "Message": {
3087          "shape": "__string",
3088          "documentation": "<p>The message string of the error output.</p>"
3089        }
3090      },
3091      "required": [
3092        "Message",
3093        "Code"
3094      ],
3095      "exception": true,
3096      "error": {
3097        "httpStatusCode": 401
3098      }
3099    },
3100    "UntagResourceRequest": {
3101      "type": "structure",
3102      "members": {
3103        "ResourceArn": {
3104          "shape": "__string",
3105          "location": "uri",
3106          "locationName": "resource-arn",
3107          "documentation": "<p>The ARN of the resource.</p>"
3108        },
3109        "TagKeys": {
3110          "shape": "__listOf__string",
3111          "location": "querystring",
3112          "locationName": "tagKeys",
3113          "documentation": "<p>Keys of key-value pairs.</p>"
3114        }
3115      },
3116      "required": [
3117        "TagKeys",
3118        "ResourceArn"
3119      ]
3120    },
3121    "UpdateDiscovererInput": {
3122      "type": "structure",
3123      "members": {
3124        "Description": {
3125          "shape": "__stringMin0Max256",
3126          "documentation": "<p>The description of the discoverer to update.</p>"
3127        },
3128        "CrossAccount": {
3129          "shape": "__boolean",
3130          "documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true)</p>"
3131        }
3132      }
3133    },
3134    "UpdateDiscovererRequest": {
3135      "type": "structure",
3136      "members": {
3137        "Description": {
3138          "shape": "__stringMin0Max256",
3139          "documentation": "<p>The description of the discoverer to update.</p>"
3140        },
3141        "DiscovererId": {
3142          "shape": "__string",
3143          "location": "uri",
3144          "locationName": "discovererId",
3145          "documentation": "<p>The ID of the discoverer.</p>"
3146        },
3147        "CrossAccount": {
3148          "shape": "__boolean",
3149          "documentation": "<p>Support discovery of schemas in events sent to the bus from another account. (default: true)</p>"
3150        }
3151      },
3152      "required": [
3153        "DiscovererId"
3154      ]
3155    },
3156    "UpdateDiscovererResponse": {
3157      "type": "structure",
3158      "members": {
3159        "Description": {
3160          "shape": "__string",
3161          "documentation": "<p>The description of the discoverer.</p>"
3162        },
3163        "DiscovererArn": {
3164          "shape": "__string",
3165          "documentation": "<p>The ARN of the discoverer.</p>"
3166        },
3167        "DiscovererId": {
3168          "shape": "__string",
3169          "documentation": "<p>The ID of the discoverer.</p>"
3170        },
3171        "SourceArn": {
3172          "shape": "__string",
3173          "documentation": "<p>The ARN of the event bus.</p>"
3174        },
3175        "State": {
3176          "shape": "DiscovererState",
3177          "documentation": "<p>The state of the discoverer.</p>"
3178        },
3179        "CrossAccount": {
3180          "shape": "__boolean",
3181          "documentation": "<p>The Status if the discoverer will discover schemas from events sent from another account.</p>"
3182        },
3183        "Tags": {
3184          "shape": "Tags",
3185          "locationName": "tags",
3186          "documentation": "<p>Tags associated with the resource.</p>"
3187        }
3188      }
3189    },
3190    "UpdateRegistryInput": {
3191      "type": "structure",
3192      "members": {
3193        "Description": {
3194          "shape": "__stringMin0Max256",
3195          "documentation": "<p>The description of the registry to update.</p>"
3196        }
3197      }
3198    },
3199    "UpdateRegistryRequest": {
3200      "type": "structure",
3201      "members": {
3202        "Description": {
3203          "shape": "__stringMin0Max256",
3204          "documentation": "<p>The description of the registry to update.</p>"
3205        },
3206        "RegistryName": {
3207          "shape": "__string",
3208          "location": "uri",
3209          "locationName": "registryName",
3210          "documentation": "<p>The name of the registry.</p>"
3211        }
3212      },
3213      "documentation": "<p>Updates the registry.</p>",
3214      "required": [
3215        "RegistryName"
3216      ]
3217    },
3218    "UpdateRegistryResponse": {
3219      "type": "structure",
3220      "members": {
3221        "Description": {
3222          "shape": "__string",
3223          "documentation": "<p>The description of the registry.</p>"
3224        },
3225        "RegistryArn": {
3226          "shape": "__string",
3227          "documentation": "<p>The ARN of the registry.</p>"
3228        },
3229        "RegistryName": {
3230          "shape": "__string",
3231          "documentation": "<p>The name of the registry.</p>"
3232        },
3233        "Tags": {
3234          "shape": "Tags",
3235          "locationName": "tags",
3236          "documentation": "<p>Tags associated with the registry.</p>"
3237        }
3238      }
3239    },
3240    "UpdateSchemaInput": {
3241      "type": "structure",
3242      "members": {
3243        "ClientTokenId": {
3244          "shape": "__stringMin0Max36",
3245          "documentation": "<p>The ID of the client token.</p>",
3246          "idempotencyToken": true
3247        },
3248        "Content": {
3249          "shape": "__stringMin1Max100000",
3250          "documentation": "<p>The source of the schema definition.</p>"
3251        },
3252        "Description": {
3253          "shape": "__stringMin0Max256",
3254          "documentation": "<p>The description of the schema.</p>"
3255        },
3256        "Type": {
3257          "shape": "Type",
3258          "documentation": "<p>The schema type for the events schema.</p>"
3259        }
3260      }
3261    },
3262    "UpdateSchemaRequest": {
3263      "type": "structure",
3264      "members": {
3265        "ClientTokenId": {
3266          "shape": "__stringMin0Max36",
3267          "documentation": "<p>The ID of the client token.</p>",
3268          "idempotencyToken": true
3269        },
3270        "Content": {
3271          "shape": "__stringMin1Max100000",
3272          "documentation": "<p>The source of the schema definition.</p>"
3273        },
3274        "Description": {
3275          "shape": "__stringMin0Max256",
3276          "documentation": "<p>The description of the schema.</p>"
3277        },
3278        "RegistryName": {
3279          "shape": "__string",
3280          "location": "uri",
3281          "locationName": "registryName",
3282          "documentation": "<p>The name of the registry.</p>"
3283        },
3284        "SchemaName": {
3285          "shape": "__string",
3286          "location": "uri",
3287          "locationName": "schemaName",
3288          "documentation": "<p>The name of the schema.</p>"
3289        },
3290        "Type": {
3291          "shape": "Type",
3292          "documentation": "<p>The schema type for the events schema.</p>"
3293        }
3294      },
3295      "required": [
3296        "RegistryName",
3297        "SchemaName"
3298      ]
3299    },
3300    "UpdateSchemaResponse": {
3301      "type": "structure",
3302      "members": {
3303        "Description": {
3304          "shape": "__string",
3305          "documentation": "<p>The description of the schema.</p>"
3306        },
3307        "LastModified": {
3308          "shape": "__timestampIso8601",
3309          "documentation": "<p>The date and time that schema was modified.</p>"
3310        },
3311        "SchemaArn": {
3312          "shape": "__string",
3313          "documentation": "<p>The ARN of the schema.</p>"
3314        },
3315        "SchemaName": {
3316          "shape": "__string",
3317          "documentation": "<p>The name of the schema.</p>"
3318        },
3319        "SchemaVersion": {
3320          "shape": "__string",
3321          "documentation": "<p>The version number of the schema</p>"
3322        },
3323        "Tags": {
3324          "shape": "Tags",
3325          "locationName": "tags"
3326        },
3327        "Type": {
3328          "shape": "__string",
3329          "documentation": "<p>The type of the schema.</p>"
3330        },
3331        "VersionCreatedDate": {
3332          "shape": "__timestampIso8601",
3333          "documentation": "<p>The date the schema version was created.</p>"
3334        }
3335      }
3336    },
3337    "__boolean": {
3338      "type": "boolean"
3339    },
3340    "__double": {
3341      "type": "double"
3342    },
3343    "__integer": {
3344      "type": "integer"
3345    },
3346    "__integerMin1Max29000": {
3347      "type": "integer",
3348      "min": 1,
3349      "max": 29000
3350    },
3351    "__listOfDiscovererSummary": {
3352      "type": "list",
3353      "member": {
3354        "shape": "DiscovererSummary"
3355      }
3356    },
3357    "__listOfGetDiscoveredSchemaVersionItemInput": {
3358      "type": "list",
3359      "min": 1,
3360      "max": 10,
3361      "member": {
3362        "shape": "GetDiscoveredSchemaVersionItemInput"
3363      }
3364    },
3365    "__listOfRegistrySummary": {
3366      "type": "list",
3367      "member": {
3368        "shape": "RegistrySummary"
3369      }
3370    },
3371    "__listOfSchemaSummary": {
3372      "type": "list",
3373      "member": {
3374        "shape": "SchemaSummary"
3375      }
3376    },
3377    "__listOfSchemaVersionSummary": {
3378      "type": "list",
3379      "member": {
3380        "shape": "SchemaVersionSummary"
3381      }
3382    },
3383    "__listOfSearchSchemaSummary": {
3384      "type": "list",
3385      "member": {
3386        "shape": "SearchSchemaSummary"
3387      }
3388    },
3389    "__listOfSearchSchemaVersionSummary": {
3390      "type": "list",
3391      "member": {
3392        "shape": "SearchSchemaVersionSummary"
3393      }
3394    },
3395    "__listOf__string": {
3396      "type": "list",
3397      "member": {
3398        "shape": "__string"
3399      }
3400    },
3401    "__long": {
3402      "type": "long"
3403    },
3404    "__string": {
3405      "type": "string"
3406    },
3407    "__stringMin0Max256": {
3408      "type": "string",
3409      "min": 0,
3410      "max": 256
3411    },
3412    "__stringMin0Max36": {
3413      "type": "string",
3414      "min": 0,
3415      "max": 36
3416    },
3417    "__stringMin1Max100000": {
3418      "type": "string",
3419      "min": 1,
3420      "max": 100000
3421    },
3422    "__stringMin1Max1600": {
3423      "type": "string",
3424      "min": 1,
3425      "max": 1600
3426    },
3427    "__stringMin20Max1600": {
3428      "type": "string",
3429      "min": 20,
3430      "max": 1600
3431    },
3432    "__timestampIso8601": {
3433      "type": "timestamp",
3434      "timestampFormat": "iso8601"
3435    },
3436    "__timestampUnix": {
3437      "type": "timestamp",
3438      "timestampFormat": "unixTimestamp"
3439    },
3440    "Body": {
3441      "type": "blob"
3442    }
3443  },
3444  "documentation": "<p>Amazon EventBridge Schema Registry</p>"
3445}
3446