tencentcloud-sdk-nodejs 4.0.886 → 4.0.888

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +443 -0
  2. package/SERVICE_CHANGELOG.md +559 -48
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/csip/v20221121/csip_models.ts +9 -9
  7. package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
  8. package/src/services/dcdb/v20180411/dcdb_models.ts +15 -11
  9. package/src/services/domain/v20180808/domain_models.ts +11 -11
  10. package/src/services/dts/v20211206/dts_models.ts +5 -0
  11. package/src/services/emr/v20190103/emr_models.ts +2 -10
  12. package/src/services/ess/v20201111/ess_models.ts +24 -4
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  14. package/src/services/gaap/v20180529/gaap_client.ts +12 -0
  15. package/src/services/gaap/v20180529/gaap_models.ts +28 -0
  16. package/src/services/ims/v20201229/ims_client.ts +2 -0
  17. package/src/services/ims/v20201229/ims_models.ts +1 -1
  18. package/src/services/mariadb/v20170312/mariadb_models.ts +15 -11
  19. package/src/services/mmps/v20200710/mmps_models.ts +3 -3
  20. package/src/services/monitor/v20180724/monitor_models.ts +5 -1
  21. package/src/services/ocr/v20181119/ocr_client.ts +5 -2
  22. package/src/services/ocr/v20181119/ocr_models.ts +46 -26
  23. package/src/services/organization/v20210331/organization_client.ts +1 -1
  24. package/src/services/scf/v20180416/scf_client.ts +1 -1
  25. package/src/services/scf/v20180416/scf_models.ts +10 -10
  26. package/src/services/ssl/v20191205/ssl_models.ts +43 -20
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
  28. package/src/services/teo/v20220901/teo_client.ts +1 -0
  29. package/src/services/teo/v20220901/teo_models.ts +36 -9
  30. package/src/services/vpc/v20170312/vpc_client.ts +339 -100
  31. package/src/services/vpc/v20170312/vpc_models.ts +1130 -160
  32. package/src/services/waf/v20180125/waf_client.ts +0 -12
  33. package/src/services/waf/v20180125/waf_models.ts +2 -27
  34. package/src/services/wedata/v20210820/wedata_client.ts +51 -22
  35. package/src/services/wedata/v20210820/wedata_models.ts +663 -477
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +9 -9
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
  40. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +15 -11
  41. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
  42. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
  43. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -10
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +24 -4
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  46. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
  47. package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
  48. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +26 -0
  49. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -0
  50. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -0
  51. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  52. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +15 -11
  53. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
  54. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +5 -1
  55. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  56. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  57. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +45 -26
  58. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  59. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  60. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  61. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  62. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -10
  63. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +43 -20
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
  65. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +35 -9
  66. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -34
  67. package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -45
  68. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1076 -153
  69. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  70. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  71. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -25
  72. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
  73. package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
  74. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
  75. package/test/gaap.v20180529.test.js +10 -0
  76. package/test/vpc.v20170312.test.js +204 -24
  77. package/test/waf.v20180125.test.js +0 -10
  78. package/test/wedata.v20210820.test.js +24 -4
@@ -66,6 +66,7 @@ import {
66
66
  DescribeLocalGatewayRequest,
67
67
  FlowLog,
68
68
  DescribeVpcLimitsResponse,
69
+ CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
69
70
  IpField,
70
71
  AddBandwidthPackageResourcesRequest,
71
72
  AssignIpv6SubnetCidrBlockRequest,
@@ -99,6 +100,7 @@ import {
99
100
  DescribeIpGeolocationInfosResponse,
100
101
  DescribeVpcTaskResultRequest,
101
102
  AssociateNetworkAclSubnetsResponse,
103
+ DeletePrivateNatGatewayTranslationNatRuleRequest,
102
104
  DeleteNatGatewayDestinationIpPortTranslationNatRuleRequest,
103
105
  ResetRoutesRequest,
104
106
  CheckDefaultSubnetRequest,
@@ -119,6 +121,8 @@ import {
119
121
  DescribeNatGatewaysRequest,
120
122
  ModifyFlowLogAttributeResponse,
121
123
  DescribeBandwidthPackagesResponse,
124
+ ResetRoutesResponse,
125
+ DescribePrivateNatGatewayRegionsResponse,
122
126
  ReplaceSecurityGroupPoliciesResponse,
123
127
  DescribeDirectConnectGatewaysRequest,
124
128
  DescribeSpecificTrafficPackageUsedDetailsResponse,
@@ -135,10 +139,12 @@ import {
135
139
  CreateNetworkAclQuintupleEntriesResponse,
136
140
  DescribeGatewayFlowMonitorDetailResponse,
137
141
  IpGeolocationInfo,
142
+ TranslationNatRuleInput,
138
143
  DeleteFlowLogRequest,
139
144
  NetDetectState,
140
145
  DescribeSnapshotFilesRequest,
141
146
  HaVipDisassociateAddressIpResponse,
147
+ TranslationNatRuleDiff,
142
148
  DisassociateVpcEndPointSecurityGroupsRequest,
143
149
  IKEOptionsSpecification,
144
150
  DescribeTaskResultRequest,
@@ -168,11 +174,13 @@ import {
168
174
  TrafficFlow,
169
175
  AddIp6RulesRequest,
170
176
  DescribeAccountAttributesResponse,
177
+ ReturnNormalAddressesRequest,
178
+ ModifyPrivateNatGatewayTranslationNatRuleRequest,
171
179
  AssignPrivateIpAddressesResponse,
172
180
  DescribeSecurityGroupsRequest,
173
181
  RefreshDirectConnectGatewayRouteToNatGatewayRequest,
174
182
  DescribeNatGatewayDestinationIpPortTranslationNatRulesRequest,
175
- ReturnNormalAddressesRequest,
183
+ NetworkAclEntry,
176
184
  ModifyNetworkAclAttributeResponse,
177
185
  CreateVpnGatewayRoutesRequest,
178
186
  DisassociateNetworkAclSubnetsResponse,
@@ -207,6 +215,7 @@ import {
207
215
  ModifySecurityGroupAttributeRequest,
208
216
  DescribeVpnGatewaySslServersRequest,
209
217
  ModifyNetDetectRequest,
218
+ SetVpnGatewaysRenewFlagResponse,
210
219
  DescribeSgSnapshotFileContentResponse,
211
220
  DescribeNetDetectStatesResponse,
212
221
  DeleteVpnGatewaySslServerRequest,
@@ -222,10 +231,11 @@ import {
222
231
  IpAddressStates,
223
232
  InstanceStatistic,
224
233
  CreateVpnConnectionRequest,
234
+ PrivateNatGatewayLimit,
225
235
  CcnRoute,
226
236
  ModifyIpv6AddressesAttributeResponse,
227
237
  DescribeTrafficPackagesRequest,
228
- DescribeLocalGatewayResponse,
238
+ DeleteSecurityGroupPoliciesRequest,
229
239
  VpnConnection,
230
240
  DescribeCcnsRequest,
231
241
  ModifyNatGatewayAttributeResponse,
@@ -249,11 +259,13 @@ import {
249
259
  DescribeVpcResourceDashboardRequest,
250
260
  ModifyIp6RuleRequest,
251
261
  ReplaceRouteTableAssociationRequest,
262
+ LocalDestinationIpPortTranslationNatRule,
252
263
  AssociateNetworkAclSubnetsRequest,
253
264
  ModifyVpnGatewaySslServerResponse,
254
265
  AdjustPublicAddressResponse,
255
266
  RenewVpnGatewayRequest,
256
267
  SecurityGroupPolicy,
268
+ DescribePrivateNatGatewayRegionsRequest,
257
269
  DescribeSnapshotPoliciesRequest,
258
270
  DeleteTrafficPackagesRequest,
259
271
  NotifyRoutesRequest,
@@ -265,6 +277,7 @@ import {
265
277
  DescribeSecurityGroupPoliciesResponse,
266
278
  DescribeGatewayFlowQosResponse,
267
279
  ModifySecurityGroupPoliciesRequest,
280
+ ModifyPrivateNatGatewayAttributeResponse,
268
281
  NatGateway,
269
282
  AssociateDhcpIpWithAddressIpRequest,
270
283
  ReplaceRoutesRequest,
@@ -292,7 +305,7 @@ import {
292
305
  ModifyDirectConnectGatewayAttributeRequest,
293
306
  ModifyBandwidthPackageAttributeResponse,
294
307
  CreateVpnGatewaySslServerResponse,
295
- ResetRoutesResponse,
308
+ PrivateNatDestinationIpPortTranslationNatRule,
296
309
  DeleteNetworkAclRequest,
297
310
  NatGatewayDestinationIpPortTranslationNatRule,
298
311
  CloneSecurityGroupResponse,
@@ -307,9 +320,11 @@ import {
307
320
  VpnGatewayRouteModify,
308
321
  DisableSnapshotPoliciesRequest,
309
322
  MemberInfo,
323
+ ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
310
324
  ResumeSnapshotInstanceRequest,
311
325
  ReplaceSecurityGroupPolicyRequest,
312
326
  ModifyVpcEndPointServiceAttributeResponse,
327
+ DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse,
313
328
  ResourceDashboard,
314
329
  DescribeSnapshotFilesResponse,
315
330
  DescribeCcnAttachedInstancesResponse,
@@ -322,7 +337,8 @@ import {
322
337
  DeleteAddressTemplateGroupRequest,
323
338
  CreateVpnGatewaySslClientResponse,
324
339
  DescribeNetworkInterfaceLimitRequest,
325
- CreateBandwidthPackageRequest,
340
+ ModifyVpnGatewayRoutesResponse,
341
+ AddressTemplateItem,
326
342
  DescribeIp6AddressesResponse,
327
343
  ModifyRouteTableAttributeRequest,
328
344
  ModifyDirectConnectGatewayAttributeResponse,
@@ -333,6 +349,7 @@ import {
333
349
  DescribeVpcEndPointServiceRequest,
334
350
  DisableSnapshotPoliciesResponse,
335
351
  ModifyServiceTemplateAttributeRequest,
352
+ ModifyPrivateNatGatewayAttributeRequest,
336
353
  AssociateAddressResponse,
337
354
  AccessPolicy,
338
355
  ModifyCcnAttachedInstancesAttributeResponse,
@@ -343,12 +360,14 @@ import {
343
360
  CreateSecurityGroupResponse,
344
361
  DisassociateNetworkInterfaceSecurityGroupsResponse,
345
362
  DescribeVpcsResponse,
363
+ DescribePrivateNatGatewayLimitsResponse,
346
364
  DescribeNetworkInterfaceLimitResponse,
347
365
  AssignIpv6CidrBlockResponse,
348
366
  CreateCcnRequest,
349
367
  DeleteTemplateMemberResponse,
350
368
  ModifyNatGatewaySourceIpTranslationNatRuleRequest,
351
369
  RemoveIp6RulesRequest,
370
+ CreatePrivateNatGatewayTranslationNatRuleRequest,
352
371
  DescribeIpGeolocationDatabaseUrlRequest,
353
372
  DescribeVpcEndPointResponse,
354
373
  DescribeNetworkAclQuintupleEntriesRequest,
@@ -356,9 +375,10 @@ import {
356
375
  DisableGatewayFlowMonitorRequest,
357
376
  EnableRoutesResponse,
358
377
  HaVipAssociateAddressIpResponse,
378
+ DeletePrivateNatGatewayTranslationAclRuleResponse,
359
379
  DescribeSpecificTrafficPackageUsedDetailsRequest,
360
380
  DeleteVpnConnectionRequest,
361
- NetworkAclEntry,
381
+ DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest,
362
382
  DescribeDhcpIpsRequest,
363
383
  DescribeAssistantCidrRequest,
364
384
  RenewVpnGatewayResponse,
@@ -400,10 +420,13 @@ import {
400
420
  DescribeNetworkAccountTypeResponse,
401
421
  ResetVpnConnectionResponse,
402
422
  CreateVpcEndPointServiceRequest,
423
+ DescribePrivateNatGatewaysRequest,
403
424
  Ipv6Address,
425
+ DescribePrivateNatGatewayTranslationAclRulesResponse,
404
426
  CreateNetworkInterfaceRequest,
405
427
  BandwidthPackageBillBandwidth,
406
- DeleteHaVipResponse,
428
+ DescribePrivateNatGatewayTranslationAclRulesRequest,
429
+ DeletePrivateNatGatewayTranslationNatRuleResponse,
407
430
  DescribeFlowLogsResponse,
408
431
  VpcPrivateIpAddress,
409
432
  CvmInstance,
@@ -442,7 +465,8 @@ import {
442
465
  ModifyNetworkInterfaceQosResponse,
443
466
  ModifySecurityGroupAttributeResponse,
444
467
  AssociateDirectConnectGatewayNatGatewayRequest,
445
- AddressTemplateItem,
468
+ DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
469
+ CreatePrivateNatGatewayTranslationNatRuleResponse,
446
470
  ModifyAddressAttributeResponse,
447
471
  AttachClassicLinkVpcRequest,
448
472
  GatewayFlowMonitorDetail,
@@ -456,10 +480,11 @@ import {
456
480
  AttachCcnInstancesRequest,
457
481
  DescribeDirectConnectGatewayCcnRoutesRequest,
458
482
  CcnInstance,
459
- DeleteSecurityGroupPoliciesRequest,
483
+ DescribeLocalGatewayResponse,
460
484
  ItemPrice,
461
485
  DeleteNatGatewayRequest,
462
486
  ModifyCustomerGatewayAttributeResponse,
487
+ CreatePrivateNatGatewayTranslationAclRuleResponse,
463
488
  ConflictItem,
464
489
  BgpConfig,
465
490
  InquiryPriceRenewVpnGatewayResponse,
@@ -471,6 +496,7 @@ import {
471
496
  EnableSnapshotPoliciesRequest,
472
497
  DescribeAddressesResponse,
473
498
  GatewayQos,
499
+ DescribePrivateNatGatewayTranslationNatRulesRequest,
474
500
  GetCcnRegionBandwidthLimitsRequest,
475
501
  ModifyIpv6AddressesAttributeRequest,
476
502
  DescribeCustomerGatewayVendorsRequest,
@@ -481,14 +507,18 @@ import {
481
507
  LockCcnBandwidthsRequest,
482
508
  AddressChargePrepaid,
483
509
  DescribeCrossBorderFlowMonitorRequest,
510
+ DestinationIpPortTranslationNatRuleDiff,
511
+ PrivateNatGateway,
484
512
  DescribeVpnGatewayRoutesResponse,
485
513
  DescribeNetworkAclsResponse,
486
514
  DeleteFlowLogResponse,
487
515
  CreateVpnConnRoute,
516
+ CreatePrivateNatGatewayRequest,
488
517
  AttachCcnInstancesResponse,
489
518
  CreateDefaultVpcResponse,
490
519
  ModifyVpcAttributeResponse,
491
520
  ModifyVpnConnectionAttributeResponse,
521
+ DescribePrivateNatGatewayTranslationNatRulesResponse,
492
522
  PrivateIpAddressSpecification,
493
523
  AlgType,
494
524
  DestinationIpPortTranslationNatRule,
@@ -517,14 +547,14 @@ import {
517
547
  DisassociateDirectConnectGatewayNatGatewayRequest,
518
548
  EnableRoutesRequest,
519
549
  DescribeAddressTemplateGroupsResponse,
520
- ReleaseAddressesRequest,
550
+ ModifyPrivateNatGatewayTranslationAclRuleResponse,
521
551
  CreateDirectConnectGatewayCcnRoutesRequest,
522
552
  ModifyGatewayFlowQosRequest,
523
553
  CreateDirectConnectGatewayCcnRoutesResponse,
524
554
  CreateRouteTableRequest,
525
555
  MigrateNetworkInterfaceRequest,
526
556
  DescribeCustomerGatewaysRequest,
527
- RenewAddressesRequest,
557
+ InquiryPriceCreateVpnGatewayRequest,
528
558
  ProductQuota,
529
559
  DisableRoutesResponse,
530
560
  ModifySnapshotPoliciesRequest,
@@ -546,15 +576,17 @@ import {
546
576
  DeleteNetDetectRequest,
547
577
  IPSECOptionsSpecification,
548
578
  UnassignIpv6AddressesRequest,
579
+ ModifyPrivateNatGatewayTranslationAclRuleRequest,
549
580
  CreateTrafficPackagesRequest,
550
581
  CreateAndAttachNetworkInterfaceResponse,
551
582
  ModifyCcnAttributeRequest,
583
+ TranslationNatRule,
552
584
  ResourceStatistics,
553
585
  DeleteSecurityGroupPoliciesResponse,
554
586
  DisassociateDhcpIpWithAddressIpResponse,
555
587
  CreateVpcEndPointServiceResponse,
556
588
  ModifyNetworkAclAttributeRequest,
557
- SetVpnGatewaysRenewFlagResponse,
589
+ CreatePrivateNatGatewayTranslationAclRuleRequest,
558
590
  DeleteVpnGatewayResponse,
559
591
  DescribeHaVipsRequest,
560
592
  SnapshotPolicy,
@@ -564,7 +596,9 @@ import {
564
596
  VpnGateway,
565
597
  EnableVpcEndPointConnectRequest,
566
598
  EnableGatewayFlowMonitorResponse,
599
+ ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse,
567
600
  Resource,
601
+ DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse,
568
602
  DeleteDhcpIpRequest,
569
603
  AllocateAddressesResponse,
570
604
  DescribeVpnConnectionsResponse,
@@ -573,7 +607,7 @@ import {
573
607
  DescribeIp6TranslatorsResponse,
574
608
  CreateSecurityGroupPoliciesRequest,
575
609
  DeleteVpcPeeringConnectionRequest,
576
- ModifyVpnGatewayRoutesResponse,
610
+ CreateBandwidthPackageRequest,
577
611
  CrossBorderFlowMonitorData,
578
612
  ModifyRouteTableAttributeResponse,
579
613
  DescribeSecurityGroupReferencesResponse,
@@ -584,6 +618,7 @@ import {
584
618
  DeleteServiceTemplateGroupRequest,
585
619
  DeleteNatGatewayResponse,
586
620
  ReplaceSecurityGroupPoliciesRequest,
621
+ DeletePrivateNatGatewayRequest,
587
622
  AdjustPublicAddressRequest,
588
623
  CreateDirectConnectGatewayResponse,
589
624
  ModifyVpcEndPointAttributeRequest,
@@ -604,12 +639,14 @@ import {
604
639
  DeleteVpcPeeringConnectionResponse,
605
640
  DeleteSnapshotPoliciesRequest,
606
641
  CreateDefaultVpcRequest,
642
+ DeletePrivateNatGatewayResponse,
607
643
  DescribeSubnetsResponse,
608
644
  DescribeCustomerGatewaysResponse,
609
645
  CheckAssistantCidrResponse,
610
646
  DescribeVpcTaskResultResponse,
611
647
  InquiryPriceRenewVpnGatewayRequest,
612
648
  EnableCcnRoutesResponse,
649
+ DescribePrivateNatGatewaysResponse,
613
650
  ModifyVpnGatewayCcnRoutesResponse,
614
651
  DetachCcnInstancesResponse,
615
652
  ModifyServiceTemplateGroupAttributeResponse,
@@ -679,6 +716,7 @@ import {
679
716
  ModifySecurityGroupPoliciesResponse,
680
717
  ModifyNatGatewayDestinationIpPortTranslationNatRuleRequest,
681
718
  DescribeServiceTemplatesRequest,
719
+ ModifyPrivateNatGatewayTranslationNatRuleResponse,
682
720
  ServiceTemplateSpecification,
683
721
  DetachNetworkInterfaceRequest,
684
722
  Ip6Rule,
@@ -688,6 +726,7 @@ import {
688
726
  DescribeNatGatewaysResponse,
689
727
  NatDirectConnectGatewayRoute,
690
728
  NetworkAclQuintupleEntries,
729
+ CreatePrivateNatGatewayResponse,
691
730
  AttachNetworkInterfaceRequest,
692
731
  DescribeCcnRoutesResponse,
693
732
  CcnInstanceInfo,
@@ -713,6 +752,7 @@ import {
713
752
  ModifyHaVipAttributeRequest,
714
753
  ModifyAddressTemplateGroupAttributeResponse,
715
754
  VpcLimit,
755
+ NatRegionInfoWithArea,
716
756
  DetachClassicLinkVpcResponse,
717
757
  UnassignPrivateIpAddressesRequest,
718
758
  DeleteVpnGatewayRoutesRequest,
@@ -721,11 +761,12 @@ import {
721
761
  CreateHaVipRequest,
722
762
  Ipv6SubnetCidrBlock,
723
763
  EnableFlowLogsResponse,
724
- LockCcnBandwidthsResponse,
764
+ DeletePrivateNatGatewayTranslationAclRuleRequest,
725
765
  DescribeAddressQuotaResponse,
726
766
  CreateCustomerGatewayRequest,
727
767
  DeleteSecurityGroupRequest,
728
768
  DescribeDhcpIpsResponse,
769
+ TranslationAclRule,
729
770
  CreateRouteTableResponse,
730
771
  DescribeCrossBorderCcnRegionBandwidthLimitsRequest,
731
772
  DescribeSnapshotAttachedInstancesRequest,
@@ -743,7 +784,8 @@ import {
743
784
  DeleteNetworkInterfaceResponse,
744
785
  DisableCcnRoutesResponse,
745
786
  DescribeCcnRegionBandwidthLimitsRequest,
746
- InquiryPriceCreateVpnGatewayRequest,
787
+ DeleteHaVipResponse,
788
+ HealthCheckConfig,
747
789
  CreateAssistantCidrResponse,
748
790
  CustomerGatewayVendor,
749
791
  DescribeAddressTemplatesRequest,
@@ -751,15 +793,19 @@ import {
751
793
  CreateDhcpIpRequest,
752
794
  DeleteTrafficPackagesResponse,
753
795
  DeleteCustomerGatewayRequest,
796
+ LockCcnBandwidthsResponse,
754
797
  DescribeAddressTemplatesResponse,
755
798
  Quota,
756
799
  WithdrawNotifyRoutesResponse,
757
800
  AcceptVpcPeeringConnectionRequest,
801
+ DescribePrivateNatGatewayLimitsRequest,
802
+ CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse,
758
803
  DescribeNetworkInterfacesResponse,
759
804
  DeleteNetworkAclResponse,
760
805
  DeleteNetworkAclQuintupleEntriesResponse,
761
806
  DescribeServiceTemplateGroupsRequest,
762
807
  CreateSecurityGroupWithPoliciesRequest,
808
+ ReleaseAddressesRequest,
763
809
  CreateVpcRequest,
764
810
  DescribeSubnetResourceDashboardResponse,
765
811
  DeleteServiceTemplateRequest,
@@ -768,6 +814,7 @@ import {
768
814
  Route,
769
815
  EnableVpnGatewaySslClientCertResponse,
770
816
  ModifySubnetAttributeRequest,
817
+ RenewAddressesRequest,
771
818
  ModifyVpcEndPointServiceWhiteListResponse,
772
819
  DescribeCrossBorderFlowMonitorResponse,
773
820
  DescribeBandwidthPackageQuotaRequest,
@@ -823,14 +870,15 @@ export class Client extends AbstractClient {
823
870
  }
824
871
 
825
872
  /**
826
- * 本接口(ReplaceSecurityGroupPolicy)用于替换单条安全组规则(SecurityGroupPolicy)。
827
- 单个请求中只能替换单个方向的一条规则, 必须要指定索引(PolicyIndex)。
873
+ * 本接口(DisassociateDhcpIpWithAddressIp)用于将DhcpIp已绑定的弹性公网IP(EIP)解除绑定。<br />
874
+ >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
875
+ >
828
876
  */
829
- async ReplaceSecurityGroupPolicy(
830
- req: ReplaceSecurityGroupPolicyRequest,
831
- cb?: (error: string, rep: ReplaceSecurityGroupPolicyResponse) => void
832
- ): Promise<ReplaceSecurityGroupPolicyResponse> {
833
- return this.request("ReplaceSecurityGroupPolicy", req, cb)
877
+ async DisassociateDhcpIpWithAddressIp(
878
+ req: DisassociateDhcpIpWithAddressIpRequest,
879
+ cb?: (error: string, rep: DisassociateDhcpIpWithAddressIpResponse) => void
880
+ ): Promise<DisassociateDhcpIpWithAddressIpResponse> {
881
+ return this.request("DisassociateDhcpIpWithAddressIp", req, cb)
834
882
  }
835
883
 
836
884
  /**
@@ -1034,24 +1082,23 @@ export class Client extends AbstractClient {
1034
1082
  }
1035
1083
 
1036
1084
  /**
1037
- * 本接口(ResetRoutes)用于对某个路由表名称和所有路由策略(Route)进行重新设置。<br />
1038
- 注意: 调用本接口是先删除当前路由表中所有路由策略, 再保存新提交的路由策略内容, 会引起网络中断。
1039
- */
1040
- async ResetRoutes(
1041
- req: ResetRoutesRequest,
1042
- cb?: (error: string, rep: ResetRoutesResponse) => void
1043
- ): Promise<ResetRoutesResponse> {
1044
- return this.request("ResetRoutes", req, cb)
1085
+ * 本接口(DescribePrivateNatGatewayRegions)用于查询查询私网NAT网关可支持地域
1086
+ */
1087
+ async DescribePrivateNatGatewayRegions(
1088
+ req?: DescribePrivateNatGatewayRegionsRequest,
1089
+ cb?: (error: string, rep: DescribePrivateNatGatewayRegionsResponse) => void
1090
+ ): Promise<DescribePrivateNatGatewayRegionsResponse> {
1091
+ return this.request("DescribePrivateNatGatewayRegions", req, cb)
1045
1092
  }
1046
1093
 
1047
1094
  /**
1048
- * 删除SSL-VPN-SERVER 实例
1095
+ * 本接口(CreatePrivateNatGateway)用于创建私网NAT网关。
1049
1096
  */
1050
- async DeleteVpnGatewaySslServer(
1051
- req: DeleteVpnGatewaySslServerRequest,
1052
- cb?: (error: string, rep: DeleteVpnGatewaySslServerResponse) => void
1053
- ): Promise<DeleteVpnGatewaySslServerResponse> {
1054
- return this.request("DeleteVpnGatewaySslServer", req, cb)
1097
+ async CreatePrivateNatGateway(
1098
+ req: CreatePrivateNatGatewayRequest,
1099
+ cb?: (error: string, rep: CreatePrivateNatGatewayResponse) => void
1100
+ ): Promise<CreatePrivateNatGatewayResponse> {
1101
+ return this.request("CreatePrivateNatGateway", req, cb)
1055
1102
  }
1056
1103
 
1057
1104
  /**
@@ -1232,6 +1279,17 @@ export class Client extends AbstractClient {
1232
1279
  return this.request("ModifyVpnGatewaySslServer", req, cb)
1233
1280
  }
1234
1281
 
1282
+ /**
1283
+ * 本接口(ReplaceSecurityGroupPolicy)用于替换单条安全组规则(SecurityGroupPolicy)。
1284
+ 单个请求中只能替换单个方向的一条规则, 必须要指定索引(PolicyIndex)。
1285
+ */
1286
+ async ReplaceSecurityGroupPolicy(
1287
+ req: ReplaceSecurityGroupPolicyRequest,
1288
+ cb?: (error: string, rep: ReplaceSecurityGroupPolicyResponse) => void
1289
+ ): Promise<ReplaceSecurityGroupPolicyResponse> {
1290
+ return this.request("ReplaceSecurityGroupPolicy", req, cb)
1291
+ }
1292
+
1235
1293
  /**
1236
1294
  * 本接口(EnableVpnGatewaySslClientCert)用于启用SSL-VPN-CLIENT 证书。
1237
1295
  */
@@ -1274,6 +1332,17 @@ export class Client extends AbstractClient {
1274
1332
  return this.request("ModifyNetworkAclEntries", req, cb)
1275
1333
  }
1276
1334
 
1335
+ /**
1336
+ * 本接口(ResetRoutes)用于对某个路由表名称和所有路由策略(Route)进行重新设置。<br />
1337
+ 注意: 调用本接口是先删除当前路由表中所有路由策略, 再保存新提交的路由策略内容, 会引起网络中断。
1338
+ */
1339
+ async ResetRoutes(
1340
+ req: ResetRoutesRequest,
1341
+ cb?: (error: string, rep: ResetRoutesResponse) => void
1342
+ ): Promise<ResetRoutesResponse> {
1343
+ return this.request("ResetRoutes", req, cb)
1344
+ }
1345
+
1277
1346
  /**
1278
1347
  * 本接口(UnassignIpv6Addresses)用于释放弹性网卡`IPv6`地址。<br />
1279
1348
  本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。
@@ -1316,6 +1385,39 @@ export class Client extends AbstractClient {
1316
1385
  return this.request("AssociateNatGatewayAddress", req, cb)
1317
1386
  }
1318
1387
 
1388
+ /**
1389
+ * 本接口(CreatePrivateNatGatewayTranslationNatRule)用于创建私网NAT网关源端转换规则。
1390
+ */
1391
+ async CreatePrivateNatGatewayTranslationNatRule(
1392
+ req: CreatePrivateNatGatewayTranslationNatRuleRequest,
1393
+ cb?: (error: string, rep: CreatePrivateNatGatewayTranslationNatRuleResponse) => void
1394
+ ): Promise<CreatePrivateNatGatewayTranslationNatRuleResponse> {
1395
+ return this.request("CreatePrivateNatGatewayTranslationNatRule", req, cb)
1396
+ }
1397
+
1398
+ /**
1399
+ * 本接口(ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule)用于修改私网NAT网关目的端口转换规则
1400
+ */
1401
+ async ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule(
1402
+ req: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
1403
+ cb?: (
1404
+ error: string,
1405
+ rep: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
1406
+ ) => void
1407
+ ): Promise<ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
1408
+ return this.request("ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
1409
+ }
1410
+
1411
+ /**
1412
+ * 本接口(ModifyPrivateNatGatewayTranslationNatRule)用于修改私网NAT网关源端转换规则
1413
+ */
1414
+ async ModifyPrivateNatGatewayTranslationNatRule(
1415
+ req: ModifyPrivateNatGatewayTranslationNatRuleRequest,
1416
+ cb?: (error: string, rep: ModifyPrivateNatGatewayTranslationNatRuleResponse) => void
1417
+ ): Promise<ModifyPrivateNatGatewayTranslationNatRuleResponse> {
1418
+ return this.request("ModifyPrivateNatGatewayTranslationNatRule", req, cb)
1419
+ }
1420
+
1319
1421
  /**
1320
1422
  * 本接口(ModifyPrivateIpAddressesAttribute)用于修改弹性网卡内网IP属性。
1321
1423
  */
@@ -1337,13 +1439,13 @@ export class Client extends AbstractClient {
1337
1439
  }
1338
1440
 
1339
1441
  /**
1340
- * 本接口(DescribeVpnGatewayRoutes)用于查询VPN网关路由。
1442
+ * 本接口(DescribeSnapshotPolicies)用于查询快照策略。
1341
1443
  */
1342
- async DescribeVpnGatewayRoutes(
1343
- req: DescribeVpnGatewayRoutesRequest,
1344
- cb?: (error: string, rep: DescribeVpnGatewayRoutesResponse) => void
1345
- ): Promise<DescribeVpnGatewayRoutesResponse> {
1346
- return this.request("DescribeVpnGatewayRoutes", req, cb)
1444
+ async DescribeSnapshotPolicies(
1445
+ req: DescribeSnapshotPoliciesRequest,
1446
+ cb?: (error: string, rep: DescribeSnapshotPoliciesResponse) => void
1447
+ ): Promise<DescribeSnapshotPoliciesResponse> {
1448
+ return this.request("DescribeSnapshotPolicies", req, cb)
1347
1449
  }
1348
1450
 
1349
1451
  /**
@@ -1707,6 +1809,19 @@ export class Client extends AbstractClient {
1707
1809
  return this.request("LockCcnBandwidths", req, cb)
1708
1810
  }
1709
1811
 
1812
+ /**
1813
+ * 本接口(DescribePrivateNatGatewayDestinationIpPortTranslationNatRules)用于查询私网NAT网关目的端口转换规则
1814
+ */
1815
+ async DescribePrivateNatGatewayDestinationIpPortTranslationNatRules(
1816
+ req: DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest,
1817
+ cb?: (
1818
+ error: string,
1819
+ rep: DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse
1820
+ ) => void
1821
+ ): Promise<DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse> {
1822
+ return this.request("DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", req, cb)
1823
+ }
1824
+
1710
1825
  /**
1711
1826
  * 本接口(ModifyAddressTemplateAttribute)用于修改IP地址模板。
1712
1827
  >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
@@ -1976,6 +2091,16 @@ export class Client extends AbstractClient {
1976
2091
  return this.request("DisableSnapshotPolicies", req, cb)
1977
2092
  }
1978
2093
 
2094
+ /**
2095
+ * 本接口(DeletePrivateNatGatewayTranslationNatRule)用于删除私网NAT网关源端转换规则
2096
+ */
2097
+ async DeletePrivateNatGatewayTranslationNatRule(
2098
+ req: DeletePrivateNatGatewayTranslationNatRuleRequest,
2099
+ cb?: (error: string, rep: DeletePrivateNatGatewayTranslationNatRuleResponse) => void
2100
+ ): Promise<DeletePrivateNatGatewayTranslationNatRuleResponse> {
2101
+ return this.request("DeletePrivateNatGatewayTranslationNatRule", req, cb)
2102
+ }
2103
+
1979
2104
  /**
1980
2105
  * 本接口(DescribeDhcpIps)用于查询DhcpIp列表
1981
2106
  */
@@ -2035,6 +2160,16 @@ export class Client extends AbstractClient {
2035
2160
  return this.request("DeleteSubnet", req, cb)
2036
2161
  }
2037
2162
 
2163
+ /**
2164
+ * 删除SSL-VPN-SERVER 实例
2165
+ */
2166
+ async DeleteVpnGatewaySslServer(
2167
+ req: DeleteVpnGatewaySslServerRequest,
2168
+ cb?: (error: string, rep: DeleteVpnGatewaySslServerResponse) => void
2169
+ ): Promise<DeleteVpnGatewaySslServerResponse> {
2170
+ return this.request("DeleteVpnGatewaySslServer", req, cb)
2171
+ }
2172
+
2038
2173
  /**
2039
2174
  * 本接口(AttachClassicLinkVpc)用于创建私有网络和基础网络设备互通。
2040
2175
  * 私有网络和基础网络设备必须在同一个地域。
@@ -2049,6 +2184,17 @@ export class Client extends AbstractClient {
2049
2184
  return this.request("AttachClassicLinkVpc", req, cb)
2050
2185
  }
2051
2186
 
2187
+ /**
2188
+ * 本接口(UnassignIpv6SubnetCidrBlock)用于释放IPv6子网段。<br />
2189
+ 子网段如果还有IP占用且未回收,则子网段无法释放。
2190
+ */
2191
+ async UnassignIpv6SubnetCidrBlock(
2192
+ req: UnassignIpv6SubnetCidrBlockRequest,
2193
+ cb?: (error: string, rep: UnassignIpv6SubnetCidrBlockResponse) => void
2194
+ ): Promise<UnassignIpv6SubnetCidrBlockResponse> {
2195
+ return this.request("UnassignIpv6SubnetCidrBlock", req, cb)
2196
+ }
2197
+
2052
2198
  /**
2053
2199
  * 本接口(DisassociateNatGatewayAddress)用于NAT网关解绑弹性IP。
2054
2200
  */
@@ -2226,6 +2372,16 @@ export class Client extends AbstractClient {
2226
2372
  return this.request("CreateVpcEndPointService", req, cb)
2227
2373
  }
2228
2374
 
2375
+ /**
2376
+ * 本接口(DescribeVpcEndPoint)用于查询终端节点列表。
2377
+ */
2378
+ async DescribeVpcEndPoint(
2379
+ req: DescribeVpcEndPointRequest,
2380
+ cb?: (error: string, rep: DescribeVpcEndPointResponse) => void
2381
+ ): Promise<DescribeVpcEndPointResponse> {
2382
+ return this.request("DescribeVpcEndPoint", req, cb)
2383
+ }
2384
+
2229
2385
  /**
2230
2386
  * 本接口(HaVipDisassociateAddressIp)用于将高可用虚拟IP(HAVIP)已绑定的弹性公网IP(EIP)解除绑定。<br />
2231
2387
  本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。
@@ -2259,14 +2415,16 @@ export class Client extends AbstractClient {
2259
2415
  }
2260
2416
 
2261
2417
  /**
2262
- * 本接口(RejectAttachCcnInstances)用于跨账号关联实例时,云联网所有者拒绝关联操作。
2263
-
2264
- */
2265
- async RejectAttachCcnInstances(
2266
- req: RejectAttachCcnInstancesRequest,
2267
- cb?: (error: string, rep: RejectAttachCcnInstancesResponse) => void
2268
- ): Promise<RejectAttachCcnInstancesResponse> {
2269
- return this.request("RejectAttachCcnInstances", req, cb)
2418
+ * 本接口(DeletePrivateNatGatewayDestinationIpPortTranslationNatRule)用于删除私网NAT网关目的端口转换规则
2419
+ */
2420
+ async DeletePrivateNatGatewayDestinationIpPortTranslationNatRule(
2421
+ req: DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
2422
+ cb?: (
2423
+ error: string,
2424
+ rep: DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
2425
+ ) => void
2426
+ ): Promise<DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
2427
+ return this.request("DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
2270
2428
  }
2271
2429
 
2272
2430
  /**
@@ -2311,6 +2469,16 @@ export class Client extends AbstractClient {
2311
2469
  return this.request("DeleteVpnGatewayRoutes", req, cb)
2312
2470
  }
2313
2471
 
2472
+ /**
2473
+ * 本接口(ModifyCcnAttribute)用于修改云联网(CCN)的相关属性。
2474
+ */
2475
+ async ModifyCcnAttribute(
2476
+ req: ModifyCcnAttributeRequest,
2477
+ cb?: (error: string, rep: ModifyCcnAttributeResponse) => void
2478
+ ): Promise<ModifyCcnAttributeResponse> {
2479
+ return this.request("ModifyCcnAttribute", req, cb)
2480
+ }
2481
+
2314
2482
  /**
2315
2483
  * 本接口(ModifyDhcpIpAttribute)用于修改DhcpIp属性
2316
2484
  */
@@ -2760,6 +2928,16 @@ export class Client extends AbstractClient {
2760
2928
  return this.request("DeleteVpcEndPointService", req, cb)
2761
2929
  }
2762
2930
 
2931
+ /**
2932
+ * 本接口(DeletePrivateNatGatewayTranslationAclRule)用于删除私网NAT网关源端转换访问控制规则
2933
+ */
2934
+ async DeletePrivateNatGatewayTranslationAclRule(
2935
+ req: DeletePrivateNatGatewayTranslationAclRuleRequest,
2936
+ cb?: (error: string, rep: DeletePrivateNatGatewayTranslationAclRuleResponse) => void
2937
+ ): Promise<DeletePrivateNatGatewayTranslationAclRuleResponse> {
2938
+ return this.request("DeletePrivateNatGatewayTranslationAclRule", req, cb)
2939
+ }
2940
+
2763
2941
  /**
2764
2942
  * 本接口(CreateNetworkAclQuintupleEntries)用于增量网络ACL五元组的入站规则和出站规则。
2765
2943
  */
@@ -2801,14 +2979,14 @@ export class Client extends AbstractClient {
2801
2979
  }
2802
2980
 
2803
2981
  /**
2804
- * 本接口(ReturnNormalAddresses)用于解绑并释放普通公网IP。
2805
- 为完善公网IP的访问管理功能,此接口于2022年12月15日升级优化鉴权功能,升级后子用户调用此接口需向主账号申请CAM策略授权,否则可能调用失败。您可以提前为子账号配置操作授权,详情见[授权指南](https://cloud.tencent.com/document/product/598/34545)。
2982
+ * 本接口(RejectAttachCcnInstances)用于跨账号关联实例时,云联网所有者拒绝关联操作。
2983
+
2806
2984
  */
2807
- async ReturnNormalAddresses(
2808
- req: ReturnNormalAddressesRequest,
2809
- cb?: (error: string, rep: ReturnNormalAddressesResponse) => void
2810
- ): Promise<ReturnNormalAddressesResponse> {
2811
- return this.request("ReturnNormalAddresses", req, cb)
2985
+ async RejectAttachCcnInstances(
2986
+ req: RejectAttachCcnInstancesRequest,
2987
+ cb?: (error: string, rep: RejectAttachCcnInstancesResponse) => void
2988
+ ): Promise<RejectAttachCcnInstancesResponse> {
2989
+ return this.request("RejectAttachCcnInstances", req, cb)
2812
2990
  }
2813
2991
 
2814
2992
  /**
@@ -2911,6 +3089,18 @@ export class Client extends AbstractClient {
2911
3089
  return this.request("DescribeVpcEndPointServiceWhiteList", req, cb)
2912
3090
  }
2913
3091
 
3092
+ /**
3093
+ * 本接口(UnlockCcnBandwidths)用户解锁云联网限速实例。
3094
+ 该接口一般用来封禁地域间限速的云联网实例下的限速实例, 目前联通内部运营系统通过云API调用, 如果是出口限速, 一般使用更粗的云联网实例粒度封禁(SecurityUnlockCcns)。
3095
+ 如有需要, 可以封禁任意限速实例, 可接入到内部运营系统。
3096
+ */
3097
+ async UnlockCcnBandwidths(
3098
+ req: UnlockCcnBandwidthsRequest,
3099
+ cb?: (error: string, rep: UnlockCcnBandwidthsResponse) => void
3100
+ ): Promise<UnlockCcnBandwidthsResponse> {
3101
+ return this.request("UnlockCcnBandwidths", req, cb)
3102
+ }
3103
+
2914
3104
  /**
2915
3105
  * 本接口(RejectVpcPeeringConnection)用于驳回对等连接请求。
2916
3106
  */
@@ -2941,6 +3131,16 @@ export class Client extends AbstractClient {
2941
3131
  return this.request("CreateCustomerGateway", req, cb)
2942
3132
  }
2943
3133
 
3134
+ /**
3135
+ * 本接口(DescribePrivateNatGatewayLimits)用于查询可创建的私网NAT网关配额数量
3136
+ */
3137
+ async DescribePrivateNatGatewayLimits(
3138
+ req: DescribePrivateNatGatewayLimitsRequest,
3139
+ cb?: (error: string, rep: DescribePrivateNatGatewayLimitsResponse) => void
3140
+ ): Promise<DescribePrivateNatGatewayLimitsResponse> {
3141
+ return this.request("DescribePrivateNatGatewayLimits", req, cb)
3142
+ }
3143
+
2944
3144
  /**
2945
3145
  * 本接口(DescribeCrossBorderCompliance)用于查询用户创建的合规化资质审批单。
2946
3146
  服务商可以查询服务名下的任意 `APPID` 创建的审批单;非服务商,只能查询自己审批单。
@@ -2963,15 +3163,13 @@ export class Client extends AbstractClient {
2963
3163
  }
2964
3164
 
2965
3165
  /**
2966
- * 本接口(UnlockCcnBandwidths)用户解锁云联网限速实例。
2967
- 该接口一般用来封禁地域间限速的云联网实例下的限速实例, 目前联通内部运营系统通过云API调用, 如果是出口限速, 一般使用更粗的云联网实例粒度封禁(SecurityUnlockCcns)。
2968
- 如有需要, 可以封禁任意限速实例, 可接入到内部运营系统。
2969
- */
2970
- async UnlockCcnBandwidths(
2971
- req: UnlockCcnBandwidthsRequest,
2972
- cb?: (error: string, rep: UnlockCcnBandwidthsResponse) => void
2973
- ): Promise<UnlockCcnBandwidthsResponse> {
2974
- return this.request("UnlockCcnBandwidths", req, cb)
3166
+ * 本接口(ModifyPrivateNatGatewayAttribute)用于修改私网NAT网关属性
3167
+ */
3168
+ async ModifyPrivateNatGatewayAttribute(
3169
+ req: ModifyPrivateNatGatewayAttributeRequest,
3170
+ cb?: (error: string, rep: ModifyPrivateNatGatewayAttributeResponse) => void
3171
+ ): Promise<ModifyPrivateNatGatewayAttributeResponse> {
3172
+ return this.request("ModifyPrivateNatGatewayAttribute", req, cb)
2975
3173
  }
2976
3174
 
2977
3175
  /**
@@ -3396,14 +3594,13 @@ LimitTypes取值范围:
3396
3594
  }
3397
3595
 
3398
3596
  /**
3399
- * 本接口(UnassignIpv6SubnetCidrBlock)用于释放IPv6子网段。<br />
3400
- 子网段如果还有IP占用且未回收,则子网段无法释放。
3401
- */
3402
- async UnassignIpv6SubnetCidrBlock(
3403
- req: UnassignIpv6SubnetCidrBlockRequest,
3404
- cb?: (error: string, rep: UnassignIpv6SubnetCidrBlockResponse) => void
3405
- ): Promise<UnassignIpv6SubnetCidrBlockResponse> {
3406
- return this.request("UnassignIpv6SubnetCidrBlock", req, cb)
3597
+ * 本接口(DescribePrivateNatGateways)用于查询私网NAT网关
3598
+ */
3599
+ async DescribePrivateNatGateways(
3600
+ req: DescribePrivateNatGatewaysRequest,
3601
+ cb?: (error: string, rep: DescribePrivateNatGatewaysResponse) => void
3602
+ ): Promise<DescribePrivateNatGatewaysResponse> {
3603
+ return this.request("DescribePrivateNatGateways", req, cb)
3407
3604
  }
3408
3605
 
3409
3606
  /**
@@ -3539,6 +3736,16 @@ LimitTypes取值范围:
3539
3736
  return this.request("DescribeSubnets", req, cb)
3540
3737
  }
3541
3738
 
3739
+ /**
3740
+ * 本接口(DescribeVpnGatewayRoutes)用于查询VPN网关路由。
3741
+ */
3742
+ async DescribeVpnGatewayRoutes(
3743
+ req: DescribeVpnGatewayRoutesRequest,
3744
+ cb?: (error: string, rep: DescribeVpnGatewayRoutesResponse) => void
3745
+ ): Promise<DescribeVpnGatewayRoutesResponse> {
3746
+ return this.request("DescribeVpnGatewayRoutes", req, cb)
3747
+ }
3748
+
3542
3749
  /**
3543
3750
  * 本接口 (DescribeAddressQuota) 用于查询您账户的[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)在当前地域的配额信息。配额详情可参见 [EIP 产品简介](https://cloud.tencent.com/document/product/213/5733)。
3544
3751
  */
@@ -3571,6 +3778,17 @@ LimitTypes取值范围:
3571
3778
  return this.request("ModifyCustomerGatewayAttribute", req, cb)
3572
3779
  }
3573
3780
 
3781
+ /**
3782
+ * 本接口(ReturnNormalAddresses)用于解绑并释放普通公网IP。
3783
+ 为完善公网IP的访问管理功能,此接口于2022年12月15日升级优化鉴权功能,升级后子用户调用此接口需向主账号申请CAM策略授权,否则可能调用失败。您可以提前为子账号配置操作授权,详情见[授权指南](https://cloud.tencent.com/document/product/598/34545)。
3784
+ */
3785
+ async ReturnNormalAddresses(
3786
+ req: ReturnNormalAddressesRequest,
3787
+ cb?: (error: string, rep: ReturnNormalAddressesResponse) => void
3788
+ ): Promise<ReturnNormalAddressesResponse> {
3789
+ return this.request("ReturnNormalAddresses", req, cb)
3790
+ }
3791
+
3574
3792
  /**
3575
3793
  * 本接口(DescribeNetworkAcls)用于查询网络ACL列表。
3576
3794
  */
@@ -3601,6 +3819,16 @@ LimitTypes取值范围:
3601
3819
  return this.request("DescribeSecurityGroups", req, cb)
3602
3820
  }
3603
3821
 
3822
+ /**
3823
+ * 本接口(DescribePrivateNatGatewayTranslationNatRules)用于查询私网NAT网关源端转换规则
3824
+ */
3825
+ async DescribePrivateNatGatewayTranslationNatRules(
3826
+ req: DescribePrivateNatGatewayTranslationNatRulesRequest,
3827
+ cb?: (error: string, rep: DescribePrivateNatGatewayTranslationNatRulesResponse) => void
3828
+ ): Promise<DescribePrivateNatGatewayTranslationNatRulesResponse> {
3829
+ return this.request("DescribePrivateNatGatewayTranslationNatRules", req, cb)
3830
+ }
3831
+
3604
3832
  /**
3605
3833
  * 本接口(CreateVpnGateway)用于创建VPN网关。
3606
3834
  */
@@ -3695,15 +3923,16 @@ LimitTypes取值范围:
3695
3923
  }
3696
3924
 
3697
3925
  /**
3698
- * 本接口(DisassociateDhcpIpWithAddressIp)用于将DhcpIp已绑定的弹性公网IP(EIP)解除绑定。<br />
3699
- >?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
3700
- >
3701
- */
3702
- async DisassociateDhcpIpWithAddressIp(
3703
- req: DisassociateDhcpIpWithAddressIpRequest,
3704
- cb?: (error: string, rep: DisassociateDhcpIpWithAddressIpResponse) => void
3705
- ): Promise<DisassociateDhcpIpWithAddressIpResponse> {
3706
- return this.request("DisassociateDhcpIpWithAddressIp", req, cb)
3926
+ * 本接口(CreatePrivateNatGatewayDestinationIpPortTranslationNatRule)用于创建私网NAT网关目的端口转换规则
3927
+ */
3928
+ async CreatePrivateNatGatewayDestinationIpPortTranslationNatRule(
3929
+ req: CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
3930
+ cb?: (
3931
+ error: string,
3932
+ rep: CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
3933
+ ) => void
3934
+ ): Promise<CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
3935
+ return this.request("CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
3707
3936
  }
3708
3937
 
3709
3938
  /**
@@ -3974,13 +4203,23 @@ LimitTypes取值范围:
3974
4203
  }
3975
4204
 
3976
4205
  /**
3977
- * 本接口(ModifyCcnAttribute)用于修改云联网(CCN)的相关属性。
4206
+ * 本接口( CreatePrivateNatGatewayTranslationAclRule)用于创建私网NAT网关源端转换访问控制规则
3978
4207
  */
3979
- async ModifyCcnAttribute(
3980
- req: ModifyCcnAttributeRequest,
3981
- cb?: (error: string, rep: ModifyCcnAttributeResponse) => void
3982
- ): Promise<ModifyCcnAttributeResponse> {
3983
- return this.request("ModifyCcnAttribute", req, cb)
4208
+ async CreatePrivateNatGatewayTranslationAclRule(
4209
+ req: CreatePrivateNatGatewayTranslationAclRuleRequest,
4210
+ cb?: (error: string, rep: CreatePrivateNatGatewayTranslationAclRuleResponse) => void
4211
+ ): Promise<CreatePrivateNatGatewayTranslationAclRuleResponse> {
4212
+ return this.request("CreatePrivateNatGatewayTranslationAclRule", req, cb)
4213
+ }
4214
+
4215
+ /**
4216
+ * 本接口(ModifyPrivateNatGatewayTranslationAclRule)用于修改私网NAT网关源端转换访问控制规则
4217
+ */
4218
+ async ModifyPrivateNatGatewayTranslationAclRule(
4219
+ req: ModifyPrivateNatGatewayTranslationAclRuleRequest,
4220
+ cb?: (error: string, rep: ModifyPrivateNatGatewayTranslationAclRuleResponse) => void
4221
+ ): Promise<ModifyPrivateNatGatewayTranslationAclRuleResponse> {
4222
+ return this.request("ModifyPrivateNatGatewayTranslationAclRule", req, cb)
3984
4223
  }
3985
4224
 
3986
4225
  /**
@@ -4014,13 +4253,13 @@ LimitTypes取值范围:
4014
4253
  }
4015
4254
 
4016
4255
  /**
4017
- * 本接口(DescribeSnapshotPolicies)用于查询快照策略。
4256
+ * 本接口(DescribePrivateNatGatewayTranslationAclRules)用于查询私网NAT网关源端转换访问控制规则
4018
4257
  */
4019
- async DescribeSnapshotPolicies(
4020
- req: DescribeSnapshotPoliciesRequest,
4021
- cb?: (error: string, rep: DescribeSnapshotPoliciesResponse) => void
4022
- ): Promise<DescribeSnapshotPoliciesResponse> {
4023
- return this.request("DescribeSnapshotPolicies", req, cb)
4258
+ async DescribePrivateNatGatewayTranslationAclRules(
4259
+ req: DescribePrivateNatGatewayTranslationAclRulesRequest,
4260
+ cb?: (error: string, rep: DescribePrivateNatGatewayTranslationAclRulesResponse) => void
4261
+ ): Promise<DescribePrivateNatGatewayTranslationAclRulesResponse> {
4262
+ return this.request("DescribePrivateNatGatewayTranslationAclRules", req, cb)
4024
4263
  }
4025
4264
 
4026
4265
  /**
@@ -4193,13 +4432,13 @@ LimitTypes取值范围:
4193
4432
  }
4194
4433
 
4195
4434
  /**
4196
- * 本接口(DescribeVpcEndPoint)用于查询终端节点列表。
4435
+ * 本接口(DeletePrivateNatGateway)用于删除私网NAT网关。
4197
4436
  */
4198
- async DescribeVpcEndPoint(
4199
- req: DescribeVpcEndPointRequest,
4200
- cb?: (error: string, rep: DescribeVpcEndPointResponse) => void
4201
- ): Promise<DescribeVpcEndPointResponse> {
4202
- return this.request("DescribeVpcEndPoint", req, cb)
4437
+ async DeletePrivateNatGateway(
4438
+ req: DeletePrivateNatGatewayRequest,
4439
+ cb?: (error: string, rep: DeletePrivateNatGatewayResponse) => void
4440
+ ): Promise<DeletePrivateNatGatewayResponse> {
4441
+ return this.request("DeletePrivateNatGateway", req, cb)
4203
4442
  }
4204
4443
 
4205
4444
  /**