tencentcloud-sdk-nodejs 4.0.815 → 4.0.816

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 (42) hide show
  1. package/CHANGELOG.md +162 -0
  2. package/SERVICE_CHANGELOG.md +244 -17
  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/cfs/v20190719/cfs_models.ts +3 -4
  7. package/src/services/cls/v20201016/cls_models.ts +1 -1
  8. package/src/services/ess/v20201111/ess_client.ts +14 -1
  9. package/src/services/ess/v20201111/ess_models.ts +83 -18
  10. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -1
  11. package/src/services/essbasic/v20210526/essbasic_models.ts +69 -7
  12. package/src/services/monitor/v20180724/monitor_client.ts +45 -8
  13. package/src/services/monitor/v20180724/monitor_models.ts +346 -228
  14. package/src/services/teo/v20220901/teo_models.ts +3 -2
  15. package/src/services/tke/v20180525/tke_models.ts +8 -3
  16. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  17. package/src/services/vpc/v20170312/vpc_models.ts +11 -11
  18. package/src/services/waf/v20180125/waf_client.ts +4 -4
  19. package/src/services/waf/v20180125/waf_models.ts +83 -30
  20. package/tencentcloud/common/sdk_version.d.ts +1 -1
  21. package/tencentcloud/common/sdk_version.js +1 -1
  22. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -4
  23. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  24. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  25. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  26. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +80 -18
  27. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  28. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  29. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +66 -7
  30. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +13 -1
  31. package/tencentcloud/services/monitor/v20180724/monitor_client.js +18 -0
  32. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +338 -227
  33. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -2
  34. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -3
  35. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  36. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +11 -11
  37. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +4 -4
  38. package/tencentcloud/services/waf/v20180125/waf_client.js +4 -4
  39. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +83 -30
  40. package/test/ess.v20201111.test.js +10 -0
  41. package/test/essbasic.v20210526.test.js +10 -0
  42. package/test/monitor.v20180724.test.js +30 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,165 @@
1
+ # Release 4.0.816
2
+
3
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
4
+
5
+ ### 第 157 次发布
6
+
7
+ 发布时间:2024-03-19 11:18:23
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1323/104494)
16
+
17
+ 修改接口:
18
+
19
+ * [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
20
+
21
+ * 新增入参:Endpoint
22
+
23
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
24
+
25
+ * 新增入参:Endpoint
26
+
27
+
28
+ 新增数据结构:
29
+
30
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow)
31
+
32
+
33
+
34
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
35
+
36
+ ### 第 160 次发布
37
+
38
+ 发布时间:2024-03-20 01:16:49
39
+
40
+ 本次发布包含了以下内容:
41
+
42
+ 改善已有的文档。
43
+
44
+ 新增接口:
45
+
46
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1420/104511)
47
+
48
+ 新增数据结构:
49
+
50
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow)
51
+
52
+
53
+
54
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
55
+
56
+
57
+
58
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
59
+
60
+ ### 第 108 次发布
61
+
62
+ 发布时间:2024-03-20 01:20:37
63
+
64
+ 本次发布包含了以下内容:
65
+
66
+ 改善已有的文档。
67
+
68
+ 新增接口:
69
+
70
+ * [DescribeAlarmSmsQuota](https://cloud.tencent.com/document/api/248/104513)
71
+ * [DescribeMonitorResourceInfo](https://cloud.tencent.com/document/api/248/104515)
72
+ * [DescribePhoneAlarmFlowTotalCount](https://cloud.tencent.com/document/api/248/104512)
73
+
74
+ 新增数据结构:
75
+
76
+ * [DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota)
77
+
78
+
79
+
80
+ ## 容器服务(tke) 版本:2022-05-01
81
+
82
+
83
+
84
+ ## 容器服务(tke) 版本:2018-05-25
85
+
86
+ ### 第 169 次发布
87
+
88
+ 发布时间:2024-03-20 01:27:36
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 修改数据结构:
95
+
96
+ * [PodLimitsByType](https://cloud.tencent.com/document/api/457/31866#PodLimitsByType)
97
+
98
+ * 新增成员:TKESubENI
99
+
100
+
101
+
102
+
103
+ ## Web 应用防火墙(waf) 版本:2018-01-25
104
+
105
+ ### 第 82 次发布
106
+
107
+ 发布时间:2024-03-20 01:31:28
108
+
109
+ 本次发布包含了以下内容:
110
+
111
+ 改善已有的文档。
112
+
113
+ 修改接口:
114
+
115
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
116
+
117
+ * 新增入参:ProxyBuffer
118
+
119
+ * <font color="#dd0000">**修改入参**:</font>Ports, IsKeepAlive, InstanceID
120
+
121
+ * [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
122
+
123
+ * 新增出参:ApiRiskEventCircleCount
124
+
125
+ * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
126
+
127
+ * 新增入参:RuleId
128
+
129
+ * 新增出参:UsedTotal
130
+
131
+ * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
132
+
133
+ * <font color="#dd0000">**修改入参**:</font>TopicId
134
+
135
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
136
+
137
+ * 新增入参:ProxyBuffer
138
+
139
+ * <font color="#dd0000">**修改入参**:</font>DomainId, InstanceID
140
+
141
+
142
+ 修改数据结构:
143
+
144
+ * [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
145
+
146
+ * 新增成员:RuleId, IpList
147
+
148
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
149
+
150
+ * 新增成员:AccessStatus
151
+
152
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
153
+
154
+ * 新增成员:ProxyBuffer
155
+
156
+ * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
157
+
158
+ * 新增成员:RuleId, IpList
159
+
160
+
161
+
162
+
1
163
  # Release 4.0.815
2
164
 
3
165
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
@@ -2,55 +2,109 @@
2
2
 
3
3
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
4
4
 
5
- ### 第 156 次发布
5
+ ### 第 157 次发布
6
6
 
7
- 发布时间:2024-03-19 01:14:56
7
+ 发布时间:2024-03-19 11:18:23
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
+ 新增接口:
14
+
15
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1323/104494)
16
+
13
17
  修改接口:
14
18
 
15
- * [CreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1323/78262)
19
+ * [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
16
20
 
17
- * 新增出参:TaskId
21
+ * 新增入参:Endpoint
18
22
 
23
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
24
+
25
+ * 新增入参:Endpoint
26
+
27
+
28
+ 新增数据结构:
29
+
30
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow)
19
31
 
20
32
 
21
33
 
22
34
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
23
35
 
24
- ### 第 159 次发布
36
+ ### 第 160 次发布
25
37
 
26
- 发布时间:2024-03-19 01:15:14
38
+ 发布时间:2024-03-20 01:16:49
27
39
 
28
40
  本次发布包含了以下内容:
29
41
 
30
42
  改善已有的文档。
31
43
 
32
- 修改接口:
44
+ 新增接口:
33
45
 
34
- * [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
46
+ * [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1420/104511)
35
47
 
36
- * 新增出参:TaskId
48
+ 新增数据结构:
37
49
 
38
- * [ChannelCreateBatchCancelFlowUrl](https://cloud.tencent.com/document/api/1420/78264)
50
+ * [CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow)
39
51
 
40
- * 新增出参:TaskId
41
52
 
42
53
 
54
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
43
55
 
44
56
 
45
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
46
57
 
58
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
47
59
 
60
+ ### 第 108 次发布
48
61
 
49
- ## 云直播CSS(live) 版本:2018-08-01
62
+ 发布时间:2024-03-20 01:20:37
50
63
 
51
- ### 第 120 次发布
64
+ 本次发布包含了以下内容:
52
65
 
53
- 发布时间:2024-03-19 01:18:08
66
+ 改善已有的文档。
67
+
68
+ 新增接口:
69
+
70
+ * [DescribeAlarmSmsQuota](https://cloud.tencent.com/document/api/248/104513)
71
+ * [DescribeMonitorResourceInfo](https://cloud.tencent.com/document/api/248/104515)
72
+ * [DescribePhoneAlarmFlowTotalCount](https://cloud.tencent.com/document/api/248/104512)
73
+
74
+ 新增数据结构:
75
+
76
+ * [DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota)
77
+
78
+
79
+
80
+ ## 容器服务(tke) 版本:2022-05-01
81
+
82
+
83
+
84
+ ## 容器服务(tke) 版本:2018-05-25
85
+
86
+ ### 第 169 次发布
87
+
88
+ 发布时间:2024-03-20 01:27:36
89
+
90
+ 本次发布包含了以下内容:
91
+
92
+ 改善已有的文档。
93
+
94
+ 修改数据结构:
95
+
96
+ * [PodLimitsByType](https://cloud.tencent.com/document/api/457/31866#PodLimitsByType)
97
+
98
+ * 新增成员:TKESubENI
99
+
100
+
101
+
102
+
103
+ ## Web 应用防火墙(waf) 版本:2018-01-25
104
+
105
+ ### 第 82 次发布
106
+
107
+ 发布时间:2024-03-20 01:31:28
54
108
 
55
109
  本次发布包含了以下内容:
56
110
 
@@ -58,9 +112,50 @@
58
112
 
59
113
  修改接口:
60
114
 
61
- * [CreateLiveTranscodeRule](https://cloud.tencent.com/document/api/267/32647)
115
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
62
116
 
63
- * 新增入参:StreamName
117
+ * 新增入参:ProxyBuffer
118
+
119
+ * <font color="#dd0000">**修改入参**:</font>Ports, IsKeepAlive, InstanceID
120
+
121
+ * [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
122
+
123
+ * 新增出参:ApiRiskEventCircleCount
124
+
125
+ * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
126
+
127
+ * 新增入参:RuleId
128
+
129
+ * 新增出参:UsedTotal
130
+
131
+ * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
132
+
133
+ * <font color="#dd0000">**修改入参**:</font>TopicId
134
+
135
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
136
+
137
+ * 新增入参:ProxyBuffer
138
+
139
+ * <font color="#dd0000">**修改入参**:</font>DomainId, InstanceID
140
+
141
+
142
+ 修改数据结构:
143
+
144
+ * [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
145
+
146
+ * 新增成员:RuleId, IpList
147
+
148
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
149
+
150
+ * 新增成员:AccessStatus
151
+
152
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
153
+
154
+ * 新增成员:ProxyBuffer
155
+
156
+ * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
157
+
158
+ * 新增成员:RuleId, IpList
64
159
 
65
160
 
66
161
 
@@ -59051,6 +59146,33 @@
59051
59146
 
59052
59147
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
59053
59148
 
59149
+ ### 第 157 次发布
59150
+
59151
+ 发布时间:2024-03-19 11:18:23
59152
+
59153
+ 本次发布包含了以下内容:
59154
+
59155
+ 改善已有的文档。
59156
+
59157
+ 新增接口:
59158
+
59159
+ * [[DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1323/104494)](https://cloud.tencent.com/document/api/#/#)
59160
+
59161
+ 修改接口:
59162
+
59163
+ * [CreateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/81117)
59164
+
59165
+ * 新增入参:Endpoint
59166
+
59167
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
59168
+
59169
+ * 新增入参:Endpoint
59170
+
59171
+
59172
+ 新增数据结构:
59173
+
59174
+ * [[CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow)](https://cloud.tencent.com/document/api/1323/70369#[CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow))
59175
+
59054
59176
  ### 第 156 次发布
59055
59177
 
59056
59178
  发布时间:2024-03-19 01:14:56
@@ -62068,6 +62190,22 @@
62068
62190
 
62069
62191
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
62070
62192
 
62193
+ ### 第 160 次发布
62194
+
62195
+ 发布时间:2024-03-20 01:16:49
62196
+
62197
+ 本次发布包含了以下内容:
62198
+
62199
+ 改善已有的文档。
62200
+
62201
+ 新增接口:
62202
+
62203
+ * [[DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1420/104511)](https://cloud.tencent.com/document/api/#/#)
62204
+
62205
+ 新增数据结构:
62206
+
62207
+ * [[CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow)](https://cloud.tencent.com/document/api/1420/61525#[CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow))
62208
+
62071
62209
  ### 第 159 次发布
62072
62210
 
62073
62211
  发布时间:2024-03-19 01:15:14
@@ -85314,6 +85452,24 @@
85314
85452
 
85315
85453
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
85316
85454
 
85455
+ ### 第 108 次发布
85456
+
85457
+ 发布时间:2024-03-20 01:20:37
85458
+
85459
+ 本次发布包含了以下内容:
85460
+
85461
+ 改善已有的文档。
85462
+
85463
+ 新增接口:
85464
+
85465
+ * [[DescribeAlarmSmsQuota](https://cloud.tencent.com/document/api/248/104513)](https://cloud.tencent.com/document/api/#/#)
85466
+ * [[DescribeMonitorResourceInfo](https://cloud.tencent.com/document/api/248/104515)](https://cloud.tencent.com/document/api/#/#)
85467
+ * [[DescribePhoneAlarmFlowTotalCount](https://cloud.tencent.com/document/api/248/104512)](https://cloud.tencent.com/document/api/#/#)
85468
+
85469
+ 新增数据结构:
85470
+
85471
+ * [[DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota)](https://cloud.tencent.com/document/api/248/30354#[DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota))
85472
+
85317
85473
  ### 第 107 次发布
85318
85474
 
85319
85475
  发布时间:2024-03-04 01:19:57
@@ -126612,6 +126768,21 @@
126612
126768
 
126613
126769
  ## 容器服务(tke) 版本:2018-05-25
126614
126770
 
126771
+ ### 第 169 次发布
126772
+
126773
+ 发布时间:2024-03-20 01:27:36
126774
+
126775
+ 本次发布包含了以下内容:
126776
+
126777
+ 改善已有的文档。
126778
+
126779
+ 修改数据结构:
126780
+
126781
+ * [PodLimitsByType](https://cloud.tencent.com/document/api/457/31866#PodLimitsByType)
126782
+
126783
+ * 新增成员:TKESubENI
126784
+
126785
+
126615
126786
  ### 第 168 次发布
126616
126787
 
126617
126788
  发布时间:2024-03-13 01:25:40
@@ -146737,6 +146908,62 @@
146737
146908
 
146738
146909
  ## Web 应用防火墙(waf) 版本:2018-01-25
146739
146910
 
146911
+ ### 第 82 次发布
146912
+
146913
+ 发布时间:2024-03-20 01:31:28
146914
+
146915
+ 本次发布包含了以下内容:
146916
+
146917
+ 改善已有的文档。
146918
+
146919
+ 修改接口:
146920
+
146921
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
146922
+
146923
+ * 新增入参:ProxyBuffer
146924
+
146925
+ * <font color="#dd0000">**修改入参**:</font>Ports, IsKeepAlive, InstanceID
146926
+
146927
+ * [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
146928
+
146929
+ * 新增出参:ApiRiskEventCircleCount
146930
+
146931
+ * [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
146932
+
146933
+ * 新增入参:RuleId
146934
+
146935
+ * 新增出参:UsedTotal
146936
+
146937
+ * [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
146938
+
146939
+ * <font color="#dd0000">**修改入参**:</font>TopicId
146940
+
146941
+ * [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
146942
+
146943
+ * 新增入参:ProxyBuffer
146944
+
146945
+ * <font color="#dd0000">**修改入参**:</font>DomainId, InstanceID
146946
+
146947
+
146948
+ 修改数据结构:
146949
+
146950
+ * [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
146951
+
146952
+ * 新增成员:RuleId, IpList
146953
+
146954
+ * [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
146955
+
146956
+ * 新增成员:AccessStatus
146957
+
146958
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
146959
+
146960
+ * 新增成员:ProxyBuffer
146961
+
146962
+ * [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
146963
+
146964
+ * 新增成员:RuleId, IpList
146965
+
146966
+
146740
146967
  ### 第 81 次发布
146741
146968
 
146742
146969
  发布时间: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.816",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {