diff --git a/.changelog/03e1296c3e674d59906561aa986b9b9b.json b/.changelog/03e1296c3e674d59906561aa986b9b9b.json deleted file mode 100644 index 25069a1ae10..00000000000 --- a/.changelog/03e1296c3e674d59906561aa986b9b9b.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "03e1296c-3e67-4d59-9065-61aa986b9b9b", - "type": "feature", - "description": "This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs.", - "modules": [ - "service/sfn" - ] -} \ No newline at end of file diff --git a/.changelog/246335b3d43349b09c8880839bf638f8.json b/.changelog/246335b3d43349b09c8880839bf638f8.json deleted file mode 100644 index a5208471baa..00000000000 --- a/.changelog/246335b3d43349b09c8880839bf638f8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "246335b3-d433-49b0-9c88-80839bf638f8", - "type": "feature", - "description": "This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation.", - "modules": [ - "service/codecatalyst" - ] -} \ No newline at end of file diff --git a/.changelog/41575353444b40ffbf474f4155544f00.json b/.changelog/41575353444b40ffbf474f4155544f00.json deleted file mode 100644 index 24f950c3a60..00000000000 --- a/.changelog/41575353444b40ffbf474f4155544f00.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "id": "41575353-444b-40ff-bf47-4f4155544f00", - "type": "release", - "description": "New AWS service client module", - "modules": [ - "service/codecatalyst", - "service/pipes" - ] -} \ No newline at end of file diff --git a/.changelog/5b9ab24fc7ff47c2864fc3e5501312c4.json b/.changelog/5b9ab24fc7ff47c2864fc3e5501312c4.json deleted file mode 100644 index 9c6b8837411..00000000000 --- a/.changelog/5b9ab24fc7ff47c2864fc3e5501312c4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5b9ab24f-c7ff-47c2-864f-c3e5501312c4", - "type": "feature", - "description": "AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations)", - "modules": [ - "service/pipes" - ] -} \ No newline at end of file diff --git a/.changelog/67af669e733845edb9ee72ed359b422d.json b/.changelog/67af669e733845edb9ee72ed359b422d.json deleted file mode 100644 index eff15000da5..00000000000 --- a/.changelog/67af669e733845edb9ee72ed359b422d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "67af669e-7338-45ed-b9ee-72ed359b422d", - "type": "feature", - "description": "Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities).", - "modules": [ - "service/comprehend" - ] -} \ No newline at end of file diff --git a/.changelog/b5598a71474d40368b89ca9d4776b2a8.json b/.changelog/b5598a71474d40368b89ca9d4776b2a8.json deleted file mode 100644 index a44bdd5783e..00000000000 --- a/.changelog/b5598a71474d40368b89ca9d4776b2a8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b5598a71-474d-4036-8b89-ca9d4776b2a8", - "type": "feature", - "description": "GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration.", - "modules": [ - "service/gamelift" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index d40cbeb0ef4..22f5a01e714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# Release (2022-12-01) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/codecatalyst`: [v1.0.0](service/codecatalyst/CHANGELOG.md#v100-2022-12-01) + * **Release**: New AWS service client module + * **Feature**: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation. +* `github.com/aws/aws-sdk-go-v2/service/comprehend`: [v1.20.0](service/comprehend/CHANGELOG.md#v1200-2022-12-01) + * **Feature**: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities). +* `github.com/aws/aws-sdk-go-v2/service/gamelift`: [v1.16.0](service/gamelift/CHANGELOG.md#v1160-2022-12-01) + * **Feature**: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration. +* `github.com/aws/aws-sdk-go-v2/service/pipes`: [v1.0.0](service/pipes/CHANGELOG.md#v100-2022-12-01) + * **Release**: New AWS service client module + * **Feature**: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations) +* `github.com/aws/aws-sdk-go-v2/service/sfn`: [v1.16.0](service/sfn/CHANGELOG.md#v1160-2022-12-01) + * **Feature**: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs. + # Release (2022-11-30) ## Module Highlights diff --git a/service/codecatalyst/CHANGELOG.md b/service/codecatalyst/CHANGELOG.md new file mode 100644 index 00000000000..913d10b6363 --- /dev/null +++ b/service/codecatalyst/CHANGELOG.md @@ -0,0 +1,5 @@ +# v1.0.0 (2022-12-01) + +* **Release**: New AWS service client module +* **Feature**: This release adds operations that support customers using the AWS Toolkits and Amazon CodeCatalyst, a unified software development service that helps developers develop, deploy, and maintain applications in the cloud. For more information, see the documentation. + diff --git a/service/codecatalyst/go_module_metadata.go b/service/codecatalyst/go_module_metadata.go index 0bf5002198f..7dff21f8ddb 100644 --- a/service/codecatalyst/go_module_metadata.go +++ b/service/codecatalyst/go_module_metadata.go @@ -3,4 +3,4 @@ package codecatalyst // goModuleVersion is the tagged release for this module -const goModuleVersion = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/comprehend/CHANGELOG.md b/service/comprehend/CHANGELOG.md index bdaae84a8cf..928ce07308e 100644 --- a/service/comprehend/CHANGELOG.md +++ b/service/comprehend/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2022-12-01) + +* **Feature**: Comprehend now supports semi-structured documents (such as PDF files or image files) as inputs for custom analysis using the synchronous APIs (ClassifyDocument and DetectEntities). + # v1.19.2 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/comprehend/go_module_metadata.go b/service/comprehend/go_module_metadata.go index 65ac664ba36..7f1148fe8d0 100644 --- a/service/comprehend/go_module_metadata.go +++ b/service/comprehend/go_module_metadata.go @@ -3,4 +3,4 @@ package comprehend // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.2" +const goModuleVersion = "1.20.0" diff --git a/service/gamelift/CHANGELOG.md b/service/gamelift/CHANGELOG.md index 6353580dceb..89c01775dad 100644 --- a/service/gamelift/CHANGELOG.md +++ b/service/gamelift/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2022-12-01) + +* **Feature**: GameLift introduces a new feature, GameLift Anywhere. GameLift Anywhere allows you to integrate your own compute resources with GameLift. You can also use GameLift Anywhere to iteratively test your game servers without uploading the build to GameLift for every iteration. + # v1.15.7 (2022-10-24) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/gamelift/go_module_metadata.go b/service/gamelift/go_module_metadata.go index 90c58cbded4..da1a29fff69 100644 --- a/service/gamelift/go_module_metadata.go +++ b/service/gamelift/go_module_metadata.go @@ -3,4 +3,4 @@ package gamelift // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.7" +const goModuleVersion = "1.16.0" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index b6c094082c9..e612b3099ce 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -44,7 +44,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/emr v1.20.16 github.com/aws/aws-sdk-go-v2/service/eventbridge v1.16.20 github.com/aws/aws-sdk-go-v2/service/firehose v1.15.0 - github.com/aws/aws-sdk-go-v2/service/gamelift v1.15.7 + github.com/aws/aws-sdk-go-v2/service/gamelift v1.16.0 github.com/aws/aws-sdk-go-v2/service/glacier v1.13.19 github.com/aws/aws-sdk-go-v2/service/glue v1.37.0 github.com/aws/aws-sdk-go-v2/service/health v1.15.22 @@ -71,7 +71,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.16.8 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.15.0 github.com/aws/aws-sdk-go-v2/service/ses v1.14.21 - github.com/aws/aws-sdk-go-v2/service/sfn v1.15.1 + github.com/aws/aws-sdk-go-v2/service/sfn v1.16.0 github.com/aws/aws-sdk-go-v2/service/shield v1.17.11 github.com/aws/aws-sdk-go-v2/service/sms v1.12.20 github.com/aws/aws-sdk-go-v2/service/snowball v1.16.2 diff --git a/service/pipes/CHANGELOG.md b/service/pipes/CHANGELOG.md new file mode 100644 index 00000000000..0b3ac0c179b --- /dev/null +++ b/service/pipes/CHANGELOG.md @@ -0,0 +1,5 @@ +# v1.0.0 (2022-12-01) + +* **Release**: New AWS service client module +* **Feature**: AWS introduces new Amazon EventBridge Pipes which allow you to connect sources (SQS, Kinesis, DDB, Kafka, MQ) to Targets (14+ EventBridge Targets) without any code, with filtering, batching, input transformation, and an optional Enrichment stage (Lambda, StepFunctions, ApiGateway, ApiDestinations) + diff --git a/service/pipes/go_module_metadata.go b/service/pipes/go_module_metadata.go index 1d906ed53e4..5da4804db78 100644 --- a/service/pipes/go_module_metadata.go +++ b/service/pipes/go_module_metadata.go @@ -3,4 +3,4 @@ package pipes // goModuleVersion is the tagged release for this module -const goModuleVersion = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/sfn/CHANGELOG.md b/service/sfn/CHANGELOG.md index 4fcd136df4f..e3c2f840fed 100644 --- a/service/sfn/CHANGELOG.md +++ b/service/sfn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2022-12-01) + +* **Feature**: This release adds support for the AWS Step Functions Map state in Distributed mode. The changes include a new MapRun resource and several new and modified APIs. + # v1.15.1 (2022-11-22) * No change notes available for this release. diff --git a/service/sfn/go_module_metadata.go b/service/sfn/go_module_metadata.go index 2365c6f4775..dafa2d97898 100644 --- a/service/sfn/go_module_metadata.go +++ b/service/sfn/go_module_metadata.go @@ -3,4 +3,4 @@ package sfn // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.1" +const goModuleVersion = "1.16.0"