Skip to content

Commit e0b20b5

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent a0bfdd8 commit e0b20b5

File tree

2 files changed

+71
-5
lines changed

2 files changed

+71
-5
lines changed
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

+65-5
Original file line numberDiff line numberDiff line change
@@ -18987,7 +18987,12 @@
1898718987
"ap-southeast-2" : { },
1898818988
"ap-southeast-3" : { },
1898918989
"ap-southeast-4" : { },
18990-
"ca-central-1" : { },
18990+
"ca-central-1" : {
18991+
"variants" : [ {
18992+
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com",
18993+
"tags" : [ "fips" ]
18994+
} ]
18995+
},
1899118996
"eu-central-1" : { },
1899218997
"eu-central-2" : { },
1899318998
"eu-north-1" : { },
@@ -18996,13 +19001,68 @@
1899619001
"eu-west-1" : { },
1899719002
"eu-west-2" : { },
1899819003
"eu-west-3" : { },
19004+
"fips-ca-central-1" : {
19005+
"credentialScope" : {
19006+
"region" : "ca-central-1"
19007+
},
19008+
"deprecated" : true,
19009+
"hostname" : "verifiedpermissions-fips.ca-central-1.amazonaws.com"
19010+
},
19011+
"fips-us-east-1" : {
19012+
"credentialScope" : {
19013+
"region" : "us-east-1"
19014+
},
19015+
"deprecated" : true,
19016+
"hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com"
19017+
},
19018+
"fips-us-east-2" : {
19019+
"credentialScope" : {
19020+
"region" : "us-east-2"
19021+
},
19022+
"deprecated" : true,
19023+
"hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com"
19024+
},
19025+
"fips-us-west-1" : {
19026+
"credentialScope" : {
19027+
"region" : "us-west-1"
19028+
},
19029+
"deprecated" : true,
19030+
"hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com"
19031+
},
19032+
"fips-us-west-2" : {
19033+
"credentialScope" : {
19034+
"region" : "us-west-2"
19035+
},
19036+
"deprecated" : true,
19037+
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com"
19038+
},
1899919039
"me-central-1" : { },
1900019040
"me-south-1" : { },
1900119041
"sa-east-1" : { },
19002-
"us-east-1" : { },
19003-
"us-east-2" : { },
19004-
"us-west-1" : { },
19005-
"us-west-2" : { }
19042+
"us-east-1" : {
19043+
"variants" : [ {
19044+
"hostname" : "verifiedpermissions-fips.us-east-1.amazonaws.com",
19045+
"tags" : [ "fips" ]
19046+
} ]
19047+
},
19048+
"us-east-2" : {
19049+
"variants" : [ {
19050+
"hostname" : "verifiedpermissions-fips.us-east-2.amazonaws.com",
19051+
"tags" : [ "fips" ]
19052+
} ]
19053+
},
19054+
"us-west-1" : {
19055+
"variants" : [ {
19056+
"hostname" : "verifiedpermissions-fips.us-west-1.amazonaws.com",
19057+
"tags" : [ "fips" ]
19058+
} ]
19059+
},
19060+
"us-west-2" : {
19061+
"variants" : [ {
19062+
"hostname" : "verifiedpermissions-fips.us-west-2.amazonaws.com",
19063+
"tags" : [ "fips" ]
19064+
} ]
19065+
}
1900619066
}
1900719067
},
1900819068
"voice-chime" : {

0 commit comments

Comments
 (0)