Skip to content

Commit 71d2bb8

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 6a62ed6 commit 71d2bb8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
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

+10-1
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)\\-\\w+\\-\\d+$",
11+
"regionRegex" : "^(us|eu|ap|sa|ca|me|af|in)\\-\\w+\\-\\d+$",
1212
"regions" : {
1313
"af-south-1" : {
1414
"description" : "Africa (Cape Town)"
@@ -55,6 +55,9 @@
5555
"eu-west-3" : {
5656
"description" : "Europe (Paris)"
5757
},
58+
"in-amazon-1" : {
59+
"description" : "India (Begumpet)"
60+
},
5861
"me-south-1" : {
5962
"description" : "Middle East (Bahrain)"
6063
},
@@ -6611,6 +6614,12 @@
66116614
"eu-west-1" : { },
66126615
"eu-west-2" : { },
66136616
"eu-west-3" : { },
6617+
"in-amazon-1" : {
6618+
"credentialScope" : {
6619+
"region" : "ap-south-1"
6620+
},
6621+
"hostname" : "sts.ap-south-1.amazonaws.com"
6622+
},
66146623
"me-south-1" : { },
66156624
"sa-east-1" : { },
66166625
"us-east-1" : { },

0 commit comments

Comments
 (0)