Skip to content

Commit 03c239a

Browse files
authored
Fix endpoints for kendra-ranking (#4685)
Fix endpoints for kendra-ranking
1 parent 18b6b0a commit 03c239a

File tree

3 files changed

+329
-0
lines changed

3 files changed

+329
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"id": "74c9af99-629e-453b-97a0-af6251efd414",
3+
"type": "bugfix",
4+
"description": "endpoints were incorrect for kendra-ranking. this fixes that",
5+
"modules": [
6+
"."
7+
]
8+
}

aws/endpoints/defaults.go

+195
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

models/endpoints/endpoints.json

+126
Original file line numberDiff line numberDiff line change
@@ -8135,6 +8135,96 @@
81358135
}
81368136
}
81378137
},
8138+
"kendra-ranking" : {
8139+
"defaults" : {
8140+
"dnsSuffix" : "api.aws",
8141+
"variants" : [ {
8142+
"dnsSuffix" : "api.aws",
8143+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
8144+
"tags" : [ "fips" ]
8145+
} ]
8146+
},
8147+
"endpoints" : {
8148+
"af-south-1" : {
8149+
"hostname" : "kendra-ranking.af-south-1.api.aws"
8150+
},
8151+
"ap-east-1" : {
8152+
"hostname" : "kendra-ranking.ap-east-1.api.aws"
8153+
},
8154+
"ap-northeast-1" : {
8155+
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
8156+
},
8157+
"ap-northeast-2" : {
8158+
"hostname" : "kendra-ranking.ap-northeast-2.api.aws"
8159+
},
8160+
"ap-northeast-3" : {
8161+
"hostname" : "kendra-ranking.ap-northeast-3.api.aws"
8162+
},
8163+
"ap-south-1" : {
8164+
"hostname" : "kendra-ranking.ap-south-1.api.aws"
8165+
},
8166+
"ap-south-2" : {
8167+
"hostname" : "kendra-ranking.ap-south-2.api.aws"
8168+
},
8169+
"ap-southeast-1" : {
8170+
"hostname" : "kendra-ranking.ap-southeast-1.api.aws"
8171+
},
8172+
"ap-southeast-2" : {
8173+
"hostname" : "kendra-ranking.ap-southeast-2.api.aws"
8174+
},
8175+
"ap-southeast-3" : {
8176+
"hostname" : "kendra-ranking.ap-southeast-3.api.aws"
8177+
},
8178+
"ca-central-1" : {
8179+
"hostname" : "kendra-ranking.ca-central-1.api.aws"
8180+
},
8181+
"eu-central-1" : {
8182+
"hostname" : "kendra-ranking.eu-central-1.api.aws"
8183+
},
8184+
"eu-central-2" : {
8185+
"hostname" : "kendra-ranking.eu-central-2.api.aws"
8186+
},
8187+
"eu-north-1" : {
8188+
"hostname" : "kendra-ranking.eu-north-1.api.aws"
8189+
},
8190+
"eu-south-1" : {
8191+
"hostname" : "kendra-ranking.eu-south-1.api.aws"
8192+
},
8193+
"eu-south-2" : {
8194+
"hostname" : "kendra-ranking.eu-south-2.api.aws"
8195+
},
8196+
"eu-west-1" : {
8197+
"hostname" : "kendra-ranking.eu-west-1.api.aws"
8198+
},
8199+
"eu-west-2" : {
8200+
"hostname" : "kendra-ranking.eu-west-2.api.aws"
8201+
},
8202+
"eu-west-3" : {
8203+
"hostname" : "kendra-ranking.eu-west-3.api.aws"
8204+
},
8205+
"me-central-1" : {
8206+
"hostname" : "kendra-ranking.me-central-1.api.aws"
8207+
},
8208+
"me-south-1" : {
8209+
"hostname" : "kendra-ranking.me-south-1.api.aws"
8210+
},
8211+
"sa-east-1" : {
8212+
"hostname" : "kendra-ranking.sa-east-1.api.aws"
8213+
},
8214+
"us-east-1" : {
8215+
"hostname" : "kendra-ranking.us-east-1.api.aws"
8216+
},
8217+
"us-east-2" : {
8218+
"hostname" : "kendra-ranking.us-east-2.api.aws"
8219+
},
8220+
"us-west-1" : {
8221+
"hostname" : "kendra-ranking.us-west-1.api.aws"
8222+
},
8223+
"us-west-2" : {
8224+
"hostname" : "kendra-ranking.us-west-2.api.aws"
8225+
}
8226+
}
8227+
},
81388228
"kinesis" : {
81398229
"endpoints" : {
81408230
"af-south-1" : { },
@@ -17012,6 +17102,24 @@
1701217102
"cn-northwest-1" : { }
1701317103
}
1701417104
},
17105+
"kendra-ranking" : {
17106+
"defaults" : {
17107+
"dnsSuffix" : "api.amazonwebservices.com.cn",
17108+
"variants" : [ {
17109+
"dnsSuffix" : "api.amazonwebservices.com.cn",
17110+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
17111+
"tags" : [ "fips" ]
17112+
} ]
17113+
},
17114+
"endpoints" : {
17115+
"cn-north-1" : {
17116+
"hostname" : "kendra-ranking.cn-north-1.api.amazonwebservices.com.cn"
17117+
},
17118+
"cn-northwest-1" : {
17119+
"hostname" : "kendra-ranking.cn-northwest-1.api.amazonwebservices.com.cn"
17120+
}
17121+
}
17122+
},
1701517123
"kinesis" : {
1701617124
"endpoints" : {
1701717125
"cn-north-1" : { },
@@ -19592,6 +19700,24 @@
1959219700
}
1959319701
}
1959419702
},
19703+
"kendra-ranking" : {
19704+
"defaults" : {
19705+
"dnsSuffix" : "api.aws",
19706+
"variants" : [ {
19707+
"dnsSuffix" : "api.aws",
19708+
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
19709+
"tags" : [ "fips" ]
19710+
} ]
19711+
},
19712+
"endpoints" : {
19713+
"us-gov-east-1" : {
19714+
"hostname" : "kendra-ranking.us-gov-east-1.api.aws"
19715+
},
19716+
"us-gov-west-1" : {
19717+
"hostname" : "kendra-ranking.us-gov-west-1.api.aws"
19718+
}
19719+
}
19720+
},
1959519721
"kinesis" : {
1959619722
"endpoints" : {
1959719723
"us-gov-east-1" : {

0 commit comments

Comments
 (0)