tencentcloud-sdk-nodejs 4.0.239 → 4.0.243
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 +419 -108
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +171 -0
- package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
- package/src/services/as/v20180419/as_models.ts +18 -9
- package/src/services/billing/v20180709/billing_models.ts +13 -1
- package/src/services/cdb/v20170320/cdb_client.ts +6 -4
- package/src/services/cdn/v20180606/cdn_client.ts +1 -0
- package/src/services/cdn/v20180606/cdn_models.ts +57 -0
- package/src/services/cii/v20210408/cii_client.ts +15 -0
- package/src/services/cii/v20210408/cii_models.ts +31 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
- package/src/services/cvm/v20170312/cvm_models.ts +2 -1
- package/src/services/cwp/v20180228/cwp_models.ts +4 -4
- package/src/services/ecm/v20190719/ecm_client.ts +38 -23
- package/src/services/ecm/v20190719/ecm_models.ts +199 -94
- package/src/services/faceid/v20180301/faceid_models.ts +45 -14
- package/src/services/iotvideo/v20201215/iotvideo_client.ts +30 -6
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +90 -0
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +18 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
- package/src/services/mps/v20190612/mps_models.ts +6 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +10 -10
- package/src/services/postgres/v20170312/postgres_client.ts +2 -1
- package/src/services/postgres/v20170312/postgres_models.ts +89 -12
- package/src/services/ssa/v20180608/ssa_client.ts +35 -5
- package/src/services/ssa/v20180608/ssa_models.ts +364 -35
- package/src/services/tat/v20201028/tat_models.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +700 -440
- package/src/services/tdmq/v20200217/tdmq_models.ts +1488 -279
- package/src/services/tiw/v20190919/tiw_models.ts +24 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +140 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
- package/tencentcloud/services/as/v20180419/as_models.d.ts +17 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +49 -0
- package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
- package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
- package/tencentcloud/services/cii/v20210408/cii_models.d.ts +27 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -4
- package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +11 -7
- package/tencentcloud/services/ecm/v20190719/ecm_client.js +14 -8
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +170 -81
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +42 -14
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +11 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +15 -3
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +76 -0
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +15 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -10
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +74 -9
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +9 -1
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +12 -0
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +312 -32
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +221 -137
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +330 -204
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1254 -234
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +21 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/cii.v20210408.test.js +10 -0
- package/test/ecm.v20190719.test.js +14 -4
- package/test/iotvideo.v20201215.test.js +22 -2
- package/test/ssa.v20180608.test.js +20 -0
- package/test/tdmq.v20200217.test.js +346 -136
package/CHANGELOG.md
CHANGED
|
@@ -1,80 +1,60 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 视频处理(mps) 版本:2019-06-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 36 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-24 08:11:23
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [MediaProcessTaskTranscodeResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskTranscodeResult)
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
* 新增成员:Progress
|
|
18
18
|
|
|
19
|
-
* [AntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudCryptoFilter)
|
|
20
|
-
* [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
|
|
21
|
-
* [AntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#AntiFraudRecord)
|
|
22
|
-
* [OtherModelScoresDetail](https://cloud.tencent.com/document/api/668/44002#OtherModelScoresDetail)
|
|
23
|
-
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
|
|
24
19
|
|
|
25
20
|
|
|
26
21
|
|
|
27
|
-
##
|
|
22
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
28
23
|
|
|
29
|
-
### 第
|
|
24
|
+
### 第 20 次发布
|
|
30
25
|
|
|
31
|
-
发布时间:2021-11-
|
|
26
|
+
发布时间:2021-11-24 08:12:02
|
|
32
27
|
|
|
33
28
|
本次发布包含了以下内容:
|
|
34
29
|
|
|
35
30
|
改善已有的文档。
|
|
36
31
|
|
|
37
|
-
新增接口:
|
|
38
|
-
|
|
39
|
-
* [GetAntiFraudVip](https://cloud.tencent.com/document/api/1029/64231)
|
|
40
|
-
|
|
41
32
|
新增数据结构:
|
|
42
33
|
|
|
43
|
-
* [
|
|
44
|
-
* [AntiFraudVipFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipFilter)
|
|
45
|
-
* [AntiFraudVipRecord](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipRecord)
|
|
46
|
-
* [OtherModelScores](https://cloud.tencent.com/document/api/1029/44018#OtherModelScores)
|
|
47
|
-
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
|
|
48
|
-
|
|
34
|
+
* [NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess)
|
|
49
35
|
|
|
36
|
+
修改数据结构:
|
|
50
37
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### 第 13 次发布
|
|
54
|
-
|
|
55
|
-
发布时间:2021-11-18 08:04:19
|
|
38
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
56
39
|
|
|
57
|
-
|
|
40
|
+
* 新增成员:DBKernelVersion, NetworkAccessList
|
|
58
41
|
|
|
59
|
-
|
|
42
|
+
* [ReadOnlyGroup](https://cloud.tencent.com/document/api/409/16778#ReadOnlyGroup)
|
|
60
43
|
|
|
61
|
-
|
|
44
|
+
* 新增成员:NetworkAccessList
|
|
62
45
|
|
|
63
|
-
* [
|
|
64
|
-
* [DescribeEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64233)
|
|
65
|
-
* [RemoveEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64232)
|
|
46
|
+
* [ServerlessDBInstance](https://cloud.tencent.com/document/api/409/16778#ServerlessDBInstance)
|
|
66
47
|
|
|
67
|
-
|
|
48
|
+
* 新增成员:DBKernelVersion
|
|
68
49
|
|
|
69
|
-
* [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
|
|
70
50
|
|
|
71
51
|
|
|
72
52
|
|
|
73
|
-
##
|
|
53
|
+
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
74
54
|
|
|
75
|
-
### 第
|
|
55
|
+
### 第 14 次发布
|
|
76
56
|
|
|
77
|
-
发布时间:2021-11-
|
|
57
|
+
发布时间:2021-11-24 08:13:01
|
|
78
58
|
|
|
79
59
|
本次发布包含了以下内容:
|
|
80
60
|
|
|
@@ -82,72 +62,57 @@
|
|
|
82
62
|
|
|
83
63
|
修改接口:
|
|
84
64
|
|
|
85
|
-
* [
|
|
86
|
-
|
|
87
|
-
* 新增出参:ScanBeginTime, RiskEventCount, ScanEndTime
|
|
88
|
-
|
|
89
|
-
* [DescribeSecurityEventsCnt](https://cloud.tencent.com/document/api/296/50427)
|
|
90
|
-
|
|
91
|
-
* 新增出参:WindowVul, LinuxVul
|
|
92
|
-
|
|
93
|
-
* [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
|
|
94
|
-
|
|
95
|
-
* 新增出参:Labels
|
|
96
|
-
|
|
97
|
-
* [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
|
|
98
|
-
|
|
99
|
-
* 新增入参:VulCategory
|
|
100
|
-
|
|
101
|
-
* [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
|
|
102
|
-
|
|
103
|
-
* 新增入参:By, Order
|
|
104
|
-
|
|
105
|
-
* [ScanVul](https://cloud.tencent.com/document/api/296/57375)
|
|
106
|
-
|
|
107
|
-
* <font color="#dd0000">**修改入参**:</font>VulCategories
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
修改数据结构:
|
|
111
|
-
|
|
112
|
-
* [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
|
|
113
|
-
|
|
114
|
-
* 新增成员:CveId, CvssScore, Labels, HostCount
|
|
115
|
-
|
|
116
|
-
* [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
|
|
117
|
-
|
|
118
|
-
* 新增成员:HostVersion, IsSupportAutoFix, FixStatusMsg
|
|
119
|
-
|
|
120
|
-
* [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
|
|
65
|
+
* [CreateCommand](https://cloud.tencent.com/document/api/1340/52684)
|
|
121
66
|
|
|
122
|
-
*
|
|
67
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
123
68
|
|
|
124
69
|
|
|
125
70
|
|
|
126
71
|
|
|
127
|
-
##
|
|
72
|
+
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
128
73
|
|
|
129
|
-
### 第
|
|
74
|
+
### 第 23 次发布
|
|
130
75
|
|
|
131
|
-
发布时间:2021-11-
|
|
76
|
+
发布时间:2021-11-24 08:13:42
|
|
132
77
|
|
|
133
78
|
本次发布包含了以下内容:
|
|
134
79
|
|
|
135
80
|
改善已有的文档。
|
|
136
81
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
* [InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig)
|
|
140
|
-
|
|
141
|
-
修改数据结构:
|
|
142
|
-
|
|
143
|
-
* [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
|
|
144
|
-
|
|
145
|
-
* 新增成员:DisablePolicyChecks
|
|
82
|
+
新增接口:
|
|
146
83
|
|
|
147
|
-
* [
|
|
84
|
+
* [CreateAMQPCluster](https://cloud.tencent.com/document/api/1179/64661)
|
|
85
|
+
* [CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)
|
|
86
|
+
* [CreateAMQPQueue](https://cloud.tencent.com/document/api/1179/64671)
|
|
87
|
+
* [CreateAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64670)
|
|
88
|
+
* [CreateAMQPVHost](https://cloud.tencent.com/document/api/1179/64660)
|
|
89
|
+
* [DeleteAMQPCluster](https://cloud.tencent.com/document/api/1179/64656)
|
|
90
|
+
* [DeleteAMQPExchange](https://cloud.tencent.com/document/api/1179/64669)
|
|
91
|
+
* [DeleteAMQPQueue](https://cloud.tencent.com/document/api/1179/64668)
|
|
92
|
+
* [DeleteAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64667)
|
|
93
|
+
* [DeleteAMQPVHost](https://cloud.tencent.com/document/api/1179/64659)
|
|
94
|
+
* [DescribeAMQPCluster](https://cloud.tencent.com/document/api/1179/64655)
|
|
95
|
+
* [DescribeAMQPClusters](https://cloud.tencent.com/document/api/1179/64654)
|
|
96
|
+
* [DescribeAMQPCreateQuota](https://cloud.tencent.com/document/api/1179/64653)
|
|
97
|
+
* [DescribeAMQPExchanges](https://cloud.tencent.com/document/api/1179/64666)
|
|
98
|
+
* [DescribeAMQPQueues](https://cloud.tencent.com/document/api/1179/64665)
|
|
99
|
+
* [DescribeAMQPRouteRelations](https://cloud.tencent.com/document/api/1179/64664)
|
|
100
|
+
* [DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)
|
|
101
|
+
* [ModifyAMQPCluster](https://cloud.tencent.com/document/api/1179/64652)
|
|
102
|
+
* [ModifyAMQPExchange](https://cloud.tencent.com/document/api/1179/64663)
|
|
103
|
+
* [ModifyAMQPQueue](https://cloud.tencent.com/document/api/1179/64662)
|
|
104
|
+
* [ModifyAMQPVHost](https://cloud.tencent.com/document/api/1179/64657)
|
|
148
105
|
|
|
149
|
-
|
|
106
|
+
新增数据结构:
|
|
150
107
|
|
|
108
|
+
* [AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig)
|
|
109
|
+
* [AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)
|
|
110
|
+
* [AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo)
|
|
111
|
+
* [AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats)
|
|
112
|
+
* [AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)
|
|
113
|
+
* [AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)
|
|
114
|
+
* [AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation)
|
|
115
|
+
* [AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)
|
|
151
116
|
|
|
152
117
|
|
|
153
118
|
|
|
@@ -440,15 +405,15 @@
|
|
|
440
405
|
|
|
441
406
|
新增接口:
|
|
442
407
|
|
|
443
|
-
* [
|
|
408
|
+
* [GetAntiFraud](https://cloud.tencent.com/document/api/668/64230)
|
|
444
409
|
|
|
445
410
|
新增数据结构:
|
|
446
411
|
|
|
447
|
-
* [
|
|
448
|
-
* [
|
|
449
|
-
* [
|
|
450
|
-
* [
|
|
451
|
-
* [
|
|
412
|
+
* [AntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudCryptoFilter)
|
|
413
|
+
* [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
|
|
414
|
+
* [AntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#AntiFraudRecord)
|
|
415
|
+
* [OtherModelScoresDetail](https://cloud.tencent.com/document/api/668/44002#OtherModelScoresDetail)
|
|
416
|
+
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
|
|
452
417
|
|
|
453
418
|
### 第 3 次发布
|
|
454
419
|
|
|
@@ -519,15 +484,15 @@
|
|
|
519
484
|
|
|
520
485
|
新增接口:
|
|
521
486
|
|
|
522
|
-
* [
|
|
487
|
+
* [GetAntiFraudVip](https://cloud.tencent.com/document/api/1029/64231)
|
|
523
488
|
|
|
524
489
|
新增数据结构:
|
|
525
490
|
|
|
526
|
-
* [
|
|
527
|
-
* [
|
|
528
|
-
* [
|
|
529
|
-
* [
|
|
530
|
-
* [
|
|
491
|
+
* [AntiFraudVipCryptoFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipCryptoFilter)
|
|
492
|
+
* [AntiFraudVipFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipFilter)
|
|
493
|
+
* [AntiFraudVipRecord](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipRecord)
|
|
494
|
+
* [OtherModelScores](https://cloud.tencent.com/document/api/1029/44018#OtherModelScores)
|
|
495
|
+
* [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
|
|
531
496
|
|
|
532
497
|
### 第 1 次发布
|
|
533
498
|
|
|
@@ -1070,6 +1035,44 @@
|
|
|
1070
1035
|
|
|
1071
1036
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1072
1037
|
|
|
1038
|
+
### 第 14 次发布
|
|
1039
|
+
|
|
1040
|
+
发布时间:2021-11-23 08:02:33
|
|
1041
|
+
|
|
1042
|
+
本次发布包含了以下内容:
|
|
1043
|
+
|
|
1044
|
+
改善已有的文档。
|
|
1045
|
+
|
|
1046
|
+
新增接口:
|
|
1047
|
+
|
|
1048
|
+
* [ModifyNewDomainRules](https://cloud.tencent.com/document/api/1021/64631)
|
|
1049
|
+
|
|
1050
|
+
新增数据结构:
|
|
1051
|
+
|
|
1052
|
+
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
1053
|
+
|
|
1054
|
+
### 第 13 次发布
|
|
1055
|
+
|
|
1056
|
+
发布时间:2021-11-22 08:01:25
|
|
1057
|
+
|
|
1058
|
+
本次发布包含了以下内容:
|
|
1059
|
+
|
|
1060
|
+
改善已有的文档。
|
|
1061
|
+
|
|
1062
|
+
修改接口:
|
|
1063
|
+
|
|
1064
|
+
* [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
|
|
1065
|
+
|
|
1066
|
+
* 新增入参:FilterDamDDoSStatus
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
修改数据结构:
|
|
1070
|
+
|
|
1071
|
+
* [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
|
|
1072
|
+
|
|
1073
|
+
* 新增成员:DamDDoSStatus
|
|
1074
|
+
|
|
1075
|
+
|
|
1073
1076
|
### 第 12 次发布
|
|
1074
1077
|
|
|
1075
1078
|
发布时间:2021-08-31 08:00:10
|
|
@@ -4537,6 +4540,25 @@
|
|
|
4537
4540
|
|
|
4538
4541
|
## 计费相关(billing) 版本:2018-07-09
|
|
4539
4542
|
|
|
4543
|
+
### 第 29 次发布
|
|
4544
|
+
|
|
4545
|
+
发布时间:2021-11-23 08:03:19
|
|
4546
|
+
|
|
4547
|
+
本次发布包含了以下内容:
|
|
4548
|
+
|
|
4549
|
+
改善已有的文档。
|
|
4550
|
+
|
|
4551
|
+
修改接口:
|
|
4552
|
+
|
|
4553
|
+
* [DescribeBillDetail](https://cloud.tencent.com/document/api/555/19182)
|
|
4554
|
+
|
|
4555
|
+
* 新增入参:BusinessCode
|
|
4556
|
+
|
|
4557
|
+
* [DescribeBillResourceSummary](https://cloud.tencent.com/document/api/555/19181)
|
|
4558
|
+
|
|
4559
|
+
* 新增入参:BusinessCode
|
|
4560
|
+
|
|
4561
|
+
|
|
4540
4562
|
### 第 28 次发布
|
|
4541
4563
|
|
|
4542
4564
|
发布时间:2021-10-13 08:03:28
|
|
@@ -9771,6 +9793,48 @@
|
|
|
9771
9793
|
|
|
9772
9794
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9773
9795
|
|
|
9796
|
+
### 第 87 次发布
|
|
9797
|
+
|
|
9798
|
+
发布时间:2021-11-19 08:07:05
|
|
9799
|
+
|
|
9800
|
+
本次发布包含了以下内容:
|
|
9801
|
+
|
|
9802
|
+
改善已有的文档。
|
|
9803
|
+
|
|
9804
|
+
修改接口:
|
|
9805
|
+
|
|
9806
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
9807
|
+
|
|
9808
|
+
* 新增入参:ShareCname
|
|
9809
|
+
|
|
9810
|
+
|
|
9811
|
+
新增数据结构:
|
|
9812
|
+
|
|
9813
|
+
* [ShareCname](https://cloud.tencent.com/document/api/228/30987#ShareCname)
|
|
9814
|
+
|
|
9815
|
+
修改数据结构:
|
|
9816
|
+
|
|
9817
|
+
* [AuthenticationTypeA](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeA)
|
|
9818
|
+
|
|
9819
|
+
* 新增成员:BackupSecretKey
|
|
9820
|
+
|
|
9821
|
+
* [AuthenticationTypeB](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeB)
|
|
9822
|
+
|
|
9823
|
+
* 新增成员:BackupSecretKey
|
|
9824
|
+
|
|
9825
|
+
* [AuthenticationTypeC](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeC)
|
|
9826
|
+
|
|
9827
|
+
* 新增成员:BackupSecretKey
|
|
9828
|
+
|
|
9829
|
+
* [AuthenticationTypeD](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeD)
|
|
9830
|
+
|
|
9831
|
+
* 新增成员:BackupSecretKey
|
|
9832
|
+
|
|
9833
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
9834
|
+
|
|
9835
|
+
* 新增成员:ShareCname
|
|
9836
|
+
|
|
9837
|
+
|
|
9774
9838
|
### 第 86 次发布
|
|
9775
9839
|
|
|
9776
9840
|
发布时间:2021-11-09 08:07:45
|
|
@@ -11986,13 +12050,13 @@
|
|
|
11986
12050
|
|
|
11987
12051
|
新增接口:
|
|
11988
12052
|
|
|
11989
|
-
* [
|
|
11990
|
-
* [
|
|
11991
|
-
* [
|
|
12053
|
+
* [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
|
|
12054
|
+
* [DescribeEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64233)
|
|
12055
|
+
* [RemoveEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64232)
|
|
11992
12056
|
|
|
11993
12057
|
新增数据结构:
|
|
11994
12058
|
|
|
11995
|
-
* [
|
|
12059
|
+
* [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
|
|
11996
12060
|
|
|
11997
12061
|
### 第 12 次发布
|
|
11998
12062
|
|
|
@@ -12501,6 +12565,18 @@
|
|
|
12501
12565
|
|
|
12502
12566
|
## 智能保险助手(cii) 版本:2021-04-08
|
|
12503
12567
|
|
|
12568
|
+
### 第 7 次发布
|
|
12569
|
+
|
|
12570
|
+
发布时间:2021-11-23 08:04:46
|
|
12571
|
+
|
|
12572
|
+
本次发布包含了以下内容:
|
|
12573
|
+
|
|
12574
|
+
改善已有的文档。
|
|
12575
|
+
|
|
12576
|
+
新增接口:
|
|
12577
|
+
|
|
12578
|
+
* [UploadMedicalFile](https://cloud.tencent.com/document/api/1368/64633)
|
|
12579
|
+
|
|
12504
12580
|
### 第 6 次发布
|
|
12505
12581
|
|
|
12506
12582
|
发布时间:2021-09-30 08:02:25
|
|
@@ -24368,6 +24444,24 @@
|
|
|
24368
24444
|
|
|
24369
24445
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
24370
24446
|
|
|
24447
|
+
### 第 59 次发布
|
|
24448
|
+
|
|
24449
|
+
发布时间:2021-11-18 20:07:06
|
|
24450
|
+
|
|
24451
|
+
本次发布包含了以下内容:
|
|
24452
|
+
|
|
24453
|
+
改善已有的文档。
|
|
24454
|
+
|
|
24455
|
+
新增接口:
|
|
24456
|
+
|
|
24457
|
+
* [DescribePriceRunInstance](https://cloud.tencent.com/document/api/1108/64437)
|
|
24458
|
+
|
|
24459
|
+
新增数据结构:
|
|
24460
|
+
|
|
24461
|
+
* [InstancePricesPartDetail](https://cloud.tencent.com/document/api/1108/42574#InstancePricesPartDetail)
|
|
24462
|
+
* [InstancesPrice](https://cloud.tencent.com/document/api/1108/42574#InstancesPrice)
|
|
24463
|
+
* [PriceDetail](https://cloud.tencent.com/document/api/1108/42574#PriceDetail)
|
|
24464
|
+
|
|
24371
24465
|
### 第 58 次发布
|
|
24372
24466
|
|
|
24373
24467
|
发布时间:2021-11-11 11:01:56
|
|
@@ -27387,6 +27481,29 @@
|
|
|
27387
27481
|
|
|
27388
27482
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
27389
27483
|
|
|
27484
|
+
### 第 33 次发布
|
|
27485
|
+
|
|
27486
|
+
发布时间:2021-11-23 08:07:49
|
|
27487
|
+
|
|
27488
|
+
本次发布包含了以下内容:
|
|
27489
|
+
|
|
27490
|
+
改善已有的文档。
|
|
27491
|
+
|
|
27492
|
+
修改接口:
|
|
27493
|
+
|
|
27494
|
+
* [LivenessCompare](https://cloud.tencent.com/document/api/1007/31819)
|
|
27495
|
+
|
|
27496
|
+
* 新增入参:ImageUrl, VideoUrl
|
|
27497
|
+
|
|
27498
|
+
* <font color="#dd0000">**修改入参**:</font>ImageBase64, VideoBase64
|
|
27499
|
+
|
|
27500
|
+
* [LivenessRecognition](https://cloud.tencent.com/document/api/1007/31818)
|
|
27501
|
+
|
|
27502
|
+
* 新增入参:VideoUrl
|
|
27503
|
+
|
|
27504
|
+
* <font color="#dd0000">**修改入参**:</font>VideoBase64
|
|
27505
|
+
|
|
27506
|
+
|
|
27390
27507
|
### 第 32 次发布
|
|
27391
27508
|
|
|
27392
27509
|
发布时间:2021-10-29 08:05:31
|
|
@@ -33767,6 +33884,34 @@
|
|
|
33767
33884
|
|
|
33768
33885
|
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
33769
33886
|
|
|
33887
|
+
### 第 14 次发布
|
|
33888
|
+
|
|
33889
|
+
发布时间:2021-11-23 08:09:04
|
|
33890
|
+
|
|
33891
|
+
本次发布包含了以下内容:
|
|
33892
|
+
|
|
33893
|
+
改善已有的文档。
|
|
33894
|
+
|
|
33895
|
+
修改接口:
|
|
33896
|
+
|
|
33897
|
+
* [ResetCloudStorage](https://cloud.tencent.com/document/api/1131/53958)
|
|
33898
|
+
|
|
33899
|
+
* 新增入参:ChannelId, UserId
|
|
33900
|
+
|
|
33901
|
+
|
|
33902
|
+
### 第 13 次发布
|
|
33903
|
+
|
|
33904
|
+
发布时间:2021-11-19 08:11:51
|
|
33905
|
+
|
|
33906
|
+
本次发布包含了以下内容:
|
|
33907
|
+
|
|
33908
|
+
改善已有的文档。
|
|
33909
|
+
|
|
33910
|
+
新增接口:
|
|
33911
|
+
|
|
33912
|
+
* [DescribeProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64445)
|
|
33913
|
+
* [ModifyProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64444)
|
|
33914
|
+
|
|
33770
33915
|
### 第 12 次发布
|
|
33771
33916
|
|
|
33772
33917
|
发布时间:2021-11-10 08:08:18
|
|
@@ -34061,6 +34206,21 @@
|
|
|
34061
34206
|
|
|
34062
34207
|
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
34063
34208
|
|
|
34209
|
+
### 第 11 次发布
|
|
34210
|
+
|
|
34211
|
+
发布时间:2021-11-19 08:12:04
|
|
34212
|
+
|
|
34213
|
+
本次发布包含了以下内容:
|
|
34214
|
+
|
|
34215
|
+
改善已有的文档。
|
|
34216
|
+
|
|
34217
|
+
修改数据结构:
|
|
34218
|
+
|
|
34219
|
+
* [RecordTaskItem](https://cloud.tencent.com/document/api/1361/53754#RecordTaskItem)
|
|
34220
|
+
|
|
34221
|
+
* 新增成员:SceneId, WarnId, RecordId
|
|
34222
|
+
|
|
34223
|
+
|
|
34064
34224
|
### 第 10 次发布
|
|
34065
34225
|
|
|
34066
34226
|
发布时间:2021-09-01 08:00:55
|
|
@@ -38527,6 +38687,21 @@
|
|
|
38527
38687
|
|
|
38528
38688
|
## 视频处理(mps) 版本:2019-06-12
|
|
38529
38689
|
|
|
38690
|
+
### 第 36 次发布
|
|
38691
|
+
|
|
38692
|
+
发布时间:2021-11-24 08:11:23
|
|
38693
|
+
|
|
38694
|
+
本次发布包含了以下内容:
|
|
38695
|
+
|
|
38696
|
+
改善已有的文档。
|
|
38697
|
+
|
|
38698
|
+
修改数据结构:
|
|
38699
|
+
|
|
38700
|
+
* [MediaProcessTaskTranscodeResult](https://cloud.tencent.com/document/api/862/37615#MediaProcessTaskTranscodeResult)
|
|
38701
|
+
|
|
38702
|
+
* 新增成员:Progress
|
|
38703
|
+
|
|
38704
|
+
|
|
38530
38705
|
### 第 35 次发布
|
|
38531
38706
|
|
|
38532
38707
|
发布时间:2021-10-13 08:09:46
|
|
@@ -42453,6 +42628,33 @@
|
|
|
42453
42628
|
|
|
42454
42629
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
42455
42630
|
|
|
42631
|
+
### 第 20 次发布
|
|
42632
|
+
|
|
42633
|
+
发布时间:2021-11-24 08:12:02
|
|
42634
|
+
|
|
42635
|
+
本次发布包含了以下内容:
|
|
42636
|
+
|
|
42637
|
+
改善已有的文档。
|
|
42638
|
+
|
|
42639
|
+
新增数据结构:
|
|
42640
|
+
|
|
42641
|
+
* [[NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess)](https://cloud.tencent.com/document/api/409/16778#[NetworkAccess](https://cloud.tencent.com/document/api/409/16778#NetworkAccess))
|
|
42642
|
+
|
|
42643
|
+
修改数据结构:
|
|
42644
|
+
|
|
42645
|
+
* [DBInstance](https://cloud.tencent.com/document/api/409/16778#DBInstance)
|
|
42646
|
+
|
|
42647
|
+
* 新增成员:DBKernelVersion, NetworkAccessList
|
|
42648
|
+
|
|
42649
|
+
* [ReadOnlyGroup](https://cloud.tencent.com/document/api/409/16778#ReadOnlyGroup)
|
|
42650
|
+
|
|
42651
|
+
* 新增成员:NetworkAccessList
|
|
42652
|
+
|
|
42653
|
+
* [ServerlessDBInstance](https://cloud.tencent.com/document/api/409/16778#ServerlessDBInstance)
|
|
42654
|
+
|
|
42655
|
+
* 新增成员:DBKernelVersion
|
|
42656
|
+
|
|
42657
|
+
|
|
42456
42658
|
### 第 19 次发布
|
|
42457
42659
|
|
|
42458
42660
|
发布时间:2021-11-04 08:11:48
|
|
@@ -46272,6 +46474,42 @@
|
|
|
46272
46474
|
|
|
46273
46475
|
## 态势感知(ssa) 版本:2018-06-08
|
|
46274
46476
|
|
|
46477
|
+
### 第 6 次发布
|
|
46478
|
+
|
|
46479
|
+
发布时间:2021-11-22 08:10:13
|
|
46480
|
+
|
|
46481
|
+
本次发布包含了以下内容:
|
|
46482
|
+
|
|
46483
|
+
改善已有的文档。
|
|
46484
|
+
|
|
46485
|
+
新增接口:
|
|
46486
|
+
|
|
46487
|
+
* [DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)
|
|
46488
|
+
|
|
46489
|
+
新增数据结构:
|
|
46490
|
+
|
|
46491
|
+
* [AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)
|
|
46492
|
+
|
|
46493
|
+
### 第 5 次发布
|
|
46494
|
+
|
|
46495
|
+
发布时间:2021-11-19 08:14:18
|
|
46496
|
+
|
|
46497
|
+
本次发布包含了以下内容:
|
|
46498
|
+
|
|
46499
|
+
改善已有的文档。
|
|
46500
|
+
|
|
46501
|
+
新增接口:
|
|
46502
|
+
|
|
46503
|
+
* [DescribeSocAlertList](https://cloud.tencent.com/document/api/664/64446)
|
|
46504
|
+
|
|
46505
|
+
新增数据结构:
|
|
46506
|
+
|
|
46507
|
+
* [AlertListData](https://cloud.tencent.com/document/api/664/51406#AlertListData)
|
|
46508
|
+
* [AlertType](https://cloud.tencent.com/document/api/664/51406#AlertType)
|
|
46509
|
+
* [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
|
|
46510
|
+
* [QueryFilter](https://cloud.tencent.com/document/api/664/51406#QueryFilter)
|
|
46511
|
+
* [QuerySort](https://cloud.tencent.com/document/api/664/51406#QuerySort)
|
|
46512
|
+
|
|
46275
46513
|
### 第 4 次发布
|
|
46276
46514
|
|
|
46277
46515
|
发布时间:2021-08-16 08:01:05
|
|
@@ -47266,6 +47504,21 @@
|
|
|
47266
47504
|
|
|
47267
47505
|
## 腾讯云自动化助手(tat) 版本:2020-10-28
|
|
47268
47506
|
|
|
47507
|
+
### 第 14 次发布
|
|
47508
|
+
|
|
47509
|
+
发布时间:2021-11-24 08:13:01
|
|
47510
|
+
|
|
47511
|
+
本次发布包含了以下内容:
|
|
47512
|
+
|
|
47513
|
+
改善已有的文档。
|
|
47514
|
+
|
|
47515
|
+
修改接口:
|
|
47516
|
+
|
|
47517
|
+
* [CreateCommand](https://cloud.tencent.com/document/api/1340/52684)
|
|
47518
|
+
|
|
47519
|
+
* 新增入参:OutputCOSBucketUrl, OutputCOSKeyPrefix
|
|
47520
|
+
|
|
47521
|
+
|
|
47269
47522
|
### 第 13 次发布
|
|
47270
47523
|
|
|
47271
47524
|
发布时间:2021-09-23 08:12:30
|
|
@@ -50224,7 +50477,7 @@
|
|
|
50224
50477
|
|
|
50225
50478
|
新增数据结构:
|
|
50226
50479
|
|
|
50227
|
-
* [
|
|
50480
|
+
* [InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig)
|
|
50228
50481
|
|
|
50229
50482
|
修改数据结构:
|
|
50230
50483
|
|
|
@@ -51064,6 +51317,49 @@
|
|
|
51064
51317
|
|
|
51065
51318
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
51066
51319
|
|
|
51320
|
+
### 第 23 次发布
|
|
51321
|
+
|
|
51322
|
+
发布时间:2021-11-24 08:13:42
|
|
51323
|
+
|
|
51324
|
+
本次发布包含了以下内容:
|
|
51325
|
+
|
|
51326
|
+
改善已有的文档。
|
|
51327
|
+
|
|
51328
|
+
新增接口:
|
|
51329
|
+
|
|
51330
|
+
* [[CreateAMQPCluster](https://cloud.tencent.com/document/api/1179/64661)](https://cloud.tencent.com/document/api/#/#)
|
|
51331
|
+
* [[CreateAMQPExchange](https://cloud.tencent.com/document/api/1179/64672)](https://cloud.tencent.com/document/api/#/#)
|
|
51332
|
+
* [[CreateAMQPQueue](https://cloud.tencent.com/document/api/1179/64671)](https://cloud.tencent.com/document/api/#/#)
|
|
51333
|
+
* [[CreateAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64670)](https://cloud.tencent.com/document/api/#/#)
|
|
51334
|
+
* [[CreateAMQPVHost](https://cloud.tencent.com/document/api/1179/64660)](https://cloud.tencent.com/document/api/#/#)
|
|
51335
|
+
* [[DeleteAMQPCluster](https://cloud.tencent.com/document/api/1179/64656)](https://cloud.tencent.com/document/api/#/#)
|
|
51336
|
+
* [[DeleteAMQPExchange](https://cloud.tencent.com/document/api/1179/64669)](https://cloud.tencent.com/document/api/#/#)
|
|
51337
|
+
* [[DeleteAMQPQueue](https://cloud.tencent.com/document/api/1179/64668)](https://cloud.tencent.com/document/api/#/#)
|
|
51338
|
+
* [[DeleteAMQPRouteRelation](https://cloud.tencent.com/document/api/1179/64667)](https://cloud.tencent.com/document/api/#/#)
|
|
51339
|
+
* [[DeleteAMQPVHost](https://cloud.tencent.com/document/api/1179/64659)](https://cloud.tencent.com/document/api/#/#)
|
|
51340
|
+
* [[DescribeAMQPCluster](https://cloud.tencent.com/document/api/1179/64655)](https://cloud.tencent.com/document/api/#/#)
|
|
51341
|
+
* [[DescribeAMQPClusters](https://cloud.tencent.com/document/api/1179/64654)](https://cloud.tencent.com/document/api/#/#)
|
|
51342
|
+
* [[DescribeAMQPCreateQuota](https://cloud.tencent.com/document/api/1179/64653)](https://cloud.tencent.com/document/api/#/#)
|
|
51343
|
+
* [[DescribeAMQPExchanges](https://cloud.tencent.com/document/api/1179/64666)](https://cloud.tencent.com/document/api/#/#)
|
|
51344
|
+
* [[DescribeAMQPQueues](https://cloud.tencent.com/document/api/1179/64665)](https://cloud.tencent.com/document/api/#/#)
|
|
51345
|
+
* [[DescribeAMQPRouteRelations](https://cloud.tencent.com/document/api/1179/64664)](https://cloud.tencent.com/document/api/#/#)
|
|
51346
|
+
* [[DescribeAMQPVHosts](https://cloud.tencent.com/document/api/1179/64658)](https://cloud.tencent.com/document/api/#/#)
|
|
51347
|
+
* [[ModifyAMQPCluster](https://cloud.tencent.com/document/api/1179/64652)](https://cloud.tencent.com/document/api/#/#)
|
|
51348
|
+
* [[ModifyAMQPExchange](https://cloud.tencent.com/document/api/1179/64663)](https://cloud.tencent.com/document/api/#/#)
|
|
51349
|
+
* [[ModifyAMQPQueue](https://cloud.tencent.com/document/api/1179/64662)](https://cloud.tencent.com/document/api/#/#)
|
|
51350
|
+
* [[ModifyAMQPVHost](https://cloud.tencent.com/document/api/1179/64657)](https://cloud.tencent.com/document/api/#/#)
|
|
51351
|
+
|
|
51352
|
+
新增数据结构:
|
|
51353
|
+
|
|
51354
|
+
* [[AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterConfig](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterConfig))
|
|
51355
|
+
* [[AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterDetail))
|
|
51356
|
+
* [[AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterInfo](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterInfo))
|
|
51357
|
+
* [[AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats)](https://cloud.tencent.com/document/api/1179/46089#[AMQPClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#AMQPClusterRecentStats))
|
|
51358
|
+
* [[AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange)](https://cloud.tencent.com/document/api/1179/46089#[AMQPExchange](https://cloud.tencent.com/document/api/1179/46089#AMQPExchange))
|
|
51359
|
+
* [[AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)](https://cloud.tencent.com/document/api/1179/46089#[AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail))
|
|
51360
|
+
* [[AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation)](https://cloud.tencent.com/document/api/1179/46089#[AMQPRouteRelation](https://cloud.tencent.com/document/api/1179/46089#AMQPRouteRelation))
|
|
51361
|
+
* [[AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost)](https://cloud.tencent.com/document/api/1179/46089#[AMQPVHost](https://cloud.tencent.com/document/api/1179/46089#AMQPVHost))
|
|
51362
|
+
|
|
51067
51363
|
### 第 22 次发布
|
|
51068
51364
|
|
|
51069
51365
|
发布时间:2021-10-27 20:52:54
|
|
@@ -53135,6 +53431,21 @@
|
|
|
53135
53431
|
|
|
53136
53432
|
## 互动白板(tiw) 版本:2019-09-19
|
|
53137
53433
|
|
|
53434
|
+
### 第 23 次发布
|
|
53435
|
+
|
|
53436
|
+
发布时间:2021-11-19 08:15:40
|
|
53437
|
+
|
|
53438
|
+
本次发布包含了以下内容:
|
|
53439
|
+
|
|
53440
|
+
改善已有的文档。
|
|
53441
|
+
|
|
53442
|
+
修改接口:
|
|
53443
|
+
|
|
53444
|
+
* [StartWhiteboardPush](https://cloud.tencent.com/document/api/1137/52081)
|
|
53445
|
+
|
|
53446
|
+
* 新增入参:TRTCRoomId, TRTCRoomIdStr
|
|
53447
|
+
|
|
53448
|
+
|
|
53138
53449
|
### 第 22 次发布
|
|
53139
53450
|
|
|
53140
53451
|
发布时间:2021-10-29 08:10:34
|