From c07adfa440a18c35f3d59f65d88329dce6eabb17 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 19 Jan 2024 19:22:56 +0000 Subject: [PATCH] Release 2024-01-19 --- .changelog/0b4e24e69ff34ce482797da344bef773.json | 8 -------- .changelog/1471423c674a4fe48f4cdb031ef88aa2.json | 8 -------- .changelog/2b66a07b53c04b51a37883358bc75caf.json | 8 -------- .changelog/fcbea51f145e45a1823a78e1c0b697e3.json | 8 -------- CHANGELOG.md | 13 +++++++++++++ example/service/dynamodb/createTable/go.mod | 2 +- example/service/dynamodb/scanItems/go.mod | 4 ++-- feature/dynamodb/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodb/attributevalue/go.mod | 2 +- .../dynamodb/attributevalue/go_module_metadata.go | 2 +- feature/dynamodb/expression/CHANGELOG.md | 4 ++++ feature/dynamodb/expression/go.mod | 4 ++-- feature/dynamodb/expression/go_module_metadata.go | 2 +- feature/dynamodbstreams/attributevalue/CHANGELOG.md | 4 ++++ feature/dynamodbstreams/attributevalue/go.mod | 2 +- .../attributevalue/go_module_metadata.go | 2 +- service/appsync/CHANGELOG.md | 4 ++++ service/appsync/go_module_metadata.go | 2 +- service/athena/CHANGELOG.md | 4 ++++ service/athena/go_module_metadata.go | 2 +- service/codebuild/CHANGELOG.md | 4 ++++ service/codebuild/go_module_metadata.go | 2 +- service/dynamodb/CHANGELOG.md | 4 ++++ service/dynamodb/go_module_metadata.go | 2 +- service/internal/benchmark/go.mod | 2 +- service/internal/integrationtest/go.mod | 6 +++--- service/ssoadmin/CHANGELOG.md | 4 ++++ service/ssoadmin/go_module_metadata.go | 2 +- 28 files changed, 64 insertions(+), 51 deletions(-) delete mode 100644 .changelog/0b4e24e69ff34ce482797da344bef773.json delete mode 100644 .changelog/1471423c674a4fe48f4cdb031ef88aa2.json delete mode 100644 .changelog/2b66a07b53c04b51a37883358bc75caf.json delete mode 100644 .changelog/fcbea51f145e45a1823a78e1c0b697e3.json diff --git a/.changelog/0b4e24e69ff34ce482797da344bef773.json b/.changelog/0b4e24e69ff34ce482797da344bef773.json deleted file mode 100644 index cec0ec76ff1..00000000000 --- a/.changelog/0b4e24e69ff34ce482797da344bef773.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0b4e24e6-9ff3-4ce4-8279-7da344bef773", - "type": "feature", - "description": "This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.", - "modules": [ - "service/dynamodb" - ] -} \ No newline at end of file diff --git a/.changelog/1471423c674a4fe48f4cdb031ef88aa2.json b/.changelog/1471423c674a4fe48f4cdb031ef88aa2.json deleted file mode 100644 index 93604aa8cd0..00000000000 --- a/.changelog/1471423c674a4fe48f4cdb031ef88aa2.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1471423c-674a-4fe4-8f4c-db031ef88aa2", - "type": "feature", - "description": "Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.", - "modules": [ - "service/athena" - ] -} \ No newline at end of file diff --git a/.changelog/2b66a07b53c04b51a37883358bc75caf.json b/.changelog/2b66a07b53c04b51a37883358bc75caf.json deleted file mode 100644 index 554b6d991ce..00000000000 --- a/.changelog/2b66a07b53c04b51a37883358bc75caf.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "2b66a07b-53c0-4b51-a378-83358bc75caf", - "type": "feature", - "description": "Increased Quick Response name max length to 100", - "modules": [ - "service/qconnect" - ] -} \ No newline at end of file diff --git a/.changelog/fcbea51f145e45a1823a78e1c0b697e3.json b/.changelog/fcbea51f145e45a1823a78e1c0b697e3.json deleted file mode 100644 index 91724e1795a..00000000000 --- a/.changelog/fcbea51f145e45a1823a78e1c0b697e3.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "fcbea51f-145e-45a1-823a-78e1c0b697e3", - "type": "feature", - "description": "Release CodeBuild Reserved Capacity feature", - "modules": [ - "service/codebuild" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f4ccaeea539..ce0098154db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# Release (2024-01-19) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/athena`: [v1.38.0](service/athena/CHANGELOG.md#v1380-2024-01-19) + * **Feature**: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown. +* `github.com/aws/aws-sdk-go-v2/service/codebuild`: [v1.28.0](service/codebuild/CHANGELOG.md#v1280-2024-01-19) + * **Feature**: Release CodeBuild Reserved Capacity feature +* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.27.0](service/dynamodb/CHANGELOG.md#v1270-2024-01-19) + * **Feature**: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API. + # Release (2024-01-18) ## General Highlights diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 9717a50eba7..6267feed9d4 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 github.com/aws/aws-sdk-go-v2/config v1.26.5 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 ) require ( diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index c97f83ec8f5..4f6bb49ab2b 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -5,8 +5,8 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 github.com/aws/aws-sdk-go-v2/config v1.26.5 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.16 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 ) require ( diff --git a/feature/dynamodb/attributevalue/CHANGELOG.md b/feature/dynamodb/attributevalue/CHANGELOG.md index 58d8c6ab9f0..a4f010b70f4 100644 --- a/feature/dynamodb/attributevalue/CHANGELOG.md +++ b/feature/dynamodb/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.16 (2024-01-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.15 (2024-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/attributevalue/go.mod b/feature/dynamodb/attributevalue/go.mod index 380fab93a50..a3fcc97e5d7 100644 --- a/feature/dynamodb/attributevalue/go.mod +++ b/feature/dynamodb/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.7 github.com/aws/smithy-go v1.19.0 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodb/attributevalue/go_module_metadata.go b/feature/dynamodb/attributevalue/go_module_metadata.go index 6837440056c..ad3cdc77040 100644 --- a/feature/dynamodb/attributevalue/go_module_metadata.go +++ b/feature/dynamodb/attributevalue/go_module_metadata.go @@ -3,4 +3,4 @@ package attributevalue // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.15" +const goModuleVersion = "1.12.16" diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index 05da8b72b29..2ea6ab56ddc 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.16 (2024-01-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.6.15 (2024-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go.mod b/feature/dynamodb/expression/go.mod index dae5636f69d..5fbec6b99b0 100644 --- a/feature/dynamodb/expression/go.mod +++ b/feature/dynamodb/expression/go.mod @@ -4,8 +4,8 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 - github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.15 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 + github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.12.16 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 github.com/google/go-cmp v0.5.8 ) diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 8bf27f1a420..01e44328a65 100644 --- a/feature/dynamodb/expression/go_module_metadata.go +++ b/feature/dynamodb/expression/go_module_metadata.go @@ -3,4 +3,4 @@ package expression // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.15" +const goModuleVersion = "1.6.16" diff --git a/feature/dynamodbstreams/attributevalue/CHANGELOG.md b/feature/dynamodbstreams/attributevalue/CHANGELOG.md index 8d646cf0768..78c5801e076 100644 --- a/feature/dynamodbstreams/attributevalue/CHANGELOG.md +++ b/feature/dynamodbstreams/attributevalue/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.16 (2024-01-19) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.12.15 (2024-01-17) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodbstreams/attributevalue/go.mod b/feature/dynamodbstreams/attributevalue/go.mod index 96e530e676c..3a1fc047a6b 100644 --- a/feature/dynamodbstreams/attributevalue/go.mod +++ b/feature/dynamodbstreams/attributevalue/go.mod @@ -4,7 +4,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go-v2 v1.24.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.18.7 github.com/aws/smithy-go v1.19.0 github.com/google/go-cmp v0.5.8 diff --git a/feature/dynamodbstreams/attributevalue/go_module_metadata.go b/feature/dynamodbstreams/attributevalue/go_module_metadata.go index 6837440056c..ad3cdc77040 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.12.15" +const goModuleVersion = "1.12.16" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 3d7a6331aef..5a559cbf4bd 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.2 (2024-01-19) + +* No change notes available for this release. + # v1.27.1 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index e8ad932b077..8212efd929d 100644 --- a/service/appsync/go_module_metadata.go +++ b/service/appsync/go_module_metadata.go @@ -3,4 +3,4 @@ package appsync // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.1" +const goModuleVersion = "1.27.2" diff --git a/service/athena/CHANGELOG.md b/service/athena/CHANGELOG.md index 2f7be3a26c3..2fb16e4a898 100644 --- a/service/athena/CHANGELOG.md +++ b/service/athena/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.38.0 (2024-01-19) + +* **Feature**: Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown. + # v1.37.4 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/athena/go_module_metadata.go b/service/athena/go_module_metadata.go index e1568a5394e..edd27228ba6 100644 --- a/service/athena/go_module_metadata.go +++ b/service/athena/go_module_metadata.go @@ -3,4 +3,4 @@ package athena // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.37.4" +const goModuleVersion = "1.38.0" diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index 6a797470b63..eb86005c63a 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2024-01-19) + +* **Feature**: Release CodeBuild Reserved Capacity feature + # v1.27.0 (2024-01-08) * **Feature**: Aws CodeBuild now supports new compute type BUILD_GENERAL1_XLARGE diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 9e61cfb8298..534b4630017 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.0" +const goModuleVersion = "1.28.0" diff --git a/service/dynamodb/CHANGELOG.md b/service/dynamodb/CHANGELOG.md index 221f0524e8f..abf2876a63a 100644 --- a/service/dynamodb/CHANGELOG.md +++ b/service/dynamodb/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.27.0 (2024-01-19) + +* **Feature**: This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API. + # v1.26.9 (2024-01-17) * **Documentation**: Updating note for enabling streams for UpdateTable. diff --git a/service/dynamodb/go_module_metadata.go b/service/dynamodb/go_module_metadata.go index 77f9f4ec698..d06bf67a385 100644 --- a/service/dynamodb/go_module_metadata.go +++ b/service/dynamodb/go_module_metadata.go @@ -3,4 +3,4 @@ package dynamodb // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.26.9" +const goModuleVersion = "1.27.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index c34160df725..56f750ec8b2 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -5,7 +5,7 @@ go 1.19 require ( github.com/aws/aws-sdk-go v1.44.28 github.com/aws/aws-sdk-go-v2 v1.24.1 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.18.6 github.com/aws/aws-sdk-go-v2/service/s3 v1.48.0 github.com/aws/aws-sdk-go-v2/service/schemas v1.21.6 diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 51f718d8977..9c11b908a5e 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -9,7 +9,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.25.7 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.22.6 github.com/aws/aws-sdk-go-v2/service/appstream v1.31.1 - github.com/aws/aws-sdk-go-v2/service/athena v1.37.4 + github.com/aws/aws-sdk-go-v2/service/athena v1.38.0 github.com/aws/aws-sdk-go-v2/service/autoscaling v1.36.7 github.com/aws/aws-sdk-go-v2/service/batch v1.30.7 github.com/aws/aws-sdk-go-v2/service/cloudformation v1.42.6 @@ -18,7 +18,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.20.6 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.36.0 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.32.2 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.27.0 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.28.0 github.com/aws/aws-sdk-go-v2/service/codecommit v1.20.1 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.22.3 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.22.6 @@ -31,7 +31,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/directconnect v1.22.7 github.com/aws/aws-sdk-go-v2/service/directoryservice v1.22.8 github.com/aws/aws-sdk-go-v2/service/docdb v1.30.0 - github.com/aws/aws-sdk-go-v2/service/dynamodb v1.26.9 + github.com/aws/aws-sdk-go-v2/service/dynamodb v1.27.0 github.com/aws/aws-sdk-go-v2/service/ec2 v1.144.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.24.7 github.com/aws/aws-sdk-go-v2/service/ecs v1.37.0 diff --git a/service/ssoadmin/CHANGELOG.md b/service/ssoadmin/CHANGELOG.md index 2821473d3c3..57882acb5fd 100644 --- a/service/ssoadmin/CHANGELOG.md +++ b/service/ssoadmin/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.23.7 (2024-01-19) + +* No change notes available for this release. + # v1.23.6 (2024-01-04) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/ssoadmin/go_module_metadata.go b/service/ssoadmin/go_module_metadata.go index 9c9dcbf1c44..dd526044a29 100644 --- a/service/ssoadmin/go_module_metadata.go +++ b/service/ssoadmin/go_module_metadata.go @@ -3,4 +3,4 @@ package ssoadmin // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.23.6" +const goModuleVersion = "1.23.7"