Skip to content

Commit 5241e6f

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 5eb341a commit 5241e6f

File tree

2 files changed

+66
-0
lines changed

2 files changed

+66
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS SDK for Java v2",
4+
"description": "Updated service endpoint metadata."
5+
}

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

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1050,6 +1050,7 @@
10501050
"ap-southeast-2" : { },
10511051
"ca-central-1" : { },
10521052
"eu-central-1" : { },
1053+
"eu-north-1" : { },
10531054
"eu-west-1" : { },
10541055
"eu-west-2" : { },
10551056
"eu-west-3" : { },
@@ -2979,6 +2980,30 @@
29792980
"eu-west-1" : { },
29802981
"eu-west-2" : { },
29812982
"eu-west-3" : { },
2983+
"fips-us-east-1" : {
2984+
"credentialScope" : {
2985+
"region" : "us-east-1"
2986+
},
2987+
"hostname" : "monitoring-fips.us-east-1.amazonaws.com"
2988+
},
2989+
"fips-us-east-2" : {
2990+
"credentialScope" : {
2991+
"region" : "us-east-2"
2992+
},
2993+
"hostname" : "monitoring-fips.us-east-2.amazonaws.com"
2994+
},
2995+
"fips-us-west-1" : {
2996+
"credentialScope" : {
2997+
"region" : "us-west-1"
2998+
},
2999+
"hostname" : "monitoring-fips.us-west-1.amazonaws.com"
3000+
},
3001+
"fips-us-west-2" : {
3002+
"credentialScope" : {
3003+
"region" : "us-west-2"
3004+
},
3005+
"hostname" : "monitoring-fips.us-west-2.amazonaws.com"
3006+
},
29823007
"me-south-1" : { },
29833008
"sa-east-1" : { },
29843009
"us-east-1" : { },
@@ -4921,6 +4946,12 @@
49214946
},
49224947
"waf-regional" : {
49234948
"endpoints" : {
4949+
"ap-east-1" : {
4950+
"credentialScope" : {
4951+
"region" : "ap-east-1"
4952+
},
4953+
"hostname" : "waf-regional.ap-east-1.amazonaws.com"
4954+
},
49244955
"ap-northeast-1" : {
49254956
"credentialScope" : {
49264957
"region" : "ap-northeast-1"
@@ -4987,6 +5018,12 @@
49875018
},
49885019
"hostname" : "waf-regional.eu-west-3.amazonaws.com"
49895020
},
5021+
"fips-ap-east-1" : {
5022+
"credentialScope" : {
5023+
"region" : "ap-east-1"
5024+
},
5025+
"hostname" : "waf-regional-fips.ap-east-1.amazonaws.com"
5026+
},
49905027
"fips-ap-northeast-1" : {
49915028
"credentialScope" : {
49925029
"region" : "ap-northeast-1"
@@ -5053,6 +5090,12 @@
50535090
},
50545091
"hostname" : "waf-regional-fips.eu-west-3.amazonaws.com"
50555092
},
5093+
"fips-me-south-1" : {
5094+
"credentialScope" : {
5095+
"region" : "me-south-1"
5096+
},
5097+
"hostname" : "waf-regional-fips.me-south-1.amazonaws.com"
5098+
},
50565099
"fips-sa-east-1" : {
50575100
"credentialScope" : {
50585101
"region" : "sa-east-1"
@@ -5083,6 +5126,12 @@
50835126
},
50845127
"hostname" : "waf-regional-fips.us-west-2.amazonaws.com"
50855128
},
5129+
"me-south-1" : {
5130+
"credentialScope" : {
5131+
"region" : "me-south-1"
5132+
},
5133+
"hostname" : "waf-regional.me-south-1.amazonaws.com"
5134+
},
50865135
"sa-east-1" : {
50875136
"credentialScope" : {
50885137
"region" : "sa-east-1"
@@ -6313,6 +6362,18 @@
63136362
},
63146363
"monitoring" : {
63156364
"endpoints" : {
6365+
"fips-us-gov-east-1" : {
6366+
"credentialScope" : {
6367+
"region" : "us-gov-east-1"
6368+
},
6369+
"hostname" : "monitoring.us-gov-east-1.amazonaws.com"
6370+
},
6371+
"fips-us-gov-west-1" : {
6372+
"credentialScope" : {
6373+
"region" : "us-gov-west-1"
6374+
},
6375+
"hostname" : "monitoring.us-gov-west-1.amazonaws.com"
6376+
},
63166377
"us-gov-east-1" : { },
63176378
"us-gov-west-1" : { }
63186379
}

0 commit comments

Comments
 (0)