Skip to content

Commit 047abb3

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 564f7af commit 047abb3

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-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 service endpoint metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,8 +1300,10 @@
13001300
"ap-southeast-2" : { },
13011301
"ca-central-1" : { },
13021302
"eu-central-1" : { },
1303+
"eu-north-1" : { },
13031304
"eu-west-1" : { },
13041305
"eu-west-2" : { },
1306+
"eu-west-3" : { },
13051307
"fips-us-east-1" : {
13061308
"credentialScope" : {
13071309
"region" : "us-east-1"
@@ -1334,8 +1336,10 @@
13341336
"ap-southeast-2" : { },
13351337
"ca-central-1" : { },
13361338
"eu-central-1" : { },
1339+
"eu-north-1" : { },
13371340
"eu-west-1" : { },
13381341
"eu-west-2" : { },
1342+
"eu-west-3" : { },
13391343
"fips-us-east-1" : {
13401344
"credentialScope" : {
13411345
"region" : "us-east-1"
@@ -1442,6 +1446,7 @@
14421446
},
14431447
"config" : {
14441448
"endpoints" : {
1449+
"af-south-1" : { },
14451450
"ap-east-1" : { },
14461451
"ap-northeast-1" : { },
14471452
"ap-northeast-2" : { },
@@ -1451,9 +1456,34 @@
14511456
"ca-central-1" : { },
14521457
"eu-central-1" : { },
14531458
"eu-north-1" : { },
1459+
"eu-south-1" : { },
14541460
"eu-west-1" : { },
14551461
"eu-west-2" : { },
14561462
"eu-west-3" : { },
1463+
"fips-us-east-1" : {
1464+
"credentialScope" : {
1465+
"region" : "us-east-1"
1466+
},
1467+
"hostname" : "config-fips.us-east-1.amazonaws.com"
1468+
},
1469+
"fips-us-east-2" : {
1470+
"credentialScope" : {
1471+
"region" : "us-east-2"
1472+
},
1473+
"hostname" : "config-fips.us-east-2.amazonaws.com"
1474+
},
1475+
"fips-us-west-1" : {
1476+
"credentialScope" : {
1477+
"region" : "us-west-1"
1478+
},
1479+
"hostname" : "config-fips.us-west-1.amazonaws.com"
1480+
},
1481+
"fips-us-west-2" : {
1482+
"credentialScope" : {
1483+
"region" : "us-west-2"
1484+
},
1485+
"hostname" : "config-fips.us-west-2.amazonaws.com"
1486+
},
14571487
"me-south-1" : { },
14581488
"sa-east-1" : { },
14591489
"us-east-1" : { },
@@ -7623,6 +7653,18 @@
76237653
},
76247654
"config" : {
76257655
"endpoints" : {
7656+
"fips-us-gov-east-1" : {
7657+
"credentialScope" : {
7658+
"region" : "us-gov-east-1"
7659+
},
7660+
"hostname" : "config.us-gov-east-1.amazonaws.com"
7661+
},
7662+
"fips-us-gov-west-1" : {
7663+
"credentialScope" : {
7664+
"region" : "us-gov-west-1"
7665+
},
7666+
"hostname" : "config.us-gov-west-1.amazonaws.com"
7667+
},
76267668
"us-gov-east-1" : { },
76277669
"us-gov-west-1" : { }
76287670
}
@@ -7981,6 +8023,7 @@
79818023
},
79828024
"hostname" : "greengrass-ats.iot.us-gov-west-1.amazonaws.com"
79838025
},
8026+
"us-gov-east-1" : { },
79848027
"us-gov-west-1" : {
79858028
"credentialScope" : {
79868029
"region" : "us-gov-west-1"
@@ -7996,6 +8039,12 @@
79968039
},
79978040
"endpoints" : {
79988041
"us-gov-east-1" : { },
8042+
"us-gov-east-1-fips" : {
8043+
"credentialScope" : {
8044+
"region" : "us-gov-east-1"
8045+
},
8046+
"hostname" : "guardduty.us-gov-east-1.amazonaws.com"
8047+
},
79998048
"us-gov-west-1" : { },
80008049
"us-gov-west-1-fips" : {
80018050
"credentialScope" : {

0 commit comments

Comments
 (0)