Skip to content

Commit be2501c

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent f88c3cb commit be2501c

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"contributor": "",
5+
"description": "Updated endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3779,6 +3779,7 @@
37793779
"ap-south-2" : { },
37803780
"ap-southeast-1" : { },
37813781
"ap-southeast-2" : { },
3782+
"ap-southeast-4" : { },
37823783
"bedrock-ap-northeast-1" : {
37833784
"credentialScope" : {
37843785
"region" : "ap-northeast-1"
@@ -5506,6 +5507,20 @@
55065507
}
55075508
}
55085509
},
5510+
"codeguru-profiler" : {
5511+
"endpoints" : {
5512+
"ap-northeast-1" : { },
5513+
"ap-southeast-1" : { },
5514+
"ap-southeast-2" : { },
5515+
"eu-central-1" : { },
5516+
"eu-north-1" : { },
5517+
"eu-west-1" : { },
5518+
"eu-west-2" : { },
5519+
"us-east-1" : { },
5520+
"us-east-2" : { },
5521+
"us-west-2" : { }
5522+
}
5523+
},
55095524
"codeguru-reviewer" : {
55105525
"endpoints" : {
55115526
"ap-northeast-1" : { },
@@ -27285,6 +27300,7 @@
2728527300
"ap-southeast-3" : { },
2728627301
"ap-southeast-4" : { },
2728727302
"ap-southeast-5" : { },
27303+
"ap-southeast-7" : { },
2728827304
"ca-central-1" : {
2728927305
"variants" : [ {
2729027306
"hostname" : "transfer-fips.ca-central-1.amazonaws.com",
@@ -36707,7 +36723,8 @@
3670736723
},
3670836724
"batch" : {
3670936725
"endpoints" : {
36710-
"us-iso-east-1" : { }
36726+
"us-iso-east-1" : { },
36727+
"us-iso-west-1" : { }
3671136728
}
3671236729
},
3671336730
"bedrock" : {

0 commit comments

Comments
 (0)