Skip to content

Commit b43165f

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 9377773 commit b43165f

File tree

2 files changed

+20
-12
lines changed

2 files changed

+20
-12
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: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3950,7 +3950,7 @@
39503950
"ap-northeast-3" : { },
39513951
"ap-south-1" : {
39523952
"variants" : [ {
3953-
"hostname" : "api.ec2.ap-south-1.aws",
3953+
"hostname" : "ec2.ap-south-1.api.aws",
39543954
"tags" : [ "dualstack" ]
39553955
} ]
39563956
},
@@ -3968,7 +3968,7 @@
39683968
"eu-south-1" : { },
39693969
"eu-west-1" : {
39703970
"variants" : [ {
3971-
"hostname" : "api.ec2.eu-west-1.aws",
3971+
"hostname" : "ec2.eu-west-1.api.aws",
39723972
"tags" : [ "dualstack" ]
39733973
} ]
39743974
},
@@ -4012,26 +4012,26 @@
40124012
"me-south-1" : { },
40134013
"sa-east-1" : {
40144014
"variants" : [ {
4015-
"hostname" : "api.ec2.sa-east-1.aws",
4015+
"hostname" : "ec2.sa-east-1.api.aws",
40164016
"tags" : [ "dualstack" ]
40174017
} ]
40184018
},
40194019
"us-east-1" : {
40204020
"variants" : [ {
4021-
"hostname" : "api.ec2.us-east-1.aws",
4022-
"tags" : [ "dualstack" ]
4023-
}, {
40244021
"hostname" : "ec2-fips.us-east-1.amazonaws.com",
40254022
"tags" : [ "fips" ]
4023+
}, {
4024+
"hostname" : "ec2.us-east-1.api.aws",
4025+
"tags" : [ "dualstack" ]
40264026
} ]
40274027
},
40284028
"us-east-2" : {
40294029
"variants" : [ {
4030-
"hostname" : "api.ec2.us-east-2.aws",
4031-
"tags" : [ "dualstack" ]
4032-
}, {
40334030
"hostname" : "ec2-fips.us-east-2.amazonaws.com",
40344031
"tags" : [ "fips" ]
4032+
}, {
4033+
"hostname" : "ec2.us-east-2.api.aws",
4034+
"tags" : [ "dualstack" ]
40354035
} ]
40364036
},
40374037
"us-west-1" : {
@@ -4042,11 +4042,11 @@
40424042
},
40434043
"us-west-2" : {
40444044
"variants" : [ {
4045-
"hostname" : "api.ec2.us-west-2.aws",
4046-
"tags" : [ "dualstack" ]
4047-
}, {
40484045
"hostname" : "ec2-fips.us-west-2.amazonaws.com",
40494046
"tags" : [ "fips" ]
4047+
}, {
4048+
"hostname" : "ec2.us-west-2.api.aws",
4049+
"tags" : [ "dualstack" ]
40504050
} ]
40514051
}
40524052
}
@@ -6228,6 +6228,7 @@
62286228
},
62296229
"identity-chime" : {
62306230
"endpoints" : {
6231+
"eu-central-1" : { },
62316232
"us-east-1" : {
62326233
"variants" : [ {
62336234
"hostname" : "identity-chime-fips.us-east-1.amazonaws.com",
@@ -8088,6 +8089,7 @@
80888089
},
80898090
"messaging-chime" : {
80908091
"endpoints" : {
8092+
"eu-central-1" : { },
80918093
"us-east-1" : {
80928094
"variants" : [ {
80938095
"hostname" : "messaging-chime-fips.us-east-1.amazonaws.com",

0 commit comments

Comments
 (0)