Skip to content

Commit 44eba6f

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-04-04
1 parent 4eb474c commit 44eba6f

14 files changed

+35
-39
lines changed

.changelog/29aff7639c8b4ef5b136bc4f278c9bf0.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/580689e343e04142bc69faf9a39e64a6.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/8d977240d0ab46d3a643825e6a346571.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changelog/a0faee63b9c2423aab892937bebab037.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release (2022-04-04)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.24.0](service/iot/CHANGELOG.md#v1240-2022-04-04)
5+
* **Feature**: AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API
6+
* `github.com/aws/aws-sdk-go-v2/service/proton`: [v1.13.0](service/proton/CHANGELOG.md#v1130-2022-04-04)
7+
* **Feature**: SDK release to support tagging for AWS Proton Repository resource
8+
* `github.com/aws/aws-sdk-go-v2/service/servicecatalog`: [v1.14.0](service/servicecatalog/CHANGELOG.md#v1140-2022-04-04)
9+
* **Feature**: This release adds ProvisioningArtifictOutputKeys to DescribeProvisioningParameters to reference the outputs of a Provisioned Product and deprecates ProvisioningArtifactOutputs.
10+
* `github.com/aws/aws-sdk-go-v2/service/sms`: [v1.12.4](service/sms/CHANGELOG.md#v1124-2022-04-04)
11+
* **Documentation**: Revised product update notice for SMS console deprecation.
12+
113
# Release (2022-04-01)
214

315
## Module Highlights

service/internal/integrationtest/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ require (
5050
github.com/aws/aws-sdk-go-v2/service/health v1.15.3
5151
github.com/aws/aws-sdk-go-v2/service/iam v1.18.3
5252
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.3
53-
github.com/aws/aws-sdk-go-v2/service/iot v1.23.3
53+
github.com/aws/aws-sdk-go-v2/service/iot v1.24.0
5454
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.3
5555
github.com/aws/aws-sdk-go-v2/service/kms v1.16.3
5656
github.com/aws/aws-sdk-go-v2/service/lambda v1.21.1
@@ -69,11 +69,11 @@ require (
6969
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.3
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.3
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.4
72-
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.13.3
72+
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.0
7373
github.com/aws/aws-sdk-go-v2/service/ses v1.14.3
7474
github.com/aws/aws-sdk-go-v2/service/sfn v1.13.3
7575
github.com/aws/aws-sdk-go-v2/service/shield v1.16.3
76-
github.com/aws/aws-sdk-go-v2/service/sms v1.12.3
76+
github.com/aws/aws-sdk-go-v2/service/sms v1.12.4
7777
github.com/aws/aws-sdk-go-v2/service/snowball v1.15.3
7878
github.com/aws/aws-sdk-go-v2/service/sns v1.17.4
7979
github.com/aws/aws-sdk-go-v2/service/sqs v1.18.3

service/iot/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.0 (2022-04-04)
2+
3+
* **Feature**: AWS IoT - AWS IoT Device Defender adds support to list metric datapoints collected for IoT devices through the ListMetricValues API
4+
15
# v1.23.3 (2022-03-30)
26

37
* **Documentation**: Doc only update for IoT that fixes customer-reported issues.

service/iot/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/proton/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2022-04-04)
2+
3+
* **Feature**: SDK release to support tagging for AWS Proton Repository resource
4+
15
# v1.12.3 (2022-03-30)
26

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

service/proton/go_module_metadata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)