Module Values_2.GetRegistryInputSource

Describes the specified registry in detail.

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

    *)
}
Sourceval context_ : string
Sourceval make : registryId:Values_1.RegistryId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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