tencentcloud-sdk-nodejs 4.1.21 → 4.1.22
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/cat/v20180409/cat_client.js +5 -2
- package/es/services/ioa/v20220601/ioa_client.js +6 -0
- package/es/services/vpc/v20170312/vpc_client.js +17 -2
- 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/cat/v20180409/cat_client.d.ts +7 -3
- package/tencentcloud/services/cat/v20180409/cat_client.js +9 -3
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +117 -63
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +13 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +32 -28
- package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +0 -6
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_client.js +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +145 -211
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -6
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.d.ts +0 -1
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.js +0 -1
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +2 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +9 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +12 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +262 -114
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +3 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +3 -1
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -3
- package/tencentcloud/services/lke/v20231130/lke_client.js +4 -2
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +139 -96
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +2 -2
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +2 -2
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +46 -98
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +23 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +33 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +290 -93
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +53 -0
|
@@ -262,6 +262,19 @@ export interface CreateVpcPeeringConnectionRequest {
|
|
|
262
262
|
*/
|
|
263
263
|
Tags?: Array<Tags>;
|
|
264
264
|
}
|
|
265
|
+
/**
|
|
266
|
+
* ModifyGlobalRoutes请求参数结构体
|
|
267
|
+
*/
|
|
268
|
+
export interface ModifyGlobalRoutesRequest {
|
|
269
|
+
/**
|
|
270
|
+
* VPC唯一Id。
|
|
271
|
+
*/
|
|
272
|
+
VpcId: string;
|
|
273
|
+
/**
|
|
274
|
+
* 全局路由对象。仅支持修改:'Description',其他字段暂不支持。
|
|
275
|
+
*/
|
|
276
|
+
GlobalRoutes: Array<GlobalRoute>;
|
|
277
|
+
}
|
|
265
278
|
/**
|
|
266
279
|
* ResetTrafficMirrorFilter请求参数结构体
|
|
267
280
|
*/
|
|
@@ -1386,6 +1399,43 @@ export interface DescribeVpcPrivateIpAddressesRequest {
|
|
|
1386
1399
|
*/
|
|
1387
1400
|
PrivateIpAddresses: Array<string>;
|
|
1388
1401
|
}
|
|
1402
|
+
/**
|
|
1403
|
+
* DescribeGlobalRoutes请求参数结构体
|
|
1404
|
+
*/
|
|
1405
|
+
export interface DescribeGlobalRoutesRequest {
|
|
1406
|
+
/**
|
|
1407
|
+
* 过滤条件。
|
|
1408
|
+
<li>global-route-id - String - (过滤条件)如全局路由唯一 Id,形如:gr-bmenrwu2。</li>
|
|
1409
|
+
<li>vpc-id - String - (过滤条件)VPC唯一Id, 形如: vpc-mcqaoy0f。</li>
|
|
1410
|
+
<li>gateway-id - String - (过滤条件)下一跳对象。</li>
|
|
1411
|
+
<li>gateway-type - String - 是否必填:否 - (过滤条件)按下一跳类型进行过滤。支持 NORMAL_CVM
|
|
1412
|
+
</li>
|
|
1413
|
+
<li>cdc-id - String - (过滤条件)CDC实例ID,形如:cluster-gbo27yc4。</li>
|
|
1414
|
+
<li>description - String - (过滤条件)描述。</li>
|
|
1415
|
+
<li>dest-cidr - String - (过滤条件)Ipv4目标网段。</li>
|
|
1416
|
+
<li>subnet-route-algorithm - String - (过滤条件)支持的 ECMP算法有:
|
|
1417
|
+
|
|
1418
|
+
- ECMP_QUINTUPLE_HASH:五元组hash
|
|
1419
|
+
- ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash
|
|
1420
|
+
- ECMP_DESTINATION_IP_HASH:目的IP hash
|
|
1421
|
+
- ECMP_SOURCE_IP_HASH:源IP hash
|
|
1422
|
+
</li>
|
|
1423
|
+
|
|
1424
|
+
*/
|
|
1425
|
+
Filters?: Array<Filter>;
|
|
1426
|
+
/**
|
|
1427
|
+
* 偏移量。
|
|
1428
|
+
*/
|
|
1429
|
+
Offset?: number;
|
|
1430
|
+
/**
|
|
1431
|
+
* 请求对象个数。
|
|
1432
|
+
*/
|
|
1433
|
+
Limit?: number;
|
|
1434
|
+
/**
|
|
1435
|
+
* 全局路由唯一Id列表。
|
|
1436
|
+
*/
|
|
1437
|
+
GlobalRouteIds?: Array<string>;
|
|
1438
|
+
}
|
|
1389
1439
|
/**
|
|
1390
1440
|
* IP地址模板
|
|
1391
1441
|
*/
|
|
@@ -3567,21 +3617,13 @@ export interface ModifyAddressesRenewFlagRequest {
|
|
|
3567
3617
|
RenewFlag: string;
|
|
3568
3618
|
}
|
|
3569
3619
|
/**
|
|
3570
|
-
*
|
|
3620
|
+
* ModifyGlobalRoutes返回参数结构体
|
|
3571
3621
|
*/
|
|
3572
|
-
export interface
|
|
3622
|
+
export interface ModifyGlobalRoutesResponse {
|
|
3573
3623
|
/**
|
|
3574
|
-
*
|
|
3575
|
-
*/
|
|
3576
|
-
NatGatewayId: string;
|
|
3577
|
-
/**
|
|
3578
|
-
* 转换规则对象数组。仅支持修改单个转换规则
|
|
3579
|
-
*/
|
|
3580
|
-
TranslationNatRules: Array<TranslationNatRuleDiff>;
|
|
3581
|
-
/**
|
|
3582
|
-
* 跨域参数,当VPC为跨域时填写为True。
|
|
3624
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3583
3625
|
*/
|
|
3584
|
-
|
|
3626
|
+
RequestId?: string;
|
|
3585
3627
|
}
|
|
3586
3628
|
/**
|
|
3587
3629
|
* AssignPrivateIpAddresses返回参数结构体
|
|
@@ -5245,13 +5287,17 @@ export interface DeleteSubnetResponse {
|
|
|
5245
5287
|
RequestId?: string;
|
|
5246
5288
|
}
|
|
5247
5289
|
/**
|
|
5248
|
-
*
|
|
5290
|
+
* DeleteGlobalRoutes请求参数结构体
|
|
5249
5291
|
*/
|
|
5250
|
-
export interface
|
|
5292
|
+
export interface DeleteGlobalRoutesRequest {
|
|
5251
5293
|
/**
|
|
5252
|
-
*
|
|
5294
|
+
* VPC唯一Id。
|
|
5253
5295
|
*/
|
|
5254
|
-
|
|
5296
|
+
VpcId: string;
|
|
5297
|
+
/**
|
|
5298
|
+
* 全局路由实例唯一Id列表。
|
|
5299
|
+
*/
|
|
5300
|
+
GlobalRouteIds: Array<string>;
|
|
5255
5301
|
}
|
|
5256
5302
|
/**
|
|
5257
5303
|
* 私有网络(VPC)对象。
|
|
@@ -6645,6 +6691,43 @@ export interface DescribeSecurityGroupLimitsResponse {
|
|
|
6645
6691
|
*/
|
|
6646
6692
|
RequestId?: string;
|
|
6647
6693
|
}
|
|
6694
|
+
/**
|
|
6695
|
+
* 私网网关转发规则匹配ACL
|
|
6696
|
+
*/
|
|
6697
|
+
export interface TranslationAclRule {
|
|
6698
|
+
/**
|
|
6699
|
+
* ACL协议类型,可选值:"ALL","TCP","UDP"
|
|
6700
|
+
*/
|
|
6701
|
+
Protocol: string;
|
|
6702
|
+
/**
|
|
6703
|
+
* 源端口。
|
|
6704
|
+
*/
|
|
6705
|
+
SourcePort: string;
|
|
6706
|
+
/**
|
|
6707
|
+
* 源地址。支持`ip`或`cidr`格式"xxx.xxx.xxx.000/xx"
|
|
6708
|
+
*/
|
|
6709
|
+
SourceCidr: string;
|
|
6710
|
+
/**
|
|
6711
|
+
* 目的端口。
|
|
6712
|
+
*/
|
|
6713
|
+
DestinationPort: string;
|
|
6714
|
+
/**
|
|
6715
|
+
* 目的地址。
|
|
6716
|
+
*/
|
|
6717
|
+
DestinationCidr: string;
|
|
6718
|
+
/**
|
|
6719
|
+
* ACL规则`ID`。
|
|
6720
|
+
*/
|
|
6721
|
+
AclRuleId?: number;
|
|
6722
|
+
/**
|
|
6723
|
+
* 是否匹配。
|
|
6724
|
+
*/
|
|
6725
|
+
Action?: number;
|
|
6726
|
+
/**
|
|
6727
|
+
* ACL规则描述
|
|
6728
|
+
*/
|
|
6729
|
+
Description?: string;
|
|
6730
|
+
}
|
|
6648
6731
|
/**
|
|
6649
6732
|
* 对端网关
|
|
6650
6733
|
*/
|
|
@@ -6713,6 +6796,23 @@ export interface CreateVpnGatewaySslServerResponse {
|
|
|
6713
6796
|
*/
|
|
6714
6797
|
RequestId?: string;
|
|
6715
6798
|
}
|
|
6799
|
+
/**
|
|
6800
|
+
* ModifySubnetAttribute请求参数结构体
|
|
6801
|
+
*/
|
|
6802
|
+
export interface ModifySubnetAttributeRequest {
|
|
6803
|
+
/**
|
|
6804
|
+
* 子网实例ID。形如:subnet-pxir56ns。
|
|
6805
|
+
*/
|
|
6806
|
+
SubnetId: string;
|
|
6807
|
+
/**
|
|
6808
|
+
* 子网名称,最大长度不能超过60个字节。
|
|
6809
|
+
*/
|
|
6810
|
+
SubnetName?: string;
|
|
6811
|
+
/**
|
|
6812
|
+
* 子网是否开启广播。
|
|
6813
|
+
*/
|
|
6814
|
+
EnableBroadcast?: string;
|
|
6815
|
+
}
|
|
6716
6816
|
/**
|
|
6717
6817
|
* DisassociateIPv6Address请求参数结构体
|
|
6718
6818
|
*/
|
|
@@ -8138,15 +8238,15 @@ export interface DescribeIpGeolocationDatabaseUrlRequest {
|
|
|
8138
8238
|
Type: string;
|
|
8139
8239
|
}
|
|
8140
8240
|
/**
|
|
8141
|
-
*
|
|
8241
|
+
* DescribeGlobalRoutes返回参数结构体
|
|
8142
8242
|
*/
|
|
8143
|
-
export interface
|
|
8243
|
+
export interface DescribeGlobalRoutesResponse {
|
|
8144
8244
|
/**
|
|
8145
|
-
*
|
|
8245
|
+
* 全局路由对象。
|
|
8146
8246
|
*/
|
|
8147
|
-
|
|
8247
|
+
GlobalRouteSet?: Array<GlobalRoute>;
|
|
8148
8248
|
/**
|
|
8149
|
-
*
|
|
8249
|
+
* 符合条件的实例数量。
|
|
8150
8250
|
*/
|
|
8151
8251
|
TotalCount?: number;
|
|
8152
8252
|
/**
|
|
@@ -10377,9 +10477,14 @@ export interface CcnRouteBroadcastPolicyRouteCondition {
|
|
|
10377
10477
|
MatchPattern: number;
|
|
10378
10478
|
}
|
|
10379
10479
|
/**
|
|
10380
|
-
*
|
|
10480
|
+
* DeleteSecurityGroup请求参数结构体
|
|
10381
10481
|
*/
|
|
10382
|
-
export
|
|
10482
|
+
export interface DeleteSecurityGroupRequest {
|
|
10483
|
+
/**
|
|
10484
|
+
* 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
|
|
10485
|
+
*/
|
|
10486
|
+
SecurityGroupId: string;
|
|
10487
|
+
}
|
|
10383
10488
|
/**
|
|
10384
10489
|
* DeleteNetDetect返回参数结构体
|
|
10385
10490
|
*/
|
|
@@ -10526,41 +10631,18 @@ export interface UnassignIpv6CidrBlockRequest {
|
|
|
10526
10631
|
Ipv6CidrBlock?: string;
|
|
10527
10632
|
}
|
|
10528
10633
|
/**
|
|
10529
|
-
*
|
|
10634
|
+
* CreateGlobalRoutes请求参数结构体
|
|
10530
10635
|
*/
|
|
10531
|
-
export interface
|
|
10636
|
+
export interface CreateGlobalRoutesRequest {
|
|
10532
10637
|
/**
|
|
10533
|
-
*
|
|
10534
|
-
*/
|
|
10535
|
-
Protocol: string;
|
|
10536
|
-
/**
|
|
10537
|
-
* 源端口。
|
|
10538
|
-
*/
|
|
10539
|
-
SourcePort: string;
|
|
10540
|
-
/**
|
|
10541
|
-
* 源地址。支持`ip`或`cidr`格式"xxx.xxx.xxx.000/xx"
|
|
10542
|
-
*/
|
|
10543
|
-
SourceCidr: string;
|
|
10544
|
-
/**
|
|
10545
|
-
* 目的端口。
|
|
10546
|
-
*/
|
|
10547
|
-
DestinationPort: string;
|
|
10548
|
-
/**
|
|
10549
|
-
* 目的地址。
|
|
10550
|
-
*/
|
|
10551
|
-
DestinationCidr: string;
|
|
10552
|
-
/**
|
|
10553
|
-
* ACL规则`ID`。
|
|
10554
|
-
*/
|
|
10555
|
-
AclRuleId?: number;
|
|
10556
|
-
/**
|
|
10557
|
-
* 是否匹配。
|
|
10638
|
+
* VPC唯一Id。
|
|
10558
10639
|
*/
|
|
10559
|
-
|
|
10640
|
+
VpcId: string;
|
|
10560
10641
|
/**
|
|
10561
|
-
*
|
|
10642
|
+
* 全局路由对象。创建时必填参数: 'GatewayType','GatewayId','DestinationCidrBlock'。
|
|
10643
|
+
|
|
10562
10644
|
*/
|
|
10563
|
-
|
|
10645
|
+
GlobalRoutes: Array<GlobalRoute>;
|
|
10564
10646
|
}
|
|
10565
10647
|
/**
|
|
10566
10648
|
* ResetHighPriorityRoutes请求参数结构体
|
|
@@ -11435,18 +11517,21 @@ export interface GetCcnRegionBandwidthLimitsRequest {
|
|
|
11435
11517
|
OrderBy?: string;
|
|
11436
11518
|
}
|
|
11437
11519
|
/**
|
|
11438
|
-
*
|
|
11520
|
+
* DescribeVpcEndPoint返回参数结构体
|
|
11439
11521
|
*/
|
|
11440
|
-
export interface
|
|
11522
|
+
export interface DescribeVpcEndPointResponse {
|
|
11441
11523
|
/**
|
|
11442
|
-
*
|
|
11443
|
-
|
|
11524
|
+
* 终端节点对象。
|
|
11444
11525
|
*/
|
|
11445
|
-
|
|
11526
|
+
EndPointSet?: Array<EndPoint>;
|
|
11446
11527
|
/**
|
|
11447
|
-
*
|
|
11528
|
+
* 符合查询条件的终端节点个数。
|
|
11448
11529
|
*/
|
|
11449
|
-
|
|
11530
|
+
TotalCount?: number;
|
|
11531
|
+
/**
|
|
11532
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
11533
|
+
*/
|
|
11534
|
+
RequestId?: string;
|
|
11450
11535
|
}
|
|
11451
11536
|
/**
|
|
11452
11537
|
* DescribeCustomerGatewayVendors请求参数结构体
|
|
@@ -11866,6 +11951,20 @@ export interface DescribePrivateNatGatewayTranslationNatRulesResponse {
|
|
|
11866
11951
|
*/
|
|
11867
11952
|
RequestId?: string;
|
|
11868
11953
|
}
|
|
11954
|
+
/**
|
|
11955
|
+
* ModifyIpv6AddressesAttribute请求参数结构体
|
|
11956
|
+
*/
|
|
11957
|
+
export interface ModifyIpv6AddressesAttributeRequest {
|
|
11958
|
+
/**
|
|
11959
|
+
* 弹性网卡实例`ID`,形如:`eni-m6dyj72l`。可通过[DescribeNetworkInterfaces](https://cloud.tencent.com/document/product/215/15817)接口获取。
|
|
11960
|
+
|
|
11961
|
+
*/
|
|
11962
|
+
NetworkInterfaceId: string;
|
|
11963
|
+
/**
|
|
11964
|
+
* 指定的内网IPv6地址信息。
|
|
11965
|
+
*/
|
|
11966
|
+
Ipv6Addresses: Array<Ipv6Address>;
|
|
11967
|
+
}
|
|
11869
11968
|
/**
|
|
11870
11969
|
* 内网IP信息
|
|
11871
11970
|
*/
|
|
@@ -12051,6 +12150,48 @@ export interface DeleteDirectConnectGatewayCcnRoutesRequest {
|
|
|
12051
12150
|
*/
|
|
12052
12151
|
AddressType?: string;
|
|
12053
12152
|
}
|
|
12153
|
+
/**
|
|
12154
|
+
* 全局路由对象。
|
|
12155
|
+
*/
|
|
12156
|
+
export interface GlobalRoute {
|
|
12157
|
+
/**
|
|
12158
|
+
* 作为出参展示,表示VPC唯一Id,。
|
|
12159
|
+
*/
|
|
12160
|
+
VpcId?: string;
|
|
12161
|
+
/**
|
|
12162
|
+
* 全局路由唯一Id。
|
|
12163
|
+
*/
|
|
12164
|
+
GlobalRouteId?: string;
|
|
12165
|
+
/**
|
|
12166
|
+
* Ipv4目标网段。
|
|
12167
|
+
*/
|
|
12168
|
+
DestinationCidrBlock?: string;
|
|
12169
|
+
/**
|
|
12170
|
+
* 下一跳类型,支持 NORMAL_CVM。
|
|
12171
|
+
*/
|
|
12172
|
+
GatewayType?: string;
|
|
12173
|
+
/**
|
|
12174
|
+
* 下一跳对象,如果GatewayType类型是NORMAL_CVM填写子机IP。
|
|
12175
|
+
*/
|
|
12176
|
+
GatewayId?: string;
|
|
12177
|
+
/**
|
|
12178
|
+
* 备注。
|
|
12179
|
+
*/
|
|
12180
|
+
Description?: string;
|
|
12181
|
+
/**
|
|
12182
|
+
* 创建时间。
|
|
12183
|
+
*/
|
|
12184
|
+
CreatedTime?: string;
|
|
12185
|
+
/**
|
|
12186
|
+
* 支持的 ECMP算法有:
|
|
12187
|
+
|
|
12188
|
+
- ECMP_QUINTUPLE_HASH:五元组hash
|
|
12189
|
+
- ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash
|
|
12190
|
+
- ECMP_DESTINATION_IP_HASH:目的IP hash
|
|
12191
|
+
- ECMP_SOURCE_IP_HASH:源IP hash。
|
|
12192
|
+
*/
|
|
12193
|
+
SubnetRouteAlgorithm?: string;
|
|
12194
|
+
}
|
|
12054
12195
|
/**
|
|
12055
12196
|
* ModifyNatGatewaySourceIpTranslationNatRule返回参数结构体
|
|
12056
12197
|
*/
|
|
@@ -12359,6 +12500,15 @@ export interface CheckDefaultSubnetResponse {
|
|
|
12359
12500
|
*/
|
|
12360
12501
|
RequestId?: string;
|
|
12361
12502
|
}
|
|
12503
|
+
/**
|
|
12504
|
+
* EnableSnapshotPolicies返回参数结构体
|
|
12505
|
+
*/
|
|
12506
|
+
export interface EnableSnapshotPoliciesResponse {
|
|
12507
|
+
/**
|
|
12508
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12509
|
+
*/
|
|
12510
|
+
RequestId?: string;
|
|
12511
|
+
}
|
|
12362
12512
|
/**
|
|
12363
12513
|
* DescribeVpcPrivateIpAddresses返回参数结构体
|
|
12364
12514
|
*/
|
|
@@ -12483,9 +12633,9 @@ export interface DisassociateIPv6AddressResponse {
|
|
|
12483
12633
|
RequestId?: string;
|
|
12484
12634
|
}
|
|
12485
12635
|
/**
|
|
12486
|
-
*
|
|
12636
|
+
* DescribeAddressTemplateGroups返回参数结构体
|
|
12487
12637
|
*/
|
|
12488
|
-
export interface
|
|
12638
|
+
export interface DescribeAddressTemplateGroupsResponse {
|
|
12489
12639
|
/**
|
|
12490
12640
|
* 符合条件的实例数量。
|
|
12491
12641
|
*/
|
|
@@ -12493,7 +12643,7 @@ export interface DescribeAddressTemplatesResponse {
|
|
|
12493
12643
|
/**
|
|
12494
12644
|
* IP地址模板。
|
|
12495
12645
|
*/
|
|
12496
|
-
|
|
12646
|
+
AddressTemplateGroupSet?: Array<AddressTemplateGroup>;
|
|
12497
12647
|
/**
|
|
12498
12648
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12499
12649
|
*/
|
|
@@ -13280,6 +13430,19 @@ export interface ModifyNetworkAclAttributeRequest {
|
|
|
13280
13430
|
*/
|
|
13281
13431
|
NetworkAclName: string;
|
|
13282
13432
|
}
|
|
13433
|
+
/**
|
|
13434
|
+
* CreateGlobalRoutes返回参数结构体
|
|
13435
|
+
*/
|
|
13436
|
+
export interface CreateGlobalRoutesResponse {
|
|
13437
|
+
/**
|
|
13438
|
+
* 全局路由对象。
|
|
13439
|
+
*/
|
|
13440
|
+
GlobalRouteSet?: Array<GlobalRoute>;
|
|
13441
|
+
/**
|
|
13442
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13443
|
+
*/
|
|
13444
|
+
RequestId?: string;
|
|
13445
|
+
}
|
|
13283
13446
|
/**
|
|
13284
13447
|
* CreatePrivateNatGatewayTranslationAclRule请求参数结构体
|
|
13285
13448
|
*/
|
|
@@ -15902,22 +16065,9 @@ export interface ModifyPrivateIpAddressesAttributeResponse {
|
|
|
15902
16065
|
RequestId?: string;
|
|
15903
16066
|
}
|
|
15904
16067
|
/**
|
|
15905
|
-
*
|
|
16068
|
+
* DeleteCdcNetPlanes请求参数结构体
|
|
15906
16069
|
*/
|
|
15907
|
-
export
|
|
15908
|
-
/**
|
|
15909
|
-
* 原路由策略信息。
|
|
15910
|
-
*/
|
|
15911
|
-
OldRouteSet?: Array<Route>;
|
|
15912
|
-
/**
|
|
15913
|
-
* 修改后的路由策略信息。
|
|
15914
|
-
*/
|
|
15915
|
-
NewRouteSet?: Array<Route>;
|
|
15916
|
-
/**
|
|
15917
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15918
|
-
*/
|
|
15919
|
-
RequestId?: string;
|
|
15920
|
-
}
|
|
16070
|
+
export declare type DeleteCdcNetPlanesRequest = null;
|
|
15921
16071
|
/**
|
|
15922
16072
|
* ModifyHaVipAttribute返回参数结构体
|
|
15923
16073
|
*/
|
|
@@ -16140,6 +16290,23 @@ export interface DescribeSecurityGroupsResponse {
|
|
|
16140
16290
|
*/
|
|
16141
16291
|
RequestId?: string;
|
|
16142
16292
|
}
|
|
16293
|
+
/**
|
|
16294
|
+
* ModifyPrivateNatGatewayTranslationNatRule请求参数结构体
|
|
16295
|
+
*/
|
|
16296
|
+
export interface ModifyPrivateNatGatewayTranslationNatRuleRequest {
|
|
16297
|
+
/**
|
|
16298
|
+
* 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
|
|
16299
|
+
*/
|
|
16300
|
+
NatGatewayId: string;
|
|
16301
|
+
/**
|
|
16302
|
+
* 转换规则对象数组。仅支持修改单个转换规则
|
|
16303
|
+
*/
|
|
16304
|
+
TranslationNatRules: Array<TranslationNatRuleDiff>;
|
|
16305
|
+
/**
|
|
16306
|
+
* 跨域参数,当VPC为跨域时填写为True。
|
|
16307
|
+
*/
|
|
16308
|
+
CrossDomain?: boolean;
|
|
16309
|
+
}
|
|
16143
16310
|
/**
|
|
16144
16311
|
* CreateVpcEndPointServiceWhiteList请求参数结构体
|
|
16145
16312
|
*/
|
|
@@ -16709,6 +16876,23 @@ export interface DisableGatewayFlowMonitorResponse {
|
|
|
16709
16876
|
*/
|
|
16710
16877
|
RequestId?: string;
|
|
16711
16878
|
}
|
|
16879
|
+
/**
|
|
16880
|
+
* ReplaceRoutes返回参数结构体
|
|
16881
|
+
*/
|
|
16882
|
+
export interface ReplaceRoutesResponse {
|
|
16883
|
+
/**
|
|
16884
|
+
* 原路由策略信息。
|
|
16885
|
+
*/
|
|
16886
|
+
OldRouteSet?: Array<Route>;
|
|
16887
|
+
/**
|
|
16888
|
+
* 修改后的路由策略信息。
|
|
16889
|
+
*/
|
|
16890
|
+
NewRouteSet?: Array<Route>;
|
|
16891
|
+
/**
|
|
16892
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16893
|
+
*/
|
|
16894
|
+
RequestId?: string;
|
|
16895
|
+
}
|
|
16712
16896
|
/**
|
|
16713
16897
|
* DisassociateAddress返回参数结构体
|
|
16714
16898
|
*/
|
|
@@ -17344,13 +17528,13 @@ export interface CreateCustomerGatewayRequest {
|
|
|
17344
17528
|
BgpAsn?: number;
|
|
17345
17529
|
}
|
|
17346
17530
|
/**
|
|
17347
|
-
*
|
|
17531
|
+
* DeleteGlobalRoutes返回参数结构体
|
|
17348
17532
|
*/
|
|
17349
|
-
export interface
|
|
17533
|
+
export interface DeleteGlobalRoutesResponse {
|
|
17350
17534
|
/**
|
|
17351
|
-
*
|
|
17535
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
17352
17536
|
*/
|
|
17353
|
-
|
|
17537
|
+
RequestId?: string;
|
|
17354
17538
|
}
|
|
17355
17539
|
/**
|
|
17356
17540
|
* 合规化审批单
|
|
@@ -18050,9 +18234,9 @@ export interface LockCcnBandwidthsResponse {
|
|
|
18050
18234
|
RequestId?: string;
|
|
18051
18235
|
}
|
|
18052
18236
|
/**
|
|
18053
|
-
*
|
|
18237
|
+
* DescribeAddressTemplates返回参数结构体
|
|
18054
18238
|
*/
|
|
18055
|
-
export interface
|
|
18239
|
+
export interface DescribeAddressTemplatesResponse {
|
|
18056
18240
|
/**
|
|
18057
18241
|
* 符合条件的实例数量。
|
|
18058
18242
|
*/
|
|
@@ -18060,7 +18244,7 @@ export interface DescribeAddressTemplateGroupsResponse {
|
|
|
18060
18244
|
/**
|
|
18061
18245
|
* IP地址模板。
|
|
18062
18246
|
*/
|
|
18063
|
-
|
|
18247
|
+
AddressTemplateSet?: Array<AddressTemplate>;
|
|
18064
18248
|
/**
|
|
18065
18249
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
18066
18250
|
*/
|
|
@@ -18418,21 +18602,25 @@ export interface EnableVpnGatewaySslClientCertResponse {
|
|
|
18418
18602
|
RequestId?: string;
|
|
18419
18603
|
}
|
|
18420
18604
|
/**
|
|
18421
|
-
*
|
|
18605
|
+
* ModifyGlobalRouteECMPAlgorithm请求参数结构体
|
|
18422
18606
|
*/
|
|
18423
|
-
export interface
|
|
18607
|
+
export interface ModifyGlobalRouteECMPAlgorithmRequest {
|
|
18424
18608
|
/**
|
|
18425
|
-
*
|
|
18609
|
+
* VPC唯一Id。
|
|
18426
18610
|
*/
|
|
18427
|
-
|
|
18611
|
+
VpcId: string;
|
|
18428
18612
|
/**
|
|
18429
|
-
*
|
|
18613
|
+
* Ipv4目标网段。
|
|
18430
18614
|
*/
|
|
18431
|
-
|
|
18615
|
+
DestinationCidrBlock?: string;
|
|
18432
18616
|
/**
|
|
18433
|
-
*
|
|
18617
|
+
* 支持的 ECMP算法有:ECMP_QUINTUPLE_HASH:五元组hash,ECMP_SOURCE_DESTINATION_IP_HASH:源和目的IP hash,ECMP_DESTINATION_IP_HASH:目的IP hash,ECMP_SOURCE_IP_HASH:源IP hash。
|
|
18434
18618
|
*/
|
|
18435
|
-
|
|
18619
|
+
SubnetRouteAlgorithm?: string;
|
|
18620
|
+
/**
|
|
18621
|
+
* CDC 集群唯一 ID。
|
|
18622
|
+
*/
|
|
18623
|
+
CdcId?: string;
|
|
18436
18624
|
}
|
|
18437
18625
|
/**
|
|
18438
18626
|
* RenewAddresses请求参数结构体
|
|
@@ -18508,6 +18696,15 @@ export interface InquiryPriceModifyAddressesBandwidthRequest {
|
|
|
18508
18696
|
*/
|
|
18509
18697
|
InternetMaxBandwidthOut: number;
|
|
18510
18698
|
}
|
|
18699
|
+
/**
|
|
18700
|
+
* ModifyGlobalRouteECMPAlgorithm返回参数结构体
|
|
18701
|
+
*/
|
|
18702
|
+
export interface ModifyGlobalRouteECMPAlgorithmResponse {
|
|
18703
|
+
/**
|
|
18704
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
18705
|
+
*/
|
|
18706
|
+
RequestId?: string;
|
|
18707
|
+
}
|
|
18511
18708
|
/**
|
|
18512
18709
|
* ReplaceCcnRouteTableInputPolicys请求参数结构体
|
|
18513
18710
|
*/
|
|
@@ -2506,6 +2506,23 @@ export interface BatchOperateUserSignatureRulesRequest {
|
|
|
2506
2506
|
*/
|
|
2507
2507
|
Filters?: Array<FiltersItemNew>;
|
|
2508
2508
|
}
|
|
2509
|
+
/**
|
|
2510
|
+
* 设置哪些字段是否存储或转发
|
|
2511
|
+
*/
|
|
2512
|
+
export interface FieldWriteConfig {
|
|
2513
|
+
/**
|
|
2514
|
+
* 1:开启 0:不开启
|
|
2515
|
+
*/
|
|
2516
|
+
EnableHeaders?: number;
|
|
2517
|
+
/**
|
|
2518
|
+
* 1:开启 0:不开启
|
|
2519
|
+
*/
|
|
2520
|
+
EnableBody?: number;
|
|
2521
|
+
/**
|
|
2522
|
+
* 1:开启 0:不开启
|
|
2523
|
+
*/
|
|
2524
|
+
EnableBot?: number;
|
|
2525
|
+
}
|
|
2509
2526
|
/**
|
|
2510
2527
|
* ModifyWafThreatenIntelligence返回参数结构体
|
|
2511
2528
|
*/
|
|
@@ -5076,6 +5093,22 @@ export interface CreatePostCKafkaFlowRequest {
|
|
|
5076
5093
|
* kafka集群的版本号
|
|
5077
5094
|
*/
|
|
5078
5095
|
KafkaVersion: string;
|
|
5096
|
+
/**
|
|
5097
|
+
* 是否开启SASL校验,默认不开启,0-关闭,1-开启
|
|
5098
|
+
*/
|
|
5099
|
+
SASLEnable?: number;
|
|
5100
|
+
/**
|
|
5101
|
+
* SASL用户名
|
|
5102
|
+
*/
|
|
5103
|
+
SASLUser?: string;
|
|
5104
|
+
/**
|
|
5105
|
+
* SASL密码
|
|
5106
|
+
*/
|
|
5107
|
+
SASLPassword?: string;
|
|
5108
|
+
/**
|
|
5109
|
+
* 开启访问日志某些字段是否投递
|
|
5110
|
+
*/
|
|
5111
|
+
WriteConfig?: FieldWriteConfig;
|
|
5079
5112
|
}
|
|
5080
5113
|
/**
|
|
5081
5114
|
* DescribeBotSceneList返回参数结构体
|
|
@@ -11076,10 +11109,30 @@ export interface PostCKafkaFlowInfo {
|
|
|
11076
11109
|
* 压缩算法,支持gzip 和 lz4
|
|
11077
11110
|
*/
|
|
11078
11111
|
Compression?: string;
|
|
11112
|
+
/**
|
|
11113
|
+
* 是否支持SASL,0-关闭,1-开启
|
|
11114
|
+
*/
|
|
11115
|
+
SASLEnable?: number;
|
|
11116
|
+
/**
|
|
11117
|
+
* SASL用户名
|
|
11118
|
+
*/
|
|
11119
|
+
SASLUser?: string;
|
|
11120
|
+
/**
|
|
11121
|
+
* SALS密码
|
|
11122
|
+
*/
|
|
11123
|
+
SASLPassword?: string;
|
|
11079
11124
|
/**
|
|
11080
11125
|
* 描述信息
|
|
11081
11126
|
*/
|
|
11082
11127
|
Content?: string;
|
|
11128
|
+
/**
|
|
11129
|
+
* 1-外网TGW,2-支撑环境,默认为支撑环境
|
|
11130
|
+
*/
|
|
11131
|
+
VipType?: number;
|
|
11132
|
+
/**
|
|
11133
|
+
* 配置状态
|
|
11134
|
+
*/
|
|
11135
|
+
WriteConfig?: FieldWriteConfig;
|
|
11083
11136
|
}
|
|
11084
11137
|
/**
|
|
11085
11138
|
* UpsertSession请求参数结构体
|