Skip to content

Commit 786e8a6

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-09-09
1 parent a32bbb3 commit 786e8a6

34 files changed

+79
-68
lines changed

.changelog/1239387728454e7599538183f6211fd2.json

-8
This file was deleted.

.changelog/12cdb8215cd84b40a465ec3fc84d63e8.json

-8
This file was deleted.

.changelog/191ea173674d45d1b80d79e442bc58b0.json

-8
This file was deleted.

.changelog/6a62b910d7f84bb0b5251f62d6be480f.json

-8
This file was deleted.

.changelog/91b63efb12384b3abd22daca883abf75.json

-8
This file was deleted.

.changelog/ee0e541b300648a5be1807d6ea187032.json

-8
This file was deleted.

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Release (2024-09-09)
2+
3+
## General Highlights
4+
* **Dependency Update**: Updated to the latest SDK module versions
5+
6+
## Module Highlights
7+
* `github.com/aws/aws-sdk-go-v2/service/dynamodb`: [v1.34.9](service/dynamodb/CHANGELOG.md#v1349-2024-09-09)
8+
* **Documentation**: Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
9+
* `github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2`: [v1.36.0](service/elasticloadbalancingv2/CHANGELOG.md#v1360-2024-09-09)
10+
* **Feature**: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
11+
* `github.com/aws/aws-sdk-go-v2/service/ivsrealtime`: [v1.17.0](service/ivsrealtime/CHANGELOG.md#v1170-2024-09-09)
12+
* **Feature**: IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
13+
* `github.com/aws/aws-sdk-go-v2/service/kafka`: [v1.36.0](service/kafka/CHANGELOG.md#v1360-2024-09-09)
14+
* **Feature**: Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
15+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.157.0](service/sagemaker/CHANGELOG.md#v11570-2024-09-09)
16+
* **Feature**: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
17+
* `github.com/aws/aws-sdk-go-v2/service/sagemakerruntime`: [v1.30.0](service/sagemakerruntime/CHANGELOG.md#v1300-2024-09-09)
18+
* **Feature**: AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.
19+
120
# Release (2024-09-06)
221

322
## Module Highlights

example/service/dynamodb/createTable/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.5
77
github.com/aws/aws-sdk-go-v2/config v1.27.33
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
99
)
1010

1111
require (

example/service/dynamodb/scanItems/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.5
77
github.com/aws/aws-sdk-go-v2/config v1.27.33
8-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.2
9-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
8+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.3
9+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
1010
)
1111

1212
require (

feature/dynamodb/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.15.3 (2024-09-09)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.15.2 (2024-09-04)
26

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

feature/dynamodb/attributevalue/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.5
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.7
99
)
1010

feature/dynamodb/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feature/dynamodb/expression/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.7.38 (2024-09-09)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.7.37 (2024-09-04)
26

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

feature/dynamodb/expression/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.5
7-
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.2
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
7+
github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue v1.15.3
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
99
)
1010

1111
require (

feature/dynamodb/expression/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feature/dynamodbstreams/attributevalue/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.14.9 (2024-09-09)
2+
3+
* **Dependency Update**: Updated to the latest SDK module versions
4+
15
# v1.14.8 (2024-09-06)
26

37
* No change notes available for this release.

feature/dynamodbstreams/attributevalue/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.21
44

55
require (
66
github.com/aws/aws-sdk-go-v2 v1.30.5
7-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
7+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
88
github.com/aws/aws-sdk-go-v2/service/dynamodbstreams v1.22.7
99
)
1010

feature/dynamodbstreams/attributevalue/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/appmesh/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.27.7 (2024-09-09)
2+
3+
* No change notes available for this release.
4+
15
# v1.27.6 (2024-09-04)
26

37
* No change notes available for this release.

service/appmesh/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/dynamodb/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.9 (2024-09-09)
2+
3+
* **Documentation**: Doc-only update for DynamoDB. Added information about async behavior for TagResource and UntagResource APIs and updated the description of ResourceInUseException.
4+
15
# v1.34.8 (2024-09-04)
26

37
* No change notes available for this release.

service/dynamodb/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/elasticloadbalancingv2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2024-09-09)
2+
3+
* **Feature**: Add paginators for the ELBv2 DescribeListenerCertificates and DescribeRules APIs. Fix broken waiter for the ELBv2 DescribeLoadBalancers API.
4+
15
# v1.35.1 (2024-09-04)
26

37
* No change notes available for this release.

service/elasticloadbalancingv2/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/internal/benchmark/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/aws/aws-sdk-go v1.44.28
77
github.com/aws/aws-sdk-go-v2 v1.30.5
8-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
8+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
99
github.com/aws/aws-sdk-go-v2/service/lexruntimeservice v1.22.6
1010
github.com/aws/aws-sdk-go-v2/service/s3 v1.61.2
1111
github.com/aws/aws-sdk-go-v2/service/schemas v1.26.6

service/internal/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directconnect v1.27.9
3030
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.27.6
3131
github.com/aws/aws-sdk-go-v2/service/docdb v1.37.3
32-
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.8
32+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.34.9
3333
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.2
3434
github.com/aws/aws-sdk-go-v2/service/ecr v1.32.4
3535
github.com/aws/aws-sdk-go-v2/service/ecs v1.45.4
3636
github.com/aws/aws-sdk-go-v2/service/efs v1.31.6
3737
github.com/aws/aws-sdk-go-v2/service/elasticache v1.40.9
3838
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.26.6
3939
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancing v1.26.7
40-
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.35.1
40+
github.com/aws/aws-sdk-go-v2/service/elasticloadbalancingv2 v1.36.0
4141
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice v1.30.7
4242
github.com/aws/aws-sdk-go-v2/service/elastictranscoder v1.25.6
4343
github.com/aws/aws-sdk-go-v2/service/emr v1.42.6

service/ivsrealtime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.17.0 (2024-09-09)
2+
3+
* **Feature**: IVS Real-Time now offers customers the ability to broadcast to Stages using RTMP(S).
4+
15
# v1.16.6 (2024-09-04)
26

37
* No change notes available for this release.

service/ivsrealtime/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/kafka/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.36.0 (2024-09-09)
2+
3+
* **Feature**: Amazon MSK Replicator can now replicate data to identically named topics between MSK clusters within the same AWS Region or across different AWS Regions.
4+
15
# v1.35.6 (2024-09-04)
26

37
* No change notes available for this release.

service/kafka/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/sagemaker/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.157.0 (2024-09-09)
2+
3+
* **Feature**: Amazon Sagemaker supports orchestrating SageMaker HyperPod clusters with Amazon EKS
4+
15
# v1.156.0 (2024-09-05)
26

37
* **Feature**: Amazon SageMaker now supports idle shutdown of JupyterLab and CodeEditor applications on SageMaker Studio.

service/sagemaker/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

service/sagemakerruntime/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.30.0 (2024-09-09)
2+
3+
* **Feature**: AWS SageMaker Runtime feature: Add sticky routing to support stateful inference models.
4+
15
# v1.29.6 (2024-09-04)
26

37
* No change notes available for this release.

service/sagemakerruntime/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)