Skip to content

Commit 68f8363

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 096aabf commit 68f8363

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
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: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@
293293
"ap-south-1" : { },
294294
"ap-southeast-1" : { },
295295
"ap-southeast-2" : { },
296+
"ap-southeast-3" : { },
296297
"ca-central-1" : {
297298
"variants" : [ {
298299
"hostname" : "acm-pca-fips.ca-central-1.amazonaws.com",
@@ -1478,6 +1479,7 @@
14781479
"eu-central-1" : { },
14791480
"eu-north-1" : { },
14801481
"eu-west-1" : { },
1482+
"eu-west-2" : { },
14811483
"us-east-1" : { },
14821484
"us-east-2" : { },
14831485
"us-west-2" : { }
@@ -2008,7 +2010,6 @@
20082010
},
20092011
"cloudhsm" : {
20102012
"endpoints" : {
2011-
"eu-west-1" : { },
20122013
"us-east-1" : { }
20132014
}
20142015
},
@@ -12838,6 +12839,16 @@
1283812839
"tags" : [ "fips" ]
1283912840
} ]
1284012841
},
12842+
"ap-southeast-3" : {
12843+
"credentialScope" : {
12844+
"region" : "ap-southeast-3"
12845+
},
12846+
"hostname" : "waf-regional.ap-southeast-3.amazonaws.com",
12847+
"variants" : [ {
12848+
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com",
12849+
"tags" : [ "fips" ]
12850+
} ]
12851+
},
1284112852
"ca-central-1" : {
1284212853
"credentialScope" : {
1284312854
"region" : "ca-central-1"
@@ -12964,6 +12975,13 @@
1296412975
"deprecated" : true,
1296512976
"hostname" : "waf-regional-fips.ap-southeast-2.amazonaws.com"
1296612977
},
12978+
"fips-ap-southeast-3" : {
12979+
"credentialScope" : {
12980+
"region" : "ap-southeast-3"
12981+
},
12982+
"deprecated" : true,
12983+
"hostname" : "waf-regional-fips.ap-southeast-3.amazonaws.com"
12984+
},
1296712985
"fips-ca-central-1" : {
1296812986
"credentialScope" : {
1296912987
"region" : "ca-central-1"
@@ -16905,6 +16923,11 @@
1690516923
}
1690616924
}
1690716925
},
16926+
"robomaker" : {
16927+
"endpoints" : {
16928+
"us-gov-west-1" : { }
16929+
}
16930+
},
1690816931
"route53" : {
1690916932
"endpoints" : {
1691016933
"aws-us-gov-global" : {
@@ -18610,6 +18633,23 @@
1861018633
"us-isob-east-1" : { }
1861118634
}
1861218635
},
18636+
"elasticfilesystem" : {
18637+
"endpoints" : {
18638+
"fips-us-isob-east-1" : {
18639+
"credentialScope" : {
18640+
"region" : "us-isob-east-1"
18641+
},
18642+
"deprecated" : true,
18643+
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov"
18644+
},
18645+
"us-isob-east-1" : {
18646+
"variants" : [ {
18647+
"hostname" : "elasticfilesystem-fips.us-isob-east-1.sc2s.sgov.gov",
18648+
"tags" : [ "fips" ]
18649+
} ]
18650+
}
18651+
}
18652+
},
1861318653
"elasticloadbalancing" : {
1861418654
"endpoints" : {
1861518655
"us-isob-east-1" : {

0 commit comments

Comments
 (0)