Values.DescribeKinesisStreamingDestinationOutputSourceReturns information about the status of Kinesis streaming.
type nonrec t = {tableName : TableName.t option;The name of the table being described.
*)kinesisDataStreamDestinations : KinesisDataStreamDestinations.t option;The list of replica structures for the table being described.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `Enum of string | `String of StreamArn.t ])
list ]
list
| `String of TableName.t ])
list ]