Skip to content

Commit 9869a2b

Browse files
author
AWS SDK for Go v2 automation user
committed
Update endpoints model
1 parent a6b38c1 commit 9869a2b

File tree

1 file changed

+8
-0
lines changed
  • codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/codegen

1 file changed

+8
-0
lines changed

codegen/smithy-aws-go-codegen/src/main/resources/software/amazon/smithy/aws/go/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)