tencentcloud-sdk-nodejs 4.0.473 → 4.0.474
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 +181 -0
- package/SERVICE_CHANGELOG.md +238 -224
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +17 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +25 -0
- package/src/services/dts/index.ts +2 -2
- package/src/services/essbasic/index.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -2
- package/src/services/gme/v20180711/gme_client.ts +0 -12
- package/src/services/gme/v20180711/gme_models.ts +0 -44
- package/src/services/iai/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/irp/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mps/v20190612/mps_client.ts +8 -2
- package/src/services/mps/v20190612/mps_models.ts +194 -26
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +5 -0
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/tem/v20210701/tem_models.ts +1 -1
- package/src/services/thpc/v20220401/thpc_models.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/tione/v20211111/tione_models.ts +1 -1
- package/src/services/trp/v20210515/trp_client.ts +12 -0
- package/src/services/trp/v20210515/trp_models.ts +66 -0
- package/src/services/vm/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +21 -0
- package/tencentcloud/services/dts/index.d.ts +4 -4
- package/tencentcloud/services/dts/index.js +2 -2
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +1 -5
- package/tencentcloud/services/gme/v20180711/gme_client.js +0 -6
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +0 -38
- package/tencentcloud/services/iai/index.d.ts +4 -4
- package/tencentcloud/services/iai/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4 -0
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +165 -24
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +1 -1
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +1 -1
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +5 -1
- package/tencentcloud/services/trp/v20210515/trp_client.js +6 -0
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +55 -0
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/test/gme.v20180711.test.js +0 -10
- package/test/trp.v20210515.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,64 +1,33 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 13 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-11-02 06:08:36
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [GetTicketStatistics](https://cloud.tencent.com/document/api/1110/82276)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
20
4
|
|
|
21
|
-
### 第
|
|
5
|
+
### 第 58 次发布
|
|
22
6
|
|
|
23
|
-
发布时间:2022-11-
|
|
7
|
+
发布时间:2022-11-03 06:08:22
|
|
24
8
|
|
|
25
9
|
本次发布包含了以下内容:
|
|
26
10
|
|
|
27
11
|
改善已有的文档。
|
|
28
12
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
* [ResetInstance](https://cloud.tencent.com/document/api/213/15724)
|
|
32
|
-
|
|
33
|
-
* 新增入参:UserData
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
## Elasticsearch Service(es) 版本:2018-04-16
|
|
39
|
-
|
|
40
|
-
### 第 39 次发布
|
|
41
|
-
|
|
42
|
-
发布时间:2022-11-02 06:23:18
|
|
43
|
-
|
|
44
|
-
本次发布包含了以下内容:
|
|
13
|
+
新增数据结构:
|
|
45
14
|
|
|
46
|
-
|
|
15
|
+
* [RunAutomationServiceEnabled](https://cloud.tencent.com/document/api/377/20453#RunAutomationServiceEnabled)
|
|
47
16
|
|
|
48
17
|
修改数据结构:
|
|
49
18
|
|
|
50
|
-
* [
|
|
19
|
+
* [EnhancedService](https://cloud.tencent.com/document/api/377/20453#EnhancedService)
|
|
51
20
|
|
|
52
|
-
* 新增成员:
|
|
21
|
+
* 新增成员:AutomationService
|
|
53
22
|
|
|
54
23
|
|
|
55
24
|
|
|
56
25
|
|
|
57
|
-
##
|
|
26
|
+
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
58
27
|
|
|
59
|
-
### 第
|
|
28
|
+
### 第 4 次发布
|
|
60
29
|
|
|
61
|
-
发布时间:2022-11-
|
|
30
|
+
发布时间:2022-11-03 06:19:23
|
|
62
31
|
|
|
63
32
|
本次发布包含了以下内容:
|
|
64
33
|
|
|
@@ -66,52 +35,42 @@
|
|
|
66
35
|
|
|
67
36
|
修改接口:
|
|
68
37
|
|
|
69
|
-
* [
|
|
70
|
-
|
|
71
|
-
* 新增入参:UserData
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
### 第 22 次发布
|
|
75
|
-
|
|
76
|
-
发布时间:2022-11-01 16:03:19
|
|
38
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
77
39
|
|
|
78
|
-
|
|
40
|
+
* 新增入参:TagFilters
|
|
79
41
|
|
|
80
|
-
|
|
42
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
81
43
|
|
|
82
|
-
|
|
44
|
+
* 新增入参:TagFilters
|
|
83
45
|
|
|
84
|
-
* [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
|
|
85
46
|
|
|
86
|
-
|
|
47
|
+
新增数据结构:
|
|
87
48
|
|
|
49
|
+
* [TagFilter](https://cloud.tencent.com/document/api/1025/74416#TagFilter)
|
|
88
50
|
|
|
89
51
|
|
|
90
52
|
|
|
91
|
-
##
|
|
53
|
+
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
92
54
|
|
|
93
|
-
### 第
|
|
55
|
+
### 第 26 次发布
|
|
94
56
|
|
|
95
|
-
发布时间:2022-11-
|
|
57
|
+
发布时间:2022-11-03 06:25:18
|
|
96
58
|
|
|
97
59
|
本次发布包含了以下内容:
|
|
98
60
|
|
|
99
61
|
改善已有的文档。
|
|
100
62
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
* [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
|
|
104
|
-
|
|
105
|
-
* 新增入参:RegionCode, SellerTaxCode, EnableCommonElectronic
|
|
63
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
106
64
|
|
|
65
|
+
* ModifyRoomInfo
|
|
107
66
|
|
|
108
67
|
|
|
109
68
|
|
|
110
|
-
##
|
|
69
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
111
70
|
|
|
112
|
-
### 第
|
|
71
|
+
### 第 8 次发布
|
|
113
72
|
|
|
114
|
-
发布时间:2022-11-
|
|
73
|
+
发布时间:2022-11-03 06:28:16
|
|
115
74
|
|
|
116
75
|
本次发布包含了以下内容:
|
|
117
76
|
|
|
@@ -119,89 +78,77 @@
|
|
|
119
78
|
|
|
120
79
|
修改接口:
|
|
121
80
|
|
|
122
|
-
* [
|
|
123
|
-
|
|
124
|
-
* 新增入参:AuthRelationId
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
## 集团账号管理(organization) 版本:2018-12-25
|
|
130
|
-
|
|
81
|
+
* [CreateCloudStorage](https://cloud.tencent.com/document/api/1131/77505)
|
|
131
82
|
|
|
83
|
+
* 新增入参:PackageQueue
|
|
132
84
|
|
|
133
|
-
## SSL 证书(ssl) 版本:2019-12-05
|
|
134
85
|
|
|
135
|
-
### 第 21 次发布
|
|
136
86
|
|
|
137
|
-
发布时间:2022-11-02 06:38:26
|
|
138
87
|
|
|
139
|
-
|
|
88
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
140
89
|
|
|
141
|
-
改善已有的文档。
|
|
142
90
|
|
|
143
|
-
新增接口:
|
|
144
91
|
|
|
145
|
-
|
|
92
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
146
93
|
|
|
147
94
|
|
|
148
95
|
|
|
149
|
-
##
|
|
96
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
150
97
|
|
|
151
|
-
### 第
|
|
98
|
+
### 第 43 次发布
|
|
152
99
|
|
|
153
|
-
发布时间:2022-11-
|
|
100
|
+
发布时间:2022-11-03 06:32:33
|
|
154
101
|
|
|
155
102
|
本次发布包含了以下内容:
|
|
156
103
|
|
|
157
104
|
改善已有的文档。
|
|
158
105
|
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
* [ModifyTracingConfig](https://cloud.tencent.com/document/api/1261/82278)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
106
|
+
修改接口:
|
|
166
107
|
|
|
167
|
-
|
|
108
|
+
* [CreateImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37608)
|
|
168
109
|
|
|
169
|
-
|
|
110
|
+
* 新增入参:Format
|
|
170
111
|
|
|
171
|
-
|
|
112
|
+
* [ModifyImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37590)
|
|
172
113
|
|
|
173
|
-
|
|
114
|
+
* 新增入参:Format
|
|
174
115
|
|
|
175
|
-
修改接口:
|
|
176
116
|
|
|
177
|
-
|
|
117
|
+
新增数据结构:
|
|
178
118
|
|
|
179
|
-
|
|
119
|
+
* [AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)
|
|
120
|
+
* [AiRecognitionTaskTransTextResultInput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultInput)
|
|
121
|
+
* [AiRecognitionTaskTransTextResultOutput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultOutput)
|
|
122
|
+
* [AiRecognitionTaskTransTextSegmentItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextSegmentItem)
|
|
123
|
+
* [LiveStreamTransTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamTransTextRecognitionResult)
|
|
124
|
+
* [SubtitleTemplate](https://cloud.tencent.com/document/api/862/37615#SubtitleTemplate)
|
|
180
125
|
|
|
126
|
+
修改数据结构:
|
|
181
127
|
|
|
128
|
+
* [AiRecognitionResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionResult)
|
|
182
129
|
|
|
130
|
+
* 新增成员:TransTextTask
|
|
183
131
|
|
|
184
|
-
|
|
132
|
+
* [ImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37615#ImageSpriteTemplate)
|
|
185
133
|
|
|
186
|
-
|
|
134
|
+
* 新增成员:Format
|
|
187
135
|
|
|
188
|
-
|
|
136
|
+
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
189
137
|
|
|
190
|
-
|
|
138
|
+
* 新增成员:TransTextRecognitionResultSet
|
|
191
139
|
|
|
192
|
-
|
|
140
|
+
* [OverrideTranscodeParameter](https://cloud.tencent.com/document/api/862/37615#OverrideTranscodeParameter)
|
|
193
141
|
|
|
194
|
-
|
|
142
|
+
* 新增成员:SubtitleTemplate
|
|
195
143
|
|
|
196
|
-
* [CreateRiskDnsEventExportJob](https://cloud.tencent.com/document/api/1285/82279)
|
|
197
144
|
|
|
198
145
|
|
|
199
146
|
|
|
200
|
-
##
|
|
147
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
201
148
|
|
|
202
|
-
### 第
|
|
149
|
+
### 第 16 次发布
|
|
203
150
|
|
|
204
|
-
发布时间:2022-11-
|
|
151
|
+
发布时间:2022-11-03 06:36:44
|
|
205
152
|
|
|
206
153
|
本次发布包含了以下内容:
|
|
207
154
|
|
|
@@ -209,33 +156,18 @@
|
|
|
209
156
|
|
|
210
157
|
修改接口:
|
|
211
158
|
|
|
212
|
-
* [
|
|
213
|
-
|
|
214
|
-
* 新增入参:ExtractRule
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
新增数据结构:
|
|
218
|
-
|
|
219
|
-
* [LogConfigExtractRule](https://cloud.tencent.com/document/api/1371/60171#LogConfigExtractRule)
|
|
220
|
-
|
|
221
|
-
修改数据结构:
|
|
222
|
-
|
|
223
|
-
* [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
|
|
224
|
-
|
|
225
|
-
* 新增成员:ExtractRule
|
|
226
|
-
|
|
227
|
-
|
|
159
|
+
* [GetEmailTemplate](https://cloud.tencent.com/document/api/1288/51040)
|
|
228
160
|
|
|
161
|
+
* 新增出参:TemplateName
|
|
229
162
|
|
|
230
|
-
## 弹性微服务 TEM(tem) 版本:2020-12-21
|
|
231
163
|
|
|
232
164
|
|
|
233
165
|
|
|
234
|
-
##
|
|
166
|
+
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
235
167
|
|
|
236
|
-
### 第
|
|
168
|
+
### 第 9 次发布
|
|
237
169
|
|
|
238
|
-
发布时间:2022-11-02
|
|
170
|
+
发布时间:2022-11-02 10:37:26
|
|
239
171
|
|
|
240
172
|
本次发布包含了以下内容:
|
|
241
173
|
|
|
@@ -243,68 +175,7 @@
|
|
|
243
175
|
|
|
244
176
|
新增接口:
|
|
245
177
|
|
|
246
|
-
* [
|
|
247
|
-
* [DeleteModelService](https://cloud.tencent.com/document/api/851/82290)
|
|
248
|
-
* [DeleteModelServiceGroup](https://cloud.tencent.com/document/api/851/82289)
|
|
249
|
-
* [DescribeAPIConfigs](https://cloud.tencent.com/document/api/851/82288)
|
|
250
|
-
* [DescribeModelService](https://cloud.tencent.com/document/api/851/82287)
|
|
251
|
-
* [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
|
|
252
|
-
* [DescribeModelServiceGroup](https://cloud.tencent.com/document/api/851/82285)
|
|
253
|
-
* [DescribeModelServiceGroups](https://cloud.tencent.com/document/api/851/82284)
|
|
254
|
-
* [DescribeModelServiceHistory](https://cloud.tencent.com/document/api/851/82283)
|
|
255
|
-
* [DescribeModelServiceHotUpdated](https://cloud.tencent.com/document/api/851/82282)
|
|
256
|
-
* [DescribeModelServices](https://cloud.tencent.com/document/api/851/82281)
|
|
257
|
-
* [ModifyServiceGroupWeights](https://cloud.tencent.com/document/api/851/82280)
|
|
258
|
-
|
|
259
|
-
修改接口:
|
|
260
|
-
|
|
261
|
-
* [CreateTrainingTask](https://cloud.tencent.com/document/api/851/75094)
|
|
262
|
-
|
|
263
|
-
* 新增入参:FrameworkEnvironment
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
新增数据结构:
|
|
267
|
-
|
|
268
|
-
* [APIConfigDetail](https://cloud.tencent.com/document/api/851/75051#APIConfigDetail)
|
|
269
|
-
* [CronScaleJob](https://cloud.tencent.com/document/api/851/75051#CronScaleJob)
|
|
270
|
-
* [EnvVar](https://cloud.tencent.com/document/api/851/75051#EnvVar)
|
|
271
|
-
* [HorizontalPodAutoscaler](https://cloud.tencent.com/document/api/851/75051#HorizontalPodAutoscaler)
|
|
272
|
-
* [InferGatewayCallInfo](https://cloud.tencent.com/document/api/851/75051#InferGatewayCallInfo)
|
|
273
|
-
* [Option](https://cloud.tencent.com/document/api/851/75051#Option)
|
|
274
|
-
* [ScheduledAction](https://cloud.tencent.com/document/api/851/75051#ScheduledAction)
|
|
275
|
-
* [Service](https://cloud.tencent.com/document/api/851/75051#Service)
|
|
276
|
-
* [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
|
|
277
|
-
* [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
|
|
278
|
-
* [ServiceHistory](https://cloud.tencent.com/document/api/851/75051#ServiceHistory)
|
|
279
|
-
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
280
|
-
* [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
|
|
281
|
-
* [StatefulSetCondition](https://cloud.tencent.com/document/api/851/75051#StatefulSetCondition)
|
|
282
|
-
* [VolumeMount](https://cloud.tencent.com/document/api/851/75051#VolumeMount)
|
|
283
|
-
* [WeightEntry](https://cloud.tencent.com/document/api/851/75051#WeightEntry)
|
|
284
|
-
* [WorkloadStatus](https://cloud.tencent.com/document/api/851/75051#WorkloadStatus)
|
|
285
|
-
|
|
286
|
-
修改数据结构:
|
|
287
|
-
|
|
288
|
-
* [FrameworkVersion](https://cloud.tencent.com/document/api/851/75051#FrameworkVersion)
|
|
289
|
-
|
|
290
|
-
* 新增成员:Environment
|
|
291
|
-
|
|
292
|
-
* [ResourceInfo](https://cloud.tencent.com/document/api/851/75051#ResourceInfo)
|
|
293
|
-
|
|
294
|
-
* 新增成员:RealGpuDetailSet
|
|
295
|
-
|
|
296
|
-
* [TrainingTaskDetail](https://cloud.tencent.com/document/api/851/75051#TrainingTaskDetail)
|
|
297
|
-
|
|
298
|
-
* 新增成员:FrameworkEnvironment
|
|
299
|
-
|
|
300
|
-
* [TrainingTaskSetItem](https://cloud.tencent.com/document/api/851/75051#TrainingTaskSetItem)
|
|
301
|
-
|
|
302
|
-
* 新增成员:FrameworkEnvironment
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
178
|
+
* [CreateCorporationOrder](https://cloud.tencent.com/document/api/1458/82298)
|
|
308
179
|
|
|
309
180
|
|
|
310
181
|
|
|
@@ -3888,6 +3759,25 @@
|
|
|
3888
3759
|
|
|
3889
3760
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3890
3761
|
|
|
3762
|
+
### 第 58 次发布
|
|
3763
|
+
|
|
3764
|
+
发布时间:2022-11-03 06:08:22
|
|
3765
|
+
|
|
3766
|
+
本次发布包含了以下内容:
|
|
3767
|
+
|
|
3768
|
+
改善已有的文档。
|
|
3769
|
+
|
|
3770
|
+
新增数据结构:
|
|
3771
|
+
|
|
3772
|
+
* [[RunAutomationServiceEnabled](https://cloud.tencent.com/document/api/377/20453#RunAutomationServiceEnabled)](https://cloud.tencent.com/document/api/377/20453#[RunAutomationServiceEnabled](https://cloud.tencent.com/document/api/377/20453#RunAutomationServiceEnabled))
|
|
3773
|
+
|
|
3774
|
+
修改数据结构:
|
|
3775
|
+
|
|
3776
|
+
* [EnhancedService](https://cloud.tencent.com/document/api/377/20453#EnhancedService)
|
|
3777
|
+
|
|
3778
|
+
* 新增成员:AutomationService
|
|
3779
|
+
|
|
3780
|
+
|
|
3891
3781
|
### 第 57 次发布
|
|
3892
3782
|
|
|
3893
3783
|
发布时间:2022-09-02 06:09:13
|
|
@@ -9960,7 +9850,7 @@
|
|
|
9960
9850
|
|
|
9961
9851
|
新增接口:
|
|
9962
9852
|
|
|
9963
|
-
* [
|
|
9853
|
+
* [GetTicketStatistics](https://cloud.tencent.com/document/api/1110/82276)
|
|
9964
9854
|
|
|
9965
9855
|
### 第 12 次发布
|
|
9966
9856
|
|
|
@@ -31124,6 +31014,29 @@
|
|
|
31124
31014
|
|
|
31125
31015
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
31126
31016
|
|
|
31017
|
+
### 第 4 次发布
|
|
31018
|
+
|
|
31019
|
+
发布时间:2022-11-03 06:19:23
|
|
31020
|
+
|
|
31021
|
+
本次发布包含了以下内容:
|
|
31022
|
+
|
|
31023
|
+
改善已有的文档。
|
|
31024
|
+
|
|
31025
|
+
修改接口:
|
|
31026
|
+
|
|
31027
|
+
* [DescribeDeviceGroupMembers](https://cloud.tencent.com/document/api/1025/74787)
|
|
31028
|
+
|
|
31029
|
+
* 新增入参:TagFilters
|
|
31030
|
+
|
|
31031
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
31032
|
+
|
|
31033
|
+
* 新增入参:TagFilters
|
|
31034
|
+
|
|
31035
|
+
|
|
31036
|
+
新增数据结构:
|
|
31037
|
+
|
|
31038
|
+
* [[TagFilter](https://cloud.tencent.com/document/api/1025/74416#TagFilter)](https://cloud.tencent.com/document/api/1025/74416#[TagFilter](https://cloud.tencent.com/document/api/1025/74416#TagFilter))
|
|
31039
|
+
|
|
31127
31040
|
### 第 3 次发布
|
|
31128
31041
|
|
|
31129
31042
|
发布时间:2022-08-16 06:19:02
|
|
@@ -43529,6 +43442,18 @@
|
|
|
43529
43442
|
|
|
43530
43443
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
43531
43444
|
|
|
43445
|
+
### 第 26 次发布
|
|
43446
|
+
|
|
43447
|
+
发布时间:2022-11-03 06:25:18
|
|
43448
|
+
|
|
43449
|
+
本次发布包含了以下内容:
|
|
43450
|
+
|
|
43451
|
+
改善已有的文档。
|
|
43452
|
+
|
|
43453
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
43454
|
+
|
|
43455
|
+
* ModifyRoomInfo
|
|
43456
|
+
|
|
43532
43457
|
### 第 25 次发布
|
|
43533
43458
|
|
|
43534
43459
|
发布时间:2022-10-28 06:29:04
|
|
@@ -49734,6 +49659,21 @@
|
|
|
49734
49659
|
|
|
49735
49660
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
49736
49661
|
|
|
49662
|
+
### 第 8 次发布
|
|
49663
|
+
|
|
49664
|
+
发布时间:2022-11-03 06:28:16
|
|
49665
|
+
|
|
49666
|
+
本次发布包含了以下内容:
|
|
49667
|
+
|
|
49668
|
+
改善已有的文档。
|
|
49669
|
+
|
|
49670
|
+
修改接口:
|
|
49671
|
+
|
|
49672
|
+
* [CreateCloudStorage](https://cloud.tencent.com/document/api/1131/77505)
|
|
49673
|
+
|
|
49674
|
+
* 新增入参:PackageQueue
|
|
49675
|
+
|
|
49676
|
+
|
|
49737
49677
|
### 第 7 次发布
|
|
49738
49678
|
|
|
49739
49679
|
发布时间:2022-09-21 06:33:00
|
|
@@ -57225,6 +57165,53 @@
|
|
|
57225
57165
|
|
|
57226
57166
|
## 媒体处理(mps) 版本:2019-06-12
|
|
57227
57167
|
|
|
57168
|
+
### 第 43 次发布
|
|
57169
|
+
|
|
57170
|
+
发布时间:2022-11-03 06:32:33
|
|
57171
|
+
|
|
57172
|
+
本次发布包含了以下内容:
|
|
57173
|
+
|
|
57174
|
+
改善已有的文档。
|
|
57175
|
+
|
|
57176
|
+
修改接口:
|
|
57177
|
+
|
|
57178
|
+
* [CreateImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37608)
|
|
57179
|
+
|
|
57180
|
+
* 新增入参:Format
|
|
57181
|
+
|
|
57182
|
+
* [ModifyImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37590)
|
|
57183
|
+
|
|
57184
|
+
* 新增入参:Format
|
|
57185
|
+
|
|
57186
|
+
|
|
57187
|
+
新增数据结构:
|
|
57188
|
+
|
|
57189
|
+
* [[AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult)](https://cloud.tencent.com/document/api/862/37615#[AiRecognitionTaskTransTextResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResult))
|
|
57190
|
+
* [[AiRecognitionTaskTransTextResultInput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultInput)](https://cloud.tencent.com/document/api/862/37615#[AiRecognitionTaskTransTextResultInput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultInput))
|
|
57191
|
+
* [[AiRecognitionTaskTransTextResultOutput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultOutput)](https://cloud.tencent.com/document/api/862/37615#[AiRecognitionTaskTransTextResultOutput](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextResultOutput))
|
|
57192
|
+
* [[AiRecognitionTaskTransTextSegmentItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextSegmentItem)](https://cloud.tencent.com/document/api/862/37615#[AiRecognitionTaskTransTextSegmentItem](https://cloud.tencent.com/document/api/862/37615#AiRecognitionTaskTransTextSegmentItem))
|
|
57193
|
+
* [[LiveStreamTransTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamTransTextRecognitionResult)](https://cloud.tencent.com/document/api/862/37615#[LiveStreamTransTextRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamTransTextRecognitionResult))
|
|
57194
|
+
* [[SubtitleTemplate](https://cloud.tencent.com/document/api/862/37615#SubtitleTemplate)](https://cloud.tencent.com/document/api/862/37615#[SubtitleTemplate](https://cloud.tencent.com/document/api/862/37615#SubtitleTemplate))
|
|
57195
|
+
|
|
57196
|
+
修改数据结构:
|
|
57197
|
+
|
|
57198
|
+
* [AiRecognitionResult](https://cloud.tencent.com/document/api/862/37615#AiRecognitionResult)
|
|
57199
|
+
|
|
57200
|
+
* 新增成员:TransTextTask
|
|
57201
|
+
|
|
57202
|
+
* [ImageSpriteTemplate](https://cloud.tencent.com/document/api/862/37615#ImageSpriteTemplate)
|
|
57203
|
+
|
|
57204
|
+
* 新增成员:Format
|
|
57205
|
+
|
|
57206
|
+
* [LiveStreamAiRecognitionResultItem](https://cloud.tencent.com/document/api/862/37615#LiveStreamAiRecognitionResultItem)
|
|
57207
|
+
|
|
57208
|
+
* 新增成员:TransTextRecognitionResultSet
|
|
57209
|
+
|
|
57210
|
+
* [OverrideTranscodeParameter](https://cloud.tencent.com/document/api/862/37615#OverrideTranscodeParameter)
|
|
57211
|
+
|
|
57212
|
+
* 新增成员:SubtitleTemplate
|
|
57213
|
+
|
|
57214
|
+
|
|
57228
57215
|
### 第 42 次发布
|
|
57229
57216
|
|
|
57230
57217
|
发布时间:2022-09-20 06:38:58
|
|
@@ -66290,6 +66277,21 @@
|
|
|
66290
66277
|
|
|
66291
66278
|
## 邮件推送(ses) 版本:2020-10-02
|
|
66292
66279
|
|
|
66280
|
+
### 第 16 次发布
|
|
66281
|
+
|
|
66282
|
+
发布时间:2022-11-03 06:36:44
|
|
66283
|
+
|
|
66284
|
+
本次发布包含了以下内容:
|
|
66285
|
+
|
|
66286
|
+
改善已有的文档。
|
|
66287
|
+
|
|
66288
|
+
修改接口:
|
|
66289
|
+
|
|
66290
|
+
* [GetEmailTemplate](https://cloud.tencent.com/document/api/1288/51040)
|
|
66291
|
+
|
|
66292
|
+
* 新增出参:TemplateName
|
|
66293
|
+
|
|
66294
|
+
|
|
66293
66295
|
### 第 15 次发布
|
|
66294
66296
|
|
|
66295
66297
|
发布时间:2022-10-26 06:55:19
|
|
@@ -68501,7 +68503,7 @@
|
|
|
68501
68503
|
|
|
68502
68504
|
新增接口:
|
|
68503
68505
|
|
|
68504
|
-
* [
|
|
68506
|
+
* [ModifyCertificatesExpiringNotificationSwitch](https://cloud.tencent.com/document/api/400/82277)
|
|
68505
68507
|
|
|
68506
68508
|
### 第 20 次发布
|
|
68507
68509
|
|
|
@@ -73334,7 +73336,7 @@
|
|
|
73334
73336
|
|
|
73335
73337
|
新增接口:
|
|
73336
73338
|
|
|
73337
|
-
* [
|
|
73339
|
+
* [ModifyTracingConfig](https://cloud.tencent.com/document/api/1261/82278)
|
|
73338
73340
|
|
|
73339
73341
|
### 第 16 次发布
|
|
73340
73342
|
|
|
@@ -74566,7 +74568,7 @@
|
|
|
74566
74568
|
|
|
74567
74569
|
新增接口:
|
|
74568
74570
|
|
|
74569
|
-
* [
|
|
74571
|
+
* [CreateRiskDnsEventExportJob](https://cloud.tencent.com/document/api/1285/82279)
|
|
74570
74572
|
|
|
74571
74573
|
### 第 30 次发布
|
|
74572
74574
|
|
|
@@ -77163,7 +77165,7 @@
|
|
|
77163
77165
|
|
|
77164
77166
|
新增数据结构:
|
|
77165
77167
|
|
|
77166
|
-
* [
|
|
77168
|
+
* [LogConfigExtractRule](https://cloud.tencent.com/document/api/1371/60171#LogConfigExtractRule)
|
|
77167
77169
|
|
|
77168
77170
|
修改数据结构:
|
|
77169
77171
|
|
|
@@ -80906,18 +80908,18 @@
|
|
|
80906
80908
|
|
|
80907
80909
|
新增接口:
|
|
80908
80910
|
|
|
80909
|
-
* [
|
|
80910
|
-
* [
|
|
80911
|
-
* [
|
|
80912
|
-
* [
|
|
80913
|
-
* [
|
|
80914
|
-
* [
|
|
80915
|
-
* [
|
|
80916
|
-
* [
|
|
80917
|
-
* [
|
|
80918
|
-
* [
|
|
80919
|
-
* [
|
|
80920
|
-
* [
|
|
80911
|
+
* [CreateModelService](https://cloud.tencent.com/document/api/851/82291)
|
|
80912
|
+
* [DeleteModelService](https://cloud.tencent.com/document/api/851/82290)
|
|
80913
|
+
* [DeleteModelServiceGroup](https://cloud.tencent.com/document/api/851/82289)
|
|
80914
|
+
* [DescribeAPIConfigs](https://cloud.tencent.com/document/api/851/82288)
|
|
80915
|
+
* [DescribeModelService](https://cloud.tencent.com/document/api/851/82287)
|
|
80916
|
+
* [DescribeModelServiceCallInfo](https://cloud.tencent.com/document/api/851/82286)
|
|
80917
|
+
* [DescribeModelServiceGroup](https://cloud.tencent.com/document/api/851/82285)
|
|
80918
|
+
* [DescribeModelServiceGroups](https://cloud.tencent.com/document/api/851/82284)
|
|
80919
|
+
* [DescribeModelServiceHistory](https://cloud.tencent.com/document/api/851/82283)
|
|
80920
|
+
* [DescribeModelServiceHotUpdated](https://cloud.tencent.com/document/api/851/82282)
|
|
80921
|
+
* [DescribeModelServices](https://cloud.tencent.com/document/api/851/82281)
|
|
80922
|
+
* [ModifyServiceGroupWeights](https://cloud.tencent.com/document/api/851/82280)
|
|
80921
80923
|
|
|
80922
80924
|
修改接口:
|
|
80923
80925
|
|
|
@@ -80928,23 +80930,23 @@
|
|
|
80928
80930
|
|
|
80929
80931
|
新增数据结构:
|
|
80930
80932
|
|
|
80931
|
-
* [
|
|
80932
|
-
* [
|
|
80933
|
-
* [
|
|
80934
|
-
* [
|
|
80935
|
-
* [
|
|
80936
|
-
* [
|
|
80937
|
-
* [
|
|
80938
|
-
* [
|
|
80939
|
-
* [
|
|
80940
|
-
* [
|
|
80941
|
-
* [
|
|
80942
|
-
* [
|
|
80943
|
-
* [
|
|
80944
|
-
* [
|
|
80945
|
-
* [
|
|
80946
|
-
* [
|
|
80947
|
-
* [
|
|
80933
|
+
* [APIConfigDetail](https://cloud.tencent.com/document/api/851/75051#APIConfigDetail)
|
|
80934
|
+
* [CronScaleJob](https://cloud.tencent.com/document/api/851/75051#CronScaleJob)
|
|
80935
|
+
* [EnvVar](https://cloud.tencent.com/document/api/851/75051#EnvVar)
|
|
80936
|
+
* [HorizontalPodAutoscaler](https://cloud.tencent.com/document/api/851/75051#HorizontalPodAutoscaler)
|
|
80937
|
+
* [InferGatewayCallInfo](https://cloud.tencent.com/document/api/851/75051#InferGatewayCallInfo)
|
|
80938
|
+
* [Option](https://cloud.tencent.com/document/api/851/75051#Option)
|
|
80939
|
+
* [ScheduledAction](https://cloud.tencent.com/document/api/851/75051#ScheduledAction)
|
|
80940
|
+
* [Service](https://cloud.tencent.com/document/api/851/75051#Service)
|
|
80941
|
+
* [ServiceCallInfo](https://cloud.tencent.com/document/api/851/75051#ServiceCallInfo)
|
|
80942
|
+
* [ServiceGroup](https://cloud.tencent.com/document/api/851/75051#ServiceGroup)
|
|
80943
|
+
* [ServiceHistory](https://cloud.tencent.com/document/api/851/75051#ServiceHistory)
|
|
80944
|
+
* [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
|
|
80945
|
+
* [ServiceLimit](https://cloud.tencent.com/document/api/851/75051#ServiceLimit)
|
|
80946
|
+
* [StatefulSetCondition](https://cloud.tencent.com/document/api/851/75051#StatefulSetCondition)
|
|
80947
|
+
* [VolumeMount](https://cloud.tencent.com/document/api/851/75051#VolumeMount)
|
|
80948
|
+
* [WeightEntry](https://cloud.tencent.com/document/api/851/75051#WeightEntry)
|
|
80949
|
+
* [WorkloadStatus](https://cloud.tencent.com/document/api/851/75051#WorkloadStatus)
|
|
80948
80950
|
|
|
80949
80951
|
修改数据结构:
|
|
80950
80952
|
|
|
@@ -84576,6 +84578,18 @@
|
|
|
84576
84578
|
|
|
84577
84579
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
84578
84580
|
|
|
84581
|
+
### 第 9 次发布
|
|
84582
|
+
|
|
84583
|
+
发布时间:2022-11-02 10:37:26
|
|
84584
|
+
|
|
84585
|
+
本次发布包含了以下内容:
|
|
84586
|
+
|
|
84587
|
+
改善已有的文档。
|
|
84588
|
+
|
|
84589
|
+
新增接口:
|
|
84590
|
+
|
|
84591
|
+
* [[CreateCorporationOrder](https://cloud.tencent.com/document/api/1458/82298)](https://cloud.tencent.com/document/api/#/#)
|
|
84592
|
+
|
|
84579
84593
|
### 第 8 次发布
|
|
84580
84594
|
|
|
84581
84595
|
发布时间:2022-10-17 22:02:42
|