Skip to content

Commit eeb99c7

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2022-05-24
1 parent 91b8211 commit eeb99c7

23 files changed

+58
-52
lines changed

.changelog/43b17f771e844ae2975685402509c5f2.json

-8
This file was deleted.

.changelog/4c8f1a54d03342e698e633da5e76768c.json

-8
This file was deleted.

.changelog/99a5c983160c4df69356a24eab11f908.json

-8
This file was deleted.

.changelog/c9a4f5eb10d84319b4476215682c2c1f.json

-8
This file was deleted.

.changelog/dbc6b0c8772c42d79eb46fcd7ca93fff.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2022-05-24)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider`: [v1.16.0](service/cognitoidentityprovider/CHANGELOG.md#v1160-2022-05-24)
5+
* **Feature**: Amazon Cognito now supports requiring attribute verification (ex. email and phone number) before update.
6+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.44.0](service/ec2/CHANGELOG.md#v1440-2022-05-24)
7+
* **Feature**: Stop Protection feature enables customers to protect their instances from accidental stop actions.
8+
* `github.com/aws/aws-sdk-go-v2/service/ivschat`: [v1.0.4](service/ivschat/CHANGELOG.md#v104-2022-05-24)
9+
* **Documentation**: Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field
10+
* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.24.0](service/mediaconvert/CHANGELOG.md#v1240-2022-05-24)
11+
* **Feature**: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
12+
* `github.com/aws/aws-sdk-go-v2/service/networkmanager`: [v1.13.0](service/networkmanager/CHANGELOG.md#v1130-2022-05-24)
13+
* **Feature**: This release adds Multi Account API support for a TGW Global Network, to enable and disable AWSServiceAccess with AwsOrganizations for Network Manager service and dependency CloudFormation StackSets service.
14+
115
# Release (2022-05-23)
216

317
## Module Highlights

service/cognitoidentityprovider/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2022-05-24)
2+
3+
* **Feature**: Amazon Cognito now supports requiring attribute verification (ex. email and phone number) before update.
4+
15
# v1.15.5 (2022-05-17)
26

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

service/cognitoidentityprovider/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/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.44.0 (2022-05-24)
2+
3+
* **Feature**: Stop Protection feature enables customers to protect their instances from accidental stop actions.
4+
15
# v1.43.1 (2022-05-17)
26

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

service/ec2/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

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.14.5
2323
github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.5
2424
github.com/aws/aws-sdk-go-v2/service/codestar v1.11.5
25-
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.15.5
25+
github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.16.0
2626
github.com/aws/aws-sdk-go-v2/service/configservice v1.21.2
2727
github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.5
2828
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.18.5
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.5
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.2
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.5
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.43.1
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.44.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.5
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.7
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.17.3
@@ -58,7 +58,7 @@ require (
5858
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.5
5959
github.com/aws/aws-sdk-go-v2/service/neptune v1.16.5
6060
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.5
61-
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.5
61+
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.6
6262
github.com/aws/aws-sdk-go-v2/service/polly v1.15.2
6363
github.com/aws/aws-sdk-go-v2/service/rds v1.21.2
6464
github.com/aws/aws-sdk-go-v2/service/redshift v1.24.1
@@ -70,7 +70,7 @@ require (
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.6
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.8
7272
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.3
73-
github.com/aws/aws-sdk-go-v2/service/ses v1.14.5
73+
github.com/aws/aws-sdk-go-v2/service/ses v1.14.6
7474
github.com/aws/aws-sdk-go-v2/service/sfn v1.13.5
7575
github.com/aws/aws-sdk-go-v2/service/shield v1.16.5
7676
github.com/aws/aws-sdk-go-v2/service/sms v1.12.6

service/ivschat/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.0.4 (2022-05-24)
2+
3+
* **Documentation**: Doc-only update. For MessageReviewHandler structure, added timeout period in the description of the fallbackResult field
4+
15
# v1.0.3 (2022-05-17)
26

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

service/ivschat/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/mediaconvert/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.24.0 (2022-05-24)
2+
3+
* **Feature**: AWS Elemental MediaConvert SDK has added support for rules that constrain Automatic-ABR rendition selection when generating ABR package ladders.
4+
15
# v1.23.1 (2022-05-17)
26

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

service/mediaconvert/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/networkmanager/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.0 (2022-05-24)
2+
3+
* **Feature**: This release adds Multi Account API support for a TGW Global Network, to enable and disable AWSServiceAccess with AwsOrganizations for Network Manager service and dependency CloudFormation StackSets service.
4+
15
# v1.12.5 (2022-05-17)
26

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

service/networkmanager/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/pinpointemail/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.11.6 (2022-05-24)
2+
3+
* No change notes available for this release.
4+
15
# v1.11.5 (2022-05-17)
26

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

service/pinpointemail/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/ses/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.6 (2022-05-24)
2+
3+
* No change notes available for this release.
4+
15
# v1.14.5 (2022-05-17)
26

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

service/ses/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/sesv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.13.6 (2022-05-24)
2+
3+
* No change notes available for this release.
4+
15
# v1.13.5 (2022-05-17)
26

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

service/sesv2/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)