Skip to content

Commit 9e016c8

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-02-21
1 parent 69ece5c commit 9e016c8

File tree

1 file changed

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

1 file changed

+45
-3
lines changed

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

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38341,8 +38341,36 @@
3834138341
},
3834238342
"config": {
3834338343
"endpoints": {
38344-
"us-iso-east-1": {},
38345-
"us-iso-west-1": {}
38344+
"fips-us-iso-east-1": {
38345+
"credentialScope": {
38346+
"region": "us-iso-east-1"
38347+
},
38348+
"deprecated": true,
38349+
"hostname": "config-fips.us-iso-east-1.c2s.ic.gov"
38350+
},
38351+
"fips-us-iso-west-1": {
38352+
"credentialScope": {
38353+
"region": "us-iso-west-1"
38354+
},
38355+
"deprecated": true,
38356+
"hostname": "config-fips.us-iso-west-1.c2s.ic.gov"
38357+
},
38358+
"us-iso-east-1": {
38359+
"variants": [
38360+
{
38361+
"hostname": "config-fips.us-iso-east-1.c2s.ic.gov",
38362+
"tags": ["fips"]
38363+
}
38364+
]
38365+
},
38366+
"us-iso-west-1": {
38367+
"variants": [
38368+
{
38369+
"hostname": "config-fips.us-iso-west-1.c2s.ic.gov",
38370+
"tags": ["fips"]
38371+
}
38372+
]
38373+
}
3834638374
}
3834738375
},
3834838376
"datapipeline": {
@@ -39392,7 +39420,21 @@
3939239420
},
3939339421
"config": {
3939439422
"endpoints": {
39395-
"us-isob-east-1": {}
39423+
"fips-us-isob-east-1": {
39424+
"credentialScope": {
39425+
"region": "us-isob-east-1"
39426+
},
39427+
"deprecated": true,
39428+
"hostname": "config-fips.us-isob-east-1.sc2s.sgov.gov"
39429+
},
39430+
"us-isob-east-1": {
39431+
"variants": [
39432+
{
39433+
"hostname": "config-fips.us-isob-east-1.sc2s.sgov.gov",
39434+
"tags": ["fips"]
39435+
}
39436+
]
39437+
}
3939639438
}
3939739439
},
3939839440
"directconnect": {

0 commit comments

Comments
 (0)