tencentcloud-sdk-nodejs 4.0.847 → 4.0.849
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.
- package/CHANGELOG.md +398 -0
- package/SERVICE_CHANGELOG.md +446 -131
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +2 -2
- package/src/services/ccc/v20200210/ccc_models.ts +19 -2
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +149 -45
- package/src/services/dlc/v20210125/dlc_models.ts +33 -1
- package/src/services/ess/v20201111/ess_models.ts +4 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -1
- package/src/services/fmu/v20191213/fmu_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +93 -32
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +300 -112
- package/src/services/iss/v20230517/iss_models.ts +5 -0
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +14 -14
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -13
- package/src/services/lke/v20231130/lke_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +36 -36
- package/src/services/mrs/v20200910/mrs_client.ts +89 -37
- package/src/services/mrs/v20200910/mrs_models.ts +1814 -1074
- package/src/services/ocr/v20181119/ocr_models.ts +1 -0
- package/src/services/rce/v20201103/rce_client.ts +3 -19
- package/src/services/rce/v20201103/rce_models.ts +57 -164
- package/src/services/rum/v20210622/rum_models.ts +11 -11
- package/src/services/tdmq/v20200217/tdmq_models.ts +71 -1
- package/src/services/teo/v20220901/teo_client.ts +17 -2
- package/src/services/teo/v20220901/teo_models.ts +30 -0
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +3 -3
- package/src/services/trtc/v20190722/trtc_models.ts +16 -6
- package/src/services/tse/v20201207/tse_models.ts +4 -0
- package/src/services/waf/v20180125/waf_client.ts +54 -5
- package/src/services/waf/v20180125/waf_models.ts +262 -60
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +2 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +19 -2
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +149 -45
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +33 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -1
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +29 -9
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +42 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +289 -112
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +14 -14
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +14 -14
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -13
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -36
- package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
- package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2208 -1510
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
- package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +57 -158
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +11 -11
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +71 -1
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -2
- package/tencentcloud/services/teo/v20220901/teo_client.js +10 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +16 -6
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +24 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +253 -60
- package/test/iotexplorer.v20190423.test.js +58 -8
- package/test/mrs.v20200910.test.js +10 -0
- package/test/rce.v20201103.test.js +0 -10
- package/test/teo.v20220901.test.js +10 -0
- package/test/waf.v20180125.test.js +40 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,134 +1,90 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 87 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-09 01:13:34
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [CloseSSL](https://cloud.tencent.com/document/api/236/105850)
|
|
16
|
-
* [DescribeSSLStatus](https://cloud.tencent.com/document/api/236/105849)
|
|
17
|
-
* [OpenSSL](https://cloud.tencent.com/document/api/236/105848)
|
|
13
|
+
修改接口:
|
|
18
14
|
|
|
15
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
|
|
19
16
|
|
|
17
|
+
* 新增入参:ResourceGroupName
|
|
20
18
|
|
|
21
|
-
|
|
19
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
22
20
|
|
|
23
|
-
|
|
21
|
+
* 新增入参:ResourceGroupName
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
26
24
|
|
|
27
|
-
|
|
25
|
+
* 新增入参:ResourceGroupName
|
|
28
26
|
|
|
29
|
-
改善已有的文档。
|
|
30
27
|
|
|
31
|
-
|
|
28
|
+
修改数据结构:
|
|
32
29
|
|
|
33
|
-
* [
|
|
30
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
34
31
|
|
|
35
|
-
*
|
|
32
|
+
* 新增成员:EngineResourceGroupCount, EngineResourceUsedCU
|
|
36
33
|
|
|
37
|
-
* [
|
|
34
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
38
35
|
|
|
39
|
-
*
|
|
36
|
+
* 新增成员:EngineTypeDetail, ResourceGroupName
|
|
40
37
|
|
|
41
38
|
|
|
42
39
|
|
|
43
40
|
|
|
44
|
-
##
|
|
41
|
+
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
45
42
|
|
|
46
|
-
### 第
|
|
43
|
+
### 第 61 次发布
|
|
47
44
|
|
|
48
|
-
发布时间:2024-05-
|
|
45
|
+
发布时间:2024-05-09 01:17:01
|
|
49
46
|
|
|
50
47
|
本次发布包含了以下内容:
|
|
51
48
|
|
|
52
49
|
改善已有的文档。
|
|
53
50
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
57
|
-
|
|
58
|
-
* 新增入参:MemberId
|
|
59
|
-
|
|
60
|
-
* [DeleteRiskScanTask](https://cloud.tencent.com/document/api/664/98745)
|
|
61
|
-
|
|
62
|
-
* 新增入参:MemberId
|
|
63
|
-
|
|
64
|
-
* [DescribeRiskCenterAssetViewCFGRiskList](https://cloud.tencent.com/document/api/664/98822)
|
|
65
|
-
|
|
66
|
-
* 新增入参:MemberId
|
|
67
|
-
|
|
68
|
-
* [DescribeRiskCenterAssetViewPortRiskList](https://cloud.tencent.com/document/api/664/93509)
|
|
69
|
-
|
|
70
|
-
* 新增入参:MemberId
|
|
71
|
-
|
|
72
|
-
* [DescribeRiskCenterAssetViewVULRiskList](https://cloud.tencent.com/document/api/664/93508)
|
|
73
|
-
|
|
74
|
-
* 新增入参:MemberId
|
|
75
|
-
|
|
76
|
-
* [DescribeRiskCenterAssetViewWeakPasswordRiskList](https://cloud.tencent.com/document/api/664/98821)
|
|
77
|
-
|
|
78
|
-
* 新增入参:MemberId
|
|
79
|
-
|
|
80
|
-
* [DescribeRiskCenterPortViewPortRiskList](https://cloud.tencent.com/document/api/664/100198)
|
|
81
|
-
|
|
82
|
-
* 新增入参:MemberId
|
|
83
|
-
|
|
84
|
-
* [DescribeRiskCenterServerRiskList](https://cloud.tencent.com/document/api/664/98820)
|
|
85
|
-
|
|
86
|
-
* 新增入参:MemberId
|
|
87
|
-
|
|
88
|
-
* [DescribeRiskCenterVULViewVULRiskList](https://cloud.tencent.com/document/api/664/100197)
|
|
89
|
-
|
|
90
|
-
* 新增入参:MemberId
|
|
91
|
-
|
|
92
|
-
* [DescribeRiskCenterWebsiteRiskList](https://cloud.tencent.com/document/api/664/98819)
|
|
93
|
-
|
|
94
|
-
* 新增入参:MemberId
|
|
95
|
-
|
|
96
|
-
* [DescribeScanReportList](https://cloud.tencent.com/document/api/664/90815)
|
|
97
|
-
|
|
98
|
-
* 新增入参:MemberId
|
|
51
|
+
新增接口:
|
|
99
52
|
|
|
100
|
-
* [
|
|
53
|
+
* [CreateTRTCSignaturesWithRoomId](https://cloud.tencent.com/document/api/1081/105920)
|
|
54
|
+
* [DescribeCloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/105917)
|
|
55
|
+
* [DismissRoomByStrRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105919)
|
|
56
|
+
* [GenerateCloudStorageAIServiceTaskFileURL](https://cloud.tencent.com/document/api/1081/105916)
|
|
57
|
+
* [RemoveUserByRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105918)
|
|
101
58
|
|
|
102
|
-
|
|
59
|
+
修改接口:
|
|
103
60
|
|
|
104
|
-
* [
|
|
61
|
+
* [DescribeCloudStorageAIServiceTasks](https://cloud.tencent.com/document/api/1081/105301)
|
|
105
62
|
|
|
106
|
-
* 新增入参:
|
|
63
|
+
* 新增入参:UserId, ChannelId
|
|
107
64
|
|
|
108
|
-
* [
|
|
65
|
+
* [ModifyCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105299)
|
|
109
66
|
|
|
110
|
-
* 新增入参:
|
|
67
|
+
* 新增入参:Config
|
|
111
68
|
|
|
112
|
-
* [ModifyRiskCenterRiskStatus](https://cloud.tencent.com/document/api/664/100196)
|
|
113
69
|
|
|
114
|
-
|
|
70
|
+
新增数据结构:
|
|
115
71
|
|
|
116
|
-
* [
|
|
72
|
+
* [TRTCParams](https://cloud.tencent.com/document/api/1081/34988#TRTCParams)
|
|
117
73
|
|
|
118
|
-
|
|
74
|
+
修改数据结构:
|
|
119
75
|
|
|
120
|
-
* [
|
|
76
|
+
* [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
|
|
121
77
|
|
|
122
|
-
*
|
|
78
|
+
* 新增成员:Files
|
|
123
79
|
|
|
124
80
|
|
|
125
81
|
|
|
126
82
|
|
|
127
|
-
##
|
|
83
|
+
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
128
84
|
|
|
129
|
-
### 第
|
|
85
|
+
### 第 15 次发布
|
|
130
86
|
|
|
131
|
-
发布时间:2024-05-
|
|
87
|
+
发布时间:2024-05-09 01:17:57
|
|
132
88
|
|
|
133
89
|
本次发布包含了以下内容:
|
|
134
90
|
|
|
@@ -136,101 +92,134 @@
|
|
|
136
92
|
|
|
137
93
|
修改数据结构:
|
|
138
94
|
|
|
139
|
-
* [
|
|
95
|
+
* [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
|
|
140
96
|
|
|
141
|
-
*
|
|
97
|
+
* 新增成员:CertId
|
|
142
98
|
|
|
143
99
|
|
|
144
100
|
|
|
145
101
|
|
|
146
|
-
##
|
|
102
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
147
103
|
|
|
148
|
-
### 第
|
|
104
|
+
### 第 25 次发布
|
|
149
105
|
|
|
150
|
-
发布时间:2024-05-
|
|
106
|
+
发布时间:2024-05-09 01:20:07
|
|
151
107
|
|
|
152
108
|
本次发布包含了以下内容:
|
|
153
109
|
|
|
154
110
|
改善已有的文档。
|
|
155
111
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
* DescribeAttackLogInfo
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
112
|
+
新增接口:
|
|
163
113
|
|
|
164
|
-
|
|
114
|
+
* [DrugInstructionObject](https://cloud.tencent.com/document/api/1314/105921)
|
|
165
115
|
|
|
166
|
-
|
|
116
|
+
新增数据结构:
|
|
167
117
|
|
|
168
|
-
|
|
118
|
+
* [BiologicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfo)
|
|
119
|
+
* [BiologicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoAdverseReaction)
|
|
120
|
+
* [BiologicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoApproval)
|
|
121
|
+
* [BiologicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoBrochure)
|
|
122
|
+
* [BiologicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoContraindications)
|
|
123
|
+
* [BiologicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoDosage)
|
|
124
|
+
* [BiologicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoExecutiveStandards)
|
|
125
|
+
* [BiologicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIndications)
|
|
126
|
+
* [BiologicalProductInfoIngredientAndAppearance](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIngredientAndAppearance)
|
|
127
|
+
* [BiologicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoManufacturer)
|
|
128
|
+
* [BiologicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoName)
|
|
129
|
+
* [BiologicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPackaging)
|
|
130
|
+
* [BiologicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPrecautions)
|
|
131
|
+
* [BiologicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoStorage)
|
|
132
|
+
* [BiologicalProductInfoVaccinationTarget](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoVaccinationTarget)
|
|
133
|
+
* [BiologicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoValidityPeriod)
|
|
134
|
+
* [ChemicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfo)
|
|
135
|
+
* [ChemicalProductInfoActiveIngredient](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoActiveIngredient)
|
|
136
|
+
* [ChemicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAdverseReaction)
|
|
137
|
+
* [ChemicalProductInfoAppearance](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAppearance)
|
|
138
|
+
* [ChemicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoApproval)
|
|
139
|
+
* [ChemicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoBrochure)
|
|
140
|
+
* [ChemicalProductInfoClinicalTrial](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoClinicalTrial)
|
|
141
|
+
* [ChemicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoContraindications)
|
|
142
|
+
* [ChemicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoDosage)
|
|
143
|
+
* [ChemicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoExecutiveStandards)
|
|
144
|
+
* [ChemicalProductInfoGeriatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoGeriatricUse)
|
|
145
|
+
* [ChemicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoIndications)
|
|
146
|
+
* [ChemicalProductInfoInteractions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoInteractions)
|
|
147
|
+
* [ChemicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoManufacturer)
|
|
148
|
+
* [ChemicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoName)
|
|
149
|
+
* [ChemicalProductInfoOverdose](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoOverdose)
|
|
150
|
+
* [ChemicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPackaging)
|
|
151
|
+
* [ChemicalProductInfoPediatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPediatricUse)
|
|
152
|
+
* [ChemicalProductInfoPharmacokinetics](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacokinetics)
|
|
153
|
+
* [ChemicalProductInfoPharmacologyToxicology](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacologyToxicology)
|
|
154
|
+
* [ChemicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPrecautions)
|
|
155
|
+
* [ChemicalProductInfoPregnancyLactationUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPregnancyLactationUse)
|
|
156
|
+
* [ChemicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoStorage)
|
|
157
|
+
* [ChemicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoValidityPeriod)
|
|
169
158
|
|
|
170
|
-
改善已有的文档。
|
|
171
159
|
|
|
172
|
-
修改接口:
|
|
173
160
|
|
|
174
|
-
|
|
161
|
+
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
175
162
|
|
|
176
|
-
|
|
163
|
+
### 第 9 次发布
|
|
177
164
|
|
|
178
|
-
|
|
165
|
+
发布时间:2024-05-09 01:21:46
|
|
179
166
|
|
|
180
|
-
|
|
167
|
+
本次发布包含了以下内容:
|
|
181
168
|
|
|
169
|
+
改善已有的文档。
|
|
182
170
|
|
|
183
|
-
|
|
171
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
184
172
|
|
|
185
|
-
*
|
|
173
|
+
* DescribeRiskTrends
|
|
186
174
|
|
|
187
|
-
|
|
175
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
188
176
|
|
|
177
|
+
* InputFrontRisk
|
|
178
|
+
* OutputFrontRisk
|
|
179
|
+
* OutputFrontRiskData
|
|
180
|
+
* OutputFrontRiskValue
|
|
189
181
|
|
|
190
182
|
|
|
191
183
|
|
|
192
|
-
##
|
|
184
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
193
185
|
|
|
194
|
-
### 第
|
|
186
|
+
### 第 109 次发布
|
|
195
187
|
|
|
196
|
-
发布时间:2024-05-
|
|
188
|
+
发布时间:2024-05-09 01:24:25
|
|
197
189
|
|
|
198
190
|
本次发布包含了以下内容:
|
|
199
191
|
|
|
200
192
|
改善已有的文档。
|
|
201
193
|
|
|
202
|
-
|
|
194
|
+
修改接口:
|
|
203
195
|
|
|
204
|
-
* [
|
|
196
|
+
* [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
|
|
205
197
|
|
|
206
|
-
*
|
|
198
|
+
* 新增出参:Exclusive, Policy, Arguments
|
|
207
199
|
|
|
208
200
|
|
|
209
201
|
|
|
210
202
|
|
|
211
|
-
##
|
|
203
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
212
204
|
|
|
213
|
-
### 第
|
|
205
|
+
### 第 83 次发布
|
|
214
206
|
|
|
215
|
-
发布时间:2024-05-
|
|
207
|
+
发布时间:2024-05-08 19:38:01
|
|
216
208
|
|
|
217
209
|
本次发布包含了以下内容:
|
|
218
210
|
|
|
219
211
|
改善已有的文档。
|
|
220
212
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
* [DescribeProject](https://cloud.tencent.com/document/api/1267/76377)
|
|
224
|
-
|
|
225
|
-
* 新增出参:Data
|
|
213
|
+
新增接口:
|
|
226
214
|
|
|
215
|
+
* [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
|
|
216
|
+
* [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
|
|
217
|
+
* [ImportIpAccessControl](https://cloud.tencent.com/document/api/627/105913)
|
|
218
|
+
* [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
|
|
227
219
|
|
|
228
220
|
新增数据结构:
|
|
229
221
|
|
|
230
|
-
* [
|
|
231
|
-
* [BaseTenant](https://cloud.tencent.com/document/api/1267/76336#BaseTenant)
|
|
232
|
-
* [BaseUser](https://cloud.tencent.com/document/api/1267/76336#BaseUser)
|
|
233
|
-
* [Project](https://cloud.tencent.com/document/api/1267/76336#Project)
|
|
222
|
+
* [IpAccessControlParam](https://cloud.tencent.com/document/api/627/53609#IpAccessControlParam)
|
|
234
223
|
|
|
235
224
|
|
|
236
225
|
|
|
@@ -16443,9 +16432,9 @@
|
|
|
16443
16432
|
|
|
16444
16433
|
新增接口:
|
|
16445
16434
|
|
|
16446
|
-
* [
|
|
16447
|
-
* [
|
|
16448
|
-
* [
|
|
16435
|
+
* [CloseSSL](https://cloud.tencent.com/document/api/236/105850)
|
|
16436
|
+
* [DescribeSSLStatus](https://cloud.tencent.com/document/api/236/105849)
|
|
16437
|
+
* [OpenSSL](https://cloud.tencent.com/document/api/236/105848)
|
|
16449
16438
|
|
|
16450
16439
|
### 第 156 次发布
|
|
16451
16440
|
|
|
@@ -31011,6 +31000,23 @@
|
|
|
31011
31000
|
|
|
31012
31001
|
## 日志服务(cls) 版本:2020-10-16
|
|
31013
31002
|
|
|
31003
|
+
### 第 91 次发布
|
|
31004
|
+
|
|
31005
|
+
发布时间:2024-05-08 01:12:18
|
|
31006
|
+
|
|
31007
|
+
本次发布包含了以下内容:
|
|
31008
|
+
|
|
31009
|
+
改善已有的文档。
|
|
31010
|
+
|
|
31011
|
+
修改数据结构:
|
|
31012
|
+
|
|
31013
|
+
* [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
|
|
31014
|
+
|
|
31015
|
+
* [ScheduledSqlTaskInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlTaskInfo)
|
|
31016
|
+
|
|
31017
|
+
* 新增成员:HasServicesLog
|
|
31018
|
+
|
|
31019
|
+
|
|
31014
31020
|
### 第 90 次发布
|
|
31015
31021
|
|
|
31016
31022
|
发布时间:2024-05-01 01:13:17
|
|
@@ -49902,6 +49908,40 @@
|
|
|
49902
49908
|
|
|
49903
49909
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
49904
49910
|
|
|
49911
|
+
### 第 87 次发布
|
|
49912
|
+
|
|
49913
|
+
发布时间:2024-05-09 01:13:34
|
|
49914
|
+
|
|
49915
|
+
本次发布包含了以下内容:
|
|
49916
|
+
|
|
49917
|
+
改善已有的文档。
|
|
49918
|
+
|
|
49919
|
+
修改接口:
|
|
49920
|
+
|
|
49921
|
+
* [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
|
|
49922
|
+
|
|
49923
|
+
* 新增入参:ResourceGroupName
|
|
49924
|
+
|
|
49925
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
49926
|
+
|
|
49927
|
+
* 新增入参:ResourceGroupName
|
|
49928
|
+
|
|
49929
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
49930
|
+
|
|
49931
|
+
* 新增入参:ResourceGroupName
|
|
49932
|
+
|
|
49933
|
+
|
|
49934
|
+
修改数据结构:
|
|
49935
|
+
|
|
49936
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
49937
|
+
|
|
49938
|
+
* 新增成员:EngineResourceGroupCount, EngineResourceUsedCU
|
|
49939
|
+
|
|
49940
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
49941
|
+
|
|
49942
|
+
* 新增成员:EngineTypeDetail, ResourceGroupName
|
|
49943
|
+
|
|
49944
|
+
|
|
49905
49945
|
### 第 86 次发布
|
|
49906
49946
|
|
|
49907
49947
|
发布时间:2024-04-29 01:14:26
|
|
@@ -60569,6 +60609,21 @@
|
|
|
60569
60609
|
|
|
60570
60610
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
60571
60611
|
|
|
60612
|
+
### 第 167 次发布
|
|
60613
|
+
|
|
60614
|
+
发布时间:2024-05-08 01:17:34
|
|
60615
|
+
|
|
60616
|
+
本次发布包含了以下内容:
|
|
60617
|
+
|
|
60618
|
+
改善已有的文档。
|
|
60619
|
+
|
|
60620
|
+
修改数据结构:
|
|
60621
|
+
|
|
60622
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
|
|
60623
|
+
|
|
60624
|
+
* 新增成员:ApproverSignSealId
|
|
60625
|
+
|
|
60626
|
+
|
|
60572
60627
|
### 第 166 次发布
|
|
60573
60628
|
|
|
60574
60629
|
发布时间:2024-04-29 01:16:26
|
|
@@ -63816,6 +63871,21 @@
|
|
|
63816
63871
|
|
|
63817
63872
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
63818
63873
|
|
|
63874
|
+
### 第 167 次发布
|
|
63875
|
+
|
|
63876
|
+
发布时间:2024-05-08 01:17:50
|
|
63877
|
+
|
|
63878
|
+
本次发布包含了以下内容:
|
|
63879
|
+
|
|
63880
|
+
改善已有的文档。
|
|
63881
|
+
|
|
63882
|
+
修改数据结构:
|
|
63883
|
+
|
|
63884
|
+
* [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
|
|
63885
|
+
|
|
63886
|
+
* 新增成员:ReleasedApproverRecipientId, ApproverSignSealId
|
|
63887
|
+
|
|
63888
|
+
|
|
63819
63889
|
### 第 166 次发布
|
|
63820
63890
|
|
|
63821
63891
|
发布时间:2024-04-25 01:16:48
|
|
@@ -72132,6 +72202,21 @@
|
|
|
72132
72202
|
|
|
72133
72203
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
72134
72204
|
|
|
72205
|
+
### 第 5 次发布
|
|
72206
|
+
|
|
72207
|
+
发布时间:2024-05-08 01:18:38
|
|
72208
|
+
|
|
72209
|
+
本次发布包含了以下内容:
|
|
72210
|
+
|
|
72211
|
+
改善已有的文档。
|
|
72212
|
+
|
|
72213
|
+
修改数据结构:
|
|
72214
|
+
|
|
72215
|
+
* [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
|
|
72216
|
+
|
|
72217
|
+
* <font color="#dd0000">**修改成员**:</font>Content
|
|
72218
|
+
|
|
72219
|
+
|
|
72135
72220
|
### 第 4 次发布
|
|
72136
72221
|
|
|
72137
72222
|
发布时间:2024-04-25 21:22:22
|
|
@@ -75272,6 +75357,44 @@
|
|
|
75272
75357
|
|
|
75273
75358
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
75274
75359
|
|
|
75360
|
+
### 第 61 次发布
|
|
75361
|
+
|
|
75362
|
+
发布时间:2024-05-09 01:17:01
|
|
75363
|
+
|
|
75364
|
+
本次发布包含了以下内容:
|
|
75365
|
+
|
|
75366
|
+
改善已有的文档。
|
|
75367
|
+
|
|
75368
|
+
新增接口:
|
|
75369
|
+
|
|
75370
|
+
* [[CreateTRTCSignaturesWithRoomId](https://cloud.tencent.com/document/api/1081/105920)](https://cloud.tencent.com/document/api/#/#)
|
|
75371
|
+
* [[DescribeCloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/105917)](https://cloud.tencent.com/document/api/#/#)
|
|
75372
|
+
* [[DismissRoomByStrRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105919)](https://cloud.tencent.com/document/api/#/#)
|
|
75373
|
+
* [[GenerateCloudStorageAIServiceTaskFileURL](https://cloud.tencent.com/document/api/1081/105916)](https://cloud.tencent.com/document/api/#/#)
|
|
75374
|
+
* [[RemoveUserByRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105918)](https://cloud.tencent.com/document/api/#/#)
|
|
75375
|
+
|
|
75376
|
+
修改接口:
|
|
75377
|
+
|
|
75378
|
+
* [DescribeCloudStorageAIServiceTasks](https://cloud.tencent.com/document/api/1081/105301)
|
|
75379
|
+
|
|
75380
|
+
* 新增入参:UserId, ChannelId
|
|
75381
|
+
|
|
75382
|
+
* [ModifyCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105299)
|
|
75383
|
+
|
|
75384
|
+
* 新增入参:Config
|
|
75385
|
+
|
|
75386
|
+
|
|
75387
|
+
新增数据结构:
|
|
75388
|
+
|
|
75389
|
+
* [[TRTCParams](https://cloud.tencent.com/document/api/1081/34988#TRTCParams)](https://cloud.tencent.com/document/api/1081/34988#[TRTCParams](https://cloud.tencent.com/document/api/1081/34988#TRTCParams))
|
|
75390
|
+
|
|
75391
|
+
修改数据结构:
|
|
75392
|
+
|
|
75393
|
+
* [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
|
|
75394
|
+
|
|
75395
|
+
* 新增成员:Files
|
|
75396
|
+
|
|
75397
|
+
|
|
75275
75398
|
### 第 60 次发布
|
|
75276
75399
|
|
|
75277
75400
|
发布时间:2024-04-25 01:18:05
|
|
@@ -78595,6 +78718,21 @@
|
|
|
78595
78718
|
|
|
78596
78719
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
78597
78720
|
|
|
78721
|
+
### 第 15 次发布
|
|
78722
|
+
|
|
78723
|
+
发布时间:2024-05-09 01:17:57
|
|
78724
|
+
|
|
78725
|
+
本次发布包含了以下内容:
|
|
78726
|
+
|
|
78727
|
+
改善已有的文档。
|
|
78728
|
+
|
|
78729
|
+
修改数据结构:
|
|
78730
|
+
|
|
78731
|
+
* [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
|
|
78732
|
+
|
|
78733
|
+
* 新增成员:CertId
|
|
78734
|
+
|
|
78735
|
+
|
|
78598
78736
|
### 第 14 次发布
|
|
78599
78737
|
|
|
78600
78738
|
发布时间:2024-04-24 15:03:09
|
|
@@ -88100,6 +88238,21 @@
|
|
|
88100
88238
|
|
|
88101
88239
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
88102
88240
|
|
|
88241
|
+
### 第 112 次发布
|
|
88242
|
+
|
|
88243
|
+
发布时间:2024-05-08 01:22:13
|
|
88244
|
+
|
|
88245
|
+
本次发布包含了以下内容:
|
|
88246
|
+
|
|
88247
|
+
改善已有的文档。
|
|
88248
|
+
|
|
88249
|
+
修改接口:
|
|
88250
|
+
|
|
88251
|
+
* [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
|
|
88252
|
+
|
|
88253
|
+
* <font color="#dd0000">**修改入参**:</font>InstanceName
|
|
88254
|
+
|
|
88255
|
+
|
|
88103
88256
|
### 第 111 次发布
|
|
88104
88257
|
|
|
88105
88258
|
发布时间:2024-04-19 01:22:14
|
|
@@ -92994,6 +93147,61 @@
|
|
|
92994
93147
|
|
|
92995
93148
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
92996
93149
|
|
|
93150
|
+
### 第 25 次发布
|
|
93151
|
+
|
|
93152
|
+
发布时间:2024-05-09 01:20:07
|
|
93153
|
+
|
|
93154
|
+
本次发布包含了以下内容:
|
|
93155
|
+
|
|
93156
|
+
改善已有的文档。
|
|
93157
|
+
|
|
93158
|
+
新增接口:
|
|
93159
|
+
|
|
93160
|
+
* [[DrugInstructionObject](https://cloud.tencent.com/document/api/1314/105921)](https://cloud.tencent.com/document/api/#/#)
|
|
93161
|
+
|
|
93162
|
+
新增数据结构:
|
|
93163
|
+
|
|
93164
|
+
* [[BiologicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfo)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfo))
|
|
93165
|
+
* [[BiologicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoAdverseReaction)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoAdverseReaction))
|
|
93166
|
+
* [[BiologicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoApproval)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoApproval))
|
|
93167
|
+
* [[BiologicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoBrochure)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoBrochure))
|
|
93168
|
+
* [[BiologicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoContraindications)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoContraindications))
|
|
93169
|
+
* [[BiologicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoDosage)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoDosage))
|
|
93170
|
+
* [[BiologicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoExecutiveStandards)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoExecutiveStandards))
|
|
93171
|
+
* [[BiologicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIndications)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIndications))
|
|
93172
|
+
* [[BiologicalProductInfoIngredientAndAppearance](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIngredientAndAppearance)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoIngredientAndAppearance](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIngredientAndAppearance))
|
|
93173
|
+
* [[BiologicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoManufacturer)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoManufacturer))
|
|
93174
|
+
* [[BiologicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoName)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoName))
|
|
93175
|
+
* [[BiologicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPackaging)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPackaging))
|
|
93176
|
+
* [[BiologicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPrecautions)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPrecautions))
|
|
93177
|
+
* [[BiologicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoStorage)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoStorage))
|
|
93178
|
+
* [[BiologicalProductInfoVaccinationTarget](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoVaccinationTarget)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoVaccinationTarget](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoVaccinationTarget))
|
|
93179
|
+
* [[BiologicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoValidityPeriod)](https://cloud.tencent.com/document/api/1314/56230#[BiologicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoValidityPeriod))
|
|
93180
|
+
* [[ChemicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfo)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfo))
|
|
93181
|
+
* [[ChemicalProductInfoActiveIngredient](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoActiveIngredient)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoActiveIngredient](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoActiveIngredient))
|
|
93182
|
+
* [[ChemicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAdverseReaction)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAdverseReaction))
|
|
93183
|
+
* [[ChemicalProductInfoAppearance](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAppearance)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoAppearance](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAppearance))
|
|
93184
|
+
* [[ChemicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoApproval)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoApproval))
|
|
93185
|
+
* [[ChemicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoBrochure)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoBrochure))
|
|
93186
|
+
* [[ChemicalProductInfoClinicalTrial](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoClinicalTrial)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoClinicalTrial](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoClinicalTrial))
|
|
93187
|
+
* [[ChemicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoContraindications)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoContraindications))
|
|
93188
|
+
* [[ChemicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoDosage)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoDosage))
|
|
93189
|
+
* [[ChemicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoExecutiveStandards)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoExecutiveStandards))
|
|
93190
|
+
* [[ChemicalProductInfoGeriatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoGeriatricUse)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoGeriatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoGeriatricUse))
|
|
93191
|
+
* [[ChemicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoIndications)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoIndications))
|
|
93192
|
+
* [[ChemicalProductInfoInteractions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoInteractions)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoInteractions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoInteractions))
|
|
93193
|
+
* [[ChemicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoManufacturer)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoManufacturer))
|
|
93194
|
+
* [[ChemicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoName)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoName))
|
|
93195
|
+
* [[ChemicalProductInfoOverdose](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoOverdose)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoOverdose](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoOverdose))
|
|
93196
|
+
* [[ChemicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPackaging)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPackaging))
|
|
93197
|
+
* [[ChemicalProductInfoPediatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPediatricUse)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoPediatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPediatricUse))
|
|
93198
|
+
* [[ChemicalProductInfoPharmacokinetics](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacokinetics)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoPharmacokinetics](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacokinetics))
|
|
93199
|
+
* [[ChemicalProductInfoPharmacologyToxicology](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacologyToxicology)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoPharmacologyToxicology](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacologyToxicology))
|
|
93200
|
+
* [[ChemicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPrecautions)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPrecautions))
|
|
93201
|
+
* [[ChemicalProductInfoPregnancyLactationUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPregnancyLactationUse)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoPregnancyLactationUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPregnancyLactationUse))
|
|
93202
|
+
* [[ChemicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoStorage)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoStorage))
|
|
93203
|
+
* [[ChemicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoValidityPeriod)](https://cloud.tencent.com/document/api/1314/56230#[ChemicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoValidityPeriod))
|
|
93204
|
+
|
|
92997
93205
|
### 第 24 次发布
|
|
92998
93206
|
|
|
92999
93207
|
发布时间:2024-03-08 09:57:15
|
|
@@ -101746,6 +101954,25 @@
|
|
|
101746
101954
|
|
|
101747
101955
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
101748
101956
|
|
|
101957
|
+
### 第 9 次发布
|
|
101958
|
+
|
|
101959
|
+
发布时间:2024-05-09 01:21:46
|
|
101960
|
+
|
|
101961
|
+
本次发布包含了以下内容:
|
|
101962
|
+
|
|
101963
|
+
改善已有的文档。
|
|
101964
|
+
|
|
101965
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
101966
|
+
|
|
101967
|
+
* DescribeRiskTrends
|
|
101968
|
+
|
|
101969
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
101970
|
+
|
|
101971
|
+
* InputFrontRisk
|
|
101972
|
+
* OutputFrontRisk
|
|
101973
|
+
* OutputFrontRiskData
|
|
101974
|
+
* OutputFrontRiskValue
|
|
101975
|
+
|
|
101749
101976
|
### 第 8 次发布
|
|
101750
101977
|
|
|
101751
101978
|
发布时间:2023-10-31 02:15:24
|
|
@@ -101824,7 +102051,7 @@
|
|
|
101824
102051
|
新增接口:
|
|
101825
102052
|
|
|
101826
102053
|
* [DescribeRiskAssessment](https://cloud.tencent.com/document/api/1343/67099)
|
|
101827
|
-
* [DescribeRiskTrends](https://cloud.tencent.com/document/api
|
|
102054
|
+
* [DescribeRiskTrends](https://cloud.tencent.com/document/api/#/#)
|
|
101828
102055
|
|
|
101829
102056
|
新增数据结构:
|
|
101830
102057
|
|
|
@@ -118971,6 +119198,44 @@
|
|
|
118971
119198
|
|
|
118972
119199
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
118973
119200
|
|
|
119201
|
+
### 第 109 次发布
|
|
119202
|
+
|
|
119203
|
+
发布时间:2024-05-09 01:24:25
|
|
119204
|
+
|
|
119205
|
+
本次发布包含了以下内容:
|
|
119206
|
+
|
|
119207
|
+
改善已有的文档。
|
|
119208
|
+
|
|
119209
|
+
修改接口:
|
|
119210
|
+
|
|
119211
|
+
* [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
|
|
119212
|
+
|
|
119213
|
+
* 新增出参:Exclusive, Policy, Arguments
|
|
119214
|
+
|
|
119215
|
+
|
|
119216
|
+
### 第 108 次发布
|
|
119217
|
+
|
|
119218
|
+
发布时间:2024-05-08 01:27:51
|
|
119219
|
+
|
|
119220
|
+
本次发布包含了以下内容:
|
|
119221
|
+
|
|
119222
|
+
改善已有的文档。
|
|
119223
|
+
|
|
119224
|
+
修改数据结构:
|
|
119225
|
+
|
|
119226
|
+
* [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
|
|
119227
|
+
|
|
119228
|
+
* 新增成员:MessageConsumeRate, ClusterVersion
|
|
119229
|
+
|
|
119230
|
+
* [RabbitMQQueueListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListInfo)
|
|
119231
|
+
|
|
119232
|
+
* 新增成员:Durable, AutoDelete, InstanceId, VirtualHost, Node, Policy, Arguments, Exclusive
|
|
119233
|
+
|
|
119234
|
+
* [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
|
|
119235
|
+
|
|
119236
|
+
* 新增成员:MirrorQueuePolicyFlag
|
|
119237
|
+
|
|
119238
|
+
|
|
118974
119239
|
### 第 107 次发布
|
|
118975
119240
|
|
|
118976
119241
|
发布时间:2024-04-24 01:21:13
|
|
@@ -123579,6 +123844,18 @@
|
|
|
123579
123844
|
|
|
123580
123845
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
123581
123846
|
|
|
123847
|
+
### 第 79 次发布
|
|
123848
|
+
|
|
123849
|
+
发布时间:2024-05-07 17:48:36
|
|
123850
|
+
|
|
123851
|
+
本次发布包含了以下内容:
|
|
123852
|
+
|
|
123853
|
+
改善已有的文档。
|
|
123854
|
+
|
|
123855
|
+
新增接口:
|
|
123856
|
+
|
|
123857
|
+
* [DescribeSecurityIPGroup](https://cloud.tencent.com/document/api/1552/105866)
|
|
123858
|
+
|
|
123582
123859
|
### 第 78 次发布
|
|
123583
123860
|
|
|
123584
123861
|
发布时间:2024-04-29 16:57:36
|
|
@@ -135149,6 +135426,25 @@
|
|
|
135149
135426
|
|
|
135150
135427
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
135151
135428
|
|
|
135429
|
+
### 第 72 次发布
|
|
135430
|
+
|
|
135431
|
+
发布时间:2024-05-07 11:13:32
|
|
135432
|
+
|
|
135433
|
+
本次发布包含了以下内容:
|
|
135434
|
+
|
|
135435
|
+
改善已有的文档。
|
|
135436
|
+
|
|
135437
|
+
修改数据结构:
|
|
135438
|
+
|
|
135439
|
+
* [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
|
|
135440
|
+
|
|
135441
|
+
* 新增成员:FillType
|
|
135442
|
+
|
|
135443
|
+
* [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
|
|
135444
|
+
|
|
135445
|
+
* 新增成员:MaxMediaFileDuration
|
|
135446
|
+
|
|
135447
|
+
|
|
135152
135448
|
### 第 71 次发布
|
|
135153
135449
|
|
|
135154
135450
|
发布时间:2024-04-22 19:56:18
|
|
@@ -150575,6 +150871,25 @@
|
|
|
150575
150871
|
|
|
150576
150872
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
150577
150873
|
|
|
150874
|
+
### 第 83 次发布
|
|
150875
|
+
|
|
150876
|
+
发布时间:2024-05-08 19:38:01
|
|
150877
|
+
|
|
150878
|
+
本次发布包含了以下内容:
|
|
150879
|
+
|
|
150880
|
+
改善已有的文档。
|
|
150881
|
+
|
|
150882
|
+
新增接口:
|
|
150883
|
+
|
|
150884
|
+
* [[CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)](https://cloud.tencent.com/document/api/#/#)
|
|
150885
|
+
* [[DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)](https://cloud.tencent.com/document/api/#/#)
|
|
150886
|
+
* [[ImportIpAccessControl](https://cloud.tencent.com/document/api/627/105913)](https://cloud.tencent.com/document/api/#/#)
|
|
150887
|
+
* [[ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)](https://cloud.tencent.com/document/api/#/#)
|
|
150888
|
+
|
|
150889
|
+
新增数据结构:
|
|
150890
|
+
|
|
150891
|
+
* [[IpAccessControlParam](https://cloud.tencent.com/document/api/627/53609#IpAccessControlParam)](https://cloud.tencent.com/document/api/627/53609#[IpAccessControlParam](https://cloud.tencent.com/document/api/627/53609#IpAccessControlParam))
|
|
150892
|
+
|
|
150578
150893
|
### 第 82 次发布
|
|
150579
150894
|
|
|
150580
150895
|
发布时间:2024-03-20 01:31:28
|
|
@@ -152783,10 +153098,10 @@
|
|
|
152783
153098
|
|
|
152784
153099
|
新增数据结构:
|
|
152785
153100
|
|
|
152786
|
-
* [
|
|
152787
|
-
* [
|
|
152788
|
-
* [
|
|
152789
|
-
* [
|
|
153101
|
+
* [BaseClusterInfo](https://cloud.tencent.com/document/api/1267/76336#BaseClusterInfo)
|
|
153102
|
+
* [BaseTenant](https://cloud.tencent.com/document/api/1267/76336#BaseTenant)
|
|
153103
|
+
* [BaseUser](https://cloud.tencent.com/document/api/1267/76336#BaseUser)
|
|
153104
|
+
* [Project](https://cloud.tencent.com/document/api/1267/76336#Project)
|
|
152790
153105
|
|
|
152791
153106
|
### 第 88 次发布
|
|
152792
153107
|
|