Skip to content

Commit 8351853

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent e274db4 commit 8351853

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
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

+49
Original file line numberDiff line numberDiff line change
@@ -7706,6 +7706,12 @@
77067706
"us-east-1" : { }
77077707
}
77087708
},
7709+
"iotroborunner" : {
7710+
"endpoints" : {
7711+
"eu-central-1" : { },
7712+
"us-east-1" : { }
7713+
}
7714+
},
77097715
"iotsecuredtunneling" : {
77107716
"defaults" : {
77117717
"variants" : [ {
@@ -10675,7 +10681,13 @@
1067510681
"proton" : {
1067610682
"endpoints" : {
1067710683
"ap-northeast-1" : { },
10684+
"ap-northeast-2" : { },
10685+
"ap-southeast-1" : { },
10686+
"ap-southeast-2" : { },
10687+
"ca-central-1" : { },
10688+
"eu-central-1" : { },
1067810689
"eu-west-1" : { },
10690+
"eu-west-2" : { },
1067910691
"us-east-1" : { },
1068010692
"us-east-2" : { },
1068110693
"us-west-2" : { }
@@ -14621,6 +14633,43 @@
1462114633
}
1462214634
}
1462314635
},
14636+
"voice-chime" : {
14637+
"endpoints" : {
14638+
"ap-northeast-1" : { },
14639+
"ap-northeast-2" : { },
14640+
"ap-southeast-1" : { },
14641+
"ca-central-1" : { },
14642+
"eu-central-1" : { },
14643+
"eu-west-1" : { },
14644+
"eu-west-2" : { },
14645+
"us-east-1" : {
14646+
"variants" : [ {
14647+
"hostname" : "fips.voice-chime.us-east-1.amazonaws.com",
14648+
"tags" : [ "fips" ]
14649+
} ]
14650+
},
14651+
"us-east-1-fips" : {
14652+
"credentialScope" : {
14653+
"region" : "us-east-1"
14654+
},
14655+
"deprecated" : true,
14656+
"hostname" : "fips.voice-chime.us-east-1.amazonaws.com"
14657+
},
14658+
"us-west-2" : {
14659+
"variants" : [ {
14660+
"hostname" : "fips.voice-chime.us-west-2.amazonaws.com",
14661+
"tags" : [ "fips" ]
14662+
} ]
14663+
},
14664+
"us-west-2-fips" : {
14665+
"credentialScope" : {
14666+
"region" : "us-west-2"
14667+
},
14668+
"deprecated" : true,
14669+
"hostname" : "fips.voice-chime.us-west-2.amazonaws.com"
14670+
}
14671+
}
14672+
},
1462414673
"voiceid" : {
1462514674
"endpoints" : {
1462614675
"ap-northeast-1" : { },

0 commit comments

Comments
 (0)