Skip to content

Commit a196500

Browse files
author
AWS
committed
Updated endpoints.json.
1 parent c2e8427 commit a196500

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,7 @@
969969
"ap-south-1" : { },
970970
"ap-southeast-1" : { },
971971
"ap-southeast-2" : { },
972+
"ap-southeast-3" : { },
972973
"ca-central-1" : { },
973974
"eu-central-1" : { },
974975
"eu-north-1" : { },
@@ -7554,6 +7555,13 @@
75547555
"deprecated" : true,
75557556
"hostname" : "kms-fips.eu-west-3.amazonaws.com"
75567557
},
7558+
"me-central-1-fips" : {
7559+
"credentialScope" : {
7560+
"region" : "me-central-1"
7561+
},
7562+
"deprecated" : true,
7563+
"hostname" : "kms-fips.me-central-1.amazonaws.com"
7564+
},
75577565
"me-south-1" : {
75587566
"variants" : [ {
75597567
"hostname" : "kms-fips.me-south-1.amazonaws.com",
@@ -12785,6 +12793,13 @@
1278512793
},
1278612794
"partitionEndpoint" : "aws-global"
1278712795
},
12796+
"supportapp" : {
12797+
"endpoints" : {
12798+
"eu-west-1" : { },
12799+
"us-east-1" : { },
12800+
"us-west-2" : { }
12801+
}
12802+
},
1278812803
"swf" : {
1278912804
"endpoints" : {
1279012805
"af-south-1" : { },
@@ -19995,6 +20010,16 @@
1999520010
"us-isob-east-1" : { }
1999620011
}
1999720012
},
20013+
"metering.marketplace" : {
20014+
"defaults" : {
20015+
"credentialScope" : {
20016+
"service" : "aws-marketplace"
20017+
}
20018+
},
20019+
"endpoints" : {
20020+
"us-isob-east-1" : { }
20021+
}
20022+
},
1999820023
"monitoring" : {
1999920024
"endpoints" : {
2000020025
"us-isob-east-1" : { }

0 commit comments

Comments
 (0)