Skip to content

Commit 4148d60

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-07-07
1 parent 7846ce8 commit 4148d60

17 files changed

+41
-47
lines changed

.changelog/53919505c51a46c899044053d5fc05ef.json

-8
This file was deleted.

.changelog/72364d196b8a4159a07c55f0750bfea8.json

-8
This file was deleted.

.changelog/7602a36249eb438d9cfb1b210b7f1669.json

-8
This file was deleted.

.changelog/78d7f29186e2490a80345c5dba0628f7.json

-8
This file was deleted.

.changelog/7a83bff0aa424bce968764b2a52f748f.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2022-07-07)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings`: [v1.12.0](service/chimesdkmeetings/CHANGELOG.md#v1120-2022-07-07)
5+
* **Feature**: Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions
6+
* `github.com/aws/aws-sdk-go-v2/service/databasemigrationservice`: [v1.21.0](service/databasemigrationservice/CHANGELOG.md#v1210-2022-07-07)
7+
* **Feature**: New api to migrate event subscriptions to event bridge rules
8+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.26.0](service/iot/CHANGELOG.md#v1260-2022-07-07)
9+
* **Feature**: This release adds support to register a CA certificate without having to provide a verification certificate. This also allows multiple AWS accounts to register the same CA in the same region.
10+
* `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.20.0](service/iotwireless/CHANGELOG.md#v1200-2022-07-07)
11+
* **Feature**: Adds 5 APIs: PutPositionConfiguration, GetPositionConfiguration, ListPositionConfigurations, UpdatePosition, GetPosition for the new Positioning Service feature which enables customers to configure solvers to calculate position of LoRaWAN devices, or specify position of LoRaWAN devices & gateways.
12+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.35.0](service/sagemaker/CHANGELOG.md#v1350-2022-07-07)
13+
* **Feature**: Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances
14+
115
# Release (2022-07-06)
216

317
## Module Highlights

service/chimesdkmeetings/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.0 (2022-07-07)
2+
3+
* **Feature**: Adds support for AppKeys and TenantIds in Amazon Chime SDK WebRTC sessions
4+
15
# v1.11.2 (2022-07-05)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/chimesdkmeetings/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/databasemigrationservice/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.21.0 (2022-07-07)
2+
3+
* **Feature**: New api to migrate event subscriptions to event bridge rules
4+
15
# v1.20.1 (2022-07-05)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/databasemigrationservice/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ require (
2525
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.17.3
2626
github.com/aws/aws-sdk-go-v2/service/configservice v1.21.5
2727
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.8
28-
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.20.1
28+
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.21.0
2929
github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.8
3030
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.8
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.2
@@ -50,7 +50,7 @@ require (
5050
github.com/aws/aws-sdk-go-v2/service/health v1.15.10
5151
github.com/aws/aws-sdk-go-v2/service/iam v1.18.9
5252
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.8
53-
github.com/aws/aws-sdk-go-v2/service/iot v1.25.5
53+
github.com/aws/aws-sdk-go-v2/service/iot v1.26.0
5454
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.9
5555
github.com/aws/aws-sdk-go-v2/service/kms v1.17.5
5656
github.com/aws/aws-sdk-go-v2/service/lambda v1.23.4

service/iot/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.0 (2022-07-07)
2+
3+
* **Feature**: This release adds support to register a CA certificate without having to provide a verification certificate. This also allows multiple AWS accounts to register the same CA in the same region.
4+
15
# v1.25.5 (2022-07-05)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/iot/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/iotwireless/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2022-07-07)
2+
3+
* **Feature**: Adds 5 APIs: PutPositionConfiguration, GetPositionConfiguration, ListPositionConfigurations, UpdatePosition, GetPosition for the new Positioning Service feature which enables customers to configure solvers to calculate position of LoRaWAN devices, or specify position of LoRaWAN devices & gateways.
4+
15
# v1.19.4 (2022-07-05)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/iotwireless/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.35.0 (2022-07-07)
2+
3+
* **Feature**: Heterogeneous clusters: the ability to launch training jobs with multiple instance types. This enables running component of the training job on the instance type that is most suitable for it. e.g. doing data processing and augmentation on CPU instances and neural network training on GPU instances
4+
15
# v1.34.1 (2022-07-05)
26

37
* **Dependency Update**: Updated to the latest SDK module versions

service/sagemaker/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)