Module Highlights
github.com/aws/aws-sdk-go-v2/service/backup
: v1.37.0- Feature: The latest update introduces two new attributes, VaultType and VaultState, to the DescribeBackupVault and ListBackupVaults APIs. The VaultState attribute reflects the current status of the vault, while the VaultType attribute indicates the specific category of the vault.
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs
: v1.38.0- Feature: This release introduces a new optional parameter: Entity, in PutLogEvents request
github.com/aws/aws-sdk-go-v2/service/datazone
: v1.19.0- Feature: Amazon DataZone now adds new governance capabilities of Domain Units for organization within your Data Domains, and Authorization Policies for tighter controls.
github.com/aws/aws-sdk-go-v2/service/redshiftdata
: v1.28.0- Feature: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned
session-id
- Feature: The release include the new Redshift DataAPI feature for session use, customer execute query with --session-keep-alive-seconds parameter and can submit follow-up queries to same sessions with returned
github.com/aws/aws-sdk-go-v2/service/sqs
: v1.34.6- Bug Fix: Fix issue where SDK could not send a VisibilityTimeout of 0 in a ChangeMessageVisibilityBatchRequestEntry.