From b01185270dcdc65e5290f40776a42005526b8388 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 27 Apr 2022 18:15:16 +0000 Subject: [PATCH] Release 2022-04-27 --- .../1a9d13566c5243d5a5d0caf1cfca931f.json | 8 ------- .../34ed04ccb3424879922e5a64d78d9627.json | 8 ------- .../41575353444b40ffbf474f4155544f00.json | 8 ------- .../6757f1a5aaeb4b4c9729f2629d986fe5.json | 8 ------- .../753e75fc65704ca3b64002fba4388d62.json | 8 ------- .../8dae6f4eef844a3d96ffff97862cc66e.json | 8 ------- .../96bcadc5352b4729806e07feee9091d0.json | 8 ------- .../bda271bc22c644bcbfc8f33dc3c4ec8a.json | 8 ------- .../f4572723830440f382adfda74ac87485.json | 8 ------- CHANGELOG.md | 24 +++++++++++++++++++ example/service/s3/listObjects/go.mod | 2 +- example/service/s3/usingPrivateLink/go.mod | 2 +- feature/s3/manager/CHANGELOG.md | 4 ++++ feature/s3/manager/go.mod | 2 +- feature/s3/manager/go_module_metadata.go | 2 +- service/amplify/CHANGELOG.md | 4 ++++ service/amplify/go_module_metadata.go | 2 +- service/chimesdkmediapipelines/CHANGELOG.md | 5 ++++ .../go_module_metadata.go | 2 +- service/cloudtrail/CHANGELOG.md | 4 ++++ service/cloudtrail/go_module_metadata.go | 2 +- service/internal/benchmark/go.mod | 2 +- service/internal/checksum/CHANGELOG.md | 4 ++++ .../internal/checksum/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 ++--- service/iotwireless/CHANGELOG.md | 4 ++++ service/iotwireless/go_module_metadata.go | 2 +- service/lookoutequipment/CHANGELOG.md | 4 ++++ .../lookoutequipment/go_module_metadata.go | 2 +- service/rekognition/CHANGELOG.md | 4 ++++ service/rekognition/go_module_metadata.go | 2 +- service/s3/CHANGELOG.md | 4 ++++ service/s3/go.mod | 2 +- service/s3/go_module_metadata.go | 2 +- service/sagemaker/CHANGELOG.md | 4 ++++ service/sagemaker/go_module_metadata.go | 2 +- 36 files changed, 83 insertions(+), 90 deletions(-) delete mode 100644 .changelog/1a9d13566c5243d5a5d0caf1cfca931f.json delete mode 100644 .changelog/34ed04ccb3424879922e5a64d78d9627.json delete mode 100644 .changelog/41575353444b40ffbf474f4155544f00.json delete mode 100644 .changelog/6757f1a5aaeb4b4c9729f2629d986fe5.json delete mode 100644 .changelog/753e75fc65704ca3b64002fba4388d62.json delete mode 100644 .changelog/8dae6f4eef844a3d96ffff97862cc66e.json delete mode 100644 .changelog/96bcadc5352b4729806e07feee9091d0.json delete mode 100644 .changelog/bda271bc22c644bcbfc8f33dc3c4ec8a.json delete mode 100644 .changelog/f4572723830440f382adfda74ac87485.json create mode 100644 service/chimesdkmediapipelines/CHANGELOG.md diff --git a/.changelog/1a9d13566c5243d5a5d0caf1cfca931f.json b/.changelog/1a9d13566c5243d5a5d0caf1cfca931f.json deleted file mode 100644 index d8f15fa0080..00000000000 --- a/.changelog/1a9d13566c5243d5a5d0caf1cfca931f.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "1a9d1356-6c52-43d5-a5d0-caf1cfca931f", - "type": "feature", - "description": "This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor.", - "modules": [ - "service/rekognition" - ] -} \ No newline at end of file diff --git a/.changelog/34ed04ccb3424879922e5a64d78d9627.json b/.changelog/34ed04ccb3424879922e5a64d78d9627.json deleted file mode 100644 index 656777c6e06..00000000000 --- a/.changelog/34ed04ccb3424879922e5a64d78d9627.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "34ed04cc-b342-4879-922e-5a64d78d9627", - "type": "feature", - "description": "This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data", - "modules": [ - "service/lookoutequipment" - ] -} \ No newline at end of file diff --git a/.changelog/41575353444b40ffbf474f4155544f00.json b/.changelog/41575353444b40ffbf474f4155544f00.json deleted file mode 100644 index a2d571a0ac6..00000000000 --- a/.changelog/41575353444b40ffbf474f4155544f00.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "41575353-444b-40ff-bf47-4f4155544f00", - "type": "release", - "description": "New AWS service client module", - "modules": [ - "service/chimesdkmediapipelines" - ] -} \ No newline at end of file diff --git a/.changelog/6757f1a5aaeb4b4c9729f2629d986fe5.json b/.changelog/6757f1a5aaeb4b4c9729f2629d986fe5.json deleted file mode 100644 index d1558628ae1..00000000000 --- a/.changelog/6757f1a5aaeb4b4c9729f2629d986fe5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6757f1a5-aaeb-4b4c-9729-f2629d986fe5", - "type": "feature", - "description": "Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/.changelog/753e75fc65704ca3b64002fba4388d62.json b/.changelog/753e75fc65704ca3b64002fba4388d62.json deleted file mode 100644 index 0e7cc899968..00000000000 --- a/.changelog/753e75fc65704ca3b64002fba4388d62.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "753e75fc-6570-4ca3-b640-02fba4388d62", - "type": "feature", - "description": "For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate.", - "modules": [ - "service/chimesdkmediapipelines" - ] -} \ No newline at end of file diff --git a/.changelog/8dae6f4eef844a3d96ffff97862cc66e.json b/.changelog/8dae6f4eef844a3d96ffff97862cc66e.json deleted file mode 100644 index 758b94244ea..00000000000 --- a/.changelog/8dae6f4eef844a3d96ffff97862cc66e.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8dae6f4e-ef84-4a3d-96ff-ff97862cc66e", - "type": "feature", - "description": "Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation.", - "modules": [ - "service/cloudtrail" - ] -} \ No newline at end of file diff --git a/.changelog/96bcadc5352b4729806e07feee9091d0.json b/.changelog/96bcadc5352b4729806e07feee9091d0.json deleted file mode 100644 index b627729b0ae..00000000000 --- a/.changelog/96bcadc5352b4729806e07feee9091d0.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "96bcadc5-352b-4729-806e-07feee9091d0", - "type": "bugfix", - "description": "Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors.", - "modules": [ - "service/internal/checksum" - ] -} \ No newline at end of file diff --git a/.changelog/bda271bc22c644bcbfc8f33dc3c4ec8a.json b/.changelog/bda271bc22c644bcbfc8f33dc3c4ec8a.json deleted file mode 100644 index a004c7c05f4..00000000000 --- a/.changelog/bda271bc22c644bcbfc8f33dc3c4ec8a.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "bda271bc-22c6-44bc-bfc8-f33dc3c4ec8a", - "type": "documentation", - "description": "Documentation only update to support the Amplify GitHub App feature launch", - "modules": [ - "service/amplify" - ] -} \ No newline at end of file diff --git a/.changelog/f4572723830440f382adfda74ac87485.json b/.changelog/f4572723830440f382adfda74ac87485.json deleted file mode 100644 index e21b0d223bb..00000000000 --- a/.changelog/f4572723830440f382adfda74ac87485.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "f4572723-8304-40f3-82ad-fda74ac87485", - "type": "feature", - "description": "Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice.", - "modules": [ - "service/iotwireless" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a66d66672..c5d7d49bf59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# Release (2022-04-27) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/amplify`: [v1.11.5](service/amplify/CHANGELOG.md#v1115-2022-04-27) + * **Documentation**: Documentation only update to support the Amplify GitHub App feature launch +* `github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines`: [v1.0.0](service/chimesdkmediapipelines/CHANGELOG.md#v100-2022-04-27) + * **Release**: New AWS service client module + * **Feature**: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate. +* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.16.0](service/cloudtrail/CHANGELOG.md#v1160-2022-04-27) + * **Feature**: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation. +* `github.com/aws/aws-sdk-go-v2/service/internal/checksum`: [v1.1.5](service/internal/checksum/CHANGELOG.md#v115-2022-04-27) + * **Bug Fix**: Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors. +* `github.com/aws/aws-sdk-go-v2/service/iotwireless`: [v1.19.0](service/iotwireless/CHANGELOG.md#v1190-2022-04-27) + * **Feature**: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice. +* `github.com/aws/aws-sdk-go-v2/service/lookoutequipment`: [v1.13.0](service/lookoutequipment/CHANGELOG.md#v1130-2022-04-27) + * **Feature**: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data +* `github.com/aws/aws-sdk-go-v2/service/rekognition`: [v1.18.0](service/rekognition/CHANGELOG.md#v1180-2022-04-27) + * **Feature**: This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.29.0](service/sagemaker/CHANGELOG.md#v1290-2022-04-27) + * **Feature**: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs. + # Release (2022-04-26) ## Module Highlights diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 3b6c91de5ef..9159586d176 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2/config v1.15.4 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7 ) replace github.com/aws/aws-sdk-go-v2 => ../../../../ diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 403b1a44618..f0aa5fd9980 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.3 github.com/aws/aws-sdk-go-v2/config v1.15.4 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7 github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index f9cbc208974..fb51874d3d6 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.7 (2022-04-27) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.6 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index 24ea07ddc4e..7ffc989898a 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.16.3 github.com/aws/aws-sdk-go-v2/config v1.15.4 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7 github.com/aws/smithy-go v1.11.2 github.com/google/go-cmp v0.5.7 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 6aee5c51ec6..c5995023eaf 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.11.6" +const goModuleVersion = "1.11.7" diff --git a/service/amplify/CHANGELOG.md b/service/amplify/CHANGELOG.md index 283b108f13e..bd98756469f 100644 --- a/service/amplify/CHANGELOG.md +++ b/service/amplify/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.5 (2022-04-27) + +* **Documentation**: Documentation only update to support the Amplify GitHub App feature launch + # v1.11.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/amplify/go_module_metadata.go b/service/amplify/go_module_metadata.go index b8febfc904c..909e23e7097 100644 --- a/service/amplify/go_module_metadata.go +++ b/service/amplify/go_module_metadata.go @@ -3,4 +3,4 @@ package amplify // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.11.4" +const goModuleVersion = "1.11.5" diff --git a/service/chimesdkmediapipelines/CHANGELOG.md b/service/chimesdkmediapipelines/CHANGELOG.md new file mode 100644 index 00000000000..aa9a4b77e24 --- /dev/null +++ b/service/chimesdkmediapipelines/CHANGELOG.md @@ -0,0 +1,5 @@ +# v1.0.0 (2022-04-27) + +* **Release**: New AWS service client module +* **Feature**: For Amazon Chime SDK meetings, the Amazon Chime Media Pipelines SDK allows builders to capture audio, video, and content share streams. You can also capture meeting events, live transcripts, and data messages. The pipelines save the artifacts to an Amazon S3 bucket that you designate. + diff --git a/service/chimesdkmediapipelines/go_module_metadata.go b/service/chimesdkmediapipelines/go_module_metadata.go index b2a2fc4a655..f0e0304238a 100644 --- a/service/chimesdkmediapipelines/go_module_metadata.go +++ b/service/chimesdkmediapipelines/go_module_metadata.go @@ -3,4 +3,4 @@ package chimesdkmediapipelines // goModuleVersion is the tagged release for this module -const goModuleVersion = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 31df753fbd0..1a74b3271ea 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2022-04-27) + +* **Feature**: Increases the retention period maximum to 2557 days. Deprecates unused fields of the ListEventDataStores API response. Updates documentation. + # v1.15.6 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 304ef1bc1fd..ea89f0a5995 100644 --- a/service/cloudtrail/go_module_metadata.go +++ b/service/cloudtrail/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudtrail // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.6" +const goModuleVersion = "1.16.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 9b2ddf2fdce..3ce30790f07 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.16.3 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.15.4 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.4 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7 github.com/aws/aws-sdk-go-v2/service/schemas v1.14.4 github.com/aws/smithy-go v1.11.2 ) diff --git a/service/internal/checksum/CHANGELOG.md b/service/internal/checksum/CHANGELOG.md index 43e39d3e025..b18d187019a 100644 --- a/service/internal/checksum/CHANGELOG.md +++ b/service/internal/checksum/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.5 (2022-04-27) + +* **Bug Fix**: Fixes a bug that could cause the SigV4 payload hash to be incorrectly encoded, leading to signing errors. + # v1.1.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/checksum/go_module_metadata.go b/service/internal/checksum/go_module_metadata.go index 832b98c476b..81ebcfcc2e3 100644 --- a/service/internal/checksum/go_module_metadata.go +++ b/service/internal/checksum/go_module_metadata.go @@ -3,4 +3,4 @@ package checksum // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.1.4" +const goModuleVersion = "1.1.5" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 1864e4586bc..d9dac7e77ed 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -15,7 +15,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudfront v1.17.0 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.13.4 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.13.4 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.15.6 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.16.0 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.18.2 github.com/aws/aws-sdk-go-v2/service/codebuild v1.19.4 github.com/aws/aws-sdk-go-v2/service/codecommit v1.13.4 @@ -62,11 +62,11 @@ require ( github.com/aws/aws-sdk-go-v2/service/polly v1.15.1 github.com/aws/aws-sdk-go-v2/service/rds v1.20.1 github.com/aws/aws-sdk-go-v2/service/redshift v1.23.1 - github.com/aws/aws-sdk-go-v2/service/rekognition v1.17.4 + github.com/aws/aws-sdk-go-v2/service/rekognition v1.18.0 github.com/aws/aws-sdk-go-v2/service/route53 v1.20.4 github.com/aws/aws-sdk-go-v2/service/route53domains v1.12.4 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.15.4 - github.com/aws/aws-sdk-go-v2/service/s3 v1.26.6 + github.com/aws/aws-sdk-go-v2/service/s3 v1.26.7 github.com/aws/aws-sdk-go-v2/service/s3control v1.21.5 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.15.6 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.14.1 diff --git a/service/iotwireless/CHANGELOG.md b/service/iotwireless/CHANGELOG.md index e29b45704b3..a95e638f3f8 100644 --- a/service/iotwireless/CHANGELOG.md +++ b/service/iotwireless/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.0 (2022-04-27) + +* **Feature**: Add list support for event configurations, allow to get and update event configurations by resource type, support LoRaWAN events; Make NetworkAnalyzerConfiguration as a resource, add List, Create, Delete API support; Add FCntStart attribute support for ABP WirelessDevice. + # v1.18.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/iotwireless/go_module_metadata.go b/service/iotwireless/go_module_metadata.go index 49dcf746cbd..60ea5c77161 100644 --- a/service/iotwireless/go_module_metadata.go +++ b/service/iotwireless/go_module_metadata.go @@ -3,4 +3,4 @@ package iotwireless // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.4" +const goModuleVersion = "1.19.0" diff --git a/service/lookoutequipment/CHANGELOG.md b/service/lookoutequipment/CHANGELOG.md index a1965cf24ed..4bda98b8ca6 100644 --- a/service/lookoutequipment/CHANGELOG.md +++ b/service/lookoutequipment/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.0 (2022-04-27) + +* **Feature**: This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data + # v1.12.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/lookoutequipment/go_module_metadata.go b/service/lookoutequipment/go_module_metadata.go index 1d14de19248..d54cd8dfe8d 100644 --- a/service/lookoutequipment/go_module_metadata.go +++ b/service/lookoutequipment/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutequipment // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.4" +const goModuleVersion = "1.13.0" diff --git a/service/rekognition/CHANGELOG.md b/service/rekognition/CHANGELOG.md index 3286c6ca1a7..f6837d8ef53 100644 --- a/service/rekognition/CHANGELOG.md +++ b/service/rekognition/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-04-27) + +* **Feature**: This release adds support to configure stream-processor resources for label detections on streaming-videos. UpateStreamProcessor API is also launched with this release, which could be used to update an existing stream-processor. + # v1.17.4 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/rekognition/go_module_metadata.go b/service/rekognition/go_module_metadata.go index e272178190d..985e117133c 100644 --- a/service/rekognition/go_module_metadata.go +++ b/service/rekognition/go_module_metadata.go @@ -3,4 +3,4 @@ package rekognition // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.4" +const goModuleVersion = "1.18.0" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 968f7c8c550..3418f87c8d1 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.26.7 (2022-04-27) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.26.6 (2022-04-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/s3/go.mod b/service/s3/go.mod index a7ba6b03566..35db064bc45 100644 --- a/service/s3/go.mod +++ b/service/s3/go.mod @@ -9,7 +9,7 @@ require ( github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.4.4 github.com/aws/aws-sdk-go-v2/internal/v4a v1.0.1 github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.9.1 - github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.4 + github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.1.5 github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.9.4 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.4 github.com/aws/smithy-go v1.11.2 diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index a62c8fce37f..9ca40543a61 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.26.6" +const goModuleVersion = "1.26.7" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index f61e38219ed..618ebd57d46 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.0 (2022-04-27) + +* **Feature**: Amazon SageMaker Autopilot adds support for custom validation dataset and validation ratio through the CreateAutoMLJob and DescribeAutoMLJob APIs. + # v1.28.0 (2022-04-26) * **Feature**: SageMaker Inference Recommender now accepts customer KMS key ID for encryption of endpoints and compilation outputs created during inference recommendation. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index db5c9a8ca78..7ab9a74e4f9 100644 --- a/service/sagemaker/go_module_metadata.go +++ b/service/sagemaker/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemaker // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.0" +const goModuleVersion = "1.29.0"