Skip to content

Commit e277090

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2025-11-25
1 parent 0eb20e8 commit e277090

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46194,6 +46194,16 @@
4619446194
"dnsSuffix": "amazonaws.eu",
4619546195
"hostname": "{service}-fips.{region}.{dnsSuffix}",
4619646196
"tags": ["fips"]
46197+
},
46198+
{
46199+
"dnsSuffix": "api.amazonwebservices.eu",
46200+
"hostname": "{service}-fips.{region}.{dnsSuffix}",
46201+
"tags": ["dualstack", "fips"]
46202+
},
46203+
{
46204+
"dnsSuffix": "api.amazonwebservices.eu",
46205+
"hostname": "{service}.{region}.{dnsSuffix}",
46206+
"tags": ["dualstack"]
4619746207
}
4619846208
]
4619946209
},

0 commit comments

Comments
 (0)