Skip to content

Commit 18572cc

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent 8962ada commit 18572cc

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-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: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,31 @@
969969
"us-west-2" : { }
970970
}
971971
},
972+
"appconfigdata" : {
973+
"endpoints" : {
974+
"af-south-1" : { },
975+
"ap-east-1" : { },
976+
"ap-northeast-1" : { },
977+
"ap-northeast-2" : { },
978+
"ap-northeast-3" : { },
979+
"ap-south-1" : { },
980+
"ap-southeast-1" : { },
981+
"ap-southeast-2" : { },
982+
"ca-central-1" : { },
983+
"eu-central-1" : { },
984+
"eu-north-1" : { },
985+
"eu-south-1" : { },
986+
"eu-west-1" : { },
987+
"eu-west-2" : { },
988+
"eu-west-3" : { },
989+
"me-south-1" : { },
990+
"sa-east-1" : { },
991+
"us-east-1" : { },
992+
"us-east-2" : { },
993+
"us-west-1" : { },
994+
"us-west-2" : { }
995+
}
996+
},
972997
"appflow" : {
973998
"endpoints" : {
974999
"af-south-1" : { },
@@ -6489,6 +6514,13 @@
64896514
"deprecated" : true,
64906515
"hostname" : "kms-fips.ap-southeast-2.amazonaws.com"
64916516
},
6517+
"ap-southeast-3-fips" : {
6518+
"credentialScope" : {
6519+
"region" : "ap-southeast-3"
6520+
},
6521+
"deprecated" : true,
6522+
"hostname" : "kms-fips.ap-southeast-3.amazonaws.com"
6523+
},
64926524
"ca-central-1" : {
64936525
"variants" : [ {
64946526
"hostname" : "kms-fips.ca-central-1.amazonaws.com",
@@ -12329,6 +12361,12 @@
1232912361
"cn-northwest-1" : { }
1233012362
}
1233112363
},
12364+
"appconfigdata" : {
12365+
"endpoints" : {
12366+
"cn-north-1" : { },
12367+
"cn-northwest-1" : { }
12368+
}
12369+
},
1233212370
"application-autoscaling" : {
1233312371
"defaults" : {
1233412372
"protocols" : [ "http", "https" ]
@@ -13499,6 +13537,12 @@
1349913537
"us-gov-west-1" : { }
1350013538
}
1350113539
},
13540+
"appconfigdata" : {
13541+
"endpoints" : {
13542+
"us-gov-east-1" : { },
13543+
"us-gov-west-1" : { }
13544+
}
13545+
},
1350213546
"application-autoscaling" : {
1350313547
"defaults" : {
1350413548
"protocols" : [ "http", "https" ]

0 commit comments

Comments
 (0)