Module Values.CustomPluginSource

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

Sourcetype nonrec t = {
  1. customPluginArn : string;
    (*

    The Amazon Resource Name (ARN) of the custom plugin.

    *)
  2. revision : Awso.Import.Int64.t;
    (*

    The revision of the custom plugin.

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