Skip to content

Commit 165c8b2

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2023-08-04
1 parent aefb878 commit 165c8b2

19 files changed

+46
-48
lines changed

.changelog/0c6737f4728048e7861711ade7317528.json

-8
This file was deleted.

.changelog/1684a41113254cac9a2ba58f66003550.json

-8
This file was deleted.

.changelog/264aa454d5f2483498bc54a5357a500b.json

-8
This file was deleted.

.changelog/7a12b902192740a79eead62ef4bf7849.json

-8
This file was deleted.

.changelog/8fb5852d5ca44db1b379fb6fcfd036f7.json

-8
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release (2023-08-04)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/acmpca`: [v1.22.2](service/acmpca/CHANGELOG.md#v1222-2023-08-04)
5+
* **Documentation**: Documentation correction for AWS Private CA
6+
* `github.com/aws/aws-sdk-go-v2/service/connect`: [v1.64.0](service/connect/CHANGELOG.md#v1640-2023-08-04)
7+
* **Feature**: Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile.
8+
* `github.com/aws/aws-sdk-go-v2/service/datasync`: [v1.28.0](service/datasync/CHANGELOG.md#v1280-2023-08-04)
9+
* **Feature**: Display cloud storage used capacity at a cluster level.
10+
* `github.com/aws/aws-sdk-go-v2/service/ecs`: [v1.29.2](service/ecs/CHANGELOG.md#v1292-2023-08-04)
11+
* **Documentation**: This is a documentation update to address various tickets.
12+
* `github.com/aws/aws-sdk-go-v2/service/sagemaker`: [v1.100.0](service/sagemaker/CHANGELOG.md#v11000-2023-08-04)
13+
* **Feature**: Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object
14+
115
# Release (2023-08-03)
216

317
## Module Highlights

service/acmpca/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.22.2 (2023-08-04)
2+
3+
* **Documentation**: Documentation correction for AWS Private CA
4+
15
# v1.22.1 (2023-08-01)
26

37
* No change notes available for this release.

service/acmpca/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/connect/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.64.0 (2023-08-04)
2+
3+
* **Feature**: Added a new API UpdateRoutingProfileAgentAvailabilityTimer to update agent availability timer of a routing profile.
4+
15
# v1.63.1 (2023-08-01)
26

37
* No change notes available for this release.

service/connect/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/datasync/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.28.0 (2023-08-04)
2+
3+
* **Feature**: Display cloud storage used capacity at a cluster level.
4+
15
# v1.27.1 (2023-08-01)
26

37
* No change notes available for this release.

service/datasync/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/ecs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.29.2 (2023-08-04)
2+
3+
* **Documentation**: This is a documentation update to address various tickets.
4+
15
# v1.29.1 (2023-08-01)
26

37
* No change notes available for this release.

service/ecs/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/integrationtest/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ require (
3333
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.21.1
3434
github.com/aws/aws-sdk-go-v2/service/ec2 v1.110.0
3535
github.com/aws/aws-sdk-go-v2/service/ecr v1.19.1
36-
github.com/aws/aws-sdk-go-v2/service/ecs v1.29.1
36+
github.com/aws/aws-sdk-go-v2/service/ecs v1.29.2
3737
github.com/aws/aws-sdk-go-v2/service/efs v1.21.1
3838
github.com/aws/aws-sdk-go-v2/service/elasticache v1.28.1
3939
github.com/aws/aws-sdk-go-v2/service/elasticbeanstalk v1.16.1
@@ -65,7 +65,7 @@ require (
6565
github.com/aws/aws-sdk-go-v2/service/rekognition v1.30.1
6666
github.com/aws/aws-sdk-go-v2/service/route53 v1.29.1
6767
github.com/aws/aws-sdk-go-v2/service/route53domains v1.16.1
68-
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.19.1
68+
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.19.2
6969
github.com/aws/aws-sdk-go-v2/service/s3 v1.38.1
7070
github.com/aws/aws-sdk-go-v2/service/s3control v1.32.1
7171
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.20.1

service/route53resolver/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.19.2 (2023-08-04)
2+
3+
* No change notes available for this release.
4+
15
# v1.19.1 (2023-08-01)
26

37
* No change notes available for this release.

service/route53resolver/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.100.0 (2023-08-04)
2+
3+
* **Feature**: Including DataCaptureConfig key in the Amazon Sagemaker Search's transform job object
4+
15
# v1.99.0 (2023-08-03)
26

37
* **Feature**: Amazon SageMaker now supports running training jobs on p5.48xlarge instance types.

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.

0 commit comments

Comments
 (0)