tencentcloud-sdk-nodejs 4.0.863 → 4.0.864
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 +137 -0
- package/SERVICE_CHANGELOG.md +222 -59
- package/package.json +1 -1
- package/products.md +17 -17
- package/src/common/sdk_version.ts +1 -1
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +30 -1
- package/src/services/ess/v20201111/ess_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +25 -17
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +25 -21
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +10 -10
- package/src/services/live/v20180801/live_models.ts +9 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +10 -5
- package/src/services/trocket/v20230308/trocket_client.ts +1 -1
- package/src/services/trocket/v20230308/trocket_models.ts +1 -23
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +1 -1
- package/src/services/wedata/v20210820/wedata_models.ts +59 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +29 -1
- 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 +25 -17
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -21
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +10 -10
- package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +10 -5
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -23
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +59 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,140 @@
|
|
|
1
|
+
# Release 4.0.864
|
|
2
|
+
|
|
3
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
4
|
+
|
|
5
|
+
### 第 26 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-05-29 01:29:52
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/1025/74801)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Limit, Offset
|
|
18
|
+
|
|
19
|
+
* 新增出参:TotalCount
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
新增数据结构:
|
|
23
|
+
|
|
24
|
+
* [Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)
|
|
25
|
+
|
|
26
|
+
修改数据结构:
|
|
27
|
+
|
|
28
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
29
|
+
|
|
30
|
+
* 新增成员:ClbSet
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
36
|
+
|
|
37
|
+
### 第 129 次发布
|
|
38
|
+
|
|
39
|
+
发布时间:2024-05-29 01:52:02
|
|
40
|
+
|
|
41
|
+
本次发布包含了以下内容:
|
|
42
|
+
|
|
43
|
+
改善已有的文档。
|
|
44
|
+
|
|
45
|
+
修改接口:
|
|
46
|
+
|
|
47
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
48
|
+
|
|
49
|
+
* 新增入参:TranscodeTemplateName
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
修改数据结构:
|
|
53
|
+
|
|
54
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
55
|
+
|
|
56
|
+
* 新增成员:TranscodeTemplateName
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
62
|
+
|
|
63
|
+
### 第 112 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-05-29 02:13:49
|
|
66
|
+
|
|
67
|
+
本次发布包含了以下内容:
|
|
68
|
+
|
|
69
|
+
改善已有的文档。
|
|
70
|
+
|
|
71
|
+
修改数据结构:
|
|
72
|
+
|
|
73
|
+
* [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
|
|
74
|
+
|
|
75
|
+
* 新增成员:AccessPointsType
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
81
|
+
|
|
82
|
+
### 第 90 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2024-05-29 02:30:31
|
|
85
|
+
|
|
86
|
+
本次发布包含了以下内容:
|
|
87
|
+
|
|
88
|
+
改善已有的文档。
|
|
89
|
+
|
|
90
|
+
修改接口:
|
|
91
|
+
|
|
92
|
+
* [BatchStopOpsTasks](https://cloud.tencent.com/document/api/1267/95257)
|
|
93
|
+
|
|
94
|
+
* 新增入参:KillInstance
|
|
95
|
+
|
|
96
|
+
* [BatchStopWorkflowsByIds](https://cloud.tencent.com/document/api/1267/95232)
|
|
97
|
+
|
|
98
|
+
* 新增入参:KillInstance
|
|
99
|
+
|
|
100
|
+
* [CreateHiveTableByDDL](https://cloud.tencent.com/document/api/1267/82524)
|
|
101
|
+
|
|
102
|
+
* 新增入参:SchemaName
|
|
103
|
+
|
|
104
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
105
|
+
|
|
106
|
+
* 新增入参:InitStrategy, RequestResourceTypes
|
|
107
|
+
|
|
108
|
+
* [FreezeOpsTasks](https://cloud.tencent.com/document/api/1267/95252)
|
|
109
|
+
|
|
110
|
+
* 新增入参:KillInstance
|
|
111
|
+
|
|
112
|
+
* [FreezeTasksByWorkflowIds](https://cloud.tencent.com/document/api/1267/95179)
|
|
113
|
+
|
|
114
|
+
* 新增入参:KillInstance
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
|
|
120
|
+
|
|
121
|
+
* 新增成员:Category
|
|
122
|
+
|
|
123
|
+
* [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
|
|
124
|
+
|
|
125
|
+
* 新增成员:DeletedFatherList, CirculateInstanceList
|
|
126
|
+
|
|
127
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
128
|
+
|
|
129
|
+
* 新增成员:CirculateTaskList
|
|
130
|
+
|
|
131
|
+
* [OpsTaskLinkInfoDto](https://cloud.tencent.com/document/api/1267/76336#OpsTaskLinkInfoDto)
|
|
132
|
+
|
|
133
|
+
* 新增成员:LinkStyle
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
1
138
|
# Release 4.0.863
|
|
2
139
|
|
|
3
140
|
## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,82 +1,87 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 26 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-05-
|
|
7
|
+
发布时间:2024-05-29 01:29:52
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/1025/74801)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Limit, Offset
|
|
18
|
+
|
|
19
|
+
* 新增出参:TotalCount
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
新增数据结构:
|
|
23
|
+
|
|
24
|
+
* [Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)
|
|
25
|
+
|
|
13
26
|
修改数据结构:
|
|
14
27
|
|
|
15
|
-
* [
|
|
28
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
16
29
|
|
|
17
|
-
* 新增成员:
|
|
30
|
+
* 新增成员:ClbSet
|
|
18
31
|
|
|
19
32
|
|
|
20
33
|
|
|
21
34
|
|
|
22
|
-
##
|
|
35
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
23
36
|
|
|
24
|
-
### 第
|
|
37
|
+
### 第 129 次发布
|
|
25
38
|
|
|
26
|
-
发布时间:2024-05-
|
|
39
|
+
发布时间:2024-05-29 01:52:02
|
|
27
40
|
|
|
28
41
|
本次发布包含了以下内容:
|
|
29
42
|
|
|
30
43
|
改善已有的文档。
|
|
31
44
|
|
|
32
|
-
|
|
45
|
+
修改接口:
|
|
33
46
|
|
|
34
|
-
* [
|
|
35
|
-
* [BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)
|
|
36
|
-
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
37
|
-
* [DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)
|
|
38
|
-
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
39
|
-
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
40
|
-
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
41
|
-
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
42
|
-
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
43
|
-
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
44
|
-
* [DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)
|
|
45
|
-
* [DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)
|
|
46
|
-
* [DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)
|
|
47
|
-
* [DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)
|
|
47
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
48
48
|
|
|
49
|
-
|
|
49
|
+
* 新增入参:TranscodeTemplateName
|
|
50
50
|
|
|
51
|
-
* [AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)
|
|
52
|
-
* [PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)
|
|
53
|
-
* [PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)
|
|
54
|
-
* [PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)
|
|
55
51
|
|
|
52
|
+
修改数据结构:
|
|
56
53
|
|
|
54
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
57
55
|
|
|
58
|
-
|
|
56
|
+
* 新增成员:TranscodeTemplateName
|
|
59
57
|
|
|
60
|
-
### 第 19 次发布
|
|
61
58
|
|
|
62
|
-
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
62
|
+
|
|
63
|
+
### 第 112 次发布
|
|
64
|
+
|
|
65
|
+
发布时间:2024-05-29 02:13:49
|
|
63
66
|
|
|
64
67
|
本次发布包含了以下内容:
|
|
65
68
|
|
|
66
69
|
改善已有的文档。
|
|
67
70
|
|
|
68
|
-
|
|
71
|
+
修改数据结构:
|
|
69
72
|
|
|
70
|
-
* [
|
|
71
|
-
* [GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)
|
|
73
|
+
* [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
|
|
72
74
|
|
|
75
|
+
* 新增成员:AccessPointsType
|
|
73
76
|
|
|
74
77
|
|
|
75
|
-
## 文字识别(ocr) 版本:2018-11-19
|
|
76
78
|
|
|
77
|
-
### 第 137 次发布
|
|
78
79
|
|
|
79
|
-
|
|
80
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
81
|
+
|
|
82
|
+
### 第 90 次发布
|
|
83
|
+
|
|
84
|
+
发布时间:2024-05-29 02:30:31
|
|
80
85
|
|
|
81
86
|
本次发布包含了以下内容:
|
|
82
87
|
|
|
@@ -84,9 +89,48 @@
|
|
|
84
89
|
|
|
85
90
|
修改接口:
|
|
86
91
|
|
|
87
|
-
* [
|
|
92
|
+
* [BatchStopOpsTasks](https://cloud.tencent.com/document/api/1267/95257)
|
|
88
93
|
|
|
89
|
-
*
|
|
94
|
+
* 新增入参:KillInstance
|
|
95
|
+
|
|
96
|
+
* [BatchStopWorkflowsByIds](https://cloud.tencent.com/document/api/1267/95232)
|
|
97
|
+
|
|
98
|
+
* 新增入参:KillInstance
|
|
99
|
+
|
|
100
|
+
* [CreateHiveTableByDDL](https://cloud.tencent.com/document/api/1267/82524)
|
|
101
|
+
|
|
102
|
+
* 新增入参:SchemaName
|
|
103
|
+
|
|
104
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
105
|
+
|
|
106
|
+
* 新增入参:InitStrategy, RequestResourceTypes
|
|
107
|
+
|
|
108
|
+
* [FreezeOpsTasks](https://cloud.tencent.com/document/api/1267/95252)
|
|
109
|
+
|
|
110
|
+
* 新增入参:KillInstance
|
|
111
|
+
|
|
112
|
+
* [FreezeTasksByWorkflowIds](https://cloud.tencent.com/document/api/1267/95179)
|
|
113
|
+
|
|
114
|
+
* 新增入参:KillInstance
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
|
|
120
|
+
|
|
121
|
+
* 新增成员:Category
|
|
122
|
+
|
|
123
|
+
* [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
|
|
124
|
+
|
|
125
|
+
* 新增成员:DeletedFatherList, CirculateInstanceList
|
|
126
|
+
|
|
127
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
128
|
+
|
|
129
|
+
* 新增成员:CirculateTaskList
|
|
130
|
+
|
|
131
|
+
* [OpsTaskLinkInfoDto](https://cloud.tencent.com/document/api/1267/76336#OpsTaskLinkInfoDto)
|
|
132
|
+
|
|
133
|
+
* 新增成员:LinkStyle
|
|
90
134
|
|
|
91
135
|
|
|
92
136
|
|
|
@@ -46324,6 +46368,34 @@
|
|
|
46324
46368
|
|
|
46325
46369
|
## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
|
|
46326
46370
|
|
|
46371
|
+
### 第 26 次发布
|
|
46372
|
+
|
|
46373
|
+
发布时间:2024-05-29 01:29:52
|
|
46374
|
+
|
|
46375
|
+
本次发布包含了以下内容:
|
|
46376
|
+
|
|
46377
|
+
改善已有的文档。
|
|
46378
|
+
|
|
46379
|
+
修改接口:
|
|
46380
|
+
|
|
46381
|
+
* [DescribeResources](https://cloud.tencent.com/document/api/1025/74801)
|
|
46382
|
+
|
|
46383
|
+
* 新增入参:Limit, Offset
|
|
46384
|
+
|
|
46385
|
+
* 新增出参:TotalCount
|
|
46386
|
+
|
|
46387
|
+
|
|
46388
|
+
新增数据结构:
|
|
46389
|
+
|
|
46390
|
+
* [[Clb](https://cloud.tencent.com/document/api/1025/74416#Clb)](https://cloud.tencent.com/document/api/1025/74416#[Clb](https://cloud.tencent.com/document/api/1025/74416#Clb))
|
|
46391
|
+
|
|
46392
|
+
修改数据结构:
|
|
46393
|
+
|
|
46394
|
+
* [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
|
|
46395
|
+
|
|
46396
|
+
* 新增成员:ClbSet
|
|
46397
|
+
|
|
46398
|
+
|
|
46327
46399
|
### 第 25 次发布
|
|
46328
46400
|
|
|
46329
46401
|
发布时间:2024-05-27 01:29:56
|
|
@@ -52823,27 +52895,27 @@
|
|
|
52823
52895
|
|
|
52824
52896
|
新增接口:
|
|
52825
52897
|
|
|
52826
|
-
* [
|
|
52827
|
-
* [
|
|
52828
|
-
* [
|
|
52829
|
-
* [
|
|
52830
|
-
* [
|
|
52831
|
-
* [
|
|
52832
|
-
* [
|
|
52833
|
-
* [
|
|
52834
|
-
* [
|
|
52835
|
-
* [
|
|
52836
|
-
* [
|
|
52837
|
-
* [
|
|
52838
|
-
* [
|
|
52839
|
-
* [
|
|
52898
|
+
* [BidDetailPage](https://cloud.tencent.com/document/api/242/106605)
|
|
52899
|
+
* [BiddingPreRelease](https://cloud.tencent.com/document/api/242/106604)
|
|
52900
|
+
* [DeleteBidding](https://cloud.tencent.com/document/api/242/106603)
|
|
52901
|
+
* [DescribeAuctionList](https://cloud.tencent.com/document/api/242/106602)
|
|
52902
|
+
* [DescribeBiddingAppointDetail](https://cloud.tencent.com/document/api/242/106601)
|
|
52903
|
+
* [DescribeBiddingAppointList](https://cloud.tencent.com/document/api/242/106600)
|
|
52904
|
+
* [DescribeBiddingDetail](https://cloud.tencent.com/document/api/242/106599)
|
|
52905
|
+
* [DescribeBiddingList](https://cloud.tencent.com/document/api/242/106598)
|
|
52906
|
+
* [DescribeBiddingSuccessfulDetail](https://cloud.tencent.com/document/api/242/106597)
|
|
52907
|
+
* [DescribeBiddingSuccessfulList](https://cloud.tencent.com/document/api/242/106596)
|
|
52908
|
+
* [DescribePayWaitDetail](https://cloud.tencent.com/document/api/242/106595)
|
|
52909
|
+
* [DescribePreAuctionList](https://cloud.tencent.com/document/api/242/106594)
|
|
52910
|
+
* [DescribePreReleaseList](https://cloud.tencent.com/document/api/242/106593)
|
|
52911
|
+
* [DescribeUnPreDomainDetail](https://cloud.tencent.com/document/api/242/106592)
|
|
52840
52912
|
|
|
52841
52913
|
新增数据结构:
|
|
52842
52914
|
|
|
52843
|
-
* [
|
|
52844
|
-
* [
|
|
52845
|
-
* [
|
|
52846
|
-
* [
|
|
52915
|
+
* [AuctionInfo](https://cloud.tencent.com/document/api/242/38895#AuctionInfo)
|
|
52916
|
+
* [PreAuctionInfo](https://cloud.tencent.com/document/api/242/38895#PreAuctionInfo)
|
|
52917
|
+
* [PreReleaseInfo](https://cloud.tencent.com/document/api/242/38895#PreReleaseInfo)
|
|
52918
|
+
* [PriceScopeConf](https://cloud.tencent.com/document/api/242/38895#PriceScopeConf)
|
|
52847
52919
|
|
|
52848
52920
|
### 第 36 次发布
|
|
52849
52921
|
|
|
@@ -83362,6 +83434,28 @@
|
|
|
83362
83434
|
|
|
83363
83435
|
## 云直播CSS(live) 版本:2018-08-01
|
|
83364
83436
|
|
|
83437
|
+
### 第 129 次发布
|
|
83438
|
+
|
|
83439
|
+
发布时间:2024-05-29 01:52:02
|
|
83440
|
+
|
|
83441
|
+
本次发布包含了以下内容:
|
|
83442
|
+
|
|
83443
|
+
改善已有的文档。
|
|
83444
|
+
|
|
83445
|
+
修改接口:
|
|
83446
|
+
|
|
83447
|
+
* [CreateLivePullStreamTask](https://cloud.tencent.com/document/api/267/56245)
|
|
83448
|
+
|
|
83449
|
+
* 新增入参:TranscodeTemplateName
|
|
83450
|
+
|
|
83451
|
+
|
|
83452
|
+
修改数据结构:
|
|
83453
|
+
|
|
83454
|
+
* [PullStreamTaskInfo](https://cloud.tencent.com/document/api/267/20474#PullStreamTaskInfo)
|
|
83455
|
+
|
|
83456
|
+
* 新增成员:TranscodeTemplateName
|
|
83457
|
+
|
|
83458
|
+
|
|
83365
83459
|
### 第 128 次发布
|
|
83366
83460
|
|
|
83367
83461
|
发布时间:2024-05-13 01:22:02
|
|
@@ -87877,8 +87971,8 @@
|
|
|
87877
87971
|
|
|
87878
87972
|
新增接口:
|
|
87879
87973
|
|
|
87880
|
-
* [
|
|
87881
|
-
* [
|
|
87974
|
+
* [GetFlowAlarmInfo](https://cloud.tencent.com/document/api/1385/106608)
|
|
87975
|
+
* [GetFlowStatisticByGroup](https://cloud.tencent.com/document/api/1385/106607)
|
|
87882
87976
|
|
|
87883
87977
|
### 第 18 次发布
|
|
87884
87978
|
|
|
@@ -120145,6 +120239,21 @@
|
|
|
120145
120239
|
|
|
120146
120240
|
## 消息队列 TDMQ(tdmq) 版本:2020-02-17
|
|
120147
120241
|
|
|
120242
|
+
### 第 112 次发布
|
|
120243
|
+
|
|
120244
|
+
发布时间:2024-05-29 02:13:49
|
|
120245
|
+
|
|
120246
|
+
本次发布包含了以下内容:
|
|
120247
|
+
|
|
120248
|
+
改善已有的文档。
|
|
120249
|
+
|
|
120250
|
+
修改数据结构:
|
|
120251
|
+
|
|
120252
|
+
* [PulsarNetworkAccessPointInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarNetworkAccessPointInfo)
|
|
120253
|
+
|
|
120254
|
+
* 新增成员:AccessPointsType
|
|
120255
|
+
|
|
120256
|
+
|
|
120148
120257
|
### 第 111 次发布
|
|
120149
120258
|
|
|
120150
120259
|
发布时间:2024-05-17 02:19:56
|
|
@@ -154470,6 +154579,60 @@
|
|
|
154470
154579
|
|
|
154471
154580
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
154472
154581
|
|
|
154582
|
+
### 第 90 次发布
|
|
154583
|
+
|
|
154584
|
+
发布时间:2024-05-29 02:30:31
|
|
154585
|
+
|
|
154586
|
+
本次发布包含了以下内容:
|
|
154587
|
+
|
|
154588
|
+
改善已有的文档。
|
|
154589
|
+
|
|
154590
|
+
修改接口:
|
|
154591
|
+
|
|
154592
|
+
* [BatchStopOpsTasks](https://cloud.tencent.com/document/api/1267/95257)
|
|
154593
|
+
|
|
154594
|
+
* 新增入参:KillInstance
|
|
154595
|
+
|
|
154596
|
+
* [BatchStopWorkflowsByIds](https://cloud.tencent.com/document/api/1267/95232)
|
|
154597
|
+
|
|
154598
|
+
* 新增入参:KillInstance
|
|
154599
|
+
|
|
154600
|
+
* [CreateHiveTableByDDL](https://cloud.tencent.com/document/api/1267/82524)
|
|
154601
|
+
|
|
154602
|
+
* 新增入参:SchemaName
|
|
154603
|
+
|
|
154604
|
+
* [DescribeOperateOpsTasks](https://cloud.tencent.com/document/api/1267/95254)
|
|
154605
|
+
|
|
154606
|
+
* 新增入参:InitStrategy, RequestResourceTypes
|
|
154607
|
+
|
|
154608
|
+
* [FreezeOpsTasks](https://cloud.tencent.com/document/api/1267/95252)
|
|
154609
|
+
|
|
154610
|
+
* 新增入参:KillInstance
|
|
154611
|
+
|
|
154612
|
+
* [FreezeTasksByWorkflowIds](https://cloud.tencent.com/document/api/1267/95179)
|
|
154613
|
+
|
|
154614
|
+
* 新增入参:KillInstance
|
|
154615
|
+
|
|
154616
|
+
|
|
154617
|
+
修改数据结构:
|
|
154618
|
+
|
|
154619
|
+
* [DatasourceBaseInfo](https://cloud.tencent.com/document/api/1267/76336#DatasourceBaseInfo)
|
|
154620
|
+
|
|
154621
|
+
* 新增成员:Category
|
|
154622
|
+
|
|
154623
|
+
* [InstanceOpsDto](https://cloud.tencent.com/document/api/1267/76336#InstanceOpsDto)
|
|
154624
|
+
|
|
154625
|
+
* 新增成员:DeletedFatherList, CirculateInstanceList
|
|
154626
|
+
|
|
154627
|
+
* [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
|
|
154628
|
+
|
|
154629
|
+
* 新增成员:CirculateTaskList
|
|
154630
|
+
|
|
154631
|
+
* [OpsTaskLinkInfoDto](https://cloud.tencent.com/document/api/1267/76336#OpsTaskLinkInfoDto)
|
|
154632
|
+
|
|
154633
|
+
* 新增成员:LinkStyle
|
|
154634
|
+
|
|
154635
|
+
|
|
154473
154636
|
### 第 89 次发布
|
|
154474
154637
|
|
|
154475
154638
|
发布时间:2024-05-07 01:30:27
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-05-14 01:28:52 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
62
|
-
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-
|
|
62
|
+
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
63
63
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-05-17 01:21:01 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-05-16 01:28:30 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-05-27 01:28:43 |
|
|
76
|
-
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-
|
|
76
|
+
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-29 01:29:52 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-27 01:30:50 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-05-17 01:39:38 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-05-29 01:39:27 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-05-29 01:40:23 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-05-14 01:54:24 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
115
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-05-23 21:10:12 |
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
|
-
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-05-
|
|
122
|
+
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-05-29 01:44:48 |
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-20 01:18:04 |
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
|
|
136
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-05-
|
|
136
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-05-29 01:51:12 |
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-05-29 01:52:02 |
|
|
138
138
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-05-24 01:53:20 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
|
|
148
148
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-04-18 01:24:29 |
|
|
149
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-
|
|
150
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-
|
|
149
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-05-29 01:55:32 |
|
|
150
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-05-29 01:56:55 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-05-20 01:58:10 |
|
|
153
153
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-05-
|
|
163
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-05-29 02:01:19 |
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
|
|
165
165
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-04-19 01:24:07 |
|
|
166
166
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-20 02:02:25 |
|
|
@@ -203,10 +203,10 @@
|
|
|
203
203
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-05-17 02:16:33 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04-25 01:24:56 |
|
|
206
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-
|
|
206
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-29 02:13:49 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
209
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-05-29 02:15:39 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -222,10 +222,10 @@
|
|
|
222
222
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-05-28 02:20:13 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-05-
|
|
225
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-05-29 02:20:10 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
|
|
227
|
-
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-
|
|
227
|
+
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-05-29 02:21:01 |
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-05-29 02:21:14 |
|
|
229
229
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-05-15 01:35:13 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-05-23 02:22:11 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-05-16 16:17:26 |
|
|
241
241
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-05-08 19:38:01 |
|
|
242
242
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
243
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-05-
|
|
243
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-05-29 02:30:31 |
|
|
244
244
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
245
245
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
246
246
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-20 01:33:11 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.864"
|