tencentcloud-sdk-nodejs 4.0.691 → 4.0.693

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 (114) hide show
  1. package/CHANGELOG.md +489 -0
  2. package/SERVICE_CHANGELOG.md +534 -206
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_client.ts +17 -0
  7. package/src/services/apm/v20210622/apm_models.ts +187 -0
  8. package/src/services/asr/v20190614/asr_models.ts +5 -5
  9. package/src/services/cam/v20190116/cam_models.ts +1 -1
  10. package/src/services/car/v20220110/car_client.ts +28 -16
  11. package/src/services/car/v20220110/car_models.ts +24 -0
  12. package/src/services/cbs/v20170312/cbs_models.ts +5 -4
  13. package/src/services/cdb/v20170320/cdb_models.ts +11 -6
  14. package/src/services/cdn/v20180606/cdn_client.ts +21 -14
  15. package/src/services/cdn/v20180606/cdn_models.ts +19 -19
  16. package/src/services/clb/v20180317/clb_client.ts +61 -11
  17. package/src/services/clb/v20180317/clb_models.ts +259 -64
  18. package/src/services/cls/v20201016/cls_client.ts +680 -656
  19. package/src/services/cls/v20201016/cls_models.ts +80 -0
  20. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -13
  21. package/src/services/cpdp/v20190820/cpdp_models.ts +35 -113
  22. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  23. package/src/services/cwp/v20180228/cwp_client.ts +52 -2
  24. package/src/services/cwp/v20180228/cwp_models.ts +343 -46
  25. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
  26. package/src/services/cynosdb/v20190107/cynosdb_models.ts +81 -24
  27. package/src/services/dasb/v20191018/dasb_client.ts +12 -0
  28. package/src/services/dasb/v20191018/dasb_models.ts +33 -0
  29. package/src/services/ess/v20201111/ess_client.ts +25 -21
  30. package/src/services/ess/v20201111/ess_models.ts +255 -171
  31. package/src/services/essbasic/v20210526/essbasic_models.ts +12 -7
  32. package/src/services/iai/v20180301/iai_models.ts +3 -3
  33. package/src/services/iai/v20200303/iai_models.ts +3 -3
  34. package/src/services/iss/v20230517/iss_client.ts +21 -7
  35. package/src/services/iss/v20230517/iss_models.ts +47 -0
  36. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  37. package/src/services/mps/v20190612/mps_models.ts +16 -0
  38. package/src/services/ocr/v20181119/ocr_models.ts +9 -0
  39. package/src/services/organization/v20210331/organization_client.ts +18 -6
  40. package/src/services/organization/v20210331/organization_models.ts +20 -0
  41. package/src/services/tag/v20180813/tag_client.ts +4 -6
  42. package/src/services/tag/v20180813/tag_models.ts +60 -22
  43. package/src/services/thpc/v20230321/thpc_client.ts +5 -1
  44. package/src/services/thpc/v20230321/thpc_models.ts +119 -63
  45. package/src/services/trp/v20210515/trp_models.ts +60 -22
  46. package/src/services/trtc/v20190722/trtc_models.ts +5 -3
  47. package/src/services/waf/v20180125/waf_client.ts +20 -8
  48. package/src/services/waf/v20180125/waf_models.ts +122 -52
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/apm/v20210622/apm_client.d.ts +5 -1
  52. package/tencentcloud/services/apm/v20210622/apm_client.js +6 -0
  53. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +180 -0
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -5
  55. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
  56. package/tencentcloud/services/car/v20220110/car_client.d.ts +11 -7
  57. package/tencentcloud/services/car/v20220110/car_client.js +15 -9
  58. package/tencentcloud/services/car/v20220110/car_models.d.ts +22 -0
  59. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +5 -4
  60. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +11 -6
  61. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +14 -7
  62. package/tencentcloud/services/cdn/v20180606/cdn_client.js +14 -7
  63. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +19 -19
  64. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +19 -3
  65. package/tencentcloud/services/clb/v20180317/clb_client.js +27 -3
  66. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +249 -64
  67. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +334 -326
  68. package/tencentcloud/services/cls/v20201016/cls_client.js +420 -408
  69. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +76 -0
  70. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -5
  71. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +0 -6
  72. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +35 -111
  73. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  74. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +17 -1
  75. package/tencentcloud/services/cwp/v20180228/cwp_client.js +24 -0
  76. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +333 -46
  77. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +80 -24
  78. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
  79. package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
  80. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +31 -0
  81. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +25 -21
  82. package/tencentcloud/services/ess/v20201111/ess_client.js +25 -21
  83. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +255 -171
  84. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -7
  85. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +3 -3
  86. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +3 -3
  87. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +8 -3
  88. package/tencentcloud/services/iss/v20230517/iss_client.js +10 -3
  89. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +44 -0
  90. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  91. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +16 -0
  92. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -0
  93. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +7 -3
  94. package/tencentcloud/services/organization/v20210331/organization_client.js +9 -3
  95. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +18 -0
  96. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +0 -2
  97. package/tencentcloud/services/tag/v20180813/tag_client.js +0 -2
  98. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +60 -22
  99. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +115 -63
  100. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +60 -22
  101. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -3
  102. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -9
  103. package/tencentcloud/services/waf/v20180125/waf_client.js +14 -8
  104. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +120 -52
  105. package/test/apm.v20210622.test.js +10 -0
  106. package/test/car.v20220110.test.js +18 -8
  107. package/test/clb.v20180317.test.js +42 -2
  108. package/test/cls.v20201016.test.js +188 -168
  109. package/test/cpdp.v20190820.test.js +0 -10
  110. package/test/cwp.v20180228.test.js +40 -0
  111. package/test/dasb.v20191018.test.js +10 -0
  112. package/test/iss.v20230517.test.js +12 -2
  113. package/test/organization.v20210331.test.js +12 -2
  114. package/test/waf.v20180125.test.js +10 -0
@@ -1478,16 +1478,6 @@ it("cpdp.v20190820.CreateRedInvoice", async function () {
1478
1478
  }
1479
1479
  })
1480
1480
 
1481
- it("cpdp.v20190820.RevResigterBillSupportWithdraw", async function () {
1482
- try {
1483
- const data = await client.RevResigterBillSupportWithdraw({})
1484
- expect(data).to.be.ok
1485
- } catch(error) {
1486
- expect(error.requestId).to.be.ok
1487
- expect(error.code).to.be.ok
1488
- }
1489
- })
1490
-
1491
1481
  it("cpdp.v20190820.QueryCloudChannelData", async function () {
1492
1482
  try {
1493
1483
  const data = await client.QueryCloudChannelData({})
@@ -178,6 +178,26 @@ it("cwp.v20180228.DescribeBaselineStrategyDetail", async function () {
178
178
  }
179
179
  })
180
180
 
181
+ it("cwp.v20180228.DescribeSecurityBroadcasts", async function () {
182
+ try {
183
+ const data = await client.DescribeSecurityBroadcasts({})
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
+
191
+ it("cwp.v20180228.DescribeAttackEvents", async function () {
192
+ try {
193
+ const data = await client.DescribeAttackEvents({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
181
201
  it("cwp.v20180228.DescribeAssetWebAppPluginList", async function () {
182
202
  try {
183
203
  const data = await client.DescribeAssetWebAppPluginList({})
@@ -2078,6 +2098,16 @@ it("cwp.v20180228.DescribeBaselineDetectOverview", async function () {
2078
2098
  }
2079
2099
  })
2080
2100
 
2101
+ it("cwp.v20180228.DescribeMachineRiskCnt", async function () {
2102
+ try {
2103
+ const data = await client.DescribeMachineRiskCnt({})
2104
+ expect(data).to.be.ok
2105
+ } catch(error) {
2106
+ expect(error.requestId).to.be.ok
2107
+ expect(error.code).to.be.ok
2108
+ }
2109
+ })
2110
+
2081
2111
  it("cwp.v20180228.DescribeBaselineItemDetectList", async function () {
2082
2112
  try {
2083
2113
  const data = await client.DescribeBaselineItemDetectList({})
@@ -2618,6 +2648,16 @@ it("cwp.v20180228.DeleteWebPageEventLog", async function () {
2618
2648
  }
2619
2649
  })
2620
2650
 
2651
+ it("cwp.v20180228.ModifyLicenseOrder", async function () {
2652
+ try {
2653
+ const data = await client.ModifyLicenseOrder({})
2654
+ expect(data).to.be.ok
2655
+ } catch(error) {
2656
+ expect(error.requestId).to.be.ok
2657
+ expect(error.code).to.be.ok
2658
+ }
2659
+ })
2660
+
2621
2661
  it("cwp.v20180228.DescribeVersionStatistics", async function () {
2622
2662
  try {
2623
2663
  const data = await client.DescribeVersionStatistics({})
@@ -38,6 +38,16 @@ it("dasb.v20191018.DescribeDeviceGroupMembers", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("dasb.v20191018.ModifyCmdTemplate", async function () {
42
+ try {
43
+ const data = await client.ModifyCmdTemplate({})
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
+
41
51
  it("dasb.v20191018.DescribeLoginEvent", async function () {
42
52
  try {
43
53
  const data = await client.DescribeLoginEvent({})
@@ -108,9 +108,9 @@ it("iss.v20230517.DescribeDomainRegion", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("iss.v20230517.ListOrganizationChannels", async function () {
111
+ it("iss.v20230517.DescribeRecordSlice", async function () {
112
112
  try {
113
- const data = await client.ListOrganizationChannels({})
113
+ const data = await client.DescribeRecordSlice({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -818,4 +818,14 @@ it("iss.v20230517.AddRecordBackupTemplate", async function () {
818
818
  }
819
819
  })
820
820
 
821
+ it("iss.v20230517.ListOrganizationChannels", async function () {
822
+ try {
823
+ const data = await client.ListOrganizationChannels({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
821
831
  })
@@ -28,9 +28,9 @@ it("organization.v20210331.DescribeOrganizationMembers", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("organization.v20210331.UpdateOrganizationNode", async function () {
31
+ it("organization.v20210331.QuitOrganization", async function () {
32
32
  try {
33
- const data = await client.UpdateOrganizationNode({})
33
+ const data = await client.QuitOrganization({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -108,6 +108,16 @@ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async func
108
108
  }
109
109
  })
110
110
 
111
+ it("organization.v20210331.UpdateOrganizationNode", async function () {
112
+ try {
113
+ const data = await client.UpdateOrganizationNode({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
111
121
  it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
112
122
  try {
113
123
  const data = await client.CreateOrganizationMemberAuthIdentity({})
@@ -438,6 +438,16 @@ it("waf.v20180125.ModifyCustomWhiteRule", async function () {
438
438
  }
439
439
  })
440
440
 
441
+ it("waf.v20180125.SwitchElasticMode", async function () {
442
+ try {
443
+ const data = await client.SwitchElasticMode({})
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("waf.v20180125.ModifyInstanceRenewFlag", async function () {
442
452
  try {
443
453
  const data = await client.ModifyInstanceRenewFlag({})