Skip to content

Commit

Permalink
Release 2022-03-22
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Mar 22, 2022
1 parent 5b16b20 commit ccdd0e4
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 47 deletions.
8 changes: 0 additions & 8 deletions .changelog/545da2dd54fd4a01888922d08a0f08d6.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/942623e8787d48d6be55b1705865fb65.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/972a9d678c2d4d198d05689e0d2b49ae.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# Release (2022-03-22)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/costexplorer`: [v1.18.0](service/costexplorer/CHANGELOG.md#v1180-2022-03-22)
* **Feature**: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.18.2](service/ecs/CHANGELOG.md#v1182-2022-03-22)
* **Documentation**: Documentation only update to address tickets
* `github.com/aws/aws-sdk-go-v2/service/lakeformation`: [v1.16.0](service/lakeformation/CHANGELOG.md#v1160-2022-03-22)
* **Feature**: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.
* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.16.0](service/location/CHANGELOG.md#v1160-2022-03-22)
* **Feature**: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.
* `github.com/aws/aws-sdk-go-v2/service/polly`: [v1.14.0](service/polly/CHANGELOG.md#v1140-2022-03-22)
* **Feature**: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.

# Release (2022-03-21)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/costexplorer/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.0 (2022-03-22)

* **Feature**: Added three new APIs to support tagging and resource-level authorization on Cost Explorer resources: TagResource, UntagResource, ListTagsForResource. Added optional parameters to CreateCostCategoryDefinition, CreateAnomalySubscription and CreateAnomalyMonitor APIs to support Tag On Create.

# v1.17.0 (2022-03-08)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/costexplorer/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/ecs/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.18.2 (2022-03-22)

* **Documentation**: Documentation only update to address tickets

# v1.18.1 (2022-03-15)

* **Documentation**: Documentation only update to address tickets
Expand Down
2 changes: 1 addition & 1 deletion service/ecs/go_module_metadata.go

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

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Expand Up @@ -33,7 +33,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.32.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.0
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.1
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.2
github.com/aws/aws-sdk-go-v2/service/efs v1.16.0
github.com/aws/aws-sdk-go-v2/service/elasticache v1.20.1
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.14.0
Expand All @@ -59,7 +59,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/neptune v1.16.0
github.com/aws/aws-sdk-go-v2/service/opsworks v1.13.0
github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.11.0
github.com/aws/aws-sdk-go-v2/service/polly v1.13.0
github.com/aws/aws-sdk-go-v2/service/polly v1.14.0
github.com/aws/aws-sdk-go-v2/service/rds v1.18.1
github.com/aws/aws-sdk-go-v2/service/redshift v1.21.0
github.com/aws/aws-sdk-go-v2/service/rekognition v1.17.0
Expand Down
4 changes: 4 additions & 0 deletions service/lakeformation/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-03-22)

* **Feature**: The release fixes the incorrect permissions called out in the documentation - DESCRIBE_TAG, ASSOCIATE_TAG, DELETE_TAG, ALTER_TAG. This trebuchet release fixes the corresponding SDK and documentation.

# v1.15.0 (2022-03-08)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
Expand Down
2 changes: 1 addition & 1 deletion service/lakeformation/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/location/CHANGELOG.md
@@ -1,3 +1,7 @@
# v1.16.0 (2022-03-22)

* **Feature**: Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.

# v1.15.1 (2022-03-15)

* **Documentation**: New HERE style "VectorHereExplore" and "VectorHereExploreTruck".
Expand Down
2 changes: 1 addition & 1 deletion service/location/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.14.0 (2022-03-22)

* **Feature**: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.

# v1.13.0 (2022-03-08)

* **Feature**: Updated `github.com/aws/smithy-go` to latest version
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.

0 comments on commit ccdd0e4

Please sign in to comment.