tencentcloud-sdk-nodejs-intl-en 3.0.409 → 3.0.412

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.
@@ -930,74 +930,6 @@ class DescribeCustomerGatewaysRequest extends AbstractModel {
930
930
  }
931
931
  }
932
932
 
933
- /**
934
- * ModifyNatGatewayDestinationIpPortTranslationNatRule response structure.
935
- * @class
936
- */
937
- class ModifyNatGatewayDestinationIpPortTranslationNatRuleResponse extends AbstractModel {
938
- constructor(){
939
- super();
940
-
941
- /**
942
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
943
- * @type {string || null}
944
- */
945
- this.RequestId = null;
946
-
947
- }
948
-
949
- /**
950
- * @private
951
- */
952
- deserialize(params) {
953
- if (!params) {
954
- return;
955
- }
956
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
957
-
958
- }
959
- }
960
-
961
- /**
962
- * ModifyNatGatewaySourceIpTranslationNatRule request structure.
963
- * @class
964
- */
965
- class ModifyNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel {
966
- constructor(){
967
- super();
968
-
969
- /**
970
- * The ID of the NAT Gateway, such as `nat-df453454`
971
- * @type {string || null}
972
- */
973
- this.NatGatewayId = null;
974
-
975
- /**
976
- * The SNAT forwarding rule of the NAT Gateway
977
- * @type {SourceIpTranslationNatRule || null}
978
- */
979
- this.SourceIpTranslationNatRule = null;
980
-
981
- }
982
-
983
- /**
984
- * @private
985
- */
986
- deserialize(params) {
987
- if (!params) {
988
- return;
989
- }
990
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
991
-
992
- if (params.SourceIpTranslationNatRule) {
993
- let obj = new SourceIpTranslationNatRule();
994
- obj.deserialize(params.SourceIpTranslationNatRule)
995
- this.SourceIpTranslationNatRule = obj;
996
- }
997
-
998
- }
999
- }
1000
-
1001
933
  /**
1002
934
  * ModifyCcnRegionBandwidthLimitsType response structure.
1003
935
  * @class
@@ -1134,98 +1066,24 @@ class ModifyServiceTemplateAttributeRequest extends AbstractModel {
1134
1066
  }
1135
1067
 
1136
1068
  /**
1137
- * Flow Log
1069
+ * InquiryPriceRenewVpnGateway response structure.
1138
1070
  * @class
1139
1071
  */
1140
- class FlowLog extends AbstractModel {
1072
+ class InquiryPriceRenewVpnGatewayResponse extends AbstractModel {
1141
1073
  constructor(){
1142
1074
  super();
1143
1075
 
1144
1076
  /**
1145
- * ID of the VPC instance.
1146
- * @type {string || null}
1147
- */
1148
- this.VpcId = null;
1149
-
1150
- /**
1151
- * The unique ID of the flow log.
1152
- * @type {string || null}
1153
- */
1154
- this.FlowLogId = null;
1155
-
1156
- /**
1157
- * The name of the flow log instance.
1158
- * @type {string || null}
1159
- */
1160
- this.FlowLogName = null;
1161
-
1162
- /**
1163
- * The type of resource associated with the flow log. Valid values: `VPC`, `SUBNET`, `NETWORKINTERFACE`, and `CCN`.
1164
- * @type {string || null}
1165
- */
1166
- this.ResourceType = null;
1167
-
1168
- /**
1169
- * The unique ID of the resource
1170
- * @type {string || null}
1171
- */
1172
- this.ResourceId = null;
1173
-
1174
- /**
1175
- * Type of flow logs to be collected. Valid values: `ACCEPT`, `REJECT` and `ALL`.
1176
- * @type {string || null}
1177
- */
1178
- this.TrafficType = null;
1179
-
1180
- /**
1181
- * The storage ID of the flow log
1182
- * @type {string || null}
1183
- */
1184
- this.CloudLogId = null;
1185
-
1186
- /**
1187
- * Flow log storage ID status.
1188
- * @type {string || null}
1189
- */
1190
- this.CloudLogState = null;
1191
-
1192
- /**
1193
- * The flow log description.
1194
- * @type {string || null}
1195
- */
1196
- this.FlowLogDescription = null;
1197
-
1198
- /**
1199
- * The creation time of the flow log.
1200
- * @type {string || null}
1201
- */
1202
- this.CreatedTime = null;
1203
-
1204
- /**
1205
- * Tag list, such as [{"Key": "city", "Value": "shanghai"}].
1206
- * @type {Array.<Tag> || null}
1207
- */
1208
- this.TagSet = null;
1209
-
1210
- /**
1211
- * Whether to enable. `true`: yes; `false`: no.
1212
- * @type {boolean || null}
1077
+ * Product price.
1078
+ * @type {Price || null}
1213
1079
  */
1214
- this.Enable = null;
1080
+ this.Price = null;
1215
1081
 
1216
1082
  /**
1217
- * Consumer end types: cls and ckafka
1218
- Note: this field may return `null`, indicating that no valid value can be found.
1083
+ * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
1219
1084
  * @type {string || null}
1220
1085
  */
1221
- this.StorageType = null;
1222
-
1223
- /**
1224
- * Information of the consumer, which is returned when the consumer type is `ckafka`.
1225
- Note: this field may return `null`, indicating that no valid value can be found.
1226
- * @type {FlowLogStorage || null}
1227
- */
1228
- this.FlowLogStorage = null;
1086
+ this.RequestId = null;
1229
1087
 
1230
1088
  }
1231
1089
 
@@ -1236,33 +1094,13 @@ Note: this field may return `null`, indicating that no valid value can be found.
1236
1094
  if (!params) {
1237
1095
  return;
1238
1096
  }
1239
- this.VpcId = 'VpcId' in params ? params.VpcId : null;
1240
- this.FlowLogId = 'FlowLogId' in params ? params.FlowLogId : null;
1241
- this.FlowLogName = 'FlowLogName' in params ? params.FlowLogName : null;
1242
- this.ResourceType = 'ResourceType' in params ? params.ResourceType : null;
1243
- this.ResourceId = 'ResourceId' in params ? params.ResourceId : null;
1244
- this.TrafficType = 'TrafficType' in params ? params.TrafficType : null;
1245
- this.CloudLogId = 'CloudLogId' in params ? params.CloudLogId : null;
1246
- this.CloudLogState = 'CloudLogState' in params ? params.CloudLogState : null;
1247
- this.FlowLogDescription = 'FlowLogDescription' in params ? params.FlowLogDescription : null;
1248
- this.CreatedTime = 'CreatedTime' in params ? params.CreatedTime : null;
1249
1097
 
1250
- if (params.TagSet) {
1251
- this.TagSet = new Array();
1252
- for (let z in params.TagSet) {
1253
- let obj = new Tag();
1254
- obj.deserialize(params.TagSet[z]);
1255
- this.TagSet.push(obj);
1256
- }
1257
- }
1258
- this.Enable = 'Enable' in params ? params.Enable : null;
1259
- this.StorageType = 'StorageType' in params ? params.StorageType : null;
1260
-
1261
- if (params.FlowLogStorage) {
1262
- let obj = new FlowLogStorage();
1263
- obj.deserialize(params.FlowLogStorage)
1264
- this.FlowLogStorage = obj;
1098
+ if (params.Price) {
1099
+ let obj = new Price();
1100
+ obj.deserialize(params.Price)
1101
+ this.Price = obj;
1265
1102
  }
1103
+ this.RequestId = 'RequestId' in params ? params.RequestId : null;
1266
1104
 
1267
1105
  }
1268
1106
  }
@@ -1513,42 +1351,31 @@ class DeleteBandwidthPackageResponse extends AbstractModel {
1513
1351
  }
1514
1352
 
1515
1353
  /**
1516
- * ModifyNatGatewayAttribute request structure.
1354
+ * DescribeLocalGateway request structure.
1517
1355
  * @class
1518
1356
  */
1519
- class ModifyNatGatewayAttributeRequest extends AbstractModel {
1357
+ class DescribeLocalGatewayRequest extends AbstractModel {
1520
1358
  constructor(){
1521
1359
  super();
1522
1360
 
1523
1361
  /**
1524
- * The ID of the NAT gateway, such as `nat-df45454`.
1525
- * @type {string || null}
1526
- */
1527
- this.NatGatewayId = null;
1528
-
1529
- /**
1530
- * The NAT gateway name, such as `test_nat`.
1531
- * @type {string || null}
1362
+ * Query criteria:
1363
+ vpc-id: filter by VPC ID; local-gateway-name: filter by local gateway name (fuzzy search is supported); local-gateway-id: filter by local gateway instance ID; cdc-id: filter by CDC instance ID.
1364
+ * @type {Array.<Filter> || null}
1532
1365
  */
1533
- this.NatGatewayName = null;
1366
+ this.Filters = null;
1534
1367
 
1535
1368
  /**
1536
- * The maximum outbound bandwidth of the NAT gateway. Unit: Mbps.
1369
+ * The offset. Default value: 0. For more information on `Offset`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).
1537
1370
  * @type {number || null}
1538
1371
  */
1539
- this.InternetMaxBandwidthOut = null;
1540
-
1541
- /**
1542
- * Whether to modify the security group bound to the NAT Gateway
1543
- * @type {boolean || null}
1544
- */
1545
- this.ModifySecurityGroup = null;
1372
+ this.Offset = null;
1546
1373
 
1547
1374
  /**
1548
- * The final security groups bound to the NAT Gateway, such as `['sg-1n232323', 'sg-o4242424']`. An empty list indicates that all the security groups have been deleted.
1549
- * @type {Array.<string> || null}
1375
+ * The number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).
1376
+ * @type {number || null}
1550
1377
  */
1551
- this.SecurityGroupIds = null;
1378
+ this.Limit = null;
1552
1379
 
1553
1380
  }
1554
1381
 
@@ -1559,41 +1386,114 @@ class ModifyNatGatewayAttributeRequest extends AbstractModel {
1559
1386
  if (!params) {
1560
1387
  return;
1561
1388
  }
1562
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
1563
- this.NatGatewayName = 'NatGatewayName' in params ? params.NatGatewayName : null;
1564
- this.InternetMaxBandwidthOut = 'InternetMaxBandwidthOut' in params ? params.InternetMaxBandwidthOut : null;
1565
- this.ModifySecurityGroup = 'ModifySecurityGroup' in params ? params.ModifySecurityGroup : null;
1566
- this.SecurityGroupIds = 'SecurityGroupIds' in params ? params.SecurityGroupIds : null;
1389
+
1390
+ if (params.Filters) {
1391
+ this.Filters = new Array();
1392
+ for (let z in params.Filters) {
1393
+ let obj = new Filter();
1394
+ obj.deserialize(params.Filters[z]);
1395
+ this.Filters.push(obj);
1396
+ }
1397
+ }
1398
+ this.Offset = 'Offset' in params ? params.Offset : null;
1399
+ this.Limit = 'Limit' in params ? params.Limit : null;
1567
1400
 
1568
1401
  }
1569
1402
  }
1570
1403
 
1571
1404
  /**
1572
- * DescribeLocalGateway request structure.
1405
+ * Flow Log
1573
1406
  * @class
1574
1407
  */
1575
- class DescribeLocalGatewayRequest extends AbstractModel {
1408
+ class FlowLog extends AbstractModel {
1576
1409
  constructor(){
1577
1410
  super();
1578
1411
 
1579
1412
  /**
1580
- * Query criteria:
1581
- vpc-id: filter by VPC ID; local-gateway-name: filter by local gateway name (fuzzy search is supported); local-gateway-id: filter by local gateway instance ID; cdc-id: filter by CDC instance ID.
1582
- * @type {Array.<Filter> || null}
1413
+ * ID of the VPC instance.
1414
+ * @type {string || null}
1583
1415
  */
1584
- this.Filters = null;
1416
+ this.VpcId = null;
1585
1417
 
1586
1418
  /**
1587
- * The offset. Default value: 0. For more information on `Offset`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).
1588
- * @type {number || null}
1419
+ * The unique ID of the flow log.
1420
+ * @type {string || null}
1589
1421
  */
1590
- this.Offset = null;
1422
+ this.FlowLogId = null;
1591
1423
 
1592
1424
  /**
1593
- * The number of returned results. Default value: 20. Maximum value: 100. For more information on `Limit`, see the relevant sections in API [Introduction](https://intl.cloud.tencent.com/document/api/213/11646?from_cn_redirect=1).
1594
- * @type {number || null}
1425
+ * The name of the flow log instance.
1426
+ * @type {string || null}
1595
1427
  */
1596
- this.Limit = null;
1428
+ this.FlowLogName = null;
1429
+
1430
+ /**
1431
+ * The type of resource associated with the flow log. Valid values: `VPC`, `SUBNET`, `NETWORKINTERFACE`, and `CCN`.
1432
+ * @type {string || null}
1433
+ */
1434
+ this.ResourceType = null;
1435
+
1436
+ /**
1437
+ * The unique ID of the resource
1438
+ * @type {string || null}
1439
+ */
1440
+ this.ResourceId = null;
1441
+
1442
+ /**
1443
+ * Type of flow logs to be collected. Valid values: `ACCEPT`, `REJECT` and `ALL`.
1444
+ * @type {string || null}
1445
+ */
1446
+ this.TrafficType = null;
1447
+
1448
+ /**
1449
+ * The storage ID of the flow log
1450
+ * @type {string || null}
1451
+ */
1452
+ this.CloudLogId = null;
1453
+
1454
+ /**
1455
+ * Flow log storage ID status.
1456
+ * @type {string || null}
1457
+ */
1458
+ this.CloudLogState = null;
1459
+
1460
+ /**
1461
+ * The flow log description.
1462
+ * @type {string || null}
1463
+ */
1464
+ this.FlowLogDescription = null;
1465
+
1466
+ /**
1467
+ * The creation time of the flow log.
1468
+ * @type {string || null}
1469
+ */
1470
+ this.CreatedTime = null;
1471
+
1472
+ /**
1473
+ * Tag list, such as [{"Key": "city", "Value": "shanghai"}].
1474
+ * @type {Array.<Tag> || null}
1475
+ */
1476
+ this.TagSet = null;
1477
+
1478
+ /**
1479
+ * Whether to enable. `true`: yes; `false`: no.
1480
+ * @type {boolean || null}
1481
+ */
1482
+ this.Enable = null;
1483
+
1484
+ /**
1485
+ * Consumer end types: cls and ckafka
1486
+ Note: this field may return `null`, indicating that no valid value can be found.
1487
+ * @type {string || null}
1488
+ */
1489
+ this.StorageType = null;
1490
+
1491
+ /**
1492
+ * Information of the consumer, which is returned when the consumer type is `ckafka`.
1493
+ Note: this field may return `null`, indicating that no valid value can be found.
1494
+ * @type {FlowLogStorage || null}
1495
+ */
1496
+ this.FlowLogStorage = null;
1597
1497
 
1598
1498
  }
1599
1499
 
@@ -1604,17 +1504,33 @@ vpc-id: filter by VPC ID; local-gateway-name: filter by local gateway name (fuzz
1604
1504
  if (!params) {
1605
1505
  return;
1606
1506
  }
1507
+ this.VpcId = 'VpcId' in params ? params.VpcId : null;
1508
+ this.FlowLogId = 'FlowLogId' in params ? params.FlowLogId : null;
1509
+ this.FlowLogName = 'FlowLogName' in params ? params.FlowLogName : null;
1510
+ this.ResourceType = 'ResourceType' in params ? params.ResourceType : null;
1511
+ this.ResourceId = 'ResourceId' in params ? params.ResourceId : null;
1512
+ this.TrafficType = 'TrafficType' in params ? params.TrafficType : null;
1513
+ this.CloudLogId = 'CloudLogId' in params ? params.CloudLogId : null;
1514
+ this.CloudLogState = 'CloudLogState' in params ? params.CloudLogState : null;
1515
+ this.FlowLogDescription = 'FlowLogDescription' in params ? params.FlowLogDescription : null;
1516
+ this.CreatedTime = 'CreatedTime' in params ? params.CreatedTime : null;
1607
1517
 
1608
- if (params.Filters) {
1609
- this.Filters = new Array();
1610
- for (let z in params.Filters) {
1611
- let obj = new Filter();
1612
- obj.deserialize(params.Filters[z]);
1613
- this.Filters.push(obj);
1518
+ if (params.TagSet) {
1519
+ this.TagSet = new Array();
1520
+ for (let z in params.TagSet) {
1521
+ let obj = new Tag();
1522
+ obj.deserialize(params.TagSet[z]);
1523
+ this.TagSet.push(obj);
1614
1524
  }
1615
1525
  }
1616
- this.Offset = 'Offset' in params ? params.Offset : null;
1617
- this.Limit = 'Limit' in params ? params.Limit : null;
1526
+ this.Enable = 'Enable' in params ? params.Enable : null;
1527
+ this.StorageType = 'StorageType' in params ? params.StorageType : null;
1528
+
1529
+ if (params.FlowLogStorage) {
1530
+ let obj = new FlowLogStorage();
1531
+ obj.deserialize(params.FlowLogStorage)
1532
+ this.FlowLogStorage = obj;
1533
+ }
1618
1534
 
1619
1535
  }
1620
1536
  }
@@ -2380,55 +2296,6 @@ class CloneSecurityGroupRequest extends AbstractModel {
2380
2296
  }
2381
2297
  }
2382
2298
 
2383
- /**
2384
- * AssociateNatGatewayAddress request structure.
2385
- * @class
2386
- */
2387
- class AssociateNatGatewayAddressRequest extends AbstractModel {
2388
- constructor(){
2389
- super();
2390
-
2391
- /**
2392
- * The ID of the NAT gateway, such as `nat-df45454`.
2393
- * @type {string || null}
2394
- */
2395
- this.NatGatewayId = null;
2396
-
2397
- /**
2398
- * The number of EIPs you want to apply for. The system will create the same number of EIPs as you require. Either `AddressCount` or `PublicAddresses` must be passed in.
2399
- * @type {number || null}
2400
- */
2401
- this.AddressCount = null;
2402
-
2403
- /**
2404
- * Array of the EIPs bound to the NAT gateway. Either `AddressCount` or `PublicAddresses` must be passed in.
2405
- * @type {Array.<string> || null}
2406
- */
2407
- this.PublicIpAddresses = null;
2408
-
2409
- /**
2410
- * The availability zone of the EIP, which is passed in when the EIP is automatically assigned.
2411
- * @type {string || null}
2412
- */
2413
- this.Zone = null;
2414
-
2415
- }
2416
-
2417
- /**
2418
- * @private
2419
- */
2420
- deserialize(params) {
2421
- if (!params) {
2422
- return;
2423
- }
2424
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
2425
- this.AddressCount = 'AddressCount' in params ? params.AddressCount : null;
2426
- this.PublicIpAddresses = 'PublicIpAddresses' in params ? params.PublicIpAddresses : null;
2427
- this.Zone = 'Zone' in params ? params.Zone : null;
2428
-
2429
- }
2430
- }
2431
-
2432
2299
  /**
2433
2300
  * DescribeFlowLogs response structure.
2434
2301
  * @class
@@ -2895,49 +2762,6 @@ class DescribeIpGeolocationInfosResponse extends AbstractModel {
2895
2762
  }
2896
2763
  }
2897
2764
 
2898
- /**
2899
- * DeleteNatGatewayDestinationIpPortTranslationNatRule request structure.
2900
- * @class
2901
- */
2902
- class DeleteNatGatewayDestinationIpPortTranslationNatRuleRequest extends AbstractModel {
2903
- constructor(){
2904
- super();
2905
-
2906
- /**
2907
- * The ID of the NAT gateway, such as `nat-df45454`.
2908
- * @type {string || null}
2909
- */
2910
- this.NatGatewayId = null;
2911
-
2912
- /**
2913
- * The port forwarding rules of the NAT gateway.
2914
- * @type {Array.<DestinationIpPortTranslationNatRule> || null}
2915
- */
2916
- this.DestinationIpPortTranslationNatRules = null;
2917
-
2918
- }
2919
-
2920
- /**
2921
- * @private
2922
- */
2923
- deserialize(params) {
2924
- if (!params) {
2925
- return;
2926
- }
2927
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
2928
-
2929
- if (params.DestinationIpPortTranslationNatRules) {
2930
- this.DestinationIpPortTranslationNatRules = new Array();
2931
- for (let z in params.DestinationIpPortTranslationNatRules) {
2932
- let obj = new DestinationIpPortTranslationNatRule();
2933
- obj.deserialize(params.DestinationIpPortTranslationNatRules[z]);
2934
- this.DestinationIpPortTranslationNatRules.push(obj);
2935
- }
2936
- }
2937
-
2938
- }
2939
- }
2940
-
2941
2765
  /**
2942
2766
  * ResetRoutes request structure.
2943
2767
  * @class
@@ -3418,127 +3242,6 @@ class DescribeCcnAttachedInstancesRequest extends AbstractModel {
3418
3242
  }
3419
3243
  }
3420
3244
 
3421
- /**
3422
- * DescribeNatGatewaySourceIpTranslationNatRules request structure.
3423
- * @class
3424
- */
3425
- class DescribeNatGatewaySourceIpTranslationNatRulesRequest extends AbstractModel {
3426
- constructor(){
3427
- super();
3428
-
3429
- /**
3430
- * The unique ID of the NAT Gateway, such as `nat-123xx454`.
3431
- * @type {string || null}
3432
- */
3433
- this.NatGatewayId = null;
3434
-
3435
- /**
3436
- * Filter conditions:
3437
- <li> resource-id, the subnet ID (such as `subnet-0yi4hekt`) or CVM ID</li>
3438
- <li> public-ip-address, the EIP, such as `139.199.232.238`</li>
3439
- <li>description, the rule description</li>
3440
- * @type {Array.<Filter> || null}
3441
- */
3442
- this.Filters = null;
3443
-
3444
- /**
3445
- * Offset. Default is 0.
3446
- * @type {number || null}
3447
- */
3448
- this.Offset = null;
3449
-
3450
- /**
3451
- * Number of returned results. Default value: 20. Maximum value: 100.
3452
- * @type {number || null}
3453
- */
3454
- this.Limit = null;
3455
-
3456
- }
3457
-
3458
- /**
3459
- * @private
3460
- */
3461
- deserialize(params) {
3462
- if (!params) {
3463
- return;
3464
- }
3465
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
3466
-
3467
- if (params.Filters) {
3468
- this.Filters = new Array();
3469
- for (let z in params.Filters) {
3470
- let obj = new Filter();
3471
- obj.deserialize(params.Filters[z]);
3472
- this.Filters.push(obj);
3473
- }
3474
- }
3475
- this.Offset = 'Offset' in params ? params.Offset : null;
3476
- this.Limit = 'Limit' in params ? params.Limit : null;
3477
-
3478
- }
3479
- }
3480
-
3481
- /**
3482
- * DescribeNatGateways request structure.
3483
- * @class
3484
- */
3485
- class DescribeNatGatewaysRequest extends AbstractModel {
3486
- constructor(){
3487
- super();
3488
-
3489
- /**
3490
- * The unified ID of the NAT gateways, such as `nat-123xx454`.
3491
- * @type {Array.<string> || null}
3492
- */
3493
- this.NatGatewayIds = null;
3494
-
3495
- /**
3496
- * Filter condition. `NatGatewayIds` and `Filters` cannot be specified at the same time.
3497
- <li>nat-gateway-id - String - (Filter condition) The ID of the protocol port template instance, such as `nat-123xx454`.</li>
3498
- <li>vpc-id - String - (Filter condition) The unique ID of the VPC, such as `vpc-123xx454`.</li>
3499
- <li>nat-gateway-name - String - (Filter condition) The name of the protocol port template instance, such as `test_nat`.</li>
3500
- <li>tag-key - String - (Filter condition) The tag key, such as `test-key`.</li>
3501
- * @type {Array.<Filter> || null}
3502
- */
3503
- this.Filters = null;
3504
-
3505
- /**
3506
- * Offset. The default value is 0.
3507
- * @type {number || null}
3508
- */
3509
- this.Offset = null;
3510
-
3511
- /**
3512
- * Number of values to be returned. The default value is 20. Maximum is 100.
3513
- * @type {number || null}
3514
- */
3515
- this.Limit = null;
3516
-
3517
- }
3518
-
3519
- /**
3520
- * @private
3521
- */
3522
- deserialize(params) {
3523
- if (!params) {
3524
- return;
3525
- }
3526
- this.NatGatewayIds = 'NatGatewayIds' in params ? params.NatGatewayIds : null;
3527
-
3528
- if (params.Filters) {
3529
- this.Filters = new Array();
3530
- for (let z in params.Filters) {
3531
- let obj = new Filter();
3532
- obj.deserialize(params.Filters[z]);
3533
- this.Filters.push(obj);
3534
- }
3535
- }
3536
- this.Offset = 'Offset' in params ? params.Offset : null;
3537
- this.Limit = 'Limit' in params ? params.Limit : null;
3538
-
3539
- }
3540
- }
3541
-
3542
3245
  /**
3543
3246
  * ModifyFlowLogAttribute response structure.
3544
3247
  * @class
@@ -3770,61 +3473,10 @@ class DescribeIpGeolocationDatabaseUrlResponse extends AbstractModel {
3770
3473
  */
3771
3474
  deserialize(params) {
3772
3475
  if (!params) {
3773
- return;
3774
- }
3775
- this.DownLoadUrl = 'DownLoadUrl' in params ? params.DownLoadUrl : null;
3776
- this.ExpiredAt = 'ExpiredAt' in params ? params.ExpiredAt : null;
3777
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
3778
-
3779
- }
3780
- }
3781
-
3782
- /**
3783
- * DescribeNatGatewaySourceIpTranslationNatRules response structure.
3784
- * @class
3785
- */
3786
- class DescribeNatGatewaySourceIpTranslationNatRulesResponse extends AbstractModel {
3787
- constructor(){
3788
- super();
3789
-
3790
- /**
3791
- * Object array of the SNAT rule for a NAT Gateway.
3792
- Note: this field may return `null`, indicating that no valid values can be obtained.
3793
- * @type {Array.<SourceIpTranslationNatRule> || null}
3794
- */
3795
- this.SourceIpTranslationNatRuleSet = null;
3796
-
3797
- /**
3798
- * The number of object arrays of eligible forwarding rules for a NAT Gateway
3799
- * @type {number || null}
3800
- */
3801
- this.TotalCount = null;
3802
-
3803
- /**
3804
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
3805
- * @type {string || null}
3806
- */
3807
- this.RequestId = null;
3808
-
3809
- }
3810
-
3811
- /**
3812
- * @private
3813
- */
3814
- deserialize(params) {
3815
- if (!params) {
3816
- return;
3817
- }
3818
-
3819
- if (params.SourceIpTranslationNatRuleSet) {
3820
- this.SourceIpTranslationNatRuleSet = new Array();
3821
- for (let z in params.SourceIpTranslationNatRuleSet) {
3822
- let obj = new SourceIpTranslationNatRule();
3823
- obj.deserialize(params.SourceIpTranslationNatRuleSet[z]);
3824
- this.SourceIpTranslationNatRuleSet.push(obj);
3825
- }
3476
+ return;
3826
3477
  }
3827
- this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
3478
+ this.DownLoadUrl = 'DownLoadUrl' in params ? params.DownLoadUrl : null;
3479
+ this.ExpiredAt = 'ExpiredAt' in params ? params.ExpiredAt : null;
3828
3480
  this.RequestId = 'RequestId' in params ? params.RequestId : null;
3829
3481
 
3830
3482
  }
@@ -4185,49 +3837,6 @@ class ModifyAddressInternetChargeTypeResponse extends AbstractModel {
4185
3837
  }
4186
3838
  }
4187
3839
 
4188
- /**
4189
- * UnassignIpv6SubnetCidrBlock request structure.
4190
- * @class
4191
- */
4192
- class UnassignIpv6SubnetCidrBlockRequest extends AbstractModel {
4193
- constructor(){
4194
- super();
4195
-
4196
- /**
4197
- * The `ID` of the VPC where the subnet is located, such as `vpc-f49l6u0z`.
4198
- * @type {string || null}
4199
- */
4200
- this.VpcId = null;
4201
-
4202
- /**
4203
- * The `IPv6` subnet IP range list.
4204
- * @type {Array.<Ipv6SubnetCidrBlock> || null}
4205
- */
4206
- this.Ipv6SubnetCidrBlocks = null;
4207
-
4208
- }
4209
-
4210
- /**
4211
- * @private
4212
- */
4213
- deserialize(params) {
4214
- if (!params) {
4215
- return;
4216
- }
4217
- this.VpcId = 'VpcId' in params ? params.VpcId : null;
4218
-
4219
- if (params.Ipv6SubnetCidrBlocks) {
4220
- this.Ipv6SubnetCidrBlocks = new Array();
4221
- for (let z in params.Ipv6SubnetCidrBlocks) {
4222
- let obj = new Ipv6SubnetCidrBlock();
4223
- obj.deserialize(params.Ipv6SubnetCidrBlocks[z]);
4224
- this.Ipv6SubnetCidrBlocks.push(obj);
4225
- }
4226
- }
4227
-
4228
- }
4229
- }
4230
-
4231
3840
  /**
4232
3841
  * DeleteVpcEndPointService response structure.
4233
3842
  * @class
@@ -4418,34 +4027,6 @@ class HaVipAssociateAddressIpRequest extends AbstractModel {
4418
4027
  }
4419
4028
  }
4420
4029
 
4421
- /**
4422
- * DisassociateNatGatewayAddress response structure.
4423
- * @class
4424
- */
4425
- class DisassociateNatGatewayAddressResponse extends AbstractModel {
4426
- constructor(){
4427
- super();
4428
-
4429
- /**
4430
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
4431
- * @type {string || null}
4432
- */
4433
- this.RequestId = null;
4434
-
4435
- }
4436
-
4437
- /**
4438
- * @private
4439
- */
4440
- deserialize(params) {
4441
- if (!params) {
4442
- return;
4443
- }
4444
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
4445
-
4446
- }
4447
- }
4448
-
4449
4030
  /**
4450
4031
  * DeleteRoutes response structure.
4451
4032
  * @class
@@ -4716,48 +4297,6 @@ Note: this field may return `null`, indicating that no valid values can be obtai
4716
4297
  }
4717
4298
  }
4718
4299
 
4719
- /**
4720
- * The EIP bound to the NAT gateway
4721
- * @class
4722
- */
4723
- class NatGatewayAddress extends AbstractModel {
4724
- constructor(){
4725
- super();
4726
-
4727
- /**
4728
- * The unique ID of the Elastic IP (EIP), such as `eip-11112222`.
4729
- * @type {string || null}
4730
- */
4731
- this.AddressId = null;
4732
-
4733
- /**
4734
- * The public IP address, such as `123.121.34.33`.
4735
- * @type {string || null}
4736
- */
4737
- this.PublicIpAddress = null;
4738
-
4739
- /**
4740
- * The block status of the resource. `true` indicates the EIP is blocked. `false` indicates that the EIP is not blocked.
4741
- * @type {boolean || null}
4742
- */
4743
- this.IsBlocked = null;
4744
-
4745
- }
4746
-
4747
- /**
4748
- * @private
4749
- */
4750
- deserialize(params) {
4751
- if (!params) {
4752
- return;
4753
- }
4754
- this.AddressId = 'AddressId' in params ? params.AddressId : null;
4755
- this.PublicIpAddress = 'PublicIpAddress' in params ? params.PublicIpAddress : null;
4756
- this.IsBlocked = 'IsBlocked' in params ? params.IsBlocked : null;
4757
-
4758
- }
4759
- }
4760
-
4761
4300
  /**
4762
4301
  * DescribeVpcEndPointService response structure.
4763
4302
  * @class
@@ -5019,71 +4558,6 @@ class DescribeSecurityGroupsRequest extends AbstractModel {
5019
4558
  }
5020
4559
  }
5021
4560
 
5022
- /**
5023
- * DescribeNatGatewayDestinationIpPortTranslationNatRules request structure.
5024
- * @class
5025
- */
5026
- class DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest extends AbstractModel {
5027
- constructor(){
5028
- super();
5029
-
5030
- /**
5031
- * NAT gateway ID.
5032
- * @type {Array.<string> || null}
5033
- */
5034
- this.NatGatewayIds = null;
5035
-
5036
- /**
5037
- * Filter conditions:
5038
- `NatGatewayIds` and `Filters` cannot be specified at the same time.
5039
- <li> nat-gateway-id, the NAT gateway ID, such as `nat-0yi4hekt`.</li>
5040
- <li> vpc-id, the VPC ID, such as `vpc-0yi4hekt`.</li>
5041
- <li> public-ip-address, the EIP, such as `139.199.232.238`.</li>
5042
- <li>public-port, the public network port.</li>
5043
- <li>private-ip-address, the private IP, such as `10.0.0.1`.</li>
5044
- <li>private-port, the private network port.</li>
5045
- <li>description, the rule description.</li>
5046
- * @type {Array.<Filter> || null}
5047
- */
5048
- this.Filters = null;
5049
-
5050
- /**
5051
- * Offset. The default value is 0.
5052
- * @type {number || null}
5053
- */
5054
- this.Offset = null;
5055
-
5056
- /**
5057
- * Number of values to be returned. The default value is 20. Maximum is 100.
5058
- * @type {number || null}
5059
- */
5060
- this.Limit = null;
5061
-
5062
- }
5063
-
5064
- /**
5065
- * @private
5066
- */
5067
- deserialize(params) {
5068
- if (!params) {
5069
- return;
5070
- }
5071
- this.NatGatewayIds = 'NatGatewayIds' in params ? params.NatGatewayIds : null;
5072
-
5073
- if (params.Filters) {
5074
- this.Filters = new Array();
5075
- for (let z in params.Filters) {
5076
- let obj = new Filter();
5077
- obj.deserialize(params.Filters[z]);
5078
- this.Filters.push(obj);
5079
- }
5080
- }
5081
- this.Offset = 'Offset' in params ? params.Offset : null;
5082
- this.Limit = 'Limit' in params ? params.Limit : null;
5083
-
5084
- }
5085
- }
5086
-
5087
4561
  /**
5088
4562
  * AddBandwidthPackageResources response structure.
5089
4563
  * @class
@@ -5447,41 +4921,6 @@ class ModifySubnetAttributeResponse extends AbstractModel {
5447
4921
  }
5448
4922
  }
5449
4923
 
5450
- /**
5451
- * ResetNatGatewayConnection request structure.
5452
- * @class
5453
- */
5454
- class ResetNatGatewayConnectionRequest extends AbstractModel {
5455
- constructor(){
5456
- super();
5457
-
5458
- /**
5459
- * NAT gateway ID.
5460
- * @type {string || null}
5461
- */
5462
- this.NatGatewayId = null;
5463
-
5464
- /**
5465
- * Concurrent connections cap of the NAT gateway, such as 1000000, 3000000, 10000000.
5466
- * @type {number || null}
5467
- */
5468
- this.MaxConcurrentConnection = null;
5469
-
5470
- }
5471
-
5472
- /**
5473
- * @private
5474
- */
5475
- deserialize(params) {
5476
- if (!params) {
5477
- return;
5478
- }
5479
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
5480
- this.MaxConcurrentConnection = 'MaxConcurrentConnection' in params ? params.MaxConcurrentConnection : null;
5481
-
5482
- }
5483
- }
5484
-
5485
4924
  /**
5486
4925
  * DeleteAddressTemplate request structure.
5487
4926
  * @class
@@ -5908,56 +5347,6 @@ class ModifyAddressTemplateAttributeRequest extends AbstractModel {
5908
5347
  }
5909
5348
  }
5910
5349
 
5911
- /**
5912
- * CreateNatGateway response structure.
5913
- * @class
5914
- */
5915
- class CreateNatGatewayResponse extends AbstractModel {
5916
- constructor(){
5917
- super();
5918
-
5919
- /**
5920
- * NAT gateway object array.
5921
- * @type {Array.<NatGateway> || null}
5922
- */
5923
- this.NatGatewaySet = null;
5924
-
5925
- /**
5926
- * The number of NAT gateway objects meeting the conditions.
5927
- * @type {number || null}
5928
- */
5929
- this.TotalCount = null;
5930
-
5931
- /**
5932
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5933
- * @type {string || null}
5934
- */
5935
- this.RequestId = null;
5936
-
5937
- }
5938
-
5939
- /**
5940
- * @private
5941
- */
5942
- deserialize(params) {
5943
- if (!params) {
5944
- return;
5945
- }
5946
-
5947
- if (params.NatGatewaySet) {
5948
- this.NatGatewaySet = new Array();
5949
- for (let z in params.NatGatewaySet) {
5950
- let obj = new NatGateway();
5951
- obj.deserialize(params.NatGatewaySet[z]);
5952
- this.NatGatewaySet.push(obj);
5953
- }
5954
- }
5955
- this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
5956
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
5957
-
5958
- }
5959
- }
5960
-
5961
5350
  /**
5962
5351
  * DescribeVpcs response structure.
5963
5352
  * @class
@@ -7093,35 +6482,7 @@ class DescribeCcnsRequest extends AbstractModel {
7093
6482
  this.Offset = 'Offset' in params ? params.Offset : null;
7094
6483
  this.Limit = 'Limit' in params ? params.Limit : null;
7095
6484
  this.OrderField = 'OrderField' in params ? params.OrderField : null;
7096
- this.OrderDirection = 'OrderDirection' in params ? params.OrderDirection : null;
7097
-
7098
- }
7099
- }
7100
-
7101
- /**
7102
- * ModifyNatGatewayAttribute response structure.
7103
- * @class
7104
- */
7105
- class ModifyNatGatewayAttributeResponse extends AbstractModel {
7106
- constructor(){
7107
- super();
7108
-
7109
- /**
7110
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
7111
- * @type {string || null}
7112
- */
7113
- this.RequestId = null;
7114
-
7115
- }
7116
-
7117
- /**
7118
- * @private
7119
- */
7120
- deserialize(params) {
7121
- if (!params) {
7122
- return;
7123
- }
7124
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
6485
+ this.OrderDirection = 'OrderDirection' in params ? params.OrderDirection : null;
7125
6486
 
7126
6487
  }
7127
6488
  }
@@ -7462,56 +6823,6 @@ class CreateVpnGatewayResponse extends AbstractModel {
7462
6823
  }
7463
6824
  }
7464
6825
 
7465
- /**
7466
- * DescribeNatGatewayDestinationIpPortTranslationNatRules response structure.
7467
- * @class
7468
- */
7469
- class DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse extends AbstractModel {
7470
- constructor(){
7471
- super();
7472
-
7473
- /**
7474
- * The object array of port forwarding rules for the NAT gateway.
7475
- * @type {Array.<NatGatewayDestinationIpPortTranslationNatRule> || null}
7476
- */
7477
- this.NatGatewayDestinationIpPortTranslationNatRuleSet = null;
7478
-
7479
- /**
7480
- * The number of object arrays of NAT port forwarding rules meeting the conditions.
7481
- * @type {number || null}
7482
- */
7483
- this.TotalCount = null;
7484
-
7485
- /**
7486
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
7487
- * @type {string || null}
7488
- */
7489
- this.RequestId = null;
7490
-
7491
- }
7492
-
7493
- /**
7494
- * @private
7495
- */
7496
- deserialize(params) {
7497
- if (!params) {
7498
- return;
7499
- }
7500
-
7501
- if (params.NatGatewayDestinationIpPortTranslationNatRuleSet) {
7502
- this.NatGatewayDestinationIpPortTranslationNatRuleSet = new Array();
7503
- for (let z in params.NatGatewayDestinationIpPortTranslationNatRuleSet) {
7504
- let obj = new NatGatewayDestinationIpPortTranslationNatRule();
7505
- obj.deserialize(params.NatGatewayDestinationIpPortTranslationNatRuleSet[z]);
7506
- this.NatGatewayDestinationIpPortTranslationNatRuleSet.push(obj);
7507
- }
7508
- }
7509
- this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
7510
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
7511
-
7512
- }
7513
- }
7514
-
7515
6826
  /**
7516
6827
  * Flow log storage information
7517
6828
  * @class
@@ -8336,191 +7647,6 @@ class ModifySecurityGroupPoliciesRequest extends AbstractModel {
8336
7647
  }
8337
7648
  }
8338
7649
 
8339
- /**
8340
- * NAT gateway object.
8341
- * @class
8342
- */
8343
- class NatGateway extends AbstractModel {
8344
- constructor(){
8345
- super();
8346
-
8347
- /**
8348
- * NAT gateway ID.
8349
- * @type {string || null}
8350
- */
8351
- this.NatGatewayId = null;
8352
-
8353
- /**
8354
- * NAT gateway name.
8355
- * @type {string || null}
8356
- */
8357
- this.NatGatewayName = null;
8358
-
8359
- /**
8360
- * NAT gateway creation time.
8361
- * @type {string || null}
8362
- */
8363
- this.CreatedTime = null;
8364
-
8365
- /**
8366
- * The status of the NAT gateway.
8367
- 'PENDING': Creating, 'DELETING': Deleting, 'AVAILABLE': Operating, 'UPDATING': Upgrading,
8368
- ‘FAILED’: Failed.
8369
- * @type {string || null}
8370
- */
8371
- this.State = null;
8372
-
8373
- /**
8374
- * The maximum outbound bandwidth of the gateway. Unit: Mbps.
8375
- * @type {number || null}
8376
- */
8377
- this.InternetMaxBandwidthOut = null;
8378
-
8379
- /**
8380
- * The concurrent connections cap of the gateway.
8381
- * @type {number || null}
8382
- */
8383
- this.MaxConcurrentConnection = null;
8384
-
8385
- /**
8386
- * The public IP object array of the bound NAT gateway.
8387
- * @type {Array.<NatGatewayAddress> || null}
8388
- */
8389
- this.PublicIpAddressSet = null;
8390
-
8391
- /**
8392
- * The NAT gateway status. `AVAILABLE`: Operating, `UNAVAILABLE`: Unavailable, `INSUFFICIENT`: Account is in arrears and the service is suspended.
8393
- * @type {string || null}
8394
- */
8395
- this.NetworkState = null;
8396
-
8397
- /**
8398
- * The port forwarding rules of the NAT gateway.
8399
- * @type {Array.<DestinationIpPortTranslationNatRule> || null}
8400
- */
8401
- this.DestinationIpPortTranslationNatRuleSet = null;
8402
-
8403
- /**
8404
- * VPC instance ID.
8405
- * @type {string || null}
8406
- */
8407
- this.VpcId = null;
8408
-
8409
- /**
8410
- * The availability zone in which the NAT gateway is located.
8411
- * @type {string || null}
8412
- */
8413
- this.Zone = null;
8414
-
8415
- /**
8416
- * IDs of direct connect gateway associated.
8417
- * @type {Array.<string> || null}
8418
- */
8419
- this.DirectConnectGatewayIds = null;
8420
-
8421
- /**
8422
- * Subnet ID.
8423
- * @type {string || null}
8424
- */
8425
- this.SubnetId = null;
8426
-
8427
- /**
8428
- * Tag key-value pair.
8429
- * @type {Array.<Tag> || null}
8430
- */
8431
- this.TagSet = null;
8432
-
8433
- /**
8434
- * The list of the security groups bound to the NAT Gateway
8435
- Note: this field may return `null`, indicating that no valid values can be obtained.
8436
- * @type {Array.<string> || null}
8437
- */
8438
- this.SecurityGroupSet = null;
8439
-
8440
- /**
8441
- * SNAT forwarding rule of the NAT Gateway.
8442
- Note: this field may return `null`, indicating that no valid value can be obtained.
8443
- * @type {Array.<SourceIpTranslationNatRule> || null}
8444
- */
8445
- this.SourceIpTranslationNatRuleSet = null;
8446
-
8447
- /**
8448
- * Whether the NAT Gateway is dedicated.
8449
- Note: this field may return `null`, indicating that no valid value can be obtained.
8450
- * @type {boolean || null}
8451
- */
8452
- this.IsExclusive = null;
8453
-
8454
- /**
8455
- * Bandwidth of the gateway cluster where the dedicated NAT Gateway resides. Unit: Mbps. This field does not exist when the `IsExclusive` field is set to `false`.
8456
- Note: this field may return `null`, indicating that no valid value can be obtained.
8457
- * @type {number || null}
8458
- */
8459
- this.ExclusiveGatewayBandwidth = null;
8460
-
8461
- }
8462
-
8463
- /**
8464
- * @private
8465
- */
8466
- deserialize(params) {
8467
- if (!params) {
8468
- return;
8469
- }
8470
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
8471
- this.NatGatewayName = 'NatGatewayName' in params ? params.NatGatewayName : null;
8472
- this.CreatedTime = 'CreatedTime' in params ? params.CreatedTime : null;
8473
- this.State = 'State' in params ? params.State : null;
8474
- this.InternetMaxBandwidthOut = 'InternetMaxBandwidthOut' in params ? params.InternetMaxBandwidthOut : null;
8475
- this.MaxConcurrentConnection = 'MaxConcurrentConnection' in params ? params.MaxConcurrentConnection : null;
8476
-
8477
- if (params.PublicIpAddressSet) {
8478
- this.PublicIpAddressSet = new Array();
8479
- for (let z in params.PublicIpAddressSet) {
8480
- let obj = new NatGatewayAddress();
8481
- obj.deserialize(params.PublicIpAddressSet[z]);
8482
- this.PublicIpAddressSet.push(obj);
8483
- }
8484
- }
8485
- this.NetworkState = 'NetworkState' in params ? params.NetworkState : null;
8486
-
8487
- if (params.DestinationIpPortTranslationNatRuleSet) {
8488
- this.DestinationIpPortTranslationNatRuleSet = new Array();
8489
- for (let z in params.DestinationIpPortTranslationNatRuleSet) {
8490
- let obj = new DestinationIpPortTranslationNatRule();
8491
- obj.deserialize(params.DestinationIpPortTranslationNatRuleSet[z]);
8492
- this.DestinationIpPortTranslationNatRuleSet.push(obj);
8493
- }
8494
- }
8495
- this.VpcId = 'VpcId' in params ? params.VpcId : null;
8496
- this.Zone = 'Zone' in params ? params.Zone : null;
8497
- this.DirectConnectGatewayIds = 'DirectConnectGatewayIds' in params ? params.DirectConnectGatewayIds : null;
8498
- this.SubnetId = 'SubnetId' in params ? params.SubnetId : null;
8499
-
8500
- if (params.TagSet) {
8501
- this.TagSet = new Array();
8502
- for (let z in params.TagSet) {
8503
- let obj = new Tag();
8504
- obj.deserialize(params.TagSet[z]);
8505
- this.TagSet.push(obj);
8506
- }
8507
- }
8508
- this.SecurityGroupSet = 'SecurityGroupSet' in params ? params.SecurityGroupSet : null;
8509
-
8510
- if (params.SourceIpTranslationNatRuleSet) {
8511
- this.SourceIpTranslationNatRuleSet = new Array();
8512
- for (let z in params.SourceIpTranslationNatRuleSet) {
8513
- let obj = new SourceIpTranslationNatRule();
8514
- obj.deserialize(params.SourceIpTranslationNatRuleSet[z]);
8515
- this.SourceIpTranslationNatRuleSet.push(obj);
8516
- }
8517
- }
8518
- this.IsExclusive = 'IsExclusive' in params ? params.IsExclusive : null;
8519
- this.ExclusiveGatewayBandwidth = 'ExclusiveGatewayBandwidth' in params ? params.ExclusiveGatewayBandwidth : null;
8520
-
8521
- }
8522
- }
8523
-
8524
7650
  /**
8525
7651
  * ReplaceRoutes request structure.
8526
7652
  * @class
@@ -9038,46 +8164,6 @@ class DescribeGatewayFlowMonitorDetailRequest extends AbstractModel {
9038
8164
  }
9039
8165
  }
9040
8166
 
9041
- /**
9042
- * InquiryPriceCreateVpnGateway response structure.
9043
- * @class
9044
- */
9045
- class InquiryPriceCreateVpnGatewayResponse extends AbstractModel {
9046
- constructor(){
9047
- super();
9048
-
9049
- /**
9050
- * Product price.
9051
- * @type {Price || null}
9052
- */
9053
- this.Price = null;
9054
-
9055
- /**
9056
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
9057
- * @type {string || null}
9058
- */
9059
- this.RequestId = null;
9060
-
9061
- }
9062
-
9063
- /**
9064
- * @private
9065
- */
9066
- deserialize(params) {
9067
- if (!params) {
9068
- return;
9069
- }
9070
-
9071
- if (params.Price) {
9072
- let obj = new Price();
9073
- obj.deserialize(params.Price)
9074
- this.Price = obj;
9075
- }
9076
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
9077
-
9078
- }
9079
- }
9080
-
9081
8167
  /**
9082
8168
  * Filter key-value pair
9083
8169
  * @class
@@ -9263,69 +8349,24 @@ Valid filters include:
9263
8349
  }
9264
8350
 
9265
8351
  /**
9266
- * The port forwarding rules of the NAT gateway
9267
- * @class
9268
- */
9269
- class NatGatewayDestinationIpPortTranslationNatRule extends AbstractModel {
9270
- constructor(){
9271
- super();
9272
-
9273
- /**
9274
- * Network protocol. Available choices: `TCP`, `UDP`.
9275
- * @type {string || null}
9276
- */
9277
- this.IpProtocol = null;
9278
-
9279
- /**
9280
- * EIP.
9281
- * @type {string || null}
9282
- */
9283
- this.PublicIpAddress = null;
9284
-
9285
- /**
9286
- * Public port.
9287
- * @type {number || null}
9288
- */
9289
- this.PublicPort = null;
9290
-
9291
- /**
9292
- * Private network address.
9293
- * @type {string || null}
9294
- */
9295
- this.PrivateIpAddress = null;
9296
-
9297
- /**
9298
- * Private network port.
9299
- * @type {number || null}
9300
- */
9301
- this.PrivatePort = null;
9302
-
9303
- /**
9304
- * NAT gateway forwarding rule description.
9305
- * @type {string || null}
9306
- */
9307
- this.Description = null;
9308
-
9309
- /**
9310
- * NAT gateway ID.
9311
- Note: This field may return null, indicating no valid value.
9312
- * @type {string || null}
9313
- */
9314
- this.NatGatewayId = null;
8352
+ * UnassignIpv6SubnetCidrBlock request structure.
8353
+ * @class
8354
+ */
8355
+ class UnassignIpv6SubnetCidrBlockRequest extends AbstractModel {
8356
+ constructor(){
8357
+ super();
9315
8358
 
9316
8359
  /**
9317
- * VPC ID.
9318
- Note: This field may return null, indicating no valid value.
8360
+ * The `ID` of the VPC where the subnet is located, such as `vpc-f49l6u0z`.
9319
8361
  * @type {string || null}
9320
8362
  */
9321
8363
  this.VpcId = null;
9322
8364
 
9323
8365
  /**
9324
- * The creation time of the NAT gateway forwarding rule.
9325
- Note: This field may return null, indicating no valid value.
9326
- * @type {string || null}
8366
+ * The `IPv6` subnet IP range list.
8367
+ * @type {Array.<Ipv6SubnetCidrBlock> || null}
9327
8368
  */
9328
- this.CreatedTime = null;
8369
+ this.Ipv6SubnetCidrBlocks = null;
9329
8370
 
9330
8371
  }
9331
8372
 
@@ -9336,15 +8377,16 @@ Note: This field may return null, indicating no valid value.
9336
8377
  if (!params) {
9337
8378
  return;
9338
8379
  }
9339
- this.IpProtocol = 'IpProtocol' in params ? params.IpProtocol : null;
9340
- this.PublicIpAddress = 'PublicIpAddress' in params ? params.PublicIpAddress : null;
9341
- this.PublicPort = 'PublicPort' in params ? params.PublicPort : null;
9342
- this.PrivateIpAddress = 'PrivateIpAddress' in params ? params.PrivateIpAddress : null;
9343
- this.PrivatePort = 'PrivatePort' in params ? params.PrivatePort : null;
9344
- this.Description = 'Description' in params ? params.Description : null;
9345
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
9346
8380
  this.VpcId = 'VpcId' in params ? params.VpcId : null;
9347
- this.CreatedTime = 'CreatedTime' in params ? params.CreatedTime : null;
8381
+
8382
+ if (params.Ipv6SubnetCidrBlocks) {
8383
+ this.Ipv6SubnetCidrBlocks = new Array();
8384
+ for (let z in params.Ipv6SubnetCidrBlocks) {
8385
+ let obj = new Ipv6SubnetCidrBlock();
8386
+ obj.deserialize(params.Ipv6SubnetCidrBlocks[z]);
8387
+ this.Ipv6SubnetCidrBlocks.push(obj);
8388
+ }
8389
+ }
9348
8390
 
9349
8391
  }
9350
8392
  }
@@ -11180,6 +10222,42 @@ class DisassociateNetworkInterfaceSecurityGroupsResponse extends AbstractModel
11180
10222
  }
11181
10223
  }
11182
10224
 
10225
+ /**
10226
+ * IP address template information
10227
+ * @class
10228
+ */
10229
+ class AddressInfo extends AbstractModel {
10230
+ constructor(){
10231
+ super();
10232
+
10233
+ /**
10234
+ * IP address
10235
+ * @type {string || null}
10236
+ */
10237
+ this.Address = null;
10238
+
10239
+ /**
10240
+ * Remarks
10241
+ Note: this field may return `null`, indicating that no valid values can be obtained.
10242
+ * @type {string || null}
10243
+ */
10244
+ this.Description = null;
10245
+
10246
+ }
10247
+
10248
+ /**
10249
+ * @private
10250
+ */
10251
+ deserialize(params) {
10252
+ if (!params) {
10253
+ return;
10254
+ }
10255
+ this.Address = 'Address' in params ? params.Address : null;
10256
+ this.Description = 'Description' in params ? params.Description : null;
10257
+
10258
+ }
10259
+ }
10260
+
11183
10261
  /**
11184
10262
  * DescribeNetworkInterfaceLimit response structure.
11185
10263
  * @class
@@ -12416,6 +11494,34 @@ class DescribeClassicLinkInstancesResponse extends AbstractModel {
12416
11494
  }
12417
11495
  }
12418
11496
 
11497
+ /**
11498
+ * DeleteDirectConnectGateway request structure.
11499
+ * @class
11500
+ */
11501
+ class DeleteDirectConnectGatewayRequest extends AbstractModel {
11502
+ constructor(){
11503
+ super();
11504
+
11505
+ /**
11506
+ * The unique `ID` of the direct connect gateway, such as `dcg-9o233uri`.
11507
+ * @type {string || null}
11508
+ */
11509
+ this.DirectConnectGatewayId = null;
11510
+
11511
+ }
11512
+
11513
+ /**
11514
+ * @private
11515
+ */
11516
+ deserialize(params) {
11517
+ if (!params) {
11518
+ return;
11519
+ }
11520
+ this.DirectConnectGatewayId = 'DirectConnectGatewayId' in params ? params.DirectConnectGatewayId : null;
11521
+
11522
+ }
11523
+ }
11524
+
12419
11525
  /**
12420
11526
  * DescribeVpnGatewayCcnRoutes response structure.
12421
11527
  * @class
@@ -12695,34 +11801,6 @@ class CreateNatGatewaySourceIpTranslationNatRuleResponse extends AbstractModel
12695
11801
  }
12696
11802
  }
12697
11803
 
12698
- /**
12699
- * DeleteNatGatewaySourceIpTranslationNatRule response structure.
12700
- * @class
12701
- */
12702
- class DeleteNatGatewaySourceIpTranslationNatRuleResponse extends AbstractModel {
12703
- constructor(){
12704
- super();
12705
-
12706
- /**
12707
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
12708
- * @type {string || null}
12709
- */
12710
- this.RequestId = null;
12711
-
12712
- }
12713
-
12714
- /**
12715
- * @private
12716
- */
12717
- deserialize(params) {
12718
- if (!params) {
12719
- return;
12720
- }
12721
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
12722
-
12723
- }
12724
- }
12725
-
12726
11804
  /**
12727
11805
  * The instance object associated with a CCN
12728
11806
  * @class
@@ -14757,34 +13835,6 @@ class GatewayFlowMonitorDetail extends AbstractModel {
14757
13835
  }
14758
13836
  }
14759
13837
 
14760
- /**
14761
- * DeleteNatGatewayDestinationIpPortTranslationNatRule response structure.
14762
- * @class
14763
- */
14764
- class DeleteNatGatewayDestinationIpPortTranslationNatRuleResponse extends AbstractModel {
14765
- constructor(){
14766
- super();
14767
-
14768
- /**
14769
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
14770
- * @type {string || null}
14771
- */
14772
- this.RequestId = null;
14773
-
14774
- }
14775
-
14776
- /**
14777
- * @private
14778
- */
14779
- deserialize(params) {
14780
- if (!params) {
14781
- return;
14782
- }
14783
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
14784
-
14785
- }
14786
- }
14787
-
14788
13838
  /**
14789
13839
  * DeleteVpnGateway request structure.
14790
13840
  * @class
@@ -15052,83 +14102,6 @@ class DescribeLocalGatewayResponse extends AbstractModel {
15052
14102
  }
15053
14103
  }
15054
14104
 
15055
- /**
15056
- * The pricing information of a single billing item
15057
- * @class
15058
- */
15059
- class ItemPrice extends AbstractModel {
15060
- constructor(){
15061
- super();
15062
-
15063
- /**
15064
- * The pay-as-you-go billing method. Unit: CNY.
15065
- * @type {number || null}
15066
- */
15067
- this.UnitPrice = null;
15068
-
15069
- /**
15070
- * Pay-as-you-go billing method. Value Range: HOUR: Indicates billing by the hour. Scenarios using this hourly billing unit include: Instances postpaid on an hourly basis (POSTPAID_BY_HOUR), and bandwidth postpaid on an hourly basis (BANDWIDTH_POSTPAID_BY_HOUR). GB: Indicates billing on a per-GB basis. Scenarios using this billing unit include: Traffic postpaid on an hourly basis (TRAFFIC_POSTPAID_BY_HOUR).
15071
- * @type {string || null}
15072
- */
15073
- this.ChargeUnit = null;
15074
-
15075
- /**
15076
- * Original price of the prepaid product. Unit: CNY.
15077
- * @type {number || null}
15078
- */
15079
- this.OriginalPrice = null;
15080
-
15081
- /**
15082
- * Discount price of the prepaid product. Unit: CNY.
15083
- * @type {number || null}
15084
- */
15085
- this.DiscountPrice = null;
15086
-
15087
- }
15088
-
15089
- /**
15090
- * @private
15091
- */
15092
- deserialize(params) {
15093
- if (!params) {
15094
- return;
15095
- }
15096
- this.UnitPrice = 'UnitPrice' in params ? params.UnitPrice : null;
15097
- this.ChargeUnit = 'ChargeUnit' in params ? params.ChargeUnit : null;
15098
- this.OriginalPrice = 'OriginalPrice' in params ? params.OriginalPrice : null;
15099
- this.DiscountPrice = 'DiscountPrice' in params ? params.DiscountPrice : null;
15100
-
15101
- }
15102
- }
15103
-
15104
- /**
15105
- * DeleteNatGateway request structure.
15106
- * @class
15107
- */
15108
- class DeleteNatGatewayRequest extends AbstractModel {
15109
- constructor(){
15110
- super();
15111
-
15112
- /**
15113
- * The ID of the NAT gateway, such as `nat-df45454`.
15114
- * @type {string || null}
15115
- */
15116
- this.NatGatewayId = null;
15117
-
15118
- }
15119
-
15120
- /**
15121
- * @private
15122
- */
15123
- deserialize(params) {
15124
- if (!params) {
15125
- return;
15126
- }
15127
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
15128
-
15129
- }
15130
- }
15131
-
15132
14105
  /**
15133
14106
  * ModifyCustomerGatewayAttribute response structure.
15134
14107
  * @class
@@ -15158,59 +14131,24 @@ class ModifyCustomerGatewayAttributeResponse extends AbstractModel {
15158
14131
  }
15159
14132
 
15160
14133
  /**
15161
- * Conflict resource items.
15162
- * @class
15163
- */
15164
- class ConflictItem extends AbstractModel {
15165
- constructor(){
15166
- super();
15167
-
15168
- /**
15169
- * Conflict resource ID
15170
- * @type {string || null}
15171
- */
15172
- this.ConfilctId = null;
15173
-
15174
- /**
15175
- * Conflict destination resource
15176
- * @type {string || null}
15177
- */
15178
- this.DestinationItem = null;
15179
-
15180
- }
15181
-
15182
- /**
15183
- * @private
15184
- */
15185
- deserialize(params) {
15186
- if (!params) {
15187
- return;
15188
- }
15189
- this.ConfilctId = 'ConfilctId' in params ? params.ConfilctId : null;
15190
- this.DestinationItem = 'DestinationItem' in params ? params.DestinationItem : null;
15191
-
15192
- }
15193
- }
15194
-
15195
- /**
15196
- * InquiryPriceRenewVpnGateway response structure.
14134
+ * Conflict resource items.
15197
14135
  * @class
15198
14136
  */
15199
- class InquiryPriceRenewVpnGatewayResponse extends AbstractModel {
14137
+ class ConflictItem extends AbstractModel {
15200
14138
  constructor(){
15201
14139
  super();
15202
14140
 
15203
14141
  /**
15204
- * Product price.
15205
- * @type {Price || null}
14142
+ * Conflict resource ID
14143
+ * @type {string || null}
15206
14144
  */
15207
- this.Price = null;
14145
+ this.ConfilctId = null;
15208
14146
 
15209
14147
  /**
15210
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
14148
+ * Conflict destination resource
15211
14149
  * @type {string || null}
15212
14150
  */
15213
- this.RequestId = null;
14151
+ this.DestinationItem = null;
15214
14152
 
15215
14153
  }
15216
14154
 
@@ -15221,13 +14159,8 @@ class InquiryPriceRenewVpnGatewayResponse extends AbstractModel {
15221
14159
  if (!params) {
15222
14160
  return;
15223
14161
  }
15224
-
15225
- if (params.Price) {
15226
- let obj = new Price();
15227
- obj.deserialize(params.Price)
15228
- this.Price = obj;
15229
- }
15230
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
14162
+ this.ConfilctId = 'ConfilctId' in params ? params.ConfilctId : null;
14163
+ this.DestinationItem = 'DestinationItem' in params ? params.DestinationItem : null;
15231
14164
 
15232
14165
  }
15233
14166
  }
@@ -16107,34 +15040,6 @@ class DeleteDirectConnectGatewayCcnRoutesRequest extends AbstractModel {
16107
15040
  }
16108
15041
  }
16109
15042
 
16110
- /**
16111
- * ModifyNatGatewaySourceIpTranslationNatRule response structure.
16112
- * @class
16113
- */
16114
- class ModifyNatGatewaySourceIpTranslationNatRuleResponse extends AbstractModel {
16115
- constructor(){
16116
- super();
16117
-
16118
- /**
16119
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
16120
- * @type {string || null}
16121
- */
16122
- this.RequestId = null;
16123
-
16124
- }
16125
-
16126
- /**
16127
- * @private
16128
- */
16129
- deserialize(params) {
16130
- if (!params) {
16131
- return;
16132
- }
16133
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
16134
-
16135
- }
16136
- }
16137
-
16138
15043
  /**
16139
15044
  * CreateNatGatewayDestinationIpPortTranslationNatRule request structure.
16140
15045
  * @class
@@ -16331,41 +15236,6 @@ class AttachNetworkInterfaceResponse extends AbstractModel {
16331
15236
  }
16332
15237
  }
16333
15238
 
16334
- /**
16335
- * DisassociateNatGatewayAddress request structure.
16336
- * @class
16337
- */
16338
- class DisassociateNatGatewayAddressRequest extends AbstractModel {
16339
- constructor(){
16340
- super();
16341
-
16342
- /**
16343
- * The ID of the NAT gateway, such as `nat-df45454`.
16344
- * @type {string || null}
16345
- */
16346
- this.NatGatewayId = null;
16347
-
16348
- /**
16349
- * Array of the EIPs to be unbound from the NAT gateway.
16350
- * @type {Array.<string> || null}
16351
- */
16352
- this.PublicIpAddresses = null;
16353
-
16354
- }
16355
-
16356
- /**
16357
- * @private
16358
- */
16359
- deserialize(params) {
16360
- if (!params) {
16361
- return;
16362
- }
16363
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
16364
- this.PublicIpAddresses = 'PublicIpAddresses' in params ? params.PublicIpAddresses : null;
16365
-
16366
- }
16367
- }
16368
-
16369
15239
  /**
16370
15240
  * DescribeServiceTemplates response structure.
16371
15241
  * @class
@@ -17261,98 +16131,6 @@ class ModifyVpnGatewayAttributeRequest extends AbstractModel {
17261
16131
  }
17262
16132
  }
17263
16133
 
17264
- /**
17265
- * CreateNatGateway request structure.
17266
- * @class
17267
- */
17268
- class CreateNatGatewayRequest extends AbstractModel {
17269
- constructor(){
17270
- super();
17271
-
17272
- /**
17273
- * NAT gateway name
17274
- * @type {string || null}
17275
- */
17276
- this.NatGatewayName = null;
17277
-
17278
- /**
17279
- * The ID of the VPC instance. You can obtain the parameter value from the VpcId field in the returned result of DescribeVpcs API.
17280
- * @type {string || null}
17281
- */
17282
- this.VpcId = null;
17283
-
17284
- /**
17285
- * The maximum outbound bandwidth of the NAT gateway (unit: Mbps). Supported parameter values: `20, 50, 100, 200, 500, 1000, 2000, 5000`. Default: `100Mbps`.
17286
- * @type {number || null}
17287
- */
17288
- this.InternetMaxBandwidthOut = null;
17289
-
17290
- /**
17291
- * The concurrent connection cap of the NAT gateway. Supported parameter values: `1000000, 3000000, 10000000`. The default value is `100000`.
17292
- * @type {number || null}
17293
- */
17294
- this.MaxConcurrentConnection = null;
17295
-
17296
- /**
17297
- * The number of EIPs that needs to be applied for. The system will create N number of EIPs according to your requirements. Either AddressCount or PublicAddresses must be passed in.
17298
- * @type {number || null}
17299
- */
17300
- this.AddressCount = null;
17301
-
17302
- /**
17303
- * The EIP array bound to the NAT gateway. Either AddressCount or PublicAddresses must be passed in.
17304
- * @type {Array.<string> || null}
17305
- */
17306
- this.PublicIpAddresses = null;
17307
-
17308
- /**
17309
- * The availability zone, such as `ap-guangzhou-1`.
17310
- * @type {string || null}
17311
- */
17312
- this.Zone = null;
17313
-
17314
- /**
17315
- * Bound tags, such as [{"Key": "city", "Value": "shanghai"}].
17316
- * @type {Array.<Tag> || null}
17317
- */
17318
- this.Tags = null;
17319
-
17320
- /**
17321
- * Subnet of the NAT gateway
17322
- * @type {string || null}
17323
- */
17324
- this.SubnetId = null;
17325
-
17326
- }
17327
-
17328
- /**
17329
- * @private
17330
- */
17331
- deserialize(params) {
17332
- if (!params) {
17333
- return;
17334
- }
17335
- this.NatGatewayName = 'NatGatewayName' in params ? params.NatGatewayName : null;
17336
- this.VpcId = 'VpcId' in params ? params.VpcId : null;
17337
- this.InternetMaxBandwidthOut = 'InternetMaxBandwidthOut' in params ? params.InternetMaxBandwidthOut : null;
17338
- this.MaxConcurrentConnection = 'MaxConcurrentConnection' in params ? params.MaxConcurrentConnection : null;
17339
- this.AddressCount = 'AddressCount' in params ? params.AddressCount : null;
17340
- this.PublicIpAddresses = 'PublicIpAddresses' in params ? params.PublicIpAddresses : null;
17341
- this.Zone = 'Zone' in params ? params.Zone : null;
17342
-
17343
- if (params.Tags) {
17344
- this.Tags = new Array();
17345
- for (let z in params.Tags) {
17346
- let obj = new Tag();
17347
- obj.deserialize(params.Tags[z]);
17348
- this.Tags.push(obj);
17349
- }
17350
- }
17351
- this.SubnetId = 'SubnetId' in params ? params.SubnetId : null;
17352
-
17353
- }
17354
- }
17355
-
17356
16134
  /**
17357
16135
  * DeleteNetDetect request structure.
17358
16136
  * @class
@@ -18449,58 +17227,6 @@ class ModifyVpcAttributeRequest extends AbstractModel {
18449
17227
  }
18450
17228
  }
18451
17229
 
18452
- /**
18453
- * ModifyNatGatewayDestinationIpPortTranslationNatRule request structure.
18454
- * @class
18455
- */
18456
- class ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest extends AbstractModel {
18457
- constructor(){
18458
- super();
18459
-
18460
- /**
18461
- * The ID of the NAT gateway, such as `nat-df45454`.
18462
- * @type {string || null}
18463
- */
18464
- this.NatGatewayId = null;
18465
-
18466
- /**
18467
- * The port forwarding rule of the source NAT gateway.
18468
- * @type {DestinationIpPortTranslationNatRule || null}
18469
- */
18470
- this.SourceNatRule = null;
18471
-
18472
- /**
18473
- * The port forwarding rule of the destination NAT gateway.
18474
- * @type {DestinationIpPortTranslationNatRule || null}
18475
- */
18476
- this.DestinationNatRule = null;
18477
-
18478
- }
18479
-
18480
- /**
18481
- * @private
18482
- */
18483
- deserialize(params) {
18484
- if (!params) {
18485
- return;
18486
- }
18487
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
18488
-
18489
- if (params.SourceNatRule) {
18490
- let obj = new DestinationIpPortTranslationNatRule();
18491
- obj.deserialize(params.SourceNatRule)
18492
- this.SourceNatRule = obj;
18493
- }
18494
-
18495
- if (params.DestinationNatRule) {
18496
- let obj = new DestinationIpPortTranslationNatRule();
18497
- obj.deserialize(params.DestinationNatRule)
18498
- this.DestinationNatRule = obj;
18499
- }
18500
-
18501
- }
18502
- }
18503
-
18504
17230
  /**
18505
17231
  * CreateSecurityGroupPolicies request structure.
18506
17232
  * @class
@@ -18767,34 +17493,6 @@ class DeleteServiceTemplateGroupRequest extends AbstractModel {
18767
17493
  }
18768
17494
  }
18769
17495
 
18770
- /**
18771
- * DeleteNatGateway response structure.
18772
- * @class
18773
- */
18774
- class DeleteNatGatewayResponse extends AbstractModel {
18775
- constructor(){
18776
- super();
18777
-
18778
- /**
18779
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
18780
- * @type {string || null}
18781
- */
18782
- this.RequestId = null;
18783
-
18784
- }
18785
-
18786
- /**
18787
- * @private
18788
- */
18789
- deserialize(params) {
18790
- if (!params) {
18791
- return;
18792
- }
18793
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
18794
-
18795
- }
18796
- }
18797
-
18798
17496
  /**
18799
17497
  * CreateDirectConnectGateway response structure.
18800
17498
  * @class
@@ -19536,41 +18234,7 @@ class InquiryPriceRenewVpnGatewayRequest extends AbstractModel {
19536
18234
  * Specifies the purchased validity period, whether to enable auto-renewal. This parameter is required for monthly-subscription instances.
19537
18235
  * @type {InstanceChargePrepaid || null}
19538
18236
  */
19539
- this.InstanceChargePrepaid = null;
19540
-
19541
- }
19542
-
19543
- /**
19544
- * @private
19545
- */
19546
- deserialize(params) {
19547
- if (!params) {
19548
- return;
19549
- }
19550
- this.VpnGatewayId = 'VpnGatewayId' in params ? params.VpnGatewayId : null;
19551
-
19552
- if (params.InstanceChargePrepaid) {
19553
- let obj = new InstanceChargePrepaid();
19554
- obj.deserialize(params.InstanceChargePrepaid)
19555
- this.InstanceChargePrepaid = obj;
19556
- }
19557
-
19558
- }
19559
- }
19560
-
19561
- /**
19562
- * EnableCcnRoutes response structure.
19563
- * @class
19564
- */
19565
- class EnableCcnRoutesResponse extends AbstractModel {
19566
- constructor(){
19567
- super();
19568
-
19569
- /**
19570
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
19571
- * @type {string || null}
19572
- */
19573
- this.RequestId = null;
18237
+ this.InstanceChargePrepaid = null;
19574
18238
 
19575
18239
  }
19576
18240
 
@@ -19581,16 +18245,22 @@ class EnableCcnRoutesResponse extends AbstractModel {
19581
18245
  if (!params) {
19582
18246
  return;
19583
18247
  }
19584
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
18248
+ this.VpnGatewayId = 'VpnGatewayId' in params ? params.VpnGatewayId : null;
18249
+
18250
+ if (params.InstanceChargePrepaid) {
18251
+ let obj = new InstanceChargePrepaid();
18252
+ obj.deserialize(params.InstanceChargePrepaid)
18253
+ this.InstanceChargePrepaid = obj;
18254
+ }
19585
18255
 
19586
18256
  }
19587
18257
  }
19588
18258
 
19589
18259
  /**
19590
- * ModifyVpnGatewayCcnRoutes response structure.
18260
+ * EnableCcnRoutes response structure.
19591
18261
  * @class
19592
18262
  */
19593
- class ModifyVpnGatewayCcnRoutesResponse extends AbstractModel {
18263
+ class EnableCcnRoutesResponse extends AbstractModel {
19594
18264
  constructor(){
19595
18265
  super();
19596
18266
 
@@ -19822,10 +18492,10 @@ class DisassociateVpcEndPointSecurityGroupsResponse extends AbstractModel {
19822
18492
  }
19823
18493
 
19824
18494
  /**
19825
- * AssociateNatGatewayAddress response structure.
18495
+ * ModifyVpnGatewayCcnRoutes response structure.
19826
18496
  * @class
19827
18497
  */
19828
- class AssociateNatGatewayAddressResponse extends AbstractModel {
18498
+ class ModifyVpnGatewayCcnRoutesResponse extends AbstractModel {
19829
18499
  constructor(){
19830
18500
  super();
19831
18501
 
@@ -21347,41 +20017,6 @@ class CreateVpcEndPointServiceWhiteListRequest extends AbstractModel {
21347
20017
  }
21348
20018
  }
21349
20019
 
21350
- /**
21351
- * DeleteNatGatewaySourceIpTranslationNatRule request structure.
21352
- * @class
21353
- */
21354
- class DeleteNatGatewaySourceIpTranslationNatRuleRequest extends AbstractModel {
21355
- constructor(){
21356
- super();
21357
-
21358
- /**
21359
- * The ID of the NAT Gateway, such as `nat-df45454`
21360
- * @type {string || null}
21361
- */
21362
- this.NatGatewayId = null;
21363
-
21364
- /**
21365
- * The list of SNAT rule IDs of a NAT Gateway, such as `snat-df43254`
21366
- * @type {Array.<string> || null}
21367
- */
21368
- this.NatGatewaySnatIds = null;
21369
-
21370
- }
21371
-
21372
- /**
21373
- * @private
21374
- */
21375
- deserialize(params) {
21376
- if (!params) {
21377
- return;
21378
- }
21379
- this.NatGatewayId = 'NatGatewayId' in params ? params.NatGatewayId : null;
21380
- this.NatGatewaySnatIds = 'NatGatewaySnatIds' in params ? params.NatGatewaySnatIds : null;
21381
-
21382
- }
21383
- }
21384
-
21385
20020
  /**
21386
20021
  * ModifyVpnGatewayCcnRoutes request structure.
21387
20022
  * @class
@@ -21692,56 +20327,6 @@ class CreateAddressTemplateRequest extends AbstractModel {
21692
20327
  }
21693
20328
  }
21694
20329
 
21695
- /**
21696
- * DescribeNatGateways response structure.
21697
- * @class
21698
- */
21699
- class DescribeNatGatewaysResponse extends AbstractModel {
21700
- constructor(){
21701
- super();
21702
-
21703
- /**
21704
- * NAT gateway object array.
21705
- * @type {Array.<NatGateway> || null}
21706
- */
21707
- this.NatGatewaySet = null;
21708
-
21709
- /**
21710
- * The number of NAT gateway object sets meeting the conditions.
21711
- * @type {number || null}
21712
- */
21713
- this.TotalCount = null;
21714
-
21715
- /**
21716
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
21717
- * @type {string || null}
21718
- */
21719
- this.RequestId = null;
21720
-
21721
- }
21722
-
21723
- /**
21724
- * @private
21725
- */
21726
- deserialize(params) {
21727
- if (!params) {
21728
- return;
21729
- }
21730
-
21731
- if (params.NatGatewaySet) {
21732
- this.NatGatewaySet = new Array();
21733
- for (let z in params.NatGatewaySet) {
21734
- let obj = new NatGateway();
21735
- obj.deserialize(params.NatGatewaySet[z]);
21736
- this.NatGatewaySet.push(obj);
21737
- }
21738
- }
21739
- this.TotalCount = 'TotalCount' in params ? params.TotalCount : null;
21740
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
21741
-
21742
- }
21743
- }
21744
-
21745
20330
  /**
21746
20331
  * Subnet object
21747
20332
  * @class
@@ -23223,18 +21808,36 @@ class CreateRouteTableResponse extends AbstractModel {
23223
21808
  }
23224
21809
 
23225
21810
  /**
23226
- * DeleteDirectConnectGateway request structure.
21811
+ * The pricing information of a single billing item
23227
21812
  * @class
23228
21813
  */
23229
- class DeleteDirectConnectGatewayRequest extends AbstractModel {
21814
+ class ItemPrice extends AbstractModel {
23230
21815
  constructor(){
23231
21816
  super();
23232
21817
 
23233
21818
  /**
23234
- * The unique `ID` of the direct connect gateway, such as `dcg-9o233uri`.
21819
+ * The pay-as-you-go billing method. Unit: CNY.
21820
+ * @type {number || null}
21821
+ */
21822
+ this.UnitPrice = null;
21823
+
21824
+ /**
21825
+ * Pay-as-you-go billing method. Value Range: HOUR: Indicates billing by the hour. Scenarios using this hourly billing unit include: Instances postpaid on an hourly basis (POSTPAID_BY_HOUR), and bandwidth postpaid on an hourly basis (BANDWIDTH_POSTPAID_BY_HOUR). GB: Indicates billing on a per-GB basis. Scenarios using this billing unit include: Traffic postpaid on an hourly basis (TRAFFIC_POSTPAID_BY_HOUR).
23235
21826
  * @type {string || null}
23236
21827
  */
23237
- this.DirectConnectGatewayId = null;
21828
+ this.ChargeUnit = null;
21829
+
21830
+ /**
21831
+ * Original price of the prepaid product. Unit: CNY.
21832
+ * @type {number || null}
21833
+ */
21834
+ this.OriginalPrice = null;
21835
+
21836
+ /**
21837
+ * Discount price of the prepaid product. Unit: CNY.
21838
+ * @type {number || null}
21839
+ */
21840
+ this.DiscountPrice = null;
23238
21841
 
23239
21842
  }
23240
21843
 
@@ -23245,7 +21848,10 @@ class DeleteDirectConnectGatewayRequest extends AbstractModel {
23245
21848
  if (!params) {
23246
21849
  return;
23247
21850
  }
23248
- this.DirectConnectGatewayId = 'DirectConnectGatewayId' in params ? params.DirectConnectGatewayId : null;
21851
+ this.UnitPrice = 'UnitPrice' in params ? params.UnitPrice : null;
21852
+ this.ChargeUnit = 'ChargeUnit' in params ? params.ChargeUnit : null;
21853
+ this.OriginalPrice = 'OriginalPrice' in params ? params.OriginalPrice : null;
21854
+ this.DiscountPrice = 'DiscountPrice' in params ? params.DiscountPrice : null;
23249
21855
 
23250
21856
  }
23251
21857
  }
@@ -23343,34 +21949,6 @@ class ModifyPrivateIpAddressesAttributeRequest extends AbstractModel {
23343
21949
  }
23344
21950
  }
23345
21951
 
23346
- /**
23347
- * ResetNatGatewayConnection response structure.
23348
- * @class
23349
- */
23350
- class ResetNatGatewayConnectionResponse extends AbstractModel {
23351
- constructor(){
23352
- super();
23353
-
23354
- /**
23355
- * The unique request ID, which is returned for each request. RequestId is required for locating a problem.
23356
- * @type {string || null}
23357
- */
23358
- this.RequestId = null;
23359
-
23360
- }
23361
-
23362
- /**
23363
- * @private
23364
- */
23365
- deserialize(params) {
23366
- if (!params) {
23367
- return;
23368
- }
23369
- this.RequestId = 'RequestId' in params ? params.RequestId : null;
23370
-
23371
- }
23372
- }
23373
-
23374
21952
  /**
23375
21953
  * AssociateNetworkInterfaceSecurityGroups request structure.
23376
21954
  * @class
@@ -23695,53 +22273,6 @@ class DescribeCcnRegionBandwidthLimitsRequest extends AbstractModel {
23695
22273
  }
23696
22274
  }
23697
22275
 
23698
- /**
23699
- * InquiryPriceCreateVpnGateway request structure.
23700
- * @class
23701
- */
23702
- class InquiryPriceCreateVpnGatewayRequest extends AbstractModel {
23703
- constructor(){
23704
- super();
23705
-
23706
- /**
23707
- * The public network bandwidth configuration. Available bandwidth specifications: 5, 10, 20, 50, and 100. Unit: Mbps.
23708
- * @type {number || null}
23709
- */
23710
- this.InternetMaxBandwidthOut = null;
23711
-
23712
- /**
23713
- * The VPN gateway billing mode. PREPAID: prepaid means monthly subscription. POSTPAID_BY_HOUR: postpaid means pay-as-you-go. Default: POSTPAID_BY_HOUR. If prepaid mode is specified, the `InstanceChargePrepaid` parameter must be entered.
23714
- * @type {string || null}
23715
- */
23716
- this.InstanceChargeType = null;
23717
-
23718
- /**
23719
- * Parameter settings for prepaid billing mode, also known as monthly subscription. This parameter can specify the purchase period and other attributes such as auto-renewal. This parameter is mandatory for prepaid instances.
23720
- * @type {InstanceChargePrepaid || null}
23721
- */
23722
- this.InstanceChargePrepaid = null;
23723
-
23724
- }
23725
-
23726
- /**
23727
- * @private
23728
- */
23729
- deserialize(params) {
23730
- if (!params) {
23731
- return;
23732
- }
23733
- this.InternetMaxBandwidthOut = 'InternetMaxBandwidthOut' in params ? params.InternetMaxBandwidthOut : null;
23734
- this.InstanceChargeType = 'InstanceChargeType' in params ? params.InstanceChargeType : null;
23735
-
23736
- if (params.InstanceChargePrepaid) {
23737
- let obj = new InstanceChargePrepaid();
23738
- obj.deserialize(params.InstanceChargePrepaid)
23739
- this.InstanceChargePrepaid = obj;
23740
- }
23741
-
23742
- }
23743
- }
23744
-
23745
22276
  /**
23746
22277
  * Customer gateway vendor information object.
23747
22278
  * @class
@@ -24630,41 +23161,6 @@ class DeleteVpcResponse extends AbstractModel {
24630
23161
  }
24631
23162
  }
24632
23163
 
24633
- /**
24634
- * Prepaid (monthly subscription) billing object.
24635
- * @class
24636
- */
24637
- class InstanceChargePrepaid extends AbstractModel {
24638
- constructor(){
24639
- super();
24640
-
24641
- /**
24642
- * Purchased usage period (in month). Value range: [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36].
24643
- * @type {number || null}
24644
- */
24645
- this.Period = null;
24646
-
24647
- /**
24648
- * Auto-renewal ID. Value range: NOTIFY_AND_AUTO_RENEW: notify expiry and renew automatically, NOTIFY_AND_MANUAL_RENEW: notify expiry but do not renew automatically. The default is NOTIFY_AND_MANUAL_RENEW
24649
- * @type {string || null}
24650
- */
24651
- this.RenewFlag = null;
24652
-
24653
- }
24654
-
24655
- /**
24656
- * @private
24657
- */
24658
- deserialize(params) {
24659
- if (!params) {
24660
- return;
24661
- }
24662
- this.Period = 'Period' in params ? params.Period : null;
24663
- this.RenewFlag = 'RenewFlag' in params ? params.RenewFlag : null;
24664
-
24665
- }
24666
- }
24667
-
24668
23164
  /**
24669
23165
  * DescribeVpcEndPointServiceWhiteList response structure.
24670
23166
  * @class
@@ -24744,25 +23240,24 @@ class AcceptAttachCcnInstancesResponse extends AbstractModel {
24744
23240
  }
24745
23241
 
24746
23242
  /**
24747
- * IP address template information
23243
+ * Prepaid (monthly subscription) billing object.
24748
23244
  * @class
24749
23245
  */
24750
- class AddressInfo extends AbstractModel {
23246
+ class InstanceChargePrepaid extends AbstractModel {
24751
23247
  constructor(){
24752
23248
  super();
24753
23249
 
24754
23250
  /**
24755
- * IP address
24756
- * @type {string || null}
23251
+ * Purchased usage period (in month). Value range: [1, 2, 3, 4, 5, 6, 7, 8, 9, 12, 24, 36].
23252
+ * @type {number || null}
24757
23253
  */
24758
- this.Address = null;
23254
+ this.Period = null;
24759
23255
 
24760
23256
  /**
24761
- * Remarks
24762
- Note: this field may return `null`, indicating that no valid values can be obtained.
23257
+ * Auto-renewal ID. Value range: NOTIFY_AND_AUTO_RENEW: notify expiry and renew automatically, NOTIFY_AND_MANUAL_RENEW: notify expiry but do not renew automatically. The default is NOTIFY_AND_MANUAL_RENEW
24763
23258
  * @type {string || null}
24764
23259
  */
24765
- this.Description = null;
23260
+ this.RenewFlag = null;
24766
23261
 
24767
23262
  }
24768
23263
 
@@ -24773,8 +23268,8 @@ Note: this field may return `null`, indicating that no valid values can be obtai
24773
23268
  if (!params) {
24774
23269
  return;
24775
23270
  }
24776
- this.Address = 'Address' in params ? params.Address : null;
24777
- this.Description = 'Description' in params ? params.Description : null;
23271
+ this.Period = 'Period' in params ? params.Period : null;
23272
+ this.RenewFlag = 'RenewFlag' in params ? params.RenewFlag : null;
24778
23273
 
24779
23274
  }
24780
23275
  }
@@ -24889,20 +23384,18 @@ module.exports = {
24889
23384
  DescribeVpcIpv6AddressesRequest: DescribeVpcIpv6AddressesRequest,
24890
23385
  SourceIpTranslationNatRule: SourceIpTranslationNatRule,
24891
23386
  DescribeCustomerGatewaysRequest: DescribeCustomerGatewaysRequest,
24892
- ModifyNatGatewayDestinationIpPortTranslationNatRuleResponse: ModifyNatGatewayDestinationIpPortTranslationNatRuleResponse,
24893
- ModifyNatGatewaySourceIpTranslationNatRuleRequest: ModifyNatGatewaySourceIpTranslationNatRuleRequest,
24894
23387
  ModifyCcnRegionBandwidthLimitsTypeResponse: ModifyCcnRegionBandwidthLimitsTypeResponse,
24895
23388
  DescribeVpnGatewaysResponse: DescribeVpnGatewaysResponse,
24896
23389
  ModifyServiceTemplateAttributeRequest: ModifyServiceTemplateAttributeRequest,
24897
- FlowLog: FlowLog,
23390
+ InquiryPriceRenewVpnGatewayResponse: InquiryPriceRenewVpnGatewayResponse,
24898
23391
  ResetAttachCcnInstancesResponse: ResetAttachCcnInstancesResponse,
24899
23392
  DescribeServiceTemplateGroupsResponse: DescribeServiceTemplateGroupsResponse,
24900
23393
  DescribeVpcEndPointRequest: DescribeVpcEndPointRequest,
24901
23394
  DetachClassicLinkVpcRequest: DetachClassicLinkVpcRequest,
24902
23395
  DescribeBandwidthPackageBillUsageResponse: DescribeBandwidthPackageBillUsageResponse,
24903
23396
  DeleteBandwidthPackageResponse: DeleteBandwidthPackageResponse,
24904
- ModifyNatGatewayAttributeRequest: ModifyNatGatewayAttributeRequest,
24905
23397
  DescribeLocalGatewayRequest: DescribeLocalGatewayRequest,
23398
+ FlowLog: FlowLog,
24906
23399
  ModifyDirectConnectGatewayAttributeRequest: ModifyDirectConnectGatewayAttributeRequest,
24907
23400
  IpField: IpField,
24908
23401
  AddBandwidthPackageResourcesRequest: AddBandwidthPackageResourcesRequest,
@@ -24916,7 +23409,6 @@ module.exports = {
24916
23409
  UnassignIpv6AddressesResponse: UnassignIpv6AddressesResponse,
24917
23410
  DescribeFlowLogsRequest: DescribeFlowLogsRequest,
24918
23411
  CloneSecurityGroupRequest: CloneSecurityGroupRequest,
24919
- AssociateNatGatewayAddressRequest: AssociateNatGatewayAddressRequest,
24920
23412
  DescribeFlowLogsResponse: DescribeFlowLogsResponse,
24921
23413
  CreateVpcEndPointRequest: CreateVpcEndPointRequest,
24922
23414
  ModifyBandwidthPackageAttributeRequest: ModifyBandwidthPackageAttributeRequest,
@@ -24927,7 +23419,6 @@ module.exports = {
24927
23419
  UnassignIpv6SubnetCidrBlockResponse: UnassignIpv6SubnetCidrBlockResponse,
24928
23420
  ModifyVpcEndPointServiceAttributeRequest: ModifyVpcEndPointServiceAttributeRequest,
24929
23421
  DescribeIpGeolocationInfosResponse: DescribeIpGeolocationInfosResponse,
24930
- DeleteNatGatewayDestinationIpPortTranslationNatRuleRequest: DeleteNatGatewayDestinationIpPortTranslationNatRuleRequest,
24931
23422
  ResetRoutesRequest: ResetRoutesRequest,
24932
23423
  CheckNetDetectStateRequest: CheckNetDetectStateRequest,
24933
23424
  RouteTableAssociation: RouteTableAssociation,
@@ -24938,15 +23429,12 @@ module.exports = {
24938
23429
  DeleteCcnResponse: DeleteCcnResponse,
24939
23430
  ServiceTemplate: ServiceTemplate,
24940
23431
  DescribeCcnAttachedInstancesRequest: DescribeCcnAttachedInstancesRequest,
24941
- DescribeNatGatewaySourceIpTranslationNatRulesRequest: DescribeNatGatewaySourceIpTranslationNatRulesRequest,
24942
- DescribeNatGatewaysRequest: DescribeNatGatewaysRequest,
24943
23432
  ModifyFlowLogAttributeResponse: ModifyFlowLogAttributeResponse,
24944
23433
  DescribeBandwidthPackagesResponse: DescribeBandwidthPackagesResponse,
24945
23434
  DescribeDirectConnectGatewaysRequest: DescribeDirectConnectGatewaysRequest,
24946
23435
  AssociateNetworkInterfaceSecurityGroupsResponse: AssociateNetworkInterfaceSecurityGroupsResponse,
24947
23436
  CreateVpcEndPointServiceWhiteListResponse: CreateVpcEndPointServiceWhiteListResponse,
24948
23437
  DescribeIpGeolocationDatabaseUrlResponse: DescribeIpGeolocationDatabaseUrlResponse,
24949
- DescribeNatGatewaySourceIpTranslationNatRulesResponse: DescribeNatGatewaySourceIpTranslationNatRulesResponse,
24950
23438
  AcceptAttachCcnInstancesRequest: AcceptAttachCcnInstancesRequest,
24951
23439
  DescribeGatewayFlowMonitorDetailResponse: DescribeGatewayFlowMonitorDetailResponse,
24952
23440
  IpGeolocationInfo: IpGeolocationInfo,
@@ -24955,26 +23443,22 @@ module.exports = {
24955
23443
  HaVipDisassociateAddressIpResponse: HaVipDisassociateAddressIpResponse,
24956
23444
  DescribeTaskResultRequest: DescribeTaskResultRequest,
24957
23445
  ModifyAddressInternetChargeTypeResponse: ModifyAddressInternetChargeTypeResponse,
24958
- UnassignIpv6SubnetCidrBlockRequest: UnassignIpv6SubnetCidrBlockRequest,
24959
23446
  DeleteVpcEndPointServiceResponse: DeleteVpcEndPointServiceResponse,
24960
23447
  AssignIpv6CidrBlockRequest: AssignIpv6CidrBlockRequest,
24961
23448
  CreateSecurityGroupPoliciesResponse: CreateSecurityGroupPoliciesResponse,
24962
23449
  UnassignIpv6CidrBlockResponse: UnassignIpv6CidrBlockResponse,
24963
23450
  ModifyVpnGatewayRoutesRequest: ModifyVpnGatewayRoutesRequest,
24964
23451
  HaVipAssociateAddressIpRequest: HaVipAssociateAddressIpRequest,
24965
- DisassociateNatGatewayAddressResponse: DisassociateNatGatewayAddressResponse,
24966
23452
  DeleteRoutesResponse: DeleteRoutesResponse,
24967
23453
  DescribeCrossBorderComplianceRequest: DescribeCrossBorderComplianceRequest,
24968
23454
  DescribeSecurityGroupAssociationStatisticsResponse: DescribeSecurityGroupAssociationStatisticsResponse,
24969
23455
  CidrForCcn: CidrForCcn,
24970
- NatGatewayAddress: NatGatewayAddress,
24971
23456
  DescribeVpcEndPointServiceResponse: DescribeVpcEndPointServiceResponse,
24972
23457
  ModifyVpcEndPointAttributeResponse: ModifyVpcEndPointAttributeResponse,
24973
23458
  DescribeFlowLogRequest: DescribeFlowLogRequest,
24974
23459
  DescribeAccountAttributesResponse: DescribeAccountAttributesResponse,
24975
23460
  AssignPrivateIpAddressesResponse: AssignPrivateIpAddressesResponse,
24976
23461
  DescribeSecurityGroupsRequest: DescribeSecurityGroupsRequest,
24977
- DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest: DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest,
24978
23462
  AddBandwidthPackageResourcesResponse: AddBandwidthPackageResourcesResponse,
24979
23463
  SetCcnRegionBandwidthLimitsRequest: SetCcnRegionBandwidthLimitsRequest,
24980
23464
  ModifyAddressInternetChargeTypeRequest: ModifyAddressInternetChargeTypeRequest,
@@ -24984,7 +23468,6 @@ module.exports = {
24984
23468
  CreateSecurityGroupWithPoliciesResponse: CreateSecurityGroupWithPoliciesResponse,
24985
23469
  DeleteAddressTemplateResponse: DeleteAddressTemplateResponse,
24986
23470
  ModifySubnetAttributeResponse: ModifySubnetAttributeResponse,
24987
- ResetNatGatewayConnectionRequest: ResetNatGatewayConnectionRequest,
24988
23471
  DeleteAddressTemplateRequest: DeleteAddressTemplateRequest,
24989
23472
  CreateNatGatewaySourceIpTranslationNatRuleRequest: CreateNatGatewaySourceIpTranslationNatRuleRequest,
24990
23473
  NetworkInterface: NetworkInterface,
@@ -24992,7 +23475,6 @@ module.exports = {
24992
23475
  ReplaceDirectConnectGatewayCcnRoutesRequest: ReplaceDirectConnectGatewayCcnRoutesRequest,
24993
23476
  DescribeVpcPrivateIpAddressesRequest: DescribeVpcPrivateIpAddressesRequest,
24994
23477
  ModifyAddressTemplateAttributeRequest: ModifyAddressTemplateAttributeRequest,
24995
- CreateNatGatewayResponse: CreateNatGatewayResponse,
24996
23478
  DescribeVpcsResponse: DescribeVpcsResponse,
24997
23479
  ModifySecurityGroupAttributeRequest: ModifySecurityGroupAttributeRequest,
24998
23480
  ModifyNetDetectRequest: ModifyNetDetectRequest,
@@ -25010,14 +23492,12 @@ module.exports = {
25010
23492
  DeleteSecurityGroupPoliciesRequest: DeleteSecurityGroupPoliciesRequest,
25011
23493
  VpnConnection: VpnConnection,
25012
23494
  DescribeCcnsRequest: DescribeCcnsRequest,
25013
- ModifyNatGatewayAttributeResponse: ModifyNatGatewayAttributeResponse,
25014
23495
  DescribeNetDetectsRequest: DescribeNetDetectsRequest,
25015
23496
  CreateAddressTemplateGroupRequest: CreateAddressTemplateGroupRequest,
25016
23497
  DescribeCustomerGatewayVendorsResponse: DescribeCustomerGatewayVendorsResponse,
25017
23498
  DeleteSubnetResponse: DeleteSubnetResponse,
25018
23499
  Vpc: Vpc,
25019
23500
  CreateVpnGatewayResponse: CreateVpnGatewayResponse,
25020
- DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse: DescribeNatGatewayDestinationIpPortTranslationNatRulesResponse,
25021
23501
  FlowLogStorage: FlowLogStorage,
25022
23502
  DescribeVpcIpv6AddressesResponse: DescribeVpcIpv6AddressesResponse,
25023
23503
  RejectAttachCcnInstancesRequest: RejectAttachCcnInstancesRequest,
@@ -25036,7 +23516,6 @@ module.exports = {
25036
23516
  DescribeSecurityGroupPoliciesResponse: DescribeSecurityGroupPoliciesResponse,
25037
23517
  GetCcnRegionBandwidthLimitsResponse: GetCcnRegionBandwidthLimitsResponse,
25038
23518
  ModifySecurityGroupPoliciesRequest: ModifySecurityGroupPoliciesRequest,
25039
- NatGateway: NatGateway,
25040
23519
  ReplaceRoutesRequest: ReplaceRoutesRequest,
25041
23520
  CreateCustomerGatewayResponse: CreateCustomerGatewayResponse,
25042
23521
  DeleteServiceTemplateGroupResponse: DeleteServiceTemplateGroupResponse,
@@ -25049,13 +23528,12 @@ module.exports = {
25049
23528
  DefaultVpcSubnet: DefaultVpcSubnet,
25050
23529
  CreateSubnetsResponse: CreateSubnetsResponse,
25051
23530
  DescribeGatewayFlowMonitorDetailRequest: DescribeGatewayFlowMonitorDetailRequest,
25052
- InquiryPriceCreateVpnGatewayResponse: InquiryPriceCreateVpnGatewayResponse,
25053
23531
  FilterObject: FilterObject,
25054
23532
  ModifyBandwidthPackageAttributeResponse: ModifyBandwidthPackageAttributeResponse,
25055
23533
  DetachNetworkInterfaceResponse: DetachNetworkInterfaceResponse,
25056
23534
  ResetRoutesResponse: ResetRoutesResponse,
25057
23535
  DescribeVpcsRequest: DescribeVpcsRequest,
25058
- NatGatewayDestinationIpPortTranslationNatRule: NatGatewayDestinationIpPortTranslationNatRule,
23536
+ UnassignIpv6SubnetCidrBlockRequest: UnassignIpv6SubnetCidrBlockRequest,
25059
23537
  CloneSecurityGroupResponse: CloneSecurityGroupResponse,
25060
23538
  CreateVpnConnectionResponse: CreateVpnConnectionResponse,
25061
23539
  AddressTemplateSpecification: AddressTemplateSpecification,
@@ -25090,6 +23568,7 @@ module.exports = {
25090
23568
  ModifyNetworkInterfaceAttributeResponse: ModifyNetworkInterfaceAttributeResponse,
25091
23569
  CreateSecurityGroupResponse: CreateSecurityGroupResponse,
25092
23570
  DisassociateNetworkInterfaceSecurityGroupsResponse: DisassociateNetworkInterfaceSecurityGroupsResponse,
23571
+ AddressInfo: AddressInfo,
25093
23572
  DescribeNetworkInterfaceLimitResponse: DescribeNetworkInterfaceLimitResponse,
25094
23573
  AssignIpv6CidrBlockResponse: AssignIpv6CidrBlockResponse,
25095
23574
  CreateCcnRequest: CreateCcnRequest,
@@ -25114,13 +23593,13 @@ module.exports = {
25114
23593
  DisassociateDirectConnectGatewayNatGatewayResponse: DisassociateDirectConnectGatewayNatGatewayResponse,
25115
23594
  CreateServiceTemplateGroupRequest: CreateServiceTemplateGroupRequest,
25116
23595
  DescribeClassicLinkInstancesResponse: DescribeClassicLinkInstancesResponse,
23596
+ DeleteDirectConnectGatewayRequest: DeleteDirectConnectGatewayRequest,
25117
23597
  DescribeVpnGatewayCcnRoutesResponse: DescribeVpnGatewayCcnRoutesResponse,
25118
23598
  DetachCcnInstancesRequest: DetachCcnInstancesRequest,
25119
23599
  ModifyVpcEndPointServiceWhiteListRequest: ModifyVpcEndPointServiceWhiteListRequest,
25120
23600
  CreateFlowLogResponse: CreateFlowLogResponse,
25121
23601
  GetCcnRegionBandwidthLimitsRequest: GetCcnRegionBandwidthLimitsRequest,
25122
23602
  CreateNatGatewaySourceIpTranslationNatRuleResponse: CreateNatGatewaySourceIpTranslationNatRuleResponse,
25123
- DeleteNatGatewaySourceIpTranslationNatRuleResponse: DeleteNatGatewaySourceIpTranslationNatRuleResponse,
25124
23603
  CcnAttachedInstance: CcnAttachedInstance,
25125
23604
  SecurityPolicyDatabase: SecurityPolicyDatabase,
25126
23605
  ResetVpnConnectionResponse: ResetVpnConnectionResponse,
@@ -25156,18 +23635,14 @@ module.exports = {
25156
23635
  ModifyAddressAttributeResponse: ModifyAddressAttributeResponse,
25157
23636
  AttachClassicLinkVpcRequest: AttachClassicLinkVpcRequest,
25158
23637
  GatewayFlowMonitorDetail: GatewayFlowMonitorDetail,
25159
- DeleteNatGatewayDestinationIpPortTranslationNatRuleResponse: DeleteNatGatewayDestinationIpPortTranslationNatRuleResponse,
25160
23638
  DeleteVpnGatewayRequest: DeleteVpnGatewayRequest,
25161
23639
  ReplaceRouteTableAssociationResponse: ReplaceRouteTableAssociationResponse,
25162
23640
  AttachCcnInstancesRequest: AttachCcnInstancesRequest,
25163
23641
  DescribeDirectConnectGatewayCcnRoutesRequest: DescribeDirectConnectGatewayCcnRoutesRequest,
25164
23642
  CcnInstance: CcnInstance,
25165
23643
  DescribeLocalGatewayResponse: DescribeLocalGatewayResponse,
25166
- ItemPrice: ItemPrice,
25167
- DeleteNatGatewayRequest: DeleteNatGatewayRequest,
25168
23644
  ModifyCustomerGatewayAttributeResponse: ModifyCustomerGatewayAttributeResponse,
25169
23645
  ConflictItem: ConflictItem,
25170
- InquiryPriceRenewVpnGatewayResponse: InquiryPriceRenewVpnGatewayResponse,
25171
23646
  AssignIpv6SubnetCidrBlockResponse: AssignIpv6SubnetCidrBlockResponse,
25172
23647
  CreateVpcEndPointResponse: CreateVpcEndPointResponse,
25173
23648
  DescribeCcnRegionBandwidthLimitsResponse: DescribeCcnRegionBandwidthLimitsResponse,
@@ -25191,12 +23666,10 @@ module.exports = {
25191
23666
  DescribeVpcInstancesResponse: DescribeVpcInstancesResponse,
25192
23667
  AccountAttribute: AccountAttribute,
25193
23668
  DeleteDirectConnectGatewayCcnRoutesRequest: DeleteDirectConnectGatewayCcnRoutesRequest,
25194
- ModifyNatGatewaySourceIpTranslationNatRuleResponse: ModifyNatGatewaySourceIpTranslationNatRuleResponse,
25195
23669
  CreateNatGatewayDestinationIpPortTranslationNatRuleRequest: CreateNatGatewayDestinationIpPortTranslationNatRuleRequest,
25196
23670
  CreateFlowLogRequest: CreateFlowLogRequest,
25197
23671
  InquirePriceCreateDirectConnectGatewayRequest: InquirePriceCreateDirectConnectGatewayRequest,
25198
23672
  AttachNetworkInterfaceResponse: AttachNetworkInterfaceResponse,
25199
- DisassociateNatGatewayAddressRequest: DisassociateNatGatewayAddressRequest,
25200
23673
  DescribeServiceTemplatesResponse: DescribeServiceTemplatesResponse,
25201
23674
  DescribeRouteTablesRequest: DescribeRouteTablesRequest,
25202
23675
  ResetAttachCcnInstancesRequest: ResetAttachCcnInstancesRequest,
@@ -25219,7 +23692,6 @@ module.exports = {
25219
23692
  DeleteCcnRequest: DeleteCcnRequest,
25220
23693
  DisassociateVpcEndPointSecurityGroupsRequest: DisassociateVpcEndPointSecurityGroupsRequest,
25221
23694
  ModifyVpnGatewayAttributeRequest: ModifyVpnGatewayAttributeRequest,
25222
- CreateNatGatewayRequest: CreateNatGatewayRequest,
25223
23695
  DeleteNetDetectRequest: DeleteNetDetectRequest,
25224
23696
  IPSECOptionsSpecification: IPSECOptionsSpecification,
25225
23697
  UnassignIpv6AddressesRequest: UnassignIpv6AddressesRequest,
@@ -25239,7 +23711,6 @@ module.exports = {
25239
23711
  AllocateAddressesResponse: AllocateAddressesResponse,
25240
23712
  BandwidthPackage: BandwidthPackage,
25241
23713
  ModifyVpcAttributeRequest: ModifyVpcAttributeRequest,
25242
- ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest: ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest,
25243
23714
  CreateSecurityGroupPoliciesRequest: CreateSecurityGroupPoliciesRequest,
25244
23715
  ModifyVpnGatewayRoutesResponse: ModifyVpnGatewayRoutesResponse,
25245
23716
  ModifyRouteTableAttributeResponse: ModifyRouteTableAttributeResponse,
@@ -25247,7 +23718,6 @@ module.exports = {
25247
23718
  CreateAddressTemplateGroupResponse: CreateAddressTemplateGroupResponse,
25248
23719
  DescribeBandwidthPackageQuotaResponse: DescribeBandwidthPackageQuotaResponse,
25249
23720
  DeleteServiceTemplateGroupRequest: DeleteServiceTemplateGroupRequest,
25250
- DeleteNatGatewayResponse: DeleteNatGatewayResponse,
25251
23721
  CreateDirectConnectGatewayResponse: CreateDirectConnectGatewayResponse,
25252
23722
  ModifyVpcEndPointAttributeRequest: ModifyVpcEndPointAttributeRequest,
25253
23723
  DescribeTaskResultResponse: DescribeTaskResultResponse,
@@ -25265,14 +23735,13 @@ module.exports = {
25265
23735
  CheckAssistantCidrResponse: CheckAssistantCidrResponse,
25266
23736
  InquiryPriceRenewVpnGatewayRequest: InquiryPriceRenewVpnGatewayRequest,
25267
23737
  EnableCcnRoutesResponse: EnableCcnRoutesResponse,
25268
- ModifyVpnGatewayCcnRoutesResponse: ModifyVpnGatewayCcnRoutesResponse,
25269
23738
  DetachCcnInstancesResponse: DetachCcnInstancesResponse,
25270
23739
  ModifyServiceTemplateGroupAttributeResponse: ModifyServiceTemplateGroupAttributeResponse,
25271
23740
  DeleteSubnetRequest: DeleteSubnetRequest,
25272
23741
  DescribeAddressTemplateGroupsRequest: DescribeAddressTemplateGroupsRequest,
25273
23742
  CheckNetDetectStateResponse: CheckNetDetectStateResponse,
25274
23743
  DisassociateVpcEndPointSecurityGroupsResponse: DisassociateVpcEndPointSecurityGroupsResponse,
25275
- AssociateNatGatewayAddressResponse: AssociateNatGatewayAddressResponse,
23744
+ ModifyVpnGatewayCcnRoutesResponse: ModifyVpnGatewayCcnRoutesResponse,
25276
23745
  RemoveBandwidthPackageResourcesRequest: RemoveBandwidthPackageResourcesRequest,
25277
23746
  RouteTable: RouteTable,
25278
23747
  DeleteNetworkInterfaceRequest: DeleteNetworkInterfaceRequest,
@@ -25307,7 +23776,6 @@ module.exports = {
25307
23776
  CreateRoutesResponse: CreateRoutesResponse,
25308
23777
  DescribeSecurityGroupsResponse: DescribeSecurityGroupsResponse,
25309
23778
  CreateVpcEndPointServiceWhiteListRequest: CreateVpcEndPointServiceWhiteListRequest,
25310
- DeleteNatGatewaySourceIpTranslationNatRuleRequest: DeleteNatGatewaySourceIpTranslationNatRuleRequest,
25311
23779
  ModifyVpnGatewayCcnRoutesRequest: ModifyVpnGatewayCcnRoutesRequest,
25312
23780
  ModifyLocalGatewayResponse: ModifyLocalGatewayResponse,
25313
23781
  ReplaceDirectConnectGatewayCcnRoutesResponse: ReplaceDirectConnectGatewayCcnRoutesResponse,
@@ -25317,7 +23785,6 @@ module.exports = {
25317
23785
  DetachNetworkInterfaceRequest: DetachNetworkInterfaceRequest,
25318
23786
  AttachClassicLinkVpcResponse: AttachClassicLinkVpcResponse,
25319
23787
  CreateAddressTemplateRequest: CreateAddressTemplateRequest,
25320
- DescribeNatGatewaysResponse: DescribeNatGatewaysResponse,
25321
23788
  Subnet: Subnet,
25322
23789
  AttachNetworkInterfaceRequest: AttachNetworkInterfaceRequest,
25323
23790
  DescribeCcnRoutesResponse: DescribeCcnRoutesResponse,
@@ -25347,10 +23814,9 @@ module.exports = {
25347
23814
  DeleteSecurityGroupRequest: DeleteSecurityGroupRequest,
25348
23815
  CrossBorderCompliance: CrossBorderCompliance,
25349
23816
  CreateRouteTableResponse: CreateRouteTableResponse,
25350
- DeleteDirectConnectGatewayRequest: DeleteDirectConnectGatewayRequest,
23817
+ ItemPrice: ItemPrice,
25351
23818
  DescribeDirectConnectGatewayCcnRoutesResponse: DescribeDirectConnectGatewayCcnRoutesResponse,
25352
23819
  ModifyPrivateIpAddressesAttributeRequest: ModifyPrivateIpAddressesAttributeRequest,
25353
- ResetNatGatewayConnectionResponse: ResetNatGatewayConnectionResponse,
25354
23820
  AssociateNetworkInterfaceSecurityGroupsRequest: AssociateNetworkInterfaceSecurityGroupsRequest,
25355
23821
  DeleteVpnGatewayRoutesResponse: DeleteVpnGatewayRoutesResponse,
25356
23822
  CreateSecurityGroupRequest: CreateSecurityGroupRequest,
@@ -25360,7 +23826,6 @@ module.exports = {
25360
23826
  DeleteNetworkInterfaceResponse: DeleteNetworkInterfaceResponse,
25361
23827
  DisableCcnRoutesResponse: DisableCcnRoutesResponse,
25362
23828
  DescribeCcnRegionBandwidthLimitsRequest: DescribeCcnRegionBandwidthLimitsRequest,
25363
- InquiryPriceCreateVpnGatewayRequest: InquiryPriceCreateVpnGatewayRequest,
25364
23829
  CustomerGatewayVendor: CustomerGatewayVendor,
25365
23830
  DescribeAddressTemplatesRequest: DescribeAddressTemplatesRequest,
25366
23831
  ConflictSource: ConflictSource,
@@ -25380,10 +23845,9 @@ module.exports = {
25380
23845
  ModifySubnetAttributeRequest: ModifySubnetAttributeRequest,
25381
23846
  DescribeBandwidthPackageQuotaRequest: DescribeBandwidthPackageQuotaRequest,
25382
23847
  DeleteVpcResponse: DeleteVpcResponse,
25383
- InstanceChargePrepaid: InstanceChargePrepaid,
25384
23848
  DescribeVpcEndPointServiceWhiteListResponse: DescribeVpcEndPointServiceWhiteListResponse,
25385
23849
  AcceptAttachCcnInstancesResponse: AcceptAttachCcnInstancesResponse,
25386
- AddressInfo: AddressInfo,
23850
+ InstanceChargePrepaid: InstanceChargePrepaid,
25387
23851
  AuditCrossBorderComplianceRequest: AuditCrossBorderComplianceRequest,
25388
23852
  DescribeNetDetectsResponse: DescribeNetDetectsResponse,
25389
23853