Skip to content

Release v1.18.0

Compare
Choose a tag to compare
@aws-sdk-go-automation aws-sdk-go-automation released this 11 Mar 20:57

Release v1.18.0 (2019-03-11)

Service Client Updates

  • service/ce: Updates service API
  • service/elasticbeanstalk: Updates service API and documentation
    • Elastic Beanstalk added support for tagging, and tag-based access control, of all Elastic Beanstalk resources.
  • aws/endpoints: Updated Regions and Endpoints metadata.
  • service/glue: Updates service API and documentation
    • CreateDevEndpoint and UpdateDevEndpoint now support Arguments to configure the DevEndpoint.
  • service/iot: Updates service documentation
    • Documentation updates for iot
  • service/quicksight: Updates service API and documentation
    • Amazon QuickSight user and group operation results now include group principal IDs and user principal IDs. This release also adds "DeleteUserByPrincipalId", which deletes users given their principal ID. The update also improves role session name validation.
  • service/rekognition: Updates service documentation
    • Documentation updates for Amazon Rekognition

SDK Features

  • service/kinesis: Enable support for SubscribeToStream API operation (#2402)
    • Adds support for Kinesis's SubscribeToStream API operation. The API operation response type, SubscribeToStreamOutput member, EventStream has a method Events which returns a channel to read Kinesis record events from.