tencentcloud-sdk-nodejs 4.0.1016 → 4.0.1018

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 (70) hide show
  1. package/CHANGELOG.md +442 -0
  2. package/SERVICE_CHANGELOG.md +667 -604
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bi/v20220105/bi_models.ts +33 -0
  7. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +27 -47
  8. package/src/services/cfg/v20210820/cfg_models.ts +12 -0
  9. package/src/services/cvm/v20170312/cvm_models.ts +4 -4
  10. package/src/services/cwp/v20180228/cwp_client.ts +12 -44
  11. package/src/services/cwp/v20180228/cwp_models.ts +260 -456
  12. package/src/services/dlc/v20210125/dlc_models.ts +47 -47
  13. package/src/services/hunyuan/v20230901/hunyuan_models.ts +5 -0
  14. package/src/services/lcic/v20220817/lcic_client.ts +1 -1
  15. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  16. package/src/services/lke/v20231130/lke_client.ts +10 -2
  17. package/src/services/lke/v20231130/lke_models.ts +408 -31
  18. package/src/services/ocr/v20181119/ocr_client.ts +958 -945
  19. package/src/services/ocr/v20181119/ocr_models.ts +152 -50
  20. package/src/services/rum/v20210622/rum_client.ts +2 -1
  21. package/src/services/rum/v20210622/rum_models.ts +95 -65
  22. package/src/services/scf/v20180416/scf_models.ts +4 -4
  23. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  24. package/src/services/teo/v20220901/teo_client.ts +166 -34
  25. package/src/services/teo/v20220901/teo_models.ts +1796 -180
  26. package/src/services/trro/v20220325/trro_models.ts +6 -6
  27. package/src/services/trtc/v20190722/trtc_models.ts +4 -0
  28. package/src/services/tse/v20201207/tse_client.ts +17 -4
  29. package/src/services/tse/v20201207/tse_models.ts +105 -64
  30. package/src/services/vpc/v20170312/vpc_client.ts +5179 -7
  31. package/src/services/vpc/v20170312/vpc_models.ts +18815 -9
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +33 -0
  35. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +26 -46
  36. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +12 -0
  37. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -4
  38. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -13
  39. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -16
  40. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +264 -452
  41. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +47 -47
  42. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +5 -0
  43. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +1 -1
  44. package/tencentcloud/services/lcic/v20220817/lcic_client.js +1 -1
  45. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  46. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
  47. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +400 -31
  48. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +535 -531
  49. package/tencentcloud/services/ocr/v20181119/ocr_client.js +718 -712
  50. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +149 -50
  51. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -1
  52. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +94 -65
  53. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +4 -4
  54. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  55. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +35 -11
  56. package/tencentcloud/services/teo/v20220901/teo_client.js +48 -12
  57. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1710 -166
  58. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
  59. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
  60. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  61. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  62. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +102 -64
  63. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1895 -3
  64. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2669 -3
  65. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17875 -9
  66. package/test/cwp.v20180228.test.js +0 -20
  67. package/test/ocr.v20181119.test.js +174 -164
  68. package/test/teo.v20220901.test.js +64 -4
  69. package/test/tse.v20201207.test.js +10 -0
  70. package/test/vpc.v20170312.test.js +3872 -2
@@ -178,6 +178,16 @@ it("teo.v20220901.DescribeDefaultCertificates", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("teo.v20220901.ModifyL7AccRule", async function () {
182
+ try {
183
+ const data = await client.ModifyL7AccRule({})
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("teo.v20220901.DescribeAccelerationDomains", async function () {
182
192
  try {
183
193
  const data = await client.DescribeAccelerationDomains({})
@@ -218,6 +228,16 @@ it("teo.v20220901.DeleteApplicationProxy", async function () {
218
228
  }
219
229
  })
220
230
 
231
+ it("teo.v20220901.ModifyL7AccSetting", async function () {
232
+ try {
233
+ const data = await client.ModifyL7AccSetting({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
221
241
  it("teo.v20220901.ModifyL4ProxyStatus", async function () {
222
242
  try {
223
243
  const data = await client.ModifyL4ProxyStatus({})
@@ -338,6 +358,16 @@ it("teo.v20220901.DescribeConfigGroupVersionDetail", async function () {
338
358
  }
339
359
  })
340
360
 
361
+ it("teo.v20220901.DescribeL7AccRules", async function () {
362
+ try {
363
+ const data = await client.DescribeL7AccRules({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
341
371
  it("teo.v20220901.BindSecurityTemplateToEntity", async function () {
342
372
  try {
343
373
  const data = await client.BindSecurityTemplateToEntity({})
@@ -518,9 +548,9 @@ it("teo.v20220901.ModifyAliasDomainStatus", async function () {
518
548
  }
519
549
  })
520
550
 
521
- it("teo.v20220901.DescribeDnsRecords", async function () {
551
+ it("teo.v20220901.DescribeSecurityIPGroup", async function () {
522
552
  try {
523
- const data = await client.DescribeDnsRecords({})
553
+ const data = await client.DescribeSecurityIPGroup({})
524
554
  expect(data).to.be.ok
525
555
  } catch(error) {
526
556
  expect(error.requestId).to.be.ok
@@ -608,6 +638,16 @@ it("teo.v20220901.ModifyPlan", async function () {
608
638
  }
609
639
  })
610
640
 
641
+ it("teo.v20220901.DeleteL7AccRules", async function () {
642
+ try {
643
+ const data = await client.DeleteL7AccRules({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
611
651
  it("teo.v20220901.BindZoneToPlan", async function () {
612
652
  try {
613
653
  const data = await client.BindZoneToPlan({})
@@ -898,6 +938,16 @@ it("teo.v20220901.ModifyZoneStatus", async function () {
898
938
  }
899
939
  })
900
940
 
941
+ it("teo.v20220901.CreateL7AccRules", async function () {
942
+ try {
943
+ const data = await client.CreateL7AccRules({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
901
951
  it("teo.v20220901.DescribePurgeTasks", async function () {
902
952
  try {
903
953
  const data = await client.DescribePurgeTasks({})
@@ -1068,6 +1118,16 @@ it("teo.v20220901.ModifyApplicationProxyRule", async function () {
1068
1118
  }
1069
1119
  })
1070
1120
 
1121
+ it("teo.v20220901.DescribeL7AccSetting", async function () {
1122
+ try {
1123
+ const data = await client.DescribeL7AccSetting({})
1124
+ expect(data).to.be.ok
1125
+ } catch(error) {
1126
+ expect(error.requestId).to.be.ok
1127
+ expect(error.code).to.be.ok
1128
+ }
1129
+ })
1130
+
1071
1131
  it("teo.v20220901.CreateOriginGroup", async function () {
1072
1132
  try {
1073
1133
  const data = await client.CreateOriginGroup({})
@@ -1278,9 +1338,9 @@ it("teo.v20220901.DescribeSecurityIPGroupInfo", async function () {
1278
1338
  }
1279
1339
  })
1280
1340
 
1281
- it("teo.v20220901.DescribeSecurityIPGroup", async function () {
1341
+ it("teo.v20220901.DescribeDnsRecords", async function () {
1282
1342
  try {
1283
- const data = await client.DescribeSecurityIPGroup({})
1343
+ const data = await client.DescribeDnsRecords({})
1284
1344
  expect(data).to.be.ok
1285
1345
  } catch(error) {
1286
1346
  expect(error.requestId).to.be.ok
@@ -608,6 +608,16 @@ it("tse.v20201207.DescribeNativeGatewayServiceSources", async function () {
608
608
  }
609
609
  })
610
610
 
611
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayInfoByIp", async function () {
612
+ try {
613
+ const data = await client.DescribeCloudNativeAPIGatewayInfoByIp({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
611
621
  it("tse.v20201207.ModifyNativeGatewayServerGroup", async function () {
612
622
  try {
613
623
  const data = await client.ModifyNativeGatewayServerGroup({})