Skip to content

Commit 70acf3e

Browse files
Merging v1.4.115 release
2 parents 7f65512 + 41aa117 commit 70acf3e

File tree

10 files changed

+1086
-382
lines changed

10 files changed

+1086
-382
lines changed

CHANGELOG.md

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

3+
## [1.4.115] - 06/27/2025
4+
5+
### Features
6+
* (**connect**) This release adds the following value to an InitiateAs enum: COMPLETED
7+
* (**glue**) AWS Glue now supports schema, partition and sort management of Apache Iceberg tables using Glue SDK
8+
* (**guardduty**) Update JSON target for Kubernetes workload resource type.
9+
* (**qconnect**) Adding UnauthorizedException to public SDK
10+
* (**rds**) StartDBCluster and StopDBCluster can now throw InvalidDBShardGroupStateFault.
11+
* (**sesv2**) Added support for new SES regions
12+
13+
### Documentation
14+
* (**configservice**) Added important considerations to the PutConformancePack and PutOrganizationConformancPack APIs.
15+
316
## [1.4.114] - 06/26/2025
417

518
### Features

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6639,6 +6639,9 @@
66396639
"connect-campaigns" : {
66406640
"endpoints" : {
66416641
"af-south-1" : { },
6642+
"ap-northeast-1" : { },
6643+
"ap-northeast-2" : { },
6644+
"ap-southeast-1" : { },
66426645
"ap-southeast-2" : { },
66436646
"ca-central-1" : { },
66446647
"eu-central-1" : { },
@@ -10042,6 +10045,7 @@
1004210045
"ap-northeast-2" : { },
1004310046
"ap-northeast-3" : { },
1004410047
"ap-south-1" : { },
10048+
"ap-south-2" : { },
1004510049
"ap-southeast-1" : { },
1004610050
"ap-southeast-2" : { },
1004710051
"ap-southeast-3" : { },
@@ -10052,6 +10056,7 @@
1005210056
} ]
1005310057
},
1005410058
"eu-central-1" : { },
10059+
"eu-central-2" : { },
1005510060
"eu-north-1" : { },
1005610061
"eu-south-1" : { },
1005710062
"eu-west-1" : { },
@@ -10093,6 +10098,7 @@
1009310098
"hostname" : "email-fips.us-west-2.amazonaws.com"
1009410099
},
1009510100
"il-central-1" : { },
10101+
"me-central-1" : { },
1009610102
"me-south-1" : { },
1009710103
"sa-east-1" : { },
1009810104
"us-east-1" : {
@@ -36652,6 +36658,12 @@
3665236658
"us-iso-west-1" : { }
3665336659
}
3665436660
},
36661+
"backup" : {
36662+
"endpoints" : {
36663+
"us-iso-east-1" : { },
36664+
"us-iso-west-1" : { }
36665+
}
36666+
},
3665536667
"batch" : {
3665636668
"endpoints" : {
3665736669
"us-iso-east-1" : { }
@@ -37904,6 +37916,11 @@
3790437916
"us-isob-east-1" : { }
3790537917
}
3790637918
},
37919+
"backup" : {
37920+
"endpoints" : {
37921+
"us-isob-east-1" : { }
37922+
}
37923+
},
3790737924
"batch" : {
3790837925
"endpoints" : {
3790937926
"us-isob-east-1" : { }
@@ -39116,6 +39133,11 @@
3911639133
"eu-isoe-west-1" : { }
3911739134
}
3911839135
},
39136+
"schemas" : {
39137+
"endpoints" : {
39138+
"eu-isoe-west-1" : { }
39139+
}
39140+
},
3911939141
"secretsmanager" : {
3912039142
"endpoints" : {
3912139143
"eu-isoe-west-1" : { }

codegen/sdk/aws-models/config-service.json

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

codegen/sdk/aws-models/connect.json

Lines changed: 27 additions & 21 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)