Values.DescribeStreamInputSourceReturns the most current information about the specified stream. You must specify either the StreamName or the StreamARN.
type nonrec t = {streamName : StreamName.t option;The name of the stream.
*)streamARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the stream.
*)}