tencentcloud-sdk-nodejs 4.0.572 → 4.0.573
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 +43 -0
- package/SERVICE_CHANGELOG.md +82 -133
- package/package.json +1 -1
- package/products.md +1 -0
- package/src/common/sdk_version.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/trro/index.ts +5 -0
- package/src/services/trro/v20220325/index.ts +6 -0
- package/src/services/trro/v20220325/trro_client.ts +241 -0
- package/src/services/trro/v20220325/trro_models.ts +989 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/trro/index.d.ts +6 -0
- package/tencentcloud/services/trro/index.js +7 -0
- package/tencentcloud/services/trro/v20220325/index.d.ts +6 -0
- package/tencentcloud/services/trro/v20220325/index.js +9 -0
- package/tencentcloud/services/trro/v20220325/trro_client.d.ts +78 -0
- package/tencentcloud/services/trro/v20220325/trro_client.js +133 -0
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +819 -0
- package/tencentcloud/services/trro/v20220325/trro_models.js +18 -0
- package/test/trro.v20220325.test.js +191 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,46 @@
|
|
|
1
|
+
# Release 4.0.573
|
|
2
|
+
|
|
3
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
4
|
+
|
|
5
|
+
### 第 1 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-04-04 09:21:02
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [BatchDeleteDevices](https://cloud.tencent.com/document/api/1584/89818)
|
|
16
|
+
* [BatchDeletePolicy](https://cloud.tencent.com/document/api/1584/89822)
|
|
17
|
+
* [CreateDevice](https://cloud.tencent.com/document/api/1584/89817)
|
|
18
|
+
* [CreateProject](https://cloud.tencent.com/document/api/1584/89812)
|
|
19
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1584/89811)
|
|
20
|
+
* [DescribeDeviceInfo](https://cloud.tencent.com/document/api/1584/89816)
|
|
21
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)
|
|
22
|
+
* [DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)
|
|
23
|
+
* [DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)
|
|
24
|
+
* [DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)
|
|
25
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
26
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)
|
|
27
|
+
* [DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)
|
|
28
|
+
* [DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)
|
|
29
|
+
* [ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)
|
|
30
|
+
* [ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)
|
|
31
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1584/89808)
|
|
32
|
+
|
|
33
|
+
新增数据结构:
|
|
34
|
+
|
|
35
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo)
|
|
36
|
+
* [PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo)
|
|
37
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo)
|
|
38
|
+
* [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
|
|
39
|
+
* [SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo)
|
|
40
|
+
* [SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
1
44
|
# Release 4.0.572
|
|
2
45
|
|
|
3
46
|
## TDSQL MySQL 版(dcdb) 版本:2018-04-11
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,124 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 55 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-04-04 01:14:38
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeBackupFiles](https://cloud.tencent.com/document/api/557/89799)
|
|
16
|
-
|
|
17
|
-
新增数据结构:
|
|
18
|
-
|
|
19
|
-
* [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
24
|
-
|
|
25
|
-
### 第 85 次发布
|
|
26
|
-
|
|
27
|
-
发布时间:2023-04-04 01:32:21
|
|
28
|
-
|
|
29
|
-
本次发布包含了以下内容:
|
|
30
|
-
|
|
31
|
-
改善已有的文档。
|
|
32
|
-
|
|
33
|
-
修改数据结构:
|
|
34
|
-
|
|
35
|
-
* [Filter](https://cloud.tencent.com/document/api/248/30354#Filter)
|
|
36
|
-
|
|
37
|
-
* 新增成员:Name, Values
|
|
38
|
-
|
|
39
|
-
* <font color="#dd0000">**修改成员**:</font>Type, Key, Value
|
|
40
|
-
|
|
41
|
-
* [PrometheusInstancesOverview](https://cloud.tencent.com/document/api/248/30354#PrometheusInstancesOverview)
|
|
42
|
-
|
|
43
|
-
* 新增成员:ResourcePackageStatus, ResourcePackageSpecName
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
## 云函数(scf) 版本:2018-04-16
|
|
49
|
-
|
|
50
|
-
### 第 50 次发布
|
|
51
|
-
|
|
52
|
-
发布时间:2023-04-04 01:39:21
|
|
53
|
-
|
|
54
|
-
本次发布包含了以下内容:
|
|
55
|
-
|
|
56
|
-
改善已有的文档。
|
|
57
|
-
|
|
58
|
-
新增接口:
|
|
59
|
-
|
|
60
|
-
* [UpdateTriggerStatus](https://cloud.tencent.com/document/api/583/89800)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
## 容器服务(tke) 版本:2018-05-25
|
|
65
|
-
|
|
66
|
-
### 第 142 次发布
|
|
67
|
-
|
|
68
|
-
发布时间:2023-04-04 01:48:42
|
|
69
|
-
|
|
70
|
-
本次发布包含了以下内容:
|
|
71
|
-
|
|
72
|
-
改善已有的文档。
|
|
73
|
-
|
|
74
|
-
修改数据结构:
|
|
75
|
-
|
|
76
|
-
* [ServiceAccountAuthenticationOptions](https://cloud.tencent.com/document/api/457/31866#ServiceAccountAuthenticationOptions)
|
|
77
|
-
|
|
78
|
-
* 新增成员:UseTKEDefault
|
|
3
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
79
4
|
|
|
5
|
+
### 第 1 次发布
|
|
80
6
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
## 云点播(vod) 版本:2018-07-17
|
|
84
|
-
|
|
85
|
-
### 第 147 次发布
|
|
86
|
-
|
|
87
|
-
发布时间:2023-04-04 01:52:17
|
|
88
|
-
|
|
89
|
-
本次发布包含了以下内容:
|
|
90
|
-
|
|
91
|
-
改善已有的文档。
|
|
92
|
-
|
|
93
|
-
新增接口:
|
|
94
|
-
|
|
95
|
-
* [CreateRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
96
|
-
* [DeleteRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89804)
|
|
97
|
-
* [DescribeRebuildMediaTemplates](https://cloud.tencent.com/document/api/266/89803)
|
|
98
|
-
* [ModifyRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89802)
|
|
99
|
-
* [RebuildMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)
|
|
100
|
-
|
|
101
|
-
修改接口:
|
|
102
|
-
|
|
103
|
-
* [PullUpload](https://cloud.tencent.com/document/api/266/35575)
|
|
104
|
-
|
|
105
|
-
* 新增入参:MediaType
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
新增数据结构:
|
|
109
|
-
|
|
110
|
-
* [RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo)
|
|
111
|
-
* [RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig)
|
|
112
|
-
* [RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate)
|
|
113
|
-
* [RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo)
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
118
|
-
|
|
119
|
-
### 第 27 次发布
|
|
120
|
-
|
|
121
|
-
发布时间:2023-04-04 02:20:33
|
|
7
|
+
发布时间:2023-04-04 09:21:02
|
|
122
8
|
|
|
123
9
|
本次发布包含了以下内容:
|
|
124
10
|
|
|
@@ -126,11 +12,32 @@
|
|
|
126
12
|
|
|
127
13
|
新增接口:
|
|
128
14
|
|
|
129
|
-
* [
|
|
15
|
+
* [BatchDeleteDevices](https://cloud.tencent.com/document/api/1584/89818)
|
|
16
|
+
* [BatchDeletePolicy](https://cloud.tencent.com/document/api/1584/89822)
|
|
17
|
+
* [CreateDevice](https://cloud.tencent.com/document/api/1584/89817)
|
|
18
|
+
* [CreateProject](https://cloud.tencent.com/document/api/1584/89812)
|
|
19
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/1584/89811)
|
|
20
|
+
* [DescribeDeviceInfo](https://cloud.tencent.com/document/api/1584/89816)
|
|
21
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)
|
|
22
|
+
* [DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)
|
|
23
|
+
* [DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)
|
|
24
|
+
* [DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)
|
|
25
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
|
|
26
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)
|
|
27
|
+
* [DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)
|
|
28
|
+
* [DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)
|
|
29
|
+
* [ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)
|
|
30
|
+
* [ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)
|
|
31
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/1584/89808)
|
|
130
32
|
|
|
131
33
|
新增数据结构:
|
|
132
34
|
|
|
133
|
-
* [
|
|
35
|
+
* [DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo)
|
|
36
|
+
* [PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo)
|
|
37
|
+
* [ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo)
|
|
38
|
+
* [SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)
|
|
39
|
+
* [SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo)
|
|
40
|
+
* [SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic)
|
|
134
41
|
|
|
135
42
|
|
|
136
43
|
|
|
@@ -37006,11 +36913,11 @@
|
|
|
37006
36913
|
|
|
37007
36914
|
新增接口:
|
|
37008
36915
|
|
|
37009
|
-
* [
|
|
36916
|
+
* [DescribeBackupFiles](https://cloud.tencent.com/document/api/557/89799)
|
|
37010
36917
|
|
|
37011
36918
|
新增数据结构:
|
|
37012
36919
|
|
|
37013
|
-
* [
|
|
36920
|
+
* [InstanceBackupFileItem](https://cloud.tencent.com/document/api/557/16142#InstanceBackupFileItem)
|
|
37014
36921
|
|
|
37015
36922
|
### 第 54 次发布
|
|
37016
36923
|
|
|
@@ -75394,7 +75301,7 @@
|
|
|
75394
75301
|
|
|
75395
75302
|
新增接口:
|
|
75396
75303
|
|
|
75397
|
-
* [
|
|
75304
|
+
* [UpdateTriggerStatus](https://cloud.tencent.com/document/api/583/89800)
|
|
75398
75305
|
|
|
75399
75306
|
### 第 49 次发布
|
|
75400
75307
|
|
|
@@ -98285,6 +98192,48 @@
|
|
|
98285
98192
|
|
|
98286
98193
|
|
|
98287
98194
|
|
|
98195
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
98196
|
+
|
|
98197
|
+
### 第 1 次发布
|
|
98198
|
+
|
|
98199
|
+
发布时间:2023-04-04 09:21:02
|
|
98200
|
+
|
|
98201
|
+
本次发布包含了以下内容:
|
|
98202
|
+
|
|
98203
|
+
改善已有的文档。
|
|
98204
|
+
|
|
98205
|
+
新增接口:
|
|
98206
|
+
|
|
98207
|
+
* [[BatchDeleteDevices](https://cloud.tencent.com/document/api/1584/89818)](https://cloud.tencent.com/document/api/#/#)
|
|
98208
|
+
* [[BatchDeletePolicy](https://cloud.tencent.com/document/api/1584/89822)](https://cloud.tencent.com/document/api/#/#)
|
|
98209
|
+
* [[CreateDevice](https://cloud.tencent.com/document/api/1584/89817)](https://cloud.tencent.com/document/api/#/#)
|
|
98210
|
+
* [[CreateProject](https://cloud.tencent.com/document/api/1584/89812)](https://cloud.tencent.com/document/api/#/#)
|
|
98211
|
+
* [[DeleteProject](https://cloud.tencent.com/document/api/1584/89811)](https://cloud.tencent.com/document/api/#/#)
|
|
98212
|
+
* [[DescribeDeviceInfo](https://cloud.tencent.com/document/api/1584/89816)](https://cloud.tencent.com/document/api/#/#)
|
|
98213
|
+
* [[DescribeDeviceList](https://cloud.tencent.com/document/api/1584/89815)](https://cloud.tencent.com/document/api/#/#)
|
|
98214
|
+
* [[DescribeDeviceSessionDetails](https://cloud.tencent.com/document/api/1584/89827)](https://cloud.tencent.com/document/api/#/#)
|
|
98215
|
+
* [[DescribeDeviceSessionList](https://cloud.tencent.com/document/api/1584/89826)](https://cloud.tencent.com/document/api/#/#)
|
|
98216
|
+
* [[DescribePolicy](https://cloud.tencent.com/document/api/1584/89821)](https://cloud.tencent.com/document/api/#/#)
|
|
98217
|
+
* [[DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)](https://cloud.tencent.com/document/api/#/#)
|
|
98218
|
+
* [[DescribeProjectList](https://cloud.tencent.com/document/api/1584/89809)](https://cloud.tencent.com/document/api/#/#)
|
|
98219
|
+
* [[DescribeSessionStatistics](https://cloud.tencent.com/document/api/1584/89825)](https://cloud.tencent.com/document/api/#/#)
|
|
98220
|
+
* [[DescribeSessionStatisticsByInterval](https://cloud.tencent.com/document/api/1584/89824)](https://cloud.tencent.com/document/api/#/#)
|
|
98221
|
+
* [[ModifyDevice](https://cloud.tencent.com/document/api/1584/89814)](https://cloud.tencent.com/document/api/#/#)
|
|
98222
|
+
* [[ModifyPolicy](https://cloud.tencent.com/document/api/1584/89820)](https://cloud.tencent.com/document/api/#/#)
|
|
98223
|
+
* [[ModifyProject](https://cloud.tencent.com/document/api/1584/89808)](https://cloud.tencent.com/document/api/#/#)
|
|
98224
|
+
|
|
98225
|
+
新增数据结构:
|
|
98226
|
+
|
|
98227
|
+
* [[DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo)](https://cloud.tencent.com/document/api/1584/89828#[DeviceInfo](https://cloud.tencent.com/document/api/1584/89828#DeviceInfo))
|
|
98228
|
+
* [[PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo)](https://cloud.tencent.com/document/api/1584/89828#[PolicyInfo](https://cloud.tencent.com/document/api/1584/89828#PolicyInfo))
|
|
98229
|
+
* [[ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo)](https://cloud.tencent.com/document/api/1584/89828#[ProjectInfo](https://cloud.tencent.com/document/api/1584/89828#ProjectInfo))
|
|
98230
|
+
* [[SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail)](https://cloud.tencent.com/document/api/1584/89828#[SessionDeviceDetail](https://cloud.tencent.com/document/api/1584/89828#SessionDeviceDetail))
|
|
98231
|
+
* [[SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo)](https://cloud.tencent.com/document/api/1584/89828#[SessionInfo](https://cloud.tencent.com/document/api/1584/89828#SessionInfo))
|
|
98232
|
+
* [[SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic)](https://cloud.tencent.com/document/api/1584/89828#[SessionIntervalStatistic](https://cloud.tencent.com/document/api/1584/89828#SessionIntervalStatistic))
|
|
98233
|
+
|
|
98234
|
+
|
|
98235
|
+
|
|
98236
|
+
|
|
98288
98237
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
98289
98238
|
|
|
98290
98239
|
### 第 53 次发布
|
|
@@ -102966,11 +102915,11 @@
|
|
|
102966
102915
|
|
|
102967
102916
|
新增接口:
|
|
102968
102917
|
|
|
102969
|
-
* [
|
|
102970
|
-
* [
|
|
102971
|
-
* [
|
|
102972
|
-
* [
|
|
102973
|
-
* [
|
|
102918
|
+
* [CreateRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89805)
|
|
102919
|
+
* [DeleteRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89804)
|
|
102920
|
+
* [DescribeRebuildMediaTemplates](https://cloud.tencent.com/document/api/266/89803)
|
|
102921
|
+
* [ModifyRebuildMediaTemplate](https://cloud.tencent.com/document/api/266/89802)
|
|
102922
|
+
* [RebuildMediaByTemplate](https://cloud.tencent.com/document/api/266/89801)
|
|
102974
102923
|
|
|
102975
102924
|
修改接口:
|
|
102976
102925
|
|
|
@@ -102981,10 +102930,10 @@
|
|
|
102981
102930
|
|
|
102982
102931
|
新增数据结构:
|
|
102983
102932
|
|
|
102984
|
-
* [
|
|
102985
|
-
* [
|
|
102986
|
-
* [
|
|
102987
|
-
* [
|
|
102933
|
+
* [RebuildAudioInfo](https://cloud.tencent.com/document/api/266/31773#RebuildAudioInfo)
|
|
102934
|
+
* [RebuildMediaOutputConfig](https://cloud.tencent.com/document/api/266/31773#RebuildMediaOutputConfig)
|
|
102935
|
+
* [RebuildMediaTemplate](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTemplate)
|
|
102936
|
+
* [RebuildVideoInfo](https://cloud.tencent.com/document/api/266/31773#RebuildVideoInfo)
|
|
102988
102937
|
|
|
102989
102938
|
### 第 146 次发布
|
|
102990
102939
|
|
|
@@ -110311,11 +110260,11 @@
|
|
|
110311
110260
|
|
|
110312
110261
|
新增接口:
|
|
110313
110262
|
|
|
110314
|
-
* [
|
|
110263
|
+
* [DescribeVipInfo](https://cloud.tencent.com/document/api/627/89806)
|
|
110315
110264
|
|
|
110316
110265
|
新增数据结构:
|
|
110317
110266
|
|
|
110318
|
-
* [
|
|
110267
|
+
* [VipInfo](https://cloud.tencent.com/document/api/627/53609#VipInfo)
|
|
110319
110268
|
|
|
110320
110269
|
### 第 26 次发布
|
|
110321
110270
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -209,6 +209,7 @@
|
|
|
209
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
|
|
210
210
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
211
211
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-03 01:40:05 |
|
|
212
|
+
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-04 09:21:02 |
|
|
212
213
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-30 02:45:48 |
|
|
213
214
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-30 02:46:07 |
|
|
214
215
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-04 01:50:53 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.573"
|
package/src/services/index.ts
CHANGED
|
@@ -207,6 +207,7 @@ export { tms } from "./tms"
|
|
|
207
207
|
export { tmt } from "./tmt"
|
|
208
208
|
export { trdp } from "./trdp"
|
|
209
209
|
export { trp } from "./trp"
|
|
210
|
+
export { trro } from "./trro"
|
|
210
211
|
export { trtc } from "./trtc"
|
|
211
212
|
export { tse } from "./tse"
|
|
212
213
|
export { tsf } from "./tsf"
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
DescribeDeviceSessionDetailsResponse,
|
|
22
|
+
DeleteProjectRequest,
|
|
23
|
+
PolicyInfo,
|
|
24
|
+
ModifyDeviceResponse,
|
|
25
|
+
DescribePolicyResponse,
|
|
26
|
+
BatchDeleteDevicesRequest,
|
|
27
|
+
SessionInfo,
|
|
28
|
+
DescribeDeviceInfoRequest,
|
|
29
|
+
DescribeSessionStatisticsByIntervalResponse,
|
|
30
|
+
DescribeProjectInfoRequest,
|
|
31
|
+
ModifyPolicyRequest,
|
|
32
|
+
DescribeDeviceInfoResponse,
|
|
33
|
+
DescribeProjectListResponse,
|
|
34
|
+
ModifyProjectResponse,
|
|
35
|
+
BatchDeletePolicyResponse,
|
|
36
|
+
DescribePolicyRequest,
|
|
37
|
+
DescribeSessionStatisticsRequest,
|
|
38
|
+
BatchDeleteDevicesResponse,
|
|
39
|
+
ModifyProjectRequest,
|
|
40
|
+
ModifyDeviceRequest,
|
|
41
|
+
DescribeProjectListRequest,
|
|
42
|
+
ProjectInfo,
|
|
43
|
+
BatchDeletePolicyRequest,
|
|
44
|
+
DescribeDeviceSessionListResponse,
|
|
45
|
+
DescribeProjectInfoResponse,
|
|
46
|
+
DescribeDeviceListResponse,
|
|
47
|
+
DeleteProjectResponse,
|
|
48
|
+
DescribeDeviceListRequest,
|
|
49
|
+
SessionDeviceDetail,
|
|
50
|
+
CreateDeviceResponse,
|
|
51
|
+
DescribeSessionStatisticsByIntervalRequest,
|
|
52
|
+
CreateDeviceRequest,
|
|
53
|
+
DescribeSessionStatisticsResponse,
|
|
54
|
+
DescribeDeviceSessionDetailsRequest,
|
|
55
|
+
DeviceInfo,
|
|
56
|
+
DescribeDeviceSessionListRequest,
|
|
57
|
+
ModifyPolicyResponse,
|
|
58
|
+
CreateProjectResponse,
|
|
59
|
+
SessionIntervalStatistic,
|
|
60
|
+
CreateProjectRequest,
|
|
61
|
+
} from "./trro_models"
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* trro client
|
|
65
|
+
* @class
|
|
66
|
+
*/
|
|
67
|
+
export class Client extends AbstractClient {
|
|
68
|
+
constructor(clientConfig: ClientConfig) {
|
|
69
|
+
super("trro.tencentcloudapi.com", "2022-03-25", clientConfig)
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 获取各时间段的会话统计值
|
|
74
|
+
*/
|
|
75
|
+
async DescribeSessionStatisticsByInterval(
|
|
76
|
+
req: DescribeSessionStatisticsByIntervalRequest,
|
|
77
|
+
cb?: (error: string, rep: DescribeSessionStatisticsByIntervalResponse) => void
|
|
78
|
+
): Promise<DescribeSessionStatisticsByIntervalResponse> {
|
|
79
|
+
return this.request("DescribeSessionStatisticsByInterval", req, cb)
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 用于批量删除修改权限配置
|
|
84
|
+
*/
|
|
85
|
+
async BatchDeletePolicy(
|
|
86
|
+
req: BatchDeletePolicyRequest,
|
|
87
|
+
cb?: (error: string, rep: BatchDeletePolicyResponse) => void
|
|
88
|
+
): Promise<BatchDeletePolicyResponse> {
|
|
89
|
+
return this.request("BatchDeletePolicy", req, cb)
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* 用于创建设备
|
|
94
|
+
*/
|
|
95
|
+
async CreateDevice(
|
|
96
|
+
req: CreateDeviceRequest,
|
|
97
|
+
cb?: (error: string, rep: CreateDeviceResponse) => void
|
|
98
|
+
): Promise<CreateDeviceResponse> {
|
|
99
|
+
return this.request("CreateDevice", req, cb)
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
/**
|
|
103
|
+
* 获取会话统计值
|
|
104
|
+
*/
|
|
105
|
+
async DescribeSessionStatistics(
|
|
106
|
+
req: DescribeSessionStatisticsRequest,
|
|
107
|
+
cb?: (error: string, rep: DescribeSessionStatisticsResponse) => void
|
|
108
|
+
): Promise<DescribeSessionStatisticsResponse> {
|
|
109
|
+
return this.request("DescribeSessionStatistics", req, cb)
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
/**
|
|
113
|
+
* 用于批量删除设备
|
|
114
|
+
*/
|
|
115
|
+
async BatchDeleteDevices(
|
|
116
|
+
req: BatchDeleteDevicesRequest,
|
|
117
|
+
cb?: (error: string, rep: BatchDeleteDevicesResponse) => void
|
|
118
|
+
): Promise<BatchDeleteDevicesResponse> {
|
|
119
|
+
return this.request("BatchDeleteDevices", req, cb)
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* 获取设备会话列表
|
|
124
|
+
*/
|
|
125
|
+
async DescribeDeviceSessionList(
|
|
126
|
+
req: DescribeDeviceSessionListRequest,
|
|
127
|
+
cb?: (error: string, rep: DescribeDeviceSessionListResponse) => void
|
|
128
|
+
): Promise<DescribeDeviceSessionListResponse> {
|
|
129
|
+
return this.request("DescribeDeviceSessionList", req, cb)
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
/**
|
|
133
|
+
* 用于修改权限配置
|
|
134
|
+
*/
|
|
135
|
+
async ModifyPolicy(
|
|
136
|
+
req: ModifyPolicyRequest,
|
|
137
|
+
cb?: (error: string, rep: ModifyPolicyResponse) => void
|
|
138
|
+
): Promise<ModifyPolicyResponse> {
|
|
139
|
+
return this.request("ModifyPolicy", req, cb)
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/**
|
|
143
|
+
* 用于获取项目信息
|
|
144
|
+
*/
|
|
145
|
+
async DescribeProjectInfo(
|
|
146
|
+
req: DescribeProjectInfoRequest,
|
|
147
|
+
cb?: (error: string, rep: DescribeProjectInfoResponse) => void
|
|
148
|
+
): Promise<DescribeProjectInfoResponse> {
|
|
149
|
+
return this.request("DescribeProjectInfo", req, cb)
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/**
|
|
153
|
+
* 用于创建项目
|
|
154
|
+
*/
|
|
155
|
+
async CreateProject(
|
|
156
|
+
req: CreateProjectRequest,
|
|
157
|
+
cb?: (error: string, rep: CreateProjectResponse) => void
|
|
158
|
+
): Promise<CreateProjectResponse> {
|
|
159
|
+
return this.request("CreateProject", req, cb)
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* 用于获取指定设备信息
|
|
164
|
+
*/
|
|
165
|
+
async DescribeDeviceInfo(
|
|
166
|
+
req: DescribeDeviceInfoRequest,
|
|
167
|
+
cb?: (error: string, rep: DescribeDeviceInfoResponse) => void
|
|
168
|
+
): Promise<DescribeDeviceInfoResponse> {
|
|
169
|
+
return this.request("DescribeDeviceInfo", req, cb)
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* 用于删除项目
|
|
174
|
+
*/
|
|
175
|
+
async DeleteProject(
|
|
176
|
+
req: DeleteProjectRequest,
|
|
177
|
+
cb?: (error: string, rep: DeleteProjectResponse) => void
|
|
178
|
+
): Promise<DeleteProjectResponse> {
|
|
179
|
+
return this.request("DeleteProject", req, cb)
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/**
|
|
183
|
+
* 用于获取设备信息列表
|
|
184
|
+
*/
|
|
185
|
+
async DescribeDeviceList(
|
|
186
|
+
req: DescribeDeviceListRequest,
|
|
187
|
+
cb?: (error: string, rep: DescribeDeviceListResponse) => void
|
|
188
|
+
): Promise<DescribeDeviceListResponse> {
|
|
189
|
+
return this.request("DescribeDeviceList", req, cb)
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* 用于修改项目信息
|
|
194
|
+
*/
|
|
195
|
+
async ModifyProject(
|
|
196
|
+
req: ModifyProjectRequest,
|
|
197
|
+
cb?: (error: string, rep: ModifyProjectResponse) => void
|
|
198
|
+
): Promise<ModifyProjectResponse> {
|
|
199
|
+
return this.request("ModifyProject", req, cb)
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
/**
|
|
203
|
+
* 用于获取项目列表
|
|
204
|
+
*/
|
|
205
|
+
async DescribeProjectList(
|
|
206
|
+
req: DescribeProjectListRequest,
|
|
207
|
+
cb?: (error: string, rep: DescribeProjectListResponse) => void
|
|
208
|
+
): Promise<DescribeProjectListResponse> {
|
|
209
|
+
return this.request("DescribeProjectList", req, cb)
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/**
|
|
213
|
+
* 用于查看权限配置
|
|
214
|
+
*/
|
|
215
|
+
async DescribePolicy(
|
|
216
|
+
req: DescribePolicyRequest,
|
|
217
|
+
cb?: (error: string, rep: DescribePolicyResponse) => void
|
|
218
|
+
): Promise<DescribePolicyResponse> {
|
|
219
|
+
return this.request("DescribePolicy", req, cb)
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* 用于修改设备信息
|
|
224
|
+
*/
|
|
225
|
+
async ModifyDevice(
|
|
226
|
+
req: ModifyDeviceRequest,
|
|
227
|
+
cb?: (error: string, rep: ModifyDeviceResponse) => void
|
|
228
|
+
): Promise<ModifyDeviceResponse> {
|
|
229
|
+
return this.request("ModifyDevice", req, cb)
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/**
|
|
233
|
+
* 获取设备会话数据详单
|
|
234
|
+
*/
|
|
235
|
+
async DescribeDeviceSessionDetails(
|
|
236
|
+
req: DescribeDeviceSessionDetailsRequest,
|
|
237
|
+
cb?: (error: string, rep: DescribeDeviceSessionDetailsResponse) => void
|
|
238
|
+
): Promise<DescribeDeviceSessionDetailsResponse> {
|
|
239
|
+
return this.request("DescribeDeviceSessionDetails", req, cb)
|
|
240
|
+
}
|
|
241
|
+
}
|