tencentcloud-sdk-nodejs 4.0.678 → 4.0.679
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 +70 -0
- package/SERVICE_CHANGELOG.md +113 -384
- package/package.json +1 -1
- package/products.md +2 -2
- package/src/common/sdk_version.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +88 -62
- package/src/services/vpc/v20170312/vpc_models.ts +82 -34
- package/src/services/waf/v20180125/waf_client.ts +744 -489
- package/src/services/waf/v20180125/waf_models.ts +1329 -282
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +41 -31
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +51 -37
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +78 -34
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +244 -162
- package/tencentcloud/services/waf/v20180125/waf_client.js +361 -239
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1287 -293
- package/test/vpc.v20170312.test.js +30 -10
- package/test/waf.v20180125.test.js +356 -156
package/products.md
CHANGED
|
@@ -227,9 +227,9 @@
|
|
|
227
227
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
228
228
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
229
229
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-31 01:27:41 |
|
|
230
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-31 01:
|
|
230
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-31 11:01:10 |
|
|
231
231
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
232
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-08-
|
|
232
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-08-31 10:55:43 |
|
|
233
233
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
234
234
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
|
|
235
235
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.679"
|
|
@@ -90,6 +90,7 @@ import {
|
|
|
90
90
|
ModifyBandwidthPackageAttributeRequest,
|
|
91
91
|
TransformAddressResponse,
|
|
92
92
|
DisassociateNetworkInterfaceSecurityGroupsRequest,
|
|
93
|
+
DeleteNetworkAclEntriesRequest,
|
|
93
94
|
SecurityGroupPolicySet,
|
|
94
95
|
ModifyFlowLogAttributeRequest,
|
|
95
96
|
UnassignIpv6SubnetCidrBlockResponse,
|
|
@@ -223,7 +224,7 @@ import {
|
|
|
223
224
|
CcnRoute,
|
|
224
225
|
ModifyIpv6AddressesAttributeResponse,
|
|
225
226
|
DescribeTrafficPackagesRequest,
|
|
226
|
-
|
|
227
|
+
DescribeLocalGatewayResponse,
|
|
227
228
|
VpnConnection,
|
|
228
229
|
DescribeCcnsRequest,
|
|
229
230
|
ModifyNatGatewayAttributeResponse,
|
|
@@ -310,7 +311,7 @@ import {
|
|
|
310
311
|
ResourceDashboard,
|
|
311
312
|
DescribeSnapshotFilesResponse,
|
|
312
313
|
DescribeCcnAttachedInstancesResponse,
|
|
313
|
-
|
|
314
|
+
CreateNetworkAclEntriesRequest,
|
|
314
315
|
DeleteCustomerGatewayResponse,
|
|
315
316
|
CreateVpnGatewayRoutesResponse,
|
|
316
317
|
CreateNetDetectRequest,
|
|
@@ -352,6 +353,7 @@ import {
|
|
|
352
353
|
DescribeSnapshotPoliciesResponse,
|
|
353
354
|
DisableGatewayFlowMonitorRequest,
|
|
354
355
|
EnableRoutesResponse,
|
|
356
|
+
HaVipAssociateAddressIpResponse,
|
|
355
357
|
DescribeSpecificTrafficPackageUsedDetailsRequest,
|
|
356
358
|
DeleteVpnConnectionRequest,
|
|
357
359
|
NetworkAclEntry,
|
|
@@ -362,6 +364,7 @@ import {
|
|
|
362
364
|
ModifyAddressesBandwidthRequest,
|
|
363
365
|
ResetVpnGatewayInternetMaxBandwidthRequest,
|
|
364
366
|
EndPoint,
|
|
367
|
+
RemoveIp6RulesResponse,
|
|
365
368
|
DirectConnectGateway,
|
|
366
369
|
DescribeProductQuotaResponse,
|
|
367
370
|
Price,
|
|
@@ -449,7 +452,7 @@ import {
|
|
|
449
452
|
AttachCcnInstancesRequest,
|
|
450
453
|
DescribeDirectConnectGatewayCcnRoutesRequest,
|
|
451
454
|
CcnInstance,
|
|
452
|
-
|
|
455
|
+
DeleteSecurityGroupPoliciesRequest,
|
|
453
456
|
ItemPrice,
|
|
454
457
|
DeleteNatGatewayRequest,
|
|
455
458
|
ModifyCustomerGatewayAttributeResponse,
|
|
@@ -522,7 +525,7 @@ import {
|
|
|
522
525
|
ModifyAddressAttributeRequest,
|
|
523
526
|
DhcpIp,
|
|
524
527
|
DeleteAssistantCidrRequest,
|
|
525
|
-
|
|
528
|
+
DisableVpnGatewaySslClientCertRequest,
|
|
526
529
|
DeleteVpnGatewaySslClientRequest,
|
|
527
530
|
SubnetInput,
|
|
528
531
|
DescribeNatGatewayDirectConnectGatewayRouteResponse,
|
|
@@ -639,6 +642,7 @@ import {
|
|
|
639
642
|
AcceptVpcPeeringConnectionResponse,
|
|
640
643
|
DescribeSgSnapshotFileContentRequest,
|
|
641
644
|
CreateBandwidthPackageResponse,
|
|
645
|
+
CreateNetworkAclEntriesResponse,
|
|
642
646
|
ResetVpnConnectionRequest,
|
|
643
647
|
ReleaseAddressesResponse,
|
|
644
648
|
AuditCrossBorderComplianceResponse,
|
|
@@ -653,7 +657,7 @@ import {
|
|
|
653
657
|
CreateVpcPeeringConnectionResponse,
|
|
654
658
|
DescribeCrossBorderCcnRegionBandwidthLimitsResponse,
|
|
655
659
|
DeleteSecurityGroupResponse,
|
|
656
|
-
|
|
660
|
+
DeleteNetworkAclEntriesResponse,
|
|
657
661
|
CreateNetworkInterfaceResponse,
|
|
658
662
|
DescribeAddressQuotaRequest,
|
|
659
663
|
LockCcnsResponse,
|
|
@@ -699,7 +703,7 @@ import {
|
|
|
699
703
|
NetworkInterfaceAttachment,
|
|
700
704
|
SnapshotFileInfo,
|
|
701
705
|
ModifyNetworkInterfaceAttributeRequest,
|
|
702
|
-
|
|
706
|
+
ModifyTemplateMemberResponse,
|
|
703
707
|
ModifyHaVipAttributeRequest,
|
|
704
708
|
ModifyAddressTemplateGroupAttributeResponse,
|
|
705
709
|
VpcLimit,
|
|
@@ -1065,13 +1069,15 @@ export class Client extends AbstractClient {
|
|
|
1065
1069
|
}
|
|
1066
1070
|
|
|
1067
1071
|
/**
|
|
1068
|
-
* 本接口(
|
|
1072
|
+
* 本接口(DeleteNetworkAclEntries)用于删除三元组网络ACL的入站规则和出站规则。在NetworkAclEntrySet参数中:
|
|
1073
|
+
* 删除IPv4规则,需要传入NetworkAclIpv4EntryId。
|
|
1074
|
+
* 删除IPv6规则,需要传入NetworkAclIpv6EntryId。
|
|
1069
1075
|
*/
|
|
1070
|
-
async
|
|
1071
|
-
req:
|
|
1072
|
-
cb?: (error: string, rep:
|
|
1073
|
-
): Promise<
|
|
1074
|
-
return this.request("
|
|
1076
|
+
async DeleteNetworkAclEntries(
|
|
1077
|
+
req: DeleteNetworkAclEntriesRequest,
|
|
1078
|
+
cb?: (error: string, rep: DeleteNetworkAclEntriesResponse) => void
|
|
1079
|
+
): Promise<DeleteNetworkAclEntriesResponse> {
|
|
1080
|
+
return this.request("DeleteNetworkAclEntries", req, cb)
|
|
1075
1081
|
}
|
|
1076
1082
|
|
|
1077
1083
|
/**
|
|
@@ -1118,14 +1124,13 @@ export class Client extends AbstractClient {
|
|
|
1118
1124
|
}
|
|
1119
1125
|
|
|
1120
1126
|
/**
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
return this.request("UnassignIpv6Addresses", req, cb)
|
|
1127
|
+
* 本接口(ModifySubnetAttribute)用于修改子网属性。
|
|
1128
|
+
*/
|
|
1129
|
+
async ModifySubnetAttribute(
|
|
1130
|
+
req: ModifySubnetAttributeRequest,
|
|
1131
|
+
cb?: (error: string, rep: ModifySubnetAttributeResponse) => void
|
|
1132
|
+
): Promise<ModifySubnetAttributeResponse> {
|
|
1133
|
+
return this.request("ModifySubnetAttribute", req, cb)
|
|
1129
1134
|
}
|
|
1130
1135
|
|
|
1131
1136
|
/**
|
|
@@ -1188,6 +1193,16 @@ export class Client extends AbstractClient {
|
|
|
1188
1193
|
return this.request("DescribeCustomerGatewayVendors", req, cb)
|
|
1189
1194
|
}
|
|
1190
1195
|
|
|
1196
|
+
/**
|
|
1197
|
+
* 本接口(DescribeNetDetects)用于查询网络探测列表。
|
|
1198
|
+
*/
|
|
1199
|
+
async DescribeNetDetects(
|
|
1200
|
+
req: DescribeNetDetectsRequest,
|
|
1201
|
+
cb?: (error: string, rep: DescribeNetDetectsResponse) => void
|
|
1202
|
+
): Promise<DescribeNetDetectsResponse> {
|
|
1203
|
+
return this.request("DescribeNetDetects", req, cb)
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1191
1206
|
/**
|
|
1192
1207
|
* 本接口 (DescribeAddresses) 用于查询一个或多个[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)的详细信息。
|
|
1193
1208
|
* 如果参数为空,返回当前用户一定数量(Limit所指定的数量,默认为20)的 EIP。
|
|
@@ -1241,6 +1256,17 @@ export class Client extends AbstractClient {
|
|
|
1241
1256
|
return this.request("ModifyNetworkAclEntries", req, cb)
|
|
1242
1257
|
}
|
|
1243
1258
|
|
|
1259
|
+
/**
|
|
1260
|
+
* 本接口(UnassignIpv6Addresses)用于释放弹性网卡`IPv6`地址。<br />
|
|
1261
|
+
本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。
|
|
1262
|
+
*/
|
|
1263
|
+
async UnassignIpv6Addresses(
|
|
1264
|
+
req: UnassignIpv6AddressesRequest,
|
|
1265
|
+
cb?: (error: string, rep: UnassignIpv6AddressesResponse) => void
|
|
1266
|
+
): Promise<UnassignIpv6AddressesResponse> {
|
|
1267
|
+
return this.request("UnassignIpv6Addresses", req, cb)
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1244
1270
|
/**
|
|
1245
1271
|
* 本接口(DetachCcnInstances)用于从云联网实例中解关联指定的网络实例。<br />
|
|
1246
1272
|
解关联网络实例后,相应的路由策略会一并删除。
|
|
@@ -2089,20 +2115,13 @@ export class Client extends AbstractClient {
|
|
|
2089
2115
|
}
|
|
2090
2116
|
|
|
2091
2117
|
/**
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
>
|
|
2100
|
-
*/
|
|
2101
|
-
async CreateNetworkInterface(
|
|
2102
|
-
req: CreateNetworkInterfaceRequest,
|
|
2103
|
-
cb?: (error: string, rep: CreateNetworkInterfaceResponse) => void
|
|
2104
|
-
): Promise<CreateNetworkInterfaceResponse> {
|
|
2105
|
-
return this.request("CreateNetworkInterface", req, cb)
|
|
2118
|
+
* 本接口(CreateNetworkAclEntries)用于增量添加网络ACL三元组的入站规则和出站规则。
|
|
2119
|
+
*/
|
|
2120
|
+
async CreateNetworkAclEntries(
|
|
2121
|
+
req: CreateNetworkAclEntriesRequest,
|
|
2122
|
+
cb?: (error: string, rep: CreateNetworkAclEntriesResponse) => void
|
|
2123
|
+
): Promise<CreateNetworkAclEntriesResponse> {
|
|
2124
|
+
return this.request("CreateNetworkAclEntries", req, cb)
|
|
2106
2125
|
}
|
|
2107
2126
|
|
|
2108
2127
|
/**
|
|
@@ -2116,28 +2135,20 @@ export class Client extends AbstractClient {
|
|
|
2116
2135
|
}
|
|
2117
2136
|
|
|
2118
2137
|
/**
|
|
2119
|
-
* 本接口(
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
<li>CidrBlock 字段允许输入符合 cidr 格式标准的任意字符串。(展开)在基础网络中,如果 CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IP,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
2128
|
-
<li>Ipv6CidrBlock 字段允许输入符合 IPv6 cidr 格式标准的任意字符串。(展开)在基础网络中,如果Ipv6CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IPv6,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
2129
|
-
<li>SecurityGroupId 字段允许输入与待修改的安全组位于相同项目中的安全组 ID,包括这个安全组 ID 本身,代表安全组下所有云服务器的内网 IP。使用这个字段时,这条规则用来匹配网络报文的过程中会随着被使用的这个ID所关联的云服务器变化而变化,不需要重新修改。</li>
|
|
2130
|
-
<li>Port 字段允许输入一个单独端口号,或者用减号分隔的两个端口号代表端口范围,例如80或8000-8010。只有当 Protocol 字段是 TCP 或 UDP 时,Port 字段才被接受。</li>
|
|
2131
|
-
<li>Action 字段只允许输入 ACCEPT 或 DROP。</li>
|
|
2132
|
-
<li>CidrBlock, Ipv6CidrBlock, SecurityGroupId, AddressTemplate 四者是排他关系,不允许同时输入,Protocol + Port 和 ServiceTemplate 二者是排他关系,不允许同时输入。</li>
|
|
2133
|
-
</ul></li></ul></li>
|
|
2134
|
-
</ul>
|
|
2138
|
+
* 本接口(CreateNetworkInterface)用于创建弹性网卡。
|
|
2139
|
+
* 创建弹性网卡时可以指定内网IP,并且可以指定一个主IP,指定的内网IP必须在弹性网卡所在子网内,而且不能被占用。
|
|
2140
|
+
* 创建弹性网卡时可以指定需要申请的内网IP数量,系统会随机生成内网IP地址。
|
|
2141
|
+
* 一个弹性网卡支持绑定的IP地址是有限制的,更多资源限制信息详见<a href="/document/product/576/18527">弹性网卡使用限制</a>。
|
|
2142
|
+
* 创建弹性网卡同时可以绑定已有安全组。
|
|
2143
|
+
* 创建弹性网卡同时可以绑定标签, 应答里的标签列表代表添加成功的标签。
|
|
2144
|
+
>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
2145
|
+
>
|
|
2135
2146
|
*/
|
|
2136
|
-
async
|
|
2137
|
-
req:
|
|
2138
|
-
cb?: (error: string, rep:
|
|
2139
|
-
): Promise<
|
|
2140
|
-
return this.request("
|
|
2147
|
+
async CreateNetworkInterface(
|
|
2148
|
+
req: CreateNetworkInterfaceRequest,
|
|
2149
|
+
cb?: (error: string, rep: CreateNetworkInterfaceResponse) => void
|
|
2150
|
+
): Promise<CreateNetworkInterfaceResponse> {
|
|
2151
|
+
return this.request("CreateNetworkInterface", req, cb)
|
|
2141
2152
|
}
|
|
2142
2153
|
|
|
2143
2154
|
/**
|
|
@@ -2990,13 +3001,28 @@ export class Client extends AbstractClient {
|
|
|
2990
3001
|
}
|
|
2991
3002
|
|
|
2992
3003
|
/**
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3004
|
+
* 本接口(ModifySecurityGroupPolicies)用于重置安全组出站和入站规则(SecurityGroupPolicy)。
|
|
3005
|
+
|
|
3006
|
+
<ul>
|
|
3007
|
+
<li>该接口不支持自定义索引 PolicyIndex。</li>
|
|
3008
|
+
<li>在 SecurityGroupPolicySet 参数中:<ul>
|
|
3009
|
+
<li> 如果指定 SecurityGroupPolicySet.Version 为0, 表示清空所有规则,并忽略 Egress 和 Ingress。</li>
|
|
3010
|
+
<li> 如果指定 SecurityGroupPolicySet.Version 不为0, 在添加出站和入站规则(Egress 和 Ingress)时:<ul>
|
|
3011
|
+
<li>Protocol 字段支持输入 TCP, UDP, ICMP, ICMPV6, GRE, ALL。</li>
|
|
3012
|
+
<li>CidrBlock 字段允许输入符合 cidr 格式标准的任意字符串。(展开)在基础网络中,如果 CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IP,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
3013
|
+
<li>Ipv6CidrBlock 字段允许输入符合 IPv6 cidr 格式标准的任意字符串。(展开)在基础网络中,如果Ipv6CidrBlock 包含您的账户内的云服务器之外的设备在腾讯云的内网 IPv6,并不代表此规则允许您访问这些设备,租户之间网络隔离规则优先于安全组中的内网规则。</li>
|
|
3014
|
+
<li>SecurityGroupId 字段允许输入与待修改的安全组位于相同项目中的安全组 ID,包括这个安全组 ID 本身,代表安全组下所有云服务器的内网 IP。使用这个字段时,这条规则用来匹配网络报文的过程中会随着被使用的这个ID所关联的云服务器变化而变化,不需要重新修改。</li>
|
|
3015
|
+
<li>Port 字段允许输入一个单独端口号,或者用减号分隔的两个端口号代表端口范围,例如80或8000-8010。只有当 Protocol 字段是 TCP 或 UDP 时,Port 字段才被接受。</li>
|
|
3016
|
+
<li>Action 字段只允许输入 ACCEPT 或 DROP。</li>
|
|
3017
|
+
<li>CidrBlock, Ipv6CidrBlock, SecurityGroupId, AddressTemplate 四者是排他关系,不允许同时输入,Protocol + Port 和 ServiceTemplate 二者是排他关系,不允许同时输入。</li>
|
|
3018
|
+
</ul></li></ul></li>
|
|
3019
|
+
</ul>
|
|
3020
|
+
*/
|
|
3021
|
+
async ModifySecurityGroupPolicies(
|
|
3022
|
+
req: ModifySecurityGroupPoliciesRequest,
|
|
3023
|
+
cb?: (error: string, rep: ModifySecurityGroupPoliciesResponse) => void
|
|
3024
|
+
): Promise<ModifySecurityGroupPoliciesResponse> {
|
|
3025
|
+
return this.request("ModifySecurityGroupPolicies", req, cb)
|
|
3000
3026
|
}
|
|
3001
3027
|
|
|
3002
3028
|
/**
|
|
@@ -1499,6 +1499,20 @@ export interface DisassociateNetworkInterfaceSecurityGroupsRequest {
|
|
|
1499
1499
|
SecurityGroupIds: Array<string>
|
|
1500
1500
|
}
|
|
1501
1501
|
|
|
1502
|
+
/**
|
|
1503
|
+
* DeleteNetworkAclEntries请求参数结构体
|
|
1504
|
+
*/
|
|
1505
|
+
export interface DeleteNetworkAclEntriesRequest {
|
|
1506
|
+
/**
|
|
1507
|
+
* 三元组网络ACL实例ID。例如:acl-12345678。
|
|
1508
|
+
*/
|
|
1509
|
+
NetworkAclId: string
|
|
1510
|
+
/**
|
|
1511
|
+
* 三元组网络ACL规则集。
|
|
1512
|
+
*/
|
|
1513
|
+
NetworkAclEntrySet?: NetworkAclEntrySet
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1502
1516
|
/**
|
|
1503
1517
|
* 安全组规则集合
|
|
1504
1518
|
*/
|
|
@@ -4020,17 +4034,21 @@ export interface DescribeTrafficPackagesRequest {
|
|
|
4020
4034
|
}
|
|
4021
4035
|
|
|
4022
4036
|
/**
|
|
4023
|
-
*
|
|
4037
|
+
* DescribeLocalGateway返回参数结构体
|
|
4024
4038
|
*/
|
|
4025
|
-
export interface
|
|
4039
|
+
export interface DescribeLocalGatewayResponse {
|
|
4026
4040
|
/**
|
|
4027
|
-
*
|
|
4041
|
+
* 本地网关信息集合。
|
|
4028
4042
|
*/
|
|
4029
|
-
|
|
4043
|
+
LocalGatewaySet?: Array<LocalGateway>
|
|
4030
4044
|
/**
|
|
4031
|
-
*
|
|
4045
|
+
* 本地网关总数。
|
|
4032
4046
|
*/
|
|
4033
|
-
|
|
4047
|
+
TotalCount?: number
|
|
4048
|
+
/**
|
|
4049
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4050
|
+
*/
|
|
4051
|
+
RequestId?: string
|
|
4034
4052
|
}
|
|
4035
4053
|
|
|
4036
4054
|
/**
|
|
@@ -6019,13 +6037,17 @@ export interface DescribeCcnAttachedInstancesResponse {
|
|
|
6019
6037
|
}
|
|
6020
6038
|
|
|
6021
6039
|
/**
|
|
6022
|
-
*
|
|
6040
|
+
* CreateNetworkAclEntries请求参数结构体
|
|
6023
6041
|
*/
|
|
6024
|
-
export interface
|
|
6042
|
+
export interface CreateNetworkAclEntriesRequest {
|
|
6025
6043
|
/**
|
|
6026
|
-
*
|
|
6044
|
+
* 网络ACL实例ID。例如:acl-12345678。
|
|
6027
6045
|
*/
|
|
6028
|
-
|
|
6046
|
+
NetworkAclId: string
|
|
6047
|
+
/**
|
|
6048
|
+
* 网络三元组ACL规则集。
|
|
6049
|
+
*/
|
|
6050
|
+
NetworkAclEntrySet: NetworkAclEntrySet
|
|
6029
6051
|
}
|
|
6030
6052
|
|
|
6031
6053
|
/**
|
|
@@ -6810,6 +6832,16 @@ export interface EnableRoutesResponse {
|
|
|
6810
6832
|
RequestId?: string
|
|
6811
6833
|
}
|
|
6812
6834
|
|
|
6835
|
+
/**
|
|
6836
|
+
* HaVipAssociateAddressIp返回参数结构体
|
|
6837
|
+
*/
|
|
6838
|
+
export interface HaVipAssociateAddressIpResponse {
|
|
6839
|
+
/**
|
|
6840
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6841
|
+
*/
|
|
6842
|
+
RequestId?: string
|
|
6843
|
+
}
|
|
6844
|
+
|
|
6813
6845
|
/**
|
|
6814
6846
|
* DescribeSpecificTrafficPackageUsedDetails请求参数结构体
|
|
6815
6847
|
*/
|
|
@@ -7075,6 +7107,16 @@ export interface EndPoint {
|
|
|
7075
7107
|
ServiceName: string
|
|
7076
7108
|
}
|
|
7077
7109
|
|
|
7110
|
+
/**
|
|
7111
|
+
* RemoveIp6Rules返回参数结构体
|
|
7112
|
+
*/
|
|
7113
|
+
export interface RemoveIp6RulesResponse {
|
|
7114
|
+
/**
|
|
7115
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7116
|
+
*/
|
|
7117
|
+
RequestId?: string
|
|
7118
|
+
}
|
|
7119
|
+
|
|
7078
7120
|
/**
|
|
7079
7121
|
* 专线网关对象。
|
|
7080
7122
|
*/
|
|
@@ -9066,21 +9108,17 @@ export interface CcnInstance {
|
|
|
9066
9108
|
}
|
|
9067
9109
|
|
|
9068
9110
|
/**
|
|
9069
|
-
*
|
|
9111
|
+
* DeleteSecurityGroupPolicies请求参数结构体
|
|
9070
9112
|
*/
|
|
9071
|
-
export interface
|
|
9072
|
-
/**
|
|
9073
|
-
* 本地网关信息集合。
|
|
9074
|
-
*/
|
|
9075
|
-
LocalGatewaySet?: Array<LocalGateway>
|
|
9113
|
+
export interface DeleteSecurityGroupPoliciesRequest {
|
|
9076
9114
|
/**
|
|
9077
|
-
*
|
|
9115
|
+
* 安全组实例ID,例如sg-33ocnj9n,可通过DescribeSecurityGroups获取。
|
|
9078
9116
|
*/
|
|
9079
|
-
|
|
9117
|
+
SecurityGroupId: string
|
|
9080
9118
|
/**
|
|
9081
|
-
*
|
|
9119
|
+
* 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
|
|
9082
9120
|
*/
|
|
9083
|
-
|
|
9121
|
+
SecurityGroupPolicySet: SecurityGroupPolicySet
|
|
9084
9122
|
}
|
|
9085
9123
|
|
|
9086
9124
|
/**
|
|
@@ -10330,13 +10368,17 @@ export interface DeleteAssistantCidrRequest {
|
|
|
10330
10368
|
}
|
|
10331
10369
|
|
|
10332
10370
|
/**
|
|
10333
|
-
*
|
|
10371
|
+
* DisableVpnGatewaySslClientCert请求参数结构体
|
|
10334
10372
|
*/
|
|
10335
|
-
export interface
|
|
10373
|
+
export interface DisableVpnGatewaySslClientCertRequest {
|
|
10336
10374
|
/**
|
|
10337
|
-
*
|
|
10375
|
+
* SSL-VPN-CLIENT 实例ID。不可和SslVpnClientIds同时使用。
|
|
10338
10376
|
*/
|
|
10339
|
-
|
|
10377
|
+
SslVpnClientId?: string
|
|
10378
|
+
/**
|
|
10379
|
+
* SSL-VPN-CLIENT 实例ID列表。批量禁用时使用。不可和SslVpnClientId同时使用。
|
|
10380
|
+
*/
|
|
10381
|
+
SslVpnClientIds?: Array<string>
|
|
10340
10382
|
}
|
|
10341
10383
|
|
|
10342
10384
|
/**
|
|
@@ -12592,6 +12634,16 @@ export interface CreateBandwidthPackageResponse {
|
|
|
12592
12634
|
RequestId?: string
|
|
12593
12635
|
}
|
|
12594
12636
|
|
|
12637
|
+
/**
|
|
12638
|
+
* CreateNetworkAclEntries返回参数结构体
|
|
12639
|
+
*/
|
|
12640
|
+
export interface CreateNetworkAclEntriesResponse {
|
|
12641
|
+
/**
|
|
12642
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12643
|
+
*/
|
|
12644
|
+
RequestId?: string
|
|
12645
|
+
}
|
|
12646
|
+
|
|
12595
12647
|
/**
|
|
12596
12648
|
* ResetVpnConnection请求参数结构体
|
|
12597
12649
|
*/
|
|
@@ -12800,17 +12852,13 @@ export interface DeleteSecurityGroupResponse {
|
|
|
12800
12852
|
}
|
|
12801
12853
|
|
|
12802
12854
|
/**
|
|
12803
|
-
*
|
|
12855
|
+
* DeleteNetworkAclEntries返回参数结构体
|
|
12804
12856
|
*/
|
|
12805
|
-
export interface
|
|
12857
|
+
export interface DeleteNetworkAclEntriesResponse {
|
|
12806
12858
|
/**
|
|
12807
|
-
*
|
|
12808
|
-
*/
|
|
12809
|
-
SslVpnClientId?: string
|
|
12810
|
-
/**
|
|
12811
|
-
* SSL-VPN-CLIENT 实例ID列表。批量禁用时使用。不可和SslVpnClientId同时使用。
|
|
12859
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12812
12860
|
*/
|
|
12813
|
-
|
|
12861
|
+
RequestId?: string
|
|
12814
12862
|
}
|
|
12815
12863
|
|
|
12816
12864
|
/**
|
|
@@ -13602,9 +13650,9 @@ export interface ModifyNetworkInterfaceAttributeRequest {
|
|
|
13602
13650
|
}
|
|
13603
13651
|
|
|
13604
13652
|
/**
|
|
13605
|
-
*
|
|
13653
|
+
* ModifyTemplateMember返回参数结构体
|
|
13606
13654
|
*/
|
|
13607
|
-
export interface
|
|
13655
|
+
export interface ModifyTemplateMemberResponse {
|
|
13608
13656
|
/**
|
|
13609
13657
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
13610
13658
|
*/
|