Module Values.AddApplicationInputRequestSource

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    Name of your existing Amazon Kinesis Analytics application to which you want to add the streaming source.

    *)
  2. currentApplicationVersionId : ApplicationVersionId.t;
    (*

    Current version of your Amazon Kinesis Analytics application. You can use the DescribeApplication operation to find the current application version.

    *)
  3. input : Input.t;
    (*

    The Input to add.

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> currentApplicationVersionId:ApplicationVersionId.t -> input:Input.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of ApplicationVersionId.t | `String of ApplicationName.t | `Structure of (string * [> `String of InAppStreamName.t | `Structure of (string * [> `Integer of InputParallelismCount.t | `List of [> `Structure of (string * [> `String of RecordColumnName.t ]) list ] list | `String of ResourceARN.t | `Structure of (string * [> `Enum of string | `String of ResourceARN.t | `Structure of (string * [> `Structure of (string * [> `String of RecordRowPath.t ]) list ]) list ]) list ]) 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