Module Values_2.UpdateRegistryInputSource

Updates 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.

Sourcetype nonrec t = {
  1. registryId : Values_1.RegistryId.t;
    (*

    This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).

    *)
  2. description : Values_0.DescriptionString.t;
    (*

    A description of the registry. If description is not provided, this field will not be updated.

    *)
}
Sourceval context_ : string
Sourceval make : registryId:Values_1.RegistryId.t -> description:Values_0.DescriptionString.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.DescriptionString.t | `Structure of (string * [> `String of Values_0.SchemaRegistryNameString.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t