tencentcloud-sdk-nodejs 4.0.816 → 4.0.817
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 +102 -0
- package/SERVICE_CHANGELOG.md +118 -98
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +5 -1
- package/src/services/cdn/v20180606/cdn_models.ts +4 -4
- package/src/services/dlc/v20210125/dlc_models.ts +5 -0
- package/src/services/lcic/v20220817/lcic_models.ts +7 -5
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +14 -1
- package/src/services/teo/v20220901/teo_client.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +4 -1
- package/src/services/tse/v20201207/tse_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +4 -4
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +7 -5
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -1
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,105 @@
|
|
|
1
|
+
# Release 4.0.817
|
|
2
|
+
|
|
3
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 54 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-03-21 01:09:20
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/362/15668)
|
|
16
|
+
|
|
17
|
+
* 新增入参:AutoRenewPeriod
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
23
|
+
|
|
24
|
+
### 第 82 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-03-21 01:14:28
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
35
|
+
|
|
36
|
+
* 新增成员:EngineNetworkId
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
42
|
+
|
|
43
|
+
### 第 54 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-03-21 01:19:23
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
54
|
+
|
|
55
|
+
* [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
修改数据结构:
|
|
59
|
+
|
|
60
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
66
|
+
|
|
67
|
+
### 第 121 次发布
|
|
68
|
+
|
|
69
|
+
发布时间:2024-03-21 01:19:47
|
|
70
|
+
|
|
71
|
+
本次发布包含了以下内容:
|
|
72
|
+
|
|
73
|
+
改善已有的文档。
|
|
74
|
+
|
|
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 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2024-03-21 01:28:04
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改接口:
|
|
95
|
+
|
|
96
|
+
* [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
|
|
97
|
+
|
|
98
|
+
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
1
103
|
# Release 4.0.816
|
|
2
104
|
|
|
3
105
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,110 +1,91 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 54 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-03-
|
|
7
|
+
发布时间:2024-03-21 01:09:20
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
新增接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1323/104494)
|
|
16
|
-
|
|
17
13
|
修改接口:
|
|
18
14
|
|
|
19
|
-
* [
|
|
20
|
-
|
|
21
|
-
* 新增入参:Endpoint
|
|
22
|
-
|
|
23
|
-
* [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
|
|
24
|
-
|
|
25
|
-
* 新增入参:Endpoint
|
|
26
|
-
|
|
15
|
+
* [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/362/15668)
|
|
27
16
|
|
|
28
|
-
|
|
17
|
+
* 新增入参:AutoRenewPeriod
|
|
29
18
|
|
|
30
|
-
* [CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow)
|
|
31
19
|
|
|
32
20
|
|
|
33
21
|
|
|
34
|
-
##
|
|
22
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
35
23
|
|
|
36
|
-
### 第
|
|
24
|
+
### 第 82 次发布
|
|
37
25
|
|
|
38
|
-
发布时间:2024-03-
|
|
26
|
+
发布时间:2024-03-21 01:14:28
|
|
39
27
|
|
|
40
28
|
本次发布包含了以下内容:
|
|
41
29
|
|
|
42
30
|
改善已有的文档。
|
|
43
31
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
* [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1420/104511)
|
|
47
|
-
|
|
48
|
-
新增数据结构:
|
|
49
|
-
|
|
50
|
-
* [CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow)
|
|
32
|
+
修改数据结构:
|
|
51
33
|
|
|
34
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
52
35
|
|
|
36
|
+
* 新增成员:EngineNetworkId
|
|
53
37
|
|
|
54
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
55
38
|
|
|
56
39
|
|
|
57
40
|
|
|
58
|
-
##
|
|
41
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
59
42
|
|
|
60
|
-
### 第
|
|
43
|
+
### 第 54 次发布
|
|
61
44
|
|
|
62
|
-
发布时间:2024-03-
|
|
45
|
+
发布时间:2024-03-21 01:19:23
|
|
63
46
|
|
|
64
47
|
本次发布包含了以下内容:
|
|
65
48
|
|
|
66
49
|
改善已有的文档。
|
|
67
50
|
|
|
68
|
-
|
|
51
|
+
修改接口:
|
|
69
52
|
|
|
70
|
-
* [
|
|
71
|
-
* [DescribeMonitorResourceInfo](https://cloud.tencent.com/document/api/248/104515)
|
|
72
|
-
* [DescribePhoneAlarmFlowTotalCount](https://cloud.tencent.com/document/api/248/104512)
|
|
53
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
73
54
|
|
|
74
|
-
|
|
55
|
+
* [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
|
|
75
56
|
|
|
76
|
-
* [DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota)
|
|
77
57
|
|
|
58
|
+
修改数据结构:
|
|
78
59
|
|
|
60
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
79
61
|
|
|
80
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
81
62
|
|
|
82
63
|
|
|
83
64
|
|
|
84
|
-
##
|
|
65
|
+
## 云直播CSS(live) 版本:2018-08-01
|
|
85
66
|
|
|
86
|
-
### 第
|
|
67
|
+
### 第 121 次发布
|
|
87
68
|
|
|
88
|
-
发布时间:2024-03-
|
|
69
|
+
发布时间:2024-03-21 01:19:47
|
|
89
70
|
|
|
90
71
|
本次发布包含了以下内容:
|
|
91
72
|
|
|
92
73
|
改善已有的文档。
|
|
93
74
|
|
|
94
|
-
|
|
75
|
+
修改接口:
|
|
95
76
|
|
|
96
|
-
* [
|
|
77
|
+
* [DescribeLiveWatermarks](https://cloud.tencent.com/document/api/267/30152)
|
|
97
78
|
|
|
98
|
-
*
|
|
79
|
+
* 新增入参:Name, PageNo, PageSize
|
|
99
80
|
|
|
100
81
|
|
|
101
82
|
|
|
102
83
|
|
|
103
|
-
##
|
|
84
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
104
85
|
|
|
105
|
-
### 第
|
|
86
|
+
### 第 62 次发布
|
|
106
87
|
|
|
107
|
-
发布时间:2024-03-
|
|
88
|
+
发布时间:2024-03-21 01:28:04
|
|
108
89
|
|
|
109
90
|
本次发布包含了以下内容:
|
|
110
91
|
|
|
@@ -112,50 +93,9 @@
|
|
|
112
93
|
|
|
113
94
|
修改接口:
|
|
114
95
|
|
|
115
|
-
* [
|
|
116
|
-
|
|
117
|
-
* 新增入参:ProxyBuffer
|
|
118
|
-
|
|
119
|
-
* <font color="#dd0000">**修改入参**:</font>Ports, IsKeepAlive, InstanceID
|
|
120
|
-
|
|
121
|
-
* [DescribeAttackOverview](https://cloud.tencent.com/document/api/627/87744)
|
|
122
|
-
|
|
123
|
-
* 新增出参:ApiRiskEventCircleCount
|
|
124
|
-
|
|
125
|
-
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
126
|
-
|
|
127
|
-
* 新增入参:RuleId
|
|
128
|
-
|
|
129
|
-
* 新增出参:UsedTotal
|
|
130
|
-
|
|
131
|
-
* [ModifyAccessPeriod](https://cloud.tencent.com/document/api/627/59005)
|
|
132
|
-
|
|
133
|
-
* <font color="#dd0000">**修改入参**:</font>TopicId
|
|
134
|
-
|
|
135
|
-
* [ModifySpartaProtection](https://cloud.tencent.com/document/api/627/94309)
|
|
136
|
-
|
|
137
|
-
* 新增入参:ProxyBuffer
|
|
138
|
-
|
|
139
|
-
* <font color="#dd0000">**修改入参**:</font>DomainId, InstanceID
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
修改数据结构:
|
|
143
|
-
|
|
144
|
-
* [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
|
|
145
|
-
|
|
146
|
-
* 新增成员:RuleId, IpList
|
|
147
|
-
|
|
148
|
-
* [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
|
|
149
|
-
|
|
150
|
-
* 新增成员:AccessStatus
|
|
151
|
-
|
|
152
|
-
* [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
|
|
153
|
-
|
|
154
|
-
* 新增成员:ProxyBuffer
|
|
155
|
-
|
|
156
|
-
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
96
|
+
* [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
|
|
157
97
|
|
|
158
|
-
*
|
|
98
|
+
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
159
99
|
|
|
160
100
|
|
|
161
101
|
|
|
@@ -13830,6 +13770,21 @@
|
|
|
13830
13770
|
|
|
13831
13771
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
13832
13772
|
|
|
13773
|
+
### 第 54 次发布
|
|
13774
|
+
|
|
13775
|
+
发布时间:2024-03-21 01:09:20
|
|
13776
|
+
|
|
13777
|
+
本次发布包含了以下内容:
|
|
13778
|
+
|
|
13779
|
+
改善已有的文档。
|
|
13780
|
+
|
|
13781
|
+
修改接口:
|
|
13782
|
+
|
|
13783
|
+
* [ModifyDisksRenewFlag](https://cloud.tencent.com/document/api/362/15668)
|
|
13784
|
+
|
|
13785
|
+
* 新增入参:AutoRenewPeriod
|
|
13786
|
+
|
|
13787
|
+
|
|
13833
13788
|
### 第 53 次发布
|
|
13834
13789
|
|
|
13835
13790
|
发布时间:2023-11-01 01:07:57
|
|
@@ -48808,6 +48763,21 @@
|
|
|
48808
48763
|
|
|
48809
48764
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
48810
48765
|
|
|
48766
|
+
### 第 82 次发布
|
|
48767
|
+
|
|
48768
|
+
发布时间:2024-03-21 01:14:28
|
|
48769
|
+
|
|
48770
|
+
本次发布包含了以下内容:
|
|
48771
|
+
|
|
48772
|
+
改善已有的文档。
|
|
48773
|
+
|
|
48774
|
+
修改数据结构:
|
|
48775
|
+
|
|
48776
|
+
* [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
|
|
48777
|
+
|
|
48778
|
+
* 新增成员:EngineNetworkId
|
|
48779
|
+
|
|
48780
|
+
|
|
48811
48781
|
### 第 81 次发布
|
|
48812
48782
|
|
|
48813
48783
|
发布时间:2024-02-23 01:13:43
|
|
@@ -59156,7 +59126,7 @@
|
|
|
59156
59126
|
|
|
59157
59127
|
新增接口:
|
|
59158
59128
|
|
|
59159
|
-
* [
|
|
59129
|
+
* [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1323/104494)
|
|
59160
59130
|
|
|
59161
59131
|
修改接口:
|
|
59162
59132
|
|
|
@@ -59171,7 +59141,7 @@
|
|
|
59171
59141
|
|
|
59172
59142
|
新增数据结构:
|
|
59173
59143
|
|
|
59174
|
-
* [
|
|
59144
|
+
* [CancelFailureFlow](https://cloud.tencent.com/document/api/1323/70369#CancelFailureFlow)
|
|
59175
59145
|
|
|
59176
59146
|
### 第 156 次发布
|
|
59177
59147
|
|
|
@@ -62200,11 +62170,11 @@
|
|
|
62200
62170
|
|
|
62201
62171
|
新增接口:
|
|
62202
62172
|
|
|
62203
|
-
* [
|
|
62173
|
+
* [DescribeCancelFlowsTask](https://cloud.tencent.com/document/api/1420/104511)
|
|
62204
62174
|
|
|
62205
62175
|
新增数据结构:
|
|
62206
62176
|
|
|
62207
|
-
* [
|
|
62177
|
+
* [CancelFailureFlow](https://cloud.tencent.com/document/api/1420/61525#CancelFailureFlow)
|
|
62208
62178
|
|
|
62209
62179
|
### 第 159 次发布
|
|
62210
62180
|
|
|
@@ -78027,6 +77997,26 @@
|
|
|
78027
77997
|
|
|
78028
77998
|
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
78029
77999
|
|
|
78000
|
+
### 第 54 次发布
|
|
78001
|
+
|
|
78002
|
+
发布时间:2024-03-21 01:19:23
|
|
78003
|
+
|
|
78004
|
+
本次发布包含了以下内容:
|
|
78005
|
+
|
|
78006
|
+
改善已有的文档。
|
|
78007
|
+
|
|
78008
|
+
修改接口:
|
|
78009
|
+
|
|
78010
|
+
* [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
|
|
78011
|
+
|
|
78012
|
+
* [ModifyRoom](https://cloud.tencent.com/document/api/1639/86030)
|
|
78013
|
+
|
|
78014
|
+
|
|
78015
|
+
修改数据结构:
|
|
78016
|
+
|
|
78017
|
+
* [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
|
|
78018
|
+
|
|
78019
|
+
|
|
78030
78020
|
### 第 53 次发布
|
|
78031
78021
|
|
|
78032
78022
|
发布时间:2024-03-15 01:17:42
|
|
@@ -80296,6 +80286,21 @@
|
|
|
80296
80286
|
|
|
80297
80287
|
## 云直播CSS(live) 版本:2018-08-01
|
|
80298
80288
|
|
|
80289
|
+
### 第 121 次发布
|
|
80290
|
+
|
|
80291
|
+
发布时间:2024-03-21 01:19:47
|
|
80292
|
+
|
|
80293
|
+
本次发布包含了以下内容:
|
|
80294
|
+
|
|
80295
|
+
改善已有的文档。
|
|
80296
|
+
|
|
80297
|
+
修改接口:
|
|
80298
|
+
|
|
80299
|
+
* [DescribeLiveWatermarks](https://cloud.tencent.com/document/api/267/30152)
|
|
80300
|
+
|
|
80301
|
+
* 新增入参:Name, PageNo, PageSize
|
|
80302
|
+
|
|
80303
|
+
|
|
80299
80304
|
### 第 120 次发布
|
|
80300
80305
|
|
|
80301
80306
|
发布时间:2024-03-19 01:18:08
|
|
@@ -85462,13 +85467,13 @@
|
|
|
85462
85467
|
|
|
85463
85468
|
新增接口:
|
|
85464
85469
|
|
|
85465
|
-
* [
|
|
85466
|
-
* [
|
|
85467
|
-
* [
|
|
85470
|
+
* [DescribeAlarmSmsQuota](https://cloud.tencent.com/document/api/248/104513)
|
|
85471
|
+
* [DescribeMonitorResourceInfo](https://cloud.tencent.com/document/api/248/104515)
|
|
85472
|
+
* [DescribePhoneAlarmFlowTotalCount](https://cloud.tencent.com/document/api/248/104512)
|
|
85468
85473
|
|
|
85469
85474
|
新增数据结构:
|
|
85470
85475
|
|
|
85471
|
-
* [
|
|
85476
|
+
* [DescribeAlarmSmsQuotaQuota](https://cloud.tencent.com/document/api/248/30354#DescribeAlarmSmsQuotaQuota)
|
|
85472
85477
|
|
|
85473
85478
|
### 第 107 次发布
|
|
85474
85479
|
|
|
@@ -133036,6 +133041,21 @@
|
|
|
133036
133041
|
|
|
133037
133042
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
133038
133043
|
|
|
133044
|
+
### 第 62 次发布
|
|
133045
|
+
|
|
133046
|
+
发布时间:2024-03-21 01:28:04
|
|
133047
|
+
|
|
133048
|
+
本次发布包含了以下内容:
|
|
133049
|
+
|
|
133050
|
+
改善已有的文档。
|
|
133051
|
+
|
|
133052
|
+
修改接口:
|
|
133053
|
+
|
|
133054
|
+
* [DescribeGovernanceServiceContracts](https://cloud.tencent.com/document/api/1364/104402)
|
|
133055
|
+
|
|
133056
|
+
* <font color="#dd0000">**修改入参**:</font>Offset, Limit
|
|
133057
|
+
|
|
133058
|
+
|
|
133039
133059
|
### 第 61 次发布
|
|
133040
133060
|
|
|
133041
133061
|
发布时间:2024-03-15 14:54:19
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-03-20 01:08:18 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-03-20 01:08:26 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-03-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-03-21 01:08:21 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-03-20 01:08:51 |
|
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-03-20 01:09:24 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-03-20 01:09:27 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-03-20 01:09:28 |
|
|
41
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-
|
|
41
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-20 01:09:36 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-20 01:09:44 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-21 01:09:58 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-20 01:10:22 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-03-20 01:10:23 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-03-20 01:10:27 |
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-20 01:14:30 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-21 01:14:28 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-20 01:14:57 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-03-20 01:15:06 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-20 01:15:11 |
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
|
|
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-03-20 01:19:25 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-21 01:19:23 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-20 01:19:40 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-21 01:19:47 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-03-20 01:24:04 |
|
|
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
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-
|
|
186
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-03-21 01:24:01 |
|
|
187
187
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-20 01:24:10 |
|
|
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 |
|
|
@@ -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-21 01:26:17 |
|
|
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 |
|
|
@@ -225,7 +225,7 @@
|
|
|
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
227
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-20 01:29:16 |
|
|
228
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-
|
|
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 |
|
|
231
231
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-03-20 01:30:07 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.817"
|
|
@@ -1177,9 +1177,13 @@ export interface ModifyDisksRenewFlagRequest {
|
|
|
1177
1177
|
*/
|
|
1178
1178
|
DiskIds: Array<string>
|
|
1179
1179
|
/**
|
|
1180
|
-
*
|
|
1180
|
+
* 云硬盘的自动续费标识。取值范围:<ul><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li></ul>
|
|
1181
1181
|
*/
|
|
1182
1182
|
RenewFlag: string
|
|
1183
|
+
/**
|
|
1184
|
+
* 该参数支持设置云硬盘的自动续费周期,单位为月。
|
|
1185
|
+
*/
|
|
1186
|
+
AutoRenewPeriod?: number
|
|
1183
1187
|
}
|
|
1184
1188
|
|
|
1185
1189
|
/**
|
|
@@ -2477,8 +2477,8 @@ blacklist:黑名单
|
|
|
2477
2477
|
FilterType: string
|
|
2478
2478
|
/**
|
|
2479
2479
|
* IP 黑白名单列表
|
|
2480
|
-
支持 X.X.X.X
|
|
2481
|
-
最多可填充
|
|
2480
|
+
支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
|
|
2481
|
+
最多可填充 200 个白名单或 500 个黑名单;
|
|
2482
2482
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2483
2483
|
*/
|
|
2484
2484
|
Filters: Array<string>
|
|
@@ -4789,8 +4789,8 @@ blacklist:黑名单
|
|
|
4789
4789
|
FilterType?: string
|
|
4790
4790
|
/**
|
|
4791
4791
|
* IP 黑白名单列表
|
|
4792
|
-
支持 X.X.X.X
|
|
4793
|
-
最多可填充
|
|
4792
|
+
支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
|
|
4793
|
+
最多可填充 200 个白名单或 200 个黑名单;
|
|
4794
4794
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4795
4795
|
*/
|
|
4796
4796
|
Filters?: Array<string>
|
|
@@ -146,11 +146,12 @@ video 纯视频
|
|
|
146
146
|
*/
|
|
147
147
|
RecordBackground?: string
|
|
148
148
|
/**
|
|
149
|
-
* 录制自定义场景,仅recordlayout=9
|
|
149
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
150
150
|
*/
|
|
151
151
|
RecordScene?: string
|
|
152
152
|
/**
|
|
153
153
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
154
|
+
* @deprecated
|
|
154
155
|
*/
|
|
155
156
|
RecordLang?: string
|
|
156
157
|
}
|
|
@@ -798,13 +799,12 @@ export interface RoomItem {
|
|
|
798
799
|
*/
|
|
799
800
|
RecordBackground?: string
|
|
800
801
|
/**
|
|
801
|
-
* 录制自定义场景,仅recordlayout=9
|
|
802
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
802
803
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
803
804
|
*/
|
|
804
805
|
RecordScene?: string
|
|
805
806
|
/**
|
|
806
807
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
807
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
808
808
|
*/
|
|
809
809
|
RecordLang?: string
|
|
810
810
|
}
|
|
@@ -2801,11 +2801,12 @@ export interface RoomInfo {
|
|
|
2801
2801
|
*/
|
|
2802
2802
|
RecordBackground?: string
|
|
2803
2803
|
/**
|
|
2804
|
-
* 录制自定义场景,仅recordlayout=9
|
|
2804
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
2805
2805
|
*/
|
|
2806
2806
|
RecordScene?: string
|
|
2807
2807
|
/**
|
|
2808
2808
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
2809
|
+
* @deprecated
|
|
2809
2810
|
*/
|
|
2810
2811
|
RecordLang?: string
|
|
2811
2812
|
}
|
|
@@ -2930,11 +2931,12 @@ video 纯视频
|
|
|
2930
2931
|
*/
|
|
2931
2932
|
EnableAutoStart?: number
|
|
2932
2933
|
/**
|
|
2933
|
-
* 录制自定义场景,仅recordlayout=9
|
|
2934
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
2934
2935
|
*/
|
|
2935
2936
|
RecordScene?: string
|
|
2936
2937
|
/**
|
|
2937
2938
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
2939
|
+
* @deprecated
|
|
2938
2940
|
*/
|
|
2939
2941
|
RecordLang?: string
|
|
2940
2942
|
}
|
|
@@ -437,7 +437,7 @@ export class Client extends AbstractClient {
|
|
|
437
437
|
* 查询水印列表。
|
|
438
438
|
*/
|
|
439
439
|
async DescribeLiveWatermarks(
|
|
440
|
-
req
|
|
440
|
+
req: DescribeLiveWatermarksRequest,
|
|
441
441
|
cb?: (error: string, rep: DescribeLiveWatermarksResponse) => void
|
|
442
442
|
): Promise<DescribeLiveWatermarksResponse> {
|
|
443
443
|
return this.request("DescribeLiveWatermarks", req, cb)
|
|
@@ -867,7 +867,20 @@ export interface DeleteLiveWatermarkRuleRequest {
|
|
|
867
867
|
/**
|
|
868
868
|
* DescribeLiveWatermarks请求参数结构体
|
|
869
869
|
*/
|
|
870
|
-
export
|
|
870
|
+
export interface DescribeLiveWatermarksRequest {
|
|
871
|
+
/**
|
|
872
|
+
* 水印名称
|
|
873
|
+
*/
|
|
874
|
+
Name?: string
|
|
875
|
+
/**
|
|
876
|
+
* 分页的索引参数,从1开始
|
|
877
|
+
*/
|
|
878
|
+
PageNo?: number
|
|
879
|
+
/**
|
|
880
|
+
* 分页的大小参数,默认值500
|
|
881
|
+
*/
|
|
882
|
+
PageSize?: number
|
|
883
|
+
}
|
|
871
884
|
|
|
872
885
|
/**
|
|
873
886
|
* DescribeLiveWatermarkRules请求参数结构体
|
|
@@ -689,7 +689,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
689
689
|
|
|
690
690
|
/**
|
|
691
691
|
* 通过本接口创建实时日志投递任务。本接口有如下限制:
|
|
692
|
-
同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://
|
|
692
|
+
同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
|
|
693
693
|
*/
|
|
694
694
|
async CreateRealtimeLogDeliveryTask(
|
|
695
695
|
req: CreateRealtimeLogDeliveryTaskRequest,
|
|
@@ -4001,7 +4001,7 @@ export interface RuleCondition {
|
|
|
4001
4001
|
*/
|
|
4002
4002
|
Operator: string
|
|
4003
4003
|
/**
|
|
4004
|
-
* 匹配类型,取值有: <li> filename:文件名; </li> <li> extension:文件后缀; </li> <li> host:HOST; </li> <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li> <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li> <li> query_string:查询字符串,当前站点下请求URL的查询字符串; </li> <li> request_header:HTTP请求头部。 </li>
|
|
4004
|
+
* 匹配类型,取值有: <li> filename:文件名; </li> <li> extension:文件后缀; </li> <li> host:HOST; </li> <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li> <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li> <li> query_string:查询字符串,当前站点下请求URL的查询字符串; </li> <li> request_header:HTTP请求头部。 </li><li> client_ip:客户端 IP。 </li>
|
|
4005
4005
|
*/
|
|
4006
4006
|
Target: string
|
|
4007
4007
|
/**
|
|
@@ -4015,6 +4015,7 @@ export interface RuleCondition {
|
|
|
4015
4015
|
<li> 客户端国家/地区:符合ISO3166标准的国家/地区标识;</li>
|
|
4016
4016
|
<li> 查询字符串: 当前站点下URL请求中查询字符串的参数值,例如lang=cn&version=1中的cn和1; </li>
|
|
4017
4017
|
<li> HTTP 请求头: HTTP请求头部字段值,例如Accept-Language:zh-CN,zh;q=0.9中的zh-CN,zh;q=0.9。 </li>
|
|
4018
|
+
<li> 客户端 IP: 当前请求携带的客户端请求IP,支持IPv4 IPv6, 支持IP段。 </li>
|
|
4018
4019
|
*/
|
|
4019
4020
|
Values?: Array<string>
|
|
4020
4021
|
/**
|
|
@@ -6274,6 +6275,8 @@ export interface Action {
|
|
|
6274
6275
|
<li> HTTP/2 访问(Http2);</li>
|
|
6275
6276
|
<li> 回源跟随重定向(UpstreamFollowRedirect);</li>
|
|
6276
6277
|
<li> 修改源站(Origin)。</li>
|
|
6278
|
+
<li> 七层回源超时(HTTPUpstreamTimeout)。</li>
|
|
6279
|
+
<li> Http应答(HttpResponse)。</li>
|
|
6277
6280
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6278
6281
|
*/
|
|
6279
6282
|
NormalAction?: NormalAction
|
|
@@ -4958,11 +4958,11 @@ export interface DescribeGovernanceServiceContractsRequest {
|
|
|
4958
4958
|
/**
|
|
4959
4959
|
* 分页偏移量
|
|
4960
4960
|
*/
|
|
4961
|
-
Offset
|
|
4961
|
+
Offset?: number
|
|
4962
4962
|
/**
|
|
4963
4963
|
* 分页条数
|
|
4964
4964
|
*/
|
|
4965
|
-
Limit
|
|
4965
|
+
Limit?: number
|
|
4966
4966
|
/**
|
|
4967
4967
|
* 命名空间
|
|
4968
4968
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.817";
|
|
@@ -1109,9 +1109,13 @@ export interface ModifyDisksRenewFlagRequest {
|
|
|
1109
1109
|
*/
|
|
1110
1110
|
DiskIds: Array<string>;
|
|
1111
1111
|
/**
|
|
1112
|
-
*
|
|
1112
|
+
* 云硬盘的自动续费标识。取值范围:<ul><li>NOTIFY_AND_AUTO_RENEW:通知过期且自动续费</li><li>NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费</li><li>DISABLE_NOTIFY_AND_MANUAL_RENEW:不通知过期不自动续费</li></ul>
|
|
1113
1113
|
*/
|
|
1114
1114
|
RenewFlag: string;
|
|
1115
|
+
/**
|
|
1116
|
+
* 该参数支持设置云硬盘的自动续费周期,单位为月。
|
|
1117
|
+
*/
|
|
1118
|
+
AutoRenewPeriod?: number;
|
|
1115
1119
|
}
|
|
1116
1120
|
/**
|
|
1117
1121
|
* ModifySnapshotAttribute返回参数结构体
|
|
@@ -2372,8 +2372,8 @@ export interface IpFilterPathRule {
|
|
|
2372
2372
|
FilterType: string;
|
|
2373
2373
|
/**
|
|
2374
2374
|
* IP 黑白名单列表
|
|
2375
|
-
支持 X.X.X.X
|
|
2376
|
-
最多可填充
|
|
2375
|
+
支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
|
|
2376
|
+
最多可填充 200 个白名单或 500 个黑名单;
|
|
2377
2377
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2378
2378
|
*/
|
|
2379
2379
|
Filters: Array<string>;
|
|
@@ -4598,8 +4598,8 @@ export interface IpFilter {
|
|
|
4598
4598
|
FilterType?: string;
|
|
4599
4599
|
/**
|
|
4600
4600
|
* IP 黑白名单列表
|
|
4601
|
-
支持 X.X.X.X
|
|
4602
|
-
最多可填充
|
|
4601
|
+
支持 X.X.X.X 格式IPV4地址 或X:X:X:X:X:X:X:X 格式IPV6地址, 或网段格式/X(IPV4:1≤X≤32;IPV6:1≤X≤128)
|
|
4602
|
+
最多可填充 200 个白名单或 200 个黑名单;
|
|
4603
4603
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4604
4604
|
*/
|
|
4605
4605
|
Filters?: Array<string>;
|
|
@@ -3750,6 +3750,11 @@ export interface DataEngineInfo {
|
|
|
3750
3750
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3751
3751
|
*/
|
|
3752
3752
|
EngineTypeDetail?: string;
|
|
3753
|
+
/**
|
|
3754
|
+
* 引擎网络ID
|
|
3755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3756
|
+
*/
|
|
3757
|
+
EngineNetworkId?: string;
|
|
3753
3758
|
}
|
|
3754
3759
|
/**
|
|
3755
3760
|
* LockMetaData返回参数结构体
|
|
@@ -129,11 +129,12 @@ export interface CreateRoomRequest {
|
|
|
129
129
|
*/
|
|
130
130
|
RecordBackground?: string;
|
|
131
131
|
/**
|
|
132
|
-
* 录制自定义场景,仅recordlayout=9
|
|
132
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
133
133
|
*/
|
|
134
134
|
RecordScene?: string;
|
|
135
135
|
/**
|
|
136
136
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
137
|
+
* @deprecated
|
|
137
138
|
*/
|
|
138
139
|
RecordLang?: string;
|
|
139
140
|
}
|
|
@@ -753,13 +754,12 @@ export interface RoomItem {
|
|
|
753
754
|
*/
|
|
754
755
|
RecordBackground?: string;
|
|
755
756
|
/**
|
|
756
|
-
* 录制自定义场景,仅recordlayout=9
|
|
757
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
757
758
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
758
759
|
*/
|
|
759
760
|
RecordScene?: string;
|
|
760
761
|
/**
|
|
761
762
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
762
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
763
763
|
*/
|
|
764
764
|
RecordLang?: string;
|
|
765
765
|
}
|
|
@@ -2670,11 +2670,12 @@ export interface RoomInfo {
|
|
|
2670
2670
|
*/
|
|
2671
2671
|
RecordBackground?: string;
|
|
2672
2672
|
/**
|
|
2673
|
-
* 录制自定义场景,仅recordlayout=9
|
|
2673
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
2674
2674
|
*/
|
|
2675
2675
|
RecordScene?: string;
|
|
2676
2676
|
/**
|
|
2677
2677
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
2678
|
+
* @deprecated
|
|
2678
2679
|
*/
|
|
2679
2680
|
RecordLang?: string;
|
|
2680
2681
|
}
|
|
@@ -2798,11 +2799,12 @@ export interface ModifyRoomRequest {
|
|
|
2798
2799
|
*/
|
|
2799
2800
|
EnableAutoStart?: number;
|
|
2800
2801
|
/**
|
|
2801
|
-
* 录制自定义场景,仅recordlayout=9
|
|
2802
|
+
* 录制自定义场景,仅recordlayout=9的时候此参数有效,数据内容为用户自定义场景参数,数据格式为json键值对方式,其中键值对的value为string类型。
|
|
2802
2803
|
*/
|
|
2803
2804
|
RecordScene?: string;
|
|
2804
2805
|
/**
|
|
2805
2806
|
* 录制自定义语言,仅recordlayout=9的时候此参数有效
|
|
2807
|
+
* @deprecated
|
|
2806
2808
|
*/
|
|
2807
2809
|
RecordLang?: string;
|
|
2808
2810
|
}
|
|
@@ -15,7 +15,7 @@ export declare class Client extends AbstractClient {
|
|
|
15
15
|
/**
|
|
16
16
|
* 查询水印列表。
|
|
17
17
|
*/
|
|
18
|
-
DescribeLiveWatermarks(req
|
|
18
|
+
DescribeLiveWatermarks(req: DescribeLiveWatermarksRequest, cb?: (error: string, rep: DescribeLiveWatermarksResponse) => void): Promise<DescribeLiveWatermarksResponse>;
|
|
19
19
|
/**
|
|
20
20
|
* 查询并发录制路数,对慢直播和普通直播适用。
|
|
21
21
|
*/
|
|
@@ -816,7 +816,20 @@ export interface DeleteLiveWatermarkRuleRequest {
|
|
|
816
816
|
/**
|
|
817
817
|
* DescribeLiveWatermarks请求参数结构体
|
|
818
818
|
*/
|
|
819
|
-
export
|
|
819
|
+
export interface DescribeLiveWatermarksRequest {
|
|
820
|
+
/**
|
|
821
|
+
* 水印名称
|
|
822
|
+
*/
|
|
823
|
+
Name?: string;
|
|
824
|
+
/**
|
|
825
|
+
* 分页的索引参数,从1开始
|
|
826
|
+
*/
|
|
827
|
+
PageNo?: number;
|
|
828
|
+
/**
|
|
829
|
+
* 分页的大小参数,默认值500
|
|
830
|
+
*/
|
|
831
|
+
PageSize?: number;
|
|
832
|
+
}
|
|
820
833
|
/**
|
|
821
834
|
* DescribeLiveWatermarkRules请求参数结构体
|
|
822
835
|
*/
|
|
@@ -137,7 +137,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
137
137
|
DeleteAccelerationDomains(req: DeleteAccelerationDomainsRequest, cb?: (error: string, rep: DeleteAccelerationDomainsResponse) => void): Promise<DeleteAccelerationDomainsResponse>;
|
|
138
138
|
/**
|
|
139
139
|
* 通过本接口创建实时日志投递任务。本接口有如下限制:
|
|
140
|
-
同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://
|
|
140
|
+
同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
|
|
141
141
|
*/
|
|
142
142
|
CreateRealtimeLogDeliveryTask(req: CreateRealtimeLogDeliveryTaskRequest, cb?: (error: string, rep: CreateRealtimeLogDeliveryTaskResponse) => void): Promise<CreateRealtimeLogDeliveryTaskResponse>;
|
|
143
143
|
/**
|
|
@@ -217,7 +217,7 @@ CNAME 模式接入时,若您未完成站点归属权校验,本接口将为
|
|
|
217
217
|
}
|
|
218
218
|
/**
|
|
219
219
|
* 通过本接口创建实时日志投递任务。本接口有如下限制:
|
|
220
|
-
同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://
|
|
220
|
+
同一个实体(七层域名或者四层代理实例)在同种数据投递类型(LogType)和数据投递区域(Area)的组合下,只能被添加到一个实时日志投递任务中。建议先通过 [DescribeRealtimeLogDeliveryTasks](https://cloud.tencent.com/document/product/1552/104110) 接口根据实体查询实时日志投递任务列表,检查实体是否已经被添加到另一实时日志投递任务中。
|
|
221
221
|
*/
|
|
222
222
|
async CreateRealtimeLogDeliveryTask(req, cb) {
|
|
223
223
|
return this.request("CreateRealtimeLogDeliveryTask", req, cb);
|
|
@@ -3833,7 +3833,7 @@ export interface RuleCondition {
|
|
|
3833
3833
|
*/
|
|
3834
3834
|
Operator: string;
|
|
3835
3835
|
/**
|
|
3836
|
-
* 匹配类型,取值有: <li> filename:文件名; </li> <li> extension:文件后缀; </li> <li> host:HOST; </li> <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li> <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li> <li> query_string:查询字符串,当前站点下请求URL的查询字符串; </li> <li> request_header:HTTP请求头部。 </li>
|
|
3836
|
+
* 匹配类型,取值有: <li> filename:文件名; </li> <li> extension:文件后缀; </li> <li> host:HOST; </li> <li> full_url:URL Full,当前站点下完整 URL 路径,必须包含 HTTP 协议,Host 和 路径; </li> <li> url:URL Path,当前站点下 URL 路径的请求; </li><li>client_country:客户端国家/地区;</li> <li> query_string:查询字符串,当前站点下请求URL的查询字符串; </li> <li> request_header:HTTP请求头部。 </li><li> client_ip:客户端 IP。 </li>
|
|
3837
3837
|
*/
|
|
3838
3838
|
Target: string;
|
|
3839
3839
|
/**
|
|
@@ -3847,6 +3847,7 @@ export interface RuleCondition {
|
|
|
3847
3847
|
<li> 客户端国家/地区:符合ISO3166标准的国家/地区标识;</li>
|
|
3848
3848
|
<li> 查询字符串: 当前站点下URL请求中查询字符串的参数值,例如lang=cn&version=1中的cn和1; </li>
|
|
3849
3849
|
<li> HTTP 请求头: HTTP请求头部字段值,例如Accept-Language:zh-CN,zh;q=0.9中的zh-CN,zh;q=0.9。 </li>
|
|
3850
|
+
<li> 客户端 IP: 当前请求携带的客户端请求IP,支持IPv4 IPv6, 支持IP段。 </li>
|
|
3850
3851
|
*/
|
|
3851
3852
|
Values?: Array<string>;
|
|
3852
3853
|
/**
|
|
@@ -6013,6 +6014,8 @@ export interface Action {
|
|
|
6013
6014
|
<li> HTTP/2 访问(Http2);</li>
|
|
6014
6015
|
<li> 回源跟随重定向(UpstreamFollowRedirect);</li>
|
|
6015
6016
|
<li> 修改源站(Origin)。</li>
|
|
6017
|
+
<li> 七层回源超时(HTTPUpstreamTimeout)。</li>
|
|
6018
|
+
<li> Http应答(HttpResponse)。</li>
|
|
6016
6019
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6017
6020
|
*/
|
|
6018
6021
|
NormalAction?: NormalAction;
|
|
@@ -4740,11 +4740,11 @@ export interface DescribeGovernanceServiceContractsRequest {
|
|
|
4740
4740
|
/**
|
|
4741
4741
|
* 分页偏移量
|
|
4742
4742
|
*/
|
|
4743
|
-
Offset
|
|
4743
|
+
Offset?: number;
|
|
4744
4744
|
/**
|
|
4745
4745
|
* 分页条数
|
|
4746
4746
|
*/
|
|
4747
|
-
Limit
|
|
4747
|
+
Limit?: number;
|
|
4748
4748
|
/**
|
|
4749
4749
|
* 命名空间
|
|
4750
4750
|
*/
|