tencentcloud-sdk-nodejs 4.0.766 → 4.0.768
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 +300 -0
- package/SERVICE_CHANGELOG.md +286 -143
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +15 -4
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +4 -4
- package/src/services/cwp/v20180228/cwp_models.ts +17 -23
- package/src/services/dts/v20211206/dts_models.ts +97 -97
- package/src/services/ess/v20201111/ess_client.ts +68 -22
- package/src/services/ess/v20201111/ess_models.ts +144 -37
- package/src/services/essbasic/v20210526/essbasic_client.ts +34 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +155 -25
- package/src/services/faceid/v20180301/faceid_models.ts +8 -8
- package/src/services/iss/v20230517/iss_models.ts +12 -8
- package/src/services/ivld/v20210903/ivld_models.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +57 -4
- package/src/services/monitor/v20180724/monitor_models.ts +7 -7
- package/src/services/omics/v20221128/omics_models.ts +21 -4
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +6 -6
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +2 -2
- package/src/services/ssm/v20190923/ssm_models.ts +2 -2
- package/src/services/tcb/v20180608/tcb_models.ts +3 -3
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +4 -3
- package/src/services/vod/v20180717/vod_models.ts +131 -132
- package/src/services/vpc/v20170312/vpc_models.ts +8 -0
- package/src/services/wedata/v20210820/wedata_client.ts +55 -16
- package/src/services/wedata/v20210820/wedata_models.ts +552 -71
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -4
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +17 -23
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +97 -97
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +55 -18
- package/tencentcloud/services/ess/v20201111/ess_client.js +57 -18
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +141 -37
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +25 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +26 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +152 -25
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -8
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +12 -8
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +55 -4
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +21 -4
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -6
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +2 -2
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +3 -3
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +2 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +131 -132
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +17 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +24 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +545 -73
- package/test/ess.v20201111.test.js +12 -2
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/wedata.v20210820.test.js +34 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 10 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-28 01:21:09
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,139 +12,38 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
|
|
17
|
-
* 新增入参:QueryFlag
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
23
|
-
|
|
24
|
-
### 第 6 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2023-12-26 01:09:04
|
|
15
|
+
* [RetryRuns](https://cloud.tencent.com/document/api/1643/90978)
|
|
27
16
|
|
|
28
|
-
|
|
17
|
+
* 新增入参:RunGroupId, WDLOption, NFOption
|
|
29
18
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
新增接口:
|
|
19
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
|
|
33
20
|
|
|
34
|
-
*
|
|
35
|
-
* [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
|
|
36
|
-
* [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
|
|
37
|
-
* [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
|
|
38
|
-
* [DescribeInstanceNodesInfo](https://cloud.tencent.com/document/api/1387/102616)
|
|
39
|
-
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1387/102615)
|
|
40
|
-
* [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
|
|
41
|
-
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
42
|
-
* [DestroyInstance](https://cloud.tencent.com/document/api/1387/102610)
|
|
43
|
-
* [ModifyInstance](https://cloud.tencent.com/document/api/1387/102612)
|
|
44
|
-
* [ResizeDisk](https://cloud.tencent.com/document/api/1387/102609)
|
|
45
|
-
* [RestartClusterForNode](https://cloud.tencent.com/document/api/1387/102608)
|
|
46
|
-
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1387/102607)
|
|
47
|
-
* [ScaleUpInstance](https://cloud.tencent.com/document/api/1387/102606)
|
|
21
|
+
* 新增出参:RunGroupId
|
|
48
22
|
|
|
49
|
-
新增数据结构:
|
|
50
23
|
|
|
51
|
-
* [ChargeProperties](https://cloud.tencent.com/document/api/1387/102385#ChargeProperties)
|
|
52
|
-
* [ClusterConfigsInfoFromEMR](https://cloud.tencent.com/document/api/1387/102385#ClusterConfigsInfoFromEMR)
|
|
53
|
-
* [ConfigKeyValue](https://cloud.tencent.com/document/api/1387/102385#ConfigKeyValue)
|
|
54
|
-
* [CreateInstanceSpec](https://cloud.tencent.com/document/api/1387/102385#CreateInstanceSpec)
|
|
55
|
-
* [DataBaseAuditRecord](https://cloud.tencent.com/document/api/1387/102385#DataBaseAuditRecord)
|
|
56
|
-
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
57
|
-
* [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
|
|
58
24
|
|
|
59
25
|
|
|
26
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
60
27
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### 第 167 次发布
|
|
28
|
+
### 第 66 次发布
|
|
64
29
|
|
|
65
|
-
发布时间:2023-12-
|
|
30
|
+
发布时间:2023-12-28 01:29:55
|
|
66
31
|
|
|
67
32
|
本次发布包含了以下内容:
|
|
68
33
|
|
|
69
34
|
改善已有的文档。
|
|
70
35
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
* [CreateClusterNodePool](https://cloud.tencent.com/document/api/457/49436)
|
|
74
|
-
|
|
75
|
-
* 新增入参:Annotations
|
|
76
|
-
|
|
77
|
-
* [ModifyClusterNodePool](https://cloud.tencent.com/document/api/457/49431)
|
|
78
|
-
|
|
79
|
-
* 新增入参:Annotations
|
|
36
|
+
新增接口:
|
|
80
37
|
|
|
38
|
+
* [DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)
|
|
39
|
+
* [DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)
|
|
40
|
+
* [DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)
|
|
81
41
|
|
|
82
42
|
新增数据结构:
|
|
83
43
|
|
|
84
|
-
* [
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
* [NodePool](https://cloud.tencent.com/document/api/457/31866#NodePool)
|
|
89
|
-
|
|
90
|
-
* 新增成员:Annotations
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
96
|
-
|
|
97
|
-
### 第 184 次发布
|
|
98
|
-
|
|
99
|
-
发布时间:2023-12-26 01:32:32
|
|
100
|
-
|
|
101
|
-
本次发布包含了以下内容:
|
|
102
|
-
|
|
103
|
-
改善已有的文档。
|
|
104
|
-
|
|
105
|
-
修改接口:
|
|
106
|
-
|
|
107
|
-
* [AssignIpv6SubnetCidrBlock](https://cloud.tencent.com/document/api/215/34471)
|
|
108
|
-
|
|
109
|
-
* 新增入参:ClientToken
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
115
|
-
|
|
116
|
-
### 第 77 次发布
|
|
117
|
-
|
|
118
|
-
发布时间:2023-12-26 02:05:35
|
|
119
|
-
|
|
120
|
-
本次发布包含了以下内容:
|
|
121
|
-
|
|
122
|
-
改善已有的文档。
|
|
123
|
-
|
|
124
|
-
修改数据结构:
|
|
125
|
-
|
|
126
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
127
|
-
|
|
128
|
-
* 新增成员:LastQpsExceedTime
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## 音速达直播音乐版权引擎(yinsuda) 版本:2022-05-27
|
|
134
|
-
|
|
135
|
-
### 第 18 次发布
|
|
136
|
-
|
|
137
|
-
发布时间:2023-12-26 02:06:57
|
|
138
|
-
|
|
139
|
-
本次发布包含了以下内容:
|
|
140
|
-
|
|
141
|
-
改善已有的文档。
|
|
142
|
-
|
|
143
|
-
新增接口:
|
|
144
|
-
|
|
145
|
-
* [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
|
|
146
|
-
* [DescribeVipUserInfo](https://cloud.tencent.com/document/api/1592/102621)
|
|
147
|
-
* [RechargeVip](https://cloud.tencent.com/document/api/1592/102620)
|
|
44
|
+
* [ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)
|
|
45
|
+
* [TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)
|
|
46
|
+
* [TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)
|
|
148
47
|
|
|
149
48
|
|
|
150
49
|
|
|
@@ -8627,6 +8526,28 @@
|
|
|
8627
8526
|
|
|
8628
8527
|
## 费用中心(billing) 版本:2018-07-09
|
|
8629
8528
|
|
|
8529
|
+
### 第 53 次发布
|
|
8530
|
+
|
|
8531
|
+
发布时间:2023-12-27 01:07:34
|
|
8532
|
+
|
|
8533
|
+
本次发布包含了以下内容:
|
|
8534
|
+
|
|
8535
|
+
改善已有的文档。
|
|
8536
|
+
|
|
8537
|
+
修改接口:
|
|
8538
|
+
|
|
8539
|
+
* [DescribeDosageDetailByDate](https://cloud.tencent.com/document/api/555/33985)
|
|
8540
|
+
|
|
8541
|
+
* 新增入参:PayerUin
|
|
8542
|
+
|
|
8543
|
+
|
|
8544
|
+
修改数据结构:
|
|
8545
|
+
|
|
8546
|
+
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
8547
|
+
|
|
8548
|
+
* 新增成员:Id
|
|
8549
|
+
|
|
8550
|
+
|
|
8630
8551
|
### 第 52 次发布
|
|
8631
8552
|
|
|
8632
8553
|
发布时间:2023-12-01 01:08:07
|
|
@@ -21854,30 +21775,30 @@
|
|
|
21854
21775
|
|
|
21855
21776
|
新增接口:
|
|
21856
21777
|
|
|
21857
|
-
* [
|
|
21858
|
-
* [
|
|
21859
|
-
* [
|
|
21860
|
-
* [
|
|
21861
|
-
* [
|
|
21862
|
-
* [
|
|
21863
|
-
* [
|
|
21864
|
-
* [
|
|
21865
|
-
* [
|
|
21866
|
-
* [
|
|
21867
|
-
* [
|
|
21868
|
-
* [
|
|
21869
|
-
* [
|
|
21870
|
-
* [
|
|
21778
|
+
* [CreateInstanceNew](https://cloud.tencent.com/document/api/1387/102611)
|
|
21779
|
+
* [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1387/102619)
|
|
21780
|
+
* [DescribeDatabaseAuditDownload](https://cloud.tencent.com/document/api/1387/102618)
|
|
21781
|
+
* [DescribeDatabaseAuditRecords](https://cloud.tencent.com/document/api/1387/102617)
|
|
21782
|
+
* [DescribeInstanceNodesInfo](https://cloud.tencent.com/document/api/1387/102616)
|
|
21783
|
+
* [DescribeInstanceState](https://cloud.tencent.com/document/api/1387/102615)
|
|
21784
|
+
* [DescribeSlowQueryRecords](https://cloud.tencent.com/document/api/1387/102614)
|
|
21785
|
+
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
21786
|
+
* [DestroyInstance](https://cloud.tencent.com/document/api/1387/102610)
|
|
21787
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1387/102612)
|
|
21788
|
+
* [ResizeDisk](https://cloud.tencent.com/document/api/1387/102609)
|
|
21789
|
+
* [RestartClusterForNode](https://cloud.tencent.com/document/api/1387/102608)
|
|
21790
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1387/102607)
|
|
21791
|
+
* [ScaleUpInstance](https://cloud.tencent.com/document/api/1387/102606)
|
|
21871
21792
|
|
|
21872
21793
|
新增数据结构:
|
|
21873
21794
|
|
|
21874
|
-
* [
|
|
21875
|
-
* [
|
|
21876
|
-
* [
|
|
21877
|
-
* [
|
|
21878
|
-
* [
|
|
21879
|
-
* [
|
|
21880
|
-
* [
|
|
21795
|
+
* [ChargeProperties](https://cloud.tencent.com/document/api/1387/102385#ChargeProperties)
|
|
21796
|
+
* [ClusterConfigsInfoFromEMR](https://cloud.tencent.com/document/api/1387/102385#ClusterConfigsInfoFromEMR)
|
|
21797
|
+
* [ConfigKeyValue](https://cloud.tencent.com/document/api/1387/102385#ConfigKeyValue)
|
|
21798
|
+
* [CreateInstanceSpec](https://cloud.tencent.com/document/api/1387/102385#CreateInstanceSpec)
|
|
21799
|
+
* [DataBaseAuditRecord](https://cloud.tencent.com/document/api/1387/102385#DataBaseAuditRecord)
|
|
21800
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1387/102385#NodeInfo)
|
|
21801
|
+
* [SlowQueryRecord](https://cloud.tencent.com/document/api/1387/102385#SlowQueryRecord)
|
|
21881
21802
|
|
|
21882
21803
|
### 第 5 次发布
|
|
21883
21804
|
|
|
@@ -51198,6 +51119,25 @@
|
|
|
51198
51119
|
|
|
51199
51120
|
## 数据传输服务(dts) 版本:2021-12-06
|
|
51200
51121
|
|
|
51122
|
+
### 第 20 次发布
|
|
51123
|
+
|
|
51124
|
+
发布时间:2023-12-27 01:17:28
|
|
51125
|
+
|
|
51126
|
+
本次发布包含了以下内容:
|
|
51127
|
+
|
|
51128
|
+
改善已有的文档。
|
|
51129
|
+
|
|
51130
|
+
修改数据结构:
|
|
51131
|
+
|
|
51132
|
+
* [ErrInfo](https://cloud.tencent.com/document/api/571/82108#ErrInfo)
|
|
51133
|
+
|
|
51134
|
+
* <font color="#dd0000">**修改成员**:</font>Reason, Message, Solution
|
|
51135
|
+
|
|
51136
|
+
* [JobItem](https://cloud.tencent.com/document/api/571/82108#JobItem)
|
|
51137
|
+
|
|
51138
|
+
* <font color="#dd0000">**修改成员**:</font>DumperResumeCtrl
|
|
51139
|
+
|
|
51140
|
+
|
|
51201
51141
|
### 第 19 次发布
|
|
51202
51142
|
|
|
51203
51143
|
发布时间:2023-11-15 01:36:06
|
|
@@ -56982,6 +56922,22 @@
|
|
|
56982
56922
|
|
|
56983
56923
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
56984
56924
|
|
|
56925
|
+
### 第 144 次发布
|
|
56926
|
+
|
|
56927
|
+
发布时间:2023-12-27 01:19:02
|
|
56928
|
+
|
|
56929
|
+
本次发布包含了以下内容:
|
|
56930
|
+
|
|
56931
|
+
改善已有的文档。
|
|
56932
|
+
|
|
56933
|
+
新增接口:
|
|
56934
|
+
|
|
56935
|
+
* [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1323/102692)
|
|
56936
|
+
|
|
56937
|
+
新增数据结构:
|
|
56938
|
+
|
|
56939
|
+
* [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1323/70369#NeedReviewApproverInfo)
|
|
56940
|
+
|
|
56985
56941
|
### 第 143 次发布
|
|
56986
56942
|
|
|
56987
56943
|
发布时间:2023-12-20 01:38:18
|
|
@@ -59758,6 +59714,22 @@
|
|
|
59758
59714
|
|
|
59759
59715
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
59760
59716
|
|
|
59717
|
+
### 第 146 次发布
|
|
59718
|
+
|
|
59719
|
+
发布时间:2023-12-27 01:19:26
|
|
59720
|
+
|
|
59721
|
+
本次发布包含了以下内容:
|
|
59722
|
+
|
|
59723
|
+
改善已有的文档。
|
|
59724
|
+
|
|
59725
|
+
新增接口:
|
|
59726
|
+
|
|
59727
|
+
* [CreateFlowGroupSignReview](https://cloud.tencent.com/document/api/1420/102693)
|
|
59728
|
+
|
|
59729
|
+
新增数据结构:
|
|
59730
|
+
|
|
59731
|
+
* [NeedReviewApproverInfo](https://cloud.tencent.com/document/api/1420/61525#NeedReviewApproverInfo)
|
|
59732
|
+
|
|
59761
59733
|
### 第 145 次发布
|
|
59762
59734
|
|
|
59763
59735
|
发布时间:2023-12-21 01:38:43
|
|
@@ -62665,6 +62637,21 @@
|
|
|
62665
62637
|
|
|
62666
62638
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
62667
62639
|
|
|
62640
|
+
### 第 69 次发布
|
|
62641
|
+
|
|
62642
|
+
发布时间:2023-12-27 01:19:47
|
|
62643
|
+
|
|
62644
|
+
本次发布包含了以下内容:
|
|
62645
|
+
|
|
62646
|
+
改善已有的文档。
|
|
62647
|
+
|
|
62648
|
+
修改数据结构:
|
|
62649
|
+
|
|
62650
|
+
* [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
|
|
62651
|
+
|
|
62652
|
+
* <font color="#dd0000">**修改成员**:</font>FinalResultDetailCode, FinalResultMessage
|
|
62653
|
+
|
|
62654
|
+
|
|
62668
62655
|
### 第 68 次发布
|
|
62669
62656
|
|
|
62670
62657
|
发布时间:2023-12-22 01:16:17
|
|
@@ -73565,6 +73552,88 @@
|
|
|
73565
73552
|
|
|
73566
73553
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
73567
73554
|
|
|
73555
|
+
### 第 10 次发布
|
|
73556
|
+
|
|
73557
|
+
发布时间:2023-12-27 01:22:46
|
|
73558
|
+
|
|
73559
|
+
本次发布包含了以下内容:
|
|
73560
|
+
|
|
73561
|
+
改善已有的文档。
|
|
73562
|
+
|
|
73563
|
+
修改接口:
|
|
73564
|
+
|
|
73565
|
+
* [ListDevices](https://cloud.tencent.com/document/api/1344/95871)
|
|
73566
|
+
|
|
73567
|
+
* 新增入参:IsContainUser
|
|
73568
|
+
|
|
73569
|
+
|
|
73570
|
+
修改数据结构:
|
|
73571
|
+
|
|
73572
|
+
* [BaseAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BaseAIResultInfo)
|
|
73573
|
+
|
|
73574
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Score, Location
|
|
73575
|
+
|
|
73576
|
+
* [BodyAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#BodyAIResultInfo)
|
|
73577
|
+
|
|
73578
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, BodyInfo
|
|
73579
|
+
|
|
73580
|
+
* [CarAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#CarAIResultInfo)
|
|
73581
|
+
|
|
73582
|
+
* <font color="#dd0000">**修改成员**:</font>Serial, Brand, Type, Color, Confidence, Year, PlateContent, Location
|
|
73583
|
+
|
|
73584
|
+
* [ChefClothAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefClothAIResultInfo)
|
|
73585
|
+
|
|
73586
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefClothInfoInfo
|
|
73587
|
+
|
|
73588
|
+
* [ChefHatAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#ChefHatAIResultInfo)
|
|
73589
|
+
|
|
73590
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, ChefHatInfo
|
|
73591
|
+
|
|
73592
|
+
* [DescribeGatewayMonitor](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayMonitor)
|
|
73593
|
+
|
|
73594
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceTotal, DeviceOnline, DeviceOffline, ChannelTotal, ChannelOnline, ChannelOffline, UpFlow, ChannelPull, ChannelUnPull
|
|
73595
|
+
|
|
73596
|
+
* [FaceMaskAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#FaceMaskAIResultInfo)
|
|
73597
|
+
|
|
73598
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, FaceMaskInfo
|
|
73599
|
+
|
|
73600
|
+
* [GatewayVersion](https://cloud.tencent.com/document/api/1344/95952#GatewayVersion)
|
|
73601
|
+
|
|
73602
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Version
|
|
73603
|
+
|
|
73604
|
+
* [ListDeviceInfo](https://cloud.tencent.com/document/api/1344/95952#ListDeviceInfo)
|
|
73605
|
+
|
|
73606
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceId, Code, Status, TransportProtocol, Name, Type, Password, Description, ClusterId, ClusterName, AccessProtocol, OrganizationId, ChannelNum
|
|
73607
|
+
|
|
73608
|
+
* [Location](https://cloud.tencent.com/document/api/1344/95952#Location)
|
|
73609
|
+
|
|
73610
|
+
* <font color="#dd0000">**修改成员**:</font>X, Y, Width, Height
|
|
73611
|
+
|
|
73612
|
+
* [PetAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PetAIResultInfo)
|
|
73613
|
+
|
|
73614
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, PetInfo
|
|
73615
|
+
|
|
73616
|
+
* [PhoneCallAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#PhoneCallAIResultInfo)
|
|
73617
|
+
|
|
73618
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, PhoneCallInfo
|
|
73619
|
+
|
|
73620
|
+
* [PlateContent](https://cloud.tencent.com/document/api/1344/95952#PlateContent)
|
|
73621
|
+
|
|
73622
|
+
* <font color="#dd0000">**修改成员**:</font>Plate, Color, Type, Location
|
|
73623
|
+
|
|
73624
|
+
* [RecordPlaybackUrl](https://cloud.tencent.com/document/api/1344/95952#RecordPlaybackUrl)
|
|
73625
|
+
|
|
73626
|
+
* <font color="#dd0000">**修改成员**:</font>Hls
|
|
73627
|
+
|
|
73628
|
+
* [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
|
|
73629
|
+
|
|
73630
|
+
* <font color="#dd0000">**修改成员**:</font>Begin, End
|
|
73631
|
+
|
|
73632
|
+
* [SmokingAIResultInfo](https://cloud.tencent.com/document/api/1344/95952#SmokingAIResultInfo)
|
|
73633
|
+
|
|
73634
|
+
* <font color="#dd0000">**修改成员**:</font>Time, Url, SmokingInfo
|
|
73635
|
+
|
|
73636
|
+
|
|
73568
73637
|
### 第 9 次发布
|
|
73569
73638
|
|
|
73570
73639
|
发布时间:2023-10-27 01:53:51
|
|
@@ -81410,6 +81479,26 @@
|
|
|
81410
81479
|
|
|
81411
81480
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
81412
81481
|
|
|
81482
|
+
### 第 33 次发布
|
|
81483
|
+
|
|
81484
|
+
发布时间:2023-12-27 01:26:46
|
|
81485
|
+
|
|
81486
|
+
本次发布包含了以下内容:
|
|
81487
|
+
|
|
81488
|
+
改善已有的文档。
|
|
81489
|
+
|
|
81490
|
+
修改接口:
|
|
81491
|
+
|
|
81492
|
+
* [ModifyDBInstanceSpec](https://cloud.tencent.com/document/api/240/38565)
|
|
81493
|
+
|
|
81494
|
+
* 新增入参:AddNodeList, RemoveNodeList
|
|
81495
|
+
|
|
81496
|
+
|
|
81497
|
+
新增数据结构:
|
|
81498
|
+
|
|
81499
|
+
* [AddNodeList](https://cloud.tencent.com/document/api/240/38576#AddNodeList)
|
|
81500
|
+
* [RemoveNodeList](https://cloud.tencent.com/document/api/240/38576#RemoveNodeList)
|
|
81501
|
+
|
|
81413
81502
|
### 第 32 次发布
|
|
81414
81503
|
|
|
81415
81504
|
发布时间:2023-04-11 01:28:42
|
|
@@ -91779,6 +91868,25 @@
|
|
|
91779
91868
|
|
|
91780
91869
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
91781
91870
|
|
|
91871
|
+
### 第 10 次发布
|
|
91872
|
+
|
|
91873
|
+
发布时间:2023-12-28 01:21:09
|
|
91874
|
+
|
|
91875
|
+
本次发布包含了以下内容:
|
|
91876
|
+
|
|
91877
|
+
改善已有的文档。
|
|
91878
|
+
|
|
91879
|
+
修改接口:
|
|
91880
|
+
|
|
91881
|
+
* [RetryRuns](https://cloud.tencent.com/document/api/1643/90978)
|
|
91882
|
+
|
|
91883
|
+
* 新增入参:RunGroupId, WDLOption, NFOption
|
|
91884
|
+
|
|
91885
|
+
* <font color="#dd0000">**修改入参**:</font>ProjectId, RunUuids
|
|
91886
|
+
|
|
91887
|
+
* 新增出参:RunGroupId
|
|
91888
|
+
|
|
91889
|
+
|
|
91782
91890
|
### 第 9 次发布
|
|
91783
91891
|
|
|
91784
91892
|
发布时间:2023-12-13 02:14:02
|
|
@@ -121779,7 +121887,7 @@
|
|
|
121779
121887
|
|
|
121780
121888
|
新增数据结构:
|
|
121781
121889
|
|
|
121782
|
-
* [
|
|
121890
|
+
* [AnnotationValue](https://cloud.tencent.com/document/api/457/31866#AnnotationValue)
|
|
121783
121891
|
|
|
121784
121892
|
修改数据结构:
|
|
121785
121893
|
|
|
@@ -136927,6 +137035,21 @@
|
|
|
136927
137035
|
|
|
136928
137036
|
## 私有网络(vpc) 版本:2017-03-12
|
|
136929
137037
|
|
|
137038
|
+
### 第 185 次发布
|
|
137039
|
+
|
|
137040
|
+
发布时间:2023-12-27 01:44:26
|
|
137041
|
+
|
|
137042
|
+
本次发布包含了以下内容:
|
|
137043
|
+
|
|
137044
|
+
改善已有的文档。
|
|
137045
|
+
|
|
137046
|
+
修改接口:
|
|
137047
|
+
|
|
137048
|
+
* [ModifyCcnAttribute](https://cloud.tencent.com/document/api/215/19195)
|
|
137049
|
+
|
|
137050
|
+
* 新增入参:RouteECMPFlag, RouteOverlapFlag
|
|
137051
|
+
|
|
137052
|
+
|
|
136930
137053
|
### 第 184 次发布
|
|
136931
137054
|
|
|
136932
137055
|
发布时间:2023-12-26 01:32:32
|
|
@@ -143136,6 +143259,26 @@
|
|
|
143136
143259
|
|
|
143137
143260
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
143138
143261
|
|
|
143262
|
+
### 第 66 次发布
|
|
143263
|
+
|
|
143264
|
+
发布时间:2023-12-28 01:29:55
|
|
143265
|
+
|
|
143266
|
+
本次发布包含了以下内容:
|
|
143267
|
+
|
|
143268
|
+
改善已有的文档。
|
|
143269
|
+
|
|
143270
|
+
新增接口:
|
|
143271
|
+
|
|
143272
|
+
* [[DescribeFieldBasicInfo](https://cloud.tencent.com/document/api/1267/102705)](https://cloud.tencent.com/document/api/#/#)
|
|
143273
|
+
* [[DescribeTableBasicInfo](https://cloud.tencent.com/document/api/1267/102704)](https://cloud.tencent.com/document/api/#/#)
|
|
143274
|
+
* [[DescribeTableLineageInfo](https://cloud.tencent.com/document/api/1267/102703)](https://cloud.tencent.com/document/api/#/#)
|
|
143275
|
+
|
|
143276
|
+
新增数据结构:
|
|
143277
|
+
|
|
143278
|
+
* [[ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo)](https://cloud.tencent.com/document/api/1267/76336#[ColumnBasicInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnBasicInfo))
|
|
143279
|
+
* [[TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo)](https://cloud.tencent.com/document/api/1267/76336#[TableBasicInfo](https://cloud.tencent.com/document/api/1267/76336#TableBasicInfo))
|
|
143280
|
+
* [[TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo)](https://cloud.tencent.com/document/api/1267/76336#[TableLineageBaseInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageBaseInfo))
|
|
143281
|
+
|
|
143139
143282
|
### 第 65 次发布
|
|
143140
143283
|
|
|
143141
143284
|
发布时间:2023-12-20 02:28:42
|
|
@@ -145780,9 +145923,9 @@
|
|
|
145780
145923
|
|
|
145781
145924
|
新增接口:
|
|
145782
145925
|
|
|
145783
|
-
* [
|
|
145784
|
-
* [
|
|
145785
|
-
* [
|
|
145926
|
+
* [DescribeKTVMusicAccompanySegmentUrlVip](https://cloud.tencent.com/document/api/1592/102622)
|
|
145927
|
+
* [DescribeVipUserInfo](https://cloud.tencent.com/document/api/1592/102621)
|
|
145928
|
+
* [RechargeVip](https://cloud.tencent.com/document/api/1592/102620)
|
|
145786
145929
|
|
|
145787
145930
|
### 第 17 次发布
|
|
145788
145931
|
|