Skip to content

Commit 50a0e6d

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 920ba0e commit 50a0e6d

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,6 +1637,28 @@
16371637
"us-west-2" : { }
16381638
}
16391639
},
1640+
"elastic-inference" : {
1641+
"endpoints" : {
1642+
"ap-northeast-1" : {
1643+
"hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
1644+
},
1645+
"ap-northeast-2" : {
1646+
"hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
1647+
},
1648+
"eu-west-1" : {
1649+
"hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
1650+
},
1651+
"us-east-1" : {
1652+
"hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
1653+
},
1654+
"us-east-2" : {
1655+
"hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
1656+
},
1657+
"us-west-2" : {
1658+
"hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
1659+
}
1660+
}
1661+
},
16401662
"elasticache" : {
16411663
"endpoints" : {
16421664
"ap-east-1" : { },

0 commit comments

Comments
 (0)