Skip to content

Commit e31f957

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2024-04-05
1 parent 8f5691c commit e31f957

File tree

1 file changed

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

1 file changed

+64
-0
lines changed

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

+64
Original file line numberDiff line numberDiff line change
@@ -12187,6 +12187,7 @@
1218712187
"ap-southeast-3": {},
1218812188
"ap-southeast-4": {},
1218912189
"ca-central-1": {},
12190+
"ca-west-1": {},
1219012191
"eu-central-1": {},
1219112192
"eu-central-2": {},
1219212193
"eu-north-1": {},
@@ -14851,6 +14852,12 @@
1485114852
},
1485214853
"hostname": "portal.sso.ap-south-1.amazonaws.com"
1485314854
},
14855+
"ap-south-2": {
14856+
"credentialScope": {
14857+
"region": "ap-south-2"
14858+
},
14859+
"hostname": "portal.sso.ap-south-2.amazonaws.com"
14860+
},
1485414861
"ap-southeast-1": {
1485514862
"credentialScope": {
1485614863
"region": "ap-southeast-1"
@@ -14905,6 +14912,12 @@
1490514912
},
1490614913
"hostname": "portal.sso.eu-south-1.amazonaws.com"
1490714914
},
14915+
"eu-south-2": {
14916+
"credentialScope": {
14917+
"region": "eu-south-2"
14918+
},
14919+
"hostname": "portal.sso.eu-south-2.amazonaws.com"
14920+
},
1490814921
"eu-west-1": {
1490914922
"credentialScope": {
1491014923
"region": "eu-west-1"
@@ -16496,15 +16509,26 @@
1649616509
},
1649716510
"rum": {
1649816511
"endpoints": {
16512+
"af-south-1": {},
1649916513
"ap-northeast-1": {},
16514+
"ap-northeast-2": {},
16515+
"ap-northeast-3": {},
16516+
"ap-south-1": {},
1650016517
"ap-southeast-1": {},
1650116518
"ap-southeast-2": {},
16519+
"ap-southeast-3": {},
16520+
"ca-central-1": {},
1650216521
"eu-central-1": {},
1650316522
"eu-north-1": {},
16523+
"eu-south-1": {},
1650416524
"eu-west-1": {},
1650516525
"eu-west-2": {},
16526+
"eu-west-3": {},
16527+
"me-south-1": {},
16528+
"sa-east-1": {},
1650616529
"us-east-1": {},
1650716530
"us-east-2": {},
16531+
"us-west-1": {},
1650816532
"us-west-2": {}
1650916533
}
1651016534
},
@@ -19991,6 +20015,7 @@
1999120015
"ap-northeast-2": {},
1999220016
"ap-northeast-3": {},
1999320017
"ap-south-1": {},
20018+
"ap-south-2": {},
1999420019
"ap-southeast-1": {},
1999520020
"ap-southeast-2": {},
1999620021
"ap-southeast-3": {},
@@ -20000,6 +20025,7 @@
2000020025
"eu-central-2": {},
2000120026
"eu-north-1": {},
2000220027
"eu-south-1": {},
20028+
"eu-south-2": {},
2000320029
"eu-west-1": {},
2000420030
"eu-west-2": {},
2000520031
"eu-west-3": {},
@@ -30052,6 +30078,44 @@
3005230078
"us-iso-west-1": {}
3005330079
}
3005430080
},
30081+
"fsx": {
30082+
"endpoints": {
30083+
"fips-prod-us-iso-east-1": {
30084+
"credentialScope": {
30085+
"region": "us-iso-east-1"
30086+
},
30087+
"deprecated": true,
30088+
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov"
30089+
},
30090+
"fips-us-iso-east-1": {
30091+
"credentialScope": {
30092+
"region": "us-iso-east-1"
30093+
},
30094+
"deprecated": true,
30095+
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov"
30096+
},
30097+
"prod-us-iso-east-1": {
30098+
"credentialScope": {
30099+
"region": "us-iso-east-1"
30100+
},
30101+
"deprecated": true,
30102+
"variants": [
30103+
{
30104+
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov",
30105+
"tags": ["fips"]
30106+
}
30107+
]
30108+
},
30109+
"us-iso-east-1": {
30110+
"variants": [
30111+
{
30112+
"hostname": "fsx-fips.us-iso-east-1.c2s.ic.gov",
30113+
"tags": ["fips"]
30114+
}
30115+
]
30116+
}
30117+
}
30118+
},
3005530119
"glacier": {
3005630120
"endpoints": {
3005730121
"us-iso-east-1": {

0 commit comments

Comments
 (0)