Skip to content

Commit c702091

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 4d4a620 commit c702091

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,12 +580,15 @@
580580
"eu-central-1" : { },
581581
"eu-central-2" : { },
582582
"eu-north-1" : { },
583+
"eu-south-1" : { },
584+
"eu-south-2" : { },
583585
"eu-west-1" : { },
584586
"eu-west-2" : { },
585587
"eu-west-3" : { },
586588
"sa-east-1" : { },
587589
"us-east-1" : { },
588590
"us-east-2" : { },
591+
"us-west-1" : { },
589592
"us-west-2" : { }
590593
}
591594
},
@@ -3111,6 +3114,12 @@
31113114
},
31123115
"hostname" : "bedrock.eu-central-2.amazonaws.com"
31133116
},
3117+
"bedrock-eu-north-1" : {
3118+
"credentialScope" : {
3119+
"region" : "eu-north-1"
3120+
},
3121+
"hostname" : "bedrock.eu-north-1.amazonaws.com"
3122+
},
31143123
"bedrock-eu-west-1" : {
31153124
"credentialScope" : {
31163125
"region" : "eu-west-1"
@@ -3213,6 +3222,12 @@
32133222
},
32143223
"hostname" : "bedrock-runtime.eu-central-2.amazonaws.com"
32153224
},
3225+
"bedrock-runtime-eu-north-1" : {
3226+
"credentialScope" : {
3227+
"region" : "eu-north-1"
3228+
},
3229+
"hostname" : "bedrock-runtime.eu-north-1.amazonaws.com"
3230+
},
32163231
"bedrock-runtime-eu-west-1" : {
32173232
"credentialScope" : {
32183233
"region" : "eu-west-1"
@@ -3306,6 +3321,7 @@
33063321
"ca-central-1" : { },
33073322
"eu-central-1" : { },
33083323
"eu-central-2" : { },
3324+
"eu-north-1" : { },
33093325
"eu-west-1" : { },
33103326
"eu-west-2" : { },
33113327
"eu-west-3" : { },
@@ -36180,6 +36196,12 @@
3618036196
"us-isof-south-1" : { }
3618136197
}
3618236198
},
36199+
"schemas" : {
36200+
"endpoints" : {
36201+
"us-isof-east-1" : { },
36202+
"us-isof-south-1" : { }
36203+
}
36204+
},
3618336205
"secretsmanager" : {
3618436206
"endpoints" : {
3618536207
"us-isof-east-1" : {

0 commit comments

Comments
 (0)