tencentcloud-sdk-nodejs 4.0.263 → 4.0.267
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 +594 -0
- package/SERVICE_CHANGELOG.md +623 -10
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +24 -0
- package/src/services/as/v20180419/as_client.ts +45 -8
- package/src/services/as/v20180419/as_models.ts +357 -237
- package/src/services/cdb/v20170320/cdb_models.ts +10 -0
- package/src/services/cdn/v20180606/cdn_models.ts +25 -2
- package/src/services/clb/v20180317/clb_models.ts +17 -0
- package/src/services/cls/v20201016/cls_client.ts +29 -127
- package/src/services/cls/v20201016/cls_models.ts +166 -669
- package/src/services/eiam/v20210420/eiam_models.ts +53 -6
- package/src/services/es/v20180416/es_models.ts +125 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/facefusion/v20181201/facefusion_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +15 -0
- package/src/services/gaap/v20180529/gaap_client.ts +1 -1
- package/src/services/gaap/v20180529/gaap_models.ts +14 -7
- package/src/services/ic/v20190307/ic_models.ts +1 -1
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
- package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2085 -361
- package/src/services/live/v20180801/live_client.ts +7 -6
- package/src/services/live/v20180801/live_models.ts +28 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +15 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +72 -22
- package/src/services/monitor/v20180724/monitor_client.ts +15 -2
- package/src/services/monitor/v20180724/monitor_models.ts +115 -49
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/organization/v20210331/organization_client.ts +14 -1
- package/src/services/organization/v20210331/organization_models.ts +124 -2
- package/src/services/rce/v20201103/rce_client.ts +38 -10
- package/src/services/rce/v20201103/rce_models.ts +367 -235
- package/src/services/ses/v20201002/ses_client.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +1 -1
- package/src/services/sms/v20210111/sms_client.ts +1 -0
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -14
- package/src/services/tdmq/v20200217/tdmq_models.ts +0 -129
- package/src/services/tke/v20180525/tke_models.ts +16 -0
- package/src/services/tsf/v20180326/tsf_client.ts +14 -1
- package/src/services/tsf/v20180326/tsf_models.ts +240 -8
- package/src/services/wav/v20210129/wav_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +20 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +13 -1
- package/tencentcloud/services/as/v20180419/as_client.js +18 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +300 -197
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +21 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +14 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +8 -40
- package/tencentcloud/services/cls/v20201016/cls_client.js +10 -58
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +157 -586
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +44 -6
- package/tencentcloud/services/es/v20180416/es_models.d.ts +105 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +13 -7
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
- package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1776 -294
- package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -6
- package/tencentcloud/services/live/v20180801/live_client.js +7 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +26 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +63 -20
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +100 -44
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +5 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +6 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +105 -2
- package/tencentcloud/services/rce/v20201103/rce_client.d.ts +9 -1
- package/tencentcloud/services/rce/v20201103/rce_client.js +12 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +322 -208
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -0
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -5
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +0 -109
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +13 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +202 -7
- package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
- package/test/as.v20180419.test.js +30 -0
- package/test/cls.v20201016.test.js +6 -86
- package/test/iotvideoindustry.v20201201.test.js +454 -114
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/organization.v20210331.test.js +10 -0
- package/test/rce.v20201103.test.js +20 -0
- package/test/tdmq.v20200217.test.js +0 -10
- package/test/tsf.v20180326.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,80 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 77 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:
|
|
7
|
+
发布时间:2022-01-06 08:05:45
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
16
|
+
|
|
17
|
+
* 新增入参:CageId
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
23
|
+
|
|
24
|
+
### 第 62 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-01-06 08:06:38
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改接口:
|
|
33
|
+
|
|
34
|
+
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
35
|
+
|
|
36
|
+
* 新增出参:DealName
|
|
37
|
+
|
|
38
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/214/30683)
|
|
39
|
+
|
|
40
|
+
* 新增入参:DealName
|
|
41
|
+
|
|
42
|
+
* 新增出参:LoadBalancerIds
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
48
|
+
|
|
49
|
+
### 第 36 次发布
|
|
50
|
+
|
|
51
|
+
发布时间:2022-01-06 08:09:38
|
|
52
|
+
|
|
53
|
+
本次发布包含了以下内容:
|
|
54
|
+
|
|
55
|
+
改善已有的文档。
|
|
56
|
+
|
|
57
|
+
修改接口:
|
|
58
|
+
|
|
59
|
+
* [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
|
|
60
|
+
|
|
61
|
+
* 新增出参:Isp
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
修改数据结构:
|
|
65
|
+
|
|
66
|
+
* [DetectInfoIdCardData](https://cloud.tencent.com/document/api/1007/41958#DetectInfoIdCardData)
|
|
67
|
+
|
|
68
|
+
* 新增成员:WarnInfos
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
74
|
+
|
|
75
|
+
### 第 15 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2022-01-06 08:11:12
|
|
8
78
|
|
|
9
79
|
本次发布包含了以下内容:
|
|
10
80
|
|
|
@@ -12,15 +82,68 @@
|
|
|
12
82
|
|
|
13
83
|
新增接口:
|
|
14
84
|
|
|
15
|
-
* [
|
|
85
|
+
* [ControlChannelLocalRecord](https://cloud.tencent.com/document/api/1361/67425)
|
|
86
|
+
* [ControlChannelPTZ](https://cloud.tencent.com/document/api/1361/67403)
|
|
87
|
+
* [ControlHomePosition](https://cloud.tencent.com/document/api/1361/67396)
|
|
88
|
+
* [ControlPreset](https://cloud.tencent.com/document/api/1361/67402)
|
|
89
|
+
* [CreateRecordingPlan](https://cloud.tencent.com/document/api/1361/53742)
|
|
90
|
+
* [DeleteRecordingPlan](https://cloud.tencent.com/document/api/1361/53740)
|
|
91
|
+
* [DeleteWarning](https://cloud.tencent.com/document/api/1361/67401)
|
|
92
|
+
* [DescribeAbnormalEvents](https://cloud.tencent.com/document/api/1361/67411)
|
|
93
|
+
* [DescribeBindSceneChannels](https://cloud.tencent.com/document/api/1361/67404)
|
|
94
|
+
* [DescribeChannelLocalRecordURL](https://cloud.tencent.com/document/api/1361/67424)
|
|
95
|
+
* [DescribeChannelStreamURL](https://cloud.tencent.com/document/api/1361/67426)
|
|
96
|
+
* [DescribeChannels](https://cloud.tencent.com/document/api/1361/67429)
|
|
97
|
+
* [DescribeCurrentDeviceData](https://cloud.tencent.com/document/api/1361/67410)
|
|
98
|
+
* [DescribeDevice](https://cloud.tencent.com/document/api/1361/67395)
|
|
99
|
+
* [DescribeDeviceEvent](https://cloud.tencent.com/document/api/1361/67409)
|
|
100
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1361/53721)
|
|
101
|
+
* [DescribeDeviceMonitorData](https://cloud.tencent.com/document/api/1361/67408)
|
|
102
|
+
* [DescribeMonitorDataByDate](https://cloud.tencent.com/document/api/1361/67407)
|
|
103
|
+
* [DescribePresetList](https://cloud.tencent.com/document/api/1361/67400)
|
|
104
|
+
* [DescribeRecordDatesByChannel](https://cloud.tencent.com/document/api/1361/67423)
|
|
105
|
+
* [DescribeRecordingPlanById](https://cloud.tencent.com/document/api/1361/67419)
|
|
106
|
+
* [DescribeRecordingPlans](https://cloud.tencent.com/document/api/1361/67418)
|
|
107
|
+
* [DescribeScene](https://cloud.tencent.com/document/api/1361/67417)
|
|
108
|
+
* [DescribeVideoListByChannel](https://cloud.tencent.com/document/api/1361/67422)
|
|
109
|
+
* [DescribeWarnMod](https://cloud.tencent.com/document/api/1361/67399)
|
|
110
|
+
* [DescribeWarnings](https://cloud.tencent.com/document/api/1361/67398)
|
|
111
|
+
* [DescribeXP2PData](https://cloud.tencent.com/document/api/1361/67431)
|
|
112
|
+
* [ModifyBindRecordingPlan](https://cloud.tencent.com/document/api/1361/67416)
|
|
113
|
+
* [ModifyBindSceneChannels](https://cloud.tencent.com/document/api/1361/67415)
|
|
114
|
+
* [ModifyBindSceneDevice](https://cloud.tencent.com/document/api/1361/67414)
|
|
115
|
+
* [ModifyPreset](https://cloud.tencent.com/document/api/1361/67394)
|
|
116
|
+
* [ModifyRecordingPlan](https://cloud.tencent.com/document/api/1361/67413)
|
|
117
|
+
* [ModifyScene](https://cloud.tencent.com/document/api/1361/67412)
|
|
118
|
+
* [ResetWarning](https://cloud.tencent.com/document/api/1361/67397)
|
|
119
|
+
|
|
120
|
+
修改接口:
|
|
121
|
+
|
|
122
|
+
* [CreateScene](https://cloud.tencent.com/document/api/1361/65989)
|
|
123
|
+
|
|
124
|
+
* 新增入参:Channels
|
|
125
|
+
|
|
16
126
|
|
|
17
127
|
新增数据结构:
|
|
18
128
|
|
|
19
|
-
* [
|
|
129
|
+
* [AbnormalEvents](https://cloud.tencent.com/document/api/1361/53754#AbnormalEvents)
|
|
130
|
+
* [AbnormalEventsInfo](https://cloud.tencent.com/document/api/1361/53754#AbnormalEventsInfo)
|
|
131
|
+
* [ChannelDetail](https://cloud.tencent.com/document/api/1361/53754#ChannelDetail)
|
|
132
|
+
* [ChannelItem](https://cloud.tencent.com/document/api/1361/53754#ChannelItem)
|
|
133
|
+
* [DeviceMonitorValue](https://cloud.tencent.com/document/api/1361/53754#DeviceMonitorValue)
|
|
134
|
+
* [Events](https://cloud.tencent.com/document/api/1361/53754#Events)
|
|
135
|
+
* [PresetItem](https://cloud.tencent.com/document/api/1361/53754#PresetItem)
|
|
136
|
+
* [RecordPlanDetail](https://cloud.tencent.com/document/api/1361/53754#RecordPlanDetail)
|
|
137
|
+
* [RecordStatistic](https://cloud.tencent.com/document/api/1361/53754#RecordStatistic)
|
|
138
|
+
* [RecordStatisticValue](https://cloud.tencent.com/document/api/1361/53754#RecordStatisticValue)
|
|
139
|
+
* [WarningsData](https://cloud.tencent.com/document/api/1361/53754#WarningsData)
|
|
140
|
+
|
|
141
|
+
修改数据结构:
|
|
20
142
|
|
|
143
|
+
* [GroupDeviceItem](https://cloud.tencent.com/document/api/1361/53754#GroupDeviceItem)
|
|
21
144
|
|
|
145
|
+
* 新增成员:CreateTime, ChannelNum, VideoChannelNum
|
|
22
146
|
|
|
23
|
-
## 企业组织(organization) 版本:2018-12-25
|
|
24
147
|
|
|
25
148
|
|
|
26
149
|
|
|
@@ -2105,6 +2228,21 @@
|
|
|
2105
2228
|
|
|
2106
2229
|
## 应用性能观测(apm) 版本:2021-06-22
|
|
2107
2230
|
|
|
2231
|
+
### 第 4 次发布
|
|
2232
|
+
|
|
2233
|
+
发布时间:2022-01-05 08:03:38
|
|
2234
|
+
|
|
2235
|
+
本次发布包含了以下内容:
|
|
2236
|
+
|
|
2237
|
+
改善已有的文档。
|
|
2238
|
+
|
|
2239
|
+
修改数据结构:
|
|
2240
|
+
|
|
2241
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
2242
|
+
|
|
2243
|
+
* 新增成员:LogRegion, LogSource, IsRelatedLog, LogTopicID
|
|
2244
|
+
|
|
2245
|
+
|
|
2108
2246
|
### 第 3 次发布
|
|
2109
2247
|
|
|
2110
2248
|
发布时间:2021-12-02 08:02:32
|
|
@@ -2155,6 +2293,24 @@
|
|
|
2155
2293
|
|
|
2156
2294
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
2157
2295
|
|
|
2296
|
+
### 第 44 次发布
|
|
2297
|
+
|
|
2298
|
+
发布时间:2022-01-05 08:03:39
|
|
2299
|
+
|
|
2300
|
+
本次发布包含了以下内容:
|
|
2301
|
+
|
|
2302
|
+
改善已有的文档。
|
|
2303
|
+
|
|
2304
|
+
新增接口:
|
|
2305
|
+
|
|
2306
|
+
* [AttachLoadBalancers](https://cloud.tencent.com/document/api/377/67354)
|
|
2307
|
+
* [DetachLoadBalancers](https://cloud.tencent.com/document/api/377/67353)
|
|
2308
|
+
* [ModifyLoadBalancerTargetAttributes](https://cloud.tencent.com/document/api/377/67352)
|
|
2309
|
+
|
|
2310
|
+
新增数据结构:
|
|
2311
|
+
|
|
2312
|
+
* [ForwardLoadBalancerIdentification](https://cloud.tencent.com/document/api/377/20453#ForwardLoadBalancerIdentification)
|
|
2313
|
+
|
|
2158
2314
|
### 第 43 次发布
|
|
2159
2315
|
|
|
2160
2316
|
发布时间:2021-12-14 08:05:13
|
|
@@ -8545,6 +8701,36 @@
|
|
|
8545
8701
|
|
|
8546
8702
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8547
8703
|
|
|
8704
|
+
### 第 77 次发布
|
|
8705
|
+
|
|
8706
|
+
发布时间:2022-01-06 08:05:45
|
|
8707
|
+
|
|
8708
|
+
本次发布包含了以下内容:
|
|
8709
|
+
|
|
8710
|
+
改善已有的文档。
|
|
8711
|
+
|
|
8712
|
+
修改接口:
|
|
8713
|
+
|
|
8714
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
8715
|
+
|
|
8716
|
+
* 新增入参:CageId
|
|
8717
|
+
|
|
8718
|
+
|
|
8719
|
+
### 第 76 次发布
|
|
8720
|
+
|
|
8721
|
+
发布时间:2022-01-05 08:04:53
|
|
8722
|
+
|
|
8723
|
+
本次发布包含了以下内容:
|
|
8724
|
+
|
|
8725
|
+
改善已有的文档。
|
|
8726
|
+
|
|
8727
|
+
修改接口:
|
|
8728
|
+
|
|
8729
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
8730
|
+
|
|
8731
|
+
* 新增入参:ParamTemplateType
|
|
8732
|
+
|
|
8733
|
+
|
|
8548
8734
|
### 第 75 次发布
|
|
8549
8735
|
|
|
8550
8736
|
发布时间:2021-12-24 08:06:02
|
|
@@ -10132,6 +10318,25 @@
|
|
|
10132
10318
|
|
|
10133
10319
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
10134
10320
|
|
|
10321
|
+
### 第 92 次发布
|
|
10322
|
+
|
|
10323
|
+
发布时间:2022-01-05 08:05:09
|
|
10324
|
+
|
|
10325
|
+
本次发布包含了以下内容:
|
|
10326
|
+
|
|
10327
|
+
改善已有的文档。
|
|
10328
|
+
|
|
10329
|
+
修改数据结构:
|
|
10330
|
+
|
|
10331
|
+
* [MainlandConfig](https://cloud.tencent.com/document/api/228/30987#MainlandConfig)
|
|
10332
|
+
|
|
10333
|
+
* 新增成员:AwsPrivateAccess, OssPrivateAccess
|
|
10334
|
+
|
|
10335
|
+
* [OverseaConfig](https://cloud.tencent.com/document/api/228/30987#OverseaConfig)
|
|
10336
|
+
|
|
10337
|
+
* 新增成员:AwsPrivateAccess, OssPrivateAccess
|
|
10338
|
+
|
|
10339
|
+
|
|
10135
10340
|
### 第 91 次发布
|
|
10136
10341
|
|
|
10137
10342
|
发布时间:2021-12-17 08:07:56
|
|
@@ -13963,6 +14168,27 @@
|
|
|
13963
14168
|
|
|
13964
14169
|
## 负载均衡(clb) 版本:2018-03-17
|
|
13965
14170
|
|
|
14171
|
+
### 第 62 次发布
|
|
14172
|
+
|
|
14173
|
+
发布时间:2022-01-06 08:06:38
|
|
14174
|
+
|
|
14175
|
+
本次发布包含了以下内容:
|
|
14176
|
+
|
|
14177
|
+
改善已有的文档。
|
|
14178
|
+
|
|
14179
|
+
修改接口:
|
|
14180
|
+
|
|
14181
|
+
* [CreateLoadBalancer](https://cloud.tencent.com/document/api/214/30692)
|
|
14182
|
+
|
|
14183
|
+
* 新增出参:DealName
|
|
14184
|
+
|
|
14185
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/214/30683)
|
|
14186
|
+
|
|
14187
|
+
* 新增入参:DealName
|
|
14188
|
+
|
|
14189
|
+
* 新增出参:LoadBalancerIds
|
|
14190
|
+
|
|
14191
|
+
|
|
13966
14192
|
### 第 61 次发布
|
|
13967
14193
|
|
|
13968
14194
|
发布时间:2021-12-14 08:07:15
|
|
@@ -15571,6 +15797,30 @@
|
|
|
15571
15797
|
|
|
15572
15798
|
## 日志服务(cls) 版本:2020-10-16
|
|
15573
15799
|
|
|
15800
|
+
### 第 14 次发布
|
|
15801
|
+
|
|
15802
|
+
发布时间:2022-01-05 08:06:03
|
|
15803
|
+
|
|
15804
|
+
本次发布包含了以下内容:
|
|
15805
|
+
|
|
15806
|
+
改善已有的文档。
|
|
15807
|
+
|
|
15808
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
15809
|
+
|
|
15810
|
+
* CreateAsyncContextTask
|
|
15811
|
+
* CreateAsyncSearchTask
|
|
15812
|
+
* DeleteAsyncContextTask
|
|
15813
|
+
* DeleteAsyncSearchTask
|
|
15814
|
+
* DescribeAsyncContextResult
|
|
15815
|
+
* DescribeAsyncContextTasks
|
|
15816
|
+
* DescribeAsyncSearchResult
|
|
15817
|
+
* DescribeAsyncSearchTasks
|
|
15818
|
+
|
|
15819
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
15820
|
+
|
|
15821
|
+
* AsyncContextTask
|
|
15822
|
+
* AsyncSearchTask
|
|
15823
|
+
|
|
15574
15824
|
### 第 13 次发布
|
|
15575
15825
|
|
|
15576
15826
|
发布时间:2021-12-17 08:08:49
|
|
@@ -26930,6 +27180,41 @@
|
|
|
26930
27180
|
|
|
26931
27181
|
## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
|
|
26932
27182
|
|
|
27183
|
+
### 第 12 次发布
|
|
27184
|
+
|
|
27185
|
+
发布时间:2022-01-05 08:08:30
|
|
27186
|
+
|
|
27187
|
+
本次发布包含了以下内容:
|
|
27188
|
+
|
|
27189
|
+
改善已有的文档。
|
|
27190
|
+
|
|
27191
|
+
修改接口:
|
|
27192
|
+
|
|
27193
|
+
* [AddUserToUserGroup](https://cloud.tencent.com/document/api/1442/57991)
|
|
27194
|
+
|
|
27195
|
+
* 新增出参:FailedItems
|
|
27196
|
+
|
|
27197
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1442/57929)
|
|
27198
|
+
|
|
27199
|
+
* 新增入参:SecondaryOrgNodeIdList
|
|
27200
|
+
|
|
27201
|
+
* [DescribeUserInfo](https://cloud.tencent.com/document/api/1442/57984)
|
|
27202
|
+
|
|
27203
|
+
* 新增出参:SecondaryOrgNodeIdList
|
|
27204
|
+
|
|
27205
|
+
* [ListApplications](https://cloud.tencent.com/document/api/1442/58480)
|
|
27206
|
+
|
|
27207
|
+
* 新增入参:ApplicationIdList
|
|
27208
|
+
|
|
27209
|
+
* [ListUsersInUserGroup](https://cloud.tencent.com/document/api/1442/57980)
|
|
27210
|
+
|
|
27211
|
+
* 新增入参:SearchCondition, Sort, Offset, Limit
|
|
27212
|
+
|
|
27213
|
+
* [ModifyUserInfo](https://cloud.tencent.com/document/api/1442/58033)
|
|
27214
|
+
|
|
27215
|
+
* 新增入参:SecondaryOrgNodeIdList
|
|
27216
|
+
|
|
27217
|
+
|
|
26933
27218
|
### 第 11 次发布
|
|
26934
27219
|
|
|
26935
27220
|
发布时间:2021-12-15 08:07:41
|
|
@@ -27933,6 +28218,48 @@
|
|
|
27933
28218
|
|
|
27934
28219
|
## Elasticsearch Service(es) 版本:2018-04-16
|
|
27935
28220
|
|
|
28221
|
+
### 第 22 次发布
|
|
28222
|
+
|
|
28223
|
+
发布时间:2021-12-30 08:09:09
|
|
28224
|
+
|
|
28225
|
+
本次发布包含了以下内容:
|
|
28226
|
+
|
|
28227
|
+
改善已有的文档。
|
|
28228
|
+
|
|
28229
|
+
修改接口:
|
|
28230
|
+
|
|
28231
|
+
* [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
|
|
28232
|
+
|
|
28233
|
+
* 新增出参:DealName
|
|
28234
|
+
|
|
28235
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/845/30631)
|
|
28236
|
+
|
|
28237
|
+
* 新增入参:ZoneList
|
|
28238
|
+
|
|
28239
|
+
* [UpdateInstance](https://cloud.tencent.com/document/api/845/30629)
|
|
28240
|
+
|
|
28241
|
+
* 新增出参:DealName
|
|
28242
|
+
|
|
28243
|
+
* [UpdatePlugins](https://cloud.tencent.com/document/api/845/46048)
|
|
28244
|
+
|
|
28245
|
+
* 新增入参:PluginType
|
|
28246
|
+
|
|
28247
|
+
* [UpgradeLicense](https://cloud.tencent.com/document/api/845/36269)
|
|
28248
|
+
|
|
28249
|
+
* 新增出参:DealName
|
|
28250
|
+
|
|
28251
|
+
|
|
28252
|
+
修改数据结构:
|
|
28253
|
+
|
|
28254
|
+
* [ClusterView](https://cloud.tencent.com/document/api/845/30634#ClusterView)
|
|
28255
|
+
|
|
28256
|
+
* 新增成员:TotalCosStorage, SearchableSnapshotCosBucket, SearchableSnapshotCosAppId
|
|
28257
|
+
|
|
28258
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
|
|
28259
|
+
|
|
28260
|
+
* 新增成员:ColdNodeType, ColdNodeNum, ColdCpuNum, ColdMemSize, ColdDiskType, ColdDiskSize, FrozenNodeType, FrozenNodeNum, FrozenCpuNum, FrozenMemSize, FrozenDiskType, FrozenDiskSize
|
|
28261
|
+
|
|
28262
|
+
|
|
27936
28263
|
### 第 21 次发布
|
|
27937
28264
|
|
|
27938
28265
|
发布时间:2021-12-22 16:41:08
|
|
@@ -28831,6 +29158,28 @@
|
|
|
28831
29158
|
|
|
28832
29159
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
28833
29160
|
|
|
29161
|
+
### 第 36 次发布
|
|
29162
|
+
|
|
29163
|
+
发布时间:2022-01-06 08:09:38
|
|
29164
|
+
|
|
29165
|
+
本次发布包含了以下内容:
|
|
29166
|
+
|
|
29167
|
+
改善已有的文档。
|
|
29168
|
+
|
|
29169
|
+
修改接口:
|
|
29170
|
+
|
|
29171
|
+
* [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
|
|
29172
|
+
|
|
29173
|
+
* 新增出参:Isp
|
|
29174
|
+
|
|
29175
|
+
|
|
29176
|
+
修改数据结构:
|
|
29177
|
+
|
|
29178
|
+
* [DetectInfoIdCardData](https://cloud.tencent.com/document/api/1007/41958#DetectInfoIdCardData)
|
|
29179
|
+
|
|
29180
|
+
* 新增成员:WarnInfos
|
|
29181
|
+
|
|
29182
|
+
|
|
28834
29183
|
### 第 35 次发布
|
|
28835
29184
|
|
|
28836
29185
|
发布时间:2021-12-16 08:09:22
|
|
@@ -29660,6 +30009,21 @@
|
|
|
29660
30009
|
|
|
29661
30010
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
29662
30011
|
|
|
30012
|
+
### 第 26 次发布
|
|
30013
|
+
|
|
30014
|
+
发布时间:2021-12-30 08:09:28
|
|
30015
|
+
|
|
30016
|
+
本次发布包含了以下内容:
|
|
30017
|
+
|
|
30018
|
+
改善已有的文档。
|
|
30019
|
+
|
|
30020
|
+
修改接口:
|
|
30021
|
+
|
|
30022
|
+
* [CreateProxy](https://cloud.tencent.com/document/api/608/36971)
|
|
30023
|
+
|
|
30024
|
+
* 新增入参:PackageType
|
|
30025
|
+
|
|
30026
|
+
|
|
29663
30027
|
### 第 25 次发布
|
|
29664
30028
|
|
|
29665
30029
|
发布时间:2021-12-03 08:06:49
|
|
@@ -35863,6 +36227,79 @@
|
|
|
35863
36227
|
|
|
35864
36228
|
## 物联网智能视频服务(行业版)(iotvideoindustry) 版本:2020-12-01
|
|
35865
36229
|
|
|
36230
|
+
### 第 15 次发布
|
|
36231
|
+
|
|
36232
|
+
发布时间:2022-01-06 08:11:12
|
|
36233
|
+
|
|
36234
|
+
本次发布包含了以下内容:
|
|
36235
|
+
|
|
36236
|
+
改善已有的文档。
|
|
36237
|
+
|
|
36238
|
+
新增接口:
|
|
36239
|
+
|
|
36240
|
+
* [[ControlChannelLocalRecord](https://cloud.tencent.com/document/api/1361/67425)](https://cloud.tencent.com/document/api/#/#)
|
|
36241
|
+
* [[ControlChannelPTZ](https://cloud.tencent.com/document/api/1361/67403)](https://cloud.tencent.com/document/api/#/#)
|
|
36242
|
+
* [[ControlHomePosition](https://cloud.tencent.com/document/api/1361/67396)](https://cloud.tencent.com/document/api/#/#)
|
|
36243
|
+
* [[ControlPreset](https://cloud.tencent.com/document/api/1361/67402)](https://cloud.tencent.com/document/api/#/#)
|
|
36244
|
+
* [[CreateRecordingPlan](https://cloud.tencent.com/document/api/1361/53742)](https://cloud.tencent.com/document/api/#/#)
|
|
36245
|
+
* [[DeleteRecordingPlan](https://cloud.tencent.com/document/api/1361/53740)](https://cloud.tencent.com/document/api/#/#)
|
|
36246
|
+
* [[DeleteWarning](https://cloud.tencent.com/document/api/1361/67401)](https://cloud.tencent.com/document/api/#/#)
|
|
36247
|
+
* [[DescribeAbnormalEvents](https://cloud.tencent.com/document/api/1361/67411)](https://cloud.tencent.com/document/api/#/#)
|
|
36248
|
+
* [[DescribeBindSceneChannels](https://cloud.tencent.com/document/api/1361/67404)](https://cloud.tencent.com/document/api/#/#)
|
|
36249
|
+
* [[DescribeChannelLocalRecordURL](https://cloud.tencent.com/document/api/1361/67424)](https://cloud.tencent.com/document/api/#/#)
|
|
36250
|
+
* [[DescribeChannelStreamURL](https://cloud.tencent.com/document/api/1361/67426)](https://cloud.tencent.com/document/api/#/#)
|
|
36251
|
+
* [[DescribeChannels](https://cloud.tencent.com/document/api/1361/67429)](https://cloud.tencent.com/document/api/#/#)
|
|
36252
|
+
* [[DescribeCurrentDeviceData](https://cloud.tencent.com/document/api/1361/67410)](https://cloud.tencent.com/document/api/#/#)
|
|
36253
|
+
* [[DescribeDevice](https://cloud.tencent.com/document/api/1361/67395)](https://cloud.tencent.com/document/api/#/#)
|
|
36254
|
+
* [[DescribeDeviceEvent](https://cloud.tencent.com/document/api/1361/67409)](https://cloud.tencent.com/document/api/#/#)
|
|
36255
|
+
* [[DescribeDeviceList](https://cloud.tencent.com/document/api/1361/53721)](https://cloud.tencent.com/document/api/#/#)
|
|
36256
|
+
* [[DescribeDeviceMonitorData](https://cloud.tencent.com/document/api/1361/67408)](https://cloud.tencent.com/document/api/#/#)
|
|
36257
|
+
* [[DescribeMonitorDataByDate](https://cloud.tencent.com/document/api/1361/67407)](https://cloud.tencent.com/document/api/#/#)
|
|
36258
|
+
* [[DescribePresetList](https://cloud.tencent.com/document/api/1361/67400)](https://cloud.tencent.com/document/api/#/#)
|
|
36259
|
+
* [[DescribeRecordDatesByChannel](https://cloud.tencent.com/document/api/1361/67423)](https://cloud.tencent.com/document/api/#/#)
|
|
36260
|
+
* [[DescribeRecordingPlanById](https://cloud.tencent.com/document/api/1361/67419)](https://cloud.tencent.com/document/api/#/#)
|
|
36261
|
+
* [[DescribeRecordingPlans](https://cloud.tencent.com/document/api/1361/67418)](https://cloud.tencent.com/document/api/#/#)
|
|
36262
|
+
* [[DescribeScene](https://cloud.tencent.com/document/api/1361/67417)](https://cloud.tencent.com/document/api/#/#)
|
|
36263
|
+
* [[DescribeVideoListByChannel](https://cloud.tencent.com/document/api/1361/67422)](https://cloud.tencent.com/document/api/#/#)
|
|
36264
|
+
* [[DescribeWarnMod](https://cloud.tencent.com/document/api/1361/67399)](https://cloud.tencent.com/document/api/#/#)
|
|
36265
|
+
* [[DescribeWarnings](https://cloud.tencent.com/document/api/1361/67398)](https://cloud.tencent.com/document/api/#/#)
|
|
36266
|
+
* [[DescribeXP2PData](https://cloud.tencent.com/document/api/1361/67431)](https://cloud.tencent.com/document/api/#/#)
|
|
36267
|
+
* [[ModifyBindRecordingPlan](https://cloud.tencent.com/document/api/1361/67416)](https://cloud.tencent.com/document/api/#/#)
|
|
36268
|
+
* [[ModifyBindSceneChannels](https://cloud.tencent.com/document/api/1361/67415)](https://cloud.tencent.com/document/api/#/#)
|
|
36269
|
+
* [[ModifyBindSceneDevice](https://cloud.tencent.com/document/api/1361/67414)](https://cloud.tencent.com/document/api/#/#)
|
|
36270
|
+
* [[ModifyPreset](https://cloud.tencent.com/document/api/1361/67394)](https://cloud.tencent.com/document/api/#/#)
|
|
36271
|
+
* [[ModifyRecordingPlan](https://cloud.tencent.com/document/api/1361/67413)](https://cloud.tencent.com/document/api/#/#)
|
|
36272
|
+
* [[ModifyScene](https://cloud.tencent.com/document/api/1361/67412)](https://cloud.tencent.com/document/api/#/#)
|
|
36273
|
+
* [[ResetWarning](https://cloud.tencent.com/document/api/1361/67397)](https://cloud.tencent.com/document/api/#/#)
|
|
36274
|
+
|
|
36275
|
+
修改接口:
|
|
36276
|
+
|
|
36277
|
+
* [CreateScene](https://cloud.tencent.com/document/api/1361/65989)
|
|
36278
|
+
|
|
36279
|
+
* 新增入参:Channels
|
|
36280
|
+
|
|
36281
|
+
|
|
36282
|
+
新增数据结构:
|
|
36283
|
+
|
|
36284
|
+
* [[AbnormalEvents](https://cloud.tencent.com/document/api/1361/53754#AbnormalEvents)](https://cloud.tencent.com/document/api/1361/53754#[AbnormalEvents](https://cloud.tencent.com/document/api/1361/53754#AbnormalEvents))
|
|
36285
|
+
* [[AbnormalEventsInfo](https://cloud.tencent.com/document/api/1361/53754#AbnormalEventsInfo)](https://cloud.tencent.com/document/api/1361/53754#[AbnormalEventsInfo](https://cloud.tencent.com/document/api/1361/53754#AbnormalEventsInfo))
|
|
36286
|
+
* [[ChannelDetail](https://cloud.tencent.com/document/api/1361/53754#ChannelDetail)](https://cloud.tencent.com/document/api/1361/53754#[ChannelDetail](https://cloud.tencent.com/document/api/1361/53754#ChannelDetail))
|
|
36287
|
+
* [[ChannelItem](https://cloud.tencent.com/document/api/1361/53754#ChannelItem)](https://cloud.tencent.com/document/api/1361/53754#[ChannelItem](https://cloud.tencent.com/document/api/1361/53754#ChannelItem))
|
|
36288
|
+
* [[DeviceMonitorValue](https://cloud.tencent.com/document/api/1361/53754#DeviceMonitorValue)](https://cloud.tencent.com/document/api/1361/53754#[DeviceMonitorValue](https://cloud.tencent.com/document/api/1361/53754#DeviceMonitorValue))
|
|
36289
|
+
* [[Events](https://cloud.tencent.com/document/api/1361/53754#Events)](https://cloud.tencent.com/document/api/1361/53754#[Events](https://cloud.tencent.com/document/api/1361/53754#Events))
|
|
36290
|
+
* [[PresetItem](https://cloud.tencent.com/document/api/1361/53754#PresetItem)](https://cloud.tencent.com/document/api/1361/53754#[PresetItem](https://cloud.tencent.com/document/api/1361/53754#PresetItem))
|
|
36291
|
+
* [[RecordPlanDetail](https://cloud.tencent.com/document/api/1361/53754#RecordPlanDetail)](https://cloud.tencent.com/document/api/1361/53754#[RecordPlanDetail](https://cloud.tencent.com/document/api/1361/53754#RecordPlanDetail))
|
|
36292
|
+
* [[RecordStatistic](https://cloud.tencent.com/document/api/1361/53754#RecordStatistic)](https://cloud.tencent.com/document/api/1361/53754#[RecordStatistic](https://cloud.tencent.com/document/api/1361/53754#RecordStatistic))
|
|
36293
|
+
* [[RecordStatisticValue](https://cloud.tencent.com/document/api/1361/53754#RecordStatisticValue)](https://cloud.tencent.com/document/api/1361/53754#[RecordStatisticValue](https://cloud.tencent.com/document/api/1361/53754#RecordStatisticValue))
|
|
36294
|
+
* [[WarningsData](https://cloud.tencent.com/document/api/1361/53754#WarningsData)](https://cloud.tencent.com/document/api/1361/53754#[WarningsData](https://cloud.tencent.com/document/api/1361/53754#WarningsData))
|
|
36295
|
+
|
|
36296
|
+
修改数据结构:
|
|
36297
|
+
|
|
36298
|
+
* [GroupDeviceItem](https://cloud.tencent.com/document/api/1361/53754#GroupDeviceItem)
|
|
36299
|
+
|
|
36300
|
+
* 新增成员:CreateTime, ChannelNum, VideoChannelNum
|
|
36301
|
+
|
|
36302
|
+
|
|
35866
36303
|
### 第 14 次发布
|
|
35867
36304
|
|
|
35868
36305
|
发布时间:2021-12-16 08:10:46
|
|
@@ -37131,6 +37568,25 @@
|
|
|
37131
37568
|
|
|
37132
37569
|
## 云直播(live) 版本:2018-08-01
|
|
37133
37570
|
|
|
37571
|
+
### 第 72 次发布
|
|
37572
|
+
|
|
37573
|
+
发布时间:2022-01-05 08:10:51
|
|
37574
|
+
|
|
37575
|
+
本次发布包含了以下内容:
|
|
37576
|
+
|
|
37577
|
+
改善已有的文档。
|
|
37578
|
+
|
|
37579
|
+
修改接口:
|
|
37580
|
+
|
|
37581
|
+
* [DescribeBillBandwidthAndFluxList](https://cloud.tencent.com/document/api/267/35971)
|
|
37582
|
+
|
|
37583
|
+
* 新增入参:RegionNames
|
|
37584
|
+
|
|
37585
|
+
* [DescribePushBandwidthAndFluxList](https://cloud.tencent.com/document/api/267/59511)
|
|
37586
|
+
|
|
37587
|
+
* 新增入参:RegionNames
|
|
37588
|
+
|
|
37589
|
+
|
|
37134
37590
|
### 第 71 次发布
|
|
37135
37591
|
|
|
37136
37592
|
发布时间:2021-12-15 08:10:09
|
|
@@ -39670,6 +40126,22 @@
|
|
|
39670
40126
|
|
|
39671
40127
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
39672
40128
|
|
|
40129
|
+
### 第 17 次发布
|
|
40130
|
+
|
|
40131
|
+
发布时间:2022-01-05 08:11:21
|
|
40132
|
+
|
|
40133
|
+
本次发布包含了以下内容:
|
|
40134
|
+
|
|
40135
|
+
改善已有的文档。
|
|
40136
|
+
|
|
40137
|
+
新增接口:
|
|
40138
|
+
|
|
40139
|
+
* [SetAccountUserPrivilege](https://cloud.tencent.com/document/api/240/67357)
|
|
40140
|
+
|
|
40141
|
+
新增数据结构:
|
|
40142
|
+
|
|
40143
|
+
* [Auth](https://cloud.tencent.com/document/api/240/38576#Auth)
|
|
40144
|
+
|
|
39673
40145
|
### 第 16 次发布
|
|
39674
40146
|
|
|
39675
40147
|
发布时间:2021-12-14 08:12:21
|
|
@@ -39980,6 +40452,37 @@
|
|
|
39980
40452
|
|
|
39981
40453
|
## 云监控(monitor) 版本:2018-07-24
|
|
39982
40454
|
|
|
40455
|
+
### 第 35 次发布
|
|
40456
|
+
|
|
40457
|
+
发布时间:2021-12-30 08:11:53
|
|
40458
|
+
|
|
40459
|
+
本次发布包含了以下内容:
|
|
40460
|
+
|
|
40461
|
+
改善已有的文档。
|
|
40462
|
+
|
|
40463
|
+
新增接口:
|
|
40464
|
+
|
|
40465
|
+
* [BindingPolicyTag](https://cloud.tencent.com/document/api/248/67219)
|
|
40466
|
+
|
|
40467
|
+
新增数据结构:
|
|
40468
|
+
|
|
40469
|
+
* [PolicyTag](https://cloud.tencent.com/document/api/248/30354#PolicyTag)
|
|
40470
|
+
|
|
40471
|
+
### 第 34 次发布
|
|
40472
|
+
|
|
40473
|
+
发布时间:2021-12-29 08:10:29
|
|
40474
|
+
|
|
40475
|
+
本次发布包含了以下内容:
|
|
40476
|
+
|
|
40477
|
+
改善已有的文档。
|
|
40478
|
+
|
|
40479
|
+
修改数据结构:
|
|
40480
|
+
|
|
40481
|
+
* [PrometheusInstancesItem](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesItem)
|
|
40482
|
+
|
|
40483
|
+
* 新增成员:GrafanaInstanceId
|
|
40484
|
+
|
|
40485
|
+
|
|
39983
40486
|
### 第 33 次发布
|
|
39984
40487
|
|
|
39985
40488
|
发布时间:2021-12-16 08:11:56
|
|
@@ -44235,6 +44738,22 @@
|
|
|
44235
44738
|
|
|
44236
44739
|
## 企业组织(organization) 版本:2021-03-31
|
|
44237
44740
|
|
|
44741
|
+
### 第 4 次发布
|
|
44742
|
+
|
|
44743
|
+
发布时间:2021-12-30 08:12:38
|
|
44744
|
+
|
|
44745
|
+
本次发布包含了以下内容:
|
|
44746
|
+
|
|
44747
|
+
改善已有的文档。
|
|
44748
|
+
|
|
44749
|
+
新增接口:
|
|
44750
|
+
|
|
44751
|
+
* [DescribeOrganizationMembers](https://cloud.tencent.com/document/api/850/67220)
|
|
44752
|
+
|
|
44753
|
+
新增数据结构:
|
|
44754
|
+
|
|
44755
|
+
* [OrgMember](https://cloud.tencent.com/document/api/850/67060#OrgMember)
|
|
44756
|
+
|
|
44238
44757
|
### 第 3 次发布
|
|
44239
44758
|
|
|
44240
44759
|
发布时间:2021-12-28 08:09:51
|
|
@@ -44245,11 +44764,11 @@
|
|
|
44245
44764
|
|
|
44246
44765
|
新增接口:
|
|
44247
44766
|
|
|
44248
|
-
* [
|
|
44767
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/850/67059)
|
|
44249
44768
|
|
|
44250
44769
|
新增数据结构:
|
|
44251
44770
|
|
|
44252
|
-
* [
|
|
44771
|
+
* [OrgPermission](https://cloud.tencent.com/document/api/850/67060#OrgPermission)
|
|
44253
44772
|
|
|
44254
44773
|
### 第 2 次发布
|
|
44255
44774
|
|
|
@@ -45394,6 +45913,26 @@
|
|
|
45394
45913
|
|
|
45395
45914
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
45396
45915
|
|
|
45916
|
+
### 第 4 次发布
|
|
45917
|
+
|
|
45918
|
+
发布时间:2021-12-29 08:11:26
|
|
45919
|
+
|
|
45920
|
+
本次发布包含了以下内容:
|
|
45921
|
+
|
|
45922
|
+
改善已有的文档。
|
|
45923
|
+
|
|
45924
|
+
新增接口:
|
|
45925
|
+
|
|
45926
|
+
* [DescribeRiskAssessment](https://cloud.tencent.com/document/api/1343/67099)
|
|
45927
|
+
* [DescribeRiskTrends](https://cloud.tencent.com/document/api/1343/67098)
|
|
45928
|
+
|
|
45929
|
+
新增数据结构:
|
|
45930
|
+
|
|
45931
|
+
* [InputFrontRisk](https://cloud.tencent.com/document/api/1343/52566#InputFrontRisk)
|
|
45932
|
+
* [OutputFrontRisk](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRisk)
|
|
45933
|
+
* [OutputFrontRiskData](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRiskData)
|
|
45934
|
+
* [OutputFrontRiskValue](https://cloud.tencent.com/document/api/1343/52566#OutputFrontRiskValue)
|
|
45935
|
+
|
|
45397
45936
|
### 第 3 次发布
|
|
45398
45937
|
|
|
45399
45938
|
发布时间:2021-10-27 08:10:34
|
|
@@ -54086,6 +54625,23 @@
|
|
|
54086
54625
|
|
|
54087
54626
|
## 分布式消息队列(tdmq) 版本:2020-02-17
|
|
54088
54627
|
|
|
54628
|
+
### 第 27 次发布
|
|
54629
|
+
|
|
54630
|
+
发布时间:2021-12-29 08:13:22
|
|
54631
|
+
|
|
54632
|
+
本次发布包含了以下内容:
|
|
54633
|
+
|
|
54634
|
+
改善已有的文档。
|
|
54635
|
+
|
|
54636
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
54637
|
+
|
|
54638
|
+
* DescribeProducers
|
|
54639
|
+
|
|
54640
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
54641
|
+
|
|
54642
|
+
* Connection
|
|
54643
|
+
* Producer
|
|
54644
|
+
|
|
54089
54645
|
### 第 26 次发布
|
|
54090
54646
|
|
|
54091
54647
|
发布时间:2021-12-21 08:11:07
|
|
@@ -55507,7 +56063,7 @@
|
|
|
55507
56063
|
|
|
55508
56064
|
|
|
55509
56065
|
|
|
55510
|
-
##
|
|
56066
|
+
## 腾讯云 TI 平台 TI-EMS (tiems) 版本:2019-04-16
|
|
55511
56067
|
|
|
55512
56068
|
### 第 7 次发布
|
|
55513
56069
|
|
|
@@ -56145,7 +56701,7 @@
|
|
|
56145
56701
|
|
|
56146
56702
|
|
|
56147
56703
|
|
|
56148
|
-
##
|
|
56704
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
56149
56705
|
|
|
56150
56706
|
### 第 12 次发布
|
|
56151
56707
|
|
|
@@ -56925,6 +57481,32 @@
|
|
|
56925
57481
|
|
|
56926
57482
|
## 容器服务(tke) 版本:2018-05-25
|
|
56927
57483
|
|
|
57484
|
+
### 第 84 次发布
|
|
57485
|
+
|
|
57486
|
+
发布时间:2022-01-05 08:14:55
|
|
57487
|
+
|
|
57488
|
+
本次发布包含了以下内容:
|
|
57489
|
+
|
|
57490
|
+
改善已有的文档。
|
|
57491
|
+
|
|
57492
|
+
修改接口:
|
|
57493
|
+
|
|
57494
|
+
* [CreateClusterNodePool](https://cloud.tencent.com/document/api/457/49436)
|
|
57495
|
+
|
|
57496
|
+
* 新增入参:Tags
|
|
57497
|
+
|
|
57498
|
+
* [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
|
|
57499
|
+
|
|
57500
|
+
* 新增入参:Tags
|
|
57501
|
+
|
|
57502
|
+
|
|
57503
|
+
修改数据结构:
|
|
57504
|
+
|
|
57505
|
+
* [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
|
|
57506
|
+
|
|
57507
|
+
* 新增成员:Tags
|
|
57508
|
+
|
|
57509
|
+
|
|
56928
57510
|
### 第 83 次发布
|
|
56929
57511
|
|
|
56930
57512
|
发布时间:2021-12-24 08:16:08
|
|
@@ -59575,6 +60157,37 @@
|
|
|
59575
60157
|
|
|
59576
60158
|
## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
|
|
59577
60159
|
|
|
60160
|
+
### 第 65 次发布
|
|
60161
|
+
|
|
60162
|
+
发布时间:2022-01-05 08:15:18
|
|
60163
|
+
|
|
60164
|
+
本次发布包含了以下内容:
|
|
60165
|
+
|
|
60166
|
+
改善已有的文档。
|
|
60167
|
+
|
|
60168
|
+
修改接口:
|
|
60169
|
+
|
|
60170
|
+
* [DeployContainerGroup](https://cloud.tencent.com/document/api/649/36071)
|
|
60171
|
+
|
|
60172
|
+
* 新增入参:VolumeInfoList, VolumeMountInfoList
|
|
60173
|
+
|
|
60174
|
+
|
|
60175
|
+
### 第 64 次发布
|
|
60176
|
+
|
|
60177
|
+
发布时间:2021-12-30 08:15:43
|
|
60178
|
+
|
|
60179
|
+
本次发布包含了以下内容:
|
|
60180
|
+
|
|
60181
|
+
改善已有的文档。
|
|
60182
|
+
|
|
60183
|
+
新增接口:
|
|
60184
|
+
|
|
60185
|
+
* [DescribeContainerGroupDeployInfo](https://cloud.tencent.com/document/api/649/67221)
|
|
60186
|
+
|
|
60187
|
+
新增数据结构:
|
|
60188
|
+
|
|
60189
|
+
* [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
|
|
60190
|
+
|
|
59578
60191
|
### 第 63 次发布
|
|
59579
60192
|
|
|
59580
60193
|
发布时间:2021-12-24 08:16:33
|