tencentcloud-sdk-nodejs 4.0.892 → 4.0.894
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 +308 -0
- package/SERVICE_CHANGELOG.md +318 -58
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/aiart/v20221229/aiart_client.ts +34 -24
- package/src/services/aiart/v20221229/aiart_models.ts +85 -25
- package/src/services/asr/v20190614/asr_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_models.ts +7 -5
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/clb/v20180317/clb_client.ts +13 -16
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- package/src/services/goosefs/v20220519/goosefs_client.ts +1 -0
- package/src/services/goosefs/v20220519/goosefs_models.ts +52 -12
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1 -13
- package/src/services/ivld/v20210903/ivld_client.ts +65 -0
- package/src/services/ivld/v20210903/ivld_models.ts +249 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -25
- package/src/services/lke/v20231130/lke_client.ts +13 -0
- package/src/services/lke/v20231130/lke_models.ts +86 -1
- package/src/services/mna/v20210119/mna_client.ts +162 -53
- package/src/services/mna/v20210119/mna_models.ts +1200 -841
- package/src/services/mps/v20190612/mps_models.ts +15 -5
- package/src/services/rum/v20210622/rum_models.ts +4 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +4 -4
- package/src/services/tdmq/v20200217/tdmq_client.ts +0 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +7 -7
- package/src/services/tke/v20180525/tke_models.ts +3 -3
- package/src/services/trtc/v20190722/trtc_client.ts +58 -20
- package/src/services/trtc/v20190722/trtc_models.ts +310 -124
- package/src/services/tse/v20201207/tse_models.ts +9 -0
- package/src/services/tsf/v20180326/tsf_client.ts +25 -1
- package/src/services/tsf/v20180326/tsf_models.ts +78 -6
- package/src/services/vpc/v20170312/vpc_client.ts +19 -6
- package/src/services/vpc/v20170312/vpc_models.ts +69 -3
- package/src/services/waf/v20180125/waf_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +18 -16
- package/tencentcloud/services/aiart/v20221229/aiart_client.js +21 -17
- package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +84 -26
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -5
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +13 -16
- package/tencentcloud/services/clb/v20180317/clb_client.js +13 -16
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +51 -12
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1 -13
- package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +37 -1
- package/tencentcloud/services/ivld/v20210903/ivld_client.js +42 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +238 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +25 -25
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +6 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +83 -1
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +39 -3
- package/tencentcloud/services/mna/v20210119/mna_client.js +57 -3
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +1172 -832
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +15 -5
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +4 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +0 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +0 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +7 -7
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +3 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +19 -7
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +26 -8
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +302 -124
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +9 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +9 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +12 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +74 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +9 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +66 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
- package/test/aiart.v20221229.test.js +14 -4
- package/test/ivld.v20210903.test.js +30 -0
- package/test/lke.v20231130.test.js +10 -0
- package/test/mna.v20210119.test.js +92 -2
- package/test/trtc.v20190722.test.js +34 -4
- package/test/tsf.v20180326.test.js +20 -0
- package/test/vpc.v20170312.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,26 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 8 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-11 01:07:23
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
* [ServerlessIndexOptionsField](https://cloud.tencent.com/document/api/845/30634#ServerlessIndexOptionsField)
|
|
16
|
-
|
|
17
|
-
* 新增成员:SinkCycleAge
|
|
13
|
+
新增接口:
|
|
18
14
|
|
|
15
|
+
* [ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)
|
|
19
16
|
|
|
20
17
|
|
|
21
18
|
|
|
22
|
-
##
|
|
19
|
+
## DNSPod(dnspod) 版本:2021-03-23
|
|
23
20
|
|
|
24
|
-
### 第
|
|
21
|
+
### 第 32 次发布
|
|
25
22
|
|
|
26
|
-
发布时间:2024-07-
|
|
23
|
+
发布时间:2024-07-11 01:14:33
|
|
27
24
|
|
|
28
25
|
本次发布包含了以下内容:
|
|
29
26
|
|
|
@@ -31,117 +28,124 @@
|
|
|
31
28
|
|
|
32
29
|
修改接口:
|
|
33
30
|
|
|
34
|
-
* [
|
|
31
|
+
* [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
|
|
35
32
|
|
|
36
|
-
* 新增入参:
|
|
33
|
+
* 新增入参:GroupId
|
|
37
34
|
|
|
38
35
|
|
|
39
36
|
|
|
40
37
|
|
|
41
|
-
##
|
|
38
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
42
39
|
|
|
43
|
-
### 第
|
|
40
|
+
### 第 11 次发布
|
|
44
41
|
|
|
45
|
-
发布时间:2024-07-
|
|
42
|
+
发布时间:2024-07-11 01:19:53
|
|
46
43
|
|
|
47
44
|
本次发布包含了以下内容:
|
|
48
45
|
|
|
49
46
|
改善已有的文档。
|
|
50
47
|
|
|
51
|
-
|
|
48
|
+
新增接口:
|
|
52
49
|
|
|
53
|
-
* [
|
|
50
|
+
* [DescribeSegments](https://cloud.tencent.com/document/api/1759/108533)
|
|
54
51
|
|
|
55
|
-
|
|
52
|
+
新增数据结构:
|
|
56
53
|
|
|
54
|
+
* [DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment)
|
|
57
55
|
|
|
58
56
|
|
|
59
57
|
|
|
60
|
-
##
|
|
58
|
+
## 多网聚合加速(mna) 版本:2021-01-19
|
|
61
59
|
|
|
60
|
+
### 第 20 次发布
|
|
62
61
|
|
|
62
|
+
发布时间:2024-07-11 01:20:22
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
本次发布包含了以下内容:
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
改善已有的文档。
|
|
67
67
|
|
|
68
|
-
|
|
68
|
+
新增接口:
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
* [AddGroup](https://cloud.tencent.com/document/api/1385/108542)
|
|
71
|
+
* [DeleteGroup](https://cloud.tencent.com/document/api/1385/108541)
|
|
72
|
+
* [GetFlowStatisticByRegion](https://cloud.tencent.com/document/api/1385/108540)
|
|
73
|
+
* [GetGroupDetail](https://cloud.tencent.com/document/api/1385/108539)
|
|
74
|
+
* [GetGroupList](https://cloud.tencent.com/document/api/1385/108538)
|
|
75
|
+
* [GroupAddDevice](https://cloud.tencent.com/document/api/1385/108537)
|
|
76
|
+
* [GroupDeleteDevice](https://cloud.tencent.com/document/api/1385/108536)
|
|
77
|
+
* [SetNotifyUrl](https://cloud.tencent.com/document/api/1385/108535)
|
|
78
|
+
* [UpdateGroup](https://cloud.tencent.com/document/api/1385/108534)
|
|
71
79
|
|
|
72
|
-
|
|
80
|
+
修改接口:
|
|
73
81
|
|
|
74
|
-
|
|
82
|
+
* [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
|
|
75
83
|
|
|
76
|
-
*
|
|
84
|
+
* 新增入参:FlowTrunc
|
|
77
85
|
|
|
78
|
-
|
|
86
|
+
* [UpdateDevice](https://cloud.tencent.com/document/api/1385/80478)
|
|
79
87
|
|
|
88
|
+
* 新增入参:FlowTrunc
|
|
80
89
|
|
|
81
90
|
|
|
91
|
+
新增数据结构:
|
|
82
92
|
|
|
83
|
-
|
|
93
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo)
|
|
84
94
|
|
|
85
|
-
|
|
95
|
+
修改数据结构:
|
|
86
96
|
|
|
87
|
-
|
|
97
|
+
* [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
|
|
88
98
|
|
|
89
|
-
|
|
99
|
+
* 新增成员:FlowTrunc, DeviceId
|
|
90
100
|
|
|
91
|
-
|
|
101
|
+
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
92
102
|
|
|
93
|
-
|
|
103
|
+
* 新增成员:FlowTrunc
|
|
94
104
|
|
|
95
|
-
* [
|
|
105
|
+
* [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
|
|
96
106
|
|
|
97
|
-
* 新增成员:
|
|
107
|
+
* 新增成员:FlowTrunc
|
|
98
108
|
|
|
99
109
|
|
|
100
110
|
|
|
101
111
|
|
|
102
|
-
##
|
|
112
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
103
113
|
|
|
104
|
-
### 第
|
|
114
|
+
### 第 90 次发布
|
|
105
115
|
|
|
106
|
-
发布时间:2024-07-
|
|
116
|
+
发布时间:2024-07-11 01:21:03
|
|
107
117
|
|
|
108
118
|
本次发布包含了以下内容:
|
|
109
119
|
|
|
110
120
|
改善已有的文档。
|
|
111
121
|
|
|
112
|
-
|
|
122
|
+
修改数据结构:
|
|
113
123
|
|
|
114
|
-
* [
|
|
124
|
+
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
115
125
|
|
|
116
|
-
*
|
|
126
|
+
* 新增成员:Url
|
|
117
127
|
|
|
128
|
+
* [LiveStreamTaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#LiveStreamTaskNotifyConfig)
|
|
118
129
|
|
|
130
|
+
* 新增成员:NotifyKey
|
|
119
131
|
|
|
120
132
|
|
|
121
|
-
## 营销号码安全(smpn) 版本:2019-08-22
|
|
122
133
|
|
|
123
|
-
### 第 3 次发布
|
|
124
134
|
|
|
125
|
-
|
|
135
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
136
|
+
|
|
137
|
+
### 第 111 次发布
|
|
138
|
+
|
|
139
|
+
发布时间:2024-07-11 01:28:05
|
|
126
140
|
|
|
127
141
|
本次发布包含了以下内容:
|
|
128
142
|
|
|
129
143
|
改善已有的文档。
|
|
130
144
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
* CreateSmpnEpa
|
|
134
|
-
* DescribeSmpnMhm
|
|
135
|
-
* DescribeSmpnMrl
|
|
145
|
+
新增接口:
|
|
136
146
|
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
* EPARequest
|
|
140
|
-
* EPAResponse
|
|
141
|
-
* MHMRequest
|
|
142
|
-
* MHMResponse
|
|
143
|
-
* MRLRequest
|
|
144
|
-
* MRLResponse
|
|
147
|
+
* [CreateProgram](https://cloud.tencent.com/document/api/649/108544)
|
|
148
|
+
* [ModifyProgram](https://cloud.tencent.com/document/api/649/108543)
|
|
145
149
|
|
|
146
150
|
|
|
147
151
|
|
|
@@ -789,6 +793,18 @@
|
|
|
789
793
|
|
|
790
794
|
## 大模型图像创作引擎(aiart) 版本:2022-12-29
|
|
791
795
|
|
|
796
|
+
### 第 8 次发布
|
|
797
|
+
|
|
798
|
+
发布时间:2024-07-11 01:07:23
|
|
799
|
+
|
|
800
|
+
本次发布包含了以下内容:
|
|
801
|
+
|
|
802
|
+
改善已有的文档。
|
|
803
|
+
|
|
804
|
+
新增接口:
|
|
805
|
+
|
|
806
|
+
* [[ChangeClothes](https://cloud.tencent.com/document/api/1668/108532)](https://cloud.tencent.com/document/api/#/#)
|
|
807
|
+
|
|
792
808
|
### 第 7 次发布
|
|
793
809
|
|
|
794
810
|
发布时间:2024-07-03 11:28:36
|
|
@@ -53294,6 +53310,21 @@
|
|
|
53294
53310
|
|
|
53295
53311
|
## DNSPod(dnspod) 版本:2021-03-23
|
|
53296
53312
|
|
|
53313
|
+
### 第 32 次发布
|
|
53314
|
+
|
|
53315
|
+
发布时间:2024-07-11 01:14:33
|
|
53316
|
+
|
|
53317
|
+
本次发布包含了以下内容:
|
|
53318
|
+
|
|
53319
|
+
改善已有的文档。
|
|
53320
|
+
|
|
53321
|
+
修改接口:
|
|
53322
|
+
|
|
53323
|
+
* [CreateRecord](https://cloud.tencent.com/document/api/1427/56180)
|
|
53324
|
+
|
|
53325
|
+
* 新增入参:GroupId
|
|
53326
|
+
|
|
53327
|
+
|
|
53297
53328
|
### 第 31 次发布
|
|
53298
53329
|
|
|
53299
53330
|
发布时间:2024-05-30 01:33:24
|
|
@@ -72956,6 +72987,36 @@
|
|
|
72956
72987
|
|
|
72957
72988
|
## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
|
|
72958
72989
|
|
|
72990
|
+
### 第 9 次发布
|
|
72991
|
+
|
|
72992
|
+
发布时间:2024-07-10 01:17:00
|
|
72993
|
+
|
|
72994
|
+
本次发布包含了以下内容:
|
|
72995
|
+
|
|
72996
|
+
改善已有的文档。
|
|
72997
|
+
|
|
72998
|
+
修改接口:
|
|
72999
|
+
|
|
73000
|
+
* [ExpandCapacity](https://cloud.tencent.com/document/api/1424/95787)
|
|
73001
|
+
|
|
73002
|
+
* 新增入参:ModifyType
|
|
73003
|
+
|
|
73004
|
+
|
|
73005
|
+
新增数据结构:
|
|
73006
|
+
|
|
73007
|
+
* [ChargeAttribute](https://cloud.tencent.com/document/api/1424/95076#ChargeAttribute)
|
|
73008
|
+
|
|
73009
|
+
修改数据结构:
|
|
73010
|
+
|
|
73011
|
+
* [FSAttribute](https://cloud.tencent.com/document/api/1424/95076#FSAttribute)
|
|
73012
|
+
|
|
73013
|
+
* 新增成员:ChargeAttribute
|
|
73014
|
+
|
|
73015
|
+
* [MappedBucket](https://cloud.tencent.com/document/api/1424/95076#MappedBucket)
|
|
73016
|
+
|
|
73017
|
+
* 新增成员:Endpoint
|
|
73018
|
+
|
|
73019
|
+
|
|
72959
73020
|
### 第 8 次发布
|
|
72960
73021
|
|
|
72961
73022
|
发布时间:2024-03-08 01:16:56
|
|
@@ -82185,6 +82246,28 @@
|
|
|
82185
82246
|
|
|
82186
82247
|
## 媒体智能标签(ivld) 版本:2021-09-03
|
|
82187
82248
|
|
|
82249
|
+
### 第 9 次发布
|
|
82250
|
+
|
|
82251
|
+
发布时间:2024-07-09 14:27:21
|
|
82252
|
+
|
|
82253
|
+
本次发布包含了以下内容:
|
|
82254
|
+
|
|
82255
|
+
改善已有的文档。
|
|
82256
|
+
|
|
82257
|
+
新增接口:
|
|
82258
|
+
|
|
82259
|
+
* [CreateVideoSummaryTask](https://cloud.tencent.com/document/api/1509/108448)
|
|
82260
|
+
* [DescribeUsageAmount](https://cloud.tencent.com/document/api/1509/108447)
|
|
82261
|
+
* [DescribeVideoSummaryDetail](https://cloud.tencent.com/document/api/1509/108446)
|
|
82262
|
+
|
|
82263
|
+
新增数据结构:
|
|
82264
|
+
|
|
82265
|
+
* [AsrResult](https://cloud.tencent.com/document/api/1509/65063#AsrResult)
|
|
82266
|
+
* [ShotInfo](https://cloud.tencent.com/document/api/1509/65063#ShotInfo)
|
|
82267
|
+
* [TTSMode](https://cloud.tencent.com/document/api/1509/65063#TTSMode)
|
|
82268
|
+
* [TextSegMatchShotScore](https://cloud.tencent.com/document/api/1509/65063#TextSegMatchShotScore)
|
|
82269
|
+
* [VideoRotationMode](https://cloud.tencent.com/document/api/1509/65063#VideoRotationMode)
|
|
82270
|
+
|
|
82188
82271
|
### 第 8 次发布
|
|
82189
82272
|
|
|
82190
82273
|
发布时间:2022-10-25 19:11:18
|
|
@@ -87999,6 +88082,22 @@
|
|
|
87999
88082
|
|
|
88000
88083
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
88001
88084
|
|
|
88085
|
+
### 第 11 次发布
|
|
88086
|
+
|
|
88087
|
+
发布时间:2024-07-11 01:19:53
|
|
88088
|
+
|
|
88089
|
+
本次发布包含了以下内容:
|
|
88090
|
+
|
|
88091
|
+
改善已有的文档。
|
|
88092
|
+
|
|
88093
|
+
新增接口:
|
|
88094
|
+
|
|
88095
|
+
* [[DescribeSegments](https://cloud.tencent.com/document/api/1759/108533)](https://cloud.tencent.com/document/api/#/#)
|
|
88096
|
+
|
|
88097
|
+
新增数据结构:
|
|
88098
|
+
|
|
88099
|
+
* [[DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment)](https://cloud.tencent.com/document/api/1759/105104#[DocSegment](https://cloud.tencent.com/document/api/1759/105104#DocSegment))
|
|
88100
|
+
|
|
88002
88101
|
### 第 10 次发布
|
|
88003
88102
|
|
|
88004
88103
|
发布时间:2024-07-08 10:47:57
|
|
@@ -90037,6 +90136,56 @@
|
|
|
90037
90136
|
|
|
90038
90137
|
## 多网聚合加速(mna) 版本:2021-01-19
|
|
90039
90138
|
|
|
90139
|
+
### 第 20 次发布
|
|
90140
|
+
|
|
90141
|
+
发布时间:2024-07-11 01:20:22
|
|
90142
|
+
|
|
90143
|
+
本次发布包含了以下内容:
|
|
90144
|
+
|
|
90145
|
+
改善已有的文档。
|
|
90146
|
+
|
|
90147
|
+
新增接口:
|
|
90148
|
+
|
|
90149
|
+
* [[AddGroup](https://cloud.tencent.com/document/api/1385/108542)](https://cloud.tencent.com/document/api/#/#)
|
|
90150
|
+
* [[DeleteGroup](https://cloud.tencent.com/document/api/1385/108541)](https://cloud.tencent.com/document/api/#/#)
|
|
90151
|
+
* [[GetFlowStatisticByRegion](https://cloud.tencent.com/document/api/1385/108540)](https://cloud.tencent.com/document/api/#/#)
|
|
90152
|
+
* [[GetGroupDetail](https://cloud.tencent.com/document/api/1385/108539)](https://cloud.tencent.com/document/api/#/#)
|
|
90153
|
+
* [[GetGroupList](https://cloud.tencent.com/document/api/1385/108538)](https://cloud.tencent.com/document/api/#/#)
|
|
90154
|
+
* [[GroupAddDevice](https://cloud.tencent.com/document/api/1385/108537)](https://cloud.tencent.com/document/api/#/#)
|
|
90155
|
+
* [[GroupDeleteDevice](https://cloud.tencent.com/document/api/1385/108536)](https://cloud.tencent.com/document/api/#/#)
|
|
90156
|
+
* [[SetNotifyUrl](https://cloud.tencent.com/document/api/1385/108535)](https://cloud.tencent.com/document/api/#/#)
|
|
90157
|
+
* [[UpdateGroup](https://cloud.tencent.com/document/api/1385/108534)](https://cloud.tencent.com/document/api/#/#)
|
|
90158
|
+
|
|
90159
|
+
修改接口:
|
|
90160
|
+
|
|
90161
|
+
* [AddDevice](https://cloud.tencent.com/document/api/1385/80483)
|
|
90162
|
+
|
|
90163
|
+
* 新增入参:FlowTrunc
|
|
90164
|
+
|
|
90165
|
+
* [UpdateDevice](https://cloud.tencent.com/document/api/1385/80478)
|
|
90166
|
+
|
|
90167
|
+
* 新增入参:FlowTrunc
|
|
90168
|
+
|
|
90169
|
+
|
|
90170
|
+
新增数据结构:
|
|
90171
|
+
|
|
90172
|
+
* [[GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo)](https://cloud.tencent.com/document/api/1385/55846#[GroupInfo](https://cloud.tencent.com/document/api/1385/55846#GroupInfo))
|
|
90173
|
+
|
|
90174
|
+
修改数据结构:
|
|
90175
|
+
|
|
90176
|
+
* [ActivateHardware](https://cloud.tencent.com/document/api/1385/55846#ActivateHardware)
|
|
90177
|
+
|
|
90178
|
+
* 新增成员:FlowTrunc, DeviceId
|
|
90179
|
+
|
|
90180
|
+
* [DeviceBaseInfo](https://cloud.tencent.com/document/api/1385/55846#DeviceBaseInfo)
|
|
90181
|
+
|
|
90182
|
+
* 新增成员:FlowTrunc
|
|
90183
|
+
|
|
90184
|
+
* [HardwareInfo](https://cloud.tencent.com/document/api/1385/55846#HardwareInfo)
|
|
90185
|
+
|
|
90186
|
+
* 新增成员:FlowTrunc
|
|
90187
|
+
|
|
90188
|
+
|
|
90040
90189
|
### 第 19 次发布
|
|
90041
90190
|
|
|
90042
90191
|
发布时间:2024-05-28 01:54:57
|
|
@@ -93691,6 +93840,25 @@
|
|
|
93691
93840
|
|
|
93692
93841
|
## 媒体处理(mps) 版本:2019-06-12
|
|
93693
93842
|
|
|
93843
|
+
### 第 90 次发布
|
|
93844
|
+
|
|
93845
|
+
发布时间:2024-07-11 01:21:03
|
|
93846
|
+
|
|
93847
|
+
本次发布包含了以下内容:
|
|
93848
|
+
|
|
93849
|
+
改善已有的文档。
|
|
93850
|
+
|
|
93851
|
+
修改数据结构:
|
|
93852
|
+
|
|
93853
|
+
* [LiveStreamObjectRecognitionResult](https://cloud.tencent.com/document/api/862/37615#LiveStreamObjectRecognitionResult)
|
|
93854
|
+
|
|
93855
|
+
* 新增成员:Url
|
|
93856
|
+
|
|
93857
|
+
* [LiveStreamTaskNotifyConfig](https://cloud.tencent.com/document/api/862/37615#LiveStreamTaskNotifyConfig)
|
|
93858
|
+
|
|
93859
|
+
* 新增成员:NotifyKey
|
|
93860
|
+
|
|
93861
|
+
|
|
93694
93862
|
### 第 89 次发布
|
|
93695
93863
|
|
|
93696
93864
|
发布时间:2024-07-09 01:19:04
|
|
@@ -107456,6 +107624,21 @@
|
|
|
107456
107624
|
|
|
107457
107625
|
## 前端性能监控(rum) 版本:2021-06-22
|
|
107458
107626
|
|
|
107627
|
+
### 第 34 次发布
|
|
107628
|
+
|
|
107629
|
+
发布时间:2024-07-10 01:22:53
|
|
107630
|
+
|
|
107631
|
+
本次发布包含了以下内容:
|
|
107632
|
+
|
|
107633
|
+
改善已有的文档。
|
|
107634
|
+
|
|
107635
|
+
修改接口:
|
|
107636
|
+
|
|
107637
|
+
* [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
|
|
107638
|
+
|
|
107639
|
+
* 新增入参:Site
|
|
107640
|
+
|
|
107641
|
+
|
|
107459
107642
|
### 第 33 次发布
|
|
107460
107643
|
|
|
107461
107644
|
发布时间:2024-01-31 01:20:58
|
|
@@ -140474,6 +140657,25 @@
|
|
|
140474
140657
|
|
|
140475
140658
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
140476
140659
|
|
|
140660
|
+
### 第 81 次发布
|
|
140661
|
+
|
|
140662
|
+
发布时间:2024-07-10 01:27:37
|
|
140663
|
+
|
|
140664
|
+
本次发布包含了以下内容:
|
|
140665
|
+
|
|
140666
|
+
改善已有的文档。
|
|
140667
|
+
|
|
140668
|
+
新增接口:
|
|
140669
|
+
|
|
140670
|
+
* [DescribeAIConversation](https://cloud.tencent.com/document/api/647/108515)
|
|
140671
|
+
* [StartAIConversation](https://cloud.tencent.com/document/api/647/108514)
|
|
140672
|
+
* [StopAIConversation](https://cloud.tencent.com/document/api/647/108513)
|
|
140673
|
+
|
|
140674
|
+
新增数据结构:
|
|
140675
|
+
|
|
140676
|
+
* [AgentConfig](https://cloud.tencent.com/document/api/647/44055#AgentConfig)
|
|
140677
|
+
* [STTConfig](https://cloud.tencent.com/document/api/647/44055#STTConfig)
|
|
140678
|
+
|
|
140477
140679
|
### 第 80 次发布
|
|
140478
140680
|
|
|
140479
140681
|
发布时间:2024-07-08 01:24:35
|
|
@@ -141949,6 +142151,28 @@
|
|
|
141949
142151
|
|
|
141950
142152
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
141951
142153
|
|
|
142154
|
+
### 第 73 次发布
|
|
142155
|
+
|
|
142156
|
+
发布时间:2024-07-10 01:27:48
|
|
142157
|
+
|
|
142158
|
+
本次发布包含了以下内容:
|
|
142159
|
+
|
|
142160
|
+
改善已有的文档。
|
|
142161
|
+
|
|
142162
|
+
修改接口:
|
|
142163
|
+
|
|
142164
|
+
* [CreateCloudNativeAPIGateway](https://cloud.tencent.com/document/api/1364/96757)
|
|
142165
|
+
|
|
142166
|
+
* 新增入参:PromId
|
|
142167
|
+
|
|
142168
|
+
|
|
142169
|
+
修改数据结构:
|
|
142170
|
+
|
|
142171
|
+
* [PublicAddressConfig](https://cloud.tencent.com/document/api/1364/54942#PublicAddressConfig)
|
|
142172
|
+
|
|
142173
|
+
* 新增成员:Description
|
|
142174
|
+
|
|
142175
|
+
|
|
141952
142176
|
### 第 72 次发布
|
|
141953
142177
|
|
|
141954
142178
|
发布时间:2024-06-20 02:26:25
|
|
@@ -143459,6 +143683,19 @@
|
|
|
143459
143683
|
|
|
143460
143684
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
143461
143685
|
|
|
143686
|
+
### 第 111 次发布
|
|
143687
|
+
|
|
143688
|
+
发布时间:2024-07-11 01:28:05
|
|
143689
|
+
|
|
143690
|
+
本次发布包含了以下内容:
|
|
143691
|
+
|
|
143692
|
+
改善已有的文档。
|
|
143693
|
+
|
|
143694
|
+
新增接口:
|
|
143695
|
+
|
|
143696
|
+
* [[CreateProgram](https://cloud.tencent.com/document/api/649/108544)](https://cloud.tencent.com/document/api/#/#)
|
|
143697
|
+
* [[ModifyProgram](https://cloud.tencent.com/document/api/649/108543)](https://cloud.tencent.com/document/api/#/#)
|
|
143698
|
+
|
|
143462
143699
|
### 第 110 次发布
|
|
143463
143700
|
|
|
143464
143701
|
发布时间:2024-06-21 02:26:46
|
|
@@ -152127,6 +152364,29 @@
|
|
|
152127
152364
|
|
|
152128
152365
|
## 私有网络(vpc) 版本:2017-03-12
|
|
152129
152366
|
|
|
152367
|
+
### 第 193 次发布
|
|
152368
|
+
|
|
152369
|
+
发布时间:2024-07-10 01:29:16
|
|
152370
|
+
|
|
152371
|
+
本次发布包含了以下内容:
|
|
152372
|
+
|
|
152373
|
+
改善已有的文档。
|
|
152374
|
+
|
|
152375
|
+
新增接口:
|
|
152376
|
+
|
|
152377
|
+
* [ModifyVpnGatewaySslClientCert](https://cloud.tencent.com/document/api/215/108516)
|
|
152378
|
+
|
|
152379
|
+
新增数据结构:
|
|
152380
|
+
|
|
152381
|
+
* [PolicyStatistics](https://cloud.tencent.com/document/api/215/15824#PolicyStatistics)
|
|
152382
|
+
|
|
152383
|
+
修改数据结构:
|
|
152384
|
+
|
|
152385
|
+
* [SecurityGroupPolicySet](https://cloud.tencent.com/document/api/215/15824#SecurityGroupPolicySet)
|
|
152386
|
+
|
|
152387
|
+
* 新增成员:PolicyStatistics
|
|
152388
|
+
|
|
152389
|
+
|
|
152130
152390
|
### 第 192 次发布
|
|
152131
152391
|
|
|
152132
152392
|
发布时间:2024-07-03 01:28:07
|