tencentcloud-sdk-nodejs 4.0.552 → 4.0.554
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 +404 -0
- package/SERVICE_CHANGELOG.md +441 -49
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bpaas/v20181217/bpaas_models.ts +6 -0
- package/src/services/ccc/v20200210/ccc_models.ts +10 -5
- package/src/services/clb/v20180317/clb_models.ts +13 -1
- package/src/services/cwp/v20180228/cwp_client.ts +445 -84
- package/src/services/cwp/v20180228/cwp_models.ts +2230 -688
- package/src/services/dlc/v20210125/dlc_client.ts +103 -30
- package/src/services/dlc/v20210125/dlc_models.ts +437 -150
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +256 -17
- package/src/services/monitor/v20180724/monitor_models.ts +27 -2
- package/src/services/tcbr/v20220217/tcbr_models.ts +7 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +24 -16
- package/src/services/tke/v20180525/tke_models.ts +19 -19
- package/src/services/trtc/v20190722/trtc_client.ts +1 -0
- package/src/services/trtc/v20190722/trtc_models.ts +55 -1
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +28 -0
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +111 -22
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +5 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +137 -21
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +204 -30
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1860 -544
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +33 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +48 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +368 -128
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +219 -17
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +24 -2
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +6 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +22 -15
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +19 -19
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +46 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +24 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +93 -18
- package/test/cwp.v20180228.test.js +310 -20
- package/test/dlc.v20210125.test.js +68 -8
- package/test/essbasic.v20210526.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 4 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-03-
|
|
7
|
+
发布时间:2023-03-08 01:04:59
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,56 +12,75 @@
|
|
|
12
12
|
|
|
13
13
|
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)
|
|
16
16
|
|
|
17
|
-
* 新增成员:
|
|
17
|
+
* 新增成员:ParallelNodes
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
##
|
|
22
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
23
23
|
|
|
24
|
+
### 第 43 次发布
|
|
24
25
|
|
|
26
|
+
发布时间:2023-03-08 01:06:07
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [DisableCCCPhoneNumber](https://cloud.tencent.com/document/api/679/80901)
|
|
35
|
+
|
|
36
|
+
* <font color="#dd0000">**修改入参**:</font>SdkAppId
|
|
25
37
|
|
|
26
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
27
38
|
|
|
28
|
-
### 第 48 次发布
|
|
29
39
|
|
|
30
|
-
|
|
40
|
+
|
|
41
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
42
|
+
|
|
43
|
+
### 第 84 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2023-03-08 01:13:04
|
|
31
46
|
|
|
32
47
|
本次发布包含了以下内容:
|
|
33
48
|
|
|
34
49
|
改善已有的文档。
|
|
35
50
|
|
|
36
|
-
|
|
51
|
+
修改数据结构:
|
|
37
52
|
|
|
38
|
-
* [
|
|
39
|
-
* [DescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1323/87786)
|
|
40
|
-
* [DisableUserAutoSign](https://cloud.tencent.com/document/api/1323/87785)
|
|
53
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
|
|
41
54
|
|
|
42
|
-
|
|
55
|
+
* 新增成员:LoadBalancerDomain
|
|
56
|
+
|
|
57
|
+
* [LoadBalancerDetail](https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail)
|
|
58
|
+
|
|
59
|
+
* 新增成员:LoadBalancerDomain
|
|
43
60
|
|
|
44
|
-
* [AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)
|
|
45
|
-
* [UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor)
|
|
46
61
|
|
|
47
62
|
|
|
48
63
|
|
|
49
64
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
50
65
|
|
|
51
|
-
### 第
|
|
66
|
+
### 第 66 次发布
|
|
52
67
|
|
|
53
|
-
发布时间:2023-03-
|
|
68
|
+
发布时间:2023-03-08 00:25:37
|
|
54
69
|
|
|
55
70
|
本次发布包含了以下内容:
|
|
56
71
|
|
|
57
72
|
改善已有的文档。
|
|
58
73
|
|
|
59
|
-
|
|
74
|
+
新增接口:
|
|
60
75
|
|
|
61
|
-
* [
|
|
76
|
+
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
62
77
|
|
|
63
|
-
|
|
78
|
+
新增数据结构:
|
|
64
79
|
|
|
80
|
+
* [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
|
|
81
|
+
* [CommonApproverOption](https://cloud.tencent.com/document/api/1420/61525#CommonApproverOption)
|
|
82
|
+
* [CommonFlowApprover](https://cloud.tencent.com/document/api/1420/61525#CommonFlowApprover)
|
|
83
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
|
|
65
84
|
|
|
66
85
|
|
|
67
86
|
|
|
@@ -69,44 +88,109 @@
|
|
|
69
88
|
|
|
70
89
|
|
|
71
90
|
|
|
72
|
-
##
|
|
91
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
73
92
|
|
|
74
|
-
### 第
|
|
93
|
+
### 第 78 次发布
|
|
75
94
|
|
|
76
|
-
发布时间:2023-03-
|
|
95
|
+
发布时间:2023-03-08 01:43:17
|
|
77
96
|
|
|
78
97
|
本次发布包含了以下内容:
|
|
79
98
|
|
|
80
99
|
改善已有的文档。
|
|
81
100
|
|
|
82
|
-
|
|
101
|
+
修改数据结构:
|
|
83
102
|
|
|
84
|
-
* [
|
|
85
|
-
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/607/87792)
|
|
86
|
-
* [ModifyRecordInfo](https://cloud.tencent.com/document/api/607/87791)
|
|
87
|
-
* [StartRecord](https://cloud.tencent.com/document/api/607/87790)
|
|
88
|
-
* [StopRecord](https://cloud.tencent.com/document/api/607/87789)
|
|
103
|
+
* [Label](https://cloud.tencent.com/document/api/248/30354#Label)
|
|
89
104
|
|
|
90
|
-
|
|
105
|
+
* 新增成员:Name, Value
|
|
106
|
+
|
|
107
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentInfo)
|
|
108
|
+
|
|
109
|
+
* 新增成员:ClusterType, ClusterId, Describe
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
115
|
+
|
|
116
|
+
### 第 9 次发布
|
|
117
|
+
|
|
118
|
+
发布时间:2023-03-08 01:54:20
|
|
119
|
+
|
|
120
|
+
本次发布包含了以下内容:
|
|
121
|
+
|
|
122
|
+
改善已有的文档。
|
|
123
|
+
|
|
124
|
+
修改接口:
|
|
125
|
+
|
|
126
|
+
* [CreateCloudRunEnv](https://cloud.tencent.com/document/api/1243/75707)
|
|
127
|
+
|
|
128
|
+
* 新增入参:EnvId
|
|
91
129
|
|
|
92
|
-
* [RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo)
|
|
93
|
-
* [SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds)
|
|
94
130
|
|
|
95
131
|
|
|
96
132
|
|
|
97
133
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
98
134
|
|
|
99
|
-
### 第
|
|
135
|
+
### 第 49 次发布
|
|
100
136
|
|
|
101
|
-
发布时间:2023-03-
|
|
137
|
+
发布时间:2023-03-08 02:20:49
|
|
102
138
|
|
|
103
139
|
本次发布包含了以下内容:
|
|
104
140
|
|
|
105
141
|
改善已有的文档。
|
|
106
142
|
|
|
107
|
-
|
|
143
|
+
新增数据结构:
|
|
144
|
+
|
|
145
|
+
* [McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)
|
|
146
|
+
|
|
147
|
+
修改数据结构:
|
|
148
|
+
|
|
149
|
+
* [McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams)
|
|
150
|
+
|
|
151
|
+
* 新增成员:WaterMarkText
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
157
|
+
|
|
158
|
+
### 第 20 次发布
|
|
159
|
+
|
|
160
|
+
发布时间:2023-03-08 02:25:19
|
|
161
|
+
|
|
162
|
+
本次发布包含了以下内容:
|
|
163
|
+
|
|
164
|
+
改善已有的文档。
|
|
165
|
+
|
|
166
|
+
新增数据结构:
|
|
167
|
+
|
|
168
|
+
* [AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)
|
|
169
|
+
|
|
170
|
+
修改数据结构:
|
|
171
|
+
|
|
172
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
173
|
+
|
|
174
|
+
* <font color="#dd0000">**修改成员**:</font>AlarmIndicator
|
|
175
|
+
|
|
176
|
+
* [AlarmReceiverInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmReceiverInfo)
|
|
177
|
+
|
|
178
|
+
* 新增成员:WecomGroup
|
|
179
|
+
|
|
180
|
+
* [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
|
|
181
|
+
|
|
182
|
+
* 新增成员:DataProxyUrl, Submit
|
|
183
|
+
|
|
184
|
+
* [TableInfo](https://cloud.tencent.com/document/api/1267/76336#TableInfo)
|
|
185
|
+
|
|
186
|
+
* 新增成员:OriginDatabaseName, OriginSchemaName
|
|
187
|
+
|
|
188
|
+
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
189
|
+
|
|
190
|
+
* 新增成员:AlarmIndicatorInfos, AlarmRecipientType, WeComHook
|
|
191
|
+
|
|
192
|
+
* <font color="#dd0000">**修改成员**:</font>AlarmIndicator, AlarmRecipientId, AlarmRecipientName
|
|
108
193
|
|
|
109
|
-
* DescribeExternalTrtcMeasure
|
|
110
194
|
|
|
111
195
|
|
|
112
196
|
|
|
@@ -9336,6 +9420,21 @@
|
|
|
9336
9420
|
|
|
9337
9421
|
## 商业流程服务(bpaas) 版本:2018-12-17
|
|
9338
9422
|
|
|
9423
|
+
### 第 4 次发布
|
|
9424
|
+
|
|
9425
|
+
发布时间:2023-03-08 01:04:59
|
|
9426
|
+
|
|
9427
|
+
本次发布包含了以下内容:
|
|
9428
|
+
|
|
9429
|
+
改善已有的文档。
|
|
9430
|
+
|
|
9431
|
+
修改数据结构:
|
|
9432
|
+
|
|
9433
|
+
* [StatusNode](https://cloud.tencent.com/document/api/1083/80917#StatusNode)
|
|
9434
|
+
|
|
9435
|
+
* 新增成员:ParallelNodes
|
|
9436
|
+
|
|
9437
|
+
|
|
9339
9438
|
### 第 3 次发布
|
|
9340
9439
|
|
|
9341
9440
|
发布时间:2022-12-15 01:10:28
|
|
@@ -12179,6 +12278,36 @@
|
|
|
12179
12278
|
|
|
12180
12279
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
12181
12280
|
|
|
12281
|
+
### 第 43 次发布
|
|
12282
|
+
|
|
12283
|
+
发布时间:2023-03-08 01:06:07
|
|
12284
|
+
|
|
12285
|
+
本次发布包含了以下内容:
|
|
12286
|
+
|
|
12287
|
+
改善已有的文档。
|
|
12288
|
+
|
|
12289
|
+
修改接口:
|
|
12290
|
+
|
|
12291
|
+
* [DisableCCCPhoneNumber](https://cloud.tencent.com/document/api/679/80901)
|
|
12292
|
+
|
|
12293
|
+
* <font color="#dd0000">**修改入参**:</font>SdkAppId
|
|
12294
|
+
|
|
12295
|
+
|
|
12296
|
+
### 第 42 次发布
|
|
12297
|
+
|
|
12298
|
+
发布时间:2023-03-07 01:06:27
|
|
12299
|
+
|
|
12300
|
+
本次发布包含了以下内容:
|
|
12301
|
+
|
|
12302
|
+
改善已有的文档。
|
|
12303
|
+
|
|
12304
|
+
修改接口:
|
|
12305
|
+
|
|
12306
|
+
* [DescribeTelCallInfo](https://cloud.tencent.com/document/api/679/50168)
|
|
12307
|
+
|
|
12308
|
+
* 新增出参:VoipCallInCount
|
|
12309
|
+
|
|
12310
|
+
|
|
12182
12311
|
### 第 41 次发布
|
|
12183
12312
|
|
|
12184
12313
|
发布时间:2023-02-09 01:09:05
|
|
@@ -21546,6 +21675,25 @@
|
|
|
21546
21675
|
|
|
21547
21676
|
## 负载均衡(clb) 版本:2018-03-17
|
|
21548
21677
|
|
|
21678
|
+
### 第 84 次发布
|
|
21679
|
+
|
|
21680
|
+
发布时间:2023-03-08 01:13:04
|
|
21681
|
+
|
|
21682
|
+
本次发布包含了以下内容:
|
|
21683
|
+
|
|
21684
|
+
改善已有的文档。
|
|
21685
|
+
|
|
21686
|
+
修改数据结构:
|
|
21687
|
+
|
|
21688
|
+
* [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
|
|
21689
|
+
|
|
21690
|
+
* 新增成员:LoadBalancerDomain
|
|
21691
|
+
|
|
21692
|
+
* [LoadBalancerDetail](https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail)
|
|
21693
|
+
|
|
21694
|
+
* 新增成员:LoadBalancerDomain
|
|
21695
|
+
|
|
21696
|
+
|
|
21549
21697
|
### 第 83 次发布
|
|
21550
21698
|
|
|
21551
21699
|
发布时间:2023-03-03 01:09:04
|
|
@@ -30706,6 +30854,73 @@
|
|
|
30706
30854
|
|
|
30707
30855
|
## 主机安全(cwp) 版本:2018-02-28
|
|
30708
30856
|
|
|
30857
|
+
### 第 71 次发布
|
|
30858
|
+
|
|
30859
|
+
发布时间:2023-03-07 01:13:54
|
|
30860
|
+
|
|
30861
|
+
本次发布包含了以下内容:
|
|
30862
|
+
|
|
30863
|
+
改善已有的文档。
|
|
30864
|
+
|
|
30865
|
+
新增接口:
|
|
30866
|
+
|
|
30867
|
+
* [DeleteBaselineRule](https://cloud.tencent.com/document/api/296/87870)
|
|
30868
|
+
* [DeleteBaselineRuleIgnore](https://cloud.tencent.com/document/api/296/87869)
|
|
30869
|
+
* [DeleteBaselineWeakPassword](https://cloud.tencent.com/document/api/296/87868)
|
|
30870
|
+
* [DescribeBaselineDetectList](https://cloud.tencent.com/document/api/296/87867)
|
|
30871
|
+
* [DescribeBaselineDetectOverview](https://cloud.tencent.com/document/api/296/87866)
|
|
30872
|
+
* [DescribeBaselineDownloadList](https://cloud.tencent.com/document/api/296/87865)
|
|
30873
|
+
* [DescribeBaselineFixList](https://cloud.tencent.com/document/api/296/87864)
|
|
30874
|
+
* [DescribeBaselineHostIgnoreList](https://cloud.tencent.com/document/api/296/87863)
|
|
30875
|
+
* [DescribeBaselineHostRiskTop](https://cloud.tencent.com/document/api/296/87862)
|
|
30876
|
+
* [DescribeBaselineItemIgnoreList](https://cloud.tencent.com/document/api/296/87861)
|
|
30877
|
+
* [DescribeBaselineItemInfo](https://cloud.tencent.com/document/api/296/87860)
|
|
30878
|
+
* [DescribeBaselineItemRiskTop](https://cloud.tencent.com/document/api/296/87859)
|
|
30879
|
+
* [DescribeBaselineRuleCategoryList](https://cloud.tencent.com/document/api/296/87858)
|
|
30880
|
+
* [DescribeBaselineRuleDetectList](https://cloud.tencent.com/document/api/296/87857)
|
|
30881
|
+
* [DescribeBaselineRuleIgnoreList](https://cloud.tencent.com/document/api/296/87856)
|
|
30882
|
+
* [DescribeBaselineRuleList](https://cloud.tencent.com/document/api/296/87855)
|
|
30883
|
+
* [DescribeBaselineWeakPasswordList](https://cloud.tencent.com/document/api/296/87854)
|
|
30884
|
+
* [DescribeIgnoreHostAndItemConfig](https://cloud.tencent.com/document/api/296/87853)
|
|
30885
|
+
* [ExportBaselineFixList](https://cloud.tencent.com/document/api/296/87852)
|
|
30886
|
+
* [ExportBaselineHostDetectList](https://cloud.tencent.com/document/api/296/87851)
|
|
30887
|
+
* [ExportBaselineItemDetectList](https://cloud.tencent.com/document/api/296/87850)
|
|
30888
|
+
* [ExportBaselineItemList](https://cloud.tencent.com/document/api/296/87849)
|
|
30889
|
+
* [ExportBaselineRuleDetectList](https://cloud.tencent.com/document/api/296/87848)
|
|
30890
|
+
* [ExportBaselineWeakPasswordList](https://cloud.tencent.com/document/api/296/87847)
|
|
30891
|
+
* [FixBaselineDetect](https://cloud.tencent.com/document/api/296/87846)
|
|
30892
|
+
* [ModifyBaselinePolicyState](https://cloud.tencent.com/document/api/296/87845)
|
|
30893
|
+
* [ModifyBaselineRule](https://cloud.tencent.com/document/api/296/87844)
|
|
30894
|
+
* [ModifyBaselineRuleIgnore](https://cloud.tencent.com/document/api/296/87843)
|
|
30895
|
+
* [ModifyBaselineWeakPassword](https://cloud.tencent.com/document/api/296/87842)
|
|
30896
|
+
|
|
30897
|
+
修改接口:
|
|
30898
|
+
|
|
30899
|
+
* [DescribeScanVulSetting](https://cloud.tencent.com/document/api/296/58237)
|
|
30900
|
+
|
|
30901
|
+
* 新增出参:Uuids
|
|
30902
|
+
|
|
30903
|
+
* [ScanVulSetting](https://cloud.tencent.com/document/api/296/58235)
|
|
30904
|
+
|
|
30905
|
+
* 新增入参:Uuids
|
|
30906
|
+
|
|
30907
|
+
|
|
30908
|
+
新增数据结构:
|
|
30909
|
+
|
|
30910
|
+
* [BaselineCategory](https://cloud.tencent.com/document/api/296/19867#BaselineCategory)
|
|
30911
|
+
* [BaselineCustomRuleIdName](https://cloud.tencent.com/document/api/296/19867#BaselineCustomRuleIdName)
|
|
30912
|
+
* [BaselineDownload](https://cloud.tencent.com/document/api/296/19867#BaselineDownload)
|
|
30913
|
+
* [BaselineFix](https://cloud.tencent.com/document/api/296/19867#BaselineFix)
|
|
30914
|
+
* [BaselineHost](https://cloud.tencent.com/document/api/296/19867#BaselineHost)
|
|
30915
|
+
* [BaselineItemInfo](https://cloud.tencent.com/document/api/296/19867#BaselineItemInfo)
|
|
30916
|
+
* [BaselinePolicyDetect](https://cloud.tencent.com/document/api/296/19867#BaselinePolicyDetect)
|
|
30917
|
+
* [BaselineRiskItem](https://cloud.tencent.com/document/api/296/19867#BaselineRiskItem)
|
|
30918
|
+
* [BaselineRule](https://cloud.tencent.com/document/api/296/19867#BaselineRule)
|
|
30919
|
+
* [BaselineRuleDetect](https://cloud.tencent.com/document/api/296/19867#BaselineRuleDetect)
|
|
30920
|
+
* [BaselineWeakPassword](https://cloud.tencent.com/document/api/296/19867#BaselineWeakPassword)
|
|
30921
|
+
* [HostRiskLevelCount](https://cloud.tencent.com/document/api/296/19867#HostRiskLevelCount)
|
|
30922
|
+
* [Item](https://cloud.tencent.com/document/api/296/19867#Item)
|
|
30923
|
+
|
|
30709
30924
|
### 第 70 次发布
|
|
30710
30925
|
|
|
30711
30926
|
发布时间:2023-02-16 01:18:30
|
|
@@ -36906,6 +37121,38 @@
|
|
|
36906
37121
|
|
|
36907
37122
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
36908
37123
|
|
|
37124
|
+
### 第 42 次发布
|
|
37125
|
+
|
|
37126
|
+
发布时间:2023-03-07 01:19:41
|
|
37127
|
+
|
|
37128
|
+
本次发布包含了以下内容:
|
|
37129
|
+
|
|
37130
|
+
改善已有的文档。
|
|
37131
|
+
|
|
37132
|
+
新增接口:
|
|
37133
|
+
|
|
37134
|
+
* [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
|
|
37135
|
+
* [DescribeEngineUsageInfo](https://cloud.tencent.com/document/api/1342/87876)
|
|
37136
|
+
* [DescribeLakeFsDirSummary](https://cloud.tencent.com/document/api/1342/87874)
|
|
37137
|
+
* [DescribeLakeFsInfo](https://cloud.tencent.com/document/api/1342/87873)
|
|
37138
|
+
* [SwitchDataEngine](https://cloud.tencent.com/document/api/1342/87872)
|
|
37139
|
+
* [UpdateRowFilter](https://cloud.tencent.com/document/api/1342/87871)
|
|
37140
|
+
|
|
37141
|
+
新增数据结构:
|
|
37142
|
+
|
|
37143
|
+
* [DataEngineConfigPair](https://cloud.tencent.com/document/api/1342/53778#DataEngineConfigPair)
|
|
37144
|
+
|
|
37145
|
+
修改数据结构:
|
|
37146
|
+
|
|
37147
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
37148
|
+
|
|
37149
|
+
* 新增成员:StartStandbyCluster
|
|
37150
|
+
|
|
37151
|
+
* [Policy](https://cloud.tencent.com/document/api/1342/53778#Policy)
|
|
37152
|
+
|
|
37153
|
+
* 新增成员:Id
|
|
37154
|
+
|
|
37155
|
+
|
|
36909
37156
|
### 第 41 次发布
|
|
36910
37157
|
|
|
36911
37158
|
发布时间:2023-02-16 01:22:07
|
|
@@ -44042,14 +44289,14 @@
|
|
|
44042
44289
|
|
|
44043
44290
|
新增接口:
|
|
44044
44291
|
|
|
44045
|
-
* [
|
|
44046
|
-
* [
|
|
44047
|
-
* [
|
|
44292
|
+
* [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
|
|
44293
|
+
* [DescribeUserAutoSignStatus](https://cloud.tencent.com/document/api/1323/87786)
|
|
44294
|
+
* [DisableUserAutoSign](https://cloud.tencent.com/document/api/1323/87785)
|
|
44048
44295
|
|
|
44049
44296
|
新增数据结构:
|
|
44050
44297
|
|
|
44051
|
-
* [
|
|
44052
|
-
* [
|
|
44298
|
+
* [AutoSignConfig](https://cloud.tencent.com/document/api/1323/70369#AutoSignConfig)
|
|
44299
|
+
* [UserThreeFactor](https://cloud.tencent.com/document/api/1323/70369#UserThreeFactor)
|
|
44053
44300
|
|
|
44054
44301
|
### 第 47 次发布
|
|
44055
44302
|
|
|
@@ -44971,6 +45218,25 @@
|
|
|
44971
45218
|
|
|
44972
45219
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
44973
45220
|
|
|
45221
|
+
### 第 66 次发布
|
|
45222
|
+
|
|
45223
|
+
发布时间:2023-03-08 00:25:37
|
|
45224
|
+
|
|
45225
|
+
本次发布包含了以下内容:
|
|
45226
|
+
|
|
45227
|
+
改善已有的文档。
|
|
45228
|
+
|
|
45229
|
+
新增接口:
|
|
45230
|
+
|
|
45231
|
+
* [[ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)](https://cloud.tencent.com/document/api/#/#)
|
|
45232
|
+
|
|
45233
|
+
新增数据结构:
|
|
45234
|
+
|
|
45235
|
+
* [[BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)](https://cloud.tencent.com/document/api/1420/61525#[BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo))
|
|
45236
|
+
* [[CommonApproverOption](https://cloud.tencent.com/document/api/1420/61525#CommonApproverOption)](https://cloud.tencent.com/document/api/1420/61525#[CommonApproverOption](https://cloud.tencent.com/document/api/1420/61525#CommonApproverOption))
|
|
45237
|
+
* [[CommonFlowApprover](https://cloud.tencent.com/document/api/1420/61525#CommonFlowApprover)](https://cloud.tencent.com/document/api/1420/61525#[CommonFlowApprover](https://cloud.tencent.com/document/api/1420/61525#CommonFlowApprover))
|
|
45238
|
+
* [[CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)](https://cloud.tencent.com/document/api/1420/61525#[CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption))
|
|
45239
|
+
|
|
44974
45240
|
### 第 65 次发布
|
|
44975
45241
|
|
|
44976
45242
|
发布时间:2023-03-03 17:35:43
|
|
@@ -48588,16 +48854,16 @@
|
|
|
48588
48854
|
|
|
48589
48855
|
新增接口:
|
|
48590
48856
|
|
|
48591
|
-
* [
|
|
48592
|
-
* [
|
|
48593
|
-
* [
|
|
48594
|
-
* [
|
|
48595
|
-
* [
|
|
48857
|
+
* [DescribeRecordInfo](https://cloud.tencent.com/document/api/607/87793)
|
|
48858
|
+
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/607/87792)
|
|
48859
|
+
* [ModifyRecordInfo](https://cloud.tencent.com/document/api/607/87791)
|
|
48860
|
+
* [StartRecord](https://cloud.tencent.com/document/api/607/87790)
|
|
48861
|
+
* [StopRecord](https://cloud.tencent.com/document/api/607/87789)
|
|
48596
48862
|
|
|
48597
48863
|
新增数据结构:
|
|
48598
48864
|
|
|
48599
|
-
* [
|
|
48600
|
-
* [
|
|
48865
|
+
* [RecordInfo](https://cloud.tencent.com/document/api/607/35375#RecordInfo)
|
|
48866
|
+
* [SubscribeRecordUserIds](https://cloud.tencent.com/document/api/607/35375#SubscribeRecordUserIds)
|
|
48601
48867
|
|
|
48602
48868
|
### 第 30 次发布
|
|
48603
48869
|
|
|
@@ -62155,6 +62421,25 @@
|
|
|
62155
62421
|
|
|
62156
62422
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
62157
62423
|
|
|
62424
|
+
### 第 78 次发布
|
|
62425
|
+
|
|
62426
|
+
发布时间:2023-03-08 01:43:17
|
|
62427
|
+
|
|
62428
|
+
本次发布包含了以下内容:
|
|
62429
|
+
|
|
62430
|
+
改善已有的文档。
|
|
62431
|
+
|
|
62432
|
+
修改数据结构:
|
|
62433
|
+
|
|
62434
|
+
* [Label](https://cloud.tencent.com/document/api/248/30354#Label)
|
|
62435
|
+
|
|
62436
|
+
* 新增成员:Name, Value
|
|
62437
|
+
|
|
62438
|
+
* [PrometheusAgentInfo](https://cloud.tencent.com/document/api/248/30354#PrometheusAgentInfo)
|
|
62439
|
+
|
|
62440
|
+
* 新增成员:ClusterType, ClusterId, Describe
|
|
62441
|
+
|
|
62442
|
+
|
|
62158
62443
|
### 第 77 次发布
|
|
62159
62444
|
|
|
62160
62445
|
发布时间:2023-03-03 01:29:23
|
|
@@ -81078,6 +81363,21 @@
|
|
|
81078
81363
|
|
|
81079
81364
|
## 云托管 CloudBase Run(tcbr) 版本:2022-02-17
|
|
81080
81365
|
|
|
81366
|
+
### 第 9 次发布
|
|
81367
|
+
|
|
81368
|
+
发布时间:2023-03-08 01:54:20
|
|
81369
|
+
|
|
81370
|
+
本次发布包含了以下内容:
|
|
81371
|
+
|
|
81372
|
+
改善已有的文档。
|
|
81373
|
+
|
|
81374
|
+
修改接口:
|
|
81375
|
+
|
|
81376
|
+
* [CreateCloudRunEnv](https://cloud.tencent.com/document/api/1243/75707)
|
|
81377
|
+
|
|
81378
|
+
* 新增入参:EnvId
|
|
81379
|
+
|
|
81380
|
+
|
|
81081
81381
|
### 第 8 次发布
|
|
81082
81382
|
|
|
81083
81383
|
发布时间:2022-08-23 06:50:39
|
|
@@ -84594,6 +84894,23 @@
|
|
|
84594
84894
|
|
|
84595
84895
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
84596
84896
|
|
|
84897
|
+
### 第 47 次发布
|
|
84898
|
+
|
|
84899
|
+
发布时间:2023-03-07 01:48:59
|
|
84900
|
+
|
|
84901
|
+
本次发布包含了以下内容:
|
|
84902
|
+
|
|
84903
|
+
改善已有的文档。
|
|
84904
|
+
|
|
84905
|
+
修改数据结构:
|
|
84906
|
+
|
|
84907
|
+
* [RocketMQInstanceConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQInstanceConfig)
|
|
84908
|
+
|
|
84909
|
+
* 新增成员:MaxQueuesPerTopic
|
|
84910
|
+
|
|
84911
|
+
* <font color="#dd0000">**修改成员**:</font>MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, ConfigDisplay, NodeCount, NodeDistribution, TopicDistribution
|
|
84912
|
+
|
|
84913
|
+
|
|
84597
84914
|
### 第 46 次发布
|
|
84598
84915
|
|
|
84599
84916
|
发布时间:2023-02-21 02:10:01
|
|
@@ -95319,6 +95636,25 @@
|
|
|
95319
95636
|
|
|
95320
95637
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
95321
95638
|
|
|
95639
|
+
### 第 49 次发布
|
|
95640
|
+
|
|
95641
|
+
发布时间:2023-03-08 02:20:49
|
|
95642
|
+
|
|
95643
|
+
本次发布包含了以下内容:
|
|
95644
|
+
|
|
95645
|
+
改善已有的文档。
|
|
95646
|
+
|
|
95647
|
+
新增数据结构:
|
|
95648
|
+
|
|
95649
|
+
* [[McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText)](https://cloud.tencent.com/document/api/647/44055#[McuWaterMarkText](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkText))
|
|
95650
|
+
|
|
95651
|
+
修改数据结构:
|
|
95652
|
+
|
|
95653
|
+
* [McuWaterMarkParams](https://cloud.tencent.com/document/api/647/44055#McuWaterMarkParams)
|
|
95654
|
+
|
|
95655
|
+
* 新增成员:WaterMarkText
|
|
95656
|
+
|
|
95657
|
+
|
|
95322
95658
|
### 第 48 次发布
|
|
95323
95659
|
|
|
95324
95660
|
发布时间:2023-03-06 02:10:52
|
|
@@ -96253,6 +96589,25 @@
|
|
|
96253
96589
|
|
|
96254
96590
|
## 微服务引擎 TSE(tse) 版本:2020-12-07
|
|
96255
96591
|
|
|
96592
|
+
### 第 32 次发布
|
|
96593
|
+
|
|
96594
|
+
发布时间:2023-03-07 01:56:08
|
|
96595
|
+
|
|
96596
|
+
本次发布包含了以下内容:
|
|
96597
|
+
|
|
96598
|
+
改善已有的文档。
|
|
96599
|
+
|
|
96600
|
+
修改接口:
|
|
96601
|
+
|
|
96602
|
+
* [CreateEngine](https://cloud.tencent.com/document/api/1364/75218)
|
|
96603
|
+
|
|
96604
|
+
* 新增入参:EngineRegionInfos
|
|
96605
|
+
|
|
96606
|
+
|
|
96607
|
+
新增数据结构:
|
|
96608
|
+
|
|
96609
|
+
* [EngineRegionInfo](https://cloud.tencent.com/document/api/1364/54942#EngineRegionInfo)
|
|
96610
|
+
|
|
96256
96611
|
### 第 31 次发布
|
|
96257
96612
|
|
|
96258
96613
|
发布时间:2023-02-24 01:39:04
|
|
@@ -107720,6 +108075,43 @@
|
|
|
107720
108075
|
|
|
107721
108076
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
107722
108077
|
|
|
108078
|
+
### 第 20 次发布
|
|
108079
|
+
|
|
108080
|
+
发布时间:2023-03-08 02:25:19
|
|
108081
|
+
|
|
108082
|
+
本次发布包含了以下内容:
|
|
108083
|
+
|
|
108084
|
+
改善已有的文档。
|
|
108085
|
+
|
|
108086
|
+
新增数据结构:
|
|
108087
|
+
|
|
108088
|
+
* [[AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)](https://cloud.tencent.com/document/api/1267/76336#[AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo))
|
|
108089
|
+
|
|
108090
|
+
修改数据结构:
|
|
108091
|
+
|
|
108092
|
+
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
108093
|
+
|
|
108094
|
+
* <font color="#dd0000">**修改成员**:</font>AlarmIndicator
|
|
108095
|
+
|
|
108096
|
+
* [AlarmReceiverInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmReceiverInfo)
|
|
108097
|
+
|
|
108098
|
+
* 新增成员:WecomGroup
|
|
108099
|
+
|
|
108100
|
+
* [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
|
|
108101
|
+
|
|
108102
|
+
* 新增成员:DataProxyUrl, Submit
|
|
108103
|
+
|
|
108104
|
+
* [TableInfo](https://cloud.tencent.com/document/api/1267/76336#TableInfo)
|
|
108105
|
+
|
|
108106
|
+
* 新增成员:OriginDatabaseName, OriginSchemaName
|
|
108107
|
+
|
|
108108
|
+
* [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
|
|
108109
|
+
|
|
108110
|
+
* 新增成员:AlarmIndicatorInfos, AlarmRecipientType, WeComHook
|
|
108111
|
+
|
|
108112
|
+
* <font color="#dd0000">**修改成员**:</font>AlarmIndicator, AlarmRecipientId, AlarmRecipientName
|
|
108113
|
+
|
|
108114
|
+
|
|
107723
108115
|
### 第 19 次发布
|
|
107724
108116
|
|
|
107725
108117
|
发布时间:2023-02-22 02:17:42
|