diff --git a/.changelog/545da2dd54fd4a01888922d08a0f08d6.json b/.changelog/545da2dd54fd4a01888922d08a0f08d6.json deleted file mode 100644 index c56c4556078..00000000000 --- a/.changelog/545da2dd54fd4a01888922d08a0f08d6.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "545da2dd-54fd-4a01-8889-22d08a0f08d6", - "type": "feature", - "description": "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.", - "modules": [ - "service/costexplorer" - ] -} \ No newline at end of file diff --git a/.changelog/942623e8787d48d6be55b1705865fb65.json b/.changelog/942623e8787d48d6be55b1705865fb65.json deleted file mode 100644 index 85301c21294..00000000000 --- a/.changelog/942623e8787d48d6be55b1705865fb65.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "942623e8-787d-48d6-be55-b1705865fb65", - "type": "feature", - "description": "Amazon Location Service now includes a MaxResults parameter for GetDevicePositionHistory requests.", - "modules": [ - "service/location" - ] -} \ No newline at end of file diff --git a/.changelog/972a9d678c2d4d198d05689e0d2b49ae.json b/.changelog/972a9d678c2d4d198d05689e0d2b49ae.json deleted file mode 100644 index e3295755574..00000000000 --- a/.changelog/972a9d678c2d4d198d05689e0d2b49ae.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "972a9d67-8c2d-4d19-8d05-689e0d2b49ae", - "type": "feature", - "description": "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.", - "modules": [ - "service/lakeformation" - ] -} \ No newline at end of file diff --git a/.changelog/d1f2b94a53b449e6be2ea59943512304.json b/.changelog/d1f2b94a53b449e6be2ea59943512304.json deleted file mode 100644 index 3efd8d2a3b5..00000000000 --- a/.changelog/d1f2b94a53b449e6be2ea59943512304.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d1f2b94a-53b4-49e6-be2e-a59943512304", - "type": "documentation", - "description": "Documentation only update to address tickets", - "modules": [ - "service/ecs" - ] -} \ No newline at end of file diff --git a/.changelog/e61bcfed2d2242d9802aca9b91a1683f.json b/.changelog/e61bcfed2d2242d9802aca9b91a1683f.json deleted file mode 100644 index 16419e2c0ef..00000000000 --- a/.changelog/e61bcfed2d2242d9802aca9b91a1683f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e61bcfed-2d22-42d9-802a-ca9b91a1683f", - "type": "feature", - "description": "Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.", - "modules": [ - "service/polly" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2af1f057f61..f770a032de4 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/service/costexplorer/CHANGELOG.md b/service/costexplorer/CHANGELOG.md index 9fe0f418e1f..97f224a7d22 100644 --- a/service/costexplorer/CHANGELOG.md +++ b/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 diff --git a/service/costexplorer/go_module_metadata.go b/service/costexplorer/go_module_metadata.go index 3b028cd3859..2aa9cbb1cc7 100644 --- a/service/costexplorer/go_module_metadata.go +++ b/service/costexplorer/go_module_metadata.go @@ -3,4 +3,4 @@ package costexplorer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.0" +const goModuleVersion = "1.18.0" diff --git a/service/ecs/CHANGELOG.md b/service/ecs/CHANGELOG.md index 762624aecf5..50ed878e6f7 100644 --- a/service/ecs/CHANGELOG.md +++ b/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 diff --git a/service/ecs/go_module_metadata.go b/service/ecs/go_module_metadata.go index 988bcd0b68f..8532ddba67c 100644 --- a/service/ecs/go_module_metadata.go +++ b/service/ecs/go_module_metadata.go @@ -3,4 +3,4 @@ package ecs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.1" +const goModuleVersion = "1.18.2" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index dabcddd99d4..bc491e5bb4d 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -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 @@ -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 diff --git a/service/lakeformation/CHANGELOG.md b/service/lakeformation/CHANGELOG.md index 3a842ebfe17..24bb92cd314 100644 --- a/service/lakeformation/CHANGELOG.md +++ b/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 diff --git a/service/lakeformation/go_module_metadata.go b/service/lakeformation/go_module_metadata.go index fa4d7411369..d5cb2aeb12c 100644 --- a/service/lakeformation/go_module_metadata.go +++ b/service/lakeformation/go_module_metadata.go @@ -3,4 +3,4 @@ package lakeformation // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.0" +const goModuleVersion = "1.16.0" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 9b0e5165e74..a583fe25021 100644 --- a/service/location/CHANGELOG.md +++ b/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". diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index 2067d612bb2..fb9218050c0 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.1" +const goModuleVersion = "1.16.0" diff --git a/service/polly/CHANGELOG.md b/service/polly/CHANGELOG.md index b7da3beae0b..5f92c3c743e 100644 --- a/service/polly/CHANGELOG.md +++ b/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 diff --git a/service/polly/go_module_metadata.go b/service/polly/go_module_metadata.go index f61dbd05285..4bbe37b5ec1 100644 --- a/service/polly/go_module_metadata.go +++ b/service/polly/go_module_metadata.go @@ -3,4 +3,4 @@ package polly // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.0" +const goModuleVersion = "1.14.0"