tencentcloud-sdk-nodejs 4.0.745 → 4.0.746

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 (64) hide show
  1. package/CHANGELOG.md +157 -0
  2. package/SERVICE_CHANGELOG.md +181 -105
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/abstract_client.ts +14 -9
  6. package/src/common/sdk_version.ts +1 -1
  7. package/src/common/sse_response_model.ts +121 -0
  8. package/src/services/cat/v20180409/cat_models.ts +2 -2
  9. package/src/services/cls/v20201016/cls_client.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +15 -7
  11. package/src/services/cwp/v20180228/cwp_models.ts +2 -2
  12. package/src/services/domain/v20180808/domain_models.ts +1 -1
  13. package/src/services/dsgc/v20190723/dsgc_client.ts +5 -5
  14. package/src/services/dsgc/v20190723/dsgc_models.ts +33 -33
  15. package/src/services/ecm/v20190719/ecm_models.ts +1 -1
  16. package/src/services/ess/v20201111/ess_models.ts +0 -2
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +32 -20
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +237 -202
  19. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -0
  20. package/src/services/iotvideo/v20211125/iotvideo_client.ts +16 -3
  21. package/src/services/iotvideo/v20211125/iotvideo_models.ts +112 -64
  22. package/src/services/scf/v20180416/scf_client.ts +1 -0
  23. package/src/services/scf/v20180416/scf_models.ts +21 -0
  24. package/src/services/tcss/v20201101/tcss_models.ts +79 -36
  25. package/src/services/trtc/v20190722/trtc_models.ts +8 -8
  26. package/src/services/vod/v20180717/vod_client.ts +12 -0
  27. package/src/services/vod/v20180717/vod_models.ts +28 -0
  28. package/src/services/vpc/v20170312/vpc_models.ts +6 -0
  29. package/src/services/waf/v20180125/waf_models.ts +2 -1
  30. package/tencentcloud/common/abstract_client.js +12 -6
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/common/sse_response_model.d.ts +32 -0
  34. package/tencentcloud/common/sse_response_model.js +96 -0
  35. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
  36. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  37. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  38. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +15 -7
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +2 -2
  40. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  41. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +5 -5
  42. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +5 -5
  43. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +33 -33
  44. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +1 -1
  45. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +0 -2
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +19 -15
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -15
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +235 -202
  49. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -0
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -0
  51. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  52. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  53. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +109 -64
  54. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +20 -0
  55. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +79 -36
  56. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -8
  57. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +5 -1
  58. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -0
  59. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +26 -0
  60. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
  61. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -1
  62. package/test/essbasic.v20210526.test.js +12 -2
  63. package/test/iotvideo.v20211125.test.js +10 -0
  64. package/test/vod.v20180717.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,160 @@
1
+ # Release 4.0.746
2
+
3
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
4
+
5
+ ### 第 135 次发布
6
+
7
+ 发布时间:2023-11-29 01:55:39
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
16
+
17
+
18
+
19
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
20
+
21
+
22
+
23
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
24
+
25
+ ### 第 23 次发布
26
+
27
+ 发布时间:2023-11-29 01:57:28
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 新增接口:
34
+
35
+ * [DescribeCloudStorageThumbnailList](https://cloud.tencent.com/document/api/1131/102014)
36
+
37
+ 新增数据结构:
38
+
39
+ * [ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1131/76635#ThumbnailURLInfoList)
40
+
41
+
42
+
43
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
44
+
45
+
46
+
47
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
48
+
49
+
50
+
51
+ ## 云函数(scf) 版本:2018-04-16
52
+
53
+ ### 第 62 次发布
54
+
55
+ 发布时间:2023-11-29 02:01:37
56
+
57
+ 本次发布包含了以下内容:
58
+
59
+ 改善已有的文档。
60
+
61
+ 修改接口:
62
+
63
+ * [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
64
+
65
+ * 新增入参:DnsCache, IntranetConfig
66
+
67
+
68
+ 新增数据结构:
69
+
70
+ * [IntranetConfigIn](https://cloud.tencent.com/document/api/583/17244#IntranetConfigIn)
71
+
72
+
73
+
74
+ ## 容器安全服务(tcss) 版本:2020-11-01
75
+
76
+ ### 第 56 次发布
77
+
78
+ 发布时间:2023-11-29 02:03:30
79
+
80
+ 本次发布包含了以下内容:
81
+
82
+ 改善已有的文档。
83
+
84
+ 修改接口:
85
+
86
+ * [DescribeAssetSyncLastTime](https://cloud.tencent.com/document/api/1285/81683)
87
+
88
+ * 新增出参:TaskStatus, TaskProcess
89
+
90
+ * [DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)
91
+
92
+ * 新增出参:Namespace, WorkloadType
93
+
94
+ * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
95
+
96
+ * 新增出参:Namespace, WorkloadType
97
+
98
+
99
+ 修改数据结构:
100
+
101
+ * [RunTimeEventBaseInfo](https://cloud.tencent.com/document/api/1285/65614#RunTimeEventBaseInfo)
102
+
103
+ * 新增成员:Namespace, WorkloadType
104
+
105
+ * <font color="#dd0000">**修改成员**:</font>EventId, FoundTime, ContainerId, ContainerName, ImageId, ImageName, NodeName, Status, EventName, EventType, EventCount, LatestFoundTime, HostIP, ClientIP, ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc, NodeID, NodeType, NodeSubNetID, NodeSubNetName, NodeSubNetCIDR, PodName, PodIP, PodStatus, ClusterID, ClusterName, NodeUniqueID, HostID
106
+
107
+ * [VulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventDetail)
108
+
109
+ * 新增成员:Namespace, WorkloadType
110
+
111
+ * <font color="#dd0000">**修改成员**:</font>NodeSubNetName, NodeSubNetCIDR, PodIP, NodeType, NodeID, NodeUniqueID, NodeSubNetID, ClusterID, ClusterName
112
+
113
+
114
+
115
+
116
+ ## 云点播(vod) 版本:2018-07-17
117
+
118
+ ### 第 173 次发布
119
+
120
+ 发布时间:2023-11-29 02:07:53
121
+
122
+ 本次发布包含了以下内容:
123
+
124
+ 改善已有的文档。
125
+
126
+ 新增接口:
127
+
128
+ * [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
129
+
130
+ 修改数据结构:
131
+
132
+ * [EditMediaVideoStream](https://cloud.tencent.com/document/api/266/31773#EditMediaVideoStream)
133
+
134
+ * 新增成员:Codec, Bitrate
135
+
136
+
137
+
138
+
139
+ ## 私有网络(vpc) 版本:2017-03-12
140
+
141
+ ### 第 182 次发布
142
+
143
+ 发布时间:2023-11-29 02:08:37
144
+
145
+ 本次发布包含了以下内容:
146
+
147
+ 改善已有的文档。
148
+
149
+ 修改数据结构:
150
+
151
+ * [Address](https://cloud.tencent.com/document/api/215/15824#Address)
152
+
153
+ * 新增成员:RenewFlag
154
+
155
+
156
+
157
+
1
158
  # Release 4.0.745
2
159
 
3
160
  ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
@@ -1,50 +1,30 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
3
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
4
4
 
5
- ### 第 61 次发布
5
+ ### 第 135 次发布
6
6
 
7
- 发布时间:2023-11-28 01:06:04
7
+ 发布时间:2023-11-29 01:55:39
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
14
-
15
- * [DescribeBasicDeviceStatus](https://cloud.tencent.com/document/api/297/95386)
16
-
17
- * 新增入参:CnameWafIdList
18
-
19
- * 新增出参:CnameWafData
20
-
21
-
22
-
23
-
24
- ## 云防火墙(cfw) 版本:2019-09-04
25
-
26
- ### 第 49 次发布
27
-
28
- 发布时间:2023-11-28 01:09:22
29
-
30
- 本次发布包含了以下内容:
13
+ 新增接口:
31
14
 
32
- 改善已有的文档。
15
+ * [DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)
33
16
 
34
- 修改接口:
35
17
 
36
- * [DescribeResourceGroup](https://cloud.tencent.com/document/api/1132/60246)
37
-
38
- * 新增入参:ShowType
39
18
 
19
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
40
20
 
41
21
 
42
22
 
43
- ## 多网聚合加速(mna) 版本:2021-01-19
23
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
44
24
 
45
- ### 第 14 次发布
25
+ ### 第 23 次发布
46
26
 
47
- 发布时间:2023-11-28 01:19:46
27
+ 发布时间:2023-11-29 01:57:28
48
28
 
49
29
  本次发布包含了以下内容:
50
30
 
@@ -52,138 +32,115 @@
52
32
 
53
33
  新增接口:
54
34
 
55
- * [ActivateHardware](https://cloud.tencent.com/document/api/1385/101985)
56
- * [AddHardware](https://cloud.tencent.com/document/api/1385/101984)
57
- * [GetHardwareList](https://cloud.tencent.com/document/api/1385/101983)
58
- * [GetVendorHardware](https://cloud.tencent.com/document/api/1385/101982)
59
- * [UpdateHardware](https://cloud.tencent.com/document/api/1385/101981)
35
+ * [DescribeCloudStorageThumbnailList](https://cloud.tencent.com/document/api/1131/102014)
60
36
 
61
37
  新增数据结构:
62
38
 
63
- * [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
64
- * [Hardware](https://cloud.tencent.com/document/api/1385/55846#Hardware)
65
- * [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
66
- * [VendorHardware](https://cloud.tencent.com/document/api/1385/55846#VendorHardware)
39
+ * [ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1131/76635#ThumbnailURLInfoList)
67
40
 
68
41
 
69
42
 
70
- ## 流计算 Oceanus(oceanus) 版本:2019-04-22
71
-
72
- ### 第 47 次发布
73
-
74
- 发布时间:2023-11-28 01:20:57
75
-
76
- 本次发布包含了以下内容:
77
-
78
- 改善已有的文档。
79
-
80
- 修改接口:
43
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
81
44
 
82
- * [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
83
45
 
84
- * 新增入参:EsServerlessIndex, EsServerlessSpace
85
46
 
47
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
86
48
 
87
49
 
88
50
 
89
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
51
+ ## 云函数(scf) 版本:2018-04-16
90
52
 
91
- ### 第 95 次发布
53
+ ### 第 62 次发布
92
54
 
93
- 发布时间:2023-11-28 01:25:42
55
+ 发布时间:2023-11-29 02:01:37
94
56
 
95
57
  本次发布包含了以下内容:
96
58
 
97
59
  改善已有的文档。
98
60
 
99
- 新增接口:
61
+ 修改接口:
100
62
 
101
- * [DeleteProCluster](https://cloud.tencent.com/document/api/1179/101986)
63
+ * [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
102
64
 
103
- 修改接口:
65
+ * 新增入参:DnsCache, IntranetConfig
104
66
 
105
- * [CreateProCluster](https://cloud.tencent.com/document/api/1179/101433)
106
67
 
107
- * <font color="#dd0000">**修改入参**:</font>ZoneIds
68
+ 新增数据结构:
108
69
 
70
+ * [IntranetConfigIn](https://cloud.tencent.com/document/api/583/17244#IntranetConfigIn)
109
71
 
110
72
 
111
73
 
112
- ## 边缘安全加速平台(teo) 版本:2022-09-01
74
+ ## 容器安全服务(tcss) 版本:2020-11-01
113
75
 
114
- ### 第 66 次发布
76
+ ### 第 56 次发布
115
77
 
116
- 发布时间:2023-11-28 01:26:13
78
+ 发布时间:2023-11-29 02:03:30
117
79
 
118
80
  本次发布包含了以下内容:
119
81
 
120
82
  改善已有的文档。
121
83
 
122
- 修改数据结构:
123
-
124
- * [Identification](https://cloud.tencent.com/document/api/1552/80721#Identification)
125
-
126
- * <font color="#dd0000">**修改成员**:</font>Domain
127
-
128
-
129
-
130
-
131
- ## 边缘安全加速平台(teo) 版本:2022-01-06
132
-
84
+ 修改接口:
133
85
 
86
+ * [DescribeAssetSyncLastTime](https://cloud.tencent.com/document/api/1285/81683)
134
87
 
135
- ## 文本内容安全(tms) 版本:2020-12-29
88
+ * 新增出参:TaskStatus, TaskProcess
136
89
 
137
- ### 第 8 次发布
90
+ * [DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)
138
91
 
139
- 发布时间:2023-11-28 01:28:13
92
+ * 新增出参:Namespace, WorkloadType
140
93
 
141
- 本次发布包含了以下内容:
94
+ * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
142
95
 
143
- 改善已有的文档。
96
+ * 新增出参:Namespace, WorkloadType
144
97
 
145
- 修改接口:
146
98
 
147
- * [TextModeration](https://cloud.tencent.com/document/api/1124/51860)
99
+ 修改数据结构:
148
100
 
149
- * 新增出参:SentimentAnalysis
101
+ * [RunTimeEventBaseInfo](https://cloud.tencent.com/document/api/1285/65614#RunTimeEventBaseInfo)
150
102
 
103
+ * 新增成员:Namespace, WorkloadType
151
104
 
152
- 新增数据结构:
105
+ * <font color="#dd0000">**修改成员**:</font>EventId, FoundTime, ContainerId, ContainerName, ImageId, ImageName, NodeName, Status, EventName, EventType, EventCount, LatestFoundTime, HostIP, ClientIP, ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc, NodeID, NodeType, NodeSubNetID, NodeSubNetName, NodeSubNetCIDR, PodName, PodIP, PodStatus, ClusterID, ClusterName, NodeUniqueID, HostID
153
106
 
154
- * [SentimentAnalysis](https://cloud.tencent.com/document/api/1124/51861#SentimentAnalysis)
155
- * [SentimentDetail](https://cloud.tencent.com/document/api/1124/51861#SentimentDetail)
107
+ * [VulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventDetail)
156
108
 
109
+ * 新增成员:Namespace, WorkloadType
157
110
 
111
+ * <font color="#dd0000">**修改成员**:</font>NodeSubNetName, NodeSubNetCIDR, PodIP, NodeType, NodeID, NodeUniqueID, NodeSubNetID, ClusterID, ClusterName
158
112
 
159
- ## 文本内容安全(tms) 版本:2020-07-13
160
113
 
161
114
 
162
115
 
163
116
  ## 云点播(vod) 版本:2018-07-17
164
117
 
165
- ### 第 172 次发布
118
+ ### 第 173 次发布
166
119
 
167
- 发布时间:2023-11-28 01:29:30
120
+ 发布时间:2023-11-29 02:07:53
168
121
 
169
122
  本次发布包含了以下内容:
170
123
 
171
124
  改善已有的文档。
172
125
 
126
+ 新增接口:
127
+
128
+ * [SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)
129
+
173
130
  修改数据结构:
174
131
 
175
- * [DomainHTTPSConfig](https://cloud.tencent.com/document/api/266/31773#DomainHTTPSConfig)
132
+ * [EditMediaVideoStream](https://cloud.tencent.com/document/api/266/31773#EditMediaVideoStream)
176
133
 
177
- * 新增成员:CloudCertId
134
+ * 新增成员:Codec, Bitrate
178
135
 
179
136
 
180
137
 
181
138
 
182
139
  ## 私有网络(vpc) 版本:2017-03-12
183
140
 
184
- ### 第 181 次发布
141
+ ### 第 182 次发布
185
142
 
186
- 发布时间:2023-11-28 01:30:07
143
+ 发布时间:2023-11-29 02:08:37
187
144
 
188
145
  本次发布包含了以下内容:
189
146
 
@@ -191,9 +148,9 @@
191
148
 
192
149
  修改数据结构:
193
150
 
194
- * [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
151
+ * [Address](https://cloud.tencent.com/document/api/215/15824#Address)
195
152
 
196
- * 新增成员:ServiceUin, BusinessIpType
153
+ * 新增成员:RenewFlag
197
154
 
198
155
 
199
156
 
@@ -58995,6 +58952,18 @@
58995
58952
 
58996
58953
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
58997
58954
 
58955
+ ### 第 135 次发布
58956
+
58957
+ 发布时间:2023-11-29 01:55:39
58958
+
58959
+ 本次发布包含了以下内容:
58960
+
58961
+ 改善已有的文档。
58962
+
58963
+ 新增接口:
58964
+
58965
+ * [[DescribeChannelSealPolicyWorkflowUrl](https://cloud.tencent.com/document/api/1420/102013)](https://cloud.tencent.com/document/api/#/#)
58966
+
58998
58967
  ### 第 134 次发布
58999
58968
 
59000
58969
  发布时间:2023-11-27 00:10:25
@@ -71393,6 +71362,22 @@
71393
71362
 
71394
71363
  ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
71395
71364
 
71365
+ ### 第 23 次发布
71366
+
71367
+ 发布时间:2023-11-29 01:57:28
71368
+
71369
+ 本次发布包含了以下内容:
71370
+
71371
+ 改善已有的文档。
71372
+
71373
+ 新增接口:
71374
+
71375
+ * [[DescribeCloudStorageThumbnailList](https://cloud.tencent.com/document/api/1131/102014)](https://cloud.tencent.com/document/api/#/#)
71376
+
71377
+ 新增数据结构:
71378
+
71379
+ * [[ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1131/76635#ThumbnailURLInfoList)](https://cloud.tencent.com/document/api/1131/76635#[ThumbnailURLInfoList](https://cloud.tencent.com/document/api/1131/76635#ThumbnailURLInfoList))
71380
+
71396
71381
  ### 第 22 次发布
71397
71382
 
71398
71383
  发布时间:2023-10-31 01:58:13
@@ -79852,18 +79837,18 @@
79852
79837
 
79853
79838
  新增接口:
79854
79839
 
79855
- * [[ActivateHardware](https://cloud.tencent.com/document/api/1385/101985)](https://cloud.tencent.com/document/api/#/#)
79856
- * [[AddHardware](https://cloud.tencent.com/document/api/1385/101984)](https://cloud.tencent.com/document/api/#/#)
79857
- * [[GetHardwareList](https://cloud.tencent.com/document/api/1385/101983)](https://cloud.tencent.com/document/api/#/#)
79858
- * [[GetVendorHardware](https://cloud.tencent.com/document/api/1385/101982)](https://cloud.tencent.com/document/api/#/#)
79859
- * [[UpdateHardware](https://cloud.tencent.com/document/api/1385/101981)](https://cloud.tencent.com/document/api/#/#)
79840
+ * [ActivateHardware](https://cloud.tencent.com/document/api/1385/101985)
79841
+ * [AddHardware](https://cloud.tencent.com/document/api/1385/101984)
79842
+ * [GetHardwareList](https://cloud.tencent.com/document/api/1385/101983)
79843
+ * [GetVendorHardware](https://cloud.tencent.com/document/api/1385/101982)
79844
+ * [UpdateHardware](https://cloud.tencent.com/document/api/1385/101981)
79860
79845
 
79861
79846
  新增数据结构:
79862
79847
 
79863
- * [[ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)](https://cloud.tencent.com/document/api/1385/55846#[ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware))
79864
- * [[Hardware](https://cloud.tencent.com/document/api/1385/55846#Hardware)](https://cloud.tencent.com/document/api/1385/55846#[Hardware](https://cloud.tencent.com/document/api/1385/55846#Hardware))
79865
- * [[HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)](https://cloud.tencent.com/document/api/1385/55846#[HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo))
79866
- * [[VendorHardware](https://cloud.tencent.com/document/api/1385/55846#VendorHardware)](https://cloud.tencent.com/document/api/1385/55846#[VendorHardware](https://cloud.tencent.com/document/api/1385/55846#VendorHardware))
79848
+ * [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
79849
+ * [Hardware](https://cloud.tencent.com/document/api/1385/55846#Hardware)
79850
+ * [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
79851
+ * [VendorHardware](https://cloud.tencent.com/document/api/1385/55846#VendorHardware)
79867
79852
 
79868
79853
  ### 第 13 次发布
79869
79854
 
@@ -95171,6 +95156,25 @@
95171
95156
 
95172
95157
  ## 云函数(scf) 版本:2018-04-16
95173
95158
 
95159
+ ### 第 62 次发布
95160
+
95161
+ 发布时间:2023-11-29 02:01:37
95162
+
95163
+ 本次发布包含了以下内容:
95164
+
95165
+ 改善已有的文档。
95166
+
95167
+ 修改接口:
95168
+
95169
+ * [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
95170
+
95171
+ * 新增入参:DnsCache, IntranetConfig
95172
+
95173
+
95174
+ 新增数据结构:
95175
+
95176
+ * [[IntranetConfigIn](https://cloud.tencent.com/document/api/583/17244#IntranetConfigIn)](https://cloud.tencent.com/document/api/583/17244#[IntranetConfigIn](https://cloud.tencent.com/document/api/583/17244#IntranetConfigIn))
95177
+
95174
95178
  ### 第 61 次发布
95175
95179
 
95176
95180
  发布时间:2023-11-24 01:21:32
@@ -107109,6 +107113,44 @@
107109
107113
 
107110
107114
  ## 容器安全服务(tcss) 版本:2020-11-01
107111
107115
 
107116
+ ### 第 56 次发布
107117
+
107118
+ 发布时间:2023-11-29 02:03:30
107119
+
107120
+ 本次发布包含了以下内容:
107121
+
107122
+ 改善已有的文档。
107123
+
107124
+ 修改接口:
107125
+
107126
+ * [DescribeAssetSyncLastTime](https://cloud.tencent.com/document/api/1285/81683)
107127
+
107128
+ * 新增出参:TaskStatus, TaskProcess
107129
+
107130
+ * [DescribeRiskDnsEventDetail](https://cloud.tencent.com/document/api/1285/96162)
107131
+
107132
+ * 新增出参:Namespace, WorkloadType
107133
+
107134
+ * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
107135
+
107136
+ * 新增出参:Namespace, WorkloadType
107137
+
107138
+
107139
+ 修改数据结构:
107140
+
107141
+ * [RunTimeEventBaseInfo](https://cloud.tencent.com/document/api/1285/65614#RunTimeEventBaseInfo)
107142
+
107143
+ * 新增成员:Namespace, WorkloadType
107144
+
107145
+ * <font color="#dd0000">**修改成员**:</font>EventId, FoundTime, ContainerId, ContainerName, ImageId, ImageName, NodeName, Status, EventName, EventType, EventCount, LatestFoundTime, HostIP, ClientIP, ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc, NodeID, NodeType, NodeSubNetID, NodeSubNetName, NodeSubNetCIDR, PodName, PodIP, PodStatus, ClusterID, ClusterName, NodeUniqueID, HostID
107146
+
107147
+ * [VulDefenceEventDetail](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEventDetail)
107148
+
107149
+ * 新增成员:Namespace, WorkloadType
107150
+
107151
+ * <font color="#dd0000">**修改成员**:</font>NodeSubNetName, NodeSubNetCIDR, PodIP, NodeType, NodeID, NodeUniqueID, NodeSubNetID, ClusterID, ClusterName
107152
+
107153
+
107112
107154
  ### 第 55 次发布
107113
107155
 
107114
107156
  发布时间:2023-11-21 01:33:13
@@ -109505,7 +109547,7 @@
109505
109547
 
109506
109548
  新增接口:
109507
109549
 
109508
- * [[DeleteProCluster](https://cloud.tencent.com/document/api/1179/101986)](https://cloud.tencent.com/document/api/#/#)
109550
+ * [DeleteProCluster](https://cloud.tencent.com/document/api/1179/101986)
109509
109551
 
109510
109552
  修改接口:
109511
109553
 
@@ -123158,8 +123200,8 @@
123158
123200
 
123159
123201
  新增数据结构:
123160
123202
 
123161
- * [[SentimentAnalysis](https://cloud.tencent.com/document/api/1124/51861#SentimentAnalysis)](https://cloud.tencent.com/document/api/1124/51861#[SentimentAnalysis](https://cloud.tencent.com/document/api/1124/51861#SentimentAnalysis))
123162
- * [[SentimentDetail](https://cloud.tencent.com/document/api/1124/51861#SentimentDetail)](https://cloud.tencent.com/document/api/1124/51861#[SentimentDetail](https://cloud.tencent.com/document/api/1124/51861#SentimentDetail))
123203
+ * [SentimentAnalysis](https://cloud.tencent.com/document/api/1124/51861#SentimentAnalysis)
123204
+ * [SentimentDetail](https://cloud.tencent.com/document/api/1124/51861#SentimentDetail)
123163
123205
 
123164
123206
  ### 第 7 次发布
123165
123207
 
@@ -129915,6 +129957,25 @@
129915
129957
 
129916
129958
  ## 云点播(vod) 版本:2018-07-17
129917
129959
 
129960
+ ### 第 173 次发布
129961
+
129962
+ 发布时间:2023-11-29 02:07:53
129963
+
129964
+ 本次发布包含了以下内容:
129965
+
129966
+ 改善已有的文档。
129967
+
129968
+ 新增接口:
129969
+
129970
+ * [[SetVodDomainCertificate](https://cloud.tencent.com/document/api/266/102015)](https://cloud.tencent.com/document/api/#/#)
129971
+
129972
+ 修改数据结构:
129973
+
129974
+ * [EditMediaVideoStream](https://cloud.tencent.com/document/api/266/31773#EditMediaVideoStream)
129975
+
129976
+ * 新增成员:Codec, Bitrate
129977
+
129978
+
129918
129979
  ### 第 172 次发布
129919
129980
 
129920
129981
  发布时间:2023-11-28 01:29:30
@@ -134685,6 +134746,21 @@
134685
134746
 
134686
134747
  ## 私有网络(vpc) 版本:2017-03-12
134687
134748
 
134749
+ ### 第 182 次发布
134750
+
134751
+ 发布时间:2023-11-29 02:08:37
134752
+
134753
+ 本次发布包含了以下内容:
134754
+
134755
+ 改善已有的文档。
134756
+
134757
+ 修改数据结构:
134758
+
134759
+ * [Address](https://cloud.tencent.com/document/api/215/15824#Address)
134760
+
134761
+ * 新增成员:RenewFlag
134762
+
134763
+
134688
134764
  ### 第 181 次发布
134689
134765
 
134690
134766
  发布时间:2023-11-28 01:30:07
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.745",
3
+ "version": "4.0.746",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {