Skip to content

Commit ab402f8

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 6abd949 commit ab402f8

File tree

2 files changed

+30
-0
lines changed

2 files changed

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

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3272,6 +3272,7 @@
32723272
"ca-central-1" : { },
32733273
"eu-central-1" : { },
32743274
"eu-north-1" : { },
3275+
"eu-south-1" : { },
32753276
"eu-west-1" : { },
32763277
"eu-west-2" : { },
32773278
"eu-west-3" : { },
@@ -4010,6 +4011,24 @@
40104011
},
40114012
"oidc" : {
40124013
"endpoints" : {
4014+
"ap-northeast-1" : {
4015+
"credentialScope" : {
4016+
"region" : "ap-northeast-1"
4017+
},
4018+
"hostname" : "oidc.ap-northeast-1.amazonaws.com"
4019+
},
4020+
"ap-northeast-2" : {
4021+
"credentialScope" : {
4022+
"region" : "ap-northeast-2"
4023+
},
4024+
"hostname" : "oidc.ap-northeast-2.amazonaws.com"
4025+
},
4026+
"ap-south-1" : {
4027+
"credentialScope" : {
4028+
"region" : "ap-south-1"
4029+
},
4030+
"hostname" : "oidc.ap-south-1.amazonaws.com"
4031+
},
40134032
"ap-southeast-1" : {
40144033
"credentialScope" : {
40154034
"region" : "ap-southeast-1"
@@ -7527,6 +7546,12 @@
75277546
}
75287547
}
75297548
},
7549+
"ebs" : {
7550+
"endpoints" : {
7551+
"us-gov-east-1" : { },
7552+
"us-gov-west-1" : { }
7553+
}
7554+
},
75307555
"ec2" : {
75317556
"endpoints" : {
75327557
"us-gov-east-1" : {

0 commit comments

Comments
 (0)