tencentcloud-sdk-nodejs 4.0.225 → 4.0.229

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 (78) hide show
  1. package/CHANGELOG.md +489 -41
  2. package/package.json +1 -1
  3. package/products.md +27 -27
  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_models.ts +7 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +17 -1
  12. package/src/services/clb/v20180317/clb_models.ts +5 -0
  13. package/src/services/cls/v20201016/cls_client.ts +3 -18
  14. package/src/services/cls/v20201016/cls_models.ts +16 -1
  15. package/src/services/cme/v20191029/cme_models.ts +5 -0
  16. package/src/services/cwp/v20180228/cwp_models.ts +25 -4
  17. package/src/services/faceid/v20180301/faceid_models.ts +23 -7
  18. package/src/services/ims/v20201229/ims_models.ts +10 -0
  19. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1 -1
  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 +4 -3
  25. package/src/services/taf/v20200210/taf_models.ts +72 -12
  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_models.d.ts +6 -0
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -1
  45. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  46. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -18
  47. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -17
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  49. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
  50. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +20 -3
  51. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -7
  52. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -0
  53. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1 -1
  54. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  55. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
  56. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +10 -6
  57. package/tencentcloud/services/ses/v20201002/ses_client.js +13 -7
  58. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +129 -47
  59. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +2 -2
  60. package/tencentcloud/services/taf/v20200210/taf_client.js +2 -2
  61. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +59 -11
  62. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  63. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +26 -1
  64. package/tencentcloud/services/tiia/v20190529/tiia_client.js +37 -0
  65. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +341 -28
  66. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
  67. package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
  68. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +72 -5
  69. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
  70. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -13
  71. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -18
  72. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +39 -163
  73. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -10
  74. package/test/cdb.v20170320.test.js +0 -10
  75. package/test/ses.v20201002.test.js +14 -4
  76. package/test/tiia.v20190529.test.js +60 -0
  77. package/test/tiw.v20190919.test.js +10 -0
  78. package/test/trtc.v20190722.test.js +0 -30
package/CHANGELOG.md CHANGED
@@ -1,51 +1,27 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 内容分发网络(cdn) 版本:2018-06-06
3
+ ## 流量反欺诈(taf) 版本:2020-02-10
4
4
 
5
- ### 第 84 次发布
5
+ ### 第 10 次发布
6
6
 
7
- 发布时间:2021-10-28 15:10:03
7
+ 发布时间:2021-11-03 08:14:28
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
14
-
15
- * [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
16
- * [DescribeTopData](https://cloud.tencent.com/document/api/228/63466)
17
- * [ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)
18
-
19
13
  修改接口:
20
14
 
21
- * [ListTopData](https://cloud.tencent.com/document/api/228/30983)
22
-
23
- * 新增入参:Limit
24
-
25
- * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
26
-
27
- * 新增入参:RemoteAuthentication
28
-
15
+ * [DetectFraudKOL](https://cloud.tencent.com/document/api/1031/43309)
29
16
 
30
- 新增数据结构:
17
+ * 新增入参:BusinessEncryptData
31
18
 
32
- * [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
33
- * [BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)
34
- * [BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)
35
- * [RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)
36
- * [RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)
37
- * [TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)
38
- * [TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)
39
19
 
40
20
  修改数据结构:
41
21
 
42
- * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
43
-
44
- * 新增成员:RemoteAuthentication
45
-
46
- * [TrafficPackage](https://cloud.tencent.com/document/api/228/30987#TrafficPackage)
22
+ * [InputKolDataList](https://cloud.tencent.com/document/api/1031/43310#InputKolDataList)
47
23
 
48
- * 新增成员:Region
24
+ * 新增成员:IsAuthorized
49
25
 
50
26
 
51
27
 
@@ -271,6 +247,21 @@
271
247
 
272
248
  ## 云顾问(advisor) 版本:2020-07-21
273
249
 
250
+ ### 第 2 次发布
251
+
252
+ 发布时间:2021-10-29 08:00:17
253
+
254
+ 本次发布包含了以下内容:
255
+
256
+ 改善已有的文档。
257
+
258
+ 修改接口:
259
+
260
+ * [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
261
+
262
+ * 新增出参:Risks
263
+
264
+
274
265
  ### 第 1 次发布
275
266
 
276
267
  发布时间:2021-10-20 16:41:59
@@ -7676,6 +7667,42 @@
7676
7667
 
7677
7668
  ## 云呼叫中心(ccc) 版本:2020-02-10
7678
7669
 
7670
+ ### 第 16 次发布
7671
+
7672
+ 发布时间:2021-11-01 08:06:08
7673
+
7674
+ 本次发布包含了以下内容:
7675
+
7676
+ 改善已有的文档。
7677
+
7678
+ 修改接口:
7679
+
7680
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
7681
+
7682
+ * 新增入参:SessionId
7683
+
7684
+ * <font color="#dd0000">**修改入参**:</font>CdrId
7685
+
7686
+ * [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
7687
+
7688
+ * 新增入参:SessionIds
7689
+
7690
+
7691
+ 修改数据结构:
7692
+
7693
+ * [PSTNSession](https://cloud.tencent.com/document/api/679/47715#PSTNSession)
7694
+
7695
+ * 新增成员:ProtectedCaller, ProtectedCallee
7696
+
7697
+ * [PSTNSessionInfo](https://cloud.tencent.com/document/api/679/47715#PSTNSessionInfo)
7698
+
7699
+ * 新增成员:ProtectedCaller, ProtectedCallee
7700
+
7701
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
7702
+
7703
+ * 新增成员:ProtectedCaller, ProtectedCallee
7704
+
7705
+
7679
7706
  ### 第 15 次发布
7680
7707
 
7681
7708
  发布时间:2021-08-10 08:01:44
@@ -7953,6 +7980,52 @@
7953
7980
 
7954
7981
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
7955
7982
 
7983
+ ### 第 71 次发布
7984
+
7985
+ 发布时间:2021-11-01 08:06:13
7986
+
7987
+ 本次发布包含了以下内容:
7988
+
7989
+ 改善已有的文档。
7990
+
7991
+ <font color="#dd0000">**删除接口**:</font>
7992
+
7993
+ * ModifyRoType
7994
+
7995
+ ### 第 70 次发布
7996
+
7997
+ 发布时间:2021-10-29 08:01:53
7998
+
7999
+ 本次发布包含了以下内容:
8000
+
8001
+ 改善已有的文档。
8002
+
8003
+ 修改接口:
8004
+
8005
+ * [CreateBackup](https://cloud.tencent.com/document/api/236/15844)
8006
+
8007
+ * 新增入参:ManualBackupName
8008
+
8009
+ * [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
8010
+
8011
+ * 新增入参:DryRun
8012
+
8013
+ * [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
8014
+
8015
+ * 新增入参:AlarmPolicyIdList, DryRun
8016
+
8017
+ * [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
8018
+
8019
+ * 新增入参:AlarmPolicyIdList, DryRun
8020
+
8021
+
8022
+ 修改数据结构:
8023
+
8024
+ * [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
8025
+
8026
+ * 新增成员:ManualBackupName
8027
+
8028
+
7956
8029
  ### 第 69 次发布
7957
8030
 
7958
8031
  发布时间:2021-10-21 11:16:58
@@ -9407,6 +9480,21 @@
9407
9480
 
9408
9481
  ## 内容分发网络(cdn) 版本:2018-06-06
9409
9482
 
9483
+ ### 第 85 次发布
9484
+
9485
+ 发布时间:2021-11-02 08:03:38
9486
+
9487
+ 本次发布包含了以下内容:
9488
+
9489
+ 改善已有的文档。
9490
+
9491
+ 修改数据结构:
9492
+
9493
+ * [UrlRedirectRule](https://cloud.tencent.com/document/api/228/30987#UrlRedirectRule)
9494
+
9495
+ * 新增成员:FullMatch
9496
+
9497
+
9410
9498
  ### 第 84 次发布
9411
9499
 
9412
9500
  发布时间:2021-10-28 15:10:03
@@ -9417,9 +9505,9 @@
9417
9505
 
9418
9506
  新增接口:
9419
9507
 
9420
- * [[DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)](https://cloud.tencent.com/document/api/#/#)
9421
- * [[DescribeTopData](https://cloud.tencent.com/document/api/228/63466)](https://cloud.tencent.com/document/api/#/#)
9422
- * [[ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)](https://cloud.tencent.com/document/api/#/#)
9508
+ * [DescribeScdnBotRecords](https://cloud.tencent.com/document/api/228/63468)
9509
+ * [DescribeTopData](https://cloud.tencent.com/document/api/228/63466)
9510
+ * [ListScdnTopBotData](https://cloud.tencent.com/document/api/228/63467)
9423
9511
 
9424
9512
  修改接口:
9425
9513
 
@@ -9434,13 +9522,13 @@
9434
9522
 
9435
9523
  新增数据结构:
9436
9524
 
9437
- * [[BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)](https://cloud.tencent.com/document/api/228/30987#[BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord))
9438
- * [[BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)](https://cloud.tencent.com/document/api/228/30987#[BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy))
9439
- * [[BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)](https://cloud.tencent.com/document/api/228/30987#[BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount))
9440
- * [[RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)](https://cloud.tencent.com/document/api/228/30987#[RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication))
9441
- * [[RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)](https://cloud.tencent.com/document/api/228/30987#[RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule))
9442
- * [[TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)](https://cloud.tencent.com/document/api/228/30987#[TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore))
9443
- * [[TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)](https://cloud.tencent.com/document/api/228/30987#[TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore))
9525
+ * [BotRecord](https://cloud.tencent.com/document/api/228/30987#BotRecord)
9526
+ * [BotSortBy](https://cloud.tencent.com/document/api/228/30987#BotSortBy)
9527
+ * [BotStatisticsCount](https://cloud.tencent.com/document/api/228/30987#BotStatisticsCount)
9528
+ * [RemoteAuthentication](https://cloud.tencent.com/document/api/228/30987#RemoteAuthentication)
9529
+ * [RemoteAuthenticationRule](https://cloud.tencent.com/document/api/228/30987#RemoteAuthenticationRule)
9530
+ * [TopDataMore](https://cloud.tencent.com/document/api/228/30987#TopDataMore)
9531
+ * [TopDetailDataMore](https://cloud.tencent.com/document/api/228/30987#TopDetailDataMore)
9444
9532
 
9445
9533
  修改数据结构:
9446
9534
 
@@ -12248,6 +12336,32 @@
12248
12336
 
12249
12337
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
12250
12338
 
12339
+ ### 第 24 次发布
12340
+
12341
+ 发布时间:2021-11-02 08:04:08
12342
+
12343
+ 本次发布包含了以下内容:
12344
+
12345
+ 改善已有的文档。
12346
+
12347
+ 修改接口:
12348
+
12349
+ * [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
12350
+
12351
+ * 新增入参:RetentionBytes
12352
+
12353
+ * [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
12354
+
12355
+ * 新增入参:RetentionBytes
12356
+
12357
+
12358
+ 修改数据结构:
12359
+
12360
+ * [Config](https://cloud.tencent.com/document/api/597/40861#Config)
12361
+
12362
+ * 新增成员:RetentionBytes
12363
+
12364
+
12251
12365
  ### 第 23 次发布
12252
12366
 
12253
12367
  发布时间:2021-10-15 08:08:18
@@ -12781,6 +12895,21 @@
12781
12895
 
12782
12896
  ## 负载均衡(clb) 版本:2018-03-17
12783
12897
 
12898
+ ### 第 56 次发布
12899
+
12900
+ 发布时间:2021-11-02 08:04:16
12901
+
12902
+ 本次发布包含了以下内容:
12903
+
12904
+ 改善已有的文档。
12905
+
12906
+ 修改接口:
12907
+
12908
+ * [CreateLoadBalancerSnatIps](https://cloud.tencent.com/document/api/214/41505)
12909
+
12910
+ * 新增入参:Number
12911
+
12912
+
12784
12913
  ### 第 55 次发布
12785
12914
 
12786
12915
  发布时间:2021-10-21 11:20:09
@@ -14284,6 +14413,21 @@
14284
14413
 
14285
14414
  ## 日志服务(cls) 版本:2020-10-16
14286
14415
 
14416
+ ### 第 12 次发布
14417
+
14418
+ 发布时间:2021-11-01 08:07:18
14419
+
14420
+ 本次发布包含了以下内容:
14421
+
14422
+ 改善已有的文档。
14423
+
14424
+ 修改接口:
14425
+
14426
+ * [UploadLog](https://cloud.tencent.com/document/api/614/59470)
14427
+
14428
+ * 新增入参:TopicId, HashKey, CompressType
14429
+
14430
+
14287
14431
  ### 第 11 次发布
14288
14432
 
14289
14433
  发布时间:2021-10-27 08:04:57
@@ -14592,6 +14736,21 @@
14592
14736
 
14593
14737
  ## 腾讯云剪(cme) 版本:2019-10-29
14594
14738
 
14739
+ ### 第 40 次发布
14740
+
14741
+ 发布时间:2021-11-01 08:07:26
14742
+
14743
+ 本次发布包含了以下内容:
14744
+
14745
+ 改善已有的文档。
14746
+
14747
+ 修改接口:
14748
+
14749
+ * [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
14750
+
14751
+ * 新增入参:AspectRatio
14752
+
14753
+
14595
14754
  ### 第 39 次发布
14596
14755
 
14597
14756
  发布时间:2021-09-15 08:03:30
@@ -18633,6 +18792,32 @@
18633
18792
 
18634
18793
  ## 主机安全(cwp) 版本:2018-02-28
18635
18794
 
18795
+ ### 第 34 次发布
18796
+
18797
+ 发布时间:2021-11-02 08:05:13
18798
+
18799
+ 本次发布包含了以下内容:
18800
+
18801
+ 改善已有的文档。
18802
+
18803
+ 修改接口:
18804
+
18805
+ * [DescribeVersionStatistics](https://cloud.tencent.com/document/api/296/60922)
18806
+
18807
+ * 新增出参:UltimateVersionNum
18808
+
18809
+
18810
+ 修改数据结构:
18811
+
18812
+ * [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
18813
+
18814
+ * 新增成员:KernelVersion, MachineStatus
18815
+
18816
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
18817
+
18818
+ * 新增成员:KernelVersion
18819
+
18820
+
18636
18821
  ### 第 33 次发布
18637
18822
 
18638
18823
  发布时间:2021-10-27 08:05:40
@@ -26497,6 +26682,28 @@
26497
26682
 
26498
26683
  ## 人脸核身(faceid) 版本:2018-03-01
26499
26684
 
26685
+ ### 第 32 次发布
26686
+
26687
+ 发布时间:2021-10-29 08:05:31
26688
+
26689
+ 本次发布包含了以下内容:
26690
+
26691
+ 改善已有的文档。
26692
+
26693
+ 修改接口:
26694
+
26695
+ * [GetFaceIdToken](https://cloud.tencent.com/document/api/1007/49198)
26696
+
26697
+ * 新增入参:UseCos
26698
+
26699
+
26700
+ 修改数据结构:
26701
+
26702
+ * [EidInfo](https://cloud.tencent.com/document/api/1007/41958#EidInfo)
26703
+
26704
+ * 新增成员:DesKey, UserInfo
26705
+
26706
+
26500
26707
  ### 第 31 次发布
26501
26708
 
26502
26709
  发布时间:2021-10-21 11:26:59
@@ -30543,6 +30750,25 @@
30543
30750
 
30544
30751
  ## 图片内容检测(ims) 版本:2020-12-29
30545
30752
 
30753
+ ### 第 3 次发布
30754
+
30755
+ 发布时间:2021-10-29 08:06:21
30756
+
30757
+ 本次发布包含了以下内容:
30758
+
30759
+ 改善已有的文档。
30760
+
30761
+ 修改数据结构:
30762
+
30763
+ * [ObjectDetail](https://cloud.tencent.com/document/api/1125/53274#ObjectDetail)
30764
+
30765
+ * 新增成员:SubLabel
30766
+
30767
+ * [OcrTextDetail](https://cloud.tencent.com/document/api/1125/53274#OcrTextDetail)
30768
+
30769
+ * 新增成员:SubLabel
30770
+
30771
+
30546
30772
  ### 第 2 次发布
30547
30773
 
30548
30774
  发布时间:2021-09-14 08:01:18
@@ -42891,6 +43117,21 @@
42891
43117
 
42892
43118
  ## 云函数(scf) 版本:2018-04-16
42893
43119
 
43120
+ ### 第 36 次发布
43121
+
43122
+ 发布时间:2021-11-02 08:10:12
43123
+
43124
+ 本次发布包含了以下内容:
43125
+
43126
+ 改善已有的文档。
43127
+
43128
+ 修改接口:
43129
+
43130
+ * [TerminateAsyncEvent](https://cloud.tencent.com/document/api/583/52500)
43131
+
43132
+ * 新增入参:GraceShutdown
43133
+
43134
+
42894
43135
  ### 第 35 次发布
42895
43136
 
42896
43137
  发布时间:2021-10-25 08:09:06
@@ -43703,6 +43944,23 @@
43703
43944
 
43704
43945
  ## 邮件推送(ses) 版本:2020-10-02
43705
43946
 
43947
+ ### 第 5 次发布
43948
+
43949
+ 发布时间:2021-10-29 08:08:48
43950
+
43951
+ 本次发布包含了以下内容:
43952
+
43953
+ 改善已有的文档。
43954
+
43955
+ 新增接口:
43956
+
43957
+ * [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
43958
+
43959
+ 新增数据结构:
43960
+
43961
+ * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
43962
+ * [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
43963
+
43706
43964
  ### 第 4 次发布
43707
43965
 
43708
43966
  发布时间:2021-01-15 08:09:39
@@ -45684,6 +45942,91 @@
45684
45942
 
45685
45943
  ## 流量反欺诈(taf) 版本:2020-02-10
45686
45944
 
45945
+ ### 第 10 次发布
45946
+
45947
+ 发布时间:2021-11-03 08:14:28
45948
+
45949
+ 本次发布包含了以下内容:
45950
+
45951
+ 改善已有的文档。
45952
+
45953
+ 修改接口:
45954
+
45955
+ * [DetectFraudKOL](https://cloud.tencent.com/document/api/1031/43309)
45956
+
45957
+ * 新增入参:BusinessEncryptData
45958
+
45959
+
45960
+ 修改数据结构:
45961
+
45962
+ * [InputKolDataList](https://cloud.tencent.com/document/api/1031/43310#InputKolDataList)
45963
+
45964
+ * 新增成员:IsAuthorized
45965
+
45966
+
45967
+ ### 第 9 次发布
45968
+
45969
+ 发布时间:2021-11-02 08:10:53
45970
+
45971
+ 本次发布包含了以下内容:
45972
+
45973
+ 改善已有的文档。
45974
+
45975
+ 修改接口:
45976
+
45977
+ * [RecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43305)
45978
+
45979
+ * 新增入参:BusinessEncryptData
45980
+
45981
+
45982
+ 修改数据结构:
45983
+
45984
+ * [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
45985
+
45986
+ * 新增成员:IsAuthorized
45987
+
45988
+
45989
+ ### 第 8 次发布
45990
+
45991
+ 发布时间:2021-11-01 08:13:31
45992
+
45993
+ 本次发布包含了以下内容:
45994
+
45995
+ 改善已有的文档。
45996
+
45997
+ 修改接口:
45998
+
45999
+ * [EnhanceTaDegree](https://cloud.tencent.com/document/api/1031/43308)
46000
+
46001
+ * 新增入参:BusinessEncryptData
46002
+
46003
+
46004
+ 新增数据结构:
46005
+
46006
+ * [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
46007
+
46008
+ 修改数据结构:
46009
+
46010
+ * [InputTaBspData](https://cloud.tencent.com/document/api/1031/43310#InputTaBspData)
46011
+
46012
+ * 新增成员:IsAuthorized
46013
+
46014
+
46015
+ ### 第 7 次发布
46016
+
46017
+ 发布时间:2021-10-29 08:09:22
46018
+
46019
+ 本次发布包含了以下内容:
46020
+
46021
+ 改善已有的文档。
46022
+
46023
+ 修改数据结构:
46024
+
46025
+ * [InputSendTrafficSecuritySmsMsg](https://cloud.tencent.com/document/api/1031/43310#InputSendTrafficSecuritySmsMsg)
46026
+
46027
+ * 新增成员:IsAuthorized, EncryptMethod, EncryptMode, PaddingType, EncryptData
46028
+
46029
+
45687
46030
  ### 第 6 次发布
45688
46031
 
45689
46032
  发布时间:2020-11-24 08:00:36
@@ -50430,6 +50773,21 @@
50430
50773
 
50431
50774
  ## 弹性微服务(tem) 版本:2021-07-01
50432
50775
 
50776
+ ### 第 5 次发布
50777
+
50778
+ 发布时间:2021-10-29 08:10:14
50779
+
50780
+ 本次发布包含了以下内容:
50781
+
50782
+ 改善已有的文档。
50783
+
50784
+ 修改接口:
50785
+
50786
+ * [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
50787
+
50788
+ * 新增入参:VersionId
50789
+
50790
+
50433
50791
  ### 第 4 次发布
50434
50792
 
50435
50793
  发布时间:2021-08-24 08:00:55
@@ -51058,6 +51416,28 @@
51058
51416
 
51059
51417
  ## 图像分析(tiia) 版本:2019-05-29
51060
51418
 
51419
+ ### 第 16 次发布
51420
+
51421
+ 发布时间:2021-10-29 08:10:24
51422
+
51423
+ 本次发布包含了以下内容:
51424
+
51425
+ 改善已有的文档。
51426
+
51427
+ 新增接口:
51428
+
51429
+ * [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
51430
+ * [CreateImage](https://cloud.tencent.com/document/api/865/63487)
51431
+ * [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
51432
+ * [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
51433
+ * [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
51434
+ * [SearchImage](https://cloud.tencent.com/document/api/865/63483)
51435
+
51436
+ 新增数据结构:
51437
+
51438
+ * [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
51439
+ * [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
51440
+
51061
51441
  ### 第 15 次发布
51062
51442
 
51063
51443
  发布时间:2021-09-24 10:12:47
@@ -51654,6 +52034,22 @@
51654
52034
 
51655
52035
  ## 互动白板(tiw) 版本:2019-09-19
51656
52036
 
52037
+ ### 第 22 次发布
52038
+
52039
+ 发布时间:2021-10-29 08:10:34
52040
+
52041
+ 本次发布包含了以下内容:
52042
+
52043
+ 改善已有的文档。
52044
+
52045
+ 新增接口:
52046
+
52047
+ * [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
52048
+
52049
+ 新增数据结构:
52050
+
52051
+ * [UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)
52052
+
51657
52053
  ### 第 21 次发布
51658
52054
 
51659
52055
  发布时间:2021-09-07 08:10:23
@@ -52065,6 +52461,21 @@
52065
52461
 
52066
52462
  ## 容器服务(tke) 版本:2018-05-25
52067
52463
 
52464
+ ### 第 77 次发布
52465
+
52466
+ 发布时间:2021-11-02 08:12:02
52467
+
52468
+ 本次发布包含了以下内容:
52469
+
52470
+ 改善已有的文档。
52471
+
52472
+ 修改接口:
52473
+
52474
+ * [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
52475
+
52476
+ * <font color="#dd0000">**修改入参**:</font>SecurityPolicies
52477
+
52478
+
52068
52479
  ### 第 76 次发布
52069
52480
 
52070
52481
  发布时间:2021-10-01 21:29:42
@@ -53857,6 +54268,24 @@
53857
54268
 
53858
54269
  ## 实时音视频(trtc) 版本:2019-07-22
53859
54270
 
54271
+ ### 第 27 次发布
54272
+
54273
+ 发布时间:2021-10-29 08:10:53
54274
+
54275
+ 本次发布包含了以下内容:
54276
+
54277
+ 改善已有的文档。
54278
+
54279
+ <font color="#dd0000">**删除接口**:</font>
54280
+
54281
+ * DescribeRealtimeNetwork
54282
+ * DescribeRealtimeQuality
54283
+ * DescribeRealtimeScale
54284
+
54285
+ <font color="#dd0000">**删除数据结构**:</font>
54286
+
54287
+ * RealtimeData
54288
+
53860
54289
  ### 第 26 次发布
53861
54290
 
53862
54291
  发布时间:2021-10-15 08:16:00
@@ -56536,6 +56965,25 @@
56536
56965
 
56537
56966
  ## 云点播(vod) 版本:2018-07-17
56538
56967
 
56968
+ ### 第 92 次发布
56969
+
56970
+ 发布时间:2021-11-02 08:12:52
56971
+
56972
+ 本次发布包含了以下内容:
56973
+
56974
+ 改善已有的文档。
56975
+
56976
+ 修改数据结构:
56977
+
56978
+ * [ComposeMediaTask](https://cloud.tencent.com/document/api/266/31773#ComposeMediaTask)
56979
+
56980
+ * 新增成员:Progress
56981
+
56982
+ * [EditMediaTask](https://cloud.tencent.com/document/api/266/31773#EditMediaTask)
56983
+
56984
+ * 新增成员:Progress
56985
+
56986
+
56539
56987
  ### 第 91 次发布
56540
56988
 
56541
56989
  发布时间:2021-09-14 08:09:57
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.225",
3
+ "version": "4.0.229",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {