Sending an SSM command for AWS-RunShellScript fails using the AWS Java 2.x SDK but succeeds with the AWS CLI
I am trying to execute a shell script on an EC2 instance using SSM. When using the AWS CLI it works as expected, but when using the AWS Java SDK 2.x it fails because it says the AWS-RunShellScript document does not support parameters.