tencentcloud-sdk-nodejs 4.0.533 → 4.0.535
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 +529 -0
- package/SERVICE_CHANGELOG.md +573 -187
- package/package.json +1 -1
- package/products.md +31 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +14 -2
- package/src/services/cbs/v20170312/cbs_models.ts +5 -0
- package/src/services/ccc/v20200210/ccc_client.ts +46 -9
- package/src/services/ccc/v20200210/ccc_models.ts +138 -17
- package/src/services/cdb/v20170320/cdb_models.ts +60 -60
- package/src/services/cdwch/v20200915/cdwch_client.ts +19 -7
- package/src/services/cdwch/v20200915/cdwch_models.ts +100 -59
- package/src/services/clb/v20180317/clb_models.ts +6 -0
- package/src/services/cme/v20191029/cme_models.ts +6 -4
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_client.ts +217 -51
- package/src/services/dlc/v20210125/dlc_models.ts +1200 -71
- package/src/services/ess/v20201111/ess_client.ts +36 -12
- package/src/services/ess/v20201111/ess_models.ts +180 -85
- package/src/services/essbasic/v20210526/essbasic_client.ts +36 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +108 -23
- package/src/services/index.ts +1 -0
- package/src/services/keewidb/index.ts +5 -0
- package/src/services/keewidb/v20220308/index.ts +6 -0
- package/src/services/keewidb/v20220308/keewidb_client.ts +489 -0
- package/src/services/keewidb/v20220308/keewidb_models.ts +2778 -0
- package/src/services/lcic/v20220817/lcic_client.ts +198 -72
- package/src/services/lcic/v20220817/lcic_models.ts +856 -120
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +5 -5
- package/src/services/scf/v20180416/scf_models.ts +44 -44
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +3 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +105 -54
- package/src/services/tcb/v20180608/tcb_models.ts +16 -6
- package/src/services/tdmq/v20200217/tdmq_models.ts +64 -2
- package/src/services/teo/v20220901/teo_client.ts +551 -488
- package/src/services/teo/v20220901/teo_models.ts +471 -123
- package/src/services/thpc/v20220401/thpc_models.ts +9 -7
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +23 -0
- 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 +12 -2
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -0
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +21 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +119 -15
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +60 -60
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +7 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +9 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +84 -49
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +67 -15
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +99 -21
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1016 -63
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +16 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +155 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +93 -21
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/keewidb/index.d.ts +6 -0
- package/tencentcloud/services/keewidb/index.js +7 -0
- package/tencentcloud/services/keewidb/v20220308/index.d.ts +6 -0
- package/tencentcloud/services/keewidb/v20220308/index.js +9 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +154 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +247 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +2319 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.js +18 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +65 -25
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +96 -36
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +727 -101
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +5 -5
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +44 -44
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +90 -48
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +15 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +54 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +183 -163
- package/tencentcloud/services/teo/v20220901/teo_client.js +273 -243
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +409 -109
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +7 -5
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -0
- package/test/ccc.v20200210.test.js +32 -2
- package/test/cdwch.v20200915.test.js +12 -2
- package/test/dlc.v20210125.test.js +144 -14
- package/test/ess.v20201111.test.js +22 -2
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/keewidb.v20220308.test.js +381 -0
- package/test/lcic.v20220817.test.js +124 -24
- package/test/teo.v20220901.test.js +212 -162
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,100 +1,55 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 5 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-02-07 01:12:30
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1299/86161)
|
|
16
|
-
* [DescribeInstanceKeyValConfigs](https://cloud.tencent.com/document/api/1299/86160)
|
|
17
|
-
* [ModifyInstanceKeyValConfigs](https://cloud.tencent.com/document/api/1299/86159)
|
|
18
|
-
* [ResizeDisk](https://cloud.tencent.com/document/api/1299/86158)
|
|
19
|
-
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1299/86157)
|
|
20
|
-
* [ScaleUpInstance](https://cloud.tencent.com/document/api/1299/86156)
|
|
21
|
-
|
|
22
|
-
新增数据结构:
|
|
23
|
-
|
|
24
|
-
* [ClusterConfigsInfoFromEMR](https://cloud.tencent.com/document/api/1299/83429#ClusterConfigsInfoFromEMR)
|
|
25
|
-
* [InstanceConfigInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceConfigInfo)
|
|
26
|
-
* [InstanceConfigItem](https://cloud.tencent.com/document/api/1299/83429#InstanceConfigItem)
|
|
27
|
-
* [MapConfigItem](https://cloud.tencent.com/document/api/1299/83429#MapConfigItem)
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
28
4
|
|
|
29
|
-
### 第
|
|
5
|
+
### 第 23 次发布
|
|
30
6
|
|
|
31
|
-
发布时间:2023-02-
|
|
7
|
+
发布时间:2023-02-09 01:04:17
|
|
32
8
|
|
|
33
9
|
本次发布包含了以下内容:
|
|
34
10
|
|
|
35
11
|
改善已有的文档。
|
|
36
12
|
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
* [DescribeBackUpSchedule](https://cloud.tencent.com/document/api/1299/86155)
|
|
40
|
-
|
|
41
|
-
新增数据结构:
|
|
42
|
-
|
|
43
|
-
* [ScheduleStrategy](https://cloud.tencent.com/document/api/1299/83429#ScheduleStrategy)
|
|
44
|
-
|
|
45
|
-
|
|
13
|
+
修改接口:
|
|
46
14
|
|
|
47
|
-
|
|
15
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
48
16
|
|
|
49
|
-
|
|
17
|
+
* 新增入参:EmotionRecognition
|
|
50
18
|
|
|
51
|
-
发布时间:2023-02-07 01:22:36
|
|
52
19
|
|
|
53
|
-
|
|
20
|
+
修改数据结构:
|
|
54
21
|
|
|
55
|
-
|
|
22
|
+
* [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
|
|
56
23
|
|
|
57
|
-
|
|
24
|
+
* 新增成员:EmotionType
|
|
58
25
|
|
|
59
|
-
* [DescribeFlow](https://cloud.tencent.com/document/api/1003/86162)
|
|
60
26
|
|
|
61
27
|
|
|
62
28
|
|
|
63
|
-
##
|
|
29
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
64
30
|
|
|
65
|
-
### 第
|
|
31
|
+
### 第 46 次发布
|
|
66
32
|
|
|
67
|
-
发布时间:2023-02-
|
|
33
|
+
发布时间:2023-02-09 01:08:40
|
|
68
34
|
|
|
69
35
|
本次发布包含了以下内容:
|
|
70
36
|
|
|
71
37
|
改善已有的文档。
|
|
72
38
|
|
|
73
|
-
修改接口:
|
|
74
|
-
|
|
75
|
-
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
76
|
-
|
|
77
|
-
* 新增入参:Filters
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
新增数据结构:
|
|
81
|
-
|
|
82
|
-
* [Filter](https://cloud.tencent.com/document/api/1025/74416#Filter)
|
|
83
|
-
|
|
84
39
|
修改数据结构:
|
|
85
40
|
|
|
86
|
-
* [
|
|
41
|
+
* [Disk](https://cloud.tencent.com/document/api/362/15669#Disk)
|
|
87
42
|
|
|
88
|
-
* 新增成员:
|
|
43
|
+
* 新增成员:DiskBackupQuota
|
|
89
44
|
|
|
90
45
|
|
|
91
46
|
|
|
92
47
|
|
|
93
|
-
##
|
|
48
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
94
49
|
|
|
95
|
-
### 第
|
|
50
|
+
### 第 41 次发布
|
|
96
51
|
|
|
97
|
-
发布时间:2023-02-
|
|
52
|
+
发布时间:2023-02-09 01:09:05
|
|
98
53
|
|
|
99
54
|
本次发布包含了以下内容:
|
|
100
55
|
|
|
@@ -102,62 +57,66 @@
|
|
|
102
57
|
|
|
103
58
|
新增接口:
|
|
104
59
|
|
|
105
|
-
* [
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
* [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
|
|
110
|
-
|
|
111
|
-
* 新增入参:SparkImage, SparkImageVersion, AppExecutorMaxNumbers
|
|
112
|
-
|
|
113
|
-
* 新增出参:SparkAppId
|
|
114
|
-
|
|
115
|
-
* [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
|
|
60
|
+
* [BindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86305)
|
|
61
|
+
* [DescribeNumbers](https://cloud.tencent.com/document/api/679/86304)
|
|
62
|
+
* [UnbindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86303)
|
|
116
63
|
|
|
117
|
-
|
|
64
|
+
新增数据结构:
|
|
118
65
|
|
|
66
|
+
* [NumberInfo](https://cloud.tencent.com/document/api/679/47715#NumberInfo)
|
|
119
67
|
|
|
120
68
|
修改数据结构:
|
|
121
69
|
|
|
122
|
-
* [
|
|
70
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
123
71
|
|
|
124
|
-
* 新增成员:
|
|
72
|
+
* 新增成员:VoicemailRecordURL
|
|
125
73
|
|
|
126
74
|
|
|
127
75
|
|
|
128
76
|
|
|
129
|
-
##
|
|
77
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
130
78
|
|
|
131
|
-
### 第
|
|
79
|
+
### 第 39 次发布
|
|
132
80
|
|
|
133
|
-
发布时间:2023-02-
|
|
81
|
+
发布时间:2023-02-09 01:30:43
|
|
134
82
|
|
|
135
83
|
本次发布包含了以下内容:
|
|
136
84
|
|
|
137
85
|
改善已有的文档。
|
|
138
86
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
* [TransferCloudStorage](https://cloud.tencent.com/document/api/1131/77491)
|
|
142
|
-
|
|
143
|
-
* 新增入参:ToProductId
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
87
|
+
新增接口:
|
|
149
88
|
|
|
89
|
+
* [CancelNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86317)
|
|
90
|
+
* [CancelNotebookSessionStatementBatch](https://cloud.tencent.com/document/api/1342/86316)
|
|
91
|
+
* [CreateNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86315)
|
|
92
|
+
* [CreateNotebookSessionStatementSupportBatchSQL](https://cloud.tencent.com/document/api/1342/86314)
|
|
93
|
+
* [DeleteNotebookSession](https://cloud.tencent.com/document/api/1342/86313)
|
|
94
|
+
* [DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)
|
|
95
|
+
* [DescribeNotebookSessionLog](https://cloud.tencent.com/document/api/1342/86312)
|
|
96
|
+
* [DescribeNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86311)
|
|
97
|
+
* [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
|
|
98
|
+
* [DescribeNotebookSessionStatements](https://cloud.tencent.com/document/api/1342/86310)
|
|
99
|
+
* [DescribeNotebookSessions](https://cloud.tencent.com/document/api/1342/86309)
|
|
100
|
+
* [GenerateCreateMangedTableSql](https://cloud.tencent.com/document/api/1342/86306)
|
|
150
101
|
|
|
102
|
+
新增数据结构:
|
|
151
103
|
|
|
152
|
-
|
|
104
|
+
* [CrontabResumeSuspendStrategy](https://cloud.tencent.com/document/api/1342/53778#CrontabResumeSuspendStrategy)
|
|
105
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
106
|
+
* [NetworkConnection](https://cloud.tencent.com/document/api/1342/53778#NetworkConnection)
|
|
107
|
+
* [NotebookSessionStatementBatchInformation](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementBatchInformation)
|
|
108
|
+
* [NotebookSessionStatementInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementInfo)
|
|
109
|
+
* [NotebookSessions](https://cloud.tencent.com/document/api/1342/53778#NotebookSessions)
|
|
110
|
+
* [StatementOutput](https://cloud.tencent.com/document/api/1342/53778#StatementOutput)
|
|
111
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1342/53778#TagInfo)
|
|
153
112
|
|
|
154
113
|
|
|
155
114
|
|
|
156
|
-
##
|
|
115
|
+
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
157
116
|
|
|
158
|
-
### 第
|
|
117
|
+
### 第 9 次发布
|
|
159
118
|
|
|
160
|
-
发布时间:2023-02-
|
|
119
|
+
发布时间:2023-02-09 01:47:12
|
|
161
120
|
|
|
162
121
|
本次发布包含了以下内容:
|
|
163
122
|
|
|
@@ -165,25 +124,33 @@
|
|
|
165
124
|
|
|
166
125
|
新增接口:
|
|
167
126
|
|
|
168
|
-
* [
|
|
169
|
-
* [
|
|
170
|
-
* [
|
|
171
|
-
* [
|
|
172
|
-
* [
|
|
173
|
-
* [
|
|
174
|
-
* [
|
|
127
|
+
* [BatchCreateRoom](https://cloud.tencent.com/document/api/1639/86325)
|
|
128
|
+
* [BatchDeleteRecord](https://cloud.tencent.com/document/api/1639/86328)
|
|
129
|
+
* [DeleteDocument](https://cloud.tencent.com/document/api/1639/86322)
|
|
130
|
+
* [DeleteRecord](https://cloud.tencent.com/document/api/1639/86327)
|
|
131
|
+
* [DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)
|
|
132
|
+
* [DescribeDocumentsByRoom](https://cloud.tencent.com/document/api/1639/86320)
|
|
133
|
+
* [DescribeSdkAppIdUsers](https://cloud.tencent.com/document/api/1639/86324)
|
|
134
|
+
* [GetWatermark](https://cloud.tencent.com/document/api/1639/86330)
|
|
135
|
+
* [ModifyUserProfile](https://cloud.tencent.com/document/api/1639/86323)
|
|
136
|
+
* [SetWatermark](https://cloud.tencent.com/document/api/1639/86329)
|
|
175
137
|
|
|
176
138
|
新增数据结构:
|
|
177
139
|
|
|
178
|
-
* [
|
|
140
|
+
* [BackgroundPictureConfig](https://cloud.tencent.com/document/api/1639/81423#BackgroundPictureConfig)
|
|
141
|
+
* [DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo)
|
|
142
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
143
|
+
* [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
|
|
144
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1639/81423#UserInfo)
|
|
145
|
+
* [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
|
|
179
146
|
|
|
180
147
|
|
|
181
148
|
|
|
182
|
-
##
|
|
149
|
+
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
183
150
|
|
|
184
|
-
### 第
|
|
151
|
+
### 第 40 次发布
|
|
185
152
|
|
|
186
|
-
发布时间:2023-02-
|
|
153
|
+
发布时间:2023-02-09 01:58:45
|
|
187
154
|
|
|
188
155
|
本次发布包含了以下内容:
|
|
189
156
|
|
|
@@ -191,78 +158,49 @@
|
|
|
191
158
|
|
|
192
159
|
修改接口:
|
|
193
160
|
|
|
194
|
-
* [
|
|
195
|
-
|
|
196
|
-
* 新增入参:SetupVpc, SetupPrometheus, PrometheusId, ApmId
|
|
197
|
-
|
|
198
|
-
* <font color="#dd0000">**修改入参**:</font>Vpc, SubnetIds
|
|
199
|
-
|
|
200
|
-
* [CreateResource](https://cloud.tencent.com/document/api/1371/60146)
|
|
201
|
-
|
|
202
|
-
* <font color="#dd0000">**修改入参**:</font>ResourceId
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
## 弹性微服务 TEM(tem) 版本:2020-12-21
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
161
|
+
* [ModifyBackupMigration](https://cloud.tencent.com/document/api/238/53183)
|
|
212
162
|
|
|
213
|
-
|
|
163
|
+
* 新增入参:DBRename
|
|
214
164
|
|
|
215
|
-
发布时间:2023-02-07 02:04:55
|
|
216
165
|
|
|
217
|
-
|
|
166
|
+
新增数据结构:
|
|
218
167
|
|
|
219
|
-
|
|
168
|
+
* [DBRenameRes](https://cloud.tencent.com/document/api/238/19976#DBRenameRes)
|
|
220
169
|
|
|
221
170
|
修改数据结构:
|
|
222
171
|
|
|
223
|
-
* [
|
|
224
|
-
|
|
225
|
-
* <font color="#dd0000">**修改成员**:</font>ZoneId, ZoneName, OriginGroupId, OriginType, OriginGroupName, ConfigurationType, OriginRecords, UpdateTime, HostHeader
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
## 视频内容安全(vm) 版本:2021-09-22
|
|
235
|
-
|
|
236
|
-
|
|
172
|
+
* [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
|
|
237
173
|
|
|
238
|
-
|
|
174
|
+
* 新增成员:AccountType
|
|
239
175
|
|
|
240
|
-
|
|
176
|
+
* [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
|
|
241
177
|
|
|
242
|
-
|
|
178
|
+
* 新增成员:AccountType
|
|
243
179
|
|
|
244
|
-
|
|
180
|
+
* [AccountPrivilege](https://cloud.tencent.com/document/api/238/19976#AccountPrivilege)
|
|
245
181
|
|
|
246
|
-
|
|
182
|
+
* 新增成员:AccountType
|
|
247
183
|
|
|
248
|
-
|
|
184
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
249
185
|
|
|
250
|
-
*
|
|
186
|
+
* 新增成员:AccountType
|
|
251
187
|
|
|
252
|
-
|
|
188
|
+
* [DbNormalDetail](https://cloud.tencent.com/document/api/238/19976#DbNormalDetail)
|
|
253
189
|
|
|
190
|
+
* 新增成员:CreateTime
|
|
254
191
|
|
|
192
|
+
* [Migration](https://cloud.tencent.com/document/api/238/19976#Migration)
|
|
255
193
|
|
|
194
|
+
* 新增成员:DBRename
|
|
256
195
|
|
|
257
|
-
## 视频内容安全(vm) 版本:2020-07-09
|
|
258
196
|
|
|
259
197
|
|
|
260
198
|
|
|
261
|
-
##
|
|
199
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
262
200
|
|
|
263
|
-
### 第
|
|
201
|
+
### 第 31 次发布
|
|
264
202
|
|
|
265
|
-
发布时间:2023-02-
|
|
203
|
+
发布时间:2023-02-09 02:15:06
|
|
266
204
|
|
|
267
205
|
本次发布包含了以下内容:
|
|
268
206
|
|
|
@@ -270,15 +208,21 @@
|
|
|
270
208
|
|
|
271
209
|
新增接口:
|
|
272
210
|
|
|
273
|
-
* [
|
|
274
|
-
* [
|
|
275
|
-
* [
|
|
276
|
-
* [
|
|
211
|
+
* [CreateAccelerationDomain](https://cloud.tencent.com/document/api/1552/86338)
|
|
212
|
+
* [DeleteAccelerationDomains](https://cloud.tencent.com/document/api/1552/86337)
|
|
213
|
+
* [DescribeAccelerationDomains](https://cloud.tencent.com/document/api/1552/86336)
|
|
214
|
+
* [ModifyAccelerationDomain](https://cloud.tencent.com/document/api/1552/86335)
|
|
215
|
+
* [ModifyAccelerationDomainStatuses](https://cloud.tencent.com/document/api/1552/86334)
|
|
277
216
|
|
|
278
217
|
新增数据结构:
|
|
279
218
|
|
|
280
|
-
* [
|
|
281
|
-
* [
|
|
219
|
+
* [AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain)
|
|
220
|
+
* [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
|
|
221
|
+
* [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
282
226
|
|
|
283
227
|
|
|
284
228
|
|
|
@@ -5485,6 +5429,28 @@
|
|
|
5485
5429
|
|
|
5486
5430
|
## 语音识别(asr) 版本:2019-06-14
|
|
5487
5431
|
|
|
5432
|
+
### 第 23 次发布
|
|
5433
|
+
|
|
5434
|
+
发布时间:2023-02-09 01:04:17
|
|
5435
|
+
|
|
5436
|
+
本次发布包含了以下内容:
|
|
5437
|
+
|
|
5438
|
+
改善已有的文档。
|
|
5439
|
+
|
|
5440
|
+
修改接口:
|
|
5441
|
+
|
|
5442
|
+
* [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
|
|
5443
|
+
|
|
5444
|
+
* 新增入参:EmotionRecognition
|
|
5445
|
+
|
|
5446
|
+
|
|
5447
|
+
修改数据结构:
|
|
5448
|
+
|
|
5449
|
+
* [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
|
|
5450
|
+
|
|
5451
|
+
* 新增成员:EmotionType
|
|
5452
|
+
|
|
5453
|
+
|
|
5488
5454
|
### 第 22 次发布
|
|
5489
5455
|
|
|
5490
5456
|
发布时间:2022-12-28 01:04:09
|
|
@@ -11127,6 +11093,21 @@
|
|
|
11127
11093
|
|
|
11128
11094
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
11129
11095
|
|
|
11096
|
+
### 第 46 次发布
|
|
11097
|
+
|
|
11098
|
+
发布时间:2023-02-09 01:08:40
|
|
11099
|
+
|
|
11100
|
+
本次发布包含了以下内容:
|
|
11101
|
+
|
|
11102
|
+
改善已有的文档。
|
|
11103
|
+
|
|
11104
|
+
修改数据结构:
|
|
11105
|
+
|
|
11106
|
+
* [Disk](https://cloud.tencent.com/document/api/362/15669#Disk)
|
|
11107
|
+
|
|
11108
|
+
* 新增成员:DiskBackupQuota
|
|
11109
|
+
|
|
11110
|
+
|
|
11130
11111
|
### 第 45 次发布
|
|
11131
11112
|
|
|
11132
11113
|
发布时间:2022-12-28 01:04:48
|
|
@@ -12016,6 +11997,31 @@
|
|
|
12016
11997
|
|
|
12017
11998
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
12018
11999
|
|
|
12000
|
+
### 第 41 次发布
|
|
12001
|
+
|
|
12002
|
+
发布时间:2023-02-09 01:09:05
|
|
12003
|
+
|
|
12004
|
+
本次发布包含了以下内容:
|
|
12005
|
+
|
|
12006
|
+
改善已有的文档。
|
|
12007
|
+
|
|
12008
|
+
新增接口:
|
|
12009
|
+
|
|
12010
|
+
* [[BindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86305)](https://cloud.tencent.com/document/api/#/#)
|
|
12011
|
+
* [[DescribeNumbers](https://cloud.tencent.com/document/api/679/86304)](https://cloud.tencent.com/document/api/#/#)
|
|
12012
|
+
* [[UnbindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86303)](https://cloud.tencent.com/document/api/#/#)
|
|
12013
|
+
|
|
12014
|
+
新增数据结构:
|
|
12015
|
+
|
|
12016
|
+
* [[NumberInfo](https://cloud.tencent.com/document/api/679/47715#NumberInfo)](https://cloud.tencent.com/document/api/679/47715#[NumberInfo](https://cloud.tencent.com/document/api/679/47715#NumberInfo))
|
|
12017
|
+
|
|
12018
|
+
修改数据结构:
|
|
12019
|
+
|
|
12020
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
12021
|
+
|
|
12022
|
+
* 新增成员:VoicemailRecordURL
|
|
12023
|
+
|
|
12024
|
+
|
|
12019
12025
|
### 第 40 次发布
|
|
12020
12026
|
|
|
12021
12027
|
发布时间:2023-01-09 01:07:34
|
|
@@ -17778,6 +17784,25 @@
|
|
|
17778
17784
|
|
|
17779
17785
|
## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
|
|
17780
17786
|
|
|
17787
|
+
### 第 6 次发布
|
|
17788
|
+
|
|
17789
|
+
发布时间:2023-02-08 01:18:00
|
|
17790
|
+
|
|
17791
|
+
本次发布包含了以下内容:
|
|
17792
|
+
|
|
17793
|
+
改善已有的文档。
|
|
17794
|
+
|
|
17795
|
+
新增接口:
|
|
17796
|
+
|
|
17797
|
+
* [DestroyInstance](https://cloud.tencent.com/document/api/1299/86254)
|
|
17798
|
+
|
|
17799
|
+
修改接口:
|
|
17800
|
+
|
|
17801
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1299/86157)
|
|
17802
|
+
|
|
17803
|
+
* 新增入参:ReduceShardInfo
|
|
17804
|
+
|
|
17805
|
+
|
|
17781
17806
|
### 第 5 次发布
|
|
17782
17807
|
|
|
17783
17808
|
发布时间:2023-02-07 01:12:30
|
|
@@ -17788,19 +17813,19 @@
|
|
|
17788
17813
|
|
|
17789
17814
|
新增接口:
|
|
17790
17815
|
|
|
17791
|
-
* [
|
|
17792
|
-
* [
|
|
17793
|
-
* [
|
|
17794
|
-
* [
|
|
17795
|
-
* [
|
|
17796
|
-
* [
|
|
17816
|
+
* [DescribeClusterConfigs](https://cloud.tencent.com/document/api/1299/86161)
|
|
17817
|
+
* [DescribeInstanceKeyValConfigs](https://cloud.tencent.com/document/api/1299/86160)
|
|
17818
|
+
* [ModifyInstanceKeyValConfigs](https://cloud.tencent.com/document/api/1299/86159)
|
|
17819
|
+
* [ResizeDisk](https://cloud.tencent.com/document/api/1299/86158)
|
|
17820
|
+
* [ScaleOutInstance](https://cloud.tencent.com/document/api/1299/86157)
|
|
17821
|
+
* [ScaleUpInstance](https://cloud.tencent.com/document/api/1299/86156)
|
|
17797
17822
|
|
|
17798
17823
|
新增数据结构:
|
|
17799
17824
|
|
|
17800
|
-
* [
|
|
17801
|
-
* [
|
|
17802
|
-
* [
|
|
17803
|
-
* [
|
|
17825
|
+
* [ClusterConfigsInfoFromEMR](https://cloud.tencent.com/document/api/1299/83429#ClusterConfigsInfoFromEMR)
|
|
17826
|
+
* [InstanceConfigInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceConfigInfo)
|
|
17827
|
+
* [InstanceConfigItem](https://cloud.tencent.com/document/api/1299/83429#InstanceConfigItem)
|
|
17828
|
+
* [MapConfigItem](https://cloud.tencent.com/document/api/1299/83429#MapConfigItem)
|
|
17804
17829
|
|
|
17805
17830
|
### 第 4 次发布
|
|
17806
17831
|
|
|
@@ -17812,11 +17837,11 @@
|
|
|
17812
17837
|
|
|
17813
17838
|
新增接口:
|
|
17814
17839
|
|
|
17815
|
-
* [
|
|
17840
|
+
* [DescribeBackUpSchedule](https://cloud.tencent.com/document/api/1299/86155)
|
|
17816
17841
|
|
|
17817
17842
|
新增数据结构:
|
|
17818
17843
|
|
|
17819
|
-
* [
|
|
17844
|
+
* [ScheduleStrategy](https://cloud.tencent.com/document/api/1299/83429#ScheduleStrategy)
|
|
17820
17845
|
|
|
17821
17846
|
### 第 3 次发布
|
|
17822
17847
|
|
|
@@ -21111,6 +21136,21 @@
|
|
|
21111
21136
|
|
|
21112
21137
|
## 负载均衡(clb) 版本:2018-03-17
|
|
21113
21138
|
|
|
21139
|
+
### 第 80 次发布
|
|
21140
|
+
|
|
21141
|
+
发布时间:2023-02-08 01:22:37
|
|
21142
|
+
|
|
21143
|
+
本次发布包含了以下内容:
|
|
21144
|
+
|
|
21145
|
+
改善已有的文档。
|
|
21146
|
+
|
|
21147
|
+
修改数据结构:
|
|
21148
|
+
|
|
21149
|
+
* [RuleTargets](https://cloud.tencent.com/document/api/214/30694#RuleTargets)
|
|
21150
|
+
|
|
21151
|
+
* 新增成员:FunctionTargets
|
|
21152
|
+
|
|
21153
|
+
|
|
21114
21154
|
### 第 79 次发布
|
|
21115
21155
|
|
|
21116
21156
|
发布时间:2023-02-02 01:11:16
|
|
@@ -32504,7 +32544,7 @@
|
|
|
32504
32544
|
|
|
32505
32545
|
新增接口:
|
|
32506
32546
|
|
|
32507
|
-
* [
|
|
32547
|
+
* [DescribeFlow](https://cloud.tencent.com/document/api/1003/86162)
|
|
32508
32548
|
|
|
32509
32549
|
### 第 41 次发布
|
|
32510
32550
|
|
|
@@ -33426,7 +33466,7 @@
|
|
|
33426
33466
|
|
|
33427
33467
|
新增数据结构:
|
|
33428
33468
|
|
|
33429
|
-
* [
|
|
33469
|
+
* [Filter](https://cloud.tencent.com/document/api/1025/74416#Filter)
|
|
33430
33470
|
|
|
33431
33471
|
修改数据结构:
|
|
33432
33472
|
|
|
@@ -36209,6 +36249,57 @@
|
|
|
36209
36249
|
|
|
36210
36250
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
36211
36251
|
|
|
36252
|
+
### 第 39 次发布
|
|
36253
|
+
|
|
36254
|
+
发布时间:2023-02-09 01:30:43
|
|
36255
|
+
|
|
36256
|
+
本次发布包含了以下内容:
|
|
36257
|
+
|
|
36258
|
+
改善已有的文档。
|
|
36259
|
+
|
|
36260
|
+
新增接口:
|
|
36261
|
+
|
|
36262
|
+
* [[CancelNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86317)](https://cloud.tencent.com/document/api/#/#)
|
|
36263
|
+
* [[CancelNotebookSessionStatementBatch](https://cloud.tencent.com/document/api/1342/86316)](https://cloud.tencent.com/document/api/#/#)
|
|
36264
|
+
* [[CreateNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86315)](https://cloud.tencent.com/document/api/#/#)
|
|
36265
|
+
* [[CreateNotebookSessionStatementSupportBatchSQL](https://cloud.tencent.com/document/api/1342/86314)](https://cloud.tencent.com/document/api/#/#)
|
|
36266
|
+
* [[DeleteNotebookSession](https://cloud.tencent.com/document/api/1342/86313)](https://cloud.tencent.com/document/api/#/#)
|
|
36267
|
+
* [[DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)](https://cloud.tencent.com/document/api/#/#)
|
|
36268
|
+
* [[DescribeNotebookSessionLog](https://cloud.tencent.com/document/api/1342/86312)](https://cloud.tencent.com/document/api/#/#)
|
|
36269
|
+
* [[DescribeNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86311)](https://cloud.tencent.com/document/api/#/#)
|
|
36270
|
+
* [[DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)](https://cloud.tencent.com/document/api/#/#)
|
|
36271
|
+
* [[DescribeNotebookSessionStatements](https://cloud.tencent.com/document/api/1342/86310)](https://cloud.tencent.com/document/api/#/#)
|
|
36272
|
+
* [[DescribeNotebookSessions](https://cloud.tencent.com/document/api/1342/86309)](https://cloud.tencent.com/document/api/#/#)
|
|
36273
|
+
* [[GenerateCreateMangedTableSql](https://cloud.tencent.com/document/api/1342/86306)](https://cloud.tencent.com/document/api/#/#)
|
|
36274
|
+
|
|
36275
|
+
新增数据结构:
|
|
36276
|
+
|
|
36277
|
+
* [[CrontabResumeSuspendStrategy](https://cloud.tencent.com/document/api/1342/53778#CrontabResumeSuspendStrategy)](https://cloud.tencent.com/document/api/1342/53778#[CrontabResumeSuspendStrategy](https://cloud.tencent.com/document/api/1342/53778#CrontabResumeSuspendStrategy))
|
|
36278
|
+
* [[DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)](https://cloud.tencent.com/document/api/1342/53778#[DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo))
|
|
36279
|
+
* [[NetworkConnection](https://cloud.tencent.com/document/api/1342/53778#NetworkConnection)](https://cloud.tencent.com/document/api/1342/53778#[NetworkConnection](https://cloud.tencent.com/document/api/1342/53778#NetworkConnection))
|
|
36280
|
+
* [[NotebookSessionStatementBatchInformation](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementBatchInformation)](https://cloud.tencent.com/document/api/1342/53778#[NotebookSessionStatementBatchInformation](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementBatchInformation))
|
|
36281
|
+
* [[NotebookSessionStatementInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementInfo)](https://cloud.tencent.com/document/api/1342/53778#[NotebookSessionStatementInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementInfo))
|
|
36282
|
+
* [[NotebookSessions](https://cloud.tencent.com/document/api/1342/53778#NotebookSessions)](https://cloud.tencent.com/document/api/1342/53778#[NotebookSessions](https://cloud.tencent.com/document/api/1342/53778#NotebookSessions))
|
|
36283
|
+
* [[StatementOutput](https://cloud.tencent.com/document/api/1342/53778#StatementOutput)](https://cloud.tencent.com/document/api/1342/53778#[StatementOutput](https://cloud.tencent.com/document/api/1342/53778#StatementOutput))
|
|
36284
|
+
* [[TagInfo](https://cloud.tencent.com/document/api/1342/53778#TagInfo)](https://cloud.tencent.com/document/api/1342/53778#[TagInfo](https://cloud.tencent.com/document/api/1342/53778#TagInfo))
|
|
36285
|
+
|
|
36286
|
+
### 第 38 次发布
|
|
36287
|
+
|
|
36288
|
+
发布时间:2023-02-08 01:31:40
|
|
36289
|
+
|
|
36290
|
+
本次发布包含了以下内容:
|
|
36291
|
+
|
|
36292
|
+
改善已有的文档。
|
|
36293
|
+
|
|
36294
|
+
新增接口:
|
|
36295
|
+
|
|
36296
|
+
* [CreateInternalTable](https://cloud.tencent.com/document/api/1342/86255)
|
|
36297
|
+
|
|
36298
|
+
新增数据结构:
|
|
36299
|
+
|
|
36300
|
+
* [TColumn](https://cloud.tencent.com/document/api/1342/53778#TColumn)
|
|
36301
|
+
* [TPartition](https://cloud.tencent.com/document/api/1342/53778#TPartition)
|
|
36302
|
+
|
|
36212
36303
|
### 第 37 次发布
|
|
36213
36304
|
|
|
36214
36305
|
发布时间:2023-02-07 01:25:26
|
|
@@ -36219,7 +36310,7 @@
|
|
|
36219
36310
|
|
|
36220
36311
|
新增接口:
|
|
36221
36312
|
|
|
36222
|
-
* [
|
|
36313
|
+
* [ModifyGovernEventRule](https://cloud.tencent.com/document/api/1342/86163)
|
|
36223
36314
|
|
|
36224
36315
|
修改接口:
|
|
36225
36316
|
|
|
@@ -43020,6 +43111,19 @@
|
|
|
43020
43111
|
|
|
43021
43112
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
43022
43113
|
|
|
43114
|
+
### 第 42 次发布
|
|
43115
|
+
|
|
43116
|
+
发布时间:2023-02-07 11:30:44
|
|
43117
|
+
|
|
43118
|
+
本次发布包含了以下内容:
|
|
43119
|
+
|
|
43120
|
+
改善已有的文档。
|
|
43121
|
+
|
|
43122
|
+
新增接口:
|
|
43123
|
+
|
|
43124
|
+
* [CreateSealPolicy](https://cloud.tencent.com/document/api/1323/86183)
|
|
43125
|
+
* [DeleteSealPolicies](https://cloud.tencent.com/document/api/1323/86182)
|
|
43126
|
+
|
|
43023
43127
|
### 第 41 次发布
|
|
43024
43128
|
|
|
43025
43129
|
发布时间:2023-02-06 01:41:26
|
|
@@ -43848,6 +43952,19 @@
|
|
|
43848
43952
|
|
|
43849
43953
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
43850
43954
|
|
|
43955
|
+
### 第 62 次发布
|
|
43956
|
+
|
|
43957
|
+
发布时间:2023-02-08 01:37:10
|
|
43958
|
+
|
|
43959
|
+
本次发布包含了以下内容:
|
|
43960
|
+
|
|
43961
|
+
改善已有的文档。
|
|
43962
|
+
|
|
43963
|
+
新增接口:
|
|
43964
|
+
|
|
43965
|
+
* [ChannelCreateSealPolicy](https://cloud.tencent.com/document/api/1420/86257)
|
|
43966
|
+
* [ChannelDeleteSealPolicies](https://cloud.tencent.com/document/api/1420/86256)
|
|
43967
|
+
|
|
43851
43968
|
### 第 61 次发布
|
|
43852
43969
|
|
|
43853
43970
|
发布时间:2023-02-01 01:24:43
|
|
@@ -54957,6 +55074,87 @@
|
|
|
54957
55074
|
|
|
54958
55075
|
|
|
54959
55076
|
|
|
55077
|
+
## 云数据库 KeeWiDB(keewidb) 版本:2022-03-08
|
|
55078
|
+
|
|
55079
|
+
### 第 1 次发布
|
|
55080
|
+
|
|
55081
|
+
发布时间:2023-02-07 16:41:11
|
|
55082
|
+
|
|
55083
|
+
本次发布包含了以下内容:
|
|
55084
|
+
|
|
55085
|
+
改善已有的文档。
|
|
55086
|
+
|
|
55087
|
+
新增接口:
|
|
55088
|
+
|
|
55089
|
+
* [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1520/86215)
|
|
55090
|
+
* [ChangeInstanceMaster](https://cloud.tencent.com/document/api/1520/86229)
|
|
55091
|
+
* [CleanUpInstance](https://cloud.tencent.com/document/api/1520/86209)
|
|
55092
|
+
* [ClearInstance](https://cloud.tencent.com/document/api/1520/86208)
|
|
55093
|
+
* [CreateBackupManually](https://cloud.tencent.com/document/api/1520/86221)
|
|
55094
|
+
* [CreateInstances](https://cloud.tencent.com/document/api/1520/86207)
|
|
55095
|
+
* [DescribeAutoBackupConfig](https://cloud.tencent.com/document/api/1520/86220)
|
|
55096
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1520/86214)
|
|
55097
|
+
* [DescribeInstanceBackups](https://cloud.tencent.com/document/api/1520/86219)
|
|
55098
|
+
* [DescribeInstanceBinlogs](https://cloud.tencent.com/document/api/1520/86218)
|
|
55099
|
+
* [DescribeInstanceNodeInfo](https://cloud.tencent.com/document/api/1520/86206)
|
|
55100
|
+
* [DescribeInstanceParamRecords](https://cloud.tencent.com/document/api/1520/86228)
|
|
55101
|
+
* [DescribeInstanceParams](https://cloud.tencent.com/document/api/1520/86227)
|
|
55102
|
+
* [DescribeInstanceReplicas](https://cloud.tencent.com/document/api/1520/86226)
|
|
55103
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/1520/86205)
|
|
55104
|
+
* [DescribeMaintenanceWindow](https://cloud.tencent.com/document/api/1520/86204)
|
|
55105
|
+
* [DescribeProductInfo](https://cloud.tencent.com/document/api/1520/86223)
|
|
55106
|
+
* [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/1520/86213)
|
|
55107
|
+
* [DescribeProxySlowLog](https://cloud.tencent.com/document/api/1520/86203)
|
|
55108
|
+
* [DescribeTaskInfo](https://cloud.tencent.com/document/api/1520/86202)
|
|
55109
|
+
* [DescribeTaskList](https://cloud.tencent.com/document/api/1520/86201)
|
|
55110
|
+
* [DescribeTendisSlowLog](https://cloud.tencent.com/document/api/1520/86200)
|
|
55111
|
+
* [DestroyPostpaidInstance](https://cloud.tencent.com/document/api/1520/86199)
|
|
55112
|
+
* [DestroyPrepaidInstance](https://cloud.tencent.com/document/api/1520/86198)
|
|
55113
|
+
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1520/86212)
|
|
55114
|
+
* [ModifyAutoBackupConfig](https://cloud.tencent.com/document/api/1520/86217)
|
|
55115
|
+
* [ModifyConnectionConfig](https://cloud.tencent.com/document/api/1520/86197)
|
|
55116
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1520/86211)
|
|
55117
|
+
* [ModifyInstance](https://cloud.tencent.com/document/api/1520/86196)
|
|
55118
|
+
* [ModifyInstanceParams](https://cloud.tencent.com/document/api/1520/86225)
|
|
55119
|
+
* [ModifyMaintenanceWindow](https://cloud.tencent.com/document/api/1520/86195)
|
|
55120
|
+
* [ModifyNetworkConfig](https://cloud.tencent.com/document/api/1520/86194)
|
|
55121
|
+
* [RenewInstance](https://cloud.tencent.com/document/api/1520/86193)
|
|
55122
|
+
* [ResetPassword](https://cloud.tencent.com/document/api/1520/86192)
|
|
55123
|
+
* [StartUpInstance](https://cloud.tencent.com/document/api/1520/86191)
|
|
55124
|
+
* [UpgradeInstance](https://cloud.tencent.com/document/api/1520/86190)
|
|
55125
|
+
|
|
55126
|
+
新增数据结构:
|
|
55127
|
+
|
|
55128
|
+
* [BackupInfo](https://cloud.tencent.com/document/api/1520/86230#BackupInfo)
|
|
55129
|
+
* [BinlogInfo](https://cloud.tencent.com/document/api/1520/86230#BinlogInfo)
|
|
55130
|
+
* [Inbound](https://cloud.tencent.com/document/api/1520/86230#Inbound)
|
|
55131
|
+
* [InstanceEnumParam](https://cloud.tencent.com/document/api/1520/86230#InstanceEnumParam)
|
|
55132
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceInfo)
|
|
55133
|
+
* [InstanceIntegerParam](https://cloud.tencent.com/document/api/1520/86230#InstanceIntegerParam)
|
|
55134
|
+
* [InstanceMultiParam](https://cloud.tencent.com/document/api/1520/86230#InstanceMultiParam)
|
|
55135
|
+
* [InstanceNodeInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceNodeInfo)
|
|
55136
|
+
* [InstanceParam](https://cloud.tencent.com/document/api/1520/86230#InstanceParam)
|
|
55137
|
+
* [InstanceParamHistory](https://cloud.tencent.com/document/api/1520/86230#InstanceParamHistory)
|
|
55138
|
+
* [InstanceProxySlowlogDetail](https://cloud.tencent.com/document/api/1520/86230#InstanceProxySlowlogDetail)
|
|
55139
|
+
* [InstanceTagInfo](https://cloud.tencent.com/document/api/1520/86230#InstanceTagInfo)
|
|
55140
|
+
* [InstanceTextParam](https://cloud.tencent.com/document/api/1520/86230#InstanceTextParam)
|
|
55141
|
+
* [KeeWiDBNode](https://cloud.tencent.com/document/api/1520/86230#KeeWiDBNode)
|
|
55142
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1520/86230#NodeInfo)
|
|
55143
|
+
* [Outbound](https://cloud.tencent.com/document/api/1520/86230#Outbound)
|
|
55144
|
+
* [ProductConf](https://cloud.tencent.com/document/api/1520/86230#ProductConf)
|
|
55145
|
+
* [ProxyNodeInfo](https://cloud.tencent.com/document/api/1520/86230#ProxyNodeInfo)
|
|
55146
|
+
* [RedisNodeInfo](https://cloud.tencent.com/document/api/1520/86230#RedisNodeInfo)
|
|
55147
|
+
* [RegionConf](https://cloud.tencent.com/document/api/1520/86230#RegionConf)
|
|
55148
|
+
* [ReplicaGroup](https://cloud.tencent.com/document/api/1520/86230#ReplicaGroup)
|
|
55149
|
+
* [ResourceTag](https://cloud.tencent.com/document/api/1520/86230#ResourceTag)
|
|
55150
|
+
* [SecurityGroup](https://cloud.tencent.com/document/api/1520/86230#SecurityGroup)
|
|
55151
|
+
* [TaskInfoDetail](https://cloud.tencent.com/document/api/1520/86230#TaskInfoDetail)
|
|
55152
|
+
* [TendisSlowLogDetail](https://cloud.tencent.com/document/api/1520/86230#TendisSlowLogDetail)
|
|
55153
|
+
* [ZoneCapacityConf](https://cloud.tencent.com/document/api/1520/86230#ZoneCapacityConf)
|
|
55154
|
+
|
|
55155
|
+
|
|
55156
|
+
|
|
55157
|
+
|
|
54960
55158
|
## 密钥管理系统(kms) 版本:2019-01-18
|
|
54961
55159
|
|
|
54962
55160
|
### 第 18 次发布
|
|
@@ -55356,6 +55554,36 @@
|
|
|
55356
55554
|
|
|
55357
55555
|
## 低代码互动课堂(lcic) 版本:2022-08-17
|
|
55358
55556
|
|
|
55557
|
+
### 第 9 次发布
|
|
55558
|
+
|
|
55559
|
+
发布时间:2023-02-09 01:47:12
|
|
55560
|
+
|
|
55561
|
+
本次发布包含了以下内容:
|
|
55562
|
+
|
|
55563
|
+
改善已有的文档。
|
|
55564
|
+
|
|
55565
|
+
新增接口:
|
|
55566
|
+
|
|
55567
|
+
* [[BatchCreateRoom](https://cloud.tencent.com/document/api/1639/86325)](https://cloud.tencent.com/document/api/#/#)
|
|
55568
|
+
* [[BatchDeleteRecord](https://cloud.tencent.com/document/api/1639/86328)](https://cloud.tencent.com/document/api/#/#)
|
|
55569
|
+
* [[DeleteDocument](https://cloud.tencent.com/document/api/1639/86322)](https://cloud.tencent.com/document/api/#/#)
|
|
55570
|
+
* [[DeleteRecord](https://cloud.tencent.com/document/api/1639/86327)](https://cloud.tencent.com/document/api/#/#)
|
|
55571
|
+
* [[DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)](https://cloud.tencent.com/document/api/#/#)
|
|
55572
|
+
* [[DescribeDocumentsByRoom](https://cloud.tencent.com/document/api/1639/86320)](https://cloud.tencent.com/document/api/#/#)
|
|
55573
|
+
* [[DescribeSdkAppIdUsers](https://cloud.tencent.com/document/api/1639/86324)](https://cloud.tencent.com/document/api/#/#)
|
|
55574
|
+
* [[GetWatermark](https://cloud.tencent.com/document/api/1639/86330)](https://cloud.tencent.com/document/api/#/#)
|
|
55575
|
+
* [[ModifyUserProfile](https://cloud.tencent.com/document/api/1639/86323)](https://cloud.tencent.com/document/api/#/#)
|
|
55576
|
+
* [[SetWatermark](https://cloud.tencent.com/document/api/1639/86329)](https://cloud.tencent.com/document/api/#/#)
|
|
55577
|
+
|
|
55578
|
+
新增数据结构:
|
|
55579
|
+
|
|
55580
|
+
* [[BackgroundPictureConfig](https://cloud.tencent.com/document/api/1639/81423#BackgroundPictureConfig)](https://cloud.tencent.com/document/api/1639/81423#[BackgroundPictureConfig](https://cloud.tencent.com/document/api/1639/81423#BackgroundPictureConfig))
|
|
55581
|
+
* [[DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo)](https://cloud.tencent.com/document/api/1639/81423#[DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo))
|
|
55582
|
+
* [[RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)](https://cloud.tencent.com/document/api/1639/81423#[RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo))
|
|
55583
|
+
* [[TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)](https://cloud.tencent.com/document/api/1639/81423#[TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig))
|
|
55584
|
+
* [[UserInfo](https://cloud.tencent.com/document/api/1639/81423#UserInfo)](https://cloud.tencent.com/document/api/1639/81423#[UserInfo](https://cloud.tencent.com/document/api/1639/81423#UserInfo))
|
|
55585
|
+
* [[WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)](https://cloud.tencent.com/document/api/1639/81423#[WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig))
|
|
55586
|
+
|
|
55359
55587
|
### 第 8 次发布
|
|
55360
55588
|
|
|
55361
55589
|
发布时间:2023-02-02 01:35:14
|
|
@@ -56327,17 +56555,17 @@
|
|
|
56327
56555
|
|
|
56328
56556
|
新增接口:
|
|
56329
56557
|
|
|
56330
|
-
* [
|
|
56331
|
-
* [
|
|
56332
|
-
* [
|
|
56333
|
-
* [
|
|
56334
|
-
* [
|
|
56335
|
-
* [
|
|
56336
|
-
* [
|
|
56558
|
+
* [CreateLiveTimeShiftRule](https://cloud.tencent.com/document/api/267/86170)
|
|
56559
|
+
* [CreateLiveTimeShiftTemplate](https://cloud.tencent.com/document/api/267/86169)
|
|
56560
|
+
* [DeleteLiveTimeShiftRule](https://cloud.tencent.com/document/api/267/86168)
|
|
56561
|
+
* [DeleteLiveTimeShiftTemplate](https://cloud.tencent.com/document/api/267/86167)
|
|
56562
|
+
* [DescribeLiveTimeShiftRules](https://cloud.tencent.com/document/api/267/86166)
|
|
56563
|
+
* [DescribeLiveTimeShiftTemplates](https://cloud.tencent.com/document/api/267/86165)
|
|
56564
|
+
* [ModifyLiveTimeShiftTemplate](https://cloud.tencent.com/document/api/267/86164)
|
|
56337
56565
|
|
|
56338
56566
|
新增数据结构:
|
|
56339
56567
|
|
|
56340
|
-
* [
|
|
56568
|
+
* [TimeShiftTemplate](https://cloud.tencent.com/document/api/267/20474#TimeShiftTemplate)
|
|
56341
56569
|
|
|
56342
56570
|
### 第 95 次发布
|
|
56343
56571
|
|
|
@@ -73068,6 +73296,52 @@
|
|
|
73068
73296
|
|
|
73069
73297
|
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
73070
73298
|
|
|
73299
|
+
### 第 40 次发布
|
|
73300
|
+
|
|
73301
|
+
发布时间:2023-02-09 01:58:45
|
|
73302
|
+
|
|
73303
|
+
本次发布包含了以下内容:
|
|
73304
|
+
|
|
73305
|
+
改善已有的文档。
|
|
73306
|
+
|
|
73307
|
+
修改接口:
|
|
73308
|
+
|
|
73309
|
+
* [ModifyBackupMigration](https://cloud.tencent.com/document/api/238/53183)
|
|
73310
|
+
|
|
73311
|
+
* 新增入参:DBRename
|
|
73312
|
+
|
|
73313
|
+
|
|
73314
|
+
新增数据结构:
|
|
73315
|
+
|
|
73316
|
+
* [[DBRenameRes](https://cloud.tencent.com/document/api/238/19976#DBRenameRes)](https://cloud.tencent.com/document/api/238/19976#[DBRenameRes](https://cloud.tencent.com/document/api/238/19976#DBRenameRes))
|
|
73317
|
+
|
|
73318
|
+
修改数据结构:
|
|
73319
|
+
|
|
73320
|
+
* [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
|
|
73321
|
+
|
|
73322
|
+
* 新增成员:AccountType
|
|
73323
|
+
|
|
73324
|
+
* [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
|
|
73325
|
+
|
|
73326
|
+
* 新增成员:AccountType
|
|
73327
|
+
|
|
73328
|
+
* [AccountPrivilege](https://cloud.tencent.com/document/api/238/19976#AccountPrivilege)
|
|
73329
|
+
|
|
73330
|
+
* 新增成员:AccountType
|
|
73331
|
+
|
|
73332
|
+
* [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
|
|
73333
|
+
|
|
73334
|
+
* 新增成员:AccountType
|
|
73335
|
+
|
|
73336
|
+
* [DbNormalDetail](https://cloud.tencent.com/document/api/238/19976#DbNormalDetail)
|
|
73337
|
+
|
|
73338
|
+
* 新增成员:CreateTime
|
|
73339
|
+
|
|
73340
|
+
* [Migration](https://cloud.tencent.com/document/api/238/19976#Migration)
|
|
73341
|
+
|
|
73342
|
+
* 新增成员:DBRename
|
|
73343
|
+
|
|
73344
|
+
|
|
73071
73345
|
### 第 39 次发布
|
|
73072
73346
|
|
|
73073
73347
|
发布时间:2022-12-07 06:58:03
|
|
@@ -77178,6 +77452,21 @@
|
|
|
77178
77452
|
|
|
77179
77453
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
77180
77454
|
|
|
77455
|
+
### 第 92 次发布
|
|
77456
|
+
|
|
77457
|
+
发布时间:2023-02-08 02:00:35
|
|
77458
|
+
|
|
77459
|
+
本次发布包含了以下内容:
|
|
77460
|
+
|
|
77461
|
+
改善已有的文档。
|
|
77462
|
+
|
|
77463
|
+
修改接口:
|
|
77464
|
+
|
|
77465
|
+
* [DescribeCurveData](https://cloud.tencent.com/document/api/876/59512)
|
|
77466
|
+
|
|
77467
|
+
* 新增出参:NewValues
|
|
77468
|
+
|
|
77469
|
+
|
|
77181
77470
|
### 第 91 次发布
|
|
77182
77471
|
|
|
77183
77472
|
发布时间:2023-02-03 01:42:20
|
|
@@ -82247,6 +82536,32 @@
|
|
|
82247
82536
|
|
|
82248
82537
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
82249
82538
|
|
|
82539
|
+
### 第 44 次发布
|
|
82540
|
+
|
|
82541
|
+
发布时间:2023-02-08 02:05:03
|
|
82542
|
+
|
|
82543
|
+
本次发布包含了以下内容:
|
|
82544
|
+
|
|
82545
|
+
改善已有的文档。
|
|
82546
|
+
|
|
82547
|
+
修改接口:
|
|
82548
|
+
|
|
82549
|
+
* [DescribeRabbitMQNodeList](https://cloud.tencent.com/document/api/1179/82204)
|
|
82550
|
+
|
|
82551
|
+
* 新增入参:NodeName, Filters, SortElement, SortOrder
|
|
82552
|
+
|
|
82553
|
+
|
|
82554
|
+
修改数据结构:
|
|
82555
|
+
|
|
82556
|
+
* [RabbitMQPrivateNode](https://cloud.tencent.com/document/api/1179/46089#RabbitMQPrivateNode)
|
|
82557
|
+
|
|
82558
|
+
* 新增成员:NodeStatus, CPUUsage, Memory, DiskUsage, ProcessNumber
|
|
82559
|
+
|
|
82560
|
+
* [RabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVipInstance)
|
|
82561
|
+
|
|
82562
|
+
* 新增成员:ExceptionInformation
|
|
82563
|
+
|
|
82564
|
+
|
|
82250
82565
|
### 第 43 次发布
|
|
82251
82566
|
|
|
82252
82567
|
发布时间:2022-12-30 01:47:00
|
|
@@ -85246,6 +85561,43 @@
|
|
|
85246
85561
|
|
|
85247
85562
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
85248
85563
|
|
|
85564
|
+
### 第 31 次发布
|
|
85565
|
+
|
|
85566
|
+
发布时间:2023-02-09 02:15:06
|
|
85567
|
+
|
|
85568
|
+
本次发布包含了以下内容:
|
|
85569
|
+
|
|
85570
|
+
改善已有的文档。
|
|
85571
|
+
|
|
85572
|
+
新增接口:
|
|
85573
|
+
|
|
85574
|
+
* [[CreateAccelerationDomain](https://cloud.tencent.com/document/api/1552/86338)](https://cloud.tencent.com/document/api/#/#)
|
|
85575
|
+
* [[DeleteAccelerationDomains](https://cloud.tencent.com/document/api/1552/86337)](https://cloud.tencent.com/document/api/#/#)
|
|
85576
|
+
* [[DescribeAccelerationDomains](https://cloud.tencent.com/document/api/1552/86336)](https://cloud.tencent.com/document/api/#/#)
|
|
85577
|
+
* [[ModifyAccelerationDomain](https://cloud.tencent.com/document/api/1552/86335)](https://cloud.tencent.com/document/api/#/#)
|
|
85578
|
+
* [[ModifyAccelerationDomainStatuses](https://cloud.tencent.com/document/api/1552/86334)](https://cloud.tencent.com/document/api/#/#)
|
|
85579
|
+
|
|
85580
|
+
新增数据结构:
|
|
85581
|
+
|
|
85582
|
+
* [[AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain)](https://cloud.tencent.com/document/api/1552/80721#[AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain))
|
|
85583
|
+
* [[OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)](https://cloud.tencent.com/document/api/1552/80721#[OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail))
|
|
85584
|
+
* [[OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)](https://cloud.tencent.com/document/api/1552/80721#[OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo))
|
|
85585
|
+
|
|
85586
|
+
### 第 30 次发布
|
|
85587
|
+
|
|
85588
|
+
发布时间:2023-02-08 02:07:28
|
|
85589
|
+
|
|
85590
|
+
本次发布包含了以下内容:
|
|
85591
|
+
|
|
85592
|
+
改善已有的文档。
|
|
85593
|
+
|
|
85594
|
+
修改数据结构:
|
|
85595
|
+
|
|
85596
|
+
* [WebLogs](https://cloud.tencent.com/document/api/1552/80721#WebLogs)
|
|
85597
|
+
|
|
85598
|
+
* 新增成员:RealClientIp, RealClientIpCountryCode
|
|
85599
|
+
|
|
85600
|
+
|
|
85249
85601
|
### 第 29 次发布
|
|
85250
85602
|
|
|
85251
85603
|
发布时间:2023-02-07 02:04:55
|
|
@@ -86501,6 +86853,21 @@
|
|
|
86501
86853
|
|
|
86502
86854
|
## 高性能计算平台(thpc) 版本:2022-04-01
|
|
86503
86855
|
|
|
86856
|
+
### 第 10 次发布
|
|
86857
|
+
|
|
86858
|
+
发布时间:2023-02-08 02:08:58
|
|
86859
|
+
|
|
86860
|
+
本次发布包含了以下内容:
|
|
86861
|
+
|
|
86862
|
+
改善已有的文档。
|
|
86863
|
+
|
|
86864
|
+
修改接口:
|
|
86865
|
+
|
|
86866
|
+
* [AddNodes](https://cloud.tencent.com/document/api/1527/72105)
|
|
86867
|
+
|
|
86868
|
+
* <font color="#dd0000">**修改入参**:</font>ImageId
|
|
86869
|
+
|
|
86870
|
+
|
|
86504
86871
|
### 第 9 次发布
|
|
86505
86872
|
|
|
86506
86873
|
发布时间:2023-01-11 01:46:25
|
|
@@ -96903,15 +97270,15 @@
|
|
|
96903
97270
|
|
|
96904
97271
|
新增接口:
|
|
96905
97272
|
|
|
96906
|
-
* [
|
|
96907
|
-
* [
|
|
96908
|
-
* [
|
|
96909
|
-
* [
|
|
97273
|
+
* [CreateRoundPlay](https://cloud.tencent.com/document/api/266/86175)
|
|
97274
|
+
* [DeleteRoundPlay](https://cloud.tencent.com/document/api/266/86174)
|
|
97275
|
+
* [DescribeRoundPlays](https://cloud.tencent.com/document/api/266/86173)
|
|
97276
|
+
* [ModifyRoundPlay](https://cloud.tencent.com/document/api/266/86172)
|
|
96910
97277
|
|
|
96911
97278
|
新增数据结构:
|
|
96912
97279
|
|
|
96913
|
-
* [
|
|
96914
|
-
* [
|
|
97280
|
+
* [RoundPlayInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayInfo)
|
|
97281
|
+
* [RoundPlayListItemInfo](https://cloud.tencent.com/document/api/266/31773#RoundPlayListItemInfo)
|
|
96915
97282
|
|
|
96916
97283
|
### 第 139 次发布
|
|
96917
97284
|
|
|
@@ -100728,6 +101095,25 @@
|
|
|
100728
101095
|
|
|
100729
101096
|
## 私有网络(vpc) 版本:2017-03-12
|
|
100730
101097
|
|
|
101098
|
+
### 第 138 次发布
|
|
101099
|
+
|
|
101100
|
+
发布时间:2023-02-08 02:24:44
|
|
101101
|
+
|
|
101102
|
+
本次发布包含了以下内容:
|
|
101103
|
+
|
|
101104
|
+
改善已有的文档。
|
|
101105
|
+
|
|
101106
|
+
修改接口:
|
|
101107
|
+
|
|
101108
|
+
* [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037)
|
|
101109
|
+
|
|
101110
|
+
* 新增出参:Result
|
|
101111
|
+
|
|
101112
|
+
|
|
101113
|
+
新增数据结构:
|
|
101114
|
+
|
|
101115
|
+
* [VpcTaskResultDetailInfo](https://cloud.tencent.com/document/api/215/15824#VpcTaskResultDetailInfo)
|
|
101116
|
+
|
|
100731
101117
|
### 第 137 次发布
|
|
100732
101118
|
|
|
100733
101119
|
发布时间:2023-02-06 02:53:59
|