Skip to content

Commit d0927fc

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 5e19614 commit d0927fc

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
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 service endpoint metadata."
6+
}

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

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dnsSuffix" : "amazonaws.com",
99
"partition" : "aws",
1010
"partitionName" : "AWS Standard",
11-
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|in)\\-\\w+\\-\\d+$",
11+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af)\\-\\w+\\-\\d+$",
1212
"regions" : {
1313
"af-south-1" : {
1414
"description" : "Africa (Cape Town)"
@@ -55,9 +55,6 @@
5555
"eu-west-3" : {
5656
"description" : "Europe (Paris)"
5757
},
58-
"in-amazon-1" : {
59-
"description" : "India (Begumpet)"
60-
},
6158
"me-south-1" : {
6259
"description" : "Middle East (Bahrain)"
6360
},
@@ -6614,12 +6611,6 @@
66146611
"eu-west-1" : { },
66156612
"eu-west-2" : { },
66166613
"eu-west-3" : { },
6617-
"in-amazon-1" : {
6618-
"credentialScope" : {
6619-
"region" : "ap-south-1"
6620-
},
6621-
"hostname" : "sts.ap-south-1.amazonaws.com"
6622-
},
66236614
"me-south-1" : { },
66246615
"sa-east-1" : { },
66256616
"us-east-1" : { },

0 commit comments

Comments
 (0)