Bumps github.com/aws/aws-sdk-go-v2/config from 1.1.5 to 1.15.9.
Release notes
Sourced from github.com/aws/aws-sdk-go-v2/config's releases.
Release v1.4.0 (2021-05-06)
Breaking change
service/ec2
- v1.6.0
- This release contains a breaking change to the Amazon EC2 API client. API number(int/int64/etc) and boolean members were changed from value, to pointer type. Your applications using the EC2 API client will fail to compile after upgrading for all members that were updated. To migrate to this module you'll need to update your application to use pointers for all number and boolean members in the API client module. The SDK provides helper utilities to convert between value and pointer types. For example the aws.Bool function to get the address from a bool literal. Similar utilities are available for all other primitive types in the aws package.
Service Client Highlights
service/acmpca
- v1.3.0
- Feature: API client updated
service/apigateway
- v1.3.0
- Feature: API client updated
service/auditmanager
- v1.4.0
- Feature: API client updated
service/chime
- v1.3.0
- Feature: API client updated
service/cloudformation
- v1.4.0
- Feature: API client updated
service/cloudfront
- v1.4.0
- Feature: API client updated
service/codegurureviewer
- v1.3.0
- Feature: API client updated
service/connect
- v1.3.0
- Feature: API client updated
service/customerprofiles
- v1.5.0
- Feature: API client updated
service/devopsguru
- v1.3.0
- Feature: API client updated
service/docdb
- v1.4.0
- Feature: API client updated
service/ec2
- v1.6.0
- Bug Fix: Fix incorrectly modeled Amazon EC2 number and boolean members in structures. The Amazon EC2 API client has been updated with a breaking change to fix all structure number and boolean members to be pointer types instead of value types. Fixes #1107, #1178, and #1190. This breaking change is made within the major version of the client' module, because the client operations failed and were unusable with value type number and boolean members with the EC2 API.
- Feature: API client updated
service/ecs
- v1.3.0
- Feature: API client updated
service/eks
- v1.3.0
- Feature: API client updated
service/forecast
- v1.4.0
- Feature: API client updated
service/glue
- v1.4.0
- Feature: API client updated
service/health
- v1.3.0
- Feature: API client updated
service/iotsitewise
- v1.3.0
- Feature: API client updated
service/iotwireless
- v1.4.0
- Feature: API client updated
service/kafka
- v1.3.0
- Feature: API client updated
service/kinesisanalyticsv2
- v1.2.0
- Feature: API client updated
service/macie2
- v1.4.0
... (truncated)
Changelog
Sourced from github.com/aws/aws-sdk-go-v2/config's changelog.
Release (2022-05-31)
Module Highlights
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider
: v1.17.0
- Feature: Amazon Cognito now supports IP Address propagation for all unauthenticated APIs (e.g. SignUp, ForgotPassword).
github.com/aws/aws-sdk-go-v2/service/drs
: v1.6.0
- Feature: Changed existing APIs and added new APIs to accommodate using multiple AWS accounts with AWS Elastic Disaster Recovery.
github.com/aws/aws-sdk-go-v2/service/iotsitewise
: v1.22.0
- Feature: This release adds the following new optional field to the IoT SiteWise asset resource: assetDescription.
github.com/aws/aws-sdk-go-v2/service/lookoutmetrics
: v1.15.0
- Feature: Adding backtest mode to detectors using the Cloudwatch data source.
github.com/aws/aws-sdk-go-v2/service/transcribe
: v1.20.0
- Feature: Amazon Transcribe now supports automatic language identification for multi-lingual audio in batch mode.
Release (2022-05-27)
Module Highlights
github.com/aws/aws-sdk-go-v2/service/appflow
: v1.16.0
- Feature: Adding the following features/changes: Parquet output that preserves typing from the source connector, Failed executions threshold before deactivation for scheduled flows, increasing max size of access and refresh token from 2048 to 4096
github.com/aws/aws-sdk-go-v2/service/datasync
: v1.17.0
- Feature: AWS DataSync now supports TLS encryption in transit, file system policies and access points for EFS locations.
github.com/aws/aws-sdk-go-v2/service/emrserverless
: v1.1.0
- Feature: This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive.
github.com/aws/aws-sdk-go-v2/service/sagemaker
: v1.32.0
- Feature: Amazon SageMaker Notebook Instances now allows configuration of Instance Metadata Service version and Amazon SageMaker Studio now supports G5 instance types.
Release (2022-05-26)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/ec2
: v1.45.0
- Feature: C7g instances, powered by the latest generation AWS Graviton3 processors, provide the best price performance in Amazon EC2 for compute-intensive workloads.
github.com/aws/aws-sdk-go-v2/service/emrserverless
: v1.0.0
- Release: New AWS service client module
- Feature: This release adds support for Amazon EMR Serverless, a serverless runtime environment that simplifies running analytics applications using the latest open source frameworks such as Apache Spark and Apache Hive.
github.com/aws/aws-sdk-go-v2/service/forecast
: v1.21.0
- Feature: Introduced a new field in Auto Predictor as Time Alignment Boundary. It helps in aligning the timestamps generated during Forecast exports
github.com/aws/aws-sdk-go-v2/service/lightsail
: v1.22.0
- Feature: Amazon Lightsail now supports the ability to configure a Lightsail Container Service to pull images from Amazon ECR private repositories in your account.
Release (2022-05-25)
General Highlights
- Dependency Update: Updated to the latest SDK module versions
Module Highlights
github.com/aws/aws-sdk-go-v2/service/apigateway
: v1.15.6
- Documentation: Documentation updates for Amazon API Gateway
... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it
@dependabot merge
will merge this PR after your CI passes on it
@dependabot squash and merge
will squash and merge this PR after your CI passes on it
@dependabot cancel merge
will cancel a previously requested merge and block automerging
@dependabot reopen
will reopen this PR if it is closed
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependencies go