tencentcloud-sdk-nodejs 4.0.226 → 4.0.227
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 +157 -170
- package/package.json +1 -1
- package/products.md +6 -6
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +2 -6
- package/src/services/ccc/v20200210/ccc_models.ts +49 -7
- package/src/services/cdb/v20170320/cdb_client.ts +2 -14
- package/src/services/cdb/v20170320/cdb_models.ts +13 -48
- package/src/services/cls/v20201016/cls_client.ts +3 -18
- package/src/services/cls/v20201016/cls_models.ts +16 -1
- package/src/services/cme/v20191029/cme_models.ts +5 -0
- package/src/services/taf/v20200210/taf_client.ts +2 -1
- package/src/services/taf/v20200210/taf_models.ts +22 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +40 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -42
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -18
- package/tencentcloud/services/cls/v20201016/cls_client.js +2 -17
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +18 -6
- package/test/cdb.v20170320.test.js +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,67 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 2 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2021-10-29 08:00:17
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改接口:
|
|
14
|
-
|
|
15
|
-
* [DescribeTaskStrategyRisks](https://cloud.tencent.com/document/api/1264/63112)
|
|
16
|
-
|
|
17
|
-
* 新增出参:Risks
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
23
|
-
|
|
24
|
-
### 第 70 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2021-10-29 08:01:53
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [CreateBackup](https://cloud.tencent.com/document/api/236/15844)
|
|
35
|
-
|
|
36
|
-
* 新增入参:ManualBackupName
|
|
37
|
-
|
|
38
|
-
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
39
|
-
|
|
40
|
-
* 新增入参:DryRun
|
|
41
|
-
|
|
42
|
-
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
43
|
-
|
|
44
|
-
* 新增入参:AlarmPolicyIdList, DryRun
|
|
45
|
-
|
|
46
|
-
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
47
|
-
|
|
48
|
-
* 新增入参:AlarmPolicyIdList, DryRun
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
修改数据结构:
|
|
52
|
-
|
|
53
|
-
* [BackupInfo](https://cloud.tencent.com/document/api/236/15878#BackupInfo)
|
|
54
|
-
|
|
55
|
-
* 新增成员:ManualBackupName
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## 人脸核身(faceid) 版本:2018-03-01
|
|
3
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
61
4
|
|
|
62
|
-
### 第
|
|
5
|
+
### 第 16 次发布
|
|
63
6
|
|
|
64
|
-
发布时间:2021-
|
|
7
|
+
发布时间:2021-11-01 08:06:08
|
|
65
8
|
|
|
66
9
|
本次发布包含了以下内容:
|
|
67
10
|
|
|
@@ -69,92 +12,74 @@
|
|
|
69
12
|
|
|
70
13
|
修改接口:
|
|
71
14
|
|
|
72
|
-
* [
|
|
73
|
-
|
|
74
|
-
* 新增入参:UseCos
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
修改数据结构:
|
|
78
|
-
|
|
79
|
-
* [EidInfo](https://cloud.tencent.com/document/api/1007/41958#EidInfo)
|
|
80
|
-
|
|
81
|
-
* 新增成员:DesKey, UserInfo
|
|
82
|
-
|
|
83
|
-
|
|
15
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
84
16
|
|
|
17
|
+
* 新增入参:SessionId
|
|
85
18
|
|
|
86
|
-
|
|
19
|
+
* <font color="#dd0000">**修改入参**:</font>CdrId
|
|
87
20
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
发布时间:2021-10-29 08:06:21
|
|
21
|
+
* [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
|
|
91
22
|
|
|
92
|
-
|
|
23
|
+
* 新增入参:SessionIds
|
|
93
24
|
|
|
94
|
-
改善已有的文档。
|
|
95
25
|
|
|
96
26
|
修改数据结构:
|
|
97
27
|
|
|
98
|
-
* [
|
|
99
|
-
|
|
100
|
-
* 新增成员:SubLabel
|
|
28
|
+
* [PSTNSession](https://cloud.tencent.com/document/api/679/47715#PSTNSession)
|
|
101
29
|
|
|
102
|
-
*
|
|
30
|
+
* 新增成员:ProtectedCaller, ProtectedCallee
|
|
103
31
|
|
|
104
|
-
|
|
32
|
+
* [PSTNSessionInfo](https://cloud.tencent.com/document/api/679/47715#PSTNSessionInfo)
|
|
105
33
|
|
|
34
|
+
* 新增成员:ProtectedCaller, ProtectedCallee
|
|
106
35
|
|
|
36
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
107
37
|
|
|
38
|
+
* 新增成员:ProtectedCaller, ProtectedCallee
|
|
108
39
|
|
|
109
|
-
## 图片内容检测(ims) 版本:2020-07-13
|
|
110
40
|
|
|
111
41
|
|
|
112
42
|
|
|
113
|
-
##
|
|
43
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
114
44
|
|
|
115
|
-
### 第
|
|
45
|
+
### 第 71 次发布
|
|
116
46
|
|
|
117
|
-
发布时间:2021-
|
|
47
|
+
发布时间:2021-11-01 08:06:13
|
|
118
48
|
|
|
119
49
|
本次发布包含了以下内容:
|
|
120
50
|
|
|
121
51
|
改善已有的文档。
|
|
122
52
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
* [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
|
|
126
|
-
|
|
127
|
-
新增数据结构:
|
|
53
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
128
54
|
|
|
129
|
-
*
|
|
130
|
-
* [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
|
|
55
|
+
* ModifyRoType
|
|
131
56
|
|
|
132
57
|
|
|
133
58
|
|
|
134
|
-
##
|
|
59
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
135
60
|
|
|
136
|
-
### 第
|
|
61
|
+
### 第 12 次发布
|
|
137
62
|
|
|
138
|
-
发布时间:2021-
|
|
63
|
+
发布时间:2021-11-01 08:07:18
|
|
139
64
|
|
|
140
65
|
本次发布包含了以下内容:
|
|
141
66
|
|
|
142
67
|
改善已有的文档。
|
|
143
68
|
|
|
144
|
-
|
|
69
|
+
修改接口:
|
|
145
70
|
|
|
146
|
-
* [
|
|
71
|
+
* [UploadLog](https://cloud.tencent.com/document/api/614/59470)
|
|
147
72
|
|
|
148
|
-
*
|
|
73
|
+
* 新增入参:TopicId, HashKey, CompressType
|
|
149
74
|
|
|
150
75
|
|
|
151
76
|
|
|
152
77
|
|
|
153
|
-
##
|
|
78
|
+
## 腾讯云剪(cme) 版本:2019-10-29
|
|
154
79
|
|
|
155
|
-
### 第
|
|
80
|
+
### 第 40 次发布
|
|
156
81
|
|
|
157
|
-
发布时间:2021-
|
|
82
|
+
发布时间:2021-11-01 08:07:26
|
|
158
83
|
|
|
159
84
|
本次发布包含了以下内容:
|
|
160
85
|
|
|
@@ -162,82 +87,40 @@
|
|
|
162
87
|
|
|
163
88
|
修改接口:
|
|
164
89
|
|
|
165
|
-
* [
|
|
166
|
-
|
|
167
|
-
* 新增入参:VersionId
|
|
168
|
-
|
|
169
|
-
|
|
90
|
+
* [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
|
|
170
91
|
|
|
92
|
+
* 新增入参:AspectRatio
|
|
171
93
|
|
|
172
|
-
## 弹性微服务(tem) 版本:2020-12-21
|
|
173
94
|
|
|
174
95
|
|
|
175
96
|
|
|
176
|
-
##
|
|
97
|
+
## 流量反欺诈(taf) 版本:2020-02-10
|
|
177
98
|
|
|
178
|
-
### 第
|
|
99
|
+
### 第 8 次发布
|
|
179
100
|
|
|
180
|
-
发布时间:2021-
|
|
101
|
+
发布时间:2021-11-01 08:13:31
|
|
181
102
|
|
|
182
103
|
本次发布包含了以下内容:
|
|
183
104
|
|
|
184
105
|
改善已有的文档。
|
|
185
106
|
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
* [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
|
|
189
|
-
* [CreateImage](https://cloud.tencent.com/document/api/865/63487)
|
|
190
|
-
* [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
|
|
191
|
-
* [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
|
|
192
|
-
* [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
|
|
193
|
-
* [SearchImage](https://cloud.tencent.com/document/api/865/63483)
|
|
194
|
-
|
|
195
|
-
新增数据结构:
|
|
196
|
-
|
|
197
|
-
* [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
|
|
198
|
-
* [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## 互动白板(tiw) 版本:2019-09-19
|
|
203
|
-
|
|
204
|
-
### 第 22 次发布
|
|
205
|
-
|
|
206
|
-
发布时间:2021-10-29 08:10:34
|
|
207
|
-
|
|
208
|
-
本次发布包含了以下内容:
|
|
107
|
+
修改接口:
|
|
209
108
|
|
|
210
|
-
|
|
109
|
+
* [EnhanceTaDegree](https://cloud.tencent.com/document/api/1031/43308)
|
|
211
110
|
|
|
212
|
-
|
|
111
|
+
* 新增入参:BusinessEncryptData
|
|
213
112
|
|
|
214
|
-
* [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
|
|
215
113
|
|
|
216
114
|
新增数据结构:
|
|
217
115
|
|
|
218
|
-
* [
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
223
|
-
|
|
224
|
-
### 第 27 次发布
|
|
225
|
-
|
|
226
|
-
发布时间:2021-10-29 08:10:53
|
|
227
|
-
|
|
228
|
-
本次发布包含了以下内容:
|
|
229
|
-
|
|
230
|
-
改善已有的文档。
|
|
116
|
+
* [InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)
|
|
231
117
|
|
|
232
|
-
|
|
118
|
+
修改数据结构:
|
|
233
119
|
|
|
234
|
-
*
|
|
235
|
-
* DescribeRealtimeQuality
|
|
236
|
-
* DescribeRealtimeScale
|
|
120
|
+
* [InputTaBspData](https://cloud.tencent.com/document/api/1031/43310#InputTaBspData)
|
|
237
121
|
|
|
238
|
-
|
|
122
|
+
* 新增成员:IsAuthorized
|
|
239
123
|
|
|
240
|
-
* RealtimeData
|
|
241
124
|
|
|
242
125
|
|
|
243
126
|
|
|
@@ -7882,6 +7765,42 @@
|
|
|
7882
7765
|
|
|
7883
7766
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
7884
7767
|
|
|
7768
|
+
### 第 16 次发布
|
|
7769
|
+
|
|
7770
|
+
发布时间:2021-11-01 08:06:08
|
|
7771
|
+
|
|
7772
|
+
本次发布包含了以下内容:
|
|
7773
|
+
|
|
7774
|
+
改善已有的文档。
|
|
7775
|
+
|
|
7776
|
+
修改接口:
|
|
7777
|
+
|
|
7778
|
+
* [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
|
|
7779
|
+
|
|
7780
|
+
* 新增入参:SessionId
|
|
7781
|
+
|
|
7782
|
+
* <font color="#dd0000">**修改入参**:</font>CdrId
|
|
7783
|
+
|
|
7784
|
+
* [DescribeTelCdr](https://cloud.tencent.com/document/api/679/47714)
|
|
7785
|
+
|
|
7786
|
+
* 新增入参:SessionIds
|
|
7787
|
+
|
|
7788
|
+
|
|
7789
|
+
修改数据结构:
|
|
7790
|
+
|
|
7791
|
+
* [PSTNSession](https://cloud.tencent.com/document/api/679/47715#PSTNSession)
|
|
7792
|
+
|
|
7793
|
+
* 新增成员:ProtectedCaller, ProtectedCallee
|
|
7794
|
+
|
|
7795
|
+
* [PSTNSessionInfo](https://cloud.tencent.com/document/api/679/47715#PSTNSessionInfo)
|
|
7796
|
+
|
|
7797
|
+
* 新增成员:ProtectedCaller, ProtectedCallee
|
|
7798
|
+
|
|
7799
|
+
* [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
|
|
7800
|
+
|
|
7801
|
+
* 新增成员:ProtectedCaller, ProtectedCallee
|
|
7802
|
+
|
|
7803
|
+
|
|
7885
7804
|
### 第 15 次发布
|
|
7886
7805
|
|
|
7887
7806
|
发布时间:2021-08-10 08:01:44
|
|
@@ -8159,6 +8078,18 @@
|
|
|
8159
8078
|
|
|
8160
8079
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8161
8080
|
|
|
8081
|
+
### 第 71 次发布
|
|
8082
|
+
|
|
8083
|
+
发布时间:2021-11-01 08:06:13
|
|
8084
|
+
|
|
8085
|
+
本次发布包含了以下内容:
|
|
8086
|
+
|
|
8087
|
+
改善已有的文档。
|
|
8088
|
+
|
|
8089
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
8090
|
+
|
|
8091
|
+
* ModifyRoType
|
|
8092
|
+
|
|
8162
8093
|
### 第 70 次发布
|
|
8163
8094
|
|
|
8164
8095
|
发布时间:2021-10-29 08:01:53
|
|
@@ -14524,6 +14455,21 @@
|
|
|
14524
14455
|
|
|
14525
14456
|
## 日志服务(cls) 版本:2020-10-16
|
|
14526
14457
|
|
|
14458
|
+
### 第 12 次发布
|
|
14459
|
+
|
|
14460
|
+
发布时间:2021-11-01 08:07:18
|
|
14461
|
+
|
|
14462
|
+
本次发布包含了以下内容:
|
|
14463
|
+
|
|
14464
|
+
改善已有的文档。
|
|
14465
|
+
|
|
14466
|
+
修改接口:
|
|
14467
|
+
|
|
14468
|
+
* [UploadLog](https://cloud.tencent.com/document/api/614/59470)
|
|
14469
|
+
|
|
14470
|
+
* 新增入参:TopicId, HashKey, CompressType
|
|
14471
|
+
|
|
14472
|
+
|
|
14527
14473
|
### 第 11 次发布
|
|
14528
14474
|
|
|
14529
14475
|
发布时间:2021-10-27 08:04:57
|
|
@@ -14832,6 +14778,21 @@
|
|
|
14832
14778
|
|
|
14833
14779
|
## 腾讯云剪(cme) 版本:2019-10-29
|
|
14834
14780
|
|
|
14781
|
+
### 第 40 次发布
|
|
14782
|
+
|
|
14783
|
+
发布时间:2021-11-01 08:07:26
|
|
14784
|
+
|
|
14785
|
+
本次发布包含了以下内容:
|
|
14786
|
+
|
|
14787
|
+
改善已有的文档。
|
|
14788
|
+
|
|
14789
|
+
修改接口:
|
|
14790
|
+
|
|
14791
|
+
* [ExportVideoByEditorTrackData](https://cloud.tencent.com/document/api/1156/44159)
|
|
14792
|
+
|
|
14793
|
+
* 新增入参:AspectRatio
|
|
14794
|
+
|
|
14795
|
+
|
|
14835
14796
|
### 第 39 次发布
|
|
14836
14797
|
|
|
14837
14798
|
发布时间:2021-09-15 08:03:30
|
|
@@ -43994,12 +43955,12 @@
|
|
|
43994
43955
|
|
|
43995
43956
|
新增接口:
|
|
43996
43957
|
|
|
43997
|
-
* [
|
|
43958
|
+
* [BatchSendEmail](https://cloud.tencent.com/document/api/1288/63481)
|
|
43998
43959
|
|
|
43999
43960
|
新增数据结构:
|
|
44000
43961
|
|
|
44001
|
-
* [
|
|
44002
|
-
* [
|
|
43962
|
+
* [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
|
|
43963
|
+
* [TimedEmailParam](https://cloud.tencent.com/document/api/1288/51053#TimedEmailParam)
|
|
44003
43964
|
|
|
44004
43965
|
### 第 4 次发布
|
|
44005
43966
|
|
|
@@ -45982,6 +45943,32 @@
|
|
|
45982
45943
|
|
|
45983
45944
|
## 流量反欺诈(taf) 版本:2020-02-10
|
|
45984
45945
|
|
|
45946
|
+
### 第 8 次发布
|
|
45947
|
+
|
|
45948
|
+
发布时间:2021-11-01 08:13:31
|
|
45949
|
+
|
|
45950
|
+
本次发布包含了以下内容:
|
|
45951
|
+
|
|
45952
|
+
改善已有的文档。
|
|
45953
|
+
|
|
45954
|
+
修改接口:
|
|
45955
|
+
|
|
45956
|
+
* [EnhanceTaDegree](https://cloud.tencent.com/document/api/1031/43308)
|
|
45957
|
+
|
|
45958
|
+
* 新增入参:BusinessEncryptData
|
|
45959
|
+
|
|
45960
|
+
|
|
45961
|
+
新增数据结构:
|
|
45962
|
+
|
|
45963
|
+
* [[InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData)](https://cloud.tencent.com/document/api/1031/43310#[InputBusinessEncryptData](https://cloud.tencent.com/document/api/1031/43310#InputBusinessEncryptData))
|
|
45964
|
+
|
|
45965
|
+
修改数据结构:
|
|
45966
|
+
|
|
45967
|
+
* [InputTaBspData](https://cloud.tencent.com/document/api/1031/43310#InputTaBspData)
|
|
45968
|
+
|
|
45969
|
+
* 新增成员:IsAuthorized
|
|
45970
|
+
|
|
45971
|
+
|
|
45985
45972
|
### 第 7 次发布
|
|
45986
45973
|
|
|
45987
45974
|
发布时间:2021-10-29 08:09:22
|
|
@@ -51396,17 +51383,17 @@
|
|
|
51396
51383
|
|
|
51397
51384
|
新增接口:
|
|
51398
51385
|
|
|
51399
|
-
* [
|
|
51400
|
-
* [
|
|
51401
|
-
* [
|
|
51402
|
-
* [
|
|
51403
|
-
* [
|
|
51404
|
-
* [
|
|
51386
|
+
* [CreateGroup](https://cloud.tencent.com/document/api/865/63488)
|
|
51387
|
+
* [CreateImage](https://cloud.tencent.com/document/api/865/63487)
|
|
51388
|
+
* [DeleteImages](https://cloud.tencent.com/document/api/865/63486)
|
|
51389
|
+
* [DescribeGroups](https://cloud.tencent.com/document/api/865/63485)
|
|
51390
|
+
* [DescribeImages](https://cloud.tencent.com/document/api/865/63484)
|
|
51391
|
+
* [SearchImage](https://cloud.tencent.com/document/api/865/63483)
|
|
51405
51392
|
|
|
51406
51393
|
新增数据结构:
|
|
51407
51394
|
|
|
51408
|
-
* [
|
|
51409
|
-
* [
|
|
51395
|
+
* [GroupInfo](https://cloud.tencent.com/document/api/865/35474#GroupInfo)
|
|
51396
|
+
* [ImageInfo](https://cloud.tencent.com/document/api/865/35474#ImageInfo)
|
|
51410
51397
|
|
|
51411
51398
|
### 第 15 次发布
|
|
51412
51399
|
|
|
@@ -52014,11 +52001,11 @@
|
|
|
52014
52001
|
|
|
52015
52002
|
新增接口:
|
|
52016
52003
|
|
|
52017
|
-
* [
|
|
52004
|
+
* [DescribeTIWDailyUsage](https://cloud.tencent.com/document/api/1137/63489)
|
|
52018
52005
|
|
|
52019
52006
|
新增数据结构:
|
|
52020
52007
|
|
|
52021
|
-
* [
|
|
52008
|
+
* [UsageDataItem](https://cloud.tencent.com/document/api/1137/40068#UsageDataItem)
|
|
52022
52009
|
|
|
52023
52010
|
### 第 21 次发布
|
|
52024
52011
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2021-09-16 08:01:43 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/546) | 2021-04-25 10:09:57 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2021-09-29 08:00:45 |
|
|
15
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-
|
|
15
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2021-11-01 08:05:02 |
|
|
16
16
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2021-09-16 08:01:57 |
|
|
17
17
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2021-09-16 08:01:40 |
|
|
18
18
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2021-09-16 08:01:39 |
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-09-16 08:05:04 |
|
|
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
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-
|
|
34
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2021-
|
|
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-01 08:06:13 |
|
|
35
35
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2021-10-28 15:10:03 |
|
|
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 |
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2021-10-26 08:06:08 |
|
|
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
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-
|
|
48
|
-
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-
|
|
47
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2021-11-01 08:07:18 |
|
|
48
|
+
| cme | [腾讯云剪](https://cloud.tencent.com/document/product/1156) | 2021-11-01 08:07:26 |
|
|
49
49
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2021-09-16 08:03:08 |
|
|
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 |
|
|
@@ -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-
|
|
140
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-11-01 08:13:31 |
|
|
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 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.227"
|
|
@@ -2645,10 +2645,6 @@ export interface DescribeLifecycleHooksRequest {
|
|
|
2645
2645
|
<li> lifecycle-hook-id - String - 是否必填:否 -(过滤条件)按照生命周期挂钩ID过滤。</li>
|
|
2646
2646
|
<li> lifecycle-hook-name - String - 是否必填:否 -(过滤条件)按照生命周期挂钩名称过滤。</li>
|
|
2647
2647
|
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
|
|
2648
|
-
过滤条件。
|
|
2649
|
-
<li> lifecycle-hook-id - String - 是否必填:否 -(过滤条件)按照生命周期挂钩ID过滤。</li>
|
|
2650
|
-
<li> lifecycle-hook-name - String - 是否必填:否 -(过滤条件)按照生命周期挂钩名称过滤。</li>
|
|
2651
|
-
<li> auto-scaling-group-id - String - 是否必填:否 -(过滤条件)按照伸缩组ID过滤。</li>
|
|
2652
2648
|
每次请求的`Filters`的上限为10,`Filter.Values`的上限为5。参数不支持同时指定`LifecycleHookIds `和`Filters`。
|
|
2653
2649
|
*/
|
|
2654
2650
|
Filters?: Array<Filter>
|
|
@@ -2885,12 +2881,12 @@ export interface DescribeLifecycleHooksResponse {
|
|
|
2885
2881
|
/**
|
|
2886
2882
|
* 生命周期挂钩数组
|
|
2887
2883
|
*/
|
|
2888
|
-
LifecycleHookSet
|
|
2884
|
+
LifecycleHookSet: Array<LifecycleHook>
|
|
2889
2885
|
|
|
2890
2886
|
/**
|
|
2891
2887
|
* 总体数量
|
|
2892
2888
|
*/
|
|
2893
|
-
TotalCount
|
|
2889
|
+
TotalCount: number
|
|
2894
2890
|
|
|
2895
2891
|
/**
|
|
2896
2892
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -575,6 +575,18 @@ notInService 不在服务区
|
|
|
575
575
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
576
576
|
*/
|
|
577
577
|
SessionId: string
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
|
581
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
582
|
+
*/
|
|
583
|
+
ProtectedCaller: string
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
|
587
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
588
|
+
*/
|
|
589
|
+
ProtectedCallee: string
|
|
578
590
|
}
|
|
579
591
|
|
|
580
592
|
/**
|
|
@@ -660,12 +672,12 @@ export interface DescribeChatMessagesResponse {
|
|
|
660
672
|
/**
|
|
661
673
|
* 总记录数
|
|
662
674
|
*/
|
|
663
|
-
TotalCount
|
|
675
|
+
TotalCount: number
|
|
664
676
|
|
|
665
677
|
/**
|
|
666
678
|
* 消息列表
|
|
667
679
|
*/
|
|
668
|
-
Messages
|
|
680
|
+
Messages: Array<MessageBody>
|
|
669
681
|
|
|
670
682
|
/**
|
|
671
683
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -777,11 +789,6 @@ export interface ErrStaffItem {
|
|
|
777
789
|
* DescribeChatMessages请求参数结构体
|
|
778
790
|
*/
|
|
779
791
|
export interface DescribeChatMessagesRequest {
|
|
780
|
-
/**
|
|
781
|
-
* 服务记录ID
|
|
782
|
-
*/
|
|
783
|
-
CdrId: string
|
|
784
|
-
|
|
785
792
|
/**
|
|
786
793
|
* 实例ID
|
|
787
794
|
*/
|
|
@@ -792,6 +799,11 @@ export interface DescribeChatMessagesRequest {
|
|
|
792
799
|
*/
|
|
793
800
|
SdkAppId?: number
|
|
794
801
|
|
|
802
|
+
/**
|
|
803
|
+
* 服务记录ID
|
|
804
|
+
*/
|
|
805
|
+
CdrId?: string
|
|
806
|
+
|
|
795
807
|
/**
|
|
796
808
|
* 返回记录条数 最大为100默认20
|
|
797
809
|
*/
|
|
@@ -806,6 +818,11 @@ export interface DescribeChatMessagesRequest {
|
|
|
806
818
|
* 1为从早到晚,2为从晚到早,默认为2
|
|
807
819
|
*/
|
|
808
820
|
Order?: number
|
|
821
|
+
|
|
822
|
+
/**
|
|
823
|
+
* 服务记录SessionID
|
|
824
|
+
*/
|
|
825
|
+
SessionId?: string
|
|
809
826
|
}
|
|
810
827
|
|
|
811
828
|
/**
|
|
@@ -880,6 +897,16 @@ finished 已完成
|
|
|
880
897
|
* 转外线被叫
|
|
881
898
|
*/
|
|
882
899
|
OutBoundCallee: string
|
|
900
|
+
|
|
901
|
+
/**
|
|
902
|
+
* 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
|
903
|
+
*/
|
|
904
|
+
ProtectedCaller: string
|
|
905
|
+
|
|
906
|
+
/**
|
|
907
|
+
* 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
|
908
|
+
*/
|
|
909
|
+
ProtectedCallee: string
|
|
883
910
|
}
|
|
884
911
|
|
|
885
912
|
/**
|
|
@@ -1075,6 +1102,16 @@ export interface PSTNSessionInfo {
|
|
|
1075
1102
|
* 振铃时间,Unix 时间戳
|
|
1076
1103
|
*/
|
|
1077
1104
|
RingTimestamp: number
|
|
1105
|
+
|
|
1106
|
+
/**
|
|
1107
|
+
* 主叫号码保护ID,开启号码保护映射功能时有效,且Caller字段置空
|
|
1108
|
+
*/
|
|
1109
|
+
ProtectedCaller: string
|
|
1110
|
+
|
|
1111
|
+
/**
|
|
1112
|
+
* 被叫号码保护ID,开启号码保护映射功能时有效,且Callee字段置空
|
|
1113
|
+
*/
|
|
1114
|
+
ProtectedCallee: string
|
|
1078
1115
|
}
|
|
1079
1116
|
|
|
1080
1117
|
/**
|
|
@@ -1411,6 +1448,11 @@ export interface DescribeTelCdrRequest {
|
|
|
1411
1448
|
* 按手机号筛选
|
|
1412
1449
|
*/
|
|
1413
1450
|
Phones?: Array<string>
|
|
1451
|
+
|
|
1452
|
+
/**
|
|
1453
|
+
* 按SessionId筛选
|
|
1454
|
+
*/
|
|
1455
|
+
SessionIds?: Array<string>
|
|
1414
1456
|
}
|
|
1415
1457
|
|
|
1416
1458
|
/**
|