tencentcloud-sdk-nodejs 4.0.885 → 4.0.887

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.
Files changed (74) hide show
  1. package/CHANGELOG.md +291 -0
  2. package/SERVICE_CHANGELOG.md +332 -238
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
  7. package/src/services/domain/v20180808/domain_models.ts +11 -11
  8. package/src/services/emr/v20190103/emr_models.ts +6 -10
  9. package/src/services/ess/v20201111/ess_client.ts +10 -3
  10. package/src/services/ess/v20201111/ess_models.ts +47 -32
  11. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +15 -13
  13. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
  14. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
  15. package/src/services/iss/v20230517/iss_client.ts +29 -2
  16. package/src/services/iss/v20230517/iss_models.ts +154 -36
  17. package/src/services/mmps/v20200710/mmps_models.ts +3 -3
  18. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  19. package/src/services/scf/v20180416/scf_client.ts +1 -1
  20. package/src/services/scf/v20180416/scf_models.ts +9 -9
  21. package/src/services/ses/v20201002/ses_client.ts +70 -21
  22. package/src/services/ses/v20201002/ses_models.ts +278 -135
  23. package/src/services/ssl/v20191205/ssl_client.ts +2 -2
  24. package/src/services/ssl/v20191205/ssl_models.ts +49 -21
  25. package/src/services/tcr/v20190924/tcr_models.ts +4 -0
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  27. package/src/services/vpc/v20170312/vpc_client.ts +340 -103
  28. package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
  29. package/src/services/waf/v20180125/waf_client.ts +0 -12
  30. package/src/services/waf/v20180125/waf_models.ts +0 -25
  31. package/src/services/wedata/v20210820/wedata_client.ts +51 -22
  32. package/src/services/wedata/v20210820/wedata_models.ts +663 -477
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
  36. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
  37. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -10
  38. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
  39. package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
  40. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -32
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -13
  44. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
  45. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
  46. package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
  47. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
  48. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
  49. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  50. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  51. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  52. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -9
  53. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
  54. package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
  55. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
  56. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
  57. package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
  58. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +49 -21
  59. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
  60. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  61. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -35
  62. package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -46
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
  64. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  65. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  66. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -23
  67. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
  68. package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
  69. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
  70. package/test/iss.v20230517.test.js +20 -0
  71. package/test/ses.v20201002.test.js +44 -4
  72. package/test/vpc.v20170312.test.js +204 -24
  73. package/test/waf.v20180125.test.js +0 -10
  74. package/test/wedata.v20210820.test.js +24 -4
@@ -991,6 +991,20 @@ export interface DescribeVpcLimitsResponse {
991
991
  RequestId?: string
992
992
  }
993
993
 
994
+ /**
995
+ * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
996
+ */
997
+ export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
998
+ /**
999
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
1000
+ */
1001
+ NatGatewayId: string
1002
+ /**
1003
+ * 目的端口转换规则列表。
1004
+ */
1005
+ LocalDestinationIpPortTranslationNatRules: Array<LocalDestinationIpPortTranslationNatRule>
1006
+ }
1007
+
994
1008
  /**
995
1009
  * IP在线查询的字段信息
996
1010
  */
@@ -1717,6 +1731,24 @@ export interface AssociateNetworkAclSubnetsResponse {
1717
1731
  RequestId?: string
1718
1732
  }
1719
1733
 
1734
+ /**
1735
+ * DeletePrivateNatGatewayTranslationNatRule请求参数结构体
1736
+ */
1737
+ export interface DeletePrivateNatGatewayTranslationNatRuleRequest {
1738
+ /**
1739
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
1740
+ */
1741
+ NatGatewayId: string
1742
+ /**
1743
+ * 转换规则对象数组。
1744
+ */
1745
+ TranslationNatRules: Array<TranslationNatRule>
1746
+ /**
1747
+ * 跨域参数,当VPC为跨域时填写为True。
1748
+ */
1749
+ CrossDomain?: boolean
1750
+ }
1751
+
1720
1752
  /**
1721
1753
  * DeleteNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
1722
1754
  */
@@ -2140,6 +2172,34 @@ export interface DescribeBandwidthPackagesResponse {
2140
2172
  RequestId?: string
2141
2173
  }
2142
2174
 
2175
+ /**
2176
+ * ResetRoutes返回参数结构体
2177
+ */
2178
+ export interface ResetRoutesResponse {
2179
+ /**
2180
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2181
+ */
2182
+ RequestId?: string
2183
+ }
2184
+
2185
+ /**
2186
+ * DescribePrivateNatGatewayRegions返回参数结构体
2187
+ */
2188
+ export interface DescribePrivateNatGatewayRegionsResponse {
2189
+ /**
2190
+ * 地域对象
2191
+ */
2192
+ RegionSet: Array<NatRegionInfoWithArea>
2193
+ /**
2194
+ * 返回可支持地域总数
2195
+ */
2196
+ TotalCount: number
2197
+ /**
2198
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2199
+ */
2200
+ RequestId?: string
2201
+ }
2202
+
2143
2203
  /**
2144
2204
  * ReplaceSecurityGroupPolicies返回参数结构体
2145
2205
  */
@@ -2427,6 +2487,32 @@ export interface IpGeolocationInfo {
2427
2487
  AddressIp: string
2428
2488
  }
2429
2489
 
2490
+ /**
2491
+ * 私网网关Snat转发规则入参
2492
+ */
2493
+ export interface TranslationNatRuleInput {
2494
+ /**
2495
+ * 转换规则目标,可选值"LOCAL","PEER"。
2496
+ */
2497
+ TranslationDirection: string
2498
+ /**
2499
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
2500
+ */
2501
+ TranslationType: string
2502
+ /**
2503
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
2504
+ */
2505
+ TranslationIp: string
2506
+ /**
2507
+ * 转换规则描述。
2508
+ */
2509
+ Description: string
2510
+ /**
2511
+ * 源`IP`,当转换规则类型为三层时有效。
2512
+ */
2513
+ OriginalIp?: string
2514
+ }
2515
+
2430
2516
  /**
2431
2517
  * DeleteFlowLog请求参数结构体
2432
2518
  */
@@ -2495,6 +2581,40 @@ export interface HaVipDisassociateAddressIpResponse {
2495
2581
  RequestId?: string
2496
2582
  }
2497
2583
 
2584
+ /**
2585
+ * 私网网关Snat转发规则修改
2586
+ */
2587
+ export interface TranslationNatRuleDiff {
2588
+ /**
2589
+ * 转发规则目标,可选值"LOCAL","PEER"。
2590
+ */
2591
+ TranslationDirection: string
2592
+ /**
2593
+ * 转发规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
2594
+ */
2595
+ TranslationType: string
2596
+ /**
2597
+ * 转发规则映射`IP`,当转发规则类型为四层时为`IP`池
2598
+ */
2599
+ TranslationIp: string
2600
+ /**
2601
+ * 转发规则描述。
2602
+ */
2603
+ Description: string
2604
+ /**
2605
+ * 旧转发规则映射`IP`,当转发规则类型为四层时为`IP`池
2606
+ */
2607
+ OldTranslationIp: string
2608
+ /**
2609
+ * 新转发规则源`IP`,当转发规则类型为三层时有效
2610
+ */
2611
+ OriginalIp?: string
2612
+ /**
2613
+ * 旧转发规则源`IP`,当转发规则类型为三层时有效
2614
+ */
2615
+ OldOriginalIp?: string
2616
+ }
2617
+
2498
2618
  /**
2499
2619
  * DisassociateVpcEndPointSecurityGroups请求参数结构体
2500
2620
  */
@@ -3022,6 +3142,34 @@ export interface DescribeAccountAttributesResponse {
3022
3142
  RequestId?: string
3023
3143
  }
3024
3144
 
3145
+ /**
3146
+ * ReturnNormalAddresses请求参数结构体
3147
+ */
3148
+ export interface ReturnNormalAddressesRequest {
3149
+ /**
3150
+ * 普通公网IP 的 IP 地址,示例:101.35.139.183
3151
+ */
3152
+ AddressIps?: Array<string>
3153
+ }
3154
+
3155
+ /**
3156
+ * ModifyPrivateNatGatewayTranslationNatRule请求参数结构体
3157
+ */
3158
+ export interface ModifyPrivateNatGatewayTranslationNatRuleRequest {
3159
+ /**
3160
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
3161
+ */
3162
+ NatGatewayId: string
3163
+ /**
3164
+ * 转换规则对象数组。仅支持修改单个转换规则
3165
+ */
3166
+ TranslationNatRules: Array<TranslationNatRuleDiff>
3167
+ /**
3168
+ * 跨域参数,当VPC为跨域时填写为True。
3169
+ */
3170
+ CrossDomain?: boolean
3171
+ }
3172
+
3025
3173
  /**
3026
3174
  * AssignPrivateIpAddresses返回参数结构体
3027
3175
  */
@@ -3120,13 +3268,51 @@ export interface DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest {
3120
3268
  }
3121
3269
 
3122
3270
  /**
3123
- * ReturnNormalAddresses请求参数结构体
3271
+ * 网络ACL规则。
3124
3272
  */
3125
- export interface ReturnNormalAddressesRequest {
3273
+ export interface NetworkAclEntry {
3126
3274
  /**
3127
- * 普通公网IP IP 地址,示例:101.35.139.183
3275
+ * 协议, 取值: TCP,UDP, ICMP, ALL。
3128
3276
  */
3129
- AddressIps?: Array<string>
3277
+ Protocol?: string
3278
+ /**
3279
+ * 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。
3280
+ */
3281
+ Port?: string
3282
+ /**
3283
+ * 网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。
3284
+ */
3285
+ CidrBlock?: string
3286
+ /**
3287
+ * 网段或IPv6(互斥)。
3288
+ */
3289
+ Ipv6CidrBlock?: string
3290
+ /**
3291
+ * ACCEPT 或 DROP。
3292
+ */
3293
+ Action?: string
3294
+ /**
3295
+ * 规则描述,最大长度100。
3296
+ */
3297
+ Description?: string
3298
+ /**
3299
+ * 修改时间。
3300
+ */
3301
+ ModifyTime?: string
3302
+ /**
3303
+ * 优先级,从1开始。
3304
+ */
3305
+ Priority?: number
3306
+ /**
3307
+ * IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。
3308
+ 注意:此字段可能返回 null,表示取不到有效值。
3309
+ */
3310
+ NetworkAclIpv4EntryId?: string
3311
+ /**
3312
+ * IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。
3313
+ 注意:此字段可能返回 null,表示取不到有效值。
3314
+ */
3315
+ NetworkAclIpv6EntryId?: string
3130
3316
  }
3131
3317
 
3132
3318
  /**
@@ -3772,6 +3958,16 @@ NONEXTHOP:无下一跳;
3772
3958
  NetDetectDescription?: string
3773
3959
  }
3774
3960
 
3961
+ /**
3962
+ * SetVpnGatewaysRenewFlag返回参数结构体
3963
+ */
3964
+ export interface SetVpnGatewaysRenewFlagResponse {
3965
+ /**
3966
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3967
+ */
3968
+ RequestId?: string
3969
+ }
3970
+
3775
3971
  /**
3776
3972
  * DescribeSgSnapshotFileContent返回参数结构体
3777
3973
  */
@@ -4121,6 +4317,24 @@ CCN VPN 形的通道 可以不传VPCID
4121
4317
  BgpConfig?: BgpConfig
4122
4318
  }
4123
4319
 
4320
+ /**
4321
+ * 可创建的私网网关配额数量
4322
+ */
4323
+ export interface PrivateNatGatewayLimit {
4324
+ /**
4325
+ * 私有网络唯一`ID`。
4326
+ */
4327
+ UniqVpcId: string
4328
+ /**
4329
+ * Vpc下总计可创建私网网关数量。
4330
+ */
4331
+ TotalLimit: number
4332
+ /**
4333
+ * 可创建私网网关数量。
4334
+ */
4335
+ Available: number
4336
+ }
4337
+
4124
4338
  /**
4125
4339
  * CCN路由策略对象
4126
4340
  */
@@ -4215,21 +4429,17 @@ export interface DescribeTrafficPackagesRequest {
4215
4429
  }
4216
4430
 
4217
4431
  /**
4218
- * DescribeLocalGateway返回参数结构体
4432
+ * DeleteSecurityGroupPolicies请求参数结构体
4219
4433
  */
4220
- export interface DescribeLocalGatewayResponse {
4221
- /**
4222
- * 本地网关信息集合。
4223
- */
4224
- LocalGatewaySet?: Array<LocalGateway>
4434
+ export interface DeleteSecurityGroupPoliciesRequest {
4225
4435
  /**
4226
- * 本地网关总数。
4436
+ * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
4227
4437
  */
4228
- TotalCount?: number
4438
+ SecurityGroupId: string
4229
4439
  /**
4230
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4440
+ * 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
4231
4441
  */
4232
- RequestId?: string
4442
+ SecurityGroupPolicySet: SecurityGroupPolicySet
4233
4443
  }
4234
4444
 
4235
4445
  /**
@@ -4779,6 +4989,36 @@ export interface ReplaceRouteTableAssociationRequest {
4779
4989
  RouteTableId: string
4780
4990
  }
4781
4991
 
4992
+ /**
4993
+ * 本端目的IP端口转换复杂结构
4994
+ */
4995
+ export interface LocalDestinationIpPortTranslationNatRule {
4996
+ /**
4997
+ * 协议
4998
+ */
4999
+ Protocol: string
5000
+ /**
5001
+ * 源端口
5002
+ */
5003
+ OriginalPort: number
5004
+ /**
5005
+ * 源IP
5006
+ */
5007
+ OriginalIp: string
5008
+ /**
5009
+ * 目的端口
5010
+ */
5011
+ TranslationPort: number
5012
+ /**
5013
+ * 目的IP
5014
+ */
5015
+ TranslationIp: string
5016
+ /**
5017
+ * 描述
5018
+ */
5019
+ Description?: string
5020
+ }
5021
+
4782
5022
  /**
4783
5023
  * AssociateNetworkAclSubnets请求参数结构体
4784
5024
  */
@@ -4886,6 +5126,11 @@ export interface SecurityGroupPolicy {
4886
5126
  ModifyTime?: string
4887
5127
  }
4888
5128
 
5129
+ /**
5130
+ * DescribePrivateNatGatewayRegions请求参数结构体
5131
+ */
5132
+ export type DescribePrivateNatGatewayRegionsRequest = null
5133
+
4889
5134
  /**
4890
5135
  * DescribeSnapshotPolicies请求参数结构体
4891
5136
  */
@@ -5058,6 +5303,16 @@ export interface ModifySecurityGroupPoliciesRequest {
5058
5303
  SortPolicys?: boolean
5059
5304
  }
5060
5305
 
5306
+ /**
5307
+ * ModifyPrivateNatGatewayAttribute返回参数结构体
5308
+ */
5309
+ export interface ModifyPrivateNatGatewayAttributeResponse {
5310
+ /**
5311
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5312
+ */
5313
+ RequestId?: string
5314
+ }
5315
+
5061
5316
  /**
5062
5317
  * NAT网关对象。
5063
5318
  */
@@ -5635,13 +5890,41 @@ export interface CreateVpnGatewaySslServerResponse {
5635
5890
  }
5636
5891
 
5637
5892
  /**
5638
- * ResetRoutes返回参数结构体
5893
+ * 本端目的IP端口转换复杂结构
5639
5894
  */
5640
- export interface ResetRoutesResponse {
5895
+ export interface PrivateNatDestinationIpPortTranslationNatRule {
5641
5896
  /**
5642
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5897
+ * 协议
5643
5898
  */
5644
- RequestId?: string
5899
+ Protocol: string
5900
+ /**
5901
+ * 原端口
5902
+ */
5903
+ OriginalPort: number
5904
+ /**
5905
+ * 原IP
5906
+ */
5907
+ OriginalIp: string
5908
+ /**
5909
+ * 映射端口
5910
+ */
5911
+ TranslationPort: number
5912
+ /**
5913
+ * 映射IP
5914
+ */
5915
+ TranslationIp: string
5916
+ /**
5917
+ * 描述
5918
+ */
5919
+ Description?: string
5920
+ /**
5921
+ * 创建时间。
5922
+ */
5923
+ CreateTime?: string
5924
+ /**
5925
+ * 更新时间。
5926
+ */
5927
+ UpdateTime?: string
5645
5928
  }
5646
5929
 
5647
5930
  /**
@@ -5988,6 +6271,20 @@ export interface MemberInfo {
5988
6271
  Description?: string
5989
6272
  }
5990
6273
 
6274
+ /**
6275
+ * ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
6276
+ */
6277
+ export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
6278
+ /**
6279
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
6280
+ */
6281
+ NatGatewayId: string
6282
+ /**
6283
+ * 目的端口转换规则列表。
6284
+ */
6285
+ LocalDestinationIpPortTranslationNatRules: Array<DestinationIpPortTranslationNatRuleDiff>
6286
+ }
6287
+
5991
6288
  /**
5992
6289
  * ResumeSnapshotInstance请求参数结构体
5993
6290
  */
@@ -6034,6 +6331,16 @@ export interface ModifyVpcEndPointServiceAttributeResponse {
6034
6331
  RequestId?: string
6035
6332
  }
6036
6333
 
6334
+ /**
6335
+ * DeletePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
6336
+ */
6337
+ export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
6338
+ /**
6339
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6340
+ */
6341
+ RequestId?: string
6342
+ }
6343
+
6037
6344
  /**
6038
6345
  * VPC资源看板(各资源个数)
6039
6346
  */
@@ -6393,56 +6700,40 @@ export interface DescribeNetworkInterfaceLimitRequest {
6393
6700
  }
6394
6701
 
6395
6702
  /**
6396
- * CreateBandwidthPackage请求参数结构体
6703
+ * ModifyVpnGatewayRoutes返回参数结构体
6397
6704
  */
6398
- export interface CreateBandwidthPackageRequest {
6705
+ export interface ModifyVpnGatewayRoutesResponse {
6399
6706
  /**
6400
- * 带宽包类型, 默认值: BGP, 可选值:
6401
- <li>BGP: 普通BGP共享带宽包</li>
6402
- <li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
6403
- <li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
6404
- <li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
6405
- <li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
6406
- */
6407
- NetworkType?: string
6408
- /**
6409
- * 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
6410
- <li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
6411
- <li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
6412
- <li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
6413
- <li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>
6414
- <li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>
6415
-
6416
- */
6417
- ChargeType?: string
6418
- /**
6419
- * 带宽包名称。
6420
- */
6421
- BandwidthPackageName?: string
6422
- /**
6423
- * 带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。
6707
+ * VPN路由信息
6708
+ 注意:此字段可能返回 null,表示取不到有效值。
6424
6709
  */
6425
- BandwidthPackageCount?: number
6710
+ Routes?: Array<VpnGatewayRoute>
6426
6711
  /**
6427
- * 带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
6712
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6428
6713
  */
6429
- InternetMaxBandwidth?: number
6714
+ RequestId?: string
6715
+ }
6716
+
6717
+ /**
6718
+ * 地址信息
6719
+ */
6720
+ export interface AddressTemplateItem {
6430
6721
  /**
6431
- * 需要关联的标签列表。
6722
+ * ipm-xxxxxxxx
6432
6723
  */
6433
- Tags?: Array<Tag>
6724
+ AddressTemplateId?: string
6434
6725
  /**
6435
- * 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
6726
+ * IP模板名称
6436
6727
  */
6437
- Protocol?: string
6728
+ AddressTemplateName?: string
6438
6729
  /**
6439
- * 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
6730
+ * 废弃字段
6440
6731
  */
6441
- TimeSpan?: number
6732
+ From?: string
6442
6733
  /**
6443
- * 网络出口,默认值:center_egress1
6734
+ * 废弃字段
6444
6735
  */
6445
- Egress?: string
6736
+ To?: string
6446
6737
  }
6447
6738
 
6448
6739
  /**
@@ -6641,6 +6932,20 @@ export interface ModifyServiceTemplateAttributeRequest {
6641
6932
  ServicesExtra?: Array<ServicesInfo>
6642
6933
  }
6643
6934
 
6935
+ /**
6936
+ * ModifyPrivateNatGatewayAttribute请求参数结构体
6937
+ */
6938
+ export interface ModifyPrivateNatGatewayAttributeRequest {
6939
+ /**
6940
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
6941
+ */
6942
+ NatGatewayId: string
6943
+ /**
6944
+ * 私网网关名称,可任意命名,但不得超过60个字符。
6945
+ */
6946
+ NatGatewayName: string
6947
+ }
6948
+
6644
6949
  /**
6645
6950
  * AssociateAddress返回参数结构体
6646
6951
  */
@@ -6829,6 +7134,24 @@ export interface DescribeVpcsResponse {
6829
7134
  RequestId?: string
6830
7135
  }
6831
7136
 
7137
+ /**
7138
+ * DescribePrivateNatGatewayLimits返回参数结构体
7139
+ */
7140
+ export interface DescribePrivateNatGatewayLimitsResponse {
7141
+ /**
7142
+ * 查询返回结果个数。
7143
+ */
7144
+ TotalCount: number
7145
+ /**
7146
+ * 私网网关配额。
7147
+ */
7148
+ PrivateNatGatewayLimitSet: Array<PrivateNatGatewayLimit>
7149
+ /**
7150
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7151
+ */
7152
+ RequestId?: string
7153
+ }
7154
+
6832
7155
  /**
6833
7156
  * DescribeNetworkInterfaceLimit返回参数结构体
6834
7157
  */
@@ -6949,6 +7272,24 @@ export interface RemoveIp6RulesRequest {
6949
7272
  Ip6RuleIds: Array<string>
6950
7273
  }
6951
7274
 
7275
+ /**
7276
+ * CreatePrivateNatGatewayTranslationNatRule请求参数结构体
7277
+ */
7278
+ export interface CreatePrivateNatGatewayTranslationNatRuleRequest {
7279
+ /**
7280
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
7281
+ */
7282
+ NatGatewayId: string
7283
+ /**
7284
+ * 转换规则对象数组。
7285
+ */
7286
+ TranslationNatRules: Array<TranslationNatRuleInput>
7287
+ /**
7288
+ * 跨域参数,当VPC为跨域时填写为True。
7289
+ */
7290
+ CrossDomain?: boolean
7291
+ }
7292
+
6952
7293
  /**
6953
7294
  * DescribeIpGeolocationDatabaseUrl请求参数结构体
6954
7295
  */
@@ -7057,6 +7398,16 @@ export interface HaVipAssociateAddressIpResponse {
7057
7398
  RequestId?: string
7058
7399
  }
7059
7400
 
7401
+ /**
7402
+ * DeletePrivateNatGatewayTranslationAclRule返回参数结构体
7403
+ */
7404
+ export interface DeletePrivateNatGatewayTranslationAclRuleResponse {
7405
+ /**
7406
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7407
+ */
7408
+ RequestId?: string
7409
+ }
7410
+
7060
7411
  /**
7061
7412
  * DescribeSpecificTrafficPackageUsedDetails请求参数结构体
7062
7413
  */
@@ -7110,51 +7461,25 @@ export interface DeleteVpnConnectionRequest {
7110
7461
  }
7111
7462
 
7112
7463
  /**
7113
- * 网络ACL规则。
7464
+ * DescribePrivateNatGatewayDestinationIpPortTranslationNatRules请求参数结构体
7114
7465
  */
7115
- export interface NetworkAclEntry {
7116
- /**
7117
- * 协议, 取值: TCP,UDP, ICMP, ALL。
7118
- */
7119
- Protocol?: string
7120
- /**
7121
- * 端口(all, 单个port, range)。当Protocol为ALL或ICMP时,不能指定Port。
7122
- */
7123
- Port?: string
7124
- /**
7125
- * 网段或IP(互斥)。增量创建ACL规则时,CidrBlock和Ipv6CidrBlock至少提供一个。
7126
- */
7127
- CidrBlock?: string
7128
- /**
7129
- * 网段或IPv6(互斥)。
7130
- */
7131
- Ipv6CidrBlock?: string
7466
+ export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest {
7132
7467
  /**
7133
- * ACCEPT 或 DROP。
7134
- */
7135
- Action?: string
7136
- /**
7137
- * 规则描述,最大长度100。
7468
+ * 私网网关唯一`ID`,形如"intranat-xxxxxxxx)
7138
7469
  */
7139
- Description?: string
7140
- /**
7141
- * 修改时间。
7142
- */
7143
- ModifyTime?: string
7470
+ NatGatewayId: string
7144
7471
  /**
7145
- * 优先级,从1开始。
7472
+ * 过滤条件,Name可选值"OriginalIp", "TranslationIp", "OriginalPort","TranslationPort", "Protocol", "Description"
7146
7473
  */
7147
- Priority?: number
7474
+ Filters?: Array<Filter>
7148
7475
  /**
7149
- * IPv4网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryID至少提供一个。
7150
- 注意:此字段可能返回 null,表示取不到有效值。
7476
+ * 偏移量,默认值为0。
7151
7477
  */
7152
- NetworkAclIpv4EntryId?: string
7478
+ Offset?: number
7153
7479
  /**
7154
- * IPv6网络ACL条目唯一ID。当修改ACL条目时,NetworkAclIpv4EntryId和NetworkAclIpv6EntryId至少提供一个。
7155
- 注意:此字段可能返回 null,表示取不到有效值。
7480
+ * 返回数目,默认值为20。
7156
7481
  */
7157
- NetworkAclIpv6EntryId?: string
7482
+ Limit?: number
7158
7483
  }
7159
7484
 
7160
7485
  /**
@@ -8034,6 +8359,40 @@ export interface CreateVpcEndPointServiceRequest {
8034
8359
  ServiceType?: string
8035
8360
  }
8036
8361
 
8362
+ /**
8363
+ * DescribePrivateNatGateways请求参数结构体
8364
+ */
8365
+ export interface DescribePrivateNatGatewaysRequest {
8366
+ /**
8367
+ * 私网网关唯一`ID`,形如:`intranat-0g3blj80`。
8368
+ */
8369
+ NatGatewayIds?: Array<string>
8370
+ /**
8371
+ * 过滤条件。
8372
+ <li>NatGatewayId - String - 私网网关唯一`ID`,形如:`intranat-0g3blj80`。</li>
8373
+ <li>NatGatewayName - String - 专线网关名称,默认模糊查询。</li>
8374
+ <li>VpcId - String - 私网网关所在`VpcId`。</li>
8375
+ <li>TagKey - Tag数组 - 私网网关标签键值对数组</li>
8376
+ */
8377
+ Filters?: Array<Filter>
8378
+ /**
8379
+ * 偏移量,默认为0。
8380
+ */
8381
+ Offset?: number
8382
+ /**
8383
+ * 返回数量,默认为20。
8384
+ */
8385
+ Limit?: number
8386
+ /**
8387
+ * 排序字段。可选值:"NatGatewayId"、"NatGatewayName"、"CreatedTime"
8388
+ */
8389
+ OrderField?: string
8390
+ /**
8391
+ * 排序方式。可选值:"ASC"、"DESC"。
8392
+ */
8393
+ OrderDirection?: string
8394
+ }
8395
+
8037
8396
  /**
8038
8397
  * `IPv6`地址信息。
8039
8398
  */
@@ -8068,6 +8427,24 @@ export interface Ipv6Address {
8068
8427
  State?: string
8069
8428
  }
8070
8429
 
8430
+ /**
8431
+ * DescribePrivateNatGatewayTranslationAclRules返回参数结构体
8432
+ */
8433
+ export interface DescribePrivateNatGatewayTranslationAclRulesResponse {
8434
+ /**
8435
+ * 返回个数。
8436
+ */
8437
+ TotalCount?: number
8438
+ /**
8439
+ * 访问控制规则列表。
8440
+ */
8441
+ TranslationAclRuleSet?: Array<TranslationAclRule>
8442
+ /**
8443
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8444
+ */
8445
+ RequestId?: string
8446
+ }
8447
+
8071
8448
  /**
8072
8449
  * CreateNetworkInterface请求参数结构体
8073
8450
  */
@@ -8129,9 +8506,47 @@ export interface BandwidthPackageBillBandwidth {
8129
8506
  }
8130
8507
 
8131
8508
  /**
8132
- * DeleteHaVip返回参数结构体
8509
+ * DescribePrivateNatGatewayTranslationAclRules请求参数结构体
8133
8510
  */
8134
- export interface DeleteHaVipResponse {
8511
+ export interface DescribePrivateNatGatewayTranslationAclRulesRequest {
8512
+ /**
8513
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8514
+ */
8515
+ NatGatewayId: string
8516
+ /**
8517
+ * 转换规则目标,可选值"LOCAL"。
8518
+ */
8519
+ TranslationDirection: string
8520
+ /**
8521
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
8522
+ */
8523
+ TranslationType: string
8524
+ /**
8525
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
8526
+ */
8527
+ TranslationIp: string
8528
+ /**
8529
+ * 源`IP`,当转换规则类型为三层时有效。
8530
+ */
8531
+ OriginalIp?: string
8532
+ /**
8533
+ * 偏移量。默认值为0。
8534
+ */
8535
+ Offset?: number
8536
+ /**
8537
+ * 返回数目,默认值为20。
8538
+ */
8539
+ Limit?: number
8540
+ }
8541
+
8542
+ /**
8543
+ * DeletePrivateNatGatewayTranslationNatRule返回参数结构体
8544
+ */
8545
+ export interface DeletePrivateNatGatewayTranslationNatRuleResponse {
8546
+ /**
8547
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
8548
+ */
8549
+ NatGatewayId: string
8135
8550
  /**
8136
8551
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8137
8552
  */
@@ -9144,25 +9559,31 @@ export interface AssociateDirectConnectGatewayNatGatewayRequest {
9144
9559
  }
9145
9560
 
9146
9561
  /**
9147
- * 地址信息
9562
+ * DeletePrivateNatGatewayDestinationIpPortTranslationNatRule请求参数结构体
9148
9563
  */
9149
- export interface AddressTemplateItem {
9564
+ export interface DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest {
9150
9565
  /**
9151
- * ipm-xxxxxxxx
9566
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
9152
9567
  */
9153
- AddressTemplateId?: string
9568
+ NatGatewayId: string
9154
9569
  /**
9155
- * IP模板名称
9570
+ * 目的端口转换规则数组。
9156
9571
  */
9157
- AddressTemplateName?: string
9572
+ LocalDestinationIpPortTranslationNatRules: Array<LocalDestinationIpPortTranslationNatRule>
9573
+ }
9574
+
9575
+ /**
9576
+ * CreatePrivateNatGatewayTranslationNatRule返回参数结构体
9577
+ */
9578
+ export interface CreatePrivateNatGatewayTranslationNatRuleResponse {
9158
9579
  /**
9159
- * 废弃字段
9580
+ * 私网网关唯一`ID`。
9160
9581
  */
9161
- From?: string
9582
+ NatGatewayId?: string
9162
9583
  /**
9163
- * 废弃字段
9584
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9164
9585
  */
9165
- To?: string
9586
+ RequestId?: string
9166
9587
  }
9167
9588
 
9168
9589
  /**
@@ -9444,17 +9865,21 @@ export interface CcnInstance {
9444
9865
  }
9445
9866
 
9446
9867
  /**
9447
- * DeleteSecurityGroupPolicies请求参数结构体
9868
+ * DescribeLocalGateway返回参数结构体
9448
9869
  */
9449
- export interface DeleteSecurityGroupPoliciesRequest {
9870
+ export interface DescribeLocalGatewayResponse {
9450
9871
  /**
9451
- * 安全组实例ID,例如sg-33ocnj9n,可通过<a href="https://cloud.tencent.com/document/product/215/15808">DescribeSecurityGroups</a>获取。
9872
+ * 本地网关信息集合。
9452
9873
  */
9453
- SecurityGroupId: string
9874
+ LocalGatewaySet?: Array<LocalGateway>
9454
9875
  /**
9455
- * 安全组规则集合。一个请求中只能删除单个方向的一条或多条规则。支持指定索引(PolicyIndex) 匹配删除和安全组规则匹配删除两种方式,一个请求中只能使用一种匹配方式。
9876
+ * 本地网关总数。
9456
9877
  */
9457
- SecurityGroupPolicySet: SecurityGroupPolicySet
9878
+ TotalCount?: number
9879
+ /**
9880
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9881
+ */
9882
+ RequestId?: string
9458
9883
  }
9459
9884
 
9460
9885
  /**
@@ -9499,6 +9924,16 @@ export interface ModifyCustomerGatewayAttributeResponse {
9499
9924
  RequestId?: string
9500
9925
  }
9501
9926
 
9927
+ /**
9928
+ * CreatePrivateNatGatewayTranslationAclRule返回参数结构体
9929
+ */
9930
+ export interface CreatePrivateNatGatewayTranslationAclRuleResponse {
9931
+ /**
9932
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9933
+ */
9934
+ RequestId?: string
9935
+ }
9936
+
9502
9937
  /**
9503
9938
  * 冲突资源条目信息。
9504
9939
  */
@@ -9665,6 +10100,32 @@ export interface GatewayQos {
9665
10100
  CreateTime: string
9666
10101
  }
9667
10102
 
10103
+ /**
10104
+ * DescribePrivateNatGatewayTranslationNatRules请求参数结构体
10105
+ */
10106
+ export interface DescribePrivateNatGatewayTranslationNatRulesRequest {
10107
+ /**
10108
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
10109
+ */
10110
+ NatGatewayId?: string
10111
+ /**
10112
+ * 过滤条件。
10113
+ <li>OriginalIp - String - 转换规则源`IP`。</li>
10114
+ <li>TranslationIp - String - 转换`IP`。</li>
10115
+ <li>VpcId - String - 私网网关所在`VpcId`。</li>
10116
+ <li>Description - String - 转换规则描述</li>
10117
+ */
10118
+ Filters?: Array<Filter>
10119
+ /**
10120
+ * 偏移量。默认值为0。
10121
+ */
10122
+ Offset?: number
10123
+ /**
10124
+ * 返回数量。默认值为20。
10125
+ */
10126
+ Limit?: number
10127
+ }
10128
+
9668
10129
  /**
9669
10130
  * GetCcnRegionBandwidthLimits请求参数结构体
9670
10131
  */
@@ -9834,6 +10295,92 @@ export interface DescribeCrossBorderFlowMonitorRequest {
9834
10295
  EndTime: string
9835
10296
  }
9836
10297
 
10298
+ /**
10299
+ * 本端目的IP端口转换复杂结构
10300
+ */
10301
+ export interface DestinationIpPortTranslationNatRuleDiff {
10302
+ /**
10303
+ * 协议
10304
+ */
10305
+ Protocol: string
10306
+ /**
10307
+ * 源端口
10308
+ */
10309
+ OriginalPort: number
10310
+ /**
10311
+ * 源IP
10312
+ */
10313
+ OriginalIp: string
10314
+ /**
10315
+ * 目的端口
10316
+ */
10317
+ TranslationPort: number
10318
+ /**
10319
+ * 目的IP
10320
+ */
10321
+ TranslationIp: string
10322
+ /**
10323
+ * 旧协议。
10324
+ */
10325
+ OldProtocol: string
10326
+ /**
10327
+ * 旧源端口
10328
+ */
10329
+ OldOriginalPort: number
10330
+ /**
10331
+ * 旧源IP
10332
+ */
10333
+ OldOriginalIp: string
10334
+ /**
10335
+ * 旧目的端口
10336
+ */
10337
+ OldTranslationPort: number
10338
+ /**
10339
+ * 旧目的IP
10340
+ */
10341
+ OldTranslationIp: string
10342
+ /**
10343
+ * 描述
10344
+ */
10345
+ Description?: string
10346
+ }
10347
+
10348
+ /**
10349
+ * 私网网关对象
10350
+ */
10351
+ export interface PrivateNatGateway {
10352
+ /**
10353
+ * 私网网关`ID`。
10354
+ */
10355
+ NatGatewayId?: string
10356
+ /**
10357
+ * 私网网关名称。
10358
+ */
10359
+ NatGatewayName?: string
10360
+ /**
10361
+ * 私网网关关联`VPC`实例`ID`。
10362
+ 注意:此字段可能返回 null,表示取不到有效值。
10363
+ */
10364
+ VpcId?: string
10365
+ /**
10366
+ * 私网网关当前状态。
10367
+ */
10368
+ Status?: string
10369
+ /**
10370
+ * 私网网关跨域标志。
10371
+ */
10372
+ CrossDomain?: boolean
10373
+ /**
10374
+ * 创建时间
10375
+ */
10376
+ CreatedTime?: string
10377
+ /**
10378
+ * 标签键值对。
10379
+ 注意:此字段可能返回 null,表示取不到有效值。
10380
+ */
10381
+ TagSet?: Array<Tag>
10382
+ }
10383
+
9837
10384
  /**
9838
10385
  * DescribeVpnGatewayRoutes返回参数结构体
9839
10386
  */
@@ -9895,6 +10442,36 @@ export interface CreateVpnConnRoute {
9895
10442
  Priority?: number
9896
10443
  }
9897
10444
 
10445
+ /**
10446
+ * CreatePrivateNatGateway请求参数结构体
10447
+ */
10448
+ export interface CreatePrivateNatGatewayRequest {
10449
+ /**
10450
+ * 私网网关名称
10451
+ */
10452
+ NatGatewayName: string
10453
+ /**
10454
+ * 私有网络实例ID。当创建VPC类型私网NAT网关或者专线网关类型私网NAT网关时,此参数必填。
10455
+ */
10456
+ VpcId?: string
10457
+ /**
10458
+ * 跨域参数。仅当取值为True时,才会支持跨域绑定VPC。
10459
+ */
10460
+ CrossDomain?: boolean
10461
+ /**
10462
+ * 实例标签
10463
+ */
10464
+ Tags?: Array<Tag>
10465
+ /**
10466
+ * VPC类型私网NAT网关。仅当取值为True时,才会创建VPC类型私网NAT网关。
10467
+ */
10468
+ VpcType?: boolean
10469
+ /**
10470
+ * 云联网类型私网NAT网关需要绑定的云联网实例ID。
10471
+ */
10472
+ CcnId?: string
10473
+ }
10474
+
9898
10475
  /**
9899
10476
  * AttachCcnInstances返回参数结构体
9900
10477
  */
@@ -9939,6 +10516,24 @@ export interface ModifyVpnConnectionAttributeResponse {
9939
10516
  RequestId?: string
9940
10517
  }
9941
10518
 
10519
+ /**
10520
+ * DescribePrivateNatGatewayTranslationNatRules返回参数结构体
10521
+ */
10522
+ export interface DescribePrivateNatGatewayTranslationNatRulesResponse {
10523
+ /**
10524
+ * 对象数目。
10525
+ */
10526
+ TotalCount: number
10527
+ /**
10528
+ * 转换规则详情数组。
10529
+ */
10530
+ TranslationNatRuleSet: Array<TranslationNatRule>
10531
+ /**
10532
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10533
+ */
10534
+ RequestId?: string
10535
+ }
10536
+
9942
10537
  /**
9943
10538
  * 内网IP信息
9944
10539
  */
@@ -10488,13 +11083,13 @@ export interface DescribeAddressTemplateGroupsResponse {
10488
11083
  }
10489
11084
 
10490
11085
  /**
10491
- * ReleaseAddresses请求参数结构体
11086
+ * ModifyPrivateNatGatewayTranslationAclRule返回参数结构体
10492
11087
  */
10493
- export interface ReleaseAddressesRequest {
11088
+ export interface ModifyPrivateNatGatewayTranslationAclRuleResponse {
10494
11089
  /**
10495
- * 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。
11090
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10496
11091
  */
10497
- AddressIds: Array<string>
11092
+ RequestId?: string
10498
11093
  }
10499
11094
 
10500
11095
  /**
@@ -10608,17 +11203,29 @@ export interface DescribeCustomerGatewaysRequest {
10608
11203
  }
10609
11204
 
10610
11205
  /**
10611
- * RenewAddresses请求参数结构体
11206
+ * InquiryPriceCreateVpnGateway请求参数结构体
10612
11207
  */
10613
- export interface RenewAddressesRequest {
11208
+ export interface InquiryPriceCreateVpnGatewayRequest {
10614
11209
  /**
10615
- * EIP唯一标识ID列表,形如'eip-xxxx'
11210
+ * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
10616
11211
  */
10617
- AddressIds: Array<string>
11212
+ InternetMaxBandwidthOut: number
10618
11213
  /**
10619
- * 续费参数
11214
+ * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
10620
11215
  */
10621
- AddressChargePrepaid: AddressChargePrepaid
11216
+ InstanceChargeType?: string
11217
+ /**
11218
+ * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
11219
+ */
11220
+ InstanceChargePrepaid?: InstanceChargePrepaid
11221
+ /**
11222
+ * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
11223
+ */
11224
+ MaxConnection?: number
11225
+ /**
11226
+ * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
11227
+ */
11228
+ Type?: string
10622
11229
  }
10623
11230
 
10624
11231
  /**
@@ -11020,6 +11627,36 @@ export interface UnassignIpv6AddressesRequest {
11020
11627
  Ipv6Addresses: Array<Ipv6Address>
11021
11628
  }
11022
11629
 
11630
+ /**
11631
+ * ModifyPrivateNatGatewayTranslationAclRule请求参数结构体
11632
+ */
11633
+ export interface ModifyPrivateNatGatewayTranslationAclRuleRequest {
11634
+ /**
11635
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
11636
+ */
11637
+ NatGatewayId: string
11638
+ /**
11639
+ * 转换规则目标,可选值"LOCAL"。
11640
+ */
11641
+ TranslationDirection: string
11642
+ /**
11643
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
11644
+ */
11645
+ TranslationType: string
11646
+ /**
11647
+ * 转换`IP`,当转换规则类型为四层时为`IP`池
11648
+ */
11649
+ TranslationIp: string
11650
+ /**
11651
+ * 访问控制列表,需要附带AclRuleId参数。
11652
+ */
11653
+ TranslationAclRules: Array<TranslationAclRule>
11654
+ /**
11655
+ * 源`IP`,当转换规则类型为三层时有效
11656
+ */
11657
+ OriginalIp?: string
11658
+ }
11659
+
11023
11660
  /**
11024
11661
  * CreateTrafficPackages请求参数结构体
11025
11662
  */
@@ -11088,6 +11725,42 @@ export interface ModifyCcnAttributeRequest {
11088
11725
  RouteOverlapFlag?: boolean
11089
11726
  }
11090
11727
 
11728
+ /**
11729
+ * 私网网关Snat转发规则
11730
+ */
11731
+ export interface TranslationNatRule {
11732
+ /**
11733
+ * 转换规则目标,可选值"LOCAL","PEER"。
11734
+ */
11735
+ TranslationDirection: string
11736
+ /**
11737
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
11738
+ */
11739
+ TranslationType: string
11740
+ /**
11741
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
11742
+ */
11743
+ TranslationIp: string
11744
+ /**
11745
+ * 转换规则描述。
11746
+ 注意:此字段可能返回 null,表示取不到有效值。
11747
+ */
11748
+ Description: string
11749
+ /**
11750
+ * 源`IP`,当转换规则类型为三层时有效。
11751
+ 注意:此字段可能返回 null,表示取不到有效值。
11752
+ */
11753
+ OriginalIp?: string
11754
+ /**
11755
+ * 创建时间。
11756
+ */
11757
+ CreateTime?: string
11758
+ /**
11759
+ * 更新时间。
11760
+ */
11761
+ UpdateTime?: string
11762
+ }
11763
+
11091
11764
  /**
11092
11765
  * 资源统计信息
11093
11766
  */
@@ -11159,13 +11832,33 @@ export interface ModifyNetworkAclAttributeRequest {
11159
11832
  }
11160
11833
 
11161
11834
  /**
11162
- * SetVpnGatewaysRenewFlag返回参数结构体
11835
+ * CreatePrivateNatGatewayTranslationAclRule请求参数结构体
11163
11836
  */
11164
- export interface SetVpnGatewaysRenewFlagResponse {
11837
+ export interface CreatePrivateNatGatewayTranslationAclRuleRequest {
11165
11838
  /**
11166
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11839
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
11167
11840
  */
11168
- RequestId?: string
11841
+ NatGatewayId: string
11842
+ /**
11843
+ * 转换规则目标,可选值"LOCAL"。
11844
+ */
11845
+ TranslationDirection: string
11846
+ /**
11847
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
11848
+ */
11849
+ TranslationType: string
11850
+ /**
11851
+ * 转换`IP`,当转换规则类型为四层时为`IP`池。
11852
+ */
11853
+ TranslationIp: string
11854
+ /**
11855
+ * 访问控制列表。
11856
+ */
11857
+ TranslationAclRules: Array<TranslationAclRule>
11858
+ /**
11859
+ * 源`IP`,当转换规则类型为三层时有效。
11860
+ */
11861
+ OriginalIp?: string
11169
11862
  }
11170
11863
 
11171
11864
  /**
@@ -11540,6 +12233,16 @@ export interface EnableGatewayFlowMonitorResponse {
11540
12233
  RequestId?: string
11541
12234
  }
11542
12235
 
12236
+ /**
12237
+ * ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
12238
+ */
12239
+ export interface ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
12240
+ /**
12241
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12242
+ */
12243
+ RequestId?: string
12244
+ }
12245
+
11543
12246
  /**
11544
12247
  * 描述带宽包资源信息的结构
11545
12248
  */
@@ -11558,6 +12261,24 @@ export interface Resource {
11558
12261
  AddressIp: string
11559
12262
  }
11560
12263
 
12264
+ /**
12265
+ * DescribePrivateNatGatewayDestinationIpPortTranslationNatRules返回参数结构体
12266
+ */
12267
+ export interface DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse {
12268
+ /**
12269
+ * 总规则数目。
12270
+ */
12271
+ TotalCount: number
12272
+ /**
12273
+ * 目的端口转换规则数组。
12274
+ */
12275
+ LocalDestinationIpPortTranslationNatRuleSet: Array<PrivateNatDestinationIpPortTranslationNatRule>
12276
+ /**
12277
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12278
+ */
12279
+ RequestId?: string
12280
+ }
12281
+
11561
12282
  /**
11562
12283
  * DeleteDhcpIp请求参数结构体
11563
12284
  */
@@ -11726,18 +12447,56 @@ export interface DeleteVpcPeeringConnectionRequest {
11726
12447
  }
11727
12448
 
11728
12449
  /**
11729
- * ModifyVpnGatewayRoutes返回参数结构体
12450
+ * CreateBandwidthPackage请求参数结构体
11730
12451
  */
11731
- export interface ModifyVpnGatewayRoutesResponse {
12452
+ export interface CreateBandwidthPackageRequest {
11732
12453
  /**
11733
- * VPN路由信息
11734
- 注意:此字段可能返回 null,表示取不到有效值。
12454
+ * 带宽包类型, 默认值: BGP, 可选值:
12455
+ <li>BGP: 普通BGP共享带宽包</li>
12456
+ <li>HIGH_QUALITY_BGP: 精品BGP共享带宽包</li>
12457
+ <li>SINGLEISP_CMCC: 中国移动共享带宽包</li>
12458
+ <li>SINGLEISP_CTCC: 中国电信共享带宽包</li>
12459
+ <li>SINGLEISP_CUCC: 中国联通共享带宽包</li>
11735
12460
  */
11736
- Routes?: Array<VpnGatewayRoute>
12461
+ NetworkType?: string
11737
12462
  /**
11738
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12463
+ * 带宽包计费类型, 默认为: ENHANCED95_POSTPAID_BY_MONTH, 可选值:
12464
+ <li>TOP5_POSTPAID_BY_MONTH: 按月后付费TOP5计费</li>
12465
+ <li>PERCENT95_POSTPAID_BY_MONTH: 按月后付费月95计费</li>
12466
+ <li>FIXED_PREPAID_BY_MONTH: 包月预付费计费</li>
12467
+ <li>ENHANCED95_POSTPAID_BY_MONTH: 按月后付费增强型95计费</li>
12468
+ <li>PEAK_BANDWIDTH_POSTPAID_BY_DAY: 后付费日结按带宽计费</li>
12469
+
11739
12470
  */
11740
- RequestId?: string
12471
+ ChargeType?: string
12472
+ /**
12473
+ * 带宽包名称。
12474
+ */
12475
+ BandwidthPackageName?: string
12476
+ /**
12477
+ * 带宽包数量(传统账户类型只能填1), 标准账户类型取值范围为1~20。
12478
+ */
12479
+ BandwidthPackageCount?: number
12480
+ /**
12481
+ * 带宽包限速大小。单位:Mbps,-1表示不限速。不同计费类型的带宽包对应不同的带宽上下限。
12482
+ */
12483
+ InternetMaxBandwidth?: number
12484
+ /**
12485
+ * 需要关联的标签列表。
12486
+ */
12487
+ Tags?: Array<Tag>
12488
+ /**
12489
+ * 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
12490
+ */
12491
+ Protocol?: string
12492
+ /**
12493
+ * 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
12494
+ */
12495
+ TimeSpan?: number
12496
+ /**
12497
+ * 网络出口,默认值:center_egress1
12498
+ */
12499
+ Egress?: string
11741
12500
  }
11742
12501
 
11743
12502
  /**
@@ -11892,6 +12651,16 @@ export interface ReplaceSecurityGroupPoliciesRequest {
11892
12651
  OriginalSecurityGroupPolicySet?: SecurityGroupPolicySet
11893
12652
  }
11894
12653
 
12654
+ /**
12655
+ * DeletePrivateNatGateway请求参数结构体
12656
+ */
12657
+ export interface DeletePrivateNatGatewayRequest {
12658
+ /**
12659
+ * 私网网关唯一`ID`,形如"intranat-xxxxxxxx"。
12660
+ */
12661
+ NatGatewayId: string
12662
+ }
12663
+
11895
12664
  /**
11896
12665
  * AdjustPublicAddress请求参数结构体
11897
12666
  */
@@ -12292,6 +13061,16 @@ export interface CreateDefaultVpcRequest {
12292
13061
  Force?: boolean
12293
13062
  }
12294
13063
 
13064
+ /**
13065
+ * DeletePrivateNatGateway返回参数结构体
13066
+ */
13067
+ export interface DeletePrivateNatGatewayResponse {
13068
+ /**
13069
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13070
+ */
13071
+ RequestId?: string
13072
+ }
13073
+
12295
13074
  /**
12296
13075
  * DescribeSubnets返回参数结构体
12297
13076
  */
@@ -12389,6 +13168,24 @@ export interface EnableCcnRoutesResponse {
12389
13168
  RequestId?: string
12390
13169
  }
12391
13170
 
13171
+ /**
13172
+ * DescribePrivateNatGateways返回参数结构体
13173
+ */
13174
+ export interface DescribePrivateNatGatewaysResponse {
13175
+ /**
13176
+ * 符合条件的对象数。
13177
+ */
13178
+ TotalCount?: number
13179
+ /**
13180
+ * 私网网关对象数组。
13181
+ */
13182
+ PrivateNatGatewaySet?: Array<PrivateNatGateway>
13183
+ /**
13184
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13185
+ */
13186
+ RequestId?: string
13187
+ }
13188
+
12392
13189
  /**
12393
13190
  * ModifyVpnGatewayCcnRoutes返回参数结构体
12394
13191
  */
@@ -13544,6 +14341,16 @@ export interface DescribeServiceTemplatesRequest {
13544
14341
  NeedMemberInfo?: boolean
13545
14342
  }
13546
14343
 
14344
+ /**
14345
+ * ModifyPrivateNatGatewayTranslationNatRule返回参数结构体
14346
+ */
14347
+ export interface ModifyPrivateNatGatewayTranslationNatRuleResponse {
14348
+ /**
14349
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14350
+ */
14351
+ RequestId?: string
14352
+ }
14353
+
13547
14354
  /**
13548
14355
  * 协议端口模板
13549
14356
  */
@@ -13727,6 +14534,24 @@ export interface NetworkAclQuintupleEntries {
13727
14534
  Egress?: Array<NetworkAclQuintupleEntry>
13728
14535
  }
13729
14536
 
14537
+ /**
14538
+ * CreatePrivateNatGateway返回参数结构体
14539
+ */
14540
+ export interface CreatePrivateNatGatewayResponse {
14541
+ /**
14542
+ * 私网网关对象。
14543
+ */
14544
+ PrivateNatGatewaySet?: Array<PrivateNatGateway>
14545
+ /**
14546
+ * 创建实例个数
14547
+ */
14548
+ TotalCount?: number
14549
+ /**
14550
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14551
+ */
14552
+ RequestId?: string
14553
+ }
14554
+
13730
14555
  /**
13731
14556
  * AttachNetworkInterface请求参数结构体
13732
14557
  */
@@ -14156,6 +14981,11 @@ export interface VpcLimit {
14156
14981
  LimitValue: number
14157
14982
  }
14158
14983
 
14984
+ /**
14985
+ * NAT地域地区对象
14986
+ */
14987
+ export type NatRegionInfoWithArea = null
14988
+
14159
14989
  /**
14160
14990
  * DetachClassicLinkVpc返回参数结构体
14161
14991
  */
@@ -14269,13 +15099,33 @@ export interface EnableFlowLogsResponse {
14269
15099
  }
14270
15100
 
14271
15101
  /**
14272
- * LockCcnBandwidths返回参数结构体
15102
+ * DeletePrivateNatGatewayTranslationAclRule请求参数结构体
14273
15103
  */
14274
- export interface LockCcnBandwidthsResponse {
15104
+ export interface DeletePrivateNatGatewayTranslationAclRuleRequest {
14275
15105
  /**
14276
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15106
+ * 私网网关唯一`ID`,形如:`intranat-xxxxxxxx`。
14277
15107
  */
14278
- RequestId?: string
15108
+ NatGatewayId: string
15109
+ /**
15110
+ * 转换规则目标,可选值"LOCAL"。
15111
+ */
15112
+ TranslationDirection: string
15113
+ /**
15114
+ * 转换规则类型,可选值"NETWORK_LAYER","TRANSPORT_LAYER"。
15115
+ */
15116
+ TranslationType: string
15117
+ /**
15118
+ * 转换`IP`,当转换规则类型为四层时为`IP`池
15119
+ */
15120
+ TranslationIp: string
15121
+ /**
15122
+ * 访问控制规则对应`ID`
15123
+ */
15124
+ AclRuleIds: Array<number | bigint>
15125
+ /**
15126
+ * 源`IP`,当转换规则类型为三层时有效
15127
+ */
15128
+ OriginalIp?: string
14279
15129
  }
14280
15130
 
14281
15131
  /**
@@ -14342,6 +15192,40 @@ export interface DescribeDhcpIpsResponse {
14342
15192
  RequestId?: string
14343
15193
  }
14344
15194
 
15195
+ /**
15196
+ * 私网网关转发规则匹配ACL
15197
+ */
15198
+ export interface TranslationAclRule {
15199
+ /**
15200
+ * ACL协议类型,可选值:"ALL","TCP","UDP"
15201
+ */
15202
+ Protocol: string
15203
+ /**
15204
+ * 源端口。
15205
+ */
15206
+ SourcePort: string
15207
+ /**
15208
+ * 源地址。支持`ip`或`cidr`格式"xxx.xxx.xxx.000/xx"
15209
+ */
15210
+ SourceCidr: string
15211
+ /**
15212
+ * 目的端口。
15213
+ */
15214
+ DestinationPort: string
15215
+ /**
15216
+ * 目的地址。
15217
+ */
15218
+ DestinationCidr: string
15219
+ /**
15220
+ * ACL规则`ID`。
15221
+ */
15222
+ AclRuleId?: number
15223
+ /**
15224
+ * 是否匹配。
15225
+ */
15226
+ Action?: number
15227
+ }
15228
+
14345
15229
  /**
14346
15230
  * CreateRouteTable返回参数结构体
14347
15231
  */
@@ -14582,29 +15466,13 @@ export interface DescribeCcnRegionBandwidthLimitsRequest {
14582
15466
  }
14583
15467
 
14584
15468
  /**
14585
- * InquiryPriceCreateVpnGateway请求参数结构体
15469
+ * DeleteHaVip返回参数结构体
14586
15470
  */
14587
- export interface InquiryPriceCreateVpnGatewayRequest {
14588
- /**
14589
- * 公网带宽设置。可选带宽规格:5, 10, 20, 50, 100, 200, 500, 1000, 3000;单位:Mbps。
14590
- */
14591
- InternetMaxBandwidthOut: number
14592
- /**
14593
- * VPN网关计费模式,PREPAID:表示预付费,即包年包月,POSTPAID_BY_HOUR:表示后付费,即按量计费。默认:POSTPAID_BY_HOUR,如果指定预付费模式,参数InstanceChargePrepaid必填。
14594
- */
14595
- InstanceChargeType?: string
14596
- /**
14597
- * 预付费模式,即包年包月相关参数设置。通过该参数可以指定包年包月实例的购买时长、是否设置自动续费等属性。若指定实例的付费模式为预付费则该参数必传。
14598
- */
14599
- InstanceChargePrepaid?: InstanceChargePrepaid
14600
- /**
14601
- * SSL VPN连接数设置,可选规格:5, 10, 20, 50, 100, 200, 500, 1000;单位:个。
14602
- */
14603
- MaxConnection?: number
15471
+ export interface DeleteHaVipResponse {
14604
15472
  /**
14605
- * 查询的VPN类型,支持IPSEC、SSL两种类型,为SSL类型时,MaxConnection参数必传。
15473
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14606
15474
  */
14607
- Type?: string
15475
+ RequestId?: string
14608
15476
  }
14609
15477
 
14610
15478
  /**
@@ -14725,6 +15593,16 @@ export interface DeleteCustomerGatewayRequest {
14725
15593
  CustomerGatewayId: string
14726
15594
  }
14727
15595
 
15596
+ /**
15597
+ * LockCcnBandwidths返回参数结构体
15598
+ */
15599
+ export interface LockCcnBandwidthsResponse {
15600
+ /**
15601
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15602
+ */
15603
+ RequestId?: string
15604
+ }
15605
+
14728
15606
  /**
14729
15607
  * DescribeAddressTemplates返回参数结构体
14730
15608
  */
@@ -14781,6 +15659,35 @@ export interface AcceptVpcPeeringConnectionRequest {
14781
15659
  PeeringConnectionId: string
14782
15660
  }
14783
15661
 
15662
+ /**
15663
+ * DescribePrivateNatGatewayLimits请求参数结构体
15664
+ */
15665
+ export interface DescribePrivateNatGatewayLimitsRequest {
15666
+ /**
15667
+ * 查询VPC下可创建的私网网关配额数量,可选值:
15668
+ <li>VpcId - String - 所在VpcId</li>
15669
+ */
15670
+ Filters?: Array<Filter>
15671
+ /**
15672
+ * 偏移量,默认值为0。
15673
+ */
15674
+ Offset?: number
15675
+ /**
15676
+ * 返回数目,默认值为20。
15677
+ */
15678
+ Limit?: number
15679
+ }
15680
+
15681
+ /**
15682
+ * CreatePrivateNatGatewayDestinationIpPortTranslationNatRule返回参数结构体
15683
+ */
15684
+ export interface CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse {
15685
+ /**
15686
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15687
+ */
15688
+ RequestId?: string
15689
+ }
15690
+
14784
15691
  /**
14785
15692
  * DescribeNetworkInterfaces返回参数结构体
14786
15693
  */
@@ -14865,6 +15772,16 @@ export interface CreateSecurityGroupWithPoliciesRequest {
14865
15772
  SecurityGroupPolicySet?: SecurityGroupPolicySet
14866
15773
  }
14867
15774
 
15775
+ /**
15776
+ * ReleaseAddresses请求参数结构体
15777
+ */
15778
+ export interface ReleaseAddressesRequest {
15779
+ /**
15780
+ * 标识 EIP 的唯一 ID 列表。EIP 唯一 ID 形如:`eip-11112222`。
15781
+ */
15782
+ AddressIds: Array<string>
15783
+ }
15784
+
14868
15785
  /**
14869
15786
  * CreateVpc请求参数结构体
14870
15787
  */
@@ -15044,6 +15961,20 @@ export interface ModifySubnetAttributeRequest {
15044
15961
  EnableBroadcast?: string
15045
15962
  }
15046
15963
 
15964
+ /**
15965
+ * RenewAddresses请求参数结构体
15966
+ */
15967
+ export interface RenewAddressesRequest {
15968
+ /**
15969
+ * EIP唯一标识ID列表,形如'eip-xxxx'
15970
+ */
15971
+ AddressIds: Array<string>
15972
+ /**
15973
+ * 续费参数
15974
+ */
15975
+ AddressChargePrepaid: AddressChargePrepaid
15976
+ }
15977
+
15047
15978
  /**
15048
15979
  * ModifyVpcEndPointServiceWhiteList返回参数结构体
15049
15980
  */