Skip to content

Commit

Permalink
Release 2022-09-15
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS SDK for Go v2 automation user committed Sep 15, 2022
1 parent 4581c25 commit 2b39e1e
Show file tree
Hide file tree
Showing 35 changed files with 85 additions and 48 deletions.
8 changes: 0 additions & 8 deletions .changelog/23b7c5c1b25a4d41b56399ea71d13b3e.json

This file was deleted.

8 changes: 0 additions & 8 deletions .changelog/50e3ab951fec4a7f99cd9a9e0a4d08c6.json

This file was deleted.

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

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release (2022-09-15)

## General Highlights
* **Dependency Update**: Updated to the latest SDK module versions

## Module Highlights
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.17.0](service/dynamodb/CHANGELOG.md#v1170-2022-09-15)
* **Feature**: Increased DynamoDB transaction limit from 25 to 100.
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.56.0](service/ec2/CHANGELOG.md#v1560-2022-09-15)
* **Feature**: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.43.0](service/sagemaker/CHANGELOG.md#v1430-2022-09-15)
* **Feature**: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.

# Release (2022-09-14)

## General Highlights
Expand Down
2 changes: 1 addition & 1 deletion example/service/dynamodb/createTable/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.15
github.com/aws/aws-sdk-go-v2/config v1.17.6
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 2 additions & 2 deletions example/service/dynamodb/scanItems/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.15
require (
github.com/aws/aws-sdk-go-v2 v1.16.15
github.com/aws/aws-sdk-go-v2/config v1.17.6
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.17
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.18
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0
)

replace github.com/aws/aws-sdk-go-v2 => ../../../../
Expand Down
4 changes: 4 additions & 0 deletions feature/dynamodb/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.18 (2022-09-15)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.9.17 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.15
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.19
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/attributevalue/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 feature/dynamodb/expression/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.4.24 (2022-09-15)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.4.23 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
4 changes: 2 additions & 2 deletions feature/dynamodb/expression/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.15
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.17
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.9.18
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0
github.com/google/go-cmp v0.5.8
)

Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodb/expression/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 feature/dynamodbstreams/attributevalue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.9.18 (2022-09-15)

* **Dependency Update**: Updated to the latest SDK module versions

# v1.9.17 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion feature/dynamodbstreams/attributevalue/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/aws/aws-sdk-go-v2 v1.16.15
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.13.19
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
Expand Down

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

4 changes: 4 additions & 0 deletions service/connectparticipant/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.1 (2022-09-15)

* No change notes available for this release.

# v1.12.0 (2022-09-14)

* **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
Expand Down
2 changes: 1 addition & 1 deletion service/connectparticipant/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/devopsguru/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.18.9 (2022-09-15)

* No change notes available for this release.

# v1.18.8 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/devopsguru/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/dynamodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.17.0 (2022-09-15)

* **Feature**: Increased DynamoDB transaction limit from 25 to 100.

# v1.16.5 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/dynamodb/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.56.0 (2022-09-15)

* **Feature**: This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.

# v1.55.0 (2022-09-14)

* **Feature**: Documentation updates for Amazon EC2.
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.

2 changes: 1 addition & 1 deletion service/internal/benchmark/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.15
require (
github.com/aws/aws-sdk-go v1.44.28
github.com/aws/aws-sdk-go-v2 v1.16.15
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.12.16
github.com/aws/aws-sdk-go-v2/service/s3 v1.27.10
github.com/aws/aws-sdk-go-v2/service/schemas v1.14.16
Expand Down
8 changes: 4 additions & 4 deletions service/internal/integrationtest/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ require (
github.com/aws/aws-sdk-go-v2/service/directconnect v1.17.17
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.14.10
github.com/aws/aws-sdk-go-v2/service/docdb v1.19.10
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.16.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.55.0
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.17.0
github.com/aws/aws-sdk-go-v2/service/ec2 v1.56.0
github.com/aws/aws-sdk-go-v2/service/ecr v1.17.17
github.com/aws/aws-sdk-go-v2/service/ecs v1.18.20
github.com/aws/aws-sdk-go-v2/service/efs v1.17.14
Expand Down Expand Up @@ -74,7 +74,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/sfn v1.14.0
github.com/aws/aws-sdk-go-v2/service/shield v1.17.8
github.com/aws/aws-sdk-go-v2/service/sms v1.12.17
github.com/aws/aws-sdk-go-v2/service/snowball v1.15.16
github.com/aws/aws-sdk-go-v2/service/snowball v1.15.17
github.com/aws/aws-sdk-go-v2/service/sns v1.18.0
github.com/aws/aws-sdk-go-v2/service/sqs v1.19.9
github.com/aws/aws-sdk-go-v2/service/ssm v1.28.0
Expand All @@ -85,7 +85,7 @@ require (
github.com/aws/aws-sdk-go-v2/service/waf v1.11.16
github.com/aws/aws-sdk-go-v2/service/wafregional v1.12.17
github.com/aws/aws-sdk-go-v2/service/wafv2 v1.22.7
github.com/aws/aws-sdk-go-v2/service/workspaces v1.22.7
github.com/aws/aws-sdk-go-v2/service/workspaces v1.22.8
github.com/aws/smithy-go v1.13.3
github.com/google/go-cmp v0.5.8
)
Expand Down
4 changes: 4 additions & 0 deletions service/managedblockchain/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.12.17 (2022-09-15)

* No change notes available for this release.

# v1.12.16 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/managedblockchain/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/rolesanywhere/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.9 (2022-09-15)

* No change notes available for this release.

# v1.0.8 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/rolesanywhere/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/sagemaker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.43.0 (2022-09-15)

* **Feature**: Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.

# v1.42.0 (2022-09-14)

* **Feature**: Fixed a bug in the API client generation which caused some operation parameters to be incorrectly generated as value types instead of pointer types. The service API always required these affected parameters to be nilable. This fixes the SDK client to match the expectations of the the service API.
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.

4 changes: 4 additions & 0 deletions service/snowball/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.15.17 (2022-09-15)

* No change notes available for this release.

# v1.15.16 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/snowball/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/workspaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.22.8 (2022-09-15)

* No change notes available for this release.

# v1.22.7 (2022-09-14)

* **Dependency Update**: Updated to the latest SDK module versions
Expand Down
2 changes: 1 addition & 1 deletion service/workspaces/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 2b39e1e

Please sign in to comment.