Skip to content

Commit e7f416e

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 220b367 commit e7f416e

File tree

2 files changed

+46
-0
lines changed

2 files changed

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

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11569,9 +11569,12 @@
1156911569
"endpoints" : {
1157011570
"ap-northeast-1" : { },
1157111571
"ap-northeast-2" : { },
11572+
"ap-northeast-3" : { },
1157211573
"ap-south-1" : { },
1157311574
"ap-southeast-1" : { },
1157411575
"ap-southeast-2" : { },
11576+
"ap-southeast-4" : { },
11577+
"ca-central-1" : { },
1157511578
"eu-central-1" : { },
1157611579
"eu-north-1" : { },
1157711580
"eu-west-1" : { },
@@ -13288,6 +13291,13 @@
1328813291
}
1328913292
}
1329013293
},
13294+
"private-networks" : {
13295+
"endpoints" : {
13296+
"us-east-1" : { },
13297+
"us-east-2" : { },
13298+
"us-west-2" : { }
13299+
}
13300+
},
1329113301
"profile" : {
1329213302
"endpoints" : {
1329313303
"af-south-1" : { },
@@ -26236,6 +26246,16 @@
2623626246
}
2623726247
}
2623826248
},
26249+
"api.pricing" : {
26250+
"defaults" : {
26251+
"credentialScope" : {
26252+
"service" : "pricing"
26253+
}
26254+
},
26255+
"endpoints" : {
26256+
"us-iso-east-1" : { }
26257+
}
26258+
},
2623926259
"api.sagemaker" : {
2624026260
"endpoints" : {
2624126261
"us-iso-east-1" : { }
@@ -26267,6 +26287,11 @@
2626726287
"us-iso-west-1" : { }
2626826288
}
2626926289
},
26290+
"arc-zonal-shift" : {
26291+
"endpoints" : {
26292+
"us-iso-east-1" : { }
26293+
}
26294+
},
2627026295
"athena" : {
2627126296
"endpoints" : {
2627226297
"us-iso-east-1" : { }
@@ -27046,6 +27071,16 @@
2704627071
}
2704727072
}
2704827073
},
27074+
"api.pricing" : {
27075+
"defaults" : {
27076+
"credentialScope" : {
27077+
"service" : "pricing"
27078+
}
27079+
},
27080+
"endpoints" : {
27081+
"us-isob-east-1" : { }
27082+
}
27083+
},
2704927084
"api.sagemaker" : {
2705027085
"endpoints" : {
2705127086
"us-isob-east-1" : { }
@@ -27069,6 +27104,11 @@
2706927104
"us-isob-east-1" : { }
2707027105
}
2707127106
},
27107+
"arc-zonal-shift" : {
27108+
"endpoints" : {
27109+
"us-isob-east-1" : { }
27110+
}
27111+
},
2707227112
"autoscaling" : {
2707327113
"defaults" : {
2707427114
"protocols" : [ "http", "https" ]

0 commit comments

Comments
 (0)