Skip to content

Commit 71b38ed

Browse files
author
AWS
committed
Updated endpoints.json and partitions.json.
1 parent bdaf13a commit 71b38ed

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
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: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24512,8 +24512,18 @@
2451224512
},
2451324513
"dlm" : {
2451424514
"endpoints" : {
24515-
"cn-north-1" : { },
24516-
"cn-northwest-1" : { }
24515+
"cn-north-1" : {
24516+
"variants" : [ {
24517+
"hostname" : "dlm.cn-north-1.api.amazonwebservices.com.cn",
24518+
"tags" : [ "dualstack" ]
24519+
} ]
24520+
},
24521+
"cn-northwest-1" : {
24522+
"variants" : [ {
24523+
"hostname" : "dlm.cn-northwest-1.api.amazonwebservices.com.cn",
24524+
"tags" : [ "dualstack" ]
24525+
} ]
24526+
}
2451724527
}
2451824528
},
2451924529
"dms" : {
@@ -31568,6 +31578,18 @@
3156831578
"us-iso-east-1" : { }
3156931579
}
3157031580
},
31581+
"organizations" : {
31582+
"endpoints" : {
31583+
"aws-iso-global" : {
31584+
"credentialScope" : {
31585+
"region" : "us-iso-east-1"
31586+
},
31587+
"hostname" : "organizations.us-iso-east-1.c2s.ic.gov"
31588+
}
31589+
},
31590+
"isRegionalized" : false,
31591+
"partitionEndpoint" : "aws-iso-global"
31592+
},
3157131593
"outposts" : {
3157231594
"endpoints" : {
3157331595
"us-iso-east-1" : { }

0 commit comments

Comments
 (0)