diff --git a/.changelog/2e3535e4f2c24457ac81705b2ab7fc40.json b/.changelog/2e3535e4f2c24457ac81705b2ab7fc40.json deleted file mode 100644 index 47bad157bd7..00000000000 --- a/.changelog/2e3535e4f2c24457ac81705b2ab7fc40.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2e3535e4-f2c2-4457-ac81-705b2ab7fc40", - "type": "feature", - "description": "This release provides new parameter \"Context\" in instance fleet clusters.", - "modules": [ - "service/emr" - ] -} \ No newline at end of file diff --git a/.changelog/78d2642fd34c4418ab886a0959e04b89.json b/.changelog/78d2642fd34c4418ab886a0959e04b89.json deleted file mode 100644 index e5a8e6d83c0..00000000000 --- a/.changelog/78d2642fd34c4418ab886a0959e04b89.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "78d2642f-d34c-4418-ab88-6a0959e04b89", - "type": "documentation", - "description": "Documentation update: added support notices to each API action.", - "modules": [ - "service/robomaker" - ] -} \ No newline at end of file diff --git a/.changelog/9d177136c78f457fa88e399fd388f07c.json b/.changelog/9d177136c78f457fa88e399fd388f07c.json deleted file mode 100644 index 33b55a66d46..00000000000 --- a/.changelog/9d177136c78f457fa88e399fd388f07c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "9d177136-c78f-457f-a88e-399fd388f07c", - "type": "documentation", - "description": "Doc only updates for clarification around OAuth2GrantType for Salesforce.", - "modules": [ - "service/appflow" - ] -} \ No newline at end of file diff --git a/.changelog/e72ce6b60b2c4c8ba3ba5c5b3b9e5a82.json b/.changelog/e72ce6b60b2c4c8ba3ba5c5b3b9e5a82.json deleted file mode 100644 index ad392500798..00000000000 --- a/.changelog/e72ce6b60b2c4c8ba3ba5c5b3b9e5a82.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e72ce6b6-0b2c-4c8b-a3ba-5c5b3b9e5a82", - "type": "bugfix", - "description": " S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types", - "modules": [ - "service/s3" - ] -} \ No newline at end of file diff --git a/.changelog/fde7124b1b3942538e2366613b7882ef.json b/.changelog/fde7124b1b3942538e2366613b7882ef.json deleted file mode 100644 index 1a43ada4533..00000000000 --- a/.changelog/fde7124b1b3942538e2366613b7882ef.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "fde7124b-1b39-4253-8e23-66613b7882ef", - "type": "feature", - "description": "Added a new field for network connection details.", - "modules": [ - "service/guardduty" - ] -} \ No newline at end of file diff --git a/.changelog/fe46adf92db84c03a41dbd79c8147d12.json b/.changelog/fe46adf92db84c03a41dbd79c8147d12.json deleted file mode 100644 index e1ed6c4288a..00000000000 --- a/.changelog/fe46adf92db84c03a41dbd79c8147d12.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "fe46adf9-2db8-4c03-a41d-bd79c8147d12", - "type": "feature", - "description": "Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target.", - "modules": [ - "service/elasticloadbalancingv2" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4d9ea0ae1..99ec75ed814 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# Release (2024-10-11) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appflow`: [v1.45.3](service/appflow/CHANGELOG.md#v1453-2024-10-11) + * **Documentation**: Doc only updates for clarification around OAuth2GrantType for Salesforce. +* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.40.0](service/elasticloadbalancingv2/CHANGELOG.md#v1400-2024-10-11) + * **Feature**: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. +* `github.com/aws/aws-sdk-go-v2/service/emr`: [v1.46.0](service/emr/CHANGELOG.md#v1460-2024-10-11) + * **Feature**: This release provides new parameter "Context" in instance fleet clusters. +* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.50.0](service/guardduty/CHANGELOG.md#v1500-2024-10-11) + * **Feature**: Added a new field for network connection details. +* `github.com/aws/aws-sdk-go-v2/service/robomaker`: [v1.30.3](service/robomaker/CHANGELOG.md#v1303-2024-10-11) + * **Documentation**: Documentation update: added support notices to each API action. +* `github.com/aws/aws-sdk-go-v2/service/s3`: [v1.65.3](service/s3/CHANGELOG.md#v1653-2024-10-11) + * **Bug Fix**: S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types + # Release (2024-10-10) ## Module Highlights diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 32742872332..f228291d636 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2/config v1.27.43 - github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 ) require ( diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 77fa2a2245b..3d57cf662c3 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/config v1.27.43 - github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2 ) diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 52b7e4c17a9..8b86be70c31 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.33 (2024-10-11) + +* No change notes available for this release. + # v1.14.32 (2024-10-10) * No change notes available for this release. diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 7a98a199477..968e001464b 100644 --- a/feature/dynamodbstreams/attributevalue/go_module_metadata.go +++ b/feature/dynamodbstreams/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.12" +const goModuleVersion = "1.14.33" diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 321a54ee788..82fc496f613 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.32 (2024-10-11) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.31 (2024-10-09) * **Bug Fix**: Fixup some integration tests. diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 345dddf2a8a..ba3197c9631 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -5,7 +5,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/config v1.27.43 - github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 github.com/aws/smithy-go v1.22.0 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 33113d0446e..82bb246ba98 100644 --- a/feature/s3/manager/go_module_metadata.go +++ b/feature/s3/manager/go_module_metadata.go @@ -3,4 +3,4 @@ package manager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.31" +const goModuleVersion = "1.17.32" diff --git a/service/appflow/CHANGELOG.md b/service/appflow/CHANGELOG.md index 2294d54a6de..6b8221df9b6 100644 --- a/service/appflow/CHANGELOG.md +++ b/service/appflow/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.45.3 (2024-10-11) + +* **Documentation**: Doc only updates for clarification around OAuth2GrantType for Salesforce. + # v1.45.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appflow/go_module_metadata.go b/service/appflow/go_module_metadata.go index 6109c892b4d..b2c28b3de97 100644 --- a/service/appflow/go_module_metadata.go +++ b/service/appflow/go_module_metadata.go @@ -3,4 +3,4 @@ package appflow // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.2" +const goModuleVersion = "1.45.3" diff --git a/service/elasticloadbalancingv2/CHANGELOG.md b/service/elasticloadbalancingv2/CHANGELOG.md index 59e817cd287..ce34be848f8 100644 --- a/service/elasticloadbalancingv2/CHANGELOG.md +++ b/service/elasticloadbalancingv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.40.0 (2024-10-11) + +* **Feature**: Add zonal_shift.config.enabled attribute. Add new AdministrativeOverride construct in the describe-target-health API response to include information about the override status applied to a target. + # v1.39.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/elasticloadbalancingv2/go_module_metadata.go b/service/elasticloadbalancingv2/go_module_metadata.go index af9034a1df2..758255a5d0b 100644 --- a/service/elasticloadbalancingv2/go_module_metadata.go +++ b/service/elasticloadbalancingv2/go_module_metadata.go @@ -3,4 +3,4 @@ package elasticloadbalancingv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.39.2" +const goModuleVersion = "1.40.0" diff --git a/service/emr/CHANGELOG.md b/service/emr/CHANGELOG.md index aefeb4ec2bb..f7de32e5161 100644 --- a/service/emr/CHANGELOG.md +++ b/service/emr/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.46.0 (2024-10-11) + +* **Feature**: This release provides new parameter "Context" in instance fleet clusters. + # v1.45.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/emr/go_module_metadata.go b/service/emr/go_module_metadata.go index b6a47af7842..201be8c5e29 100644 --- a/service/emr/go_module_metadata.go +++ b/service/emr/go_module_metadata.go @@ -3,4 +3,4 @@ package emr // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.45.2" +const goModuleVersion = "1.46.0" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 1e7d645cda2..fadc339b969 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.50.0 (2024-10-11) + +* **Feature**: Added a new field for network connection details. + # v1.49.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 0f0f301f091..8f399697af0 100644 --- a/service/guardduty/go_module_metadata.go +++ b/service/guardduty/go_module_metadata.go @@ -3,4 +3,4 @@ package guardduty // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.49.2" +const goModuleVersion = "1.50.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 8c04721fb62..3fc00e5e5b1 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -7,7 +7,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.36.2 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.24.2 - github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 github.com/aws/aws-sdk-go-v2/service/schemas v1.28.2 github.com/aws/smithy-go v1.22.0 ) diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index e392da5b54f..61b7d0c87cd 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.32.2 github.com/aws/aws-sdk-go-v2/config v1.27.43 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.31 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.32 github.com/aws/aws-sdk-go-v2/service/acm v1.30.2 github.com/aws/aws-sdk-go-v2/service/apigateway v1.27.2 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.33.2 @@ -36,10 +36,10 @@ require ( github.com/aws/aws-sdk-go-v2/service/elasticache v1.43.0 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.28.2 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.28.2 - github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.39.2 + github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.40.0 github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.32.2 github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.27.2 - github.com/aws/aws-sdk-go-v2/service/emr v1.45.2 + github.com/aws/aws-sdk-go-v2/service/emr v1.46.0 github.com/aws/aws-sdk-go-v2/service/eventbridge v1.35.2 github.com/aws/aws-sdk-go-v2/service/firehose v1.34.2 github.com/aws/aws-sdk-go-v2/service/gamelift v1.36.2 @@ -63,7 +63,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53 v1.45.2 github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.2 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.33.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.65.2 + github.com/aws/aws-sdk-go-v2/service/s3 v1.65.3 github.com/aws/aws-sdk-go-v2/service/s3control v1.49.2 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.2 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.32.2 diff --git a/service/robomaker/CHANGELOG.md b/service/robomaker/CHANGELOG.md index b40552d0828..084ddb943f8 100644 --- a/service/robomaker/CHANGELOG.md +++ b/service/robomaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.3 (2024-10-11) + +* **Documentation**: Documentation update: added support notices to each API action. + # v1.30.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/robomaker/go_module_metadata.go b/service/robomaker/go_module_metadata.go index d5a6f0f2dda..792032f8fae 100644 --- a/service/robomaker/go_module_metadata.go +++ b/service/robomaker/go_module_metadata.go @@ -3,4 +3,4 @@ package robomaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.30.2" +const goModuleVersion = "1.30.3" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 1e33c359cb7..138a78f9229 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.65.3 (2024-10-11) + +* **Bug Fix**: S3 ReplicationRuleFilter and LifecycleRuleFilter shapes are being changed from union to structure types + # v1.65.2 (2024-10-08) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 8e174e9b111..fb11d636f4c 100644 --- a/service/s3/go_module_metadata.go +++ b/service/s3/go_module_metadata.go @@ -3,4 +3,4 @@ package s3 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.65.2" +const goModuleVersion = "1.65.3"