Skip to content

Commit 67e4fd0

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 670d26a commit 67e4fd0

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
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: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,9 +1250,45 @@
12501250
"endpoints" : {
12511251
"ap-northeast-1" : { },
12521252
"eu-west-1" : { },
1253-
"us-east-1" : { },
1254-
"us-east-2" : { },
1255-
"us-west-2" : { }
1253+
"fips-us-east-1" : {
1254+
"credentialScope" : {
1255+
"region" : "us-east-1"
1256+
},
1257+
"deprecated" : true,
1258+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com"
1259+
},
1260+
"fips-us-east-2" : {
1261+
"credentialScope" : {
1262+
"region" : "us-east-2"
1263+
},
1264+
"deprecated" : true,
1265+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com"
1266+
},
1267+
"fips-us-west-2" : {
1268+
"credentialScope" : {
1269+
"region" : "us-west-2"
1270+
},
1271+
"deprecated" : true,
1272+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com"
1273+
},
1274+
"us-east-1" : {
1275+
"variants" : [ {
1276+
"hostname" : "apprunner-fips.us-east-1.amazonaws.com",
1277+
"tags" : [ "fips" ]
1278+
} ]
1279+
},
1280+
"us-east-2" : {
1281+
"variants" : [ {
1282+
"hostname" : "apprunner-fips.us-east-2.amazonaws.com",
1283+
"tags" : [ "fips" ]
1284+
} ]
1285+
},
1286+
"us-west-2" : {
1287+
"variants" : [ {
1288+
"hostname" : "apprunner-fips.us-west-2.amazonaws.com",
1289+
"tags" : [ "fips" ]
1290+
} ]
1291+
}
12561292
}
12571293
},
12581294
"appstream2" : {
@@ -16868,6 +16904,12 @@
1686816904
}
1686916905
},
1687016906
"sqs" : {
16907+
"defaults" : {
16908+
"variants" : [ {
16909+
"hostname" : "sqs.{region}.{dnsSuffix}",
16910+
"tags" : [ "fips" ]
16911+
} ]
16912+
},
1687116913
"endpoints" : {
1687216914
"us-gov-east-1" : {
1687316915
"credentialScope" : {

0 commit comments

Comments
 (0)