Skip to content

Commit 3c91347

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent f6ce1c1 commit 3c91347

File tree

2 files changed

+27
-22
lines changed

2 files changed

+27
-22
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 & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,28 @@
347347
}
348348
}
349349
},
350+
"api.elastic-inference" : {
351+
"endpoints" : {
352+
"ap-northeast-1" : {
353+
"hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
354+
},
355+
"ap-northeast-2" : {
356+
"hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
357+
},
358+
"eu-west-1" : {
359+
"hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
360+
},
361+
"us-east-1" : {
362+
"hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
363+
},
364+
"us-east-2" : {
365+
"hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
366+
},
367+
"us-west-2" : {
368+
"hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
369+
}
370+
}
371+
},
350372
"api.mediatailor" : {
351373
"endpoints" : {
352374
"ap-northeast-1" : { },
@@ -1793,28 +1815,6 @@
17931815
"us-west-2" : { }
17941816
}
17951817
},
1796-
"elastic-inference" : {
1797-
"endpoints" : {
1798-
"ap-northeast-1" : {
1799-
"hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
1800-
},
1801-
"ap-northeast-2" : {
1802-
"hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
1803-
},
1804-
"eu-west-1" : {
1805-
"hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
1806-
},
1807-
"us-east-1" : {
1808-
"hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
1809-
},
1810-
"us-east-2" : {
1811-
"hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
1812-
},
1813-
"us-west-2" : {
1814-
"hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
1815-
}
1816-
}
1817-
},
18181818
"elasticache" : {
18191819
"endpoints" : {
18201820
"af-south-1" : { },

0 commit comments

Comments
 (0)