tencentcloud-sdk-nodejs 4.0.708 → 4.0.710

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 (147) hide show
  1. package/CHANGELOG.md +441 -0
  2. package/SERVICE_CHANGELOG.md +424 -202
  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/bi/v20220105/bi_client.ts +91 -79
  7. package/src/services/bi/v20220105/bi_models.ts +68 -25
  8. package/src/services/btoe/index.ts +2 -2
  9. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  10. package/src/services/cdn/v20180606/cdn_models.ts +25 -25
  11. package/src/services/cdwpg/v20201230/cdwpg_client.ts +21 -8
  12. package/src/services/cdwpg/v20201230/cdwpg_models.ts +274 -205
  13. package/src/services/cii/index.ts +2 -2
  14. package/src/services/clb/v20180317/clb_client.ts +31 -18
  15. package/src/services/clb/v20180317/clb_models.ts +112 -52
  16. package/src/services/cloudstudio/index.ts +2 -2
  17. package/src/services/cme/v20191029/cme_models.ts +8 -0
  18. package/src/services/cwp/v20180228/cwp_client.ts +2 -2
  19. package/src/services/cwp/v20180228/cwp_models.ts +32 -2
  20. package/src/services/cynosdb/v20190107/cynosdb_models.ts +2 -2
  21. package/src/services/dlc/v20210125/dlc_client.ts +17 -4
  22. package/src/services/dlc/v20210125/dlc_models.ts +139 -89
  23. package/src/services/domain/v20180808/domain_client.ts +78 -17
  24. package/src/services/domain/v20180808/domain_models.ts +188 -21
  25. package/src/services/dts/index.ts +2 -2
  26. package/src/services/ess/v20201111/ess_client.ts +36 -2
  27. package/src/services/ess/v20201111/ess_models.ts +11 -0
  28. package/src/services/essbasic/v20210526/essbasic_client.ts +161 -8
  29. package/src/services/essbasic/v20210526/essbasic_models.ts +140 -51
  30. package/src/services/facefusion/index.ts +2 -2
  31. package/src/services/faceid/v20180301/faceid_models.ts +12 -12
  32. package/src/services/iotcloud/index.ts +2 -2
  33. package/src/services/iotvideo/index.ts +2 -2
  34. package/src/services/irp/index.ts +2 -2
  35. package/src/services/lcic/v20220817/lcic_client.ts +30 -1
  36. package/src/services/lcic/v20220817/lcic_models.ts +191 -23
  37. package/src/services/mgobe/index.ts +2 -2
  38. package/src/services/oceanus/v20190422/oceanus_client.ts +63 -3
  39. package/src/services/oceanus/v20190422/oceanus_models.ts +207 -55
  40. package/src/services/organization/v20210331/organization_client.ts +57 -9
  41. package/src/services/organization/v20210331/organization_models.ts +192 -74
  42. package/src/services/rce/v20201103/rce_models.ts +7 -7
  43. package/src/services/scf/v20180416/scf_models.ts +1 -1
  44. package/src/services/tbp/index.ts +2 -2
  45. package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
  46. package/src/services/tdmq/v20200217/tdmq_models.ts +95 -12
  47. package/src/services/teo/index.ts +2 -2
  48. package/src/services/tione/v20211111/tione_client.ts +2 -4
  49. package/src/services/tione/v20211111/tione_models.ts +0 -2
  50. package/src/services/tse/v20201207/tse_client.ts +13 -0
  51. package/src/services/tse/v20201207/tse_models.ts +66 -2
  52. package/src/services/tsw/index.ts +2 -2
  53. package/src/services/vm/index.ts +2 -2
  54. package/src/services/waf/v20180125/waf_client.ts +314 -277
  55. package/src/services/waf/v20180125/waf_models.ts +4528 -4307
  56. package/src/services/wedata/v20210820/wedata_models.ts +6 -1
  57. package/tencentcloud/common/sdk_version.d.ts +1 -1
  58. package/tencentcloud/common/sdk_version.js +1 -1
  59. package/tencentcloud/services/bi/v20220105/bi_client.d.ts +35 -31
  60. package/tencentcloud/services/bi/v20220105/bi_client.js +51 -45
  61. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +65 -24
  62. package/tencentcloud/services/btoe/index.d.ts +4 -4
  63. package/tencentcloud/services/btoe/index.js +2 -2
  64. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  65. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +25 -25
  66. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.d.ts +5 -1
  67. package/tencentcloud/services/cdwpg/v20201230/cdwpg_client.js +6 -0
  68. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +267 -201
  69. package/tencentcloud/services/cii/index.d.ts +4 -4
  70. package/tencentcloud/services/cii/index.js +2 -2
  71. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +11 -7
  72. package/tencentcloud/services/clb/v20180317/clb_client.js +14 -8
  73. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +109 -52
  74. package/tencentcloud/services/cloudstudio/index.d.ts +4 -4
  75. package/tencentcloud/services/cloudstudio/index.js +2 -2
  76. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -0
  77. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +2 -2
  78. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -2
  79. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -2
  80. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  81. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  82. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +136 -89
  83. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +26 -6
  84. package/tencentcloud/services/domain/v20180808/domain_client.js +37 -7
  85. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +177 -21
  86. package/tencentcloud/services/dts/index.d.ts +4 -4
  87. package/tencentcloud/services/dts/index.js +2 -2
  88. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +34 -0
  89. package/tencentcloud/services/ess/v20201111/ess_client.js +34 -0
  90. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +11 -0
  91. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +158 -5
  92. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +158 -5
  93. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +137 -48
  94. package/tencentcloud/services/facefusion/index.d.ts +4 -4
  95. package/tencentcloud/services/facefusion/index.js +2 -2
  96. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +12 -12
  97. package/tencentcloud/services/iotcloud/index.d.ts +4 -4
  98. package/tencentcloud/services/iotcloud/index.js +2 -2
  99. package/tencentcloud/services/iotvideo/index.d.ts +4 -4
  100. package/tencentcloud/services/iotvideo/index.js +2 -2
  101. package/tencentcloud/services/irp/index.d.ts +4 -4
  102. package/tencentcloud/services/irp/index.js +2 -2
  103. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +9 -1
  104. package/tencentcloud/services/lcic/v20220817/lcic_client.js +12 -0
  105. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +182 -23
  106. package/tencentcloud/services/mgobe/index.d.ts +4 -4
  107. package/tencentcloud/services/mgobe/index.js +2 -2
  108. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +21 -1
  109. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +30 -0
  110. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +197 -55
  111. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +17 -1
  112. package/tencentcloud/services/organization/v20210331/organization_client.js +24 -0
  113. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +183 -73
  114. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +7 -7
  115. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  116. package/tencentcloud/services/tbp/index.d.ts +4 -4
  117. package/tencentcloud/services/tbp/index.js +2 -2
  118. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  119. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  120. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +92 -12
  121. package/tencentcloud/services/teo/index.d.ts +4 -4
  122. package/tencentcloud/services/teo/index.js +2 -2
  123. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -3
  124. package/tencentcloud/services/tione/v20211111/tione_client.js +1 -3
  125. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +0 -2
  126. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  127. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  128. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +63 -2
  129. package/tencentcloud/services/tsw/index.d.ts +4 -4
  130. package/tencentcloud/services/tsw/index.js +2 -2
  131. package/tencentcloud/services/vm/index.d.ts +4 -4
  132. package/tencentcloud/services/vm/index.js +2 -2
  133. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +15 -3
  134. package/tencentcloud/services/waf/v20180125/waf_client.js +21 -3
  135. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4298 -4084
  136. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +6 -1
  137. package/test/bi.v20220105.test.js +42 -32
  138. package/test/cdwpg.v20201230.test.js +10 -0
  139. package/test/clb.v20180317.test.js +14 -4
  140. package/test/dlc.v20210125.test.js +10 -0
  141. package/test/domain.v20180808.test.js +54 -4
  142. package/test/lcic.v20220817.test.js +20 -0
  143. package/test/oceanus.v20190422.test.js +50 -0
  144. package/test/organization.v20210331.test.js +40 -0
  145. package/test/tdmq.v20200217.test.js +10 -0
  146. package/test/tse.v20201207.test.js +10 -0
  147. package/test/waf.v20180125.test.js +32 -2
@@ -16229,6 +16229,11 @@ export interface BooleanResponse {
16229
16229
  注意:此字段可能返回 null,表示取不到有效值。
16230
16230
  */
16231
16231
  Message?: string;
16232
+ /**
16233
+ * 基线Id
16234
+ 注意:此字段可能返回 null,表示取不到有效值。
16235
+ */
16236
+ BaselineId?: number;
16232
16237
  }
16233
16238
  /**
16234
16239
  * DeleteProjectParamDs请求参数结构体
@@ -21082,7 +21087,7 @@ export interface CreateHiveTableRequest {
21082
21087
  */
21083
21088
  DatasourceId: string;
21084
21089
  /**
21085
- * 数据库
21090
+ * 数据库名称
21086
21091
  */
21087
21092
  Database: string;
21088
21093
  /**
@@ -48,9 +48,9 @@ it("bi.v20220105.CreateDatasource", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("bi.v20220105.CreateUserRoleProject", async function () {
51
+ it("bi.v20220105.DescribeProjectInfo", async function () {
52
52
  try {
53
- const data = await client.CreateUserRoleProject({})
53
+ const data = await client.DescribeProjectInfo({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,19 @@ it("bi.v20220105.CreateUserRoleProject", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("bi.v20220105.ModifyDatasourceCloud", async function () {
61
+ it("bi.v20220105.ApplyEmbedInterval", async function () {
62
62
  try {
63
- const data = await client.ModifyDatasourceCloud({})
63
+ const data = await client.ApplyEmbedInterval({})
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("bi.v20220105.CreateDatasourceCloud", async function () {
72
+ try {
73
+ const data = await client.CreateDatasourceCloud({})
64
74
  expect(data).to.be.ok
65
75
  } catch(error) {
66
76
  expect(error.requestId).to.be.ok
@@ -88,9 +98,9 @@ it("bi.v20220105.CreateEmbedToken", async function () {
88
98
  }
89
99
  })
90
100
 
91
- it("bi.v20220105.DescribeProjectInfo", async function () {
101
+ it("bi.v20220105.CreateUserRole", async function () {
92
102
  try {
93
- const data = await client.DescribeProjectInfo({})
103
+ const data = await client.CreateUserRole({})
94
104
  expect(data).to.be.ok
95
105
  } catch(error) {
96
106
  expect(error.requestId).to.be.ok
@@ -98,9 +108,9 @@ it("bi.v20220105.DescribeProjectInfo", async function () {
98
108
  }
99
109
  })
100
110
 
101
- it("bi.v20220105.CreateProject", async function () {
111
+ it("bi.v20220105.DeleteDatasource", async function () {
102
112
  try {
103
- const data = await client.CreateProject({})
113
+ const data = await client.DeleteDatasource({})
104
114
  expect(data).to.be.ok
105
115
  } catch(error) {
106
116
  expect(error.requestId).to.be.ok
@@ -108,9 +118,9 @@ it("bi.v20220105.CreateProject", async function () {
108
118
  }
109
119
  })
110
120
 
111
- it("bi.v20220105.CreateUserRole", async function () {
121
+ it("bi.v20220105.DeleteUserRole", async function () {
112
122
  try {
113
- const data = await client.CreateUserRole({})
123
+ const data = await client.DeleteUserRole({})
114
124
  expect(data).to.be.ok
115
125
  } catch(error) {
116
126
  expect(error.requestId).to.be.ok
@@ -118,9 +128,9 @@ it("bi.v20220105.CreateUserRole", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("bi.v20220105.DescribeUserProjectList", async function () {
131
+ it("bi.v20220105.ModifyProject", async function () {
122
132
  try {
123
- const data = await client.DescribeUserProjectList({})
133
+ const data = await client.ModifyProject({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -128,9 +138,9 @@ it("bi.v20220105.DescribeUserProjectList", async function () {
128
138
  }
129
139
  })
130
140
 
131
- it("bi.v20220105.DeleteDatasource", async function () {
141
+ it("bi.v20220105.DescribeUserRoleList", async function () {
132
142
  try {
133
- const data = await client.DeleteDatasource({})
143
+ const data = await client.DescribeUserRoleList({})
134
144
  expect(data).to.be.ok
135
145
  } catch(error) {
136
146
  expect(error.requestId).to.be.ok
@@ -138,9 +148,9 @@ it("bi.v20220105.DeleteDatasource", async function () {
138
148
  }
139
149
  })
140
150
 
141
- it("bi.v20220105.ApplyEmbedInterval", async function () {
151
+ it("bi.v20220105.DescribeUserRoleProjectList", async function () {
142
152
  try {
143
- const data = await client.ApplyEmbedInterval({})
153
+ const data = await client.DescribeUserRoleProjectList({})
144
154
  expect(data).to.be.ok
145
155
  } catch(error) {
146
156
  expect(error.requestId).to.be.ok
@@ -148,9 +158,9 @@ it("bi.v20220105.ApplyEmbedInterval", async function () {
148
158
  }
149
159
  })
150
160
 
151
- it("bi.v20220105.DeleteUserRole", async function () {
161
+ it("bi.v20220105.ModifyDatasourceCloud", async function () {
152
162
  try {
153
- const data = await client.DeleteUserRole({})
163
+ const data = await client.ModifyDatasourceCloud({})
154
164
  expect(data).to.be.ok
155
165
  } catch(error) {
156
166
  expect(error.requestId).to.be.ok
@@ -158,9 +168,9 @@ it("bi.v20220105.DeleteUserRole", async function () {
158
168
  }
159
169
  })
160
170
 
161
- it("bi.v20220105.ModifyUserRoleProject", async function () {
171
+ it("bi.v20220105.CreateUserRoleProject", async function () {
162
172
  try {
163
- const data = await client.ModifyUserRoleProject({})
173
+ const data = await client.CreateUserRoleProject({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -168,9 +178,9 @@ it("bi.v20220105.ModifyUserRoleProject", async function () {
168
178
  }
169
179
  })
170
180
 
171
- it("bi.v20220105.ModifyProject", async function () {
181
+ it("bi.v20220105.DeleteUserRoleProject", async function () {
172
182
  try {
173
- const data = await client.ModifyProject({})
183
+ const data = await client.DeleteUserRoleProject({})
174
184
  expect(data).to.be.ok
175
185
  } catch(error) {
176
186
  expect(error.requestId).to.be.ok
@@ -178,9 +188,9 @@ it("bi.v20220105.ModifyProject", async function () {
178
188
  }
179
189
  })
180
190
 
181
- it("bi.v20220105.DescribeProjectList", async function () {
191
+ it("bi.v20220105.CreateProject", async function () {
182
192
  try {
183
- const data = await client.DescribeProjectList({})
193
+ const data = await client.CreateProject({})
184
194
  expect(data).to.be.ok
185
195
  } catch(error) {
186
196
  expect(error.requestId).to.be.ok
@@ -188,9 +198,9 @@ it("bi.v20220105.DescribeProjectList", async function () {
188
198
  }
189
199
  })
190
200
 
191
- it("bi.v20220105.DescribeUserRoleList", async function () {
201
+ it("bi.v20220105.DescribeUserProjectList", async function () {
192
202
  try {
193
- const data = await client.DescribeUserRoleList({})
203
+ const data = await client.DescribeUserProjectList({})
194
204
  expect(data).to.be.ok
195
205
  } catch(error) {
196
206
  expect(error.requestId).to.be.ok
@@ -198,9 +208,9 @@ it("bi.v20220105.DescribeUserRoleList", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("bi.v20220105.CreateDatasourceCloud", async function () {
211
+ it("bi.v20220105.DeleteProject", async function () {
202
212
  try {
203
- const data = await client.CreateDatasourceCloud({})
213
+ const data = await client.DeleteProject({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -208,9 +218,9 @@ it("bi.v20220105.CreateDatasourceCloud", async function () {
208
218
  }
209
219
  })
210
220
 
211
- it("bi.v20220105.DeleteUserRoleProject", async function () {
221
+ it("bi.v20220105.ModifyUserRoleProject", async function () {
212
222
  try {
213
- const data = await client.DeleteUserRoleProject({})
223
+ const data = await client.ModifyUserRoleProject({})
214
224
  expect(data).to.be.ok
215
225
  } catch(error) {
216
226
  expect(error.requestId).to.be.ok
@@ -218,9 +228,9 @@ it("bi.v20220105.DeleteUserRoleProject", async function () {
218
228
  }
219
229
  })
220
230
 
221
- it("bi.v20220105.DeleteProject", async function () {
231
+ it("bi.v20220105.DescribeProjectList", async function () {
222
232
  try {
223
- const data = await client.DeleteProject({})
233
+ const data = await client.DescribeProjectList({})
224
234
  expect(data).to.be.ok
225
235
  } catch(error) {
226
236
  expect(error.requestId).to.be.ok
@@ -18,6 +18,16 @@ const client = new tencentcloud.cdwpg.v20201230.Client({
18
18
  })
19
19
  describe("cdwpg.v20201230.test.js", function () {
20
20
 
21
+ it("cdwpg.v20201230.DescribeInstances", async function () {
22
+ try {
23
+ const data = await client.DescribeInstances({})
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
+
21
31
  it("cdwpg.v20201230.DescribeInstanceState", async function () {
22
32
  try {
23
33
  const data = await client.DescribeInstanceState({})
@@ -138,9 +138,9 @@ it("clb.v20180317.InquiryPriceModifyLoadBalancer", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("clb.v20180317.SetSecurityGroupForLoadbalancers", async function () {
141
+ it("clb.v20180317.ManualRewrite", async function () {
142
142
  try {
143
- const data = await client.SetSecurityGroupForLoadbalancers({})
143
+ const data = await client.ManualRewrite({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -688,6 +688,16 @@ it("clb.v20180317.DescribeRewrite", async function () {
688
688
  }
689
689
  })
690
690
 
691
+ it("clb.v20180317.SetSecurityGroupForLoadbalancers", async function () {
692
+ try {
693
+ const data = await client.SetSecurityGroupForLoadbalancers({})
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("clb.v20180317.DescribeTargetGroups", async function () {
692
702
  try {
693
703
  const data = await client.DescribeTargetGroups({})
@@ -828,9 +838,9 @@ it("clb.v20180317.DeleteRewrite", async function () {
828
838
  }
829
839
  })
830
840
 
831
- it("clb.v20180317.ManualRewrite", async function () {
841
+ it("clb.v20180317.BatchModifyTargetTag", async function () {
832
842
  try {
833
- const data = await client.ManualRewrite({})
843
+ const data = await client.BatchModifyTargetTag({})
834
844
  expect(data).to.be.ok
835
845
  } catch(error) {
836
846
  expect(error.requestId).to.be.ok
@@ -328,6 +328,16 @@ it("dlc.v20210125.DescribeNotebookSessions", async function () {
328
328
  }
329
329
  })
330
330
 
331
+ it("dlc.v20210125.DescribeLakeFsTaskResult", async function () {
332
+ try {
333
+ const data = await client.DescribeLakeFsTaskResult({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
331
341
  it("dlc.v20210125.UpdateRowFilter", async function () {
332
342
  try {
333
343
  const data = await client.UpdateRowFilter({})
@@ -28,6 +28,16 @@ it("domain.v20180808.SetDomainAutoRenew", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("domain.v20180808.ModifyCustomDnsHost", async function () {
32
+ try {
33
+ const data = await client.ModifyCustomDnsHost({})
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
+
31
41
  it("domain.v20180808.CheckBatchStatus", async function () {
32
42
  try {
33
43
  const data = await client.CheckBatchStatus({})
@@ -68,6 +78,16 @@ it("domain.v20180808.SendPhoneEmailCode", async function () {
68
78
  }
69
79
  })
70
80
 
81
+ it("domain.v20180808.DescribeCustomDnsHostSet", async function () {
82
+ try {
83
+ const data = await client.DescribeCustomDnsHostSet({})
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
+
71
91
  it("domain.v20180808.DescribeDomainNameList", async function () {
72
92
  try {
73
93
  const data = await client.DescribeDomainNameList({})
@@ -78,6 +98,16 @@ it("domain.v20180808.DescribeDomainNameList", async function () {
78
98
  }
79
99
  })
80
100
 
101
+ it("domain.v20180808.ModifyIntlCustomDnsHost", async function () {
102
+ try {
103
+ const data = await client.ModifyIntlCustomDnsHost({})
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
+
81
111
  it("domain.v20180808.CreateDomainBatch", async function () {
82
112
  try {
83
113
  const data = await client.CreateDomainBatch({})
@@ -128,9 +158,19 @@ it("domain.v20180808.CheckDomain", async function () {
128
158
  }
129
159
  })
130
160
 
131
- it("domain.v20180808.RenewDomainBatch", async function () {
161
+ it("domain.v20180808.SyncCustomDnsHost", async function () {
132
162
  try {
133
- const data = await client.RenewDomainBatch({})
163
+ const data = await client.SyncCustomDnsHost({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
171
+ it("domain.v20180808.ModifyDomainDNSBatch", async function () {
172
+ try {
173
+ const data = await client.ModifyDomainDNSBatch({})
134
174
  expect(data).to.be.ok
135
175
  } catch(error) {
136
176
  expect(error.requestId).to.be.ok
@@ -248,6 +288,16 @@ it("domain.v20180808.ModifyDomainOwnerBatch", async function () {
248
288
  }
249
289
  })
250
290
 
291
+ it("domain.v20180808.DeleteCustomDnsHost", async function () {
292
+ try {
293
+ const data = await client.DeleteCustomDnsHost({})
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
+
251
301
  it("domain.v20180808.DescribePhoneEmailList", async function () {
252
302
  try {
253
303
  const data = await client.DescribePhoneEmailList({})
@@ -258,9 +308,9 @@ it("domain.v20180808.DescribePhoneEmailList", async function () {
258
308
  }
259
309
  })
260
310
 
261
- it("domain.v20180808.ModifyDomainDNSBatch", async function () {
311
+ it("domain.v20180808.RenewDomainBatch", async function () {
262
312
  try {
263
- const data = await client.ModifyDomainDNSBatch({})
313
+ const data = await client.RenewDomainBatch({})
264
314
  expect(data).to.be.ok
265
315
  } catch(error) {
266
316
  expect(error.requestId).to.be.ok
@@ -28,6 +28,16 @@ it("lcic.v20220817.DescribeAppDetail", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("lcic.v20220817.SendRoomNotificationMessage", async function () {
32
+ try {
33
+ const data = await client.SendRoomNotificationMessage({})
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
+
31
41
  it("lcic.v20220817.GetRoomMessage", async function () {
32
42
  try {
33
43
  const data = await client.GetRoomMessage({})
@@ -308,6 +318,16 @@ it("lcic.v20220817.DeleteRecord", async function () {
308
318
  }
309
319
  })
310
320
 
321
+ it("lcic.v20220817.SendRoomNormalMessage", async function () {
322
+ try {
323
+ const data = await client.SendRoomNormalMessage({})
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
+
311
331
  it("lcic.v20220817.DescribeGroupList", async function () {
312
332
  try {
313
333
  const data = await client.DescribeGroupList({})
@@ -68,6 +68,16 @@ it("oceanus.v20190422.DeleteResourceConfigs", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("oceanus.v20190422.CreateWorkSpace", async function () {
72
+ try {
73
+ const data = await client.CreateWorkSpace({})
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
+
71
81
  it("oceanus.v20190422.CreateResourceConfig", async function () {
72
82
  try {
73
83
  const data = await client.CreateResourceConfig({})
@@ -98,6 +108,16 @@ it("oceanus.v20190422.DescribeResourceConfigs", async function () {
98
108
  }
99
109
  })
100
110
 
111
+ it("oceanus.v20190422.ModifyFolder", async function () {
112
+ try {
113
+ const data = await client.ModifyFolder({})
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
+
101
121
  it("oceanus.v20190422.DescribeJobSavepoint", async function () {
102
122
  try {
103
123
  const data = await client.DescribeJobSavepoint({})
@@ -148,6 +168,16 @@ it("oceanus.v20190422.DescribeClusters", async function () {
148
168
  }
149
169
  })
150
170
 
171
+ it("oceanus.v20190422.DeleteFolders", async function () {
172
+ try {
173
+ const data = await client.DeleteFolders({})
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
+
151
181
  it("oceanus.v20190422.DescribeWorkSpaces", async function () {
152
182
  try {
153
183
  const data = await client.DescribeWorkSpaces({})
@@ -228,6 +258,16 @@ it("oceanus.v20190422.CreateJobConfig", async function () {
228
258
  }
229
259
  })
230
260
 
261
+ it("oceanus.v20190422.DeleteJobConfigs", async function () {
262
+ try {
263
+ const data = await client.DeleteJobConfigs({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
231
271
  it("oceanus.v20190422.StopJobs", async function () {
232
272
  try {
233
273
  const data = await client.StopJobs({})
@@ -248,6 +288,16 @@ it("oceanus.v20190422.DescribeResourceRelatedJobs", async function () {
248
288
  }
249
289
  })
250
290
 
291
+ it("oceanus.v20190422.ModifyWorkSpace", async function () {
292
+ try {
293
+ const data = await client.ModifyWorkSpace({})
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
+
251
301
  it("oceanus.v20190422.DeleteResources", async function () {
252
302
  try {
253
303
  const data = await client.DeleteResources({})
@@ -198,6 +198,26 @@ it("organization.v20210331.DescribeOrganizationFinancialByMember", async functio
198
198
  }
199
199
  })
200
200
 
201
+ it("organization.v20210331.UpdateOrganizationIdentity", async function () {
202
+ try {
203
+ const data = await client.UpdateOrganizationIdentity({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("organization.v20210331.CreateOrganizationMembersPolicy", async function () {
212
+ try {
213
+ const data = await client.CreateOrganizationMembersPolicy({})
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("organization.v20210331.DescribeOrganization", async function () {
202
222
  try {
203
223
  const data = await client.DescribeOrganization({})
@@ -228,6 +248,26 @@ it("organization.v20210331.CreateOrganization", async function () {
228
248
  }
229
249
  })
230
250
 
251
+ it("organization.v20210331.CreateOrganizationIdentity", async function () {
252
+ try {
253
+ const data = await client.CreateOrganizationIdentity({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
261
+ it("organization.v20210331.DeleteOrganizationIdentity", async function () {
262
+ try {
263
+ const data = await client.DeleteOrganizationIdentity({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
231
271
  it("organization.v20210331.AddOrganizationMemberEmail", async function () {
232
272
  try {
233
273
  const data = await client.AddOrganizationMemberEmail({})
@@ -138,6 +138,16 @@ it("tdmq.v20200217.DescribeRocketMQSmoothMigrationTaskList", async function () {
138
138
  }
139
139
  })
140
140
 
141
+ it("tdmq.v20200217.DescribeRocketMQConsumerConnections", async function () {
142
+ try {
143
+ const data = await client.DescribeRocketMQConsumerConnections({})
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("tdmq.v20200217.CreateRabbitMQUser", async function () {
142
152
  try {
143
153
  const data = await client.CreateRabbitMQUser({})
@@ -388,6 +388,16 @@ it("tse.v20201207.DeleteCloudNativeAPIGateway", async function () {
388
388
  }
389
389
  })
390
390
 
391
+ it("tse.v20201207.UpdateUpstreamTargets", async function () {
392
+ try {
393
+ const data = await client.UpdateUpstreamTargets({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
391
401
  it("tse.v20201207.DeleteCloudNativeAPIGatewayCertificate", async function () {
392
402
  try {
393
403
  const data = await client.DeleteCloudNativeAPIGatewayCertificate({})
@@ -118,6 +118,16 @@ it("waf.v20180125.ModifyInstanceQpsLimit", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("waf.v20180125.DescribeSpartaProtectionInfo", async function () {
122
+ try {
123
+ const data = await client.DescribeSpartaProtectionInfo({})
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
+
121
131
  it("waf.v20180125.DescribeAutoDenyIP", async function () {
122
132
  try {
123
133
  const data = await client.DescribeAutoDenyIP({})
@@ -288,6 +298,16 @@ it("waf.v20180125.DescribeHistogram", async function () {
288
298
  }
289
299
  })
290
300
 
301
+ it("waf.v20180125.DescribeWebshellStatus", async function () {
302
+ try {
303
+ const data = await client.DescribeWebshellStatus({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
291
311
  it("waf.v20180125.DescribeDomainWhiteRules", async function () {
292
312
  try {
293
313
  const data = await client.DescribeDomainWhiteRules({})
@@ -498,9 +518,9 @@ it("waf.v20180125.ModifyInstanceRenewFlag", async function () {
498
518
  }
499
519
  })
500
520
 
501
- it("waf.v20180125.DescribeDomainDetailsSaas", async function () {
521
+ it("waf.v20180125.DescribeUserLevel", async function () {
502
522
  try {
503
- const data = await client.DescribeDomainDetailsSaas({})
523
+ const data = await client.DescribeUserLevel({})
504
524
  expect(data).to.be.ok
505
525
  } catch(error) {
506
526
  expect(error.requestId).to.be.ok
@@ -1058,6 +1078,16 @@ it("waf.v20180125.ModifyAttackWhiteRule", async function () {
1058
1078
  }
1059
1079
  })
1060
1080
 
1081
+ it("waf.v20180125.DescribeDomainDetailsSaas", async function () {
1082
+ try {
1083
+ const data = await client.DescribeDomainDetailsSaas({})
1084
+ expect(data).to.be.ok
1085
+ } catch(error) {
1086
+ expect(error.requestId).to.be.ok
1087
+ expect(error.code).to.be.ok
1088
+ }
1089
+ })
1090
+
1061
1091
  it("waf.v20180125.ModifyUserSignatureRule", async function () {
1062
1092
  try {
1063
1093
  const data = await client.ModifyUserSignatureRule({})