From 0d08ea06981d800c095a7930a2d9f4bc92271e7d Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Mon, 16 Sep 2024 18:32:02 +0000 Subject: [PATCH] Release 2024-09-16 --- .../168b36821f9a432186d70d201de6ab87.json | 8 ------- .../2e81bf66d42b4664aa2462f40a223c4a.json | 8 ------- .../3230f94ad7814d24b10beaed0739d43c.json | 8 ------- .../4e36171d1e204d238c060a8e4df89b65.json | 8 ------- .../720f1f0654134ff68873ae74e55895bf.json | 8 ------- .../d0d08c6db9e3494abfa3ad759e6e23e8.json | 8 ------- .../e81876a0da824662abf475c2a33b71b4.json | 8 ------- CHANGELOG.md | 21 +++++++++++++++++++ config/CHANGELOG.md | 4 ++++ config/go_module_metadata.go | 2 +- example/service/dynamodb/createTable/go.mod | 2 +- example/service/dynamodb/scanItems/go.mod | 2 +- example/service/s3/listObjects/go.mod | 2 +- example/service/s3/usingPrivateLink/go.mod | 2 +- .../attributevalue/CHANGELOG.md | 4 ++++ .../attributevalue/go_module_metadata.go | 2 +- .../ec2/imds/internal/configtesting/go.mod | 2 +- feature/s3/manager/CHANGELOG.md | 4 ++++ feature/s3/manager/go.mod | 2 +- feature/s3/manager/go_module_metadata.go | 2 +- internal/configsources/configtesting/go.mod | 2 +- service/bedrock/CHANGELOG.md | 4 ++++ service/bedrock/go_module_metadata.go | 2 +- service/efs/CHANGELOG.md | 4 ++++ service/efs/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 12 +++++------ service/iot/CHANGELOG.md | 4 ++++ service/iot/go_module_metadata.go | 2 +- service/medialive/CHANGELOG.md | 4 ++++ service/medialive/go_module_metadata.go | 2 +- service/organizations/CHANGELOG.md | 4 ++++ service/organizations/go_module_metadata.go | 2 +- service/pcaconnectorscep/CHANGELOG.md | 4 ++++ .../pcaconnectorscep/go_module_metadata.go | 2 +- service/rds/CHANGELOG.md | 4 ++++ service/rds/go_module_metadata.go | 2 +- service/s3/internal/configtesting/go.mod | 2 +- service/ssmsap/CHANGELOG.md | 4 ++++ service/ssmsap/go_module_metadata.go | 2 +- service/transcribestreaming/CHANGELOG.md | 4 ++++ .../transcribestreaming/go_module_metadata.go | 2 +- .../internal/testing/go.mod | 2 +- 42 files changed, 96 insertions(+), 83 deletions(-) delete mode 100644 .changelog/168b36821f9a432186d70d201de6ab87.json delete mode 100644 .changelog/2e81bf66d42b4664aa2462f40a223c4a.json delete mode 100644 .changelog/3230f94ad7814d24b10beaed0739d43c.json delete mode 100644 .changelog/4e36171d1e204d238c060a8e4df89b65.json delete mode 100644 .changelog/720f1f0654134ff68873ae74e55895bf.json delete mode 100644 .changelog/d0d08c6db9e3494abfa3ad759e6e23e8.json delete mode 100644 .changelog/e81876a0da824662abf475c2a33b71b4.json diff --git a/.changelog/168b36821f9a432186d70d201de6ab87.json b/.changelog/168b36821f9a432186d70d201de6ab87.json deleted file mode 100644 index e12da34c6e5..00000000000 --- a/.changelog/168b36821f9a432186d70d201de6ab87.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "168b3682-1f9a-4321-86d7-0d201de6ab87", - "type": "feature", - "description": "Launching Global Cluster tagging.", - "modules": [ - "service/rds" - ] -} \ No newline at end of file diff --git a/.changelog/2e81bf66d42b4664aa2462f40a223c4a.json b/.changelog/2e81bf66d42b4664aa2462f40a223c4a.json deleted file mode 100644 index cc9a6e772cb..00000000000 --- a/.changelog/2e81bf66d42b4664aa2462f40a223c4a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2e81bf66-d42b-4664-aa24-62f40a223c4a", - "type": "documentation", - "description": "Doc only update for AWS Organizations that fixes several customer-reported issues", - "modules": [ - "service/organizations" - ] -} \ No newline at end of file diff --git a/.changelog/3230f94ad7814d24b10beaed0739d43c.json b/.changelog/3230f94ad7814d24b10beaed0739d43c.json deleted file mode 100644 index 05950628adb..00000000000 --- a/.changelog/3230f94ad7814d24b10beaed0739d43c.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "3230f94a-d781-4d24-b10b-eaed0739d43c", - "type": "bugfix", - "description": "Read `AWS_CONTAINER_CREDENTIALS_FULL_URI` env variable if set when reading a profile with `credential_source`. Also ensure `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` is always read before it", - "modules": [ - "config" - ] -} \ No newline at end of file diff --git a/.changelog/4e36171d1e204d238c060a8e4df89b65.json b/.changelog/4e36171d1e204d238c060a8e4df89b65.json deleted file mode 100644 index 844cb913bdf..00000000000 --- a/.changelog/4e36171d1e204d238c060a8e4df89b65.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4e36171d-1e20-4d23-8c06-0a8e4df89b65", - "type": "feature", - "description": "This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.", - "modules": [ - "service/bedrock" - ] -} \ No newline at end of file diff --git a/.changelog/720f1f0654134ff68873ae74e55895bf.json b/.changelog/720f1f0654134ff68873ae74e55895bf.json deleted file mode 100644 index 7e7f2208244..00000000000 --- a/.changelog/720f1f0654134ff68873ae74e55895bf.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "720f1f06-5413-4ff6-8873-ae74e55895bf", - "type": "feature", - "description": "This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.", - "modules": [ - "service/iot" - ] -} \ No newline at end of file diff --git a/.changelog/d0d08c6db9e3494abfa3ad759e6e23e8.json b/.changelog/d0d08c6db9e3494abfa3ad759e6e23e8.json deleted file mode 100644 index f0e6e36bc8a..00000000000 --- a/.changelog/d0d08c6db9e3494abfa3ad759e6e23e8.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d0d08c6d-b9e3-494a-bfa3-ad759e6e23e8", - "type": "feature", - "description": "Removing the ON_PREMISE enum from the input settings field.", - "modules": [ - "service/medialive" - ] -} \ No newline at end of file diff --git a/.changelog/e81876a0da824662abf475c2a33b71b4.json b/.changelog/e81876a0da824662abf475c2a33b71b4.json deleted file mode 100644 index a5d0cb8c5e9..00000000000 --- a/.changelog/e81876a0da824662abf475c2a33b71b4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "e81876a0-da82-4662-abf4-75c2a33b71b4", - "type": "documentation", - "description": "This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.", - "modules": [ - "service/pcaconnectorscep" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e647aa4c26..c51b41844d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# Release (2024-09-16) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/config`: [v1.27.34](config/CHANGELOG.md#v12734-2024-09-16) + * **Bug Fix**: Read `AWS_CONTAINER_CREDENTIALS_FULL_URI` env variable if set when reading a profile with `credential_source`. Also ensure `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` is always read before it +* `github.com/aws/aws-sdk-go-v2/service/bedrock`: [v1.17.0](service/bedrock/CHANGELOG.md#v1170-2024-09-16) + * **Feature**: This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig. +* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.56.0](service/iot/CHANGELOG.md#v1560-2024-09-16) + * **Feature**: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version. +* `github.com/aws/aws-sdk-go-v2/service/medialive`: [v1.59.0](service/medialive/CHANGELOG.md#v1590-2024-09-16) + * **Feature**: Removing the ON_PREMISE enum from the input settings field. +* `github.com/aws/aws-sdk-go-v2/service/organizations`: [v1.31.3](service/organizations/CHANGELOG.md#v1313-2024-09-16) + * **Documentation**: Doc only update for AWS Organizations that fixes several customer-reported issues +* `github.com/aws/aws-sdk-go-v2/service/pcaconnectorscep`: [v1.2.7](service/pcaconnectorscep/CHANGELOG.md#v127-2024-09-16) + * **Documentation**: This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management. +* `github.com/aws/aws-sdk-go-v2/service/rds`: [v1.83.0](service/rds/CHANGELOG.md#v1830-2024-09-16) + * **Feature**: Launching Global Cluster tagging. + # Release (2024-09-13) ## Module Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 8325c8a0be7..848f7222c14 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.34 (2024-09-16) + +* **Bug Fix**: Read `AWS_CONTAINER_CREDENTIALS_FULL_URI` env variable if set when reading a profile with `credential_source`. Also ensure `AWS_CONTAINER_CREDENTIALS_RELATIVE_URI` is always read before it + # v1.27.33 (2024-09-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 411bda659dc..460aac7e134 100644 --- a/config/go_module_metadata.go +++ b/config/go_module_metadata.go @@ -3,4 +3,4 @@ package config // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.33" +const goModuleVersion = "1.27.34" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index d7991f9027c..2ba8e87f0f1 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.5 - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9 ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index a0073e50c7b..6b7b173d6f7 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.5 - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.3 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9 ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index bd6e3b0ac62..9ea8d863a82 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/example/service/s3/listObjects go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2 ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 3eeef5c3f82..36a5c10ae7b 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.5 - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2 github.com/aws/aws-sdk-go-v2/service/s3control v1.47.0 ) diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index e3173ac1521..b44e9b6a9d1 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.14 (2024-09-16) + +* No change notes available for this release. + # v1.14.13 (2024-09-13) * 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 03e82996405..3d99308b424 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.3" +const goModuleVersion = "1.14.14" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 3841e844f74..9b4b44be6b0 100644 --- a/feature/ec2/imds/internal/configtesting/go.mod +++ b/feature/ec2/imds/internal/configtesting/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/feature/ec2/imds/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.13 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 9b15f81b14d..9f4eccaea32 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.19 (2024-09-16) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.17.18 (2024-09-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 7a56b2343d2..91c3225b433 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/aws/aws-sdk-go-v2 v1.30.5 - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2 github.com/aws/smithy-go v1.20.4 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 7f32f117f13..f8c8b689a2d 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.18" +const goModuleVersion = "1.17.19" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index 3a5ba3a97db..23b3eff7824 100644 --- a/internal/configsources/configtesting/go.mod +++ b/internal/configsources/configtesting/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/internal/configsources/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.17 ) diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 4654875ae96..1fce16edc6c 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2024-09-16) + +* **Feature**: This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig. + # v1.16.2 (2024-09-04) * No change notes available for this release. diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 89b7f7e59b4..c63aa3031d4 100644 --- a/service/bedrock/go_module_metadata.go +++ b/service/bedrock/go_module_metadata.go @@ -3,4 +3,4 @@ package bedrock // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.17.0" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 09e2c652a0a..15b25467a59 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.7 (2024-09-16) + +* No change notes available for this release. + # v1.31.6 (2024-09-04) * No change notes available for this release. diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index 4ae995672c0..58412bfc117 100644 --- a/service/efs/go_module_metadata.go +++ b/service/efs/go_module_metadata.go @@ -3,4 +3,4 @@ package efs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.6" +const goModuleVersion = "1.31.7" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index d8e8a1b376e..9c878275b28 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,8 +2,8 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.30.5 - github.com/aws/aws-sdk-go-v2/config v1.27.33 - github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.18 + github.com/aws/aws-sdk-go-v2/config v1.27.34 + github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.19 github.com/aws/aws-sdk-go-v2/service/acm v1.28.8 github.com/aws/aws-sdk-go-v2/service/apigateway v1.25.8 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.31.4 @@ -33,7 +33,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.3 github.com/aws/aws-sdk-go-v2/service/ecr v1.33.0 github.com/aws/aws-sdk-go-v2/service/ecs v1.45.4 - github.com/aws/aws-sdk-go-v2/service/efs v1.31.6 + github.com/aws/aws-sdk-go-v2/service/efs v1.31.7 github.com/aws/aws-sdk-go-v2/service/elasticache v1.40.9 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.26.6 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.26.7 @@ -49,7 +49,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/health v1.26.6 github.com/aws/aws-sdk-go-v2/service/iam v1.35.2 github.com/aws/aws-sdk-go-v2/service/inspector v1.23.6 - github.com/aws/aws-sdk-go-v2/service/iot v1.55.6 + github.com/aws/aws-sdk-go-v2/service/iot v1.56.0 github.com/aws/aws-sdk-go-v2/service/kinesis v1.29.7 github.com/aws/aws-sdk-go-v2/service/kms v1.35.7 github.com/aws/aws-sdk-go-v2/service/lambda v1.58.3 @@ -58,7 +58,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/neptune v1.33.7 github.com/aws/aws-sdk-go-v2/service/pinpointemail v1.21.6 github.com/aws/aws-sdk-go-v2/service/polly v1.43.2 - github.com/aws/aws-sdk-go-v2/service/rds v1.82.5 + github.com/aws/aws-sdk-go-v2/service/rds v1.83.0 github.com/aws/aws-sdk-go-v2/service/redshift v1.46.8 github.com/aws/aws-sdk-go-v2/service/rekognition v1.43.5 github.com/aws/aws-sdk-go-v2/service/route53 v1.43.2 @@ -78,7 +78,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/sts v1.30.7 github.com/aws/aws-sdk-go-v2/service/support v1.24.7 github.com/aws/aws-sdk-go-v2/service/timestreamwrite v1.27.6 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.6 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.7 github.com/aws/aws-sdk-go-v2/service/waf v1.23.6 github.com/aws/aws-sdk-go-v2/service/wafregional v1.23.6 github.com/aws/aws-sdk-go-v2/service/wafv2 v1.52.2 diff --git a/service/iot/CHANGELOG.md b/service/iot/CHANGELOG.md index 935a5acddc8..f3f5359c184 100644 --- a/service/iot/CHANGELOG.md +++ b/service/iot/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.56.0 (2024-09-16) + +* **Feature**: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version. + # v1.55.6 (2024-09-04) * No change notes available for this release. diff --git a/service/iot/go_module_metadata.go b/service/iot/go_module_metadata.go index e0970da3979..a19aad2e1ef 100644 --- a/service/iot/go_module_metadata.go +++ b/service/iot/go_module_metadata.go @@ -3,4 +3,4 @@ package iot // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.55.6" +const goModuleVersion = "1.56.0" diff --git a/service/medialive/CHANGELOG.md b/service/medialive/CHANGELOG.md index 1c5ce67aab1..b43da08b15e 100644 --- a/service/medialive/CHANGELOG.md +++ b/service/medialive/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.59.0 (2024-09-16) + +* **Feature**: Removing the ON_PREMISE enum from the input settings field. + # v1.58.0 (2024-09-11) * **Feature**: Adds AV1 Codec support, SRT ouputs, and MediaLive Anywhere support. diff --git a/service/medialive/go_module_metadata.go b/service/medialive/go_module_metadata.go index e470e37d066..09e39d2eb51 100644 --- a/service/medialive/go_module_metadata.go +++ b/service/medialive/go_module_metadata.go @@ -3,4 +3,4 @@ package medialive // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.58.0" +const goModuleVersion = "1.59.0" diff --git a/service/organizations/CHANGELOG.md b/service/organizations/CHANGELOG.md index df032ae0f80..4f462570a4f 100644 --- a/service/organizations/CHANGELOG.md +++ b/service/organizations/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.31.3 (2024-09-16) + +* **Documentation**: Doc only update for AWS Organizations that fixes several customer-reported issues + # v1.31.2 (2024-09-04) * No change notes available for this release. diff --git a/service/organizations/go_module_metadata.go b/service/organizations/go_module_metadata.go index d78e20c22d3..5972c4f28a3 100644 --- a/service/organizations/go_module_metadata.go +++ b/service/organizations/go_module_metadata.go @@ -3,4 +3,4 @@ package organizations // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.31.2" +const goModuleVersion = "1.31.3" diff --git a/service/pcaconnectorscep/CHANGELOG.md b/service/pcaconnectorscep/CHANGELOG.md index 39f266b7a16..c9c04e4bf3b 100644 --- a/service/pcaconnectorscep/CHANGELOG.md +++ b/service/pcaconnectorscep/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.7 (2024-09-16) + +* **Documentation**: This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management. + # v1.2.6 (2024-09-04) * No change notes available for this release. diff --git a/service/pcaconnectorscep/go_module_metadata.go b/service/pcaconnectorscep/go_module_metadata.go index 173c4558f19..08322988bbd 100644 --- a/service/pcaconnectorscep/go_module_metadata.go +++ b/service/pcaconnectorscep/go_module_metadata.go @@ -3,4 +3,4 @@ package pcaconnectorscep // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.6" +const goModuleVersion = "1.2.7" diff --git a/service/rds/CHANGELOG.md b/service/rds/CHANGELOG.md index 236c7f71007..6f7ae86c52f 100644 --- a/service/rds/CHANGELOG.md +++ b/service/rds/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.83.0 (2024-09-16) + +* **Feature**: Launching Global Cluster tagging. + # v1.82.5 (2024-09-12) * **Documentation**: This release adds support for the os-upgrade pending maintenance action for Amazon Aurora DB clusters. diff --git a/service/rds/go_module_metadata.go b/service/rds/go_module_metadata.go index d9cc5844e4a..5f3d5aa1022 100644 --- a/service/rds/go_module_metadata.go +++ b/service/rds/go_module_metadata.go @@ -3,4 +3,4 @@ package rds // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.82.5" +const goModuleVersion = "1.83.0" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index a7429f87c50..a21137cfb86 100644 --- a/service/s3/internal/configtesting/go.mod +++ b/service/s3/internal/configtesting/go.mod @@ -3,7 +3,7 @@ module github.com/aws/aws-sdk-go-v2/service/s3/internal/configtesting go 1.21 require ( - github.com/aws/aws-sdk-go-v2/config v1.27.33 + github.com/aws/aws-sdk-go-v2/config v1.27.34 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.17.17 ) diff --git a/service/ssmsap/CHANGELOG.md b/service/ssmsap/CHANGELOG.md index a9cfc117342..15b91be42b7 100644 --- a/service/ssmsap/CHANGELOG.md +++ b/service/ssmsap/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.3 (2024-09-16) + +* No change notes available for this release. + # v1.16.2 (2024-09-04) * No change notes available for this release. diff --git a/service/ssmsap/go_module_metadata.go b/service/ssmsap/go_module_metadata.go index 287af0ea5b3..5d08ec5cbaf 100644 --- a/service/ssmsap/go_module_metadata.go +++ b/service/ssmsap/go_module_metadata.go @@ -3,4 +3,4 @@ package ssmsap // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.2" +const goModuleVersion = "1.16.3" diff --git a/service/transcribestreaming/CHANGELOG.md b/service/transcribestreaming/CHANGELOG.md index fa82d544bbf..dc2cccb31cb 100644 --- a/service/transcribestreaming/CHANGELOG.md +++ b/service/transcribestreaming/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.7 (2024-09-16) + +* No change notes available for this release. + # v1.19.6 (2024-09-04) * No change notes available for this release. diff --git a/service/transcribestreaming/go_module_metadata.go b/service/transcribestreaming/go_module_metadata.go index 5c6bb66c887..58c01b49838 100644 --- a/service/transcribestreaming/go_module_metadata.go +++ b/service/transcribestreaming/go_module_metadata.go @@ -3,4 +3,4 @@ package transcribestreaming // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.6" +const goModuleVersion = "1.19.7" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 8bf4312c5dc..eb03f3a1196 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.30.5 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.4 github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.4.19 - github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.6 + github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.19.7 github.com/aws/smithy-go v1.20.4 )