Skip to content

Commit caeedeb

Browse files
author
awstools
committed
feat(clients): update client endpoints as of 2022-07-27
1 parent df77d8b commit caeedeb

File tree

2 files changed

+32
-2
lines changed
  • clients/client-firehose/src
  • codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen

2 files changed

+32
-2
lines changed

clients/client-firehose/src/endpoints.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ import { getRegionInfo, PartitionHash, RegionHash } from "@aws-sdk/config-resolv
33
import { RegionInfoProvider, RegionInfoProviderOptions } from "@aws-sdk/types";
44

55
const regionHash: RegionHash = {
6+
"cn-north-1": {
7+
variants: [
8+
{
9+
hostname: "firehose.cn-north-1.api.amazonwebservices.com.cn",
10+
tags: ["dualstack"],
11+
},
12+
],
13+
},
14+
"cn-northwest-1": {
15+
variants: [
16+
{
17+
hostname: "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
18+
tags: ["dualstack"],
19+
},
20+
],
21+
},
622
"us-east-1": {
723
variants: [
824
{

codegen/smithy-aws-typescript-codegen/src/main/resources/software/amazon/smithy/aws/typescript/codegen/endpoints.json

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16117,8 +16117,22 @@
1611716117
},
1611816118
"firehose": {
1611916119
"endpoints": {
16120-
"cn-north-1": {},
16121-
"cn-northwest-1": {}
16120+
"cn-north-1": {
16121+
"variants": [
16122+
{
16123+
"hostname": "firehose.cn-north-1.api.amazonwebservices.com.cn",
16124+
"tags": ["dualstack"]
16125+
}
16126+
]
16127+
},
16128+
"cn-northwest-1": {
16129+
"variants": [
16130+
{
16131+
"hostname": "firehose.cn-northwest-1.api.amazonwebservices.com.cn",
16132+
"tags": ["dualstack"]
16133+
}
16134+
]
16135+
}
1612216136
}
1612316137
},
1612416138
"fms": {

0 commit comments

Comments
 (0)