How do I create a terminal session from the WSS url that I got from `aws-sdk-ssm` client in Rust?
I want to connect to my ec2 instance using aws ssm sdk for rust. What is the best way to create an interactive terminal session? Here is the following code I am using to create an ssm session: