Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2024-12-19
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Dec 19, 2024
1 parent f8fee42 commit 989582c
Showing 1 changed file with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27766,8 +27766,22 @@
},
"dlm": {
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
"cn-north-1": {
"variants": [
{
"hostname": "dlm.cn-north-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
},
"cn-northwest-1": {
"variants": [
{
"hostname": "dlm.cn-northwest-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
}
}
},
"dms": {
Expand Down Expand Up @@ -35624,6 +35638,18 @@
"us-iso-east-1": {}
}
},
"organizations": {
"endpoints": {
"aws-iso-global": {
"credentialScope": {
"region": "us-iso-east-1"
},
"hostname": "organizations.us-iso-east-1.c2s.ic.gov"
}
},
"isRegionalized": false,
"partitionEndpoint": "aws-iso-global"
},
"outposts": {
"endpoints": {
"us-iso-east-1": {}
Expand Down

0 comments on commit 989582c

Please sign in to comment.