tencentcloud-sdk-nodejs 4.0.945 → 4.0.947

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 (83) hide show
  1. package/CHANGELOG.md +386 -0
  2. package/SERVICE_CHANGELOG.md +418 -224
  3. package/package.json +1 -1
  4. package/products.md +28 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +34 -21
  7. package/src/services/aiart/v20221229/aiart_models.ts +6 -6
  8. package/src/services/ca/index.ts +5 -0
  9. package/src/services/ca/v20230228/ca_client.ts +68 -0
  10. package/src/services/ca/v20230228/ca_models.ts +142 -0
  11. package/src/services/ca/v20230228/index.ts +6 -0
  12. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  13. package/src/services/cdn/v20180606/cdn_models.ts +16 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +4 -0
  15. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +6 -6
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  18. package/src/services/dasb/v20191018/dasb_models.ts +16 -3
  19. package/src/services/dts/v20211206/dts_models.ts +16 -16
  20. package/src/services/emr/v20190103/emr_models.ts +4 -0
  21. package/src/services/ess/v20201111/ess_client.ts +19 -12
  22. package/src/services/ess/v20201111/ess_models.ts +32 -22
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -4
  25. package/src/services/index.ts +1 -0
  26. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  28. package/src/services/ocr/v20181119/ocr_models.ts +11 -0
  29. package/src/services/omics/v20221128/omics_client.ts +1 -0
  30. package/src/services/omics/v20221128/omics_models.ts +98 -11
  31. package/src/services/ses/v20201002/ses_models.ts +25 -0
  32. package/src/services/ssl/v20191205/ssl_client.ts +1 -0
  33. package/src/services/ssl/v20191205/ssl_models.ts +26 -0
  34. package/src/services/tcb/v20180608/tcb_models.ts +10 -1
  35. package/src/services/tts/v20190823/tts_client.ts +4 -1
  36. package/src/services/vpc/v20170312/vpc_client.ts +338 -70
  37. package/src/services/vpc/v20170312/vpc_models.ts +986 -296
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +34 -21
  41. package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -21
  42. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -6
  43. package/tencentcloud/services/ca/index.d.ts +6 -0
  44. package/tencentcloud/services/ca/index.js +7 -0
  45. package/tencentcloud/services/ca/v20230228/ca_client.d.ts +22 -0
  46. package/tencentcloud/services/ca/v20230228/ca_client.js +49 -0
  47. package/tencentcloud/services/ca/v20230228/ca_models.d.ts +119 -0
  48. package/tencentcloud/services/ca/v20230228/ca_models.js +18 -0
  49. package/tencentcloud/services/ca/v20230228/index.d.ts +6 -0
  50. package/tencentcloud/services/ca/v20230228/index.js +9 -0
  51. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +16 -0
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  54. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  55. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -6
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  59. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +16 -3
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +16 -16
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +18 -11
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -11
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -22
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -4
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  72. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
  73. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +97 -11
  74. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +25 -0
  75. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +25 -0
  76. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -1
  77. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +4 -1
  78. package/tencentcloud/services/tts/v20190823/tts_client.js +4 -1
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +107 -19
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.js +157 -25
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +920 -278
  82. package/test/ca.v20230228.test.js +51 -0
  83. package/test/vpc.v20170312.test.js +234 -14
@@ -0,0 +1,51 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.ca.v20230228.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("ca.v20230228.test.js", function () {
20
+
21
+ it("ca.v20230228.DescribeVerifyReport", async function () {
22
+ try {
23
+ const data = await client.DescribeVerifyReport({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("ca.v20230228.UploadFile", async function () {
32
+ try {
33
+ const data = await client.UploadFile({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("ca.v20230228.CreateVerifyReport", async function () {
42
+ try {
43
+ const data = await client.CreateVerifyReport({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
51
+ })
@@ -318,6 +318,16 @@ it("vpc.v20170312.AllocateAddresses", async function () {
318
318
  }
319
319
  })
320
320
 
321
+ it("vpc.v20170312.DeleteCdcLDCXList", async function () {
322
+ try {
323
+ const data = await client.DeleteCdcLDCXList({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
321
331
  it("vpc.v20170312.DescribeIp6Addresses", async function () {
322
332
  try {
323
333
  const data = await client.DescribeIp6Addresses({})
@@ -368,6 +378,16 @@ it("vpc.v20170312.DescribeNetDetectStates", async function () {
368
378
  }
369
379
  })
370
380
 
381
+ it("vpc.v20170312.ModifyCdcNetPlaneAttribute", async function () {
382
+ try {
383
+ const data = await client.ModifyCdcNetPlaneAttribute({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
371
391
  it("vpc.v20170312.DescribeCcns", async function () {
372
392
  try {
373
393
  const data = await client.DescribeCcns({})
@@ -598,6 +618,16 @@ it("vpc.v20170312.WithdrawNotifyRoutes", async function () {
598
618
  }
599
619
  })
600
620
 
621
+ it("vpc.v20170312.CreateCdcNetPlanes", async function () {
622
+ try {
623
+ const data = await client.CreateCdcNetPlanes({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
601
631
  it("vpc.v20170312.DeleteRoutes", async function () {
602
632
  try {
603
633
  const data = await client.DeleteRoutes({})
@@ -618,6 +648,16 @@ it("vpc.v20170312.InquiryPriceCreateVpnGateway", async function () {
618
648
  }
619
649
  })
620
650
 
651
+ it("vpc.v20170312.DeleteHighPriorityRouteTables", async function () {
652
+ try {
653
+ const data = await client.DeleteHighPriorityRouteTables({})
654
+ expect(data).to.be.ok
655
+ } catch(error) {
656
+ expect(error.requestId).to.be.ok
657
+ expect(error.code).to.be.ok
658
+ }
659
+ })
660
+
621
661
  it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
622
662
  try {
623
663
  const data = await client.DescribeCrossBorderCompliance({})
@@ -628,9 +668,9 @@ it("vpc.v20170312.DescribeCrossBorderCompliance", async function () {
628
668
  }
629
669
  })
630
670
 
631
- it("vpc.v20170312.ReturnNormalAddresses", async function () {
671
+ it("vpc.v20170312.CreateSecurityGroup", async function () {
632
672
  try {
633
- const data = await client.ReturnNormalAddresses({})
673
+ const data = await client.CreateSecurityGroup({})
634
674
  expect(data).to.be.ok
635
675
  } catch(error) {
636
676
  expect(error.requestId).to.be.ok
@@ -848,9 +888,9 @@ it("vpc.v20170312.ReleaseAddresses", async function () {
848
888
  }
849
889
  })
850
890
 
851
- it("vpc.v20170312.ModifyGatewayFlowQos", async function () {
891
+ it("vpc.v20170312.ReplaceRoutes", async function () {
852
892
  try {
853
- const data = await client.ModifyGatewayFlowQos({})
893
+ const data = await client.ReplaceRoutes({})
854
894
  expect(data).to.be.ok
855
895
  } catch(error) {
856
896
  expect(error.requestId).to.be.ok
@@ -1338,9 +1378,19 @@ it("vpc.v20170312.DescribeVpcPeeringConnections", async function () {
1338
1378
  }
1339
1379
  })
1340
1380
 
1341
- it("vpc.v20170312.ReplaceRoutes", async function () {
1381
+ it("vpc.v20170312.CreateHighPriorityRouteTable", async function () {
1342
1382
  try {
1343
- const data = await client.ReplaceRoutes({})
1383
+ const data = await client.CreateHighPriorityRouteTable({})
1384
+ expect(data).to.be.ok
1385
+ } catch(error) {
1386
+ expect(error.requestId).to.be.ok
1387
+ expect(error.code).to.be.ok
1388
+ }
1389
+ })
1390
+
1391
+ it("vpc.v20170312.ModifyGatewayFlowQos", async function () {
1392
+ try {
1393
+ const data = await client.ModifyGatewayFlowQos({})
1344
1394
  expect(data).to.be.ok
1345
1395
  } catch(error) {
1346
1396
  expect(error.requestId).to.be.ok
@@ -1978,6 +2028,16 @@ it("vpc.v20170312.DescribeCustomerGatewayVendors", async function () {
1978
2028
  }
1979
2029
  })
1980
2030
 
2031
+ it("vpc.v20170312.DeleteCdcNetPlanes", async function () {
2032
+ try {
2033
+ const data = await client.DeleteCdcNetPlanes({})
2034
+ expect(data).to.be.ok
2035
+ } catch(error) {
2036
+ expect(error.requestId).to.be.ok
2037
+ expect(error.code).to.be.ok
2038
+ }
2039
+ })
2040
+
1981
2041
  it("vpc.v20170312.DeleteLocalGateway", async function () {
1982
2042
  try {
1983
2043
  const data = await client.DeleteLocalGateway({})
@@ -2138,9 +2198,9 @@ it("vpc.v20170312.DescribePrivateNatGatewayDestinationIpPortTranslationNatRules"
2138
2198
  }
2139
2199
  })
2140
2200
 
2141
- it("vpc.v20170312.DisableVpnGatewaySslClientCert", async function () {
2201
+ it("vpc.v20170312.DescribeHighPriorityRoutes", async function () {
2142
2202
  try {
2143
- const data = await client.DisableVpnGatewaySslClientCert({})
2203
+ const data = await client.DescribeHighPriorityRoutes({})
2144
2204
  expect(data).to.be.ok
2145
2205
  } catch(error) {
2146
2206
  expect(error.requestId).to.be.ok
@@ -2158,6 +2218,16 @@ it("vpc.v20170312.DisassociateAddress", async function () {
2158
2218
  }
2159
2219
  })
2160
2220
 
2221
+ it("vpc.v20170312.DescribeCdcLDCXList", async function () {
2222
+ try {
2223
+ const data = await client.DescribeCdcLDCXList({})
2224
+ expect(data).to.be.ok
2225
+ } catch(error) {
2226
+ expect(error.requestId).to.be.ok
2227
+ expect(error.code).to.be.ok
2228
+ }
2229
+ })
2230
+
2161
2231
  it("vpc.v20170312.ModifyIp6Rule", async function () {
2162
2232
  try {
2163
2233
  const data = await client.ModifyIp6Rule({})
@@ -2238,6 +2308,16 @@ it("vpc.v20170312.ModifyCcnRouteTables", async function () {
2238
2308
  }
2239
2309
  })
2240
2310
 
2311
+ it("vpc.v20170312.ModifyHighPriorityRouteECMPAlgorithm", async function () {
2312
+ try {
2313
+ const data = await client.ModifyHighPriorityRouteECMPAlgorithm({})
2314
+ expect(data).to.be.ok
2315
+ } catch(error) {
2316
+ expect(error.requestId).to.be.ok
2317
+ expect(error.code).to.be.ok
2318
+ }
2319
+ })
2320
+
2241
2321
  it("vpc.v20170312.DeleteNatGatewaySourceIpTranslationNatRule", async function () {
2242
2322
  try {
2243
2323
  const data = await client.DeleteNatGatewaySourceIpTranslationNatRule({})
@@ -2348,6 +2428,16 @@ it("vpc.v20170312.DeleteVpcEndPoint", async function () {
2348
2428
  }
2349
2429
  })
2350
2430
 
2431
+ it("vpc.v20170312.DeleteHighPriorityRoutes", async function () {
2432
+ try {
2433
+ const data = await client.DeleteHighPriorityRoutes({})
2434
+ expect(data).to.be.ok
2435
+ } catch(error) {
2436
+ expect(error.requestId).to.be.ok
2437
+ expect(error.code).to.be.ok
2438
+ }
2439
+ })
2440
+
2351
2441
  it("vpc.v20170312.CreateServiceTemplate", async function () {
2352
2442
  try {
2353
2443
  const data = await client.CreateServiceTemplate({})
@@ -2418,9 +2508,9 @@ it("vpc.v20170312.DescribeCcnRouteTableBroadcastPolicys", async function () {
2418
2508
  }
2419
2509
  })
2420
2510
 
2421
- it("vpc.v20170312.SetVpnGatewaysRenewFlag", async function () {
2511
+ it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
2422
2512
  try {
2423
- const data = await client.SetVpnGatewaysRenewFlag({})
2513
+ const data = await client.CreateAddressTemplateGroup({})
2424
2514
  expect(data).to.be.ok
2425
2515
  } catch(error) {
2426
2516
  expect(error.requestId).to.be.ok
@@ -2458,6 +2548,16 @@ it("vpc.v20170312.AssociateNetworkInterfaceSecurityGroups", async function () {
2458
2548
  }
2459
2549
  })
2460
2550
 
2551
+ it("vpc.v20170312.ReplaceHighPriorityRouteTableAssociation", async function () {
2552
+ try {
2553
+ const data = await client.ReplaceHighPriorityRouteTableAssociation({})
2554
+ expect(data).to.be.ok
2555
+ } catch(error) {
2556
+ expect(error.requestId).to.be.ok
2557
+ expect(error.code).to.be.ok
2558
+ }
2559
+ })
2560
+
2461
2561
  it("vpc.v20170312.EnableFlowLogs", async function () {
2462
2562
  try {
2463
2563
  const data = await client.EnableFlowLogs({})
@@ -2468,6 +2568,16 @@ it("vpc.v20170312.EnableFlowLogs", async function () {
2468
2568
  }
2469
2569
  })
2470
2570
 
2571
+ it("vpc.v20170312.CreateCdcLDCXList", async function () {
2572
+ try {
2573
+ const data = await client.CreateCdcLDCXList({})
2574
+ expect(data).to.be.ok
2575
+ } catch(error) {
2576
+ expect(error.requestId).to.be.ok
2577
+ expect(error.code).to.be.ok
2578
+ }
2579
+ })
2580
+
2471
2581
  it("vpc.v20170312.ModifyNatGatewayDestinationIpPortTranslationNatRule", async function () {
2472
2582
  try {
2473
2583
  const data = await client.ModifyNatGatewayDestinationIpPortTranslationNatRule({})
@@ -2478,6 +2588,16 @@ it("vpc.v20170312.ModifyNatGatewayDestinationIpPortTranslationNatRule", async fu
2478
2588
  }
2479
2589
  })
2480
2590
 
2591
+ it("vpc.v20170312.DisableVpnGatewaySslClientCert", async function () {
2592
+ try {
2593
+ const data = await client.DisableVpnGatewaySslClientCert({})
2594
+ expect(data).to.be.ok
2595
+ } catch(error) {
2596
+ expect(error.requestId).to.be.ok
2597
+ expect(error.code).to.be.ok
2598
+ }
2599
+ })
2600
+
2481
2601
  it("vpc.v20170312.DescribeHaVips", async function () {
2482
2602
  try {
2483
2603
  const data = await client.DescribeHaVips({})
@@ -2558,6 +2678,16 @@ it("vpc.v20170312.DescribeTenantCcns", async function () {
2558
2678
  }
2559
2679
  })
2560
2680
 
2681
+ it("vpc.v20170312.CreateHighPriorityRoutes", async function () {
2682
+ try {
2683
+ const data = await client.CreateHighPriorityRoutes({})
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
+
2561
2691
  it("vpc.v20170312.LockCcns", async function () {
2562
2692
  try {
2563
2693
  const data = await client.LockCcns({})
@@ -2768,6 +2898,16 @@ it("vpc.v20170312.ModifyVpcEndPointAttribute", async function () {
2768
2898
  }
2769
2899
  })
2770
2900
 
2901
+ it("vpc.v20170312.ModifyHighPriorityRouteAttribute", async function () {
2902
+ try {
2903
+ const data = await client.ModifyHighPriorityRouteAttribute({})
2904
+ expect(data).to.be.ok
2905
+ } catch(error) {
2906
+ expect(error.requestId).to.be.ok
2907
+ expect(error.code).to.be.ok
2908
+ }
2909
+ })
2910
+
2771
2911
  it("vpc.v20170312.DisassociateVpcEndPointSecurityGroups", async function () {
2772
2912
  try {
2773
2913
  const data = await client.DisassociateVpcEndPointSecurityGroups({})
@@ -2828,6 +2968,16 @@ it("vpc.v20170312.DescribeNatGateways", async function () {
2828
2968
  }
2829
2969
  })
2830
2970
 
2971
+ it("vpc.v20170312.ResetHighPriorityRoutes", async function () {
2972
+ try {
2973
+ const data = await client.ResetHighPriorityRoutes({})
2974
+ expect(data).to.be.ok
2975
+ } catch(error) {
2976
+ expect(error.requestId).to.be.ok
2977
+ expect(error.code).to.be.ok
2978
+ }
2979
+ })
2980
+
2831
2981
  it("vpc.v20170312.DescribeVpcs", async function () {
2832
2982
  try {
2833
2983
  const data = await client.DescribeVpcs({})
@@ -2838,6 +2988,16 @@ it("vpc.v20170312.DescribeVpcs", async function () {
2838
2988
  }
2839
2989
  })
2840
2990
 
2991
+ it("vpc.v20170312.DescribeHighPriorityRouteTables", async function () {
2992
+ try {
2993
+ const data = await client.DescribeHighPriorityRouteTables({})
2994
+ expect(data).to.be.ok
2995
+ } catch(error) {
2996
+ expect(error.requestId).to.be.ok
2997
+ expect(error.code).to.be.ok
2998
+ }
2999
+ })
3000
+
2841
3001
  it("vpc.v20170312.AcceptAttachCcnInstances", async function () {
2842
3002
  try {
2843
3003
  const data = await client.AcceptAttachCcnInstances({})
@@ -3008,6 +3168,16 @@ it("vpc.v20170312.DeleteIp6Translators", async function () {
3008
3168
  }
3009
3169
  })
3010
3170
 
3171
+ it("vpc.v20170312.DescribeRoutes", async function () {
3172
+ try {
3173
+ const data = await client.DescribeRoutes({})
3174
+ expect(data).to.be.ok
3175
+ } catch(error) {
3176
+ expect(error.requestId).to.be.ok
3177
+ expect(error.code).to.be.ok
3178
+ }
3179
+ })
3180
+
3011
3181
  it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
3012
3182
  try {
3013
3183
  const data = await client.DeleteVpnGatewayRoutes({})
@@ -3018,6 +3188,16 @@ it("vpc.v20170312.DeleteVpnGatewayRoutes", async function () {
3018
3188
  }
3019
3189
  })
3020
3190
 
3191
+ it("vpc.v20170312.ReplaceHighPriorityRoutes", async function () {
3192
+ try {
3193
+ const data = await client.ReplaceHighPriorityRoutes({})
3194
+ expect(data).to.be.ok
3195
+ } catch(error) {
3196
+ expect(error.requestId).to.be.ok
3197
+ expect(error.code).to.be.ok
3198
+ }
3199
+ })
3200
+
3021
3201
  it("vpc.v20170312.ModifyCcnAttachedInstancesAttribute", async function () {
3022
3202
  try {
3023
3203
  const data = await client.ModifyCcnAttachedInstancesAttribute({})
@@ -3048,6 +3228,26 @@ it("vpc.v20170312.CreateNetDetect", async function () {
3048
3228
  }
3049
3229
  })
3050
3230
 
3231
+ it("vpc.v20170312.ModifyHighPriorityRouteTableAttribute", async function () {
3232
+ try {
3233
+ const data = await client.ModifyHighPriorityRouteTableAttribute({})
3234
+ expect(data).to.be.ok
3235
+ } catch(error) {
3236
+ expect(error.requestId).to.be.ok
3237
+ expect(error.code).to.be.ok
3238
+ }
3239
+ })
3240
+
3241
+ it("vpc.v20170312.ModifyCdcLDCXAttribute", async function () {
3242
+ try {
3243
+ const data = await client.ModifyCdcLDCXAttribute({})
3244
+ expect(data).to.be.ok
3245
+ } catch(error) {
3246
+ expect(error.requestId).to.be.ok
3247
+ expect(error.code).to.be.ok
3248
+ }
3249
+ })
3250
+
3051
3251
  it("vpc.v20170312.DeleteVpcEndPointService", async function () {
3052
3252
  try {
3053
3253
  const data = await client.DeleteVpcEndPointService({})
@@ -3128,6 +3328,16 @@ it("vpc.v20170312.DescribeSecurityGroupLimits", async function () {
3128
3328
  }
3129
3329
  })
3130
3330
 
3331
+ it("vpc.v20170312.DescribeCdcUsedIdcVlan", async function () {
3332
+ try {
3333
+ const data = await client.DescribeCdcUsedIdcVlan({})
3334
+ expect(data).to.be.ok
3335
+ } catch(error) {
3336
+ expect(error.requestId).to.be.ok
3337
+ expect(error.code).to.be.ok
3338
+ }
3339
+ })
3340
+
3131
3341
  it("vpc.v20170312.DescribeSecurityGroupReferences", async function () {
3132
3342
  try {
3133
3343
  const data = await client.DescribeSecurityGroupReferences({})
@@ -3398,6 +3608,16 @@ it("vpc.v20170312.CreateDhcpIp", async function () {
3398
3608
  }
3399
3609
  })
3400
3610
 
3611
+ it("vpc.v20170312.DescribeCdcNetPlanes", async function () {
3612
+ try {
3613
+ const data = await client.DescribeCdcNetPlanes({})
3614
+ expect(data).to.be.ok
3615
+ } catch(error) {
3616
+ expect(error.requestId).to.be.ok
3617
+ expect(error.code).to.be.ok
3618
+ }
3619
+ })
3620
+
3401
3621
  it("vpc.v20170312.ResumeSnapshotInstance", async function () {
3402
3622
  try {
3403
3623
  const data = await client.ResumeSnapshotInstance({})
@@ -3408,9 +3628,9 @@ it("vpc.v20170312.ResumeSnapshotInstance", async function () {
3408
3628
  }
3409
3629
  })
3410
3630
 
3411
- it("vpc.v20170312.CreateAddressTemplateGroup", async function () {
3631
+ it("vpc.v20170312.SetVpnGatewaysRenewFlag", async function () {
3412
3632
  try {
3413
- const data = await client.CreateAddressTemplateGroup({})
3633
+ const data = await client.SetVpnGatewaysRenewFlag({})
3414
3634
  expect(data).to.be.ok
3415
3635
  } catch(error) {
3416
3636
  expect(error.requestId).to.be.ok
@@ -3458,9 +3678,9 @@ it("vpc.v20170312.CreateSecurityGroupWithPolicies", async function () {
3458
3678
  }
3459
3679
  })
3460
3680
 
3461
- it("vpc.v20170312.CreateSecurityGroup", async function () {
3681
+ it("vpc.v20170312.ReturnNormalAddresses", async function () {
3462
3682
  try {
3463
- const data = await client.CreateSecurityGroup({})
3683
+ const data = await client.ReturnNormalAddresses({})
3464
3684
  expect(data).to.be.ok
3465
3685
  } catch(error) {
3466
3686
  expect(error.requestId).to.be.ok