Skip to content

Commit 1dbeadb

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 3004def commit 1dbeadb

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
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

+9-2
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@
11321132
"us-west-2" : { }
11331133
}
11341134
},
1135-
"cloudcontrol" : {
1135+
"cloudcontrolapi" : {
11361136
"endpoints" : {
11371137
"af-south-1" : { },
11381138
"ap-east-1" : { },
@@ -3875,6 +3875,7 @@
38753875
"endpoints" : {
38763876
"ap-northeast-1" : { },
38773877
"ap-northeast-2" : { },
3878+
"ap-south-1" : { },
38783879
"ap-southeast-1" : { },
38793880
"ap-southeast-2" : { },
38803881
"eu-central-1" : { },
@@ -3899,6 +3900,12 @@
38993900
},
39003901
"hostname" : "data.iotevents.ap-northeast-2.amazonaws.com"
39013902
},
3903+
"ap-south-1" : {
3904+
"credentialScope" : {
3905+
"region" : "ap-south-1"
3906+
},
3907+
"hostname" : "data.iotevents.ap-south-1.amazonaws.com"
3908+
},
39023909
"ap-southeast-1" : {
39033910
"credentialScope" : {
39043911
"region" : "ap-southeast-1"
@@ -9038,7 +9045,7 @@
90389045
"us-gov-west-1" : { }
90399046
}
90409047
},
9041-
"cloudcontrol" : {
9048+
"cloudcontrolapi" : {
90429049
"endpoints" : {
90439050
"fips-us-gov-east-1" : {
90449051
"credentialScope" : {

0 commit comments

Comments
 (0)