Values.DeleteLogStreamRequestSourceDeletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
type nonrec t = {logGroupName : LogGroupName.t;The name of the log group.
*)logStreamName : LogStreamName.t;The name of the log stream.
*)}