Skip to content

Commit 94e5c18

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2023-11-27
1 parent 71df280 commit 94e5c18

File tree

1 file changed

+118
-3
lines changed
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

1 file changed

+118
-3
lines changed

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

Lines changed: 118 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4652,6 +4652,16 @@
46524652
}
46534653
}
46544654
},
4655+
"cost-optimization-hub": {
4656+
"endpoints": {
4657+
"us-east-1": {
4658+
"credentialScope": {
4659+
"region": "us-east-1"
4660+
},
4661+
"hostname": "cost-optimization-hub.us-east-1.amazonaws.com"
4662+
}
4663+
}
4664+
},
46554665
"cur": {
46564666
"endpoints": {
46574667
"us-east-1": {}
@@ -22890,6 +22900,12 @@
2289022900
}
2289122901
}
2289222902
},
22903+
"arc-zonal-shift": {
22904+
"endpoints": {
22905+
"us-gov-east-1": {},
22906+
"us-gov-west-1": {}
22907+
}
22908+
},
2289322909
"athena": {
2289422910
"endpoints": {
2289522911
"fips-us-gov-east-1": {
@@ -28067,8 +28083,74 @@
2806728083
},
2806828084
"rds": {
2806928085
"endpoints": {
28070-
"us-iso-east-1": {},
28071-
"us-iso-west-1": {}
28086+
"rds-fips.us-iso-east-1": {
28087+
"credentialScope": {
28088+
"region": "us-iso-east-1"
28089+
},
28090+
"deprecated": true,
28091+
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov"
28092+
},
28093+
"rds-fips.us-iso-west-1": {
28094+
"credentialScope": {
28095+
"region": "us-iso-west-1"
28096+
},
28097+
"deprecated": true,
28098+
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov"
28099+
},
28100+
"rds.us-iso-east-1": {
28101+
"credentialScope": {
28102+
"region": "us-iso-east-1"
28103+
},
28104+
"deprecated": true,
28105+
"variants": [
28106+
{
28107+
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov",
28108+
"tags": ["fips"]
28109+
}
28110+
]
28111+
},
28112+
"rds.us-iso-west-1": {
28113+
"credentialScope": {
28114+
"region": "us-iso-west-1"
28115+
},
28116+
"deprecated": true,
28117+
"variants": [
28118+
{
28119+
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov",
28120+
"tags": ["fips"]
28121+
}
28122+
]
28123+
},
28124+
"us-iso-east-1": {
28125+
"variants": [
28126+
{
28127+
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov",
28128+
"tags": ["fips"]
28129+
}
28130+
]
28131+
},
28132+
"us-iso-east-1-fips": {
28133+
"credentialScope": {
28134+
"region": "us-iso-east-1"
28135+
},
28136+
"deprecated": true,
28137+
"hostname": "rds-fips.us-iso-east-1.c2s.ic.gov"
28138+
},
28139+
"us-iso-west-1": {
28140+
"variants": [
28141+
{
28142+
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov",
28143+
"tags": ["fips"]
28144+
}
28145+
]
28146+
},
28147+
"us-iso-west-1-fips": {
28148+
"credentialScope": {
28149+
"region": "us-iso-west-1"
28150+
},
28151+
"deprecated": true,
28152+
"hostname": "rds-fips.us-iso-west-1.c2s.ic.gov"
28153+
}
2807228154
}
2807328155
},
2807428156
"redshift": {
@@ -28595,7 +28677,40 @@
2859528677
},
2859628678
"rds": {
2859728679
"endpoints": {
28598-
"us-isob-east-1": {}
28680+
"rds-fips.us-isob-east-1": {
28681+
"credentialScope": {
28682+
"region": "us-isob-east-1"
28683+
},
28684+
"deprecated": true,
28685+
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28686+
},
28687+
"rds.us-isob-east-1": {
28688+
"credentialScope": {
28689+
"region": "us-isob-east-1"
28690+
},
28691+
"deprecated": true,
28692+
"variants": [
28693+
{
28694+
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28695+
"tags": ["fips"]
28696+
}
28697+
]
28698+
},
28699+
"us-isob-east-1": {
28700+
"variants": [
28701+
{
28702+
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov",
28703+
"tags": ["fips"]
28704+
}
28705+
]
28706+
},
28707+
"us-isob-east-1-fips": {
28708+
"credentialScope": {
28709+
"region": "us-isob-east-1"
28710+
},
28711+
"deprecated": true,
28712+
"hostname": "rds-fips.us-isob-east-1.sc2s.sgov.gov"
28713+
}
2859928714
}
2860028715
},
2860128716
"redshift": {

0 commit comments

Comments
 (0)