Values.SearchSchemasResponseSourceSearch the schemas
type nonrec t = {nextToken : string option;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.
*)schemas : SearchSchemaSummary.t list option;An array of SearchSchemaSummary information.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ForbiddenException of ForbiddenException.t
| `InternalServerErrorException of InternalServerErrorException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnauthorizedException of UnauthorizedException.t
| `Unknown_operation_error of string * string option ]