Skip to content

Commit 78f3870

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 01df47d commit 78f3870

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-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 endpoint and partition metadata."
6+
}

core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

+37
Original file line numberDiff line numberDiff line change
@@ -3193,6 +3193,7 @@
31933193
"tags" : [ "dualstack" ]
31943194
} ]
31953195
},
3196+
"ap-southeast-7" : { },
31963197
"ca-central-1" : {
31973198
"variants" : [ {
31983199
"hostname" : "athena-fips.ca-central-1.amazonaws.com",
@@ -3325,6 +3326,7 @@
33253326
"tags" : [ "dualstack" ]
33263327
} ]
33273328
},
3329+
"mx-central-1" : { },
33283330
"sa-east-1" : {
33293331
"variants" : [ {
33303332
"hostname" : "athena.sa-east-1.api.aws",
@@ -19105,6 +19107,18 @@
1910519107
}
1910619108
}
1910719109
},
19110+
"query.timestream" : {
19111+
"endpoints" : {
19112+
"ap-northeast-1" : { },
19113+
"ap-south-1" : { },
19114+
"ap-southeast-2" : { },
19115+
"eu-central-1" : { },
19116+
"eu-west-1" : { },
19117+
"us-east-1" : { },
19118+
"us-east-2" : { },
19119+
"us-west-2" : { }
19120+
}
19121+
},
1910819122
"quicksight" : {
1910919123
"endpoints" : {
1911019124
"af-south-1" : { },
@@ -21295,6 +21309,7 @@
2129521309
"rum" : {
2129621310
"endpoints" : {
2129721311
"af-south-1" : { },
21312+
"ap-east-1" : { },
2129821313
"ap-northeast-1" : { },
2129921314
"ap-northeast-2" : { },
2130021315
"ap-northeast-3" : { },
@@ -21313,6 +21328,7 @@
2131321328
"eu-west-1" : { },
2131421329
"eu-west-2" : { },
2131521330
"eu-west-3" : { },
21331+
"il-central-1" : { },
2131621332
"me-central-1" : { },
2131721333
"me-south-1" : { },
2131821334
"sa-east-1" : { },
@@ -27189,6 +27205,7 @@
2718927205
"il-central-1" : { },
2719027206
"me-central-1" : { },
2719127207
"me-south-1" : { },
27208+
"mx-central-1" : { },
2719227209
"sa-east-1" : { },
2719327210
"us-east-1" : {
2719427211
"variants" : [ {
@@ -34559,6 +34576,11 @@
3455934576
}
3456034577
}
3456134578
},
34579+
"query.timestream" : {
34580+
"endpoints" : {
34581+
"us-gov-west-1" : { }
34582+
}
34583+
},
3456234584
"quicksight" : {
3456334585
"endpoints" : {
3456434586
"us-gov-east-1" : { },
@@ -38606,6 +38628,11 @@
3860638628
"eu-isoe-west-1" : { }
3860738629
}
3860838630
},
38631+
"dms" : {
38632+
"endpoints" : {
38633+
"eu-isoe-west-1" : { }
38634+
}
38635+
},
3860938636
"ds" : {
3861038637
"endpoints" : {
3861138638
"eu-isoe-west-1" : { }
@@ -38705,6 +38732,11 @@
3870538732
"eu-isoe-west-1" : { }
3870638733
}
3870738734
},
38735+
"kinesis" : {
38736+
"endpoints" : {
38737+
"eu-isoe-west-1" : { }
38738+
}
38739+
},
3870838740
"kms" : {
3870938741
"endpoints" : {
3871038742
"ProdFips" : {
@@ -38851,6 +38883,11 @@
3885138883
"eu-isoe-west-1" : { }
3885238884
}
3885338885
},
38886+
"secretsmanager" : {
38887+
"endpoints" : {
38888+
"eu-isoe-west-1" : { }
38889+
}
38890+
},
3885438891
"servicecatalog" : {
3885538892
"endpoints" : {
3885638893
"eu-isoe-west-1" : { }

0 commit comments

Comments
 (0)