Values.InputUpdateSourceDescribes updates to a specific input configuration (identified by the InputId of an application).
type nonrec t = {inputId : Id.t;Input ID of the application input to be updated.
*)namePrefixUpdate : InAppStreamName.t option;Name prefix for in-application streams that Amazon Kinesis Analytics creates for the specific streaming source.
*)inputProcessingConfigurationUpdate : InputProcessingConfigurationUpdate.t
option;Describes updates for an input processing configuration.
*)kinesisStreamsInputUpdate : KinesisStreamsInputUpdate.t option;If an Amazon Kinesis stream is the streaming source to be updated, provides an updated stream Amazon Resource Name (ARN) and IAM role ARN.
*)kinesisFirehoseInputUpdate : KinesisFirehoseInputUpdate.t option;If an Amazon Kinesis Firehose delivery stream is the streaming source to be updated, provides an updated stream ARN and IAM role ARN.
*)inputSchemaUpdate : InputSchemaUpdate.t option;Describes the data format on the streaming source, and how record elements on the streaming source map to columns of the in-application stream that is created.
*)inputParallelismUpdate : InputParallelismUpdate.t option;Describes the parallelism updates (the number in-application streams Amazon Kinesis Analytics creates for the specific streaming source).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Id.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 ]