tencentcloud-sdk-nodejs 4.0.817 → 4.0.819
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 +169 -0
- package/SERVICE_CHANGELOG.md +173 -42
- package/package.json +1 -1
- package/products.md +11 -11
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +35 -2
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +102 -0
- package/src/services/faceid/v20180301/faceid_models.ts +9 -3
- package/src/services/gaap/v20180529/gaap_models.ts +60 -36
- package/src/services/hai/v20230812/hai_models.ts +5 -0
- package/src/services/tag/v20180813/tag_models.ts +4 -4
- package/src/services/teo/v20220901/teo_models.ts +13 -3
- package/src/services/trtc/v20190722/trtc_client.ts +41 -3
- package/src/services/trtc/v20190722/trtc_models.ts +179 -68
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +35 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +101 -0
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +8 -2
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +60 -36
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +5 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +4 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +13 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +14 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +19 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +171 -67
- package/test/trtc.v20190722.test.js +30 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,172 @@
|
|
|
1
|
+
# Release 4.0.819
|
|
2
|
+
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
|
+
|
|
5
|
+
### 第 110 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-25 01:12:24
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
|
|
16
|
+
|
|
17
|
+
* 新增成员:CpuLoadNum
|
|
18
|
+
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, ProjectId, CpuSize, CpuLoad, Tag, UpdateTime, IsNew, FirstTime, MachineExtraInfo
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
25
|
+
|
|
26
|
+
### 第 158 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-03-25 01:16:14
|
|
29
|
+
|
|
30
|
+
本次发布包含了以下内容:
|
|
31
|
+
|
|
32
|
+
改善已有的文档。
|
|
33
|
+
|
|
34
|
+
新增数据结构:
|
|
35
|
+
|
|
36
|
+
* [CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)
|
|
37
|
+
|
|
38
|
+
修改数据结构:
|
|
39
|
+
|
|
40
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
41
|
+
|
|
42
|
+
* 新增成员:CanEditApprover
|
|
43
|
+
|
|
44
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
|
|
45
|
+
|
|
46
|
+
* 新增成员:ForbidAddApprover, ForbidEditFlowProperties, HideComponentTypes, ShowComponentTypes, ResultPageConfig
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
52
|
+
|
|
53
|
+
### 第 71 次发布
|
|
54
|
+
|
|
55
|
+
发布时间:2024-03-25 01:16:50
|
|
56
|
+
|
|
57
|
+
本次发布包含了以下内容:
|
|
58
|
+
|
|
59
|
+
改善已有的文档。
|
|
60
|
+
|
|
61
|
+
修改数据结构:
|
|
62
|
+
|
|
63
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
64
|
+
|
|
65
|
+
* 新增成员:MouthOpenRecognition
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
71
|
+
|
|
72
|
+
### 第 43 次发布
|
|
73
|
+
|
|
74
|
+
发布时间:2024-03-25 01:16:59
|
|
75
|
+
|
|
76
|
+
本次发布包含了以下内容:
|
|
77
|
+
|
|
78
|
+
改善已有的文档。
|
|
79
|
+
|
|
80
|
+
修改数据结构:
|
|
81
|
+
|
|
82
|
+
* [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
|
|
83
|
+
|
|
84
|
+
* 新增成员:TLSSupportVersion, TLSCiphers
|
|
85
|
+
|
|
86
|
+
* [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
|
|
87
|
+
|
|
88
|
+
* 新增成员:IsSupportTLSChoice
|
|
89
|
+
|
|
90
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
91
|
+
|
|
92
|
+
* 新增成员:IsSupportTLSChoice
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
# Release 4.0.818
|
|
98
|
+
|
|
99
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
100
|
+
|
|
101
|
+
### 第 109 次发布
|
|
102
|
+
|
|
103
|
+
发布时间:2024-03-22 01:11:57
|
|
104
|
+
|
|
105
|
+
本次发布包含了以下内容:
|
|
106
|
+
|
|
107
|
+
改善已有的文档。
|
|
108
|
+
|
|
109
|
+
修改接口:
|
|
110
|
+
|
|
111
|
+
* [DescribeBanStatus](https://cloud.tencent.com/document/api/296/60944)
|
|
112
|
+
|
|
113
|
+
* 新增出参:OpenSmartMode
|
|
114
|
+
|
|
115
|
+
* [ModifyBanStatus](https://cloud.tencent.com/document/api/296/60942)
|
|
116
|
+
|
|
117
|
+
* 新增入参:OpenSmartMode
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
修改数据结构:
|
|
121
|
+
|
|
122
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
123
|
+
|
|
124
|
+
* 新增成员:AttackStatusDesc, BanExpiredTime
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
## 高性能应用服务(hai) 版本:2023-08-12
|
|
130
|
+
|
|
131
|
+
### 第 7 次发布
|
|
132
|
+
|
|
133
|
+
发布时间:2024-03-22 01:16:13
|
|
134
|
+
|
|
135
|
+
本次发布包含了以下内容:
|
|
136
|
+
|
|
137
|
+
改善已有的文档。
|
|
138
|
+
|
|
139
|
+
修改数据结构:
|
|
140
|
+
|
|
141
|
+
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
142
|
+
|
|
143
|
+
* 新增成员:OSType
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
## 实时音视频(trtc) 版本:2019-07-22
|
|
149
|
+
|
|
150
|
+
### 第 67 次发布
|
|
151
|
+
|
|
152
|
+
发布时间:2024-03-22 01:25:05
|
|
153
|
+
|
|
154
|
+
本次发布包含了以下内容:
|
|
155
|
+
|
|
156
|
+
改善已有的文档。
|
|
157
|
+
|
|
158
|
+
新增接口:
|
|
159
|
+
|
|
160
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
161
|
+
* [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
|
|
162
|
+
* [StopWebRecord](https://cloud.tencent.com/document/api/647/104540)
|
|
163
|
+
|
|
164
|
+
新增数据结构:
|
|
165
|
+
|
|
166
|
+
* [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
1
170
|
# Release 4.0.817
|
|
2
171
|
|
|
3
172
|
## 云硬盘(cbs) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,101 +1,95 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 110 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-25 01:12:24
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:CpuLoadNum
|
|
18
18
|
|
|
19
|
+
* <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, ProjectId, CpuSize, CpuLoad, Tag, UpdateTime, IsNew, FirstTime, MachineExtraInfo
|
|
19
20
|
|
|
20
21
|
|
|
21
22
|
|
|
22
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
### 第 158 次发布
|
|
27
|
+
|
|
28
|
+
发布时间:2024-03-25 01:16:14
|
|
27
29
|
|
|
28
30
|
本次发布包含了以下内容:
|
|
29
31
|
|
|
30
32
|
改善已有的文档。
|
|
31
33
|
|
|
32
|
-
|
|
34
|
+
新增数据结构:
|
|
33
35
|
|
|
34
|
-
* [
|
|
36
|
+
* [CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)
|
|
35
37
|
|
|
36
|
-
|
|
38
|
+
修改数据结构:
|
|
37
39
|
|
|
40
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
38
41
|
|
|
42
|
+
* 新增成员:CanEditApprover
|
|
39
43
|
|
|
44
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
|
|
40
45
|
|
|
41
|
-
|
|
46
|
+
* 新增成员:ForbidAddApprover, ForbidEditFlowProperties, HideComponentTypes, ShowComponentTypes, ResultPageConfig
|
|
42
47
|
|
|
43
|
-
### 第 54 次发布
|
|
44
48
|
|
|
45
|
-
发布时间:2024-03-21 01:19:23
|
|
46
49
|
|
|
47
|
-
本次发布包含了以下内容:
|
|
48
50
|
|
|
49
|
-
|
|
51
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
50
52
|
|
|
51
|
-
|
|
53
|
+
### 第 71 次发布
|
|
52
54
|
|
|
53
|
-
|
|
55
|
+
发布时间:2024-03-25 01:16:50
|
|
54
56
|
|
|
55
|
-
|
|
57
|
+
本次发布包含了以下内容:
|
|
56
58
|
|
|
59
|
+
改善已有的文档。
|
|
57
60
|
|
|
58
61
|
修改数据结构:
|
|
59
62
|
|
|
60
|
-
* [
|
|
63
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
61
64
|
|
|
65
|
+
* 新增成员:MouthOpenRecognition
|
|
62
66
|
|
|
63
67
|
|
|
64
68
|
|
|
65
|
-
## 云直播CSS(live) 版本:2018-08-01
|
|
66
69
|
|
|
67
|
-
|
|
70
|
+
## 全球应用加速(gaap) 版本:2018-05-29
|
|
68
71
|
|
|
69
|
-
|
|
72
|
+
### 第 43 次发布
|
|
73
|
+
|
|
74
|
+
发布时间:2024-03-25 01:16:59
|
|
70
75
|
|
|
71
76
|
本次发布包含了以下内容:
|
|
72
77
|
|
|
73
78
|
改善已有的文档。
|
|
74
79
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
* [DescribeLiveWatermarks](https://cloud.tencent.com/document/api/267/30152)
|
|
78
|
-
|
|
79
|
-
* 新增入参:Name, PageNo, PageSize
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## 微服务引擎(tse) 版本:2020-12-07
|
|
85
|
-
|
|
86
|
-
### 第 62 次发布
|
|
80
|
+
修改数据结构:
|
|
87
81
|
|
|
88
|
-
|
|
82
|
+
* [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
|
|
89
83
|
|
|
90
|
-
|
|
84
|
+
* 新增成员:TLSSupportVersion, TLSCiphers
|
|
91
85
|
|
|
92
|
-
|
|
86
|
+
* [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
|
|
93
87
|
|
|
94
|
-
|
|
88
|
+
* 新增成员:IsSupportTLSChoice
|
|
95
89
|
|
|
96
|
-
* [
|
|
90
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
97
91
|
|
|
98
|
-
*
|
|
92
|
+
* 新增成员:IsSupportTLSChoice
|
|
99
93
|
|
|
100
94
|
|
|
101
95
|
|
|
@@ -39728,6 +39722,49 @@
|
|
|
39728
39722
|
|
|
39729
39723
|
## 主机安全(cwp) 版本:2018-02-28
|
|
39730
39724
|
|
|
39725
|
+
### 第 110 次发布
|
|
39726
|
+
|
|
39727
|
+
发布时间:2024-03-25 01:12:24
|
|
39728
|
+
|
|
39729
|
+
本次发布包含了以下内容:
|
|
39730
|
+
|
|
39731
|
+
改善已有的文档。
|
|
39732
|
+
|
|
39733
|
+
修改数据结构:
|
|
39734
|
+
|
|
39735
|
+
* [AssetMachineBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetMachineBaseInfo)
|
|
39736
|
+
|
|
39737
|
+
* 新增成员:CpuLoadNum
|
|
39738
|
+
|
|
39739
|
+
* <font color="#dd0000">**修改成员**:</font>Quuid, Uuid, MachineIp, MachineName, OsInfo, Cpu, MemSize, MemLoad, DiskSize, DiskLoad, PartitionCount, MachineWanIp, ProjectId, CpuSize, CpuLoad, Tag, UpdateTime, IsNew, FirstTime, MachineExtraInfo
|
|
39740
|
+
|
|
39741
|
+
|
|
39742
|
+
### 第 109 次发布
|
|
39743
|
+
|
|
39744
|
+
发布时间:2024-03-22 01:11:57
|
|
39745
|
+
|
|
39746
|
+
本次发布包含了以下内容:
|
|
39747
|
+
|
|
39748
|
+
改善已有的文档。
|
|
39749
|
+
|
|
39750
|
+
修改接口:
|
|
39751
|
+
|
|
39752
|
+
* [DescribeBanStatus](https://cloud.tencent.com/document/api/296/60944)
|
|
39753
|
+
|
|
39754
|
+
* 新增出参:OpenSmartMode
|
|
39755
|
+
|
|
39756
|
+
* [ModifyBanStatus](https://cloud.tencent.com/document/api/296/60942)
|
|
39757
|
+
|
|
39758
|
+
* 新增入参:OpenSmartMode
|
|
39759
|
+
|
|
39760
|
+
|
|
39761
|
+
修改数据结构:
|
|
39762
|
+
|
|
39763
|
+
* [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
|
|
39764
|
+
|
|
39765
|
+
* 新增成员:AttackStatusDesc, BanExpiredTime
|
|
39766
|
+
|
|
39767
|
+
|
|
39731
39768
|
### 第 108 次发布
|
|
39732
39769
|
|
|
39733
39770
|
发布时间:2024-02-02 01:09:36
|
|
@@ -59116,6 +59153,29 @@
|
|
|
59116
59153
|
|
|
59117
59154
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
59118
59155
|
|
|
59156
|
+
### 第 158 次发布
|
|
59157
|
+
|
|
59158
|
+
发布时间:2024-03-25 01:16:14
|
|
59159
|
+
|
|
59160
|
+
本次发布包含了以下内容:
|
|
59161
|
+
|
|
59162
|
+
改善已有的文档。
|
|
59163
|
+
|
|
59164
|
+
新增数据结构:
|
|
59165
|
+
|
|
59166
|
+
* [[CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig)](https://cloud.tencent.com/document/api/1323/70369#[CreateResultPageConfig](https://cloud.tencent.com/document/api/1323/70369#CreateResultPageConfig))
|
|
59167
|
+
|
|
59168
|
+
修改数据结构:
|
|
59169
|
+
|
|
59170
|
+
* [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
|
|
59171
|
+
|
|
59172
|
+
* 新增成员:CanEditApprover
|
|
59173
|
+
|
|
59174
|
+
* [CreateFlowOption](https://cloud.tencent.com/document/api/1323/70369#CreateFlowOption)
|
|
59175
|
+
|
|
59176
|
+
* 新增成员:ForbidAddApprover, ForbidEditFlowProperties, HideComponentTypes, ShowComponentTypes, ResultPageConfig
|
|
59177
|
+
|
|
59178
|
+
|
|
59119
59179
|
### 第 157 次发布
|
|
59120
59180
|
|
|
59121
59181
|
发布时间:2024-03-19 11:18:23
|
|
@@ -65336,6 +65396,21 @@
|
|
|
65336
65396
|
|
|
65337
65397
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
65338
65398
|
|
|
65399
|
+
### 第 71 次发布
|
|
65400
|
+
|
|
65401
|
+
发布时间:2024-03-25 01:16:50
|
|
65402
|
+
|
|
65403
|
+
本次发布包含了以下内容:
|
|
65404
|
+
|
|
65405
|
+
改善已有的文档。
|
|
65406
|
+
|
|
65407
|
+
修改数据结构:
|
|
65408
|
+
|
|
65409
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
65410
|
+
|
|
65411
|
+
* 新增成员:MouthOpenRecognition
|
|
65412
|
+
|
|
65413
|
+
|
|
65339
65414
|
### 第 70 次发布
|
|
65340
65415
|
|
|
65341
65416
|
发布时间:2024-01-12 01:15:37
|
|
@@ -66799,6 +66874,29 @@
|
|
|
66799
66874
|
|
|
66800
66875
|
## 全球应用加速(gaap) 版本:2018-05-29
|
|
66801
66876
|
|
|
66877
|
+
### 第 43 次发布
|
|
66878
|
+
|
|
66879
|
+
发布时间:2024-03-25 01:16:59
|
|
66880
|
+
|
|
66881
|
+
本次发布包含了以下内容:
|
|
66882
|
+
|
|
66883
|
+
改善已有的文档。
|
|
66884
|
+
|
|
66885
|
+
修改数据结构:
|
|
66886
|
+
|
|
66887
|
+
* [HTTPSListener](https://cloud.tencent.com/document/api/608/37023#HTTPSListener)
|
|
66888
|
+
|
|
66889
|
+
* 新增成员:TLSSupportVersion, TLSCiphers
|
|
66890
|
+
|
|
66891
|
+
* [ProxyGroupDetail](https://cloud.tencent.com/document/api/608/37023#ProxyGroupDetail)
|
|
66892
|
+
|
|
66893
|
+
* 新增成员:IsSupportTLSChoice
|
|
66894
|
+
|
|
66895
|
+
* [ProxyInfo](https://cloud.tencent.com/document/api/608/37023#ProxyInfo)
|
|
66896
|
+
|
|
66897
|
+
* 新增成员:IsSupportTLSChoice
|
|
66898
|
+
|
|
66899
|
+
|
|
66802
66900
|
### 第 42 次发布
|
|
66803
66901
|
|
|
66804
66902
|
发布时间:2023-11-14 01:16:54
|
|
@@ -69830,6 +69928,21 @@
|
|
|
69830
69928
|
|
|
69831
69929
|
## 高性能应用服务(hai) 版本:2023-08-12
|
|
69832
69930
|
|
|
69931
|
+
### 第 7 次发布
|
|
69932
|
+
|
|
69933
|
+
发布时间:2024-03-22 01:16:13
|
|
69934
|
+
|
|
69935
|
+
本次发布包含了以下内容:
|
|
69936
|
+
|
|
69937
|
+
改善已有的文档。
|
|
69938
|
+
|
|
69939
|
+
修改数据结构:
|
|
69940
|
+
|
|
69941
|
+
* [Instance](https://cloud.tencent.com/document/api/1721/101518#Instance)
|
|
69942
|
+
|
|
69943
|
+
* 新增成员:OSType
|
|
69944
|
+
|
|
69945
|
+
|
|
69833
69946
|
### 第 6 次发布
|
|
69834
69947
|
|
|
69835
69948
|
发布时间:2024-01-03 01:16:14
|
|
@@ -131807,6 +131920,24 @@
|
|
|
131807
131920
|
|
|
131808
131921
|
## 实时音视频(trtc) 版本:2019-07-22
|
|
131809
131922
|
|
|
131923
|
+
### 第 67 次发布
|
|
131924
|
+
|
|
131925
|
+
发布时间:2024-03-22 01:25:05
|
|
131926
|
+
|
|
131927
|
+
本次发布包含了以下内容:
|
|
131928
|
+
|
|
131929
|
+
改善已有的文档。
|
|
131930
|
+
|
|
131931
|
+
新增接口:
|
|
131932
|
+
|
|
131933
|
+
* [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
|
|
131934
|
+
* [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
|
|
131935
|
+
* [StopWebRecord](https://cloud.tencent.com/document/api/647/104540)
|
|
131936
|
+
|
|
131937
|
+
新增数据结构:
|
|
131938
|
+
|
|
131939
|
+
* [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
|
|
131940
|
+
|
|
131810
131941
|
### 第 66 次发布
|
|
131811
131942
|
|
|
131812
131943
|
发布时间:2024-03-01 01:27:10
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
|
-
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-
|
|
17
|
+
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-03-25 01:07:43 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-03-20 01:08:03 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-03-20 01:08:05 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-03-20 01:08:14 |
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-03-20 01:11:02 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-03-25 01:11:07 |
|
|
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
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-03-20 01:11:33 |
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-03-20 01:12:19 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-03-20 01:12:26 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-25 01:12:24 |
|
|
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-03-20 01:13:46 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-20 01:14:04 |
|
|
@@ -96,20 +96,20 @@
|
|
|
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-03-20 01:16:19 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-20 01:16:27 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-25 01:16:14 |
|
|
100
100
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-20 01:16:49 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-20 01:17:05 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-25 01:16:50 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-03-
|
|
105
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-03-25 01:16:59 |
|
|
106
106
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-03-20 01:17:27 |
|
|
107
107
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
|
|
108
108
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-03-20 01:17:33 |
|
|
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-03-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
|
|
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-03-20 01:17:36 |
|
|
115
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-03-20 01:17:37 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-03-20 01:21:36 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-03-25 01:21:34 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-03-20 01:22:11 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-03-20 01:22:17 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
185
185
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-03-20 01:24:09 |
|
|
186
186
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-21 01:24:01 |
|
|
187
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-
|
|
187
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
|
|
188
188
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
189
189
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-03-20 01:24:15 |
|
|
190
190
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-20 01:25:54 |
|
|
206
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-20 01:26:12 |
|
|
207
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
208
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-
|
|
208
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-22 01:23:38 |
|
|
209
209
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
210
210
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
211
211
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-20 01:29:00 |
|
|
225
225
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-20 01:29:06 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
|
|
227
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-
|
|
227
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-22 01:25:05 |
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-21 01:28:04 |
|
|
229
229
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
|
|
230
230
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.819"
|
|
@@ -5856,7 +5856,7 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
5856
5856
|
*/
|
|
5857
5857
|
SnatIps?: Array<SnatIp>
|
|
5858
5858
|
/**
|
|
5859
|
-
*
|
|
5859
|
+
* 性能容量型规格。<ul><li> clb.c2.medium:标准型规格 </li><li> clb.c3.small:高阶型1规格 </li><li> clb.c3.medium:高阶型2规格 </li><li> clb.c4.small:超强型1规格 </li><li> clb.c4.medium:超强型2规格 </li><li> clb.c4.large:超强型3规格 </li><li> clb.c4.xlarge:超强型4规格 </li><li>null:共享型实例</li></ul>
|
|
5860
5860
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5861
5861
|
*/
|
|
5862
5862
|
SlaType?: string
|
|
@@ -1222,6 +1222,11 @@ export interface AssetMachineBaseInfo {
|
|
|
1222
1222
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1223
1223
|
*/
|
|
1224
1224
|
MachineExtraInfo?: MachineExtraInfo
|
|
1225
|
+
/**
|
|
1226
|
+
* cpu负载读数(仅linux系统有效)
|
|
1227
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1228
|
+
*/
|
|
1229
|
+
CpuLoadNum?: string
|
|
1225
1230
|
}
|
|
1226
1231
|
|
|
1227
1232
|
/**
|
|
@@ -8248,6 +8253,10 @@ export interface DescribeBanStatusResponse {
|
|
|
8248
8253
|
* 是否弹窗提示信息 false: 关闭,true: 开启
|
|
8249
8254
|
*/
|
|
8250
8255
|
ShowTips?: boolean
|
|
8256
|
+
/**
|
|
8257
|
+
* 是否开启智能过白模式
|
|
8258
|
+
*/
|
|
8259
|
+
OpenSmartMode?: boolean
|
|
8251
8260
|
/**
|
|
8252
8261
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8253
8262
|
*/
|
|
@@ -12362,9 +12371,13 @@ export interface CheckFirstScanBaselineResponse {
|
|
|
12362
12371
|
*/
|
|
12363
12372
|
export interface ModifyBanStatusRequest {
|
|
12364
12373
|
/**
|
|
12365
|
-
*
|
|
12374
|
+
* 阻断开关状态: 0 -- 关闭 1 -- 高级阻断 2 -- 基础阻断(只阻断情报库黑ip)
|
|
12366
12375
|
*/
|
|
12367
12376
|
Status: number
|
|
12377
|
+
/**
|
|
12378
|
+
* 是否开启智能过白模式
|
|
12379
|
+
*/
|
|
12380
|
+
OpenSmartMode?: boolean
|
|
12368
12381
|
}
|
|
12369
12382
|
|
|
12370
12383
|
/**
|
|
@@ -29796,7 +29809,17 @@ export interface BruteAttackInfo {
|
|
|
29796
29809
|
*/
|
|
29797
29810
|
CreateTime?: string
|
|
29798
29811
|
/**
|
|
29799
|
-
*
|
|
29812
|
+
* 0 -不阻断(客户端版本不支持)
|
|
29813
|
+
1 -已阻断
|
|
29814
|
+
2 -阻断失败(程序异常)
|
|
29815
|
+
3 -不阻断(内网不阻断)
|
|
29816
|
+
4 -可用区不支持阻断
|
|
29817
|
+
10-阻断中
|
|
29818
|
+
81-不阻断(未开启阻断)
|
|
29819
|
+
82-不阻断(非专业版)
|
|
29820
|
+
83-不阻断(已加白名单)
|
|
29821
|
+
86-不阻断(系统白名单)
|
|
29822
|
+
87-不阻断(客户端离线)
|
|
29800
29823
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
29801
29824
|
*/
|
|
29802
29825
|
BanStatus?: number
|
|
@@ -29865,6 +29888,16 @@ export interface BruteAttackInfo {
|
|
|
29865
29888
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
29866
29889
|
*/
|
|
29867
29890
|
DataFrom?: number
|
|
29891
|
+
/**
|
|
29892
|
+
* 破解状态说明
|
|
29893
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
29894
|
+
*/
|
|
29895
|
+
AttackStatusDesc?: string
|
|
29896
|
+
/**
|
|
29897
|
+
* 阻断过期时间(仅阻断中事件有效)
|
|
29898
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
29899
|
+
*/
|
|
29900
|
+
BanExpiredTime?: string
|
|
29868
29901
|
}
|
|
29869
29902
|
|
|
29870
29903
|
/**
|