Module Values.ExportSchemaOutputSource

Sourcetype nonrec t = {
  1. content : string option;
  2. schemaArn : string option;
  3. schemaName : string option;
  4. schemaVersion : string option;
  5. type_ : string option;
}
Sourceval make : ?content:??? -> ?schemaArn:??? -> ?schemaName:??? -> ?schemaVersion:??? -> ?type_:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string ]) 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