Skip to content

Commit 9d08e7d

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-05-03
1 parent cec4d55 commit 9d08e7d

23 files changed

+54
-64
lines changed

.changelog/4b7c38efe9c44573a4983d91e1a4d1c7.json

-8
This file was deleted.

.changelog/4e373ec6bf7649bcab264a2cb6181d91.json

-8
This file was deleted.

.changelog/7d62e7aeb8234358af05ca45ff3c093d.json

-8
This file was deleted.

.changelog/97a33ce0770c46b6a464ba5bc62477e5.json

-8
This file was deleted.

.changelog/9f75d06fc8ae448598eaf5348adce684.json

-8
This file was deleted.

.changelog/a28b0da8413749cb92e21972bae24e03.json

-8
This file was deleted.

.changelog/a2da02816e114aaba903eed16296d745.json

-8
This file was deleted.

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# Release (2023-05-03)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.20.0](service/appsync/CHANGELOG.md#v1200-2023-05-03)
5+
* **Feature**: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
6+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.96.0](service/ec2/CHANGELOG.md#v1960-2023-05-03)
7+
* **Feature**: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
8+
* `github.com/aws/aws-sdk-go-v2/service/inspector2`: [v1.12.0](service/inspector2/CHANGELOG.md#v1120-2023-05-03)
9+
* **Feature**: This feature provides deep inspection for linux based instance
10+
* `github.com/aws/aws-sdk-go-v2/service/iottwinmaker`: [v1.12.0](service/iottwinmaker/CHANGELOG.md#v1120-2023-05-03)
11+
* **Feature**: This release adds a field for GetScene API to return error code and message from dependency services.
12+
* `github.com/aws/aws-sdk-go-v2/service/networkfirewall`: [v1.27.0](service/networkfirewall/CHANGELOG.md#v1270-2023-05-03)
13+
* **Feature**: AWS Network Firewall now supports policy level HOME_NET variable overrides.
14+
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.16.0](service/opensearch/CHANGELOG.md#v1160-2023-05-03)
15+
* **Feature**: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
16+
* `github.com/aws/aws-sdk-go-v2/service/wellarchitected`: [v1.20.0](service/wellarchitected/CHANGELOG.md#v1200-2023-05-03)
17+
* **Feature**: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.
18+
119
# Release (2023-05-02)
220

321
## Module Highlights

service/appsync/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2023-05-03)
2+
3+
* **Feature**: Private API support for AWS AppSync. With Private APIs, you can now create GraphQL APIs that can only be accessed from your Amazon Virtual Private Cloud ("VPC").
4+
15
# v1.19.10 (2023-04-24)
26

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

service/appsync/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.96.0 (2023-05-03)
2+
3+
* **Feature**: Adds an SDK paginator for GetNetworkInsightsAccessScopeAnalysisFindings
4+
15
# v1.95.0 (2023-04-27)
26

37
* **Feature**: This release adds support for AMD SEV-SNP on EC2 instances.

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/inspector2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.0 (2023-05-03)
2+
3+
* **Feature**: This feature provides deep inspection for linux based instance
4+
15
# v1.11.10 (2023-04-24)
26

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.17.0
3232
github.com/aws/aws-sdk-go-v2/service/docdb v1.21.2
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.19.6
34-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.95.0
34+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.96.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.10
3636
github.com/aws/aws-sdk-go-v2/service/ecs v1.26.3
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.20.0

service/iottwinmaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.12.0 (2023-05-03)
2+
3+
* **Feature**: This release adds a field for GetScene API to return error code and message from dependency services.
4+
15
# v1.11.5 (2023-04-24)
26

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

service/iottwinmaker/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/networkfirewall/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.0 (2023-05-03)
2+
3+
* **Feature**: AWS Network Firewall now supports policy level HOME_NET variable overrides.
4+
15
# v1.26.3 (2023-04-24)
26

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

service/networkfirewall/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/opensearch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.16.0 (2023-05-03)
2+
3+
* **Feature**: Amazon OpenSearch Service adds the option to deploy a domain across multiple Availability Zones, with each AZ containing a complete copy of data and with nodes in one AZ acting as a standby. This option provides 99.99% availability and consistent performance in the event of infrastructure failure.
4+
15
# v1.15.5 (2023-04-24)
26

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

service/opensearch/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/wellarchitected/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.20.0 (2023-05-03)
2+
3+
* **Feature**: This release deepens integration with AWS Service Catalog AppRegistry to improve workload resource discovery.
4+
15
# v1.19.3 (2023-04-24)
26

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

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