tencentcloud-sdk-nodejs 4.0.224 → 4.0.228

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 (80) hide show
  1. package/CHANGELOG.md +692 -53
  2. package/package.json +1 -1
  3. package/products.md +25 -25
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/advisor/v20200721/advisor_models.ts +7 -1
  6. package/src/services/as/v20180419/as_models.ts +2 -6
  7. package/src/services/ccc/v20200210/ccc_models.ts +49 -7
  8. package/src/services/cdb/v20170320/cdb_client.ts +2 -14
  9. package/src/services/cdb/v20170320/cdb_models.ts +51 -51
  10. package/src/services/cdn/v20180606/cdn_client.ts +72 -18
  11. package/src/services/cdn/v20180606/cdn_models.ts +713 -165
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +17 -1
  13. package/src/services/clb/v20180317/clb_models.ts +5 -0
  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 +25 -4
  18. package/src/services/faceid/v20180301/faceid_models.ts +23 -7
  19. package/src/services/ims/v20201229/ims_models.ts +10 -0
  20. package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
  21. package/src/services/scf/v20180416/scf_models.ts +5 -0
  22. package/src/services/ses/v20201002/ses_client.ts +32 -18
  23. package/src/services/ses/v20201002/ses_models.ts +149 -52
  24. package/src/services/taf/v20200210/taf_client.ts +3 -2
  25. package/src/services/taf/v20200210/taf_models.ts +60 -10
  26. package/src/services/tem/v20210701/tem_models.ts +5 -0
  27. package/src/services/tiia/v20190529/tiia_client.ts +78 -3
  28. package/src/services/tiia/v20190529/tiia_models.ts +397 -29
  29. package/src/services/tiw/v20190919/tiw_client.ts +17 -1
  30. package/src/services/tiw/v20190919/tiw_models.ts +82 -5
  31. package/src/services/tke/v20180525/tke_models.ts +2 -2
  32. package/src/services/trtc/v20190722/trtc_client.ts +3 -40
  33. package/src/services/trtc/v20190722/trtc_models.ts +43 -187
  34. package/src/services/vod/v20180717/vod_models.ts +20 -10
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +6 -1
  38. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -6
  39. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +40 -6
  40. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
  41. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
  42. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +43 -45
  43. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +26 -3
  44. package/tencentcloud/services/cdn/v20180606/cdn_client.js +32 -3
  45. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +626 -148
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -1
  47. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  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 +20 -3
  53. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -7
  54. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -0
  55. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  56. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
  57. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +10 -6
  58. package/tencentcloud/services/ses/v20201002/ses_client.js +13 -7
  59. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +129 -47
  60. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
  61. package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
  62. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +49 -9
  63. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  64. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +26 -1
  65. package/tencentcloud/services/tiia/v20190529/tiia_client.js +37 -0
  66. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +341 -28
  67. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
  68. package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
  69. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +72 -5
  70. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
  71. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -13
  72. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -18
  73. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +39 -163
  74. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -10
  75. package/test/cdb.v20170320.test.js +0 -10
  76. package/test/cdn.v20180606.test.js +32 -2
  77. package/test/ses.v20201002.test.js +14 -4
  78. package/test/tiia.v20190529.test.js +60 -0
  79. package/test/tiw.v20190919.test.js +10 -0
  80. package/test/trtc.v20190722.test.js +0 -30
package/CHANGELOG.md CHANGED
@@ -1,44 +1,187 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 分布式消息队列(tdmq) 版本:2020-02-17
3
+ ## 内容分发网络(cdn) 版本:2018-06-06
4
4
 
5
- ### 第 22 次发布
5
+ ### 第 85 次发布
6
6
 
7
- 发布时间:2021-10-27 20:52:54
7
+ 发布时间:2021-11-02 08:03:38
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改数据结构:
14
14
 
15
- * [CreateRocketMQCluster](https://cloud.tencent.com/document/api/1179/63429)
16
- * [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
17
- * [CreateRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63427)
18
- * [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
19
- * [DeleteRocketMQCluster](https://cloud.tencent.com/document/api/1179/63425)
20
- * [DeleteRocketMQGroup](https://cloud.tencent.com/document/api/1179/63424)
21
- * [DeleteRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63412)
22
- * [DeleteRocketMQTopic](https://cloud.tencent.com/document/api/1179/63423)
23
- * [DescribeRocketMQCluster](https://cloud.tencent.com/document/api/1179/63422)
24
- * [DescribeRocketMQClusters](https://cloud.tencent.com/document/api/1179/63421)
25
- * [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
26
- * [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419)
27
- * [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
28
- * [ModifyRocketMQCluster](https://cloud.tencent.com/document/api/1179/63417)
29
- * [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
30
- * [ModifyRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63415)
31
- * [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
15
+ * [UrlRedirectRule](https://cloud.tencent.com/document/api/228/30987#UrlRedirectRule)
32
16
 
33
- 新增数据结构:
17
+ * 新增成员:FullMatch
18
+
19
+
20
+
21
+
22
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
23
+
24
+ ### 第 24 次发布
25
+
26
+ 发布时间:2021-11-02 08:04:08
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
35
+
36
+ * 新增入参:RetentionBytes
37
+
38
+ * [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
39
+
40
+ * 新增入参:RetentionBytes
41
+
42
+
43
+ 修改数据结构:
44
+
45
+ * [Config](https://cloud.tencent.com/document/api/597/40861#Config)
46
+
47
+ * 新增成员:RetentionBytes
48
+
49
+
50
+
51
+
52
+ ## 负载均衡(clb) 版本:2018-03-17
53
+
54
+ ### 第 56 次发布
55
+
56
+ 发布时间:2021-11-02 08:04:16
57
+
58
+ 本次发布包含了以下内容:
59
+
60
+ 改善已有的文档。
61
+
62
+ 修改接口:
63
+
64
+ * [CreateLoadBalancerSnatIps](https://cloud.tencent.com/document/api/214/41505)
65
+
66
+ * 新增入参:Number
67
+
68
+
69
+
70
+
71
+ ## 主机安全(cwp) 版本:2018-02-28
72
+
73
+ ### 第 34 次发布
74
+
75
+ 发布时间:2021-11-02 08:05:13
76
+
77
+ 本次发布包含了以下内容:
78
+
79
+ 改善已有的文档。
80
+
81
+ 修改接口:
82
+
83
+ * [DescribeVersionStatistics](https://cloud.tencent.com/document/api/296/60922)
84
+
85
+ * 新增出参:UltimateVersionNum
86
+
87
+
88
+ 修改数据结构:
89
+
90
+ * [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
91
+
92
+ * 新增成员:KernelVersion, MachineStatus
93
+
94
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
95
+
96
+ * 新增成员:KernelVersion
97
+
98
+
99
+
100
+
101
+ ## 云函数(scf) 版本:2018-04-16
102
+
103
+ ### 第 36 次发布
104
+
105
+ 发布时间:2021-11-02 08:10:12
106
+
107
+ 本次发布包含了以下内容:
108
+
109
+ 改善已有的文档。
110
+
111
+ 修改接口:
112
+
113
+ * [TerminateAsyncEvent](https://cloud.tencent.com/document/api/583/52500)
114
+
115
+ * 新增入参:GraceShutdown
116
+
117
+
118
+
119
+
120
+ ## 流量反欺诈(taf) 版本:2020-02-10
121
+
122
+ ### 第 9 次发布
123
+
124
+ 发布时间:2021-11-02 08:10:53
125
+
126
+ 本次发布包含了以下内容:
127
+
128
+ 改善已有的文档。
129
+
130
+ 修改接口:
131
+
132
+ * [RecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43305)
133
+
134
+ * 新增入参:BusinessEncryptData
135
+
136
+
137
+ 修改数据结构:
138
+
139
+ * [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
140
+
141
+ * 新增成员:IsAuthorized
142
+
143
+
144
+
145
+
146
+ ## 容器服务(tke) 版本:2018-05-25
147
+
148
+ ### 第 77 次发布
149
+
150
+ 发布时间:2021-11-02 08:12:02
151
+
152
+ 本次发布包含了以下内容:
153
+
154
+ 改善已有的文档。
155
+
156
+ 修改接口:
157
+
158
+ * [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
159
+
160
+ * <font color="#dd0000">**修改入参**:</font>SecurityPolicies
161
+
162
+
163
+
164
+
165
+ ## 云点播(vod) 版本:2018-07-17
166
+
167
+ ### 第 92 次发布
168
+
169
+ 发布时间:2021-11-02 08:12:52
170
+
171
+ 本次发布包含了以下内容:
172
+
173
+ 改善已有的文档。
174
+
175
+ 修改数据结构:
176
+
177
+ * [ComposeMediaTask](https://cloud.tencent.com/document/api/266/31773#ComposeMediaTask)
178
+
179
+ * 新增成员:Progress
180
+
181
+ * [EditMediaTask](https://cloud.tencent.com/document/api/266/31773#EditMediaTask)
182
+
183
+ * 新增成员:Progress
34
184
 
35
- * [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
36
- * [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
37
- * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
38
- * [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
39
- * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
40
- * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
41
- * [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
42
185
 
43
186
 
44
187
 
@@ -263,6 +406,21 @@
263
406
 
264
407
  ## 云顾问(advisor) 版本:2020-07-21
265
408
 
409
+ ### 第 2 次发布
410
+
411
+ 发布时间:2021-10-29 08:00:17
412
+
413
+ 本次发布包含了以下内容:
414
+
415
+ 改善已有的文档。
416
+
417
+ 修改接口:
418
+
419
+ * [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
420
+
421
+ * 新增出参:Risks
422
+
423
+
266
424
  ### 第 1 次发布
267
425
 
268
426
  发布时间:2021-10-20 16:41:59
@@ -7668,6 +7826,42 @@
7668
7826
 
7669
7827
  ## 云呼叫中心(ccc) 版本:2020-02-10
7670
7828
 
7829
+ ### 第 16 次发布
7830
+
7831
+ 发布时间:2021-11-01 08:06:08
7832
+
7833
+ 本次发布包含了以下内容:
7834
+
7835
+ 改善已有的文档。
7836
+
7837
+ 修改接口:
7838
+
7839
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
7840
+
7841
+ * 新增入参:SessionId
7842
+
7843
+ * <font color="#dd0000">**修改入参**:</font>CdrId
7844
+
7845
+ * [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
7846
+
7847
+ * 新增入参:SessionIds
7848
+
7849
+
7850
+ 修改数据结构:
7851
+
7852
+ * [PSTNSession](https://cloud.tencent.com/document/api/679/47715#PSTNSession)
7853
+
7854
+ * 新增成员:ProtectedCaller, ProtectedCallee
7855
+
7856
+ * [PSTNSessionInfo](https://cloud.tencent.com/document/api/679/47715#PSTNSessionInfo)
7857
+
7858
+ * 新增成员:ProtectedCaller, ProtectedCallee
7859
+
7860
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
7861
+
7862
+ * 新增成员:ProtectedCaller, ProtectedCallee
7863
+
7864
+
7671
7865
  ### 第 15 次发布
7672
7866
 
7673
7867
  发布时间:2021-08-10 08:01:44
@@ -7945,6 +8139,52 @@
7945
8139
 
7946
8140
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
7947
8141
 
8142
+ ### 第 71 次发布
8143
+
8144
+ 发布时间:2021-11-01 08:06:13
8145
+
8146
+ 本次发布包含了以下内容:
8147
+
8148
+ 改善已有的文档。
8149
+
8150
+ <font color="#dd0000">**删除接口**:</font>
8151
+
8152
+ * ModifyRoType
8153
+
8154
+ ### 第 70 次发布
8155
+
8156
+ 发布时间:2021-10-29 08:01:53
8157
+
8158
+ 本次发布包含了以下内容:
8159
+
8160
+ 改善已有的文档。
8161
+
8162
+ 修改接口:
8163
+
8164
+ * [CreateBackup](https://cloud.tencent.com/document/api/236/15844)
8165
+
8166
+ * 新增入参:ManualBackupName
8167
+
8168
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
8169
+
8170
+ * 新增入参:DryRun
8171
+
8172
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
8173
+
8174
+ * 新增入参:AlarmPolicyIdList, DryRun
8175
+
8176
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
8177
+
8178
+ * 新增入参:AlarmPolicyIdList, DryRun
8179
+
8180
+
8181
+ 修改数据结构:
8182
+
8183
+ * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
8184
+
8185
+ * 新增成员:ManualBackupName
8186
+
8187
+
7948
8188
  ### 第 69 次发布
7949
8189
 
7950
8190
  发布时间:2021-10-21 11:16:58
@@ -9399,6 +9639,67 @@
9399
9639
 
9400
9640
  ## 内容分发网络(cdn) 版本:2018-06-06
9401
9641
 
9642
+ ### 第 85 次发布
9643
+
9644
+ 发布时间:2021-11-02 08:03:38
9645
+
9646
+ 本次发布包含了以下内容:
9647
+
9648
+ 改善已有的文档。
9649
+
9650
+ 修改数据结构:
9651
+
9652
+ * [UrlRedirectRule](https://cloud.tencent.com/document/api/228/30987#UrlRedirectRule)
9653
+
9654
+ * 新增成员:FullMatch
9655
+
9656
+
9657
+ ### 第 84 次发布
9658
+
9659
+ 发布时间:2021-10-28 15:10:03
9660
+
9661
+ 本次发布包含了以下内容:
9662
+
9663
+ 改善已有的文档。
9664
+
9665
+ 新增接口:
9666
+
9667
+ * [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
9668
+ * [DescribeTopData](https://cloud.tencent.com/document/api/228/63466)
9669
+ * [ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)
9670
+
9671
+ 修改接口:
9672
+
9673
+ * [ListTopData](https://cloud.tencent.com/document/api/228/30983)
9674
+
9675
+ * 新增入参:Limit
9676
+
9677
+ * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
9678
+
9679
+ * 新增入参:RemoteAuthentication
9680
+
9681
+
9682
+ 新增数据结构:
9683
+
9684
+ * [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
9685
+ * [BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)
9686
+ * [BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)
9687
+ * [RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)
9688
+ * [RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)
9689
+ * [TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)
9690
+ * [TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)
9691
+
9692
+ 修改数据结构:
9693
+
9694
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
9695
+
9696
+ * 新增成员:RemoteAuthentication
9697
+
9698
+ * [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
9699
+
9700
+ * 新增成员:Region
9701
+
9702
+
9402
9703
  ### 第 83 次发布
9403
9704
 
9404
9705
  发布时间:2021-10-21 11:18:54
@@ -12194,6 +12495,32 @@
12194
12495
 
12195
12496
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
12196
12497
 
12498
+ ### 第 24 次发布
12499
+
12500
+ 发布时间:2021-11-02 08:04:08
12501
+
12502
+ 本次发布包含了以下内容:
12503
+
12504
+ 改善已有的文档。
12505
+
12506
+ 修改接口:
12507
+
12508
+ * [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
12509
+
12510
+ * 新增入参:RetentionBytes
12511
+
12512
+ * [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
12513
+
12514
+ * 新增入参:RetentionBytes
12515
+
12516
+
12517
+ 修改数据结构:
12518
+
12519
+ * [Config](https://cloud.tencent.com/document/api/597/40861#Config)
12520
+
12521
+ * 新增成员:RetentionBytes
12522
+
12523
+
12197
12524
  ### 第 23 次发布
12198
12525
 
12199
12526
  发布时间:2021-10-15 08:08:18
@@ -12727,6 +13054,21 @@
12727
13054
 
12728
13055
  ## 负载均衡(clb) 版本:2018-03-17
12729
13056
 
13057
+ ### 第 56 次发布
13058
+
13059
+ 发布时间:2021-11-02 08:04:16
13060
+
13061
+ 本次发布包含了以下内容:
13062
+
13063
+ 改善已有的文档。
13064
+
13065
+ 修改接口:
13066
+
13067
+ * [CreateLoadBalancerSnatIps](https://cloud.tencent.com/document/api/214/41505)
13068
+
13069
+ * 新增入参:Number
13070
+
13071
+
12730
13072
  ### 第 55 次发布
12731
13073
 
12732
13074
  发布时间:2021-10-21 11:20:09
@@ -14230,6 +14572,21 @@
14230
14572
 
14231
14573
  ## 日志服务(cls) 版本:2020-10-16
14232
14574
 
14575
+ ### 第 12 次发布
14576
+
14577
+ 发布时间:2021-11-01 08:07:18
14578
+
14579
+ 本次发布包含了以下内容:
14580
+
14581
+ 改善已有的文档。
14582
+
14583
+ 修改接口:
14584
+
14585
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
14586
+
14587
+ * 新增入参:TopicId, HashKey, CompressType
14588
+
14589
+
14233
14590
  ### 第 11 次发布
14234
14591
 
14235
14592
  发布时间:2021-10-27 08:04:57
@@ -14538,6 +14895,21 @@
14538
14895
 
14539
14896
  ## 腾讯云剪(cme) 版本:2019-10-29
14540
14897
 
14898
+ ### 第 40 次发布
14899
+
14900
+ 发布时间:2021-11-01 08:07:26
14901
+
14902
+ 本次发布包含了以下内容:
14903
+
14904
+ 改善已有的文档。
14905
+
14906
+ 修改接口:
14907
+
14908
+ * [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
14909
+
14910
+ * 新增入参:AspectRatio
14911
+
14912
+
14541
14913
  ### 第 39 次发布
14542
14914
 
14543
14915
  发布时间:2021-09-15 08:03:30
@@ -18579,6 +18951,32 @@
18579
18951
 
18580
18952
  ## 主机安全(cwp) 版本:2018-02-28
18581
18953
 
18954
+ ### 第 34 次发布
18955
+
18956
+ 发布时间:2021-11-02 08:05:13
18957
+
18958
+ 本次发布包含了以下内容:
18959
+
18960
+ 改善已有的文档。
18961
+
18962
+ 修改接口:
18963
+
18964
+ * [DescribeVersionStatistics](https://cloud.tencent.com/document/api/296/60922)
18965
+
18966
+ * 新增出参:UltimateVersionNum
18967
+
18968
+
18969
+ 修改数据结构:
18970
+
18971
+ * [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
18972
+
18973
+ * 新增成员:KernelVersion, MachineStatus
18974
+
18975
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
18976
+
18977
+ * 新增成员:KernelVersion
18978
+
18979
+
18582
18980
  ### 第 33 次发布
18583
18981
 
18584
18982
  发布时间:2021-10-27 08:05:40
@@ -26443,6 +26841,28 @@
26443
26841
 
26444
26842
  ## 人脸核身(faceid) 版本:2018-03-01
26445
26843
 
26844
+ ### 第 32 次发布
26845
+
26846
+ 发布时间:2021-10-29 08:05:31
26847
+
26848
+ 本次发布包含了以下内容:
26849
+
26850
+ 改善已有的文档。
26851
+
26852
+ 修改接口:
26853
+
26854
+ * [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
26855
+
26856
+ * 新增入参:UseCos
26857
+
26858
+
26859
+ 修改数据结构:
26860
+
26861
+ * [EidInfo](https://cloud.tencent.com/document/api/1007/41958#EidInfo)
26862
+
26863
+ * 新增成员:DesKey, UserInfo
26864
+
26865
+
26446
26866
  ### 第 31 次发布
26447
26867
 
26448
26868
  发布时间:2021-10-21 11:26:59
@@ -30489,6 +30909,25 @@
30489
30909
 
30490
30910
  ## 图片内容检测(ims) 版本:2020-12-29
30491
30911
 
30912
+ ### 第 3 次发布
30913
+
30914
+ 发布时间:2021-10-29 08:06:21
30915
+
30916
+ 本次发布包含了以下内容:
30917
+
30918
+ 改善已有的文档。
30919
+
30920
+ 修改数据结构:
30921
+
30922
+ * [ObjectDetail](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
30923
+
30924
+ * 新增成员:SubLabel
30925
+
30926
+ * [OcrTextDetail](https://cloud.tencent.com/document/api/1125/53274#OcrTextDetail)
30927
+
30928
+ * 新增成员:SubLabel
30929
+
30930
+
30492
30931
  ### 第 2 次发布
30493
30932
 
30494
30933
  发布时间:2021-09-14 08:01:18
@@ -42837,6 +43276,21 @@
42837
43276
 
42838
43277
  ## 云函数(scf) 版本:2018-04-16
42839
43278
 
43279
+ ### 第 36 次发布
43280
+
43281
+ 发布时间:2021-11-02 08:10:12
43282
+
43283
+ 本次发布包含了以下内容:
43284
+
43285
+ 改善已有的文档。
43286
+
43287
+ 修改接口:
43288
+
43289
+ * [TerminateAsyncEvent](https://cloud.tencent.com/document/api/583/52500)
43290
+
43291
+ * 新增入参:GraceShutdown
43292
+
43293
+
42840
43294
  ### 第 35 次发布
42841
43295
 
42842
43296
  发布时间:2021-10-25 08:09:06
@@ -43649,6 +44103,23 @@
43649
44103
 
43650
44104
  ## 邮件推送(ses) 版本:2020-10-02
43651
44105
 
44106
+ ### 第 5 次发布
44107
+
44108
+ 发布时间:2021-10-29 08:08:48
44109
+
44110
+ 本次发布包含了以下内容:
44111
+
44112
+ 改善已有的文档。
44113
+
44114
+ 新增接口:
44115
+
44116
+ * [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
44117
+
44118
+ 新增数据结构:
44119
+
44120
+ * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
44121
+ * [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
44122
+
43652
44123
  ### 第 4 次发布
43653
44124
 
43654
44125
  发布时间:2021-01-15 08:09:39
@@ -45630,6 +46101,69 @@
45630
46101
 
45631
46102
  ## 流量反欺诈(taf) 版本:2020-02-10
45632
46103
 
46104
+ ### 第 9 次发布
46105
+
46106
+ 发布时间:2021-11-02 08:10:53
46107
+
46108
+ 本次发布包含了以下内容:
46109
+
46110
+ 改善已有的文档。
46111
+
46112
+ 修改接口:
46113
+
46114
+ * [RecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43305)
46115
+
46116
+ * 新增入参:BusinessEncryptData
46117
+
46118
+
46119
+ 修改数据结构:
46120
+
46121
+ * [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
46122
+
46123
+ * 新增成员:IsAuthorized
46124
+
46125
+
46126
+ ### 第 8 次发布
46127
+
46128
+ 发布时间:2021-11-01 08:13:31
46129
+
46130
+ 本次发布包含了以下内容:
46131
+
46132
+ 改善已有的文档。
46133
+
46134
+ 修改接口:
46135
+
46136
+ * [EnhanceTaDegree](https://cloud.tencent.com/document/api/1031/43308)
46137
+
46138
+ * 新增入参:BusinessEncryptData
46139
+
46140
+
46141
+ 新增数据结构:
46142
+
46143
+ * [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
46144
+
46145
+ 修改数据结构:
46146
+
46147
+ * [InputTaBspData](https://cloud.tencent.com/document/api/1031/43310#InputTaBspData)
46148
+
46149
+ * 新增成员:IsAuthorized
46150
+
46151
+
46152
+ ### 第 7 次发布
46153
+
46154
+ 发布时间:2021-10-29 08:09:22
46155
+
46156
+ 本次发布包含了以下内容:
46157
+
46158
+ 改善已有的文档。
46159
+
46160
+ 修改数据结构:
46161
+
46162
+ * [InputSendTrafficSecuritySmsMsg](https://cloud.tencent.com/document/api/1031/43310#InputSendTrafficSecuritySmsMsg)
46163
+
46164
+ * 新增成员:IsAuthorized, EncryptMethod, EncryptMode, PaddingType, EncryptData
46165
+
46166
+
45633
46167
  ### 第 6 次发布
45634
46168
 
45635
46169
  发布时间:2020-11-24 08:00:36
@@ -49610,33 +50144,33 @@
49610
50144
 
49611
50145
  新增接口:
49612
50146
 
49613
- * [[CreateRocketMQCluster](https://cloud.tencent.com/document/api/1179/63429)](https://cloud.tencent.com/document/api/#/#)
49614
- * [[CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)](https://cloud.tencent.com/document/api/#/#)
49615
- * [[CreateRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63427)](https://cloud.tencent.com/document/api/#/#)
49616
- * [[CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)](https://cloud.tencent.com/document/api/#/#)
49617
- * [[DeleteRocketMQCluster](https://cloud.tencent.com/document/api/1179/63425)](https://cloud.tencent.com/document/api/#/#)
49618
- * [[DeleteRocketMQGroup](https://cloud.tencent.com/document/api/1179/63424)](https://cloud.tencent.com/document/api/#/#)
49619
- * [[DeleteRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63412)](https://cloud.tencent.com/document/api/#/#)
49620
- * [[DeleteRocketMQTopic](https://cloud.tencent.com/document/api/1179/63423)](https://cloud.tencent.com/document/api/#/#)
49621
- * [[DescribeRocketMQCluster](https://cloud.tencent.com/document/api/1179/63422)](https://cloud.tencent.com/document/api/#/#)
49622
- * [[DescribeRocketMQClusters](https://cloud.tencent.com/document/api/1179/63421)](https://cloud.tencent.com/document/api/#/#)
49623
- * [[DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)](https://cloud.tencent.com/document/api/#/#)
49624
- * [[DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419)](https://cloud.tencent.com/document/api/#/#)
49625
- * [[DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)](https://cloud.tencent.com/document/api/#/#)
49626
- * [[ModifyRocketMQCluster](https://cloud.tencent.com/document/api/1179/63417)](https://cloud.tencent.com/document/api/#/#)
49627
- * [[ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)](https://cloud.tencent.com/document/api/#/#)
49628
- * [[ModifyRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63415)](https://cloud.tencent.com/document/api/#/#)
49629
- * [[ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)](https://cloud.tencent.com/document/api/#/#)
50147
+ * [CreateRocketMQCluster](https://cloud.tencent.com/document/api/1179/63429)
50148
+ * [CreateRocketMQGroup](https://cloud.tencent.com/document/api/1179/63428)
50149
+ * [CreateRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63427)
50150
+ * [CreateRocketMQTopic](https://cloud.tencent.com/document/api/1179/63426)
50151
+ * [DeleteRocketMQCluster](https://cloud.tencent.com/document/api/1179/63425)
50152
+ * [DeleteRocketMQGroup](https://cloud.tencent.com/document/api/1179/63424)
50153
+ * [DeleteRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63412)
50154
+ * [DeleteRocketMQTopic](https://cloud.tencent.com/document/api/1179/63423)
50155
+ * [DescribeRocketMQCluster](https://cloud.tencent.com/document/api/1179/63422)
50156
+ * [DescribeRocketMQClusters](https://cloud.tencent.com/document/api/1179/63421)
50157
+ * [DescribeRocketMQGroups](https://cloud.tencent.com/document/api/1179/63420)
50158
+ * [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419)
50159
+ * [DescribeRocketMQTopics](https://cloud.tencent.com/document/api/1179/63418)
50160
+ * [ModifyRocketMQCluster](https://cloud.tencent.com/document/api/1179/63417)
50161
+ * [ModifyRocketMQGroup](https://cloud.tencent.com/document/api/1179/63416)
50162
+ * [ModifyRocketMQNamespace](https://cloud.tencent.com/document/api/1179/63415)
50163
+ * [ModifyRocketMQTopic](https://cloud.tencent.com/document/api/1179/63414)
49630
50164
 
49631
50165
  新增数据结构:
49632
50166
 
49633
- * [[RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig))
49634
- * [[RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail))
49635
- * [[RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo))
49636
- * [[RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats))
49637
- * [[RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup))
49638
- * [[RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace))
49639
- * [[RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)](https://cloud.tencent.com/document/api/1179/46089#[RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic))
50167
+ * [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
50168
+ * [RocketMQClusterDetail](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterDetail)
50169
+ * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
50170
+ * [RocketMQClusterRecentStats](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterRecentStats)
50171
+ * [RocketMQGroup](https://cloud.tencent.com/document/api/1179/46089#RocketMQGroup)
50172
+ * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
50173
+ * [RocketMQTopic](https://cloud.tencent.com/document/api/1179/46089#RocketMQTopic)
49640
50174
 
49641
50175
  ### 第 21 次发布
49642
50176
 
@@ -50376,6 +50910,21 @@
50376
50910
 
50377
50911
  ## 弹性微服务(tem) 版本:2021-07-01
50378
50912
 
50913
+ ### 第 5 次发布
50914
+
50915
+ 发布时间:2021-10-29 08:10:14
50916
+
50917
+ 本次发布包含了以下内容:
50918
+
50919
+ 改善已有的文档。
50920
+
50921
+ 修改接口:
50922
+
50923
+ * [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
50924
+
50925
+ * 新增入参:VersionId
50926
+
50927
+
50379
50928
  ### 第 4 次发布
50380
50929
 
50381
50930
  发布时间:2021-08-24 08:00:55
@@ -51004,6 +51553,28 @@
51004
51553
 
51005
51554
  ## 图像分析(tiia) 版本:2019-05-29
51006
51555
 
51556
+ ### 第 16 次发布
51557
+
51558
+ 发布时间:2021-10-29 08:10:24
51559
+
51560
+ 本次发布包含了以下内容:
51561
+
51562
+ 改善已有的文档。
51563
+
51564
+ 新增接口:
51565
+
51566
+ * [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
51567
+ * [CreateImage](https://cloud.tencent.com/document/api/865/63487)
51568
+ * [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
51569
+ * [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
51570
+ * [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
51571
+ * [SearchImage](https://cloud.tencent.com/document/api/865/63483)
51572
+
51573
+ 新增数据结构:
51574
+
51575
+ * [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
51576
+ * [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
51577
+
51007
51578
  ### 第 15 次发布
51008
51579
 
51009
51580
  发布时间:2021-09-24 10:12:47
@@ -51600,6 +52171,22 @@
51600
52171
 
51601
52172
  ## 互动白板(tiw) 版本:2019-09-19
51602
52173
 
52174
+ ### 第 22 次发布
52175
+
52176
+ 发布时间:2021-10-29 08:10:34
52177
+
52178
+ 本次发布包含了以下内容:
52179
+
52180
+ 改善已有的文档。
52181
+
52182
+ 新增接口:
52183
+
52184
+ * [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
52185
+
52186
+ 新增数据结构:
52187
+
52188
+ * [UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)
52189
+
51603
52190
  ### 第 21 次发布
51604
52191
 
51605
52192
  发布时间:2021-09-07 08:10:23
@@ -52011,6 +52598,21 @@
52011
52598
 
52012
52599
  ## 容器服务(tke) 版本:2018-05-25
52013
52600
 
52601
+ ### 第 77 次发布
52602
+
52603
+ 发布时间:2021-11-02 08:12:02
52604
+
52605
+ 本次发布包含了以下内容:
52606
+
52607
+ 改善已有的文档。
52608
+
52609
+ 修改接口:
52610
+
52611
+ * [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
52612
+
52613
+ * <font color="#dd0000">**修改入参**:</font>SecurityPolicies
52614
+
52615
+
52014
52616
  ### 第 76 次发布
52015
52617
 
52016
52618
  发布时间:2021-10-01 21:29:42
@@ -53803,6 +54405,24 @@
53803
54405
 
53804
54406
  ## 实时音视频(trtc) 版本:2019-07-22
53805
54407
 
54408
+ ### 第 27 次发布
54409
+
54410
+ 发布时间:2021-10-29 08:10:53
54411
+
54412
+ 本次发布包含了以下内容:
54413
+
54414
+ 改善已有的文档。
54415
+
54416
+ <font color="#dd0000">**删除接口**:</font>
54417
+
54418
+ * DescribeRealtimeNetwork
54419
+ * DescribeRealtimeQuality
54420
+ * DescribeRealtimeScale
54421
+
54422
+ <font color="#dd0000">**删除数据结构**:</font>
54423
+
54424
+ * RealtimeData
54425
+
53806
54426
  ### 第 26 次发布
53807
54427
 
53808
54428
  发布时间:2021-10-15 08:16:00
@@ -56482,6 +57102,25 @@
56482
57102
 
56483
57103
  ## 云点播(vod) 版本:2018-07-17
56484
57104
 
57105
+ ### 第 92 次发布
57106
+
57107
+ 发布时间:2021-11-02 08:12:52
57108
+
57109
+ 本次发布包含了以下内容:
57110
+
57111
+ 改善已有的文档。
57112
+
57113
+ 修改数据结构:
57114
+
57115
+ * [ComposeMediaTask](https://cloud.tencent.com/document/api/266/31773#ComposeMediaTask)
57116
+
57117
+ * 新增成员:Progress
57118
+
57119
+ * [EditMediaTask](https://cloud.tencent.com/document/api/266/31773#EditMediaTask)
57120
+
57121
+ * 新增成员:Progress
57122
+
57123
+
56485
57124
  ### 第 91 次发布
56486
57125
 
56487
57126
  发布时间:2021-09-14 08:09:57