Skip to content

Commit

Permalink
Release 2022-04-21
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Apr 21, 2022
1 parent 11b83df commit f3747e0
Show file tree
Hide file tree
Showing 29 changed files with 70 additions and 84 deletions.
8 changes: 0 additions & 8 deletions .changelog/0aef7d6abed74dcf8644ae0d64c0d2cd.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/38175c3cea6e4c9d8f94b6f9829a8307.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/384f505c87dc4a568fd6af81e7b6765d.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/52a4d2bf0e934af1a4a130c18872d08e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/881b887bec4a47f5902baab5368a54fd.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/94eab4df099741fe8c79ad252dab7d55.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# Release (2022-04-21)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/elasticache`: [v1.20.5](service/elasticache/CHANGELOG.md#v1205-2022-04-21)
* **Documentation**: Doc only update for ElastiCache
* `github.com/aws/aws-sdk-go-v2/service/glue`: [v1.24.0](service/glue/CHANGELOG.md#v1240-2022-04-21)
* **Feature**: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
* `github.com/aws/aws-sdk-go-v2/service/iotsitewise`: [v1.21.0](service/iotsitewise/CHANGELOG.md#v1210-2022-04-21)
* **Feature**: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
* `github.com/aws/aws-sdk-go-v2/service/iottwinmaker`: [v1.7.0](service/iottwinmaker/CHANGELOG.md#v170-2022-04-21)
* **Feature**: General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html
* `github.com/aws/aws-sdk-go-v2/service/lookoutmetrics`: [v1.12.0](service/lookoutmetrics/CHANGELOG.md#v1120-2022-04-21)
* **Feature**: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.
* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.17.0](service/mediatailor/CHANGELOG.md#v1170-2022-04-21)
* **Feature**: This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.
* `github.com/aws/aws-sdk-go-v2/service/secretsmanager`: [v1.15.5](service/secretsmanager/CHANGELOG.md#v1155-2022-04-21)
* **Documentation**: Documentation updates for Secrets Manager
* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.17.0](service/storagegateway/CHANGELOG.md#v1170-2022-04-21)
* **Feature**: This release adds support for minimum of 5 character length virtual tape barcodes.
* `github.com/aws/aws-sdk-go-v2/service/wisdom`: [v1.8.0](service/wisdom/CHANGELOG.md#v180-2022-04-21)
* **Feature**: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.

# Release (2022-04-20)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/elasticache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.20.5 (2022-04-21)

* **Documentation**: Doc only update for ElastiCache

# v1.20.4 (2022-03-30)

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

* **Feature**: This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types

# v1.23.0 (2022-04-14)

* **Feature**: Auto Scaling for Glue version 3.0 and later jobs to dynamically scale compute resources. This SDK change provides customers with the auto-scaled DPU usage
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.

6 changes: 3 additions & 3 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.3
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.5
github.com/aws/aws-sdk-go-v2/service/efs v1.17.0
github.com/aws/aws-sdk-go-v2/service/elasticache v1.20.4
github.com/aws/aws-sdk-go-v2/service/elasticache v1.20.5
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.3
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.14.3
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.18.3
Expand All @@ -46,7 +46,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/firehose v1.14.3
github.com/aws/aws-sdk-go-v2/service/gamelift v1.14.3
github.com/aws/aws-sdk-go-v2/service/glacier v1.13.3
github.com/aws/aws-sdk-go-v2/service/glue v1.23.0
github.com/aws/aws-sdk-go-v2/service/glue v1.24.0
github.com/aws/aws-sdk-go-v2/service/health v1.15.3
github.com/aws/aws-sdk-go-v2/service/iam v1.18.3
github.com/aws/aws-sdk-go-v2/service/inspector v1.12.3
Expand All @@ -68,7 +68,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.3
github.com/aws/aws-sdk-go-v2/service/s3 v1.26.5
github.com/aws/aws-sdk-go-v2/service/s3control v1.21.4
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.4
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.5
github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.0
github.com/aws/aws-sdk-go-v2/service/ses v1.14.3
github.com/aws/aws-sdk-go-v2/service/sfn v1.13.3
Expand Down
4 changes: 4 additions & 0 deletions service/iotsitewise/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.21.0 (2022-04-21)

* **Feature**: This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates

# v1.20.4 (2022-04-06)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/iotsitewise/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/iottwinmaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.7.0 (2022-04-21)

* **Feature**: General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html

# v1.6.1 (2022-04-19)

* No change notes available for this release.
Expand Down
2 changes: 1 addition & 1 deletion service/iottwinmaker/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/lookoutmetrics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.0 (2022-04-21)

* **Feature**: Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.

# v1.11.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/lookoutmetrics/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/mediatailor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2022-04-21)

* **Feature**: This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.

# v1.16.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/mediatailor/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/secretsmanager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.5 (2022-04-21)

* **Documentation**: Documentation updates for Secrets Manager

# v1.15.4 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/secretsmanager/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/storagegateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2022-04-21)

* **Feature**: This release adds support for minimum of 5 character length virtual tape barcodes.

# v1.16.3 (2022-03-30)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/storagegateway/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/wisdom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.8.0 (2022-04-21)

* **Feature**: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.

# v1.7.3 (2022-03-30)

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

Please sign in to comment.