Skip to content

Commit 8833d40

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 66daf02 commit 8833d40

File tree

2 files changed

+65
-4
lines changed

2 files changed

+65
-4
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: 59 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,7 @@
11391139
"ap-southeast-3" : { },
11401140
"ap-southeast-4" : { },
11411141
"ca-central-1" : { },
1142+
"ca-west-1" : { },
11421143
"eu-central-1" : { },
11431144
"eu-central-2" : { },
11441145
"eu-north-1" : { },
@@ -5389,14 +5390,62 @@
53895390
"eu-west-1" : { },
53905391
"eu-west-2" : { },
53915392
"eu-west-3" : { },
5393+
"fips-us-east-1" : {
5394+
"credentialScope" : {
5395+
"region" : "us-east-1"
5396+
},
5397+
"deprecated" : true,
5398+
"hostname" : "drs-fips.us-east-1.amazonaws.com"
5399+
},
5400+
"fips-us-east-2" : {
5401+
"credentialScope" : {
5402+
"region" : "us-east-2"
5403+
},
5404+
"deprecated" : true,
5405+
"hostname" : "drs-fips.us-east-2.amazonaws.com"
5406+
},
5407+
"fips-us-west-1" : {
5408+
"credentialScope" : {
5409+
"region" : "us-west-1"
5410+
},
5411+
"deprecated" : true,
5412+
"hostname" : "drs-fips.us-west-1.amazonaws.com"
5413+
},
5414+
"fips-us-west-2" : {
5415+
"credentialScope" : {
5416+
"region" : "us-west-2"
5417+
},
5418+
"deprecated" : true,
5419+
"hostname" : "drs-fips.us-west-2.amazonaws.com"
5420+
},
53925421
"il-central-1" : { },
53935422
"me-central-1" : { },
53945423
"me-south-1" : { },
53955424
"sa-east-1" : { },
5396-
"us-east-1" : { },
5397-
"us-east-2" : { },
5398-
"us-west-1" : { },
5399-
"us-west-2" : { }
5425+
"us-east-1" : {
5426+
"variants" : [ {
5427+
"hostname" : "drs-fips.us-east-1.amazonaws.com",
5428+
"tags" : [ "fips" ]
5429+
} ]
5430+
},
5431+
"us-east-2" : {
5432+
"variants" : [ {
5433+
"hostname" : "drs-fips.us-east-2.amazonaws.com",
5434+
"tags" : [ "fips" ]
5435+
} ]
5436+
},
5437+
"us-west-1" : {
5438+
"variants" : [ {
5439+
"hostname" : "drs-fips.us-west-1.amazonaws.com",
5440+
"tags" : [ "fips" ]
5441+
} ]
5442+
},
5443+
"us-west-2" : {
5444+
"variants" : [ {
5445+
"hostname" : "drs-fips.us-west-2.amazonaws.com",
5446+
"tags" : [ "fips" ]
5447+
} ]
5448+
}
54005449
}
54015450
},
54025451
"ds" : {
@@ -14419,13 +14468,17 @@
1441914468
"ap-northeast-2" : { },
1442014469
"ap-northeast-3" : { },
1442114470
"ap-south-1" : { },
14471+
"ap-south-2" : { },
1442214472
"ap-southeast-1" : { },
1442314473
"ap-southeast-2" : { },
1442414474
"ap-southeast-3" : { },
14475+
"ap-southeast-4" : { },
1442514476
"ca-central-1" : { },
1442614477
"eu-central-1" : { },
14478+
"eu-central-2" : { },
1442714479
"eu-north-1" : { },
1442814480
"eu-south-1" : { },
14481+
"eu-south-2" : { },
1442914482
"eu-west-1" : { },
1443014483
"eu-west-2" : { },
1443114484
"eu-west-3" : { },
@@ -14457,6 +14510,8 @@
1445714510
"deprecated" : true,
1445814511
"hostname" : "rolesanywhere-fips.us-west-2.amazonaws.com"
1445914512
},
14513+
"il-central-1" : { },
14514+
"me-central-1" : { },
1446014515
"me-south-1" : { },
1446114516
"sa-east-1" : { },
1446214517
"us-east-1" : {

0 commit comments

Comments
 (0)