Skip to content

Commit 50ba45c

Browse files
author
AWS SDK for Go v2 automation user
committed
Release 2024-11-15.2
1 parent 444bdff commit 50ba45c

33 files changed

+76
-102
lines changed

.changelog/1306bba2c2b2401da1005bb77ec7161a.json

-8
This file was deleted.

.changelog/1ae49e4147b040ea9c2f01d958d2ae1b.json

-8
This file was deleted.

.changelog/3f9575d713c144a1a967955c25061925.json

-8
This file was deleted.

.changelog/41575353444b40ffbf474f4155544f00.json

-8
This file was deleted.

.changelog/6657e1196ca04ef6b7895f379a042562.json

-8
This file was deleted.

.changelog/6949b29dab2347af91bf4a40113dda18.json

-8
This file was deleted.

.changelog/6e4a3b8e6d7540dfb3708c81d5bb3f1b.json

-8
This file was deleted.

.changelog/71abdd3038ad4e99b6e511bb6da659d4.json

-8
This file was deleted.

.changelog/752e79e145e74d6dab8b0084f37af574.json

-8
This file was deleted.

.changelog/8b6434e8a3cc40eb903a9c14638072ba.json

-8
This file was deleted.

.changelog/91a729c9dfeb4b7eaf7fec18e6a2c4af.json

-8
This file was deleted.

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# Release (2024-11-15.2)
2+
3+
## Module Highlights
4+
* `github.com/aws/aws-sdk-go-v2/service/cloudwatch`: [v1.43.0](service/cloudwatch/CHANGELOG.md#v1430-2024-11-152)
5+
* **Feature**: Adds support for adding related Entity information to metrics ingested through PutMetricData.
6+
* `github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2`: [v1.0.0](service/connectcampaignsv2/CHANGELOG.md#v100-2024-11-152)
7+
* **Release**: New AWS service client module
8+
* **Feature**: Added Amazon Connect Outbound Campaigns V2 SDK.
9+
* `github.com/aws/aws-sdk-go-v2/service/datasync`: [v1.43.3](service/datasync/CHANGELOG.md#v1433-2024-11-152)
10+
* **Documentation**: Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.
11+
* `github.com/aws/aws-sdk-go-v2/service/ec2`: [v1.189.0](service/ec2/CHANGELOG.md#v11890-2024-11-152)
12+
* **Feature**: Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
13+
* `github.com/aws/aws-sdk-go-v2/service/iot`: [v1.60.0](service/iot/CHANGELOG.md#v1600-2024-11-152)
14+
* **Feature**: This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints.
15+
* `github.com/aws/aws-sdk-go-v2/service/outposts`: [v1.47.0](service/outposts/CHANGELOG.md#v1470-2024-11-152)
16+
* **Feature**: You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront.
17+
* `github.com/aws/aws-sdk-go-v2/service/pinpointsmsvoicev2`: [v1.18.0](service/pinpointsmsvoicev2/CHANGELOG.md#v1180-2024-11-152)
18+
* **Feature**: Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.
19+
* `github.com/aws/aws-sdk-go-v2/service/route53resolver`: [v1.34.0](service/route53resolver/CHANGELOG.md#v1340-2024-11-152)
20+
* **Feature**: Route 53 Resolver DNS Firewall Advanced Rules allows you to monitor and block suspicious DNS traffic based on anomalies detected in the queries, such as DNS tunneling and Domain Generation Algorithms (DGAs).
21+
122
# Release (2024-11-15)
223

324
## Module Highlights

service/cloudwatch/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.43.0 (2024-11-15.2)
2+
3+
* **Feature**: Adds support for adding related Entity information to metrics ingested through PutMetricData.
4+
15
# v1.42.4 (2024-11-06)
26

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

service/cloudwatch/go_module_metadata.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# v1.0.0 (2024-11-15.2)
2+
3+
* **Release**: New AWS service client module
4+
* **Feature**: Added Amazon Connect Outbound Campaigns V2 SDK.
5+

service/connectcampaignsv2/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.43.3 (2024-11-15.2)
2+
3+
* **Documentation**: Doc-only updates and enhancements related to creating DataSync tasks and describing task executions.
4+
15
# v1.43.2 (2024-11-07)
26

37
* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses

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/ec2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.189.0 (2024-11-15.2)
2+
3+
* **Feature**: Remove non-functional enum variants for FleetCapacityReservationUsageStrategy
4+
15
# v1.188.0 (2024-11-13)
26

37
* **Feature**: This release adds the source AMI details in DescribeImages API

service/ec2/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/emrcontainers/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.33.6 (2024-11-15.2)
2+
3+
* No change notes available for this release.
4+
15
# v1.33.5 (2024-11-07)
26

37
* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses

service/emrcontainers/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

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/aws/aws-sdk-go-v2/service/cloudfront v1.41.0
1616
github.com/aws/aws-sdk-go-v2/service/cloudhsmv2 v1.27.6
1717
github.com/aws/aws-sdk-go-v2/service/cloudtrail v1.45.0
18-
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.42.4
18+
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.43.0
1919
github.com/aws/aws-sdk-go-v2/service/codebuild v1.49.0
2020
github.com/aws/aws-sdk-go-v2/service/codecommit v1.27.5
2121
github.com/aws/aws-sdk-go-v2/service/codedeploy v1.29.5
@@ -29,7 +29,7 @@ require (
2929
github.com/aws/aws-sdk-go-v2/service/directoryservice v1.30.6
3030
github.com/aws/aws-sdk-go-v2/service/docdb v1.39.4
3131
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.0
32-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.188.0
32+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.189.0
3333
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.5
3434
github.com/aws/aws-sdk-go-v2/service/ecs v1.49.2
3535
github.com/aws/aws-sdk-go-v2/service/efs v1.33.5
@@ -47,7 +47,7 @@ require (
4747
github.com/aws/aws-sdk-go-v2/service/health v1.28.5
4848
github.com/aws/aws-sdk-go-v2/service/iam v1.38.0
4949
github.com/aws/aws-sdk-go-v2/service/inspector v1.25.5
50-
github.com/aws/aws-sdk-go-v2/service/iot v1.59.5
50+
github.com/aws/aws-sdk-go-v2/service/iot v1.60.0
5151
github.com/aws/aws-sdk-go-v2/service/kinesis v1.32.5
5252
github.com/aws/aws-sdk-go-v2/service/kms v1.37.5
5353
github.com/aws/aws-sdk-go-v2/service/lambda v1.66.0
@@ -61,7 +61,7 @@ require (
6161
github.com/aws/aws-sdk-go-v2/service/rekognition v1.45.6
6262
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.1
6363
github.com/aws/aws-sdk-go-v2/service/route53domains v1.27.5
64-
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.33.3
64+
github.com/aws/aws-sdk-go-v2/service/route53resolver v1.34.0
6565
github.com/aws/aws-sdk-go-v2/service/s3 v1.67.0
6666
github.com/aws/aws-sdk-go-v2/service/s3control v1.50.0
6767
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.5

service/iot/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.60.0 (2024-11-15.2)
2+
3+
* **Feature**: This release allows AWS IoT Core users to enrich MQTT messages with propagating attributes, to associate a thing to a connection, and to enable Online Certificate Status Protocol (OCSP) stapling for TLS X.509 server certificates through private endpoints.
4+
15
# v1.59.5 (2024-11-07)
26

37
* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses

service/iot/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/outposts/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.47.0 (2024-11-15.2)
2+
3+
* **Feature**: You can now purchase AWS Outposts rack or server capacity for a 5-year term with one of the following payment options: All Upfront, Partial Upfront, and No Upfront.
4+
15
# v1.46.0 (2024-11-11)
26

37
* **Feature**: This release updates StartCapacityTask to allow an active Outpost to be modified. It also adds a new API to list all running EC2 instances on the Outpost.

service/outposts/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/pinpointsmsvoicev2/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.18.0 (2024-11-15.2)
2+
3+
* **Feature**: Use rule overrides to always allow or always block messages to specific phone numbers. Use message feedback to monitor if a customer interacts with your message.
4+
15
# v1.17.0 (2024-11-08)
26

37
* **Feature**: Added the RequiresAuthenticationTimestamp field to the RegistrationVersionStatusHistory data type.

service/pinpointsmsvoicev2/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/route53resolver/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.34.0 (2024-11-15.2)
2+
3+
* **Feature**: Route 53 Resolver DNS Firewall Advanced Rules allows you to monitor and block suspicious DNS traffic based on anomalies detected in the queries, such as DNS tunneling and Domain Generation Algorithms (DGAs).
4+
15
# v1.33.3 (2024-11-07)
26

37
* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses

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/transfer/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.53.4 (2024-11-15.2)
2+
3+
* No change notes available for this release.
4+
15
# v1.53.3 (2024-11-07)
26

37
* **Bug Fix**: Adds case-insensitive handling of error message fields in service responses

service/transfer/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)