Skip to content

Commit 830ce26

Browse files
committed
merge main
2 parents dc7c523 + 325b4ca commit 830ce26

File tree

18 files changed

+2239
-5932
lines changed

18 files changed

+2239
-5932
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [1.5.31] - 09/03/2025
4+
5+
### Features
6+
* (**cleanrooms**) Added support for adding new data provider members to an existing collaboration.
7+
* (**cleanroomsml**) AWS Clean Rooms ML adds log sanitization for privacy-enhanced error summaries, supports new instance types for custom models providing better performance and lower costs, and deprecates P3-series instances.
8+
* (**cloudfront**) Adding an optional field IpAddressType in CustomOriginConfig
9+
* (**mq**) Add CONFIG_MANAGED as a supported AuthenticationStrategy for Amazon MQ for RabbitMQ brokers. Make username and password optional on broker creation for CONFIG_MANAGED brokers.
10+
* (**rds**) This release adds support for MasterUserAuthenticationType parameter on CreateDBInstance, ModifyDBInstance, CreateDBCluster, and ModifyDBCluster operations.
11+
* (**route53**) Amazon Route 53 now supports the Asia Pacific (New Zealand) Region (ap-southeast-6) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
12+
* (**route53domains**) Added new ExtraParams AU_ELIGIBILITY_TYPE, AU_POLICY_REASON, and AU_REGISTRANT_NAME
13+
* (**transcribestreaming**) This release adds support for automatic language identification in AWS Transcribe Call Analytics
14+
15+
## [1.5.30] - 09/02/2025
16+
17+
### Features
18+
* (**ec2**) MaximumEbsAttachments and AttachmentLimitType fields added to DescribeInstanceTypesResponse. G6f, Gr6f, R8i, R8i-flex and p5.4xlarge instance types added to InstanceTypes enum.
19+
* (**neptune**) Removed the deprecated marker from publiclyAccessible parameter from DbInstance, CreateDbInstance and ModifyDbInstance and added relevant usage information for the parameter.
20+
* (**notifications**) Added Org support for notifications: - `ListMemberAccounts` gets member accounts list, `AssociateOrganizationalUnit` links OU to notification configuration, `DisassociateOrganizationalUnit` removes OU from notification configuration, `ListOrganizationalUnits` shows OUs configured for notifications.
21+
* (**workmail**) Make RoleArn an optional parameter for the PutEmailMonitoringConfiguration API, and add UnsupportedOperationException to RegisterToWorkMail.
22+
23+
### Miscellaneous
24+
* Remove SMS service
25+
326
## [1.5.29] - 08/29/2025
427

528
### Features

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19315,6 +19315,8 @@
1931519315
"eu-west-1" : { },
1931619316
"eu-west-2" : { },
1931719317
"eu-west-3" : { },
19318+
"il-central-1" : { },
19319+
"me-central-1" : { },
1931819320
"sa-east-1" : { },
1931919321
"us-east-1" : { },
1932019322
"us-east-2" : { },
@@ -20819,6 +20821,7 @@
2081920821
"ap-southeast-3" : { },
2082020822
"ap-southeast-4" : { },
2082120823
"ap-southeast-5" : { },
20824+
"ap-southeast-6" : { },
2082220825
"ap-southeast-7" : { },
2082320826
"ca-central-1" : { },
2082420827
"ca-west-1" : { },

codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,11 +1399,6 @@ private const val TEST_SUITE_JSON = """
13991399
"services_section_name": "signer",
14001400
"service_envvar_name": "AWS_ENDPOINT_URL_SIGNER"
14011401
},
1402-
{
1403-
"service_id": "SMS",
1404-
"services_section_name": "sms",
1405-
"service_envvar_name": "AWS_ENDPOINT_URL_SMS"
1406-
},
14071402
{
14081403
"service_id": "Pinpoint SMS Voice",
14091404
"services_section_name": "pinpoint_sms_voice",
@@ -1849,7 +1844,6 @@ private const val JAVA_CLIENT_NAMES_JSON = """
18491844
"MemoryDB": "MemoryDbClient",
18501845
"Payment Cryptography": "PaymentCryptographyClient",
18511846
"Cognito Identity": "CognitoIdentityClient",
1852-
"SMS": "SmsClient",
18531847
"OSIS": "OsisClient",
18541848
"Proton": "ProtonClient",
18551849
"ECR PUBLIC": "EcrPublicClient",

0 commit comments

Comments
 (0)