From 1ed22c11618e32686959e583cb0c5a750ddab921 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Wed, 4 Oct 2023 18:20:15 +0000 Subject: [PATCH] Release 2023-10-04 --- .changelog/0a380aa3d93c42ffb19ac4e326a1214d.json | 8 -------- .changelog/41575353444b40ffbf474f4155544f00.json | 8 -------- .changelog/440cfee2a4dd44e195054a47f519ba89.json | 8 -------- .changelog/6dd1fab1b55d4db38dcbaab33a4a9db5.json | 8 -------- .changelog/a0362db63e8047e28da41c37ef214d98.json | 8 -------- .changelog/d4b61d4f2b7a417785d6d3f557c24381.json | 8 -------- CHANGELOG.md | 15 +++++++++++++++ service/appconfig/CHANGELOG.md | 4 ++++ service/appconfig/go_module_metadata.go | 2 +- service/bedrock/CHANGELOG.md | 4 ++++ service/bedrock/go_module_metadata.go | 2 +- service/datazone/CHANGELOG.md | 5 +++++ service/datazone/go_module_metadata.go | 2 +- service/licensemanager/CHANGELOG.md | 4 ++++ service/licensemanager/go_module_metadata.go | 2 +- service/mediatailor/CHANGELOG.md | 4 ++++ service/mediatailor/go_module_metadata.go | 2 +- service/mgn/CHANGELOG.md | 4 ++++ service/mgn/go_module_metadata.go | 2 +- service/sagemaker/CHANGELOG.md | 4 ++++ service/sagemaker/go_module_metadata.go | 2 +- 21 files changed, 51 insertions(+), 55 deletions(-) delete mode 100644 .changelog/0a380aa3d93c42ffb19ac4e326a1214d.json delete mode 100644 .changelog/41575353444b40ffbf474f4155544f00.json delete mode 100644 .changelog/440cfee2a4dd44e195054a47f519ba89.json delete mode 100644 .changelog/6dd1fab1b55d4db38dcbaab33a4a9db5.json delete mode 100644 .changelog/a0362db63e8047e28da41c37ef214d98.json delete mode 100644 .changelog/d4b61d4f2b7a417785d6d3f557c24381.json create mode 100644 service/datazone/CHANGELOG.md diff --git a/.changelog/0a380aa3d93c42ffb19ac4e326a1214d.json b/.changelog/0a380aa3d93c42ffb19ac4e326a1214d.json deleted file mode 100644 index 5aa73a63db2..00000000000 --- a/.changelog/0a380aa3d93c42ffb19ac4e326a1214d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "0a380aa3-d93c-42ff-b19a-c4e326a1214d", - "type": "feature", - "description": "This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature.", - "modules": [ - "service/mgn" - ] -} \ No newline at end of file diff --git a/.changelog/41575353444b40ffbf474f4155544f00.json b/.changelog/41575353444b40ffbf474f4155544f00.json deleted file mode 100644 index a259fc12d71..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/datazone" - ] -} \ No newline at end of file diff --git a/.changelog/440cfee2a4dd44e195054a47f519ba89.json b/.changelog/440cfee2a4dd44e195054a47f519ba89.json deleted file mode 100644 index 3f5608d8a90..00000000000 --- a/.changelog/440cfee2a4dd44e195054a47f519ba89.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "440cfee2-a4dd-44e1-9505-4a47f519ba89", - "type": "feature", - "description": "Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data.", - "modules": [ - "service/sagemaker" - ] -} \ No newline at end of file diff --git a/.changelog/6dd1fab1b55d4db38dcbaab33a4a9db5.json b/.changelog/6dd1fab1b55d4db38dcbaab33a4a9db5.json deleted file mode 100644 index 1bf82220c03..00000000000 --- a/.changelog/6dd1fab1b55d4db38dcbaab33a4a9db5.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6dd1fab1-b55d-4db3-8dcb-aab33a4a9db5", - "type": "feature", - "description": "AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store.", - "modules": [ - "service/appconfig" - ] -} \ No newline at end of file diff --git a/.changelog/a0362db63e8047e28da41c37ef214d98.json b/.changelog/a0362db63e8047e28da41c37ef214d98.json deleted file mode 100644 index 4a470d72075..00000000000 --- a/.changelog/a0362db63e8047e28da41c37ef214d98.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "a0362db6-3e80-47e2-8da4-1c37ef214d98", - "type": "feature", - "description": "Updates DescribeVodSource to include a list of ad break opportunities in the response", - "modules": [ - "service/mediatailor" - ] -} \ No newline at end of file diff --git a/.changelog/d4b61d4f2b7a417785d6d3f557c24381.json b/.changelog/d4b61d4f2b7a417785d6d3f557c24381.json deleted file mode 100644 index 4cab14d0b1c..00000000000 --- a/.changelog/d4b61d4f2b7a417785d6d3f557c24381.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "d4b61d4f-2b7a-4177-85d6-d3f557c24381", - "type": "feature", - "description": "Initial release of Amazon DataZone", - "modules": [ - "service/datazone" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f863a40f2..38c2346f9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# Release (2023-10-04) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/appconfig`: [v1.21.0](service/appconfig/CHANGELOG.md#v1210-2023-10-04) + * **Feature**: AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store. +* `github.com/aws/aws-sdk-go-v2/service/datazone`: [v1.0.0](service/datazone/CHANGELOG.md#v100-2023-10-04) + * **Release**: New AWS service client module + * **Feature**: Initial release of Amazon DataZone +* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.28.0](service/mediatailor/CHANGELOG.md#v1280-2023-10-04) + * **Feature**: Updates DescribeVodSource to include a list of ad break opportunities in the response +* `github.com/aws/aws-sdk-go-v2/service/mgn`: [v1.21.0](service/mgn/CHANGELOG.md#v1210-2023-10-04) + * **Feature**: This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.110.0](service/sagemaker/CHANGELOG.md#v11100-2023-10-04) + * **Feature**: Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data. + # Release (2023-10-03) ## Module Highlights diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index c02d1f00ae1..68fb78c67a6 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2023-10-04) + +* **Feature**: AWS AppConfig introduces KMS customer-managed key (CMK) encryption support for data saved to AppConfig's hosted configuration store. + # v1.20.0 (2023-09-20) * **Feature**: Enabling boto3 paginators for list APIs and adding documentation around ServiceQuotaExceededException errors diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 8abbc826e5b..b647b7da1d9 100644 --- a/service/appconfig/go_module_metadata.go +++ b/service/appconfig/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfig // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.0" +const goModuleVersion = "1.21.0" diff --git a/service/bedrock/CHANGELOG.md b/service/bedrock/CHANGELOG.md index 06edf645f56..c9bbf799e5a 100644 --- a/service/bedrock/CHANGELOG.md +++ b/service/bedrock/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.1.1 (2023-10-04) + +* No change notes available for this release. + # v1.1.0 (2023-10-02) * **Feature**: Provisioned throughput feature with Amazon and third-party base models, and update validators for model identifier and taggable resource ARNs. diff --git a/service/bedrock/go_module_metadata.go b/service/bedrock/go_module_metadata.go index 656074258b5..4506c471d89 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.1.0" +const goModuleVersion = "1.1.1" diff --git a/service/datazone/CHANGELOG.md b/service/datazone/CHANGELOG.md new file mode 100644 index 00000000000..47e621790b9 --- /dev/null +++ b/service/datazone/CHANGELOG.md @@ -0,0 +1,5 @@ +# v1.0.0 (2023-10-04) + +* **Release**: New AWS service client module +* **Feature**: Initial release of Amazon DataZone + diff --git a/service/datazone/go_module_metadata.go b/service/datazone/go_module_metadata.go index beb026f76e8..aa22d7e5926 100644 --- a/service/datazone/go_module_metadata.go +++ b/service/datazone/go_module_metadata.go @@ -3,4 +3,4 @@ package datazone // goModuleVersion is the tagged release for this module -const goModuleVersion = "tip" +const goModuleVersion = "1.0.0" diff --git a/service/licensemanager/CHANGELOG.md b/service/licensemanager/CHANGELOG.md index 17754f08476..2d000431146 100644 --- a/service/licensemanager/CHANGELOG.md +++ b/service/licensemanager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2023-10-04) + +* No change notes available for this release. + # v1.20.0 (2023-09-18) * **Announcement**: [BREAKFIX] Change in MaxResults datatype from value to pointer type in cognito-sync service. diff --git a/service/licensemanager/go_module_metadata.go b/service/licensemanager/go_module_metadata.go index 678fbb627d7..040ccad0c36 100644 --- a/service/licensemanager/go_module_metadata.go +++ b/service/licensemanager/go_module_metadata.go @@ -3,4 +3,4 @@ package licensemanager // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index 308adf8b193..ce96cdbbc25 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.28.0 (2023-10-04) + +* **Feature**: Updates DescribeVodSource to include a list of ad break opportunities in the response + # v1.27.0 (2023-08-24) * **Feature**: Adds new source location AUTODETECT_SIGV4 access type. diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index cb1a236b8c1..7f3b1d592d8 100644 --- a/service/mediatailor/go_module_metadata.go +++ b/service/mediatailor/go_module_metadata.go @@ -3,4 +3,4 @@ package mediatailor // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.27.0" +const goModuleVersion = "1.28.0" diff --git a/service/mgn/CHANGELOG.md b/service/mgn/CHANGELOG.md index d1e33e9557d..78db5f1f1e7 100644 --- a/service/mgn/CHANGELOG.md +++ b/service/mgn/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.0 (2023-10-04) + +* **Feature**: This release includes the following new APIs: ListConnectors, CreateConnector, UpdateConnector, DeleteConnector and UpdateSourceServer to support the source action framework feature. + # v1.20.6 (2023-08-22) * No change notes available for this release. diff --git a/service/mgn/go_module_metadata.go b/service/mgn/go_module_metadata.go index 3c1c25f5042..d66f477213a 100644 --- a/service/mgn/go_module_metadata.go +++ b/service/mgn/go_module_metadata.go @@ -3,4 +3,4 @@ package mgn // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.6" +const goModuleVersion = "1.21.0" diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index b80bed8e1c9..cb68ccc4f1b 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.110.0 (2023-10-04) + +* **Feature**: Adding support for AdditionalS3DataSource, a data source used for training or inference that is in addition to the input dataset or model data. + # v1.109.0 (2023-10-03) * **Feature**: This release allows users to run Selective Execution in SageMaker Pipelines without SourcePipelineExecutionArn if selected steps do not have any dependent steps. diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index 09677dad435..067fee135bc 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.109.0" +const goModuleVersion = "1.110.0"