Skip to content

Commit 4d440d5

Browse files
feat: update AWS service endpoints metadata
1 parent 26509ed commit 4d440d5

File tree

1 file changed

+8
-0
lines changed
  • codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen

1 file changed

+8
-0
lines changed

codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40170,6 +40170,14 @@
4017040170
"dnsSuffix" : "amazonaws.eu",
4017140171
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
4017240172
"tags" : [ "fips" ]
40173+
}, {
40174+
"dnsSuffix" : "api.amazonwebservices.eu",
40175+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
40176+
"tags" : [ "dualstack", "fips" ]
40177+
}, {
40178+
"dnsSuffix" : "api.amazonwebservices.eu",
40179+
"hostname" : "{service}.{region}.{dnsSuffix}",
40180+
"tags" : [ "dualstack" ]
4017340181
} ]
4017440182
},
4017540183
"dnsSuffix" : "amazonaws.eu",

0 commit comments

Comments
 (0)