tencentcloud-sdk-nodejs 4.0.861 → 4.0.863
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 +320 -0
- package/SERVICE_CHANGELOG.md +307 -114
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +67 -18
- package/src/services/dasb/v20191018/dasb_client.ts +100 -25
- package/src/services/dasb/v20191018/dasb_models.ts +605 -128
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +32 -0
- package/src/services/dlc/v20210125/dlc_client.ts +12 -0
- package/src/services/dlc/v20210125/dlc_models.ts +28 -0
- package/src/services/domain/v20180808/domain_client.ts +219 -47
- package/src/services/domain/v20180808/domain_models.ts +942 -248
- package/src/services/dsgc/v20190723/dsgc_models.ts +5 -0
- package/src/services/dts/v20211206/dts_models.ts +2 -2
- package/src/services/ess/v20201111/ess_models.ts +11 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +116 -40
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +452 -149
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +22 -16
- package/src/services/mna/v20210119/mna_client.ts +33 -9
- package/src/services/mna/v20210119/mna_models.ts +165 -75
- package/src/services/ocr/v20181119/ocr_models.ts +24 -0
- package/src/services/rum/v20210622/rum_models.ts +6 -6
- package/src/services/ssl/v20191205/ssl_client.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +1 -0
- package/src/services/tione/v20211111/tione_models.ts +5 -0
- package/src/services/tmt/v20180321/tmt_models.ts +0 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -18
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +31 -7
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +45 -9
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +565 -103
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +30 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +26 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +67 -11
- package/tencentcloud/services/domain/v20180808/domain_client.js +99 -15
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +915 -253
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +2 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +35 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +51 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +436 -149
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -16
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +11 -3
- package/tencentcloud/services/mna/v20210119/mna_client.js +15 -3
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +160 -74
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -0
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +6 -6
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +0 -1
- package/test/dasb.v20191018.test.js +66 -6
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/dlc.v20210125.test.js +10 -0
- package/test/domain.v20180808.test.js +150 -10
- package/test/iotexplorer.v20190423.test.js +76 -16
- package/test/mna.v20210119.test.js +22 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,41 +1,29 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 104 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-28 01:20:25
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
|
|
20
|
-
|
|
21
13
|
修改数据结构:
|
|
22
14
|
|
|
23
|
-
* [
|
|
24
|
-
|
|
25
|
-
* 新增成员:AnalysisTopKey
|
|
26
|
-
|
|
27
|
-
|
|
15
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
28
16
|
|
|
17
|
+
* 新增成员:VpcId, SubnetId
|
|
29
18
|
|
|
30
|
-
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
31
19
|
|
|
32
20
|
|
|
33
21
|
|
|
34
|
-
##
|
|
22
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
35
23
|
|
|
36
|
-
### 第
|
|
24
|
+
### 第 37 次发布
|
|
37
25
|
|
|
38
|
-
发布时间:2024-05-
|
|
26
|
+
发布时间:2024-05-28 01:34:04
|
|
39
27
|
|
|
40
28
|
本次发布包含了以下内容:
|
|
41
29
|
|
|
@@ -43,56 +31,52 @@
|
|
|
43
31
|
|
|
44
32
|
新增接口:
|
|
45
33
|
|
|
46
|
-
* [
|
|
47
|
-
* [
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
34
|
+
* [BidDetailPage](https://cloud.tencent.com/document/api/242/106605)
|
|
35
|
+
* [BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)
|
|
36
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
37
|
+
* [DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)
|
|
38
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
39
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
40
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
41
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
42
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
43
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
44
|
+
* [DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)
|
|
45
|
+
* [DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)
|
|
46
|
+
* [DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)
|
|
47
|
+
* [DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)
|
|
56
48
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
改善已有的文档。
|
|
60
|
-
|
|
61
|
-
新增接口:
|
|
49
|
+
新增数据结构:
|
|
62
50
|
|
|
63
|
-
* [
|
|
64
|
-
* [
|
|
51
|
+
* [AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)
|
|
52
|
+
* [PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)
|
|
53
|
+
* [PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)
|
|
54
|
+
* [PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)
|
|
65
55
|
|
|
66
56
|
|
|
67
57
|
|
|
68
|
-
##
|
|
58
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
69
59
|
|
|
70
|
-
### 第
|
|
60
|
+
### 第 19 次发布
|
|
71
61
|
|
|
72
|
-
发布时间:2024-05-
|
|
62
|
+
发布时间:2024-05-28 01:54:57
|
|
73
63
|
|
|
74
64
|
本次发布包含了以下内容:
|
|
75
65
|
|
|
76
66
|
改善已有的文档。
|
|
77
67
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
* [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
|
|
81
|
-
|
|
82
|
-
* 新增出参:FlowId
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
68
|
+
新增接口:
|
|
86
69
|
|
|
87
|
-
|
|
70
|
+
* [GetFlowAlarmInfo](https://cloud.tencent.com/document/api/1385/106608)
|
|
71
|
+
* [GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)
|
|
88
72
|
|
|
89
73
|
|
|
90
74
|
|
|
91
|
-
##
|
|
75
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
92
76
|
|
|
93
|
-
### 第
|
|
77
|
+
### 第 137 次发布
|
|
94
78
|
|
|
95
|
-
发布时间:2024-05-
|
|
79
|
+
发布时间:2024-05-28 01:59:27
|
|
96
80
|
|
|
97
81
|
本次发布包含了以下内容:
|
|
98
82
|
|
|
@@ -100,57 +84,10 @@
|
|
|
100
84
|
|
|
101
85
|
修改接口:
|
|
102
86
|
|
|
103
|
-
* [
|
|
104
|
-
|
|
105
|
-
* 新增入参:ClusterIds, ClusterTypes, ClusterName
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
## 媒体处理(mps) 版本:2019-06-12
|
|
111
|
-
|
|
112
|
-
### 第 83 次发布
|
|
113
|
-
|
|
114
|
-
发布时间:2024-05-24 01:56:56
|
|
115
|
-
|
|
116
|
-
本次发布包含了以下内容:
|
|
117
|
-
|
|
118
|
-
改善已有的文档。
|
|
119
|
-
|
|
120
|
-
新增数据结构:
|
|
121
|
-
|
|
122
|
-
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
123
|
-
|
|
124
|
-
修改数据结构:
|
|
125
|
-
|
|
126
|
-
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
127
|
-
|
|
128
|
-
* 新增成员:ObjectRecognitionResultSet
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
## 节省计划(svp) 版本:2024-01-25
|
|
134
|
-
|
|
135
|
-
### 第 2 次发布
|
|
136
|
-
|
|
137
|
-
发布时间:2024-05-23 17:09:13
|
|
138
|
-
|
|
139
|
-
本次发布包含了以下内容:
|
|
140
|
-
|
|
141
|
-
改善已有的文档。
|
|
142
|
-
|
|
143
|
-
新增接口:
|
|
144
|
-
|
|
145
|
-
* [DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)
|
|
146
|
-
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
|
|
147
|
-
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
|
|
87
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
148
88
|
|
|
149
|
-
|
|
89
|
+
* 新增出参:NationalEmblem, QRCode, Seal, Title, SerialNumber, RegistrationAuthority
|
|
150
90
|
|
|
151
|
-
* [SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)
|
|
152
|
-
* [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)
|
|
153
|
-
* [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)
|
|
154
91
|
|
|
155
92
|
|
|
156
93
|
|
|
@@ -22928,6 +22865,21 @@
|
|
|
22928
22865
|
|
|
22929
22866
|
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
22930
22867
|
|
|
22868
|
+
### 第 11 次发布
|
|
22869
|
+
|
|
22870
|
+
发布时间:2024-05-27 01:18:10
|
|
22871
|
+
|
|
22872
|
+
本次发布包含了以下内容:
|
|
22873
|
+
|
|
22874
|
+
改善已有的文档。
|
|
22875
|
+
|
|
22876
|
+
修改接口:
|
|
22877
|
+
|
|
22878
|
+
* [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
|
|
22879
|
+
|
|
22880
|
+
* 新增入参:IsQuery
|
|
22881
|
+
|
|
22882
|
+
|
|
22931
22883
|
### 第 10 次发布
|
|
22932
22884
|
|
|
22933
22885
|
发布时间:2024-05-15 01:12:20
|
|
@@ -26197,6 +26149,21 @@
|
|
|
26197
26149
|
|
|
26198
26150
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
26199
26151
|
|
|
26152
|
+
### 第 104 次发布
|
|
26153
|
+
|
|
26154
|
+
发布时间:2024-05-28 01:20:25
|
|
26155
|
+
|
|
26156
|
+
本次发布包含了以下内容:
|
|
26157
|
+
|
|
26158
|
+
改善已有的文档。
|
|
26159
|
+
|
|
26160
|
+
修改数据结构:
|
|
26161
|
+
|
|
26162
|
+
* [PrometheusDTO](https://cloud.tencent.com/document/api/597/40861#PrometheusDTO)
|
|
26163
|
+
|
|
26164
|
+
* 新增成员:VpcId, SubnetId
|
|
26165
|
+
|
|
26166
|
+
|
|
26200
26167
|
### 第 103 次发布
|
|
26201
26168
|
|
|
26202
26169
|
发布时间:2024-05-23 01:20:10
|
|
@@ -44399,6 +44366,56 @@
|
|
|
44399
44366
|
|
|
44400
44367
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
44401
44368
|
|
|
44369
|
+
### 第 90 次发布
|
|
44370
|
+
|
|
44371
|
+
发布时间:2024-05-27 01:28:43
|
|
44372
|
+
|
|
44373
|
+
本次发布包含了以下内容:
|
|
44374
|
+
|
|
44375
|
+
改善已有的文档。
|
|
44376
|
+
|
|
44377
|
+
修改接口:
|
|
44378
|
+
|
|
44379
|
+
* [AddInstances](https://cloud.tencent.com/document/api/1003/48088)
|
|
44380
|
+
|
|
44381
|
+
* 新增入参:DeviceType
|
|
44382
|
+
|
|
44383
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
44384
|
+
|
|
44385
|
+
* 新增入参:DeviceType
|
|
44386
|
+
|
|
44387
|
+
* [InquirePriceCreate](https://cloud.tencent.com/document/api/1003/77738)
|
|
44388
|
+
|
|
44389
|
+
* 新增入参:DeviceType
|
|
44390
|
+
|
|
44391
|
+
* [RollbackToNewCluster](https://cloud.tencent.com/document/api/1003/104727)
|
|
44392
|
+
|
|
44393
|
+
* 新增入参:PayMode
|
|
44394
|
+
|
|
44395
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/1003/48077)
|
|
44396
|
+
|
|
44397
|
+
* 新增入参:DeviceType
|
|
44398
|
+
|
|
44399
|
+
|
|
44400
|
+
修改数据结构:
|
|
44401
|
+
|
|
44402
|
+
* [ClusterInstanceDetail](https://cloud.tencent.com/document/api/1003/48097#ClusterInstanceDetail)
|
|
44403
|
+
|
|
44404
|
+
* 新增成员:InstanceTasks, InstanceDeviceType
|
|
44405
|
+
|
|
44406
|
+
* [CynosdbInstance](https://cloud.tencent.com/document/api/1003/48097#CynosdbInstance)
|
|
44407
|
+
|
|
44408
|
+
* 新增成员:DeviceType
|
|
44409
|
+
|
|
44410
|
+
* [InstanceInitInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceInitInfo)
|
|
44411
|
+
|
|
44412
|
+
* 新增成员:DeviceType
|
|
44413
|
+
|
|
44414
|
+
* [ModifyInstanceData](https://cloud.tencent.com/document/api/1003/48097#ModifyInstanceData)
|
|
44415
|
+
|
|
44416
|
+
* 新增成员:OldDeviceType, DeviceType
|
|
44417
|
+
|
|
44418
|
+
|
|
44402
44419
|
### 第 89 次发布
|
|
44403
44420
|
|
|
44404
44421
|
发布时间:2024-05-14 01:39:01
|
|
@@ -46307,6 +46324,29 @@
|
|
|
46307
46324
|
|
|
46308
46325
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
46309
46326
|
|
|
46327
|
+
### 第 25 次发布
|
|
46328
|
+
|
|
46329
|
+
发布时间:2024-05-27 01:29:56
|
|
46330
|
+
|
|
46331
|
+
本次发布包含了以下内容:
|
|
46332
|
+
|
|
46333
|
+
改善已有的文档。
|
|
46334
|
+
|
|
46335
|
+
新增接口:
|
|
46336
|
+
|
|
46337
|
+
* [CreateChangePwdTask](https://cloud.tencent.com/document/api/1025/106579)
|
|
46338
|
+
* [DeleteChangePwdTask](https://cloud.tencent.com/document/api/1025/106578)
|
|
46339
|
+
* [DescribeChangePwdTask](https://cloud.tencent.com/document/api/1025/106577)
|
|
46340
|
+
* [DescribeChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/106576)
|
|
46341
|
+
* [ModifyChangePwdTask](https://cloud.tencent.com/document/api/1025/106575)
|
|
46342
|
+
* [RunChangePwdTask](https://cloud.tencent.com/document/api/1025/106574)
|
|
46343
|
+
|
|
46344
|
+
新增数据结构:
|
|
46345
|
+
|
|
46346
|
+
* [ChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskDetail)
|
|
46347
|
+
* [ChangePwdTaskInfo](https://cloud.tencent.com/document/api/1025/74416#ChangePwdTaskInfo)
|
|
46348
|
+
* [RunChangePwdTaskDetail](https://cloud.tencent.com/document/api/1025/74416#RunChangePwdTaskDetail)
|
|
46349
|
+
|
|
46310
46350
|
### 第 24 次发布
|
|
46311
46351
|
|
|
46312
46352
|
发布时间:2024-03-07 01:13:28
|
|
@@ -47816,6 +47856,18 @@
|
|
|
47816
47856
|
|
|
47817
47857
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
47818
47858
|
|
|
47859
|
+
### 第 29 次发布
|
|
47860
|
+
|
|
47861
|
+
发布时间:2024-05-27 01:30:50
|
|
47862
|
+
|
|
47863
|
+
本次发布包含了以下内容:
|
|
47864
|
+
|
|
47865
|
+
改善已有的文档。
|
|
47866
|
+
|
|
47867
|
+
新增接口:
|
|
47868
|
+
|
|
47869
|
+
* [DeleteRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106580)
|
|
47870
|
+
|
|
47819
47871
|
### 第 28 次发布
|
|
47820
47872
|
|
|
47821
47873
|
发布时间:2024-05-24 01:30:51
|
|
@@ -47826,11 +47878,11 @@
|
|
|
47826
47878
|
|
|
47827
47879
|
新增接口:
|
|
47828
47880
|
|
|
47829
|
-
* [
|
|
47881
|
+
* [DescribeRedisBigKeyAnalysisTasks](https://cloud.tencent.com/document/api/1130/106545)
|
|
47830
47882
|
|
|
47831
47883
|
新增数据结构:
|
|
47832
47884
|
|
|
47833
|
-
* [
|
|
47885
|
+
* [RedisBigKeyTask](https://cloud.tencent.com/document/api/1130/57812#RedisBigKeyTask)
|
|
47834
47886
|
|
|
47835
47887
|
修改数据结构:
|
|
47836
47888
|
|
|
@@ -50200,6 +50252,18 @@
|
|
|
50200
50252
|
|
|
50201
50253
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
50202
50254
|
|
|
50255
|
+
### 第 90 次发布
|
|
50256
|
+
|
|
50257
|
+
发布时间:2024-05-27 01:32:23
|
|
50258
|
+
|
|
50259
|
+
本次发布包含了以下内容:
|
|
50260
|
+
|
|
50261
|
+
改善已有的文档。
|
|
50262
|
+
|
|
50263
|
+
新增接口:
|
|
50264
|
+
|
|
50265
|
+
* [ListTaskJobLogName](https://cloud.tencent.com/document/api/1342/106581)
|
|
50266
|
+
|
|
50203
50267
|
### 第 89 次发布
|
|
50204
50268
|
|
|
50205
50269
|
发布时间:2024-05-24 01:32:25
|
|
@@ -50210,8 +50274,8 @@
|
|
|
50210
50274
|
|
|
50211
50275
|
新增接口:
|
|
50212
50276
|
|
|
50213
|
-
* [
|
|
50214
|
-
* [
|
|
50277
|
+
* [AddOptimizerEngines](https://cloud.tencent.com/document/api/1342/106546)
|
|
50278
|
+
* [DescribeTasksCostInfo](https://cloud.tencent.com/document/api/1342/106547)
|
|
50215
50279
|
|
|
50216
50280
|
### 第 88 次发布
|
|
50217
50281
|
|
|
@@ -52749,6 +52813,38 @@
|
|
|
52749
52813
|
|
|
52750
52814
|
## 域名注册(domain) 版本:2018-08-08
|
|
52751
52815
|
|
|
52816
|
+
### 第 37 次发布
|
|
52817
|
+
|
|
52818
|
+
发布时间:2024-05-28 01:34:04
|
|
52819
|
+
|
|
52820
|
+
本次发布包含了以下内容:
|
|
52821
|
+
|
|
52822
|
+
改善已有的文档。
|
|
52823
|
+
|
|
52824
|
+
新增接口:
|
|
52825
|
+
|
|
52826
|
+
* [[BidDetailPage](https://cloud.tencent.com/document/api/242/106605)](https://cloud.tencent.com/document/api/#/#)
|
|
52827
|
+
* [[BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)](https://cloud.tencent.com/document/api/#/#)
|
|
52828
|
+
* [[DeleteBidding](https://cloud.tencent.com/document/api/242/106603)](https://cloud.tencent.com/document/api/#/#)
|
|
52829
|
+
* [[DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)](https://cloud.tencent.com/document/api/#/#)
|
|
52830
|
+
* [[DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)](https://cloud.tencent.com/document/api/#/#)
|
|
52831
|
+
* [[DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)](https://cloud.tencent.com/document/api/#/#)
|
|
52832
|
+
* [[DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)](https://cloud.tencent.com/document/api/#/#)
|
|
52833
|
+
* [[DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)](https://cloud.tencent.com/document/api/#/#)
|
|
52834
|
+
* [[DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)](https://cloud.tencent.com/document/api/#/#)
|
|
52835
|
+
* [[DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)](https://cloud.tencent.com/document/api/#/#)
|
|
52836
|
+
* [[DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)](https://cloud.tencent.com/document/api/#/#)
|
|
52837
|
+
* [[DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)](https://cloud.tencent.com/document/api/#/#)
|
|
52838
|
+
* [[DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)](https://cloud.tencent.com/document/api/#/#)
|
|
52839
|
+
* [[DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)](https://cloud.tencent.com/document/api/#/#)
|
|
52840
|
+
|
|
52841
|
+
新增数据结构:
|
|
52842
|
+
|
|
52843
|
+
* [[AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)](https://cloud.tencent.com/document/api/242/38895#[AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo))
|
|
52844
|
+
* [[PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)](https://cloud.tencent.com/document/api/242/38895#[PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo))
|
|
52845
|
+
* [[PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)](https://cloud.tencent.com/document/api/242/38895#[PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo))
|
|
52846
|
+
* [[PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)](https://cloud.tencent.com/document/api/242/38895#[PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf))
|
|
52847
|
+
|
|
52752
52848
|
### 第 36 次发布
|
|
52753
52849
|
|
|
52754
52850
|
发布时间:2024-04-29 01:14:52
|
|
@@ -53598,6 +53694,21 @@
|
|
|
53598
53694
|
|
|
53599
53695
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
53600
53696
|
|
|
53697
|
+
### 第 13 次发布
|
|
53698
|
+
|
|
53699
|
+
发布时间:2024-05-27 01:34:38
|
|
53700
|
+
|
|
53701
|
+
本次发布包含了以下内容:
|
|
53702
|
+
|
|
53703
|
+
改善已有的文档。
|
|
53704
|
+
|
|
53705
|
+
修改数据结构:
|
|
53706
|
+
|
|
53707
|
+
* [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
|
|
53708
|
+
|
|
53709
|
+
* 新增成员:Channel
|
|
53710
|
+
|
|
53711
|
+
|
|
53601
53712
|
### 第 12 次发布
|
|
53602
53713
|
|
|
53603
53714
|
发布时间:2024-05-21 01:34:24
|
|
@@ -61045,6 +61156,21 @@
|
|
|
61045
61156
|
|
|
61046
61157
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
61047
61158
|
|
|
61159
|
+
### 第 173 次发布
|
|
61160
|
+
|
|
61161
|
+
发布时间:2024-05-27 01:39:33
|
|
61162
|
+
|
|
61163
|
+
本次发布包含了以下内容:
|
|
61164
|
+
|
|
61165
|
+
改善已有的文档。
|
|
61166
|
+
|
|
61167
|
+
修改接口:
|
|
61168
|
+
|
|
61169
|
+
* [DescribeUserVerifyStatus](https://cloud.tencent.com/document/api/1323/106080)
|
|
61170
|
+
|
|
61171
|
+
* 新增入参:IdCardType
|
|
61172
|
+
|
|
61173
|
+
|
|
61048
61174
|
### 第 172 次发布
|
|
61049
61175
|
|
|
61050
61176
|
发布时间:2024-05-24 01:39:35
|
|
@@ -61055,8 +61181,8 @@
|
|
|
61055
61181
|
|
|
61056
61182
|
新增接口:
|
|
61057
61183
|
|
|
61058
|
-
* [
|
|
61059
|
-
* [
|
|
61184
|
+
* [CreateIntegrationSubOrganizationActiveRecord](https://cloud.tencent.com/document/api/1323/106550)
|
|
61185
|
+
* [CreateOrganizationGroupInvitationLink](https://cloud.tencent.com/document/api/1323/106549)
|
|
61060
61186
|
|
|
61061
61187
|
### 第 171 次发布
|
|
61062
61188
|
|
|
@@ -75903,6 +76029,30 @@
|
|
|
75903
76029
|
|
|
75904
76030
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
75905
76031
|
|
|
76032
|
+
### 第 64 次发布
|
|
76033
|
+
|
|
76034
|
+
发布时间:2024-05-27 01:45:34
|
|
76035
|
+
|
|
76036
|
+
本次发布包含了以下内容:
|
|
76037
|
+
|
|
76038
|
+
改善已有的文档。
|
|
76039
|
+
|
|
76040
|
+
新增接口:
|
|
76041
|
+
|
|
76042
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
76043
|
+
* [AssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106586)
|
|
76044
|
+
* [CancelAssignTWeCallLicense](https://cloud.tencent.com/document/api/1081/106585)
|
|
76045
|
+
* [GetAuthMiniProgramAppList](https://cloud.tencent.com/document/api/1081/106584)
|
|
76046
|
+
* [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
|
|
76047
|
+
* [GetTWeCallPkgList](https://cloud.tencent.com/document/api/1081/106582)
|
|
76048
|
+
|
|
76049
|
+
新增数据结构:
|
|
76050
|
+
|
|
76051
|
+
* [AuthMiniProgramAppInfo](https://cloud.tencent.com/document/api/1081/34988#AuthMiniProgramAppInfo)
|
|
76052
|
+
* [TWeCallActiveInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallActiveInfo)
|
|
76053
|
+
* [TWeCallInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallInfo)
|
|
76054
|
+
* [TWeCallPkgInfo](https://cloud.tencent.com/document/api/1081/34988#TWeCallPkgInfo)
|
|
76055
|
+
|
|
75906
76056
|
### 第 63 次发布
|
|
75907
76057
|
|
|
75908
76058
|
发布时间:2024-05-23 01:45:19
|
|
@@ -87717,6 +87867,19 @@
|
|
|
87717
87867
|
|
|
87718
87868
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
87719
87869
|
|
|
87870
|
+
### 第 19 次发布
|
|
87871
|
+
|
|
87872
|
+
发布时间:2024-05-28 01:54:57
|
|
87873
|
+
|
|
87874
|
+
本次发布包含了以下内容:
|
|
87875
|
+
|
|
87876
|
+
改善已有的文档。
|
|
87877
|
+
|
|
87878
|
+
新增接口:
|
|
87879
|
+
|
|
87880
|
+
* [[GetFlowAlarmInfo](https://cloud.tencent.com/document/api/1385/106608)](https://cloud.tencent.com/document/api/#/#)
|
|
87881
|
+
* [[GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)](https://cloud.tencent.com/document/api/#/#)
|
|
87882
|
+
|
|
87720
87883
|
### 第 18 次发布
|
|
87721
87884
|
|
|
87722
87885
|
发布时间:2024-04-12 01:19:07
|
|
@@ -91236,7 +91399,7 @@
|
|
|
91236
91399
|
|
|
91237
91400
|
新增数据结构:
|
|
91238
91401
|
|
|
91239
|
-
* [
|
|
91402
|
+
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
91240
91403
|
|
|
91241
91404
|
修改数据结构:
|
|
91242
91405
|
|
|
@@ -96821,6 +96984,21 @@
|
|
|
96821
96984
|
|
|
96822
96985
|
## 文字识别(ocr) 版本:2018-11-19
|
|
96823
96986
|
|
|
96987
|
+
### 第 137 次发布
|
|
96988
|
+
|
|
96989
|
+
发布时间:2024-05-28 01:59:27
|
|
96990
|
+
|
|
96991
|
+
本次发布包含了以下内容:
|
|
96992
|
+
|
|
96993
|
+
改善已有的文档。
|
|
96994
|
+
|
|
96995
|
+
修改接口:
|
|
96996
|
+
|
|
96997
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
96998
|
+
|
|
96999
|
+
* 新增出参:NationalEmblem, QRCode, Seal, Title, SerialNumber, RegistrationAuthority
|
|
97000
|
+
|
|
97001
|
+
|
|
96824
97002
|
### 第 136 次发布
|
|
96825
97003
|
|
|
96826
97004
|
发布时间:2024-05-21 01:58:59
|
|
@@ -110935,15 +111113,15 @@
|
|
|
110935
111113
|
|
|
110936
111114
|
新增接口:
|
|
110937
111115
|
|
|
110938
|
-
* [
|
|
110939
|
-
* [
|
|
110940
|
-
* [
|
|
111116
|
+
* [DescribeSavingPlanDeduct](https://cloud.tencent.com/document/api/1761/106542)
|
|
111117
|
+
* [DescribeSavingPlanOverview](https://cloud.tencent.com/document/api/1761/106541)
|
|
111118
|
+
* [DescribeSavingPlanUsage](https://cloud.tencent.com/document/api/1761/106540)
|
|
110941
111119
|
|
|
110942
111120
|
新增数据结构:
|
|
110943
111121
|
|
|
110944
|
-
* [
|
|
110945
|
-
* [
|
|
110946
|
-
* [
|
|
111122
|
+
* [SavingPlanDeductDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanDeductDetail)
|
|
111123
|
+
* [SavingPlanOverviewDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanOverviewDetail)
|
|
111124
|
+
* [SavingPlanUsageDetail](https://cloud.tencent.com/document/api/1761/106543#SavingPlanUsageDetail)
|
|
110947
111125
|
|
|
110948
111126
|
### 第 1 次发布
|
|
110949
111127
|
|
|
@@ -128916,6 +129094,21 @@
|
|
|
128916
129094
|
|
|
128917
129095
|
## TI-ONE 训练平台(tione) 版本:2021-11-11
|
|
128918
129096
|
|
|
129097
|
+
### 第 62 次发布
|
|
129098
|
+
|
|
129099
|
+
发布时间:2024-05-27 02:17:11
|
|
129100
|
+
|
|
129101
|
+
本次发布包含了以下内容:
|
|
129102
|
+
|
|
129103
|
+
改善已有的文档。
|
|
129104
|
+
|
|
129105
|
+
修改数据结构:
|
|
129106
|
+
|
|
129107
|
+
* [GooseFS](https://cloud.tencent.com/document/api/851/75051#GooseFS)
|
|
129108
|
+
|
|
129109
|
+
* 新增成员:NameSpace
|
|
129110
|
+
|
|
129111
|
+
|
|
128919
129112
|
### 第 61 次发布
|
|
128920
129113
|
|
|
128921
129114
|
发布时间:2024-05-23 02:16:47
|