tencentcloud-sdk-nodejs 4.0.340 → 4.0.341

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.
Files changed (57) hide show
  1. package/CHANGELOG.md +199 -0
  2. package/SERVICE_CHANGELOG.md +313 -43
  3. package/package.json +1 -1
  4. package/products.md +9 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  7. package/src/services/ccc/v20200210/ccc_client.ts +1 -1
  8. package/src/services/ccc/v20200210/ccc_models.ts +31 -30
  9. package/src/services/cdc/index.ts +5 -0
  10. package/src/services/cdc/v20201214/cdc_client.ts +286 -0
  11. package/src/services/cdc/v20201214/cdc_models.ts +1651 -0
  12. package/src/services/cdc/v20201214/index.ts +6 -0
  13. package/src/services/cwp/v20180228/cwp_models.ts +5 -0
  14. package/src/services/index.ts +1 -0
  15. package/src/services/lighthouse/v20200324/lighthouse_client.ts +12 -2
  16. package/src/services/redis/v20180412/redis_client.ts +13 -1
  17. package/src/services/redis/v20180412/redis_models.ts +41 -11
  18. package/src/services/tiw/v20190919/tiw_client.ts +3 -2
  19. package/src/services/tiw/v20190919/tiw_models.ts +79 -38
  20. package/src/services/trtc/v20190722/trtc_client.ts +215 -142
  21. package/src/services/trtc/v20190722/trtc_models.ts +772 -140
  22. package/src/services/vod/v20180717/vod_client.ts +32 -15
  23. package/src/services/vod/v20180717/vod_models.ts +56 -0
  24. package/tencentcloud/common/sdk_version.d.ts +1 -1
  25. package/tencentcloud/common/sdk_version.js +1 -1
  26. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
  27. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -1
  28. package/tencentcloud/services/ccc/v20200210/ccc_client.js +1 -1
  29. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +29 -28
  30. package/tencentcloud/services/cdc/index.d.ts +6 -0
  31. package/tencentcloud/services/cdc/index.js +7 -0
  32. package/tencentcloud/services/cdc/v20201214/cdc_client.d.ts +90 -0
  33. package/tencentcloud/services/cdc/v20201214/cdc_client.js +151 -0
  34. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +1370 -0
  35. package/tencentcloud/services/cdc/v20201214/cdc_models.js +18 -0
  36. package/tencentcloud/services/cdc/v20201214/index.d.ts +6 -0
  37. package/tencentcloud/services/cdc/v20201214/index.js +9 -0
  38. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -0
  39. package/tencentcloud/services/index.d.ts +1 -0
  40. package/tencentcloud/services/index.js +2 -0
  41. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +12 -2
  42. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +12 -2
  43. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  44. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  45. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +36 -10
  46. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  47. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +69 -33
  48. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +95 -68
  49. package/tencentcloud/services/trtc/v20190722/trtc_client.js +121 -86
  50. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +671 -134
  51. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +14 -6
  52. package/tencentcloud/services/vod/v20180717/vod_client.js +17 -7
  53. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +48 -0
  54. package/test/cdc.v20201214.test.js +221 -0
  55. package/test/redis.v20180412.test.js +10 -0
  56. package/test/trtc.v20190722.test.js +74 -34
  57. package/test/vod.v20180717.test.js +14 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,202 @@
1
+ # Release 4.0.341
2
+
3
+ ## DDoS 防护(antiddos) 版本:2020-03-09
4
+
5
+ ### 第 32 次发布
6
+
7
+ 发布时间:2022-05-17 06:03:35
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
16
+
17
+ * 新增入参:FilterEnterpriseFlag
18
+
19
+
20
+
21
+
22
+ ## 本地专用集群(cdc) 版本:2020-12-14
23
+
24
+ ### 第 2 次发布
25
+
26
+ 发布时间:2022-05-16 17:18:07
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 新增接口:
33
+
34
+ * [CreateDedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73769)
35
+ * [CreateSite](https://cloud.tencent.com/document/api/1346/73768)
36
+ * [DeleteDedicatedClusters](https://cloud.tencent.com/document/api/1346/73767)
37
+ * [DeleteSites](https://cloud.tencent.com/document/api/1346/73766)
38
+ * [DescribeDedicatedClusterCosCapacity](https://cloud.tencent.com/document/api/1346/73765)
39
+ * [DescribeDedicatedClusterHostStatistics](https://cloud.tencent.com/document/api/1346/73764)
40
+ * [DescribeDedicatedClusterHosts](https://cloud.tencent.com/document/api/1346/73763)
41
+ * [DescribeDedicatedClusterInstanceTypes](https://cloud.tencent.com/document/api/1346/73762)
42
+ * [DescribeDedicatedClusterOrders](https://cloud.tencent.com/document/api/1346/73761)
43
+ * [DescribeDedicatedClusterOverview](https://cloud.tencent.com/document/api/1346/73760)
44
+ * [DescribeDedicatedClusterTypes](https://cloud.tencent.com/document/api/1346/73759)
45
+ * [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/1346/73758)
46
+ * [DescribeDedicatedSupportedZones](https://cloud.tencent.com/document/api/1346/73757)
47
+ * [DescribeSites](https://cloud.tencent.com/document/api/1346/73756)
48
+ * [DescribeSitesDetail](https://cloud.tencent.com/document/api/1346/73755)
49
+ * [ModifyDedicatedClusterInfo](https://cloud.tencent.com/document/api/1346/73754)
50
+ * [ModifyOrderStatus](https://cloud.tencent.com/document/api/1346/73753)
51
+ * [ModifySiteDeviceInfo](https://cloud.tencent.com/document/api/1346/73752)
52
+ * [ModifySiteInfo](https://cloud.tencent.com/document/api/1346/73751)
53
+
54
+ 新增数据结构:
55
+
56
+ * [CbsInfo](https://cloud.tencent.com/document/api/1346/73770#CbsInfo)
57
+ * [CosCapacity](https://cloud.tencent.com/document/api/1346/73770#CosCapacity)
58
+ * [CosInfo](https://cloud.tencent.com/document/api/1346/73770#CosInfo)
59
+ * [DedicatedCluster](https://cloud.tencent.com/document/api/1346/73770#DedicatedCluster)
60
+ * [DedicatedClusterInstanceType](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterInstanceType)
61
+ * [DedicatedClusterOrder](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrder)
62
+ * [DedicatedClusterOrderItem](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterOrderItem)
63
+ * [DedicatedClusterType](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterType)
64
+ * [DedicatedClusterTypeInfo](https://cloud.tencent.com/document/api/1346/73770#DedicatedClusterTypeInfo)
65
+ * [HostInfo](https://cloud.tencent.com/document/api/1346/73770#HostInfo)
66
+ * [HostStatistic](https://cloud.tencent.com/document/api/1346/73770#HostStatistic)
67
+ * [RegionZoneInfo](https://cloud.tencent.com/document/api/1346/73770#RegionZoneInfo)
68
+ * [Site](https://cloud.tencent.com/document/api/1346/73770#Site)
69
+ * [SiteDetail](https://cloud.tencent.com/document/api/1346/73770#SiteDetail)
70
+ * [ZoneInfo](https://cloud.tencent.com/document/api/1346/73770#ZoneInfo)
71
+
72
+ ### 第 1 次发布
73
+
74
+ 发布时间:2022-05-16 14:37:22
75
+
76
+ 本次发布包含了以下内容:
77
+
78
+ 改善已有的文档。
79
+
80
+ 新增接口:
81
+
82
+ * [CreateDedicatedCluster](https://cloud.tencent.com/document/api/1346/73710)
83
+
84
+
85
+
86
+ ## 主机安全(cwp) 版本:2018-02-28
87
+
88
+ ### 第 41 次发布
89
+
90
+ 发布时间:2022-05-17 06:07:58
91
+
92
+ 本次发布包含了以下内容:
93
+
94
+ 改善已有的文档。
95
+
96
+ 修改接口:
97
+
98
+ * [DescribeHistoryService](https://cloud.tencent.com/document/api/296/55727)
99
+
100
+ * 新增出参:StartTime
101
+
102
+
103
+
104
+
105
+ ## 云数据库 Redis(redis) 版本:2018-04-12
106
+
107
+ ### 第 44 次发布
108
+
109
+ 发布时间:2022-05-17 06:14:17
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 新增接口:
116
+
117
+ * [ModifyInstanceReadOnly](https://cloud.tencent.com/document/api/239/73781)
118
+
119
+
120
+
121
+ ## 互动白板(tiw) 版本:2019-09-19
122
+
123
+ ### 第 25 次发布
124
+
125
+ 发布时间:2022-05-17 06:17:19
126
+
127
+ 本次发布包含了以下内容:
128
+
129
+ 改善已有的文档。
130
+
131
+ 修改接口:
132
+
133
+ * [StartWhiteboardPush](https://cloud.tencent.com/document/api/1137/52081)
134
+
135
+ * 新增入参:IMAuthParam, TRTCAuthParam
136
+
137
+
138
+ 新增数据结构:
139
+
140
+ * [AuthParam](https://cloud.tencent.com/document/api/1137/40068#AuthParam)
141
+
142
+
143
+
144
+ ## 实时音视频(trtc) 版本:2019-07-22
145
+
146
+ ### 第 29 次发布
147
+
148
+ 发布时间:2022-05-17 06:17:44
149
+
150
+ 本次发布包含了以下内容:
151
+
152
+ 改善已有的文档。
153
+
154
+ 新增接口:
155
+
156
+ * [CreateCloudRecording](https://cloud.tencent.com/document/api/647/73786)
157
+ * [DeleteCloudRecording](https://cloud.tencent.com/document/api/647/73785)
158
+ * [DescribeCloudRecording](https://cloud.tencent.com/document/api/647/73784)
159
+ * [ModifyCloudRecording](https://cloud.tencent.com/document/api/647/73783)
160
+
161
+ 新增数据结构:
162
+
163
+ * [AudioParams](https://cloud.tencent.com/document/api/647/44055#AudioParams)
164
+ * [CloudStorage](https://cloud.tencent.com/document/api/647/44055#CloudStorage)
165
+ * [CloudVod](https://cloud.tencent.com/document/api/647/44055#CloudVod)
166
+ * [MixLayout](https://cloud.tencent.com/document/api/647/44055#MixLayout)
167
+ * [MixLayoutParams](https://cloud.tencent.com/document/api/647/44055#MixLayoutParams)
168
+ * [MixTranscodeParams](https://cloud.tencent.com/document/api/647/44055#MixTranscodeParams)
169
+ * [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
170
+ * [StorageFile](https://cloud.tencent.com/document/api/647/44055#StorageFile)
171
+ * [StorageParams](https://cloud.tencent.com/document/api/647/44055#StorageParams)
172
+ * [SubscribeStreamUserIds](https://cloud.tencent.com/document/api/647/44055#SubscribeStreamUserIds)
173
+ * [TencentVod](https://cloud.tencent.com/document/api/647/44055#TencentVod)
174
+ * [VideoParams](https://cloud.tencent.com/document/api/647/44055#VideoParams)
175
+ * [WaterMark](https://cloud.tencent.com/document/api/647/44055#WaterMark)
176
+ * [WaterMarkImage](https://cloud.tencent.com/document/api/647/44055#WaterMarkImage)
177
+
178
+
179
+
180
+ ## 云点播(vod) 版本:2018-07-17
181
+
182
+ ### 第 104 次发布
183
+
184
+ 发布时间:2022-05-17 06:18:35
185
+
186
+ 本次发布包含了以下内容:
187
+
188
+ 改善已有的文档。
189
+
190
+ 新增接口:
191
+
192
+ * [DescribeLicenseUsageData](https://cloud.tencent.com/document/api/266/73787)
193
+
194
+ 新增数据结构:
195
+
196
+ * [LicenseUsageDataItem](https://cloud.tencent.com/document/api/266/31773#LicenseUsageDataItem)
197
+
198
+
199
+
1
200
  # Release 4.0.340
2
201
 
3
202
  ## 商业智能分析 BI(bi) 版本:2022-01-05