tencentcloud-sdk-nodejs 4.0.437 → 4.0.438
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.
- package/CHANGELOG.md +505 -0
- package/SERVICE_CHANGELOG.md +799 -48
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_client.ts +109 -41
- package/src/services/cbs/v20170312/cbs_models.ts +318 -111
- package/src/services/cdb/v20170320/cdb_client.ts +17 -0
- package/src/services/cdb/v20170320/cdb_models.ts +285 -2
- package/src/services/cfs/v20190719/cfs_client.ts +253 -103
- package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
- package/src/services/cfw/v20190904/cfw_models.ts +18 -0
- package/src/services/cwp/v20180228/cwp_models.ts +23 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/monitor/v20180724/monitor_client.ts +3 -0
- package/src/services/monitor/v20180724/monitor_models.ts +28 -6
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/tcss/v20201101/tcss_models.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +15 -0
- package/src/services/tione/v20211111/tione_client.ts +106 -16
- package/src/services/tione/v20211111/tione_models.ts +888 -125
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/tts/v20190823/tts_models.ts +6 -2
- package/src/services/vm/v20210922/vm_client.ts +2 -0
- package/src/services/vm/v20210922/vm_models.ts +87 -28
- package/src/services/vod/v20180717/vod_client.ts +16 -0
- package/src/services/vod/v20180717/vod_models.ts +66 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +15 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +19 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +24 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
- package/test/cbs.v20170312.test.js +58 -8
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cfs.v20190719.test.js +150 -30
- package/test/cynosdb.v20190107.test.js +34 -14
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/tione.v20211111.test.js +72 -2
- 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.
|
|
21
|
+
it("cfs.v20190719.DescribeCfsRules", async function () {
|
|
22
22
|
try {
|
|
23
|
-
const data = await client.
|
|
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.
|
|
71
|
+
it("cfs.v20190719.DescribeAutoSnapshotPolicies", async function () {
|
|
42
72
|
try {
|
|
43
|
-
const data = await client.
|
|
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.
|
|
81
|
+
it("cfs.v20190719.BindAutoSnapshotPolicy", async function () {
|
|
52
82
|
try {
|
|
53
|
-
const data = await client.
|
|
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.
|
|
161
|
+
it("cfs.v20190719.CreateCfsFileSystem", async function () {
|
|
92
162
|
try {
|
|
93
|
-
const data = await client.
|
|
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.
|
|
171
|
+
it("cfs.v20190719.UpdateCfsSnapshotAttribute", async function () {
|
|
102
172
|
try {
|
|
103
|
-
const data = await client.
|
|
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.
|
|
181
|
+
it("cfs.v20190719.DescribeCfsSnapshotOverview", async function () {
|
|
112
182
|
try {
|
|
113
|
-
const data = await client.
|
|
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.
|
|
191
|
+
it("cfs.v20190719.UpdateAutoSnapshotPolicy", async function () {
|
|
122
192
|
try {
|
|
123
|
-
const data = await client.
|
|
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.
|
|
211
|
+
it("cfs.v20190719.DescribeCfsSnapshots", async function () {
|
|
142
212
|
try {
|
|
143
|
-
const data = await client.
|
|
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.
|
|
221
|
+
it("cfs.v20190719.DescribeMountTargets", async function () {
|
|
152
222
|
try {
|
|
153
|
-
const data = await client.
|
|
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.
|
|
231
|
+
it("cfs.v20190719.DeleteCfsRule", async function () {
|
|
162
232
|
try {
|
|
163
|
-
const data = await client.
|
|
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.
|
|
241
|
+
it("cfs.v20190719.DeleteMountTarget", async function () {
|
|
172
242
|
try {
|
|
173
|
-
const data = await client.
|
|
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.
|
|
251
|
+
it("cfs.v20190719.CreateAutoSnapshotPolicy", async function () {
|
|
182
252
|
try {
|
|
183
|
-
const data = await client.
|
|
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.
|
|
261
|
+
it("cfs.v20190719.CreateCfsPGroup", async function () {
|
|
192
262
|
try {
|
|
193
|
-
const data = await client.
|
|
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.
|
|
271
|
+
it("cfs.v20190719.DeleteAutoSnapshotPolicy", async function () {
|
|
202
272
|
try {
|
|
203
|
-
const data = await client.
|
|
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.
|
|
281
|
+
it("cfs.v20190719.CreateCfsSnapshot", async function () {
|
|
212
282
|
try {
|
|
213
|
-
const data = await client.
|
|
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
|
|
@@ -38,9 +38,9 @@ it("cynosdb.v20190107.DescribeBackupList", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("cynosdb.v20190107.
|
|
41
|
+
it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
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.
|
|
401
|
+
it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
|
|
402
402
|
try {
|
|
403
|
-
const data = await client.
|
|
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({})
|
|
@@ -228,6 +228,16 @@ it("dbbrain.v20210527.DeleteSecurityAuditLogExportTasks", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("dbbrain.v20210527.ModifySqlFilters", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.ModifySqlFilters({})
|
|
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("dbbrain.v20210527.DescribeRedisTopBigKeys", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DescribeRedisTopBigKeys({})
|
|
@@ -278,9 +288,9 @@ it("dbbrain.v20210527.DescribeDBDiagHistory", async function () {
|
|
|
278
288
|
}
|
|
279
289
|
})
|
|
280
290
|
|
|
281
|
-
it("dbbrain.v20210527.
|
|
291
|
+
it("dbbrain.v20210527.DescribeRedisTopKeyPrefixList", async function () {
|
|
282
292
|
try {
|
|
283
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeRedisTopKeyPrefixList({})
|
|
284
294
|
expect(data).to.be.ok
|
|
285
295
|
} catch(error) {
|
|
286
296
|
expect(error.requestId).to.be.ok
|
|
@@ -28,6 +28,26 @@ it("tione.v20211111.DescribeTrainingModelVersion", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("tione.v20211111.DeleteBatchTask", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.DeleteBatchTask({})
|
|
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("tione.v20211111.DescribeBillingSpecs", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.DescribeBillingSpecs({})
|
|
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
|
+
|
|
31
51
|
it("tione.v20211111.DeleteDataset", async function () {
|
|
32
52
|
try {
|
|
33
53
|
const data = await client.DeleteDataset({})
|
|
@@ -88,6 +108,16 @@ it("tione.v20211111.CreateTrainingTask", async function () {
|
|
|
88
108
|
}
|
|
89
109
|
})
|
|
90
110
|
|
|
111
|
+
it("tione.v20211111.StopBatchTask", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.StopBatchTask({})
|
|
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
|
+
|
|
91
121
|
it("tione.v20211111.DescribeDatasetDetailUnstructured", async function () {
|
|
92
122
|
try {
|
|
93
123
|
const data = await client.DescribeDatasetDetailUnstructured({})
|
|
@@ -138,6 +168,26 @@ it("tione.v20211111.DeleteTrainingModel", async function () {
|
|
|
138
168
|
}
|
|
139
169
|
})
|
|
140
170
|
|
|
171
|
+
it("tione.v20211111.DescribeBatchTaskInstances", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.DescribeBatchTaskInstances({})
|
|
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
|
+
|
|
181
|
+
it("tione.v20211111.StopTrainingTask", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.StopTrainingTask({})
|
|
184
|
+
expect(data).to.be.ok
|
|
185
|
+
} catch(error) {
|
|
186
|
+
expect(error.requestId).to.be.ok
|
|
187
|
+
expect(error.code).to.be.ok
|
|
188
|
+
}
|
|
189
|
+
})
|
|
190
|
+
|
|
141
191
|
it("tione.v20211111.StartTrainingTask", async function () {
|
|
142
192
|
try {
|
|
143
193
|
const data = await client.StartTrainingTask({})
|
|
@@ -168,9 +218,9 @@ it("tione.v20211111.PushTrainingMetrics", async function () {
|
|
|
168
218
|
}
|
|
169
219
|
})
|
|
170
220
|
|
|
171
|
-
it("tione.v20211111.
|
|
221
|
+
it("tione.v20211111.DescribeBatchTasks", async function () {
|
|
172
222
|
try {
|
|
173
|
-
const data = await client.
|
|
223
|
+
const data = await client.DescribeBatchTasks({})
|
|
174
224
|
expect(data).to.be.ok
|
|
175
225
|
} catch(error) {
|
|
176
226
|
expect(error.requestId).to.be.ok
|
|
@@ -228,6 +278,16 @@ it("tione.v20211111.DescribeTrainingTask", async function () {
|
|
|
228
278
|
}
|
|
229
279
|
})
|
|
230
280
|
|
|
281
|
+
it("tione.v20211111.CreateBatchTask", async function () {
|
|
282
|
+
try {
|
|
283
|
+
const data = await client.CreateBatchTask({})
|
|
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
|
+
|
|
231
291
|
it("tione.v20211111.DeleteTrainingTask", async function () {
|
|
232
292
|
try {
|
|
233
293
|
const data = await client.DeleteTrainingTask({})
|
|
@@ -238,6 +298,16 @@ it("tione.v20211111.DeleteTrainingTask", async function () {
|
|
|
238
298
|
}
|
|
239
299
|
})
|
|
240
300
|
|
|
301
|
+
it("tione.v20211111.DescribeBatchTask", async function () {
|
|
302
|
+
try {
|
|
303
|
+
const data = await client.DescribeBatchTask({})
|
|
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
|
+
|
|
241
311
|
it("tione.v20211111.DescribeLatestTrainingMetrics", async function () {
|
|
242
312
|
try {
|
|
243
313
|
const data = await client.DescribeLatestTrainingMetrics({})
|
|
@@ -538,6 +538,16 @@ it("vod.v20180717.DeleteSuperPlayerConfig", async function () {
|
|
|
538
538
|
}
|
|
539
539
|
})
|
|
540
540
|
|
|
541
|
+
it("vod.v20180717.ReviewAudioVideo", async function () {
|
|
542
|
+
try {
|
|
543
|
+
const data = await client.ReviewAudioVideo({})
|
|
544
|
+
expect(data).to.be.ok
|
|
545
|
+
} catch(error) {
|
|
546
|
+
expect(error.requestId).to.be.ok
|
|
547
|
+
expect(error.code).to.be.ok
|
|
548
|
+
}
|
|
549
|
+
})
|
|
550
|
+
|
|
541
551
|
it("vod.v20180717.DescribeProcedureTemplates", async function () {
|
|
542
552
|
try {
|
|
543
553
|
const data = await client.DescribeProcedureTemplates({})
|