Skip to content

Commit b011852

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-04-27
1 parent a93c2ba commit b011852

36 files changed

+83
-90
lines changed

Diff for: .changelog/1a9d13566c5243d5a5d0caf1cfca931f.json

-8
This file was deleted.

Diff for: .changelog/34ed04ccb3424879922e5a64d78d9627.json

-8
This file was deleted.

Diff for: .changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

Diff for: .changelog/6757f1a5aaeb4b4c9729f2629d986fe5.json

-8
This file was deleted.

Diff for: .changelog/753e75fc65704ca3b64002fba4388d62.json

-8
This file was deleted.

Diff for: .changelog/8dae6f4eef844a3d96ffff97862cc66e.json

-8
This file was deleted.

Diff for: .changelog/96bcadc5352b4729806e07feee9091d0.json

-8
This file was deleted.

Diff for: .changelog/bda271bc22c644bcbfc8f33dc3c4ec8a.json

-8
This file was deleted.

Diff for: .changelog/f4572723830440f382adfda74ac87485.json

-8
This file was deleted.

Diff for: CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# Release (2022-04-27)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.11.5](service/amplify/CHANGELOG.md#v1115-2022-04-27)
8+
* **Documentation**: Documentation only update to support the Amplify GitHub App feature launch
9+
* `github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines`: [v1.0.0](service/chimesdkmediapipelines/CHANGELOG.md#v100-2022-04-27)
10+
* **Release**: New AWS service client module
11+
* **Feature**: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.
12+
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.16.0](service/cloudtrail/CHANGELOG.md#v1160-2022-04-27)
13+
* **Feature**: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
14+
* `github.com/aws/aws-sdk-go-v2/service/internal/checksum`: [v1.1.5](service/internal/checksum/CHANGELOG.md#v115-2022-04-27)
15+
* **Bug Fix**: Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors.
16+
* `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.19.0](service/iotwireless/CHANGELOG.md#v1190-2022-04-27)
17+
* **Feature**: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.
18+
* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.13.0](service/lookoutequipment/CHANGELOG.md#v1130-2022-04-27)
19+
* **Feature**: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data
20+
* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.18.0](service/rekognition/CHANGELOG.md#v1180-2022-04-27)
21+
* **Feature**: This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor.
22+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.29.0](service/sagemaker/CHANGELOG.md#v1290-2022-04-27)
23+
* **Feature**: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.
24+
125
# Release (2022-04-26)
226

327
## Module Highlights

Diff for: example/service/s3/listObjects/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.15
44

55
require (
66
github.com/aws/aws-sdk-go-v2/config v1.15.4
7-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
7+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
88
)
99

1010
replace github.com/aws/aws-sdk-go-v2 => ../../../../

Diff for: example/service/s3/usingPrivateLink/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.3
77
github.com/aws/aws-sdk-go-v2/config v1.15.4
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
99
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
1010
)
1111

Diff for: feature/s3/manager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.7 (2022-04-27)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.11.6 (2022-04-25)
26

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

Diff for: feature/s3/manager/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.15
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.16.3
77
github.com/aws/aws-sdk-go-v2/config v1.15.4
8-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
8+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
99
github.com/aws/smithy-go v1.11.2
1010
github.com/google/go-cmp v0.5.7
1111
)

Diff for: feature/s3/manager/go_module_metadata.go

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

Diff for: service/amplify/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.5 (2022-04-27)
2+
3+
* **Documentation**: Documentation only update to support the Amplify GitHub App feature launch
4+
15
# v1.11.4 (2022-04-25)
26

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

Diff for: service/amplify/go_module_metadata.go

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

Diff for: service/chimesdkmediapipelines/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2022-04-27)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.
5+

Diff for: service/chimesdkmediapipelines/go_module_metadata.go

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

Diff for: service/cloudtrail/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2022-04-27)
2+
3+
* **Feature**: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.
4+
15
# v1.15.6 (2022-04-25)
26

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

Diff for: service/cloudtrail/go_module_metadata.go

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

Diff for: service/internal/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/aws/aws-sdk-go-v2 v1.16.3
88
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.4
10-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
10+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.4
1212
github.com/aws/smithy-go v1.11.2
1313
)

Diff for: service/internal/checksum/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.1.5 (2022-04-27)
2+
3+
* **Bug Fix**: Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors.
4+
15
# v1.1.4 (2022-04-25)
26

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

Diff for: service/internal/checksum/go_module_metadata.go

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

Diff for: service/internal/integrationtest/go.mod

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.17.0
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.4
1717
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.4
18-
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.6
18+
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.0
1919
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.2
2020
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.4
2121
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.4
@@ -62,11 +62,11 @@ require (
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.15.1
6363
github.com/aws/aws-sdk-go-v2/service/rds v1.20.1
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.23.1
65-
github.com/aws/aws-sdk-go-v2/service/rekognition v1.17.4
65+
github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.0
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.20.4
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.4
6868
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.4
69-
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6
69+
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.6
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.1

Diff for: service/iotwireless/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.0 (2022-04-27)
2+
3+
* **Feature**: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.
4+
15
# v1.18.4 (2022-04-25)
26

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

Diff for: 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.

Diff for: service/lookoutequipment/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2022-04-27)
2+
3+
* **Feature**: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data
4+
15
# v1.12.4 (2022-04-25)
26

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

Diff for: service/lookoutequipment/go_module_metadata.go

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

Diff for: service/rekognition/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2022-04-27)
2+
3+
* **Feature**: This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor.
4+
15
# v1.17.4 (2022-04-25)
26

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

Diff for: service/rekognition/go_module_metadata.go

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

Diff for: service/s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.26.7 (2022-04-27)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.26.6 (2022-04-25)
26

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

Diff for: service/s3/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4
1010
github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.1
1111
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1
12-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.4
12+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.5
1313
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4
1414
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.4
1515
github.com/aws/smithy-go v1.11.2

Diff for: service/s3/go_module_metadata.go

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

Diff for: service/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.0 (2022-04-27)
2+
3+
* **Feature**: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.
4+
15
# v1.28.0 (2022-04-26)
26

37
* **Feature**: SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation.

Diff for: 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)