Module Values.AddApplicationInputResponseSource

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. applicationARN : ResourceARN.t option;
    (*

    The Amazon Resource Name (ARN) of the application.

    *)
  2. applicationVersionId : ApplicationVersionId.t option;
    (*

    Provides the current application version.

    *)
  3. inputDescriptions : InputDescriptions.t option;
    (*

    Describes the application input configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `CodeValidationException of CodeValidationException.t
  2. | `ConcurrentModificationException of ConcurrentModificationException.t
  3. | `InvalidArgumentException of InvalidArgumentException.t
  4. | `InvalidRequestException of InvalidRequestException.t
  5. | `ResourceInUseException of ResourceInUseException.t
  6. | `ResourceNotFoundException of ResourceNotFoundException.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval make : ?applicationARN:??? -> ?applicationVersionId:??? -> ?inputDescriptions:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `CodeValidationException of CodeValidationException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidRequestException of InvalidRequestException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `CodeValidationException of CodeValidationException.t | `ConcurrentModificationException of ConcurrentModificationException.t | `InvalidArgumentException of InvalidArgumentException.t | `InvalidRequestException of InvalidRequestException.t | `ResourceInUseException of ResourceInUseException.t | `ResourceNotFoundException of ResourceNotFoundException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of InAppStreamName.t ] list | `String of Id.t | `Structure of (string * [> `Enum 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 | `Long of ApplicationVersionId.t | `String of ResourceARN.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