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
@@ -178,6 +178,16 @@ it("gaap.v20180529.CreateProxyGroupDomain", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("gaap.v20180529.SetTlsVersion", async function () {
182
+ try {
183
+ const data = await client.SetTlsVersion({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
181
191
  it("gaap.v20180529.CreateUDPListeners", async function () {
182
192
  try {
183
193
  const data = await client.CreateUDPListeners({})
@@ -48,9 +48,9 @@ it("vpc.v20170312.DescribeCustomerGateways", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
51
+ it("vpc.v20170312.DisassociateDhcpIpWithAddressIp", async function () {
52
52
  try {
53
- const data = await client.ReplaceSecurityGroupPolicy({})
53
+ const data = await client.DisassociateDhcpIpWithAddressIp({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -248,9 +248,9 @@ it("vpc.v20170312.DescribeCcnAttachedInstances", async function () {
248
248
  }
249
249
  })
250
250
 
251
- it("vpc.v20170312.ResetRoutes", async function () {
251
+ it("vpc.v20170312.DescribePrivateNatGatewayRegions", async function () {
252
252
  try {
253
- const data = await client.ResetRoutes({})
253
+ const data = await client.DescribePrivateNatGatewayRegions({})
254
254
  expect(data).to.be.ok
255
255
  } catch(error) {
256
256
  expect(error.requestId).to.be.ok
@@ -258,9 +258,9 @@ it("vpc.v20170312.ResetRoutes", async function () {
258
258
  }
259
259
  })
260
260
 
261
- it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
261
+ it("vpc.v20170312.CreatePrivateNatGateway", async function () {
262
262
  try {
263
- const data = await client.DeleteVpnGatewaySslServer({})
263
+ const data = await client.CreatePrivateNatGateway({})
264
264
  expect(data).to.be.ok
265
265
  } catch(error) {
266
266
  expect(error.requestId).to.be.ok
@@ -438,6 +438,16 @@ it("vpc.v20170312.ModifyVpnGatewaySslServer", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("vpc.v20170312.ReplaceSecurityGroupPolicy", async function () {
442
+ try {
443
+ const data = await client.ReplaceSecurityGroupPolicy({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
441
451
  it("vpc.v20170312.EnableVpnGatewaySslClientCert", async function () {
442
452
  try {
443
453
  const data = await client.EnableVpnGatewaySslClientCert({})
@@ -478,6 +488,16 @@ it("vpc.v20170312.ModifyNetworkAclEntries", async function () {
478
488
  }
479
489
  })
480
490
 
491
+ it("vpc.v20170312.ResetRoutes", async function () {
492
+ try {
493
+ const data = await client.ResetRoutes({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
481
501
  it("vpc.v20170312.UnassignIpv6Addresses", async function () {
482
502
  try {
483
503
  const data = await client.UnassignIpv6Addresses({})
@@ -518,6 +538,36 @@ it("vpc.v20170312.AssociateNatGatewayAddress", async function () {
518
538
  }
519
539
  })
520
540
 
541
+ it("vpc.v20170312.CreatePrivateNatGatewayTranslationNatRule", async function () {
542
+ try {
543
+ const data = await client.CreatePrivateNatGatewayTranslationNatRule({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
551
+ it("vpc.v20170312.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
552
+ try {
553
+ const data = await client.ModifyPrivateNatGatewayDestinationIpPortTranslationNatRule({})
554
+ expect(data).to.be.ok
555
+ } catch(error) {
556
+ expect(error.requestId).to.be.ok
557
+ expect(error.code).to.be.ok
558
+ }
559
+ })
560
+
561
+ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationNatRule", async function () {
562
+ try {
563
+ const data = await client.ModifyPrivateNatGatewayTranslationNatRule({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
521
571
  it("vpc.v20170312.ModifyPrivateIpAddressesAttribute", async function () {
522
572
  try {
523
573
  const data = await client.ModifyPrivateIpAddressesAttribute({})
@@ -538,9 +588,9 @@ it("vpc.v20170312.ModifyVpcEndPointAttribute", async function () {
538
588
  }
539
589
  })
540
590
 
541
- it("vpc.v20170312.DescribeVpnGatewayRoutes", async function () {
591
+ it("vpc.v20170312.DescribeSnapshotPolicies", async function () {
542
592
  try {
543
- const data = await client.DescribeVpnGatewayRoutes({})
593
+ const data = await client.DescribeSnapshotPolicies({})
544
594
  expect(data).to.be.ok
545
595
  } catch(error) {
546
596
  expect(error.requestId).to.be.ok
@@ -878,6 +928,16 @@ it("vpc.v20170312.LockCcnBandwidths", async function () {
878
928
  }
879
929
  })
880
930
 
931
+ it("vpc.v20170312.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules", async function () {
932
+ try {
933
+ const data = await client.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
881
941
  it("vpc.v20170312.ModifyAddressTemplateAttribute", async function () {
882
942
  try {
883
943
  const data = await client.ModifyAddressTemplateAttribute({})
@@ -1128,6 +1188,16 @@ it("vpc.v20170312.DisableSnapshotPolicies", async function () {
1128
1188
  }
1129
1189
  })
1130
1190
 
1191
+ it("vpc.v20170312.DeletePrivateNatGatewayTranslationNatRule", async function () {
1192
+ try {
1193
+ const data = await client.DeletePrivateNatGatewayTranslationNatRule({})
1194
+ expect(data).to.be.ok
1195
+ } catch(error) {
1196
+ expect(error.requestId).to.be.ok
1197
+ expect(error.code).to.be.ok
1198
+ }
1199
+ })
1200
+
1131
1201
  it("vpc.v20170312.DescribeDhcpIps", async function () {
1132
1202
  try {
1133
1203
  const data = await client.DescribeDhcpIps({})
@@ -1178,6 +1248,16 @@ it("vpc.v20170312.DeleteSubnet", async function () {
1178
1248
  }
1179
1249
  })
1180
1250
 
1251
+ it("vpc.v20170312.DeleteVpnGatewaySslServer", async function () {
1252
+ try {
1253
+ const data = await client.DeleteVpnGatewaySslServer({})
1254
+ expect(data).to.be.ok
1255
+ } catch(error) {
1256
+ expect(error.requestId).to.be.ok
1257
+ expect(error.code).to.be.ok
1258
+ }
1259
+ })
1260
+
1181
1261
  it("vpc.v20170312.AttachClassicLinkVpc", async function () {
1182
1262
  try {
1183
1263
  const data = await client.AttachClassicLinkVpc({})
@@ -1188,6 +1268,16 @@ it("vpc.v20170312.AttachClassicLinkVpc", async function () {
1188
1268
  }
1189
1269
  })
1190
1270
 
1271
+ it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
1272
+ try {
1273
+ const data = await client.UnassignIpv6SubnetCidrBlock({})
1274
+ expect(data).to.be.ok
1275
+ } catch(error) {
1276
+ expect(error.requestId).to.be.ok
1277
+ expect(error.code).to.be.ok
1278
+ }
1279
+ })
1280
+
1191
1281
  it("vpc.v20170312.DisassociateNatGatewayAddress", async function () {
1192
1282
  try {
1193
1283
  const data = await client.DisassociateNatGatewayAddress({})
@@ -1348,6 +1438,16 @@ it("vpc.v20170312.CreateVpcEndPointService", async function () {
1348
1438
  }
1349
1439
  })
1350
1440
 
1441
+ it("vpc.v20170312.DescribeVpcEndPoint", async function () {
1442
+ try {
1443
+ const data = await client.DescribeVpcEndPoint({})
1444
+ expect(data).to.be.ok
1445
+ } catch(error) {
1446
+ expect(error.requestId).to.be.ok
1447
+ expect(error.code).to.be.ok
1448
+ }
1449
+ })
1450
+
1351
1451
  it("vpc.v20170312.HaVipDisassociateAddressIp", async function () {
1352
1452
  try {
1353
1453
  const data = await client.HaVipDisassociateAddressIp({})
@@ -1378,9 +1478,9 @@ it("vpc.v20170312.DetachNetworkInterface", async function () {
1378
1478
  }
1379
1479
  })
1380
1480
 
1381
- it("vpc.v20170312.RejectAttachCcnInstances", async function () {
1481
+ it("vpc.v20170312.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
1382
1482
  try {
1383
- const data = await client.RejectAttachCcnInstances({})
1483
+ const data = await client.DeletePrivateNatGatewayDestinationIpPortTranslationNatRule({})
1384
1484
  expect(data).to.be.ok
1385
1485
  } catch(error) {
1386
1486
  expect(error.requestId).to.be.ok
@@ -1428,6 +1528,16 @@ it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
1428
1528
  }
1429
1529
  })
1430
1530
 
1531
+ it("vpc.v20170312.ModifyCcnAttribute", async function () {
1532
+ try {
1533
+ const data = await client.ModifyCcnAttribute({})
1534
+ expect(data).to.be.ok
1535
+ } catch(error) {
1536
+ expect(error.requestId).to.be.ok
1537
+ expect(error.code).to.be.ok
1538
+ }
1539
+ })
1540
+
1431
1541
  it("vpc.v20170312.ModifyDhcpIpAttribute", async function () {
1432
1542
  try {
1433
1543
  const data = await client.ModifyDhcpIpAttribute({})
@@ -1838,6 +1948,16 @@ it("vpc.v20170312.DeleteVpcEndPointService", async function () {
1838
1948
  }
1839
1949
  })
1840
1950
 
1951
+ it("vpc.v20170312.DeletePrivateNatGatewayTranslationAclRule", async function () {
1952
+ try {
1953
+ const data = await client.DeletePrivateNatGatewayTranslationAclRule({})
1954
+ expect(data).to.be.ok
1955
+ } catch(error) {
1956
+ expect(error.requestId).to.be.ok
1957
+ expect(error.code).to.be.ok
1958
+ }
1959
+ })
1960
+
1841
1961
  it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
1842
1962
  try {
1843
1963
  const data = await client.CreateNetworkAclQuintupleEntries({})
@@ -1878,9 +1998,9 @@ it("vpc.v20170312.CreateServiceTemplate", async function () {
1878
1998
  }
1879
1999
  })
1880
2000
 
1881
- it("vpc.v20170312.ReturnNormalAddresses", async function () {
2001
+ it("vpc.v20170312.RejectAttachCcnInstances", async function () {
1882
2002
  try {
1883
- const data = await client.ReturnNormalAddresses({})
2003
+ const data = await client.RejectAttachCcnInstances({})
1884
2004
  expect(data).to.be.ok
1885
2005
  } catch(error) {
1886
2006
  expect(error.requestId).to.be.ok
@@ -1988,6 +2108,16 @@ it("vpc.v20170312.DescribeVpcEndPointServiceWhiteList", async function () {
1988
2108
  }
1989
2109
  })
1990
2110
 
2111
+ it("vpc.v20170312.UnlockCcnBandwidths", async function () {
2112
+ try {
2113
+ const data = await client.UnlockCcnBandwidths({})
2114
+ expect(data).to.be.ok
2115
+ } catch(error) {
2116
+ expect(error.requestId).to.be.ok
2117
+ expect(error.code).to.be.ok
2118
+ }
2119
+ })
2120
+
1991
2121
  it("vpc.v20170312.RejectVpcPeeringConnection", async function () {
1992
2122
  try {
1993
2123
  const data = await client.RejectVpcPeeringConnection({})
@@ -2018,6 +2148,16 @@ it("vpc.v20170312.CreateCustomerGateway", async function () {
2018
2148
  }
2019
2149
  })
2020
2150
 
2151
+ it("vpc.v20170312.DescribePrivateNatGatewayLimits", async function () {
2152
+ try {
2153
+ const data = await client.DescribePrivateNatGatewayLimits({})
2154
+ expect(data).to.be.ok
2155
+ } catch(error) {
2156
+ expect(error.requestId).to.be.ok
2157
+ expect(error.code).to.be.ok
2158
+ }
2159
+ })
2160
+
2021
2161
  it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
2022
2162
  try {
2023
2163
  const data = await client.DescribeCrossBorderCompliance({})
@@ -2038,9 +2178,9 @@ it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
2038
2178
  }
2039
2179
  })
2040
2180
 
2041
- it("vpc.v20170312.UnlockCcnBandwidths", async function () {
2181
+ it("vpc.v20170312.ModifyPrivateNatGatewayAttribute", async function () {
2042
2182
  try {
2043
- const data = await client.UnlockCcnBandwidths({})
2183
+ const data = await client.ModifyPrivateNatGatewayAttribute({})
2044
2184
  expect(data).to.be.ok
2045
2185
  } catch(error) {
2046
2186
  expect(error.requestId).to.be.ok
@@ -2398,9 +2538,9 @@ it("vpc.v20170312.DescribeHaVips", async function () {
2398
2538
  }
2399
2539
  })
2400
2540
 
2401
- it("vpc.v20170312.UnassignIpv6SubnetCidrBlock", async function () {
2541
+ it("vpc.v20170312.DescribePrivateNatGateways", async function () {
2402
2542
  try {
2403
- const data = await client.UnassignIpv6SubnetCidrBlock({})
2543
+ const data = await client.DescribePrivateNatGateways({})
2404
2544
  expect(data).to.be.ok
2405
2545
  } catch(error) {
2406
2546
  expect(error.requestId).to.be.ok
@@ -2538,6 +2678,16 @@ it("vpc.v20170312.DescribeSubnets", async function () {
2538
2678
  }
2539
2679
  })
2540
2680
 
2681
+ it("vpc.v20170312.DescribeVpnGatewayRoutes", async function () {
2682
+ try {
2683
+ const data = await client.DescribeVpnGatewayRoutes({})
2684
+ expect(data).to.be.ok
2685
+ } catch(error) {
2686
+ expect(error.requestId).to.be.ok
2687
+ expect(error.code).to.be.ok
2688
+ }
2689
+ })
2690
+
2541
2691
  it("vpc.v20170312.DescribeAddressQuota", async function () {
2542
2692
  try {
2543
2693
  const data = await client.DescribeAddressQuota({})
@@ -2568,6 +2718,16 @@ it("vpc.v20170312.ModifyCustomerGatewayAttribute", async function () {
2568
2718
  }
2569
2719
  })
2570
2720
 
2721
+ it("vpc.v20170312.ReturnNormalAddresses", async function () {
2722
+ try {
2723
+ const data = await client.ReturnNormalAddresses({})
2724
+ expect(data).to.be.ok
2725
+ } catch(error) {
2726
+ expect(error.requestId).to.be.ok
2727
+ expect(error.code).to.be.ok
2728
+ }
2729
+ })
2730
+
2571
2731
  it("vpc.v20170312.DescribeNetworkAcls", async function () {
2572
2732
  try {
2573
2733
  const data = await client.DescribeNetworkAcls({})
@@ -2598,6 +2758,16 @@ it("vpc.v20170312.DescribeSecurityGroups", async function () {
2598
2758
  }
2599
2759
  })
2600
2760
 
2761
+ it("vpc.v20170312.DescribePrivateNatGatewayTranslationNatRules", async function () {
2762
+ try {
2763
+ const data = await client.DescribePrivateNatGatewayTranslationNatRules({})
2764
+ expect(data).to.be.ok
2765
+ } catch(error) {
2766
+ expect(error.requestId).to.be.ok
2767
+ expect(error.code).to.be.ok
2768
+ }
2769
+ })
2770
+
2601
2771
  it("vpc.v20170312.CreateVpnGateway", async function () {
2602
2772
  try {
2603
2773
  const data = await client.CreateVpnGateway({})
@@ -2688,9 +2858,9 @@ it("vpc.v20170312.DescribeCrossBorderCcnRegionBandwidthLimits", async function (
2688
2858
  }
2689
2859
  })
2690
2860
 
2691
- it("vpc.v20170312.DisassociateDhcpIpWithAddressIp", async function () {
2861
+ it("vpc.v20170312.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule", async function () {
2692
2862
  try {
2693
- const data = await client.DisassociateDhcpIpWithAddressIp({})
2863
+ const data = await client.CreatePrivateNatGatewayDestinationIpPortTranslationNatRule({})
2694
2864
  expect(data).to.be.ok
2695
2865
  } catch(error) {
2696
2866
  expect(error.requestId).to.be.ok
@@ -2948,9 +3118,19 @@ it("vpc.v20170312.ModifyNatGatewaySourceIpTranslationNatRule", async function ()
2948
3118
  }
2949
3119
  })
2950
3120
 
2951
- it("vpc.v20170312.ModifyCcnAttribute", async function () {
3121
+ it("vpc.v20170312.CreatePrivateNatGatewayTranslationAclRule", async function () {
2952
3122
  try {
2953
- const data = await client.ModifyCcnAttribute({})
3123
+ const data = await client.CreatePrivateNatGatewayTranslationAclRule({})
3124
+ expect(data).to.be.ok
3125
+ } catch(error) {
3126
+ expect(error.requestId).to.be.ok
3127
+ expect(error.code).to.be.ok
3128
+ }
3129
+ })
3130
+
3131
+ it("vpc.v20170312.ModifyPrivateNatGatewayTranslationAclRule", async function () {
3132
+ try {
3133
+ const data = await client.ModifyPrivateNatGatewayTranslationAclRule({})
2954
3134
  expect(data).to.be.ok
2955
3135
  } catch(error) {
2956
3136
  expect(error.requestId).to.be.ok
@@ -2988,9 +3168,9 @@ it("vpc.v20170312.DescribeSecurityGroupAssociationStatistics", async function ()
2988
3168
  }
2989
3169
  })
2990
3170
 
2991
- it("vpc.v20170312.DescribeSnapshotPolicies", async function () {
3171
+ it("vpc.v20170312.DescribePrivateNatGatewayTranslationAclRules", async function () {
2992
3172
  try {
2993
- const data = await client.DescribeSnapshotPolicies({})
3173
+ const data = await client.DescribePrivateNatGatewayTranslationAclRules({})
2994
3174
  expect(data).to.be.ok
2995
3175
  } catch(error) {
2996
3176
  expect(error.requestId).to.be.ok
@@ -3148,9 +3328,9 @@ it("vpc.v20170312.ModifyVpcAttribute", async function () {
3148
3328
  }
3149
3329
  })
3150
3330
 
3151
- it("vpc.v20170312.DescribeVpcEndPoint", async function () {
3331
+ it("vpc.v20170312.DeletePrivateNatGateway", async function () {
3152
3332
  try {
3153
- const data = await client.DescribeVpcEndPoint({})
3333
+ const data = await client.DeletePrivateNatGateway({})
3154
3334
  expect(data).to.be.ok
3155
3335
  } catch(error) {
3156
3336
  expect(error.requestId).to.be.ok
@@ -458,16 +458,6 @@ it("waf.v20180125.GetAttackHistogram", async function () {
458
458
  }
459
459
  })
460
460
 
461
- it("waf.v20180125.ModifyAccessPeriod", async function () {
462
- try {
463
- const data = await client.ModifyAccessPeriod({})
464
- expect(data).to.be.ok
465
- } catch(error) {
466
- expect(error.requestId).to.be.ok
467
- expect(error.code).to.be.ok
468
- }
469
- })
470
-
471
461
  it("waf.v20180125.ModifyDomainsCLSStatus", async function () {
472
462
  try {
473
463
  const data = await client.ModifyDomainsCLSStatus({})
@@ -268,6 +268,16 @@ it("wedata.v20210820.DescribeFieldBasicInfo", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("wedata.v20210820.DescribeTableScoreTrend", async function () {
272
+ try {
273
+ const data = await client.DescribeTableScoreTrend({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
271
281
  it("wedata.v20210820.RemoveWorkflowDs", async function () {
272
282
  try {
273
283
  const data = await client.RemoveWorkflowDs({})
@@ -788,9 +798,9 @@ it("wedata.v20210820.ModifyIntegrationTask", async function () {
788
798
  }
789
799
  })
790
800
 
791
- it("wedata.v20210820.DescribeTableScoreTrend", async function () {
801
+ it("wedata.v20210820.DescribeDutyScheduleDetails", async function () {
792
802
  try {
793
- const data = await client.DescribeTableScoreTrend({})
803
+ const data = await client.DescribeDutyScheduleDetails({})
794
804
  expect(data).to.be.ok
795
805
  } catch(error) {
796
806
  expect(error.requestId).to.be.ok
@@ -1208,6 +1218,16 @@ it("wedata.v20210820.DeleteDsFolder", async function () {
1208
1218
  }
1209
1219
  })
1210
1220
 
1221
+ it("wedata.v20210820.DescribeBatchOperateTask", async function () {
1222
+ try {
1223
+ const data = await client.DescribeBatchOperateTask({})
1224
+ expect(data).to.be.ok
1225
+ } catch(error) {
1226
+ expect(error.requestId).to.be.ok
1227
+ expect(error.code).to.be.ok
1228
+ }
1229
+ })
1230
+
1211
1231
  it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
1212
1232
  try {
1213
1233
  const data = await client.DescribeResourceManagePathTrees({})
@@ -1308,9 +1328,9 @@ it("wedata.v20210820.DescribeColumnsMeta", async function () {
1308
1328
  }
1309
1329
  })
1310
1330
 
1311
- it("wedata.v20210820.DescribeBatchOperateTask", async function () {
1331
+ it("wedata.v20210820.DescribeDutyScheduleList", async function () {
1312
1332
  try {
1313
- const data = await client.DescribeBatchOperateTask({})
1333
+ const data = await client.DescribeDutyScheduleList({})
1314
1334
  expect(data).to.be.ok
1315
1335
  } catch(error) {
1316
1336
  expect(error.requestId).to.be.ok