Values.UpdateKinesisStreamingDestinationInputSourceThe command to update the Kinesis stream destination.
type nonrec t = {tableName : TableArn.t;The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.
*)streamArn : StreamArn.t;The Amazon Resource Name (ARN) for the Kinesis stream input.
*)updateKinesisStreamingConfiguration : UpdateKinesisStreamingConfiguration.t
option;The command to update the Kinesis stream configuration.
*)}val make :
?updateKinesisStreamingConfiguration:??? ->
tableName:TableArn.t ->
streamArn:StreamArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TableArn.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]