tencentcloud-sdk-nodejs 4.0.437 → 4.0.440

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 (137) hide show
  1. package/CHANGELOG.md +979 -0
  2. package/SERVICE_CHANGELOG.md +817 -163
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
  7. package/src/services/bma/v20210624/bma_models.ts +5 -0
  8. package/src/services/cbs/v20170312/cbs_client.ts +109 -41
  9. package/src/services/cbs/v20170312/cbs_models.ts +318 -111
  10. package/src/services/cdb/v20170320/cdb_client.ts +17 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +285 -2
  12. package/src/services/cfs/v20190719/cfs_client.ts +253 -103
  13. package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
  14. package/src/services/cfw/v20190904/cfw_client.ts +12 -0
  15. package/src/services/cfw/v20190904/cfw_models.ts +70 -2
  16. package/src/services/clb/v20180317/clb_models.ts +5 -0
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
  18. package/src/services/cwp/v20180228/cwp_client.ts +192 -53
  19. package/src/services/cwp/v20180228/cwp_models.ts +1370 -336
  20. package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
  21. package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
  22. package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
  23. package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
  24. package/src/services/ecm/v20190719/ecm_models.ts +9 -0
  25. package/src/services/ess/v20201111/ess_client.ts +3 -2
  26. package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +283 -102
  28. package/src/services/gme/v20180711/gme_client.ts +15 -2
  29. package/src/services/gme/v20180711/gme_models.ts +68 -13
  30. package/src/services/monitor/v20180724/monitor_client.ts +20 -4
  31. package/src/services/monitor/v20180724/monitor_models.ts +190 -59
  32. package/src/services/ms/v20180408/ms_client.ts +26 -11
  33. package/src/services/ms/v20180408/ms_models.ts +224 -27
  34. package/src/services/ocr/v20181119/ocr_client.ts +18 -3
  35. package/src/services/ocr/v20181119/ocr_models.ts +166 -76
  36. package/src/services/redis/v20180412/redis_models.ts +1 -1
  37. package/src/services/rum/v20210622/rum_models.ts +15 -0
  38. package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
  39. package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
  40. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  41. package/src/services/taf/v20200210/taf_client.ts +1 -15
  42. package/src/services/taf/v20200210/taf_models.ts +8 -96
  43. package/src/services/tcss/v20201101/tcss_models.ts +12 -0
  44. package/src/services/tem/v20210701/tem_models.ts +15 -0
  45. package/src/services/teo/v20220106/teo_models.ts +17 -11
  46. package/src/services/tione/v20211111/tione_client.ts +106 -16
  47. package/src/services/tione/v20211111/tione_models.ts +888 -125
  48. package/src/services/tke/v20180525/tke_models.ts +5 -0
  49. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  50. package/src/services/tts/v20190823/tts_models.ts +6 -2
  51. package/src/services/vm/v20210922/vm_client.ts +2 -0
  52. package/src/services/vm/v20210922/vm_models.ts +87 -28
  53. package/src/services/vod/v20180717/vod_client.ts +16 -0
  54. package/src/services/vod/v20180717/vod_models.ts +67 -1
  55. package/tencentcloud/common/sdk_version.d.ts +1 -1
  56. package/tencentcloud/common/sdk_version.js +1 -1
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
  58. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +4 -0
  59. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
  60. package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
  61. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
  62. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  63. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
  65. package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
  66. package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
  67. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
  68. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  69. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  70. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +58 -2
  71. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  72. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
  73. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
  74. package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
  75. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1146 -289
  76. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
  77. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
  78. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
  80. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
  81. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
  82. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
  83. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  84. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  85. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +234 -83
  88. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
  89. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
  90. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +58 -11
  91. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -1
  92. package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -0
  93. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +163 -54
  94. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
  95. package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
  96. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
  97. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
  98. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
  99. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
  100. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  101. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
  102. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
  103. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
  104. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
  105. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  106. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
  107. package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
  108. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
  109. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
  110. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
  111. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
  112. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
  113. package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
  114. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
  115. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  116. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  117. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
  118. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
  119. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
  120. package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
  121. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +57 -1
  122. package/test/cbs.v20170312.test.js +58 -8
  123. package/test/cdb.v20170320.test.js +10 -0
  124. package/test/cfs.v20190719.test.js +150 -30
  125. package/test/cfw.v20190904.test.js +10 -0
  126. package/test/cwp.v20180228.test.js +128 -18
  127. package/test/cynosdb.v20190107.test.js +34 -14
  128. package/test/dbbrain.v20210527.test.js +12 -2
  129. package/test/essbasic.v20210526.test.js +22 -2
  130. package/test/gme.v20180711.test.js +10 -0
  131. package/test/monitor.v20180724.test.js +10 -0
  132. package/test/ms.v20180408.test.js +12 -2
  133. package/test/ocr.v20181119.test.js +10 -0
  134. package/test/sqlserver.v20180328.test.js +72 -2
  135. package/test/taf.v20200210.test.js +0 -10
  136. package/test/tione.v20211111.test.js +72 -2
  137. package/test/vod.v20180717.test.js +10 -0
@@ -18,9 +18,39 @@ const client = new tencentcloud.cfs.v20190719.Client({
18
18
  })
19
19
  describe("cfs.v20190719.test.js", function () {
20
20
 
21
- it("cfs.v20190719.CreateCfsFileSystem", async function () {
21
+ it("cfs.v20190719.DescribeCfsRules", async function () {
22
22
  try {
23
- const data = await client.CreateCfsFileSystem({})
23
+ const data = await client.DescribeCfsRules({})
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("cfs.v20190719.UpdateCfsFileSystemPGroup", async function () {
32
+ try {
33
+ const data = await client.UpdateCfsFileSystemPGroup({})
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("cfs.v20190719.SignUpCfsService", async function () {
42
+ try {
43
+ const data = await client.SignUpCfsService({})
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("cfs.v20190719.DeleteCfsSnapshot", async function () {
52
+ try {
53
+ const data = await client.DeleteCfsSnapshot({})
24
54
  expect(data).to.be.ok
25
55
  } catch(error) {
26
56
  expect(error.requestId).to.be.ok
@@ -38,9 +68,9 @@ it("cfs.v20190719.DescribeCfsPGroups", async function () {
38
68
  }
39
69
  })
40
70
 
41
- it("cfs.v20190719.DescribeCfsRules", async function () {
71
+ it("cfs.v20190719.DescribeAutoSnapshotPolicies", async function () {
42
72
  try {
43
- const data = await client.DescribeCfsRules({})
73
+ const data = await client.DescribeAutoSnapshotPolicies({})
44
74
  expect(data).to.be.ok
45
75
  } catch(error) {
46
76
  expect(error.requestId).to.be.ok
@@ -48,9 +78,39 @@ it("cfs.v20190719.DescribeCfsRules", async function () {
48
78
  }
49
79
  })
50
80
 
51
- it("cfs.v20190719.UpdateCfsFileSystemPGroup", async function () {
81
+ it("cfs.v20190719.BindAutoSnapshotPolicy", async function () {
52
82
  try {
53
- const data = await client.UpdateCfsFileSystemPGroup({})
83
+ const data = await client.BindAutoSnapshotPolicy({})
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("cfs.v20190719.DeleteCfsPGroup", async function () {
92
+ try {
93
+ const data = await client.DeleteCfsPGroup({})
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("cfs.v20190719.DescribeCfsFileSystemClients", async function () {
102
+ try {
103
+ const data = await client.DescribeCfsFileSystemClients({})
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("cfs.v20190719.DescribeCfsServiceStatus", async function () {
112
+ try {
113
+ const data = await client.DescribeCfsServiceStatus({})
54
114
  expect(data).to.be.ok
55
115
  } catch(error) {
56
116
  expect(error.requestId).to.be.ok
@@ -78,6 +138,16 @@ it("cfs.v20190719.UpdateCfsFileSystemName", async function () {
78
138
  }
79
139
  })
80
140
 
141
+ it("cfs.v20190719.UpdateCfsFileSystemSizeLimit", async function () {
142
+ try {
143
+ const data = await client.UpdateCfsFileSystemSizeLimit({})
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
+
81
151
  it("cfs.v20190719.DeleteCfsFileSystem", async function () {
82
152
  try {
83
153
  const data = await client.DeleteCfsFileSystem({})
@@ -88,9 +158,9 @@ it("cfs.v20190719.DeleteCfsFileSystem", async function () {
88
158
  }
89
159
  })
90
160
 
91
- it("cfs.v20190719.UpdateCfsFileSystemSizeLimit", async function () {
161
+ it("cfs.v20190719.CreateCfsFileSystem", async function () {
92
162
  try {
93
- const data = await client.UpdateCfsFileSystemSizeLimit({})
163
+ const data = await client.CreateCfsFileSystem({})
94
164
  expect(data).to.be.ok
95
165
  } catch(error) {
96
166
  expect(error.requestId).to.be.ok
@@ -98,9 +168,9 @@ it("cfs.v20190719.UpdateCfsFileSystemSizeLimit", async function () {
98
168
  }
99
169
  })
100
170
 
101
- it("cfs.v20190719.CreateCfsPGroup", async function () {
171
+ it("cfs.v20190719.UpdateCfsSnapshotAttribute", async function () {
102
172
  try {
103
- const data = await client.CreateCfsPGroup({})
173
+ const data = await client.UpdateCfsSnapshotAttribute({})
104
174
  expect(data).to.be.ok
105
175
  } catch(error) {
106
176
  expect(error.requestId).to.be.ok
@@ -108,9 +178,9 @@ it("cfs.v20190719.CreateCfsPGroup", async function () {
108
178
  }
109
179
  })
110
180
 
111
- it("cfs.v20190719.UpdateCfsRule", async function () {
181
+ it("cfs.v20190719.DescribeCfsSnapshotOverview", async function () {
112
182
  try {
113
- const data = await client.UpdateCfsRule({})
183
+ const data = await client.DescribeCfsSnapshotOverview({})
114
184
  expect(data).to.be.ok
115
185
  } catch(error) {
116
186
  expect(error.requestId).to.be.ok
@@ -118,9 +188,9 @@ it("cfs.v20190719.UpdateCfsRule", async function () {
118
188
  }
119
189
  })
120
190
 
121
- it("cfs.v20190719.DescribeCfsServiceStatus", async function () {
191
+ it("cfs.v20190719.UpdateAutoSnapshotPolicy", async function () {
122
192
  try {
123
- const data = await client.DescribeCfsServiceStatus({})
193
+ const data = await client.UpdateAutoSnapshotPolicy({})
124
194
  expect(data).to.be.ok
125
195
  } catch(error) {
126
196
  expect(error.requestId).to.be.ok
@@ -138,9 +208,9 @@ it("cfs.v20190719.DescribeCfsFileSystems", async function () {
138
208
  }
139
209
  })
140
210
 
141
- it("cfs.v20190719.SignUpCfsService", async function () {
211
+ it("cfs.v20190719.DescribeCfsSnapshots", async function () {
142
212
  try {
143
- const data = await client.SignUpCfsService({})
213
+ const data = await client.DescribeCfsSnapshots({})
144
214
  expect(data).to.be.ok
145
215
  } catch(error) {
146
216
  expect(error.requestId).to.be.ok
@@ -148,9 +218,9 @@ it("cfs.v20190719.SignUpCfsService", async function () {
148
218
  }
149
219
  })
150
220
 
151
- it("cfs.v20190719.CreateCfsRule", async function () {
221
+ it("cfs.v20190719.DescribeMountTargets", async function () {
152
222
  try {
153
- const data = await client.CreateCfsRule({})
223
+ const data = await client.DescribeMountTargets({})
154
224
  expect(data).to.be.ok
155
225
  } catch(error) {
156
226
  expect(error.requestId).to.be.ok
@@ -158,9 +228,9 @@ it("cfs.v20190719.CreateCfsRule", async function () {
158
228
  }
159
229
  })
160
230
 
161
- it("cfs.v20190719.DeleteCfsPGroup", async function () {
231
+ it("cfs.v20190719.DeleteCfsRule", async function () {
162
232
  try {
163
- const data = await client.DeleteCfsPGroup({})
233
+ const data = await client.DeleteCfsRule({})
164
234
  expect(data).to.be.ok
165
235
  } catch(error) {
166
236
  expect(error.requestId).to.be.ok
@@ -168,9 +238,9 @@ it("cfs.v20190719.DeleteCfsPGroup", async function () {
168
238
  }
169
239
  })
170
240
 
171
- it("cfs.v20190719.DescribeMountTargets", async function () {
241
+ it("cfs.v20190719.DeleteMountTarget", async function () {
172
242
  try {
173
- const data = await client.DescribeMountTargets({})
243
+ const data = await client.DeleteMountTarget({})
174
244
  expect(data).to.be.ok
175
245
  } catch(error) {
176
246
  expect(error.requestId).to.be.ok
@@ -178,9 +248,9 @@ it("cfs.v20190719.DescribeMountTargets", async function () {
178
248
  }
179
249
  })
180
250
 
181
- it("cfs.v20190719.UpdateCfsPGroup", async function () {
251
+ it("cfs.v20190719.CreateAutoSnapshotPolicy", async function () {
182
252
  try {
183
- const data = await client.UpdateCfsPGroup({})
253
+ const data = await client.CreateAutoSnapshotPolicy({})
184
254
  expect(data).to.be.ok
185
255
  } catch(error) {
186
256
  expect(error.requestId).to.be.ok
@@ -188,9 +258,9 @@ it("cfs.v20190719.UpdateCfsPGroup", async function () {
188
258
  }
189
259
  })
190
260
 
191
- it("cfs.v20190719.DeleteCfsRule", async function () {
261
+ it("cfs.v20190719.CreateCfsPGroup", async function () {
192
262
  try {
193
- const data = await client.DeleteCfsRule({})
263
+ const data = await client.CreateCfsPGroup({})
194
264
  expect(data).to.be.ok
195
265
  } catch(error) {
196
266
  expect(error.requestId).to.be.ok
@@ -198,9 +268,9 @@ it("cfs.v20190719.DeleteCfsRule", async function () {
198
268
  }
199
269
  })
200
270
 
201
- it("cfs.v20190719.DescribeCfsFileSystemClients", async function () {
271
+ it("cfs.v20190719.DeleteAutoSnapshotPolicy", async function () {
202
272
  try {
203
- const data = await client.DescribeCfsFileSystemClients({})
273
+ const data = await client.DeleteAutoSnapshotPolicy({})
204
274
  expect(data).to.be.ok
205
275
  } catch(error) {
206
276
  expect(error.requestId).to.be.ok
@@ -208,9 +278,59 @@ it("cfs.v20190719.DescribeCfsFileSystemClients", async function () {
208
278
  }
209
279
  })
210
280
 
211
- it("cfs.v20190719.DeleteMountTarget", async function () {
281
+ it("cfs.v20190719.CreateCfsSnapshot", async function () {
212
282
  try {
213
- const data = await client.DeleteMountTarget({})
283
+ const data = await client.CreateCfsSnapshot({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
291
+ it("cfs.v20190719.UnbindAutoSnapshotPolicy", async function () {
292
+ try {
293
+ const data = await client.UnbindAutoSnapshotPolicy({})
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
+
301
+ it("cfs.v20190719.DescribeSnapshotOperationLogs", async function () {
302
+ try {
303
+ const data = await client.DescribeSnapshotOperationLogs({})
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
+
311
+ it("cfs.v20190719.CreateCfsRule", async function () {
312
+ try {
313
+ const data = await client.CreateCfsRule({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("cfs.v20190719.UpdateCfsRule", async function () {
322
+ try {
323
+ const data = await client.UpdateCfsRule({})
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
+
331
+ it("cfs.v20190719.UpdateCfsPGroup", async function () {
332
+ try {
333
+ const data = await client.UpdateCfsPGroup({})
214
334
  expect(data).to.be.ok
215
335
  } catch(error) {
216
336
  expect(error.requestId).to.be.ok
@@ -328,6 +328,16 @@ it("cfw.v20190904.DescribeIPStatusList", async function () {
328
328
  }
329
329
  })
330
330
 
331
+ it("cfw.v20190904.DescribeDefenseSwitch", async function () {
332
+ try {
333
+ const data = await client.DescribeDefenseSwitch({})
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("cfw.v20190904.DescribeTLogInfo", async function () {
332
342
  try {
333
343
  const data = await client.DescribeTLogInfo({})
@@ -98,6 +98,16 @@ it("cwp.v20180228.DescribeAttackLogs", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("cwp.v20180228.DescribeVulList", async function () {
102
+ try {
103
+ const data = await client.DescribeVulList({})
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
+
101
111
  it("cwp.v20180228.DescribeSearchExportList", async function () {
102
112
  try {
103
113
  const data = await client.DescribeSearchExportList({})
@@ -528,9 +538,9 @@ it("cwp.v20180228.ExportVulDetectionExcel", async function () {
528
538
  }
529
539
  })
530
540
 
531
- it("cwp.v20180228.ExportAssetCoreModuleList", async function () {
541
+ it("cwp.v20180228.DestroyOrder", async function () {
532
542
  try {
533
- const data = await client.ExportAssetCoreModuleList({})
543
+ const data = await client.DestroyOrder({})
534
544
  expect(data).to.be.ok
535
545
  } catch(error) {
536
546
  expect(error.requestId).to.be.ok
@@ -798,6 +808,16 @@ it("cwp.v20180228.ScanAsset", async function () {
798
808
  }
799
809
  })
800
810
 
811
+ it("cwp.v20180228.DeleteLicenseRecord", async function () {
812
+ try {
813
+ const data = await client.DeleteLicenseRecord({})
814
+ expect(data).to.be.ok
815
+ } catch(error) {
816
+ expect(error.requestId).to.be.ok
817
+ expect(error.code).to.be.ok
818
+ }
819
+ })
820
+
801
821
  it("cwp.v20180228.DescribeSecurityDynamics", async function () {
802
822
  try {
803
823
  const data = await client.DescribeSecurityDynamics({})
@@ -858,9 +878,9 @@ it("cwp.v20180228.DeletePrivilegeRules", async function () {
858
878
  }
859
879
  })
860
880
 
861
- it("cwp.v20180228.ExportScanTaskDetails", async function () {
881
+ it("cwp.v20180228.ExportAssetCoreModuleList", async function () {
862
882
  try {
863
- const data = await client.ExportScanTaskDetails({})
883
+ const data = await client.ExportAssetCoreModuleList({})
864
884
  expect(data).to.be.ok
865
885
  } catch(error) {
866
886
  expect(error.requestId).to.be.ok
@@ -1068,6 +1088,16 @@ it("cwp.v20180228.ModifyWebPageProtectDir", async function () {
1068
1088
  }
1069
1089
  })
1070
1090
 
1091
+ it("cwp.v20180228.ExportScanTaskDetails", async function () {
1092
+ try {
1093
+ const data = await client.ExportScanTaskDetails({})
1094
+ expect(data).to.be.ok
1095
+ } catch(error) {
1096
+ expect(error.requestId).to.be.ok
1097
+ expect(error.code).to.be.ok
1098
+ }
1099
+ })
1100
+
1071
1101
  it("cwp.v20180228.DescribeMaliciousRequestWhiteList", async function () {
1072
1102
  try {
1073
1103
  const data = await client.DescribeMaliciousRequestWhiteList({})
@@ -1108,6 +1138,16 @@ it("cwp.v20180228.DescribeAssetWebLocationInfo", async function () {
1108
1138
  }
1109
1139
  })
1110
1140
 
1141
+ it("cwp.v20180228.UntrustMalwares", async function () {
1142
+ try {
1143
+ const data = await client.UntrustMalwares({})
1144
+ expect(data).to.be.ok
1145
+ } catch(error) {
1146
+ expect(error.requestId).to.be.ok
1147
+ expect(error.code).to.be.ok
1148
+ }
1149
+ })
1150
+
1111
1151
  it("cwp.v20180228.DescribeProtectDirList", async function () {
1112
1152
  try {
1113
1153
  const data = await client.DescribeProtectDirList({})
@@ -1188,6 +1228,26 @@ it("cwp.v20180228.DescribeScanTaskStatus", async function () {
1188
1228
  }
1189
1229
  })
1190
1230
 
1231
+ it("cwp.v20180228.CreateLicenseOrder", async function () {
1232
+ try {
1233
+ const data = await client.CreateLicenseOrder({})
1234
+ expect(data).to.be.ok
1235
+ } catch(error) {
1236
+ expect(error.requestId).to.be.ok
1237
+ expect(error.code).to.be.ok
1238
+ }
1239
+ })
1240
+
1241
+ it("cwp.v20180228.ExportLicenseDetail", async function () {
1242
+ try {
1243
+ const data = await client.ExportLicenseDetail({})
1244
+ expect(data).to.be.ok
1245
+ } catch(error) {
1246
+ expect(error.requestId).to.be.ok
1247
+ expect(error.code).to.be.ok
1248
+ }
1249
+ })
1250
+
1191
1251
  it("cwp.v20180228.DescribeSearchTemplates", async function () {
1192
1252
  try {
1193
1253
  const data = await client.DescribeSearchTemplates({})
@@ -1318,6 +1378,16 @@ it("cwp.v20180228.DescribeLoginWhiteCombinedList", async function () {
1318
1378
  }
1319
1379
  })
1320
1380
 
1381
+ it("cwp.v20180228.DescribeBaselineTop", async function () {
1382
+ try {
1383
+ const data = await client.DescribeBaselineTop({})
1384
+ expect(data).to.be.ok
1385
+ } catch(error) {
1386
+ expect(error.requestId).to.be.ok
1387
+ expect(error.code).to.be.ok
1388
+ }
1389
+ })
1390
+
1321
1391
  it("cwp.v20180228.DescribeProcessStatistics", async function () {
1322
1392
  try {
1323
1393
  const data = await client.DescribeProcessStatistics({})
@@ -1348,9 +1418,9 @@ it("cwp.v20180228.DescribeAssetWebLocationList", async function () {
1348
1418
  }
1349
1419
  })
1350
1420
 
1351
- it("cwp.v20180228.DescribeBaselineTop", async function () {
1421
+ it("cwp.v20180228.DescribeAssetAppProcessList", async function () {
1352
1422
  try {
1353
- const data = await client.DescribeBaselineTop({})
1423
+ const data = await client.DescribeAssetAppProcessList({})
1354
1424
  expect(data).to.be.ok
1355
1425
  } catch(error) {
1356
1426
  expect(error.requestId).to.be.ok
@@ -1478,6 +1548,16 @@ it("cwp.v20180228.DescribeBruteAttackRules", async function () {
1478
1548
  }
1479
1549
  })
1480
1550
 
1551
+ it("cwp.v20180228.ModifyLicenseBinds", async function () {
1552
+ try {
1553
+ const data = await client.ModifyLicenseBinds({})
1554
+ expect(data).to.be.ok
1555
+ } catch(error) {
1556
+ expect(error.requestId).to.be.ok
1557
+ expect(error.code).to.be.ok
1558
+ }
1559
+ })
1560
+
1481
1561
  it("cwp.v20180228.DescribeAssetEnvList", async function () {
1482
1562
  try {
1483
1563
  const data = await client.DescribeAssetEnvList({})
@@ -1588,6 +1668,16 @@ it("cwp.v20180228.DescribeIgnoreBaselineRule", async function () {
1588
1668
  }
1589
1669
  })
1590
1670
 
1671
+ it("cwp.v20180228.DescribeLicenseBindSchedule", async function () {
1672
+ try {
1673
+ const data = await client.DescribeLicenseBindSchedule({})
1674
+ expect(data).to.be.ok
1675
+ } catch(error) {
1676
+ expect(error.requestId).to.be.ok
1677
+ expect(error.code).to.be.ok
1678
+ }
1679
+ })
1680
+
1591
1681
  it("cwp.v20180228.DescribeBaselineDetail", async function () {
1592
1682
  try {
1593
1683
  const data = await client.DescribeBaselineDetail({})
@@ -1668,9 +1758,19 @@ it("cwp.v20180228.DescribeVulHostTop", async function () {
1668
1758
  }
1669
1759
  })
1670
1760
 
1671
- it("cwp.v20180228.UntrustMalwares", async function () {
1761
+ it("cwp.v20180228.ModifyLicenseUnBinds", async function () {
1672
1762
  try {
1673
- const data = await client.UntrustMalwares({})
1763
+ const data = await client.ModifyLicenseUnBinds({})
1764
+ expect(data).to.be.ok
1765
+ } catch(error) {
1766
+ expect(error.requestId).to.be.ok
1767
+ expect(error.code).to.be.ok
1768
+ }
1769
+ })
1770
+
1771
+ it("cwp.v20180228.SwitchBashRules", async function () {
1772
+ try {
1773
+ const data = await client.SwitchBashRules({})
1674
1774
  expect(data).to.be.ok
1675
1775
  } catch(error) {
1676
1776
  expect(error.requestId).to.be.ok
@@ -1748,9 +1848,9 @@ it("cwp.v20180228.ModifyMalwareTimingScanSettings", async function () {
1748
1848
  }
1749
1849
  })
1750
1850
 
1751
- it("cwp.v20180228.DescribeVulList", async function () {
1851
+ it("cwp.v20180228.DescribeLicenseGeneral", async function () {
1752
1852
  try {
1753
- const data = await client.DescribeVulList({})
1853
+ const data = await client.DescribeLicenseGeneral({})
1754
1854
  expect(data).to.be.ok
1755
1855
  } catch(error) {
1756
1856
  expect(error.requestId).to.be.ok
@@ -1758,9 +1858,9 @@ it("cwp.v20180228.DescribeVulList", async function () {
1758
1858
  }
1759
1859
  })
1760
1860
 
1761
- it("cwp.v20180228.DescribeAssetCoreModuleInfo", async function () {
1861
+ it("cwp.v20180228.DescribeLicenseBindList", async function () {
1762
1862
  try {
1763
- const data = await client.DescribeAssetCoreModuleInfo({})
1863
+ const data = await client.DescribeLicenseBindList({})
1764
1864
  expect(data).to.be.ok
1765
1865
  } catch(error) {
1766
1866
  expect(error.requestId).to.be.ok
@@ -1768,9 +1868,9 @@ it("cwp.v20180228.DescribeAssetCoreModuleInfo", async function () {
1768
1868
  }
1769
1869
  })
1770
1870
 
1771
- it("cwp.v20180228.DescribeGeneralStat", async function () {
1871
+ it("cwp.v20180228.DescribeAssetCoreModuleInfo", async function () {
1772
1872
  try {
1773
- const data = await client.DescribeGeneralStat({})
1873
+ const data = await client.DescribeAssetCoreModuleInfo({})
1774
1874
  expect(data).to.be.ok
1775
1875
  } catch(error) {
1776
1876
  expect(error.requestId).to.be.ok
@@ -1778,9 +1878,9 @@ it("cwp.v20180228.DescribeGeneralStat", async function () {
1778
1878
  }
1779
1879
  })
1780
1880
 
1781
- it("cwp.v20180228.DescribeAssetAppProcessList", async function () {
1881
+ it("cwp.v20180228.DescribeGeneralStat", async function () {
1782
1882
  try {
1783
- const data = await client.DescribeAssetAppProcessList({})
1883
+ const data = await client.DescribeGeneralStat({})
1784
1884
  expect(data).to.be.ok
1785
1885
  } catch(error) {
1786
1886
  expect(error.requestId).to.be.ok
@@ -1888,9 +1988,9 @@ it("cwp.v20180228.DescribeWebPageServiceInfo", async function () {
1888
1988
  }
1889
1989
  })
1890
1990
 
1891
- it("cwp.v20180228.SwitchBashRules", async function () {
1991
+ it("cwp.v20180228.ModifyOrderAttribute", async function () {
1892
1992
  try {
1893
- const data = await client.SwitchBashRules({})
1993
+ const data = await client.ModifyOrderAttribute({})
1894
1994
  expect(data).to.be.ok
1895
1995
  } catch(error) {
1896
1996
  expect(error.requestId).to.be.ok
@@ -2078,6 +2178,16 @@ it("cwp.v20180228.DescribeWebPageEventList", async function () {
2078
2178
  }
2079
2179
  })
2080
2180
 
2181
+ it("cwp.v20180228.DescribeLicenseList", async function () {
2182
+ try {
2183
+ const data = await client.DescribeLicenseList({})
2184
+ expect(data).to.be.ok
2185
+ } catch(error) {
2186
+ expect(error.requestId).to.be.ok
2187
+ expect(error.code).to.be.ok
2188
+ }
2189
+ })
2190
+
2081
2191
  it("cwp.v20180228.DescribeMalwareFile", async function () {
2082
2192
  try {
2083
2193
  const data = await client.DescribeMalwareFile({})
@@ -38,9 +38,9 @@ it("cynosdb.v20190107.DescribeBackupList", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
41
+ it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
42
42
  try {
43
- const data = await client.DescribeAccountAllGrantPrivileges({})
43
+ const data = await client.RevokeAccountPrivileges({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -158,16 +158,6 @@ it("cynosdb.v20190107.ModifyClusterName", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
162
- try {
163
- const data = await client.RevokeAccountPrivileges({})
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
161
  it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
172
162
  try {
173
163
  const data = await client.DescribeInstanceDetail({})
@@ -268,6 +258,16 @@ it("cynosdb.v20190107.DescribeClusterParams", async function () {
268
258
  }
269
259
  })
270
260
 
261
+ it("cynosdb.v20190107.CreateBackup", async function () {
262
+ try {
263
+ const data = await client.CreateBackup({})
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
+
271
271
  it("cynosdb.v20190107.OfflineInstance", async function () {
272
272
  try {
273
273
  const data = await client.OfflineInstance({})
@@ -398,9 +398,9 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
398
398
  }
399
399
  })
400
400
 
401
- it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
401
+ it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
402
402
  try {
403
- const data = await client.DescribeInstanceSlowQueries({})
403
+ const data = await client.DescribeAccountAllGrantPrivileges({})
404
404
  expect(data).to.be.ok
405
405
  } catch(error) {
406
406
  expect(error.requestId).to.be.ok
@@ -508,6 +508,16 @@ it("cynosdb.v20190107.CreateAccounts", async function () {
508
508
  }
509
509
  })
510
510
 
511
+ it("cynosdb.v20190107.ModifyClusterStorage", async function () {
512
+ try {
513
+ const data = await client.ModifyClusterStorage({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
511
521
  it("cynosdb.v20190107.ActivateInstance", async function () {
512
522
  try {
513
523
  const data = await client.ActivateInstance({})
@@ -558,6 +568,16 @@ it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
558
568
  }
559
569
  })
560
570
 
571
+ it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
572
+ try {
573
+ const data = await client.DescribeInstanceSlowQueries({})
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("cynosdb.v20190107.DescribeRollbackTimeValidity", async function () {
562
582
  try {
563
583
  const data = await client.DescribeRollbackTimeValidity({})