Skip to content

Commit dcd4971

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 9c12f12 commit dcd4971

File tree

2 files changed

+71
-2
lines changed

2 files changed

+71
-2
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: 66 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,36 @@
9393
"eu-west-1" : { },
9494
"eu-west-2" : { },
9595
"eu-west-3" : { },
96+
"fips-ca-central-1" : {
97+
"credentialScope" : {
98+
"region" : "ca-central-1"
99+
},
100+
"hostname" : "access-analyzer-fips.ca-central-1.amazonaws.com"
101+
},
102+
"fips-us-east-1" : {
103+
"credentialScope" : {
104+
"region" : "us-east-1"
105+
},
106+
"hostname" : "access-analyzer-fips.us-east-1.amazonaws.com"
107+
},
108+
"fips-us-east-2" : {
109+
"credentialScope" : {
110+
"region" : "us-east-2"
111+
},
112+
"hostname" : "access-analyzer-fips.us-east-2.amazonaws.com"
113+
},
114+
"fips-us-west-1" : {
115+
"credentialScope" : {
116+
"region" : "us-west-1"
117+
},
118+
"hostname" : "access-analyzer-fips.us-west-1.amazonaws.com"
119+
},
120+
"fips-us-west-2" : {
121+
"credentialScope" : {
122+
"region" : "us-west-2"
123+
},
124+
"hostname" : "access-analyzer-fips.us-west-2.amazonaws.com"
125+
},
96126
"me-south-1" : { },
97127
"sa-east-1" : { },
98128
"us-east-1" : { },
@@ -2761,6 +2791,18 @@
27612791
"ap-southeast-2" : { },
27622792
"eu-north-1" : { },
27632793
"eu-west-1" : { },
2794+
"fips-us-east-2" : {
2795+
"credentialScope" : {
2796+
"region" : "us-east-2"
2797+
},
2798+
"hostname" : "groundstation-fips.us-east-2.amazonaws.com"
2799+
},
2800+
"fips-us-west-2" : {
2801+
"credentialScope" : {
2802+
"region" : "us-west-2"
2803+
},
2804+
"hostname" : "groundstation-fips.us-west-2.amazonaws.com"
2805+
},
27642806
"me-south-1" : { },
27652807
"us-east-2" : { },
27662808
"us-west-2" : { }
@@ -3862,6 +3904,12 @@
38623904
},
38633905
"hostname" : "oidc.eu-central-1.amazonaws.com"
38643906
},
3907+
"eu-north-1" : {
3908+
"credentialScope" : {
3909+
"region" : "eu-north-1"
3910+
},
3911+
"hostname" : "oidc.eu-north-1.amazonaws.com"
3912+
},
38653913
"eu-west-1" : {
38663914
"credentialScope" : {
38673915
"region" : "eu-west-1"
@@ -5456,6 +5504,12 @@
54565504
"eu-west-1" : { },
54575505
"eu-west-2" : { },
54585506
"eu-west-3" : { },
5507+
"fips" : {
5508+
"credentialScope" : {
5509+
"region" : "ca-central-1"
5510+
},
5511+
"hostname" : "storagegateway-fips.ca-central-1.amazonaws.com"
5512+
},
54595513
"me-south-1" : { },
54605514
"sa-east-1" : { },
54615515
"us-east-1" : { },
@@ -6814,8 +6868,18 @@
68146868
"services" : {
68156869
"access-analyzer" : {
68166870
"endpoints" : {
6817-
"us-gov-east-1" : { },
6818-
"us-gov-west-1" : { }
6871+
"us-gov-east-1" : {
6872+
"credentialScope" : {
6873+
"region" : "us-gov-east-1"
6874+
},
6875+
"hostname" : "access-analyzer.us-gov-east-1.amazonaws.com"
6876+
},
6877+
"us-gov-west-1" : {
6878+
"credentialScope" : {
6879+
"region" : "us-gov-west-1"
6880+
},
6881+
"hostname" : "access-analyzer.us-gov-west-1.amazonaws.com"
6882+
}
68196883
}
68206884
},
68216885
"acm" : {

0 commit comments

Comments
 (0)