Module Values.AddApplicationInputRequestSource

Adds a streaming source to your SQL-based Kinesis Data Analytics application. You can add a streaming source when you create an application, or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication. Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version.

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

    The name of your existing application to which you want to add the streaming source.

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

    The current version of your application. You must provide the ApplicationVersionID or the ConditionalToken.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