Module Values.CustomPluginLocationDescriptionSource

Information about the location of a custom plugin.

Sourcetype nonrec t = {
  1. s3Location : S3LocationDescription.t option;
    (*

    The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.

    *)
}
Sourceval make : ?s3Location:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `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