tencentcloud-sdk-nodejs 4.0.597 → 4.0.599
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 +378 -0
- package/SERVICE_CHANGELOG.md +367 -230
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +12 -2
- package/src/services/cfg/v20210820/cfg_models.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +30 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_models.ts +37 -3
- package/src/services/dasb/v20191018/dasb_models.ts +2 -2
- package/src/services/dlc/v20210125/dlc_models.ts +25 -2
- package/src/services/eis/v20210601/eis_models.ts +6 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -2
- package/src/services/fmu/v20191213/fmu_models.ts +3 -3
- package/src/services/lcic/v20220817/lcic_client.ts +12 -0
- package/src/services/lcic/v20220817/lcic_models.ts +50 -0
- package/src/services/mps/v20190612/mps_models.ts +9 -4
- package/src/services/mrs/v20200910/mrs_models.ts +2 -2
- package/src/services/scf/v20180416/scf_models.ts +11 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +108 -0
- package/src/services/tione/v20211111/tione_models.ts +24 -12
- package/src/services/tke/v20180525/tke_client.ts +49 -4
- package/src/services/tke/v20180525/tke_models.ts +483 -106
- package/src/services/trp/v20210515/trp_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +26 -12
- package/src/services/vpc/v20170312/vpc_models.ts +90 -8
- package/src/services/vrs/v20200824/vrs_models.ts +3 -3
- package/src/services/wedata/v20210820/wedata_models.ts +6 -0
- 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 +10 -2
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +10 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +25 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -3
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -2
- package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +3 -3
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +44 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2 -2
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +90 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +22 -12
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +416 -90
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +13 -8
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +15 -8
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +77 -8
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/tke.v20180525.test.js +30 -0
- package/test/vpc.v20170312.test.js +12 -2
|
@@ -211,6 +211,7 @@ import {
|
|
|
211
211
|
DeleteDirectConnectGatewayCcnRoutesResponse,
|
|
212
212
|
DescribeAssistantCidrResponse,
|
|
213
213
|
BackupPolicy,
|
|
214
|
+
IpAddressStates,
|
|
214
215
|
InstanceStatistic,
|
|
215
216
|
CreateVpnConnectionRequest,
|
|
216
217
|
CcnRoute,
|
|
@@ -473,6 +474,7 @@ import {
|
|
|
473
474
|
PrivateIpAddressSpecification,
|
|
474
475
|
AlgType,
|
|
475
476
|
MigratePrivateIpAddressResponse,
|
|
477
|
+
DescribeUsedIpAddressRequest,
|
|
476
478
|
DeleteRouteTableResponse,
|
|
477
479
|
DescribeVpcInstancesResponse,
|
|
478
480
|
AccountAttribute,
|
|
@@ -743,6 +745,7 @@ import {
|
|
|
743
745
|
AddTemplateMemberRequest,
|
|
744
746
|
DescribeVpcEndPointServiceWhiteListResponse,
|
|
745
747
|
AcceptAttachCcnInstancesResponse,
|
|
748
|
+
DescribeUsedIpAddressResponse,
|
|
746
749
|
AddressInfo,
|
|
747
750
|
AuditCrossBorderComplianceRequest,
|
|
748
751
|
DescribeNetDetectsResponse,
|
|
@@ -1115,7 +1118,7 @@ export class Client extends AbstractClient {
|
|
|
1115
1118
|
}
|
|
1116
1119
|
|
|
1117
1120
|
/**
|
|
1118
|
-
*
|
|
1121
|
+
* 本接口(DeleteVpnConnection)用于删除VPN通道。
|
|
1119
1122
|
*/
|
|
1120
1123
|
async DeleteVpnConnection(
|
|
1121
1124
|
req: DeleteVpnConnectionRequest,
|
|
@@ -1175,6 +1178,16 @@ export class Client extends AbstractClient {
|
|
|
1175
1178
|
return this.request("DescribeAddresses", req, cb)
|
|
1176
1179
|
}
|
|
1177
1180
|
|
|
1181
|
+
/**
|
|
1182
|
+
* 启用SSL-VPN-CLIENT 证书
|
|
1183
|
+
*/
|
|
1184
|
+
async EnableVpnGatewaySslClientCert(
|
|
1185
|
+
req: EnableVpnGatewaySslClientCertRequest,
|
|
1186
|
+
cb?: (error: string, rep: EnableVpnGatewaySslClientCertResponse) => void
|
|
1187
|
+
): Promise<EnableVpnGatewaySslClientCertResponse> {
|
|
1188
|
+
return this.request("EnableVpnGatewaySslClientCert", req, cb)
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1178
1191
|
/**
|
|
1179
1192
|
* 本接口(DescribeVpcTaskResult)用于查询VPC任务执行结果。
|
|
1180
1193
|
*/
|
|
@@ -2278,7 +2291,7 @@ export class Client extends AbstractClient {
|
|
|
2278
2291
|
}
|
|
2279
2292
|
|
|
2280
2293
|
/**
|
|
2281
|
-
*
|
|
2294
|
+
* 本接口(DescribeVpnConnections)用于查询VPN通道列表。
|
|
2282
2295
|
*/
|
|
2283
2296
|
async DescribeVpnConnections(
|
|
2284
2297
|
req: DescribeVpnConnectionsRequest,
|
|
@@ -2439,13 +2452,14 @@ export class Client extends AbstractClient {
|
|
|
2439
2452
|
}
|
|
2440
2453
|
|
|
2441
2454
|
/**
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
|
|
2448
|
-
|
|
2455
|
+
* 本接口(DescribeUsedIpAddress)用于查询Subnet或者Vpc内的ip的使用情况,
|
|
2456
|
+
如被ip被占用,返回占用ip的资源类别与id;如未被占用,返回空值
|
|
2457
|
+
*/
|
|
2458
|
+
async DescribeUsedIpAddress(
|
|
2459
|
+
req: DescribeUsedIpAddressRequest,
|
|
2460
|
+
cb?: (error: string, rep: DescribeUsedIpAddressResponse) => void
|
|
2461
|
+
): Promise<DescribeUsedIpAddressResponse> {
|
|
2462
|
+
return this.request("DescribeUsedIpAddress", req, cb)
|
|
2449
2463
|
}
|
|
2450
2464
|
|
|
2451
2465
|
/**
|
|
@@ -2778,7 +2792,7 @@ export class Client extends AbstractClient {
|
|
|
2778
2792
|
}
|
|
2779
2793
|
|
|
2780
2794
|
/**
|
|
2781
|
-
*
|
|
2795
|
+
* 本接口(ResetVpnConnection)用于重置VPN通道。
|
|
2782
2796
|
*/
|
|
2783
2797
|
async ResetVpnConnection(
|
|
2784
2798
|
req: ResetVpnConnectionRequest,
|
|
@@ -3340,7 +3354,7 @@ LimitTypes取值范围:
|
|
|
3340
3354
|
}
|
|
3341
3355
|
|
|
3342
3356
|
/**
|
|
3343
|
-
* 本接口(ResetVpnGatewayInternetMaxBandwidth
|
|
3357
|
+
* 本接口(ResetVpnGatewayInternetMaxBandwidth)用于调整VPN网关带宽上限。VPN网关带宽目前仅支持部分带宽范围内升降配,如【5,100】Mbps和【200,1000】Mbps,在各自带宽范围内可提升配额,跨范围提升配额和降配暂不支持,如果是包年包月VPN网关需要在有效期内。
|
|
3344
3358
|
*/
|
|
3345
3359
|
async ResetVpnGatewayInternetMaxBandwidth(
|
|
3346
3360
|
req: ResetVpnGatewayInternetMaxBandwidthRequest,
|
|
@@ -3701,7 +3715,7 @@ LimitTypes取值范围:
|
|
|
3701
3715
|
}
|
|
3702
3716
|
|
|
3703
3717
|
/**
|
|
3704
|
-
*
|
|
3718
|
+
* 本接口(CreateRoutes)用于创建路由策略。
|
|
3705
3719
|
* 向指定路由表批量新增路由策略。
|
|
3706
3720
|
*/
|
|
3707
3721
|
async CreateRoutes(
|
|
@@ -4132,6 +4132,36 @@ export interface BackupPolicy {
|
|
|
4132
4132
|
BackupTime: string
|
|
4133
4133
|
}
|
|
4134
4134
|
|
|
4135
|
+
/**
|
|
4136
|
+
* 占用ip的资源信息
|
|
4137
|
+
*/
|
|
4138
|
+
export interface IpAddressStates {
|
|
4139
|
+
/**
|
|
4140
|
+
* VPC实例ID。
|
|
4141
|
+
*/
|
|
4142
|
+
VpcId: string
|
|
4143
|
+
|
|
4144
|
+
/**
|
|
4145
|
+
* 子网实例ID。
|
|
4146
|
+
*/
|
|
4147
|
+
SubnetId: string
|
|
4148
|
+
|
|
4149
|
+
/**
|
|
4150
|
+
* IP地址。
|
|
4151
|
+
*/
|
|
4152
|
+
IpAddress: string
|
|
4153
|
+
|
|
4154
|
+
/**
|
|
4155
|
+
* 资源类型
|
|
4156
|
+
*/
|
|
4157
|
+
ResourceType: string
|
|
4158
|
+
|
|
4159
|
+
/**
|
|
4160
|
+
* 资源ID
|
|
4161
|
+
*/
|
|
4162
|
+
ResourceId: string
|
|
4163
|
+
}
|
|
4164
|
+
|
|
4135
4165
|
/**
|
|
4136
4166
|
* 用于描述实例的统计信息
|
|
4137
4167
|
*/
|
|
@@ -5406,7 +5436,7 @@ export interface CreateCustomerGatewayResponse {
|
|
|
5406
5436
|
/**
|
|
5407
5437
|
* 对端网关对象
|
|
5408
5438
|
*/
|
|
5409
|
-
CustomerGateway
|
|
5439
|
+
CustomerGateway?: CustomerGateway
|
|
5410
5440
|
|
|
5411
5441
|
/**
|
|
5412
5442
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -7601,7 +7631,7 @@ export interface ResetVpnGatewayInternetMaxBandwidthRequest {
|
|
|
7601
7631
|
VpnGatewayId: string
|
|
7602
7632
|
|
|
7603
7633
|
/**
|
|
7604
|
-
*
|
|
7634
|
+
* 新规格公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:Mbps。VPN网关带宽目前仅支持部分带宽范围内升降配,如【5,100】Mbps和【200,1000】Mbps,在各自带宽范围内可提升配额,跨范围提升配额和降配暂不支持。
|
|
7605
7635
|
*/
|
|
7606
7636
|
InternetMaxBandwidthOut: number
|
|
7607
7637
|
}
|
|
@@ -7848,7 +7878,7 @@ export interface Price {
|
|
|
7848
7878
|
InstancePrice?: ItemPrice
|
|
7849
7879
|
|
|
7850
7880
|
/**
|
|
7851
|
-
*
|
|
7881
|
+
* 带宽价格。
|
|
7852
7882
|
*/
|
|
7853
7883
|
BandwidthPrice?: ItemPrice
|
|
7854
7884
|
}
|
|
@@ -10482,6 +10512,36 @@ export interface MigratePrivateIpAddressResponse {
|
|
|
10482
10512
|
RequestId?: string
|
|
10483
10513
|
}
|
|
10484
10514
|
|
|
10515
|
+
/**
|
|
10516
|
+
* DescribeUsedIpAddress请求参数结构体
|
|
10517
|
+
*/
|
|
10518
|
+
export interface DescribeUsedIpAddressRequest {
|
|
10519
|
+
/**
|
|
10520
|
+
* VPC实例ID。
|
|
10521
|
+
*/
|
|
10522
|
+
VpcId: string
|
|
10523
|
+
|
|
10524
|
+
/**
|
|
10525
|
+
* 子网实例ID。
|
|
10526
|
+
*/
|
|
10527
|
+
SubnetId?: string
|
|
10528
|
+
|
|
10529
|
+
/**
|
|
10530
|
+
* 查询是否占用的ip列表
|
|
10531
|
+
*/
|
|
10532
|
+
IpAddresses?: Array<string>
|
|
10533
|
+
|
|
10534
|
+
/**
|
|
10535
|
+
* 偏移量。
|
|
10536
|
+
*/
|
|
10537
|
+
Offset?: number
|
|
10538
|
+
|
|
10539
|
+
/**
|
|
10540
|
+
* 请求对象个数。
|
|
10541
|
+
*/
|
|
10542
|
+
Limit?: number
|
|
10543
|
+
}
|
|
10544
|
+
|
|
10485
10545
|
/**
|
|
10486
10546
|
* DeleteRouteTable返回参数结构体
|
|
10487
10547
|
*/
|
|
@@ -13687,12 +13747,12 @@ export interface ReplaceRoutesResponse {
|
|
|
13687
13747
|
/**
|
|
13688
13748
|
* 原路由策略信息。
|
|
13689
13749
|
*/
|
|
13690
|
-
OldRouteSet
|
|
13750
|
+
OldRouteSet?: Array<Route>
|
|
13691
13751
|
|
|
13692
13752
|
/**
|
|
13693
13753
|
* 修改后的路由策略信息。
|
|
13694
13754
|
*/
|
|
13695
|
-
NewRouteSet
|
|
13755
|
+
NewRouteSet?: Array<Route>
|
|
13696
13756
|
|
|
13697
13757
|
/**
|
|
13698
13758
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -13870,12 +13930,12 @@ export interface CreateRoutesResponse {
|
|
|
13870
13930
|
/**
|
|
13871
13931
|
* 新增的实例个数。
|
|
13872
13932
|
*/
|
|
13873
|
-
TotalCount
|
|
13933
|
+
TotalCount?: number
|
|
13874
13934
|
|
|
13875
13935
|
/**
|
|
13876
13936
|
* 路由表对象。
|
|
13877
13937
|
*/
|
|
13878
|
-
RouteTableSet
|
|
13938
|
+
RouteTableSet?: Array<RouteTable>
|
|
13879
13939
|
|
|
13880
13940
|
/**
|
|
13881
13941
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -14436,7 +14496,7 @@ export interface DeleteRoutesRequest {
|
|
|
14436
14496
|
/**
|
|
14437
14497
|
* 路由策略对象,删除路由策略时,仅需使用Route的RouteId字段。
|
|
14438
14498
|
*/
|
|
14439
|
-
Routes
|
|
14499
|
+
Routes?: Array<Route>
|
|
14440
14500
|
}
|
|
14441
14501
|
|
|
14442
14502
|
/**
|
|
@@ -15734,6 +15794,28 @@ export interface AcceptAttachCcnInstancesResponse {
|
|
|
15734
15794
|
RequestId?: string
|
|
15735
15795
|
}
|
|
15736
15796
|
|
|
15797
|
+
/**
|
|
15798
|
+
* DescribeUsedIpAddress返回参数结构体
|
|
15799
|
+
*/
|
|
15800
|
+
export interface DescribeUsedIpAddressResponse {
|
|
15801
|
+
/**
|
|
15802
|
+
* 占用ip地址的资源信息
|
|
15803
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15804
|
+
*/
|
|
15805
|
+
IpAddressStates?: Array<IpAddressStates>
|
|
15806
|
+
|
|
15807
|
+
/**
|
|
15808
|
+
* 返回占用资源的个数
|
|
15809
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15810
|
+
*/
|
|
15811
|
+
TotalCount?: number
|
|
15812
|
+
|
|
15813
|
+
/**
|
|
15814
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
15815
|
+
*/
|
|
15816
|
+
RequestId?: string
|
|
15817
|
+
}
|
|
15818
|
+
|
|
15737
15819
|
/**
|
|
15738
15820
|
* IP地址模板信息
|
|
15739
15821
|
*/
|
|
@@ -125,7 +125,7 @@ export interface DetectEnvAndSoundQualityRequest {
|
|
|
125
125
|
TextId: string
|
|
126
126
|
|
|
127
127
|
/**
|
|
128
|
-
* 语音数据 要使用base64编码(采用python
|
|
128
|
+
* 语音数据 要使用base64编码(采用python语言时注意读取文件时需要转成base64字符串编码,例如:str(base64.b64encode(open("input.aac", mode="rb").read()), encoding='utf-8') )。
|
|
129
129
|
*/
|
|
130
130
|
AudioData: string
|
|
131
131
|
|
|
@@ -284,7 +284,7 @@ export interface CreateVRSTaskRequest {
|
|
|
284
284
|
/**
|
|
285
285
|
* 音频采样率:
|
|
286
286
|
|
|
287
|
-
16000:16k
|
|
287
|
+
16000:16k
|
|
288
288
|
*/
|
|
289
289
|
SampleRate: number
|
|
290
290
|
|
|
@@ -300,7 +300,7 @@ export interface CreateVRSTaskRequest {
|
|
|
300
300
|
/**
|
|
301
301
|
* 语言类型:
|
|
302
302
|
|
|
303
|
-
1
|
|
303
|
+
1-中文
|
|
304
304
|
*/
|
|
305
305
|
VoiceLanguage: number
|
|
306
306
|
|
|
@@ -10293,6 +10293,12 @@ export interface DatasourceBaseInfo {
|
|
|
10293
10293
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
10294
10294
|
*/
|
|
10295
10295
|
ClusterId: string
|
|
10296
|
+
|
|
10297
|
+
/**
|
|
10298
|
+
* 数据源版本信息
|
|
10299
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10300
|
+
*/
|
|
10301
|
+
Version?: string
|
|
10296
10302
|
}
|
|
10297
10303
|
|
|
10298
10304
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.599";
|
|
@@ -429,6 +429,14 @@ export interface DescribeRollbackRangeTimeRequest {
|
|
|
429
429
|
* 实例 ID 列表,单个实例 ID 的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
|
430
430
|
*/
|
|
431
431
|
InstanceIds: Array<string>;
|
|
432
|
+
/**
|
|
433
|
+
* 克隆实例与源实例是否在同一可用区,是:"false",否:"true"
|
|
434
|
+
*/
|
|
435
|
+
IsRemoteZone?: string;
|
|
436
|
+
/**
|
|
437
|
+
* 克隆实例与源实例不在同一地域时需填写克隆实例所在地域,例:"ap-guangzhou"
|
|
438
|
+
*/
|
|
439
|
+
BackupRegion?: string;
|
|
432
440
|
}
|
|
433
441
|
/**
|
|
434
442
|
* DescribeBackupOverview请求参数结构体
|
|
@@ -2058,11 +2066,11 @@ export interface DescribeRollbackRangeTimeResponse {
|
|
|
2058
2066
|
/**
|
|
2059
2067
|
* 符合查询条件的实例总数。
|
|
2060
2068
|
*/
|
|
2061
|
-
TotalCount
|
|
2069
|
+
TotalCount: number;
|
|
2062
2070
|
/**
|
|
2063
2071
|
* 返回的参数信息。
|
|
2064
2072
|
*/
|
|
2065
|
-
Items
|
|
2073
|
+
Items: Array<InstanceRollbackRangeTime>;
|
|
2066
2074
|
/**
|
|
2067
2075
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2068
2076
|
*/
|
|
@@ -758,6 +758,16 @@ export interface Task {
|
|
|
758
758
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
759
759
|
*/
|
|
760
760
|
Tags?: Array<TagWithDescribe>;
|
|
761
|
+
/**
|
|
762
|
+
* 关联的演练计划ID
|
|
763
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
764
|
+
*/
|
|
765
|
+
TaskPlanId?: number;
|
|
766
|
+
/**
|
|
767
|
+
* 关联的演练计划名称
|
|
768
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
769
|
+
*/
|
|
770
|
+
TaskPlanTitle?: string;
|
|
761
771
|
}
|
|
762
772
|
/**
|
|
763
773
|
* 演练报告状态信息
|
|
@@ -1901,6 +1901,31 @@ export interface SecurityGroupListData {
|
|
|
1901
1901
|
* 是否使用端口协议模板,0:否,1:是
|
|
1902
1902
|
*/
|
|
1903
1903
|
ProtocolPortType?: number;
|
|
1904
|
+
/**
|
|
1905
|
+
* Uuid
|
|
1906
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1907
|
+
*/
|
|
1908
|
+
Uuid?: string;
|
|
1909
|
+
/**
|
|
1910
|
+
* 地域
|
|
1911
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1912
|
+
*/
|
|
1913
|
+
Region?: string;
|
|
1914
|
+
/**
|
|
1915
|
+
* 资产分组名称
|
|
1916
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1917
|
+
*/
|
|
1918
|
+
AssetGroupNameIn?: string;
|
|
1919
|
+
/**
|
|
1920
|
+
* 资产分组名称
|
|
1921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1922
|
+
*/
|
|
1923
|
+
AssetGroupNameOut?: string;
|
|
1924
|
+
/**
|
|
1925
|
+
* 模板名称
|
|
1926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1927
|
+
*/
|
|
1928
|
+
ParameterName?: string;
|
|
1904
1929
|
}
|
|
1905
1930
|
/**
|
|
1906
1931
|
* RemoveNatAcRule返回参数结构体
|
|
@@ -653,11 +653,11 @@ export interface DescribeInstancesResponse {
|
|
|
653
653
|
/**
|
|
654
654
|
* 符合条件的实例数量。
|
|
655
655
|
*/
|
|
656
|
-
TotalCount
|
|
656
|
+
TotalCount?: number;
|
|
657
657
|
/**
|
|
658
658
|
* 实例详细信息列表。
|
|
659
659
|
*/
|
|
660
|
-
InstanceSet
|
|
660
|
+
InstanceSet?: Array<Instance>;
|
|
661
661
|
/**
|
|
662
662
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
663
663
|
*/
|
|
@@ -4101,6 +4101,11 @@ export interface DescribeVulListRequest {
|
|
|
4101
4101
|
<li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>
|
|
4102
4102
|
<li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>
|
|
4103
4103
|
<li>Labels- string- 是否必填:否 - 标签搜索</li>
|
|
4104
|
+
<li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>
|
|
4105
|
+
<li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>
|
|
4106
|
+
<li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>
|
|
4107
|
+
|
|
4108
|
+
|
|
4104
4109
|
*/
|
|
4105
4110
|
Filters?: Array<Filters>;
|
|
4106
4111
|
/**
|
|
@@ -6123,6 +6128,15 @@ export interface LicenseBindTaskDetail {
|
|
|
6123
6128
|
* 0 执行中, 1 成功,2失败
|
|
6124
6129
|
*/
|
|
6125
6130
|
Status: number;
|
|
6131
|
+
/**
|
|
6132
|
+
* 修复建议
|
|
6133
|
+
*/
|
|
6134
|
+
FixMessage?: string;
|
|
6135
|
+
/**
|
|
6136
|
+
* 机器额外信息
|
|
6137
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6138
|
+
*/
|
|
6139
|
+
MachineExtraInfo?: MachineExtraInfo;
|
|
6126
6140
|
}
|
|
6127
6141
|
/**
|
|
6128
6142
|
* ExportMaliciousRequests返回参数结构体
|
|
@@ -6705,17 +6719,17 @@ export interface DescribeVulListResponse {
|
|
|
6705
6719
|
* 漏洞列表
|
|
6706
6720
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6707
6721
|
*/
|
|
6708
|
-
VulInfoList
|
|
6722
|
+
VulInfoList?: Array<VulInfoList>;
|
|
6709
6723
|
/**
|
|
6710
6724
|
* 漏洞总条数
|
|
6711
6725
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6712
6726
|
*/
|
|
6713
|
-
TotalCount
|
|
6727
|
+
TotalCount?: number;
|
|
6714
6728
|
/**
|
|
6715
6729
|
* 重点关注漏洞总数
|
|
6716
6730
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6717
6731
|
*/
|
|
6718
|
-
FollowVulCount
|
|
6732
|
+
FollowVulCount?: number;
|
|
6719
6733
|
/**
|
|
6720
6734
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6721
6735
|
*/
|
|
@@ -15588,6 +15602,21 @@ export interface VulInfoList {
|
|
|
15588
15602
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
15589
15603
|
*/
|
|
15590
15604
|
VulCategory: number;
|
|
15605
|
+
/**
|
|
15606
|
+
* 攻击热度级别
|
|
15607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15608
|
+
*/
|
|
15609
|
+
AttackLevel?: number;
|
|
15610
|
+
/**
|
|
15611
|
+
* 漏洞修复后是否需要重启
|
|
15612
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15613
|
+
*/
|
|
15614
|
+
FixNoNeedRestart?: boolean;
|
|
15615
|
+
/**
|
|
15616
|
+
* 检测方式0 - 版本比对, 1 - POC验证
|
|
15617
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
15618
|
+
*/
|
|
15619
|
+
Method?: number;
|
|
15591
15620
|
}
|
|
15592
15621
|
/**
|
|
15593
15622
|
* ExportIgnoreRuleEffectHostList请求参数结构体
|
|
@@ -992,7 +992,7 @@ export interface CreateAclRequest {
|
|
|
992
992
|
*/
|
|
993
993
|
CmdTemplateIdSet?: Array<number>;
|
|
994
994
|
/**
|
|
995
|
-
* 关联高危DB
|
|
995
|
+
* 关联高危DB模板ID
|
|
996
996
|
*/
|
|
997
997
|
ACTemplateIdSet?: Array<string>;
|
|
998
998
|
/**
|
|
@@ -1269,7 +1269,7 @@ export interface ModifyAclRequest {
|
|
|
1269
1269
|
*/
|
|
1270
1270
|
CmdTemplateIdSet?: Array<number>;
|
|
1271
1271
|
/**
|
|
1272
|
-
* 关联高危DB
|
|
1272
|
+
* 关联高危DB模板ID
|
|
1273
1273
|
*/
|
|
1274
1274
|
ACTemplateIdSet?: Array<string>;
|
|
1275
1275
|
/**
|
|
@@ -1185,6 +1185,10 @@ export interface GenerateCreateMangedTableSqlRequest {
|
|
|
1185
1185
|
* 表属性信息
|
|
1186
1186
|
*/
|
|
1187
1187
|
Properties?: Array<Property>;
|
|
1188
|
+
/**
|
|
1189
|
+
* V2 upsert表 upsert键
|
|
1190
|
+
*/
|
|
1191
|
+
UpsertKeys?: Array<string>;
|
|
1188
1192
|
}
|
|
1189
1193
|
/**
|
|
1190
1194
|
* SwitchDataEngine返回参数结构体
|
|
@@ -1402,7 +1406,7 @@ export interface GenerateCreateMangedTableSqlResponse {
|
|
|
1402
1406
|
/**
|
|
1403
1407
|
* 创建托管存储内表sql语句描述
|
|
1404
1408
|
*/
|
|
1405
|
-
Execution
|
|
1409
|
+
Execution?: Execution;
|
|
1406
1410
|
/**
|
|
1407
1411
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1408
1412
|
*/
|
|
@@ -1655,6 +1659,11 @@ export interface TableBaseInfo {
|
|
|
1655
1659
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1656
1660
|
*/
|
|
1657
1661
|
GovernPolicy?: DataGovernPolicy;
|
|
1662
|
+
/**
|
|
1663
|
+
* 库数据治理是否关闭,关闭:true,开启:false
|
|
1664
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1665
|
+
*/
|
|
1666
|
+
DbGovernPolicyIsDisable?: string;
|
|
1658
1667
|
}
|
|
1659
1668
|
/**
|
|
1660
1669
|
* UnlockMetaData请求参数结构体
|
|
@@ -3906,7 +3915,18 @@ export interface CancelTaskResponse {
|
|
|
3906
3915
|
/**
|
|
3907
3916
|
* 数据治理规则
|
|
3908
3917
|
*/
|
|
3909
|
-
export
|
|
3918
|
+
export interface DataGovernPolicy {
|
|
3919
|
+
/**
|
|
3920
|
+
* 治理规则类型,Customize: 自定义;Intelligence: 智能治理
|
|
3921
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3922
|
+
*/
|
|
3923
|
+
RuleType?: string;
|
|
3924
|
+
/**
|
|
3925
|
+
* 治理引擎
|
|
3926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3927
|
+
*/
|
|
3928
|
+
GovernEngine?: string;
|
|
3929
|
+
}
|
|
3910
3930
|
/**
|
|
3911
3931
|
* UnlockMetaData返回参数结构体
|
|
3912
3932
|
*/
|
|
@@ -5,7 +5,7 @@ export interface ListRuntimesMCResponse {
|
|
|
5
5
|
/**
|
|
6
6
|
* 运行时列表
|
|
7
7
|
*/
|
|
8
|
-
Runtimes
|
|
8
|
+
Runtimes?: Array<RuntimeMC>;
|
|
9
9
|
/**
|
|
10
10
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
11
11
|
*/
|
|
@@ -266,6 +266,10 @@ export interface ListRuntimesMCRequest {
|
|
|
266
266
|
* 环境运行类型:0:运行时类型、1:api类型
|
|
267
267
|
*/
|
|
268
268
|
RuntimeClass?: number;
|
|
269
|
+
/**
|
|
270
|
+
* 计划类型:0-pro 1-lite
|
|
271
|
+
*/
|
|
272
|
+
PlanType?: number;
|
|
269
273
|
}
|
|
270
274
|
/**
|
|
271
275
|
* GetRuntimeMC请求参数结构体
|
|
@@ -3036,7 +3036,7 @@ DYNAMIC_TABLE - 动态表格控件;
|
|
|
3036
3036
|
ATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分割;
|
|
3037
3037
|
SELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;
|
|
3038
3038
|
DATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;
|
|
3039
|
-
DISTRICT -
|
|
3039
|
+
DISTRICT - 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;
|
|
3040
3040
|
|
|
3041
3041
|
如果是SignComponent控件类型,则可选的字段为
|
|
3042
3042
|
SIGN_SEAL - 签署印章控件;
|
|
@@ -383,6 +383,10 @@ export interface BaseFlowInfo {
|
|
|
383
383
|
* 用户流程自定义数据参数
|
|
384
384
|
*/
|
|
385
385
|
UserData?: string;
|
|
386
|
+
/**
|
|
387
|
+
* 抄送人信息
|
|
388
|
+
*/
|
|
389
|
+
CcInfos?: Array<CcInfo>;
|
|
386
390
|
}
|
|
387
391
|
/**
|
|
388
392
|
* CreateConsoleLoginUrl返回参数结构体
|
|
@@ -2924,10 +2928,10 @@ MULTI_LINE_TEXT - 多行文本控件,输入文本字符串;
|
|
|
2924
2928
|
CHECK_BOX - 勾选框控件,若选中填写ComponentValue 填写 true或者 false 字符串;
|
|
2925
2929
|
FILL_IMAGE - 图片控件,ComponentValue 填写图片的资源 ID;
|
|
2926
2930
|
DYNAMIC_TABLE - 动态表格控件;
|
|
2927
|
-
ATTACHMENT - 附件控件,ComponentValue
|
|
2931
|
+
ATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分割;
|
|
2928
2932
|
SELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;
|
|
2929
2933
|
DATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;
|
|
2930
|
-
DISTRICT -
|
|
2934
|
+
DISTRICT - 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;
|
|
2931
2935
|
|
|
2932
2936
|
如果是SignComponent控件类型,则可选的字段为
|
|
2933
2937
|
SIGN_SEAL - 签署印章控件;
|
|
@@ -206,12 +206,12 @@ export interface BeautifyPicResponse {
|
|
|
206
206
|
* RspImgType 为 base64 时,返回处理后的图片 base64 数据。默认返回base64
|
|
207
207
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
208
208
|
*/
|
|
209
|
-
ResultImage
|
|
209
|
+
ResultImage?: string;
|
|
210
210
|
/**
|
|
211
211
|
* RspImgType 为 url 时,返回处理后的图片 url 数据。
|
|
212
212
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
213
213
|
*/
|
|
214
|
-
ResultUrl
|
|
214
|
+
ResultUrl?: string;
|
|
215
215
|
/**
|
|
216
216
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
217
217
|
*/
|
|
@@ -471,7 +471,7 @@ Url、Image必须提供一个,如果都提供,只使用 Url。
|
|
|
471
471
|
*/
|
|
472
472
|
Whitening?: number;
|
|
473
473
|
/**
|
|
474
|
-
* 磨皮程度,取值范围[0,
|
|
474
|
+
* 磨皮程度,取值范围[0,30]。0不磨皮,30代表最高程度。默认值10。
|
|
475
475
|
*/
|
|
476
476
|
Smoothing?: number;
|
|
477
477
|
/**
|