Skip to content

Commit 745d518

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent d08da54 commit 745d518

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16837,8 +16837,10 @@
1683716837
},
1683816838
"sms-voice" : {
1683916839
"endpoints" : {
16840+
"af-south-1" : { },
1684016841
"ap-northeast-1" : { },
1684116842
"ap-northeast-2" : { },
16843+
"ap-northeast-3" : { },
1684216844
"ap-south-1" : { },
1684316845
"ap-south-2" : { },
1684416846
"ap-southeast-1" : { },
@@ -16853,9 +16855,12 @@
1685316855
},
1685416856
"eu-central-1" : { },
1685516857
"eu-central-2" : { },
16858+
"eu-north-1" : { },
16859+
"eu-south-1" : { },
1685616860
"eu-south-2" : { },
1685716861
"eu-west-1" : { },
1685816862
"eu-west-2" : { },
16863+
"eu-west-3" : { },
1685916864
"fips-ca-central-1" : {
1686016865
"credentialScope" : {
1686116866
"region" : "ca-central-1"
@@ -16870,6 +16875,20 @@
1687016875
"deprecated" : true,
1687116876
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com"
1687216877
},
16878+
"fips-us-east-2" : {
16879+
"credentialScope" : {
16880+
"region" : "us-east-2"
16881+
},
16882+
"deprecated" : true,
16883+
"hostname" : "sms-voice-fips.us-east-2.amazonaws.com"
16884+
},
16885+
"fips-us-west-1" : {
16886+
"credentialScope" : {
16887+
"region" : "us-west-1"
16888+
},
16889+
"deprecated" : true,
16890+
"hostname" : "sms-voice-fips.us-west-1.amazonaws.com"
16891+
},
1687316892
"fips-us-west-2" : {
1687416893
"credentialScope" : {
1687516894
"region" : "us-west-2"
@@ -16879,12 +16898,26 @@
1687916898
},
1688016899
"il-central-1" : { },
1688116900
"me-central-1" : { },
16901+
"me-south-1" : { },
16902+
"sa-east-1" : { },
1688216903
"us-east-1" : {
1688316904
"variants" : [ {
1688416905
"hostname" : "sms-voice-fips.us-east-1.amazonaws.com",
1688516906
"tags" : [ "fips" ]
1688616907
} ]
1688716908
},
16909+
"us-east-2" : {
16910+
"variants" : [ {
16911+
"hostname" : "sms-voice-fips.us-east-2.amazonaws.com",
16912+
"tags" : [ "fips" ]
16913+
} ]
16914+
},
16915+
"us-west-1" : {
16916+
"variants" : [ {
16917+
"hostname" : "sms-voice-fips.us-west-1.amazonaws.com",
16918+
"tags" : [ "fips" ]
16919+
} ]
16920+
},
1688816921
"us-west-2" : {
1688916922
"variants" : [ {
1689016923
"hostname" : "sms-voice-fips.us-west-2.amazonaws.com",
@@ -25560,13 +25593,26 @@
2556025593
},
2556125594
"sms-voice" : {
2556225595
"endpoints" : {
25596+
"fips-us-gov-east-1" : {
25597+
"credentialScope" : {
25598+
"region" : "us-gov-east-1"
25599+
},
25600+
"deprecated" : true,
25601+
"hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com"
25602+
},
2556325603
"fips-us-gov-west-1" : {
2556425604
"credentialScope" : {
2556525605
"region" : "us-gov-west-1"
2556625606
},
2556725607
"deprecated" : true,
2556825608
"hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com"
2556925609
},
25610+
"us-gov-east-1" : {
25611+
"variants" : [ {
25612+
"hostname" : "sms-voice-fips.us-gov-east-1.amazonaws.com",
25613+
"tags" : [ "fips" ]
25614+
} ]
25615+
},
2557025616
"us-gov-west-1" : {
2557125617
"variants" : [ {
2557225618
"hostname" : "sms-voice-fips.us-gov-west-1.amazonaws.com",

0 commit comments

Comments
 (0)