tencentcloud-sdk-nodejs 4.1.277 → 4.1.279
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/es/common/sdk_version.js +1 -1
- package/es/services/mqtt/v20240516/mqtt_client.js +15 -6
- package/es/services/postgres/v20170312/postgres_client.js +21 -0
- package/es/services/trtc/v20190722/trtc_client.js +24 -15
- package/es/services/wedata/v20210820/wedata_client.js +3 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +8 -4
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +42 -30
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +29 -29
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +6 -6
- package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +6 -6
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +124 -12
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +45 -29
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +9 -5
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +10 -2
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +21 -9
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +29 -11
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +529 -265
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +513 -97
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +16 -19
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +45 -8
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +48 -34
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +61 -41
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +240 -70
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +108 -41
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.279";
|
|
@@ -48,8 +48,8 @@ export class Client extends AbstractClient {
|
|
|
48
48
|
async ModifyJWKSAuthenticator(req, cb) {
|
|
49
49
|
return this.request("ModifyJWKSAuthenticator", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeDeviceCertificateBackupHistory(req, cb) {
|
|
52
|
+
return this.request("DescribeDeviceCertificateBackupHistory", req, cb);
|
|
53
53
|
}
|
|
54
54
|
async CreateMessageEnrichmentRule(req, cb) {
|
|
55
55
|
return this.request("CreateMessageEnrichmentRule", req, cb);
|
|
@@ -90,9 +90,15 @@ export class Client extends AbstractClient {
|
|
|
90
90
|
async DescribeCaCertificates(req, cb) {
|
|
91
91
|
return this.request("DescribeCaCertificates", req, cb);
|
|
92
92
|
}
|
|
93
|
+
async DescribeUserList(req, cb) {
|
|
94
|
+
return this.request("DescribeUserList", req, cb);
|
|
95
|
+
}
|
|
93
96
|
async UpdateAuthorizationPolicyPriority(req, cb) {
|
|
94
97
|
return this.request("UpdateAuthorizationPolicyPriority", req, cb);
|
|
95
98
|
}
|
|
99
|
+
async UpdateMessageEnrichmentRulePriority(req, cb) {
|
|
100
|
+
return this.request("UpdateMessageEnrichmentRulePriority", req, cb);
|
|
101
|
+
}
|
|
96
102
|
async DeleteDeviceIdentity(req, cb) {
|
|
97
103
|
return this.request("DeleteDeviceIdentity", req, cb);
|
|
98
104
|
}
|
|
@@ -111,6 +117,9 @@ export class Client extends AbstractClient {
|
|
|
111
117
|
async DeleteInsPublicEndpoint(req, cb) {
|
|
112
118
|
return this.request("DeleteInsPublicEndpoint", req, cb);
|
|
113
119
|
}
|
|
120
|
+
async DescribeWillMessage(req, cb) {
|
|
121
|
+
return this.request("DescribeWillMessage", req, cb);
|
|
122
|
+
}
|
|
114
123
|
async CreateInstance(req, cb) {
|
|
115
124
|
return this.request("CreateInstance", req, cb);
|
|
116
125
|
}
|
|
@@ -126,8 +135,8 @@ export class Client extends AbstractClient {
|
|
|
126
135
|
async DescribeInstance(req, cb) {
|
|
127
136
|
return this.request("DescribeInstance", req, cb);
|
|
128
137
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
138
|
+
async DescribeDeviceIdentityBackupHistory(req, cb) {
|
|
139
|
+
return this.request("DescribeDeviceIdentityBackupHistory", req, cb);
|
|
131
140
|
}
|
|
132
141
|
async DescribeDeviceIdentity(req, cb) {
|
|
133
142
|
return this.request("DescribeDeviceIdentity", req, cb);
|
|
@@ -159,8 +168,8 @@ export class Client extends AbstractClient {
|
|
|
159
168
|
async KickOutClient(req, cb) {
|
|
160
169
|
return this.request("KickOutClient", req, cb);
|
|
161
170
|
}
|
|
162
|
-
async
|
|
163
|
-
return this.request("
|
|
171
|
+
async DescribeMessageDetails(req, cb) {
|
|
172
|
+
return this.request("DescribeMessageDetails", req, cb);
|
|
164
173
|
}
|
|
165
174
|
async ModifyAuthorizationPolicy(req, cb) {
|
|
166
175
|
return this.request("ModifyAuthorizationPolicy", req, cb);
|
|
@@ -66,6 +66,9 @@ export class Client extends AbstractClient {
|
|
|
66
66
|
async DescribeTasks(req, cb) {
|
|
67
67
|
return this.request("DescribeTasks", req, cb);
|
|
68
68
|
}
|
|
69
|
+
async ModifyDBProxyAddress(req, cb) {
|
|
70
|
+
return this.request("ModifyDBProxyAddress", req, cb);
|
|
71
|
+
}
|
|
69
72
|
async DescribeDatabases(req, cb) {
|
|
70
73
|
return this.request("DescribeDatabases", req, cb);
|
|
71
74
|
}
|
|
@@ -75,6 +78,9 @@ export class Client extends AbstractClient {
|
|
|
75
78
|
async DescribeProductConfig(req, cb) {
|
|
76
79
|
return this.request("DescribeProductConfig", req, cb);
|
|
77
80
|
}
|
|
81
|
+
async ReloadBalanceDBProxyNode(req, cb) {
|
|
82
|
+
return this.request("ReloadBalanceDBProxyNode", req, cb);
|
|
83
|
+
}
|
|
78
84
|
async DescribeAccountPrivileges(req, cb) {
|
|
79
85
|
return this.request("DescribeAccountPrivileges", req, cb);
|
|
80
86
|
}
|
|
@@ -264,6 +270,9 @@ export class Client extends AbstractClient {
|
|
|
264
270
|
async DescribeParamsEvent(req, cb) {
|
|
265
271
|
return this.request("DescribeParamsEvent", req, cb);
|
|
266
272
|
}
|
|
273
|
+
async DescribeDBProxySpecs(req, cb) {
|
|
274
|
+
return this.request("DescribeDBProxySpecs", req, cb);
|
|
275
|
+
}
|
|
267
276
|
async DescribeClasses(req, cb) {
|
|
268
277
|
return this.request("DescribeClasses", req, cb);
|
|
269
278
|
}
|
|
@@ -276,6 +285,9 @@ export class Client extends AbstractClient {
|
|
|
276
285
|
async ModifyReadOnlyDBInstanceWeight(req, cb) {
|
|
277
286
|
return this.request("ModifyReadOnlyDBInstanceWeight", req, cb);
|
|
278
287
|
}
|
|
288
|
+
async ModifyDBProxy(req, cb) {
|
|
289
|
+
return this.request("ModifyDBProxy", req, cb);
|
|
290
|
+
}
|
|
279
291
|
async DescribeBackupPlans(req, cb) {
|
|
280
292
|
return this.request("DescribeBackupPlans", req, cb);
|
|
281
293
|
}
|
|
@@ -312,6 +324,9 @@ export class Client extends AbstractClient {
|
|
|
312
324
|
async DeleteBackupPlan(req, cb) {
|
|
313
325
|
return this.request("DeleteBackupPlan", req, cb);
|
|
314
326
|
}
|
|
327
|
+
async DestroyDBProxy(req, cb) {
|
|
328
|
+
return this.request("DestroyDBProxy", req, cb);
|
|
329
|
+
}
|
|
315
330
|
async InquiryPriceUpgradeDBInstance(req, cb) {
|
|
316
331
|
return this.request("InquiryPriceUpgradeDBInstance", req, cb);
|
|
317
332
|
}
|
|
@@ -327,9 +342,15 @@ export class Client extends AbstractClient {
|
|
|
327
342
|
async DeleteBaseBackup(req, cb) {
|
|
328
343
|
return this.request("DeleteBaseBackup", req, cb);
|
|
329
344
|
}
|
|
345
|
+
async CreateDBProxy(req, cb) {
|
|
346
|
+
return this.request("CreateDBProxy", req, cb);
|
|
347
|
+
}
|
|
330
348
|
async LockAccount(req, cb) {
|
|
331
349
|
return this.request("LockAccount", req, cb);
|
|
332
350
|
}
|
|
351
|
+
async DescribeDBProxy(req, cb) {
|
|
352
|
+
return this.request("DescribeDBProxy", req, cb);
|
|
353
|
+
}
|
|
333
354
|
async OpenAuditService(req, cb) {
|
|
334
355
|
return this.request("OpenAuditService", req, cb);
|
|
335
356
|
}
|
|
@@ -6,6 +6,9 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async CreateCloudModeration(req, cb) {
|
|
7
7
|
return this.request("CreateCloudModeration", req, cb);
|
|
8
8
|
}
|
|
9
|
+
async DescribeTRTCRealTimeQualityData(req, cb) {
|
|
10
|
+
return this.request("DescribeTRTCRealTimeQualityData", req, cb);
|
|
11
|
+
}
|
|
9
12
|
async StopWebRecord(req, cb) {
|
|
10
13
|
return this.request("StopWebRecord", req, cb);
|
|
11
14
|
}
|
|
@@ -21,6 +24,9 @@ export class Client extends AbstractClient {
|
|
|
21
24
|
async DescribeRoomInfo(req, cb) {
|
|
22
25
|
return this.request("DescribeRoomInfo", req, cb);
|
|
23
26
|
}
|
|
27
|
+
async ModifyPicture(req, cb) {
|
|
28
|
+
return this.request("ModifyPicture", req, cb);
|
|
29
|
+
}
|
|
24
30
|
async DescribeWebRecord(req, cb) {
|
|
25
31
|
return this.request("DescribeWebRecord", req, cb);
|
|
26
32
|
}
|
|
@@ -42,11 +48,11 @@ export class Client extends AbstractClient {
|
|
|
42
48
|
async StopMCUMixTranscodeByStrRoomId(req, cb) {
|
|
43
49
|
return this.request("StopMCUMixTranscodeByStrRoomId", req, cb);
|
|
44
50
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
51
|
+
async DescribeTRTCRealTimeScaleData(req, cb) {
|
|
52
|
+
return this.request("DescribeTRTCRealTimeScaleData", req, cb);
|
|
47
53
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
54
|
+
async DescribeAIConversation(req, cb) {
|
|
55
|
+
return this.request("DescribeAIConversation", req, cb);
|
|
50
56
|
}
|
|
51
57
|
async StartMCUMixTranscodeByStrRoomId(req, cb) {
|
|
52
58
|
return this.request("StartMCUMixTranscodeByStrRoomId", req, cb);
|
|
@@ -57,6 +63,9 @@ export class Client extends AbstractClient {
|
|
|
57
63
|
async StartStreamIngest(req, cb) {
|
|
58
64
|
return this.request("StartStreamIngest", req, cb);
|
|
59
65
|
}
|
|
66
|
+
async StartAIConversation(req, cb) {
|
|
67
|
+
return this.request("StartAIConversation", req, cb);
|
|
68
|
+
}
|
|
60
69
|
async RemoveUserByStrRoomId(req, cb) {
|
|
61
70
|
return this.request("RemoveUserByStrRoomId", req, cb);
|
|
62
71
|
}
|
|
@@ -66,8 +75,8 @@ export class Client extends AbstractClient {
|
|
|
66
75
|
async CreatePicture(req, cb) {
|
|
67
76
|
return this.request("CreatePicture", req, cb);
|
|
68
77
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
78
|
+
async CreateLiveStreamModeration(req, cb) {
|
|
79
|
+
return this.request("CreateLiveStreamModeration", req, cb);
|
|
71
80
|
}
|
|
72
81
|
async DescribeTRTCSegmentModerationUsage(req, cb) {
|
|
73
82
|
return this.request("DescribeTRTCSegmentModerationUsage", req, cb);
|
|
@@ -81,6 +90,9 @@ export class Client extends AbstractClient {
|
|
|
81
90
|
async DeleteBasicModeration(req, cb) {
|
|
82
91
|
return this.request("DeleteBasicModeration", req, cb);
|
|
83
92
|
}
|
|
93
|
+
async DescribeLiveStreamModeration(req, cb) {
|
|
94
|
+
return this.request("DescribeLiveStreamModeration", req, cb);
|
|
95
|
+
}
|
|
84
96
|
async ModifyCloudRecording(req, cb) {
|
|
85
97
|
return this.request("ModifyCloudRecording", req, cb);
|
|
86
98
|
}
|
|
@@ -129,8 +141,8 @@ export class Client extends AbstractClient {
|
|
|
129
141
|
async DescribeCloudTranscription(req, cb) {
|
|
130
142
|
return this.request("DescribeCloudTranscription", req, cb);
|
|
131
143
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
144
|
+
async DeleteLiveStreamModeration(req, cb) {
|
|
145
|
+
return this.request("DeleteLiveStreamModeration", req, cb);
|
|
134
146
|
}
|
|
135
147
|
async DescribeUserInfo(req, cb) {
|
|
136
148
|
return this.request("DescribeUserInfo", req, cb);
|
|
@@ -180,8 +192,8 @@ export class Client extends AbstractClient {
|
|
|
180
192
|
async DescribeCloudRecording(req, cb) {
|
|
181
193
|
return this.request("DescribeCloudRecording", req, cb);
|
|
182
194
|
}
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
195
|
+
async DescribeRelayUsage(req, cb) {
|
|
196
|
+
return this.request("DescribeRelayUsage", req, cb);
|
|
185
197
|
}
|
|
186
198
|
async DescribeAITranscription(req, cb) {
|
|
187
199
|
return this.request("DescribeAITranscription", req, cb);
|
|
@@ -189,8 +201,8 @@ export class Client extends AbstractClient {
|
|
|
189
201
|
async UpdatePublishCdnStream(req, cb) {
|
|
190
202
|
return this.request("UpdatePublishCdnStream", req, cb);
|
|
191
203
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
204
|
+
async DeleteVoicePrint(req, cb) {
|
|
205
|
+
return this.request("DeleteVoicePrint", req, cb);
|
|
194
206
|
}
|
|
195
207
|
async CreateCloudSliceTask(req, cb) {
|
|
196
208
|
return this.request("CreateCloudSliceTask", req, cb);
|
|
@@ -207,9 +219,6 @@ export class Client extends AbstractClient {
|
|
|
207
219
|
async DescribeCloudModeration(req, cb) {
|
|
208
220
|
return this.request("DescribeCloudModeration", req, cb);
|
|
209
221
|
}
|
|
210
|
-
async DescribeAIConversation(req, cb) {
|
|
211
|
-
return this.request("DescribeAIConversation", req, cb);
|
|
212
|
-
}
|
|
213
222
|
async DescribeTRTCMarketQualityData(req, cb) {
|
|
214
223
|
return this.request("DescribeTRTCMarketQualityData", req, cb);
|
|
215
224
|
}
|
|
@@ -27,6 +27,9 @@ export class Client extends AbstractClient {
|
|
|
27
27
|
async DescribeTaskScript(req, cb) {
|
|
28
28
|
return this.request("DescribeTaskScript", req, cb);
|
|
29
29
|
}
|
|
30
|
+
async DescribeInstancesByExecutors(req, cb) {
|
|
31
|
+
return this.request("DescribeInstancesByExecutors", req, cb);
|
|
32
|
+
}
|
|
30
33
|
async DescribeRealViewSchemaPage(req, cb) {
|
|
31
34
|
return this.request("DescribeRealViewSchemaPage", req, cb);
|
|
32
35
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.279";
|
|
@@ -3509,21 +3509,25 @@ export interface DescribeOperationTaskRequest {
|
|
|
3509
3509
|
*/
|
|
3510
3510
|
export interface LoginSetting {
|
|
3511
3511
|
/**
|
|
3512
|
-
*
|
|
3512
|
+
* <p>登录会话超时,10分钟,20分钟,30分钟,默认20分钟</p>
|
|
3513
3513
|
*/
|
|
3514
3514
|
TimeOut: number;
|
|
3515
3515
|
/**
|
|
3516
|
-
*
|
|
3516
|
+
* <p>连续密码错误次数,超过锁定账号,3-5</p>
|
|
3517
3517
|
*/
|
|
3518
3518
|
LockThreshold: number;
|
|
3519
3519
|
/**
|
|
3520
|
-
*
|
|
3520
|
+
* <p>账号锁定时长,10分钟,20分钟,30分钟</p>
|
|
3521
3521
|
*/
|
|
3522
3522
|
LockTime: number;
|
|
3523
3523
|
/**
|
|
3524
|
-
*
|
|
3524
|
+
* <p>用户多少天不活跃,账号自动锁定</p>
|
|
3525
3525
|
*/
|
|
3526
3526
|
InactiveUserLock?: number;
|
|
3527
|
+
/**
|
|
3528
|
+
* <p>运维账号单点登录开关:0-关闭,1-开启</p>
|
|
3529
|
+
*/
|
|
3530
|
+
EnableSingleLogin?: number;
|
|
3527
3531
|
}
|
|
3528
3532
|
/**
|
|
3529
3533
|
* DescribeLDAPUnitSet返回参数结构体
|
|
@@ -13452,45 +13452,49 @@ export interface DescribeLicenseListRequest {
|
|
|
13452
13452
|
*/
|
|
13453
13453
|
export interface CreateMalwareWhiteListRequest {
|
|
13454
13454
|
/**
|
|
13455
|
-
*
|
|
13455
|
+
* <p>白名单模式; 0 MD5白名单,1自定义</p>
|
|
13456
13456
|
*/
|
|
13457
13457
|
Mode: number;
|
|
13458
13458
|
/**
|
|
13459
|
-
* quuid
|
|
13459
|
+
* <p>quuid 列表</p>
|
|
13460
13460
|
*/
|
|
13461
13461
|
QuuidList?: Array<string>;
|
|
13462
13462
|
/**
|
|
13463
|
-
*
|
|
13463
|
+
* <p>是否全部主机; 0否,1是。</p>
|
|
13464
13464
|
*/
|
|
13465
13465
|
IsGlobal?: number;
|
|
13466
13466
|
/**
|
|
13467
|
-
*
|
|
13467
|
+
* <p>匹配模式 ;0 精确匹配,1模糊匹配(废弃)</p>
|
|
13468
13468
|
*/
|
|
13469
13469
|
MatchType?: number;
|
|
13470
13470
|
/**
|
|
13471
|
-
*
|
|
13471
|
+
* <p>文件名称(正则);长度不超过200个</p>
|
|
13472
13472
|
*/
|
|
13473
13473
|
FileName?: Array<string>;
|
|
13474
13474
|
/**
|
|
13475
|
-
*
|
|
13475
|
+
* <p>文件目录(正则);长度不超过200个,内容base64转义</p>
|
|
13476
13476
|
*/
|
|
13477
13477
|
FileDirectory?: Array<string>;
|
|
13478
13478
|
/**
|
|
13479
|
-
*
|
|
13479
|
+
* <p>文件后缀;长度不超过200个,内容base64转义(废弃)</p>
|
|
13480
13480
|
*/
|
|
13481
13481
|
FileExtension?: Array<string>;
|
|
13482
13482
|
/**
|
|
13483
|
-
* MD5
|
|
13483
|
+
* <p>MD5列表</p>
|
|
13484
13484
|
*/
|
|
13485
13485
|
Md5List?: Array<string>;
|
|
13486
13486
|
/**
|
|
13487
|
-
*
|
|
13487
|
+
* <p>木马事件ID</p>
|
|
13488
13488
|
*/
|
|
13489
13489
|
EventId?: number;
|
|
13490
13490
|
/**
|
|
13491
|
-
*
|
|
13491
|
+
* <p>对历史待处理执行加白操作;0是不处理,1是处理</p>
|
|
13492
13492
|
*/
|
|
13493
13493
|
IsHandleHistoryEvents?: number;
|
|
13494
|
+
/**
|
|
13495
|
+
* <p>恶意进程告警id</p>
|
|
13496
|
+
*/
|
|
13497
|
+
ProcessEventID?: number;
|
|
13494
13498
|
}
|
|
13495
13499
|
/**
|
|
13496
13500
|
* ModifyLicenseUnBinds请求参数结构体
|
|
@@ -14400,85 +14404,93 @@ export interface CreateIncidentBacktrackingResponse {
|
|
|
14400
14404
|
*/
|
|
14401
14405
|
export interface RiskProcessEvent {
|
|
14402
14406
|
/**
|
|
14403
|
-
*
|
|
14407
|
+
* <p>事件ID</p>
|
|
14404
14408
|
*/
|
|
14405
14409
|
EventId?: number;
|
|
14406
14410
|
/**
|
|
14407
|
-
*
|
|
14411
|
+
* <p>主机名称</p>
|
|
14408
14412
|
*/
|
|
14409
14413
|
HostName?: string;
|
|
14410
14414
|
/**
|
|
14411
|
-
*
|
|
14415
|
+
* <p>主机IP</p>
|
|
14412
14416
|
*/
|
|
14413
14417
|
HostIp?: string;
|
|
14414
14418
|
/**
|
|
14415
|
-
*
|
|
14419
|
+
* <p>外网IP</p>
|
|
14416
14420
|
*/
|
|
14417
14421
|
WanIp?: string;
|
|
14418
14422
|
/**
|
|
14419
|
-
*
|
|
14423
|
+
* <p>进程ID</p>
|
|
14420
14424
|
*/
|
|
14421
14425
|
ProcessId?: number;
|
|
14422
14426
|
/**
|
|
14423
|
-
*
|
|
14427
|
+
* <p>文件路径</p>
|
|
14424
14428
|
*/
|
|
14425
14429
|
FilePath?: string;
|
|
14426
14430
|
/**
|
|
14427
|
-
*
|
|
14431
|
+
* <p>执行命令</p>
|
|
14428
14432
|
*/
|
|
14429
14433
|
CmdLine?: string;
|
|
14430
14434
|
/**
|
|
14431
|
-
*
|
|
14435
|
+
* <p>进程启动时间</p>
|
|
14432
14436
|
*/
|
|
14433
14437
|
StartTime?: string;
|
|
14434
14438
|
/**
|
|
14435
|
-
*
|
|
14439
|
+
* <p>最近检测时间</p>
|
|
14436
14440
|
*/
|
|
14437
14441
|
DetectTime?: string;
|
|
14438
14442
|
/**
|
|
14439
|
-
*
|
|
14443
|
+
* <p>病毒名称</p>
|
|
14440
14444
|
*/
|
|
14441
14445
|
VirusName?: string;
|
|
14442
14446
|
/**
|
|
14443
|
-
*
|
|
14447
|
+
* <p>木马检测平台 [1:云查杀引擎|2:TAV|3:binaryAi|4:异常行为|5:威胁情报]</p>
|
|
14444
14448
|
*/
|
|
14445
14449
|
CheckPlatform?: Array<string>;
|
|
14446
14450
|
/**
|
|
14447
|
-
*
|
|
14451
|
+
* <p>病毒标签</p>
|
|
14448
14452
|
*/
|
|
14449
14453
|
VirusTags?: Array<string>;
|
|
14450
14454
|
/**
|
|
14451
|
-
*
|
|
14455
|
+
* <p>威胁描述</p>
|
|
14452
14456
|
*/
|
|
14453
14457
|
ThreatDesc?: string;
|
|
14454
14458
|
/**
|
|
14455
|
-
*
|
|
14459
|
+
* <p>建议方案</p>
|
|
14456
14460
|
*/
|
|
14457
14461
|
SuggestSolution?: string;
|
|
14458
14462
|
/**
|
|
14459
|
-
*
|
|
14463
|
+
* <p>参考链接</p>
|
|
14460
14464
|
*/
|
|
14461
14465
|
ReferenceLink?: string;
|
|
14462
14466
|
/**
|
|
14463
|
-
*
|
|
14467
|
+
* <p>处理状态[0待处理;1已处理;2查杀中;3已查杀;4已退出;5忽略]</p>
|
|
14464
14468
|
*/
|
|
14465
14469
|
HandleStatus?: number;
|
|
14466
14470
|
/**
|
|
14467
|
-
*
|
|
14471
|
+
* <p>主机在线状态</p>
|
|
14468
14472
|
*/
|
|
14469
14473
|
OnlineStatus?: number;
|
|
14470
14474
|
/**
|
|
14471
|
-
*
|
|
14475
|
+
* <p>附加信息</p>
|
|
14472
14476
|
*/
|
|
14473
14477
|
MachineExtraInfo?: MachineExtraInfo;
|
|
14474
14478
|
/**
|
|
14475
|
-
*
|
|
14479
|
+
* <p>主机uuid</p>
|
|
14476
14480
|
*/
|
|
14477
14481
|
Uuid?: string;
|
|
14478
14482
|
/**
|
|
14479
|
-
*
|
|
14483
|
+
* <p>首次检出方式 0扫描;1实时监控</p>
|
|
14480
14484
|
*/
|
|
14481
14485
|
FirstDetectionMethod?: number;
|
|
14486
|
+
/**
|
|
14487
|
+
* <p>quuid</p>
|
|
14488
|
+
*/
|
|
14489
|
+
QUUID?: string;
|
|
14490
|
+
/**
|
|
14491
|
+
* <p>进程md5</p>
|
|
14492
|
+
*/
|
|
14493
|
+
ExeMd5?: string;
|
|
14482
14494
|
}
|
|
14483
14495
|
/**
|
|
14484
14496
|
* StartBaselineDetect返回参数结构体
|
|
@@ -7952,11 +7952,11 @@ export interface InquirePriceModifyResponse {
|
|
|
7952
7952
|
*/
|
|
7953
7953
|
export interface DeleteAccountsRequest {
|
|
7954
7954
|
/**
|
|
7955
|
-
*
|
|
7955
|
+
* <p>集群ID</p>
|
|
7956
7956
|
*/
|
|
7957
7957
|
ClusterId: string;
|
|
7958
7958
|
/**
|
|
7959
|
-
*
|
|
7959
|
+
* <p>账号数组,包含account和host</p>
|
|
7960
7960
|
*/
|
|
7961
7961
|
Accounts?: Array<InputAccount>;
|
|
7962
7962
|
}
|
|
@@ -8970,31 +8970,31 @@ export interface SalePackageSpec {
|
|
|
8970
8970
|
*/
|
|
8971
8971
|
export interface Account {
|
|
8972
8972
|
/**
|
|
8973
|
-
*
|
|
8973
|
+
* <p>数据库账号名</p>
|
|
8974
8974
|
*/
|
|
8975
8975
|
AccountName?: string;
|
|
8976
8976
|
/**
|
|
8977
|
-
*
|
|
8977
|
+
* <p>主机</p>
|
|
8978
8978
|
*/
|
|
8979
8979
|
Host?: string;
|
|
8980
8980
|
/**
|
|
8981
|
-
*
|
|
8981
|
+
* <p>数据库账号描述</p>
|
|
8982
8982
|
*/
|
|
8983
8983
|
Description?: string;
|
|
8984
8984
|
/**
|
|
8985
|
-
*
|
|
8985
|
+
* <p>创建时间</p>
|
|
8986
8986
|
*/
|
|
8987
8987
|
CreateTime?: string;
|
|
8988
8988
|
/**
|
|
8989
|
-
*
|
|
8989
|
+
* <p>更新时间</p>
|
|
8990
8990
|
*/
|
|
8991
8991
|
UpdateTime?: string;
|
|
8992
8992
|
/**
|
|
8993
|
-
*
|
|
8993
|
+
* <p>用户最大连接数</p>
|
|
8994
8994
|
*/
|
|
8995
8995
|
MaxUserConnections?: number;
|
|
8996
8996
|
/**
|
|
8997
|
-
*
|
|
8997
|
+
* <p>是否开启密码轮转(0:关闭;1:开启)</p>
|
|
8998
8998
|
*/
|
|
8999
8999
|
PasswordRotation?: number;
|
|
9000
9000
|
}
|
|
@@ -9552,11 +9552,11 @@ export interface DescribeResourcesByDealNameResponse {
|
|
|
9552
9552
|
*/
|
|
9553
9553
|
export interface CreateAccountsRequest {
|
|
9554
9554
|
/**
|
|
9555
|
-
*
|
|
9555
|
+
* <p>集群id</p>
|
|
9556
9556
|
*/
|
|
9557
9557
|
ClusterId: string;
|
|
9558
9558
|
/**
|
|
9559
|
-
*
|
|
9559
|
+
* <p>新账户列表</p>
|
|
9560
9560
|
*/
|
|
9561
9561
|
Accounts: Array<NewAccount>;
|
|
9562
9562
|
}
|
|
@@ -9621,51 +9621,51 @@ export interface DescribeLibraDBClusterAutoMapRuleResponse {
|
|
|
9621
9621
|
*/
|
|
9622
9622
|
export interface Ability {
|
|
9623
9623
|
/**
|
|
9624
|
-
*
|
|
9624
|
+
* <p>是否支持从可用区</p>
|
|
9625
9625
|
*/
|
|
9626
9626
|
IsSupportSlaveZone: string;
|
|
9627
9627
|
/**
|
|
9628
|
-
*
|
|
9628
|
+
* <p>不支持从可用区的原因</p>
|
|
9629
9629
|
*/
|
|
9630
9630
|
NonsupportSlaveZoneReason: string;
|
|
9631
9631
|
/**
|
|
9632
|
-
*
|
|
9632
|
+
* <p>是否支持RO实例</p>
|
|
9633
9633
|
*/
|
|
9634
9634
|
IsSupportRo: string;
|
|
9635
9635
|
/**
|
|
9636
|
-
*
|
|
9636
|
+
* <p>不支持RO实例的原因</p>
|
|
9637
9637
|
*/
|
|
9638
9638
|
NonsupportRoReason: string;
|
|
9639
9639
|
/**
|
|
9640
|
-
*
|
|
9640
|
+
* <p>是否支持手动发起快照备份</p>
|
|
9641
9641
|
*/
|
|
9642
9642
|
IsSupportManualSnapshot: string;
|
|
9643
9643
|
/**
|
|
9644
|
-
*
|
|
9644
|
+
* <p>是否支持透明数据加密</p>
|
|
9645
9645
|
*/
|
|
9646
9646
|
IsSupportTransparentDataEncryption?: string;
|
|
9647
9647
|
/**
|
|
9648
|
-
*
|
|
9648
|
+
* <p>不支持透明数据加密原因</p>
|
|
9649
9649
|
*/
|
|
9650
9650
|
NoSupportTransparentDataEncryptionReason?: string;
|
|
9651
9651
|
/**
|
|
9652
|
-
*
|
|
9652
|
+
* <p>是否支持手动发起逻辑备份</p>
|
|
9653
9653
|
*/
|
|
9654
9654
|
IsSupportManualLogic?: string;
|
|
9655
9655
|
/**
|
|
9656
|
-
*
|
|
9656
|
+
* <p>是否支持开启全局加密</p>
|
|
9657
9657
|
*/
|
|
9658
9658
|
IsSupportGlobalEncryption?: string;
|
|
9659
9659
|
/**
|
|
9660
|
-
*
|
|
9660
|
+
* <p>不支持全局加密的原因</p>
|
|
9661
9661
|
*/
|
|
9662
9662
|
NoSupportGlobalEncryptionReason?: string;
|
|
9663
9663
|
/**
|
|
9664
|
-
*
|
|
9664
|
+
* <p>不支持透明加密原因状态码</p>
|
|
9665
9665
|
*/
|
|
9666
9666
|
NoSupportTransparentDataEncryptionReasonCode?: string;
|
|
9667
9667
|
/**
|
|
9668
|
-
*
|
|
9668
|
+
* <p>不支持全局加密原因状态码</p>
|
|
9669
9669
|
*/
|
|
9670
9670
|
NoSupportGlobalEncryptionReasonCode?: string;
|
|
9671
9671
|
}
|
|
@@ -10012,27 +10012,27 @@ export interface QueryParamFilter {
|
|
|
10012
10012
|
*/
|
|
10013
10013
|
export interface NewAccount {
|
|
10014
10014
|
/**
|
|
10015
|
-
*
|
|
10015
|
+
* <p>账户名,包含字母数字_,以字母开头,字母或数字结尾,长度1-30</p>
|
|
10016
10016
|
*/
|
|
10017
10017
|
AccountName: string;
|
|
10018
10018
|
/**
|
|
10019
|
-
*
|
|
10019
|
+
* <p>主机(%或ipv4地址)</p>
|
|
10020
10020
|
*/
|
|
10021
10021
|
Host: string;
|
|
10022
10022
|
/**
|
|
10023
|
-
*
|
|
10023
|
+
* <p>密码,密码长度范围为8到64个字符</p>
|
|
10024
10024
|
*/
|
|
10025
10025
|
AccountPassword: string;
|
|
10026
10026
|
/**
|
|
10027
|
-
*
|
|
10027
|
+
* <p>是否开启密码轮转(0:关闭;1:开启)</p>
|
|
10028
10028
|
*/
|
|
10029
10029
|
PasswordRotation?: number;
|
|
10030
10030
|
/**
|
|
10031
|
-
*
|
|
10031
|
+
* <p>描述</p>
|
|
10032
10032
|
*/
|
|
10033
10033
|
Description?: string;
|
|
10034
10034
|
/**
|
|
10035
|
-
*
|
|
10035
|
+
* <p>用户最大连接数,不能大于10240</p>
|
|
10036
10036
|
*/
|
|
10037
10037
|
MaxUserConnections?: number;
|
|
10038
10038
|
}
|