Skip to content

Commit

Permalink
Release 2022-11-08
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Nov 8, 2022
1 parent 312cdea commit 89b64d9
Show file tree
Hide file tree
Showing 34 changed files with 85 additions and 97 deletions.
8 changes: 0 additions & 8 deletions .changelog/025f0cf08a3143318f2b930659f7185a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/1d93634a07a84b2b9a033d1694717be5.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/283ef0bdb2644f7aa3f19c4d086fd327.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/41575353444b40ffbf474f4155544f00.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/9e3b911a8d6042c989928a86d21a0050.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,26 @@
# Release (2022-11-08)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/acm`: [v1.16.0](service/acm/CHANGELOG.md#v1160-2022-11-08)
* **Feature**: Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).
* `github.com/aws/aws-sdk-go-v2/service/billingconductor`: [v1.1.0](service/billingconductor/CHANGELOG.md#v110-2022-11-08)
* **Feature**: This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.68.0](service/ec2/CHANGELOG.md#v1680-2022-11-08)
* **Feature**: This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager
* `github.com/aws/aws-sdk-go-v2/service/fms`: [v1.20.0](service/fms/CHANGELOG.md#v1200-2022-11-08)
* **Feature**: AWS Firewall Manager now supports importing existing AWS Network Firewall firewalls into Firewall Manager policies.
* `github.com/aws/aws-sdk-go-v2/service/lightsail`: [v1.24.0](service/lightsail/CHANGELOG.md#v1240-2022-11-08)
* **Feature**: This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.11.0](service/opensearch/CHANGELOG.md#v1110-2022-11-08)
* **Feature**: Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.19.0](service/polly/CHANGELOG.md#v1190-2022-11-08)
* **Feature**: Amazon Polly adds new voices: Elin (sv-SE), Ida (nb-NO), Laura (nl-NL) and Suvi (fi-FI). They are available as neural voices only.
* `github.com/aws/aws-sdk-go-v2/service/resourceexplorer2`: [v1.0.0](service/resourceexplorer2/CHANGELOG.md#v100-2022-11-08)
* **Release**: New AWS service client module
* **Feature**: This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the AWS Regions in your account.
* `github.com/aws/aws-sdk-go-v2/service/route53`: [v1.23.0](service/route53/CHANGELOG.md#v1230-2022-11-08)
* **Feature**: Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

# Release (2022-11-07)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/acm/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-11-08)

* **Feature**: Support added for requesting elliptic curve certificate key algorithm types P-256 (EC_prime256v1) and P-384 (EC_secp384r1).

# v1.15.2 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/acm/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/athena/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.19.1 (2022-11-08)

* No change notes available for this release.

# v1.19.0 (2022-11-07)

* **Feature**: Adds support for using Query Result Reuse
Expand Down
2 changes: 1 addition & 1 deletion service/athena/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/billingconductor/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.1.0 (2022-11-08)

* **Feature**: This release adds the Recurring Custom Line Item feature along with a new API ListCustomLineItemVersions.

# v1.0.19 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/billingconductor/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.68.0 (2022-11-08)

* **Feature**: This release enables sharing of EC2 Placement Groups across accounts and within AWS Organizations using Resource Access Manager

# v1.67.0 (2022-11-07)

* **Feature**: This release adds support for two new attributes for attribute-based instance type selection - NetworkBandwidthGbps and AllowedInstanceTypes.
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/fms/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.20.0 (2022-11-08)

* **Feature**: AWS Firewall Manager now supports importing existing AWS Network Firewall firewalls into Firewall Manager policies.

# v1.19.0 (2022-10-27)

* **Feature**: Add support NetworkFirewall Managed Rule Group Override flag in GetViolationDetails API
Expand Down
2 changes: 1 addition & 1 deletion service/fms/go_module_metadata.go

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

12 changes: 6 additions & 6 deletions service/internal/integrationtest/go.mod
Expand Up @@ -3,12 +3,12 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest
require (
github.com/aws/aws-sdk-go-v2 v1.17.1
github.com/aws/aws-sdk-go-v2/config v1.17.10
github.com/aws/aws-sdk-go-v2/service/acm v1.15.2
github.com/aws/aws-sdk-go-v2/service/acm v1.16.0
github.com/aws/aws-sdk-go-v2/service/apigateway v1.15.22
github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.15.20
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.14.11
github.com/aws/aws-sdk-go-v2/service/appstream v1.18.0
github.com/aws/aws-sdk-go-v2/service/athena v1.19.0
github.com/aws/aws-sdk-go-v2/service/athena v1.19.1
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.24.0
github.com/aws/aws-sdk-go-v2/service/batch v1.19.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.23.0
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.15.3
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.13
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.3
github.com/aws/aws-sdk-go-v2/service/ec2 v1.67.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.68.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.20
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.26
github.com/aws/aws-sdk-go-v2/service/efs v1.17.18
Expand All @@ -54,16 +54,16 @@ require (
github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.21
github.com/aws/aws-sdk-go-v2/service/kms v1.18.15
github.com/aws/aws-sdk-go-v2/service/lambda v1.24.9
github.com/aws/aws-sdk-go-v2/service/lightsail v1.23.2
github.com/aws/aws-sdk-go-v2/service/lightsail v1.24.0
github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.19
github.com/aws/aws-sdk-go-v2/service/neptune v1.18.0
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.19
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.20
github.com/aws/aws-sdk-go-v2/service/polly v1.18.2
github.com/aws/aws-sdk-go-v2/service/polly v1.19.0
github.com/aws/aws-sdk-go-v2/service/rds v1.28.0
github.com/aws/aws-sdk-go-v2/service/redshift v1.26.13
github.com/aws/aws-sdk-go-v2/service/rekognition v1.20.7
github.com/aws/aws-sdk-go-v2/service/route53 v1.22.4
github.com/aws/aws-sdk-go-v2/service/route53 v1.23.0
github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.19
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.21
github.com/aws/aws-sdk-go-v2/service/s3 v1.29.1
Expand Down
4 changes: 4 additions & 0 deletions service/lightsail/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.24.0 (2022-11-08)

* **Feature**: This release adds support for Amazon Lightsail to automate the delegation of domains registered through Amazon Route 53 to Lightsail DNS management and to automate record creation for DNS validation of Lightsail SSL/TLS certificates.

# v1.23.2 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lightsail/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/opensearch/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.11.0 (2022-11-08)

* **Feature**: Amazon OpenSearch Service now offers managed VPC endpoints to connect to your Amazon OpenSearch Service VPC-enabled domain in a Virtual Private Cloud (VPC). This feature allows you to privately access OpenSearch Service domain without using public IPs or requiring traffic to traverse the Internet.

# v1.10.12 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/opensearch/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/polly/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.19.0 (2022-11-08)

* **Feature**: Amazon Polly adds new voices: Elin (sv-SE), Ida (nb-NO), Laura (nl-NL) and Suvi (fi-FI). They are available as neural voices only.

# v1.18.2 (2022-10-24)

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

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

5 changes: 5 additions & 0 deletions service/resourceexplorer2/CHANGELOG.md
@@ -0,0 +1,5 @@
# v1.0.0 (2022-11-08)

* **Release**: New AWS service client module
* **Feature**: This is the initial SDK release for AWS Resource Explorer. AWS Resource Explorer lets your users search for and discover your AWS resources across the AWS Regions in your account.

2 changes: 1 addition & 1 deletion service/resourceexplorer2/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/route53/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.23.0 (2022-11-08)

* **Feature**: Amazon Route 53 now supports the Europe (Zurich) Region (eu-central-2) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.

# v1.22.4 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/route53/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/transfer/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.23.3 (2022-11-08)

* No change notes available for this release.

# v1.23.2 (2022-10-24)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/transfer/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 89b64d9

Please sign in to comment.