diff --git a/.changelog/130d6e04d39f49d5ba2553875c1e947d.json b/.changelog/130d6e04d39f49d5ba2553875c1e947d.json deleted file mode 100644 index 2eca72b1956..00000000000 --- a/.changelog/130d6e04d39f49d5ba2553875c1e947d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "130d6e04-d39f-49d5-ba25-53875c1e947d", - "type": "feature", - "description": "Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository", - "modules": [ - "service/configservice" - ] -} \ No newline at end of file diff --git a/.changelog/4411aa09ba274826bd161649cef2ed7c.json b/.changelog/4411aa09ba274826bd161649cef2ed7c.json deleted file mode 100644 index a3a09cad00c..00000000000 --- a/.changelog/4411aa09ba274826bd161649cef2ed7c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4411aa09-ba27-4826-bd16-1649cef2ed7c", - "type": "feature", - "description": "Added Brand field to device listings.", - "modules": [ - "service/panorama" - ] -} \ No newline at end of file diff --git a/.changelog/7a886d0da9f042658c53220493472bc8.json b/.changelog/7a886d0da9f042658c53220493472bc8.json deleted file mode 100644 index d0d0c9d2f62..00000000000 --- a/.changelog/7a886d0da9f042658c53220493472bc8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7a886d0d-a9f0-4265-8c53-220493472bc8", - "type": "feature", - "description": "This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions.", - "modules": [ - "service/lambda" - ] -} \ No newline at end of file diff --git a/.changelog/c52ad7d83703450ba6026cb689a41309.json b/.changelog/c52ad7d83703450ba6026cb689a41309.json deleted file mode 100644 index 0ce25a6a312..00000000000 --- a/.changelog/c52ad7d83703450ba6026cb689a41309.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "c52ad7d8-3703-450b-a602-6cb689a41309", - "type": "feature", - "description": "Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html", - "modules": [ - "service/kendra" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1a29840e8..adc4c7a02a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# Release (2022-04-06) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.21.0](service/configservice/CHANGELOG.md#v1210-2022-04-06) + * **Feature**: Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository +* `github.com/aws/aws-sdk-go-v2/service/kendra`: [v1.24.0](service/kendra/CHANGELOG.md#v1240-2022-04-06) + * **Feature**: Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html +* `github.com/aws/aws-sdk-go-v2/service/lambda`: [v1.22.0](service/lambda/CHANGELOG.md#v1220-2022-04-06) + * **Feature**: This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions. +* `github.com/aws/aws-sdk-go-v2/service/panorama`: [v1.7.0](service/panorama/CHANGELOG.md#v170-2022-04-06) + * **Feature**: Added Brand field to device listings. + # Release (2022-04-05) ## Module Highlights diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index 673a868b437..965af3ba9bf 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2022-04-06) + +* **Feature**: Add resourceType enums for AWS::EMR::SecurityConfiguration and AWS::SageMaker::CodeRepository + # v1.20.1 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index 356b56887e9..972030631fe 100644 --- a/service/configservice/go_module_metadata.go +++ b/service/configservice/go_module_metadata.go @@ -3,4 +3,4 @@ package configservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.1" +const goModuleVersion = "1.21.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index debe4d497ca..26edec7bcd3 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -23,7 +23,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codepipeline v1.13.3 github.com/aws/aws-sdk-go-v2/service/codestar v1.11.3 github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.15.3 - github.com/aws/aws-sdk-go-v2/service/configservice v1.20.1 + github.com/aws/aws-sdk-go-v2/service/configservice v1.21.0 github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.13.3 github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.18.3 github.com/aws/aws-sdk-go-v2/service/devicefarm v1.13.3 @@ -53,7 +53,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/iot v1.24.0 github.com/aws/aws-sdk-go-v2/service/kinesis v1.15.3 github.com/aws/aws-sdk-go-v2/service/kms v1.16.3 - github.com/aws/aws-sdk-go-v2/service/lambda v1.21.1 + github.com/aws/aws-sdk-go-v2/service/lambda v1.22.0 github.com/aws/aws-sdk-go-v2/service/lightsail v1.18.3 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.11.3 github.com/aws/aws-sdk-go-v2/service/neptune v1.16.3 diff --git a/service/iotsitewise/CHANGELOG.md b/service/iotsitewise/CHANGELOG.md index a6607d2633b..dc35e2f755e 100644 --- a/service/iotsitewise/CHANGELOG.md +++ b/service/iotsitewise/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.4 (2022-04-06) + +* No change notes available for this release. + # v1.20.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotsitewise/go_module_metadata.go b/service/iotsitewise/go_module_metadata.go index ab45f77cbf6..37a3b4d57f5 100644 --- a/service/iotsitewise/go_module_metadata.go +++ b/service/iotsitewise/go_module_metadata.go @@ -3,4 +3,4 @@ package iotsitewise // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.3" +const goModuleVersion = "1.20.4" diff --git a/service/kendra/CHANGELOG.md b/service/kendra/CHANGELOG.md index 867b20c6027..25467d564e2 100644 --- a/service/kendra/CHANGELOG.md +++ b/service/kendra/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.0 (2022-04-06) + +* **Feature**: Amazon Kendra now provides a data source connector for Box. For more information, see https://docs.aws.amazon.com/kendra/latest/dg/data-source-box.html + # v1.23.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/kendra/go_module_metadata.go b/service/kendra/go_module_metadata.go index d5ae85c8333..4a3789b678b 100644 --- a/service/kendra/go_module_metadata.go +++ b/service/kendra/go_module_metadata.go @@ -3,4 +3,4 @@ package kendra // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.3" +const goModuleVersion = "1.24.0" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index d909ee9299b..e1d68d046d5 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2022-04-06) + +* **Feature**: This release adds new APIs for creating and managing Lambda Function URLs and adds a new FunctionUrlAuthType parameter to the AddPermission API. Customers can use Function URLs to create built-in HTTPS endpoints on their functions. + # v1.21.1 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index 3f5cb1034aa..8d301aedc0e 100644 --- a/service/lambda/go_module_metadata.go +++ b/service/lambda/go_module_metadata.go @@ -3,4 +3,4 @@ package lambda // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.1" +const goModuleVersion = "1.22.0" diff --git a/service/panorama/CHANGELOG.md b/service/panorama/CHANGELOG.md index 2a054340a5e..f5611335fe9 100644 --- a/service/panorama/CHANGELOG.md +++ b/service/panorama/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.7.0 (2022-04-06) + +* **Feature**: Added Brand field to device listings. + # v1.6.3 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/panorama/go_module_metadata.go b/service/panorama/go_module_metadata.go index 52ecf9c29a3..609a5680972 100644 --- a/service/panorama/go_module_metadata.go +++ b/service/panorama/go_module_metadata.go @@ -3,4 +3,4 @@ package panorama // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.3" +const goModuleVersion = "1.7.0" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index eeaf581627a..6900373e172 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.5 (2022-04-06) + +* No change notes available for this release. + # v1.16.4 (2022-03-30) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 5ba5c904790..a461d5ac16a 100644 --- a/service/ram/go_module_metadata.go +++ b/service/ram/go_module_metadata.go @@ -3,4 +3,4 @@ package ram // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.4" +const goModuleVersion = "1.16.5"