Skip to content

Commit f43aa69

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-09-03
1 parent 92e1585 commit f43aa69

File tree

1 file changed

+43
-0
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+43
-0
lines changed

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

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28108,6 +28108,25 @@
2810828108
"us-west-2": {}
2810928109
}
2811028110
},
28111+
"sms": {
28112+
"endpoints": {
28113+
"fips-us-west-2": {
28114+
"credentialScope": {
28115+
"region": "us-west-2"
28116+
},
28117+
"deprecated": true,
28118+
"hostname": "sms-fips.us-west-2.amazonaws.com"
28119+
},
28120+
"us-west-2": {
28121+
"variants": [
28122+
{
28123+
"hostname": "sms-fips.us-west-2.amazonaws.com",
28124+
"tags": ["fips"]
28125+
}
28126+
]
28127+
}
28128+
}
28129+
},
2811128130
"sms-voice": {
2811228131
"endpoints": {
2811328132
"af-south-1": {
@@ -35789,6 +35808,11 @@
3578935808
}
3579035809
}
3579135810
},
35811+
"sms": {
35812+
"endpoints": {
35813+
"cn-north-1": {}
35814+
}
35815+
},
3579235816
"snowball": {
3579335817
"endpoints": {
3579435818
"cn-north-1": {
@@ -41571,6 +41595,25 @@
4157141595
}
4157241596
}
4157341597
},
41598+
"sms": {
41599+
"endpoints": {
41600+
"fips-us-gov-west-1": {
41601+
"credentialScope": {
41602+
"region": "us-gov-west-1"
41603+
},
41604+
"deprecated": true,
41605+
"hostname": "sms-fips.us-gov-west-1.amazonaws.com"
41606+
},
41607+
"us-gov-west-1": {
41608+
"variants": [
41609+
{
41610+
"hostname": "sms-fips.us-gov-west-1.amazonaws.com",
41611+
"tags": ["fips"]
41612+
}
41613+
]
41614+
}
41615+
}
41616+
},
4157441617
"sms-voice": {
4157541618
"endpoints": {
4157641619
"fips-us-gov-east-1": {

0 commit comments

Comments
 (0)