tencentcloud-sdk-nodejs 4.0.223 → 4.0.227

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 (83) hide show
  1. package/CHANGELOG.md +425 -99
  2. package/README.md +2 -2
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aa/v20200224/aa_models.ts +15 -22
  7. package/src/services/advisor/v20200721/advisor_models.ts +7 -1
  8. package/src/services/as/v20180419/as_models.ts +2 -6
  9. package/src/services/ccc/v20200210/ccc_models.ts +49 -7
  10. package/src/services/cdb/v20170320/cdb_client.ts +2 -14
  11. package/src/services/cdb/v20170320/cdb_models.ts +49 -49
  12. package/src/services/cdn/v20180606/cdn_client.ts +72 -18
  13. package/src/services/cdn/v20180606/cdn_models.ts +706 -165
  14. package/src/services/cls/v20201016/cls_client.ts +3 -18
  15. package/src/services/cls/v20201016/cls_models.ts +16 -1
  16. package/src/services/cme/v20191029/cme_models.ts +5 -0
  17. package/src/services/cwp/v20180228/cwp_models.ts +4 -5
  18. package/src/services/faceid/v20180301/faceid_models.ts +25 -9
  19. package/src/services/ims/v20201229/ims_models.ts +10 -0
  20. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -6
  21. package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
  22. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  23. package/src/services/ses/v20201002/ses_client.ts +32 -18
  24. package/src/services/ses/v20201002/ses_models.ts +149 -52
  25. package/src/services/taf/v20200210/taf_client.ts +3 -2
  26. package/src/services/taf/v20200210/taf_models.ts +48 -8
  27. package/src/services/tdmq/v20200217/tdmq_client.ts +282 -71
  28. package/src/services/tdmq/v20200217/tdmq_models.ts +856 -144
  29. package/src/services/tem/v20210701/tem_models.ts +5 -0
  30. package/src/services/tiia/v20190529/tiia_client.ts +78 -3
  31. package/src/services/tiia/v20190529/tiia_models.ts +397 -29
  32. package/src/services/tiw/v20190919/tiw_client.ts +17 -1
  33. package/src/services/tiw/v20190919/tiw_models.ts +82 -5
  34. package/src/services/trtc/v20190722/trtc_client.ts +3 -40
  35. package/src/services/trtc/v20190722/trtc_models.ts +43 -187
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/aa/v20200224/aa_models.d.ts +13 -20
  39. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +6 -1
  40. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -6
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +40 -6
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -43
  45. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +26 -3
  46. package/tencentcloud/services/cdn/v20180606/cdn_client.js +32 -3
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +622 -150
  48. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -18
  49. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -17
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  51. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -4
  53. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -9
  54. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -0
  55. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -6
  56. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  57. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  58. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +10 -6
  59. package/tencentcloud/services/ses/v20201002/ses_client.js +13 -7
  60. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +129 -47
  61. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
  62. package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
  63. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +39 -7
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +89 -21
  65. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +132 -30
  66. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +728 -124
  67. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  68. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +26 -1
  69. package/tencentcloud/services/tiia/v20190529/tiia_client.js +37 -0
  70. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +341 -28
  71. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
  72. package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
  73. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +72 -5
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -13
  75. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -18
  76. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +39 -163
  77. package/test/cdb.v20170320.test.js +0 -10
  78. package/test/cdn.v20180606.test.js +32 -2
  79. package/test/ses.v20201002.test.js +14 -4
  80. package/test/tdmq.v20200217.test.js +190 -20
  81. package/test/tiia.v20190529.test.js +60 -0
  82. package/test/tiw.v20190919.test.js +10 -0
  83. package/test/trtc.v20190722.test.js +0 -30
package/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 弹性伸缩(as) 版本:2018-04-19
3
+ ## 云呼叫中心(ccc) 版本:2020-02-10
4
4
 
5
- ### 第 41 次发布
5
+ ### 第 16 次发布
6
6
 
7
- 发布时间:2021-10-27 08:02:46
7
+ 发布时间:2021-11-01 08:06:08
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,58 +12,39 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
16
-
17
- * 新增入参:EnhancedService
18
-
19
-
20
-
15
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
21
16
 
22
- ## 云硬盘(cbs) 版本:2017-03-12
17
+ * 新增入参:SessionId
23
18
 
24
- ### 33 次发布
19
+ * <font color="#dd0000">**修改入参**:</font>CdrId
25
20
 
26
- 发布时间:2021-10-27 08:03:51
21
+ * [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
27
22
 
28
- 本次发布包含了以下内容:
23
+ * 新增入参:SessionIds
29
24
 
30
- 改善已有的文档。
31
25
 
32
26
  修改数据结构:
33
27
 
34
- * [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
35
-
36
- * <font color="#dd0000">**修改成员**:</font>SnapshotId
37
-
38
-
39
-
40
-
41
- ## 日志服务(cls) 版本:2020-10-16
42
-
43
- ### 第 11 次发布
44
-
45
- 发布时间:2021-10-27 08:04:57
28
+ * [PSTNSession](https://cloud.tencent.com/document/api/679/47715#PSTNSession)
46
29
 
47
- 本次发布包含了以下内容:
30
+ * 新增成员:ProtectedCaller, ProtectedCallee
48
31
 
49
- 改善已有的文档。
50
-
51
- 修改接口:
32
+ * [PSTNSessionInfo](https://cloud.tencent.com/document/api/679/47715#PSTNSessionInfo)
52
33
 
53
- * [GetAlarmLog](https://cloud.tencent.com/document/api/614/56460)
34
+ * 新增成员:ProtectedCaller, ProtectedCallee
54
35
 
55
- * 新增入参:UseNewAnalysis
36
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
56
37
 
57
- * 新增出参:AnalysisRecords, Columns
38
+ * 新增成员:ProtectedCaller, ProtectedCallee
58
39
 
59
40
 
60
41
 
61
42
 
62
- ## 主机安全(cwp) 版本:2018-02-28
43
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
63
44
 
64
- ### 第 33 次发布
45
+ ### 第 71 次发布
65
46
 
66
- 发布时间:2021-10-27 08:05:40
47
+ 发布时间:2021-11-01 08:06:13
67
48
 
68
49
  本次发布包含了以下内容:
69
50
 
@@ -71,71 +52,53 @@
71
52
 
72
53
  <font color="#dd0000">**删除接口**:</font>
73
54
 
74
- * RescanImpactedHost
55
+ * ModifyRoType
75
56
 
76
57
 
77
58
 
78
- ## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
79
-
80
- ### 第 13 次发布
81
-
82
- 发布时间:2021-10-27 08:06:08
83
-
84
- 本次发布包含了以下内容:
85
-
86
- 改善已有的文档。
87
-
88
- 新增接口:
89
-
90
- * [ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)
91
-
92
-
93
-
94
- ## 边缘计算机器(ecm) 版本:2019-07-19
59
+ ## 日志服务(cls) 版本:2020-10-16
95
60
 
96
- ### 第 56 次发布
61
+ ### 第 12 次发布
97
62
 
98
- 发布时间:2021-10-27 08:07:01
63
+ 发布时间:2021-11-01 08:07:18
99
64
 
100
65
  本次发布包含了以下内容:
101
66
 
102
67
  改善已有的文档。
103
68
 
104
- 新增接口:
69
+ 修改接口:
105
70
 
106
- * [CreateKeyPair](https://cloud.tencent.com/document/api/1108/63368)
107
- * [DisassociateInstancesKeyPairs](https://cloud.tencent.com/document/api/1108/63367)
71
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
108
72
 
109
- 新增数据结构:
73
+ * 新增入参:TopicId, HashKey, CompressType
110
74
 
111
- * [KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair)
112
75
 
113
76
 
114
77
 
115
- ## 物联网开发平台(iotexplorer) 版本:2019-04-23
78
+ ## 腾讯云剪(cme) 版本:2019-10-29
116
79
 
117
- ### 第 35 次发布
80
+ ### 第 40 次发布
118
81
 
119
- 发布时间:2021-10-27 08:08:37
82
+ 发布时间:2021-11-01 08:07:26
120
83
 
121
84
  本次发布包含了以下内容:
122
85
 
123
86
  改善已有的文档。
124
87
 
125
- 修改数据结构:
88
+ 修改接口:
126
89
 
127
- * [DeviceInfo](https://cloud.tencent.com/document/api/1081/34988#DeviceInfo)
90
+ * [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
128
91
 
129
- * 新增成员:EnableState, ProductId, ProductName, DeviceType
92
+ * 新增入参:AspectRatio
130
93
 
131
94
 
132
95
 
133
96
 
134
- ## 全栈式风控引擎(rce) 版本:2020-11-03
97
+ ## 流量反欺诈(taf) 版本:2020-02-10
135
98
 
136
- ### 第 3 次发布
99
+ ### 第 8 次发布
137
100
 
138
- 发布时间:2021-10-27 08:10:34
101
+ 发布时间:2021-11-01 08:13:31
139
102
 
140
103
  本次发布包含了以下内容:
141
104
 
@@ -143,38 +106,20 @@
143
106
 
144
107
  修改接口:
145
108
 
146
- * [ManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52565)
147
-
148
- * 新增入参:BusinessCryptoData
149
-
150
- * <font color="#dd0000">**修改入参**:</font>BusinessSecurityData
151
-
152
-
153
- 新增数据结构:
154
-
155
- * [InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk)
156
-
157
-
158
-
159
- ## 腾讯云微服务引擎(tse) 版本:2020-12-07
109
+ * [EnhanceTaDegree](https://cloud.tencent.com/document/api/1031/43308)
160
110
 
161
- ### 第 11 次发布
111
+ * 新增入参:BusinessEncryptData
162
112
 
163
- 发布时间:2021-10-27 08:12:44
164
-
165
- 本次发布包含了以下内容:
166
-
167
- 改善已有的文档。
168
113
 
169
114
  新增数据结构:
170
115
 
171
- * [KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair)
116
+ * [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
172
117
 
173
118
  修改数据结构:
174
119
 
175
- * [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
120
+ * [InputTaBspData](https://cloud.tencent.com/document/api/1031/43310#InputTaBspData)
176
121
 
177
- * 新增成员:Tags
122
+ * 新增成员:IsAuthorized
178
123
 
179
124
 
180
125
 
@@ -400,6 +345,21 @@
400
345
 
401
346
  ## 云顾问(advisor) 版本:2020-07-21
402
347
 
348
+ ### 第 2 次发布
349
+
350
+ 发布时间:2021-10-29 08:00:17
351
+
352
+ 本次发布包含了以下内容:
353
+
354
+ 改善已有的文档。
355
+
356
+ 修改接口:
357
+
358
+ * [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
359
+
360
+ * 新增出参:Risks
361
+
362
+
403
363
  ### 第 1 次发布
404
364
 
405
365
  发布时间:2021-10-20 16:41:59
@@ -7805,6 +7765,42 @@
7805
7765
 
7806
7766
  ## 云呼叫中心(ccc) 版本:2020-02-10
7807
7767
 
7768
+ ### 第 16 次发布
7769
+
7770
+ 发布时间:2021-11-01 08:06:08
7771
+
7772
+ 本次发布包含了以下内容:
7773
+
7774
+ 改善已有的文档。
7775
+
7776
+ 修改接口:
7777
+
7778
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
7779
+
7780
+ * 新增入参:SessionId
7781
+
7782
+ * <font color="#dd0000">**修改入参**:</font>CdrId
7783
+
7784
+ * [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
7785
+
7786
+ * 新增入参:SessionIds
7787
+
7788
+
7789
+ 修改数据结构:
7790
+
7791
+ * [PSTNSession](https://cloud.tencent.com/document/api/679/47715#PSTNSession)
7792
+
7793
+ * 新增成员:ProtectedCaller, ProtectedCallee
7794
+
7795
+ * [PSTNSessionInfo](https://cloud.tencent.com/document/api/679/47715#PSTNSessionInfo)
7796
+
7797
+ * 新增成员:ProtectedCaller, ProtectedCallee
7798
+
7799
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
7800
+
7801
+ * 新增成员:ProtectedCaller, ProtectedCallee
7802
+
7803
+
7808
7804
  ### 第 15 次发布
7809
7805
 
7810
7806
  发布时间:2021-08-10 08:01:44
@@ -8082,6 +8078,52 @@
8082
8078
 
8083
8079
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
8084
8080
 
8081
+ ### 第 71 次发布
8082
+
8083
+ 发布时间:2021-11-01 08:06:13
8084
+
8085
+ 本次发布包含了以下内容:
8086
+
8087
+ 改善已有的文档。
8088
+
8089
+ <font color="#dd0000">**删除接口**:</font>
8090
+
8091
+ * ModifyRoType
8092
+
8093
+ ### 第 70 次发布
8094
+
8095
+ 发布时间:2021-10-29 08:01:53
8096
+
8097
+ 本次发布包含了以下内容:
8098
+
8099
+ 改善已有的文档。
8100
+
8101
+ 修改接口:
8102
+
8103
+ * [CreateBackup](https://cloud.tencent.com/document/api/236/15844)
8104
+
8105
+ * 新增入参:ManualBackupName
8106
+
8107
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
8108
+
8109
+ * 新增入参:DryRun
8110
+
8111
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
8112
+
8113
+ * 新增入参:AlarmPolicyIdList, DryRun
8114
+
8115
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
8116
+
8117
+ * 新增入参:AlarmPolicyIdList, DryRun
8118
+
8119
+
8120
+ 修改数据结构:
8121
+
8122
+ * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
8123
+
8124
+ * 新增成员:ManualBackupName
8125
+
8126
+
8085
8127
  ### 第 69 次发布
8086
8128
 
8087
8129
  发布时间:2021-10-21 11:16:58
@@ -9536,6 +9578,52 @@
9536
9578
 
9537
9579
  ## 内容分发网络(cdn) 版本:2018-06-06
9538
9580
 
9581
+ ### 第 84 次发布
9582
+
9583
+ 发布时间:2021-10-28 15:10:03
9584
+
9585
+ 本次发布包含了以下内容:
9586
+
9587
+ 改善已有的文档。
9588
+
9589
+ 新增接口:
9590
+
9591
+ * [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
9592
+ * [DescribeTopData](https://cloud.tencent.com/document/api/228/63466)
9593
+ * [ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)
9594
+
9595
+ 修改接口:
9596
+
9597
+ * [ListTopData](https://cloud.tencent.com/document/api/228/30983)
9598
+
9599
+ * 新增入参:Limit
9600
+
9601
+ * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
9602
+
9603
+ * 新增入参:RemoteAuthentication
9604
+
9605
+
9606
+ 新增数据结构:
9607
+
9608
+ * [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
9609
+ * [BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)
9610
+ * [BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)
9611
+ * [RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)
9612
+ * [RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)
9613
+ * [TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)
9614
+ * [TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)
9615
+
9616
+ 修改数据结构:
9617
+
9618
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
9619
+
9620
+ * 新增成员:RemoteAuthentication
9621
+
9622
+ * [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
9623
+
9624
+ * 新增成员:Region
9625
+
9626
+
9539
9627
  ### 第 83 次发布
9540
9628
 
9541
9629
  发布时间:2021-10-21 11:18:54
@@ -14367,6 +14455,21 @@
14367
14455
 
14368
14456
  ## 日志服务(cls) 版本:2020-10-16
14369
14457
 
14458
+ ### 第 12 次发布
14459
+
14460
+ 发布时间:2021-11-01 08:07:18
14461
+
14462
+ 本次发布包含了以下内容:
14463
+
14464
+ 改善已有的文档。
14465
+
14466
+ 修改接口:
14467
+
14468
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
14469
+
14470
+ * 新增入参:TopicId, HashKey, CompressType
14471
+
14472
+
14370
14473
  ### 第 11 次发布
14371
14474
 
14372
14475
  发布时间:2021-10-27 08:04:57
@@ -14675,6 +14778,21 @@
14675
14778
 
14676
14779
  ## 腾讯云剪(cme) 版本:2019-10-29
14677
14780
 
14781
+ ### 第 40 次发布
14782
+
14783
+ 发布时间:2021-11-01 08:07:26
14784
+
14785
+ 本次发布包含了以下内容:
14786
+
14787
+ 改善已有的文档。
14788
+
14789
+ 修改接口:
14790
+
14791
+ * [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
14792
+
14793
+ * 新增入参:AspectRatio
14794
+
14795
+
14678
14796
  ### 第 39 次发布
14679
14797
 
14680
14798
  发布时间:2021-09-15 08:03:30
@@ -20002,7 +20120,7 @@
20002
20120
 
20003
20121
  新增接口:
20004
20122
 
20005
- * [[ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)](https://cloud.tencent.com/document/api/#/#)
20123
+ * [ModifyClusterParam](https://cloud.tencent.com/document/api/1003/63365)
20006
20124
 
20007
20125
  ### 第 12 次发布
20008
20126
 
@@ -23642,12 +23760,12 @@
23642
23760
 
23643
23761
  新增接口:
23644
23762
 
23645
- * [[CreateKeyPair](https://cloud.tencent.com/document/api/1108/63368)](https://cloud.tencent.com/document/api/#/#)
23646
- * [[DisassociateInstancesKeyPairs](https://cloud.tencent.com/document/api/1108/63367)](https://cloud.tencent.com/document/api/#/#)
23763
+ * [CreateKeyPair](https://cloud.tencent.com/document/api/1108/63368)
23764
+ * [DisassociateInstancesKeyPairs](https://cloud.tencent.com/document/api/1108/63367)
23647
23765
 
23648
23766
  新增数据结构:
23649
23767
 
23650
- * [[KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair)](https://cloud.tencent.com/document/api/1108/42574#[KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair))
23768
+ * [KeyPair](https://cloud.tencent.com/document/api/1108/42574#KeyPair)
23651
23769
 
23652
23770
  ### 第 55 次发布
23653
23771
 
@@ -26580,6 +26698,28 @@
26580
26698
 
26581
26699
  ## 人脸核身(faceid) 版本:2018-03-01
26582
26700
 
26701
+ ### 第 32 次发布
26702
+
26703
+ 发布时间:2021-10-29 08:05:31
26704
+
26705
+ 本次发布包含了以下内容:
26706
+
26707
+ 改善已有的文档。
26708
+
26709
+ 修改接口:
26710
+
26711
+ * [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
26712
+
26713
+ * 新增入参:UseCos
26714
+
26715
+
26716
+ 修改数据结构:
26717
+
26718
+ * [EidInfo](https://cloud.tencent.com/document/api/1007/41958#EidInfo)
26719
+
26720
+ * 新增成员:DesKey, UserInfo
26721
+
26722
+
26583
26723
  ### 第 31 次发布
26584
26724
 
26585
26725
  发布时间:2021-10-21 11:26:59
@@ -30626,6 +30766,25 @@
30626
30766
 
30627
30767
  ## 图片内容检测(ims) 版本:2020-12-29
30628
30768
 
30769
+ ### 第 3 次发布
30770
+
30771
+ 发布时间:2021-10-29 08:06:21
30772
+
30773
+ 本次发布包含了以下内容:
30774
+
30775
+ 改善已有的文档。
30776
+
30777
+ 修改数据结构:
30778
+
30779
+ * [ObjectDetail](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
30780
+
30781
+ * 新增成员:SubLabel
30782
+
30783
+ * [OcrTextDetail](https://cloud.tencent.com/document/api/1125/53274#OcrTextDetail)
30784
+
30785
+ * 新增成员:SubLabel
30786
+
30787
+
30629
30788
  ### 第 2 次发布
30630
30789
 
30631
30790
  发布时间:2021-09-14 08:01:18
@@ -42005,7 +42164,7 @@
42005
42164
 
42006
42165
  新增数据结构:
42007
42166
 
42008
- * [[InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk)](https://cloud.tencent.com/document/api/1343/52566#[InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk))
42167
+ * [InputCryptoManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputCryptoManageMarketingRisk)
42009
42168
 
42010
42169
  ### 第 2 次发布
42011
42170
 
@@ -43786,6 +43945,23 @@
43786
43945
 
43787
43946
  ## 邮件推送(ses) 版本:2020-10-02
43788
43947
 
43948
+ ### 第 5 次发布
43949
+
43950
+ 发布时间:2021-10-29 08:08:48
43951
+
43952
+ 本次发布包含了以下内容:
43953
+
43954
+ 改善已有的文档。
43955
+
43956
+ 新增接口:
43957
+
43958
+ * [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
43959
+
43960
+ 新增数据结构:
43961
+
43962
+ * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
43963
+ * [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
43964
+
43789
43965
  ### 第 4 次发布
43790
43966
 
43791
43967
  发布时间:2021-01-15 08:09:39
@@ -45767,6 +45943,47 @@
45767
45943
 
45768
45944
  ## 流量反欺诈(taf) 版本:2020-02-10
45769
45945
 
45946
+ ### 第 8 次发布
45947
+
45948
+ 发布时间:2021-11-01 08:13:31
45949
+
45950
+ 本次发布包含了以下内容:
45951
+
45952
+ 改善已有的文档。
45953
+
45954
+ 修改接口:
45955
+
45956
+ * [EnhanceTaDegree](https://cloud.tencent.com/document/api/1031/43308)
45957
+
45958
+ * 新增入参:BusinessEncryptData
45959
+
45960
+
45961
+ 新增数据结构:
45962
+
45963
+ * [[InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)](https://cloud.tencent.com/document/api/1031/43310#[InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData))
45964
+
45965
+ 修改数据结构:
45966
+
45967
+ * [InputTaBspData](https://cloud.tencent.com/document/api/1031/43310#InputTaBspData)
45968
+
45969
+ * 新增成员:IsAuthorized
45970
+
45971
+
45972
+ ### 第 7 次发布
45973
+
45974
+ 发布时间:2021-10-29 08:09:22
45975
+
45976
+ 本次发布包含了以下内容:
45977
+
45978
+ 改善已有的文档。
45979
+
45980
+ 修改数据结构:
45981
+
45982
+ * [InputSendTrafficSecuritySmsMsg](https://cloud.tencent.com/document/api/1031/43310#InputSendTrafficSecuritySmsMsg)
45983
+
45984
+ * 新增成员:IsAuthorized, EncryptMethod, EncryptMode, PaddingType, EncryptData
45985
+
45986
+
45770
45987
  ### 第 6 次发布
45771
45988
 
45772
45989
  发布时间:2020-11-24 08:00:36
@@ -49737,6 +49954,44 @@
49737
49954
 
49738
49955
  ## 分布式消息队列(tdmq) 版本:2020-02-17
49739
49956
 
49957
+ ### 第 22 次发布
49958
+
49959
+ 发布时间:2021-10-27 20:52:54
49960
+
49961
+ 本次发布包含了以下内容:
49962
+
49963
+ 改善已有的文档。
49964
+
49965
+ 新增接口:
49966
+
49967
+ * [CreateRocketMQCluster](https://cloud.tencent.com/document/api/1179/63429)
49968
+ * [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
49969
+ * [CreateRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63427)
49970
+ * [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
49971
+ * [DeleteRocketMQCluster](https://cloud.tencent.com/document/api/1179/63425)
49972
+ * [DeleteRocketMQGroup](https://cloud.tencent.com/document/api/1179/63424)
49973
+ * [DeleteRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63412)
49974
+ * [DeleteRocketMQTopic](https://cloud.tencent.com/document/api/1179/63423)
49975
+ * [DescribeRocketMQCluster](https://cloud.tencent.com/document/api/1179/63422)
49976
+ * [DescribeRocketMQClusters](https://cloud.tencent.com/document/api/1179/63421)
49977
+ * [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
49978
+ * [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419)
49979
+ * [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
49980
+ * [ModifyRocketMQCluster](https://cloud.tencent.com/document/api/1179/63417)
49981
+ * [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
49982
+ * [ModifyRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63415)
49983
+ * [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
49984
+
49985
+ 新增数据结构:
49986
+
49987
+ * [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
49988
+ * [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
49989
+ * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
49990
+ * [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
49991
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
49992
+ * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
49993
+ * [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
49994
+
49740
49995
  ### 第 21 次发布
49741
49996
 
49742
49997
  发布时间:2021-10-21 11:38:45
@@ -50475,6 +50730,21 @@
50475
50730
 
50476
50731
  ## 弹性微服务(tem) 版本:2021-07-01
50477
50732
 
50733
+ ### 第 5 次发布
50734
+
50735
+ 发布时间:2021-10-29 08:10:14
50736
+
50737
+ 本次发布包含了以下内容:
50738
+
50739
+ 改善已有的文档。
50740
+
50741
+ 修改接口:
50742
+
50743
+ * [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
50744
+
50745
+ * 新增入参:VersionId
50746
+
50747
+
50478
50748
  ### 第 4 次发布
50479
50749
 
50480
50750
  发布时间:2021-08-24 08:00:55
@@ -51103,6 +51373,28 @@
51103
51373
 
51104
51374
  ## 图像分析(tiia) 版本:2019-05-29
51105
51375
 
51376
+ ### 第 16 次发布
51377
+
51378
+ 发布时间:2021-10-29 08:10:24
51379
+
51380
+ 本次发布包含了以下内容:
51381
+
51382
+ 改善已有的文档。
51383
+
51384
+ 新增接口:
51385
+
51386
+ * [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
51387
+ * [CreateImage](https://cloud.tencent.com/document/api/865/63487)
51388
+ * [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
51389
+ * [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
51390
+ * [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
51391
+ * [SearchImage](https://cloud.tencent.com/document/api/865/63483)
51392
+
51393
+ 新增数据结构:
51394
+
51395
+ * [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
51396
+ * [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
51397
+
51106
51398
  ### 第 15 次发布
51107
51399
 
51108
51400
  发布时间:2021-09-24 10:12:47
@@ -51699,6 +51991,22 @@
51699
51991
 
51700
51992
  ## 互动白板(tiw) 版本:2019-09-19
51701
51993
 
51994
+ ### 第 22 次发布
51995
+
51996
+ 发布时间:2021-10-29 08:10:34
51997
+
51998
+ 本次发布包含了以下内容:
51999
+
52000
+ 改善已有的文档。
52001
+
52002
+ 新增接口:
52003
+
52004
+ * [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
52005
+
52006
+ 新增数据结构:
52007
+
52008
+ * [UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)
52009
+
51702
52010
  ### 第 21 次发布
51703
52011
 
51704
52012
  发布时间:2021-09-07 08:10:23
@@ -53902,6 +54210,24 @@
53902
54210
 
53903
54211
  ## 实时音视频(trtc) 版本:2019-07-22
53904
54212
 
54213
+ ### 第 27 次发布
54214
+
54215
+ 发布时间:2021-10-29 08:10:53
54216
+
54217
+ 本次发布包含了以下内容:
54218
+
54219
+ 改善已有的文档。
54220
+
54221
+ <font color="#dd0000">**删除接口**:</font>
54222
+
54223
+ * DescribeRealtimeNetwork
54224
+ * DescribeRealtimeQuality
54225
+ * DescribeRealtimeScale
54226
+
54227
+ <font color="#dd0000">**删除数据结构**:</font>
54228
+
54229
+ * RealtimeData
54230
+
53905
54231
  ### 第 26 次发布
53906
54232
 
53907
54233
  发布时间:2021-10-15 08:16:00
@@ -54356,7 +54682,7 @@
54356
54682
 
54357
54683
  新增数据结构:
54358
54684
 
54359
- * [[KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair)](https://cloud.tencent.com/document/api/1364/54942#[KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair))
54685
+ * [KVPair](https://cloud.tencent.com/document/api/1364/54942#KVPair)
54360
54686
 
54361
54687
  修改数据结构:
54362
54688