Module Values.AdapterVersionDatasetConfigSource

The dataset configuration options for a given version of an adapter. Can include an Amazon S3 bucket if specified.

Sourcetype nonrec t = {
  1. manifestS3Object : S3Object.t option;
}
Sourceval make : ?manifestS3Object:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of S3Bucket.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