Values.UpdateKinesisStreamingDestinationOutputSourceThe command to update the Kinesis stream destination.
type nonrec t = {tableName : TableName.t option;The table name for the Kinesis streaming destination output.
*)streamArn : StreamArn.t option;The ARN for the Kinesis stream input.
*)destinationStatus : DestinationStatus.t option;The status of the attempt to update the Kinesis streaming destination output.
*)updateKinesisStreamingConfiguration : UpdateKinesisStreamingConfiguration.t
option;The command to update the Kinesis streaming destination configuration.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `LimitExceededException of LimitExceededException.t| `ResourceInUseException of ResourceInUseException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `LimitExceededException of LimitExceededException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `LimitExceededException of LimitExceededException.t
| `ResourceInUseException of ResourceInUseException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of TableName.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]