From 00925a868bfc43dafa526259389ce44799c1b029 Mon Sep 17 00:00:00 2001 From: AWS SDK for Go v2 automation user Date: Fri, 20 Jan 2023 19:26:17 +0000 Subject: [PATCH] Release 2023-01-20 --- .changelog/5facb20b77dd4ffa8b2448e7203f4692.json | 8 -------- .changelog/7491d506fe144901a0eb82ce7c70bfdf.json | 8 -------- .changelog/787df4b32f3143c2b497f290c7ba44da.json | 8 -------- CHANGELOG.md | 10 ++++++++++ service/codebuild/CHANGELOG.md | 4 ++++ service/codebuild/go_module_metadata.go | 2 +- service/databrew/CHANGELOG.md | 4 ++++ service/databrew/go_module_metadata.go | 2 +- service/ec2/CHANGELOG.md | 4 ++++ service/ec2/go_module_metadata.go | 2 +- service/efs/CHANGELOG.md | 4 ++++ service/efs/go_module_metadata.go | 2 +- service/internal/integrationtest/go.mod | 6 +++--- service/ivs/CHANGELOG.md | 4 ++++ service/ivs/go_module_metadata.go | 2 +- service/quicksight/CHANGELOG.md | 4 ++++ service/quicksight/go_module_metadata.go | 2 +- 17 files changed, 43 insertions(+), 33 deletions(-) delete mode 100644 .changelog/5facb20b77dd4ffa8b2448e7203f4692.json delete mode 100644 .changelog/7491d506fe144901a0eb82ce7c70bfdf.json delete mode 100644 .changelog/787df4b32f3143c2b497f290c7ba44da.json diff --git a/.changelog/5facb20b77dd4ffa8b2448e7203f4692.json b/.changelog/5facb20b77dd4ffa8b2448e7203f4692.json deleted file mode 100644 index ce788f1ab92..00000000000 --- a/.changelog/5facb20b77dd4ffa8b2448e7203f4692.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "5facb20b-77dd-4ffa-8b24-48e7203f4692", - "type": "feature", - "description": "C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz.", - "modules": [ - "service/ec2" - ] -} \ No newline at end of file diff --git a/.changelog/7491d506fe144901a0eb82ce7c70bfdf.json b/.changelog/7491d506fe144901a0eb82ce7c70bfdf.json deleted file mode 100644 index 2d968cc4381..00000000000 --- a/.changelog/7491d506fe144901a0eb82ce7c70bfdf.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "7491d506-fe14-4901-a0eb-82ce7c70bfdf", - "type": "feature", - "description": "This release adds support for data bars in QuickSight table and increases pivot table field well limit.", - "modules": [ - "service/quicksight" - ] -} \ No newline at end of file diff --git a/.changelog/787df4b32f3143c2b497f290c7ba44da.json b/.changelog/787df4b32f3143c2b497f290c7ba44da.json deleted file mode 100644 index 3178e4a9197..00000000000 --- a/.changelog/787df4b32f3143c2b497f290c7ba44da.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "id": "787df4b3-2f31-43c2-b497-f290c7ba44da", - "type": "feature", - "description": "API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures.", - "modules": [ - "service/ivs" - ] -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e978829a38..05910a02782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Release (2023-01-20) + +## Module Highlights +* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.80.0](service/ec2/CHANGELOG.md#v1800-2023-01-20) + * **Feature**: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz. +* `github.com/aws/aws-sdk-go-v2/service/ivs`: [v1.20.0](service/ivs/CHANGELOG.md#v1200-2023-01-20) + * **Feature**: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures. +* `github.com/aws/aws-sdk-go-v2/service/quicksight`: [v1.30.0](service/quicksight/CHANGELOG.md#v1300-2023-01-20) + * **Feature**: This release adds support for data bars in QuickSight table and increases pivot table field well limit. + # Release (2023-01-19) ## Module Highlights diff --git a/service/codebuild/CHANGELOG.md b/service/codebuild/CHANGELOG.md index d6150c47488..a6c94515a8a 100644 --- a/service/codebuild/CHANGELOG.md +++ b/service/codebuild/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.1 (2023-01-20) + +* No change notes available for this release. + # v1.20.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/codebuild/go_module_metadata.go b/service/codebuild/go_module_metadata.go index 545b3f59192..1e082abebac 100644 --- a/service/codebuild/go_module_metadata.go +++ b/service/codebuild/go_module_metadata.go @@ -3,4 +3,4 @@ package codebuild // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.20.0" +const goModuleVersion = "1.20.1" diff --git a/service/databrew/CHANGELOG.md b/service/databrew/CHANGELOG.md index a46914ba785..1e0df99a182 100644 --- a/service/databrew/CHANGELOG.md +++ b/service/databrew/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.21.1 (2023-01-20) + +* No change notes available for this release. + # v1.21.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/databrew/go_module_metadata.go b/service/databrew/go_module_metadata.go index 03838a4e6d6..eefc54e64e7 100644 --- a/service/databrew/go_module_metadata.go +++ b/service/databrew/go_module_metadata.go @@ -3,4 +3,4 @@ package databrew // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.21.0" +const goModuleVersion = "1.21.1" diff --git a/service/ec2/CHANGELOG.md b/service/ec2/CHANGELOG.md index 4f25f48137a..a9d26b1d642 100644 --- a/service/ec2/CHANGELOG.md +++ b/service/ec2/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.80.0 (2023-01-20) + +* **Feature**: C6in, M6in, M6idn, R6in and R6idn instances are powered by 3rd Generation Intel Xeon Scalable processors (code named Ice Lake) with an all-core turbo frequency of 3.5 GHz. + # v1.79.0 (2023-01-19) * **Feature**: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value. diff --git a/service/ec2/go_module_metadata.go b/service/ec2/go_module_metadata.go index edd19ef5af3..a8a9d371791 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.79.0" +const goModuleVersion = "1.80.0" diff --git a/service/efs/CHANGELOG.md b/service/efs/CHANGELOG.md index 2e8332e647c..5bbf8e855cb 100644 --- a/service/efs/CHANGELOG.md +++ b/service/efs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.19.2 (2023-01-20) + +* No change notes available for this release. + # v1.19.1 (2023-01-18) * **Documentation**: Documentation updates for EFS access points limit increase diff --git a/service/efs/go_module_metadata.go b/service/efs/go_module_metadata.go index 33e860968a4..5c8ee5e98e9 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.19.1" +const goModuleVersion = "1.19.2" diff --git a/service/internal/integrationtest/go.mod b/service/internal/integrationtest/go.mod index 965afc0df3c..0ece06d60d4 100644 --- a/service/internal/integrationtest/go.mod +++ b/service/internal/integrationtest/go.mod @@ -17,7 +17,7 @@ require ( github.com/aws/aws-sdk-go-v2/service/cloudsearch v1.14.0 github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.22.0 github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.25.0 - github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.0 + github.com/aws/aws-sdk-go-v2/service/codebuild v1.20.1 github.com/aws/aws-sdk-go-v2/service/codecommit v1.14.0 github.com/aws/aws-sdk-go-v2/service/codedeploy v1.16.0 github.com/aws/aws-sdk-go-v2/service/codepipeline v1.14.0 @@ -31,10 +31,10 @@ require ( github.com/aws/aws-sdk-go-v2/service/directoryservice v1.16.0 github.com/aws/aws-sdk-go-v2/service/docdb v1.20.0 github.com/aws/aws-sdk-go-v2/service/dynamodb v1.18.0 - github.com/aws/aws-sdk-go-v2/service/ec2 v1.79.0 + github.com/aws/aws-sdk-go-v2/service/ec2 v1.80.0 github.com/aws/aws-sdk-go-v2/service/ecr v1.18.0 github.com/aws/aws-sdk-go-v2/service/ecs v1.23.0 - github.com/aws/aws-sdk-go-v2/service/efs v1.19.1 + github.com/aws/aws-sdk-go-v2/service/efs v1.19.2 github.com/aws/aws-sdk-go-v2/service/elasticache v1.26.0 github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.15.0 github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.15.0 diff --git a/service/ivs/CHANGELOG.md b/service/ivs/CHANGELOG.md index bed8b63b644..3c59acf7d4c 100644 --- a/service/ivs/CHANGELOG.md +++ b/service/ivs/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.20.0 (2023-01-20) + +* **Feature**: API and Doc update. Update to arns field in BatchGetStreamKey. Also updates to operations and structures. + # v1.19.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/ivs/go_module_metadata.go b/service/ivs/go_module_metadata.go index 7ce25d90a48..4441a62fc29 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.19.0" +const goModuleVersion = "1.20.0" diff --git a/service/quicksight/CHANGELOG.md b/service/quicksight/CHANGELOG.md index f3a0936c2e2..0bb64cd0b25 100644 --- a/service/quicksight/CHANGELOG.md +++ b/service/quicksight/CHANGELOG.md @@ -1,3 +1,7 @@ +# v1.30.0 (2023-01-20) + +* **Feature**: This release adds support for data bars in QuickSight table and increases pivot table field well limit. + # v1.29.0 (2023-01-05) * **Feature**: Add `ErrorCodeOverride` field to all error structs (aws/smithy-go#401). diff --git a/service/quicksight/go_module_metadata.go b/service/quicksight/go_module_metadata.go index fea7f6ac41a..b03368b5cc5 100644 --- a/service/quicksight/go_module_metadata.go +++ b/service/quicksight/go_module_metadata.go @@ -3,4 +3,4 @@ package quicksight // goModuleVersion is the tagged release for this module -const goModuleVersion = "1.29.0" +const goModuleVersion = "1.30.0"