We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90d4514 commit 9817ab0Copy full SHA for 9817ab0
1 file changed
botocore/data/endpoints.json
@@ -40170,6 +40170,14 @@
40170
"dnsSuffix" : "amazonaws.eu",
40171
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
40172
"tags" : [ "fips" ]
40173
+ }, {
40174
+ "dnsSuffix" : "api.amazonwebservices.eu",
40175
+ "hostname" : "{service}-fips.{region}.{dnsSuffix}",
40176
+ "tags" : [ "dualstack", "fips" ]
40177
40178
40179
+ "hostname" : "{service}.{region}.{dnsSuffix}",
40180
+ "tags" : [ "dualstack" ]
40181
} ]
40182
},
40183
0 commit comments