Values.UpdateSchemaResponseSourceUpdates the schema definition Inactive schemas will be deleted after two years.
type nonrec t = {description : string option;The description of the schema.
*)lastModified : string option;The date and time that schema was modified.
*)schemaArn : string option;The ARN of the schema.
*)schemaName : string option;The name of the schema.
*)schemaVersion : string option;The version number of the schema
*)type_ : string option;The type of the schema.
*)versionCreatedDate : string option;The date the schema version was created.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ForbiddenException of ForbiddenException.t| `InternalServerErrorException of InternalServerErrorException.t| `NotFoundException of NotFoundException.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
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.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
| `NotFoundException of NotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]