Skip to content

Commit 989582c

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-12-19
1 parent f8fee42 commit 989582c

File tree

1 file changed

+28
-2
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+28
-2
lines changed

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

+28-2
Original file line numberDiff line numberDiff line change
@@ -27766,8 +27766,22 @@
2776627766
},
2776727767
"dlm": {
2776827768
"endpoints": {
27769-
"cn-north-1": {},
27770-
"cn-northwest-1": {}
27769+
"cn-north-1": {
27770+
"variants": [
27771+
{
27772+
"hostname": "dlm.cn-north-1.api.amazonwebservices.com.cn",
27773+
"tags": ["dualstack"]
27774+
}
27775+
]
27776+
},
27777+
"cn-northwest-1": {
27778+
"variants": [
27779+
{
27780+
"hostname": "dlm.cn-northwest-1.api.amazonwebservices.com.cn",
27781+
"tags": ["dualstack"]
27782+
}
27783+
]
27784+
}
2777127785
}
2777227786
},
2777327787
"dms": {
@@ -35624,6 +35638,18 @@
3562435638
"us-iso-east-1": {}
3562535639
}
3562635640
},
35641+
"organizations": {
35642+
"endpoints": {
35643+
"aws-iso-global": {
35644+
"credentialScope": {
35645+
"region": "us-iso-east-1"
35646+
},
35647+
"hostname": "organizations.us-iso-east-1.c2s.ic.gov"
35648+
}
35649+
},
35650+
"isRegionalized": false,
35651+
"partitionEndpoint": "aws-iso-global"
35652+
},
3562735653
"outposts": {
3562835654
"endpoints": {
3562935655
"us-iso-east-1": {}

0 commit comments

Comments
 (0)