Skip to content

Commit

Permalink
feat(clients): update client endpoints as of 2022-07-27
Browse files Browse the repository at this point in the history
  • Loading branch information
awstools committed Jul 27, 2022
1 parent df77d8b commit caeedeb
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
16 changes: 16 additions & 0 deletions clients/client-firehose/src/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";

const regionHash: RegionHash = {
"cn-north-1": {
variants: [
{
hostname: "firehose.cn-north-1.api.amazonwebservices.com.cn",
tags: ["dualstack"],
},
],
},
"cn-northwest-1": {
variants: [
{
hostname: "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
tags: ["dualstack"],
},
],
},
"us-east-1": {
variants: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16117,8 +16117,22 @@
},
"firehose": {
"endpoints": {
"cn-north-1": {},
"cn-northwest-1": {}
"cn-north-1": {
"variants": [
{
"hostname": "firehose.cn-north-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
},
"cn-northwest-1": {
"variants": [
{
"hostname": "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
"tags": ["dualstack"]
}
]
}
}
},
"fms": {
Expand Down

0 comments on commit caeedeb

Please sign in to comment.