tencentcloud-sdk-nodejs 4.0.936 → 4.0.938
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 +500 -0
- package/SERVICE_CHANGELOG.md +480 -126
- package/package.json +1 -1
- package/products.md +27 -27
- 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 +10 -4
- package/src/services/cfw/v20190904/cfw_client.ts +16 -2
- package/src/services/cfw/v20190904/cfw_models.ts +267 -30
- package/src/services/ckafka/v20190819/ckafka_client.ts +265 -253
- package/src/services/ckafka/v20190819/ckafka_models.ts +4845 -4805
- 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 +204 -92
- package/src/services/dsgc/v20190723/dsgc_models.ts +6 -1
- package/src/services/emr/v20190103/emr_models.ts +5 -5
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +31 -8
- package/src/services/essbasic/v20210526/essbasic_models.ts +13 -1
- package/src/services/irp/v20220805/irp_models.ts +6 -2
- package/src/services/lke/v20231130/lke_client.ts +3 -2
- package/src/services/lke/v20231130/lke_models.ts +49 -7
- package/src/services/mps/v20190612/mps_models.ts +66 -3
- package/src/services/ocr/v20181119/ocr_models.ts +4 -0
- package/src/services/omics/v20221128/omics_models.ts +7 -3
- package/src/services/region/v20220627/region_models.ts +10 -11
- 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/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 +18 -1
- package/src/services/vod/v20180717/vod_models.ts +16 -4
- package/src/services/vpc/v20170312/vpc_models.ts +3 -3
- 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 +10 -4
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +263 -30
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4729 -4691
- 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 +201 -92
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +31 -8
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -1
- package/tencentcloud/services/irp/v20220805/irp_models.d.ts +6 -2
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -2
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +48 -7
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +66 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +7 -3
- package/tencentcloud/services/region/v20220627/region_models.d.ts +10 -11
- 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/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 +18 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +16 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
- 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/cfw.v20190904.test.js +10 -0
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dasb.v20191018.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,72 +1,50 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 166 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-16 01:16:44
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [BanAndAllowRule](https://cloud.tencent.com/document/api/1132/49071#BanAndAllowRule)
|
|
16
|
-
|
|
17
|
-
* 新增成员:FwType
|
|
18
|
-
|
|
19
|
-
* [BlockIgnoreRule](https://cloud.tencent.com/document/api/1132/49071#BlockIgnoreRule)
|
|
20
|
-
|
|
21
|
-
* 新增成员:FwType
|
|
22
|
-
|
|
23
|
-
* [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
|
|
24
|
-
|
|
25
|
-
* 新增成员:Scope
|
|
26
|
-
|
|
27
|
-
* [DescAcItem](https://cloud.tencent.com/document/api/1132/49071#DescAcItem)
|
|
28
|
-
|
|
29
|
-
* 新增成员:ScopeDesc
|
|
30
|
-
|
|
31
|
-
* [EdgeIpInfo](https://cloud.tencent.com/document/api/1132/49071#EdgeIpInfo)
|
|
32
|
-
|
|
33
|
-
* 新增成员:OverUsedStatus
|
|
13
|
+
修改接口:
|
|
34
14
|
|
|
35
|
-
* [
|
|
15
|
+
* [DescribeSlowLogData](https://cloud.tencent.com/document/api/236/43060)
|
|
36
16
|
|
|
37
|
-
*
|
|
17
|
+
* 新增入参:OpResourceId
|
|
38
18
|
|
|
39
19
|
|
|
40
20
|
|
|
41
21
|
|
|
42
|
-
##
|
|
22
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
43
23
|
|
|
44
|
-
### 第
|
|
24
|
+
### 第 65 次发布
|
|
45
25
|
|
|
46
|
-
发布时间:2024-09-
|
|
26
|
+
发布时间:2024-09-16 01:21:22
|
|
47
27
|
|
|
48
28
|
本次发布包含了以下内容:
|
|
49
29
|
|
|
50
30
|
改善已有的文档。
|
|
51
31
|
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
* [ActivateTWeCallLicense](https://cloud.tencent.com/document/api/1081/106587)
|
|
55
|
-
|
|
56
|
-
* <font color="#dd0000">**修改入参**:</font>MiniProgramAppId
|
|
32
|
+
新增接口:
|
|
57
33
|
|
|
58
|
-
* [
|
|
34
|
+
* [DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987)
|
|
59
35
|
|
|
60
|
-
|
|
36
|
+
新增数据结构:
|
|
61
37
|
|
|
38
|
+
* [EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo)
|
|
39
|
+
* [EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo)
|
|
62
40
|
|
|
63
41
|
|
|
64
42
|
|
|
65
|
-
##
|
|
43
|
+
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
66
44
|
|
|
67
|
-
### 第
|
|
45
|
+
### 第 109 次发布
|
|
68
46
|
|
|
69
|
-
发布时间:2024-09-
|
|
47
|
+
发布时间:2024-09-16 01:22:56
|
|
70
48
|
|
|
71
49
|
本次发布包含了以下内容:
|
|
72
50
|
|
|
@@ -74,96 +52,69 @@
|
|
|
74
52
|
|
|
75
53
|
新增接口:
|
|
76
54
|
|
|
77
|
-
* [
|
|
78
|
-
|
|
79
|
-
新增数据结构:
|
|
80
|
-
|
|
81
|
-
* [ISAPIOutputData](https://cloud.tencent.com/document/api/1344/95952#ISAPIOutputData)
|
|
55
|
+
* [FetchMessageListByTimestamp](https://cloud.tencent.com/document/api/597/47895)
|
|
82
56
|
|
|
83
57
|
|
|
84
58
|
|
|
85
|
-
##
|
|
59
|
+
## 智能推荐平台(irp) 版本:2022-08-05
|
|
86
60
|
|
|
87
|
-
### 第
|
|
61
|
+
### 第 3 次发布
|
|
88
62
|
|
|
89
|
-
发布时间:2024-09-
|
|
63
|
+
发布时间:2024-09-16 01:58:03
|
|
90
64
|
|
|
91
65
|
本次发布包含了以下内容:
|
|
92
66
|
|
|
93
67
|
改善已有的文档。
|
|
94
68
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
* [AiAnalysisTaskHorizontalToVerticalInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalInput)
|
|
98
|
-
* [AiAnalysisTaskHorizontalToVerticalOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalOutput)
|
|
99
|
-
* [AiAnalysisTaskHorizontalToVerticalResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalResult)
|
|
69
|
+
修改接口:
|
|
100
70
|
|
|
101
|
-
|
|
71
|
+
* [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
|
|
102
72
|
|
|
103
|
-
*
|
|
73
|
+
* 新增入参:Extension
|
|
104
74
|
|
|
105
|
-
* 新增成员:HorizontalToVerticalTask
|
|
106
75
|
|
|
107
|
-
* [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
|
|
108
76
|
|
|
109
|
-
* 新增成员:SegmentTags
|
|
110
77
|
|
|
78
|
+
## 智能推荐平台(irp) 版本:2022-03-24
|
|
111
79
|
|
|
112
80
|
|
|
113
81
|
|
|
114
|
-
##
|
|
82
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
115
83
|
|
|
116
|
-
### 第
|
|
84
|
+
### 第 16 次发布
|
|
117
85
|
|
|
118
|
-
发布时间:2024-09-
|
|
86
|
+
发布时间:2024-09-16 02:02:56
|
|
119
87
|
|
|
120
88
|
本次发布包含了以下内容:
|
|
121
89
|
|
|
122
90
|
改善已有的文档。
|
|
123
91
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
* [MainlandPermitOCR](https://cloud.tencent.com/document/api/866/43105)
|
|
127
|
-
|
|
128
|
-
* 新增出参:Nationality
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
92
|
+
新增数据结构:
|
|
132
93
|
|
|
133
|
-
|
|
94
|
+
* [QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo)
|
|
134
95
|
|
|
135
|
-
|
|
96
|
+
修改数据结构:
|
|
136
97
|
|
|
137
|
-
|
|
98
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
138
99
|
|
|
139
|
-
|
|
100
|
+
* 新增成员:ReplyMethod
|
|
140
101
|
|
|
141
|
-
|
|
102
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
142
103
|
|
|
143
|
-
|
|
104
|
+
* 新增成员:QuoteInfos
|
|
144
105
|
|
|
145
|
-
* [
|
|
146
|
-
* [DeleteHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110920)
|
|
147
|
-
* [DescribeHealthCheckPolicies](https://cloud.tencent.com/document/api/457/110919)
|
|
148
|
-
* [DescribeHealthCheckPolicyBindings](https://cloud.tencent.com/document/api/457/110918)
|
|
149
|
-
* [DescribeHealthCheckTemplate](https://cloud.tencent.com/document/api/457/110917)
|
|
150
|
-
* [ModifyHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110916)
|
|
106
|
+
* [ReferDetail](https://cloud.tencent.com/document/api/1759/105104#ReferDetail)
|
|
151
107
|
|
|
152
|
-
|
|
108
|
+
* 新增成员:PageInfos, SheetInfos, DocBizId
|
|
153
109
|
|
|
154
|
-
* [HealthCheckPolicy](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicy)
|
|
155
|
-
* [HealthCheckPolicyBinding](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyBinding)
|
|
156
|
-
* [HealthCheckPolicyRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyRule)
|
|
157
|
-
* [HealthCheckTemplate](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplate)
|
|
158
|
-
* [HealthCheckTemplateRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplateRule)
|
|
159
110
|
|
|
160
111
|
|
|
161
112
|
|
|
162
|
-
##
|
|
113
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
163
114
|
|
|
164
|
-
### 第
|
|
115
|
+
### 第 151 次发布
|
|
165
116
|
|
|
166
|
-
发布时间:2024-09-
|
|
117
|
+
发布时间:2024-09-16 02:10:16
|
|
167
118
|
|
|
168
119
|
本次发布包含了以下内容:
|
|
169
120
|
|
|
@@ -171,42 +122,37 @@
|
|
|
171
122
|
|
|
172
123
|
修改接口:
|
|
173
124
|
|
|
174
|
-
* [
|
|
125
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
175
126
|
|
|
176
|
-
*
|
|
127
|
+
* 新增出参:Electronic
|
|
177
128
|
|
|
178
129
|
|
|
179
130
|
|
|
180
131
|
|
|
181
|
-
##
|
|
132
|
+
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
182
133
|
|
|
183
|
-
### 第
|
|
134
|
+
### 第 16 次发布
|
|
184
135
|
|
|
185
|
-
发布时间:2024-09-
|
|
136
|
+
发布时间:2024-09-16 02:11:25
|
|
186
137
|
|
|
187
138
|
本次发布包含了以下内容:
|
|
188
139
|
|
|
189
140
|
改善已有的文档。
|
|
190
141
|
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
* [CreateStorageCredentials](https://cloud.tencent.com/document/api/266/110902)
|
|
194
|
-
|
|
195
|
-
新增数据结构:
|
|
196
|
-
|
|
197
|
-
* [Credentials](https://cloud.tencent.com/document/api/266/110903#Credentials)
|
|
142
|
+
修改数据结构:
|
|
198
143
|
|
|
144
|
+
* [NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption)
|
|
199
145
|
|
|
146
|
+
* 新增成员:LaunchDir
|
|
200
147
|
|
|
201
|
-
## 云点播(vod) 版本:2018-07-17
|
|
202
148
|
|
|
203
149
|
|
|
204
150
|
|
|
205
|
-
##
|
|
151
|
+
## 向量数据库(vdb) 版本:2023-06-16
|
|
206
152
|
|
|
207
|
-
### 第
|
|
153
|
+
### 第 5 次发布
|
|
208
154
|
|
|
209
|
-
发布时间:2024-09-
|
|
155
|
+
发布时间:2024-09-16 02:39:09
|
|
210
156
|
|
|
211
157
|
本次发布包含了以下内容:
|
|
212
158
|
|
|
@@ -214,9 +160,9 @@
|
|
|
214
160
|
|
|
215
161
|
修改接口:
|
|
216
162
|
|
|
217
|
-
* [
|
|
163
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
218
164
|
|
|
219
|
-
* 新增入参:
|
|
165
|
+
* 新增入参:InstanceId
|
|
220
166
|
|
|
221
167
|
|
|
222
168
|
|
|
@@ -4956,6 +4902,28 @@
|
|
|
4956
4902
|
|
|
4957
4903
|
## 应用性能监控(apm) 版本:2021-06-22
|
|
4958
4904
|
|
|
4905
|
+
### 第 25 次发布
|
|
4906
|
+
|
|
4907
|
+
发布时间:2024-09-13 01:04:24
|
|
4908
|
+
|
|
4909
|
+
本次发布包含了以下内容:
|
|
4910
|
+
|
|
4911
|
+
改善已有的文档。
|
|
4912
|
+
|
|
4913
|
+
修改接口:
|
|
4914
|
+
|
|
4915
|
+
* [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
|
|
4916
|
+
|
|
4917
|
+
* 新增入参:ResponseDurationWarningThreshold
|
|
4918
|
+
|
|
4919
|
+
|
|
4920
|
+
修改数据结构:
|
|
4921
|
+
|
|
4922
|
+
* [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
|
|
4923
|
+
|
|
4924
|
+
* 新增成员:ResponseDurationWarningThreshold
|
|
4925
|
+
|
|
4926
|
+
|
|
4959
4927
|
### 第 24 次发布
|
|
4960
4928
|
|
|
4961
4929
|
发布时间:2024-07-31 01:04:59
|
|
@@ -12735,6 +12703,23 @@
|
|
|
12735
12703
|
|
|
12736
12704
|
## 访问管理(cam) 版本:2019-01-16
|
|
12737
12705
|
|
|
12706
|
+
### 第 61 次发布
|
|
12707
|
+
|
|
12708
|
+
发布时间:2024-09-13 01:08:46
|
|
12709
|
+
|
|
12710
|
+
本次发布包含了以下内容:
|
|
12711
|
+
|
|
12712
|
+
改善已有的文档。
|
|
12713
|
+
|
|
12714
|
+
新增接口:
|
|
12715
|
+
|
|
12716
|
+
* [DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)
|
|
12717
|
+
* [ListReceiver](https://cloud.tencent.com/document/api/598/110940)
|
|
12718
|
+
|
|
12719
|
+
新增数据结构:
|
|
12720
|
+
|
|
12721
|
+
* [Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)
|
|
12722
|
+
|
|
12738
12723
|
### 第 60 次发布
|
|
12739
12724
|
|
|
12740
12725
|
发布时间:2024-07-24 01:13:41
|
|
@@ -17133,6 +17118,21 @@
|
|
|
17133
17118
|
|
|
17134
17119
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
17135
17120
|
|
|
17121
|
+
### 第 166 次发布
|
|
17122
|
+
|
|
17123
|
+
发布时间:2024-09-16 01:16:44
|
|
17124
|
+
|
|
17125
|
+
本次发布包含了以下内容:
|
|
17126
|
+
|
|
17127
|
+
改善已有的文档。
|
|
17128
|
+
|
|
17129
|
+
修改接口:
|
|
17130
|
+
|
|
17131
|
+
* [DescribeSlowLogData](https://cloud.tencent.com/document/api/236/43060)
|
|
17132
|
+
|
|
17133
|
+
* 新增入参:OpResourceId
|
|
17134
|
+
|
|
17135
|
+
|
|
17136
17136
|
### 第 165 次发布
|
|
17137
17137
|
|
|
17138
17138
|
发布时间:2024-08-29 01:15:53
|
|
@@ -25631,6 +25631,23 @@
|
|
|
25631
25631
|
|
|
25632
25632
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
25633
25633
|
|
|
25634
|
+
### 第 65 次发布
|
|
25635
|
+
|
|
25636
|
+
发布时间:2024-09-16 01:21:22
|
|
25637
|
+
|
|
25638
|
+
本次发布包含了以下内容:
|
|
25639
|
+
|
|
25640
|
+
改善已有的文档。
|
|
25641
|
+
|
|
25642
|
+
新增接口:
|
|
25643
|
+
|
|
25644
|
+
* [[DescribeEnterpriseSecurityGroupRuleList](https://cloud.tencent.com/document/api/1132/110987)](https://cloud.tencent.com/document/api/#/#)
|
|
25645
|
+
|
|
25646
|
+
新增数据结构:
|
|
25647
|
+
|
|
25648
|
+
* [[EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo)](https://cloud.tencent.com/document/api/1132/49071#[EnterpriseSecurityGroupRuleBetaInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleBetaInfo))
|
|
25649
|
+
* [[EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo)](https://cloud.tencent.com/document/api/1132/49071#[EnterpriseSecurityGroupRuleRuleInfo](https://cloud.tencent.com/document/api/1132/49071#EnterpriseSecurityGroupRuleRuleInfo))
|
|
25650
|
+
|
|
25634
25651
|
### 第 64 次发布
|
|
25635
25652
|
|
|
25636
25653
|
发布时间:2024-09-12 01:19:27
|
|
@@ -27856,6 +27873,18 @@
|
|
|
27856
27873
|
|
|
27857
27874
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
|
27858
27875
|
|
|
27876
|
+
### 第 109 次发布
|
|
27877
|
+
|
|
27878
|
+
发布时间:2024-09-16 01:22:56
|
|
27879
|
+
|
|
27880
|
+
本次发布包含了以下内容:
|
|
27881
|
+
|
|
27882
|
+
改善已有的文档。
|
|
27883
|
+
|
|
27884
|
+
新增接口:
|
|
27885
|
+
|
|
27886
|
+
* [[FetchMessageListByTimestamp](https://cloud.tencent.com/document/api/597/47895)](https://cloud.tencent.com/document/api/#/#)
|
|
27887
|
+
|
|
27859
27888
|
### 第 108 次发布
|
|
27860
27889
|
|
|
27861
27890
|
发布时间:2024-09-11 01:20:54
|
|
@@ -49085,6 +49114,22 @@
|
|
|
49085
49114
|
|
|
49086
49115
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
49087
49116
|
|
|
49117
|
+
### 第 30 次发布
|
|
49118
|
+
|
|
49119
|
+
发布时间:2024-09-13 01:25:56
|
|
49120
|
+
|
|
49121
|
+
本次发布包含了以下内容:
|
|
49122
|
+
|
|
49123
|
+
改善已有的文档。
|
|
49124
|
+
|
|
49125
|
+
新增接口:
|
|
49126
|
+
|
|
49127
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)
|
|
49128
|
+
|
|
49129
|
+
新增数据结构:
|
|
49130
|
+
|
|
49131
|
+
* [Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)
|
|
49132
|
+
|
|
49088
49133
|
### 第 29 次发布
|
|
49089
49134
|
|
|
49090
49135
|
发布时间:2024-08-30 01:26:40
|
|
@@ -53293,6 +53338,35 @@
|
|
|
53293
53338
|
|
|
53294
53339
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
53295
53340
|
|
|
53341
|
+
### 第 103 次发布
|
|
53342
|
+
|
|
53343
|
+
发布时间:2024-09-13 01:28:24
|
|
53344
|
+
|
|
53345
|
+
本次发布包含了以下内容:
|
|
53346
|
+
|
|
53347
|
+
改善已有的文档。
|
|
53348
|
+
|
|
53349
|
+
新增数据结构:
|
|
53350
|
+
|
|
53351
|
+
* [DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)
|
|
53352
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)
|
|
53353
|
+
* [TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)
|
|
53354
|
+
|
|
53355
|
+
修改数据结构:
|
|
53356
|
+
|
|
53357
|
+
* [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
|
|
53358
|
+
|
|
53359
|
+
* 新增成员:DataMaskStrategyInfo
|
|
53360
|
+
|
|
53361
|
+
* [DatasourceConnectionConfig](https://cloud.tencent.com/document/api/1342/53778#DatasourceConnectionConfig)
|
|
53362
|
+
|
|
53363
|
+
* 新增成员:TCHouseD
|
|
53364
|
+
|
|
53365
|
+
* [ResourceInfo](https://cloud.tencent.com/document/api/1342/53778#ResourceInfo)
|
|
53366
|
+
|
|
53367
|
+
* 新增成员:ResourceGroupName
|
|
53368
|
+
|
|
53369
|
+
|
|
53296
53370
|
### 第 102 次发布
|
|
53297
53371
|
|
|
53298
53372
|
发布时间:2024-09-10 01:28:17
|
|
@@ -57120,6 +57194,23 @@
|
|
|
57120
57194
|
|
|
57121
57195
|
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
57122
57196
|
|
|
57197
|
+
### 第 21 次发布
|
|
57198
|
+
|
|
57199
|
+
发布时间:2024-09-13 01:31:06
|
|
57200
|
+
|
|
57201
|
+
本次发布包含了以下内容:
|
|
57202
|
+
|
|
57203
|
+
改善已有的文档。
|
|
57204
|
+
|
|
57205
|
+
修改数据结构:
|
|
57206
|
+
|
|
57207
|
+
* [DbInfo](https://cloud.tencent.com/document/api/1087/96844#DbInfo)
|
|
57208
|
+
|
|
57209
|
+
* 新增成员:BindType
|
|
57210
|
+
|
|
57211
|
+
* <font color="#dd0000">**修改成员**:</font>DbName, ValidStatus
|
|
57212
|
+
|
|
57213
|
+
|
|
57123
57214
|
### 第 20 次发布
|
|
57124
57215
|
|
|
57125
57216
|
发布时间:2024-09-05 01:30:40
|
|
@@ -65325,6 +65416,32 @@
|
|
|
65325
65416
|
|
|
65326
65417
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
65327
65418
|
|
|
65419
|
+
### 第 187 次发布
|
|
65420
|
+
|
|
65421
|
+
发布时间:2024-09-13 01:36:15
|
|
65422
|
+
|
|
65423
|
+
本次发布包含了以下内容:
|
|
65424
|
+
|
|
65425
|
+
改善已有的文档。
|
|
65426
|
+
|
|
65427
|
+
修改接口:
|
|
65428
|
+
|
|
65429
|
+
* [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
|
|
65430
|
+
|
|
65431
|
+
* 新增入参:FlowDisplayType
|
|
65432
|
+
|
|
65433
|
+
* [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
|
|
65434
|
+
|
|
65435
|
+
* 新增入参:FlowDisplayType
|
|
65436
|
+
|
|
65437
|
+
|
|
65438
|
+
修改数据结构:
|
|
65439
|
+
|
|
65440
|
+
* [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
|
|
65441
|
+
|
|
65442
|
+
* 新增成员:FlowDisplayType
|
|
65443
|
+
|
|
65444
|
+
|
|
65328
65445
|
### 第 186 次发布
|
|
65329
65446
|
|
|
65330
65447
|
发布时间:2024-09-10 01:35:59
|
|
@@ -68853,6 +68970,32 @@
|
|
|
68853
68970
|
|
|
68854
68971
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
68855
68972
|
|
|
68973
|
+
### 第 183 次发布
|
|
68974
|
+
|
|
68975
|
+
发布时间:2024-09-13 01:37:18
|
|
68976
|
+
|
|
68977
|
+
本次发布包含了以下内容:
|
|
68978
|
+
|
|
68979
|
+
改善已有的文档。
|
|
68980
|
+
|
|
68981
|
+
修改接口:
|
|
68982
|
+
|
|
68983
|
+
* [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
|
|
68984
|
+
|
|
68985
|
+
* 新增入参:FlowDisplayType
|
|
68986
|
+
|
|
68987
|
+
|
|
68988
|
+
修改数据结构:
|
|
68989
|
+
|
|
68990
|
+
* [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
|
|
68991
|
+
|
|
68992
|
+
* 新增成员:FlowDisplayType
|
|
68993
|
+
|
|
68994
|
+
* [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
|
|
68995
|
+
|
|
68996
|
+
* 新增成员:FlowDisplayType
|
|
68997
|
+
|
|
68998
|
+
|
|
68856
68999
|
### 第 182 次发布
|
|
68857
69000
|
|
|
68858
69001
|
发布时间:2024-09-11 01:42:03
|
|
@@ -84720,6 +84863,21 @@
|
|
|
84720
84863
|
|
|
84721
84864
|
## 智能推荐平台(irp) 版本:2022-08-05
|
|
84722
84865
|
|
|
84866
|
+
### 第 3 次发布
|
|
84867
|
+
|
|
84868
|
+
发布时间:2024-09-16 01:58:03
|
|
84869
|
+
|
|
84870
|
+
本次发布包含了以下内容:
|
|
84871
|
+
|
|
84872
|
+
改善已有的文档。
|
|
84873
|
+
|
|
84874
|
+
修改接口:
|
|
84875
|
+
|
|
84876
|
+
* [FeedRecommend](https://cloud.tencent.com/document/api/1541/78995)
|
|
84877
|
+
|
|
84878
|
+
* 新增入参:Extension
|
|
84879
|
+
|
|
84880
|
+
|
|
84723
84881
|
### 第 2 次发布
|
|
84724
84882
|
|
|
84725
84883
|
发布时间:2023-03-10 01:38:31
|
|
@@ -84781,11 +84939,11 @@
|
|
|
84781
84939
|
|
|
84782
84940
|
新增接口:
|
|
84783
84941
|
|
|
84784
|
-
* [
|
|
84942
|
+
* [CallISAPI](https://cloud.tencent.com/document/api/1344/110893)
|
|
84785
84943
|
|
|
84786
84944
|
新增数据结构:
|
|
84787
84945
|
|
|
84788
|
-
* [
|
|
84946
|
+
* [ISAPIOutputData](https://cloud.tencent.com/document/api/1344/95952#ISAPIOutputData)
|
|
84789
84947
|
|
|
84790
84948
|
### 第 18 次发布
|
|
84791
84949
|
|
|
@@ -91507,6 +91665,33 @@
|
|
|
91507
91665
|
|
|
91508
91666
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
91509
91667
|
|
|
91668
|
+
### 第 16 次发布
|
|
91669
|
+
|
|
91670
|
+
发布时间:2024-09-16 02:02:56
|
|
91671
|
+
|
|
91672
|
+
本次发布包含了以下内容:
|
|
91673
|
+
|
|
91674
|
+
改善已有的文档。
|
|
91675
|
+
|
|
91676
|
+
新增数据结构:
|
|
91677
|
+
|
|
91678
|
+
* [[QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo)](https://cloud.tencent.com/document/api/1759/105104#[QuoteInfo](https://cloud.tencent.com/document/api/1759/105104#QuoteInfo))
|
|
91679
|
+
|
|
91680
|
+
修改数据结构:
|
|
91681
|
+
|
|
91682
|
+
* [Context](https://cloud.tencent.com/document/api/1759/105104#Context)
|
|
91683
|
+
|
|
91684
|
+
* 新增成员:ReplyMethod
|
|
91685
|
+
|
|
91686
|
+
* [MsgRecord](https://cloud.tencent.com/document/api/1759/105104#MsgRecord)
|
|
91687
|
+
|
|
91688
|
+
* 新增成员:QuoteInfos
|
|
91689
|
+
|
|
91690
|
+
* [ReferDetail](https://cloud.tencent.com/document/api/1759/105104#ReferDetail)
|
|
91691
|
+
|
|
91692
|
+
* 新增成员:PageInfos, SheetInfos, DocBizId
|
|
91693
|
+
|
|
91694
|
+
|
|
91510
91695
|
### 第 15 次发布
|
|
91511
91696
|
|
|
91512
91697
|
发布时间:2024-08-30 01:50:11
|
|
@@ -97593,6 +97778,76 @@
|
|
|
97593
97778
|
|
|
97594
97779
|
## 媒体处理(mps) 版本:2019-06-12
|
|
97595
97780
|
|
|
97781
|
+
### 第 95 次发布
|
|
97782
|
+
|
|
97783
|
+
发布时间:2024-09-13 01:54:23
|
|
97784
|
+
|
|
97785
|
+
本次发布包含了以下内容:
|
|
97786
|
+
|
|
97787
|
+
改善已有的文档。
|
|
97788
|
+
|
|
97789
|
+
修改接口:
|
|
97790
|
+
|
|
97791
|
+
* [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
|
|
97792
|
+
|
|
97793
|
+
* 新增入参:Name
|
|
97794
|
+
|
|
97795
|
+
* [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432)
|
|
97796
|
+
|
|
97797
|
+
* 新增入参:Name
|
|
97798
|
+
|
|
97799
|
+
* [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
|
|
97800
|
+
|
|
97801
|
+
* 新增入参:Name
|
|
97802
|
+
|
|
97803
|
+
* [DescribeAnimatedGraphicsTemplates](https://cloud.tencent.com/document/api/862/37597)
|
|
97804
|
+
|
|
97805
|
+
* 新增入参:Name
|
|
97806
|
+
|
|
97807
|
+
* [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
|
|
97808
|
+
|
|
97809
|
+
* 新增入参:Name
|
|
97810
|
+
|
|
97811
|
+
* [DescribeImageSpriteTemplates](https://cloud.tencent.com/document/api/862/37596)
|
|
97812
|
+
|
|
97813
|
+
* 新增入参:Name
|
|
97814
|
+
|
|
97815
|
+
* [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
|
|
97816
|
+
|
|
97817
|
+
* 新增入参:Name
|
|
97818
|
+
|
|
97819
|
+
* [DescribeSampleSnapshotTemplates](https://cloud.tencent.com/document/api/862/37595)
|
|
97820
|
+
|
|
97821
|
+
* 新增入参:Name
|
|
97822
|
+
|
|
97823
|
+
* [DescribeSnapshotByTimeOffsetTemplates](https://cloud.tencent.com/document/api/862/37594)
|
|
97824
|
+
|
|
97825
|
+
* 新增入参:Name
|
|
97826
|
+
|
|
97827
|
+
* [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593)
|
|
97828
|
+
|
|
97829
|
+
* 新增入参:Name
|
|
97830
|
+
|
|
97831
|
+
* [DescribeWatermarkTemplates](https://cloud.tencent.com/document/api/862/37592)
|
|
97832
|
+
|
|
97833
|
+
* 新增入参:Name
|
|
97834
|
+
|
|
97835
|
+
|
|
97836
|
+
修改数据结构:
|
|
97837
|
+
|
|
97838
|
+
* [UserDefineOcrTextReviewTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#UserDefineOcrTextReviewTemplateInfoForUpdate)
|
|
97839
|
+
|
|
97840
|
+
* <font color="#dd0000">**修改成员**:</font>LabelSet
|
|
97841
|
+
|
|
97842
|
+
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
97843
|
+
|
|
97844
|
+
* 新增成员:Stereo3dType
|
|
97845
|
+
|
|
97846
|
+
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
97847
|
+
|
|
97848
|
+
* 新增成员:Stereo3dType
|
|
97849
|
+
|
|
97850
|
+
|
|
97596
97851
|
### 第 94 次发布
|
|
97597
97852
|
|
|
97598
97853
|
发布时间:2024-09-12 01:59:22
|
|
@@ -97603,9 +97858,9 @@
|
|
|
97603
97858
|
|
|
97604
97859
|
新增数据结构:
|
|
97605
97860
|
|
|
97606
|
-
* [
|
|
97607
|
-
* [
|
|
97608
|
-
* [
|
|
97861
|
+
* [AiAnalysisTaskHorizontalToVerticalInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalInput)
|
|
97862
|
+
* [AiAnalysisTaskHorizontalToVerticalOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalOutput)
|
|
97863
|
+
* [AiAnalysisTaskHorizontalToVerticalResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHorizontalToVerticalResult)
|
|
97609
97864
|
|
|
97610
97865
|
修改数据结构:
|
|
97611
97866
|
|
|
@@ -103770,6 +104025,21 @@
|
|
|
103770
104025
|
|
|
103771
104026
|
## 文字识别(ocr) 版本:2018-11-19
|
|
103772
104027
|
|
|
104028
|
+
### 第 151 次发布
|
|
104029
|
+
|
|
104030
|
+
发布时间:2024-09-16 02:10:16
|
|
104031
|
+
|
|
104032
|
+
本次发布包含了以下内容:
|
|
104033
|
+
|
|
104034
|
+
改善已有的文档。
|
|
104035
|
+
|
|
104036
|
+
修改接口:
|
|
104037
|
+
|
|
104038
|
+
* [BizLicenseOCR](https://cloud.tencent.com/document/api/866/36215)
|
|
104039
|
+
|
|
104040
|
+
* 新增出参:Electronic
|
|
104041
|
+
|
|
104042
|
+
|
|
103773
104043
|
### 第 150 次发布
|
|
103774
104044
|
|
|
103775
104045
|
发布时间:2024-09-12 02:01:53
|
|
@@ -106625,6 +106895,21 @@
|
|
|
106625
106895
|
|
|
106626
106896
|
## 腾讯健康组学平台(omics) 版本:2022-11-28
|
|
106627
106897
|
|
|
106898
|
+
### 第 16 次发布
|
|
106899
|
+
|
|
106900
|
+
发布时间:2024-09-16 02:11:25
|
|
106901
|
+
|
|
106902
|
+
本次发布包含了以下内容:
|
|
106903
|
+
|
|
106904
|
+
改善已有的文档。
|
|
106905
|
+
|
|
106906
|
+
修改数据结构:
|
|
106907
|
+
|
|
106908
|
+
* [NFOption](https://cloud.tencent.com/document/api/1643/89100#NFOption)
|
|
106909
|
+
|
|
106910
|
+
* 新增成员:LaunchDir
|
|
106911
|
+
|
|
106912
|
+
|
|
106628
106913
|
### 第 15 次发布
|
|
106629
106914
|
|
|
106630
106915
|
发布时间:2024-04-22 01:22:30
|
|
@@ -119699,6 +119984,21 @@
|
|
|
119699
119984
|
|
|
119700
119985
|
## 自动化助手(tat) 版本:2020-10-28
|
|
119701
119986
|
|
|
119987
|
+
### 第 24 次发布
|
|
119988
|
+
|
|
119989
|
+
发布时间:2024-09-13 02:06:44
|
|
119990
|
+
|
|
119991
|
+
本次发布包含了以下内容:
|
|
119992
|
+
|
|
119993
|
+
改善已有的文档。
|
|
119994
|
+
|
|
119995
|
+
修改数据结构:
|
|
119996
|
+
|
|
119997
|
+
* [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
|
|
119998
|
+
|
|
119999
|
+
* 新增成员:Scenes
|
|
120000
|
+
|
|
120001
|
+
|
|
119702
120002
|
### 第 23 次发布
|
|
119703
120003
|
|
|
119704
120004
|
发布时间:2024-08-14 02:23:52
|
|
@@ -138576,7 +138876,7 @@
|
|
|
138576
138876
|
|
|
138577
138877
|
新增接口:
|
|
138578
138878
|
|
|
138579
|
-
* [SendChatMessage](https://cloud.tencent.com/document/api
|
|
138879
|
+
* [SendChatMessage](https://cloud.tencent.com/document/api/#/#)
|
|
138580
138880
|
|
|
138581
138881
|
### 第 31 次发布
|
|
138582
138882
|
|
|
@@ -143735,20 +144035,20 @@
|
|
|
143735
144035
|
|
|
143736
144036
|
新增接口:
|
|
143737
144037
|
|
|
143738
|
-
* [
|
|
143739
|
-
* [
|
|
143740
|
-
* [
|
|
143741
|
-
* [
|
|
143742
|
-
* [
|
|
143743
|
-
* [
|
|
144038
|
+
* [CreateHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110921)
|
|
144039
|
+
* [DeleteHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110920)
|
|
144040
|
+
* [DescribeHealthCheckPolicies](https://cloud.tencent.com/document/api/457/110919)
|
|
144041
|
+
* [DescribeHealthCheckPolicyBindings](https://cloud.tencent.com/document/api/457/110918)
|
|
144042
|
+
* [DescribeHealthCheckTemplate](https://cloud.tencent.com/document/api/457/110917)
|
|
144043
|
+
* [ModifyHealthCheckPolicy](https://cloud.tencent.com/document/api/457/110916)
|
|
143744
144044
|
|
|
143745
144045
|
新增数据结构:
|
|
143746
144046
|
|
|
143747
|
-
* [
|
|
143748
|
-
* [
|
|
143749
|
-
* [
|
|
143750
|
-
* [
|
|
143751
|
-
* [
|
|
144047
|
+
* [HealthCheckPolicy](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicy)
|
|
144048
|
+
* [HealthCheckPolicyBinding](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyBinding)
|
|
144049
|
+
* [HealthCheckPolicyRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckPolicyRule)
|
|
144050
|
+
* [HealthCheckTemplate](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplate)
|
|
144051
|
+
* [HealthCheckTemplateRule](https://cloud.tencent.com/document/api/457/103206#HealthCheckTemplateRule)
|
|
143752
144052
|
|
|
143753
144053
|
### 第 3 次发布
|
|
143754
144054
|
|
|
@@ -152408,6 +152708,36 @@
|
|
|
152408
152708
|
|
|
152409
152709
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152410
152710
|
|
|
152711
|
+
### 第 5 次发布
|
|
152712
|
+
|
|
152713
|
+
发布时间:2024-09-16 02:39:09
|
|
152714
|
+
|
|
152715
|
+
本次发布包含了以下内容:
|
|
152716
|
+
|
|
152717
|
+
改善已有的文档。
|
|
152718
|
+
|
|
152719
|
+
修改接口:
|
|
152720
|
+
|
|
152721
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
152722
|
+
|
|
152723
|
+
* 新增入参:InstanceId
|
|
152724
|
+
|
|
152725
|
+
|
|
152726
|
+
### 第 4 次发布
|
|
152727
|
+
|
|
152728
|
+
发布时间:2024-09-13 02:23:25
|
|
152729
|
+
|
|
152730
|
+
本次发布包含了以下内容:
|
|
152731
|
+
|
|
152732
|
+
改善已有的文档。
|
|
152733
|
+
|
|
152734
|
+
修改接口:
|
|
152735
|
+
|
|
152736
|
+
* [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
|
|
152737
|
+
|
|
152738
|
+
* 新增入参:Limit, Offset, Component
|
|
152739
|
+
|
|
152740
|
+
|
|
152411
152741
|
### 第 3 次发布
|
|
152412
152742
|
|
|
152413
152743
|
发布时间:2024-09-11 02:27:43
|
|
@@ -152890,6 +153220,30 @@
|
|
|
152890
153220
|
|
|
152891
153221
|
## 云点播(vod) 版本:2018-07-17
|
|
152892
153222
|
|
|
153223
|
+
### 第 186 次发布
|
|
153224
|
+
|
|
153225
|
+
发布时间:2024-09-13 02:23:45
|
|
153226
|
+
|
|
153227
|
+
本次发布包含了以下内容:
|
|
153228
|
+
|
|
153229
|
+
改善已有的文档。
|
|
153230
|
+
|
|
153231
|
+
修改接口:
|
|
153232
|
+
|
|
153233
|
+
* [AttachMediaSubtitles](https://cloud.tencent.com/document/api/266/54235)
|
|
153234
|
+
|
|
153235
|
+
* 新增入参:DefaultSubtitleId
|
|
153236
|
+
|
|
153237
|
+
|
|
153238
|
+
修改数据结构:
|
|
153239
|
+
|
|
153240
|
+
* [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
|
|
153241
|
+
|
|
153242
|
+
* 新增成员:SubtitleSet, DefaultSubtitleId
|
|
153243
|
+
|
|
153244
|
+
* <font color="#dd0000">**修改成员**:</font>Size, DigitalWatermarkType, SubStreamSet, CopyRightWatermarkText
|
|
153245
|
+
|
|
153246
|
+
|
|
152893
153247
|
### 第 185 次发布
|
|
152894
153248
|
|
|
152895
153249
|
发布时间:2024-08-20 02:28:28
|
|
@@ -157910,11 +158264,11 @@
|
|
|
157910
158264
|
|
|
157911
158265
|
新增接口:
|
|
157912
158266
|
|
|
157913
|
-
* [
|
|
158267
|
+
* [CreateStorageCredentials](https://cloud.tencent.com/document/api/266/110902)
|
|
157914
158268
|
|
|
157915
158269
|
新增数据结构:
|
|
157916
158270
|
|
|
157917
|
-
* [
|
|
158271
|
+
* [Credentials](https://cloud.tencent.com/document/api/266/110903#Credentials)
|
|
157918
158272
|
|
|
157919
158273
|
|
|
157920
158274
|
|