tencentcloud-sdk-nodejs 4.0.411 → 4.0.414

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 (116) hide show
  1. package/CHANGELOG.md +566 -0
  2. package/SERVICE_CHANGELOG.md +471 -32
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aa/v20200224/aa_client.ts +1 -42
  7. package/src/services/aa/v20200224/aa_models.ts +0 -624
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
  10. package/src/services/batch/v20170312/batch_models.ts +2 -2
  11. package/src/services/bm/v20180423/bm_models.ts +2 -2
  12. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  13. package/src/services/cbs/v20170312/cbs_models.ts +13 -13
  14. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +55 -10
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +5 -0
  18. package/src/services/cvm/v20170312/cvm_client.ts +24 -11
  19. package/src/services/cvm/v20170312/cvm_models.ts +237 -192
  20. package/src/services/ess/v20201111/ess_client.ts +1 -0
  21. package/src/services/ess/v20201111/ess_models.ts +60 -40
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +47 -22
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +276 -113
  24. package/src/services/gme/v20180711/gme_client.ts +14 -1
  25. package/src/services/gme/v20180711/gme_models.ts +68 -13
  26. package/src/services/iai/v20180301/iai_models.ts +2 -2
  27. package/src/services/iai/v20200303/iai_models.ts +1 -1
  28. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  29. package/src/services/lighthouse/v20200324/lighthouse_models.ts +54 -4
  30. package/src/services/live/v20180801/live_client.ts +4 -2
  31. package/src/services/live/v20180801/live_models.ts +173 -87
  32. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  33. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  34. package/src/services/ocr/v20181119/ocr_client.ts +28 -12
  35. package/src/services/organization/v20181225/organization_models.ts +1 -1
  36. package/src/services/tag/v20180813/tag_client.ts +16 -3
  37. package/src/services/tag/v20180813/tag_models.ts +113 -43
  38. package/src/services/tcss/v20201101/tcss_models.ts +10 -0
  39. package/src/services/tione/v20211111/tione_models.ts +23 -1
  40. package/src/services/tke/v20180525/tke_models.ts +6 -0
  41. package/src/services/trtc/v20190722/trtc_client.ts +16 -91
  42. package/src/services/trtc/v20190722/trtc_models.ts +5 -357
  43. package/src/services/tse/v20201207/tse_client.ts +16 -2
  44. package/src/services/tse/v20201207/tse_models.ts +93 -17
  45. package/src/services/vod/v20180717/vod_client.ts +4 -4
  46. package/src/services/vod/v20180717/vod_models.ts +26 -13
  47. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  48. package/src/services/wedata/v20210820/wedata_client.ts +469 -16
  49. package/src/services/wedata/v20210820/wedata_models.ts +3015 -114
  50. package/tencentcloud/common/sdk_version.d.ts +1 -1
  51. package/tencentcloud/common/sdk_version.js +1 -1
  52. package/tencentcloud/services/aa/v20200224/aa_client.d.ts +1 -9
  53. package/tencentcloud/services/aa/v20200224/aa_client.js +0 -12
  54. package/tencentcloud/services/aa/v20200224/aa_models.d.ts +0 -529
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
  58. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
  59. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  60. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  61. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +13 -13
  62. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -8
  66. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +4 -0
  67. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
  68. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
  69. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +211 -172
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -36
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -7
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -8
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +241 -100
  76. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
  77. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +59 -12
  79. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +2 -2
  80. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  81. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +45 -3
  82. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  83. package/tencentcloud/services/live/v20180801/live_models.d.ts +148 -76
  84. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  85. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
  86. package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
  87. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  88. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +5 -1
  89. package/tencentcloud/services/tag/v20180813/tag_client.js +6 -0
  90. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +95 -36
  91. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +8 -0
  92. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  93. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  94. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -37
  95. package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -49
  96. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -306
  97. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  98. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  99. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  100. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -4
  101. package/tencentcloud/services/vod/v20180717/vod_client.js +4 -4
  102. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +22 -11
  103. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  104. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +147 -5
  105. package/tencentcloud/services/wedata/v20210820/wedata_client.js +218 -6
  106. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +2583 -125
  107. package/test/aa.v20200224.test.js +0 -20
  108. package/test/antiddos.v20200309.test.js +10 -10
  109. package/test/ckafka.v20190819.test.js +10 -0
  110. package/test/cvm.v20170312.test.js +10 -0
  111. package/test/essbasic.v20210526.test.js +24 -4
  112. package/test/gme.v20180711.test.js +10 -0
  113. package/test/tag.v20180813.test.js +10 -0
  114. package/test/trtc.v20190722.test.js +2 -62
  115. package/test/tse.v20201207.test.js +10 -0
  116. package/test/wedata.v20210820.test.js +354 -4
@@ -1,65 +1,66 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 物联卡(ic) 版本:2019-03-07
3
+ ## 容器服务(tke) 版本:2018-05-25
4
4
 
5
- ### 第 6 次发布
5
+ ### 第 115 次发布
6
6
 
7
- 发布时间:2022-08-05 06:23:27
7
+ 发布时间:2022-08-10 06:54:09
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改数据结构:
14
14
 
15
- * [DescribeSms](https://cloud.tencent.com/document/api/636/78654)
15
+ * [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
16
16
 
17
- 新增数据结构:
17
+ * 新增成员:ClusterAdvancedSettings
18
18
 
19
- * [ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)
20
19
 
21
20
 
22
21
 
23
- ## 云直播(live) 版本:2018-08-01
22
+ ## 腾讯云微服务引擎(tse) 版本:2020-12-07
24
23
 
25
- ### 第 83 次发布
24
+ ### 第 25 次发布
26
25
 
27
- 发布时间:2022-08-05 06:27:26
26
+ 发布时间:2022-08-10 06:55:45
28
27
 
29
28
  本次发布包含了以下内容:
30
29
 
31
30
  改善已有的文档。
32
31
 
33
- 新增接口:
32
+ 修改接口:
34
33
 
35
- * [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
36
- * [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
34
+ * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
37
35
 
38
- 新增数据结构:
36
+ * 新增入参:EngineRegion
39
37
 
40
- * [LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)
41
38
 
39
+ 修改数据结构:
42
40
 
41
+ * [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
43
42
 
44
- ## 全栈式风控引擎(rce) 版本:2020-11-03
43
+ * 新增成员:AliasName
45
44
 
46
- ### 第 7 次发布
47
45
 
48
- 发布时间:2022-08-05 06:32:35
46
+
47
+
48
+ ## 私有网络(vpc) 版本:2017-03-12
49
+
50
+ ### 第 122 次发布
51
+
52
+ 发布时间:2022-08-10 06:57:28
49
53
 
50
54
  本次发布包含了以下内容:
51
55
 
52
56
  改善已有的文档。
53
57
 
54
- <font color="#dd0000">**删除接口**:</font>
58
+ 修改数据结构:
55
59
 
56
- * DescribeRiskModel
60
+ * [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
57
61
 
58
- <font color="#dd0000">**删除数据结构**:</font>
62
+ * 新增成员:DpdEnable, DpdTimeout, DpdAction, TagSet, NegotiationType
59
63
 
60
- * InputDescribeRiskModelData
61
- * OutputDescribeRiskModel
62
- * OutputDescribeRiskModelValue
63
64
 
64
65
 
65
66
 
@@ -67,6 +68,36 @@
67
68
 
68
69
  ## 活动防刷(aa) 版本:2020-02-24
69
70
 
71
+ ### 第 7 次发布
72
+
73
+ 发布时间:2022-08-08 06:02:45
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ <font color="#dd0000">**删除接口**:</font>
80
+
81
+ * ManageMarketingRisk
82
+ * QueryActivityAntiRushAdvanced
83
+
84
+ <font color="#dd0000">**删除数据结构**:</font>
85
+
86
+ * AccountInfo
87
+ * CrowdAntiRushInfo
88
+ * InputActivityAntiRushAdvanced
89
+ * InputDetails
90
+ * InputManageMarketingRisk
91
+ * OnlineScamInfo
92
+ * OtherAccountInfo
93
+ * OutputActivityAntiRushAdvanced
94
+ * OutputActivityAntiRushAdvancedValue
95
+ * OutputManageMarketingRisk
96
+ * OutputManageMarketingRiskValue
97
+ * QQAccountInfo
98
+ * SponsorInfo
99
+ * WeChatAccountInfo
100
+
70
101
  ### 第 6 次发布
71
102
 
72
103
  发布时间:2020-08-31 08:00:21
@@ -1474,6 +1505,22 @@
1474
1505
 
1475
1506
  ## DDoS 防护(antiddos) 版本:2020-03-09
1476
1507
 
1508
+ ### 第 39 次发布
1509
+
1510
+ 发布时间:2022-08-09 10:41:42
1511
+
1512
+ 本次发布包含了以下内容:
1513
+
1514
+ 改善已有的文档。
1515
+
1516
+ 新增接口:
1517
+
1518
+ * [DescribeBgpBizTrend](https://cloud.tencent.com/document/api/1021/78796)
1519
+
1520
+ <font color="#dd0000">**删除接口**:</font>
1521
+
1522
+ * DeleteBlackWhiteIpList
1523
+
1477
1524
  ### 第 38 次发布
1478
1525
 
1479
1526
  发布时间:2022-07-27 06:03:19
@@ -17046,6 +17093,18 @@
17046
17093
 
17047
17094
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
17048
17095
 
17096
+ ### 第 49 次发布
17097
+
17098
+ 发布时间:2022-08-08 06:10:42
17099
+
17100
+ 本次发布包含了以下内容:
17101
+
17102
+ 改善已有的文档。
17103
+
17104
+ 新增接口:
17105
+
17106
+ * [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
17107
+
17049
17108
  ### 第 48 次发布
17050
17109
 
17051
17110
  发布时间:2022-07-28 06:07:46
@@ -22064,6 +22123,21 @@
22064
22123
 
22065
22124
  ## 企业收付平台(cpdp) 版本:2019-08-20
22066
22125
 
22126
+ ### 第 80 次发布
22127
+
22128
+ 发布时间:2022-08-09 12:03:26
22129
+
22130
+ 本次发布包含了以下内容:
22131
+
22132
+ 改善已有的文档。
22133
+
22134
+ 修改接口:
22135
+
22136
+ * [ApplyFlexPayment](https://cloud.tencent.com/document/api/1122/74976)
22137
+
22138
+ * 新增入参:NotifyUrl
22139
+
22140
+
22067
22141
  ### 第 79 次发布
22068
22142
 
22069
22143
  发布时间:2022-08-04 06:19:24
@@ -24337,6 +24411,22 @@
24337
24411
 
24338
24412
  ## 云服务器(cvm) 版本:2017-03-12
24339
24413
 
24414
+ ### 第 92 次发布
24415
+
24416
+ 发布时间:2022-08-08 06:14:02
24417
+
24418
+ 本次发布包含了以下内容:
24419
+
24420
+ 改善已有的文档。
24421
+
24422
+ 新增接口:
24423
+
24424
+ * [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
24425
+
24426
+ 新增数据结构:
24427
+
24428
+ * [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
24429
+
24340
24430
  ### 第 91 次发布
24341
24431
 
24342
24432
  发布时间:2022-07-22 06:05:40
@@ -36826,6 +36916,23 @@
36826
36916
 
36827
36917
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
36828
36918
 
36919
+ ### 第 25 次发布
36920
+
36921
+ 发布时间:2022-08-08 10:31:46
36922
+
36923
+ 本次发布包含了以下内容:
36924
+
36925
+ 改善已有的文档。
36926
+
36927
+ 新增接口:
36928
+
36929
+ * [ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)
36930
+ * [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
36931
+
36932
+ 新增数据结构:
36933
+
36934
+ * [OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)
36935
+
36829
36936
  ### 第 24 次发布
36830
36937
 
36831
36938
  发布时间:2022-08-02 11:36:28
@@ -39429,6 +39536,22 @@
39429
39536
 
39430
39537
  ## 游戏多媒体引擎(gme) 版本:2018-07-11
39431
39538
 
39539
+ ### 第 20 次发布
39540
+
39541
+ 发布时间:2022-08-09 12:11:50
39542
+
39543
+ 本次发布包含了以下内容:
39544
+
39545
+ 改善已有的文档。
39546
+
39547
+ 新增接口:
39548
+
39549
+ * [ModifyUserMicStatus](https://cloud.tencent.com/document/api/607/78798)
39550
+
39551
+ 新增数据结构:
39552
+
39553
+ * [UserMicStatus](https://cloud.tencent.com/document/api/607/35375#UserMicStatus)
39554
+
39432
39555
  ### 第 19 次发布
39433
39556
 
39434
39557
  发布时间:2022-03-22 08:09:44
@@ -41619,11 +41742,11 @@
41619
41742
 
41620
41743
  新增接口:
41621
41744
 
41622
- * [[DescribeSms](https://cloud.tencent.com/document/api/636/78654)](https://cloud.tencent.com/document/api/#/#)
41745
+ * [DescribeSms](https://cloud.tencent.com/document/api/636/78654)
41623
41746
 
41624
41747
  新增数据结构:
41625
41748
 
41626
- * [[ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)](https://cloud.tencent.com/document/api/636/33881#[ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms))
41749
+ * [ResSms](https://cloud.tencent.com/document/api/636/33881#ResSms)
41627
41750
 
41628
41751
  ### 第 5 次发布
41629
41752
 
@@ -42995,7 +43118,7 @@
42995
43118
 
42996
43119
  修改接口:
42997
43120
 
42998
- * [DescribeDevices](https://cloud.tencent.com/document/api/634/73250)
43121
+ * [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
42999
43122
 
43000
43123
  * 新增入参:EnableState
43001
43124
 
@@ -43086,7 +43209,7 @@
43086
43209
 
43087
43210
  * 新增出参:FirmwareUpdateTime
43088
43211
 
43089
- * [DescribeDevices](https://cloud.tencent.com/document/api/634/73250)
43212
+ * [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
43090
43213
 
43091
43214
  * 新增入参:DeviceName
43092
43215
 
@@ -43444,7 +43567,7 @@
43444
43567
  * [DeleteDevice](https://cloud.tencent.com/document/api/634/73257)
43445
43568
  * [DeleteProduct](https://cloud.tencent.com/document/api/634/73314)
43446
43569
  * [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73264)
43447
- * [DescribeDevices](https://cloud.tencent.com/document/api/634/73250)
43570
+ * [DescribeDevices](https://cloud.tencent.com/document/api/634/19493)
43448
43571
  * [DescribeMultiDevTask](https://cloud.tencent.com/document/api/634/73248)
43449
43572
  * [DescribeMultiDevices](https://cloud.tencent.com/document/api/634/73247)
43450
43573
  * [DescribeProducts](https://cloud.tencent.com/document/api/634/73312)
@@ -46706,6 +46829,29 @@
46706
46829
 
46707
46830
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
46708
46831
 
46832
+ ### 第 32 次发布
46833
+
46834
+ 发布时间:2022-08-09 12:16:13
46835
+
46836
+ 本次发布包含了以下内容:
46837
+
46838
+ 改善已有的文档。
46839
+
46840
+ 新增数据结构:
46841
+
46842
+ * [DetailPrice](https://cloud.tencent.com/document/api/1207/47576#DetailPrice)
46843
+
46844
+ 修改数据结构:
46845
+
46846
+ * [Disk](https://cloud.tencent.com/document/api/1207/47576#Disk)
46847
+
46848
+ * 新增成员:DiskBackupCount, DiskBackupQuota
46849
+
46850
+ * [DiskPrice](https://cloud.tencent.com/document/api/1207/47576#DiskPrice)
46851
+
46852
+ * 新增成员:DetailPrices
46853
+
46854
+
46709
46855
  ### 第 31 次发布
46710
46856
 
46711
46857
  发布时间:2022-05-20 06:14:11
@@ -47325,6 +47471,30 @@
47325
47471
 
47326
47472
  ## 云直播(live) 版本:2018-08-01
47327
47473
 
47474
+ ### 第 84 次发布
47475
+
47476
+ 发布时间:2022-08-08 06:27:50
47477
+
47478
+ 本次发布包含了以下内容:
47479
+
47480
+ 改善已有的文档。
47481
+
47482
+ 修改接口:
47483
+
47484
+ * [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
47485
+
47486
+ * 新增出参:LiveDomainCertBindings, TotalNum
47487
+
47488
+ * [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
47489
+
47490
+ * 新增出参:Errors
47491
+
47492
+
47493
+ 新增数据结构:
47494
+
47495
+ * [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
47496
+ * [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
47497
+
47328
47498
  ### 第 83 次发布
47329
47499
 
47330
47500
  发布时间:2022-08-05 06:27:26
@@ -47335,12 +47505,12 @@
47335
47505
 
47336
47506
  新增接口:
47337
47507
 
47338
- * [[DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)](https://cloud.tencent.com/document/api/#/#)
47339
- * [[ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)](https://cloud.tencent.com/document/api/#/#)
47508
+ * [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
47509
+ * [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
47340
47510
 
47341
47511
  新增数据结构:
47342
47512
 
47343
- * [[LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)](https://cloud.tencent.com/document/api/267/20474#[LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo))
47513
+ * [LiveCertDomainInfo](https://cloud.tencent.com/document/api/267/20474#LiveCertDomainInfo)
47344
47514
 
47345
47515
  ### 第 82 次发布
47346
47516
 
@@ -50857,6 +51027,25 @@
50857
51027
 
50858
51028
  ## 云监控(monitor) 版本:2018-07-24
50859
51029
 
51030
+ ### 第 52 次发布
51031
+
51032
+ 发布时间:2022-08-09 12:18:17
51033
+
51034
+ 本次发布包含了以下内容:
51035
+
51036
+ 改善已有的文档。
51037
+
51038
+ 修改接口:
51039
+
51040
+ * [DescribeMonitorTypes](https://cloud.tencent.com/document/api/248/49979)
51041
+
51042
+ * 新增出参:MonitorTypeInfos
51043
+
51044
+
51045
+ 新增数据结构:
51046
+
51047
+ * [MonitorTypeInfo](https://cloud.tencent.com/document/api/248/30354#MonitorTypeInfo)
51048
+
50860
51049
  ### 第 51 次发布
50861
51050
 
50862
51051
  发布时间:2022-07-15 06:12:20
@@ -63418,6 +63607,22 @@
63418
63607
 
63419
63608
  ## 标签(tag) 版本:2018-08-13
63420
63609
 
63610
+ ### 第 11 次发布
63611
+
63612
+ 发布时间:2022-08-08 06:36:01
63613
+
63614
+ 本次发布包含了以下内容:
63615
+
63616
+ 改善已有的文档。
63617
+
63618
+ 新增接口:
63619
+
63620
+ * [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
63621
+
63622
+ 新增数据结构:
63623
+
63624
+ * [Project](https://cloud.tencent.com/document/api/651/35327#Project)
63625
+
63421
63626
  ### 第 10 次发布
63422
63627
 
63423
63628
  发布时间:2022-04-08 06:12:35
@@ -68014,6 +68219,25 @@
68014
68219
 
68015
68220
  ## 容器安全服务(tcss) 版本:2020-11-01
68016
68221
 
68222
+ ### 第 22 次发布
68223
+
68224
+ 发布时间:2022-08-09 12:25:45
68225
+
68226
+ 本次发布包含了以下内容:
68227
+
68228
+ 改善已有的文档。
68229
+
68230
+ 修改接口:
68231
+
68232
+ * [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
68233
+
68234
+ * 新增出参:HostUnInstallCnt
68235
+
68236
+ * [DescribeContainerAssetSummary](https://cloud.tencent.com/document/api/1285/65475)
68237
+
68238
+ * 新增出参:HostUnInstallCnt
68239
+
68240
+
68017
68241
  ### 第 21 次发布
68018
68242
 
68019
68243
  发布时间:2022-07-07 06:16:19
@@ -72647,6 +72871,36 @@
72647
72871
 
72648
72872
  ## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
72649
72873
 
72874
+ ### 第 4 次发布
72875
+
72876
+ 发布时间:2022-08-09 12:28:40
72877
+
72878
+ 本次发布包含了以下内容:
72879
+
72880
+ 改善已有的文档。
72881
+
72882
+ 修改接口:
72883
+
72884
+ * [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
72885
+
72886
+ * 新增入参:ReasoningEnvironmentId
72887
+
72888
+ * [DeleteTrainingModel](https://cloud.tencent.com/document/api/851/75073)
72889
+
72890
+ * 新增入参:ModelVersionType
72891
+
72892
+
72893
+ 修改数据结构:
72894
+
72895
+ * [TrainingTaskDetail](https://cloud.tencent.com/document/api/851/75051#TrainingTaskDetail)
72896
+
72897
+ * 新增成员:Message
72898
+
72899
+ * [TrainingTaskSetItem](https://cloud.tencent.com/document/api/851/75051#TrainingTaskSetItem)
72900
+
72901
+ * 新增成员:Message
72902
+
72903
+
72650
72904
  ### 第 3 次发布
72651
72905
 
72652
72906
  发布时间:2022-07-18 06:17:59
@@ -73246,6 +73500,21 @@
73246
73500
 
73247
73501
  ## 容器服务(tke) 版本:2018-05-25
73248
73502
 
73503
+ ### 第 115 次发布
73504
+
73505
+ 发布时间:2022-08-10 06:54:09
73506
+
73507
+ 本次发布包含了以下内容:
73508
+
73509
+ 改善已有的文档。
73510
+
73511
+ 修改数据结构:
73512
+
73513
+ * [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
73514
+
73515
+ * 新增成员:ClusterAdvancedSettings
73516
+
73517
+
73249
73518
  ### 第 114 次发布
73250
73519
 
73251
73520
  发布时间:2022-08-02 06:35:11
@@ -75971,6 +76240,23 @@
75971
76240
 
75972
76241
  ## 实时音视频(trtc) 版本:2019-07-22
75973
76242
 
76243
+ ### 第 37 次发布
76244
+
76245
+ 发布时间:2022-08-08 06:44:27
76246
+
76247
+ 本次发布包含了以下内容:
76248
+
76249
+ 改善已有的文档。
76250
+
76251
+ <font color="#dd0000">**删除接口**:</font>
76252
+
76253
+ * DescribeAbnormalEvent
76254
+ * DescribeCallDetail
76255
+ * DescribeDetailEvent
76256
+ * DescribeHistoryScale
76257
+ * DescribeRoomInformation
76258
+ * DescribeUserInformation
76259
+
75974
76260
  ### 第 36 次发布
75975
76261
 
75976
76262
  发布时间:2022-08-02 06:36:18
@@ -76630,6 +76916,45 @@
76630
76916
 
76631
76917
  ## 腾讯云微服务引擎(tse) 版本:2020-12-07
76632
76918
 
76919
+ ### 第 25 次发布
76920
+
76921
+ 发布时间:2022-08-10 06:55:45
76922
+
76923
+ 本次发布包含了以下内容:
76924
+
76925
+ 改善已有的文档。
76926
+
76927
+ 修改接口:
76928
+
76929
+ * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
76930
+
76931
+ * 新增入参:EngineRegion
76932
+
76933
+
76934
+ 修改数据结构:
76935
+
76936
+ * [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
76937
+
76938
+ * 新增成员:AliasName
76939
+
76940
+
76941
+ ### 第 24 次发布
76942
+
76943
+ 发布时间:2022-08-09 12:30:23
76944
+
76945
+ 本次发布包含了以下内容:
76946
+
76947
+ 改善已有的文档。
76948
+
76949
+ 新增接口:
76950
+
76951
+ * [DescribeCloudNativeAPIGatewayNodes](https://cloud.tencent.com/document/api/1364/78800)
76952
+
76953
+ 新增数据结构:
76954
+
76955
+ * [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
76956
+ * [DescribeCloudNativeAPIGatewayNodesResult](https://cloud.tencent.com/document/api/1364/54942#DescribeCloudNativeAPIGatewayNodesResult)
76957
+
76633
76958
  ### 第 23 次发布
76634
76959
 
76635
76960
  发布时间:2022-07-19 06:20:45
@@ -79631,6 +79956,25 @@
79631
79956
 
79632
79957
  ## 云点播(vod) 版本:2018-07-17
79633
79958
 
79959
+ ### 第 111 次发布
79960
+
79961
+ 发布时间:2022-08-09 11:53:09
79962
+
79963
+ 本次发布包含了以下内容:
79964
+
79965
+ 改善已有的文档。
79966
+
79967
+ 修改数据结构:
79968
+
79969
+ * [PlayerConfig](https://cloud.tencent.com/document/api/266/31773#PlayerConfig)
79970
+
79971
+ * 新增成员:AudioVideoType, TranscodeDefinition
79972
+
79973
+ * [TraceWatermarkInput](https://cloud.tencent.com/document/api/266/31773#TraceWatermarkInput)
79974
+
79975
+ * <font color="#dd0000">**修改成员**:</font>Definition
79976
+
79977
+
79634
79978
  ### 第 110 次发布
79635
79979
 
79636
79980
  发布时间:2022-07-29 06:17:29
@@ -82637,6 +82981,21 @@
82637
82981
 
82638
82982
  ## 私有网络(vpc) 版本:2017-03-12
82639
82983
 
82984
+ ### 第 122 次发布
82985
+
82986
+ 发布时间:2022-08-10 06:57:28
82987
+
82988
+ 本次发布包含了以下内容:
82989
+
82990
+ 改善已有的文档。
82991
+
82992
+ 修改数据结构:
82993
+
82994
+ * [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
82995
+
82996
+ * 新增成员:DpdEnable, DpdTimeout, DpdAction, TagSet, NegotiationType
82997
+
82998
+
82640
82999
  ### 第 121 次发布
82641
83000
 
82642
83001
  发布时间:2022-07-28 06:25:12
@@ -86011,6 +86370,86 @@
86011
86370
 
86012
86371
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
86013
86372
 
86373
+ ### 第 3 次发布
86374
+
86375
+ 发布时间:2022-08-05 15:51:29
86376
+
86377
+ 本次发布包含了以下内容:
86378
+
86379
+ 改善已有的文档。
86380
+
86381
+ 新增接口:
86382
+
86383
+ * [BatchDeleteTasksNew](https://cloud.tencent.com/document/api/1267/78714)
86384
+ * [BatchModifyOwnersNew](https://cloud.tencent.com/document/api/1267/78713)
86385
+ * [BatchStopTasksNew](https://cloud.tencent.com/document/api/1267/78712)
86386
+ * [CreateFolder](https://cloud.tencent.com/document/api/1267/78711)
86387
+ * [CreateTask](https://cloud.tencent.com/document/api/1267/78710)
86388
+ * [CreateWorkflow](https://cloud.tencent.com/document/api/1267/78709)
86389
+ * [DeleteFolder](https://cloud.tencent.com/document/api/1267/78708)
86390
+ * [DeleteWorkflowNew](https://cloud.tencent.com/document/api/1267/78707)
86391
+ * [DescribeDependTasksNew](https://cloud.tencent.com/document/api/1267/78706)
86392
+ * [DescribeFolderList](https://cloud.tencent.com/document/api/1267/78705)
86393
+ * [DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)
86394
+ * [DescribeInstanceLogs](https://cloud.tencent.com/document/api/1267/78703)
86395
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)
86396
+ * [DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)
86397
+ * [DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)
86398
+ * [ForceSucInstances](https://cloud.tencent.com/document/api/1267/78699)
86399
+ * [FreezeTasks](https://cloud.tencent.com/document/api/1267/78698)
86400
+ * [FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/1267/78697)
86401
+ * [KillInstances](https://cloud.tencent.com/document/api/1267/78696)
86402
+ * [MakeUpTasksNew](https://cloud.tencent.com/document/api/1267/78695)
86403
+ * [MakeUpWorkflowNew](https://cloud.tencent.com/document/api/1267/78694)
86404
+ * [ModifyFolder](https://cloud.tencent.com/document/api/1267/78693)
86405
+ * [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
86406
+ * [ModifyTaskLinks](https://cloud.tencent.com/document/api/1267/78691)
86407
+ * [ModifyTaskScript](https://cloud.tencent.com/document/api/1267/78690)
86408
+ * [ModifyWorkflowInfo](https://cloud.tencent.com/document/api/1267/78689)
86409
+ * [ModifyWorkflowSchedule](https://cloud.tencent.com/document/api/1267/78688)
86410
+ * [RegisterEvent](https://cloud.tencent.com/document/api/1267/78687)
86411
+ * [RegisterEventListener](https://cloud.tencent.com/document/api/1267/78686)
86412
+ * [RerunInstances](https://cloud.tencent.com/document/api/1267/78685)
86413
+ * [RunTask](https://cloud.tencent.com/document/api/1267/78684)
86414
+ * [SetTaskAlarmNew](https://cloud.tencent.com/document/api/1267/78683)
86415
+ * [SubmitTask](https://cloud.tencent.com/document/api/1267/78682)
86416
+ * [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/78681)
86417
+ * [TriggerEvent](https://cloud.tencent.com/document/api/1267/78680)
86418
+
86419
+ 新增数据结构:
86420
+
86421
+ * [AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo)
86422
+ * [BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult)
86423
+ * [BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult)
86424
+ * [BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn)
86425
+ * [CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo)
86426
+ * [CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent)
86427
+ * [CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId)
86428
+ * [DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig)
86429
+ * [DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData)
86430
+ * [DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData)
86431
+ * [Folder](https://cloud.tencent.com/document/api/1267/76336#Folder)
86432
+ * [GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam)
86433
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo)
86434
+ * [InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog)
86435
+ * [IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail)
86436
+ * [IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping)
86437
+ * [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
86438
+ * [IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping)
86439
+ * [OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult)
86440
+ * [ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo)
86441
+ * [RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)
86442
+ * [SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo)
86443
+ * [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow)
86444
+ * [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
86445
+ * [TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo)
86446
+ * [TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData)
86447
+ * [TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage)
86448
+ * [TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo)
86449
+ * [TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo)
86450
+ * [TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent)
86451
+ * [Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow)
86452
+
86014
86453
  ### 第 2 次发布
86015
86454
 
86016
86455
  发布时间:2022-07-04 06:20:00