Skip to content

Commit 6167650

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 8632a7f commit 6167650

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
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

+18-2
Original file line numberDiff line numberDiff line change
@@ -4506,6 +4506,7 @@
45064506
"deprecated" : true,
45074507
"hostname" : "ds-fips.us-west-2.amazonaws.com"
45084508
},
4509+
"me-central-1" : { },
45094510
"me-south-1" : { },
45104511
"sa-east-1" : { },
45114512
"us-east-1" : {
@@ -14628,18 +14629,28 @@
1462814629
"eu-central-1" : { },
1462914630
"eu-west-2" : { },
1463014631
"fips-us-east-1" : {
14631-
"deprecated" : true
14632+
"credentialScope" : {
14633+
"region" : "us-east-1"
14634+
},
14635+
"deprecated" : true,
14636+
"hostname" : "voiceid-fips.us-east-1.amazonaws.com"
1463214637
},
1463314638
"fips-us-west-2" : {
14634-
"deprecated" : true
14639+
"credentialScope" : {
14640+
"region" : "us-west-2"
14641+
},
14642+
"deprecated" : true,
14643+
"hostname" : "voiceid-fips.us-west-2.amazonaws.com"
1463514644
},
1463614645
"us-east-1" : {
1463714646
"variants" : [ {
14647+
"hostname" : "voiceid-fips.us-east-1.amazonaws.com",
1463814648
"tags" : [ "fips" ]
1463914649
} ]
1464014650
},
1464114651
"us-west-2" : {
1464214652
"variants" : [ {
14653+
"hostname" : "voiceid-fips.us-west-2.amazonaws.com",
1464314654
"tags" : [ "fips" ]
1464414655
} ]
1464514656
}
@@ -18676,6 +18687,11 @@
1867618687
}
1867718688
}
1867818689
},
18690+
"ingest.timestream" : {
18691+
"endpoints" : {
18692+
"us-gov-west-1" : { }
18693+
}
18694+
},
1867918695
"inspector" : {
1868018696
"endpoints" : {
1868118697
"fips-us-gov-east-1" : {

0 commit comments

Comments
 (0)