tencentcloud-sdk-nodejs 4.0.815 → 4.0.817

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 (59) hide show
  1. package/CHANGELOG.md +264 -0
  2. package/SERVICE_CHANGELOG.md +265 -18
  3. package/package.json +1 -1
  4. package/products.md +192 -192
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +5 -1
  7. package/src/services/cdn/v20180606/cdn_models.ts +4 -4
  8. package/src/services/cfs/v20190719/cfs_models.ts +3 -4
  9. package/src/services/cls/v20201016/cls_models.ts +1 -1
  10. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  11. package/src/services/ess/v20201111/ess_client.ts +14 -1
  12. package/src/services/ess/v20201111/ess_models.ts +83 -18
  13. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -1
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +69 -7
  15. package/src/services/lcic/v20220817/lcic_models.ts +7 -5
  16. package/src/services/live/v20180801/live_client.ts +1 -1
  17. package/src/services/live/v20180801/live_models.ts +14 -1
  18. package/src/services/monitor/v20180724/monitor_client.ts +45 -8
  19. package/src/services/monitor/v20180724/monitor_models.ts +346 -228
  20. package/src/services/teo/v20220901/teo_client.ts +1 -1
  21. package/src/services/teo/v20220901/teo_models.ts +7 -3
  22. package/src/services/tke/v20180525/tke_models.ts +8 -3
  23. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  24. package/src/services/tse/v20201207/tse_models.ts +2 -2
  25. package/src/services/vpc/v20170312/vpc_models.ts +11 -11
  26. package/src/services/waf/v20180125/waf_client.ts +4 -4
  27. package/src/services/waf/v20180125/waf_models.ts +83 -30
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -1
  31. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -4
  32. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -4
  33. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  34. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +80 -18
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +66 -7
  41. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +7 -5
  42. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  43. package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -1
  44. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +13 -1
  45. package/tencentcloud/services/monitor/v20180724/monitor_client.js +18 -0
  46. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +338 -227
  47. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  48. package/tencentcloud/services/teo/v20220901/teo_client.js +1 -1
  49. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
  50. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -3
  51. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  52. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
  53. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -11
  54. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +4 -4
  55. package/tencentcloud/services/waf/v20180125/waf_client.js +4 -4
  56. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +83 -30
  57. package/test/ess.v20201111.test.js +10 -0
  58. package/test/essbasic.v20210526.test.js +10 -0
  59. package/test/monitor.v20180724.test.js +30 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,267 @@
1
+ # Release 4.0.817
2
+
3
+ ## 云硬盘(cbs) 版本:2017-03-12
4
+
5
+ ### 第 54 次发布
6
+
7
+ 发布时间:2024-03-21 01:09:20
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/362/15668)
16
+
17
+ * 新增入参:AutoRenewPeriod
18
+
19
+
20
+
21
+
22
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
23
+
24
+ ### 第 82 次发布
25
+
26
+ 发布时间:2024-03-21 01:14:28
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
35
+
36
+ * 新增成员:EngineNetworkId
37
+
38
+
39
+
40
+
41
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
42
+
43
+ ### 第 54 次发布
44
+
45
+ 发布时间:2024-03-21 01:19:23
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改接口:
52
+
53
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
54
+
55
+ * [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
56
+
57
+
58
+ 修改数据结构:
59
+
60
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
61
+
62
+
63
+
64
+
65
+ ## 云直播CSS(live) 版本:2018-08-01
66
+
67
+ ### 第 121 次发布
68
+
69
+ 发布时间:2024-03-21 01:19:47
70
+
71
+ 本次发布包含了以下内容:
72
+
73
+ 改善已有的文档。
74
+
75
+ 修改接口:
76
+
77
+ * [DescribeLiveWatermarks](https://cloud.tencent.com/document/api/267/30152)
78
+
79
+ * 新增入参:Name, PageNo, PageSize
80
+
81
+
82
+
83
+
84
+ ## 微服务引擎(tse) 版本:2020-12-07
85
+
86
+ ### 第 62 次发布
87
+
88
+ 发布时间:2024-03-21 01:28:04
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 修改接口:
95
+
96
+ * [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
97
+
98
+ * <font color="#dd0000">**修改入参**:</font>Offset, Limit
99
+
100
+
101
+
102
+
103
+ # Release 4.0.816
104
+
105
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
106
+
107
+ ### 第 157 次发布
108
+
109
+ 发布时间:2024-03-19 11:18:23
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 新增接口:
116
+
117
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1323/104494)
118
+
119
+ 修改接口:
120
+
121
+ * [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
122
+
123
+ * 新增入参:Endpoint
124
+
125
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
126
+
127
+ * 新增入参:Endpoint
128
+
129
+
130
+ 新增数据结构:
131
+
132
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow)
133
+
134
+
135
+
136
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
137
+
138
+ ### 第 160 次发布
139
+
140
+ 发布时间:2024-03-20 01:16:49
141
+
142
+ 本次发布包含了以下内容:
143
+
144
+ 改善已有的文档。
145
+
146
+ 新增接口:
147
+
148
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1420/104511)
149
+
150
+ 新增数据结构:
151
+
152
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow)
153
+
154
+
155
+
156
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
157
+
158
+
159
+
160
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
161
+
162
+ ### 第 108 次发布
163
+
164
+ 发布时间:2024-03-20 01:20:37
165
+
166
+ 本次发布包含了以下内容:
167
+
168
+ 改善已有的文档。
169
+
170
+ 新增接口:
171
+
172
+ * [DescribeAlarmSmsQuota](https://cloud.tencent.com/document/api/248/104513)
173
+ * [DescribeMonitorResourceInfo](https://cloud.tencent.com/document/api/248/104515)
174
+ * [DescribePhoneAlarmFlowTotalCount](https://cloud.tencent.com/document/api/248/104512)
175
+
176
+ 新增数据结构:
177
+
178
+ * [DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota)
179
+
180
+
181
+
182
+ ## 容器服务(tke) 版本:2022-05-01
183
+
184
+
185
+
186
+ ## 容器服务(tke) 版本:2018-05-25
187
+
188
+ ### 第 169 次发布
189
+
190
+ 发布时间:2024-03-20 01:27:36
191
+
192
+ 本次发布包含了以下内容:
193
+
194
+ 改善已有的文档。
195
+
196
+ 修改数据结构:
197
+
198
+ * [PodLimitsByType](https://cloud.tencent.com/document/api/457/31866#PodLimitsByType)
199
+
200
+ * 新增成员:TKESubENI
201
+
202
+
203
+
204
+
205
+ ## Web 应用防火墙(waf) 版本:2018-01-25
206
+
207
+ ### 第 82 次发布
208
+
209
+ 发布时间:2024-03-20 01:31:28
210
+
211
+ 本次发布包含了以下内容:
212
+
213
+ 改善已有的文档。
214
+
215
+ 修改接口:
216
+
217
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
218
+
219
+ * 新增入参:ProxyBuffer
220
+
221
+ * <font color="#dd0000">**修改入参**:</font>Ports, IsKeepAlive, InstanceID
222
+
223
+ * [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
224
+
225
+ * 新增出参:ApiRiskEventCircleCount
226
+
227
+ * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
228
+
229
+ * 新增入参:RuleId
230
+
231
+ * 新增出参:UsedTotal
232
+
233
+ * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
234
+
235
+ * <font color="#dd0000">**修改入参**:</font>TopicId
236
+
237
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
238
+
239
+ * 新增入参:ProxyBuffer
240
+
241
+ * <font color="#dd0000">**修改入参**:</font>DomainId, InstanceID
242
+
243
+
244
+ 修改数据结构:
245
+
246
+ * [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
247
+
248
+ * 新增成员:RuleId, IpList
249
+
250
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
251
+
252
+ * 新增成员:AccessStatus
253
+
254
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
255
+
256
+ * 新增成员:ProxyBuffer
257
+
258
+ * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
259
+
260
+ * 新增成员:RuleId, IpList
261
+
262
+
263
+
264
+
1
265
  # Release 4.0.815
2
266
 
3
267
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 腾讯电子签企业版(ess) 版本:2020-11-11
3
+ ## 云硬盘(cbs) 版本:2017-03-12
4
4
 
5
- ### 第 156 次发布
5
+ ### 第 54 次发布
6
6
 
7
- 发布时间:2024-03-19 01:14:56
7
+ 发布时间:2024-03-21 01:09:20
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,45 +12,61 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
15
+ * [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/362/15668)
16
16
 
17
- * 新增出参:TaskId
17
+ * 新增入参:AutoRenewPeriod
18
18
 
19
19
 
20
20
 
21
21
 
22
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
22
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
23
23
 
24
- ### 第 159 次发布
24
+ ### 第 82 次发布
25
25
 
26
- 发布时间:2024-03-19 01:15:14
26
+ 发布时间:2024-03-21 01:14:28
27
27
 
28
28
  本次发布包含了以下内容:
29
29
 
30
30
  改善已有的文档。
31
31
 
32
- 修改接口:
32
+ 修改数据结构:
33
33
 
34
- * [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
34
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
35
35
 
36
- * 新增出参:TaskId
36
+ * 新增成员:EngineNetworkId
37
37
 
38
- * [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
39
38
 
40
- * 新增出参:TaskId
41
39
 
42
40
 
41
+ ## 实时互动-教育版(lcic) 版本:2022-08-17
43
42
 
43
+ ### 第 54 次发布
44
+
45
+ 发布时间:2024-03-21 01:19:23
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改接口:
52
+
53
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
54
+
55
+ * [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
56
+
57
+
58
+ 修改数据结构:
59
+
60
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
44
61
 
45
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
46
62
 
47
63
 
48
64
 
49
65
  ## 云直播CSS(live) 版本:2018-08-01
50
66
 
51
- ### 第 120 次发布
67
+ ### 第 121 次发布
52
68
 
53
- 发布时间:2024-03-19 01:18:08
69
+ 发布时间:2024-03-21 01:19:47
54
70
 
55
71
  本次发布包含了以下内容:
56
72
 
@@ -58,9 +74,28 @@
58
74
 
59
75
  修改接口:
60
76
 
61
- * [CreateLiveTranscodeRule](https://cloud.tencent.com/document/api/267/32647)
77
+ * [DescribeLiveWatermarks](https://cloud.tencent.com/document/api/267/30152)
62
78
 
63
- * 新增入参:StreamName
79
+ * 新增入参:Name, PageNo, PageSize
80
+
81
+
82
+
83
+
84
+ ## 微服务引擎(tse) 版本:2020-12-07
85
+
86
+ ### 第 62 次发布
87
+
88
+ 发布时间:2024-03-21 01:28:04
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 修改接口:
95
+
96
+ * [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
97
+
98
+ * <font color="#dd0000">**修改入参**:</font>Offset, Limit
64
99
 
65
100
 
66
101
 
@@ -13735,6 +13770,21 @@
13735
13770
 
13736
13771
  ## 云硬盘(cbs) 版本:2017-03-12
13737
13772
 
13773
+ ### 第 54 次发布
13774
+
13775
+ 发布时间:2024-03-21 01:09:20
13776
+
13777
+ 本次发布包含了以下内容:
13778
+
13779
+ 改善已有的文档。
13780
+
13781
+ 修改接口:
13782
+
13783
+ * [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/362/15668)
13784
+
13785
+ * 新增入参:AutoRenewPeriod
13786
+
13787
+
13738
13788
  ### 第 53 次发布
13739
13789
 
13740
13790
  发布时间:2023-11-01 01:07:57
@@ -48713,6 +48763,21 @@
48713
48763
 
48714
48764
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
48715
48765
 
48766
+ ### 第 82 次发布
48767
+
48768
+ 发布时间:2024-03-21 01:14:28
48769
+
48770
+ 本次发布包含了以下内容:
48771
+
48772
+ 改善已有的文档。
48773
+
48774
+ 修改数据结构:
48775
+
48776
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
48777
+
48778
+ * 新增成员:EngineNetworkId
48779
+
48780
+
48716
48781
  ### 第 81 次发布
48717
48782
 
48718
48783
  发布时间:2024-02-23 01:13:43
@@ -59051,6 +59116,33 @@
59051
59116
 
59052
59117
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
59053
59118
 
59119
+ ### 第 157 次发布
59120
+
59121
+ 发布时间:2024-03-19 11:18:23
59122
+
59123
+ 本次发布包含了以下内容:
59124
+
59125
+ 改善已有的文档。
59126
+
59127
+ 新增接口:
59128
+
59129
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1323/104494)
59130
+
59131
+ 修改接口:
59132
+
59133
+ * [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
59134
+
59135
+ * 新增入参:Endpoint
59136
+
59137
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
59138
+
59139
+ * 新增入参:Endpoint
59140
+
59141
+
59142
+ 新增数据结构:
59143
+
59144
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow)
59145
+
59054
59146
  ### 第 156 次发布
59055
59147
 
59056
59148
  发布时间:2024-03-19 01:14:56
@@ -62068,6 +62160,22 @@
62068
62160
 
62069
62161
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
62070
62162
 
62163
+ ### 第 160 次发布
62164
+
62165
+ 发布时间:2024-03-20 01:16:49
62166
+
62167
+ 本次发布包含了以下内容:
62168
+
62169
+ 改善已有的文档。
62170
+
62171
+ 新增接口:
62172
+
62173
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1420/104511)
62174
+
62175
+ 新增数据结构:
62176
+
62177
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow)
62178
+
62071
62179
  ### 第 159 次发布
62072
62180
 
62073
62181
  发布时间:2024-03-19 01:15:14
@@ -77889,6 +77997,26 @@
77889
77997
 
77890
77998
  ## 实时互动-教育版(lcic) 版本:2022-08-17
77891
77999
 
78000
+ ### 第 54 次发布
78001
+
78002
+ 发布时间:2024-03-21 01:19:23
78003
+
78004
+ 本次发布包含了以下内容:
78005
+
78006
+ 改善已有的文档。
78007
+
78008
+ 修改接口:
78009
+
78010
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
78011
+
78012
+ * [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
78013
+
78014
+
78015
+ 修改数据结构:
78016
+
78017
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
78018
+
78019
+
77892
78020
  ### 第 53 次发布
77893
78021
 
77894
78022
  发布时间:2024-03-15 01:17:42
@@ -80158,6 +80286,21 @@
80158
80286
 
80159
80287
  ## 云直播CSS(live) 版本:2018-08-01
80160
80288
 
80289
+ ### 第 121 次发布
80290
+
80291
+ 发布时间:2024-03-21 01:19:47
80292
+
80293
+ 本次发布包含了以下内容:
80294
+
80295
+ 改善已有的文档。
80296
+
80297
+ 修改接口:
80298
+
80299
+ * [DescribeLiveWatermarks](https://cloud.tencent.com/document/api/267/30152)
80300
+
80301
+ * 新增入参:Name, PageNo, PageSize
80302
+
80303
+
80161
80304
  ### 第 120 次发布
80162
80305
 
80163
80306
  发布时间:2024-03-19 01:18:08
@@ -85314,6 +85457,24 @@
85314
85457
 
85315
85458
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
85316
85459
 
85460
+ ### 第 108 次发布
85461
+
85462
+ 发布时间:2024-03-20 01:20:37
85463
+
85464
+ 本次发布包含了以下内容:
85465
+
85466
+ 改善已有的文档。
85467
+
85468
+ 新增接口:
85469
+
85470
+ * [DescribeAlarmSmsQuota](https://cloud.tencent.com/document/api/248/104513)
85471
+ * [DescribeMonitorResourceInfo](https://cloud.tencent.com/document/api/248/104515)
85472
+ * [DescribePhoneAlarmFlowTotalCount](https://cloud.tencent.com/document/api/248/104512)
85473
+
85474
+ 新增数据结构:
85475
+
85476
+ * [DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota)
85477
+
85317
85478
  ### 第 107 次发布
85318
85479
 
85319
85480
  发布时间:2024-03-04 01:19:57
@@ -126612,6 +126773,21 @@
126612
126773
 
126613
126774
  ## 容器服务(tke) 版本:2018-05-25
126614
126775
 
126776
+ ### 第 169 次发布
126777
+
126778
+ 发布时间:2024-03-20 01:27:36
126779
+
126780
+ 本次发布包含了以下内容:
126781
+
126782
+ 改善已有的文档。
126783
+
126784
+ 修改数据结构:
126785
+
126786
+ * [PodLimitsByType](https://cloud.tencent.com/document/api/457/31866#PodLimitsByType)
126787
+
126788
+ * 新增成员:TKESubENI
126789
+
126790
+
126615
126791
  ### 第 168 次发布
126616
126792
 
126617
126793
  发布时间:2024-03-13 01:25:40
@@ -132865,6 +133041,21 @@
132865
133041
 
132866
133042
  ## 微服务引擎(tse) 版本:2020-12-07
132867
133043
 
133044
+ ### 第 62 次发布
133045
+
133046
+ 发布时间:2024-03-21 01:28:04
133047
+
133048
+ 本次发布包含了以下内容:
133049
+
133050
+ 改善已有的文档。
133051
+
133052
+ 修改接口:
133053
+
133054
+ * [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
133055
+
133056
+ * <font color="#dd0000">**修改入参**:</font>Offset, Limit
133057
+
133058
+
132868
133059
  ### 第 61 次发布
132869
133060
 
132870
133061
  发布时间:2024-03-15 14:54:19
@@ -146737,6 +146928,62 @@
146737
146928
 
146738
146929
  ## Web 应用防火墙(waf) 版本:2018-01-25
146739
146930
 
146931
+ ### 第 82 次发布
146932
+
146933
+ 发布时间:2024-03-20 01:31:28
146934
+
146935
+ 本次发布包含了以下内容:
146936
+
146937
+ 改善已有的文档。
146938
+
146939
+ 修改接口:
146940
+
146941
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
146942
+
146943
+ * 新增入参:ProxyBuffer
146944
+
146945
+ * <font color="#dd0000">**修改入参**:</font>Ports, IsKeepAlive, InstanceID
146946
+
146947
+ * [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
146948
+
146949
+ * 新增出参:ApiRiskEventCircleCount
146950
+
146951
+ * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
146952
+
146953
+ * 新增入参:RuleId
146954
+
146955
+ * 新增出参:UsedTotal
146956
+
146957
+ * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
146958
+
146959
+ * <font color="#dd0000">**修改入参**:</font>TopicId
146960
+
146961
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
146962
+
146963
+ * 新增入参:ProxyBuffer
146964
+
146965
+ * <font color="#dd0000">**修改入参**:</font>DomainId, InstanceID
146966
+
146967
+
146968
+ 修改数据结构:
146969
+
146970
+ * [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
146971
+
146972
+ * 新增成员:RuleId, IpList
146973
+
146974
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
146975
+
146976
+ * 新增成员:AccessStatus
146977
+
146978
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
146979
+
146980
+ * 新增成员:ProxyBuffer
146981
+
146982
+ * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
146983
+
146984
+ * 新增成员:RuleId, IpList
146985
+
146986
+
146740
146987
  ### 第 81 次发布
146741
146988
 
146742
146989
  发布时间:2024-03-18 01:26:30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.815",
3
+ "version": "4.0.817",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {