Skip to content

Commit ce403bb

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent 0e4acac commit ce403bb

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
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: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10084,6 +10084,36 @@
1008410084
"us-west-2" : { }
1008510085
}
1008610086
},
10087+
"oam" : {
10088+
"endpoints" : {
10089+
"af-south-1" : { },
10090+
"ap-east-1" : { },
10091+
"ap-northeast-1" : { },
10092+
"ap-northeast-2" : { },
10093+
"ap-northeast-3" : { },
10094+
"ap-south-1" : { },
10095+
"ap-south-2" : { },
10096+
"ap-southeast-1" : { },
10097+
"ap-southeast-2" : { },
10098+
"ap-southeast-3" : { },
10099+
"ca-central-1" : { },
10100+
"eu-central-1" : { },
10101+
"eu-central-2" : { },
10102+
"eu-north-1" : { },
10103+
"eu-south-1" : { },
10104+
"eu-south-2" : { },
10105+
"eu-west-1" : { },
10106+
"eu-west-2" : { },
10107+
"eu-west-3" : { },
10108+
"me-central-1" : { },
10109+
"me-south-1" : { },
10110+
"sa-east-1" : { },
10111+
"us-east-1" : { },
10112+
"us-east-2" : { },
10113+
"us-west-1" : { },
10114+
"us-west-2" : { }
10115+
}
10116+
},
1008710117
"oidc" : {
1008810118
"endpoints" : {
1008910119
"ap-east-1" : {
@@ -21078,7 +21108,8 @@
2107821108
},
2107921109
"firehose" : {
2108021110
"endpoints" : {
21081-
"us-iso-east-1" : { }
21111+
"us-iso-east-1" : { },
21112+
"us-iso-west-1" : { }
2108221113
}
2108321114
},
2108421115
"glacier" : {

0 commit comments

Comments
 (0)