tencentcloud-sdk-nodejs 4.0.995 → 4.0.997

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 (98) hide show
  1. package/CHANGELOG.md +494 -0
  2. package/SERVICE_CHANGELOG.md +523 -185
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +158 -115
  7. package/src/services/bi/v20220105/bi_models.ts +4 -0
  8. package/src/services/cam/v20190116/cam_models.ts +10 -10
  9. package/src/services/ccc/v20200210/ccc_models.ts +12 -0
  10. package/src/services/cfg/v20210820/cfg_models.ts +39 -0
  11. package/src/services/dcdb/v20180411/dcdb_models.ts +135 -135
  12. package/src/services/domain/v20180808/domain_client.ts +1 -1
  13. package/src/services/domain/v20180808/domain_models.ts +1 -1
  14. package/src/services/dsgc/v20190723/dsgc_client.ts +1 -5
  15. package/src/services/dsgc/v20190723/dsgc_models.ts +190 -677
  16. package/src/services/dts/v20211206/dts_models.ts +5 -0
  17. package/src/services/ess/v20201111/ess_client.ts +19 -1
  18. package/src/services/ess/v20201111/ess_models.ts +161 -35
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +19 -1
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +165 -30
  21. package/src/services/iss/v20230517/iss_models.ts +1 -1
  22. package/src/services/keewidb/v20220308/keewidb_models.ts +64 -59
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -11
  24. package/src/services/mariadb/v20170312/mariadb_models.ts +98 -96
  25. package/src/services/monitor/v20180724/monitor_client.ts +29 -2
  26. package/src/services/monitor/v20180724/monitor_models.ts +143 -24
  27. package/src/services/mps/v20190612/mps_models.ts +34 -27
  28. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  29. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  30. package/src/services/organization/v20210331/organization_models.ts +22 -10
  31. package/src/services/privatedns/v20201028/privatedns_client.ts +1 -1
  32. package/src/services/privatedns/v20201028/privatedns_models.ts +23 -22
  33. package/src/services/redis/v20180412/redis_models.ts +14 -14
  34. package/src/services/region/v20220627/region_models.ts +2 -2
  35. package/src/services/tdmq/v20200217/tdmq_client.ts +14 -2
  36. package/src/services/tdmq/v20200217/tdmq_models.ts +49 -17
  37. package/src/services/teo/v20220901/teo_client.ts +129 -19
  38. package/src/services/teo/v20220901/teo_models.ts +534 -131
  39. package/src/services/thpc/v20211109/thpc_models.ts +14 -14
  40. package/src/services/thpc/v20220401/thpc_models.ts +4 -5
  41. package/src/services/tiia/v20190529/tiia_client.ts +14 -23
  42. package/src/services/tiia/v20190529/tiia_models.ts +99 -119
  43. package/src/services/vdb/v20230616/vdb_models.ts +16 -16
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +158 -115
  47. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +4 -0
  48. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +10 -10
  49. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -0
  50. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +39 -0
  51. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +135 -135
  52. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +1 -1
  53. package/tencentcloud/services/domain/v20180808/domain_client.js +1 -1
  54. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  55. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +1 -5
  56. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +1 -5
  57. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +190 -677
  58. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +5 -0
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -1
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +11 -0
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +158 -35
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -1
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -0
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +162 -30
  65. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +1 -1
  66. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +64 -59
  67. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -11
  68. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +98 -96
  69. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +9 -1
  70. package/tencentcloud/services/monitor/v20180724/monitor_client.js +12 -0
  71. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +136 -24
  72. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +34 -27
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  75. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  76. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +22 -10
  77. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +1 -1
  78. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +1 -1
  79. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +23 -22
  80. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +14 -14
  81. package/tencentcloud/services/region/v20220627/region_models.d.ts +2 -2
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  83. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  84. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +47 -17
  85. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +41 -5
  86. package/tencentcloud/services/teo/v20220901/teo_client.js +60 -6
  87. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +521 -138
  88. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +14 -14
  89. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -5
  90. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +14 -23
  91. package/tencentcloud/services/tiia/v20190529/tiia_client.js +14 -23
  92. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +99 -119
  93. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +16 -16
  94. package/test/ess.v20201111.test.js +10 -0
  95. package/test/essbasic.v20210526.test.js +10 -0
  96. package/test/monitor.v20180724.test.js +20 -0
  97. package/test/tdmq.v20200217.test.js +10 -0
  98. package/test/teo.v20220901.test.js +94 -4
@@ -47,35 +47,35 @@ export interface Outbound {
47
47
  /**
48
48
  * 策略,ACCEPT或者DROP。
49
49
  */
50
- Action: string;
50
+ Action?: string;
51
51
  /**
52
52
  * 地址组id代表的地址集合。
53
53
  */
54
- AddressModule: string;
54
+ AddressModule?: string;
55
55
  /**
56
56
  * 来源Ip或Ip段,例如192.168.0.0/16。
57
57
  */
58
- CidrIp: string;
58
+ CidrIp?: string;
59
59
  /**
60
60
  * 描述。
61
61
  */
62
- Desc: string;
62
+ Desc?: string;
63
63
  /**
64
64
  * 网络协议,支持udp、tcp等。
65
65
  */
66
- IpProtocol: string;
66
+ IpProtocol?: string;
67
67
  /**
68
68
  * 端口。
69
69
  */
70
- PortRange: string;
70
+ PortRange?: string;
71
71
  /**
72
72
  * 服务组id代表的协议和端口集合。
73
73
  */
74
- ServiceModule: string;
74
+ ServiceModule?: string;
75
75
  /**
76
76
  * 安全组id代表的地址集合。
77
77
  */
78
- Id: string;
78
+ Id?: string;
79
79
  }
80
80
  /**
81
81
  * DescribeDBSecurityGroups请求参数结构体
@@ -244,35 +244,35 @@ export interface Inbound {
244
244
  /**
245
245
  * 策略,ACCEPT或者DROP。
246
246
  */
247
- Action: string;
247
+ Action?: string;
248
248
  /**
249
249
  * 地址组id代表的地址集合。
250
250
  */
251
- AddressModule: string;
251
+ AddressModule?: string;
252
252
  /**
253
253
  * 来源Ip或Ip段,例如192.168.0.0/16。
254
254
  */
255
- CidrIp: string;
255
+ CidrIp?: string;
256
256
  /**
257
257
  * 描述。
258
258
  */
259
- Desc: string;
259
+ Desc?: string;
260
260
  /**
261
261
  * 网络协议,支持udp、tcp等。
262
262
  */
263
- IpProtocol: string;
263
+ IpProtocol?: string;
264
264
  /**
265
265
  * 端口。
266
266
  */
267
- PortRange: string;
267
+ PortRange?: string;
268
268
  /**
269
269
  * 服务组id代表的协议和端口集合。
270
270
  */
271
- ServiceModule: string;
271
+ ServiceModule?: string;
272
272
  /**
273
273
  * 安全组id代表的地址集合。
274
274
  */
275
- Id: string;
275
+ Id?: string;
276
276
  }
277
277
  /**
278
278
  * 标签键值对
@@ -308,6 +308,16 @@ it("ess.v20201111.BindEmployeeUserIdWithClientOpenId", async function () {
308
308
  }
309
309
  })
310
310
 
311
+ it("ess.v20201111.CreateOrganizationAuthFile", async function () {
312
+ try {
313
+ const data = await client.CreateOrganizationAuthFile({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
311
321
  it("ess.v20201111.DeleteIntegrationRoleUsers", async function () {
312
322
  try {
313
323
  const data = await client.DeleteIntegrationRoleUsers({})
@@ -768,6 +768,16 @@ it("essbasic.v20210526.ChannelCreatePreparedPersonalEsign", async function () {
768
768
  }
769
769
  })
770
770
 
771
+ it("essbasic.v20210526.CreateOrganizationAuthFile", async function () {
772
+ try {
773
+ const data = await client.CreateOrganizationAuthFile({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
771
781
  it("essbasic.v20210526.ChannelCreateFlowGroupByFiles", async function () {
772
782
  try {
773
783
  const data = await client.ChannelCreateFlowGroupByFiles({})
@@ -688,6 +688,16 @@ it("monitor.v20180724.DeleteSSOAccount", async function () {
688
688
  }
689
689
  })
690
690
 
691
+ it("monitor.v20180724.DescribeRemoteURLs", async function () {
692
+ try {
693
+ const data = await client.DescribeRemoteURLs({})
694
+ expect(data).to.be.ok
695
+ } catch(error) {
696
+ expect(error.requestId).to.be.ok
697
+ expect(error.code).to.be.ok
698
+ }
699
+ })
700
+
691
701
  it("monitor.v20180724.UpdatePrometheusAlertGroupState", async function () {
692
702
  try {
693
703
  const data = await client.UpdatePrometheusAlertGroupState({})
@@ -878,6 +888,16 @@ it("monitor.v20180724.SyncPrometheusTemp", async function () {
878
888
  }
879
889
  })
880
890
 
891
+ it("monitor.v20180724.ModifyRemoteURLs", async function () {
892
+ try {
893
+ const data = await client.ModifyRemoteURLs({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
881
901
  it("monitor.v20180724.CreateAlarmNotice", async function () {
882
902
  try {
883
903
  const data = await client.CreateAlarmNotice({})
@@ -318,6 +318,16 @@ it("tdmq.v20200217.DescribeTopics", async function () {
318
318
  }
319
319
  })
320
320
 
321
+ it("tdmq.v20200217.ModifyPublicNetworkSecurityPolicy", async function () {
322
+ try {
323
+ const data = await client.ModifyPublicNetworkSecurityPolicy({})
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("tdmq.v20200217.ModifyRocketMQEnvironmentRole", async function () {
322
332
  try {
323
333
  const data = await client.ModifyRocketMQEnvironmentRole({})
@@ -28,9 +28,9 @@ it("teo.v20220901.DestroyPlan", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("teo.v20220901.DescribeOriginGroupHealthStatus", async function () {
31
+ it("teo.v20220901.CreateDnsRecord", async function () {
32
32
  try {
33
- const data = await client.DescribeOriginGroupHealthStatus({})
33
+ const data = await client.CreateDnsRecord({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -48,6 +48,16 @@ it("teo.v20220901.ExportZoneConfig", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("teo.v20220901.DescribeContentIdentifiers", async function () {
52
+ try {
53
+ const data = await client.DescribeContentIdentifiers({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
51
61
  it("teo.v20220901.DeleteFunction", async function () {
52
62
  try {
53
63
  const data = await client.DeleteFunction({})
@@ -448,6 +458,16 @@ it("teo.v20220901.ModifyL4ProxyRules", async function () {
448
458
  }
449
459
  })
450
460
 
461
+ it("teo.v20220901.ModifyDnsRecords", async function () {
462
+ try {
463
+ const data = await client.ModifyDnsRecords({})
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
+
451
471
  it("teo.v20220901.DescribeTimingL7CacheData", async function () {
452
472
  try {
453
473
  const data = await client.DescribeTimingL7CacheData({})
@@ -498,6 +518,16 @@ it("teo.v20220901.ModifyAliasDomainStatus", async function () {
498
518
  }
499
519
  })
500
520
 
521
+ it("teo.v20220901.DescribeDnsRecords", async function () {
522
+ try {
523
+ const data = await client.DescribeDnsRecords({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
501
531
  it("teo.v20220901.CreateL4ProxyRules", async function () {
502
532
  try {
503
533
  const data = await client.CreateL4ProxyRules({})
@@ -548,6 +578,16 @@ it("teo.v20220901.DescribeTopL7AnalysisData", async function () {
548
578
  }
549
579
  })
550
580
 
581
+ it("teo.v20220901.DeleteDnsRecords", async function () {
582
+ try {
583
+ const data = await client.DeleteDnsRecords({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
551
591
  it("teo.v20220901.ModifySecurityPolicy", async function () {
552
592
  try {
553
593
  const data = await client.ModifySecurityPolicy({})
@@ -578,9 +618,9 @@ it("teo.v20220901.BindZoneToPlan", async function () {
578
618
  }
579
619
  })
580
620
 
581
- it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
621
+ it("teo.v20220901.DescribeOriginGroupHealthStatus", async function () {
582
622
  try {
583
- const data = await client.DescribeDDoSAttackEvent({})
623
+ const data = await client.DescribeOriginGroupHealthStatus({})
584
624
  expect(data).to.be.ok
585
625
  } catch(error) {
586
626
  expect(error.requestId).to.be.ok
@@ -708,6 +748,16 @@ it("teo.v20220901.CreateConfigGroupVersion", async function () {
708
748
  }
709
749
  })
710
750
 
751
+ it("teo.v20220901.ModifyDnsRecordsStatus", async function () {
752
+ try {
753
+ const data = await client.ModifyDnsRecordsStatus({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
711
761
  it("teo.v20220901.ModifyFunction", async function () {
712
762
  try {
713
763
  const data = await client.ModifyFunction({})
@@ -778,6 +828,16 @@ it("teo.v20220901.DeleteLoadBalancer", async function () {
778
828
  }
779
829
  })
780
830
 
831
+ it("teo.v20220901.DeleteContentIdentifier", async function () {
832
+ try {
833
+ const data = await client.DeleteContentIdentifier({})
834
+ expect(data).to.be.ok
835
+ } catch(error) {
836
+ expect(error.requestId).to.be.ok
837
+ expect(error.code).to.be.ok
838
+ }
839
+ })
840
+
781
841
  it("teo.v20220901.DescribeRulesSetting", async function () {
782
842
  try {
783
843
  const data = await client.DescribeRulesSetting({})
@@ -888,6 +948,26 @@ it("teo.v20220901.HandleFunctionRuntimeEnvironment", async function () {
888
948
  }
889
949
  })
890
950
 
951
+ it("teo.v20220901.DescribeDDoSAttackEvent", async function () {
952
+ try {
953
+ const data = await client.DescribeDDoSAttackEvent({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
961
+ it("teo.v20220901.ModifyContentIdentifier", async function () {
962
+ try {
963
+ const data = await client.ModifyContentIdentifier({})
964
+ expect(data).to.be.ok
965
+ } catch(error) {
966
+ expect(error.requestId).to.be.ok
967
+ expect(error.code).to.be.ok
968
+ }
969
+ })
970
+
891
971
  it("teo.v20220901.UpgradePlan", async function () {
892
972
  try {
893
973
  const data = await client.UpgradePlan({})
@@ -1128,6 +1208,16 @@ it("teo.v20220901.DescribeZoneConfigImportResult", async function () {
1128
1208
  }
1129
1209
  })
1130
1210
 
1211
+ it("teo.v20220901.CreateContentIdentifier", async function () {
1212
+ try {
1213
+ const data = await client.CreateContentIdentifier({})
1214
+ expect(data).to.be.ok
1215
+ } catch(error) {
1216
+ expect(error.requestId).to.be.ok
1217
+ expect(error.code).to.be.ok
1218
+ }
1219
+ })
1220
+
1131
1221
  it("teo.v20220901.DeleteSecurityIPGroup", async function () {
1132
1222
  try {
1133
1223
  const data = await client.DeleteSecurityIPGroup({})