Skip to content

Commit a5d6a09

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 8c46500 commit a5d6a09

File tree

2 files changed

+93
-1
lines changed

2 files changed

+93
-1
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: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3377,6 +3377,51 @@
33773377
"us-west-2" : { }
33783378
}
33793379
},
3380+
"macie2" : {
3381+
"endpoints" : {
3382+
"ap-east-1" : { },
3383+
"ap-northeast-1" : { },
3384+
"ap-northeast-2" : { },
3385+
"ap-south-1" : { },
3386+
"ap-southeast-1" : { },
3387+
"ap-southeast-2" : { },
3388+
"ca-central-1" : { },
3389+
"eu-central-1" : { },
3390+
"eu-north-1" : { },
3391+
"eu-west-1" : { },
3392+
"eu-west-2" : { },
3393+
"eu-west-3" : { },
3394+
"fips-us-east-1" : {
3395+
"credentialScope" : {
3396+
"region" : "us-east-1"
3397+
},
3398+
"hostname" : "macie2-fips.us-east-1.amazonaws.com"
3399+
},
3400+
"fips-us-east-2" : {
3401+
"credentialScope" : {
3402+
"region" : "us-east-2"
3403+
},
3404+
"hostname" : "macie2-fips.us-east-2.amazonaws.com"
3405+
},
3406+
"fips-us-west-1" : {
3407+
"credentialScope" : {
3408+
"region" : "us-west-1"
3409+
},
3410+
"hostname" : "macie2-fips.us-west-1.amazonaws.com"
3411+
},
3412+
"fips-us-west-2" : {
3413+
"credentialScope" : {
3414+
"region" : "us-west-2"
3415+
},
3416+
"hostname" : "macie2-fips.us-west-2.amazonaws.com"
3417+
},
3418+
"sa-east-1" : { },
3419+
"us-east-1" : { },
3420+
"us-east-2" : { },
3421+
"us-west-1" : { },
3422+
"us-west-2" : { }
3423+
}
3424+
},
33803425
"managedblockchain" : {
33813426
"endpoints" : {
33823427
"ap-northeast-1" : { },
@@ -3567,7 +3612,19 @@
35673612
"eu-west-1" : { },
35683613
"eu-west-2" : { },
35693614
"us-east-1" : { },
3570-
"us-west-2" : { }
3615+
"us-east-1-fips" : {
3616+
"credentialScope" : {
3617+
"region" : "us-east-1"
3618+
},
3619+
"hostname" : "models-fips.lex.us-east-1.amazonaws.com"
3620+
},
3621+
"us-west-2" : { },
3622+
"us-west-2-fips" : {
3623+
"credentialScope" : {
3624+
"region" : "us-west-2"
3625+
},
3626+
"hostname" : "models-fips.lex.us-west-2.amazonaws.com"
3627+
}
35713628
}
35723629
},
35733630
"monitoring" : {
@@ -4240,6 +4297,30 @@
42404297
"eu-central-1" : { },
42414298
"eu-west-1" : { },
42424299
"eu-west-2" : { },
4300+
"rekognition-fips.us-east-1" : {
4301+
"credentialScope" : {
4302+
"region" : "us-east-1"
4303+
},
4304+
"hostname" : "rekognition-fips.us-east-1.amazonaws.com"
4305+
},
4306+
"rekognition-fips.us-east-2" : {
4307+
"credentialScope" : {
4308+
"region" : "us-east-2"
4309+
},
4310+
"hostname" : "rekognition-fips.us-east-2.amazonaws.com"
4311+
},
4312+
"rekognition-fips.us-west-1" : {
4313+
"credentialScope" : {
4314+
"region" : "us-west-1"
4315+
},
4316+
"hostname" : "rekognition-fips.us-west-1.amazonaws.com"
4317+
},
4318+
"rekognition-fips.us-west-2" : {
4319+
"credentialScope" : {
4320+
"region" : "us-west-2"
4321+
},
4322+
"hostname" : "rekognition-fips.us-west-2.amazonaws.com"
4323+
},
42434324
"us-east-1" : { },
42444325
"us-east-2" : { },
42454326
"us-west-1" : { },
@@ -7655,6 +7736,12 @@
76557736
},
76567737
"rekognition" : {
76577738
"endpoints" : {
7739+
"rekognition-fips.us-gov-west-1" : {
7740+
"credentialScope" : {
7741+
"region" : "us-gov-west-1"
7742+
},
7743+
"hostname" : "rekognition-fips.us-gov-west-1.amazonaws.com"
7744+
},
76587745
"us-gov-west-1" : { }
76597746
}
76607747
},

0 commit comments

Comments
 (0)