Skip to content

Commit e3a3d53

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 4520d5c commit e3a3d53

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14700,8 +14700,18 @@
1470014700
},
1470114701
"firehose" : {
1470214702
"endpoints" : {
14703-
"cn-north-1" : { },
14704-
"cn-northwest-1" : { }
14703+
"cn-north-1" : {
14704+
"variants" : [ {
14705+
"hostname" : "firehose.cn-north-1.api.amazonwebservices.com.cn",
14706+
"tags" : [ "dualstack" ]
14707+
} ]
14708+
},
14709+
"cn-northwest-1" : {
14710+
"variants" : [ {
14711+
"hostname" : "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
14712+
"tags" : [ "dualstack" ]
14713+
} ]
14714+
}
1470514715
}
1470614716
},
1470714717
"fms" : {

0 commit comments

Comments
 (0)