Skip to content

Commit 0c32dab

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 49fe6ac commit 0c32dab

File tree

2 files changed

+28
-19
lines changed

2 files changed

+28
-19
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: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -826,6 +826,22 @@
826826
}
827827
}
828828
},
829+
"api.ecr-public" : {
830+
"endpoints" : {
831+
"us-east-1" : {
832+
"credentialScope" : {
833+
"region" : "us-east-1"
834+
},
835+
"hostname" : "api.ecr-public.us-east-1.amazonaws.com"
836+
},
837+
"us-west-2" : {
838+
"credentialScope" : {
839+
"region" : "us-west-2"
840+
},
841+
"hostname" : "api.ecr-public.us-west-2.amazonaws.com"
842+
}
843+
}
844+
},
829845
"api.elastic-inference" : {
830846
"endpoints" : {
831847
"ap-northeast-1" : {
@@ -7021,18 +7037,6 @@
70217037
"ap-southeast-1" : { },
70227038
"ap-southeast-2" : { },
70237039
"ca-central-1" : { },
7024-
"dataplane-ap-south-1" : {
7025-
"credentialScope" : {
7026-
"region" : "ap-south-1"
7027-
},
7028-
"hostname" : "greengrass-ats.iot.ap-south-1.amazonaws.com"
7029-
},
7030-
"dataplane-us-east-2" : {
7031-
"credentialScope" : {
7032-
"region" : "us-east-2"
7033-
},
7034-
"hostname" : "greengrass-ats.iot.us-east-2.amazonaws.com"
7035-
},
70367040
"eu-central-1" : { },
70377041
"eu-west-1" : { },
70387042
"eu-west-2" : { },
@@ -12585,6 +12589,11 @@
1258512589
}
1258612590
}
1258712591
},
12592+
"sagemaker-geospatial" : {
12593+
"endpoints" : {
12594+
"us-west-2" : { }
12595+
}
12596+
},
1258812597
"savingsplans" : {
1258912598
"endpoints" : {
1259012599
"aws-global" : {
@@ -16420,13 +16429,7 @@
1642016429
"protocols" : [ "https" ]
1642116430
},
1642216431
"endpoints" : {
16423-
"cn-north-1" : { },
16424-
"dataplane-cn-north-1" : {
16425-
"credentialScope" : {
16426-
"region" : "cn-north-1"
16427-
},
16428-
"hostname" : "greengrass.ats.iot.cn-north-1.amazonaws.com.cn"
16429-
}
16432+
"cn-north-1" : { }
1643016433
},
1643116434
"isRegionalized" : true
1643216435
},

0 commit comments

Comments
 (0)