tencentcloud-sdk-nodejs 4.0.996 → 4.0.998

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 (128) hide show
  1. package/CHANGELOG.md +614 -0
  2. package/SERVICE_CHANGELOG.md +722 -87
  3. package/package.json +1 -1
  4. package/products.md +31 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aca/index.ts +5 -0
  7. package/src/services/aca/v20210323/aca_client.ts +175 -0
  8. package/src/services/aca/v20210323/aca_models.ts +1675 -0
  9. package/src/services/aca/v20210323/index.ts +6 -0
  10. package/src/services/batch/v20170312/batch_models.ts +69 -64
  11. package/src/services/cdb/v20170320/cdb_client.ts +3 -3
  12. package/src/services/cdb/v20170320/cdb_models.ts +37 -30
  13. package/src/services/cdwch/v20200915/cdwch_models.ts +3 -3
  14. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +4 -0
  15. package/src/services/cfs/v20190719/cfs_models.ts +12 -35
  16. package/src/services/domain/v20180808/domain_models.ts +9 -9
  17. package/src/services/dsgc/v20190723/dsgc_client.ts +1 -5
  18. package/src/services/dsgc/v20190723/dsgc_models.ts +190 -677
  19. package/src/services/emr/v20190103/emr_models.ts +27 -4
  20. package/src/services/ess/v20201111/ess_client.ts +1 -0
  21. package/src/services/ess/v20201111/ess_models.ts +64 -61
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +62 -58
  24. package/src/services/facefusion/v20220927/facefusion_client.ts +2 -3
  25. package/src/services/facefusion/v20220927/facefusion_models.ts +8 -0
  26. package/src/services/index.ts +1 -0
  27. package/src/services/keewidb/v20220308/keewidb_models.ts +60 -55
  28. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -11
  29. package/src/services/live/v20180801/live_models.ts +13 -0
  30. package/src/services/mariadb/v20170312/mariadb_models.ts +2 -0
  31. package/src/services/monitor/v20180724/monitor_client.ts +29 -2
  32. package/src/services/monitor/v20180724/monitor_models.ts +143 -24
  33. package/src/services/mps/v20190612/mps_client.ts +66 -16
  34. package/src/services/mps/v20190612/mps_models.ts +532 -340
  35. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  36. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  37. package/src/services/privatedns/v20201028/privatedns_client.ts +1 -1
  38. package/src/services/privatedns/v20201028/privatedns_models.ts +23 -27
  39. package/src/services/redis/v20180412/redis_client.ts +33 -8
  40. package/src/services/redis/v20180412/redis_models.ts +101 -14
  41. package/src/services/tcb/v20180608/tcb_models.ts +23 -15
  42. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -1
  43. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -2
  44. package/src/services/teo/v20220901/teo_client.ts +129 -19
  45. package/src/services/teo/v20220901/teo_models.ts +534 -131
  46. package/src/services/thpc/v20211109/thpc_models.ts +14 -14
  47. package/src/services/thpc/v20220401/thpc_models.ts +4 -5
  48. package/src/services/tiia/v20190529/tiia_client.ts +14 -23
  49. package/src/services/tiia/v20190529/tiia_models.ts +99 -119
  50. package/src/services/trocket/v20230308/trocket_client.ts +13 -0
  51. package/src/services/trocket/v20230308/trocket_models.ts +61 -0
  52. package/src/services/tsf/v20180326/tsf_client.ts +4 -2
  53. package/src/services/tsf/v20180326/tsf_models.ts +112 -108
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/aca/index.d.ts +6 -0
  57. package/tencentcloud/services/aca/index.js +7 -0
  58. package/tencentcloud/services/aca/v20210323/aca_client.d.ts +42 -0
  59. package/tencentcloud/services/aca/v20210323/aca_client.js +79 -0
  60. package/tencentcloud/services/aca/v20210323/aca_models.d.ts +1595 -0
  61. package/tencentcloud/services/aca/v20210323/aca_models.js +18 -0
  62. package/tencentcloud/services/aca/v20210323/index.d.ts +6 -0
  63. package/tencentcloud/services/aca/v20210323/index.js +9 -0
  64. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +69 -64
  65. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -3
  66. package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -3
  67. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +37 -30
  68. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +3 -3
  69. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
  70. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +12 -35
  71. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +9 -9
  72. package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +1 -5
  73. package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +1 -5
  74. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +190 -677
  75. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +27 -4
  76. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  77. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  78. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +64 -61
  79. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -0
  80. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -0
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +62 -58
  82. package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +0 -1
  83. package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +0 -1
  84. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +8 -0
  85. package/tencentcloud/services/index.d.ts +1 -0
  86. package/tencentcloud/services/index.js +2 -0
  87. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +60 -55
  88. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -11
  89. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  90. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +2 -0
  91. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +9 -1
  92. package/tencentcloud/services/monitor/v20180724/monitor_client.js +12 -0
  93. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +136 -24
  94. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +21 -5
  95. package/tencentcloud/services/mps/v20190612/mps_client.js +30 -6
  96. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +524 -342
  97. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  98. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  99. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  100. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +1 -1
  101. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +1 -1
  102. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +23 -27
  103. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +11 -3
  104. package/tencentcloud/services/redis/v20180412/redis_client.js +15 -3
  105. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +96 -14
  106. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +23 -15
  107. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
  108. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +11 -2
  109. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +41 -5
  110. package/tencentcloud/services/teo/v20220901/teo_client.js +60 -6
  111. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +521 -138
  112. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +14 -14
  113. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -5
  114. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +14 -23
  115. package/tencentcloud/services/tiia/v20190529/tiia_client.js +14 -23
  116. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +99 -119
  117. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +5 -1
  118. package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -0
  119. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +58 -0
  120. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -1
  121. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -1
  122. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +112 -108
  123. package/test/aca.v20210323.test.js +101 -0
  124. package/test/monitor.v20180724.test.js +20 -0
  125. package/test/mps.v20190612.test.js +44 -4
  126. package/test/redis.v20180412.test.js +22 -2
  127. package/test/teo.v20220901.test.js +94 -4
  128. package/test/trocket.v20230308.test.js +10 -0
@@ -0,0 +1,101 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.aca.v20210323.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("aca.v20210323.test.js", function () {
20
+
21
+ it("aca.v20210323.LoginHisTool", async function () {
22
+ try {
23
+ const data = await client.LoginHisTool({})
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("aca.v20210323.GetDrugIndications", async function () {
32
+ try {
33
+ const data = await client.GetDrugIndications({})
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("aca.v20210323.LoginOutHisTool", async function () {
42
+ try {
43
+ const data = await client.LoginOutHisTool({})
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
+ it("aca.v20210323.SmartPredict", async function () {
52
+ try {
53
+ const data = await client.SmartPredict({})
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
+
61
+ it("aca.v20210323.SmartDrugInfo", async function () {
62
+ try {
63
+ const data = await client.SmartDrugInfo({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("aca.v20210323.SyncDepartment", async function () {
72
+ try {
73
+ const data = await client.SyncDepartment({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("aca.v20210323.SyncStandardDict", async function () {
82
+ try {
83
+ const data = await client.SyncStandardDict({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
91
+ it("aca.v20210323.UploadDrugs", async function () {
92
+ try {
93
+ const data = await client.UploadDrugs({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ })
@@ -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({})
@@ -38,6 +38,16 @@ it("mps.v20190612.DescribeStreamLinkFlowRealtimeStatus", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("mps.v20190612.ModifyLiveRecordTemplate", async function () {
42
+ try {
43
+ const data = await client.ModifyLiveRecordTemplate({})
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("mps.v20190612.EditMedia", async function () {
42
52
  try {
43
53
  const data = await client.EditMedia({})
@@ -198,6 +208,16 @@ it("mps.v20190612.BatchDeleteStreamLinkFlow", async function () {
198
208
  }
199
209
  })
200
210
 
211
+ it("mps.v20190612.DescribeLiveRecordTemplates", async function () {
212
+ try {
213
+ const data = await client.DescribeLiveRecordTemplates({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
201
221
  it("mps.v20190612.DeleteSnapshotByTimeOffsetTemplate", async function () {
202
222
  try {
203
223
  const data = await client.DeleteSnapshotByTimeOffsetTemplate({})
@@ -518,6 +538,16 @@ it("mps.v20190612.ModifyPersonSample", async function () {
518
538
  }
519
539
  })
520
540
 
541
+ it("mps.v20190612.CreateLiveRecordTemplate", async function () {
542
+ try {
543
+ const data = await client.CreateLiveRecordTemplate({})
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
+
521
551
  it("mps.v20190612.DeleteContentReviewTemplate", async function () {
522
552
  try {
523
553
  const data = await client.DeleteContentReviewTemplate({})
@@ -678,9 +708,9 @@ it("mps.v20190612.DescribeStreamLinkActivateState", async function () {
678
708
  }
679
709
  })
680
710
 
681
- it("mps.v20190612.CreateWatermarkTemplate", async function () {
711
+ it("mps.v20190612.CreateImageSpriteTemplate", async function () {
682
712
  try {
683
- const data = await client.CreateWatermarkTemplate({})
713
+ const data = await client.CreateImageSpriteTemplate({})
684
714
  expect(data).to.be.ok
685
715
  } catch(error) {
686
716
  expect(error.requestId).to.be.ok
@@ -838,9 +868,9 @@ it("mps.v20190612.DescribeWatermarkTemplates", async function () {
838
868
  }
839
869
  })
840
870
 
841
- it("mps.v20190612.CreateImageSpriteTemplate", async function () {
871
+ it("mps.v20190612.CreateWatermarkTemplate", async function () {
842
872
  try {
843
- const data = await client.CreateImageSpriteTemplate({})
873
+ const data = await client.CreateWatermarkTemplate({})
844
874
  expect(data).to.be.ok
845
875
  } catch(error) {
846
876
  expect(error.requestId).to.be.ok
@@ -968,6 +998,16 @@ it("mps.v20190612.ProcessLiveStream", async function () {
968
998
  }
969
999
  })
970
1000
 
1001
+ it("mps.v20190612.DeleteLiveRecordTemplate", async function () {
1002
+ try {
1003
+ const data = await client.DeleteLiveRecordTemplate({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
971
1011
  it("mps.v20190612.DeleteSampleSnapshotTemplate", async function () {
972
1012
  try {
973
1013
  const data = await client.DeleteSampleSnapshotTemplate({})
@@ -138,6 +138,16 @@ it("redis.v20180412.DescribeTaskInfo", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("redis.v20180412.ModifyInstanceBackupMode", async function () {
142
+ try {
143
+ const data = await client.ModifyInstanceBackupMode({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
141
151
  it("redis.v20180412.ModifyBackupDownloadRestriction", async function () {
142
152
  try {
143
153
  const data = await client.ModifyBackupDownloadRestriction({})
@@ -228,9 +238,9 @@ it("redis.v20180412.DescribeBackupUrl", async function () {
228
238
  }
229
239
  })
230
240
 
231
- it("redis.v20180412.DeleteInstanceAccount", async function () {
241
+ it("redis.v20180412.DescribeSecondLevelBackupInfo", async function () {
232
242
  try {
233
- const data = await client.DeleteInstanceAccount({})
243
+ const data = await client.DescribeSecondLevelBackupInfo({})
234
244
  expect(data).to.be.ok
235
245
  } catch(error) {
236
246
  expect(error.requestId).to.be.ok
@@ -558,6 +568,16 @@ it("redis.v20180412.DescribeInstanceSpecBandwidth", async function () {
558
568
  }
559
569
  })
560
570
 
571
+ it("redis.v20180412.DeleteInstanceAccount", async function () {
572
+ try {
573
+ const data = await client.DeleteInstanceAccount({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
561
581
  it("redis.v20180412.SwitchProxy", async function () {
562
582
  try {
563
583
  const data = await client.SwitchProxy({})
@@ -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({})
@@ -38,6 +38,16 @@ it("trocket.v20230308.ModifyMQTTInstanceCertBinding", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("trocket.v20230308.DescribeMessageTrace", async function () {
42
+ try {
43
+ const data = await client.DescribeMessageTrace({})
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("trocket.v20230308.ModifyTopic", async function () {
42
52
  try {
43
53
  const data = await client.ModifyTopic({})