diff --git a/.changelog/183e085d88ad43669b697fde5cbf7cc5.json b/.changelog/183e085d88ad43669b697fde5cbf7cc5.json deleted file mode 100644 index 96d159f3e8f..00000000000 --- a/.changelog/183e085d88ad43669b697fde5cbf7cc5.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "id": "183e085d-88ad-4366-9b69-7fde5cbf7cc5", - "type": "bugfix", - "collapse": true, - "description": "Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR.", - "modules": [ - "internal/protocoltest/awsrestjson", - "internal/protocoltest/restxml", - "service/apigateway", - "service/apigatewayv2", - "service/appconfig", - "service/appconfigdata", - "service/appsync", - "service/cloudfront", - "service/codeartifact", - "service/codeguruprofiler", - "service/dataexchange", - "service/ebs", - "service/glacier", - "service/internal/benchmark", - "service/iotdataplane", - "service/kinesisvideoarchivedmedia", - "service/kinesisvideomedia", - "service/lakeformation", - "service/lambda", - "service/lexruntimeservice", - "service/lexruntimev2", - "service/location", - "service/medialive", - "service/mediastoredata", - "service/polly", - "service/s3", - "service/sagemakerruntime", - "service/schemas", - "service/workmailmessageflow" - ] -} \ No newline at end of file diff --git a/.changelog/1aad37133b8b4501b0552c88059db93d.json b/.changelog/1aad37133b8b4501b0552c88059db93d.json deleted file mode 100644 index 0212c92c243..00000000000 --- a/.changelog/1aad37133b8b4501b0552c88059db93d.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "id": "1aad3713-3b8b-4501-b055-2c88059db93d", - "type": "feature", - "description": "Updated to latest API model.", - "modules": [ - "service/applicationinsights", - "service/configservice", - "service/connect", - "service/ec2", - "service/ec2instanceconnect", - "service/efs", - "service/fis", - "service/frauddetector", - "service/fsx", - "service/greengrass", - "service/greengrassv2", - "service/guardduty", - "service/honeycode", - "service/ivs", - "service/kafka", - "service/location", - "service/lookoutmetrics", - "service/macie2", - "service/mediaconvert", - "service/mediatailor", - "service/ram", - "service/sagemaker", - "service/securityhub", - "service/storagegateway", - "service/transcribe" - ] -} \ No newline at end of file diff --git a/.changelog/2431530f536f406f869a325ec51c4844.json b/.changelog/2431530f536f406f869a325ec51c4844.json deleted file mode 100644 index fc8b7282c00..00000000000 --- a/.changelog/2431530f536f406f869a325ec51c4844.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "id": "2431530f-536f-406f-869a-325ec51c4844", - "type": "documentation", - "description": "Updated to latest API model.", - "modules": [ - "service/cloudtrail", - "service/codegurureviewer", - "service/ebs", - "service/route53recoveryreadiness" - ] -} \ No newline at end of file diff --git a/.changelog/3989a7746d05464ba5ad8f91386e6e8a.json b/.changelog/3989a7746d05464ba5ad8f91386e6e8a.json deleted file mode 100644 index c57ce87750a..00000000000 --- a/.changelog/3989a7746d05464ba5ad8f91386e6e8a.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "id": "3989a774-6d05-464b-a5ad-8f91386e6e8a", - "type": "bugfix", - "collapse": true, - "description": "Fixes the SDK's handling of `duration_sections` in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. [#1568](https://github.com/aws/aws-sdk-go-v2/pull/1568). Thanks to [Amir Szekely](https://github.com/kichik) for help reproduce this bug.", - "modules": [ - "config", - "internal/ini" - ] -} \ No newline at end of file diff --git a/.changelog/450d4ca924cb43e1aaa66310a96b90d1.json b/.changelog/450d4ca924cb43e1aaa66310a96b90d1.json deleted file mode 100644 index b57e5cf33ea..00000000000 --- a/.changelog/450d4ca924cb43e1aaa66310a96b90d1.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "450d4ca9-24cb-43e1-aaa6-6310a96b90d1", - "type": "bugfix", - "description": "Fixes LoadDefaultConfig handling of errors returned by passed in functional options. Previously errors returned from the LoadOptions passed into LoadDefaultConfig were incorrectly ignored. [#1562](https://github.com/aws/aws-sdk-go-v2/pull/1562). Thanks to [Pinglei Guo](https://github.com/pingleig) for submitting this PR.", - "modules": [ - "config" - ] -} \ No newline at end of file diff --git a/.changelog/4f325261c632499cb3f4464799763f58.json b/.changelog/4f325261c632499cb3f4464799763f58.json deleted file mode 100644 index c440d7cd745..00000000000 --- a/.changelog/4f325261c632499cb3f4464799763f58.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "4f325261-c632-499c-b3f4-464799763f58", - "type": "bugfix", - "description": "Updates `config` module to use os.UserHomeDir instead of hard coded environment variable for OS. [#1563](https://github.com/aws/aws-sdk-go-v2/pull/1563)", - "modules": [ - "config" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 26bc0bcd7bd..35f40cae47d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,73 @@ +# Release (2022-01-28) + +## General Highlights +* **Bug Fix**: Fixes the SDK's handling of `duration_sections` in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. [#1568](https://github.com/aws/aws-sdk-go-v2/pull/1568). Thanks to [Amir Szekely](https://github.com/kichik) for help reproduce this bug. +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. +* **Dependency Update**: Updated to the latest SDK module versions + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/config`: [v1.13.1](config/CHANGELOG.md#v1131-2022-01-28) + * **Bug Fix**: Fixes LoadDefaultConfig handling of errors returned by passed in functional options. Previously errors returned from the LoadOptions passed into LoadDefaultConfig were incorrectly ignored. [#1562](https://github.com/aws/aws-sdk-go-v2/pull/1562). Thanks to [Pinglei Guo](https://github.com/pingleig) for submitting this PR. + * **Bug Fix**: Updates `config` module to use os.UserHomeDir instead of hard coded environment variable for OS. [#1563](https://github.com/aws/aws-sdk-go-v2/pull/1563) +* `github.com/aws/aws-sdk-go-v2/service/applicationinsights`: [v1.13.0](service/applicationinsights/CHANGELOG.md#v1130-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/cloudtrail`: [v1.13.1](service/cloudtrail/CHANGELOG.md#v1131-2022-01-28) + * **Documentation**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/codegurureviewer`: [v1.13.1](service/codegurureviewer/CHANGELOG.md#v1131-2022-01-28) + * **Documentation**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/configservice`: [v1.16.0](service/configservice/CHANGELOG.md#v1160-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.17.0](service/connect/CHANGELOG.md#v1170-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/ebs`: [v1.12.1](service/ebs/CHANGELOG.md#v1121-2022-01-28) + * **Documentation**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.29.0](service/ec2/CHANGELOG.md#v1290-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect`: [v1.11.0](service/ec2instanceconnect/CHANGELOG.md#v1110-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/efs`: [v1.14.0](service/efs/CHANGELOG.md#v1140-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/fis`: [v1.10.0](service/fis/CHANGELOG.md#v1100-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/frauddetector`: [v1.17.0](service/frauddetector/CHANGELOG.md#v1170-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/fsx`: [v1.18.0](service/fsx/CHANGELOG.md#v1180-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/greengrass`: [v1.11.0](service/greengrass/CHANGELOG.md#v1110-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/greengrassv2`: [v1.13.0](service/greengrassv2/CHANGELOG.md#v1130-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/guardduty`: [v1.11.0](service/guardduty/CHANGELOG.md#v1110-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/honeycode`: [v1.10.0](service/honeycode/CHANGELOG.md#v1100-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/ivs`: [v1.14.0](service/ivs/CHANGELOG.md#v1140-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.15.0](service/kafka/CHANGELOG.md#v1150-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/location`: [v1.13.0](service/location/CHANGELOG.md#v1130-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/lookoutmetrics`: [v1.9.0](service/lookoutmetrics/CHANGELOG.md#v190-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/macie2`: [v1.18.0](service/macie2/CHANGELOG.md#v1180-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/mediaconvert`: [v1.19.0](service/mediaconvert/CHANGELOG.md#v1190-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/mediatailor`: [v1.14.0](service/mediatailor/CHANGELOG.md#v1140-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/ram`: [v1.14.0](service/ram/CHANGELOG.md#v1140-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/route53recoveryreadiness`: [v1.6.1](service/route53recoveryreadiness/CHANGELOG.md#v161-2022-01-28) + * **Documentation**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.24.0](service/sagemaker/CHANGELOG.md#v1240-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/securityhub`: [v1.17.0](service/securityhub/CHANGELOG.md#v1170-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/storagegateway`: [v1.14.0](service/storagegateway/CHANGELOG.md#v1140-2022-01-28) + * **Feature**: Updated to latest API model. +* `github.com/aws/aws-sdk-go-v2/service/transcribe`: [v1.15.0](service/transcribe/CHANGELOG.md#v1150-2022-01-28) + * **Feature**: Updated to latest API model. + # Release (2022-01-14) ## General Highlights diff --git a/config/CHANGELOG.md b/config/CHANGELOG.md index b1cf6a0e7ee..473d347e7e6 100644 --- a/config/CHANGELOG.md +++ b/config/CHANGELOG.md @@ -1,3 +1,10 @@ +# v1.13.1 (2022-01-28) + +* **Bug Fix**: Fixes LoadDefaultConfig handling of errors returned by passed in functional options. Previously errors returned from the LoadOptions passed into LoadDefaultConfig were incorrectly ignored. [#1562](https://github.com/aws/aws-sdk-go-v2/pull/1562). Thanks to [Pinglei Guo](https://github.com/pingleig) for submitting this PR. +* **Bug Fix**: Fixes the SDK's handling of `duration_sections` in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. [#1568](https://github.com/aws/aws-sdk-go-v2/pull/1568). Thanks to [Amir Szekely](https://github.com/kichik) for help reproduce this bug. +* **Bug Fix**: Updates `config` module to use os.UserHomeDir instead of hard coded environment variable for OS. [#1563](https://github.com/aws/aws-sdk-go-v2/pull/1563) +* **Dependency Update**: Updated to the latest SDK module versions + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/config/go.mod b/config/go.mod index 761b47c422e..987d3d7d884 100644 --- a/config/go.mod +++ b/config/go.mod @@ -6,7 +6,7 @@ require ( github.com/aws/aws-sdk-go-v2 v1.13.0 github.com/aws/aws-sdk-go-v2/credentials v1.8.0 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.10.0 - github.com/aws/aws-sdk-go-v2/internal/ini v1.3.4 + github.com/aws/aws-sdk-go-v2/internal/ini v1.3.5 github.com/aws/aws-sdk-go-v2/service/sso v1.9.0 github.com/aws/aws-sdk-go-v2/service/sts v1.14.0 github.com/aws/smithy-go v1.10.0 diff --git a/config/go_module_metadata.go b/config/go_module_metadata.go index 0b7ff25e51d..4d0588ac9f2 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/example/service/s3/listObjects/go.mod b/example/service/s3/listObjects/go.mod index 811dabd40d3..4766c309169 100644 --- a/example/service/s3/listObjects/go.mod +++ b/example/service/s3/listObjects/go.mod @@ -3,8 +3,8 @@ 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.13.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.13.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.24.1 ) 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 dc54c955079..5822a7bfe39 100644 --- a/example/service/s3/usingPrivateLink/go.mod +++ b/example/service/s3/usingPrivateLink/go.mod @@ -4,8 +4,8 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.13.0 - github.com/aws/aws-sdk-go-v2/config v1.13.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.13.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.24.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.18.0 ) diff --git a/feature/ec2/imds/internal/configtesting/go.mod b/feature/ec2/imds/internal/configtesting/go.mod index 12476fed716..74cebccb2fe 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.13.0 + github.com/aws/aws-sdk-go-v2/config v1.13.1 github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.10.0 ) diff --git a/feature/s3/manager/CHANGELOG.md b/feature/s3/manager/CHANGELOG.md index 74acde02c9d..e4a14d0ba2b 100644 --- a/feature/s3/manager/CHANGELOG.md +++ b/feature/s3/manager/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2022-01-28) + +* **Dependency Update**: Updated to the latest SDK module versions + # v1.9.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/feature/s3/manager/go.mod b/feature/s3/manager/go.mod index a7b5780a17a..0ba4602d329 100644 --- a/feature/s3/manager/go.mod +++ b/feature/s3/manager/go.mod @@ -4,8 +4,8 @@ go 1.15 require ( github.com/aws/aws-sdk-go-v2 v1.13.0 - github.com/aws/aws-sdk-go-v2/config v1.13.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.24.0 + github.com/aws/aws-sdk-go-v2/config v1.13.1 + github.com/aws/aws-sdk-go-v2/service/s3 v1.24.1 github.com/aws/smithy-go v1.10.0 github.com/google/go-cmp v0.5.6 ) diff --git a/feature/s3/manager/go_module_metadata.go b/feature/s3/manager/go_module_metadata.go index 2e18bea3980..d31b86cacb0 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.9.0" +const goModuleVersion = "1.9.1" diff --git a/internal/configsources/configtesting/go.mod b/internal/configsources/configtesting/go.mod index b793f9d5758..1fc78ad6d68 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.13.0 + github.com/aws/aws-sdk-go-v2/config v1.13.1 github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.4 ) diff --git a/internal/ini/CHANGELOG.md b/internal/ini/CHANGELOG.md index f884df0558f..3048551e19a 100644 --- a/internal/ini/CHANGELOG.md +++ b/internal/ini/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.3.5 (2022-01-28) + +* **Bug Fix**: Fixes the SDK's handling of `duration_sections` in the shared credentials file or specified in multiple shared config and shared credentials files under the same profile. [#1568](https://github.com/aws/aws-sdk-go-v2/pull/1568). Thanks to [Amir Szekely](https://github.com/kichik) for help reproduce this bug. + # v1.3.4 (2022-01-14) * **Dependency Update**: Updated to the latest SDK module versions diff --git a/internal/ini/go_module_metadata.go b/internal/ini/go_module_metadata.go index da20bebd591..64a439eab99 100644 --- a/internal/ini/go_module_metadata.go +++ b/internal/ini/go_module_metadata.go @@ -3,4 +3,4 @@ package ini // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.3.4" +const goModuleVersion = "1.3.5" diff --git a/service/apigateway/CHANGELOG.md b/service/apigateway/CHANGELOG.md index a28458c6b94..072e225da52 100644 --- a/service/apigateway/CHANGELOG.md +++ b/service/apigateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/apigateway/go_module_metadata.go b/service/apigateway/go_module_metadata.go index 637f43f24fd..d066b829fd8 100644 --- a/service/apigateway/go_module_metadata.go +++ b/service/apigateway/go_module_metadata.go @@ -3,4 +3,4 @@ package apigateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/apigatewayv2/CHANGELOG.md b/service/apigatewayv2/CHANGELOG.md index 64d049f73a3..0d9cd57732c 100644 --- a/service/apigatewayv2/CHANGELOG.md +++ b/service/apigatewayv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.10.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/apigatewayv2/go_module_metadata.go b/service/apigatewayv2/go_module_metadata.go index e2d3a7b2f7a..4fc0ef099ab 100644 --- a/service/apigatewayv2/go_module_metadata.go +++ b/service/apigatewayv2/go_module_metadata.go @@ -3,4 +3,4 @@ package apigatewayv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/appconfig/CHANGELOG.md b/service/appconfig/CHANGELOG.md index 9dc215c5e50..ccd17e209b9 100644 --- a/service/appconfig/CHANGELOG.md +++ b/service/appconfig/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.10.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/appconfig/go_module_metadata.go b/service/appconfig/go_module_metadata.go index 5304e37ebf6..19253e2ae1b 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.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/appconfigdata/CHANGELOG.md b/service/appconfigdata/CHANGELOG.md index 48cb03b5c88..8f73ea316ab 100644 --- a/service/appconfigdata/CHANGELOG.md +++ b/service/appconfigdata/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.2.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.2.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/appconfigdata/go_module_metadata.go b/service/appconfigdata/go_module_metadata.go index 5b0a0bc2c6f..e644d8e41d9 100644 --- a/service/appconfigdata/go_module_metadata.go +++ b/service/appconfigdata/go_module_metadata.go @@ -3,4 +3,4 @@ package appconfigdata // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.2.0" +const goModuleVersion = "1.2.1" diff --git a/service/applicationinsights/CHANGELOG.md b/service/applicationinsights/CHANGELOG.md index ff71cee8dbd..4462cf4bf7c 100644 --- a/service/applicationinsights/CHANGELOG.md +++ b/service/applicationinsights/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.12.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/applicationinsights/go_module_metadata.go b/service/applicationinsights/go_module_metadata.go index da33a89bf6f..a44d78c7ddd 100644 --- a/service/applicationinsights/go_module_metadata.go +++ b/service/applicationinsights/go_module_metadata.go @@ -3,4 +3,4 @@ package applicationinsights // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.0" +const goModuleVersion = "1.13.0" diff --git a/service/appsync/CHANGELOG.md b/service/appsync/CHANGELOG.md index 992e9b30ac4..2a11a4488b7 100644 --- a/service/appsync/CHANGELOG.md +++ b/service/appsync/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.12.0 (2022-01-14) * **Feature**: Updated API models diff --git a/service/appsync/go_module_metadata.go b/service/appsync/go_module_metadata.go index 46753029d7f..50a0ee90475 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.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/cloudfront/CHANGELOG.md b/service/cloudfront/CHANGELOG.md index 13fac012ce4..45100c3cfa7 100644 --- a/service/cloudfront/CHANGELOG.md +++ b/service/cloudfront/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.14.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/cloudfront/go_module_metadata.go b/service/cloudfront/go_module_metadata.go index 71d870374df..e17635dde6f 100644 --- a/service/cloudfront/go_module_metadata.go +++ b/service/cloudfront/go_module_metadata.go @@ -3,4 +3,4 @@ package cloudfront // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.0" +const goModuleVersion = "1.14.1" diff --git a/service/cloudtrail/CHANGELOG.md b/service/cloudtrail/CHANGELOG.md index 326fb8626e6..8d30d4b923e 100644 --- a/service/cloudtrail/CHANGELOG.md +++ b/service/cloudtrail/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-01-28) + +* **Documentation**: Updated to latest API model. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/cloudtrail/go_module_metadata.go b/service/cloudtrail/go_module_metadata.go index 76f51626965..a95d2ef3b1a 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.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/codeguruprofiler/CHANGELOG.md b/service/codeguruprofiler/CHANGELOG.md index 6e89df8289d..7c46bca555d 100644 --- a/service/codeguruprofiler/CHANGELOG.md +++ b/service/codeguruprofiler/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.10.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/codeguruprofiler/go_module_metadata.go b/service/codeguruprofiler/go_module_metadata.go index ac75d00ff43..1f741b99ed5 100644 --- a/service/codeguruprofiler/go_module_metadata.go +++ b/service/codeguruprofiler/go_module_metadata.go @@ -3,4 +3,4 @@ package codeguruprofiler // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.0" +const goModuleVersion = "1.10.1" diff --git a/service/codegurureviewer/CHANGELOG.md b/service/codegurureviewer/CHANGELOG.md index 844dc7b0798..22ed0cae919 100644 --- a/service/codegurureviewer/CHANGELOG.md +++ b/service/codegurureviewer/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-01-28) + +* **Documentation**: Updated to latest API model. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/codegurureviewer/go_module_metadata.go b/service/codegurureviewer/go_module_metadata.go index 659b536f65a..4d8f4136a28 100644 --- a/service/codegurureviewer/go_module_metadata.go +++ b/service/codegurureviewer/go_module_metadata.go @@ -3,4 +3,4 @@ package codegurureviewer // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/configservice/CHANGELOG.md b/service/configservice/CHANGELOG.md index e238556e458..225a3444557 100644 --- a/service/configservice/CHANGELOG.md +++ b/service/configservice/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.16.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.15.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/configservice/go_module_metadata.go b/service/configservice/go_module_metadata.go index ceef2083379..e41a2334cc0 100644 --- a/service/configservice/go_module_metadata.go +++ b/service/configservice/go_module_metadata.go @@ -3,4 +3,4 @@ package configservice // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.15.0" +const goModuleVersion = "1.16.0" diff --git a/service/connect/CHANGELOG.md b/service/connect/CHANGELOG.md index 1df45f3e1b6..67e8d747483 100644 --- a/service/connect/CHANGELOG.md +++ b/service/connect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.16.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/connect/go_module_metadata.go b/service/connect/go_module_metadata.go index 9fbf0369d07..a7ac8f796a1 100644 --- a/service/connect/go_module_metadata.go +++ b/service/connect/go_module_metadata.go @@ -3,4 +3,4 @@ package connect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.0" +const goModuleVersion = "1.17.0" diff --git a/service/dataexchange/CHANGELOG.md b/service/dataexchange/CHANGELOG.md index ad153e5d191..6ebd65f0032 100644 --- a/service/dataexchange/CHANGELOG.md +++ b/service/dataexchange/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.12.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/dataexchange/go_module_metadata.go b/service/dataexchange/go_module_metadata.go index dc2aec67d32..2320cd99491 100644 --- a/service/dataexchange/go_module_metadata.go +++ b/service/dataexchange/go_module_metadata.go @@ -3,4 +3,4 @@ package dataexchange // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/ebs/CHANGELOG.md b/service/ebs/CHANGELOG.md index 8095993462c..857cff330c1 100644 --- a/service/ebs/CHANGELOG.md +++ b/service/ebs/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.12.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. +* **Documentation**: Updated to latest API model. + # v1.12.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/ebs/go_module_metadata.go b/service/ebs/go_module_metadata.go index cddd3b5ff0f..42efa61ed01 100644 --- a/service/ebs/go_module_metadata.go +++ b/service/ebs/go_module_metadata.go @@ -3,4 +3,4 @@ package ebs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 30cf93086bd..2ad1600e0f9 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.29.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.28.0 (2022-01-14) * **Feature**: Updated API models diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index f4c8415d5e2..a318b9c6606 100644 --- a/service/ec2/go_module_metadata.go +++ b/service/ec2/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.28.0" +const goModuleVersion = "1.29.0" diff --git a/service/ec2instanceconnect/CHANGELOG.md b/service/ec2instanceconnect/CHANGELOG.md index 31f99d2a6f0..588fd33e5fe 100644 --- a/service/ec2instanceconnect/CHANGELOG.md +++ b/service/ec2instanceconnect/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.10.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/ec2instanceconnect/go_module_metadata.go b/service/ec2instanceconnect/go_module_metadata.go index 06d7a74d622..4089b38d0d7 100644 --- a/service/ec2instanceconnect/go_module_metadata.go +++ b/service/ec2instanceconnect/go_module_metadata.go @@ -3,4 +3,4 @@ package ec2instanceconnect // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.0" +const goModuleVersion = "1.11.0" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index db96f1de672..cfaf02870e6 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index 18a7fb3269b..17220509553 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.13.0" +const goModuleVersion = "1.14.0" diff --git a/service/fis/CHANGELOG.md b/service/fis/CHANGELOG.md index 04b4611463c..f31360b1f93 100644 --- a/service/fis/CHANGELOG.md +++ b/service/fis/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.9.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/fis/go_module_metadata.go b/service/fis/go_module_metadata.go index 623ff2e2da0..3cc22fba00f 100644 --- a/service/fis/go_module_metadata.go +++ b/service/fis/go_module_metadata.go @@ -3,4 +3,4 @@ package fis // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.0" +const goModuleVersion = "1.10.0" diff --git a/service/frauddetector/CHANGELOG.md b/service/frauddetector/CHANGELOG.md index 7b7ba438a5e..7c06d83f254 100644 --- a/service/frauddetector/CHANGELOG.md +++ b/service/frauddetector/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.16.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/frauddetector/go_module_metadata.go b/service/frauddetector/go_module_metadata.go index c0ab635b7bf..fc13702c7cf 100644 --- a/service/frauddetector/go_module_metadata.go +++ b/service/frauddetector/go_module_metadata.go @@ -3,4 +3,4 @@ package frauddetector // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.0" +const goModuleVersion = "1.17.0" diff --git a/service/fsx/CHANGELOG.md b/service/fsx/CHANGELOG.md index 4d80603cb04..48d118f60e7 100644 --- a/service/fsx/CHANGELOG.md +++ b/service/fsx/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.17.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/fsx/go_module_metadata.go b/service/fsx/go_module_metadata.go index 1cabc030715..f7c466c841c 100644 --- a/service/fsx/go_module_metadata.go +++ b/service/fsx/go_module_metadata.go @@ -3,4 +3,4 @@ package fsx // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.0" +const goModuleVersion = "1.18.0" diff --git a/service/greengrass/CHANGELOG.md b/service/greengrass/CHANGELOG.md index f41e0631149..d78d9a3dd25 100644 --- a/service/greengrass/CHANGELOG.md +++ b/service/greengrass/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.10.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/greengrass/go_module_metadata.go b/service/greengrass/go_module_metadata.go index 98e0044ff99..eae9b6deb88 100644 --- a/service/greengrass/go_module_metadata.go +++ b/service/greengrass/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrass // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.0" +const goModuleVersion = "1.11.0" diff --git a/service/greengrassv2/CHANGELOG.md b/service/greengrassv2/CHANGELOG.md index 8ba5c96eaae..05ce9172a21 100644 --- a/service/greengrassv2/CHANGELOG.md +++ b/service/greengrassv2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.12.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/greengrassv2/go_module_metadata.go b/service/greengrassv2/go_module_metadata.go index 9a4477f56ff..28337018dbe 100644 --- a/service/greengrassv2/go_module_metadata.go +++ b/service/greengrassv2/go_module_metadata.go @@ -3,4 +3,4 @@ package greengrassv2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.0" +const goModuleVersion = "1.13.0" diff --git a/service/guardduty/CHANGELOG.md b/service/guardduty/CHANGELOG.md index 7b5a11e873f..d462b1d67cf 100644 --- a/service/guardduty/CHANGELOG.md +++ b/service/guardduty/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.11.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.10.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/guardduty/go_module_metadata.go b/service/guardduty/go_module_metadata.go index 169550400ab..6522bf1c864 100644 --- a/service/guardduty/go_module_metadata.go +++ b/service/guardduty/go_module_metadata.go @@ -3,4 +3,4 @@ package guardduty // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.10.0" +const goModuleVersion = "1.11.0" diff --git a/service/honeycode/CHANGELOG.md b/service/honeycode/CHANGELOG.md index b4c2cb4a345..a5169562c19 100644 --- a/service/honeycode/CHANGELOG.md +++ b/service/honeycode/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.10.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.9.0 (2022-01-14) * **Feature**: Updated API models diff --git a/service/honeycode/go_module_metadata.go b/service/honeycode/go_module_metadata.go index cb86d8aba55..5c36ab9781a 100644 --- a/service/honeycode/go_module_metadata.go +++ b/service/honeycode/go_module_metadata.go @@ -3,4 +3,4 @@ package honeycode // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.0" +const goModuleVersion = "1.10.0" diff --git a/service/internal/benchmark/go.mod b/service/internal/benchmark/go.mod index 2478f7e82db..e3e2d91db42 100644 --- a/service/internal/benchmark/go.mod +++ b/service/internal/benchmark/go.mod @@ -7,8 +7,8 @@ require ( github.com/aws/aws-sdk-go-v2 v1.13.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.13.0 github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.10.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.24.0 - github.com/aws/aws-sdk-go-v2/service/schemas v1.12.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.24.1 + github.com/aws/aws-sdk-go-v2/service/schemas v1.12.1 github.com/aws/smithy-go v1.10.0 ) diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 00274e7051f..7e2e29e612d 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -2,9 +2,9 @@ module github.com/aws/aws-sdk-go-v2/service/internal/integrationtest require ( github.com/aws/aws-sdk-go-v2 v1.13.0 - github.com/aws/aws-sdk-go-v2/config v1.13.0 + github.com/aws/aws-sdk-go-v2/config v1.13.1 github.com/aws/aws-sdk-go-v2/service/acm v1.12.0 - github.com/aws/aws-sdk-go-v2/service/apigateway v1.13.0 + github.com/aws/aws-sdk-go-v2/service/apigateway v1.13.1 github.com/aws/aws-sdk-go-v2/service/applicationautoscaling v1.13.0 github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.10.0 github.com/aws/aws-sdk-go-v2/service/appstream v1.13.0 @@ -12,10 +12,10 @@ require ( github.com/aws/aws-sdk-go-v2/service/autoscaling v1.19.0 github.com/aws/aws-sdk-go-v2/service/batch v1.14.0 github.com/aws/aws-sdk-go-v2/service/cloudformation v1.18.0 - github.com/aws/aws-sdk-go-v2/service/cloudfront v1.14.0 + github.com/aws/aws-sdk-go-v2/service/cloudfront v1.14.1 github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.11.0 github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.11.0 - github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.13.0 + github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.13.1 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.15.0 github.com/aws/aws-sdk-go-v2/service/codebuild v1.17.0 github.com/aws/aws-sdk-go-v2/service/codecommit v1.11.0 @@ -23,7 +23,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/codepipeline v1.11.0 github.com/aws/aws-sdk-go-v2/service/codestar v1.9.0 github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider v1.12.0 - github.com/aws/aws-sdk-go-v2/service/configservice v1.15.0 + github.com/aws/aws-sdk-go-v2/service/configservice v1.16.0 github.com/aws/aws-sdk-go-v2/service/costandusagereportservice v1.11.0 github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.16.0 github.com/aws/aws-sdk-go-v2/service/devicefarm v1.11.0 @@ -31,10 +31,10 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.11.0 github.com/aws/aws-sdk-go-v2/service/docdb v1.15.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.13.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.28.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.29.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.14.0 github.com/aws/aws-sdk-go-v2/service/ecs v1.16.0 - github.com/aws/aws-sdk-go-v2/service/efs v1.13.0 + github.com/aws/aws-sdk-go-v2/service/efs v1.14.0 github.com/aws/aws-sdk-go-v2/service/elasticache v1.18.0 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.12.0 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.12.0 @@ -53,7 +53,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/iot v1.21.0 github.com/aws/aws-sdk-go-v2/service/kinesis v1.13.0 github.com/aws/aws-sdk-go-v2/service/kms v1.14.0 - github.com/aws/aws-sdk-go-v2/service/lambda v1.17.0 + github.com/aws/aws-sdk-go-v2/service/lambda v1.17.1 github.com/aws/aws-sdk-go-v2/service/lightsail v1.15.0 github.com/aws/aws-sdk-go-v2/service/marketplacecommerceanalytics v1.9.0 github.com/aws/aws-sdk-go-v2/service/neptune v1.14.0 @@ -66,7 +66,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/route53 v1.17.0 github.com/aws/aws-sdk-go-v2/service/route53domains v1.10.0 github.com/aws/aws-sdk-go-v2/service/route53resolver v1.13.0 - github.com/aws/aws-sdk-go-v2/service/s3 v1.24.0 + github.com/aws/aws-sdk-go-v2/service/s3 v1.24.1 github.com/aws/aws-sdk-go-v2/service/s3control v1.18.0 github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.13.0 github.com/aws/aws-sdk-go-v2/service/servicecatalog v1.11.0 diff --git a/service/iotdataplane/CHANGELOG.md b/service/iotdataplane/CHANGELOG.md index fd0081c9aeb..16b1d0ba8a3 100644 --- a/service/iotdataplane/CHANGELOG.md +++ b/service/iotdataplane/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.9.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/iotdataplane/go_module_metadata.go b/service/iotdataplane/go_module_metadata.go index 0a686ad9594..2a694214a15 100644 --- a/service/iotdataplane/go_module_metadata.go +++ b/service/iotdataplane/go_module_metadata.go @@ -3,4 +3,4 @@ package iotdataplane // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.9.0" +const goModuleVersion = "1.9.1" diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index b2718d6442a..3294f6bfeec 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index e80799b1d81..26e1ea22dad 100644 --- a/service/ivs/go_module_metadata.go +++ b/service/ivs/go_module_metadata.go @@ -3,4 +3,4 @@ package ivs // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.0" +const goModuleVersion = "1.14.0" diff --git a/service/kafka/CHANGELOG.md b/service/kafka/CHANGELOG.md index c363b9ee533..bdf13e89b44 100644 --- a/service/kafka/CHANGELOG.md +++ b/service/kafka/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.14.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/kafka/go_module_metadata.go b/service/kafka/go_module_metadata.go index 09bab1d4763..ccd4f6858d5 100644 --- a/service/kafka/go_module_metadata.go +++ b/service/kafka/go_module_metadata.go @@ -3,4 +3,4 @@ package kafka // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.0" +const goModuleVersion = "1.15.0" diff --git a/service/lambda/CHANGELOG.md b/service/lambda/CHANGELOG.md index 92f305e6fd0..aa0a58f3c92 100644 --- a/service/lambda/CHANGELOG.md +++ b/service/lambda/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.17.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/lambda/go_module_metadata.go b/service/lambda/go_module_metadata.go index f3584cfa1f1..64eac2b6962 100644 --- a/service/lambda/go_module_metadata.go +++ b/service/lambda/go_module_metadata.go @@ -3,4 +3,4 @@ package lambda // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.0" +const goModuleVersion = "1.17.1" diff --git a/service/location/CHANGELOG.md b/service/location/CHANGELOG.md index 6db3485364d..df70bf5589c 100644 --- a/service/location/CHANGELOG.md +++ b/service/location/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.13.0 (2022-01-28) + +* **Feature**: Updated to latest API model. +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.12.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/location/go_module_metadata.go b/service/location/go_module_metadata.go index c42d8bc58c5..772428ebafe 100644 --- a/service/location/go_module_metadata.go +++ b/service/location/go_module_metadata.go @@ -3,4 +3,4 @@ package location // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.0" +const goModuleVersion = "1.13.0" diff --git a/service/lookoutmetrics/CHANGELOG.md b/service/lookoutmetrics/CHANGELOG.md index c13b1031884..a631f3e2c45 100644 --- a/service/lookoutmetrics/CHANGELOG.md +++ b/service/lookoutmetrics/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.9.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.8.0 (2022-01-14) * **Feature**: Updated API models diff --git a/service/lookoutmetrics/go_module_metadata.go b/service/lookoutmetrics/go_module_metadata.go index e8ceeaf924d..5ab556a72fc 100644 --- a/service/lookoutmetrics/go_module_metadata.go +++ b/service/lookoutmetrics/go_module_metadata.go @@ -3,4 +3,4 @@ package lookoutmetrics // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.8.0" +const goModuleVersion = "1.9.0" diff --git a/service/macie2/CHANGELOG.md b/service/macie2/CHANGELOG.md index 5c5c9c81d9b..7300ea9414d 100644 --- a/service/macie2/CHANGELOG.md +++ b/service/macie2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.18.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.17.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/macie2/go_module_metadata.go b/service/macie2/go_module_metadata.go index a406c79d62c..11a680ce840 100644 --- a/service/macie2/go_module_metadata.go +++ b/service/macie2/go_module_metadata.go @@ -3,4 +3,4 @@ package macie2 // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.17.0" +const goModuleVersion = "1.18.0" diff --git a/service/mediaconvert/CHANGELOG.md b/service/mediaconvert/CHANGELOG.md index cf921624c76..4ed65c7faac 100644 --- a/service/mediaconvert/CHANGELOG.md +++ b/service/mediaconvert/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.18.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/mediaconvert/go_module_metadata.go b/service/mediaconvert/go_module_metadata.go index 133e4ff6f57..e79733d5d3d 100644 --- a/service/mediaconvert/go_module_metadata.go +++ b/service/mediaconvert/go_module_metadata.go @@ -3,4 +3,4 @@ package mediaconvert // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.18.0" +const goModuleVersion = "1.19.0" diff --git a/service/mediatailor/CHANGELOG.md b/service/mediatailor/CHANGELOG.md index b6cd91ed121..614d95062d0 100644 --- a/service/mediatailor/CHANGELOG.md +++ b/service/mediatailor/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.13.0 (2022-01-14) * **Feature**: Updated API models diff --git a/service/mediatailor/go_module_metadata.go b/service/mediatailor/go_module_metadata.go index 1962123a12e..03ac8658c3b 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.13.0" +const goModuleVersion = "1.14.0" diff --git a/service/ram/CHANGELOG.md b/service/ram/CHANGELOG.md index e102836c062..c3fa07c0a87 100644 --- a/service/ram/CHANGELOG.md +++ b/service/ram/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/ram/go_module_metadata.go b/service/ram/go_module_metadata.go index 54e389db7e6..05ef72a7d8a 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.13.0" +const goModuleVersion = "1.14.0" diff --git a/service/route53recoveryreadiness/CHANGELOG.md b/service/route53recoveryreadiness/CHANGELOG.md index 3f35d3c3552..c89cfb7ba52 100644 --- a/service/route53recoveryreadiness/CHANGELOG.md +++ b/service/route53recoveryreadiness/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.6.1 (2022-01-28) + +* **Documentation**: Updated to latest API model. + # v1.6.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/route53recoveryreadiness/go_module_metadata.go b/service/route53recoveryreadiness/go_module_metadata.go index 1c6ce94fe7b..d49e6f41b4f 100644 --- a/service/route53recoveryreadiness/go_module_metadata.go +++ b/service/route53recoveryreadiness/go_module_metadata.go @@ -3,4 +3,4 @@ package route53recoveryreadiness // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.6.0" +const goModuleVersion = "1.6.1" diff --git a/service/s3/CHANGELOG.md b/service/s3/CHANGELOG.md index 64b70bcc26a..d0728c74c89 100644 --- a/service/s3/CHANGELOG.md +++ b/service/s3/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.24.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/s3/go_module_metadata.go b/service/s3/go_module_metadata.go index 897bd58bbfd..6b4031c943c 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.24.0" +const goModuleVersion = "1.24.1" diff --git a/service/s3/internal/configtesting/go.mod b/service/s3/internal/configtesting/go.mod index 70ba389367f..5f0897d086b 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.13.0 + github.com/aws/aws-sdk-go-v2/config v1.13.1 github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.11.0 ) diff --git a/service/sagemaker/CHANGELOG.md b/service/sagemaker/CHANGELOG.md index 40cd24b075f..f8907f84f83 100644 --- a/service/sagemaker/CHANGELOG.md +++ b/service/sagemaker/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.24.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.23.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/sagemaker/go_module_metadata.go b/service/sagemaker/go_module_metadata.go index b88a96dbf50..e29b94df458 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.23.0" +const goModuleVersion = "1.24.0" diff --git a/service/sagemakerruntime/CHANGELOG.md b/service/sagemakerruntime/CHANGELOG.md index 8fe9634e87a..89fe82c553e 100644 --- a/service/sagemakerruntime/CHANGELOG.md +++ b/service/sagemakerruntime/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.13.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/sagemakerruntime/go_module_metadata.go b/service/sagemakerruntime/go_module_metadata.go index 9a13907730f..af49a51c5c8 100644 --- a/service/sagemakerruntime/go_module_metadata.go +++ b/service/sagemakerruntime/go_module_metadata.go @@ -3,4 +3,4 @@ package sagemakerruntime // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.0" +const goModuleVersion = "1.13.1" diff --git a/service/schemas/CHANGELOG.md b/service/schemas/CHANGELOG.md index 43b4f498408..77d19393712 100644 --- a/service/schemas/CHANGELOG.md +++ b/service/schemas/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.12.1 (2022-01-28) + +* **Bug Fix**: Updates SDK API client deserialization to pre-allocate byte slice and string response payloads, [#1565](https://github.com/aws/aws-sdk-go-v2/pull/1565). Thanks to [Tyson Mote](https://github.com/tysonmote) for submitting this PR. + # v1.12.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/schemas/go_module_metadata.go b/service/schemas/go_module_metadata.go index 8f777a03e78..5ccaae9988e 100644 --- a/service/schemas/go_module_metadata.go +++ b/service/schemas/go_module_metadata.go @@ -3,4 +3,4 @@ package schemas // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.12.0" +const goModuleVersion = "1.12.1" diff --git a/service/securityhub/CHANGELOG.md b/service/securityhub/CHANGELOG.md index 59da2c8d86b..fbaf27b381e 100644 --- a/service/securityhub/CHANGELOG.md +++ b/service/securityhub/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.17.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.16.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/securityhub/go_module_metadata.go b/service/securityhub/go_module_metadata.go index ddc90e98fac..8f5d337de9b 100644 --- a/service/securityhub/go_module_metadata.go +++ b/service/securityhub/go_module_metadata.go @@ -3,4 +3,4 @@ package securityhub // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.16.0" +const goModuleVersion = "1.17.0" diff --git a/service/storagegateway/CHANGELOG.md b/service/storagegateway/CHANGELOG.md index b1e05bf3b66..ededcbb25e7 100644 --- a/service/storagegateway/CHANGELOG.md +++ b/service/storagegateway/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.14.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.13.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/storagegateway/go_module_metadata.go b/service/storagegateway/go_module_metadata.go index 362405ed5c4..ed3ce726ec5 100644 --- a/service/storagegateway/go_module_metadata.go +++ b/service/storagegateway/go_module_metadata.go @@ -3,4 +3,4 @@ package storagegateway // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.13.0" +const goModuleVersion = "1.14.0" diff --git a/service/transcribe/CHANGELOG.md b/service/transcribe/CHANGELOG.md index bf0d6c0099c..f155134529b 100644 --- a/service/transcribe/CHANGELOG.md +++ b/service/transcribe/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.15.0 (2022-01-28) + +* **Feature**: Updated to latest API model. + # v1.14.0 (2022-01-14) * **Feature**: Updated `github.com/aws/smithy-go` to latest version diff --git a/service/transcribe/go_module_metadata.go b/service/transcribe/go_module_metadata.go index 14f77cd06c4..9a62ceb855d 100644 --- a/service/transcribe/go_module_metadata.go +++ b/service/transcribe/go_module_metadata.go @@ -3,4 +3,4 @@ package transcribe // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.14.0" +const goModuleVersion = "1.15.0"