tencentcloud-sdk-nodejs 4.1.234 → 4.1.235
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/lkeap/v20240522/lkeap_client.js +14 -62
- package/es/services/tione/v20211111/tione_client.js +5 -2
- package/es/services/waf/v20180125/waf_client.js +6 -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/cdb/v20170320/cdb_models.d.ts +17 -17
- package/tencentcloud/services/config/v20220802/config_models.d.ts +52 -52
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +18 -28
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +13 -14
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +19 -19
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +22 -87
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +29 -126
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +125 -866
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +15 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +15 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -7
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +4 -0
- package/tencentcloud/services/rce/v20250425/rce_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +79 -65
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +26 -14
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +22 -0
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +238 -40
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.235";
|
|
@@ -3,85 +3,37 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("lkeap.tencentcloudapi.com", "2024-05-22", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
6
|
+
async QueryRewrite(req, cb) {
|
|
7
|
+
return this.request("QueryRewrite", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async CreateReconstructDocumentFlow(req, cb) {
|
|
10
|
+
return this.request("CreateReconstructDocumentFlow", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async GetCharacterUsage(req, cb) {
|
|
13
|
+
return this.request("GetCharacterUsage", req, cb);
|
|
14
14
|
}
|
|
15
15
|
async GetSplitDocumentResult(req, cb) {
|
|
16
16
|
return this.request("GetSplitDocumentResult", req, cb);
|
|
17
17
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
18
|
+
async CreateSplitDocumentFlow(req, cb) {
|
|
19
|
+
return this.request("CreateSplitDocumentFlow", req, cb);
|
|
20
20
|
}
|
|
21
21
|
async ReconstructDocumentSSE(req, cb) {
|
|
22
22
|
return this.request("ReconstructDocumentSSE", req, cb);
|
|
23
23
|
}
|
|
24
|
-
async DeleteDocs(req, cb) {
|
|
25
|
-
return this.request("DeleteDocs", req, cb);
|
|
26
|
-
}
|
|
27
|
-
async DeleteQAs(req, cb) {
|
|
28
|
-
return this.request("DeleteQAs", req, cb);
|
|
29
|
-
}
|
|
30
|
-
async QueryRewrite(req, cb) {
|
|
31
|
-
return this.request("QueryRewrite", req, cb);
|
|
32
|
-
}
|
|
33
|
-
async GetEmbedding(req, cb) {
|
|
34
|
-
return this.request("GetEmbedding", req, cb);
|
|
35
|
-
}
|
|
36
|
-
async ModifyAttributeLabel(req, cb) {
|
|
37
|
-
return this.request("ModifyAttributeLabel", req, cb);
|
|
38
|
-
}
|
|
39
24
|
async RunRerank(req, cb) {
|
|
40
25
|
return this.request("RunRerank", req, cb);
|
|
41
26
|
}
|
|
27
|
+
async GetReconstructDocumentResult(req, cb) {
|
|
28
|
+
return this.request("GetReconstructDocumentResult", req, cb);
|
|
29
|
+
}
|
|
42
30
|
async CancelTask(req, cb) {
|
|
43
31
|
return this.request("CancelTask", req, cb);
|
|
44
32
|
}
|
|
45
|
-
async ListQAs(req, cb) {
|
|
46
|
-
return this.request("ListQAs", req, cb);
|
|
47
|
-
}
|
|
48
|
-
async DeleteAttributeLabels(req, cb) {
|
|
49
|
-
return this.request("DeleteAttributeLabels", req, cb);
|
|
50
|
-
}
|
|
51
|
-
async CreateAttributeLabel(req, cb) {
|
|
52
|
-
return this.request("CreateAttributeLabel", req, cb);
|
|
53
|
-
}
|
|
54
|
-
async CreateReconstructDocumentFlow(req, cb) {
|
|
55
|
-
return this.request("CreateReconstructDocumentFlow", req, cb);
|
|
56
|
-
}
|
|
57
|
-
async ListAttributeLabels(req, cb) {
|
|
58
|
-
return this.request("ListAttributeLabels", req, cb);
|
|
59
|
-
}
|
|
60
|
-
async ListDocs(req, cb) {
|
|
61
|
-
return this.request("ListDocs", req, cb);
|
|
62
|
-
}
|
|
63
|
-
async CreateKnowledgeBase(req, cb) {
|
|
64
|
-
return this.request("CreateKnowledgeBase", req, cb);
|
|
65
|
-
}
|
|
66
|
-
async ImportQAs(req, cb) {
|
|
67
|
-
return this.request("ImportQAs", req, cb);
|
|
68
|
-
}
|
|
69
|
-
async CreateQA(req, cb) {
|
|
70
|
-
return this.request("CreateQA", req, cb);
|
|
71
|
-
}
|
|
72
|
-
async DeleteKnowledgeBase(req, cb) {
|
|
73
|
-
return this.request("DeleteKnowledgeBase", req, cb);
|
|
74
|
-
}
|
|
75
|
-
async CreateSplitDocumentFlow(req, cb) {
|
|
76
|
-
return this.request("CreateSplitDocumentFlow", req, cb);
|
|
77
|
-
}
|
|
78
|
-
async GetCharacterUsage(req, cb) {
|
|
79
|
-
return this.request("GetCharacterUsage", req, cb);
|
|
80
|
-
}
|
|
81
|
-
async UploadDoc(req, cb) {
|
|
82
|
-
return this.request("UploadDoc", req, cb);
|
|
83
|
-
}
|
|
84
33
|
async ChatCompletions(req, cb) {
|
|
85
34
|
return this.request("ChatCompletions", req, cb);
|
|
86
35
|
}
|
|
36
|
+
async GetEmbedding(req, cb) {
|
|
37
|
+
return this.request("GetEmbedding", req, cb);
|
|
38
|
+
}
|
|
87
39
|
}
|
|
@@ -6,6 +6,9 @@ export class Client extends AbstractClient {
|
|
|
6
6
|
async DescribeTrainingModelVersion(req, cb) {
|
|
7
7
|
return this.request("DescribeTrainingModelVersion", req, cb);
|
|
8
8
|
}
|
|
9
|
+
async ModifyModelServiceAuthToken(req, cb) {
|
|
10
|
+
return this.request("ModifyModelServiceAuthToken", req, cb);
|
|
11
|
+
}
|
|
9
12
|
async DescribeModelService(req, cb) {
|
|
10
13
|
return this.request("DescribeModelService", req, cb);
|
|
11
14
|
}
|
|
@@ -126,8 +129,8 @@ export class Client extends AbstractClient {
|
|
|
126
129
|
async DescribeSubAccountLinuxUserInfos(req, cb) {
|
|
127
130
|
return this.request("DescribeSubAccountLinuxUserInfos", req, cb);
|
|
128
131
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
132
|
+
async DescribeTrainingTaskPodUrl(req, cb) {
|
|
133
|
+
return this.request("DescribeTrainingTaskPodUrl", req, cb);
|
|
131
134
|
}
|
|
132
135
|
async CreateModelService(req, cb) {
|
|
133
136
|
return this.request("CreateModelService", req, cb);
|
|
@@ -84,6 +84,9 @@ export class Client extends AbstractClient {
|
|
|
84
84
|
async DescribeApiAggregateTopN(req, cb) {
|
|
85
85
|
return this.request("DescribeApiAggregateTopN", req, cb);
|
|
86
86
|
}
|
|
87
|
+
async UploadSkillSecScan(req, cb) {
|
|
88
|
+
return this.request("UploadSkillSecScan", req, cb);
|
|
89
|
+
}
|
|
87
90
|
async DeleteOwaspRuleStatus(req, cb) {
|
|
88
91
|
return this.request("DeleteOwaspRuleStatus", req, cb);
|
|
89
92
|
}
|
|
@@ -462,6 +465,9 @@ export class Client extends AbstractClient {
|
|
|
462
465
|
async DescribeWafAutoDenyRules(req, cb) {
|
|
463
466
|
return this.request("DescribeWafAutoDenyRules", req, cb);
|
|
464
467
|
}
|
|
468
|
+
async DescribeSkillSecScanResult(req, cb) {
|
|
469
|
+
return this.request("DescribeSkillSecScanResult", req, cb);
|
|
470
|
+
}
|
|
465
471
|
async DescribeOwaspRules(req, cb) {
|
|
466
472
|
return this.request("DescribeOwaspRules", req, cb);
|
|
467
473
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.235";
|
|
@@ -5523,15 +5523,15 @@ export interface DescribeClusterInfoRequest {
|
|
|
5523
5523
|
*/
|
|
5524
5524
|
export interface DescribeDBPriceResponse {
|
|
5525
5525
|
/**
|
|
5526
|
-
*
|
|
5526
|
+
* <p>实例价格,单位:分。</p>
|
|
5527
5527
|
*/
|
|
5528
5528
|
Price?: number;
|
|
5529
5529
|
/**
|
|
5530
|
-
*
|
|
5530
|
+
* <p>实例原价,单位:分。</p>
|
|
5531
5531
|
*/
|
|
5532
5532
|
OriginalPrice?: number;
|
|
5533
5533
|
/**
|
|
5534
|
-
*
|
|
5534
|
+
* <p>货币单位。CNY-人民币,USD-美元。</p>
|
|
5535
5535
|
*/
|
|
5536
5536
|
Currency?: string;
|
|
5537
5537
|
/**
|
|
@@ -9873,59 +9873,59 @@ export interface DescribeUploadedFilesResponse {
|
|
|
9873
9873
|
*/
|
|
9874
9874
|
export interface DescribeDBPriceRequest {
|
|
9875
9875
|
/**
|
|
9876
|
-
*
|
|
9876
|
+
* <p>实例时长,单位:月,最小值 1,最大值为 36;查询按量计费价格时,该字段无效。</p>
|
|
9877
9877
|
*/
|
|
9878
9878
|
Period: number;
|
|
9879
9879
|
/**
|
|
9880
|
-
*
|
|
9880
|
+
* <p>可用区信息,格式如 "ap-guangzhou-2"。具体能设置的值请通过 <a href="https://cloud.tencent.com/document/api/236/17229">DescribeDBZoneConfig</a> 接口查询。InstanceId为空时该参数为必填项。</p>
|
|
9881
9881
|
*/
|
|
9882
9882
|
Zone?: string;
|
|
9883
9883
|
/**
|
|
9884
|
-
*
|
|
9884
|
+
* <p>实例数量,默认值为 1,最小值 1,最大值为 100。InstanceId为空时该参数为必填项。</p>
|
|
9885
9885
|
*/
|
|
9886
9886
|
GoodsNum?: number;
|
|
9887
9887
|
/**
|
|
9888
|
-
*
|
|
9888
|
+
* <p>实例内存大小,单位:MB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的实例内存大小范围。</p>
|
|
9889
9889
|
*/
|
|
9890
9890
|
Memory?: number;
|
|
9891
9891
|
/**
|
|
9892
|
-
*
|
|
9892
|
+
* <p>实例硬盘大小,单位:GB。InstanceId 为空时该参数为必填项。为保证传入值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的硬盘大小范围。</p>
|
|
9893
9893
|
*/
|
|
9894
9894
|
Volume?: number;
|
|
9895
9895
|
/**
|
|
9896
|
-
*
|
|
9896
|
+
* <p>实例类型,默认为 master,支持值包括:master - 表示主实例,ro - 表示只读实例,dr - 表示灾备实例。InstanceId为空时该参数为必填项。</p>
|
|
9897
9897
|
*/
|
|
9898
9898
|
InstanceRole?: string;
|
|
9899
9899
|
/**
|
|
9900
|
-
*
|
|
9900
|
+
* <p>付费类型,支持值包括:PRE_PAID - 包年包月,HOUR_PAID - 按量计费。InstanceId为空时该参数为必填项。</p>
|
|
9901
9901
|
*/
|
|
9902
9902
|
PayType?: string;
|
|
9903
9903
|
/**
|
|
9904
|
-
*
|
|
9904
|
+
* <p>数据复制方式,默认为 0,支持值包括:0 - 表示异步复制,1 - 表示半同步复制,2 - 表示强同步复制。</p>
|
|
9905
9905
|
*/
|
|
9906
9906
|
ProtectMode?: number;
|
|
9907
9907
|
/**
|
|
9908
|
-
*
|
|
9908
|
+
* <p>实例隔离类型。</p><p>枚举值:</p><ul><li>UNIVERSAL: 通用型实例</li><li>EXCLUSIVE: 独享型实例</li><li>CLOUD_NATIVE_CLUSTER: 云盘版标准型</li><li>CLOUD_NATIVE_CLUSTER_EXCLUSIVE: 云盘版加强型</li><li>CLOUD_NATIVE_CLUSTER_ULTRA: 云盘版旗舰型</li></ul><p>默认值:UNIVERSAL</p><p>如需查询单节点云盘版实例的价格,请设置此参数为 CLOUD_NATIVE_CLUSTER,并且指定参数 InstanceNodes 为1。</p>
|
|
9909
9909
|
*/
|
|
9910
9910
|
DeviceType?: string;
|
|
9911
9911
|
/**
|
|
9912
|
-
*
|
|
9912
|
+
* <p>实例节点数。<br>1.查询 RO 实例或者单节点实例价格时,此字段值为1。<br>2.查询双节点实例价格时,此字段值为2。<br>3.查询三节点实例价格时,此字段值为3。<br>4.查询云盘版实例价格时,此字段值范围可输入2 - 6,取值为2表示云盘版实例下对应有1个读写节点 + 1个只读节点;取值为6表示云盘版实例下对应有1个读写节点 + 5个只读节点;其余取值(3 - 5)按1个读写节点 +(取值数 - 1)个只读节点规则类推。</p>
|
|
9913
9913
|
*/
|
|
9914
9914
|
InstanceNodes?: number;
|
|
9915
9915
|
/**
|
|
9916
|
-
*
|
|
9916
|
+
* <p>询价实例的CPU核心数目,单位:核,为保证传入 CPU 值有效,请使用 <a href="https://cloud.tencent.com/document/product/236/17229">获取云数据库可售卖规格</a> 接口获取可售卖的核心数目,当未指定该值时,将按照 Memory 大小补全一个默认值。</p>
|
|
9917
9917
|
*/
|
|
9918
9918
|
Cpu?: number;
|
|
9919
9919
|
/**
|
|
9920
|
-
*
|
|
9920
|
+
* <p>询价续费实例ID。如需查询实例续费价格,填写InstanceId和Period即可。</p>
|
|
9921
9921
|
*/
|
|
9922
9922
|
InstanceId?: string;
|
|
9923
9923
|
/**
|
|
9924
|
-
*
|
|
9924
|
+
* <p>按量计费阶梯。仅PayType=HOUR_PAID有效,支持值包括:1,2,3。阶梯时长见https://cloud.tencent.com/document/product/236/18335。</p>
|
|
9925
9925
|
*/
|
|
9926
9926
|
Ladder?: number;
|
|
9927
9927
|
/**
|
|
9928
|
-
*
|
|
9928
|
+
* <p>磁盘类型,查询云盘版、单节点云盘版实例价格可以指定该参数。默认值为 SSD 云硬盘。<br>支持值包括:<br>"CLOUD_SSD" - SSD 云硬盘。<br>"CLOUD_HSSD" - 增强型 SSD 云硬盘。<br>"CLOUD_PREMIUM" - 高性能云硬盘。</p>
|
|
9929
9929
|
*/
|
|
9930
9930
|
DiskType?: string;
|
|
9931
9931
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* 资源列表信息
|
|
3
3
|
*/
|
|
4
4
|
export interface ResourceListInfo {
|
|
5
5
|
/**
|
|
@@ -956,23 +956,23 @@ export interface ListAlarmPolicyRequest {
|
|
|
956
956
|
*/
|
|
957
957
|
export interface DescribeSystemCompliancePackResponse {
|
|
958
958
|
/**
|
|
959
|
-
*
|
|
959
|
+
* <p>合规包ID</p>
|
|
960
960
|
*/
|
|
961
961
|
CompliancePackId?: string;
|
|
962
962
|
/**
|
|
963
|
-
*
|
|
963
|
+
* <p>合规包名称</p>
|
|
964
964
|
*/
|
|
965
965
|
CompliancePackName?: string;
|
|
966
966
|
/**
|
|
967
|
-
*
|
|
967
|
+
* <p>合规包描述</p>
|
|
968
968
|
*/
|
|
969
969
|
Description?: string;
|
|
970
970
|
/**
|
|
971
|
-
*
|
|
971
|
+
* <p>风险等级</p>
|
|
972
972
|
*/
|
|
973
973
|
RiskLevel?: number;
|
|
974
974
|
/**
|
|
975
|
-
*
|
|
975
|
+
* <p>合规包规则列表</p>
|
|
976
976
|
*/
|
|
977
977
|
ConfigRules?: Array<CompliancePackRuleForManage>;
|
|
978
978
|
/**
|
|
@@ -1594,74 +1594,74 @@ export interface AggregateEvaluationResult {
|
|
|
1594
1594
|
*/
|
|
1595
1595
|
export interface SystemConfigRule {
|
|
1596
1596
|
/**
|
|
1597
|
-
*
|
|
1597
|
+
* <p>规则标识</p>
|
|
1598
1598
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1599
1599
|
*/
|
|
1600
|
-
Identifier
|
|
1600
|
+
Identifier?: string;
|
|
1601
1601
|
/**
|
|
1602
|
-
*
|
|
1602
|
+
* <p>规则名</p>
|
|
1603
1603
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1604
1604
|
*/
|
|
1605
|
-
RuleName
|
|
1605
|
+
RuleName?: string;
|
|
1606
1606
|
/**
|
|
1607
|
-
*
|
|
1607
|
+
* <p>规则参数</p>
|
|
1608
1608
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1609
1609
|
*/
|
|
1610
|
-
InputParameter
|
|
1610
|
+
InputParameter?: Array<InputParameterForManage>;
|
|
1611
1611
|
/**
|
|
1612
|
-
*
|
|
1612
|
+
* <p>规则触发条件</p>
|
|
1613
1613
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1614
1614
|
*/
|
|
1615
|
-
SourceCondition
|
|
1615
|
+
SourceCondition?: Array<SourceConditionForManage>;
|
|
1616
1616
|
/**
|
|
1617
|
-
*
|
|
1617
|
+
* <p>支持的资源类型</p>
|
|
1618
1618
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1619
1619
|
*/
|
|
1620
|
-
ResourceType
|
|
1620
|
+
ResourceType?: Array<string>;
|
|
1621
1621
|
/**
|
|
1622
|
-
*
|
|
1622
|
+
* <p>标签</p>
|
|
1623
1623
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1624
1624
|
*/
|
|
1625
|
-
Label
|
|
1625
|
+
Label?: Array<string>;
|
|
1626
1626
|
/**
|
|
1627
|
-
*
|
|
1627
|
+
* <p>风险等级,1,2,3</p>
|
|
1628
1628
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1629
1629
|
*/
|
|
1630
|
-
RiskLevel
|
|
1630
|
+
RiskLevel?: number;
|
|
1631
1631
|
/**
|
|
1632
|
-
*
|
|
1632
|
+
* <p>对应的函数</p>
|
|
1633
1633
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1634
1634
|
*/
|
|
1635
|
-
ServiceFunction
|
|
1635
|
+
ServiceFunction?: string;
|
|
1636
1636
|
/**
|
|
1637
|
-
*
|
|
1637
|
+
* <p>创建时间</p>
|
|
1638
1638
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1639
1639
|
*/
|
|
1640
|
-
CreateTime
|
|
1640
|
+
CreateTime?: string;
|
|
1641
1641
|
/**
|
|
1642
|
-
*
|
|
1642
|
+
* <p>更新时间</p>
|
|
1643
1643
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1644
1644
|
*/
|
|
1645
|
-
UpdateTime
|
|
1645
|
+
UpdateTime?: string;
|
|
1646
1646
|
/**
|
|
1647
|
-
*
|
|
1647
|
+
* <p>触发类型</p>
|
|
1648
1648
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1649
1649
|
*/
|
|
1650
|
-
TriggerType
|
|
1650
|
+
TriggerType?: Array<string>;
|
|
1651
1651
|
/**
|
|
1652
|
-
*
|
|
1652
|
+
* <p>描述</p>
|
|
1653
1653
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1654
1654
|
*/
|
|
1655
|
-
Description
|
|
1655
|
+
Description?: string;
|
|
1656
1656
|
/**
|
|
1657
|
-
*
|
|
1657
|
+
* <p>使用次数</p>
|
|
1658
1658
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1659
1659
|
*/
|
|
1660
|
-
ReferenceCount
|
|
1660
|
+
ReferenceCount?: number;
|
|
1661
1661
|
/**
|
|
1662
|
-
*
|
|
1662
|
+
* <p>规则类型</p>
|
|
1663
1663
|
*/
|
|
1664
|
-
IdentifierType
|
|
1664
|
+
IdentifierType?: string;
|
|
1665
1665
|
}
|
|
1666
1666
|
/**
|
|
1667
1667
|
* DetachAggregateConfigRuleToCompliancePack返回参数结构体
|
|
@@ -1907,7 +1907,7 @@ export interface CloseConfigRuleRequest {
|
|
|
1907
1907
|
*/
|
|
1908
1908
|
export interface DescribeSystemCompliancePackRequest {
|
|
1909
1909
|
/**
|
|
1910
|
-
*
|
|
1910
|
+
* <p>合规包ID</p>
|
|
1911
1911
|
*/
|
|
1912
1912
|
CompliancePackId: string;
|
|
1913
1913
|
}
|
|
@@ -2501,42 +2501,42 @@ export interface EvaluationResult {
|
|
|
2501
2501
|
*/
|
|
2502
2502
|
export interface ConfigCompliancePack {
|
|
2503
2503
|
/**
|
|
2504
|
-
*
|
|
2504
|
+
* <p>合规包状态</p>
|
|
2505
2505
|
*/
|
|
2506
2506
|
Status: string;
|
|
2507
2507
|
/**
|
|
2508
|
-
*
|
|
2508
|
+
* <p>合规包ID</p>
|
|
2509
2509
|
*/
|
|
2510
2510
|
CompliancePackId: string;
|
|
2511
2511
|
/**
|
|
2512
|
-
*
|
|
2512
|
+
* <p>描述</p>
|
|
2513
2513
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2514
2514
|
*/
|
|
2515
2515
|
Description: string;
|
|
2516
2516
|
/**
|
|
2517
|
-
*
|
|
2517
|
+
* <p>合规包名称</p>
|
|
2518
2518
|
*/
|
|
2519
2519
|
CompliancePackName: string;
|
|
2520
2520
|
/**
|
|
2521
|
-
*
|
|
2521
|
+
* <p>风险等级</p>
|
|
2522
2522
|
*/
|
|
2523
2523
|
RiskLevel: number;
|
|
2524
2524
|
/**
|
|
2525
|
-
*
|
|
2525
|
+
* <p>评估结果</p>
|
|
2526
2526
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2527
2527
|
*/
|
|
2528
2528
|
ComplianceResult: string;
|
|
2529
2529
|
/**
|
|
2530
|
-
*
|
|
2530
|
+
* <p>创建时间</p>
|
|
2531
2531
|
*/
|
|
2532
2532
|
CreateTime: string;
|
|
2533
2533
|
/**
|
|
2534
|
-
*
|
|
2534
|
+
* <p>不合规规则名</p>
|
|
2535
2535
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2536
2536
|
*/
|
|
2537
2537
|
NoCompliantNames: Array<string>;
|
|
2538
2538
|
/**
|
|
2539
|
-
*
|
|
2539
|
+
* <p>合规包规则数</p>
|
|
2540
2540
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2541
2541
|
*/
|
|
2542
2542
|
RuleCount: number;
|
|
@@ -2601,37 +2601,37 @@ export interface ListRemediationExecutionsRequest {
|
|
|
2601
2601
|
*/
|
|
2602
2602
|
export interface CompliancePackRule {
|
|
2603
2603
|
/**
|
|
2604
|
-
*
|
|
2604
|
+
* <p>规则名称</p>
|
|
2605
2605
|
*/
|
|
2606
2606
|
RuleName: string;
|
|
2607
2607
|
/**
|
|
2608
|
-
*
|
|
2608
|
+
* <p>风险等级</p>
|
|
2609
2609
|
*/
|
|
2610
2610
|
RiskLevel: number;
|
|
2611
2611
|
/**
|
|
2612
|
-
*
|
|
2612
|
+
* <p>入参</p>
|
|
2613
2613
|
*/
|
|
2614
2614
|
InputParameter: Array<InputParameter>;
|
|
2615
2615
|
/**
|
|
2616
|
-
*
|
|
2616
|
+
* <p>规则身份标识</p>
|
|
2617
2617
|
*/
|
|
2618
2618
|
Identifier?: string;
|
|
2619
2619
|
/**
|
|
2620
|
-
*
|
|
2620
|
+
* <p>描述</p>
|
|
2621
2621
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2622
2622
|
*/
|
|
2623
2623
|
Description?: string;
|
|
2624
2624
|
/**
|
|
2625
|
-
*
|
|
2625
|
+
* <p>预设规则身份标识</p>
|
|
2626
2626
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2627
2627
|
*/
|
|
2628
2628
|
ManagedRuleIdentifier?: string;
|
|
2629
2629
|
/**
|
|
2630
|
-
*
|
|
2630
|
+
* <p>规则ID</p>
|
|
2631
2631
|
*/
|
|
2632
2632
|
ConfigRuleId?: string;
|
|
2633
2633
|
/**
|
|
2634
|
-
*
|
|
2634
|
+
* <p>合规包ID</p>
|
|
2635
2635
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2636
2636
|
*/
|
|
2637
2637
|
CompliancePackId?: string;
|
|
@@ -15990,85 +15990,75 @@ export interface DescribeKeySandboxCredentialResponse {
|
|
|
15990
15990
|
*/
|
|
15991
15991
|
export interface SkillScanItem {
|
|
15992
15992
|
/**
|
|
15993
|
-
* Skill
|
|
15993
|
+
* <p>Skill 名称</p>
|
|
15994
15994
|
*/
|
|
15995
15995
|
SkillName?: string;
|
|
15996
15996
|
/**
|
|
15997
|
-
* Skill 描述,帮助理解 Skill
|
|
15997
|
+
* <p>Skill 描述,帮助理解 Skill 的主要用途</p>
|
|
15998
15998
|
*/
|
|
15999
15999
|
SkillDescription?: string;
|
|
16000
16000
|
/**
|
|
16001
|
-
* ZIP 文件的 SHA256 Hash
|
|
16002
|
-
参数格式:sha256:<64位hex>
|
|
16001
|
+
* <p>ZIP 文件的 SHA256 Hash<br>参数格式:sha256:<64位hex></p>
|
|
16003
16002
|
*/
|
|
16004
16003
|
ContentHash?: string;
|
|
16005
16004
|
/**
|
|
16006
|
-
*
|
|
16005
|
+
* <p>原始上传 ZIP 文件解压后的实际文件数,也是计费的范围,扫描成功后1个文件计为1次额度</p>
|
|
16007
16006
|
*/
|
|
16008
16007
|
UploadFileCount?: number;
|
|
16009
16008
|
/**
|
|
16010
|
-
*
|
|
16011
|
-
枚举值:
|
|
16012
|
-
malicious:恶意
|
|
16013
|
-
suspicious:可疑
|
|
16014
|
-
benign:可信
|
|
16009
|
+
* <p>综合风险等级<br>枚举值:<br>malicious:恶意<br>suspicious:可疑<br>benign:可信</p>
|
|
16015
16010
|
*/
|
|
16016
16011
|
RiskLevel?: string;
|
|
16017
16012
|
/**
|
|
16018
|
-
*
|
|
16013
|
+
* <p>风险主标签融合规则 ID(9xxxx),由服务端从命中的融合风险标签中生成;benign 且无规则命中时为空。展示名称可通过 RuleCatalog 获取</p>
|
|
16019
16014
|
*/
|
|
16020
16015
|
PrimaryRuleID?: string;
|
|
16021
16016
|
/**
|
|
16022
|
-
*
|
|
16017
|
+
* <p>综合处置建议,用于指导调用方优先执行下线、隔离、修复、复检等动作。历史结果中可能为空。传 Language=en-US 时返回英文文案</p>
|
|
16023
16018
|
*/
|
|
16024
16019
|
Mitigation?: string;
|
|
16025
16020
|
/**
|
|
16026
|
-
*
|
|
16021
|
+
* <p>风险综合描述,对本次检测发现的风险进行概括性说明。传 Language=en-US 时返回英文文案</p>
|
|
16027
16022
|
*/
|
|
16028
16023
|
RiskDescription?: string;
|
|
16029
16024
|
/**
|
|
16030
|
-
*
|
|
16031
|
-
取值范围:[0, 100]
|
|
16032
|
-
补充说明:100 为最安全
|
|
16025
|
+
* <p>安全评分取值范围:[0, 100]补充说明:分数越高越安全</p>
|
|
16033
16026
|
*/
|
|
16034
16027
|
SecurityScore?: number;
|
|
16035
16028
|
/**
|
|
16036
|
-
*
|
|
16029
|
+
* <p>本次扫描使用的引擎版本号</p>
|
|
16037
16030
|
*/
|
|
16038
16031
|
EngineVersion?: number;
|
|
16039
16032
|
/**
|
|
16040
|
-
* Skill 能力标签列表,描述 Skill 具备的能力特征或适用场景。不等同于风险标签,也不参与风险等级判定。传 Language=en-US 时 Name 切换为英文,ID
|
|
16033
|
+
* <p>Skill 能力标签列表,描述 Skill 具备的能力特征或适用场景。不等同于风险标签,也不参与风险等级判定。传 Language=en-US 时 Name 切换为英文,ID 保持不变</p>
|
|
16041
16034
|
*/
|
|
16042
16035
|
CapabilityTags?: Array<SkillCapabilityTag>;
|
|
16043
16036
|
/**
|
|
16044
|
-
*
|
|
16037
|
+
* <p>融合规则目录全集,包含所有融合规则类别(9xxxx),调用方可据此展示分类标签,无需本地维护映射表。传 Language=en-US 时返回英文名称</p>
|
|
16045
16038
|
*/
|
|
16046
16039
|
RuleCatalog?: Array<SkillRuleCatalogItem>;
|
|
16047
16040
|
/**
|
|
16048
|
-
*
|
|
16041
|
+
* <p>扫描结果详情,按子引擎分组。每个元素包含 ScanType(引擎类型)和 RuleList(命中规则列表)。规则中的 RuleID 使用融合编码(9xxxx),可与 RuleCatalog 交叉引用。传 Language=en-US 时 Description 返回英文文本</p>
|
|
16049
16042
|
*/
|
|
16050
16043
|
ScanItems?: Array<SkillScanEngineResult>;
|
|
16051
16044
|
/**
|
|
16052
|
-
*
|
|
16045
|
+
* <p>综合安全审计报告地址(签名 URL)。有效期由请求参数 ReportURLExpireHours 控制</p>
|
|
16053
16046
|
*/
|
|
16054
16047
|
ReportURL?: string;
|
|
16055
16048
|
/**
|
|
16056
|
-
*
|
|
16057
|
-
参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)
|
|
16049
|
+
* <p>扫描完成时间。仅 Status=SUCCESS 时有值<br>参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)</p>
|
|
16058
16050
|
*/
|
|
16059
16051
|
ScannedAt?: string;
|
|
16060
16052
|
/**
|
|
16061
|
-
*
|
|
16062
|
-
参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)
|
|
16053
|
+
* <p>任务创建时间。仅 Status=SCANNING 时有值<br>参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)</p>
|
|
16063
16054
|
*/
|
|
16064
16055
|
CreatedAt?: string;
|
|
16065
16056
|
/**
|
|
16066
|
-
*
|
|
16067
|
-
参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)
|
|
16057
|
+
* <p>失败时间。仅 Status=FAILED 时有值<br>参数格式:YYYY-MM-DDTHH:mm:ssZ(ISO8601格式)</p>
|
|
16068
16058
|
*/
|
|
16069
16059
|
FailedAt?: string;
|
|
16070
16060
|
/**
|
|
16071
|
-
*
|
|
16061
|
+
* <p>失败原因描述。仅 Status=FAILED 时有值</p>
|
|
16072
16062
|
*/
|
|
16073
16063
|
Message?: string;
|
|
16074
16064
|
}
|