Values_1.RegistryIdSourceA wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
type nonrec t = {registryName : Values_0.SchemaRegistryNameString.t option;Name of the registry. Used only for lookup. One of RegistryArn or RegistryName has to be provided.
*)registryArn : Values_0.GlueResourceArn.t option;Arn of the registry to be updated. One of RegistryArn or RegistryName has to be provided.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of Values_0.SchemaRegistryNameString.t ]) list ]