Skip to content

Commit dbe1c5f

Browse files
authored
fix(KendraRanking): set endpoint to dualstack by default (#4319)
1 parent 9460a45 commit dbe1c5f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "bugfix",
3+
"category": "KendraRanking",
4+
"description": "Set endpoint to dualstack by default"
5+
}

lib/region_config_data.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
"signatureVersion": "v2"
7070
},
7171
"*/resource-explorer-2": "dualstackByDefault",
72+
"*/kendra-ranking": "dualstackByDefault",
7273
"*/codecatalyst": "globalDualstackByDefault"
7374
},
7475

@@ -131,6 +132,7 @@
131132
"endpoint": "route53.us-gov.amazonaws.com"
132133
},
133134
"*/resource-explorer-2": "fipsDualstackByDefault",
135+
"*/kendra-ranking": "dualstackByDefault",
134136
"*/codecatalyst": "fipsGlobalDualstackByDefault"
135137
},
136138

0 commit comments

Comments
 (0)