Module Values.S3ReferenceDataSourceUpdateSource

For a SQL-based Kinesis Data Analytics application, describes the Amazon S3 bucket name and object key name for an in-application reference table.

Sourcetype nonrec t = {
  1. bucketARNUpdate : BucketARN.t option;
    (*

    The Amazon Resource Name (ARN) of the S3 bucket.

    *)
  2. fileKeyUpdate : FileKey.t option;
    (*

    The object key name.

    *)
}
Sourceval make : ?bucketARNUpdate:??? -> ?fileKeyUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of BucketARN.t ]) 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