Skip to content

Commit

Permalink
Release 2023-01-31
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jan 31, 2023
1 parent c588861 commit 51207f8
Show file tree
Hide file tree
Showing 45 changed files with 99 additions and 155 deletions.
8 changes: 0 additions & 8 deletions .changelog/035f1ae3e2cb41ff851a7695f506a341.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/07c66ec9148d4ac39732253d8d8320dc.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/145070fcd5534daa99cfe3f7ccef8889.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/25ab550870b647319098a20d34fa5382.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/263d60372c3f48659c3be8b6030dae2b.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/29066b4a17a34618bf9e81e8295f547d.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/57b7964c77b945cab067df5131af6b81.json

This file was deleted.

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

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/66ab643a254441e480b06cff6064b7ba.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/74449b5f5948498fa597571290c91365.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/7ebcde7bf87046c5a31b133d06f16cc4.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/980615af37f349aea1e47786081b90f9.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# Release (2023-01-31)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/appsync`: [v1.19.0](service/appsync/CHANGELOG.md#v1190-2023-01-31)
* **Feature**: This release introduces the feature to support EventBridge as AppSync data source.
* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.23.0](service/cloudtrail/CHANGELOG.md#v1230-2023-01-31)
* **Feature**: Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.
* `github.com/aws/aws-sdk-go-v2/service/cloudtraildata`: [v1.0.0](service/cloudtraildata/CHANGELOG.md#v100-2023-01-31)
* **Release**: New AWS service client module
* **Feature**: Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake.
* `github.com/aws/aws-sdk-go-v2/service/codeartifact`: [v1.16.0](service/codeartifact/CHANGELOG.md#v1160-2023-01-31)
* **Feature**: This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.83.0](service/ec2/CHANGELOG.md#v1830-2023-01-31)
* **Feature**: This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.
* `github.com/aws/aws-sdk-go-v2/service/groundstation`: [v1.17.0](service/groundstation/CHANGELOG.md#v1170-2023-01-31)
* **Feature**: DigIF Expansion changes to the Customer APIs.
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.34.0](service/iot/CHANGELOG.md#v1340-2023-01-31)
* **Feature**: Added support for IoT Rules Engine Cloudwatch Logs action batch mode.
* `github.com/aws/aws-sdk-go-v2/service/opensearch`: [v1.14.0](service/opensearch/CHANGELOG.md#v1140-2023-01-31)
* **Feature**: Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.24.0](service/polly/CHANGELOG.md#v1240-2023-01-31)
* **Feature**: Amazon Polly adds two new neural American English voices - Ruth, Stephen
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.67.0](service/sagemaker/CHANGELOG.md#v1670-2023-01-31)
* **Feature**: Amazon SageMaker Automatic Model Tuning now supports more completion criteria for Hyperparameter Optimization.
* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.28.0](service/securityhub/CHANGELOG.md#v1280-2023-01-31)
* **Feature**: New fields have been added to the AWS Security Finding Format. Compliance.SecurityControlId is a unique identifier for a security control across standards. Compliance.AssociatedStandards contains all enabled standards in which a security control is enabled.

# Release (2023-01-30)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/appsync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.19.0 (2023-01-31)

* **Feature**: This release introduces the feature to support EventBridge as AppSync data source.

# v1.18.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/appsync/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/cloudformation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.26.1 (2023-01-31)

* No change notes available for this release.

# v1.26.0 (2023-01-30)

* **Feature**: This feature provides a method of obtaining which regions a stackset has stack instances deployed in.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudformation/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/cloudtrail/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.23.0 (2023-01-31)

* **Feature**: Add new "Channel" APIs to enable users to manage channels used for CloudTrail Lake integrations, and "Resource Policy" APIs to enable users to manage the resource-based permissions policy attached to a channel.

# v1.22.1 (2023-01-23)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/cloudtrail/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/cloudtraildata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0 (2023-01-31)

* **Release**: New AWS service client module
* **Feature**: Add CloudTrail Data Service to enable users to ingest activity events from non-AWS sources into CloudTrail Lake.

2 changes: 1 addition & 1 deletion service/cloudtraildata/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/codeartifact/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.16.0 (2023-01-31)

* **Feature**: This release introduces a new DeletePackage API, which enables deletion of a package and all of its versions from a repository.

# v1.15.0 (2023-01-19)

* **Feature**: Documentation updates for CodeArtifact
Expand Down
2 changes: 1 addition & 1 deletion service/codeartifact/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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.83.0 (2023-01-31)

* **Feature**: This launch allows customers to associate up to 8 IP addresses to their NAT Gateways to increase the limit on concurrent connections to a single destination by eight times from 55K to 440K.

# v1.82.0 (2023-01-30)

* **Feature**: We add Prefix Lists as a new route destination option for LocalGatewayRoutes. This will allow customers to create routes to Prefix Lists. Prefix List routes will allow customers to group individual CIDR routes with the same target into a single route.
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/glue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.40.1 (2023-01-31)

* No change notes available for this release.

# v1.40.0 (2023-01-19)

* **Feature**: Release Glue Studio Hudi Data Lake Format for SDK/CLI
Expand Down
2 changes: 1 addition & 1 deletion service/glue/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/groundstation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2023-01-31)

* **Feature**: DigIF Expansion changes to the Customer APIs.

# v1.16.0 (2023-01-19)

* **Feature**: Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact
Expand Down
2 changes: 1 addition & 1 deletion service/groundstation/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
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/athena v1.22.0
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.26.1
github.com/aws/aws-sdk-go-v2/service/batch v1.21.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.26.0
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.26.1
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.24.0
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.14.0
github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.0
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.22.1
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.23.0
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.1
github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.1
github.com/aws/aws-sdk-go-v2/service/codecommit v1.14.0
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.0
github.com/aws/aws-sdk-go-v2/service/docdb v1.20.1
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.1
github.com/aws/aws-sdk-go-v2/service/ec2 v1.82.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.83.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.23.1
github.com/aws/aws-sdk-go-v2/service/efs v1.19.2
Expand All @@ -46,11 +46,11 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.16.0
github.com/aws/aws-sdk-go-v2/service/gamelift v1.17.0
github.com/aws/aws-sdk-go-v2/service/glacier v1.14.0
github.com/aws/aws-sdk-go-v2/service/glue v1.40.0
github.com/aws/aws-sdk-go-v2/service/glue v1.40.1
github.com/aws/aws-sdk-go-v2/service/health v1.16.0
github.com/aws/aws-sdk-go-v2/service/iam v1.19.0
github.com/aws/aws-sdk-go-v2/service/inspector v1.13.0
github.com/aws/aws-sdk-go-v2/service/iot v1.33.0
github.com/aws/aws-sdk-go-v2/service/iot v1.34.0
github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.1
github.com/aws/aws-sdk-go-v2/service/kms v1.20.1
github.com/aws/aws-sdk-go-v2/service/lambda v1.29.0
Expand All @@ -59,7 +59,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.19.1
github.com/aws/aws-sdk-go-v2/service/opsworks v1.14.0
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.12.0
github.com/aws/aws-sdk-go-v2/service/polly v1.23.0
github.com/aws/aws-sdk-go-v2/service/polly v1.24.0
github.com/aws/aws-sdk-go-v2/service/rds v1.40.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.27.1
github.com/aws/aws-sdk-go-v2/service/rekognition v1.23.0
Expand Down
4 changes: 4 additions & 0 deletions service/iot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.34.0 (2023-01-31)

* **Feature**: Added support for IoT Rules Engine Cloudwatch Logs action batch mode.

# v1.33.0 (2023-01-05)

* **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401).
Expand Down
2 changes: 1 addition & 1 deletion service/iot/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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.14.0 (2023-01-31)

* **Feature**: Amazon OpenSearch Service adds the option for a VPC endpoint connection between two domains when the local domain uses OpenSearch version 1.3 or 2.3. You can now use remote reindex to copy indices from one VPC domain to another without a reverse proxy.

# v1.13.1 (2023-01-23)

* No change notes available for this release.
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.24.0 (2023-01-31)

* **Feature**: Amazon Polly adds two new neural American English voices - Ruth, Stephen

# v1.23.0 (2023-01-25)

* **Feature**: Add 5 new neural voices - Sergio (es-ES), Andres (es-MX), Remi (fr-FR), Adriano (it-IT) and Thiago (pt-BR).
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.

Loading

0 comments on commit 51207f8

Please sign in to comment.