Skip to content

Commit 2c9340e

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent b1ee23d commit 2c9340e

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
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 endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5878,6 +5878,13 @@
58785878
"deprecated" : true,
58795879
"hostname" : "elasticfilesystem-fips.eu-west-3.amazonaws.com"
58805880
},
5881+
"fips-il-central-1" : {
5882+
"credentialScope" : {
5883+
"region" : "il-central-1"
5884+
},
5885+
"deprecated" : true,
5886+
"hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com"
5887+
},
58815888
"fips-me-central-1" : {
58825889
"credentialScope" : {
58835890
"region" : "me-central-1"
@@ -5927,6 +5934,12 @@
59275934
"deprecated" : true,
59285935
"hostname" : "elasticfilesystem-fips.us-west-2.amazonaws.com"
59295936
},
5937+
"il-central-1" : {
5938+
"variants" : [ {
5939+
"hostname" : "elasticfilesystem-fips.il-central-1.amazonaws.com",
5940+
"tags" : [ "fips" ]
5941+
} ]
5942+
},
59305943
"me-central-1" : {
59315944
"variants" : [ {
59325945
"hostname" : "elasticfilesystem-fips.me-central-1.amazonaws.com",
@@ -9955,6 +9968,7 @@
99559968
"deprecated" : true,
99569969
"hostname" : "license-manager-linux-subscriptions-fips.us-west-2.amazonaws.com"
99579970
},
9971+
"il-central-1" : { },
99589972
"me-central-1" : { },
99599973
"me-south-1" : { },
99609974
"sa-east-1" : { },
@@ -14425,6 +14439,7 @@
1442514439
"eu-west-1" : { },
1442614440
"eu-west-2" : { },
1442714441
"eu-west-3" : { },
14442+
"il-central-1" : { },
1442814443
"me-central-1" : { },
1442914444
"me-south-1" : { },
1443014445
"sa-east-1" : { },
@@ -21975,6 +21990,12 @@
2197521990
}
2197621991
}
2197721992
},
21993+
"license-manager-linux-subscriptions" : {
21994+
"endpoints" : {
21995+
"us-gov-east-1" : { },
21996+
"us-gov-west-1" : { }
21997+
}
21998+
},
2197821999
"logs" : {
2197922000
"endpoints" : {
2198022001
"fips-us-gov-east-1" : {

0 commit comments

Comments
 (0)