Skip to content

Commit

Permalink
Release 2022-04-28
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 28, 2022
1 parent 028ecf5 commit 77c5e16
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 55 deletions.
8 changes: 0 additions & 8 deletions .changelog/1a534e045e204b3e8d29c7a580ae83cb.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/27db8b0ebb644ca9a653603aa631ee3a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/4c92fc09f1c641349c382117188b6007.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/5dee2dafaa524f8e9d9e11b7d1d7124a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/dc6291da41f44c51b103c7b90ed347a8.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/e1b9d271d7b44d1d987666fefa146e35.json

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
# Release (2022-04-28)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/auditmanager`: [v1.18.5](service/auditmanager/CHANGELOG.md#v1185-2022-04-28)
* **Documentation**: This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation.
* `github.com/aws/aws-sdk-go-v2/service/braket`: [v1.16.0](service/braket/CHANGELOG.md#v1160-2022-04-28)
* **Feature**: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.24.0](service/connect/CHANGELOG.md#v1240-2022-04-28)
* **Feature**: This release introduces an API for changing the current agent status of a user in Connect.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.37.0](service/ec2/CHANGELOG.md#v1370-2022-04-28)
* **Feature**: This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair.
* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.13.5](service/guardduty/CHANGELOG.md#v1135-2022-04-28)
* **Documentation**: Documentation update for API description.
* `github.com/aws/aws-sdk-go-v2/service/networkfirewall`: [v1.17.0](service/networkfirewall/CHANGELOG.md#v1170-2022-04-28)
* **Feature**: AWS Network Firewall adds support for stateful threat signature AWS managed rule groups.

# Release (2022-04-27)

## General Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/auditmanager/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.5 (2022-04-28)

* **Documentation**: This release adds documentation updates for Audit Manager. We provided examples of how to use the Custom_ prefix for the keywordValue attribute. We also provided more details about the DeleteAssessmentReport operation.

# v1.18.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/auditmanager/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/braket/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-04-28)

* **Feature**: This release enables Braket Hybrid Jobs with Embedded Simulators to have multiple instances.

# v1.15.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/braket/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/connect/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.24.0 (2022-04-28)

* **Feature**: This release introduces an API for changing the current agent status of a user in Connect.

# v1.23.0 (2022-04-25)

* **Feature**: This release adds SearchUsers API which can be used to search for users with a Connect Instance
Expand Down
2 changes: 1 addition & 1 deletion service/connect/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.37.0 (2022-04-28)

* **Feature**: This release adds support to query the public key and creation date of EC2 Key Pairs. Additionally, the format (pem or ppk) of a key pair can be specified when creating a new key pair.

# v1.36.1 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/guardduty/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.13.5 (2022-04-28)

* **Documentation**: Documentation update for API description.

# v1.13.4 (2022-04-25)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/guardduty/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion service/internal/integrationtest/go.mod
Expand Up @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.13.4
github.com/aws/aws-sdk-go-v2/service/docdb v1.18.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.36.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.37.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.4
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.6
github.com/aws/aws-sdk-go-v2/service/efs v1.17.1
Expand Down
4 changes: 4 additions & 0 deletions service/networkfirewall/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.17.0 (2022-04-28)

* **Feature**: AWS Network Firewall adds support for stateful threat signature AWS managed rule groups.

# v1.16.0 (2022-04-26)

* **Feature**: AWS Network Firewall now enables customers to use a customer managed AWS KMS key for the encryption of their firewall resources.
Expand Down
2 changes: 1 addition & 1 deletion service/networkfirewall/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77c5e16

Please sign in to comment.