Skip to content

Commit

Permalink
Merge pull request #2319 from aws/zoewang/endpointsfix
Browse files Browse the repository at this point in the history
Fix endpoints
  • Loading branch information
zoewangg authored Jan 9, 2023
2 parents d5ff6ac + 60667da commit 513ae7e
Showing 1 changed file with 126 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8135,6 +8135,96 @@
}
}
},
"kendra-ranking" : {
"defaults" : {
"dnsSuffix" : "api.aws",
"variants" : [ {
"dnsSuffix" : "api.aws",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"af-south-1" : {
"hostname" : "kendra-ranking.af-south-1.api.aws"
},
"ap-east-1" : {
"hostname" : "kendra-ranking.ap-east-1.api.aws"
},
"ap-northeast-1" : {
"hostname" : "kendra-ranking.ap-northeast-1.api.aws"
},
"ap-northeast-2" : {
"hostname" : "kendra-ranking.ap-northeast-2.api.aws"
},
"ap-northeast-3" : {
"hostname" : "kendra-ranking.ap-northeast-3.api.aws"
},
"ap-south-1" : {
"hostname" : "kendra-ranking.ap-south-1.api.aws"
},
"ap-south-2" : {
"hostname" : "kendra-ranking.ap-south-2.api.aws"
},
"ap-southeast-1" : {
"hostname" : "kendra-ranking.ap-southeast-1.api.aws"
},
"ap-southeast-2" : {
"hostname" : "kendra-ranking.ap-southeast-2.api.aws"
},
"ap-southeast-3" : {
"hostname" : "kendra-ranking.ap-southeast-3.api.aws"
},
"ca-central-1" : {
"hostname" : "kendra-ranking.ca-central-1.api.aws"
},
"eu-central-1" : {
"hostname" : "kendra-ranking.eu-central-1.api.aws"
},
"eu-central-2" : {
"hostname" : "kendra-ranking.eu-central-2.api.aws"
},
"eu-north-1" : {
"hostname" : "kendra-ranking.eu-north-1.api.aws"
},
"eu-south-1" : {
"hostname" : "kendra-ranking.eu-south-1.api.aws"
},
"eu-south-2" : {
"hostname" : "kendra-ranking.eu-south-2.api.aws"
},
"eu-west-1" : {
"hostname" : "kendra-ranking.eu-west-1.api.aws"
},
"eu-west-2" : {
"hostname" : "kendra-ranking.eu-west-2.api.aws"
},
"eu-west-3" : {
"hostname" : "kendra-ranking.eu-west-3.api.aws"
},
"me-central-1" : {
"hostname" : "kendra-ranking.me-central-1.api.aws"
},
"me-south-1" : {
"hostname" : "kendra-ranking.me-south-1.api.aws"
},
"sa-east-1" : {
"hostname" : "kendra-ranking.sa-east-1.api.aws"
},
"us-east-1" : {
"hostname" : "kendra-ranking.us-east-1.api.aws"
},
"us-east-2" : {
"hostname" : "kendra-ranking.us-east-2.api.aws"
},
"us-west-1" : {
"hostname" : "kendra-ranking.us-west-1.api.aws"
},
"us-west-2" : {
"hostname" : "kendra-ranking.us-west-2.api.aws"
}
}
},
"kinesis" : {
"endpoints" : {
"af-south-1" : { },
Expand Down Expand Up @@ -17012,6 +17102,24 @@
"cn-northwest-1" : { }
}
},
"kendra-ranking" : {
"defaults" : {
"dnsSuffix" : "api.amazonwebservices.com.cn",
"variants" : [ {
"dnsSuffix" : "api.amazonwebservices.com.cn",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"cn-north-1" : {
"hostname" : "kendra-ranking.cn-north-1.api.amazonwebservices.com.cn"
},
"cn-northwest-1" : {
"hostname" : "kendra-ranking.cn-northwest-1.api.amazonwebservices.com.cn"
}
}
},
"kinesis" : {
"endpoints" : {
"cn-north-1" : { },
Expand Down Expand Up @@ -19592,6 +19700,24 @@
}
}
},
"kendra-ranking" : {
"defaults" : {
"dnsSuffix" : "api.aws",
"variants" : [ {
"dnsSuffix" : "api.aws",
"hostname" : "{service}-fips.{region}.{dnsSuffix}",
"tags" : [ "fips" ]
} ]
},
"endpoints" : {
"us-gov-east-1" : {
"hostname" : "kendra-ranking.us-gov-east-1.api.aws"
},
"us-gov-west-1" : {
"hostname" : "kendra-ranking.us-gov-west-1.api.aws"
}
}
},
"kinesis" : {
"endpoints" : {
"us-gov-east-1" : {
Expand Down

0 comments on commit 513ae7e

Please sign in to comment.