tencentcloud-sdk-nodejs 4.0.227 → 4.0.228
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 +253 -39
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +2 -2
- package/src/services/cdn/v20180606/cdn_models.ts +7 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +17 -1
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_models.ts +22 -0
- package/src/services/scf/v20180416/scf_models.ts +5 -0
- package/src/services/taf/v20200210/taf_models.ts +12 -2
- package/src/services/tke/v20180525/tke_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +20 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +14 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +18 -0
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +10 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,66 +1,78 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 85 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2021-11-
|
|
7
|
+
发布时间:2021-11-02 08:03:38
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [UrlRedirectRule](https://cloud.tencent.com/document/api/228/30987#UrlRedirectRule)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增成员:FullMatch
|
|
18
18
|
|
|
19
|
-
* <font color="#dd0000">**修改入参**:</font>CdrId
|
|
20
19
|
|
|
21
|
-
* [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
|
|
22
20
|
|
|
23
|
-
* 新增入参:SessionIds
|
|
24
21
|
|
|
22
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
25
23
|
|
|
26
|
-
|
|
24
|
+
### 第 24 次发布
|
|
27
25
|
|
|
28
|
-
|
|
26
|
+
发布时间:2021-11-02 08:04:08
|
|
29
27
|
|
|
30
|
-
|
|
28
|
+
本次发布包含了以下内容:
|
|
31
29
|
|
|
32
|
-
|
|
30
|
+
改善已有的文档。
|
|
33
31
|
|
|
34
|
-
|
|
32
|
+
修改接口:
|
|
35
33
|
|
|
36
|
-
* [
|
|
34
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
|
|
37
35
|
|
|
38
|
-
*
|
|
36
|
+
* 新增入参:RetentionBytes
|
|
39
37
|
|
|
38
|
+
* [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
|
|
40
39
|
|
|
40
|
+
* 新增入参:RetentionBytes
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
修改数据结构:
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
* [Config](https://cloud.tencent.com/document/api/597/40861#Config)
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
* 新增成员:RetentionBytes
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
53
|
+
|
|
54
|
+
### 第 56 次发布
|
|
55
|
+
|
|
56
|
+
发布时间:2021-11-02 08:04:16
|
|
48
57
|
|
|
49
58
|
本次发布包含了以下内容:
|
|
50
59
|
|
|
51
60
|
改善已有的文档。
|
|
52
61
|
|
|
53
|
-
|
|
62
|
+
修改接口:
|
|
54
63
|
|
|
55
|
-
*
|
|
64
|
+
* [CreateLoadBalancerSnatIps](https://cloud.tencent.com/document/api/214/41505)
|
|
56
65
|
|
|
66
|
+
* 新增入参:Number
|
|
57
67
|
|
|
58
68
|
|
|
59
|
-
## 日志服务(cls) 版本:2020-10-16
|
|
60
69
|
|
|
61
|
-
### 第 12 次发布
|
|
62
70
|
|
|
63
|
-
|
|
71
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
72
|
+
|
|
73
|
+
### 第 34 次发布
|
|
74
|
+
|
|
75
|
+
发布时间:2021-11-02 08:05:13
|
|
64
76
|
|
|
65
77
|
本次发布包含了以下内容:
|
|
66
78
|
|
|
@@ -68,18 +80,29 @@
|
|
|
68
80
|
|
|
69
81
|
修改接口:
|
|
70
82
|
|
|
71
|
-
* [
|
|
83
|
+
* [DescribeVersionStatistics](https://cloud.tencent.com/document/api/296/60922)
|
|
72
84
|
|
|
73
|
-
*
|
|
85
|
+
* 新增出参:UltimateVersionNum
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
修改数据结构:
|
|
74
89
|
|
|
90
|
+
* [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
|
|
75
91
|
|
|
92
|
+
* 新增成员:KernelVersion, MachineStatus
|
|
76
93
|
|
|
94
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
77
95
|
|
|
78
|
-
|
|
96
|
+
* 新增成员:KernelVersion
|
|
79
97
|
|
|
80
|
-
### 第 40 次发布
|
|
81
98
|
|
|
82
|
-
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## 云函数(scf) 版本:2018-04-16
|
|
102
|
+
|
|
103
|
+
### 第 36 次发布
|
|
104
|
+
|
|
105
|
+
发布时间:2021-11-02 08:10:12
|
|
83
106
|
|
|
84
107
|
本次发布包含了以下内容:
|
|
85
108
|
|
|
@@ -87,18 +110,18 @@
|
|
|
87
110
|
|
|
88
111
|
修改接口:
|
|
89
112
|
|
|
90
|
-
* [
|
|
113
|
+
* [TerminateAsyncEvent](https://cloud.tencent.com/document/api/583/52500)
|
|
91
114
|
|
|
92
|
-
* 新增入参:
|
|
115
|
+
* 新增入参:GraceShutdown
|
|
93
116
|
|
|
94
117
|
|
|
95
118
|
|
|
96
119
|
|
|
97
120
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
98
121
|
|
|
99
|
-
### 第
|
|
122
|
+
### 第 9 次发布
|
|
100
123
|
|
|
101
|
-
发布时间:2021-11-
|
|
124
|
+
发布时间:2021-11-02 08:10:53
|
|
102
125
|
|
|
103
126
|
本次发布包含了以下内容:
|
|
104
127
|
|
|
@@ -106,20 +129,58 @@
|
|
|
106
129
|
|
|
107
130
|
修改接口:
|
|
108
131
|
|
|
109
|
-
* [
|
|
132
|
+
* [RecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43305)
|
|
110
133
|
|
|
111
134
|
* 新增入参:BusinessEncryptData
|
|
112
135
|
|
|
113
136
|
|
|
114
|
-
|
|
137
|
+
修改数据结构:
|
|
115
138
|
|
|
116
|
-
* [
|
|
139
|
+
* [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
|
|
140
|
+
|
|
141
|
+
* 新增成员:IsAuthorized
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
147
|
+
|
|
148
|
+
### 第 77 次发布
|
|
149
|
+
|
|
150
|
+
发布时间:2021-11-02 08:12:02
|
|
151
|
+
|
|
152
|
+
本次发布包含了以下内容:
|
|
153
|
+
|
|
154
|
+
改善已有的文档。
|
|
155
|
+
|
|
156
|
+
修改接口:
|
|
157
|
+
|
|
158
|
+
* [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
|
|
159
|
+
|
|
160
|
+
* <font color="#dd0000">**修改入参**:</font>SecurityPolicies
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
## 云点播(vod) 版本:2018-07-17
|
|
166
|
+
|
|
167
|
+
### 第 92 次发布
|
|
168
|
+
|
|
169
|
+
发布时间:2021-11-02 08:12:52
|
|
170
|
+
|
|
171
|
+
本次发布包含了以下内容:
|
|
172
|
+
|
|
173
|
+
改善已有的文档。
|
|
117
174
|
|
|
118
175
|
修改数据结构:
|
|
119
176
|
|
|
120
|
-
* [
|
|
177
|
+
* [ComposeMediaTask](https://cloud.tencent.com/document/api/266/31773#ComposeMediaTask)
|
|
121
178
|
|
|
122
|
-
* 新增成员:
|
|
179
|
+
* 新增成员:Progress
|
|
180
|
+
|
|
181
|
+
* [EditMediaTask](https://cloud.tencent.com/document/api/266/31773#EditMediaTask)
|
|
182
|
+
|
|
183
|
+
* 新增成员:Progress
|
|
123
184
|
|
|
124
185
|
|
|
125
186
|
|
|
@@ -9578,6 +9639,21 @@
|
|
|
9578
9639
|
|
|
9579
9640
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
9580
9641
|
|
|
9642
|
+
### 第 85 次发布
|
|
9643
|
+
|
|
9644
|
+
发布时间:2021-11-02 08:03:38
|
|
9645
|
+
|
|
9646
|
+
本次发布包含了以下内容:
|
|
9647
|
+
|
|
9648
|
+
改善已有的文档。
|
|
9649
|
+
|
|
9650
|
+
修改数据结构:
|
|
9651
|
+
|
|
9652
|
+
* [UrlRedirectRule](https://cloud.tencent.com/document/api/228/30987#UrlRedirectRule)
|
|
9653
|
+
|
|
9654
|
+
* 新增成员:FullMatch
|
|
9655
|
+
|
|
9656
|
+
|
|
9581
9657
|
### 第 84 次发布
|
|
9582
9658
|
|
|
9583
9659
|
发布时间:2021-10-28 15:10:03
|
|
@@ -12419,6 +12495,32 @@
|
|
|
12419
12495
|
|
|
12420
12496
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
12421
12497
|
|
|
12498
|
+
### 第 24 次发布
|
|
12499
|
+
|
|
12500
|
+
发布时间:2021-11-02 08:04:08
|
|
12501
|
+
|
|
12502
|
+
本次发布包含了以下内容:
|
|
12503
|
+
|
|
12504
|
+
改善已有的文档。
|
|
12505
|
+
|
|
12506
|
+
修改接口:
|
|
12507
|
+
|
|
12508
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
|
|
12509
|
+
|
|
12510
|
+
* 新增入参:RetentionBytes
|
|
12511
|
+
|
|
12512
|
+
* [ModifyTopicAttributes](https://cloud.tencent.com/document/api/597/40844)
|
|
12513
|
+
|
|
12514
|
+
* 新增入参:RetentionBytes
|
|
12515
|
+
|
|
12516
|
+
|
|
12517
|
+
修改数据结构:
|
|
12518
|
+
|
|
12519
|
+
* [Config](https://cloud.tencent.com/document/api/597/40861#Config)
|
|
12520
|
+
|
|
12521
|
+
* 新增成员:RetentionBytes
|
|
12522
|
+
|
|
12523
|
+
|
|
12422
12524
|
### 第 23 次发布
|
|
12423
12525
|
|
|
12424
12526
|
发布时间:2021-10-15 08:08:18
|
|
@@ -12952,6 +13054,21 @@
|
|
|
12952
13054
|
|
|
12953
13055
|
## 负载均衡(clb) 版本:2018-03-17
|
|
12954
13056
|
|
|
13057
|
+
### 第 56 次发布
|
|
13058
|
+
|
|
13059
|
+
发布时间:2021-11-02 08:04:16
|
|
13060
|
+
|
|
13061
|
+
本次发布包含了以下内容:
|
|
13062
|
+
|
|
13063
|
+
改善已有的文档。
|
|
13064
|
+
|
|
13065
|
+
修改接口:
|
|
13066
|
+
|
|
13067
|
+
* [CreateLoadBalancerSnatIps](https://cloud.tencent.com/document/api/214/41505)
|
|
13068
|
+
|
|
13069
|
+
* 新增入参:Number
|
|
13070
|
+
|
|
13071
|
+
|
|
12955
13072
|
### 第 55 次发布
|
|
12956
13073
|
|
|
12957
13074
|
发布时间:2021-10-21 11:20:09
|
|
@@ -18834,6 +18951,32 @@
|
|
|
18834
18951
|
|
|
18835
18952
|
## 主机安全(cwp) 版本:2018-02-28
|
|
18836
18953
|
|
|
18954
|
+
### 第 34 次发布
|
|
18955
|
+
|
|
18956
|
+
发布时间:2021-11-02 08:05:13
|
|
18957
|
+
|
|
18958
|
+
本次发布包含了以下内容:
|
|
18959
|
+
|
|
18960
|
+
改善已有的文档。
|
|
18961
|
+
|
|
18962
|
+
修改接口:
|
|
18963
|
+
|
|
18964
|
+
* [DescribeVersionStatistics](https://cloud.tencent.com/document/api/296/60922)
|
|
18965
|
+
|
|
18966
|
+
* 新增出参:UltimateVersionNum
|
|
18967
|
+
|
|
18968
|
+
|
|
18969
|
+
修改数据结构:
|
|
18970
|
+
|
|
18971
|
+
* [EffectiveMachineInfo](https://cloud.tencent.com/document/api/296/19867#EffectiveMachineInfo)
|
|
18972
|
+
|
|
18973
|
+
* 新增成员:KernelVersion, MachineStatus
|
|
18974
|
+
|
|
18975
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
18976
|
+
|
|
18977
|
+
* 新增成员:KernelVersion
|
|
18978
|
+
|
|
18979
|
+
|
|
18837
18980
|
### 第 33 次发布
|
|
18838
18981
|
|
|
18839
18982
|
发布时间:2021-10-27 08:05:40
|
|
@@ -43133,6 +43276,21 @@
|
|
|
43133
43276
|
|
|
43134
43277
|
## 云函数(scf) 版本:2018-04-16
|
|
43135
43278
|
|
|
43279
|
+
### 第 36 次发布
|
|
43280
|
+
|
|
43281
|
+
发布时间:2021-11-02 08:10:12
|
|
43282
|
+
|
|
43283
|
+
本次发布包含了以下内容:
|
|
43284
|
+
|
|
43285
|
+
改善已有的文档。
|
|
43286
|
+
|
|
43287
|
+
修改接口:
|
|
43288
|
+
|
|
43289
|
+
* [TerminateAsyncEvent](https://cloud.tencent.com/document/api/583/52500)
|
|
43290
|
+
|
|
43291
|
+
* 新增入参:GraceShutdown
|
|
43292
|
+
|
|
43293
|
+
|
|
43136
43294
|
### 第 35 次发布
|
|
43137
43295
|
|
|
43138
43296
|
发布时间:2021-10-25 08:09:06
|
|
@@ -45943,6 +46101,28 @@
|
|
|
45943
46101
|
|
|
45944
46102
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
45945
46103
|
|
|
46104
|
+
### 第 9 次发布
|
|
46105
|
+
|
|
46106
|
+
发布时间:2021-11-02 08:10:53
|
|
46107
|
+
|
|
46108
|
+
本次发布包含了以下内容:
|
|
46109
|
+
|
|
46110
|
+
改善已有的文档。
|
|
46111
|
+
|
|
46112
|
+
修改接口:
|
|
46113
|
+
|
|
46114
|
+
* [RecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43305)
|
|
46115
|
+
|
|
46116
|
+
* 新增入参:BusinessEncryptData
|
|
46117
|
+
|
|
46118
|
+
|
|
46119
|
+
修改数据结构:
|
|
46120
|
+
|
|
46121
|
+
* [InputRecognizeTargetAudience](https://cloud.tencent.com/document/api/1031/43310#InputRecognizeTargetAudience)
|
|
46122
|
+
|
|
46123
|
+
* 新增成员:IsAuthorized
|
|
46124
|
+
|
|
46125
|
+
|
|
45946
46126
|
### 第 8 次发布
|
|
45947
46127
|
|
|
45948
46128
|
发布时间:2021-11-01 08:13:31
|
|
@@ -45960,7 +46140,7 @@
|
|
|
45960
46140
|
|
|
45961
46141
|
新增数据结构:
|
|
45962
46142
|
|
|
45963
|
-
* [
|
|
46143
|
+
* [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
|
|
45964
46144
|
|
|
45965
46145
|
修改数据结构:
|
|
45966
46146
|
|
|
@@ -52418,6 +52598,21 @@
|
|
|
52418
52598
|
|
|
52419
52599
|
## 容器服务(tke) 版本:2018-05-25
|
|
52420
52600
|
|
|
52601
|
+
### 第 77 次发布
|
|
52602
|
+
|
|
52603
|
+
发布时间:2021-11-02 08:12:02
|
|
52604
|
+
|
|
52605
|
+
本次发布包含了以下内容:
|
|
52606
|
+
|
|
52607
|
+
改善已有的文档。
|
|
52608
|
+
|
|
52609
|
+
修改接口:
|
|
52610
|
+
|
|
52611
|
+
* [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
|
|
52612
|
+
|
|
52613
|
+
* <font color="#dd0000">**修改入参**:</font>SecurityPolicies
|
|
52614
|
+
|
|
52615
|
+
|
|
52421
52616
|
### 第 76 次发布
|
|
52422
52617
|
|
|
52423
52618
|
发布时间:2021-10-01 21:29:42
|
|
@@ -56907,6 +57102,25 @@
|
|
|
56907
57102
|
|
|
56908
57103
|
## 云点播(vod) 版本:2018-07-17
|
|
56909
57104
|
|
|
57105
|
+
### 第 92 次发布
|
|
57106
|
+
|
|
57107
|
+
发布时间:2021-11-02 08:12:52
|
|
57108
|
+
|
|
57109
|
+
本次发布包含了以下内容:
|
|
57110
|
+
|
|
57111
|
+
改善已有的文档。
|
|
57112
|
+
|
|
57113
|
+
修改数据结构:
|
|
57114
|
+
|
|
57115
|
+
* [ComposeMediaTask](https://cloud.tencent.com/document/api/266/31773#ComposeMediaTask)
|
|
57116
|
+
|
|
57117
|
+
* 新增成员:Progress
|
|
57118
|
+
|
|
57119
|
+
* [EditMediaTask](https://cloud.tencent.com/document/api/266/31773#EditMediaTask)
|
|
57120
|
+
|
|
57121
|
+
* 新增成员:Progress
|
|
57122
|
+
|
|
57123
|
+
|
|
56910
57124
|
### 第 91 次发布
|
|
56911
57125
|
|
|
56912
57126
|
发布时间:2021-09-14 08:09:57
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-09-16 08:03:51 |
|
|
32
32
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2021-10-27 08:03:51 |
|
|
33
33
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-11-01 08:06:08 |
|
|
34
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-
|
|
35
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-
|
|
34
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-11-02 08:03:22 |
|
|
35
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-11-02 08:03:38 |
|
|
36
36
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-09-16 08:05:40 |
|
|
37
37
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-09-16 08:05:42 |
|
|
38
38
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2021-10-27 08:04:17 |
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-09-30 08:02:25 |
|
|
41
41
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
42
42
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
43
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-
|
|
44
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-
|
|
43
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2021-11-02 08:04:08 |
|
|
44
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-11-02 08:04:16 |
|
|
45
45
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2021-09-16 08:14:35 |
|
|
46
46
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2021-09-16 08:12:58 |
|
|
47
47
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-01 08:07:18 |
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
51
51
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-10-13 08:05:27 |
|
|
52
52
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
53
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-
|
|
54
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-
|
|
53
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2021-11-02 08:05:03 |
|
|
54
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2021-11-02 08:05:13 |
|
|
55
55
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
56
56
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-10-27 08:06:08 |
|
|
57
57
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-09-16 08:06:18 |
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2021-09-16 08:13:45 |
|
|
126
126
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-09-16 08:02:24 |
|
|
127
127
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-09-27 08:15:19 |
|
|
128
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-
|
|
128
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2021-11-02 08:10:12 |
|
|
129
129
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2021-10-29 08:08:48 |
|
|
130
130
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-09-16 08:04:09 |
|
|
131
131
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2021-10-27 08:10:57 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2021-09-16 08:01:50 |
|
|
138
138
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2021-09-16 08:03:57 |
|
|
139
139
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-09-16 08:13:47 |
|
|
140
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-
|
|
140
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-02 08:10:53 |
|
|
141
141
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-09-16 08:10:15 |
|
|
142
142
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2021-10-11 08:09:12 |
|
|
143
143
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2021-10-29 08:10:24 |
|
|
161
161
|
| tione | [智能钛机器学习平台](https://cloud.tencent.com/document/product/851) | 2021-09-16 08:03:04 |
|
|
162
162
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-10-29 08:10:34 |
|
|
163
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-
|
|
163
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2021-11-02 08:12:02 |
|
|
164
164
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
165
165
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2021-09-16 08:02:16 |
|
|
166
166
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-10-11 08:10:28 |
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2021-09-16 08:01:36 |
|
|
173
173
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2021-09-16 08:01:26 |
|
|
174
174
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2021-09-16 08:01:28 |
|
|
175
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-
|
|
175
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2021-11-02 08:12:52 |
|
|
176
176
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2021-10-27 08:13:36 |
|
|
177
177
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2021-09-16 08:14:32 |
|
|
178
178
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2021-09-30 08:11:50 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.228"
|
|
@@ -370,7 +370,7 @@ export interface CreateDBImportJobRequest {
|
|
|
370
370
|
InstanceId: string
|
|
371
371
|
|
|
372
372
|
/**
|
|
373
|
-
*
|
|
373
|
+
* 文件名称。该文件是指用户已上传到腾讯云的文件,仅支持.sql文件。
|
|
374
374
|
*/
|
|
375
375
|
FileName: string
|
|
376
376
|
|
|
@@ -6376,7 +6376,7 @@ export interface CreateDBImportJobResponse {
|
|
|
6376
6376
|
/**
|
|
6377
6377
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
6378
6378
|
*/
|
|
6379
|
-
AsyncRequestId
|
|
6379
|
+
AsyncRequestId: string
|
|
6380
6380
|
|
|
6381
6381
|
/**
|
|
6382
6382
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2087,6 +2087,7 @@ cos:对象存储源站
|
|
|
2087
2087
|
ip:IP 列表作为源站
|
|
2088
2088
|
ipv6:源站列表为一个单独的 IPv6 地址
|
|
2089
2089
|
ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
|
2090
|
+
ip_domain: 支持IP和域名形式源站混填(白名单功能)
|
|
2090
2091
|
ipv6_domain: 源站列表为多个 IPv6 地址以及域名
|
|
2091
2092
|
ip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名
|
|
2092
2093
|
出参增加以下几种类型:
|
|
@@ -10259,6 +10260,12 @@ export interface UrlRedirectRule {
|
|
|
10259
10260
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10260
10261
|
*/
|
|
10261
10262
|
RedirectHost?: string
|
|
10263
|
+
|
|
10264
|
+
/**
|
|
10265
|
+
* 指定是全路径配置还是任意匹配
|
|
10266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10267
|
+
*/
|
|
10268
|
+
FullMatch?: boolean
|
|
10262
10269
|
}
|
|
10263
10270
|
|
|
10264
10271
|
/**
|
|
@@ -1223,7 +1223,7 @@ export interface CreateTopicRequest {
|
|
|
1223
1223
|
InstanceId: string
|
|
1224
1224
|
|
|
1225
1225
|
/**
|
|
1226
|
-
* 主题名称,是一个不超过
|
|
1226
|
+
* 主题名称,是一个不超过 128 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
|
1227
1227
|
*/
|
|
1228
1228
|
TopicName: string
|
|
1229
1229
|
|
|
@@ -1286,6 +1286,11 @@ export interface CreateTopicRequest {
|
|
|
1286
1286
|
* 预设ACL规则的名称
|
|
1287
1287
|
*/
|
|
1288
1288
|
AclRuleName?: string
|
|
1289
|
+
|
|
1290
|
+
/**
|
|
1291
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
1292
|
+
*/
|
|
1293
|
+
RetentionBytes?: number
|
|
1289
1294
|
}
|
|
1290
1295
|
|
|
1291
1296
|
/**
|
|
@@ -1885,6 +1890,12 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
|
1885
1890
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1886
1891
|
*/
|
|
1887
1892
|
MaxMessageBytes: number
|
|
1893
|
+
|
|
1894
|
+
/**
|
|
1895
|
+
* 消息保留文件大小
|
|
1896
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1897
|
+
*/
|
|
1898
|
+
RetentionBytes: number
|
|
1888
1899
|
}
|
|
1889
1900
|
|
|
1890
1901
|
/**
|
|
@@ -3116,6 +3127,11 @@ export interface ModifyTopicAttributesRequest {
|
|
|
3116
3127
|
* 预设ACL规则的名称
|
|
3117
3128
|
*/
|
|
3118
3129
|
AclRuleName?: string
|
|
3130
|
+
|
|
3131
|
+
/**
|
|
3132
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
3133
|
+
*/
|
|
3134
|
+
RetentionBytes?: number
|
|
3119
3135
|
}
|
|
3120
3136
|
|
|
3121
3137
|
/**
|
|
@@ -4077,6 +4077,11 @@ export interface CreateLoadBalancerSnatIpsRequest {
|
|
|
4077
4077
|
* 添加SnatIp信息,可指定IP申请,或者指定子网自动申请。
|
|
4078
4078
|
*/
|
|
4079
4079
|
SnatIps: Array<SnatIp>
|
|
4080
|
+
|
|
4081
|
+
/**
|
|
4082
|
+
* 添加SnatIp个数,与SnatIps一起使用,当指定Ip时,不能指定创建SnatIp个数。
|
|
4083
|
+
*/
|
|
4084
|
+
Number?: number
|
|
4080
4085
|
}
|
|
4081
4086
|
|
|
4082
4087
|
/**
|
|
@@ -5463,6 +5463,18 @@ export interface EffectiveMachineInfo {
|
|
|
5463
5463
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5464
5464
|
*/
|
|
5465
5465
|
Uuid: string
|
|
5466
|
+
|
|
5467
|
+
/**
|
|
5468
|
+
* 内核版本号
|
|
5469
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5470
|
+
*/
|
|
5471
|
+
KernelVersion: string
|
|
5472
|
+
|
|
5473
|
+
/**
|
|
5474
|
+
* 在线状态 OFFLINE,ONLINE
|
|
5475
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5476
|
+
*/
|
|
5477
|
+
MachineStatus: string
|
|
5466
5478
|
}
|
|
5467
5479
|
|
|
5468
5480
|
/**
|
|
@@ -6064,6 +6076,11 @@ export interface Machine {
|
|
|
6064
6076
|
* 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
|
|
6065
6077
|
*/
|
|
6066
6078
|
MachineType: string
|
|
6079
|
+
|
|
6080
|
+
/**
|
|
6081
|
+
* 内核版本
|
|
6082
|
+
*/
|
|
6083
|
+
KernelVersion: string
|
|
6067
6084
|
}
|
|
6068
6085
|
|
|
6069
6086
|
/**
|
|
@@ -9436,6 +9453,11 @@ export interface DescribeVersionStatisticsResponse {
|
|
|
9436
9453
|
*/
|
|
9437
9454
|
ProVersionNum: number
|
|
9438
9455
|
|
|
9456
|
+
/**
|
|
9457
|
+
* 旗舰版数量
|
|
9458
|
+
*/
|
|
9459
|
+
UltimateVersionNum: number
|
|
9460
|
+
|
|
9439
9461
|
/**
|
|
9440
9462
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9441
9463
|
*/
|
|
@@ -416,6 +416,11 @@ export interface RecognizeTargetAudienceRequest {
|
|
|
416
416
|
* 业务数据
|
|
417
417
|
*/
|
|
418
418
|
BspData: InputRecognizeTargetAudience
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* 业务加密数据
|
|
422
|
+
*/
|
|
423
|
+
BusinessEncryptData?: InputBusinessEncryptData
|
|
419
424
|
}
|
|
420
425
|
|
|
421
426
|
/**
|
|
@@ -637,12 +642,12 @@ export interface InputRecognizeTargetAudience {
|
|
|
637
642
|
AdType?: number
|
|
638
643
|
|
|
639
644
|
/**
|
|
640
|
-
* app
|
|
645
|
+
* app名称
|
|
641
646
|
*/
|
|
642
647
|
AppName?: string
|
|
643
648
|
|
|
644
649
|
/**
|
|
645
|
-
*
|
|
650
|
+
* app版本描述
|
|
646
651
|
*/
|
|
647
652
|
AppVer?: string
|
|
648
653
|
|
|
@@ -650,6 +655,11 @@ export interface InputRecognizeTargetAudience {
|
|
|
650
655
|
* 竞价模式1:rtb 2:pd
|
|
651
656
|
*/
|
|
652
657
|
ReqType?: number
|
|
658
|
+
|
|
659
|
+
/**
|
|
660
|
+
* 用户是否授权,1为授权,0为未授权
|
|
661
|
+
*/
|
|
662
|
+
IsAuthorized?: number
|
|
653
663
|
}
|
|
654
664
|
|
|
655
665
|
/**
|
|
@@ -296,7 +296,7 @@ export interface ModifyClusterEndpointSPRequest {
|
|
|
296
296
|
/**
|
|
297
297
|
* 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
|
298
298
|
*/
|
|
299
|
-
SecurityPolicies
|
|
299
|
+
SecurityPolicies?: Array<string>
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
/**
|
|
@@ -1804,7 +1804,7 @@ export interface CreateClusterEndpointVipResponse {
|
|
|
1804
1804
|
/**
|
|
1805
1805
|
* 请求任务的FlowId
|
|
1806
1806
|
*/
|
|
1807
|
-
RequestFlowId
|
|
1807
|
+
RequestFlowId: number
|
|
1808
1808
|
|
|
1809
1809
|
/**
|
|
1810
1810
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -6982,6 +6982,11 @@ export interface ComposeMediaTask {
|
|
|
6982
6982
|
*/
|
|
6983
6983
|
Message: string
|
|
6984
6984
|
|
|
6985
|
+
/**
|
|
6986
|
+
* 制作媒体文件任务进度,取值范围 [0-100] 。
|
|
6987
|
+
*/
|
|
6988
|
+
Progress: number
|
|
6989
|
+
|
|
6985
6990
|
/**
|
|
6986
6991
|
* 制作媒体文件任务的输入。
|
|
6987
6992
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -7001,14 +7006,14 @@ export interface ComposeMediaTask {
|
|
|
7001
7006
|
MetaData: MediaMetaData
|
|
7002
7007
|
|
|
7003
7008
|
/**
|
|
7004
|
-
*
|
|
7009
|
+
* 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
7005
7010
|
*/
|
|
7006
|
-
|
|
7011
|
+
SessionId: string
|
|
7007
7012
|
|
|
7008
7013
|
/**
|
|
7009
|
-
*
|
|
7014
|
+
* 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
|
7010
7015
|
*/
|
|
7011
|
-
|
|
7016
|
+
SessionContext: string
|
|
7012
7017
|
}
|
|
7013
7018
|
|
|
7014
7019
|
/**
|
|
@@ -14584,6 +14589,11 @@ export interface EditMediaTask {
|
|
|
14584
14589
|
*/
|
|
14585
14590
|
Message: string
|
|
14586
14591
|
|
|
14592
|
+
/**
|
|
14593
|
+
* 编辑视频任务进度,取值范围 [0-100] 。
|
|
14594
|
+
*/
|
|
14595
|
+
Progress: number
|
|
14596
|
+
|
|
14587
14597
|
/**
|
|
14588
14598
|
* 视频编辑任务的输入。
|
|
14589
14599
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -14597,14 +14607,14 @@ export interface EditMediaTask {
|
|
|
14597
14607
|
Output: EditMediaTaskOutput
|
|
14598
14608
|
|
|
14599
14609
|
/**
|
|
14600
|
-
*
|
|
14610
|
+
* 原始视频的元信息。
|
|
14601
14611
|
*/
|
|
14602
|
-
|
|
14612
|
+
MetaData: MediaMetaData
|
|
14603
14613
|
|
|
14604
14614
|
/**
|
|
14605
|
-
*
|
|
14615
|
+
* 若发起视频编辑任务时指定了视频处理流程,则该字段为流程任务 ID。
|
|
14606
14616
|
*/
|
|
14607
|
-
|
|
14617
|
+
ProcedureTaskId: string
|
|
14608
14618
|
|
|
14609
14619
|
/**
|
|
14610
14620
|
* 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
@@ -14612,9 +14622,9 @@ export interface EditMediaTask {
|
|
|
14612
14622
|
SessionId: string
|
|
14613
14623
|
|
|
14614
14624
|
/**
|
|
14615
|
-
*
|
|
14625
|
+
* 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
|
14616
14626
|
*/
|
|
14617
|
-
|
|
14627
|
+
SessionContext: string
|
|
14618
14628
|
}
|
|
14619
14629
|
|
|
14620
14630
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.228";
|
|
@@ -294,7 +294,7 @@ export interface CreateDBImportJobRequest {
|
|
|
294
294
|
*/
|
|
295
295
|
InstanceId: string;
|
|
296
296
|
/**
|
|
297
|
-
*
|
|
297
|
+
* 文件名称。该文件是指用户已上传到腾讯云的文件,仅支持.sql文件。
|
|
298
298
|
*/
|
|
299
299
|
FileName: string;
|
|
300
300
|
/**
|
|
@@ -5364,7 +5364,7 @@ export interface CreateDBImportJobResponse {
|
|
|
5364
5364
|
/**
|
|
5365
5365
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
5366
5366
|
*/
|
|
5367
|
-
AsyncRequestId
|
|
5367
|
+
AsyncRequestId: string;
|
|
5368
5368
|
/**
|
|
5369
5369
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5370
5370
|
*/
|
|
@@ -1801,6 +1801,7 @@ cos:对象存储源站
|
|
|
1801
1801
|
ip:IP 列表作为源站
|
|
1802
1802
|
ipv6:源站列表为一个单独的 IPv6 地址
|
|
1803
1803
|
ip_ipv6:源站列表为多个 IPv4 地址和IPv6 地址
|
|
1804
|
+
ip_domain: 支持IP和域名形式源站混填(白名单功能)
|
|
1804
1805
|
ipv6_domain: 源站列表为多个 IPv6 地址以及域名
|
|
1805
1806
|
ip_ipv6_domain:源站列表为多个 IPv4 地址IPv6 地址以及域名
|
|
1806
1807
|
出参增加以下几种类型:
|
|
@@ -8857,6 +8858,11 @@ export interface UrlRedirectRule {
|
|
|
8857
8858
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8858
8859
|
*/
|
|
8859
8860
|
RedirectHost?: string;
|
|
8861
|
+
/**
|
|
8862
|
+
* 指定是全路径配置还是任意匹配
|
|
8863
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8864
|
+
*/
|
|
8865
|
+
FullMatch?: boolean;
|
|
8860
8866
|
}
|
|
8861
8867
|
/**
|
|
8862
8868
|
* 排序类型数据结构
|
|
@@ -1029,7 +1029,7 @@ export interface CreateTopicRequest {
|
|
|
1029
1029
|
*/
|
|
1030
1030
|
InstanceId: string;
|
|
1031
1031
|
/**
|
|
1032
|
-
* 主题名称,是一个不超过
|
|
1032
|
+
* 主题名称,是一个不超过 128 个字符的字符串,必须以字母为首字符,剩余部分可以包含字母、数字和横划线(-)
|
|
1033
1033
|
*/
|
|
1034
1034
|
TopicName: string;
|
|
1035
1035
|
/**
|
|
@@ -1080,6 +1080,10 @@ export interface CreateTopicRequest {
|
|
|
1080
1080
|
* 预设ACL规则的名称
|
|
1081
1081
|
*/
|
|
1082
1082
|
AclRuleName?: string;
|
|
1083
|
+
/**
|
|
1084
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
1085
|
+
*/
|
|
1086
|
+
RetentionBytes?: number;
|
|
1083
1087
|
}
|
|
1084
1088
|
/**
|
|
1085
1089
|
* DeleteAcl返回参数结构体
|
|
@@ -1592,6 +1596,11 @@ delete:日志按保存时间删除;compact:日志按 key 压缩;compact,
|
|
|
1592
1596
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1593
1597
|
*/
|
|
1594
1598
|
MaxMessageBytes: number;
|
|
1599
|
+
/**
|
|
1600
|
+
* 消息保留文件大小
|
|
1601
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1602
|
+
*/
|
|
1603
|
+
RetentionBytes: number;
|
|
1595
1604
|
}
|
|
1596
1605
|
/**
|
|
1597
1606
|
* ModifyPassword请求参数结构体
|
|
@@ -2626,6 +2635,10 @@ export interface ModifyTopicAttributesRequest {
|
|
|
2626
2635
|
* 预设ACL规则的名称
|
|
2627
2636
|
*/
|
|
2628
2637
|
AclRuleName?: string;
|
|
2638
|
+
/**
|
|
2639
|
+
* 可选, 保留文件大小. 默认为-1,单位bytes, 当前最小值为1048576B
|
|
2640
|
+
*/
|
|
2641
|
+
RetentionBytes?: number;
|
|
2629
2642
|
}
|
|
2630
2643
|
/**
|
|
2631
2644
|
* DescribeGroup请求参数结构体
|
|
@@ -3442,6 +3442,10 @@ export interface CreateLoadBalancerSnatIpsRequest {
|
|
|
3442
3442
|
* 添加SnatIp信息,可指定IP申请,或者指定子网自动申请。
|
|
3443
3443
|
*/
|
|
3444
3444
|
SnatIps: Array<SnatIp>;
|
|
3445
|
+
/**
|
|
3446
|
+
* 添加SnatIp个数,与SnatIps一起使用,当指定Ip时,不能指定创建SnatIp个数。
|
|
3447
|
+
*/
|
|
3448
|
+
Number?: number;
|
|
3445
3449
|
}
|
|
3446
3450
|
/**
|
|
3447
3451
|
* ModifyTargetGroupInstancesWeight请求参数结构体
|
|
@@ -4602,6 +4602,16 @@ export interface EffectiveMachineInfo {
|
|
|
4602
4602
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4603
4603
|
*/
|
|
4604
4604
|
Uuid: string;
|
|
4605
|
+
/**
|
|
4606
|
+
* 内核版本号
|
|
4607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4608
|
+
*/
|
|
4609
|
+
KernelVersion: string;
|
|
4610
|
+
/**
|
|
4611
|
+
* 在线状态 OFFLINE,ONLINE
|
|
4612
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4613
|
+
*/
|
|
4614
|
+
MachineStatus: string;
|
|
4605
4615
|
}
|
|
4606
4616
|
/**
|
|
4607
4617
|
* DescribeVulCountByDates返回参数结构体
|
|
@@ -5115,6 +5125,10 @@ export interface Machine {
|
|
|
5115
5125
|
* 机器所属专区类型 CVM 云服务器, BM 黑石, ECM 边缘计算, LH 轻量应用服务器 ,Other 混合云专区
|
|
5116
5126
|
*/
|
|
5117
5127
|
MachineType: string;
|
|
5128
|
+
/**
|
|
5129
|
+
* 内核版本
|
|
5130
|
+
*/
|
|
5131
|
+
KernelVersion: string;
|
|
5118
5132
|
}
|
|
5119
5133
|
/**
|
|
5120
5134
|
* 授权机器信息
|
|
@@ -7963,6 +7977,10 @@ export interface DescribeVersionStatisticsResponse {
|
|
|
7963
7977
|
* 专业版数量
|
|
7964
7978
|
*/
|
|
7965
7979
|
ProVersionNum: number;
|
|
7980
|
+
/**
|
|
7981
|
+
* 旗舰版数量
|
|
7982
|
+
*/
|
|
7983
|
+
UltimateVersionNum: number;
|
|
7966
7984
|
/**
|
|
7967
7985
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7968
7986
|
*/
|
|
@@ -341,6 +341,10 @@ export interface RecognizeTargetAudienceRequest {
|
|
|
341
341
|
* 业务数据
|
|
342
342
|
*/
|
|
343
343
|
BspData: InputRecognizeTargetAudience;
|
|
344
|
+
/**
|
|
345
|
+
* 业务加密数据
|
|
346
|
+
*/
|
|
347
|
+
BusinessEncryptData?: InputBusinessEncryptData;
|
|
344
348
|
}
|
|
345
349
|
/**
|
|
346
350
|
* RecognizeTargetAudience返回参数结构体
|
|
@@ -521,17 +525,21 @@ export interface InputRecognizeTargetAudience {
|
|
|
521
525
|
*/
|
|
522
526
|
AdType?: number;
|
|
523
527
|
/**
|
|
524
|
-
* app
|
|
528
|
+
* app名称
|
|
525
529
|
*/
|
|
526
530
|
AppName?: string;
|
|
527
531
|
/**
|
|
528
|
-
*
|
|
532
|
+
* app版本描述
|
|
529
533
|
*/
|
|
530
534
|
AppVer?: string;
|
|
531
535
|
/**
|
|
532
536
|
* 竞价模式1:rtb 2:pd
|
|
533
537
|
*/
|
|
534
538
|
ReqType?: number;
|
|
539
|
+
/**
|
|
540
|
+
* 用户是否授权,1为授权,0为未授权
|
|
541
|
+
*/
|
|
542
|
+
IsAuthorized?: number;
|
|
535
543
|
}
|
|
536
544
|
/**
|
|
537
545
|
* 流量反欺诈-虚假TA识别
|
|
@@ -240,7 +240,7 @@ export interface ModifyClusterEndpointSPRequest {
|
|
|
240
240
|
/**
|
|
241
241
|
* 安全策略放通单个IP或CIDR(例如: "192.168.1.0/24",默认为拒绝所有)
|
|
242
242
|
*/
|
|
243
|
-
SecurityPolicies
|
|
243
|
+
SecurityPolicies?: Array<string>;
|
|
244
244
|
}
|
|
245
245
|
/**
|
|
246
246
|
* DescribeClusterInstances返回参数结构体
|
|
@@ -1526,7 +1526,7 @@ export interface CreateClusterEndpointVipResponse {
|
|
|
1526
1526
|
/**
|
|
1527
1527
|
* 请求任务的FlowId
|
|
1528
1528
|
*/
|
|
1529
|
-
RequestFlowId
|
|
1529
|
+
RequestFlowId: number;
|
|
1530
1530
|
/**
|
|
1531
1531
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1532
1532
|
*/
|
|
@@ -5979,6 +5979,10 @@ export interface ComposeMediaTask {
|
|
|
5979
5979
|
* 错误信息。
|
|
5980
5980
|
*/
|
|
5981
5981
|
Message: string;
|
|
5982
|
+
/**
|
|
5983
|
+
* 制作媒体文件任务进度,取值范围 [0-100] 。
|
|
5984
|
+
*/
|
|
5985
|
+
Progress: number;
|
|
5982
5986
|
/**
|
|
5983
5987
|
* 制作媒体文件任务的输入。
|
|
5984
5988
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -5994,14 +5998,14 @@ export interface ComposeMediaTask {
|
|
|
5994
5998
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5995
5999
|
*/
|
|
5996
6000
|
MetaData: MediaMetaData;
|
|
5997
|
-
/**
|
|
5998
|
-
* 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
|
5999
|
-
*/
|
|
6000
|
-
SessionContext: string;
|
|
6001
6001
|
/**
|
|
6002
6002
|
* 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
6003
6003
|
*/
|
|
6004
6004
|
SessionId: string;
|
|
6005
|
+
/**
|
|
6006
|
+
* 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
|
6007
|
+
*/
|
|
6008
|
+
SessionContext: string;
|
|
6005
6009
|
}
|
|
6006
6010
|
/**
|
|
6007
6011
|
* 视频片头片尾识别任务控制参数
|
|
@@ -12492,6 +12496,10 @@ export interface EditMediaTask {
|
|
|
12492
12496
|
* 错误信息。
|
|
12493
12497
|
*/
|
|
12494
12498
|
Message: string;
|
|
12499
|
+
/**
|
|
12500
|
+
* 编辑视频任务进度,取值范围 [0-100] 。
|
|
12501
|
+
*/
|
|
12502
|
+
Progress: number;
|
|
12495
12503
|
/**
|
|
12496
12504
|
* 视频编辑任务的输入。
|
|
12497
12505
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -12503,21 +12511,21 @@ export interface EditMediaTask {
|
|
|
12503
12511
|
*/
|
|
12504
12512
|
Output: EditMediaTaskOutput;
|
|
12505
12513
|
/**
|
|
12506
|
-
*
|
|
12514
|
+
* 原始视频的元信息。
|
|
12507
12515
|
*/
|
|
12508
|
-
|
|
12516
|
+
MetaData: MediaMetaData;
|
|
12509
12517
|
/**
|
|
12510
|
-
*
|
|
12518
|
+
* 若发起视频编辑任务时指定了视频处理流程,则该字段为流程任务 ID。
|
|
12511
12519
|
*/
|
|
12512
|
-
|
|
12520
|
+
ProcedureTaskId: string;
|
|
12513
12521
|
/**
|
|
12514
12522
|
* 用于去重的识别码,如果七天内曾有过相同的识别码的请求,则本次的请求会返回错误。最长 50 个字符,不带或者带空字符串表示不做去重。
|
|
12515
12523
|
*/
|
|
12516
12524
|
SessionId: string;
|
|
12517
12525
|
/**
|
|
12518
|
-
*
|
|
12526
|
+
* 来源上下文,用于透传用户请求信息,任务流状态变更回调将返回该字段值,最长 1000 个字符。
|
|
12519
12527
|
*/
|
|
12520
|
-
|
|
12528
|
+
SessionContext: string;
|
|
12521
12529
|
}
|
|
12522
12530
|
/**
|
|
12523
12531
|
* 画面鉴黄任务控制参数
|