tencentcloud-sdk-nodejs 4.0.560 → 4.0.561
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +109 -0
- package/SERVICE_CHANGELOG.md +147 -262
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_client.ts +3 -0
- package/src/services/cdwch/v20200915/cdwch_models.ts +209 -0
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +45 -0
- package/src/services/scf/v20180416/scf_models.ts +11 -15
- package/src/services/thpc/v20220401/thpc_client.ts +3 -0
- package/src/services/thpc/v20220401/thpc_models.ts +4 -4
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -5
- package/src/services/wedata/v20210820/wedata_models.ts +36 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +47 -8
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +245 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +176 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +38 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -14
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +3 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -5
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +15 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +21 -3
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +210 -10
- package/test/redis.v20180412.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +32 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,112 @@
|
|
|
1
|
+
# Release 4.0.561
|
|
2
|
+
|
|
3
|
+
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
4
|
+
|
|
5
|
+
### 第 8 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-03-16 01:15:13
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增数据结构:
|
|
14
|
+
|
|
15
|
+
* [AttachCBSSpec](https://cloud.tencent.com/document/api/1299/83429#AttachCBSSpec)
|
|
16
|
+
* [InstanceStateInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceStateInfo)
|
|
17
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/1299/83429#ServiceInfo)
|
|
18
|
+
|
|
19
|
+
修改数据结构:
|
|
20
|
+
|
|
21
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
|
|
22
|
+
|
|
23
|
+
* 新增成员:Kind, IsElastic, InstanceStateInfo, HAZk, MountDiskType, CHProxyVip, CosBucketName, CanAttachCbs, CanAttachCbsLvm, CanAttachCos, Components, UpgradeVersions
|
|
24
|
+
|
|
25
|
+
* [NodesSummary](https://cloud.tencent.com/document/api/1299/83429#NodesSummary)
|
|
26
|
+
|
|
27
|
+
* 新增成员:AttachCBSSpec, SubProductType, SpecCore, SpecMemory, DiskCount, MaxDiskSize, Encrypt
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
## 云数据库Redis(redis) 版本:2018-04-12
|
|
33
|
+
|
|
34
|
+
### 第 62 次发布
|
|
35
|
+
|
|
36
|
+
发布时间:2023-03-16 02:04:37
|
|
37
|
+
|
|
38
|
+
本次发布包含了以下内容:
|
|
39
|
+
|
|
40
|
+
改善已有的文档。
|
|
41
|
+
|
|
42
|
+
新增接口:
|
|
43
|
+
|
|
44
|
+
* [DescribeSSLStatus](https://cloud.tencent.com/document/api/239/88703)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
49
|
+
|
|
50
|
+
### 第 146 次发布
|
|
51
|
+
|
|
52
|
+
发布时间:2023-03-16 02:29:21
|
|
53
|
+
|
|
54
|
+
本次发布包含了以下内容:
|
|
55
|
+
|
|
56
|
+
改善已有的文档。
|
|
57
|
+
|
|
58
|
+
修改接口:
|
|
59
|
+
|
|
60
|
+
* [CreateHaVip](https://cloud.tencent.com/document/api/215/30652)
|
|
61
|
+
|
|
62
|
+
* 新增入参:NetworkInterfaceId
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
68
|
+
|
|
69
|
+
### 第 21 次发布
|
|
70
|
+
|
|
71
|
+
发布时间:2023-03-16 02:33:23
|
|
72
|
+
|
|
73
|
+
本次发布包含了以下内容:
|
|
74
|
+
|
|
75
|
+
改善已有的文档。
|
|
76
|
+
|
|
77
|
+
修改数据结构:
|
|
78
|
+
|
|
79
|
+
* [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
|
|
80
|
+
|
|
81
|
+
* 新增成员:TemplateSql, SubQualityDim, TargetObjectType, TargetObjectDataType, TargetObjectDataTypeName, TargetObjectValue
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
87
|
+
|
|
88
|
+
### 第 12 次发布
|
|
89
|
+
|
|
90
|
+
发布时间:2023-03-16 02:35:06
|
|
91
|
+
|
|
92
|
+
本次发布包含了以下内容:
|
|
93
|
+
|
|
94
|
+
改善已有的文档。
|
|
95
|
+
|
|
96
|
+
新增接口:
|
|
97
|
+
|
|
98
|
+
* [DescribeLiveVipTradeInfos](https://cloud.tencent.com/document/api/1592/88707)
|
|
99
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1592/88706)
|
|
100
|
+
* [RechargeLiveVip](https://cloud.tencent.com/document/api/1592/88705)
|
|
101
|
+
|
|
102
|
+
新增数据结构:
|
|
103
|
+
|
|
104
|
+
* [LiveVipTradeInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipTradeInfo)
|
|
105
|
+
* [LiveVipUserInfo](https://cloud.tencent.com/document/api/1592/76191#LiveVipUserInfo)
|
|
106
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1592/76191#UserInfo)
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
1
110
|
# Release 4.0.560
|
|
2
111
|
|
|
3
112
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|