Values_2.UpdateRegistryInputSourceUpdates an existing registry which is used to hold a collection of schemas. The updated properties relate to the registry, and do not modify any of the schemas within the registry.
type nonrec t = {registryId : Values_1.RegistryId.t;This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
*)description : Values_0.DescriptionString.t;A description of the registry. If description is not provided, this field will not be updated.
*)}val make :
registryId:Values_1.RegistryId.t ->
description:Values_0.DescriptionString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.DescriptionString.t
| `Structure of
(string * [> `String of Values_0.SchemaRegistryNameString.t ]) list ])
list ]