Values.DescribeStreamSummaryInputSourceProvides a summarized description of the specified Kinesis data stream without the shard list. When invoking this API, you must use either the StreamARN or the StreamName parameter, or both. It is recommended that you use the StreamARN input parameter when you invoke this API. The information returned includes the stream name, Amazon Resource Name (ARN), status, record retention period, approximate creation time, monitoring, encryption details, and open shard count. DescribeStreamSummary has a limit of 20 transactions per second per account.
type nonrec t = {streamName : StreamName.t option;The name of the stream to describe.
*)streamARN : StreamARN.t option;The ARN of the stream.
*)streamId : StreamId.t option;Not Implemented. Reserved for future use.
*)}