tencentcloud-sdk-nodejs 4.0.885 → 4.0.887
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +291 -0
- package/SERVICE_CHANGELOG.md +332 -238
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +43 -28
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/emr/v20190103/emr_models.ts +6 -10
- package/src/services/ess/v20201111/ess_client.ts +10 -3
- package/src/services/ess/v20201111/ess_models.ts +47 -32
- package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +15 -13
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
- package/src/services/iss/v20230517/iss_client.ts +29 -2
- package/src/services/iss/v20230517/iss_models.ts +154 -36
- package/src/services/mmps/v20200710/mmps_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/scf/v20180416/scf_client.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +9 -9
- package/src/services/ses/v20201002/ses_client.ts +70 -21
- package/src/services/ses/v20201002/ses_models.ts +278 -135
- package/src/services/ssl/v20191205/ssl_client.ts +2 -2
- package/src/services/ssl/v20191205/ssl_models.ts +49 -21
- package/src/services/tcr/v20190924/tcr_models.ts +4 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/vpc/v20170312/vpc_client.ts +340 -103
- package/src/services/vpc/v20170312/vpc_models.ts +1085 -154
- package/src/services/waf/v20180125/waf_client.ts +0 -12
- package/src/services/waf/v20180125/waf_models.ts +0 -25
- package/src/services/wedata/v20210820/wedata_client.ts +51 -22
- package/src/services/wedata/v20210820/wedata_models.ts +663 -477
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +43 -28
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +6 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -32
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -13
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
- package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +9 -9
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
- package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +2 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +49 -21
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +106 -35
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +153 -46
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1047 -162
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +0 -23
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +13 -5
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +18 -6
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +654 -477
- package/test/iss.v20230517.test.js +20 -0
- package/test/ses.v20201002.test.js +44 -4
- package/test/vpc.v20170312.test.js +204 -24
- package/test/waf.v20180125.test.js +0 -10
- 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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
550
|
+
ModifyPrivateNatGatewayTranslationAclRuleResponse,
|
|
521
551
|
CreateDirectConnectGatewayCcnRoutesRequest,
|
|
522
552
|
ModifyGatewayFlowQosRequest,
|
|
523
553
|
CreateDirectConnectGatewayCcnRoutesResponse,
|
|
524
554
|
CreateRouteTableRequest,
|
|
525
555
|
MigrateNetworkInterfaceRequest,
|
|
526
556
|
DescribeCustomerGatewaysRequest,
|
|
527
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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,7 @@ import {
|
|
|
743
784
|
DeleteNetworkInterfaceResponse,
|
|
744
785
|
DisableCcnRoutesResponse,
|
|
745
786
|
DescribeCcnRegionBandwidthLimitsRequest,
|
|
746
|
-
|
|
787
|
+
DeleteHaVipResponse,
|
|
747
788
|
CreateAssistantCidrResponse,
|
|
748
789
|
CustomerGatewayVendor,
|
|
749
790
|
DescribeAddressTemplatesRequest,
|
|
@@ -751,15 +792,19 @@ import {
|
|
|
751
792
|
CreateDhcpIpRequest,
|
|
752
793
|
DeleteTrafficPackagesResponse,
|
|
753
794
|
DeleteCustomerGatewayRequest,
|
|
795
|
+
LockCcnBandwidthsResponse,
|
|
754
796
|
DescribeAddressTemplatesResponse,
|
|
755
797
|
Quota,
|
|
756
798
|
WithdrawNotifyRoutesResponse,
|
|
757
799
|
AcceptVpcPeeringConnectionRequest,
|
|
800
|
+
DescribePrivateNatGatewayLimitsRequest,
|
|
801
|
+
CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse,
|
|
758
802
|
DescribeNetworkInterfacesResponse,
|
|
759
803
|
DeleteNetworkAclResponse,
|
|
760
804
|
DeleteNetworkAclQuintupleEntriesResponse,
|
|
761
805
|
DescribeServiceTemplateGroupsRequest,
|
|
762
806
|
CreateSecurityGroupWithPoliciesRequest,
|
|
807
|
+
ReleaseAddressesRequest,
|
|
763
808
|
CreateVpcRequest,
|
|
764
809
|
DescribeSubnetResourceDashboardResponse,
|
|
765
810
|
DeleteServiceTemplateRequest,
|
|
@@ -768,6 +813,7 @@ import {
|
|
|
768
813
|
Route,
|
|
769
814
|
EnableVpnGatewaySslClientCertResponse,
|
|
770
815
|
ModifySubnetAttributeRequest,
|
|
816
|
+
RenewAddressesRequest,
|
|
771
817
|
ModifyVpcEndPointServiceWhiteListResponse,
|
|
772
818
|
DescribeCrossBorderFlowMonitorResponse,
|
|
773
819
|
DescribeBandwidthPackageQuotaRequest,
|
|
@@ -823,14 +869,15 @@ export class Client extends AbstractClient {
|
|
|
823
869
|
}
|
|
824
870
|
|
|
825
871
|
/**
|
|
826
|
-
* 本接口(
|
|
827
|
-
|
|
872
|
+
* 本接口(DisassociateDhcpIpWithAddressIp)用于将DhcpIp已绑定的弹性公网IP(EIP)解除绑定。<br />
|
|
873
|
+
>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
874
|
+
>
|
|
828
875
|
*/
|
|
829
|
-
async
|
|
830
|
-
req:
|
|
831
|
-
cb?: (error: string, rep:
|
|
832
|
-
): Promise<
|
|
833
|
-
return this.request("
|
|
876
|
+
async DisassociateDhcpIpWithAddressIp(
|
|
877
|
+
req: DisassociateDhcpIpWithAddressIpRequest,
|
|
878
|
+
cb?: (error: string, rep: DisassociateDhcpIpWithAddressIpResponse) => void
|
|
879
|
+
): Promise<DisassociateDhcpIpWithAddressIpResponse> {
|
|
880
|
+
return this.request("DisassociateDhcpIpWithAddressIp", req, cb)
|
|
834
881
|
}
|
|
835
882
|
|
|
836
883
|
/**
|
|
@@ -1034,24 +1081,23 @@ export class Client extends AbstractClient {
|
|
|
1034
1081
|
}
|
|
1035
1082
|
|
|
1036
1083
|
/**
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
return this.request("ResetRoutes", req, cb)
|
|
1084
|
+
* 本接口(DescribePrivateNatGatewayRegions)用于查询查询私网NAT网关可支持地域
|
|
1085
|
+
*/
|
|
1086
|
+
async DescribePrivateNatGatewayRegions(
|
|
1087
|
+
req?: DescribePrivateNatGatewayRegionsRequest,
|
|
1088
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayRegionsResponse) => void
|
|
1089
|
+
): Promise<DescribePrivateNatGatewayRegionsResponse> {
|
|
1090
|
+
return this.request("DescribePrivateNatGatewayRegions", req, cb)
|
|
1045
1091
|
}
|
|
1046
1092
|
|
|
1047
1093
|
/**
|
|
1048
|
-
*
|
|
1094
|
+
* 本接口(CreatePrivateNatGateway)用于创建私网NAT网关。
|
|
1049
1095
|
*/
|
|
1050
|
-
async
|
|
1051
|
-
req:
|
|
1052
|
-
cb?: (error: string, rep:
|
|
1053
|
-
): Promise<
|
|
1054
|
-
return this.request("
|
|
1096
|
+
async CreatePrivateNatGateway(
|
|
1097
|
+
req: CreatePrivateNatGatewayRequest,
|
|
1098
|
+
cb?: (error: string, rep: CreatePrivateNatGatewayResponse) => void
|
|
1099
|
+
): Promise<CreatePrivateNatGatewayResponse> {
|
|
1100
|
+
return this.request("CreatePrivateNatGateway", req, cb)
|
|
1055
1101
|
}
|
|
1056
1102
|
|
|
1057
1103
|
/**
|
|
@@ -1232,6 +1278,17 @@ export class Client extends AbstractClient {
|
|
|
1232
1278
|
return this.request("ModifyVpnGatewaySslServer", req, cb)
|
|
1233
1279
|
}
|
|
1234
1280
|
|
|
1281
|
+
/**
|
|
1282
|
+
* 本接口(ReplaceSecurityGroupPolicy)用于替换单条安全组规则(SecurityGroupPolicy)。
|
|
1283
|
+
单个请求中只能替换单个方向的一条规则, 必须要指定索引(PolicyIndex)。
|
|
1284
|
+
*/
|
|
1285
|
+
async ReplaceSecurityGroupPolicy(
|
|
1286
|
+
req: ReplaceSecurityGroupPolicyRequest,
|
|
1287
|
+
cb?: (error: string, rep: ReplaceSecurityGroupPolicyResponse) => void
|
|
1288
|
+
): Promise<ReplaceSecurityGroupPolicyResponse> {
|
|
1289
|
+
return this.request("ReplaceSecurityGroupPolicy", req, cb)
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1235
1292
|
/**
|
|
1236
1293
|
* 本接口(EnableVpnGatewaySslClientCert)用于启用SSL-VPN-CLIENT 证书。
|
|
1237
1294
|
*/
|
|
@@ -1274,6 +1331,17 @@ export class Client extends AbstractClient {
|
|
|
1274
1331
|
return this.request("ModifyNetworkAclEntries", req, cb)
|
|
1275
1332
|
}
|
|
1276
1333
|
|
|
1334
|
+
/**
|
|
1335
|
+
* 本接口(ResetRoutes)用于对某个路由表名称和所有路由策略(Route)进行重新设置。<br />
|
|
1336
|
+
注意: 调用本接口是先删除当前路由表中所有路由策略, 再保存新提交的路由策略内容, 会引起网络中断。
|
|
1337
|
+
*/
|
|
1338
|
+
async ResetRoutes(
|
|
1339
|
+
req: ResetRoutesRequest,
|
|
1340
|
+
cb?: (error: string, rep: ResetRoutesResponse) => void
|
|
1341
|
+
): Promise<ResetRoutesResponse> {
|
|
1342
|
+
return this.request("ResetRoutes", req, cb)
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1277
1345
|
/**
|
|
1278
1346
|
* 本接口(UnassignIpv6Addresses)用于释放弹性网卡`IPv6`地址。<br />
|
|
1279
1347
|
本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。
|
|
@@ -1316,6 +1384,39 @@ export class Client extends AbstractClient {
|
|
|
1316
1384
|
return this.request("AssociateNatGatewayAddress", req, cb)
|
|
1317
1385
|
}
|
|
1318
1386
|
|
|
1387
|
+
/**
|
|
1388
|
+
* 本接口(CreatePrivateNatGatewayTranslationNatRule)用于创建私网NAT网关源端转换规则。
|
|
1389
|
+
*/
|
|
1390
|
+
async CreatePrivateNatGatewayTranslationNatRule(
|
|
1391
|
+
req: CreatePrivateNatGatewayTranslationNatRuleRequest,
|
|
1392
|
+
cb?: (error: string, rep: CreatePrivateNatGatewayTranslationNatRuleResponse) => void
|
|
1393
|
+
): Promise<CreatePrivateNatGatewayTranslationNatRuleResponse> {
|
|
1394
|
+
return this.request("CreatePrivateNatGatewayTranslationNatRule", req, cb)
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
/**
|
|
1398
|
+
* 本接口(ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule)用于修改私网NAT网关目的端口转换规则
|
|
1399
|
+
*/
|
|
1400
|
+
async ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule(
|
|
1401
|
+
req: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
1402
|
+
cb?: (
|
|
1403
|
+
error: string,
|
|
1404
|
+
rep: ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
|
|
1405
|
+
) => void
|
|
1406
|
+
): Promise<ModifyPrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
|
|
1407
|
+
return this.request("ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
/**
|
|
1411
|
+
* 本接口(ModifyPrivateNatGatewayTranslationNatRule)用于修改私网NAT网关源端转换规则
|
|
1412
|
+
*/
|
|
1413
|
+
async ModifyPrivateNatGatewayTranslationNatRule(
|
|
1414
|
+
req: ModifyPrivateNatGatewayTranslationNatRuleRequest,
|
|
1415
|
+
cb?: (error: string, rep: ModifyPrivateNatGatewayTranslationNatRuleResponse) => void
|
|
1416
|
+
): Promise<ModifyPrivateNatGatewayTranslationNatRuleResponse> {
|
|
1417
|
+
return this.request("ModifyPrivateNatGatewayTranslationNatRule", req, cb)
|
|
1418
|
+
}
|
|
1419
|
+
|
|
1319
1420
|
/**
|
|
1320
1421
|
* 本接口(ModifyPrivateIpAddressesAttribute)用于修改弹性网卡内网IP属性。
|
|
1321
1422
|
*/
|
|
@@ -1337,13 +1438,13 @@ export class Client extends AbstractClient {
|
|
|
1337
1438
|
}
|
|
1338
1439
|
|
|
1339
1440
|
/**
|
|
1340
|
-
* 本接口(
|
|
1441
|
+
* 本接口(DescribeSnapshotPolicies)用于查询快照策略。
|
|
1341
1442
|
*/
|
|
1342
|
-
async
|
|
1343
|
-
req:
|
|
1344
|
-
cb?: (error: string, rep:
|
|
1345
|
-
): Promise<
|
|
1346
|
-
return this.request("
|
|
1443
|
+
async DescribeSnapshotPolicies(
|
|
1444
|
+
req: DescribeSnapshotPoliciesRequest,
|
|
1445
|
+
cb?: (error: string, rep: DescribeSnapshotPoliciesResponse) => void
|
|
1446
|
+
): Promise<DescribeSnapshotPoliciesResponse> {
|
|
1447
|
+
return this.request("DescribeSnapshotPolicies", req, cb)
|
|
1347
1448
|
}
|
|
1348
1449
|
|
|
1349
1450
|
/**
|
|
@@ -1707,6 +1808,19 @@ export class Client extends AbstractClient {
|
|
|
1707
1808
|
return this.request("LockCcnBandwidths", req, cb)
|
|
1708
1809
|
}
|
|
1709
1810
|
|
|
1811
|
+
/**
|
|
1812
|
+
* 本接口(DescribePrivateNatGatewayDestinationIpPortTranslationNatRules)用于查询私网NAT网关目的端口转换规则
|
|
1813
|
+
*/
|
|
1814
|
+
async DescribePrivateNatGatewayDestinationIpPortTranslationNatRules(
|
|
1815
|
+
req: DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesRequest,
|
|
1816
|
+
cb?: (
|
|
1817
|
+
error: string,
|
|
1818
|
+
rep: DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse
|
|
1819
|
+
) => void
|
|
1820
|
+
): Promise<DescribePrivateNatGatewayDestinationIpPortTranslationNatRulesResponse> {
|
|
1821
|
+
return this.request("DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", req, cb)
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1710
1824
|
/**
|
|
1711
1825
|
* 本接口(ModifyAddressTemplateAttribute)用于修改IP地址模板。
|
|
1712
1826
|
>?本接口为异步接口,可调用 [DescribeVpcTaskResult](https://cloud.tencent.com/document/api/215/59037) 接口查询任务执行结果,待任务执行成功后再进行其他操作。
|
|
@@ -1976,6 +2090,16 @@ export class Client extends AbstractClient {
|
|
|
1976
2090
|
return this.request("DisableSnapshotPolicies", req, cb)
|
|
1977
2091
|
}
|
|
1978
2092
|
|
|
2093
|
+
/**
|
|
2094
|
+
* 本接口(DeletePrivateNatGatewayTranslationNatRule)用于删除私网NAT网关源端转换规则
|
|
2095
|
+
*/
|
|
2096
|
+
async DeletePrivateNatGatewayTranslationNatRule(
|
|
2097
|
+
req: DeletePrivateNatGatewayTranslationNatRuleRequest,
|
|
2098
|
+
cb?: (error: string, rep: DeletePrivateNatGatewayTranslationNatRuleResponse) => void
|
|
2099
|
+
): Promise<DeletePrivateNatGatewayTranslationNatRuleResponse> {
|
|
2100
|
+
return this.request("DeletePrivateNatGatewayTranslationNatRule", req, cb)
|
|
2101
|
+
}
|
|
2102
|
+
|
|
1979
2103
|
/**
|
|
1980
2104
|
* 本接口(DescribeDhcpIps)用于查询DhcpIp列表
|
|
1981
2105
|
*/
|
|
@@ -2035,6 +2159,16 @@ export class Client extends AbstractClient {
|
|
|
2035
2159
|
return this.request("DeleteSubnet", req, cb)
|
|
2036
2160
|
}
|
|
2037
2161
|
|
|
2162
|
+
/**
|
|
2163
|
+
* 删除SSL-VPN-SERVER 实例
|
|
2164
|
+
*/
|
|
2165
|
+
async DeleteVpnGatewaySslServer(
|
|
2166
|
+
req: DeleteVpnGatewaySslServerRequest,
|
|
2167
|
+
cb?: (error: string, rep: DeleteVpnGatewaySslServerResponse) => void
|
|
2168
|
+
): Promise<DeleteVpnGatewaySslServerResponse> {
|
|
2169
|
+
return this.request("DeleteVpnGatewaySslServer", req, cb)
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2038
2172
|
/**
|
|
2039
2173
|
* 本接口(AttachClassicLinkVpc)用于创建私有网络和基础网络设备互通。
|
|
2040
2174
|
* 私有网络和基础网络设备必须在同一个地域。
|
|
@@ -2049,6 +2183,17 @@ export class Client extends AbstractClient {
|
|
|
2049
2183
|
return this.request("AttachClassicLinkVpc", req, cb)
|
|
2050
2184
|
}
|
|
2051
2185
|
|
|
2186
|
+
/**
|
|
2187
|
+
* 本接口(UnassignIpv6SubnetCidrBlock)用于释放IPv6子网段。<br />
|
|
2188
|
+
子网段如果还有IP占用且未回收,则子网段无法释放。
|
|
2189
|
+
*/
|
|
2190
|
+
async UnassignIpv6SubnetCidrBlock(
|
|
2191
|
+
req: UnassignIpv6SubnetCidrBlockRequest,
|
|
2192
|
+
cb?: (error: string, rep: UnassignIpv6SubnetCidrBlockResponse) => void
|
|
2193
|
+
): Promise<UnassignIpv6SubnetCidrBlockResponse> {
|
|
2194
|
+
return this.request("UnassignIpv6SubnetCidrBlock", req, cb)
|
|
2195
|
+
}
|
|
2196
|
+
|
|
2052
2197
|
/**
|
|
2053
2198
|
* 本接口(DisassociateNatGatewayAddress)用于NAT网关解绑弹性IP。
|
|
2054
2199
|
*/
|
|
@@ -2226,6 +2371,16 @@ export class Client extends AbstractClient {
|
|
|
2226
2371
|
return this.request("CreateVpcEndPointService", req, cb)
|
|
2227
2372
|
}
|
|
2228
2373
|
|
|
2374
|
+
/**
|
|
2375
|
+
* 本接口(DescribeVpcEndPoint)用于查询终端节点列表。
|
|
2376
|
+
*/
|
|
2377
|
+
async DescribeVpcEndPoint(
|
|
2378
|
+
req: DescribeVpcEndPointRequest,
|
|
2379
|
+
cb?: (error: string, rep: DescribeVpcEndPointResponse) => void
|
|
2380
|
+
): Promise<DescribeVpcEndPointResponse> {
|
|
2381
|
+
return this.request("DescribeVpcEndPoint", req, cb)
|
|
2382
|
+
}
|
|
2383
|
+
|
|
2229
2384
|
/**
|
|
2230
2385
|
* 本接口(HaVipDisassociateAddressIp)用于将高可用虚拟IP(HAVIP)已绑定的弹性公网IP(EIP)解除绑定。<br />
|
|
2231
2386
|
本接口是异步完成,如需查询异步任务执行结果,请使用本接口返回的`RequestId`轮询`DescribeVpcTaskResult`接口。
|
|
@@ -2259,14 +2414,16 @@ export class Client extends AbstractClient {
|
|
|
2259
2414
|
}
|
|
2260
2415
|
|
|
2261
2416
|
/**
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2417
|
+
* 本接口(DeletePrivateNatGatewayDestinationIpPortTranslationNatRule)用于删除私网NAT网关目的端口转换规则
|
|
2418
|
+
*/
|
|
2419
|
+
async DeletePrivateNatGatewayDestinationIpPortTranslationNatRule(
|
|
2420
|
+
req: DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
2421
|
+
cb?: (
|
|
2422
|
+
error: string,
|
|
2423
|
+
rep: DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
|
|
2424
|
+
) => void
|
|
2425
|
+
): Promise<DeletePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
|
|
2426
|
+
return this.request("DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
|
|
2270
2427
|
}
|
|
2271
2428
|
|
|
2272
2429
|
/**
|
|
@@ -2311,6 +2468,16 @@ export class Client extends AbstractClient {
|
|
|
2311
2468
|
return this.request("DeleteVpnGatewayRoutes", req, cb)
|
|
2312
2469
|
}
|
|
2313
2470
|
|
|
2471
|
+
/**
|
|
2472
|
+
* 本接口(ModifyCcnAttribute)用于修改云联网(CCN)的相关属性。
|
|
2473
|
+
*/
|
|
2474
|
+
async ModifyCcnAttribute(
|
|
2475
|
+
req: ModifyCcnAttributeRequest,
|
|
2476
|
+
cb?: (error: string, rep: ModifyCcnAttributeResponse) => void
|
|
2477
|
+
): Promise<ModifyCcnAttributeResponse> {
|
|
2478
|
+
return this.request("ModifyCcnAttribute", req, cb)
|
|
2479
|
+
}
|
|
2480
|
+
|
|
2314
2481
|
/**
|
|
2315
2482
|
* 本接口(ModifyDhcpIpAttribute)用于修改DhcpIp属性
|
|
2316
2483
|
*/
|
|
@@ -2760,6 +2927,16 @@ export class Client extends AbstractClient {
|
|
|
2760
2927
|
return this.request("DeleteVpcEndPointService", req, cb)
|
|
2761
2928
|
}
|
|
2762
2929
|
|
|
2930
|
+
/**
|
|
2931
|
+
* 本接口(DeletePrivateNatGatewayTranslationAclRule)用于删除私网NAT网关源端转换访问控制规则
|
|
2932
|
+
*/
|
|
2933
|
+
async DeletePrivateNatGatewayTranslationAclRule(
|
|
2934
|
+
req: DeletePrivateNatGatewayTranslationAclRuleRequest,
|
|
2935
|
+
cb?: (error: string, rep: DeletePrivateNatGatewayTranslationAclRuleResponse) => void
|
|
2936
|
+
): Promise<DeletePrivateNatGatewayTranslationAclRuleResponse> {
|
|
2937
|
+
return this.request("DeletePrivateNatGatewayTranslationAclRule", req, cb)
|
|
2938
|
+
}
|
|
2939
|
+
|
|
2763
2940
|
/**
|
|
2764
2941
|
* 本接口(CreateNetworkAclQuintupleEntries)用于增量网络ACL五元组的入站规则和出站规则。
|
|
2765
2942
|
*/
|
|
@@ -2801,14 +2978,14 @@ export class Client extends AbstractClient {
|
|
|
2801
2978
|
}
|
|
2802
2979
|
|
|
2803
2980
|
/**
|
|
2804
|
-
* 本接口(
|
|
2805
|
-
|
|
2981
|
+
* 本接口(RejectAttachCcnInstances)用于跨账号关联实例时,云联网所有者拒绝关联操作。
|
|
2982
|
+
|
|
2806
2983
|
*/
|
|
2807
|
-
async
|
|
2808
|
-
req:
|
|
2809
|
-
cb?: (error: string, rep:
|
|
2810
|
-
): Promise<
|
|
2811
|
-
return this.request("
|
|
2984
|
+
async RejectAttachCcnInstances(
|
|
2985
|
+
req: RejectAttachCcnInstancesRequest,
|
|
2986
|
+
cb?: (error: string, rep: RejectAttachCcnInstancesResponse) => void
|
|
2987
|
+
): Promise<RejectAttachCcnInstancesResponse> {
|
|
2988
|
+
return this.request("RejectAttachCcnInstances", req, cb)
|
|
2812
2989
|
}
|
|
2813
2990
|
|
|
2814
2991
|
/**
|
|
@@ -2832,9 +3009,8 @@ export class Client extends AbstractClient {
|
|
|
2832
3009
|
}
|
|
2833
3010
|
|
|
2834
3011
|
/**
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
*/
|
|
3012
|
+
* 本接口(ModifyDirectConnectGatewayAttribute)用于修改专线网关属性
|
|
3013
|
+
*/
|
|
2838
3014
|
async ModifyDirectConnectGatewayAttribute(
|
|
2839
3015
|
req: ModifyDirectConnectGatewayAttributeRequest,
|
|
2840
3016
|
cb?: (error: string, rep: ModifyDirectConnectGatewayAttributeResponse) => void
|
|
@@ -2912,6 +3088,18 @@ export class Client extends AbstractClient {
|
|
|
2912
3088
|
return this.request("DescribeVpcEndPointServiceWhiteList", req, cb)
|
|
2913
3089
|
}
|
|
2914
3090
|
|
|
3091
|
+
/**
|
|
3092
|
+
* 本接口(UnlockCcnBandwidths)用户解锁云联网限速实例。
|
|
3093
|
+
该接口一般用来封禁地域间限速的云联网实例下的限速实例, 目前联通内部运营系统通过云API调用, 如果是出口限速, 一般使用更粗的云联网实例粒度封禁(SecurityUnlockCcns)。
|
|
3094
|
+
如有需要, 可以封禁任意限速实例, 可接入到内部运营系统。
|
|
3095
|
+
*/
|
|
3096
|
+
async UnlockCcnBandwidths(
|
|
3097
|
+
req: UnlockCcnBandwidthsRequest,
|
|
3098
|
+
cb?: (error: string, rep: UnlockCcnBandwidthsResponse) => void
|
|
3099
|
+
): Promise<UnlockCcnBandwidthsResponse> {
|
|
3100
|
+
return this.request("UnlockCcnBandwidths", req, cb)
|
|
3101
|
+
}
|
|
3102
|
+
|
|
2915
3103
|
/**
|
|
2916
3104
|
* 本接口(RejectVpcPeeringConnection)用于驳回对等连接请求。
|
|
2917
3105
|
*/
|
|
@@ -2942,6 +3130,16 @@ export class Client extends AbstractClient {
|
|
|
2942
3130
|
return this.request("CreateCustomerGateway", req, cb)
|
|
2943
3131
|
}
|
|
2944
3132
|
|
|
3133
|
+
/**
|
|
3134
|
+
* 本接口(DescribePrivateNatGatewayLimits)用于查询可创建的私网NAT网关配额数量
|
|
3135
|
+
*/
|
|
3136
|
+
async DescribePrivateNatGatewayLimits(
|
|
3137
|
+
req: DescribePrivateNatGatewayLimitsRequest,
|
|
3138
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayLimitsResponse) => void
|
|
3139
|
+
): Promise<DescribePrivateNatGatewayLimitsResponse> {
|
|
3140
|
+
return this.request("DescribePrivateNatGatewayLimits", req, cb)
|
|
3141
|
+
}
|
|
3142
|
+
|
|
2945
3143
|
/**
|
|
2946
3144
|
* 本接口(DescribeCrossBorderCompliance)用于查询用户创建的合规化资质审批单。
|
|
2947
3145
|
服务商可以查询服务名下的任意 `APPID` 创建的审批单;非服务商,只能查询自己审批单。
|
|
@@ -2964,15 +3162,13 @@ export class Client extends AbstractClient {
|
|
|
2964
3162
|
}
|
|
2965
3163
|
|
|
2966
3164
|
/**
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
): Promise<UnlockCcnBandwidthsResponse> {
|
|
2975
|
-
return this.request("UnlockCcnBandwidths", req, cb)
|
|
3165
|
+
* 本接口(ModifyPrivateNatGatewayAttribute)用于修改私网NAT网关属性
|
|
3166
|
+
*/
|
|
3167
|
+
async ModifyPrivateNatGatewayAttribute(
|
|
3168
|
+
req: ModifyPrivateNatGatewayAttributeRequest,
|
|
3169
|
+
cb?: (error: string, rep: ModifyPrivateNatGatewayAttributeResponse) => void
|
|
3170
|
+
): Promise<ModifyPrivateNatGatewayAttributeResponse> {
|
|
3171
|
+
return this.request("ModifyPrivateNatGatewayAttribute", req, cb)
|
|
2976
3172
|
}
|
|
2977
3173
|
|
|
2978
3174
|
/**
|
|
@@ -3397,14 +3593,13 @@ LimitTypes取值范围:
|
|
|
3397
3593
|
}
|
|
3398
3594
|
|
|
3399
3595
|
/**
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
return this.request("UnassignIpv6SubnetCidrBlock", req, cb)
|
|
3596
|
+
* 本接口(DescribePrivateNatGateways)用于查询私网NAT网关
|
|
3597
|
+
*/
|
|
3598
|
+
async DescribePrivateNatGateways(
|
|
3599
|
+
req: DescribePrivateNatGatewaysRequest,
|
|
3600
|
+
cb?: (error: string, rep: DescribePrivateNatGatewaysResponse) => void
|
|
3601
|
+
): Promise<DescribePrivateNatGatewaysResponse> {
|
|
3602
|
+
return this.request("DescribePrivateNatGateways", req, cb)
|
|
3408
3603
|
}
|
|
3409
3604
|
|
|
3410
3605
|
/**
|
|
@@ -3540,6 +3735,16 @@ LimitTypes取值范围:
|
|
|
3540
3735
|
return this.request("DescribeSubnets", req, cb)
|
|
3541
3736
|
}
|
|
3542
3737
|
|
|
3738
|
+
/**
|
|
3739
|
+
* 本接口(DescribeVpnGatewayRoutes)用于查询VPN网关路由。
|
|
3740
|
+
*/
|
|
3741
|
+
async DescribeVpnGatewayRoutes(
|
|
3742
|
+
req: DescribeVpnGatewayRoutesRequest,
|
|
3743
|
+
cb?: (error: string, rep: DescribeVpnGatewayRoutesResponse) => void
|
|
3744
|
+
): Promise<DescribeVpnGatewayRoutesResponse> {
|
|
3745
|
+
return this.request("DescribeVpnGatewayRoutes", req, cb)
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3543
3748
|
/**
|
|
3544
3749
|
* 本接口 (DescribeAddressQuota) 用于查询您账户的[弹性公网IP](https://cloud.tencent.com/document/product/213/1941)(简称 EIP)在当前地域的配额信息。配额详情可参见 [EIP 产品简介](https://cloud.tencent.com/document/product/213/5733)。
|
|
3545
3750
|
*/
|
|
@@ -3572,6 +3777,17 @@ LimitTypes取值范围:
|
|
|
3572
3777
|
return this.request("ModifyCustomerGatewayAttribute", req, cb)
|
|
3573
3778
|
}
|
|
3574
3779
|
|
|
3780
|
+
/**
|
|
3781
|
+
* 本接口(ReturnNormalAddresses)用于解绑并释放普通公网IP。
|
|
3782
|
+
为完善公网IP的访问管理功能,此接口于2022年12月15日升级优化鉴权功能,升级后子用户调用此接口需向主账号申请CAM策略授权,否则可能调用失败。您可以提前为子账号配置操作授权,详情见[授权指南](https://cloud.tencent.com/document/product/598/34545)。
|
|
3783
|
+
*/
|
|
3784
|
+
async ReturnNormalAddresses(
|
|
3785
|
+
req: ReturnNormalAddressesRequest,
|
|
3786
|
+
cb?: (error: string, rep: ReturnNormalAddressesResponse) => void
|
|
3787
|
+
): Promise<ReturnNormalAddressesResponse> {
|
|
3788
|
+
return this.request("ReturnNormalAddresses", req, cb)
|
|
3789
|
+
}
|
|
3790
|
+
|
|
3575
3791
|
/**
|
|
3576
3792
|
* 本接口(DescribeNetworkAcls)用于查询网络ACL列表。
|
|
3577
3793
|
*/
|
|
@@ -3602,6 +3818,16 @@ LimitTypes取值范围:
|
|
|
3602
3818
|
return this.request("DescribeSecurityGroups", req, cb)
|
|
3603
3819
|
}
|
|
3604
3820
|
|
|
3821
|
+
/**
|
|
3822
|
+
* 本接口(DescribePrivateNatGatewayTranslationNatRules)用于查询私网NAT网关源端转换规则
|
|
3823
|
+
*/
|
|
3824
|
+
async DescribePrivateNatGatewayTranslationNatRules(
|
|
3825
|
+
req: DescribePrivateNatGatewayTranslationNatRulesRequest,
|
|
3826
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayTranslationNatRulesResponse) => void
|
|
3827
|
+
): Promise<DescribePrivateNatGatewayTranslationNatRulesResponse> {
|
|
3828
|
+
return this.request("DescribePrivateNatGatewayTranslationNatRules", req, cb)
|
|
3829
|
+
}
|
|
3830
|
+
|
|
3605
3831
|
/**
|
|
3606
3832
|
* 本接口(CreateVpnGateway)用于创建VPN网关。
|
|
3607
3833
|
*/
|
|
@@ -3696,15 +3922,16 @@ LimitTypes取值范围:
|
|
|
3696
3922
|
}
|
|
3697
3923
|
|
|
3698
3924
|
/**
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
|
|
3706
|
-
|
|
3707
|
-
|
|
3925
|
+
* 本接口(CreatePrivateNatGatewayDestinationIpPortTranslationNatRule)用于创建私网NAT网关目的端口转换规则
|
|
3926
|
+
*/
|
|
3927
|
+
async CreatePrivateNatGatewayDestinationIpPortTranslationNatRule(
|
|
3928
|
+
req: CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleRequest,
|
|
3929
|
+
cb?: (
|
|
3930
|
+
error: string,
|
|
3931
|
+
rep: CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse
|
|
3932
|
+
) => void
|
|
3933
|
+
): Promise<CreatePrivateNatGatewayDestinationIpPortTranslationNatRuleResponse> {
|
|
3934
|
+
return this.request("CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", req, cb)
|
|
3708
3935
|
}
|
|
3709
3936
|
|
|
3710
3937
|
/**
|
|
@@ -3975,13 +4202,23 @@ LimitTypes取值范围:
|
|
|
3975
4202
|
}
|
|
3976
4203
|
|
|
3977
4204
|
/**
|
|
3978
|
-
* 本接口(
|
|
4205
|
+
* 本接口( CreatePrivateNatGatewayTranslationAclRule)用于创建私网NAT网关源端转换访问控制规则
|
|
3979
4206
|
*/
|
|
3980
|
-
async
|
|
3981
|
-
req:
|
|
3982
|
-
cb?: (error: string, rep:
|
|
3983
|
-
): Promise<
|
|
3984
|
-
return this.request("
|
|
4207
|
+
async CreatePrivateNatGatewayTranslationAclRule(
|
|
4208
|
+
req: CreatePrivateNatGatewayTranslationAclRuleRequest,
|
|
4209
|
+
cb?: (error: string, rep: CreatePrivateNatGatewayTranslationAclRuleResponse) => void
|
|
4210
|
+
): Promise<CreatePrivateNatGatewayTranslationAclRuleResponse> {
|
|
4211
|
+
return this.request("CreatePrivateNatGatewayTranslationAclRule", req, cb)
|
|
4212
|
+
}
|
|
4213
|
+
|
|
4214
|
+
/**
|
|
4215
|
+
* 本接口(ModifyPrivateNatGatewayTranslationAclRule)用于修改私网NAT网关源端转换访问控制规则
|
|
4216
|
+
*/
|
|
4217
|
+
async ModifyPrivateNatGatewayTranslationAclRule(
|
|
4218
|
+
req: ModifyPrivateNatGatewayTranslationAclRuleRequest,
|
|
4219
|
+
cb?: (error: string, rep: ModifyPrivateNatGatewayTranslationAclRuleResponse) => void
|
|
4220
|
+
): Promise<ModifyPrivateNatGatewayTranslationAclRuleResponse> {
|
|
4221
|
+
return this.request("ModifyPrivateNatGatewayTranslationAclRule", req, cb)
|
|
3985
4222
|
}
|
|
3986
4223
|
|
|
3987
4224
|
/**
|
|
@@ -4015,13 +4252,13 @@ LimitTypes取值范围:
|
|
|
4015
4252
|
}
|
|
4016
4253
|
|
|
4017
4254
|
/**
|
|
4018
|
-
* 本接口(
|
|
4255
|
+
* 本接口(DescribePrivateNatGatewayTranslationAclRules)用于查询私网NAT网关源端转换访问控制规则
|
|
4019
4256
|
*/
|
|
4020
|
-
async
|
|
4021
|
-
req:
|
|
4022
|
-
cb?: (error: string, rep:
|
|
4023
|
-
): Promise<
|
|
4024
|
-
return this.request("
|
|
4257
|
+
async DescribePrivateNatGatewayTranslationAclRules(
|
|
4258
|
+
req: DescribePrivateNatGatewayTranslationAclRulesRequest,
|
|
4259
|
+
cb?: (error: string, rep: DescribePrivateNatGatewayTranslationAclRulesResponse) => void
|
|
4260
|
+
): Promise<DescribePrivateNatGatewayTranslationAclRulesResponse> {
|
|
4261
|
+
return this.request("DescribePrivateNatGatewayTranslationAclRules", req, cb)
|
|
4025
4262
|
}
|
|
4026
4263
|
|
|
4027
4264
|
/**
|
|
@@ -4194,13 +4431,13 @@ LimitTypes取值范围:
|
|
|
4194
4431
|
}
|
|
4195
4432
|
|
|
4196
4433
|
/**
|
|
4197
|
-
* 本接口(
|
|
4434
|
+
* 本接口(DeletePrivateNatGateway)用于删除私网NAT网关。
|
|
4198
4435
|
*/
|
|
4199
|
-
async
|
|
4200
|
-
req:
|
|
4201
|
-
cb?: (error: string, rep:
|
|
4202
|
-
): Promise<
|
|
4203
|
-
return this.request("
|
|
4436
|
+
async DeletePrivateNatGateway(
|
|
4437
|
+
req: DeletePrivateNatGatewayRequest,
|
|
4438
|
+
cb?: (error: string, rep: DeletePrivateNatGatewayResponse) => void
|
|
4439
|
+
): Promise<DeletePrivateNatGatewayResponse> {
|
|
4440
|
+
return this.request("DeletePrivateNatGateway", req, cb)
|
|
4204
4441
|
}
|
|
4205
4442
|
|
|
4206
4443
|
/**
|