Release v1.40.27
·
963 commits
to main
since this release
Release v1.40.27 (2021-08-20)
Service Client Updates
service/comprehend
: Updates service API and documentationservice/ec2
: Updates service API, documentation, and paginators- encryptionInTransitSupported added to DescribeInstanceTypes API
service/eks
: Updates service API and documentationservice/robomaker
: Updates service documentation
SDK Bugs
aws
: Fix SDK's suppressing of sensitive API parameters being logged.- The SDK did not automatically suppress sensitive API parameters via the
String
andGoString
methods. Updates the SDK's behavior to suppress sensitive API parameters, when theString
andGoString
methods are used to string format the values.
- The SDK did not automatically suppress sensitive API parameters via the