Skip to content

Commit df3dbf4

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 02e0814 commit df3dbf4

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
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: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@
653653
},
654654
"appsync" : {
655655
"endpoints" : {
656+
"ap-east-1" : { },
656657
"ap-northeast-1" : { },
657658
"ap-northeast-2" : { },
658659
"ap-south-1" : { },
@@ -665,6 +666,7 @@
665666
"eu-west-1" : { },
666667
"eu-west-2" : { },
667668
"eu-west-3" : { },
669+
"me-south-1" : { },
668670
"sa-east-1" : { },
669671
"us-east-1" : { },
670672
"us-east-2" : { },
@@ -2851,6 +2853,7 @@
28512853
},
28522854
"glue" : {
28532855
"endpoints" : {
2856+
"af-south-1" : { },
28542857
"ap-east-1" : { },
28552858
"ap-northeast-1" : { },
28562859
"ap-northeast-2" : { },
@@ -6544,7 +6547,8 @@
65446547
},
65456548
"appsync" : {
65466549
"endpoints" : {
6547-
"cn-north-1" : { }
6550+
"cn-north-1" : { },
6551+
"cn-northwest-1" : { }
65486552
}
65496553
},
65506554
"athena" : {
@@ -8104,6 +8108,17 @@
81048108
"us-gov-west-1" : { }
81058109
}
81068110
},
8111+
"lakeformation" : {
8112+
"endpoints" : {
8113+
"fips-us-gov-west-1" : {
8114+
"credentialScope" : {
8115+
"region" : "us-gov-west-1"
8116+
},
8117+
"hostname" : "lakeformation-fips.us-gov-west-1.amazonaws.com"
8118+
},
8119+
"us-gov-west-1" : { }
8120+
}
8121+
},
81078122
"lambda" : {
81088123
"endpoints" : {
81098124
"fips-us-gov-east-1" : {
@@ -9108,6 +9123,14 @@
91089123
"us-iso-east-1" : { }
91099124
}
91109125
},
9126+
"translate" : {
9127+
"defaults" : {
9128+
"protocols" : [ "https" ]
9129+
},
9130+
"endpoints" : {
9131+
"us-iso-east-1" : { }
9132+
}
9133+
},
91119134
"workspaces" : {
91129135
"endpoints" : {
91139136
"us-iso-east-1" : { }

0 commit comments

Comments
 (0)