Skip to content

Commit 68f7691

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-03-10
1 parent e8b1c7f commit 68f7691

File tree

13 files changed

+31
-29
lines changed

13 files changed

+31
-29
lines changed

.changelog/3ea58caac8dc422093b5820baa69f780.json

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

.changelog/dd79dfa6d9f84a74825073657cac4296.json

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

.changelog/e0b0ff5cb9a142fdb7cad49ec0fdf657.json

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release (2022-03-10)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/lexmodelsv2`: [v1.20.0](service/lexmodelsv2/CHANGELOG.md#v1200-2022-03-10)
5+
* **Feature**: This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id.
6+
* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.18.0](service/transcribe/CHANGELOG.md#v1180-2022-03-10)
7+
* **Feature**: Documentation fix for API `StartMedicalTranscriptionJobRequest`, now showing min sample rate as 16khz
8+
* `github.com/aws/aws-sdk-go-v2/service/transfer`: [v1.18.0](service/transfer/CHANGELOG.md#v1180-2022-03-10)
9+
* **Feature**: Adding more descriptive error types for managed workflows
10+
111
# Release (2022-03-09)
212

313
## Module Highlights

service/cloudtrail/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.1 (2022-03-10)
2+
3+
* No change notes available for this release.
4+
15
# v1.15.0 (2022-03-08)
26

37
* **Feature**: Updated `github.com/aws/smithy-go` to latest version

service/cloudtrail/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/internal/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.16.0
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.0
1717
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.0
18-
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.0
18+
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.1
1919
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.17.0
2020
github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.0
2121
github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.0

service/lexmodelsv2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2022-03-10)
2+
3+
* **Feature**: This release makes slotTypeId an optional parameter in CreateSlot and UpdateSlot APIs in Amazon Lex V2 for model building. Customers can create and update slots without specifying a slot type id.
4+
15
# v1.19.0 (2022-03-08)
26

37
* **Feature**: Updated `github.com/aws/smithy-go` to latest version

service/lexmodelsv2/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/transcribe/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2022-03-10)
2+
3+
* **Feature**: Documentation fix for API `StartMedicalTranscriptionJobRequest`, now showing min sample rate as 16khz
4+
15
# v1.17.0 (2022-03-08)
26

37
* **Feature**: Updated `github.com/aws/smithy-go` to latest version

0 commit comments

Comments
 (0)