Skip to content

Commit ef381be

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 21cfcde commit ef381be

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,7 @@
866866
"ap-east-1" : { },
867867
"ap-northeast-1" : { },
868868
"ap-northeast-2" : { },
869+
"ap-northeast-3" : { },
869870
"ap-south-1" : { },
870871
"ap-southeast-1" : { },
871872
"ap-southeast-2" : { },
@@ -7773,6 +7774,27 @@
77737774
"us-gov-west-1" : { }
77747775
}
77757776
},
7777+
"api.detective" : {
7778+
"defaults" : {
7779+
"protocols" : [ "https" ]
7780+
},
7781+
"endpoints" : {
7782+
"us-gov-east-1" : { },
7783+
"us-gov-east-1-fips" : {
7784+
"credentialScope" : {
7785+
"region" : "us-gov-east-1"
7786+
},
7787+
"hostname" : "api.detective-fips.us-gov-east-1.amazonaws.com"
7788+
},
7789+
"us-gov-west-1" : { },
7790+
"us-gov-west-1-fips" : {
7791+
"credentialScope" : {
7792+
"region" : "us-gov-west-1"
7793+
},
7794+
"hostname" : "api.detective-fips.us-gov-west-1.amazonaws.com"
7795+
}
7796+
}
7797+
},
77767798
"api.ecr" : {
77777799
"endpoints" : {
77787800
"fips-dkr-us-gov-east-1" : {

0 commit comments

Comments
 (0)