Skip to content

Commit 287e70c

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 0002649 commit 287e70c

File tree

2 files changed

+54
-0
lines changed

2 files changed

+54
-0
lines changed
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

+48
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,7 @@
14781478
},
14791479
"hostname" : "cognito-identity-fips.us-west-2.amazonaws.com"
14801480
},
1481+
"me-south-1" : { },
14811482
"sa-east-1" : { },
14821483
"us-east-1" : { },
14831484
"us-east-2" : { },
@@ -1522,6 +1523,7 @@
15221523
},
15231524
"hostname" : "cognito-idp-fips.us-west-2.amazonaws.com"
15241525
},
1526+
"me-south-1" : { },
15251527
"sa-east-1" : { },
15261528
"us-east-1" : { },
15271529
"us-east-2" : { },
@@ -6929,6 +6931,12 @@
69296931
},
69306932
"hostname" : "waf-regional.ap-northeast-2.amazonaws.com"
69316933
},
6934+
"ap-northeast-3" : {
6935+
"credentialScope" : {
6936+
"region" : "ap-northeast-3"
6937+
},
6938+
"hostname" : "waf-regional.ap-northeast-3.amazonaws.com"
6939+
},
69326940
"ap-south-1" : {
69336941
"credentialScope" : {
69346942
"region" : "ap-south-1"
@@ -7013,6 +7021,12 @@
70137021
},
70147022
"hostname" : "waf-regional-fips.ap-northeast-2.amazonaws.com"
70157023
},
7024+
"fips-ap-northeast-3" : {
7025+
"credentialScope" : {
7026+
"region" : "ap-northeast-3"
7027+
},
7028+
"hostname" : "waf-regional-fips.ap-northeast-3.amazonaws.com"
7029+
},
70167030
"fips-ap-south-1" : {
70177031
"credentialScope" : {
70187032
"region" : "ap-south-1"
@@ -8054,6 +8068,40 @@
80548068
}
80558069
}
80568070
},
8071+
"transfer" : {
8072+
"endpoints" : {
8073+
"cn-north-1" : { },
8074+
"cn-northwest-1" : { }
8075+
}
8076+
},
8077+
"waf-regional" : {
8078+
"endpoints" : {
8079+
"cn-north-1" : {
8080+
"credentialScope" : {
8081+
"region" : "cn-north-1"
8082+
},
8083+
"hostname" : "waf-regional.cn-north-1.amazonaws.com.cn"
8084+
},
8085+
"cn-northwest-1" : {
8086+
"credentialScope" : {
8087+
"region" : "cn-northwest-1"
8088+
},
8089+
"hostname" : "waf-regional.cn-northwest-1.amazonaws.com.cn"
8090+
},
8091+
"fips-cn-north-1" : {
8092+
"credentialScope" : {
8093+
"region" : "cn-north-1"
8094+
},
8095+
"hostname" : "waf-regional-fips.cn-north-1.amazonaws.com.cn"
8096+
},
8097+
"fips-cn-northwest-1" : {
8098+
"credentialScope" : {
8099+
"region" : "cn-northwest-1"
8100+
},
8101+
"hostname" : "waf-regional-fips.cn-northwest-1.amazonaws.com.cn"
8102+
}
8103+
}
8104+
},
80578105
"workspaces" : {
80588106
"endpoints" : {
80598107
"cn-northwest-1" : { }

0 commit comments

Comments
 (0)