tencentcloud-sdk-nodejs 4.0.538 → 4.0.540

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 (121) hide show
  1. package/CHANGELOG.md +618 -0
  2. package/SERVICE_CHANGELOG.md +733 -70
  3. package/package.json +1 -1
  4. package/products.md +37 -37
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -4
  7. package/src/services/bma/index.ts +2 -0
  8. package/src/services/bma/v20221115/bma_client.ts +170 -0
  9. package/src/services/bma/v20221115/bma_models.ts +869 -0
  10. package/src/services/bma/v20221115/index.ts +6 -0
  11. package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
  12. package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
  13. package/src/services/car/v20220110/car_models.ts +1 -1
  14. package/src/services/cdb/v20170320/cdb_client.ts +22 -0
  15. package/src/services/cdb/v20170320/cdb_models.ts +30 -0
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  17. package/src/services/clb/v20180317/clb_client.ts +21 -9
  18. package/src/services/clb/v20180317/clb_models.ts +45 -0
  19. package/src/services/cls/v20201016/cls_client.ts +2 -2
  20. package/src/services/cls/v20201016/cls_models.ts +3 -3
  21. package/src/services/cwp/v20180228/cwp_client.ts +18 -6
  22. package/src/services/cwp/v20180228/cwp_models.ts +50 -1
  23. package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
  24. package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
  25. package/src/services/dlc/v20210125/dlc_models.ts +26 -2
  26. package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
  27. package/src/services/dnspod/v20210323/dnspod_models.ts +531 -19
  28. package/src/services/domain/v20180808/domain_models.ts +1 -0
  29. package/src/services/dts/v20211206/dts_models.ts +17 -5
  30. package/src/services/eb/v20210416/eb_models.ts +16 -1
  31. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
  32. package/src/services/essbasic/v20210526/essbasic_models.ts +40 -0
  33. package/src/services/faceid/v20180301/faceid_models.ts +5 -5
  34. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  35. package/src/services/lcic/v20220817/lcic_client.ts +12 -0
  36. package/src/services/lcic/v20220817/lcic_models.ts +55 -0
  37. package/src/services/monitor/v20180724/monitor_models.ts +4 -4
  38. package/src/services/nlp/v20190408/nlp_client.ts +0 -5
  39. package/src/services/nlp/v20190408/nlp_models.ts +2 -2
  40. package/src/services/redis/v20180412/redis_models.ts +3 -3
  41. package/src/services/tcb/v20180608/tcb_models.ts +20 -10
  42. package/src/services/tem/v20210701/tem_models.ts +42 -0
  43. package/src/services/tione/v20211111/tione_models.ts +36 -1
  44. package/src/services/tke/v20180525/tke_models.ts +23 -13
  45. package/src/services/tsf/v20180326/tsf_models.ts +17 -0
  46. package/src/services/tts/v20190823/tts_models.ts +7 -3
  47. package/src/services/vod/v20180717/vod_client.ts +23 -6
  48. package/src/services/vod/v20180717/vod_models.ts +760 -140
  49. package/src/services/vpc/v20170312/vpc_models.ts +7 -2
  50. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  51. package/src/services/wedata/v20210820/wedata_models.ts +85 -0
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  55. package/tencentcloud/services/bma/index.d.ts +4 -0
  56. package/tencentcloud/services/bma/index.js +2 -0
  57. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +54 -0
  58. package/tencentcloud/services/bma/v20221115/bma_client.js +97 -0
  59. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +719 -0
  60. package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
  61. package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
  62. package/tencentcloud/services/bma/v20221115/index.js +9 -0
  63. package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
  64. package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
  65. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
  66. package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
  67. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +15 -1
  68. package/tencentcloud/services/cdb/v20170320/cdb_client.js +16 -0
  69. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +26 -0
  70. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  71. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
  72. package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
  73. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +38 -0
  74. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
  75. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
  76. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
  77. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  78. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  79. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +43 -1
  80. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  81. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  82. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
  83. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
  84. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
  85. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
  86. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +450 -17
  87. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
  88. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +15 -5
  89. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +13 -1
  90. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  91. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  92. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -0
  93. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
  94. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  95. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  96. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  97. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +46 -0
  98. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
  99. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
  100. package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
  101. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
  102. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  103. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +18 -10
  104. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +35 -0
  105. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -1
  106. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +21 -13
  107. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +14 -0
  108. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
  109. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -2
  110. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
  111. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +673 -134
  112. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -2
  113. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
  114. package/test/bma.v20221115.test.js +131 -0
  115. package/test/cdb.v20170320.test.js +10 -0
  116. package/test/clb.v20180317.test.js +12 -2
  117. package/test/cwp.v20180228.test.js +12 -2
  118. package/test/cynosdb.v20190107.test.js +14 -4
  119. package/test/dnspod.v20210323.test.js +74 -14
  120. package/test/essbasic.v20210526.test.js +10 -0
  121. package/test/lcic.v20220817.test.js +10 -0
@@ -5634,6 +5634,10 @@ export interface CreateBandwidthPackageRequest {
5634
5634
  * 带宽包协议类型。当前支持'ipv4'和'ipv6'协议带宽包,默认值是'ipv4'。
5635
5635
  */
5636
5636
  Protocol?: string;
5637
+ /**
5638
+ * 预付费包月带宽包的购买时长,单位: 月,取值范围: 1~60。
5639
+ */
5640
+ TimeSpan?: number;
5637
5641
  }
5638
5642
  /**
5639
5643
  * DescribeIp6Addresses返回参数结构体
@@ -11322,11 +11326,11 @@ export interface CreateBandwidthPackageResponse {
11322
11326
  /**
11323
11327
  * 带宽包唯一ID。
11324
11328
  */
11325
- BandwidthPackageId: string;
11329
+ BandwidthPackageId?: string;
11326
11330
  /**
11327
11331
  * 带宽包唯一ID列表(申请数量大于1时有效)。
11328
11332
  */
11329
- BandwidthPackageIds: Array<string>;
11333
+ BandwidthPackageIds?: Array<string>;
11330
11334
  /**
11331
11335
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11332
11336
  */
@@ -5013,6 +5013,46 @@ export interface GenHiveTableDDLSqlRequest {
5013
5013
  * 上游节点的字段信息
5014
5014
  */
5015
5015
  SourceFieldInfoList?: Array<SourceFieldInfo>;
5016
+ /**
5017
+ * 分区字段
5018
+ */
5019
+ Partitions?: Array<Partition>;
5020
+ /**
5021
+ * 建表属性
5022
+ */
5023
+ Properties?: Array<Property>;
5024
+ /**
5025
+ * 建表模式,0:向导模式,1:ddl
5026
+ */
5027
+ TableMode?: number;
5028
+ /**
5029
+ * DLC表版本,v1/v2
5030
+ */
5031
+ TableVersion?: string;
5032
+ /**
5033
+ * 是否upsert写入
5034
+ */
5035
+ UpsertFlag?: boolean;
5036
+ /**
5037
+ * 表描述信息
5038
+ */
5039
+ TableComment?: string;
5040
+ /**
5041
+ * 增加的文件数量阈值, 超过值将触发小文件合并
5042
+ */
5043
+ AddDataFiles?: number;
5044
+ /**
5045
+ * 增加的Equality delete数量阈值, 超过值将触发小文件合并
5046
+ */
5047
+ AddEqualityDeletes?: number;
5048
+ /**
5049
+ * 增加的Position delete数量阈值, 超过值将触发小文件合并
5050
+ */
5051
+ AddPositionDeletes?: number;
5052
+ /**
5053
+ * 增加的delete file数量阈值
5054
+ */
5055
+ AddDeleteFiles?: number;
5016
5056
  }
5017
5057
  /**
5018
5058
  * DescribeRuleExecResultsByPage请求参数结构体
@@ -10786,6 +10826,23 @@ export interface DeleteInLongAgentRequest {
10786
10826
  */
10787
10827
  ProjectId: string;
10788
10828
  }
10829
+ /**
10830
+ * 分区参数
10831
+ */
10832
+ export interface Partition {
10833
+ /**
10834
+ * 分区转换策略
10835
+ */
10836
+ Transform?: string;
10837
+ /**
10838
+ * 分区字段名
10839
+ */
10840
+ Name?: string;
10841
+ /**
10842
+ * 策略参数
10843
+ */
10844
+ TransformArgs?: Array<string>;
10845
+ }
10789
10846
  /**
10790
10847
  * RuleDimCnt 规则维度统计
10791
10848
  */
@@ -10853,6 +10910,19 @@ export interface DescribeDimensionScoreRequest {
10853
10910
  */
10854
10911
  DatasourceId?: string;
10855
10912
  }
10913
+ /**
10914
+ * dlc建表属性
10915
+ */
10916
+ export interface Property {
10917
+ /**
10918
+ * key值
10919
+ */
10920
+ Key: string;
10921
+ /**
10922
+ * value值
10923
+ */
10924
+ Value: string;
10925
+ }
10856
10926
  /**
10857
10927
  * 采集器关联的集成任务
10858
10928
  */
@@ -0,0 +1,131 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.bma.v20221115.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("bma.v20221115.test.js", function () {
20
+
21
+ it("bma.v20221115.DescribeBPWhiteLists", async function () {
22
+ try {
23
+ const data = await client.DescribeBPWhiteLists({})
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("bma.v20221115.CreateBPWhiteList", async function () {
32
+ try {
33
+ const data = await client.CreateBPWhiteList({})
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("bma.v20221115.CreateBPFakeAPP", async function () {
42
+ try {
43
+ const data = await client.CreateBPFakeAPP({})
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("bma.v20221115.DeleteBPWhiteList", async function () {
52
+ try {
53
+ const data = await client.DeleteBPWhiteList({})
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("bma.v20221115.CreateBPFakeURLs", async function () {
62
+ try {
63
+ const data = await client.CreateBPFakeURLs({})
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("bma.v20221115.CreateBPBrand", async function () {
72
+ try {
73
+ const data = await client.CreateBPBrand({})
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("bma.v20221115.DescribeBPBrands", async function () {
82
+ try {
83
+ const data = await client.DescribeBPBrands({})
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("bma.v20221115.CreateBPFakeAPPList", async function () {
92
+ try {
93
+ const data = await client.CreateBPFakeAPPList({})
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
+ it("bma.v20221115.DescribeBPFakeAPPList", async function () {
102
+ try {
103
+ const data = await client.DescribeBPFakeAPPList({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
111
+ it("bma.v20221115.DescribeBPFakeURLs", async function () {
112
+ try {
113
+ const data = await client.DescribeBPFakeURLs({})
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
+
121
+ it("bma.v20221115.CreateBPFakeURL", async function () {
122
+ try {
123
+ const data = await client.CreateBPFakeURL({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ })
@@ -288,6 +288,16 @@ it("cdb.v20170320.DescribeAuditPolicies", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("cdb.v20170320.OpenDBInstanceEncryption", async function () {
292
+ try {
293
+ const data = await client.OpenDBInstanceEncryption({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
291
301
  it("cdb.v20170320.DescribeTagsOfInstanceIds", async function () {
292
302
  try {
293
303
  const data = await client.DescribeTagsOfInstanceIds({})
@@ -218,9 +218,9 @@ it("clb.v20180317.DeleteLoadBalancerListeners", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("clb.v20180317.SetLoadBalancerSecurityGroups", async function () {
221
+ it("clb.v20180317.ModifyFunctionTargets", async function () {
222
222
  try {
223
- const data = await client.SetLoadBalancerSecurityGroups({})
223
+ const data = await client.ModifyFunctionTargets({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -488,6 +488,16 @@ it("clb.v20180317.DescribeClsLogSet", async function () {
488
488
  }
489
489
  })
490
490
 
491
+ it("clb.v20180317.SetLoadBalancerSecurityGroups", async function () {
492
+ try {
493
+ const data = await client.SetLoadBalancerSecurityGroups({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
491
501
  it("clb.v20180317.DescribeCustomizedConfigList", async function () {
492
502
  try {
493
503
  const data = await client.DescribeCustomizedConfigList({})
@@ -1008,9 +1008,9 @@ it("cwp.v20180228.UpdateBaselineStrategy", async function () {
1008
1008
  }
1009
1009
  })
1010
1010
 
1011
- it("cwp.v20180228.ScanVulSetting", async function () {
1011
+ it("cwp.v20180228.ModifyMachineRemark", async function () {
1012
1012
  try {
1013
- const data = await client.ScanVulSetting({})
1013
+ const data = await client.ModifyMachineRemark({})
1014
1014
  expect(data).to.be.ok
1015
1015
  } catch(error) {
1016
1016
  expect(error.requestId).to.be.ok
@@ -1638,6 +1638,16 @@ it("cwp.v20180228.ModifyLicenseBinds", async function () {
1638
1638
  }
1639
1639
  })
1640
1640
 
1641
+ it("cwp.v20180228.ScanVulSetting", async function () {
1642
+ try {
1643
+ const data = await client.ScanVulSetting({})
1644
+ expect(data).to.be.ok
1645
+ } catch(error) {
1646
+ expect(error.requestId).to.be.ok
1647
+ expect(error.code).to.be.ok
1648
+ }
1649
+ })
1650
+
1641
1651
  it("cwp.v20180228.DescribeAssetEnvList", async function () {
1642
1652
  try {
1643
1653
  const data = await client.DescribeAssetEnvList({})
@@ -568,9 +568,9 @@ it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
568
568
  }
569
569
  })
570
570
 
571
- it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
571
+ it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
572
572
  try {
573
- const data = await client.GrantAccountPrivileges({})
573
+ const data = await client.ExportInstanceSlowQueries({})
574
574
  expect(data).to.be.ok
575
575
  } catch(error) {
576
576
  expect(error.requestId).to.be.ok
@@ -678,9 +678,9 @@ it("cynosdb.v20190107.DescribeAuditLogFiles", async function () {
678
678
  }
679
679
  })
680
680
 
681
- it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
681
+ it("cynosdb.v20190107.DescribeZones", async function () {
682
682
  try {
683
- const data = await client.ExportInstanceSlowQueries({})
683
+ const data = await client.DescribeZones({})
684
684
  expect(data).to.be.ok
685
685
  } catch(error) {
686
686
  expect(error.requestId).to.be.ok
@@ -718,6 +718,16 @@ it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
718
718
  }
719
719
  })
720
720
 
721
+ it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
722
+ try {
723
+ const data = await client.GrantAccountPrivileges({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
721
731
  it("cynosdb.v20190107.SearchClusterTables", async function () {
722
732
  try {
723
733
  const data = await client.SearchClusterTables({})
@@ -128,6 +128,16 @@ it("dnspod.v20210323.ModifyRecordFields", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("dnspod.v20210323.DeleteDomainBatch", async function () {
132
+ try {
133
+ const data = await client.DeleteDomainBatch({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
131
141
  it("dnspod.v20210323.DownloadSnapshot", async function () {
132
142
  try {
133
143
  const data = await client.DownloadSnapshot({})
@@ -158,6 +168,16 @@ it("dnspod.v20210323.ModifyRecord", async function () {
158
168
  }
159
169
  })
160
170
 
171
+ it("dnspod.v20210323.DescribeDomainWhois", async function () {
172
+ try {
173
+ const data = await client.DescribeDomainWhois({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
161
181
  it("dnspod.v20210323.DescribeRecordGroupList", async function () {
162
182
  try {
163
183
  const data = await client.DescribeRecordGroupList({})
@@ -248,9 +268,9 @@ it("dnspod.v20210323.DeleteShareDomain", async function () {
248
268
  }
249
269
  })
250
270
 
251
- it("dnspod.v20210323.DescribeDomain", async function () {
271
+ it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
252
272
  try {
253
- const data = await client.DescribeDomain({})
273
+ const data = await client.ModifyVasAutoRenewStatus({})
254
274
  expect(data).to.be.ok
255
275
  } catch(error) {
256
276
  expect(error.requestId).to.be.ok
@@ -278,9 +298,9 @@ it("dnspod.v20210323.ModifyRecordStatus", async function () {
278
298
  }
279
299
  })
280
300
 
281
- it("dnspod.v20210323.CreateRecordGroup", async function () {
301
+ it("dnspod.v20210323.DescribeDomain", async function () {
282
302
  try {
283
- const data = await client.CreateRecordGroup({})
303
+ const data = await client.DescribeDomain({})
284
304
  expect(data).to.be.ok
285
305
  } catch(error) {
286
306
  expect(error.requestId).to.be.ok
@@ -348,6 +368,26 @@ it("dnspod.v20210323.DescribeRecord", async function () {
348
368
  }
349
369
  })
350
370
 
371
+ it("dnspod.v20210323.ModifySnapshotConfig", async function () {
372
+ try {
373
+ const data = await client.ModifySnapshotConfig({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
381
+ it("dnspod.v20210323.DescribePackageDetail", async function () {
382
+ try {
383
+ const data = await client.DescribePackageDetail({})
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
+
351
391
  it("dnspod.v20210323.DescribeRecordLineList", async function () {
352
392
  try {
353
393
  const data = await client.DescribeRecordLineList({})
@@ -358,6 +398,16 @@ it("dnspod.v20210323.DescribeRecordLineList", async function () {
358
398
  }
359
399
  })
360
400
 
401
+ it("dnspod.v20210323.DescribeVASStatistic", async function () {
402
+ try {
403
+ const data = await client.DescribeVASStatistic({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
361
411
  it("dnspod.v20210323.DescribeDomainAnalytics", async function () {
362
412
  try {
363
413
  const data = await client.DescribeDomainAnalytics({})
@@ -418,6 +468,16 @@ it("dnspod.v20210323.ModifyDomainRemark", async function () {
418
468
  }
419
469
  })
420
470
 
471
+ it("dnspod.v20210323.DescribeRecordExistExceptDefaultNS", async function () {
472
+ try {
473
+ const data = await client.DescribeRecordExistExceptDefaultNS({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
421
481
  it("dnspod.v20210323.ModifyDomainOwner", async function () {
422
482
  try {
423
483
  const data = await client.ModifyDomainOwner({})
@@ -438,9 +498,9 @@ it("dnspod.v20210323.CreateDomainGroup", async function () {
438
498
  }
439
499
  })
440
500
 
441
- it("dnspod.v20210323.ModifySnapshotConfig", async function () {
501
+ it("dnspod.v20210323.CreateRecordGroup", async function () {
442
502
  try {
443
- const data = await client.ModifySnapshotConfig({})
503
+ const data = await client.CreateRecordGroup({})
444
504
  expect(data).to.be.ok
445
505
  } catch(error) {
446
506
  expect(error.requestId).to.be.ok
@@ -478,9 +538,9 @@ it("dnspod.v20210323.CheckRecordSnapshotRollback", async function () {
478
538
  }
479
539
  })
480
540
 
481
- it("dnspod.v20210323.CreateDomain", async function () {
541
+ it("dnspod.v20210323.DescribeDomainPreview", async function () {
482
542
  try {
483
- const data = await client.CreateDomain({})
543
+ const data = await client.DescribeDomainPreview({})
484
544
  expect(data).to.be.ok
485
545
  } catch(error) {
486
546
  expect(error.requestId).to.be.ok
@@ -488,9 +548,9 @@ it("dnspod.v20210323.CreateDomain", async function () {
488
548
  }
489
549
  })
490
550
 
491
- it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
551
+ it("dnspod.v20210323.CreateDomain", async function () {
492
552
  try {
493
- const data = await client.RollbackRecordSnapshot({})
553
+ const data = await client.CreateDomain({})
494
554
  expect(data).to.be.ok
495
555
  } catch(error) {
496
556
  expect(error.requestId).to.be.ok
@@ -498,9 +558,9 @@ it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
498
558
  }
499
559
  })
500
560
 
501
- it("dnspod.v20210323.PayOrderWithBalance", async function () {
561
+ it("dnspod.v20210323.RollbackRecordSnapshot", async function () {
502
562
  try {
503
- const data = await client.PayOrderWithBalance({})
563
+ const data = await client.RollbackRecordSnapshot({})
504
564
  expect(data).to.be.ok
505
565
  } catch(error) {
506
566
  expect(error.requestId).to.be.ok
@@ -518,9 +578,9 @@ it("dnspod.v20210323.ModifyRecordToGroup", async function () {
518
578
  }
519
579
  })
520
580
 
521
- it("dnspod.v20210323.ModifyVasAutoRenewStatus", async function () {
581
+ it("dnspod.v20210323.PayOrderWithBalance", async function () {
522
582
  try {
523
- const data = await client.ModifyVasAutoRenewStatus({})
583
+ const data = await client.PayOrderWithBalance({})
524
584
  expect(data).to.be.ok
525
585
  } catch(error) {
526
586
  expect(error.requestId).to.be.ok
@@ -208,6 +208,16 @@ it("essbasic.v20210526.CreateChannelFlowEvidenceReport", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("essbasic.v20210526.ChannelUpdateSealStatus", async function () {
212
+ try {
213
+ const data = await client.ChannelUpdateSealStatus({})
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
+
211
221
  it("essbasic.v20210526.ChannelVerifyPdf", async function () {
212
222
  try {
213
223
  const data = await client.ChannelVerifyPdf({})
@@ -228,6 +228,16 @@ it("lcic.v20220817.SetAppCustomContent", async function () {
228
228
  }
229
229
  })
230
230
 
231
+ it("lcic.v20220817.DescribeCurrentMemberList", async function () {
232
+ try {
233
+ const data = await client.DescribeCurrentMemberList({})
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
+
231
241
  it("lcic.v20220817.DescribeAppDetail", async function () {
232
242
  try {
233
243
  const data = await client.DescribeAppDetail({})