Skip to content

Commit d5540d9

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent b6bd7a7 commit d5540d9

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-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: 60 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,29 @@
210210
"us-west-2" : { }
211211
}
212212
},
213+
"api.detective" : {
214+
"defaults" : {
215+
"protocols" : [ "https" ]
216+
},
217+
"endpoints" : {
218+
"ap-northeast-1" : { },
219+
"ap-northeast-2" : { },
220+
"ap-south-1" : { },
221+
"ap-southeast-1" : { },
222+
"ap-southeast-2" : { },
223+
"ca-central-1" : { },
224+
"eu-central-1" : { },
225+
"eu-north-1" : { },
226+
"eu-west-1" : { },
227+
"eu-west-2" : { },
228+
"eu-west-3" : { },
229+
"sa-east-1" : { },
230+
"us-east-1" : { },
231+
"us-east-2" : { },
232+
"us-west-1" : { },
233+
"us-west-2" : { }
234+
}
235+
},
213236
"api.ecr" : {
214237
"endpoints" : {
215238
"af-south-1" : {
@@ -3343,9 +3366,40 @@
33433366
"ap-southeast-2" : { },
33443367
"ca-central-1" : { },
33453368
"eu-central-1" : { },
3369+
"eu-north-1" : { },
33463370
"eu-west-1" : { },
33473371
"eu-west-2" : { },
33483372
"eu-west-3" : { },
3373+
"fips-ca-central-1" : {
3374+
"credentialScope" : {
3375+
"region" : "ca-central-1"
3376+
},
3377+
"hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com"
3378+
},
3379+
"fips-us-east-1" : {
3380+
"credentialScope" : {
3381+
"region" : "us-east-1"
3382+
},
3383+
"hostname" : "mediaconvert-fips.us-east-1.amazonaws.com"
3384+
},
3385+
"fips-us-east-2" : {
3386+
"credentialScope" : {
3387+
"region" : "us-east-2"
3388+
},
3389+
"hostname" : "mediaconvert-fips.us-east-2.amazonaws.com"
3390+
},
3391+
"fips-us-west-1" : {
3392+
"credentialScope" : {
3393+
"region" : "us-west-1"
3394+
},
3395+
"hostname" : "mediaconvert-fips.us-west-1.amazonaws.com"
3396+
},
3397+
"fips-us-west-2" : {
3398+
"credentialScope" : {
3399+
"region" : "us-west-2"
3400+
},
3401+
"hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
3402+
},
33493403
"sa-east-1" : { },
33503404
"us-east-1" : { },
33513405
"us-east-2" : { },
@@ -7244,7 +7298,12 @@
72447298
},
72457299
"mediaconvert" : {
72467300
"endpoints" : {
7247-
"us-gov-west-1" : { }
7301+
"us-gov-west-1" : {
7302+
"credentialScope" : {
7303+
"region" : "us-gov-west-1"
7304+
},
7305+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
7306+
}
72487307
}
72497308
},
72507309
"metering.marketplace" : {

0 commit comments

Comments
 (0)