tencentcloud-sdk-nodejs 4.0.237 → 4.0.241

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 (103) hide show
  1. package/CHANGELOG.md +498 -110
  2. package/package.json +1 -1
  3. package/products.md +35 -35
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/af/v20200226/af_client.ts +20 -3
  6. package/src/services/af/v20200226/af_models.ts +375 -36
  7. package/src/services/afc/v20200226/afc_client.ts +22 -1
  8. package/src/services/afc/v20200226/afc_models.ts +359 -23
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +10 -0
  10. package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
  11. package/src/services/cdb/v20170320/cdb_client.ts +6 -4
  12. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  13. package/src/services/cdn/v20180606/cdn_models.ts +57 -0
  14. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  15. package/src/services/cfw/v20190904/cfw_client.ts +44 -7
  16. package/src/services/cfw/v20190904/cfw_models.ts +412 -154
  17. package/src/services/clb/v20180317/clb_models.ts +15 -8
  18. package/src/services/cme/v20191029/cme_client.ts +80 -26
  19. package/src/services/cme/v20191029/cme_models.ts +466 -48
  20. package/src/services/cpdp/v20190820/cpdp_client.ts +575 -287
  21. package/src/services/cpdp/v20190820/cpdp_models.ts +10010 -6587
  22. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  23. package/src/services/cwp/v20180228/cwp_client.ts +1 -1
  24. package/src/services/cwp/v20180228/cwp_models.ts +143 -23
  25. package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -11
  26. package/src/services/dcdb/v20180411/dcdb_models.ts +7 -3
  27. package/src/services/ecm/v20190719/ecm_client.ts +38 -23
  28. package/src/services/ecm/v20190719/ecm_models.ts +199 -94
  29. package/src/services/iotvideo/v20201215/iotvideo_client.ts +30 -6
  30. package/src/services/iotvideo/v20201215/iotvideo_models.ts +80 -0
  31. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +18 -0
  32. package/src/services/mariadb/v20170312/mariadb_client.ts +24 -0
  33. package/src/services/mariadb/v20170312/mariadb_models.ts +61 -1
  34. package/src/services/ocr/v20181119/ocr_models.ts +8 -8
  35. package/src/services/scf/v20180416/scf_models.ts +10 -0
  36. package/src/services/soe/v20180724/soe_models.ts +8 -5
  37. package/src/services/ssa/v20180608/ssa_client.ts +35 -5
  38. package/src/services/ssa/v20180608/ssa_models.ts +364 -35
  39. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  40. package/src/services/tcm/v20210413/tcm_client.ts +2 -1
  41. package/src/services/tcm/v20210413/tcm_models.ts +37 -8
  42. package/src/services/tiw/v20190919/tiw_models.ts +24 -2
  43. package/src/services/vod/v20180717/vod_models.ts +1 -0
  44. package/src/services/vpc/v20170312/vpc_models.ts +26 -1
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/af/v20200226/af_client.d.ts +5 -1
  48. package/tencentcloud/services/af/v20200226/af_client.js +6 -0
  49. package/tencentcloud/services/af/v20200226/af_models.d.ts +323 -32
  50. package/tencentcloud/services/afc/v20200226/afc_client.d.ts +5 -1
  51. package/tencentcloud/services/afc/v20200226/afc_client.js +6 -0
  52. package/tencentcloud/services/afc/v20200226/afc_models.d.ts +306 -18
  53. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +8 -0
  54. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -1
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -1
  57. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +49 -0
  58. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  59. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +14 -2
  60. package/tencentcloud/services/cfw/v20190904/cfw_client.js +18 -0
  61. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +352 -129
  62. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
  63. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +26 -10
  64. package/tencentcloud/services/cme/v20191029/cme_client.js +36 -12
  65. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +406 -43
  66. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +101 -13
  67. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +150 -18
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +8844 -5981
  69. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  70. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
  71. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +122 -22
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +17 -6
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +6 -3
  74. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +11 -7
  75. package/tencentcloud/services/ecm/v20190719/ecm_client.js +14 -8
  76. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +170 -81
  77. package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +11 -3
  78. package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +15 -3
  79. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +68 -0
  80. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +15 -0
  81. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  82. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  83. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +53 -1
  84. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -8
  85. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  86. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +6 -3
  87. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +9 -1
  88. package/tencentcloud/services/ssa/v20180608/ssa_client.js +12 -0
  89. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +312 -32
  90. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  91. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +31 -6
  92. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +21 -1
  93. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1 -0
  94. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +21 -1
  95. package/test/af.v20200226.test.js +10 -0
  96. package/test/afc.v20200226.test.js +10 -0
  97. package/test/cfw.v20190904.test.js +30 -0
  98. package/test/cme.v20191029.test.js +46 -6
  99. package/test/cpdp.v20190820.test.js +232 -12
  100. package/test/ecm.v20190719.test.js +14 -4
  101. package/test/iotvideo.v20201215.test.js +22 -2
  102. package/test/mariadb.v20170312.test.js +20 -0
  103. package/test/ssa.v20180608.test.js +20 -0
package/CHANGELOG.md CHANGED
@@ -1,48 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云呼叫中心(ccc) 版本:2020-02-10
4
-
5
- ### 第 17 次发布
6
-
7
- 发布时间:2021-11-16 08:06:45
8
-
9
- 本次发布包含了以下内容:
10
-
11
- 改善已有的文档。
12
-
13
- 修改数据结构:
14
-
15
- * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
16
-
17
- * 新增成员:Uui
18
-
19
-
20
-
21
-
22
- ## 云审计(cloudaudit) 版本:2019-03-19
23
-
24
- ### 第 9 次发布
25
-
26
- 发布时间:2021-11-16 08:07:51
27
-
28
- 本次发布包含了以下内容:
29
-
30
- 改善已有的文档。
31
-
32
- 修改接口:
33
-
34
- * [DescribeEvents](https://cloud.tencent.com/document/api/629/54488)
35
-
36
- * 新增出参:TotalCount
37
-
38
-
39
-
40
-
41
- ## 腾讯云剪(cme) 版本:2019-10-29
3
+ ## DDoS 防护(antiddos) 版本:2020-03-09
42
4
 
43
- ### 第 41 次发布
5
+ ### 第 13 次发布
44
6
 
45
- 发布时间:2021-11-16 08:08:03
7
+ 发布时间:2021-11-22 08:01:25
46
8
 
47
9
  本次发布包含了以下内容:
48
10
 
@@ -50,89 +12,37 @@
50
12
 
51
13
  修改接口:
52
14
 
53
- * [DescribeResourceAuthorization](https://cloud.tencent.com/document/api/1156/43251)
54
-
55
- * <font color="#dd0000">**修改入参**:</font>Owner, Resource
56
-
57
-
58
-
59
-
60
- ## 医疗报告结构化(mrs) 版本:2020-09-10
61
-
62
- ### 第 7 次发布
63
-
64
- 发布时间:2021-11-16 08:13:00
65
-
66
- 本次发布包含了以下内容:
67
-
68
- 改善已有的文档。
15
+ * [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
69
16
 
70
- 新增数据结构:
17
+ * 新增入参:FilterDamDDoSStatus
71
18
 
72
- * [BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart)
73
- * [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
74
- * [EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc)
75
- * [EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan)
76
- * [Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine)
77
- * [Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)
78
19
 
79
20
  修改数据结构:
80
21
 
81
- * [Template](https://cloud.tencent.com/document/api/1314/56230#Template)
82
-
83
- * 新增成员:Endoscopy, Prescription
84
-
85
-
86
-
87
-
88
- ## 短信(sms) 版本:2021-01-11
89
-
90
- ### 第 3 次发布
91
-
92
- 发布时间:2021-11-16 08:13:49
93
-
94
- 本次发布包含了以下内容:
95
-
96
- 改善已有的文档。
97
-
98
- 修改接口:
99
-
100
- * [DescribeSmsTemplateList](https://cloud.tencent.com/document/api/382/52067)
101
-
102
- * 新增入参:Limit, Offset
103
-
104
- * <font color="#dd0000">**修改入参**:</font>TemplateIdSet
105
-
106
-
22
+ * [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
107
23
 
24
+ * 新增成员:DamDDoSStatus
108
25
 
109
- ## 短信(sms) 版本:2019-07-11
110
26
 
111
27
 
112
28
 
113
- ## 腾讯云微服务引擎(tse) 版本:2020-12-07
29
+ ## 态势感知(ssa) 版本:2018-06-08
114
30
 
115
- ### 第 12 次发布
31
+ ### 第 6 次发布
116
32
 
117
- 发布时间:2021-11-16 08:15:49
33
+ 发布时间:2021-11-22 08:10:13
118
34
 
119
35
  本次发布包含了以下内容:
120
36
 
121
37
  改善已有的文档。
122
38
 
123
- 修改接口:
124
-
125
- * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
126
-
127
- * 新增出参:ConsoleInternetAddress, ConsoleIntranetAddress
128
-
129
-
130
- 修改数据结构:
39
+ 新增接口:
131
40
 
132
- * [SREInstance](https://cloud.tencent.com/document/api/1364/54942#SREInstance)
41
+ * [DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)
133
42
 
134
- * 新增成员:EnableConsoleInternet, EnableConsoleIntranet
43
+ 新增数据结构:
135
44
 
45
+ * [AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)
136
46
 
137
47
 
138
48
 
@@ -415,6 +325,26 @@
415
325
 
416
326
  ## 借贷反欺诈(af) 版本:2020-02-26
417
327
 
328
+ ### 第 4 次发布
329
+
330
+ 发布时间:2021-11-18 08:02:15
331
+
332
+ 本次发布包含了以下内容:
333
+
334
+ 改善已有的文档。
335
+
336
+ 新增接口:
337
+
338
+ * [GetAntiFraud](https://cloud.tencent.com/document/api/668/64230)
339
+
340
+ 新增数据结构:
341
+
342
+ * [AntiFraudCryptoFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudCryptoFilter)
343
+ * [AntiFraudFilter](https://cloud.tencent.com/document/api/668/44002#AntiFraudFilter)
344
+ * [AntiFraudRecord](https://cloud.tencent.com/document/api/668/44002#AntiFraudRecord)
345
+ * [OtherModelScoresDetail](https://cloud.tencent.com/document/api/668/44002#OtherModelScoresDetail)
346
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/668/44002#SimpleKindRiskDetail)
347
+
418
348
  ### 第 3 次发布
419
349
 
420
350
  发布时间:2021-09-15 08:02:06
@@ -474,6 +404,26 @@
474
404
 
475
405
  ## 定制建模(afc) 版本:2020-02-26
476
406
 
407
+ ### 第 2 次发布
408
+
409
+ 发布时间:2021-11-18 08:02:17
410
+
411
+ 本次发布包含了以下内容:
412
+
413
+ 改善已有的文档。
414
+
415
+ 新增接口:
416
+
417
+ * [GetAntiFraudVip](https://cloud.tencent.com/document/api/1029/64231)
418
+
419
+ 新增数据结构:
420
+
421
+ * [AntiFraudVipCryptoFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipCryptoFilter)
422
+ * [AntiFraudVipFilter](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipFilter)
423
+ * [AntiFraudVipRecord](https://cloud.tencent.com/document/api/1029/44018#AntiFraudVipRecord)
424
+ * [OtherModelScores](https://cloud.tencent.com/document/api/1029/44018#OtherModelScores)
425
+ * [SimpleKindRiskDetail](https://cloud.tencent.com/document/api/1029/44018#SimpleKindRiskDetail)
426
+
477
427
  ### 第 1 次发布
478
428
 
479
429
  发布时间:2020-04-28 16:31:18
@@ -1015,6 +965,28 @@
1015
965
 
1016
966
  ## DDoS 防护(antiddos) 版本:2020-03-09
1017
967
 
968
+ ### 第 13 次发布
969
+
970
+ 发布时间:2021-11-22 08:01:25
971
+
972
+ 本次发布包含了以下内容:
973
+
974
+ 改善已有的文档。
975
+
976
+ 修改接口:
977
+
978
+ * [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
979
+
980
+ * 新增入参:FilterDamDDoSStatus
981
+
982
+
983
+ 修改数据结构:
984
+
985
+ * [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
986
+
987
+ * 新增成员:DamDDoSStatus
988
+
989
+
1018
990
  ### 第 12 次发布
1019
991
 
1020
992
  发布时间:2021-08-31 08:00:10
@@ -9716,6 +9688,48 @@
9716
9688
 
9717
9689
  ## 内容分发网络(cdn) 版本:2018-06-06
9718
9690
 
9691
+ ### 第 87 次发布
9692
+
9693
+ 发布时间:2021-11-19 08:07:05
9694
+
9695
+ 本次发布包含了以下内容:
9696
+
9697
+ 改善已有的文档。
9698
+
9699
+ 修改接口:
9700
+
9701
+ * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
9702
+
9703
+ * 新增入参:ShareCname
9704
+
9705
+
9706
+ 新增数据结构:
9707
+
9708
+ * [ShareCname](https://cloud.tencent.com/document/api/228/30987#ShareCname)
9709
+
9710
+ 修改数据结构:
9711
+
9712
+ * [AuthenticationTypeA](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeA)
9713
+
9714
+ * 新增成员:BackupSecretKey
9715
+
9716
+ * [AuthenticationTypeB](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeB)
9717
+
9718
+ * 新增成员:BackupSecretKey
9719
+
9720
+ * [AuthenticationTypeC](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeC)
9721
+
9722
+ * 新增成员:BackupSecretKey
9723
+
9724
+ * [AuthenticationTypeD](https://cloud.tencent.com/document/api/228/30987#AuthenticationTypeD)
9725
+
9726
+ * 新增成员:BackupSecretKey
9727
+
9728
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
9729
+
9730
+ * 新增成员:ShareCname
9731
+
9732
+
9719
9733
  ### 第 86 次发布
9720
9734
 
9721
9735
  发布时间:2021-11-09 08:07:45
@@ -11921,6 +11935,39 @@
11921
11935
 
11922
11936
  ## 云防火墙(cfw) 版本:2019-09-04
11923
11937
 
11938
+ ### 第 13 次发布
11939
+
11940
+ 发布时间:2021-11-18 08:04:19
11941
+
11942
+ 本次发布包含了以下内容:
11943
+
11944
+ 改善已有的文档。
11945
+
11946
+ 新增接口:
11947
+
11948
+ * [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
11949
+ * [DescribeEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64233)
11950
+ * [RemoveEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/64232)
11951
+
11952
+ 新增数据结构:
11953
+
11954
+ * [SecurityGroupRule](https://cloud.tencent.com/document/api/1132/49071#SecurityGroupRule)
11955
+
11956
+ ### 第 12 次发布
11957
+
11958
+ 发布时间:2021-11-17 08:07:57
11959
+
11960
+ 本次发布包含了以下内容:
11961
+
11962
+ 改善已有的文档。
11963
+
11964
+ 修改接口:
11965
+
11966
+ * [StopSecurityGroupRuleDispatch](https://cloud.tencent.com/document/api/1132/60228)
11967
+
11968
+ * 新增入参:StopType
11969
+
11970
+
11924
11971
  ### 第 11 次发布
11925
11972
 
11926
11973
  发布时间:2021-09-27 08:08:06
@@ -15027,6 +15074,37 @@
15027
15074
 
15028
15075
  ## 腾讯云剪(cme) 版本:2019-10-29
15029
15076
 
15077
+ ### 第 42 次发布
15078
+
15079
+ 发布时间:2021-11-17 08:08:41
15080
+
15081
+ 本次发布包含了以下内容:
15082
+
15083
+ 改善已有的文档。
15084
+
15085
+ 新增接口:
15086
+
15087
+ * [CreateVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64067)
15088
+ * [DeleteVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64066)
15089
+ * [DescribeVideoEncodingPresets](https://cloud.tencent.com/document/api/1156/64065)
15090
+ * [ModifyVideoEncodingPreset](https://cloud.tencent.com/document/api/1156/64064)
15091
+
15092
+ 修改接口:
15093
+
15094
+ * [ExportVideoEditProject](https://cloud.tencent.com/document/api/1156/40353)
15095
+
15096
+ * 新增入参:ExportExtensionArgs
15097
+
15098
+
15099
+ 新增数据结构:
15100
+
15101
+ * [VideoEncodingPreset](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPreset)
15102
+ * [VideoEncodingPresetAudioSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSetting)
15103
+ * [VideoEncodingPresetAudioSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetAudioSettingForUpdate)
15104
+ * [VideoEncodingPresetVideoSetting](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSetting)
15105
+ * [VideoEncodingPresetVideoSettingForUpdate](https://cloud.tencent.com/document/api/1156/40360#VideoEncodingPresetVideoSettingForUpdate)
15106
+ * [VideoExportExtensionArgs](https://cloud.tencent.com/document/api/1156/40360#VideoExportExtensionArgs)
15107
+
15030
15108
  ### 第 41 次发布
15031
15109
 
15032
15110
  发布时间:2021-11-16 08:08:03
@@ -16369,6 +16447,66 @@
16369
16447
 
16370
16448
  ## 企业收付平台(cpdp) 版本:2019-08-20
16371
16449
 
16450
+ ### 第 51 次发布
16451
+
16452
+ 发布时间:2021-11-17 08:08:58
16453
+
16454
+ 本次发布包含了以下内容:
16455
+
16456
+ 改善已有的文档。
16457
+
16458
+ 新增接口:
16459
+
16460
+ * [AddContract](https://cloud.tencent.com/document/api/1122/64089)
16461
+ * [AddMerchant](https://cloud.tencent.com/document/api/1122/64088)
16462
+ * [AddShop](https://cloud.tencent.com/document/api/1122/64087)
16463
+ * [DistributeAccreditQuery](https://cloud.tencent.com/document/api/1122/64086)
16464
+ * [DistributeAccreditTlinx](https://cloud.tencent.com/document/api/1122/64085)
16465
+ * [DistributeAddReceiver](https://cloud.tencent.com/document/api/1122/64084)
16466
+ * [DistributeApply](https://cloud.tencent.com/document/api/1122/64083)
16467
+ * [DistributeCancel](https://cloud.tencent.com/document/api/1122/64082)
16468
+ * [DistributeQuery](https://cloud.tencent.com/document/api/1122/64081)
16469
+ * [DistributeQueryReceiver](https://cloud.tencent.com/document/api/1122/64080)
16470
+ * [DistributeRemoveReceiver](https://cloud.tencent.com/document/api/1122/64079)
16471
+ * [DownloadOrgFile](https://cloud.tencent.com/document/api/1122/64078)
16472
+ * [QueryCityCode](https://cloud.tencent.com/document/api/1122/64077)
16473
+ * [QueryContractPayFee](https://cloud.tencent.com/document/api/1122/64076)
16474
+ * [QueryContractPayWayList](https://cloud.tencent.com/document/api/1122/64075)
16475
+ * [QueryContractRelateShop](https://cloud.tencent.com/document/api/1122/64074)
16476
+ * [QueryMerchantClassification](https://cloud.tencent.com/document/api/1122/64073)
16477
+ * [QueryShopOpenId](https://cloud.tencent.com/document/api/1122/64072)
16478
+ * [UploadOrgFile](https://cloud.tencent.com/document/api/1122/64071)
16479
+ * [ViewContract](https://cloud.tencent.com/document/api/1122/64070)
16480
+ * [ViewMerchant](https://cloud.tencent.com/document/api/1122/64069)
16481
+ * [ViewShop](https://cloud.tencent.com/document/api/1122/64068)
16482
+
16483
+ 新增数据结构:
16484
+
16485
+ * [AddContractResult](https://cloud.tencent.com/document/api/1122/40683#AddContractResult)
16486
+ * [AddMerchantResult](https://cloud.tencent.com/document/api/1122/40683#AddMerchantResult)
16487
+ * [AddShopResult](https://cloud.tencent.com/document/api/1122/40683#AddShopResult)
16488
+ * [CityCodeResult](https://cloud.tencent.com/document/api/1122/40683#CityCodeResult)
16489
+ * [ContractPayListResult](https://cloud.tencent.com/document/api/1122/40683#ContractPayListResult)
16490
+ * [DistributeAccreditQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditQueryResult)
16491
+ * [DistributeAccreditResult](https://cloud.tencent.com/document/api/1122/40683#DistributeAccreditResult)
16492
+ * [DistributeCancelResult](https://cloud.tencent.com/document/api/1122/40683#DistributeCancelResult)
16493
+ * [DistributeMultiApplyResult](https://cloud.tencent.com/document/api/1122/40683#DistributeMultiApplyResult)
16494
+ * [DistributeQueryResult](https://cloud.tencent.com/document/api/1122/40683#DistributeQueryResult)
16495
+ * [DistributeReceiverResult](https://cloud.tencent.com/document/api/1122/40683#DistributeReceiverResult)
16496
+ * [DownloadFileResult](https://cloud.tencent.com/document/api/1122/40683#DownloadFileResult)
16497
+ * [MerchantClassificationId](https://cloud.tencent.com/document/api/1122/40683#MerchantClassificationId)
16498
+ * [MultiApplyDetail](https://cloud.tencent.com/document/api/1122/40683#MultiApplyDetail)
16499
+ * [MultiApplyOrder](https://cloud.tencent.com/document/api/1122/40683#MultiApplyOrder)
16500
+ * [PayDataResult](https://cloud.tencent.com/document/api/1122/40683#PayDataResult)
16501
+ * [PayFeeDataResult](https://cloud.tencent.com/document/api/1122/40683#PayFeeDataResult)
16502
+ * [QueryContractPayFeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractPayFeeResult)
16503
+ * [QueryContractRelateShopResult](https://cloud.tencent.com/document/api/1122/40683#QueryContractRelateShopResult)
16504
+ * [QueryShopOpenIdResult](https://cloud.tencent.com/document/api/1122/40683#QueryShopOpenIdResult)
16505
+ * [UploadFileResult](https://cloud.tencent.com/document/api/1122/40683#UploadFileResult)
16506
+ * [ViewContractResult](https://cloud.tencent.com/document/api/1122/40683#ViewContractResult)
16507
+ * [ViewMerchantResult](https://cloud.tencent.com/document/api/1122/40683#ViewMerchantResult)
16508
+ * [ViewShopResult](https://cloud.tencent.com/document/api/1122/40683#ViewShopResult)
16509
+
16372
16510
  ### 第 50 次发布
16373
16511
 
16374
16512
  发布时间:2021-11-12 15:56:31
@@ -19140,6 +19278,56 @@
19140
19278
 
19141
19279
  ## 主机安全(cwp) 版本:2018-02-28
19142
19280
 
19281
+ ### 第 35 次发布
19282
+
19283
+ 发布时间:2021-11-18 08:05:46
19284
+
19285
+ 本次发布包含了以下内容:
19286
+
19287
+ 改善已有的文档。
19288
+
19289
+ 修改接口:
19290
+
19291
+ * [DescribeScanState](https://cloud.tencent.com/document/api/296/60923)
19292
+
19293
+ * 新增出参:ScanBeginTime, RiskEventCount, ScanEndTime
19294
+
19295
+ * [DescribeSecurityEventsCnt](https://cloud.tencent.com/document/api/296/50427)
19296
+
19297
+ * 新增出参:WindowVul, LinuxVul
19298
+
19299
+ * [DescribeVulInfoCvss](https://cloud.tencent.com/document/api/296/60898)
19300
+
19301
+ * 新增出参:Labels
19302
+
19303
+ * [DescribeVulLevelCount](https://cloud.tencent.com/document/api/296/60897)
19304
+
19305
+ * 新增入参:VulCategory
19306
+
19307
+ * [DescribeVulList](https://cloud.tencent.com/document/api/296/63340)
19308
+
19309
+ * 新增入参:By, Order
19310
+
19311
+ * [ScanVul](https://cloud.tencent.com/document/api/296/57375)
19312
+
19313
+ * <font color="#dd0000">**修改入参**:</font>VulCategories
19314
+
19315
+
19316
+ 修改数据结构:
19317
+
19318
+ * [EmergencyVul](https://cloud.tencent.com/document/api/296/19867#EmergencyVul)
19319
+
19320
+ * 新增成员:CveId, CvssScore, Labels, HostCount
19321
+
19322
+ * [VulEffectHostList](https://cloud.tencent.com/document/api/296/19867#VulEffectHostList)
19323
+
19324
+ * 新增成员:HostVersion, IsSupportAutoFix, FixStatusMsg
19325
+
19326
+ * [VulInfoList](https://cloud.tencent.com/document/api/296/19867#VulInfoList)
19327
+
19328
+ * 新增成员:CveId, CvssScore, Labels, FixSwitch, TaskId
19329
+
19330
+
19143
19331
  ### 第 34 次发布
19144
19332
 
19145
19333
  发布时间:2021-11-02 08:05:13
@@ -22073,6 +22261,21 @@
22073
22261
 
22074
22262
  ## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
22075
22263
 
22264
+ ### 第 29 次发布
22265
+
22266
+ 发布时间:2021-11-17 08:10:41
22267
+
22268
+ 本次发布包含了以下内容:
22269
+
22270
+ 改善已有的文档。
22271
+
22272
+ 修改接口:
22273
+
22274
+ * [CreateDCDBInstance](https://cloud.tencent.com/document/api/557/16135)
22275
+
22276
+ * 新增入参:AutoRenewFlag
22277
+
22278
+
22076
22279
  ### 第 28 次发布
22077
22280
 
22078
22281
  发布时间:2021-09-10 08:05:13
@@ -24124,6 +24327,24 @@
24124
24327
 
24125
24328
  ## 边缘计算机器(ecm) 版本:2019-07-19
24126
24329
 
24330
+ ### 第 59 次发布
24331
+
24332
+ 发布时间:2021-11-18 20:07:06
24333
+
24334
+ 本次发布包含了以下内容:
24335
+
24336
+ 改善已有的文档。
24337
+
24338
+ 新增接口:
24339
+
24340
+ * [DescribePriceRunInstance](https://cloud.tencent.com/document/api/1108/64437)
24341
+
24342
+ 新增数据结构:
24343
+
24344
+ * [InstancePricesPartDetail](https://cloud.tencent.com/document/api/1108/42574#InstancePricesPartDetail)
24345
+ * [InstancesPrice](https://cloud.tencent.com/document/api/1108/42574#InstancesPrice)
24346
+ * [PriceDetail](https://cloud.tencent.com/document/api/1108/42574#PriceDetail)
24347
+
24127
24348
  ### 第 58 次发布
24128
24349
 
24129
24350
  发布时间:2021-11-11 11:01:56
@@ -33523,6 +33744,19 @@
33523
33744
 
33524
33745
  ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
33525
33746
 
33747
+ ### 第 13 次发布
33748
+
33749
+ 发布时间:2021-11-19 08:11:51
33750
+
33751
+ 本次发布包含了以下内容:
33752
+
33753
+ 改善已有的文档。
33754
+
33755
+ 新增接口:
33756
+
33757
+ * [DescribeProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64445)
33758
+ * [ModifyProductDynamicRegister](https://cloud.tencent.com/document/api/1131/64444)
33759
+
33526
33760
  ### 第 12 次发布
33527
33761
 
33528
33762
  发布时间:2021-11-10 08:08:18
@@ -33817,6 +34051,21 @@
33817
34051
 
33818
34052
  ## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
33819
34053
 
34054
+ ### 第 11 次发布
34055
+
34056
+ 发布时间:2021-11-19 08:12:04
34057
+
34058
+ 本次发布包含了以下内容:
34059
+
34060
+ 改善已有的文档。
34061
+
34062
+ 修改数据结构:
34063
+
34064
+ * [RecordTaskItem](https://cloud.tencent.com/document/api/1361/53754#RecordTaskItem)
34065
+
34066
+ * 新增成员:SceneId, WarnId, RecordId
34067
+
34068
+
33820
34069
  ### 第 10 次发布
33821
34070
 
33822
34071
  发布时间:2021-09-01 08:00:55
@@ -36327,6 +36576,26 @@
36327
36576
 
36328
36577
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
36329
36578
 
36579
+ ### 第 26 次发布
36580
+
36581
+ 发布时间:2021-11-17 08:13:35
36582
+
36583
+ 本次发布包含了以下内容:
36584
+
36585
+ 改善已有的文档。
36586
+
36587
+ 新增接口:
36588
+
36589
+ * [ModifyDBSyncMode](https://cloud.tencent.com/document/api/237/64090)
36590
+ * [ModifySyncTaskAttribute](https://cloud.tencent.com/document/api/237/64091)
36591
+
36592
+ 修改数据结构:
36593
+
36594
+ * [SlowLogData](https://cloud.tencent.com/document/api/237/16191#SlowLogData)
36595
+
36596
+ * 新增成员:Host
36597
+
36598
+
36330
36599
  ### 第 25 次发布
36331
36600
 
36332
36601
  发布时间:2021-09-10 08:06:48
@@ -39503,12 +39772,12 @@
39503
39772
 
39504
39773
  新增数据结构:
39505
39774
 
39506
- * [[BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart)](https://cloud.tencent.com/document/api/1314/56230#[BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart))
39507
- * [[Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)](https://cloud.tencent.com/document/api/1314/56230#[Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy))
39508
- * [[EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc)](https://cloud.tencent.com/document/api/1314/56230#[EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc))
39509
- * [[EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan)](https://cloud.tencent.com/document/api/1314/56230#[EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan))
39510
- * [[Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine)](https://cloud.tencent.com/document/api/1314/56230#[Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine))
39511
- * [[Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)](https://cloud.tencent.com/document/api/1314/56230#[Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription))
39775
+ * [BiopsyPart](https://cloud.tencent.com/document/api/1314/56230#BiopsyPart)
39776
+ * [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
39777
+ * [EndoscopyDesc](https://cloud.tencent.com/document/api/1314/56230#EndoscopyDesc)
39778
+ * [EndoscopyOrgan](https://cloud.tencent.com/document/api/1314/56230#EndoscopyOrgan)
39779
+ * [Medicine](https://cloud.tencent.com/document/api/1314/56230#Medicine)
39780
+ * [Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)
39512
39781
 
39513
39782
  修改数据结构:
39514
39783
 
@@ -43732,6 +44001,25 @@
43732
44001
 
43733
44002
  ## 云函数(scf) 版本:2018-04-16
43734
44003
 
44004
+ ### 第 38 次发布
44005
+
44006
+ 发布时间:2021-11-17 08:14:54
44007
+
44008
+ 本次发布包含了以下内容:
44009
+
44010
+ 改善已有的文档。
44011
+
44012
+ 修改接口:
44013
+
44014
+ * [CreateFunction](https://cloud.tencent.com/document/api/583/18586)
44015
+
44016
+ * 新增入参:InstallDependency
44017
+
44018
+ * [UpdateFunctionConfiguration](https://cloud.tencent.com/document/api/583/18580)
44019
+
44020
+ * 新增入参:InstallDependency
44021
+
44022
+
43735
44023
  ### 第 37 次发布
43736
44024
 
43737
44025
  发布时间:2021-11-08 08:09:22
@@ -45989,6 +46277,42 @@
45989
46277
 
45990
46278
  ## 态势感知(ssa) 版本:2018-06-08
45991
46279
 
46280
+ ### 第 6 次发布
46281
+
46282
+ 发布时间:2021-11-22 08:10:13
46283
+
46284
+ 本次发布包含了以下内容:
46285
+
46286
+ 改善已有的文档。
46287
+
46288
+ 新增接口:
46289
+
46290
+ * [[DescribeSocAlertDetails](https://cloud.tencent.com/document/api/664/64537)](https://cloud.tencent.com/document/api/#/#)
46291
+
46292
+ 新增数据结构:
46293
+
46294
+ * [[AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail)](https://cloud.tencent.com/document/api/664/51406#[AlertDetail](https://cloud.tencent.com/document/api/664/51406#AlertDetail))
46295
+
46296
+ ### 第 5 次发布
46297
+
46298
+ 发布时间:2021-11-19 08:14:18
46299
+
46300
+ 本次发布包含了以下内容:
46301
+
46302
+ 改善已有的文档。
46303
+
46304
+ 新增接口:
46305
+
46306
+ * [DescribeSocAlertList](https://cloud.tencent.com/document/api/664/64446)
46307
+
46308
+ 新增数据结构:
46309
+
46310
+ * [AlertListData](https://cloud.tencent.com/document/api/664/51406#AlertListData)
46311
+ * [AlertType](https://cloud.tencent.com/document/api/664/51406#AlertType)
46312
+ * [ConcernInfo](https://cloud.tencent.com/document/api/664/51406#ConcernInfo)
46313
+ * [QueryFilter](https://cloud.tencent.com/document/api/664/51406#QueryFilter)
46314
+ * [QuerySort](https://cloud.tencent.com/document/api/664/51406#QuerySort)
46315
+
45992
46316
  ### 第 4 次发布
45993
46317
 
45994
46318
  发布时间:2021-08-16 08:01:05
@@ -49931,6 +50255,29 @@
49931
50255
 
49932
50256
  ## 服务网格(tcm) 版本:2021-04-13
49933
50257
 
50258
+ ### 第 2 次发布
50259
+
50260
+ 发布时间:2021-11-18 08:12:32
50261
+
50262
+ 本次发布包含了以下内容:
50263
+
50264
+ 改善已有的文档。
50265
+
50266
+ 新增数据结构:
50267
+
50268
+ * [InjectConfig](https://cloud.tencent.com/document/api/1261/63843#InjectConfig)
50269
+
50270
+ 修改数据结构:
50271
+
50272
+ * [IstioConfig](https://cloud.tencent.com/document/api/1261/63843#IstioConfig)
50273
+
50274
+ * 新增成员:DisablePolicyChecks
50275
+
50276
+ * [MeshConfig](https://cloud.tencent.com/document/api/1261/63843#MeshConfig)
50277
+
50278
+ * 新增成员:Inject
50279
+
50280
+
49934
50281
  ### 第 1 次发布
49935
50282
 
49936
50283
  发布时间:2021-11-10 15:03:56
@@ -52829,6 +53176,21 @@
52829
53176
 
52830
53177
  ## 互动白板(tiw) 版本:2019-09-19
52831
53178
 
53179
+ ### 第 23 次发布
53180
+
53181
+ 发布时间:2021-11-19 08:15:40
53182
+
53183
+ 本次发布包含了以下内容:
53184
+
53185
+ 改善已有的文档。
53186
+
53187
+ 修改接口:
53188
+
53189
+ * [StartWhiteboardPush](https://cloud.tencent.com/document/api/1137/52081)
53190
+
53191
+ * 新增入参:TRTCRoomId, TRTCRoomIdStr
53192
+
53193
+
52832
53194
  ### 第 22 次发布
52833
53195
 
52834
53196
  发布时间:2021-10-29 08:10:34
@@ -60476,6 +60838,32 @@
60476
60838
 
60477
60839
  ## 私有网络(vpc) 版本:2017-03-12
60478
60840
 
60841
+ ### 第 101 次发布
60842
+
60843
+ 发布时间:2021-11-17 08:17:56
60844
+
60845
+ 本次发布包含了以下内容:
60846
+
60847
+ 改善已有的文档。
60848
+
60849
+ 修改接口:
60850
+
60851
+ * [CreateVpnGateway](https://cloud.tencent.com/document/api/215/17521)
60852
+
60853
+ * 新增入参:CdcId, MaxConnection
60854
+
60855
+ * [ModifyIp6AddressesBandwidth](https://cloud.tencent.com/document/api/215/40088)
60856
+
60857
+ * 新增出参:TaskId
60858
+
60859
+
60860
+ 修改数据结构:
60861
+
60862
+ * [VpnGateway](https://cloud.tencent.com/document/api/215/15824#VpnGateway)
60863
+
60864
+ * 新增成员:CdcId, MaxConnection
60865
+
60866
+
60479
60867
  ### 第 100 次发布
60480
60868
 
60481
60869
  发布时间:2021-10-26 08:14:56