Module Values_2.LocationSource

The location of resources.

Sourcetype nonrec t = {
  1. jdbc : Values_1.CodeGenNodeArgs.t option;
    (*

    A JDBC location.

    *)
  2. s3 : Values_1.CodeGenNodeArgs.t option;
    (*

    An Amazon Simple Storage Service (Amazon S3) location.

    *)
  3. dynamoDB : Values_1.CodeGenNodeArgs.t option;
    (*

    An Amazon DynamoDB table location.

    *)
}
Sourceval make : ?jdbc:??? -> ?s3:??? -> ?dynamoDB:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Values_0.Boolean.t | `String of string ]) list ] 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