tencentcloud-sdk-nodejs 4.0.935 → 4.0.937
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 +554 -0
- package/SERVICE_CHANGELOG.md +633 -168
- package/package.json +1 -1
- package/products.md +31 -31
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apm/v20210622/apm_models.ts +9 -0
- package/src/services/cam/v20190116/cam_client.ts +25 -0
- package/src/services/cam/v20190116/cam_models.ts +101 -0
- package/src/services/cdb/v20170320/cdb_models.ts +6 -4
- package/src/services/cfg/v20210820/cfg_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +42 -2
- package/src/services/dasb/v20191018/dasb_client.ts +20 -7
- package/src/services/dasb/v20191018/dasb_models.ts +222 -137
- package/src/services/dlc/v20210125/dlc_client.ts +5 -2
- package/src/services/dlc/v20210125/dlc_models.ts +200 -88
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -1
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +6 -8
- package/src/services/ess/v20201111/ess_models.ts +58 -45
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +2 -2
- package/src/services/iss/v20230517/iss_client.ts +38 -25
- package/src/services/iss/v20230517/iss_models.ts +49 -6
- package/src/services/mps/v20190612/mps_client.ts +5 -2
- package/src/services/mps/v20190612/mps_models.ts +194 -58
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/region/v20220627/region_models.ts +10 -11
- package/src/services/sms/v20210111/sms_models.ts +9 -9
- package/src/services/ssl/v20191205/ssl_models.ts +3 -3
- package/src/services/tat/v20201028/tat_models.ts +5 -0
- package/src/services/tcb/v20180608/tcb_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/tke/v20220501/tke_client.ts +97 -20
- package/src/services/tke/v20220501/tke_models.ts +494 -215
- package/src/services/tmt/v20180321/tmt_models.ts +22 -22
- package/src/services/vdb/v20230616/vdb_client.ts +1 -1
- package/src/services/vdb/v20230616/vdb_models.ts +14 -1
- package/src/services/vod/index.ts +2 -0
- package/src/services/vod/v20180717/vod_models.ts +16 -4
- package/src/services/vod/v20240718/index.ts +6 -0
- package/src/services/vod/v20240718/vod_client.ts +44 -0
- package/src/services/vod/v20240718/vod_models.ts +76 -0
- package/src/services/vpc/v20170312/vpc_models.ts +4 -0
- package/src/services/wedata/v20210820/wedata_client.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +9 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +96 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -4
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +42 -2
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +219 -137
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +197 -88
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +58 -45
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +2 -2
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +13 -9
- package/tencentcloud/services/iss/v20230517/iss_client.js +18 -12
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +46 -6
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +191 -58
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/region/v20220627/region_models.d.ts +10 -11
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +9 -9
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20220501/tke_client.d.ts +29 -5
- package/tencentcloud/services/tke/v20220501/tke_client.js +42 -6
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +481 -219
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +22 -22
- package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +1 -1
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +14 -1
- package/tencentcloud/services/vod/index.d.ts +4 -0
- package/tencentcloud/services/vod/index.js +2 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +16 -4
- package/tencentcloud/services/vod/v20240718/index.d.ts +6 -0
- package/tencentcloud/services/vod/v20240718/index.js +9 -0
- package/tencentcloud/services/vod/v20240718/vod_client.d.ts +14 -0
- package/tencentcloud/services/vod/v20240718/vod_client.js +37 -0
- package/tencentcloud/services/vod/v20240718/vod_models.d.ts +57 -0
- package/tencentcloud/services/vod/v20240718/vod_models.js +18 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
- package/test/cam.v20190116.test.js +20 -0
- package/test/dasb.v20191018.test.js +10 -0
- package/test/iss.v20230517.test.js +18 -8
- package/test/tke.v20220501.test.js +64 -4
- package/test/vod.v20240718.test.js +31 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,182 +1,183 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 应用性能监控(apm) 版本:2021-06-22
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 25 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-13 01:04:24
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [SketchToImage](https://cloud.tencent.com/document/api/1668/110863)
|
|
16
|
-
|
|
17
|
-
### 第 12 次发布
|
|
13
|
+
修改接口:
|
|
18
14
|
|
|
19
|
-
|
|
15
|
+
* [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
|
|
20
16
|
|
|
21
|
-
|
|
17
|
+
* 新增入参:ResponseDurationWarningThreshold
|
|
22
18
|
|
|
23
|
-
改善已有的文档。
|
|
24
19
|
|
|
25
|
-
|
|
20
|
+
修改数据结构:
|
|
26
21
|
|
|
27
|
-
* [
|
|
22
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
28
23
|
|
|
29
|
-
*
|
|
24
|
+
* 新增成员:ResponseDurationWarningThreshold
|
|
30
25
|
|
|
31
26
|
|
|
32
27
|
|
|
33
28
|
|
|
34
|
-
##
|
|
29
|
+
## 访问管理(cam) 版本:2019-01-16
|
|
35
30
|
|
|
36
|
-
### 第
|
|
31
|
+
### 第 61 次发布
|
|
37
32
|
|
|
38
|
-
发布时间:2024-09-
|
|
33
|
+
发布时间:2024-09-13 01:08:46
|
|
39
34
|
|
|
40
35
|
本次发布包含了以下内容:
|
|
41
36
|
|
|
42
37
|
改善已有的文档。
|
|
43
38
|
|
|
44
|
-
|
|
39
|
+
新增接口:
|
|
45
40
|
|
|
46
|
-
* [
|
|
41
|
+
* [DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)
|
|
42
|
+
* [ListReceiver](https://cloud.tencent.com/document/api/598/110940)
|
|
47
43
|
|
|
48
|
-
|
|
44
|
+
新增数据结构:
|
|
49
45
|
|
|
46
|
+
* [Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)
|
|
50
47
|
|
|
51
48
|
|
|
52
49
|
|
|
53
|
-
##
|
|
50
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
54
51
|
|
|
55
|
-
### 第
|
|
52
|
+
### 第 30 次发布
|
|
56
53
|
|
|
57
|
-
发布时间:2024-09-
|
|
54
|
+
发布时间:2024-09-13 01:25:56
|
|
58
55
|
|
|
59
56
|
本次发布包含了以下内容:
|
|
60
57
|
|
|
61
58
|
改善已有的文档。
|
|
62
59
|
|
|
63
|
-
|
|
60
|
+
新增接口:
|
|
64
61
|
|
|
65
|
-
* [
|
|
62
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)
|
|
66
63
|
|
|
64
|
+
新增数据结构:
|
|
67
65
|
|
|
68
|
-
|
|
66
|
+
* [Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)
|
|
69
67
|
|
|
70
|
-
* [OperateResponseData](https://cloud.tencent.com/document/api/597/40861#OperateResponseData)
|
|
71
68
|
|
|
72
|
-
* <font color="#dd0000">**修改成员**:</font>RouteDTO
|
|
73
69
|
|
|
70
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
74
71
|
|
|
72
|
+
### 第 103 次发布
|
|
75
73
|
|
|
74
|
+
发布时间:2024-09-13 01:28:24
|
|
76
75
|
|
|
77
|
-
|
|
76
|
+
本次发布包含了以下内容:
|
|
78
77
|
|
|
79
|
-
|
|
78
|
+
改善已有的文档。
|
|
80
79
|
|
|
81
|
-
|
|
80
|
+
新增数据结构:
|
|
82
81
|
|
|
83
|
-
|
|
82
|
+
* [DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)
|
|
83
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)
|
|
84
|
+
* [TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)
|
|
84
85
|
|
|
85
|
-
|
|
86
|
+
修改数据结构:
|
|
86
87
|
|
|
87
|
-
|
|
88
|
+
* [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
|
|
88
89
|
|
|
89
|
-
*
|
|
90
|
-
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/557/110864)
|
|
90
|
+
* 新增成员:DataMaskStrategyInfo
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
* [DatasourceConnectionConfig](https://cloud.tencent.com/document/api/1342/53778#DatasourceConnectionConfig)
|
|
93
93
|
|
|
94
|
-
*
|
|
95
|
-
* [NewBackupConfig](https://cloud.tencent.com/document/api/557/16142#NewBackupConfig)
|
|
94
|
+
* 新增成员:TCHouseD
|
|
96
95
|
|
|
96
|
+
* [ResourceInfo](https://cloud.tencent.com/document/api/1342/53778#ResourceInfo)
|
|
97
97
|
|
|
98
|
+
* 新增成员:ResourceGroupName
|
|
98
99
|
|
|
99
|
-
## DNSPod(dnspod) 版本:2021-03-23
|
|
100
100
|
|
|
101
|
-
### 第 33 次发布
|
|
102
101
|
|
|
103
|
-
|
|
102
|
+
|
|
103
|
+
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
104
|
+
|
|
105
|
+
### 第 21 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-09-13 01:31:06
|
|
104
108
|
|
|
105
109
|
本次发布包含了以下内容:
|
|
106
110
|
|
|
107
111
|
改善已有的文档。
|
|
108
112
|
|
|
109
|
-
|
|
113
|
+
修改数据结构:
|
|
110
114
|
|
|
111
|
-
* [
|
|
115
|
+
* [DbInfo](https://cloud.tencent.com/document/api/1087/96844#DbInfo)
|
|
112
116
|
|
|
113
|
-
|
|
117
|
+
* 新增成员:BindType
|
|
114
118
|
|
|
115
|
-
*
|
|
119
|
+
* <font color="#dd0000">**修改成员**:</font>DbName, ValidStatus
|
|
116
120
|
|
|
117
121
|
|
|
118
122
|
|
|
119
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
120
123
|
|
|
121
|
-
|
|
124
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
122
125
|
|
|
123
|
-
|
|
126
|
+
### 第 187 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2024-09-13 01:36:15
|
|
124
129
|
|
|
125
130
|
本次发布包含了以下内容:
|
|
126
131
|
|
|
127
132
|
改善已有的文档。
|
|
128
133
|
|
|
129
|
-
|
|
134
|
+
修改接口:
|
|
130
135
|
|
|
131
|
-
* [
|
|
132
|
-
* [DescribeSLInstance](https://cloud.tencent.com/document/api/589/110871)
|
|
133
|
-
* [DescribeSLInstanceList](https://cloud.tencent.com/document/api/589/110870)
|
|
134
|
-
* [ModifySLInstance](https://cloud.tencent.com/document/api/589/110869)
|
|
135
|
-
* [TerminateSLInstance](https://cloud.tencent.com/document/api/589/110868)
|
|
136
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
136
137
|
|
|
137
|
-
|
|
138
|
+
* 新增入参:FlowDisplayType
|
|
138
139
|
|
|
139
|
-
* [
|
|
140
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
140
141
|
|
|
141
|
-
* 新增入参:
|
|
142
|
+
* 新增入参:FlowDisplayType
|
|
142
143
|
|
|
143
144
|
|
|
144
|
-
|
|
145
|
+
修改数据结构:
|
|
145
146
|
|
|
146
|
-
* [
|
|
147
|
-
* [ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting)
|
|
147
|
+
* [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
|
|
148
148
|
|
|
149
|
+
* 新增成员:FlowDisplayType
|
|
149
150
|
|
|
150
151
|
|
|
151
|
-
## Elasticsearch Service(es) 版本:2018-04-16
|
|
152
152
|
|
|
153
|
-
### 第 69 次发布
|
|
154
153
|
|
|
155
|
-
|
|
154
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
155
|
+
|
|
156
|
+
### 第 183 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2024-09-13 01:37:18
|
|
156
159
|
|
|
157
160
|
本次发布包含了以下内容:
|
|
158
161
|
|
|
159
162
|
改善已有的文档。
|
|
160
163
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
* [DescribeSpaceKibanaTools](https://cloud.tencent.com/document/api/845/110854)
|
|
164
|
+
修改接口:
|
|
164
165
|
|
|
166
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
165
167
|
|
|
168
|
+
* 新增入参:FlowDisplayType
|
|
166
169
|
|
|
167
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
168
170
|
|
|
169
|
-
|
|
171
|
+
修改数据结构:
|
|
170
172
|
|
|
171
|
-
|
|
173
|
+
* [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
|
|
172
174
|
|
|
173
|
-
|
|
175
|
+
* 新增成员:FlowDisplayType
|
|
174
176
|
|
|
175
|
-
|
|
177
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
176
178
|
|
|
177
|
-
|
|
179
|
+
* 新增成员:FlowDisplayType
|
|
178
180
|
|
|
179
|
-
* [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1420/110873)
|
|
180
181
|
|
|
181
182
|
|
|
182
183
|
|
|
@@ -184,96 +185,104 @@
|
|
|
184
185
|
|
|
185
186
|
|
|
186
187
|
|
|
187
|
-
##
|
|
188
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
188
189
|
|
|
189
|
-
### 第
|
|
190
|
+
### 第 95 次发布
|
|
190
191
|
|
|
191
|
-
发布时间:2024-09-
|
|
192
|
+
发布时间:2024-09-13 01:54:23
|
|
192
193
|
|
|
193
194
|
本次发布包含了以下内容:
|
|
194
195
|
|
|
195
196
|
改善已有的文档。
|
|
196
197
|
|
|
197
|
-
|
|
198
|
+
修改接口:
|
|
198
199
|
|
|
199
|
-
* [
|
|
200
|
-
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/237/110874)
|
|
200
|
+
* [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
|
|
201
201
|
|
|
202
|
-
|
|
202
|
+
* 新增入参:Name
|
|
203
203
|
|
|
204
|
-
* [
|
|
205
|
-
* [NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig)
|
|
204
|
+
* [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432)
|
|
206
205
|
|
|
206
|
+
* 新增入参:Name
|
|
207
207
|
|
|
208
|
+
* [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
|
|
208
209
|
|
|
209
|
-
|
|
210
|
+
* 新增入参:Name
|
|
210
211
|
|
|
211
|
-
|
|
212
|
+
* [DescribeAnimatedGraphicsTemplates](https://cloud.tencent.com/document/api/862/37597)
|
|
212
213
|
|
|
213
|
-
|
|
214
|
+
* 新增入参:Name
|
|
214
215
|
|
|
215
|
-
|
|
216
|
+
* [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
|
|
216
217
|
|
|
217
|
-
|
|
218
|
+
* 新增入参:Name
|
|
218
219
|
|
|
219
|
-
|
|
220
|
+
* [DescribeImageSpriteTemplates](https://cloud.tencent.com/document/api/862/37596)
|
|
220
221
|
|
|
221
|
-
*
|
|
222
|
+
* 新增入参:Name
|
|
222
223
|
|
|
223
|
-
|
|
224
|
+
* [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
|
|
224
225
|
|
|
226
|
+
* 新增入参:Name
|
|
225
227
|
|
|
228
|
+
* [DescribeSampleSnapshotTemplates](https://cloud.tencent.com/document/api/862/37595)
|
|
226
229
|
|
|
230
|
+
* 新增入参:Name
|
|
227
231
|
|
|
228
|
-
|
|
232
|
+
* [DescribeSnapshotByTimeOffsetTemplates](https://cloud.tencent.com/document/api/862/37594)
|
|
229
233
|
|
|
230
|
-
|
|
234
|
+
* 新增入参:Name
|
|
231
235
|
|
|
232
|
-
|
|
236
|
+
* [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593)
|
|
233
237
|
|
|
234
|
-
|
|
238
|
+
* 新增入参:Name
|
|
235
239
|
|
|
236
|
-
|
|
240
|
+
* [DescribeWatermarkTemplates](https://cloud.tencent.com/document/api/862/37592)
|
|
237
241
|
|
|
238
|
-
|
|
242
|
+
* 新增入参:Name
|
|
239
243
|
|
|
240
|
-
* [DescribeInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110878)
|
|
241
|
-
* [ModifyInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110877)
|
|
242
244
|
|
|
243
|
-
|
|
245
|
+
修改数据结构:
|
|
244
246
|
|
|
245
|
-
* [
|
|
247
|
+
* [UserDefineOcrTextReviewTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#UserDefineOcrTextReviewTemplateInfoForUpdate)
|
|
246
248
|
|
|
249
|
+
* <font color="#dd0000">**修改成员**:</font>LabelSet
|
|
247
250
|
|
|
251
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
248
252
|
|
|
249
|
-
|
|
253
|
+
* 新增成员:Stereo3dType
|
|
250
254
|
|
|
251
|
-
|
|
255
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
252
256
|
|
|
253
|
-
|
|
257
|
+
* 新增成员:Stereo3dType
|
|
254
258
|
|
|
255
|
-
本次发布包含了以下内容:
|
|
256
259
|
|
|
257
|
-
改善已有的文档。
|
|
258
260
|
|
|
259
|
-
修改数据结构:
|
|
260
261
|
|
|
261
|
-
|
|
262
|
+
## 自动化助手(tat) 版本:2020-10-28
|
|
262
263
|
|
|
263
|
-
|
|
264
|
+
### 第 24 次发布
|
|
264
265
|
|
|
266
|
+
发布时间:2024-09-13 02:06:44
|
|
265
267
|
|
|
268
|
+
本次发布包含了以下内容:
|
|
266
269
|
|
|
270
|
+
改善已有的文档。
|
|
267
271
|
|
|
268
|
-
|
|
272
|
+
修改数据结构:
|
|
269
273
|
|
|
274
|
+
* [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
|
|
270
275
|
|
|
276
|
+
* 新增成员:Scenes
|
|
271
277
|
|
|
272
|
-
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
273
278
|
|
|
274
|
-
### 第 113 次发布
|
|
275
279
|
|
|
276
|
-
|
|
280
|
+
|
|
281
|
+
## 向量数据库(vdb) 版本:2023-06-16
|
|
282
|
+
|
|
283
|
+
### 第 4 次发布
|
|
284
|
+
|
|
285
|
+
发布时间:2024-09-13 02:23:25
|
|
277
286
|
|
|
278
287
|
本次发布包含了以下内容:
|
|
279
288
|
|
|
@@ -281,48 +290,42 @@
|
|
|
281
290
|
|
|
282
291
|
修改接口:
|
|
283
292
|
|
|
284
|
-
* [
|
|
293
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
285
294
|
|
|
286
|
-
* 新增入参:
|
|
295
|
+
* 新增入参:Limit, Offset, Component
|
|
287
296
|
|
|
288
297
|
|
|
289
|
-
修改数据结构:
|
|
290
298
|
|
|
291
|
-
* [ApiRateLimitRule](https://cloud.tencent.com/document/api/649/36099#ApiRateLimitRule)
|
|
292
299
|
|
|
293
|
-
|
|
300
|
+
## 云点播(vod) 版本:2024-07-18
|
|
294
301
|
|
|
295
|
-
* [GatewayGroupApiVo](https://cloud.tencent.com/document/api/649/36099#GatewayGroupApiVo)
|
|
296
302
|
|
|
297
|
-
* <font color="#dd0000">**修改成员**:</font>ApiId, Path, MicroserviceName, Method, NamespaceName
|
|
298
303
|
|
|
304
|
+
## 云点播(vod) 版本:2018-07-17
|
|
299
305
|
|
|
306
|
+
### 第 186 次发布
|
|
300
307
|
|
|
308
|
+
发布时间:2024-09-13 02:23:45
|
|
301
309
|
|
|
302
|
-
|
|
310
|
+
本次发布包含了以下内容:
|
|
303
311
|
|
|
304
|
-
|
|
312
|
+
改善已有的文档。
|
|
305
313
|
|
|
306
|
-
|
|
314
|
+
修改接口:
|
|
307
315
|
|
|
308
|
-
|
|
316
|
+
* [AttachMediaSubtitles](https://cloud.tencent.com/document/api/266/54235)
|
|
309
317
|
|
|
310
|
-
|
|
318
|
+
* 新增入参:DefaultSubtitleId
|
|
311
319
|
|
|
312
|
-
新增接口:
|
|
313
320
|
|
|
314
|
-
|
|
315
|
-
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1709/110883)
|
|
316
|
-
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
317
|
-
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110882)
|
|
318
|
-
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1709/110881)
|
|
321
|
+
修改数据结构:
|
|
319
322
|
|
|
320
|
-
|
|
323
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
324
|
+
|
|
325
|
+
* 新增成员:SubtitleSet, DefaultSubtitleId
|
|
326
|
+
|
|
327
|
+
* <font color="#dd0000">**修改成员**:</font>Size, DigitalWatermarkType, SubStreamSet, CopyRightWatermarkText
|
|
321
328
|
|
|
322
|
-
* [Inbound](https://cloud.tencent.com/document/api/1709/106757#Inbound)
|
|
323
|
-
* [NodeInfo](https://cloud.tencent.com/document/api/1709/106757#NodeInfo)
|
|
324
|
-
* [Outbound](https://cloud.tencent.com/document/api/1709/106757#Outbound)
|
|
325
|
-
* [SecurityGroup](https://cloud.tencent.com/document/api/1709/106757#SecurityGroup)
|
|
326
329
|
|
|
327
330
|
|
|
328
331
|
|
|
@@ -980,7 +983,7 @@
|
|
|
980
983
|
|
|
981
984
|
新增接口:
|
|
982
985
|
|
|
983
|
-
* [
|
|
986
|
+
* [SketchToImage](https://cloud.tencent.com/document/api/1668/110863)
|
|
984
987
|
|
|
985
988
|
### 第 12 次发布
|
|
986
989
|
|
|
@@ -5061,6 +5064,28 @@
|
|
|
5061
5064
|
|
|
5062
5065
|
## 应用性能监控(apm) 版本:2021-06-22
|
|
5063
5066
|
|
|
5067
|
+
### 第 25 次发布
|
|
5068
|
+
|
|
5069
|
+
发布时间:2024-09-13 01:04:24
|
|
5070
|
+
|
|
5071
|
+
本次发布包含了以下内容:
|
|
5072
|
+
|
|
5073
|
+
改善已有的文档。
|
|
5074
|
+
|
|
5075
|
+
修改接口:
|
|
5076
|
+
|
|
5077
|
+
* [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
|
|
5078
|
+
|
|
5079
|
+
* 新增入参:ResponseDurationWarningThreshold
|
|
5080
|
+
|
|
5081
|
+
|
|
5082
|
+
修改数据结构:
|
|
5083
|
+
|
|
5084
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
5085
|
+
|
|
5086
|
+
* 新增成员:ResponseDurationWarningThreshold
|
|
5087
|
+
|
|
5088
|
+
|
|
5064
5089
|
### 第 24 次发布
|
|
5065
5090
|
|
|
5066
5091
|
发布时间:2024-07-31 01:04:59
|
|
@@ -12840,6 +12865,23 @@
|
|
|
12840
12865
|
|
|
12841
12866
|
## 访问管理(cam) 版本:2019-01-16
|
|
12842
12867
|
|
|
12868
|
+
### 第 61 次发布
|
|
12869
|
+
|
|
12870
|
+
发布时间:2024-09-13 01:08:46
|
|
12871
|
+
|
|
12872
|
+
本次发布包含了以下内容:
|
|
12873
|
+
|
|
12874
|
+
改善已有的文档。
|
|
12875
|
+
|
|
12876
|
+
新增接口:
|
|
12877
|
+
|
|
12878
|
+
* [[DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)](https://cloud.tencent.com/document/api/#/#)
|
|
12879
|
+
* [[ListReceiver](https://cloud.tencent.com/document/api/598/110940)](https://cloud.tencent.com/document/api/#/#)
|
|
12880
|
+
|
|
12881
|
+
新增数据结构:
|
|
12882
|
+
|
|
12883
|
+
* [[Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)](https://cloud.tencent.com/document/api/598/33167#[Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver))
|
|
12884
|
+
|
|
12843
12885
|
### 第 60 次发布
|
|
12844
12886
|
|
|
12845
12887
|
发布时间:2024-07-24 01:13:41
|
|
@@ -25736,6 +25778,41 @@
|
|
|
25736
25778
|
|
|
25737
25779
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
25738
25780
|
|
|
25781
|
+
### 第 64 次发布
|
|
25782
|
+
|
|
25783
|
+
发布时间:2024-09-12 01:19:27
|
|
25784
|
+
|
|
25785
|
+
本次发布包含了以下内容:
|
|
25786
|
+
|
|
25787
|
+
改善已有的文档。
|
|
25788
|
+
|
|
25789
|
+
修改数据结构:
|
|
25790
|
+
|
|
25791
|
+
* [BanAndAllowRule](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRule)
|
|
25792
|
+
|
|
25793
|
+
* 新增成员:FwType
|
|
25794
|
+
|
|
25795
|
+
* [BlockIgnoreRule](https://cloud.tencent.com/document/api/1132/49071#BlockIgnoreRule)
|
|
25796
|
+
|
|
25797
|
+
* 新增成员:FwType
|
|
25798
|
+
|
|
25799
|
+
* [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
|
|
25800
|
+
|
|
25801
|
+
* 新增成员:Scope
|
|
25802
|
+
|
|
25803
|
+
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
25804
|
+
|
|
25805
|
+
* 新增成员:ScopeDesc
|
|
25806
|
+
|
|
25807
|
+
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
25808
|
+
|
|
25809
|
+
* 新增成员:OverUsedStatus
|
|
25810
|
+
|
|
25811
|
+
* [NatSwitchListData](https://cloud.tencent.com/document/api/1132/49071#NatSwitchListData)
|
|
25812
|
+
|
|
25813
|
+
* 新增成员:ORTableId, ORTableName, Ohavips
|
|
25814
|
+
|
|
25815
|
+
|
|
25739
25816
|
### 第 63 次发布
|
|
25740
25817
|
|
|
25741
25818
|
发布时间:2024-09-09 01:19:11
|
|
@@ -49155,6 +49232,22 @@
|
|
|
49155
49232
|
|
|
49156
49233
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
49157
49234
|
|
|
49235
|
+
### 第 30 次发布
|
|
49236
|
+
|
|
49237
|
+
发布时间:2024-09-13 01:25:56
|
|
49238
|
+
|
|
49239
|
+
本次发布包含了以下内容:
|
|
49240
|
+
|
|
49241
|
+
改善已有的文档。
|
|
49242
|
+
|
|
49243
|
+
新增接口:
|
|
49244
|
+
|
|
49245
|
+
* [[DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)](https://cloud.tencent.com/document/api/#/#)
|
|
49246
|
+
|
|
49247
|
+
新增数据结构:
|
|
49248
|
+
|
|
49249
|
+
* [[Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)](https://cloud.tencent.com/document/api/1025/74416#[Domain](https://cloud.tencent.com/document/api/1025/74416#Domain))
|
|
49250
|
+
|
|
49158
49251
|
### 第 29 次发布
|
|
49159
49252
|
|
|
49160
49253
|
发布时间:2024-08-30 01:26:40
|
|
@@ -52022,13 +52115,13 @@
|
|
|
52022
52115
|
|
|
52023
52116
|
新增接口:
|
|
52024
52117
|
|
|
52025
|
-
* [
|
|
52026
|
-
* [
|
|
52118
|
+
* [DescribeBackupConfigs](https://cloud.tencent.com/document/api/557/110865)
|
|
52119
|
+
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/557/110864)
|
|
52027
52120
|
|
|
52028
52121
|
新增数据结构:
|
|
52029
52122
|
|
|
52030
|
-
* [
|
|
52031
|
-
* [
|
|
52123
|
+
* [BackupConfig](https://cloud.tencent.com/document/api/557/16142#BackupConfig)
|
|
52124
|
+
* [NewBackupConfig](https://cloud.tencent.com/document/api/557/16142#NewBackupConfig)
|
|
52032
52125
|
|
|
52033
52126
|
### 第 72 次发布
|
|
52034
52127
|
|
|
@@ -53363,6 +53456,35 @@
|
|
|
53363
53456
|
|
|
53364
53457
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
53365
53458
|
|
|
53459
|
+
### 第 103 次发布
|
|
53460
|
+
|
|
53461
|
+
发布时间:2024-09-13 01:28:24
|
|
53462
|
+
|
|
53463
|
+
本次发布包含了以下内容:
|
|
53464
|
+
|
|
53465
|
+
改善已有的文档。
|
|
53466
|
+
|
|
53467
|
+
新增数据结构:
|
|
53468
|
+
|
|
53469
|
+
* [[DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)](https://cloud.tencent.com/document/api/1342/53778#[DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo))
|
|
53470
|
+
* [[GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)](https://cloud.tencent.com/document/api/1342/53778#[GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo))
|
|
53471
|
+
* [[TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)](https://cloud.tencent.com/document/api/1342/53778#[TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD))
|
|
53472
|
+
|
|
53473
|
+
修改数据结构:
|
|
53474
|
+
|
|
53475
|
+
* [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
|
|
53476
|
+
|
|
53477
|
+
* 新增成员:DataMaskStrategyInfo
|
|
53478
|
+
|
|
53479
|
+
* [DatasourceConnectionConfig](https://cloud.tencent.com/document/api/1342/53778#DatasourceConnectionConfig)
|
|
53480
|
+
|
|
53481
|
+
* 新增成员:TCHouseD
|
|
53482
|
+
|
|
53483
|
+
* [ResourceInfo](https://cloud.tencent.com/document/api/1342/53778#ResourceInfo)
|
|
53484
|
+
|
|
53485
|
+
* 新增成员:ResourceGroupName
|
|
53486
|
+
|
|
53487
|
+
|
|
53366
53488
|
### 第 102 次发布
|
|
53367
53489
|
|
|
53368
53490
|
发布时间:2024-09-10 01:28:17
|
|
@@ -55569,11 +55691,11 @@
|
|
|
55569
55691
|
|
|
55570
55692
|
新增接口:
|
|
55571
55693
|
|
|
55572
|
-
* [
|
|
55694
|
+
* [DescribeDomainShareUserList](https://cloud.tencent.com/document/api/1427/110866)
|
|
55573
55695
|
|
|
55574
55696
|
新增数据结构:
|
|
55575
55697
|
|
|
55576
|
-
* [
|
|
55698
|
+
* [DomainShareUserInfo](https://cloud.tencent.com/document/api/1427/56185#DomainShareUserInfo)
|
|
55577
55699
|
|
|
55578
55700
|
### 第 32 次发布
|
|
55579
55701
|
|
|
@@ -57190,6 +57312,23 @@
|
|
|
57190
57312
|
|
|
57191
57313
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
57192
57314
|
|
|
57315
|
+
### 第 21 次发布
|
|
57316
|
+
|
|
57317
|
+
发布时间:2024-09-13 01:31:06
|
|
57318
|
+
|
|
57319
|
+
本次发布包含了以下内容:
|
|
57320
|
+
|
|
57321
|
+
改善已有的文档。
|
|
57322
|
+
|
|
57323
|
+
修改数据结构:
|
|
57324
|
+
|
|
57325
|
+
* [DbInfo](https://cloud.tencent.com/document/api/1087/96844#DbInfo)
|
|
57326
|
+
|
|
57327
|
+
* 新增成员:BindType
|
|
57328
|
+
|
|
57329
|
+
* <font color="#dd0000">**修改成员**:</font>DbName, ValidStatus
|
|
57330
|
+
|
|
57331
|
+
|
|
57193
57332
|
### 第 20 次发布
|
|
57194
57333
|
|
|
57195
57334
|
发布时间:2024-09-05 01:30:40
|
|
@@ -62102,11 +62241,11 @@
|
|
|
62102
62241
|
|
|
62103
62242
|
新增接口:
|
|
62104
62243
|
|
|
62105
|
-
* [
|
|
62106
|
-
* [
|
|
62107
|
-
* [
|
|
62108
|
-
* [
|
|
62109
|
-
* [
|
|
62244
|
+
* [CreateSLInstance](https://cloud.tencent.com/document/api/589/110872)
|
|
62245
|
+
* [DescribeSLInstance](https://cloud.tencent.com/document/api/589/110871)
|
|
62246
|
+
* [DescribeSLInstanceList](https://cloud.tencent.com/document/api/589/110870)
|
|
62247
|
+
* [ModifySLInstance](https://cloud.tencent.com/document/api/589/110869)
|
|
62248
|
+
* [TerminateSLInstance](https://cloud.tencent.com/document/api/589/110868)
|
|
62110
62249
|
|
|
62111
62250
|
修改接口:
|
|
62112
62251
|
|
|
@@ -62117,8 +62256,8 @@
|
|
|
62117
62256
|
|
|
62118
62257
|
新增数据结构:
|
|
62119
62258
|
|
|
62120
|
-
* [
|
|
62121
|
-
* [
|
|
62259
|
+
* [SLInstanceInfo](https://cloud.tencent.com/document/api/589/33981#SLInstanceInfo)
|
|
62260
|
+
* [ZoneSetting](https://cloud.tencent.com/document/api/589/33981#ZoneSetting)
|
|
62122
62261
|
|
|
62123
62262
|
### 第 75 次发布
|
|
62124
62263
|
|
|
@@ -63886,7 +64025,7 @@
|
|
|
63886
64025
|
|
|
63887
64026
|
新增接口:
|
|
63888
64027
|
|
|
63889
|
-
* [
|
|
64028
|
+
* [DescribeSpaceKibanaTools](https://cloud.tencent.com/document/api/845/110854)
|
|
63890
64029
|
|
|
63891
64030
|
### 第 68 次发布
|
|
63892
64031
|
|
|
@@ -65395,6 +65534,32 @@
|
|
|
65395
65534
|
|
|
65396
65535
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
65397
65536
|
|
|
65537
|
+
### 第 187 次发布
|
|
65538
|
+
|
|
65539
|
+
发布时间:2024-09-13 01:36:15
|
|
65540
|
+
|
|
65541
|
+
本次发布包含了以下内容:
|
|
65542
|
+
|
|
65543
|
+
改善已有的文档。
|
|
65544
|
+
|
|
65545
|
+
修改接口:
|
|
65546
|
+
|
|
65547
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
65548
|
+
|
|
65549
|
+
* 新增入参:FlowDisplayType
|
|
65550
|
+
|
|
65551
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
65552
|
+
|
|
65553
|
+
* 新增入参:FlowDisplayType
|
|
65554
|
+
|
|
65555
|
+
|
|
65556
|
+
修改数据结构:
|
|
65557
|
+
|
|
65558
|
+
* [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
|
|
65559
|
+
|
|
65560
|
+
* 新增成员:FlowDisplayType
|
|
65561
|
+
|
|
65562
|
+
|
|
65398
65563
|
### 第 186 次发布
|
|
65399
65564
|
|
|
65400
65565
|
发布时间:2024-09-10 01:35:59
|
|
@@ -68923,6 +69088,32 @@
|
|
|
68923
69088
|
|
|
68924
69089
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
68925
69090
|
|
|
69091
|
+
### 第 183 次发布
|
|
69092
|
+
|
|
69093
|
+
发布时间:2024-09-13 01:37:18
|
|
69094
|
+
|
|
69095
|
+
本次发布包含了以下内容:
|
|
69096
|
+
|
|
69097
|
+
改善已有的文档。
|
|
69098
|
+
|
|
69099
|
+
修改接口:
|
|
69100
|
+
|
|
69101
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
69102
|
+
|
|
69103
|
+
* 新增入参:FlowDisplayType
|
|
69104
|
+
|
|
69105
|
+
|
|
69106
|
+
修改数据结构:
|
|
69107
|
+
|
|
69108
|
+
* [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
|
|
69109
|
+
|
|
69110
|
+
* 新增成员:FlowDisplayType
|
|
69111
|
+
|
|
69112
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
69113
|
+
|
|
69114
|
+
* 新增成员:FlowDisplayType
|
|
69115
|
+
|
|
69116
|
+
|
|
68926
69117
|
### 第 182 次发布
|
|
68927
69118
|
|
|
68928
69119
|
发布时间:2024-09-11 01:42:03
|
|
@@ -68933,7 +69124,7 @@
|
|
|
68933
69124
|
|
|
68934
69125
|
新增接口:
|
|
68935
69126
|
|
|
68936
|
-
* [
|
|
69127
|
+
* [CreatePersonAuthCertificateImage](https://cloud.tencent.com/document/api/1420/110873)
|
|
68937
69128
|
|
|
68938
69129
|
### 第 181 次发布
|
|
68939
69130
|
|
|
@@ -81162,6 +81353,25 @@
|
|
|
81162
81353
|
|
|
81163
81354
|
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
81164
81355
|
|
|
81356
|
+
### 第 78 次发布
|
|
81357
|
+
|
|
81358
|
+
发布时间:2024-09-12 01:46:54
|
|
81359
|
+
|
|
81360
|
+
本次发布包含了以下内容:
|
|
81361
|
+
|
|
81362
|
+
改善已有的文档。
|
|
81363
|
+
|
|
81364
|
+
修改接口:
|
|
81365
|
+
|
|
81366
|
+
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
81367
|
+
|
|
81368
|
+
* <font color="#dd0000">**修改入参**:</font>MiniProgramAppId
|
|
81369
|
+
|
|
81370
|
+
* [GetTWeCallActiveStatus](https://cloud.tencent.com/document/api/1081/106583)
|
|
81371
|
+
|
|
81372
|
+
* <font color="#dd0000">**修改入参**:</font>MiniProgramAppId
|
|
81373
|
+
|
|
81374
|
+
|
|
81165
81375
|
### 第 77 次发布
|
|
81166
81376
|
|
|
81167
81377
|
发布时间:2024-08-16 01:48:38
|
|
@@ -84822,6 +85032,22 @@
|
|
|
84822
85032
|
|
|
84823
85033
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
84824
85034
|
|
|
85035
|
+
### 第 19 次发布
|
|
85036
|
+
|
|
85037
|
+
发布时间:2024-09-11 10:47:51
|
|
85038
|
+
|
|
85039
|
+
本次发布包含了以下内容:
|
|
85040
|
+
|
|
85041
|
+
改善已有的文档。
|
|
85042
|
+
|
|
85043
|
+
新增接口:
|
|
85044
|
+
|
|
85045
|
+
* [CallISAPI](https://cloud.tencent.com/document/api/1344/110893)
|
|
85046
|
+
|
|
85047
|
+
新增数据结构:
|
|
85048
|
+
|
|
85049
|
+
* [ISAPIOutputData](https://cloud.tencent.com/document/api/1344/95952#ISAPIOutputData)
|
|
85050
|
+
|
|
84825
85051
|
### 第 18 次发布
|
|
84826
85052
|
|
|
84827
85053
|
发布时间:2024-09-02 01:50:45
|
|
@@ -92121,13 +92347,13 @@
|
|
|
92121
92347
|
|
|
92122
92348
|
新增接口:
|
|
92123
92349
|
|
|
92124
|
-
* [
|
|
92125
|
-
* [
|
|
92350
|
+
* [DescribeBackupConfigs](https://cloud.tencent.com/document/api/237/110875)
|
|
92351
|
+
* [ModifyBackupConfigs](https://cloud.tencent.com/document/api/237/110874)
|
|
92126
92352
|
|
|
92127
92353
|
新增数据结构:
|
|
92128
92354
|
|
|
92129
|
-
* [
|
|
92130
|
-
* [
|
|
92355
|
+
* [BackupConfig](https://cloud.tencent.com/document/api/237/16191#BackupConfig)
|
|
92356
|
+
* [NewBackupConfig](https://cloud.tencent.com/document/api/237/16191#NewBackupConfig)
|
|
92131
92357
|
|
|
92132
92358
|
### 第 65 次发布
|
|
92133
92359
|
|
|
@@ -97628,6 +97854,101 @@
|
|
|
97628
97854
|
|
|
97629
97855
|
## 媒体处理(mps) 版本:2019-06-12
|
|
97630
97856
|
|
|
97857
|
+
### 第 95 次发布
|
|
97858
|
+
|
|
97859
|
+
发布时间:2024-09-13 01:54:23
|
|
97860
|
+
|
|
97861
|
+
本次发布包含了以下内容:
|
|
97862
|
+
|
|
97863
|
+
改善已有的文档。
|
|
97864
|
+
|
|
97865
|
+
修改接口:
|
|
97866
|
+
|
|
97867
|
+
* [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
|
|
97868
|
+
|
|
97869
|
+
* 新增入参:Name
|
|
97870
|
+
|
|
97871
|
+
* [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432)
|
|
97872
|
+
|
|
97873
|
+
* 新增入参:Name
|
|
97874
|
+
|
|
97875
|
+
* [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
|
|
97876
|
+
|
|
97877
|
+
* 新增入参:Name
|
|
97878
|
+
|
|
97879
|
+
* [DescribeAnimatedGraphicsTemplates](https://cloud.tencent.com/document/api/862/37597)
|
|
97880
|
+
|
|
97881
|
+
* 新增入参:Name
|
|
97882
|
+
|
|
97883
|
+
* [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
|
|
97884
|
+
|
|
97885
|
+
* 新增入参:Name
|
|
97886
|
+
|
|
97887
|
+
* [DescribeImageSpriteTemplates](https://cloud.tencent.com/document/api/862/37596)
|
|
97888
|
+
|
|
97889
|
+
* 新增入参:Name
|
|
97890
|
+
|
|
97891
|
+
* [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
|
|
97892
|
+
|
|
97893
|
+
* 新增入参:Name
|
|
97894
|
+
|
|
97895
|
+
* [DescribeSampleSnapshotTemplates](https://cloud.tencent.com/document/api/862/37595)
|
|
97896
|
+
|
|
97897
|
+
* 新增入参:Name
|
|
97898
|
+
|
|
97899
|
+
* [DescribeSnapshotByTimeOffsetTemplates](https://cloud.tencent.com/document/api/862/37594)
|
|
97900
|
+
|
|
97901
|
+
* 新增入参:Name
|
|
97902
|
+
|
|
97903
|
+
* [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593)
|
|
97904
|
+
|
|
97905
|
+
* 新增入参:Name
|
|
97906
|
+
|
|
97907
|
+
* [DescribeWatermarkTemplates](https://cloud.tencent.com/document/api/862/37592)
|
|
97908
|
+
|
|
97909
|
+
* 新增入参:Name
|
|
97910
|
+
|
|
97911
|
+
|
|
97912
|
+
修改数据结构:
|
|
97913
|
+
|
|
97914
|
+
* [UserDefineOcrTextReviewTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#UserDefineOcrTextReviewTemplateInfoForUpdate)
|
|
97915
|
+
|
|
97916
|
+
* <font color="#dd0000">**修改成员**:</font>LabelSet
|
|
97917
|
+
|
|
97918
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
97919
|
+
|
|
97920
|
+
* 新增成员:Stereo3dType
|
|
97921
|
+
|
|
97922
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
97923
|
+
|
|
97924
|
+
* 新增成员:Stereo3dType
|
|
97925
|
+
|
|
97926
|
+
|
|
97927
|
+
### 第 94 次发布
|
|
97928
|
+
|
|
97929
|
+
发布时间:2024-09-12 01:59:22
|
|
97930
|
+
|
|
97931
|
+
本次发布包含了以下内容:
|
|
97932
|
+
|
|
97933
|
+
改善已有的文档。
|
|
97934
|
+
|
|
97935
|
+
新增数据结构:
|
|
97936
|
+
|
|
97937
|
+
* [AiAnalysisTaskHorizontalToVerticalInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalInput)
|
|
97938
|
+
* [AiAnalysisTaskHorizontalToVerticalOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalOutput)
|
|
97939
|
+
* [AiAnalysisTaskHorizontalToVerticalResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalResult)
|
|
97940
|
+
|
|
97941
|
+
修改数据结构:
|
|
97942
|
+
|
|
97943
|
+
* [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
|
|
97944
|
+
|
|
97945
|
+
* 新增成员:HorizontalToVerticalTask
|
|
97946
|
+
|
|
97947
|
+
* [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
|
|
97948
|
+
|
|
97949
|
+
* 新增成员:SegmentTags
|
|
97950
|
+
|
|
97951
|
+
|
|
97631
97952
|
### 第 93 次发布
|
|
97632
97953
|
|
|
97633
97954
|
发布时间:2024-08-20 01:57:54
|
|
@@ -103780,6 +104101,21 @@
|
|
|
103780
104101
|
|
|
103781
104102
|
## 文字识别(ocr) 版本:2018-11-19
|
|
103782
104103
|
|
|
104104
|
+
### 第 150 次发布
|
|
104105
|
+
|
|
104106
|
+
发布时间:2024-09-12 02:01:53
|
|
104107
|
+
|
|
104108
|
+
本次发布包含了以下内容:
|
|
104109
|
+
|
|
104110
|
+
改善已有的文档。
|
|
104111
|
+
|
|
104112
|
+
修改接口:
|
|
104113
|
+
|
|
104114
|
+
* [MainlandPermitOCR](https://cloud.tencent.com/document/api/866/43105)
|
|
104115
|
+
|
|
104116
|
+
* 新增出参:Nationality
|
|
104117
|
+
|
|
104118
|
+
|
|
103783
104119
|
### 第 149 次发布
|
|
103784
104120
|
|
|
103785
104121
|
发布时间:2024-09-11 02:01:34
|
|
@@ -110357,12 +110693,12 @@
|
|
|
110357
110693
|
|
|
110358
110694
|
新增接口:
|
|
110359
110695
|
|
|
110360
|
-
* [
|
|
110361
|
-
* [
|
|
110696
|
+
* [DescribeInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110878)
|
|
110697
|
+
* [ModifyInstanceLogDelivery](https://cloud.tencent.com/document/api/239/110877)
|
|
110362
110698
|
|
|
110363
110699
|
新增数据结构:
|
|
110364
110700
|
|
|
110365
|
-
* [
|
|
110701
|
+
* [LogDeliveryInfo](https://cloud.tencent.com/document/api/239/20022#LogDeliveryInfo)
|
|
110366
110702
|
|
|
110367
110703
|
### 第 80 次发布
|
|
110368
110704
|
|
|
@@ -119694,6 +120030,21 @@
|
|
|
119694
120030
|
|
|
119695
120031
|
## 自动化助手(tat) 版本:2020-10-28
|
|
119696
120032
|
|
|
120033
|
+
### 第 24 次发布
|
|
120034
|
+
|
|
120035
|
+
发布时间:2024-09-13 02:06:44
|
|
120036
|
+
|
|
120037
|
+
本次发布包含了以下内容:
|
|
120038
|
+
|
|
120039
|
+
改善已有的文档。
|
|
120040
|
+
|
|
120041
|
+
修改数据结构:
|
|
120042
|
+
|
|
120043
|
+
* [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
|
|
120044
|
+
|
|
120045
|
+
* 新增成员:Scenes
|
|
120046
|
+
|
|
120047
|
+
|
|
119697
120048
|
### 第 23 次发布
|
|
119698
120049
|
|
|
119699
120050
|
发布时间:2024-08-14 02:23:52
|
|
@@ -140146,6 +140497,21 @@
|
|
|
140146
140497
|
|
|
140147
140498
|
## 容器服务(tke) 版本:2018-05-25
|
|
140148
140499
|
|
|
140500
|
+
### 第 178 次发布
|
|
140501
|
+
|
|
140502
|
+
发布时间:2024-09-12 02:21:19
|
|
140503
|
+
|
|
140504
|
+
本次发布包含了以下内容:
|
|
140505
|
+
|
|
140506
|
+
改善已有的文档。
|
|
140507
|
+
|
|
140508
|
+
修改接口:
|
|
140509
|
+
|
|
140510
|
+
* [CreateCluster](https://cloud.tencent.com/document/api/457/34527)
|
|
140511
|
+
|
|
140512
|
+
* 新增入参:CdcId
|
|
140513
|
+
|
|
140514
|
+
|
|
140149
140515
|
### 第 177 次发布
|
|
140150
140516
|
|
|
140151
140517
|
发布时间:2024-09-03 02:38:45
|
|
@@ -143705,6 +144071,31 @@
|
|
|
143705
144071
|
|
|
143706
144072
|
## 容器服务(tke) 版本:2022-05-01
|
|
143707
144073
|
|
|
144074
|
+
### 第 4 次发布
|
|
144075
|
+
|
|
144076
|
+
发布时间:2024-09-12 02:23:02
|
|
144077
|
+
|
|
144078
|
+
本次发布包含了以下内容:
|
|
144079
|
+
|
|
144080
|
+
改善已有的文档。
|
|
144081
|
+
|
|
144082
|
+
新增接口:
|
|
144083
|
+
|
|
144084
|
+
* [CreateHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110921)
|
|
144085
|
+
* [DeleteHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110920)
|
|
144086
|
+
* [DescribeHealthCheckPolicies](https://cloud.tencent.com/document/api/457/110919)
|
|
144087
|
+
* [DescribeHealthCheckPolicyBindings](https://cloud.tencent.com/document/api/457/110918)
|
|
144088
|
+
* [DescribeHealthCheckTemplate](https://cloud.tencent.com/document/api/457/110917)
|
|
144089
|
+
* [ModifyHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110916)
|
|
144090
|
+
|
|
144091
|
+
新增数据结构:
|
|
144092
|
+
|
|
144093
|
+
* [HealthCheckPolicy](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicy)
|
|
144094
|
+
* [HealthCheckPolicyBinding](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyBinding)
|
|
144095
|
+
* [HealthCheckPolicyRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyRule)
|
|
144096
|
+
* [HealthCheckTemplate](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplate)
|
|
144097
|
+
* [HealthCheckTemplateRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplateRule)
|
|
144098
|
+
|
|
143708
144099
|
### 第 3 次发布
|
|
143709
144100
|
|
|
143710
144101
|
发布时间:2024-07-24 02:19:34
|
|
@@ -152363,6 +152754,21 @@
|
|
|
152363
152754
|
|
|
152364
152755
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152365
152756
|
|
|
152757
|
+
### 第 4 次发布
|
|
152758
|
+
|
|
152759
|
+
发布时间:2024-09-13 02:23:25
|
|
152760
|
+
|
|
152761
|
+
本次发布包含了以下内容:
|
|
152762
|
+
|
|
152763
|
+
改善已有的文档。
|
|
152764
|
+
|
|
152765
|
+
修改接口:
|
|
152766
|
+
|
|
152767
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
152768
|
+
|
|
152769
|
+
* 新增入参:Limit, Offset, Component
|
|
152770
|
+
|
|
152771
|
+
|
|
152366
152772
|
### 第 3 次发布
|
|
152367
152773
|
|
|
152368
152774
|
发布时间:2024-09-11 02:27:43
|
|
@@ -152373,18 +152779,18 @@
|
|
|
152373
152779
|
|
|
152374
152780
|
新增接口:
|
|
152375
152781
|
|
|
152376
|
-
* [
|
|
152377
|
-
* [
|
|
152378
|
-
* [
|
|
152379
|
-
* [
|
|
152380
|
-
* [
|
|
152782
|
+
* [AssociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110884)
|
|
152783
|
+
* [DescribeDBSecurityGroups](https://cloud.tencent.com/document/api/1709/110883)
|
|
152784
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
152785
|
+
* [DisassociateSecurityGroups](https://cloud.tencent.com/document/api/1709/110882)
|
|
152786
|
+
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/1709/110881)
|
|
152381
152787
|
|
|
152382
152788
|
新增数据结构:
|
|
152383
152789
|
|
|
152384
|
-
* [
|
|
152385
|
-
* [
|
|
152386
|
-
* [
|
|
152387
|
-
* [
|
|
152790
|
+
* [Inbound](https://cloud.tencent.com/document/api/1709/106757#Inbound)
|
|
152791
|
+
* [NodeInfo](https://cloud.tencent.com/document/api/1709/106757#NodeInfo)
|
|
152792
|
+
* [Outbound](https://cloud.tencent.com/document/api/1709/106757#Outbound)
|
|
152793
|
+
* [SecurityGroup](https://cloud.tencent.com/document/api/1709/106757#SecurityGroup)
|
|
152388
152794
|
|
|
152389
152795
|
### 第 2 次发布
|
|
152390
152796
|
|
|
@@ -152845,6 +153251,30 @@
|
|
|
152845
153251
|
|
|
152846
153252
|
## 云点播(vod) 版本:2018-07-17
|
|
152847
153253
|
|
|
153254
|
+
### 第 186 次发布
|
|
153255
|
+
|
|
153256
|
+
发布时间:2024-09-13 02:23:45
|
|
153257
|
+
|
|
153258
|
+
本次发布包含了以下内容:
|
|
153259
|
+
|
|
153260
|
+
改善已有的文档。
|
|
153261
|
+
|
|
153262
|
+
修改接口:
|
|
153263
|
+
|
|
153264
|
+
* [AttachMediaSubtitles](https://cloud.tencent.com/document/api/266/54235)
|
|
153265
|
+
|
|
153266
|
+
* 新增入参:DefaultSubtitleId
|
|
153267
|
+
|
|
153268
|
+
|
|
153269
|
+
修改数据结构:
|
|
153270
|
+
|
|
153271
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
153272
|
+
|
|
153273
|
+
* 新增成员:SubtitleSet, DefaultSubtitleId
|
|
153274
|
+
|
|
153275
|
+
* <font color="#dd0000">**修改成员**:</font>Size, DigitalWatermarkType, SubStreamSet, CopyRightWatermarkText
|
|
153276
|
+
|
|
153277
|
+
|
|
152848
153278
|
### 第 185 次发布
|
|
152849
153279
|
|
|
152850
153280
|
发布时间:2024-08-20 02:28:28
|
|
@@ -157853,9 +158283,44 @@
|
|
|
157853
158283
|
|
|
157854
158284
|
|
|
157855
158285
|
|
|
158286
|
+
## 云点播(vod) 版本:2024-07-18
|
|
158287
|
+
|
|
158288
|
+
### 第 1 次发布
|
|
158289
|
+
|
|
158290
|
+
发布时间:2024-09-11 19:07:13
|
|
158291
|
+
|
|
158292
|
+
本次发布包含了以下内容:
|
|
158293
|
+
|
|
158294
|
+
改善已有的文档。
|
|
158295
|
+
|
|
158296
|
+
新增接口:
|
|
158297
|
+
|
|
158298
|
+
* [CreateStorageCredentials](https://cloud.tencent.com/document/api/266/110902)
|
|
158299
|
+
|
|
158300
|
+
新增数据结构:
|
|
158301
|
+
|
|
158302
|
+
* [Credentials](https://cloud.tencent.com/document/api/266/110903#Credentials)
|
|
158303
|
+
|
|
158304
|
+
|
|
158305
|
+
|
|
157856
158306
|
|
|
157857
158307
|
## 私有网络(vpc) 版本:2017-03-12
|
|
157858
158308
|
|
|
158309
|
+
### 第 204 次发布
|
|
158310
|
+
|
|
158311
|
+
发布时间:2024-09-12 02:30:22
|
|
158312
|
+
|
|
158313
|
+
本次发布包含了以下内容:
|
|
158314
|
+
|
|
158315
|
+
改善已有的文档。
|
|
158316
|
+
|
|
158317
|
+
修改接口:
|
|
158318
|
+
|
|
158319
|
+
* [CreateSecurityGroupWithPolicies](https://cloud.tencent.com/document/api/215/43279)
|
|
158320
|
+
|
|
158321
|
+
* 新增入参:Tags
|
|
158322
|
+
|
|
158323
|
+
|
|
157859
158324
|
### 第 203 次发布
|
|
157860
158325
|
|
|
157861
158326
|
发布时间:2024-09-03 02:49:57
|