Skip to content

Commit 1b512d0

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-02-02
1 parent 66c026c commit 1b512d0

File tree

1 file changed

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

1 file changed

+52
-0
lines changed

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

+52
Original file line numberDiff line numberDiff line change
@@ -18624,8 +18624,10 @@
1862418624
},
1862518625
"sms-voice": {
1862618626
"endpoints": {
18627+
"af-south-1": {},
1862718628
"ap-northeast-1": {},
1862818629
"ap-northeast-2": {},
18630+
"ap-northeast-3": {},
1862918631
"ap-south-1": {},
1863018632
"ap-south-2": {},
1863118633
"ap-southeast-1": {},
@@ -18642,9 +18644,12 @@
1864218644
},
1864318645
"eu-central-1": {},
1864418646
"eu-central-2": {},
18647+
"eu-north-1": {},
18648+
"eu-south-1": {},
1864518649
"eu-south-2": {},
1864618650
"eu-west-1": {},
1864718651
"eu-west-2": {},
18652+
"eu-west-3": {},
1864818653
"fips-ca-central-1": {
1864918654
"credentialScope": {
1865018655
"region": "ca-central-1"
@@ -18659,6 +18664,20 @@
1865918664
"deprecated": true,
1866018665
"hostname": "sms-voice-fips.us-east-1.amazonaws.com"
1866118666
},
18667+
"fips-us-east-2": {
18668+
"credentialScope": {
18669+
"region": "us-east-2"
18670+
},
18671+
"deprecated": true,
18672+
"hostname": "sms-voice-fips.us-east-2.amazonaws.com"
18673+
},
18674+
"fips-us-west-1": {
18675+
"credentialScope": {
18676+
"region": "us-west-1"
18677+
},
18678+
"deprecated": true,
18679+
"hostname": "sms-voice-fips.us-west-1.amazonaws.com"
18680+
},
1866218681
"fips-us-west-2": {
1866318682
"credentialScope": {
1866418683
"region": "us-west-2"
@@ -18668,6 +18687,8 @@
1866818687
},
1866918688
"il-central-1": {},
1867018689
"me-central-1": {},
18690+
"me-south-1": {},
18691+
"sa-east-1": {},
1867118692
"us-east-1": {
1867218693
"variants": [
1867318694
{
@@ -18676,6 +18697,22 @@
1867618697
}
1867718698
]
1867818699
},
18700+
"us-east-2": {
18701+
"variants": [
18702+
{
18703+
"hostname": "sms-voice-fips.us-east-2.amazonaws.com",
18704+
"tags": ["fips"]
18705+
}
18706+
]
18707+
},
18708+
"us-west-1": {
18709+
"variants": [
18710+
{
18711+
"hostname": "sms-voice-fips.us-west-1.amazonaws.com",
18712+
"tags": ["fips"]
18713+
}
18714+
]
18715+
},
1867918716
"us-west-2": {
1868018717
"variants": [
1868118718
{
@@ -28277,13 +28314,28 @@
2827728314
},
2827828315
"sms-voice": {
2827928316
"endpoints": {
28317+
"fips-us-gov-east-1": {
28318+
"credentialScope": {
28319+
"region": "us-gov-east-1"
28320+
},
28321+
"deprecated": true,
28322+
"hostname": "sms-voice-fips.us-gov-east-1.amazonaws.com"
28323+
},
2828028324
"fips-us-gov-west-1": {
2828128325
"credentialScope": {
2828228326
"region": "us-gov-west-1"
2828328327
},
2828428328
"deprecated": true,
2828528329
"hostname": "sms-voice-fips.us-gov-west-1.amazonaws.com"
2828628330
},
28331+
"us-gov-east-1": {
28332+
"variants": [
28333+
{
28334+
"hostname": "sms-voice-fips.us-gov-east-1.amazonaws.com",
28335+
"tags": ["fips"]
28336+
}
28337+
]
28338+
},
2828728339
"us-gov-west-1": {
2828828340
"variants": [
2828928341
{

0 commit comments

Comments
 (0)