tencentcloud-sdk-nodejs-tcb 4.0.271 → 4.0.272
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 +233 -0
- package/SERVICE_CHANGELOG.md +346 -44
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/services/tcb/v20180608/tcb_client.ts +14 -0
- package/src/services/tcb/v20180608/tcb_models.ts +115 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +6 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +96 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,236 @@
|
|
|
1
|
+
# Release 4.0.272
|
|
2
|
+
|
|
3
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
4
|
+
|
|
5
|
+
### 第 38 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-01-13 08:11:09
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [InitializeDisks](https://cloud.tencent.com/document/api/362/68110)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
20
|
+
|
|
21
|
+
### 第 79 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-01-13 08:11:45
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [CreateParamTemplate](https://cloud.tencent.com/document/api/236/32663)
|
|
32
|
+
|
|
33
|
+
* 新增入参:TemplateType
|
|
34
|
+
|
|
35
|
+
* [DescribeParamTemplateInfo](https://cloud.tencent.com/document/api/236/32660)
|
|
36
|
+
|
|
37
|
+
* 新增出参:TemplateType
|
|
38
|
+
|
|
39
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
40
|
+
|
|
41
|
+
* 新增入参:EngineVersions
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
修改数据结构:
|
|
45
|
+
|
|
46
|
+
* [ParamTemplateInfo](https://cloud.tencent.com/document/api/236/15878#ParamTemplateInfo)
|
|
47
|
+
|
|
48
|
+
* 新增成员:TemplateType
|
|
49
|
+
|
|
50
|
+
* [ParameterDetail](https://cloud.tencent.com/document/api/236/15878#ParameterDetail)
|
|
51
|
+
|
|
52
|
+
* 新增成员:MaxFunc, MinFunc
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
58
|
+
|
|
59
|
+
### 第 15 次发布
|
|
60
|
+
|
|
61
|
+
发布时间:2022-01-13 08:15:21
|
|
62
|
+
|
|
63
|
+
本次发布包含了以下内容:
|
|
64
|
+
|
|
65
|
+
改善已有的文档。
|
|
66
|
+
|
|
67
|
+
修改接口:
|
|
68
|
+
|
|
69
|
+
* [CreateNatFwInstance](https://cloud.tencent.com/document/api/1132/60250)
|
|
70
|
+
|
|
71
|
+
* 新增出参:CfwInsId
|
|
72
|
+
|
|
73
|
+
* [CreateNatFwInstanceWithDomain](https://cloud.tencent.com/document/api/1132/61923)
|
|
74
|
+
|
|
75
|
+
* 新增出参:CfwInsId
|
|
76
|
+
|
|
77
|
+
* [DescribeVpcRuleOverview](https://cloud.tencent.com/document/api/1132/49065)
|
|
78
|
+
|
|
79
|
+
* 新增出参:Total
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
85
|
+
|
|
86
|
+
### 第 69 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2022-01-13 08:23:09
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改接口:
|
|
95
|
+
|
|
96
|
+
* [ResizeInstanceDisks](https://cloud.tencent.com/document/api/213/15731)
|
|
97
|
+
|
|
98
|
+
* 新增入参:SystemDisk, ResizeOnline
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
104
|
+
|
|
105
|
+
### 第 33 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2022-01-13 08:32:29
|
|
108
|
+
|
|
109
|
+
本次发布包含了以下内容:
|
|
110
|
+
|
|
111
|
+
改善已有的文档。
|
|
112
|
+
|
|
113
|
+
新增接口:
|
|
114
|
+
|
|
115
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
|
|
120
|
+
|
|
121
|
+
### 第 13 次发布
|
|
122
|
+
|
|
123
|
+
发布时间:2022-01-12 20:31:09
|
|
124
|
+
|
|
125
|
+
本次发布包含了以下内容:
|
|
126
|
+
|
|
127
|
+
改善已有的文档。
|
|
128
|
+
|
|
129
|
+
修改接口:
|
|
130
|
+
|
|
131
|
+
* [DescribeOrgResourcesAuthorization](https://cloud.tencent.com/document/api/1442/60259)
|
|
132
|
+
|
|
133
|
+
* <font color="#dd0000">**修改出参**:</font>AuthorizationOrgResourceList
|
|
134
|
+
|
|
135
|
+
* [DescribeUserGroupResourcesAuthorization](https://cloud.tencent.com/document/api/1442/60258)
|
|
136
|
+
|
|
137
|
+
* <font color="#dd0000">**修改出参**:</font>AuthorizationUserGroupResourceList
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [AuthorizationResourceEntityInfo](https://cloud.tencent.com/document/api/1442/57931#AuthorizationResourceEntityInfo)
|
|
143
|
+
|
|
144
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
145
|
+
|
|
146
|
+
* AuthorizationResouceEntityInfo
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
155
|
+
|
|
156
|
+
### 第 25 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2022-01-13 08:43:07
|
|
159
|
+
|
|
160
|
+
本次发布包含了以下内容:
|
|
161
|
+
|
|
162
|
+
改善已有的文档。
|
|
163
|
+
|
|
164
|
+
新增接口:
|
|
165
|
+
|
|
166
|
+
* [ListLog](https://cloud.tencent.com/document/api/634/68114)
|
|
167
|
+
* [ListLogPayload](https://cloud.tencent.com/document/api/634/68113)
|
|
168
|
+
* [ListSDKLog](https://cloud.tencent.com/document/api/634/68112)
|
|
169
|
+
|
|
170
|
+
新增数据结构:
|
|
171
|
+
|
|
172
|
+
* [CLSLogItem](https://cloud.tencent.com/document/api/634/19497#CLSLogItem)
|
|
173
|
+
* [PayloadLogItem](https://cloud.tencent.com/document/api/634/19497#PayloadLogItem)
|
|
174
|
+
* [SDKLogItem](https://cloud.tencent.com/document/api/634/19497#SDKLogItem)
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
179
|
+
|
|
180
|
+
### 第 30 次发布
|
|
181
|
+
|
|
182
|
+
发布时间:2022-01-13 08:50:16
|
|
183
|
+
|
|
184
|
+
本次发布包含了以下内容:
|
|
185
|
+
|
|
186
|
+
改善已有的文档。
|
|
187
|
+
|
|
188
|
+
新增接口:
|
|
189
|
+
|
|
190
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/237/68116)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
195
|
+
|
|
196
|
+
### 第 6 次发布
|
|
197
|
+
|
|
198
|
+
发布时间:2022-01-13 08:58:20
|
|
199
|
+
|
|
200
|
+
本次发布包含了以下内容:
|
|
201
|
+
|
|
202
|
+
改善已有的文档。
|
|
203
|
+
|
|
204
|
+
修改接口:
|
|
205
|
+
|
|
206
|
+
* [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
|
|
207
|
+
|
|
208
|
+
* 新增入参:Unsubscribe
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
214
|
+
|
|
215
|
+
### 第 78 次发布
|
|
216
|
+
|
|
217
|
+
发布时间:2022-01-13 09:02:45
|
|
218
|
+
|
|
219
|
+
本次发布包含了以下内容:
|
|
220
|
+
|
|
221
|
+
改善已有的文档。
|
|
222
|
+
|
|
223
|
+
新增接口:
|
|
224
|
+
|
|
225
|
+
* [SearchClsLog](https://cloud.tencent.com/document/api/876/68117)
|
|
226
|
+
|
|
227
|
+
新增数据结构:
|
|
228
|
+
|
|
229
|
+
* [LogObject](https://cloud.tencent.com/document/api/876/34822#LogObject)
|
|
230
|
+
* [LogResObject](https://cloud.tencent.com/document/api/876/34822#LogResObject)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
1
234
|
# Release 4.0.271
|
|
2
235
|
|
|
3
236
|
## 云硬盘(cbs) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,47 +2,109 @@
|
|
|
2
2
|
|
|
3
3
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 38 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-01-
|
|
7
|
+
发布时间:2022-01-13 08:11:09
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [InitializeDisks](https://cloud.tencent.com/document/api/362/68110)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
20
|
+
|
|
21
|
+
### 第 79 次发布
|
|
22
|
+
|
|
23
|
+
发布时间:2022-01-13 08:11:45
|
|
8
24
|
|
|
9
25
|
本次发布包含了以下内容:
|
|
10
26
|
|
|
11
27
|
改善已有的文档。
|
|
12
28
|
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [CreateParamTemplate](https://cloud.tencent.com/document/api/236/32663)
|
|
32
|
+
|
|
33
|
+
* 新增入参:TemplateType
|
|
34
|
+
|
|
35
|
+
* [DescribeParamTemplateInfo](https://cloud.tencent.com/document/api/236/32660)
|
|
36
|
+
|
|
37
|
+
* 新增出参:TemplateType
|
|
38
|
+
|
|
39
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
40
|
+
|
|
41
|
+
* 新增入参:EngineVersions
|
|
42
|
+
|
|
43
|
+
|
|
13
44
|
修改数据结构:
|
|
14
45
|
|
|
15
|
-
* [
|
|
46
|
+
* [ParamTemplateInfo](https://cloud.tencent.com/document/api/236/15878#ParamTemplateInfo)
|
|
16
47
|
|
|
17
|
-
* 新增成员:
|
|
48
|
+
* 新增成员:TemplateType
|
|
18
49
|
|
|
50
|
+
* [ParameterDetail](https://cloud.tencent.com/document/api/236/15878#ParameterDetail)
|
|
19
51
|
|
|
52
|
+
* 新增成员:MaxFunc, MinFunc
|
|
20
53
|
|
|
21
54
|
|
|
22
|
-
## 云监控(monitor) 版本:2018-07-24
|
|
23
55
|
|
|
24
|
-
### 第 36 次发布
|
|
25
56
|
|
|
26
|
-
|
|
57
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
58
|
+
|
|
59
|
+
### 第 15 次发布
|
|
60
|
+
|
|
61
|
+
发布时间:2022-01-13 08:15:21
|
|
27
62
|
|
|
28
63
|
本次发布包含了以下内容:
|
|
29
64
|
|
|
30
65
|
改善已有的文档。
|
|
31
66
|
|
|
32
|
-
|
|
67
|
+
修改接口:
|
|
33
68
|
|
|
34
|
-
* [
|
|
69
|
+
* [CreateNatFwInstance](https://cloud.tencent.com/document/api/1132/60250)
|
|
35
70
|
|
|
36
|
-
*
|
|
71
|
+
* 新增出参:CfwInsId
|
|
37
72
|
|
|
73
|
+
* [CreateNatFwInstanceWithDomain](https://cloud.tencent.com/document/api/1132/61923)
|
|
38
74
|
|
|
75
|
+
* 新增出参:CfwInsId
|
|
39
76
|
|
|
77
|
+
* [DescribeVpcRuleOverview](https://cloud.tencent.com/document/api/1132/49065)
|
|
40
78
|
|
|
41
|
-
|
|
79
|
+
* 新增出参:Total
|
|
42
80
|
|
|
43
|
-
### 第 24 次发布
|
|
44
81
|
|
|
45
|
-
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
85
|
+
|
|
86
|
+
### 第 69 次发布
|
|
87
|
+
|
|
88
|
+
发布时间:2022-01-13 08:23:09
|
|
89
|
+
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改接口:
|
|
95
|
+
|
|
96
|
+
* [ResizeInstanceDisks](https://cloud.tencent.com/document/api/213/15731)
|
|
97
|
+
|
|
98
|
+
* 新增入参:SystemDisk, ResizeOnline
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
104
|
+
|
|
105
|
+
### 第 33 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2022-01-13 08:32:29
|
|
46
108
|
|
|
47
109
|
本次发布包含了以下内容:
|
|
48
110
|
|
|
@@ -50,43 +112,90 @@
|
|
|
50
112
|
|
|
51
113
|
新增接口:
|
|
52
114
|
|
|
53
|
-
* [
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
115
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
|
|
120
|
+
|
|
121
|
+
### 第 13 次发布
|
|
122
|
+
|
|
123
|
+
发布时间:2022-01-12 20:31:09
|
|
124
|
+
|
|
125
|
+
本次发布包含了以下内容:
|
|
126
|
+
|
|
127
|
+
改善已有的文档。
|
|
128
|
+
|
|
129
|
+
修改接口:
|
|
130
|
+
|
|
131
|
+
* [DescribeOrgResourcesAuthorization](https://cloud.tencent.com/document/api/1442/60259)
|
|
132
|
+
|
|
133
|
+
* <font color="#dd0000">**修改出参**:</font>AuthorizationOrgResourceList
|
|
134
|
+
|
|
135
|
+
* [DescribeUserGroupResourcesAuthorization](https://cloud.tencent.com/document/api/1442/60258)
|
|
136
|
+
|
|
137
|
+
* <font color="#dd0000">**修改出参**:</font>AuthorizationUserGroupResourceList
|
|
138
|
+
|
|
59
139
|
|
|
60
140
|
新增数据结构:
|
|
61
141
|
|
|
62
|
-
* [
|
|
142
|
+
* [AuthorizationResourceEntityInfo](https://cloud.tencent.com/document/api/1442/57931#AuthorizationResourceEntityInfo)
|
|
63
143
|
|
|
144
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
64
145
|
|
|
146
|
+
* AuthorizationResouceEntityInfo
|
|
65
147
|
|
|
66
|
-
## 云函数(scf) 版本:2018-04-16
|
|
67
148
|
|
|
68
|
-
### 第 43 次发布
|
|
69
149
|
|
|
70
|
-
|
|
150
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
155
|
+
|
|
156
|
+
### 第 25 次发布
|
|
157
|
+
|
|
158
|
+
发布时间:2022-01-13 08:43:07
|
|
71
159
|
|
|
72
160
|
本次发布包含了以下内容:
|
|
73
161
|
|
|
74
162
|
改善已有的文档。
|
|
75
163
|
|
|
76
|
-
|
|
164
|
+
新增接口:
|
|
77
165
|
|
|
78
|
-
* [
|
|
166
|
+
* [ListLog](https://cloud.tencent.com/document/api/634/68114)
|
|
167
|
+
* [ListLogPayload](https://cloud.tencent.com/document/api/634/68113)
|
|
168
|
+
* [ListSDKLog](https://cloud.tencent.com/document/api/634/68112)
|
|
79
169
|
|
|
80
|
-
|
|
170
|
+
新增数据结构:
|
|
81
171
|
|
|
172
|
+
* [CLSLogItem](https://cloud.tencent.com/document/api/634/19497#CLSLogItem)
|
|
173
|
+
* [PayloadLogItem](https://cloud.tencent.com/document/api/634/19497#PayloadLogItem)
|
|
174
|
+
* [SDKLogItem](https://cloud.tencent.com/document/api/634/19497#SDKLogItem)
|
|
82
175
|
|
|
83
176
|
|
|
84
177
|
|
|
85
|
-
##
|
|
178
|
+
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
86
179
|
|
|
87
|
-
### 第
|
|
180
|
+
### 第 30 次发布
|
|
88
181
|
|
|
89
|
-
发布时间:2022-01-
|
|
182
|
+
发布时间:2022-01-13 08:50:16
|
|
183
|
+
|
|
184
|
+
本次发布包含了以下内容:
|
|
185
|
+
|
|
186
|
+
改善已有的文档。
|
|
187
|
+
|
|
188
|
+
新增接口:
|
|
189
|
+
|
|
190
|
+
* [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/237/68116)
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
## 邮件推送(ses) 版本:2020-10-02
|
|
195
|
+
|
|
196
|
+
### 第 6 次发布
|
|
197
|
+
|
|
198
|
+
发布时间:2022-01-13 08:58:20
|
|
90
199
|
|
|
91
200
|
本次发布包含了以下内容:
|
|
92
201
|
|
|
@@ -94,25 +203,31 @@
|
|
|
94
203
|
|
|
95
204
|
修改接口:
|
|
96
205
|
|
|
97
|
-
* [
|
|
206
|
+
* [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
|
|
98
207
|
|
|
99
|
-
* 新增入参:
|
|
208
|
+
* 新增入参:Unsubscribe
|
|
100
209
|
|
|
101
210
|
|
|
102
|
-
修改数据结构:
|
|
103
211
|
|
|
104
|
-
* [DeployStrategyConf](https://cloud.tencent.com/document/api/1371/60171#DeployStrategyConf)
|
|
105
212
|
|
|
106
|
-
|
|
213
|
+
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
107
214
|
|
|
108
|
-
|
|
215
|
+
### 第 78 次发布
|
|
109
216
|
|
|
110
|
-
|
|
217
|
+
发布时间:2022-01-13 09:02:45
|
|
111
218
|
|
|
219
|
+
本次发布包含了以下内容:
|
|
112
220
|
|
|
221
|
+
改善已有的文档。
|
|
113
222
|
|
|
223
|
+
新增接口:
|
|
114
224
|
|
|
115
|
-
|
|
225
|
+
* [SearchClsLog](https://cloud.tencent.com/document/api/876/68117)
|
|
226
|
+
|
|
227
|
+
新增数据结构:
|
|
228
|
+
|
|
229
|
+
* [LogObject](https://cloud.tencent.com/document/api/876/34822#LogObject)
|
|
230
|
+
* [LogResObject](https://cloud.tencent.com/document/api/876/34822#LogResObject)
|
|
116
231
|
|
|
117
232
|
|
|
118
233
|
|
|
@@ -7669,6 +7784,18 @@
|
|
|
7669
7784
|
|
|
7670
7785
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
7671
7786
|
|
|
7787
|
+
### 第 38 次发布
|
|
7788
|
+
|
|
7789
|
+
发布时间:2022-01-13 08:11:09
|
|
7790
|
+
|
|
7791
|
+
本次发布包含了以下内容:
|
|
7792
|
+
|
|
7793
|
+
改善已有的文档。
|
|
7794
|
+
|
|
7795
|
+
新增接口:
|
|
7796
|
+
|
|
7797
|
+
* [[InitializeDisks](https://cloud.tencent.com/document/api/362/68110)](https://cloud.tencent.com/document/api/#/#)
|
|
7798
|
+
|
|
7672
7799
|
### 第 37 次发布
|
|
7673
7800
|
|
|
7674
7801
|
发布时间:2022-01-12 08:06:01
|
|
@@ -8766,6 +8893,40 @@
|
|
|
8766
8893
|
|
|
8767
8894
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
8768
8895
|
|
|
8896
|
+
### 第 79 次发布
|
|
8897
|
+
|
|
8898
|
+
发布时间:2022-01-13 08:11:45
|
|
8899
|
+
|
|
8900
|
+
本次发布包含了以下内容:
|
|
8901
|
+
|
|
8902
|
+
改善已有的文档。
|
|
8903
|
+
|
|
8904
|
+
修改接口:
|
|
8905
|
+
|
|
8906
|
+
* [CreateParamTemplate](https://cloud.tencent.com/document/api/236/32663)
|
|
8907
|
+
|
|
8908
|
+
* 新增入参:TemplateType
|
|
8909
|
+
|
|
8910
|
+
* [DescribeParamTemplateInfo](https://cloud.tencent.com/document/api/236/32660)
|
|
8911
|
+
|
|
8912
|
+
* 新增出参:TemplateType
|
|
8913
|
+
|
|
8914
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
8915
|
+
|
|
8916
|
+
* 新增入参:EngineVersions
|
|
8917
|
+
|
|
8918
|
+
|
|
8919
|
+
修改数据结构:
|
|
8920
|
+
|
|
8921
|
+
* [ParamTemplateInfo](https://cloud.tencent.com/document/api/236/15878#ParamTemplateInfo)
|
|
8922
|
+
|
|
8923
|
+
* 新增成员:TemplateType
|
|
8924
|
+
|
|
8925
|
+
* [ParameterDetail](https://cloud.tencent.com/document/api/236/15878#ParameterDetail)
|
|
8926
|
+
|
|
8927
|
+
* 新增成员:MaxFunc, MinFunc
|
|
8928
|
+
|
|
8929
|
+
|
|
8769
8930
|
### 第 78 次发布
|
|
8770
8931
|
|
|
8771
8932
|
发布时间:2022-01-10 08:06:53
|
|
@@ -12750,6 +12911,29 @@
|
|
|
12750
12911
|
|
|
12751
12912
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
12752
12913
|
|
|
12914
|
+
### 第 15 次发布
|
|
12915
|
+
|
|
12916
|
+
发布时间:2022-01-13 08:15:21
|
|
12917
|
+
|
|
12918
|
+
本次发布包含了以下内容:
|
|
12919
|
+
|
|
12920
|
+
改善已有的文档。
|
|
12921
|
+
|
|
12922
|
+
修改接口:
|
|
12923
|
+
|
|
12924
|
+
* [CreateNatFwInstance](https://cloud.tencent.com/document/api/1132/60250)
|
|
12925
|
+
|
|
12926
|
+
* 新增出参:CfwInsId
|
|
12927
|
+
|
|
12928
|
+
* [CreateNatFwInstanceWithDomain](https://cloud.tencent.com/document/api/1132/61923)
|
|
12929
|
+
|
|
12930
|
+
* 新增出参:CfwInsId
|
|
12931
|
+
|
|
12932
|
+
* [DescribeVpcRuleOverview](https://cloud.tencent.com/document/api/1132/49065)
|
|
12933
|
+
|
|
12934
|
+
* 新增出参:Total
|
|
12935
|
+
|
|
12936
|
+
|
|
12753
12937
|
### 第 14 次发布
|
|
12754
12938
|
|
|
12755
12939
|
发布时间:2021-11-26 08:05:36
|
|
@@ -19279,6 +19463,21 @@
|
|
|
19279
19463
|
|
|
19280
19464
|
## 云服务器(cvm) 版本:2017-03-12
|
|
19281
19465
|
|
|
19466
|
+
### 第 69 次发布
|
|
19467
|
+
|
|
19468
|
+
发布时间:2022-01-13 08:23:09
|
|
19469
|
+
|
|
19470
|
+
本次发布包含了以下内容:
|
|
19471
|
+
|
|
19472
|
+
改善已有的文档。
|
|
19473
|
+
|
|
19474
|
+
修改接口:
|
|
19475
|
+
|
|
19476
|
+
* [ResizeInstanceDisks](https://cloud.tencent.com/document/api/213/15731)
|
|
19477
|
+
|
|
19478
|
+
* 新增入参:SystemDisk, ResizeOnline
|
|
19479
|
+
|
|
19480
|
+
|
|
19282
19481
|
### 第 68 次发布
|
|
19283
19482
|
|
|
19284
19483
|
发布时间:2021-12-22 08:09:40
|
|
@@ -23729,6 +23928,18 @@
|
|
|
23729
23928
|
|
|
23730
23929
|
## 分布式数据库 TDSQL(dcdb) 版本:2018-04-11
|
|
23731
23930
|
|
|
23931
|
+
### 第 33 次发布
|
|
23932
|
+
|
|
23933
|
+
发布时间:2022-01-13 08:32:29
|
|
23934
|
+
|
|
23935
|
+
本次发布包含了以下内容:
|
|
23936
|
+
|
|
23937
|
+
改善已有的文档。
|
|
23938
|
+
|
|
23939
|
+
新增接口:
|
|
23940
|
+
|
|
23941
|
+
* [[SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)](https://cloud.tencent.com/document/api/#/#)
|
|
23942
|
+
|
|
23732
23943
|
### 第 32 次发布
|
|
23733
23944
|
|
|
23734
23945
|
发布时间:2022-01-11 08:07:36
|
|
@@ -27414,6 +27625,33 @@
|
|
|
27414
27625
|
|
|
27415
27626
|
## 数字身份管控平台(员工版)(eiam) 版本:2021-04-20
|
|
27416
27627
|
|
|
27628
|
+
### 第 13 次发布
|
|
27629
|
+
|
|
27630
|
+
发布时间:2022-01-12 20:31:09
|
|
27631
|
+
|
|
27632
|
+
本次发布包含了以下内容:
|
|
27633
|
+
|
|
27634
|
+
改善已有的文档。
|
|
27635
|
+
|
|
27636
|
+
修改接口:
|
|
27637
|
+
|
|
27638
|
+
* [DescribeOrgResourcesAuthorization](https://cloud.tencent.com/document/api/1442/60259)
|
|
27639
|
+
|
|
27640
|
+
* <font color="#dd0000">**修改出参**:</font>AuthorizationOrgResourceList
|
|
27641
|
+
|
|
27642
|
+
* [DescribeUserGroupResourcesAuthorization](https://cloud.tencent.com/document/api/1442/60258)
|
|
27643
|
+
|
|
27644
|
+
* <font color="#dd0000">**修改出参**:</font>AuthorizationUserGroupResourceList
|
|
27645
|
+
|
|
27646
|
+
|
|
27647
|
+
新增数据结构:
|
|
27648
|
+
|
|
27649
|
+
* [[AuthorizationResourceEntityInfo](https://cloud.tencent.com/document/api/1442/57931#AuthorizationResourceEntityInfo)](https://cloud.tencent.com/document/api/1442/57931#[AuthorizationResourceEntityInfo](https://cloud.tencent.com/document/api/1442/57931#AuthorizationResourceEntityInfo))
|
|
27650
|
+
|
|
27651
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
27652
|
+
|
|
27653
|
+
* AuthorizationResouceEntityInfo
|
|
27654
|
+
|
|
27417
27655
|
### 第 12 次发布
|
|
27418
27656
|
|
|
27419
27657
|
发布时间:2022-01-05 08:08:30
|
|
@@ -34279,6 +34517,26 @@
|
|
|
34279
34517
|
|
|
34280
34518
|
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
34281
34519
|
|
|
34520
|
+
### 第 25 次发布
|
|
34521
|
+
|
|
34522
|
+
发布时间:2022-01-13 08:43:07
|
|
34523
|
+
|
|
34524
|
+
本次发布包含了以下内容:
|
|
34525
|
+
|
|
34526
|
+
改善已有的文档。
|
|
34527
|
+
|
|
34528
|
+
新增接口:
|
|
34529
|
+
|
|
34530
|
+
* [[ListLog](https://cloud.tencent.com/document/api/634/68114)](https://cloud.tencent.com/document/api/#/#)
|
|
34531
|
+
* [[ListLogPayload](https://cloud.tencent.com/document/api/634/68113)](https://cloud.tencent.com/document/api/#/#)
|
|
34532
|
+
* [[ListSDKLog](https://cloud.tencent.com/document/api/634/68112)](https://cloud.tencent.com/document/api/#/#)
|
|
34533
|
+
|
|
34534
|
+
新增数据结构:
|
|
34535
|
+
|
|
34536
|
+
* [[CLSLogItem](https://cloud.tencent.com/document/api/634/19497#CLSLogItem)](https://cloud.tencent.com/document/api/634/19497#[CLSLogItem](https://cloud.tencent.com/document/api/634/19497#CLSLogItem))
|
|
34537
|
+
* [[PayloadLogItem](https://cloud.tencent.com/document/api/634/19497#PayloadLogItem)](https://cloud.tencent.com/document/api/634/19497#[PayloadLogItem](https://cloud.tencent.com/document/api/634/19497#PayloadLogItem))
|
|
34538
|
+
* [[SDKLogItem](https://cloud.tencent.com/document/api/634/19497#SDKLogItem)](https://cloud.tencent.com/document/api/634/19497#[SDKLogItem](https://cloud.tencent.com/document/api/634/19497#SDKLogItem))
|
|
34539
|
+
|
|
34282
34540
|
### 第 24 次发布
|
|
34283
34541
|
|
|
34284
34542
|
发布时间:2021-09-27 08:12:57
|
|
@@ -39506,6 +39764,18 @@
|
|
|
39506
39764
|
|
|
39507
39765
|
## 云数据库 MariaDB(mariadb) 版本:2017-03-12
|
|
39508
39766
|
|
|
39767
|
+
### 第 30 次发布
|
|
39768
|
+
|
|
39769
|
+
发布时间:2022-01-13 08:50:16
|
|
39770
|
+
|
|
39771
|
+
本次发布包含了以下内容:
|
|
39772
|
+
|
|
39773
|
+
改善已有的文档。
|
|
39774
|
+
|
|
39775
|
+
新增接口:
|
|
39776
|
+
|
|
39777
|
+
* [[SwitchDBInstanceHA](https://cloud.tencent.com/document/api/237/68116)](https://cloud.tencent.com/document/api/#/#)
|
|
39778
|
+
|
|
39509
39779
|
### 第 29 次发布
|
|
39510
39780
|
|
|
39511
39781
|
发布时间:2022-01-11 08:12:13
|
|
@@ -45733,16 +46003,16 @@
|
|
|
45733
46003
|
|
|
45734
46004
|
新增接口:
|
|
45735
46005
|
|
|
45736
|
-
* [
|
|
45737
|
-
* [
|
|
45738
|
-
* [
|
|
45739
|
-
* [
|
|
45740
|
-
* [
|
|
45741
|
-
* [
|
|
46006
|
+
* [CloneDBInstance](https://cloud.tencent.com/document/api/409/68071)
|
|
46007
|
+
* [DescribeAvailableRecoveryTime](https://cloud.tencent.com/document/api/409/68070)
|
|
46008
|
+
* [DescribeBackupPlans](https://cloud.tencent.com/document/api/409/68069)
|
|
46009
|
+
* [DescribeCloneDBInstanceSpec](https://cloud.tencent.com/document/api/409/68068)
|
|
46010
|
+
* [ModifyBackupPlan](https://cloud.tencent.com/document/api/409/68067)
|
|
46011
|
+
* [ModifyDBInstanceDeployment](https://cloud.tencent.com/document/api/409/68066)
|
|
45742
46012
|
|
|
45743
46013
|
新增数据结构:
|
|
45744
46014
|
|
|
45745
|
-
* [
|
|
46015
|
+
* [BackupPlan](https://cloud.tencent.com/document/api/409/16778#BackupPlan)
|
|
45746
46016
|
|
|
45747
46017
|
### 第 23 次发布
|
|
45748
46018
|
|
|
@@ -48477,6 +48747,21 @@
|
|
|
48477
48747
|
|
|
48478
48748
|
## 邮件推送(ses) 版本:2020-10-02
|
|
48479
48749
|
|
|
48750
|
+
### 第 6 次发布
|
|
48751
|
+
|
|
48752
|
+
发布时间:2022-01-13 08:58:20
|
|
48753
|
+
|
|
48754
|
+
本次发布包含了以下内容:
|
|
48755
|
+
|
|
48756
|
+
改善已有的文档。
|
|
48757
|
+
|
|
48758
|
+
修改接口:
|
|
48759
|
+
|
|
48760
|
+
* [SendEmail](https://cloud.tencent.com/document/api/1288/51034)
|
|
48761
|
+
|
|
48762
|
+
* 新增入参:Unsubscribe
|
|
48763
|
+
|
|
48764
|
+
|
|
48480
48765
|
### 第 5 次发布
|
|
48481
48766
|
|
|
48482
48767
|
发布时间:2021-10-29 08:08:48
|
|
@@ -52291,6 +52576,23 @@
|
|
|
52291
52576
|
|
|
52292
52577
|
## 云开发 CloudBase(tcb) 版本:2018-06-08
|
|
52293
52578
|
|
|
52579
|
+
### 第 78 次发布
|
|
52580
|
+
|
|
52581
|
+
发布时间:2022-01-13 09:02:45
|
|
52582
|
+
|
|
52583
|
+
本次发布包含了以下内容:
|
|
52584
|
+
|
|
52585
|
+
改善已有的文档。
|
|
52586
|
+
|
|
52587
|
+
新增接口:
|
|
52588
|
+
|
|
52589
|
+
* [[SearchClsLog](https://cloud.tencent.com/document/api/876/68117)](https://cloud.tencent.com/document/api/#/#)
|
|
52590
|
+
|
|
52591
|
+
新增数据结构:
|
|
52592
|
+
|
|
52593
|
+
* [[LogObject](https://cloud.tencent.com/document/api/876/34822#LogObject)](https://cloud.tencent.com/document/api/876/34822#[LogObject](https://cloud.tencent.com/document/api/876/34822#LogObject))
|
|
52594
|
+
* [[LogResObject](https://cloud.tencent.com/document/api/876/34822#LogResObject)](https://cloud.tencent.com/document/api/876/34822#[LogResObject](https://cloud.tencent.com/document/api/876/34822#LogResObject))
|
|
52595
|
+
|
|
52294
52596
|
### 第 77 次发布
|
|
52295
52597
|
|
|
52296
52598
|
发布时间:2021-12-07 08:11:30
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-01-07 08:04:06 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2021-12-03 08:02:43 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2021-12-22 08:07:25 |
|
|
33
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-
|
|
33
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-01-13 08:11:09 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2021-12-10 08:02:29 |
|
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-
|
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-01-13 08:11:45 |
|
|
36
36
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-01-05 08:05:09 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2021-12-24 08:06:33 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2021-12-06 08:02:54 |
|
|
39
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) |
|
|
39
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-01-13 08:15:21 |
|
|
40
40
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2021-12-21 08:02:31 |
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2021-12-16 08:06:21 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
52
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2021-12-09 08:03:47 |
|
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-01-13 08:23:09 |
|
|
55
55
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-01-10 08:08:49 |
|
|
56
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
57
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2021-11-17 08:10:15 |
|
|
58
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2021-11-10 08:05:47 |
|
|
59
59
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-01-10 08:09:43 |
|
|
60
60
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2021-11-10 08:06:00 |
|
|
61
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-01-13 08:32:29 |
|
|
62
62
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-01-12 08:09:02 |
|
|
63
63
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2021-12-17 08:10:50 |
|
|
64
64
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2021-12-06 08:05:24 |
|
|
@@ -70,11 +70,11 @@
|
|
|
70
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2021-11-10 08:06:30 |
|
|
71
71
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2021-12-22 08:11:17 |
|
|
72
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2021-12-06 08:05:41 |
|
|
73
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-
|
|
73
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-01-12 20:31:09 |
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2021-11-10 08:06:56 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2021-12-10 08:06:20 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2021-12-30 08:09:09 |
|
|
77
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-
|
|
77
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-01-13 08:37:40 |
|
|
78
78
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-01-10 08:11:01 |
|
|
79
79
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-01-07 08:08:34 |
|
|
80
80
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2021-12-14 08:10:17 |
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-01-11 08:11:43 |
|
|
104
104
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-01-11 08:11:54 |
|
|
105
105
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2021-11-10 08:08:46 |
|
|
106
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-
|
|
106
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-01-13 08:50:16 |
|
|
107
107
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2021-11-10 08:08:54 |
|
|
108
108
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
109
109
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2021-11-10 08:08:55 |
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2021-12-30 08:12:38 |
|
|
123
123
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2021-11-18 08:11:02 |
|
|
124
124
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2021-11-10 08:09:50 |
|
|
125
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-
|
|
125
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-01-13 08:55:35 |
|
|
126
126
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2021-12-23 08:13:49 |
|
|
127
127
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-01-10 08:14:37 |
|
|
128
128
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2021-12-07 13:09:58 |
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2021-11-10 08:10:04 |
|
|
131
131
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2021-12-16 08:13:07 |
|
|
132
132
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-01-12 08:13:52 |
|
|
133
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-
|
|
133
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-01-13 08:58:20 |
|
|
134
134
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2021-11-10 08:10:15 |
|
|
135
135
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-01-05 08:12:50 |
|
|
136
136
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2021-11-18 08:11:34 |
|
|
@@ -143,13 +143,13 @@
|
|
|
143
143
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2021-12-16 08:13:48 |
|
|
144
144
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2021-12-23 08:14:47 |
|
|
145
145
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2021-11-10 08:10:44 |
|
|
146
|
-
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) |
|
|
146
|
+
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-01-13 09:01:34 |
|
|
147
147
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
148
148
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2021-11-10 08:10:50 |
|
|
149
149
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
150
150
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2021-11-10 08:10:55 |
|
|
151
151
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2021-11-10 08:10:55 |
|
|
152
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) |
|
|
152
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-01-13 09:02:45 |
|
|
153
153
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2021-11-10 08:11:12 |
|
|
154
154
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
155
155
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2021-11-18 08:12:32 |
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2021-12-27 08:11:32 |
|
|
170
170
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-01-12 08:16:10 |
|
|
171
171
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
172
|
-
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) |
|
|
172
|
+
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-01-13 09:12:45 |
|
|
173
173
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2021-11-10 08:12:05 |
|
|
174
174
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2021-11-11 11:09:51 |
|
|
175
175
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2021-12-16 08:15:47 |
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
DescribeEnvLimitRequest,
|
|
28
28
|
DescribeEnvDealRegionResponse,
|
|
29
29
|
DeleteCloudBaseRunServerVersionResponse,
|
|
30
|
+
SearchClsLogResponse,
|
|
30
31
|
StandaloneGatewayInfo,
|
|
31
32
|
CloudBaseRunSideSpec,
|
|
32
33
|
CommonServiceAPIResponse,
|
|
@@ -38,6 +39,7 @@ import {
|
|
|
38
39
|
DescribeEndUsersRequest,
|
|
39
40
|
DescribeCloudBaseBuildServiceRequest,
|
|
40
41
|
DescribeCloudBaseRunServerDomainNameResponse,
|
|
42
|
+
LogResObject,
|
|
41
43
|
DestroyStandaloneGatewayRequest,
|
|
42
44
|
CloudRunServiceSimpleVersionSnapshot,
|
|
43
45
|
CreateWxCloudBaseRunServerDBClusterResponse,
|
|
@@ -98,6 +100,7 @@ import {
|
|
|
98
100
|
CloudBaseRunImageSecretInfo,
|
|
99
101
|
CreateCloudBaseRunResourceResponse,
|
|
100
102
|
DescribeStandaloneGatewayPackageResponse,
|
|
103
|
+
LogObject,
|
|
101
104
|
DestroyStaticStoreResponse,
|
|
102
105
|
DeleteEndUserResponse,
|
|
103
106
|
ModifyDatabaseACLResponse,
|
|
@@ -192,6 +195,7 @@ import {
|
|
|
192
195
|
DescribeCloudBaseRunVersionResponse,
|
|
193
196
|
CreatePostpayPackageRequest,
|
|
194
197
|
DescribeCloudBaseRunPodListResponse,
|
|
198
|
+
SearchClsLogRequest,
|
|
195
199
|
CloudBaseCodeRepoDetail,
|
|
196
200
|
CheckTcbServiceRequest,
|
|
197
201
|
DescribeCloudBaseRunVersionRsByConditionRequest,
|
|
@@ -584,6 +588,16 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
584
588
|
return this.request("ModifyCloudBaseRunServerFlowConf", req, cb)
|
|
585
589
|
}
|
|
586
590
|
|
|
591
|
+
/**
|
|
592
|
+
* 搜索CLS日志,TCB角色秘钥访问
|
|
593
|
+
*/
|
|
594
|
+
async SearchClsLog(
|
|
595
|
+
req: SearchClsLogRequest,
|
|
596
|
+
cb?: (error: string, rep: SearchClsLogResponse) => void
|
|
597
|
+
): Promise<SearchClsLogResponse> {
|
|
598
|
+
return this.request("SearchClsLog", req, cb)
|
|
599
|
+
}
|
|
600
|
+
|
|
587
601
|
/**
|
|
588
602
|
* 查看容器托管的集群状态扩展使用
|
|
589
603
|
*/
|
|
@@ -305,6 +305,21 @@ export interface DeleteCloudBaseRunServerVersionResponse {
|
|
|
305
305
|
RequestId?: string
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
+
/**
|
|
309
|
+
* SearchClsLog返回参数结构体
|
|
310
|
+
*/
|
|
311
|
+
export interface SearchClsLogResponse {
|
|
312
|
+
/**
|
|
313
|
+
* 日志内容结果
|
|
314
|
+
*/
|
|
315
|
+
LogResults?: LogResObject
|
|
316
|
+
|
|
317
|
+
/**
|
|
318
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
319
|
+
*/
|
|
320
|
+
RequestId?: string
|
|
321
|
+
}
|
|
322
|
+
|
|
308
323
|
/**
|
|
309
324
|
* 独立网关信息
|
|
310
325
|
*/
|
|
@@ -639,6 +654,26 @@ export interface DescribeCloudBaseRunServerDomainNameResponse {
|
|
|
639
654
|
RequestId?: string
|
|
640
655
|
}
|
|
641
656
|
|
|
657
|
+
/**
|
|
658
|
+
* CLS日志结果
|
|
659
|
+
*/
|
|
660
|
+
export interface LogResObject {
|
|
661
|
+
/**
|
|
662
|
+
* 获取更多检索结果的游标
|
|
663
|
+
*/
|
|
664
|
+
Context: string
|
|
665
|
+
|
|
666
|
+
/**
|
|
667
|
+
* 搜索结果是否已经全部返回
|
|
668
|
+
*/
|
|
669
|
+
ListOver: boolean
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* 日志内容信息
|
|
673
|
+
*/
|
|
674
|
+
Results: Array<LogObject>
|
|
675
|
+
}
|
|
676
|
+
|
|
642
677
|
/**
|
|
643
678
|
* DestroyStandaloneGateway请求参数结构体
|
|
644
679
|
*/
|
|
@@ -2204,6 +2239,41 @@ export interface DescribeStandaloneGatewayPackageResponse {
|
|
|
2204
2239
|
RequestId?: string
|
|
2205
2240
|
}
|
|
2206
2241
|
|
|
2242
|
+
/**
|
|
2243
|
+
* CLS日志单条信息
|
|
2244
|
+
*/
|
|
2245
|
+
export interface LogObject {
|
|
2246
|
+
/**
|
|
2247
|
+
* 日志属于的 topic ID
|
|
2248
|
+
*/
|
|
2249
|
+
TopicId: string
|
|
2250
|
+
|
|
2251
|
+
/**
|
|
2252
|
+
* 日志主题的名字
|
|
2253
|
+
*/
|
|
2254
|
+
TopicName: string
|
|
2255
|
+
|
|
2256
|
+
/**
|
|
2257
|
+
* 日志时间
|
|
2258
|
+
*/
|
|
2259
|
+
Timestamp: string
|
|
2260
|
+
|
|
2261
|
+
/**
|
|
2262
|
+
* 日志内容
|
|
2263
|
+
*/
|
|
2264
|
+
Content: string
|
|
2265
|
+
|
|
2266
|
+
/**
|
|
2267
|
+
* 采集路径
|
|
2268
|
+
*/
|
|
2269
|
+
FileName: string
|
|
2270
|
+
|
|
2271
|
+
/**
|
|
2272
|
+
* 日志来源设备
|
|
2273
|
+
*/
|
|
2274
|
+
Source: string
|
|
2275
|
+
}
|
|
2276
|
+
|
|
2207
2277
|
/**
|
|
2208
2278
|
* DestroyStaticStore返回参数结构体
|
|
2209
2279
|
*/
|
|
@@ -5190,6 +5260,51 @@ export interface DescribeCloudBaseRunPodListResponse {
|
|
|
5190
5260
|
RequestId?: string
|
|
5191
5261
|
}
|
|
5192
5262
|
|
|
5263
|
+
/**
|
|
5264
|
+
* SearchClsLog请求参数结构体
|
|
5265
|
+
*/
|
|
5266
|
+
export interface SearchClsLogRequest {
|
|
5267
|
+
/**
|
|
5268
|
+
* 环境唯一ID
|
|
5269
|
+
*/
|
|
5270
|
+
EnvId: string
|
|
5271
|
+
|
|
5272
|
+
/**
|
|
5273
|
+
* 查询起始时间条件
|
|
5274
|
+
*/
|
|
5275
|
+
StartTime: string
|
|
5276
|
+
|
|
5277
|
+
/**
|
|
5278
|
+
* 查询结束时间条件
|
|
5279
|
+
*/
|
|
5280
|
+
EndTime: string
|
|
5281
|
+
|
|
5282
|
+
/**
|
|
5283
|
+
* 查询语句,详情参考 https://cloud.tencent.com/document/product/614/47044
|
|
5284
|
+
*/
|
|
5285
|
+
QueryString: string
|
|
5286
|
+
|
|
5287
|
+
/**
|
|
5288
|
+
* 单次要返回的日志条数,单次返回的最大条数为100
|
|
5289
|
+
*/
|
|
5290
|
+
Limit: number
|
|
5291
|
+
|
|
5292
|
+
/**
|
|
5293
|
+
* 加载更多使用,透传上次返回的 context 值,获取后续的日志内容,通过游标最多可获取10000条,请尽可能缩小时间范围
|
|
5294
|
+
*/
|
|
5295
|
+
Context?: string
|
|
5296
|
+
|
|
5297
|
+
/**
|
|
5298
|
+
* 按时间排序 asc(升序)或者 desc(降序),默认为 desc
|
|
5299
|
+
*/
|
|
5300
|
+
Sort?: string
|
|
5301
|
+
|
|
5302
|
+
/**
|
|
5303
|
+
* 是否使用Lucene语法,默认为false
|
|
5304
|
+
*/
|
|
5305
|
+
UseLucene?: boolean
|
|
5306
|
+
}
|
|
5307
|
+
|
|
5193
5308
|
/**
|
|
5194
5309
|
* 代码仓库里 Repo的信息描述
|
|
5195
5310
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import { DescribeEnvLimitResponse, DescribeCloudBaseRunAllVpcsResponse, CheckTcbServiceResponse, DescribeCloudBaseRunConfForGateWayRequest, DescribeCloudBaseRunServerVersionRequest, TurnOnStandaloneGatewayResponse, DescribeEnvLimitRequest, DescribeEnvDealRegionResponse, DeleteCloudBaseRunServerVersionResponse, CommonServiceAPIResponse, DescribeStandaloneGatewayRequest, DescribeStandaloneGatewayPackageRequest, DescribePostpayPackageFreeQuotasRequest, DescribeEndUserLoginStatisticRequest, DescribeCloudBaseBuildServiceResponse, DescribeEndUsersRequest, DescribeCloudBaseBuildServiceRequest, DescribeCloudBaseRunServerDomainNameResponse, DestroyStandaloneGatewayRequest, CreateWxCloudBaseRunServerDBClusterResponse, ReplaceActivityRecordResponse, DescribeSpecialCostItemsRequest, DescribeCloudBaseRunResourceForExtendRequest, DescribeWxCloudBaseRunSubNetsRequest, ModifyEndUserRequest, DescribeCurveDataResponse, RollUpdateCloudBaseRunServerVersionResponse, DescribeCloudBaseRunOperationTypesRequest, DescribeAuthDomainsResponse, DescribeCloudBaseRunOneClickTaskExternalRequest, DescribeStandaloneGatewayResponse, DescribeWxCloudBaseRunEnvsResponse, CreateHostingDomainRequest, DescribeCloudBaseRunResourceRequest, DescribeCloudBaseRunServerRequest, DescribePostpayFreeQuotasRequest, DescribeActivityInfoResponse, DestroyStandaloneGatewayResponse, DescribeCloudBaseRunServerVersionResponse, DeleteEndUserRequest, DescribeHostingDomainTaskRequest, DescribeQuotaDataResponse, CommonServiceAPIRequest, DestroyStaticStoreRequest, CreateWxCloudBaseRunEnvRequest, ModifyCloudBaseRunServerFlowConfRequest, DescribeActivityRecordResponse, CreateStaticStoreRequest, CreateWxCloudBaseRunServerDBClusterRequest, DeleteCloudBaseProjectLatestVersionResponse, CreateAuthDomainResponse, ModifyDatabaseACLRequest, DescribeEnvsRequest, DeleteWxGatewayRouteRequest, DescribeEnvPostpaidDeductRequest, DescribeExtraPkgBillingInfoRequest, BindEnvGatewayResponse, DescribeWxCloudBaseRunSubNetsResponse, DescribeEnvFreeQuotaRequest, DescribeEndUserLoginStatisticResponse, DescribeEnvPostpaidDeductResponse, CreateCloudBaseRunResourceResponse, DescribeStandaloneGatewayPackageResponse, DestroyStaticStoreResponse, DeleteEndUserResponse, ModifyDatabaseACLResponse, ModifyCloudBaseRunServerFlowConfResponse, DescribeCloudBaseRunOperationTypesResponse, EstablishCloudBaseRunServerResponse, DestroyEnvRequest, DestroyEnvResponse, DescribeCloudBaseProjectVersionListRequest, DescribeCloudBaseRunOneClickTaskExternalResponse, TurnOffStandaloneGatewayResponse, DescribeEnvsResponse, CreateAuthDomainRequest, CreateHostingDomainResponse, DescribeActivityRecordRequest, CreateWxCloudBaseRunEnvResponse, DeleteCloudBaseRunServerVersionRequest, CreateCloudBaseRunServerVersionRequest, DescribeCloudBaseRunServerDomainNameRequest, DescribeCloudBaseRunAllVpcsRequest, CreatePostpayPackageResponse, DescribeExtensionUploadInfoRequest, ReplaceActivityRecordRequest, DeleteWxGatewayRouteResponse, EstablishCloudBaseRunServerRequest, ReinstateEnvResponse, DescribeSpecialCostItemsResponse, CreateStandaloneGatewayRequest, DescribeCloudBaseProjectVersionListResponse, DescribeDownloadFileRequest, DescribeEndUserStatisticRequest, DescribeEnvFreeQuotaResponse, CreateAndDeployCloudBaseProjectResponse, DescribeCloudBaseRunResourceForExtendResponse, CreateAndDeployCloudBaseProjectRequest, DescribeCloudBaseRunVersionRequest, EstablishWxGatewayRouteRequest, DescribeCloudBaseRunConfForGateWayResponse, TurnOffStandaloneGatewayRequest, ReinstateEnvRequest, EstablishWxGatewayRouteResponse, DescribeDatabaseACLRequest, CreateCloudBaseRunServerVersionResponse, DeleteCloudBaseProjectLatestVersionRequest, DescribeCloudBaseProjectLatestVersionListResponse, DescribeSmsQuotasResponse, DescribeWxCloudBaseRunEnvsRequest, DescribeCloudBaseRunVersionRsByConditionResponse, DescribeCurveDataRequest, DescribeActivityInfoRequest, BindEnvGatewayRequest, ModifyEnvResponse, DescribeDownloadFileResponse, CreateStandaloneGatewayResponse, DescribeQuotaDataRequest, CreateStaticStoreResponse, DescribeCloudBaseRunResourceResponse, DescribeCloudBaseRunVersionSnapshotRequest, TurnOnStandaloneGatewayRequest, DescribeUserActivityInfoResponse, DescribePostpayFreeQuotasResponse, DescribeCloudBaseProjectLatestVersionListRequest, DescribeEndUsersResponse, DescribeHostingDomainTaskResponse, DescribeEndUserStatisticResponse, DescribeSmsQuotasRequest, DescribeCloudBaseRunVersionResponse, CreatePostpayPackageRequest, DescribeCloudBaseRunPodListResponse, CheckTcbServiceRequest, DescribeCloudBaseRunVersionRsByConditionRequest, DescribeCloudBaseRunServerResponse, DescribeUserActivityInfoRequest, DescribeCloudBaseRunPodListRequest, CreateCloudBaseRunResourceRequest, ModifyEndUserResponse, DescribeAuthDomainsRequest, DescribeEnvDealRegionRequest, DescribeDatabaseACLResponse, ModifyCloudBaseRunServerVersionResponse, DescribeExtensionUploadInfoResponse, ModifyEnvRequest, DescribeCloudBaseRunVersionSnapshotResponse, DescribePostpayPackageFreeQuotasResponse, DescribeExtraPkgBillingInfoResponse, ModifyCloudBaseRunServerVersionRequest, RollUpdateCloudBaseRunServerVersionRequest } from "./tcb_models";
|
|
2
|
+
import { DescribeEnvLimitResponse, DescribeCloudBaseRunAllVpcsResponse, CheckTcbServiceResponse, DescribeCloudBaseRunConfForGateWayRequest, DescribeCloudBaseRunServerVersionRequest, TurnOnStandaloneGatewayResponse, DescribeEnvLimitRequest, DescribeEnvDealRegionResponse, DeleteCloudBaseRunServerVersionResponse, SearchClsLogResponse, CommonServiceAPIResponse, DescribeStandaloneGatewayRequest, DescribeStandaloneGatewayPackageRequest, DescribePostpayPackageFreeQuotasRequest, DescribeEndUserLoginStatisticRequest, DescribeCloudBaseBuildServiceResponse, DescribeEndUsersRequest, DescribeCloudBaseBuildServiceRequest, DescribeCloudBaseRunServerDomainNameResponse, DestroyStandaloneGatewayRequest, CreateWxCloudBaseRunServerDBClusterResponse, ReplaceActivityRecordResponse, DescribeSpecialCostItemsRequest, DescribeCloudBaseRunResourceForExtendRequest, DescribeWxCloudBaseRunSubNetsRequest, ModifyEndUserRequest, DescribeCurveDataResponse, RollUpdateCloudBaseRunServerVersionResponse, DescribeCloudBaseRunOperationTypesRequest, DescribeAuthDomainsResponse, DescribeCloudBaseRunOneClickTaskExternalRequest, DescribeStandaloneGatewayResponse, DescribeWxCloudBaseRunEnvsResponse, CreateHostingDomainRequest, DescribeCloudBaseRunResourceRequest, DescribeCloudBaseRunServerRequest, DescribePostpayFreeQuotasRequest, DescribeActivityInfoResponse, DestroyStandaloneGatewayResponse, DescribeCloudBaseRunServerVersionResponse, DeleteEndUserRequest, DescribeHostingDomainTaskRequest, DescribeQuotaDataResponse, CommonServiceAPIRequest, DestroyStaticStoreRequest, CreateWxCloudBaseRunEnvRequest, ModifyCloudBaseRunServerFlowConfRequest, DescribeActivityRecordResponse, CreateStaticStoreRequest, CreateWxCloudBaseRunServerDBClusterRequest, DeleteCloudBaseProjectLatestVersionResponse, CreateAuthDomainResponse, ModifyDatabaseACLRequest, DescribeEnvsRequest, DeleteWxGatewayRouteRequest, DescribeEnvPostpaidDeductRequest, DescribeExtraPkgBillingInfoRequest, BindEnvGatewayResponse, DescribeWxCloudBaseRunSubNetsResponse, DescribeEnvFreeQuotaRequest, DescribeEndUserLoginStatisticResponse, DescribeEnvPostpaidDeductResponse, CreateCloudBaseRunResourceResponse, DescribeStandaloneGatewayPackageResponse, DestroyStaticStoreResponse, DeleteEndUserResponse, ModifyDatabaseACLResponse, ModifyCloudBaseRunServerFlowConfResponse, DescribeCloudBaseRunOperationTypesResponse, EstablishCloudBaseRunServerResponse, DestroyEnvRequest, DestroyEnvResponse, DescribeCloudBaseProjectVersionListRequest, DescribeCloudBaseRunOneClickTaskExternalResponse, TurnOffStandaloneGatewayResponse, DescribeEnvsResponse, CreateAuthDomainRequest, CreateHostingDomainResponse, DescribeActivityRecordRequest, CreateWxCloudBaseRunEnvResponse, DeleteCloudBaseRunServerVersionRequest, CreateCloudBaseRunServerVersionRequest, DescribeCloudBaseRunServerDomainNameRequest, DescribeCloudBaseRunAllVpcsRequest, CreatePostpayPackageResponse, DescribeExtensionUploadInfoRequest, ReplaceActivityRecordRequest, DeleteWxGatewayRouteResponse, EstablishCloudBaseRunServerRequest, ReinstateEnvResponse, DescribeSpecialCostItemsResponse, CreateStandaloneGatewayRequest, DescribeCloudBaseProjectVersionListResponse, DescribeDownloadFileRequest, DescribeEndUserStatisticRequest, DescribeEnvFreeQuotaResponse, CreateAndDeployCloudBaseProjectResponse, DescribeCloudBaseRunResourceForExtendResponse, CreateAndDeployCloudBaseProjectRequest, DescribeCloudBaseRunVersionRequest, EstablishWxGatewayRouteRequest, DescribeCloudBaseRunConfForGateWayResponse, TurnOffStandaloneGatewayRequest, ReinstateEnvRequest, EstablishWxGatewayRouteResponse, DescribeDatabaseACLRequest, CreateCloudBaseRunServerVersionResponse, DeleteCloudBaseProjectLatestVersionRequest, DescribeCloudBaseProjectLatestVersionListResponse, DescribeSmsQuotasResponse, DescribeWxCloudBaseRunEnvsRequest, DescribeCloudBaseRunVersionRsByConditionResponse, DescribeCurveDataRequest, DescribeActivityInfoRequest, BindEnvGatewayRequest, ModifyEnvResponse, DescribeDownloadFileResponse, CreateStandaloneGatewayResponse, DescribeQuotaDataRequest, CreateStaticStoreResponse, DescribeCloudBaseRunResourceResponse, DescribeCloudBaseRunVersionSnapshotRequest, TurnOnStandaloneGatewayRequest, DescribeUserActivityInfoResponse, DescribePostpayFreeQuotasResponse, DescribeCloudBaseProjectLatestVersionListRequest, DescribeEndUsersResponse, DescribeHostingDomainTaskResponse, DescribeEndUserStatisticResponse, DescribeSmsQuotasRequest, DescribeCloudBaseRunVersionResponse, CreatePostpayPackageRequest, DescribeCloudBaseRunPodListResponse, SearchClsLogRequest, CheckTcbServiceRequest, DescribeCloudBaseRunVersionRsByConditionRequest, DescribeCloudBaseRunServerResponse, DescribeUserActivityInfoRequest, DescribeCloudBaseRunPodListRequest, CreateCloudBaseRunResourceRequest, ModifyEndUserResponse, DescribeAuthDomainsRequest, DescribeEnvDealRegionRequest, DescribeDatabaseACLResponse, ModifyCloudBaseRunServerVersionResponse, DescribeExtensionUploadInfoResponse, ModifyEnvRequest, DescribeCloudBaseRunVersionSnapshotResponse, DescribePostpayPackageFreeQuotasResponse, DescribeExtraPkgBillingInfoResponse, ModifyCloudBaseRunServerVersionRequest, RollUpdateCloudBaseRunServerVersionRequest } from "./tcb_models";
|
|
3
3
|
/**
|
|
4
4
|
* tcb client
|
|
5
5
|
* @class
|
|
@@ -149,6 +149,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
149
149
|
* 修改容器内的版本流量配置
|
|
150
150
|
*/
|
|
151
151
|
ModifyCloudBaseRunServerFlowConf(req: ModifyCloudBaseRunServerFlowConfRequest, cb?: (error: string, rep: ModifyCloudBaseRunServerFlowConfResponse) => void): Promise<ModifyCloudBaseRunServerFlowConfResponse>;
|
|
152
|
+
/**
|
|
153
|
+
* 搜索CLS日志,TCB角色秘钥访问
|
|
154
|
+
*/
|
|
155
|
+
SearchClsLog(req: SearchClsLogRequest, cb?: (error: string, rep: SearchClsLogResponse) => void): Promise<SearchClsLogResponse>;
|
|
152
156
|
/**
|
|
153
157
|
* 查看容器托管的集群状态扩展使用
|
|
154
158
|
*/
|
|
@@ -240,6 +240,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
240
240
|
async ModifyCloudBaseRunServerFlowConf(req, cb) {
|
|
241
241
|
return this.request("ModifyCloudBaseRunServerFlowConf", req, cb);
|
|
242
242
|
}
|
|
243
|
+
/**
|
|
244
|
+
* 搜索CLS日志,TCB角色秘钥访问
|
|
245
|
+
*/
|
|
246
|
+
async SearchClsLog(req, cb) {
|
|
247
|
+
return this.request("SearchClsLog", req, cb);
|
|
248
|
+
}
|
|
243
249
|
/**
|
|
244
250
|
* 查看容器托管的集群状态扩展使用
|
|
245
251
|
*/
|
|
@@ -243,6 +243,19 @@ export interface DeleteCloudBaseRunServerVersionResponse {
|
|
|
243
243
|
*/
|
|
244
244
|
RequestId?: string;
|
|
245
245
|
}
|
|
246
|
+
/**
|
|
247
|
+
* SearchClsLog返回参数结构体
|
|
248
|
+
*/
|
|
249
|
+
export interface SearchClsLogResponse {
|
|
250
|
+
/**
|
|
251
|
+
* 日志内容结果
|
|
252
|
+
*/
|
|
253
|
+
LogResults?: LogResObject;
|
|
254
|
+
/**
|
|
255
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
256
|
+
*/
|
|
257
|
+
RequestId?: string;
|
|
258
|
+
}
|
|
246
259
|
/**
|
|
247
260
|
* 独立网关信息
|
|
248
261
|
*/
|
|
@@ -524,6 +537,23 @@ export interface DescribeCloudBaseRunServerDomainNameResponse {
|
|
|
524
537
|
*/
|
|
525
538
|
RequestId?: string;
|
|
526
539
|
}
|
|
540
|
+
/**
|
|
541
|
+
* CLS日志结果
|
|
542
|
+
*/
|
|
543
|
+
export interface LogResObject {
|
|
544
|
+
/**
|
|
545
|
+
* 获取更多检索结果的游标
|
|
546
|
+
*/
|
|
547
|
+
Context: string;
|
|
548
|
+
/**
|
|
549
|
+
* 搜索结果是否已经全部返回
|
|
550
|
+
*/
|
|
551
|
+
ListOver: boolean;
|
|
552
|
+
/**
|
|
553
|
+
* 日志内容信息
|
|
554
|
+
*/
|
|
555
|
+
Results: Array<LogObject>;
|
|
556
|
+
}
|
|
527
557
|
/**
|
|
528
558
|
* DestroyStandaloneGateway请求参数结构体
|
|
529
559
|
*/
|
|
@@ -1854,6 +1884,35 @@ export interface DescribeStandaloneGatewayPackageResponse {
|
|
|
1854
1884
|
*/
|
|
1855
1885
|
RequestId?: string;
|
|
1856
1886
|
}
|
|
1887
|
+
/**
|
|
1888
|
+
* CLS日志单条信息
|
|
1889
|
+
*/
|
|
1890
|
+
export interface LogObject {
|
|
1891
|
+
/**
|
|
1892
|
+
* 日志属于的 topic ID
|
|
1893
|
+
*/
|
|
1894
|
+
TopicId: string;
|
|
1895
|
+
/**
|
|
1896
|
+
* 日志主题的名字
|
|
1897
|
+
*/
|
|
1898
|
+
TopicName: string;
|
|
1899
|
+
/**
|
|
1900
|
+
* 日志时间
|
|
1901
|
+
*/
|
|
1902
|
+
Timestamp: string;
|
|
1903
|
+
/**
|
|
1904
|
+
* 日志内容
|
|
1905
|
+
*/
|
|
1906
|
+
Content: string;
|
|
1907
|
+
/**
|
|
1908
|
+
* 采集路径
|
|
1909
|
+
*/
|
|
1910
|
+
FileName: string;
|
|
1911
|
+
/**
|
|
1912
|
+
* 日志来源设备
|
|
1913
|
+
*/
|
|
1914
|
+
Source: string;
|
|
1915
|
+
}
|
|
1857
1916
|
/**
|
|
1858
1917
|
* DestroyStaticStore返回参数结构体
|
|
1859
1918
|
*/
|
|
@@ -4389,6 +4448,43 @@ export interface DescribeCloudBaseRunPodListResponse {
|
|
|
4389
4448
|
*/
|
|
4390
4449
|
RequestId?: string;
|
|
4391
4450
|
}
|
|
4451
|
+
/**
|
|
4452
|
+
* SearchClsLog请求参数结构体
|
|
4453
|
+
*/
|
|
4454
|
+
export interface SearchClsLogRequest {
|
|
4455
|
+
/**
|
|
4456
|
+
* 环境唯一ID
|
|
4457
|
+
*/
|
|
4458
|
+
EnvId: string;
|
|
4459
|
+
/**
|
|
4460
|
+
* 查询起始时间条件
|
|
4461
|
+
*/
|
|
4462
|
+
StartTime: string;
|
|
4463
|
+
/**
|
|
4464
|
+
* 查询结束时间条件
|
|
4465
|
+
*/
|
|
4466
|
+
EndTime: string;
|
|
4467
|
+
/**
|
|
4468
|
+
* 查询语句,详情参考 https://cloud.tencent.com/document/product/614/47044
|
|
4469
|
+
*/
|
|
4470
|
+
QueryString: string;
|
|
4471
|
+
/**
|
|
4472
|
+
* 单次要返回的日志条数,单次返回的最大条数为100
|
|
4473
|
+
*/
|
|
4474
|
+
Limit: number;
|
|
4475
|
+
/**
|
|
4476
|
+
* 加载更多使用,透传上次返回的 context 值,获取后续的日志内容,通过游标最多可获取10000条,请尽可能缩小时间范围
|
|
4477
|
+
*/
|
|
4478
|
+
Context?: string;
|
|
4479
|
+
/**
|
|
4480
|
+
* 按时间排序 asc(升序)或者 desc(降序),默认为 desc
|
|
4481
|
+
*/
|
|
4482
|
+
Sort?: string;
|
|
4483
|
+
/**
|
|
4484
|
+
* 是否使用Lucene语法,默认为false
|
|
4485
|
+
*/
|
|
4486
|
+
UseLucene?: boolean;
|
|
4487
|
+
}
|
|
4392
4488
|
/**
|
|
4393
4489
|
* 代码仓库里 Repo的信息描述
|
|
4394
4490
|
*/
|