Values.DescribeStreamStorageConfigurationInputSourceRetrieves the current storage configuration for the specified Kinesis video stream. In the request, you must specify either the StreamName or the StreamARN. You must have permissions for the KinesisVideo:DescribeStreamStorageConfiguration action.
type nonrec t = {streamName : StreamName.t option;The name of the stream for which you want to retrieve the storage configuration.
*)streamARN : ResourceARN.t option;The Amazon Resource Name (ARN) of the stream for which you want to retrieve the storage configuration.
*)}