chore: use camelcase for STS client methods
This matches the method names declared in the source via @method. It's safe to change a call on the STS client from AssumeRole to assumeRole: \Aws\AwsClientTrait::__call() calls \Aws\AwsClient::getCommand() which executes ucfirst($name) on the method name before calling it.
Addresses: https://www.drupal.org/project/aws/issues/3609514
Closes #3609514