Module Values.PluginSource

A plugin is an Amazon Web Services resource that contains the code that defines your connector logic.

Sourcetype nonrec t = {
  1. customPlugin : CustomPlugin.t;
    (*

    Details about a custom plugin.

    *)
}
Sourceval context_ : string
Sourceval make : customPlugin:CustomPlugin.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Long of Awso.Import.Int64.t | `String of string ]) 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