Skip to content

Release v1.40.27

Compare
Choose a tag to compare
@aws-sdk-go-automation aws-sdk-go-automation released this 20 Aug 18:43
· 963 commits to main since this release
24db116

Release v1.40.27 (2021-08-20)

Service Client Updates

  • service/comprehend: Updates service API and documentation
  • service/ec2: Updates service API, documentation, and paginators
    • encryptionInTransitSupported added to DescribeInstanceTypes API
  • service/eks: Updates service API and documentation
  • service/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 and GoString methods. Updates the SDK's behavior to suppress sensitive API parameters, when the String and GoString methods are used to string format the values.