tencentcloud-sdk-nodejs 4.0.964 → 4.0.966
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 +429 -0
- package/SERVICE_CHANGELOG.md +470 -465
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/acp/v20220105/acp_models.ts +2 -2
- package/src/services/as/v20180419/as_client.ts +9 -3
- package/src/services/as/v20180419/as_models.ts +10 -2
- package/src/services/ccc/v20200210/ccc_models.ts +3 -129
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cfw/v20190904/cfw_client.ts +2 -4
- package/src/services/cfw/v20190904/cfw_models.ts +243 -668
- package/src/services/clb/v20180317/clb_models.ts +2 -4
- package/src/services/csip/v20221121/csip_models.ts +2 -127
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/cwp/v20180228/cwp_models.ts +135 -186
- package/src/services/ess/v20201111/ess_client.ts +19 -7
- package/src/services/ess/v20201111/ess_models.ts +7 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +16 -15
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/iotvideo/v20191126/iotvideo_client.ts +47 -20
- package/src/services/iotvideo/v20191126/iotvideo_models.ts +142 -12
- package/src/services/mmps/v20200710/mmps_models.ts +20 -20
- package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
- package/src/services/mrs/v20200910/mrs_models.ts +6 -0
- package/src/services/ms/v20180408/ms_client.ts +0 -1
- package/src/services/ms/v20180408/ms_models.ts +132 -104
- package/src/services/privatedns/v20201028/privatedns_client.ts +73 -23
- package/src/services/privatedns/v20201028/privatedns_models.ts +361 -84
- package/src/services/redis/v20180412/redis_client.ts +4 -2
- package/src/services/redis/v20180412/redis_models.ts +14 -14
- package/src/services/tat/v20201028/tat_models.ts +11 -34
- package/src/services/tcss/v20201101/tcss_models.ts +13 -26
- package/src/services/tem/v20210701/tem_models.ts +12 -12
- package/src/services/teo/v20220901/teo_models.ts +2 -2
- package/src/services/vclm/v20240523/vclm_client.ts +11 -9
- package/src/services/vclm/v20240523/vclm_models.ts +252 -192
- package/src/services/waf/v20180125/waf_client.ts +0 -14
- package/src/services/waf/v20180125/waf_models.ts +196 -617
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/acp/v20220105/acp_models.d.ts +2 -2
- package/tencentcloud/services/as/v20180419/as_client.d.ts +7 -1
- package/tencentcloud/services/as/v20180419/as_client.js +7 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +10 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -128
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +243 -668
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -4
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2 -127
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +134 -185
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -7
- package/tencentcloud/services/ess/v20201111/ess_client.js +19 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.d.ts +15 -7
- package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.js +21 -9
- package/tencentcloud/services/iotvideo/v20191126/iotvideo_models.d.ts +135 -12
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +20 -20
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +6 -0
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +0 -1
- package/tencentcloud/services/ms/v20180408/ms_client.js +0 -1
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +132 -104
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +21 -5
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +30 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +350 -83
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -0
- package/tencentcloud/services/redis/v20180412/redis_client.js +2 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +14 -14
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -34
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +13 -26
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -12
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -1
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +246 -188
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -7
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -8
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +194 -613
- package/test/iotvideo.v20191126.test.js +26 -6
- package/test/privatedns.v20201028.test.js +44 -4
- package/test/waf.v20180125.test.js +0 -10
|
@@ -5,19 +5,19 @@ export interface PlanDetailInfo {
|
|
|
5
5
|
/**
|
|
6
6
|
* 默认策略,1为默认,0为非默认
|
|
7
7
|
*/
|
|
8
|
-
IsDefault
|
|
8
|
+
IsDefault?: number;
|
|
9
9
|
/**
|
|
10
10
|
* 策略id
|
|
11
11
|
*/
|
|
12
|
-
PlanId
|
|
12
|
+
PlanId?: number;
|
|
13
13
|
/**
|
|
14
14
|
* 策略名称
|
|
15
15
|
*/
|
|
16
|
-
PlanName
|
|
16
|
+
PlanName?: string;
|
|
17
17
|
/**
|
|
18
18
|
* 策略信息
|
|
19
19
|
*/
|
|
20
|
-
PlanInfo
|
|
20
|
+
PlanInfo?: PlanInfo;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* 加固后app的信息,包含基本信息和加固信息
|
|
@@ -26,35 +26,35 @@ export interface AppSetInfo {
|
|
|
26
26
|
/**
|
|
27
27
|
* 任务唯一标识
|
|
28
28
|
*/
|
|
29
|
-
ItemId
|
|
29
|
+
ItemId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* app的名称
|
|
32
32
|
*/
|
|
33
|
-
AppName
|
|
33
|
+
AppName?: string;
|
|
34
34
|
/**
|
|
35
35
|
* app的包名
|
|
36
36
|
*/
|
|
37
|
-
AppPkgName
|
|
37
|
+
AppPkgName?: string;
|
|
38
38
|
/**
|
|
39
39
|
* app的版本号
|
|
40
40
|
*/
|
|
41
|
-
AppVersion
|
|
41
|
+
AppVersion?: string;
|
|
42
42
|
/**
|
|
43
43
|
* app的md5
|
|
44
44
|
*/
|
|
45
|
-
AppMd5
|
|
45
|
+
AppMd5?: string;
|
|
46
46
|
/**
|
|
47
47
|
* app的大小
|
|
48
48
|
*/
|
|
49
|
-
AppSize
|
|
49
|
+
AppSize?: number;
|
|
50
50
|
/**
|
|
51
51
|
* 加固服务版本
|
|
52
52
|
*/
|
|
53
|
-
ServiceEdition
|
|
53
|
+
ServiceEdition?: string;
|
|
54
54
|
/**
|
|
55
55
|
* 加固结果返回码
|
|
56
56
|
*/
|
|
57
|
-
ShieldCode
|
|
57
|
+
ShieldCode?: number;
|
|
58
58
|
/**
|
|
59
59
|
* 加固后的APP下载地址
|
|
60
60
|
*/
|
|
@@ -62,27 +62,27 @@ export interface AppSetInfo {
|
|
|
62
62
|
/**
|
|
63
63
|
* 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
|
|
64
64
|
*/
|
|
65
|
-
TaskStatus
|
|
65
|
+
TaskStatus?: number;
|
|
66
66
|
/**
|
|
67
67
|
* 请求的客户端ip
|
|
68
68
|
*/
|
|
69
|
-
ClientIp
|
|
69
|
+
ClientIp?: string;
|
|
70
70
|
/**
|
|
71
71
|
* 提交加固时间
|
|
72
72
|
*/
|
|
73
|
-
TaskTime
|
|
73
|
+
TaskTime?: number;
|
|
74
74
|
/**
|
|
75
75
|
* app的图标url
|
|
76
76
|
*/
|
|
77
|
-
AppIconUrl
|
|
77
|
+
AppIconUrl?: string;
|
|
78
78
|
/**
|
|
79
79
|
* 加固后app的md5
|
|
80
80
|
*/
|
|
81
|
-
ShieldMd5
|
|
81
|
+
ShieldMd5?: string;
|
|
82
82
|
/**
|
|
83
83
|
* 加固后app的大小
|
|
84
84
|
*/
|
|
85
|
-
ShieldSize
|
|
85
|
+
ShieldSize?: number;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
88
|
* CreateShieldPlanInstance返回参数结构体
|
|
@@ -91,11 +91,11 @@ export interface CreateShieldPlanInstanceResponse {
|
|
|
91
91
|
/**
|
|
92
92
|
* 策略id
|
|
93
93
|
*/
|
|
94
|
-
PlanId
|
|
94
|
+
PlanId?: number;
|
|
95
95
|
/**
|
|
96
96
|
* 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
|
|
97
97
|
*/
|
|
98
|
-
Progress
|
|
98
|
+
Progress?: number;
|
|
99
99
|
/**
|
|
100
100
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
101
101
|
*/
|
|
@@ -125,15 +125,15 @@ export interface ResourceServiceInfo {
|
|
|
125
125
|
/**
|
|
126
126
|
* 创建时间戳
|
|
127
127
|
*/
|
|
128
|
-
CreateTime
|
|
128
|
+
CreateTime?: number;
|
|
129
129
|
/**
|
|
130
130
|
* 到期时间戳
|
|
131
131
|
*/
|
|
132
|
-
ExpireTime
|
|
132
|
+
ExpireTime?: number;
|
|
133
133
|
/**
|
|
134
134
|
* 资源名称,如应用加固,源码混淆
|
|
135
135
|
*/
|
|
136
|
-
ResourceName
|
|
136
|
+
ResourceName?: string;
|
|
137
137
|
}
|
|
138
138
|
/**
|
|
139
139
|
* CreateResourceInstances请求参数结构体
|
|
@@ -163,11 +163,11 @@ export interface DescribeShieldInstancesResponse {
|
|
|
163
163
|
/**
|
|
164
164
|
* 符合要求的app数量
|
|
165
165
|
*/
|
|
166
|
-
TotalCount
|
|
166
|
+
TotalCount?: number;
|
|
167
167
|
/**
|
|
168
168
|
* 一个关于app详细信息的结构体,主要包括app的基本信息和加固信息。
|
|
169
169
|
*/
|
|
170
|
-
AppSet
|
|
170
|
+
AppSet?: Array<AppSetInfo>;
|
|
171
171
|
/**
|
|
172
172
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
173
173
|
*/
|
|
@@ -180,7 +180,7 @@ export interface ShieldInfo {
|
|
|
180
180
|
/**
|
|
181
181
|
* 加固结果的返回码
|
|
182
182
|
*/
|
|
183
|
-
ShieldCode
|
|
183
|
+
ShieldCode?: number;
|
|
184
184
|
/**
|
|
185
185
|
* 加固后app的大小
|
|
186
186
|
*/
|
|
@@ -196,15 +196,15 @@ export interface ShieldInfo {
|
|
|
196
196
|
/**
|
|
197
197
|
* 加固的提交时间
|
|
198
198
|
*/
|
|
199
|
-
TaskTime
|
|
199
|
+
TaskTime?: number;
|
|
200
200
|
/**
|
|
201
201
|
* 任务唯一标识
|
|
202
202
|
*/
|
|
203
|
-
ItemId
|
|
203
|
+
ItemId?: string;
|
|
204
204
|
/**
|
|
205
205
|
* 加固版本,basic基础版,professional专业版,enterprise企业版
|
|
206
206
|
*/
|
|
207
|
-
ServiceEdition
|
|
207
|
+
ServiceEdition?: string;
|
|
208
208
|
}
|
|
209
209
|
/**
|
|
210
210
|
* UpdateClientState请求参数结构体
|
|
@@ -504,11 +504,11 @@ export interface ShieldPlanInfo {
|
|
|
504
504
|
/**
|
|
505
505
|
* 加固策略数量
|
|
506
506
|
*/
|
|
507
|
-
TotalCount
|
|
507
|
+
TotalCount?: number;
|
|
508
508
|
/**
|
|
509
509
|
* 加固策略具体信息数组
|
|
510
510
|
*/
|
|
511
|
-
PlanSet
|
|
511
|
+
PlanSet?: Array<PlanDetailInfo>;
|
|
512
512
|
}
|
|
513
513
|
/**
|
|
514
514
|
* CreateBindInstance请求参数结构体
|
|
@@ -538,11 +538,11 @@ export interface CreateShieldInstanceResponse {
|
|
|
538
538
|
/**
|
|
539
539
|
* 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
|
|
540
540
|
*/
|
|
541
|
-
Progress
|
|
541
|
+
Progress?: number;
|
|
542
542
|
/**
|
|
543
543
|
* 任务唯一标识
|
|
544
544
|
*/
|
|
545
|
-
ItemId
|
|
545
|
+
ItemId?: string;
|
|
546
546
|
/**
|
|
547
547
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
548
548
|
*/
|
|
@@ -579,31 +579,31 @@ export interface ResourceInfo {
|
|
|
579
579
|
/**
|
|
580
580
|
* 用户购买的资源id,全局唯一
|
|
581
581
|
*/
|
|
582
|
-
ResourceId
|
|
582
|
+
ResourceId?: string;
|
|
583
583
|
/**
|
|
584
584
|
* 资源的pid,MTP加固-12767,应用加固-12750 MTP反作弊-12766 源代码混淆-12736
|
|
585
585
|
*/
|
|
586
|
-
Pid
|
|
586
|
+
Pid?: number;
|
|
587
587
|
/**
|
|
588
588
|
* 购买时间戳
|
|
589
589
|
*/
|
|
590
|
-
CreateTime
|
|
590
|
+
CreateTime?: number;
|
|
591
591
|
/**
|
|
592
592
|
* 到期时间戳
|
|
593
593
|
*/
|
|
594
|
-
ExpireTime
|
|
594
|
+
ExpireTime?: number;
|
|
595
595
|
/**
|
|
596
596
|
* 0-未绑定,1-已绑定
|
|
597
597
|
*/
|
|
598
|
-
IsBind
|
|
598
|
+
IsBind?: number;
|
|
599
599
|
/**
|
|
600
600
|
* 用户绑定app的基本信息
|
|
601
601
|
*/
|
|
602
|
-
BindInfo
|
|
602
|
+
BindInfo?: BindInfo;
|
|
603
603
|
/**
|
|
604
604
|
* 资源名称,如应用加固,漏洞扫描
|
|
605
605
|
*/
|
|
606
|
-
ResourceName
|
|
606
|
+
ResourceName?: string;
|
|
607
607
|
}
|
|
608
608
|
/**
|
|
609
609
|
* Android加固结果
|
|
@@ -945,7 +945,7 @@ export interface IOSResult {
|
|
|
945
945
|
*/
|
|
946
946
|
ResourceId?: string;
|
|
947
947
|
/**
|
|
948
|
-
*
|
|
948
|
+
* 加固状态:0等待,1成功,2任务中,3失败,4重试中
|
|
949
949
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
950
950
|
*/
|
|
951
951
|
EncryptState?: number;
|
|
@@ -1038,15 +1038,15 @@ export interface DescribeShieldPlanInstanceResponse {
|
|
|
1038
1038
|
/**
|
|
1039
1039
|
* 绑定资源信息
|
|
1040
1040
|
*/
|
|
1041
|
-
BindInfo
|
|
1041
|
+
BindInfo?: BindInfo;
|
|
1042
1042
|
/**
|
|
1043
1043
|
* 加固策略信息
|
|
1044
1044
|
*/
|
|
1045
|
-
ShieldPlanInfo
|
|
1045
|
+
ShieldPlanInfo?: ShieldPlanInfo;
|
|
1046
1046
|
/**
|
|
1047
1047
|
* 加固资源信息
|
|
1048
1048
|
*/
|
|
1049
|
-
ResourceServiceInfo
|
|
1049
|
+
ResourceServiceInfo?: ResourceServiceInfo;
|
|
1050
1050
|
/**
|
|
1051
1051
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1052
1052
|
*/
|
|
@@ -1151,7 +1151,7 @@ export interface SoInfo {
|
|
|
1151
1151
|
/**
|
|
1152
1152
|
* so文件列表
|
|
1153
1153
|
*/
|
|
1154
|
-
SoFileNames
|
|
1154
|
+
SoFileNames?: Array<string>;
|
|
1155
1155
|
}
|
|
1156
1156
|
/**
|
|
1157
1157
|
* APK检测服务:广告插件结果结构体
|
|
@@ -1160,15 +1160,15 @@ export interface PluginListItem {
|
|
|
1160
1160
|
/**
|
|
1161
1161
|
* 数字类型,分别为 1-通知栏广告,2-积分墙广告,3-banner广告,4- 悬浮窗图标广告,5-精品推荐列表广告, 6-插播广告
|
|
1162
1162
|
*/
|
|
1163
|
-
PluginType
|
|
1163
|
+
PluginType?: string;
|
|
1164
1164
|
/**
|
|
1165
1165
|
* 广告插件名称
|
|
1166
1166
|
*/
|
|
1167
|
-
PluginName
|
|
1167
|
+
PluginName?: string;
|
|
1168
1168
|
/**
|
|
1169
1169
|
* 广告插件描述
|
|
1170
1170
|
*/
|
|
1171
|
-
PluginDesc
|
|
1171
|
+
PluginDesc?: string;
|
|
1172
1172
|
}
|
|
1173
1173
|
/**
|
|
1174
1174
|
* DescribeApkDetectionResult请求参数结构体
|
|
@@ -1190,67 +1190,67 @@ export interface ResultListItem {
|
|
|
1190
1190
|
/**
|
|
1191
1191
|
* banner广告软件标记,分别为-1-不确定,0-否,1-是
|
|
1192
1192
|
*/
|
|
1193
|
-
Banner
|
|
1193
|
+
Banner?: string;
|
|
1194
1194
|
/**
|
|
1195
1195
|
* 精品推荐列表广告标记,分别为-1-不确定,0-否,1-是
|
|
1196
1196
|
*/
|
|
1197
|
-
BoutiqueRecommand
|
|
1197
|
+
BoutiqueRecommand?: string;
|
|
1198
1198
|
/**
|
|
1199
1199
|
* 悬浮窗图标广告标记,分别为-1-不确定,0-否,1-是
|
|
1200
1200
|
*/
|
|
1201
|
-
FloatWindows
|
|
1201
|
+
FloatWindows?: string;
|
|
1202
1202
|
/**
|
|
1203
1203
|
* 积分墙广告软件标记,分别为 -1 -不确定,0-否,1-是
|
|
1204
1204
|
*/
|
|
1205
|
-
IntegralWall
|
|
1205
|
+
IntegralWall?: string;
|
|
1206
1206
|
/**
|
|
1207
1207
|
* 安装包的md5
|
|
1208
1208
|
*/
|
|
1209
|
-
Md5
|
|
1209
|
+
Md5?: string;
|
|
1210
1210
|
/**
|
|
1211
1211
|
* 通知栏广告软件标记,分别为-1-不确定,0-否,1-是
|
|
1212
1212
|
*/
|
|
1213
|
-
NotifyBar
|
|
1213
|
+
NotifyBar?: string;
|
|
1214
1214
|
/**
|
|
1215
1215
|
* 1表示官方,0表示非官方
|
|
1216
1216
|
*/
|
|
1217
|
-
Official
|
|
1217
|
+
Official?: string;
|
|
1218
1218
|
/**
|
|
1219
1219
|
* 广告插件结果列表
|
|
1220
1220
|
*/
|
|
1221
|
-
PluginList
|
|
1221
|
+
PluginList?: Array<PluginListItem>;
|
|
1222
1222
|
/**
|
|
1223
1223
|
* 非广告插件结果列表(SDK、风险插件等)
|
|
1224
1224
|
*/
|
|
1225
|
-
OptPluginList
|
|
1225
|
+
OptPluginList?: Array<OptPluginListItem>;
|
|
1226
1226
|
/**
|
|
1227
1227
|
* 数字类型,分别为0-未知, 1-安全软件,2-风险软件,3-病毒软件
|
|
1228
1228
|
*/
|
|
1229
|
-
SafeType
|
|
1229
|
+
SafeType?: string;
|
|
1230
1230
|
/**
|
|
1231
1231
|
* Session id,合作方可以用来区分回调数据,需要唯一。
|
|
1232
1232
|
*/
|
|
1233
|
-
Sid
|
|
1233
|
+
Sid?: string;
|
|
1234
1234
|
/**
|
|
1235
1235
|
* 安装包名称
|
|
1236
1236
|
*/
|
|
1237
|
-
SoftName
|
|
1237
|
+
SoftName?: string;
|
|
1238
1238
|
/**
|
|
1239
1239
|
* 插播广告软件标记,取值:-1 不确定,0否, 1 是
|
|
1240
1240
|
*/
|
|
1241
|
-
Spot
|
|
1241
|
+
Spot?: string;
|
|
1242
1242
|
/**
|
|
1243
1243
|
* 病毒名称,utf8编码
|
|
1244
1244
|
*/
|
|
1245
|
-
VirusName
|
|
1245
|
+
VirusName?: string;
|
|
1246
1246
|
/**
|
|
1247
1247
|
* 病毒描述,utf8编码
|
|
1248
1248
|
*/
|
|
1249
|
-
VirusDesc
|
|
1249
|
+
VirusDesc?: string;
|
|
1250
1250
|
/**
|
|
1251
1251
|
* 二次打包状态:0-表示默认;1-表示二次
|
|
1252
1252
|
*/
|
|
1253
|
-
RepackageStatus
|
|
1253
|
+
RepackageStatus?: string;
|
|
1254
1254
|
/**
|
|
1255
1255
|
* 应用错误码:0、1-表示正常;
|
|
1256
1256
|
|
|
@@ -1275,12 +1275,40 @@ export interface ResultListItem {
|
|
|
1275
1275
|
1001表示APP md5 different between real md5, please confirm it.
|
|
1276
1276
|
|
|
1277
1277
|
1002表示App md5 uncollect, please offer downloadlink.
|
|
1278
|
+
* @deprecated
|
|
1278
1279
|
*/
|
|
1279
|
-
Errno
|
|
1280
|
+
Errno?: string;
|
|
1280
1281
|
/**
|
|
1281
1282
|
* 对应errno的错误信息描述
|
|
1282
1283
|
*/
|
|
1283
|
-
ErrMsg
|
|
1284
|
+
ErrMsg?: string;
|
|
1285
|
+
/**
|
|
1286
|
+
* 应用错误码:0、1-表示正常;
|
|
1287
|
+
|
|
1288
|
+
2表示System Error(engine analysis error).
|
|
1289
|
+
|
|
1290
|
+
3表示App analysis error, please confirm it.
|
|
1291
|
+
|
|
1292
|
+
4表示App have not cert, please confirm it.
|
|
1293
|
+
|
|
1294
|
+
5表示App size is zero, please confirm it.
|
|
1295
|
+
|
|
1296
|
+
6表示App have not package name, please confirm it.
|
|
1297
|
+
|
|
1298
|
+
7表示App build time is empty, please confirm it.
|
|
1299
|
+
|
|
1300
|
+
8表示App have not valid cert, please confirm it.
|
|
1301
|
+
|
|
1302
|
+
99表示Other error.
|
|
1303
|
+
|
|
1304
|
+
1000表示App downloadlink download fail, please confirm it.
|
|
1305
|
+
|
|
1306
|
+
1001表示APP md5 different between real md5, please confirm it.
|
|
1307
|
+
|
|
1308
|
+
1002表示App md5 uncollect, please offer downloadlink.
|
|
1309
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1310
|
+
*/
|
|
1311
|
+
ErrNo?: string;
|
|
1284
1312
|
}
|
|
1285
1313
|
/**
|
|
1286
1314
|
* DeleteShieldInstances返回参数结构体
|
|
@@ -1541,31 +1569,31 @@ export interface AppDetailInfo {
|
|
|
1541
1569
|
/**
|
|
1542
1570
|
* app的名称
|
|
1543
1571
|
*/
|
|
1544
|
-
AppName
|
|
1572
|
+
AppName?: string;
|
|
1545
1573
|
/**
|
|
1546
1574
|
* app的包名
|
|
1547
1575
|
*/
|
|
1548
|
-
AppPkgName
|
|
1576
|
+
AppPkgName?: string;
|
|
1549
1577
|
/**
|
|
1550
1578
|
* app的版本号
|
|
1551
1579
|
*/
|
|
1552
|
-
AppVersion
|
|
1580
|
+
AppVersion?: string;
|
|
1553
1581
|
/**
|
|
1554
1582
|
* app的大小
|
|
1555
1583
|
*/
|
|
1556
|
-
AppSize
|
|
1584
|
+
AppSize?: number;
|
|
1557
1585
|
/**
|
|
1558
1586
|
* app的md5
|
|
1559
1587
|
*/
|
|
1560
|
-
AppMd5
|
|
1588
|
+
AppMd5?: string;
|
|
1561
1589
|
/**
|
|
1562
1590
|
* app的图标url
|
|
1563
1591
|
*/
|
|
1564
|
-
AppIconUrl
|
|
1592
|
+
AppIconUrl?: string;
|
|
1565
1593
|
/**
|
|
1566
1594
|
* app的文件名称
|
|
1567
1595
|
*/
|
|
1568
|
-
FileName
|
|
1596
|
+
FileName?: string;
|
|
1569
1597
|
}
|
|
1570
1598
|
/**
|
|
1571
1599
|
* RequestLocalTask请求参数结构体
|
|
@@ -1745,15 +1773,15 @@ export interface DescribeApkDetectionResultResponse {
|
|
|
1745
1773
|
/**
|
|
1746
1774
|
* 响应结果,ok表示正常,error表示错误
|
|
1747
1775
|
*/
|
|
1748
|
-
Result
|
|
1776
|
+
Result?: string;
|
|
1749
1777
|
/**
|
|
1750
1778
|
* Result为error错误时的原因说明
|
|
1751
1779
|
*/
|
|
1752
|
-
Reason
|
|
1780
|
+
Reason?: string;
|
|
1753
1781
|
/**
|
|
1754
1782
|
* APK检测结果数组
|
|
1755
1783
|
*/
|
|
1756
|
-
ResultList
|
|
1784
|
+
ResultList?: Array<ResultListItem>;
|
|
1757
1785
|
/**
|
|
1758
1786
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1759
1787
|
*/
|
|
@@ -1766,11 +1794,11 @@ export interface DescribeResourceInstancesResponse {
|
|
|
1766
1794
|
/**
|
|
1767
1795
|
* 符合要求的资源数量
|
|
1768
1796
|
*/
|
|
1769
|
-
TotalCount
|
|
1797
|
+
TotalCount?: number;
|
|
1770
1798
|
/**
|
|
1771
1799
|
* 符合要求的资源数组
|
|
1772
1800
|
*/
|
|
1773
|
-
ResourceSet
|
|
1801
|
+
ResourceSet?: Array<ResourceInfo>;
|
|
1774
1802
|
/**
|
|
1775
1803
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1776
1804
|
*/
|
|
@@ -1996,6 +2024,11 @@ export interface CreateEncryptInstanceRequest {
|
|
|
1996
2024
|
* 加固策略信息
|
|
1997
2025
|
*/
|
|
1998
2026
|
export interface PlanInfo {
|
|
2027
|
+
/**
|
|
2028
|
+
* Dex分离,0关闭,1开启
|
|
2029
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2030
|
+
*/
|
|
2031
|
+
SetFile?: string;
|
|
1999
2032
|
/**
|
|
2000
2033
|
* apk大小优化,0关闭,1开启
|
|
2001
2034
|
*/
|
|
@@ -2016,20 +2049,10 @@ export interface PlanInfo {
|
|
|
2016
2049
|
* 防止重打包,0关闭,1开启
|
|
2017
2050
|
*/
|
|
2018
2051
|
AntiRepack?: number;
|
|
2019
|
-
/**
|
|
2020
|
-
* Dex分离,0关闭,1开启
|
|
2021
|
-
* @deprecated
|
|
2022
|
-
*/
|
|
2023
|
-
SeperateDex?: number;
|
|
2024
2052
|
/**
|
|
2025
2053
|
* 内存保护,0关闭,1开启
|
|
2026
2054
|
*/
|
|
2027
2055
|
Db?: number;
|
|
2028
|
-
/**
|
|
2029
|
-
* Dex签名校验,0关闭,1开启
|
|
2030
|
-
* @deprecated
|
|
2031
|
-
*/
|
|
2032
|
-
DexSig?: number;
|
|
2033
2056
|
/**
|
|
2034
2057
|
* So文件信息
|
|
2035
2058
|
*/
|
|
@@ -2046,11 +2069,6 @@ export interface PlanInfo {
|
|
|
2046
2069
|
* 防日志泄漏,0关闭,1开启
|
|
2047
2070
|
*/
|
|
2048
2071
|
AntiLogLeak?: number;
|
|
2049
|
-
/**
|
|
2050
|
-
* root检测,0关闭,1开启
|
|
2051
|
-
* @deprecated
|
|
2052
|
-
*/
|
|
2053
|
-
AntiQemuRoot?: number;
|
|
2054
2072
|
/**
|
|
2055
2073
|
* 资源防篡改,0关闭,1开启
|
|
2056
2074
|
*/
|
|
@@ -2063,11 +2081,6 @@ export interface PlanInfo {
|
|
|
2063
2081
|
* SSL证书防窃取,0关闭,1开启
|
|
2064
2082
|
*/
|
|
2065
2083
|
AntiSSL?: number;
|
|
2066
|
-
/**
|
|
2067
|
-
* Dex分离,0关闭,1开启
|
|
2068
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2069
|
-
*/
|
|
2070
|
-
SetFile?: string;
|
|
2071
2084
|
/**
|
|
2072
2085
|
* Dex签名校验,0关闭,1开启
|
|
2073
2086
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2078,6 +2091,21 @@ export interface PlanInfo {
|
|
|
2078
2091
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2079
2092
|
*/
|
|
2080
2093
|
AntiRoot?: string;
|
|
2094
|
+
/**
|
|
2095
|
+
* Dex分离,0关闭,1开启
|
|
2096
|
+
* @deprecated
|
|
2097
|
+
*/
|
|
2098
|
+
SeperateDex?: number;
|
|
2099
|
+
/**
|
|
2100
|
+
* Dex签名校验,0关闭,1开启
|
|
2101
|
+
* @deprecated
|
|
2102
|
+
*/
|
|
2103
|
+
DexSig?: number;
|
|
2104
|
+
/**
|
|
2105
|
+
* root检测,0关闭,1开启
|
|
2106
|
+
* @deprecated
|
|
2107
|
+
*/
|
|
2108
|
+
AntiQemuRoot?: number;
|
|
2081
2109
|
}
|
|
2082
2110
|
/**
|
|
2083
2111
|
* DescribeShieldResult返回参数结构体
|
|
@@ -2128,15 +2156,15 @@ export interface BindInfo {
|
|
|
2128
2156
|
/**
|
|
2129
2157
|
* app的icon的url
|
|
2130
2158
|
*/
|
|
2131
|
-
AppIconUrl
|
|
2159
|
+
AppIconUrl?: string;
|
|
2132
2160
|
/**
|
|
2133
2161
|
* app的名称
|
|
2134
2162
|
*/
|
|
2135
|
-
AppName
|
|
2163
|
+
AppName?: string;
|
|
2136
2164
|
/**
|
|
2137
2165
|
* app的包名
|
|
2138
2166
|
*/
|
|
2139
|
-
AppPkgName
|
|
2167
|
+
AppPkgName?: string;
|
|
2140
2168
|
}
|
|
2141
2169
|
/**
|
|
2142
2170
|
* UpdateClientState返回参数结构体
|
|
@@ -2158,15 +2186,15 @@ export interface OptPluginListItem {
|
|
|
2158
2186
|
/**
|
|
2159
2187
|
* 非广告类型
|
|
2160
2188
|
*/
|
|
2161
|
-
PluginType
|
|
2189
|
+
PluginType?: string;
|
|
2162
2190
|
/**
|
|
2163
2191
|
* 非广告插件名称
|
|
2164
2192
|
*/
|
|
2165
|
-
PluginName
|
|
2193
|
+
PluginName?: string;
|
|
2166
2194
|
/**
|
|
2167
2195
|
* 非广告插件描述
|
|
2168
2196
|
*/
|
|
2169
|
-
PluginDesc
|
|
2197
|
+
PluginDesc?: string;
|
|
2170
2198
|
}
|
|
2171
2199
|
/**
|
|
2172
2200
|
* 渠道合作加固结果信息
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeQuotaUsageResponse, ModifyPrivateZoneVpcRequest,
|
|
3
|
+
import { DescribeQuotaUsageResponse, ModifyPrivateZoneVpcRequest, CreateEndPointAndEndPointServiceResponse, DescribePrivateDNSAccountListResponse, CreateForwardRuleRequest, DeletePrivateDNSAccountRequest, DescribePrivateZoneRecordListRequest, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribeAuditLogResponse, ModifyRecordsStatusResponse, DeleteSpecifyPrivateZoneVpcResponse, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DeleteEndPointResponse, AddSpecifyPrivateZoneVpcResponse, DeleteEndPointRequest, AddSpecifyPrivateZoneVpcRequest, ModifyPrivateZoneRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, SubscribePrivateZoneServiceRequest, DescribeRequestDataResponse, DescribeEndPointListResponse, CreatePrivateZoneRequest, DescribeEndPointListRequest, ModifyPrivateZoneResponse, DeleteSpecifyPrivateZoneVpcRequest, DescribePrivateDNSAccountListRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribeForwardRuleListRequest, DescribePrivateZoneServiceResponse, DescribeForwardRuleListResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, CreateEndPointResponse, SubscribePrivateZoneServiceResponse, DeletePrivateZoneRecordRequest, QueryAsyncBindVpcStatusResponse, CreateEndPointRequest, DeletePrivateZoneResponse, ModifyRecordsStatusRequest, CreatePrivateDNSAccountRequest, QueryAsyncBindVpcStatusRequest, DeletePrivateZoneRecordResponse, CreatePrivateZoneRecordRequest, DescribePrivateZoneRequest, DescribeQuotaUsageRequest, CreateEndPointAndEndPointServiceRequest, ModifyPrivateZoneRecordRequest, DescribePrivateZoneListRequest, DeletePrivateDNSAccountResponse, CreateForwardRuleResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
|
|
4
4
|
/**
|
|
5
5
|
* privatedns client
|
|
6
6
|
* @class
|
|
@@ -16,9 +16,9 @@ export declare class Client extends AbstractClient {
|
|
|
16
16
|
*/
|
|
17
17
|
DescribePrivateZone(req: DescribePrivateZoneRequest, cb?: (error: string, rep: DescribePrivateZoneResponse) => void): Promise<DescribePrivateZoneResponse>;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* 获取私有域记录列表
|
|
20
20
|
*/
|
|
21
|
-
|
|
21
|
+
DescribePrivateZoneRecordList(req: DescribePrivateZoneRecordListRequest, cb?: (error: string, rep: DescribePrivateZoneRecordListResponse) => void): Promise<DescribePrivateZoneRecordListResponse>;
|
|
22
22
|
/**
|
|
23
23
|
* 查询额度使用情况
|
|
24
24
|
*/
|
|
@@ -31,6 +31,10 @@ export declare class Client extends AbstractClient {
|
|
|
31
31
|
* 添加私有域解析记录
|
|
32
32
|
*/
|
|
33
33
|
CreatePrivateZoneRecord(req: CreatePrivateZoneRecordRequest, cb?: (error: string, rep: CreatePrivateZoneRecordResponse) => void): Promise<CreatePrivateZoneRecordResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* 获取终端节点列表
|
|
36
|
+
*/
|
|
37
|
+
DescribeEndPointList(req: DescribeEndPointListRequest, cb?: (error: string, rep: DescribeEndPointListResponse) => void): Promise<DescribeEndPointListResponse>;
|
|
34
38
|
/**
|
|
35
39
|
* 创建私有域
|
|
36
40
|
*/
|
|
@@ -48,9 +52,9 @@ export declare class Client extends AbstractClient {
|
|
|
48
52
|
*/
|
|
49
53
|
AddSpecifyPrivateZoneVpc(req: AddSpecifyPrivateZoneVpcRequest, cb?: (error: string, rep: AddSpecifyPrivateZoneVpcResponse) => void): Promise<AddSpecifyPrivateZoneVpcResponse>;
|
|
50
54
|
/**
|
|
51
|
-
*
|
|
55
|
+
* 删除终端节点
|
|
52
56
|
*/
|
|
53
|
-
|
|
57
|
+
DeleteEndPoint(req: DeleteEndPointRequest, cb?: (error: string, rep: DeleteEndPointResponse) => void): Promise<DeleteEndPointResponse>;
|
|
54
58
|
/**
|
|
55
59
|
* 查询异步绑定vpc操作状态
|
|
56
60
|
*/
|
|
@@ -87,6 +91,10 @@ export declare class Client extends AbstractClient {
|
|
|
87
91
|
* 获取私有域解析账号的VPC列表
|
|
88
92
|
*/
|
|
89
93
|
DescribeAccountVpcList(req: DescribeAccountVpcListRequest, cb?: (error: string, rep: DescribeAccountVpcListResponse) => void): Promise<DescribeAccountVpcListResponse>;
|
|
94
|
+
/**
|
|
95
|
+
* 同时创建终端节点和终端节点服务
|
|
96
|
+
*/
|
|
97
|
+
CreateEndPointAndEndPointService(req: CreateEndPointAndEndPointServiceRequest, cb?: (error: string, rep: CreateEndPointAndEndPointServiceResponse) => void): Promise<CreateEndPointAndEndPointServiceResponse>;
|
|
90
98
|
/**
|
|
91
99
|
* 修改解析记录状态
|
|
92
100
|
*/
|
|
@@ -95,10 +103,18 @@ export declare class Client extends AbstractClient {
|
|
|
95
103
|
* 删除与私有域关联的VPC
|
|
96
104
|
*/
|
|
97
105
|
DeleteSpecifyPrivateZoneVpc(req: DeleteSpecifyPrivateZoneVpcRequest, cb?: (error: string, rep: DeleteSpecifyPrivateZoneVpcResponse) => void): Promise<DeleteSpecifyPrivateZoneVpcResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* 创建自定义转发规则
|
|
108
|
+
*/
|
|
109
|
+
CreateForwardRule(req: CreateForwardRuleRequest, cb?: (error: string, rep: CreateForwardRuleResponse) => void): Promise<CreateForwardRuleResponse>;
|
|
98
110
|
/**
|
|
99
111
|
* 查询私有域解析开通状态
|
|
100
112
|
*/
|
|
101
113
|
DescribePrivateZoneService(req?: DescribePrivateZoneServiceRequest, cb?: (error: string, rep: DescribePrivateZoneServiceResponse) => void): Promise<DescribePrivateZoneServiceResponse>;
|
|
114
|
+
/**
|
|
115
|
+
* 查询转发规则列表
|
|
116
|
+
*/
|
|
117
|
+
DescribeForwardRuleList(req: DescribeForwardRuleListRequest, cb?: (error: string, rep: DescribeForwardRuleListResponse) => void): Promise<DescribeForwardRuleListResponse>;
|
|
102
118
|
/**
|
|
103
119
|
* 删除私有域解析记录
|
|
104
120
|
*/
|