Skip to content

Commit 14463fd

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 660aef3 commit 14463fd

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
@@ -2308,6 +2308,21 @@
23082308
"isRegionalized" : false,
23092309
"partitionEndpoint" : "aws-global"
23102310
},
2311+
"cleanrooms" : {
2312+
"endpoints" : {
2313+
"ap-northeast-1" : { },
2314+
"ap-northeast-2" : { },
2315+
"ap-southeast-1" : { },
2316+
"ap-southeast-2" : { },
2317+
"eu-central-1" : { },
2318+
"eu-north-1" : { },
2319+
"eu-west-1" : { },
2320+
"eu-west-2" : { },
2321+
"us-east-1" : { },
2322+
"us-east-2" : { },
2323+
"us-west-2" : { }
2324+
}
2325+
},
23112326
"cloud9" : {
23122327
"endpoints" : {
23132328
"af-south-1" : { },
@@ -15737,6 +15752,13 @@
1573715752
"deprecated" : true,
1573815753
"hostname" : "waf-regional-fips.eu-west-3.amazonaws.com"
1573915754
},
15755+
"fips-me-central-1" : {
15756+
"credentialScope" : {
15757+
"region" : "me-central-1"
15758+
},
15759+
"deprecated" : true,
15760+
"hostname" : "waf-regional-fips.me-central-1.amazonaws.com"
15761+
},
1574015762
"fips-me-south-1" : {
1574115763
"credentialScope" : {
1574215764
"region" : "me-south-1"
@@ -15779,6 +15801,16 @@
1577915801
"deprecated" : true,
1578015802
"hostname" : "waf-regional-fips.us-west-2.amazonaws.com"
1578115803
},
15804+
"me-central-1" : {
15805+
"credentialScope" : {
15806+
"region" : "me-central-1"
15807+
},
15808+
"hostname" : "waf-regional.me-central-1.amazonaws.com",
15809+
"variants" : [ {
15810+
"hostname" : "waf-regional-fips.me-central-1.amazonaws.com",
15811+
"tags" : [ "fips" ]
15812+
} ]
15813+
},
1578215814
"me-south-1" : {
1578315815
"credentialScope" : {
1578415816
"region" : "me-south-1"
@@ -16115,6 +16147,13 @@
1611516147
"deprecated" : true,
1611616148
"hostname" : "wafv2-fips.eu-west-3.amazonaws.com"
1611716149
},
16150+
"fips-me-central-1" : {
16151+
"credentialScope" : {
16152+
"region" : "me-central-1"
16153+
},
16154+
"deprecated" : true,
16155+
"hostname" : "wafv2-fips.me-central-1.amazonaws.com"
16156+
},
1611816157
"fips-me-south-1" : {
1611916158
"credentialScope" : {
1612016159
"region" : "me-south-1"
@@ -16157,6 +16196,16 @@
1615716196
"deprecated" : true,
1615816197
"hostname" : "wafv2-fips.us-west-2.amazonaws.com"
1615916198
},
16199+
"me-central-1" : {
16200+
"credentialScope" : {
16201+
"region" : "me-central-1"
16202+
},
16203+
"hostname" : "wafv2.me-central-1.amazonaws.com",
16204+
"variants" : [ {
16205+
"hostname" : "wafv2-fips.me-central-1.amazonaws.com",
16206+
"tags" : [ "fips" ]
16207+
} ]
16208+
},
1616016209
"me-south-1" : {
1616116210
"credentialScope" : {
1616216211
"region" : "me-south-1"

0 commit comments

Comments
 (0)