diff --git a/.changelog/6e78833d838b49be987e932e4b3e9f07.json b/.changelog/6e78833d838b49be987e932e4b3e9f07.json deleted file mode 100644 index b6899b5d9a6..00000000000 --- a/.changelog/6e78833d838b49be987e932e4b3e9f07.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "6e78833d-838b-49be-987e-932e4b3e9f07", - "type": "documentation", - "description": "Documentation updates for AWS Identity and Access Management (IAM).", - "modules": [ - "service/iam" - ] -} \ No newline at end of file diff --git a/.changelog/8446fc9b264641ef8488ba9f0ef2b86d.json b/.changelog/8446fc9b264641ef8488ba9f0ef2b86d.json deleted file mode 100644 index 58cc873fe8c..00000000000 --- a/.changelog/8446fc9b264641ef8488ba9f0ef2b86d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8446fc9b-2646-41ef-8488-ba9f0ef2b86d", - "type": "feature", - "description": "The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs.", - "modules": [ - "service/mediatailor" - ] -} \ No newline at end of file diff --git a/.changelog/8fc5e2f4fe94477e8e7e2c9b9acfe9ad.json b/.changelog/8fc5e2f4fe94477e8e7e2c9b9acfe9ad.json deleted file mode 100644 index 72bffae8229..00000000000 --- a/.changelog/8fc5e2f4fe94477e8e7e2c9b9acfe9ad.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "8fc5e2f4-fe94-477e-8e7e-2c9b9acfe9ad", - "type": "feature", - "description": "This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/", - "modules": [ - "service/forecast" - ] -} \ No newline at end of file diff --git a/.changelog/b65e002a70cc4554b8c48a85a7731bc7.json b/.changelog/b65e002a70cc4554b8c48a85a7731bc7.json deleted file mode 100644 index ab90d03d526..00000000000 --- a/.changelog/b65e002a70cc4554b8c48a85a7731bc7.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "b65e002a-70cc-4554-b8c4-8a85a7731bc7", - "type": "feature", - "description": "This release adds filter support ListAnomalyForInsight API.", - "modules": [ - "service/devopsguru" - ] -} \ No newline at end of file diff --git a/.changelog/fde248e3fa99421d9c4cebb91467449d.json b/.changelog/fde248e3fa99421d9c4cebb91467449d.json deleted file mode 100644 index e11a319856f..00000000000 --- a/.changelog/fde248e3fa99421d9c4cebb91467449d.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "fde248e3-fa99-421d-9c4c-ebb91467449d", - "type": "feature", - "description": "Additional attributes added for set-topic-attributes.", - "modules": [ - "service/sns" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 57f4c0b8365..70b32430cd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# Release (2023-02-01) + +## General Highlights +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/devopsguru`: [v1.22.0](service/devopsguru/CHANGELOG.md#v1220-2023-02-01) + * **Feature**: This release adds filter support ListAnomalyForInsight API. +* `github.com/aws/aws-sdk-go-v2/service/forecast`: [v1.25.0](service/forecast/CHANGELOG.md#v1250-2023-02-01) + * **Feature**: This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/ +* `github.com/aws/aws-sdk-go-v2/service/iam`: [v1.19.1](service/iam/CHANGELOG.md#v1191-2023-02-01) + * **Documentation**: Documentation updates for AWS Identity and Access Management (IAM). +* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.22.0](service/mediatailor/CHANGELOG.md#v1220-2023-02-01) + * **Feature**: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs. +* `github.com/aws/aws-sdk-go-v2/service/sns`: [v1.20.0](service/sns/CHANGELOG.md#v1200-2023-02-01) + * **Feature**: Additional attributes added for set-topic-attributes. + # Release (2023-01-31) ## Module Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index 89de5f65002..920f2c4581b 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.11 (2023-02-01) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.18.10 (2023-01-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/config/go.mod b/config/go.mod index 3309900e76f..648017ab572 100644 --- a/config/go.mod +++ b/config/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 - github.com/aws/aws-sdk-go-v2/credentials v1.13.10 + github.com/aws/aws-sdk-go-v2/credentials v1.13.11 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.21 github.com/aws/aws-sdk-go-v2/internal/ini v1.3.28 github.com/aws/aws-sdk-go-v2/service/sso v1.12.0 diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 069b55b3ab7..7c9b16d17aa 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.18.10" +const goModuleVersion = "1.18.11" diff --git a/credentials/CHANGELOG.md b/credentials/CHANGELOG.md index 13a5b85c012..8e9d6c7cf9d 100644 --- a/credentials/CHANGELOG.md +++ b/credentials/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.11 (2023-02-01) + +* No change notes available for this release. + # v1.13.10 (2023-01-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/credentials/go_module_metadata.go b/credentials/go_module_metadata.go index ad901369b85..c00568b6e8b 100644 --- a/credentials/go_module_metadata.go +++ b/credentials/go_module_metadata.go @@ -3,4 +3,4 @@ package credentials // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.10" +const goModuleVersion = "1.13.11" diff --git a/example/service/dynamodb/createTable/go.mod b/example/service/dynamodb/createTable/go.mod index 9ac561bd136..5d76fe3ee2e 100644 --- a/example/service/dynamodb/createTable/go.mod +++ b/example/service/dynamodb/createTable/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.1 ) diff --git a/example/service/dynamodb/scanItems/go.mod b/example/service/dynamodb/scanItems/go.mod index 1b9a48e8939..c0f9a1b36e9 100644 --- a/example/service/dynamodb/scanItems/go.mod +++ b/example/service/dynamodb/scanItems/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.10.10 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.1 ) diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 004e92bb5ff..177566d782b 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/service/s3 v1.30.1 ) diff --git a/example/service/s3/usingPrivateLink/go.mod b/example/service/s3/usingPrivateLink/go.mod index 85dc7457498..9c41963287e 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/service/s3 v1.30.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.29.1 ) diff --git a/feature/dynamodb/expression/CHANGELOG.md b/feature/dynamodb/expression/CHANGELOG.md index ed33dc5b3f2..26a30801c54 100644 --- a/feature/dynamodb/expression/CHANGELOG.md +++ b/feature/dynamodb/expression/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.4.37 (2023-02-01) + +* No change notes available for this release. + # v1.4.36 (2023-01-23) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/feature/dynamodb/expression/go_module_metadata.go b/feature/dynamodb/expression/go_module_metadata.go index 9bc6bff5e93..c36c9ecd75c 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.4.36" +const goModuleVersion = "1.4.37" diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index a563ea1d9e3..69a3974d8c2 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.12.21 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 08575458cb1..3f4c3b9ffe6 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.50 (2023-02-01) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.11.49 (2023-01-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 418152d1867..2f2f6213d9d 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,7 +4,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/service/s3 v1.30.1 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 20e0cba4e5f..a0dd6fcc1f6 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.49" +const goModuleVersion = "1.11.50" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index a172c10a11f..2a73338a6bb 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.27 ) diff --git a/service/devopsguru/CHANGELOG.md b/service/devopsguru/CHANGELOG.md index 1381e29fb5b..73422b12696 100644 --- a/service/devopsguru/CHANGELOG.md +++ b/service/devopsguru/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2023-02-01) + +* **Feature**: This release adds filter support ListAnomalyForInsight API. + # v1.21.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/devopsguru/go_module_metadata.go b/service/devopsguru/go_module_metadata.go index cc89d129699..d52959da1a1 100644 --- a/service/devopsguru/go_module_metadata.go +++ b/service/devopsguru/go_module_metadata.go @@ -3,4 +3,4 @@ package devopsguru // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.0" +const goModuleVersion = "1.22.0" diff --git a/service/fms/CHANGELOG.md b/service/fms/CHANGELOG.md index 41703472349..82ffa761ad8 100644 --- a/service/fms/CHANGELOG.md +++ b/service/fms/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.1 (2023-02-01) + +* No change notes available for this release. + # v1.22.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/fms/go_module_metadata.go b/service/fms/go_module_metadata.go index 7fcc73074a7..f05c25339cd 100644 --- a/service/fms/go_module_metadata.go +++ b/service/fms/go_module_metadata.go @@ -3,4 +3,4 @@ package fms // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.22.0" +const goModuleVersion = "1.22.1" diff --git a/service/forecast/CHANGELOG.md b/service/forecast/CHANGELOG.md index 3076b1fec8d..8f664cdecf9 100644 --- a/service/forecast/CHANGELOG.md +++ b/service/forecast/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.25.0 (2023-02-01) + +* **Feature**: This release will enable customer select INCREMENTAL as ImportModel in Forecast's CreateDatasetImportJob API. Verified latest SDK containing required attribute, following https://w.amazon.com/bin/view/AWS-Seer/Launch/Trebuchet/ + # v1.24.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/forecast/go_module_metadata.go b/service/forecast/go_module_metadata.go index 0caa798ac65..d6cc96b1d8e 100644 --- a/service/forecast/go_module_metadata.go +++ b/service/forecast/go_module_metadata.go @@ -3,4 +3,4 @@ package forecast // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.24.0" +const goModuleVersion = "1.25.0" diff --git a/service/iam/CHANGELOG.md b/service/iam/CHANGELOG.md index c268df66ca6..b09cf15c4ab 100644 --- a/service/iam/CHANGELOG.md +++ b/service/iam/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.1 (2023-02-01) + +* **Documentation**: Documentation updates for AWS Identity and Access Management (IAM). + # v1.19.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/iam/go_module_metadata.go b/service/iam/go_module_metadata.go index 22bb7266b95..0f89ab4d2a0 100644 --- a/service/iam/go_module_metadata.go +++ b/service/iam/go_module_metadata.go @@ -3,4 +3,4 @@ package iam // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.0" +const goModuleVersion = "1.19.1" diff --git a/service/internal/eventstreamtesting/CHANGELOG.md b/service/internal/eventstreamtesting/CHANGELOG.md index f446e9c20c4..7c93b70e545 100644 --- a/service/internal/eventstreamtesting/CHANGELOG.md +++ b/service/internal/eventstreamtesting/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.50 (2023-02-01) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.0.49 (2023-01-25) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/service/internal/eventstreamtesting/go.mod b/service/internal/eventstreamtesting/go.mod index e870339196a..c9533718912 100644 --- a/service/internal/eventstreamtesting/go.mod +++ b/service/internal/eventstreamtesting/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/credentials v1.13.10 + github.com/aws/aws-sdk-go-v2/credentials v1.13.11 golang.org/x/net v0.1.0 ) diff --git a/service/internal/eventstreamtesting/go_module_metadata.go b/service/internal/eventstreamtesting/go_module_metadata.go index d5ed7981f08..420188f34af 100644 --- a/service/internal/eventstreamtesting/go_module_metadata.go +++ b/service/internal/eventstreamtesting/go_module_metadata.go @@ -3,4 +3,4 @@ package eventstreamtesting // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.49" +const goModuleVersion = "1.0.50" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index c2277704424..534d16e6120 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,7 +2,7 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.17.3 - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/service/acm v1.17.1 github.com/aws/aws-sdk-go-v2/service/apigateway v1.16.1 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.17.1 @@ -48,10 +48,10 @@ require ( github.com/aws/aws-sdk-go-v2/service/glacier v1.14.0 github.com/aws/aws-sdk-go-v2/service/glue v1.40.1 github.com/aws/aws-sdk-go-v2/service/health v1.16.0 - github.com/aws/aws-sdk-go-v2/service/iam v1.19.0 + github.com/aws/aws-sdk-go-v2/service/iam v1.19.1 github.com/aws/aws-sdk-go-v2/service/inspector v1.13.0 github.com/aws/aws-sdk-go-v2/service/iot v1.34.0 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.1 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.2 github.com/aws/aws-sdk-go-v2/service/kms v1.20.1 github.com/aws/aws-sdk-go-v2/service/lambda v1.29.0 github.com/aws/aws-sdk-go-v2/service/lightsail v1.25.0 @@ -75,7 +75,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/shield v1.18.0 github.com/aws/aws-sdk-go-v2/service/sms v1.13.0 github.com/aws/aws-sdk-go-v2/service/snowball v1.17.0 - github.com/aws/aws-sdk-go-v2/service/sns v1.19.1 + github.com/aws/aws-sdk-go-v2/service/sns v1.20.0 github.com/aws/aws-sdk-go-v2/service/sqs v1.20.1 github.com/aws/aws-sdk-go-v2/service/ssm v1.35.1 github.com/aws/aws-sdk-go-v2/service/sts v1.18.2 diff --git a/service/kendraranking/CHANGELOG.md b/service/kendraranking/CHANGELOG.md index 7ee6f90252e..18148e56859 100644 --- a/service/kendraranking/CHANGELOG.md +++ b/service/kendraranking/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.0.2 (2023-02-01) + +* No change notes available for this release. + # v1.0.1 (2023-01-10) * No change notes available for this release. diff --git a/service/kendraranking/go_module_metadata.go b/service/kendraranking/go_module_metadata.go index 8b756f2d41c..ee2cc4089a5 100644 --- a/service/kendraranking/go_module_metadata.go +++ b/service/kendraranking/go_module_metadata.go @@ -3,4 +3,4 @@ package kendraranking // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.0.1" +const goModuleVersion = "1.0.2" diff --git a/service/kinesis/CHANGELOG.md b/service/kinesis/CHANGELOG.md index 13b6b6f8050..3476c0a3a2d 100644 --- a/service/kinesis/CHANGELOG.md +++ b/service/kinesis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.2 (2023-02-01) + +* No change notes available for this release. + # v1.17.1 (2023-01-23) * No change notes available for this release. diff --git a/service/kinesis/go_module_metadata.go b/service/kinesis/go_module_metadata.go index 615c0193174..3b41ce7e1bd 100644 --- a/service/kinesis/go_module_metadata.go +++ b/service/kinesis/go_module_metadata.go @@ -3,4 +3,4 @@ package kinesis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.1" +const goModuleVersion = "1.17.2" diff --git a/service/kinesis/internal/testing/go.mod b/service/kinesis/internal/testing/go.mod index 5087fd9e722..078e1d78ca7 100644 --- a/service/kinesis/internal/testing/go.mod +++ b/service/kinesis/internal/testing/go.mod @@ -5,8 +5,8 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.49 - github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.1 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.50 + github.com/aws/aws-sdk-go-v2/service/kinesis v1.17.2 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8 ) diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index dd173740a11..3c1750e3d6d 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.22.0 (2023-02-01) + +* **Feature**: The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs. + # v1.21.0 (2023-01-27) * **Feature**: This release introduces the As Run logging type, along with API and documentation updates. diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index 5344b2cbbf6..4d9d8d53080 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.21.0" +const goModuleVersion = "1.22.0" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index 887560728c8..2627c75175b 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2023-02-01) + +* No change notes available for this release. + # v1.17.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 0739bdee756..e94ac282241 100644 --- a/service/ram/go_module_metadata.go +++ b/service/ram/go_module_metadata.go @@ -3,4 +3,4 @@ package ram // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 4b336fb0813..19e0120db00 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.15 require ( - github.com/aws/aws-sdk-go-v2/config v1.18.10 + github.com/aws/aws-sdk-go-v2/config v1.18.11 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.13.21 ) diff --git a/service/sns/CHANGELOG.md b/service/sns/CHANGELOG.md index e93b56e753a..a70fcab6670 100644 --- a/service/sns/CHANGELOG.md +++ b/service/sns/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2023-02-01) + +* **Feature**: Additional attributes added for set-topic-attributes. + # v1.19.1 (2023-01-23) * No change notes available for this release. diff --git a/service/sns/go_module_metadata.go b/service/sns/go_module_metadata.go index 53b1721d4c7..c6e8e53d538 100644 --- a/service/sns/go_module_metadata.go +++ b/service/sns/go_module_metadata.go @@ -3,4 +3,4 @@ package sns // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.19.1" +const goModuleVersion = "1.20.0" diff --git a/service/swf/CHANGELOG.md b/service/swf/CHANGELOG.md index 06dad686b21..0c6d72c536a 100644 --- a/service/swf/CHANGELOG.md +++ b/service/swf/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.2 (2023-02-01) + +* No change notes available for this release. + # v1.14.1 (2023-01-23) * No change notes available for this release. diff --git a/service/swf/go_module_metadata.go b/service/swf/go_module_metadata.go index 4b25cd99a27..f5ca309875f 100644 --- a/service/swf/go_module_metadata.go +++ b/service/swf/go_module_metadata.go @@ -3,4 +3,4 @@ package swf // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.1" +const goModuleVersion = "1.14.2" diff --git a/service/transcribestreaming/internal/testing/go.mod b/service/transcribestreaming/internal/testing/go.mod index 53cf9684f80..f44f105cee1 100644 --- a/service/transcribestreaming/internal/testing/go.mod +++ b/service/transcribestreaming/internal/testing/go.mod @@ -5,7 +5,7 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.17.3 github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.4.10 - github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.49 + github.com/aws/aws-sdk-go-v2/service/internal/eventstreamtesting v1.0.50 github.com/aws/aws-sdk-go-v2/service/transcribestreaming v1.9.0 github.com/aws/smithy-go v1.13.5 github.com/google/go-cmp v0.5.8