Skip to content

Commit

Permalink
Release 2023-07-27
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Jul 27, 2023
1 parent ad52106 commit b4d8d26
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 47 deletions.
8 changes: 0 additions & 8 deletions .changelog/18daa891967d40b28ab7d73705b451a2.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/725d40a1698045a3b0853d96c615158a.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/814f0818c064439088ef873f775fdde3.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/8a37aa67d7244b1a849e1d3c4f040ae4.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/f8600d688a904cc1828df6985b3324be.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Release (2023-07-27)

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/autoscaling`: [v1.29.0](service/autoscaling/CHANGELOG.md#v1290-2023-07-27)
* **Feature**: This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy.
* `github.com/aws/aws-sdk-go-v2/service/ebs`: [v1.17.0](service/ebs/CHANGELOG.md#v1170-2023-07-27)
* **Feature**: SDK and documentation updates for Amazon Elastic Block Store API
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.108.0](service/ec2/CHANGELOG.md#v11080-2023-07-27)
* **Feature**: SDK and documentation updates for Amazon Elastic Block Store APIs
* `github.com/aws/aws-sdk-go-v2/service/eks`: [v1.28.0](service/eks/CHANGELOG.md#v1280-2023-07-27)
* **Feature**: Add multiple customer error code to handle customer caused failure when managing EKS node groups
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.95.0](service/sagemaker/CHANGELOG.md#v1950-2023-07-27)
* **Feature**: Expose ProfilerConfig attribute in SageMaker Search API response.

# Release (2023-07-26)

## Module Highlights
Expand Down
4 changes: 4 additions & 0 deletions service/autoscaling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.29.0 (2023-07-27)

* **Feature**: This release updates validation for instance types used in the AllowedInstanceTypes and ExcludedInstanceTypes parameters of the InstanceRequirements property of a MixedInstancesPolicy.

# v1.28.10 (2023-07-13)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/autoscaling/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ebs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2023-07-27)

* **Feature**: SDK and documentation updates for Amazon Elastic Block Store API

# v1.16.15 (2023-07-13)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/ebs/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/ec2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.108.0 (2023-07-27)

* **Feature**: SDK and documentation updates for Amazon Elastic Block Store APIs

# v1.107.0 (2023-07-25)

* **Feature**: This release adds an instance's peak and baseline network bandwidth as well as the memory sizes of an instance's inference accelerators to DescribeInstanceTypes.
Expand Down
2 changes: 1 addition & 1 deletion service/ec2/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions service/eks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.28.0 (2023-07-27)

* **Feature**: Add multiple customer error code to handle customer caused failure when managing EKS node groups

# v1.27.15 (2023-07-13)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/eks/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice v1.16.1
github.com/aws/aws-sdk-go-v2/service/appstream v1.21.1
github.com/aws/aws-sdk-go-v2/service/athena v1.30.4
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.28.10
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.29.0
github.com/aws/aws-sdk-go-v2/service/batch v1.24.1
github.com/aws/aws-sdk-go-v2/service/cloudformation v1.32.0
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.26.9
Expand All @@ -31,7 +31,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.17.4
github.com/aws/aws-sdk-go-v2/service/docdb v1.22.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.20.2
github.com/aws/aws-sdk-go-v2/service/ec2 v1.107.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.108.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.18.14
github.com/aws/aws-sdk-go-v2/service/ecs v1.28.1
github.com/aws/aws-sdk-go-v2/service/efs v1.20.4
Expand Down
4 changes: 4 additions & 0 deletions service/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.95.0 (2023-07-27)

* **Feature**: Expose ProfilerConfig attribute in SageMaker Search API response.

# v1.94.0 (2023-07-25)

* **Feature**: Mark ContentColumn and TargetLabelColumn as required Targets in TextClassificationJobConfig in CreateAutoMLJobV2API
Expand Down
2 changes: 1 addition & 1 deletion service/sagemaker/go_module_metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4d8d26

Please sign in to comment.