tencentcloud-sdk-nodejs 4.0.367 → 4.0.368
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 +176 -0
- package/SERVICE_CHANGELOG.md +251 -45
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +12 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +38 -2
- package/src/services/dnspod/v20210323/dnspod_client.ts +75 -26
- package/src/services/dnspod/v20210323/dnspod_models.ts +184 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/monitor/v20180724/monitor_models.ts +9 -4
- package/src/services/tcbr/v20220217/tcbr_models.ts +1 -1
- package/src/services/teo/v20220106/teo_models.ts +3 -3
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +16 -15
- package/src/services/vpc/v20170312/vpc_client.ts +2 -0
- package/src/services/vpc/v20170312/vpc_models.ts +106 -1
- package/src/services/waf/v20180125/waf_client.ts +37 -20
- package/src/services/waf/v20180125/waf_models.ts +435 -129
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +26 -10
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +37 -13
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +159 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +8 -4
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +3 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +87 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +12 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +363 -108
- package/test/dnspod.v20210323.test.js +48 -8
- package/test/waf.v20180125.test.js +14 -4
|
@@ -3614,19 +3614,24 @@ export interface BindingPolicyTagRequest {
|
|
|
3614
3614
|
GroupId: string
|
|
3615
3615
|
|
|
3616
3616
|
/**
|
|
3617
|
-
*
|
|
3617
|
+
* 产品类型
|
|
3618
3618
|
*/
|
|
3619
|
-
|
|
3619
|
+
ServiceType: string
|
|
3620
3620
|
|
|
3621
3621
|
/**
|
|
3622
|
-
*
|
|
3622
|
+
* 策略标签
|
|
3623
3623
|
*/
|
|
3624
|
-
|
|
3624
|
+
Tag?: PolicyTag
|
|
3625
3625
|
|
|
3626
3626
|
/**
|
|
3627
3627
|
* 实例分组ID
|
|
3628
3628
|
*/
|
|
3629
3629
|
InstanceGroupId?: number
|
|
3630
|
+
|
|
3631
|
+
/**
|
|
3632
|
+
* 批量绑定标签
|
|
3633
|
+
*/
|
|
3634
|
+
BatchTag?: Array<PolicyTag>
|
|
3630
3635
|
}
|
|
3631
3636
|
|
|
3632
3637
|
/**
|
|
@@ -1845,7 +1845,7 @@ export interface L7OfflineLog {
|
|
|
1845
1845
|
LogTime: number
|
|
1846
1846
|
|
|
1847
1847
|
/**
|
|
1848
|
-
*
|
|
1848
|
+
* 子域名
|
|
1849
1849
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1850
1850
|
*/
|
|
1851
1851
|
Domain: string
|
|
@@ -4064,12 +4064,12 @@ export interface DownloadL7LogsRequest {
|
|
|
4064
4064
|
PageNo: number
|
|
4065
4065
|
|
|
4066
4066
|
/**
|
|
4067
|
-
*
|
|
4067
|
+
* 站点名集合
|
|
4068
4068
|
*/
|
|
4069
4069
|
Zones?: Array<string>
|
|
4070
4070
|
|
|
4071
4071
|
/**
|
|
4072
|
-
*
|
|
4072
|
+
* 子域名集合
|
|
4073
4073
|
*/
|
|
4074
4074
|
Domains?: Array<string>
|
|
4075
4075
|
}
|
|
@@ -8331,7 +8331,7 @@ export interface DeleteClusterEndpointVipResponse {
|
|
|
8331
8331
|
*/
|
|
8332
8332
|
export interface ClusterBasicSettings {
|
|
8333
8333
|
/**
|
|
8334
|
-
*
|
|
8334
|
+
* 集群操作系统,支持设置公共镜像(字段传相应镜像ID)和自定义镜像(字段传相应镜像Name),详情参考:https://cloud.tencent.com/document/product/457/68289
|
|
8335
8335
|
*/
|
|
8336
8336
|
ClusterOs?: string
|
|
8337
8337
|
|
|
@@ -14667,8 +14667,9 @@ export interface MediaTranscodeItem {
|
|
|
14667
14667
|
Width: number
|
|
14668
14668
|
|
|
14669
14669
|
/**
|
|
14670
|
-
|
|
14671
|
-
|
|
14670
|
+
* 媒体文件总大小,单位:字节。
|
|
14671
|
+
<li>当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和。</li>
|
|
14672
|
+
*/
|
|
14672
14673
|
Size: number
|
|
14673
14674
|
|
|
14674
14675
|
/**
|
|
@@ -14676,25 +14677,25 @@ export interface MediaTranscodeItem {
|
|
|
14676
14677
|
*/
|
|
14677
14678
|
Duration: number
|
|
14678
14679
|
|
|
14679
|
-
/**
|
|
14680
|
-
* 容器类型,例如 m4a,mp4 等。
|
|
14681
|
-
*/
|
|
14682
|
-
Container: string
|
|
14683
|
-
|
|
14684
14680
|
/**
|
|
14685
14681
|
* 视频的 md5 值。
|
|
14686
14682
|
*/
|
|
14687
14683
|
Md5: string
|
|
14688
14684
|
|
|
14689
14685
|
/**
|
|
14690
|
-
*
|
|
14686
|
+
* 容器类型,例如 m4a,mp4 等。
|
|
14691
14687
|
*/
|
|
14692
|
-
|
|
14688
|
+
Container: string
|
|
14693
14689
|
|
|
14694
14690
|
/**
|
|
14695
14691
|
* 视频流信息。
|
|
14696
14692
|
*/
|
|
14697
14693
|
VideoStreamSet: Array<MediaVideoStreamItem>
|
|
14694
|
+
|
|
14695
|
+
/**
|
|
14696
|
+
* 音频流信息。
|
|
14697
|
+
*/
|
|
14698
|
+
AudioStreamSet: Array<MediaAudioStreamItem>
|
|
14698
14699
|
}
|
|
14699
14700
|
|
|
14700
14701
|
/**
|
|
@@ -15059,6 +15060,11 @@ export interface DescribeProcedureTemplatesResponse {
|
|
|
15059
15060
|
* SearchMedia请求参数结构体
|
|
15060
15061
|
*/
|
|
15061
15062
|
export interface SearchMediaRequest {
|
|
15063
|
+
/**
|
|
15064
|
+
* <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
|
|
15065
|
+
*/
|
|
15066
|
+
SubAppId?: number
|
|
15067
|
+
|
|
15062
15068
|
/**
|
|
15063
15069
|
* 文件 ID 集合,匹配集合中的任意元素。
|
|
15064
15070
|
<li>数组长度限制:10。</li>
|
|
@@ -15095,7 +15101,7 @@ export interface SearchMediaRequest {
|
|
|
15095
15101
|
|
|
15096
15102
|
/**
|
|
15097
15103
|
* 标签集合,匹配集合中任意元素。
|
|
15098
|
-
<li>单个标签长度限制:
|
|
15104
|
+
<li>单个标签长度限制:16个字符。</li>
|
|
15099
15105
|
<li>数组长度限制:10。</li>
|
|
15100
15106
|
*/
|
|
15101
15107
|
Tags?: Array<string>
|
|
@@ -15179,11 +15185,6 @@ export interface SearchMediaRequest {
|
|
|
15179
15185
|
*/
|
|
15180
15186
|
StorageRegions?: Array<string>
|
|
15181
15187
|
|
|
15182
|
-
/**
|
|
15183
|
-
* 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
|
15184
|
-
*/
|
|
15185
|
-
SubAppId?: number
|
|
15186
|
-
|
|
15187
15188
|
/**
|
|
15188
15189
|
* 存储类型数组。可选值有:
|
|
15189
15190
|
<li> STANDARD:标准存储。</li>
|
|
@@ -294,6 +294,7 @@ import {
|
|
|
294
294
|
DescribeVpcEndPointServiceRequest,
|
|
295
295
|
ModifyServiceTemplateAttributeRequest,
|
|
296
296
|
AssociateAddressResponse,
|
|
297
|
+
AccessPolicy,
|
|
297
298
|
ModifyCcnAttachedInstancesAttributeResponse,
|
|
298
299
|
CreateNetworkAclRequest,
|
|
299
300
|
DescribeAddressesRequest,
|
|
@@ -531,6 +532,7 @@ import {
|
|
|
531
532
|
ModifyVpnGatewayCcnRoutesResponse,
|
|
532
533
|
DetachCcnInstancesResponse,
|
|
533
534
|
ModifyServiceTemplateGroupAttributeResponse,
|
|
535
|
+
SslClientConfig,
|
|
534
536
|
DeleteSubnetRequest,
|
|
535
537
|
DescribeAddressTemplateGroupsRequest,
|
|
536
538
|
CheckNetDetectStateResponse,
|
|
@@ -3428,6 +3428,11 @@ export interface DescribeVpnGatewaySslClientsRequest {
|
|
|
3428
3428
|
* SSL-VPN-CLIENT实例ID。形如:vpngwSslClient-f49l6u0z。每次请求的实例的上限为100。参数不支持同时指定SslVpnClientIds和Filters。
|
|
3429
3429
|
*/
|
|
3430
3430
|
SslVpnClientIds?: Array<string>
|
|
3431
|
+
|
|
3432
|
+
/**
|
|
3433
|
+
* VPN门户网站使用。默认是False。
|
|
3434
|
+
*/
|
|
3435
|
+
IsVpnPortal?: boolean
|
|
3431
3436
|
}
|
|
3432
3437
|
|
|
3433
3438
|
/**
|
|
@@ -3488,6 +3493,11 @@ export interface DescribeVpnGatewaySslServersRequest {
|
|
|
3488
3493
|
<li>ssl-vpn-server-id - String - (过滤条件)SSL-VPN-SERVER实例ID形如:vpngwSslServer-123456。</li>
|
|
3489
3494
|
*/
|
|
3490
3495
|
Filters?: Array<FilterObject>
|
|
3496
|
+
|
|
3497
|
+
/**
|
|
3498
|
+
* vpn门户使用。 默认Flase
|
|
3499
|
+
*/
|
|
3500
|
+
IsVpnPortal?: boolean
|
|
3491
3501
|
}
|
|
3492
3502
|
|
|
3493
3503
|
/**
|
|
@@ -6267,6 +6277,36 @@ export interface AssociateAddressResponse {
|
|
|
6267
6277
|
RequestId?: string
|
|
6268
6278
|
}
|
|
6269
6279
|
|
|
6280
|
+
/**
|
|
6281
|
+
* 策略信息
|
|
6282
|
+
*/
|
|
6283
|
+
export interface AccessPolicy {
|
|
6284
|
+
/**
|
|
6285
|
+
* 目的CIDR
|
|
6286
|
+
*/
|
|
6287
|
+
TargetCidr: string
|
|
6288
|
+
|
|
6289
|
+
/**
|
|
6290
|
+
* 策略ID
|
|
6291
|
+
*/
|
|
6292
|
+
VpnGatewayIdSslAccessPolicyId: string
|
|
6293
|
+
|
|
6294
|
+
/**
|
|
6295
|
+
* 是否对所有用户都生效。1 生效 0不生效
|
|
6296
|
+
*/
|
|
6297
|
+
ForAllClient: number
|
|
6298
|
+
|
|
6299
|
+
/**
|
|
6300
|
+
* 用户组ID
|
|
6301
|
+
*/
|
|
6302
|
+
UserGroupIds: Array<string>
|
|
6303
|
+
|
|
6304
|
+
/**
|
|
6305
|
+
* 更新时间
|
|
6306
|
+
*/
|
|
6307
|
+
UpdateTime: string
|
|
6308
|
+
}
|
|
6309
|
+
|
|
6270
6310
|
/**
|
|
6271
6311
|
* ModifyCcnAttachedInstancesAttribute返回参数结构体
|
|
6272
6312
|
*/
|
|
@@ -8244,6 +8284,26 @@ export interface SslVpnSever {
|
|
|
8244
8284
|
7 未知
|
|
8245
8285
|
*/
|
|
8246
8286
|
State: number
|
|
8287
|
+
|
|
8288
|
+
/**
|
|
8289
|
+
* 是否开启SSO认证。1:开启 0: 不开启
|
|
8290
|
+
*/
|
|
8291
|
+
SsoEnabled: number
|
|
8292
|
+
|
|
8293
|
+
/**
|
|
8294
|
+
* EIAM应用ID
|
|
8295
|
+
*/
|
|
8296
|
+
EiamApplicationId: string
|
|
8297
|
+
|
|
8298
|
+
/**
|
|
8299
|
+
* 是否开启策略控制。0:不开启 1: 开启
|
|
8300
|
+
*/
|
|
8301
|
+
AccessPolicyEnabled: number
|
|
8302
|
+
|
|
8303
|
+
/**
|
|
8304
|
+
* 策略信息
|
|
8305
|
+
*/
|
|
8306
|
+
AccessPolicy: Array<AccessPolicy>
|
|
8247
8307
|
}
|
|
8248
8308
|
|
|
8249
8309
|
/**
|
|
@@ -8251,10 +8311,20 @@ export interface SslVpnSever {
|
|
|
8251
8311
|
*/
|
|
8252
8312
|
export interface DownloadVpnGatewaySslClientCertResponse {
|
|
8253
8313
|
/**
|
|
8254
|
-
*
|
|
8314
|
+
* 无
|
|
8255
8315
|
*/
|
|
8256
8316
|
SslClientConfigsSet: string
|
|
8257
8317
|
|
|
8318
|
+
/**
|
|
8319
|
+
* SSL-VPN client配置
|
|
8320
|
+
*/
|
|
8321
|
+
SslClientConfig: Array<SslClientConfig>
|
|
8322
|
+
|
|
8323
|
+
/**
|
|
8324
|
+
* 是否鉴权成功 只有传入SamlToken 才生效
|
|
8325
|
+
*/
|
|
8326
|
+
Authenticated: number
|
|
8327
|
+
|
|
8258
8328
|
/**
|
|
8259
8329
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
8260
8330
|
*/
|
|
@@ -11321,6 +11391,31 @@ export interface ModifyServiceTemplateGroupAttributeResponse {
|
|
|
11321
11391
|
RequestId?: string
|
|
11322
11392
|
}
|
|
11323
11393
|
|
|
11394
|
+
/**
|
|
11395
|
+
* DownloadVpnGatewaySslClientCert 使用
|
|
11396
|
+
*/
|
|
11397
|
+
export interface SslClientConfig {
|
|
11398
|
+
/**
|
|
11399
|
+
* 客户端配置
|
|
11400
|
+
*/
|
|
11401
|
+
SslVpnClientConfiguration: string
|
|
11402
|
+
|
|
11403
|
+
/**
|
|
11404
|
+
* 更证书
|
|
11405
|
+
*/
|
|
11406
|
+
SslVpnRootCert: string
|
|
11407
|
+
|
|
11408
|
+
/**
|
|
11409
|
+
* 客户端密钥
|
|
11410
|
+
*/
|
|
11411
|
+
SslVpnKey: string
|
|
11412
|
+
|
|
11413
|
+
/**
|
|
11414
|
+
* 客户端证书
|
|
11415
|
+
*/
|
|
11416
|
+
SslVpnCert: string
|
|
11417
|
+
}
|
|
11418
|
+
|
|
11324
11419
|
/**
|
|
11325
11420
|
* DeleteSubnet请求参数结构体
|
|
11326
11421
|
*/
|
|
@@ -12407,6 +12502,16 @@ export interface DownloadVpnGatewaySslClientCertRequest {
|
|
|
12407
12502
|
* SSL-VPN-CLIENT 实例ID。
|
|
12408
12503
|
*/
|
|
12409
12504
|
SslVpnClientId: string
|
|
12505
|
+
|
|
12506
|
+
/**
|
|
12507
|
+
* SAML-TOKEN
|
|
12508
|
+
*/
|
|
12509
|
+
SamlToken?: string
|
|
12510
|
+
|
|
12511
|
+
/**
|
|
12512
|
+
* VPN门户网站使用。默认Flase
|
|
12513
|
+
*/
|
|
12514
|
+
IsVpnPortal?: boolean
|
|
12410
12515
|
}
|
|
12411
12516
|
|
|
12412
12517
|
/**
|
|
@@ -30,7 +30,8 @@ import {
|
|
|
30
30
|
AccessLogItems,
|
|
31
31
|
AddDomainWhiteRuleResponse,
|
|
32
32
|
DescribeIpAccessControlResponse,
|
|
33
|
-
|
|
33
|
+
DescribeInstancesResponse,
|
|
34
|
+
ModifyWafAutoDenyRulesRequest,
|
|
34
35
|
AccessRuleTagInfo,
|
|
35
36
|
DescribeAccessIndexRequest,
|
|
36
37
|
DomainInfo,
|
|
@@ -43,11 +44,11 @@ import {
|
|
|
43
44
|
UpsertIpAccessControlRequest,
|
|
44
45
|
DescribeCustomRulesPagingInfo,
|
|
45
46
|
DeleteDownloadRecordRequest,
|
|
46
|
-
|
|
47
|
+
DeleteAccessExportResponse,
|
|
47
48
|
DescribeAccessExportsRequest,
|
|
48
|
-
|
|
49
|
+
ModifyWafAutoDenyStatusRequest,
|
|
49
50
|
ModifyAccessPeriodResponse,
|
|
50
|
-
|
|
51
|
+
QPSPackageNew,
|
|
51
52
|
FiltersItemNew,
|
|
52
53
|
DescribeAutoDenyIPResponse,
|
|
53
54
|
SearchAccessLogResponse,
|
|
@@ -61,6 +62,8 @@ import {
|
|
|
61
62
|
CreateAttackDownloadTaskRequest,
|
|
62
63
|
DescribeWafAutoDenyStatusResponse,
|
|
63
64
|
DeleteDomainWhiteRulesRequest,
|
|
65
|
+
DomainPackageNew,
|
|
66
|
+
RuleList,
|
|
64
67
|
ModifyCustomRuleStatusResponse,
|
|
65
68
|
AddSpartaProtectionResponse,
|
|
66
69
|
IpAccessControlData,
|
|
@@ -71,20 +74,23 @@ import {
|
|
|
71
74
|
ModifyCustomRuleStatusRequest,
|
|
72
75
|
DeleteDownloadRecordResponse,
|
|
73
76
|
ModifyAccessPeriodRequest,
|
|
77
|
+
InstanceInfo,
|
|
74
78
|
ModifyWafAutoDenyRulesResponse,
|
|
79
|
+
DescribeInstancesRequest,
|
|
75
80
|
AccessValueInfo,
|
|
76
81
|
DeleteIpAccessControlResponse,
|
|
77
|
-
|
|
82
|
+
AccessLogInfo,
|
|
78
83
|
AccessKeyValueInfo,
|
|
79
84
|
AddCustomRuleRequest,
|
|
85
|
+
FraudPkg,
|
|
80
86
|
DescribeCustomRulesRequest,
|
|
81
87
|
ModifyDomainWhiteRuleResponse,
|
|
82
88
|
ExportAccessInfo,
|
|
83
|
-
|
|
89
|
+
ModifyDomainWhiteRuleRequest,
|
|
84
90
|
DescribeAccessFastAnalysisResponse,
|
|
85
91
|
DescribeDomainsResponse,
|
|
86
92
|
AutoDenyDetail,
|
|
87
|
-
|
|
93
|
+
ResponseCode,
|
|
88
94
|
ModifyWafThreatenIntelligenceRequest,
|
|
89
95
|
Strategy,
|
|
90
96
|
AccessFullTextInfo,
|
|
@@ -105,9 +111,10 @@ import {
|
|
|
105
111
|
DescribeAccessExportsResponse,
|
|
106
112
|
CreateAccessExportResponse,
|
|
107
113
|
BotStatPointItem,
|
|
108
|
-
|
|
114
|
+
SearchAccessLogRequest,
|
|
109
115
|
AccessRuleKeyValueInfo,
|
|
110
116
|
DescribeDomainsRequest,
|
|
117
|
+
BotPkg,
|
|
111
118
|
ModifyWafThreatenIntelligenceResponse,
|
|
112
119
|
} from "./waf_models"
|
|
113
120
|
|
|
@@ -202,6 +209,16 @@ export class Client extends AbstractClient {
|
|
|
202
209
|
return this.request("CreateAccessExport", req, cb)
|
|
203
210
|
}
|
|
204
211
|
|
|
212
|
+
/**
|
|
213
|
+
* 查询用户所有实例的详细信息
|
|
214
|
+
*/
|
|
215
|
+
async DescribeInstances(
|
|
216
|
+
req: DescribeInstancesRequest,
|
|
217
|
+
cb?: (error: string, rep: DescribeInstancesResponse) => void
|
|
218
|
+
): Promise<DescribeInstancesResponse> {
|
|
219
|
+
return this.request("DescribeInstances", req, cb)
|
|
220
|
+
}
|
|
221
|
+
|
|
205
222
|
/**
|
|
206
223
|
* Waf IP黑白名单Delete接口
|
|
207
224
|
*/
|
|
@@ -243,13 +260,13 @@ export class Client extends AbstractClient {
|
|
|
243
260
|
}
|
|
244
261
|
|
|
245
262
|
/**
|
|
246
|
-
*
|
|
263
|
+
* 在负载均衡型WAF的添加、编辑域名配置的时候,需要展示负载均衡型WAF(clb-waf)支持的地域列表,通过DescribeUserClbWafRegions既可以获得当前对客户已经开放的地域列表
|
|
247
264
|
*/
|
|
248
|
-
async
|
|
249
|
-
req
|
|
250
|
-
cb?: (error: string, rep:
|
|
251
|
-
): Promise<
|
|
252
|
-
return this.request("
|
|
265
|
+
async DescribeUserClbWafRegions(
|
|
266
|
+
req?: DescribeUserClbWafRegionsRequest,
|
|
267
|
+
cb?: (error: string, rep: DescribeUserClbWafRegionsResponse) => void
|
|
268
|
+
): Promise<DescribeUserClbWafRegionsResponse> {
|
|
269
|
+
return this.request("DescribeUserClbWafRegions", req, cb)
|
|
253
270
|
}
|
|
254
271
|
|
|
255
272
|
/**
|
|
@@ -333,13 +350,13 @@ export class Client extends AbstractClient {
|
|
|
333
350
|
}
|
|
334
351
|
|
|
335
352
|
/**
|
|
336
|
-
*
|
|
353
|
+
* 创建攻击日志下载任务
|
|
337
354
|
*/
|
|
338
|
-
async
|
|
339
|
-
req
|
|
340
|
-
cb?: (error: string, rep:
|
|
341
|
-
): Promise<
|
|
342
|
-
return this.request("
|
|
355
|
+
async CreateAttackDownloadTask(
|
|
356
|
+
req: CreateAttackDownloadTaskRequest,
|
|
357
|
+
cb?: (error: string, rep: CreateAttackDownloadTaskResponse) => void
|
|
358
|
+
): Promise<CreateAttackDownloadTaskResponse> {
|
|
359
|
+
return this.request("CreateAttackDownloadTask", req, cb)
|
|
343
360
|
}
|
|
344
361
|
|
|
345
362
|
/**
|