tencentcloud-sdk-nodejs 4.0.605 → 4.0.607

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 (81) hide show
  1. package/CHANGELOG.md +337 -0
  2. package/SERVICE_CHANGELOG.md +312 -108
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +8 -0
  7. package/src/services/asr/v20190614/asr_client.ts +1 -1
  8. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  9. package/src/services/cvm/v20170312/cvm_models.ts +11 -4
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +772 -479
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1407 -234
  12. package/src/services/dts/v20211206/dts_models.ts +1 -1
  13. package/src/services/ess/v20201111/ess_models.ts +12 -1
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +18 -8
  15. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  16. package/src/services/iotvideo/v20201215/iotvideo_client.ts +1 -1
  17. package/src/services/iotvideo/v20201215/iotvideo_models.ts +5 -5
  18. package/src/services/iotvideo/v20211125/iotvideo_client.ts +1 -1
  19. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -5
  20. package/src/services/memcached/v20190318/memcached_models.ts +5 -4
  21. package/src/services/mna/v20210119/mna_models.ts +3 -3
  22. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  23. package/src/services/ocr/v20181119/ocr_models.ts +55 -5
  24. package/src/services/pts/v20210728/pts_client.ts +1 -1
  25. package/src/services/pts/v20210728/pts_models.ts +2 -2
  26. package/src/services/scf/v20180416/scf_models.ts +17 -14
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -1
  28. package/src/services/ssl/v20191205/ssl_models.ts +11 -0
  29. package/src/services/tke/v20180525/tke_models.ts +1 -1
  30. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  31. package/src/services/tts/v20190823/tts_models.ts +4 -51
  32. package/src/services/vod/v20180717/vod_client.ts +102 -42
  33. package/src/services/vod/v20180717/vod_models.ts +355 -13
  34. package/src/services/vpc/v20170312/vpc_client.ts +2 -2
  35. package/src/services/vpc/v20170312/vpc_models.ts +30 -23
  36. package/src/services/yinsuda/v20220527/yinsuda_models.ts +21 -0
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +7 -0
  40. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  41. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  42. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  43. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  44. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +10 -4
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +249 -153
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +372 -228
  47. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1193 -197
  48. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  49. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -1
  50. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +15 -7
  51. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  52. package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +1 -1
  53. package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +1 -1
  54. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -5
  55. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +1 -1
  56. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +1 -1
  57. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -5
  58. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +3 -2
  59. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +3 -3
  60. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  61. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +46 -5
  63. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
  64. package/tencentcloud/services/pts/v20210728/pts_client.js +1 -1
  65. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
  66. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +11 -8
  67. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +11 -1
  68. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +9 -0
  69. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  70. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  71. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  72. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -49
  73. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +42 -22
  74. package/tencentcloud/services/vod/v20180717/vod_client.js +55 -25
  75. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +300 -11
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -2
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -2
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +28 -22
  79. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +17 -0
  80. package/test/cynosdb.v20190107.test.js +392 -152
  81. package/test/vod.v20180717.test.js +58 -8
@@ -18,9 +18,9 @@ const client = new tencentcloud.cynosdb.v20190107.Client({
18
18
  })
19
19
  describe("cynosdb.v20190107.test.js", function () {
20
20
 
21
- it("cynosdb.v20190107.ModifyAuditService", async function () {
21
+ it("cynosdb.v20190107.ResumeServerless", async function () {
22
22
  try {
23
- const data = await client.ModifyAuditService({})
23
+ const data = await client.ResumeServerless({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("cynosdb.v20190107.ModifyAuditService", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("cynosdb.v20190107.OfflineInstance", async function () {
31
+ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
32
32
  try {
33
- const data = await client.OfflineInstance({})
33
+ const data = await client.DescribeBackupConfig({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("cynosdb.v20190107.OfflineInstance", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("cynosdb.v20190107.DescribeBackupList", async function () {
41
+ it("cynosdb.v20190107.CreateAuditRuleTemplate", async function () {
42
42
  try {
43
- const data = await client.DescribeBackupList({})
43
+ const data = await client.CreateAuditRuleTemplate({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("cynosdb.v20190107.DescribeBackupList", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
51
+ it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
52
52
  try {
53
- const data = await client.RevokeAccountPrivileges({})
53
+ const data = await client.GrantAccountPrivileges({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("cynosdb.v20190107.RollBackCluster", async function () {
61
+ it("cynosdb.v20190107.DescribeClusterParamLogs", async function () {
62
62
  try {
63
- const data = await client.RollBackCluster({})
63
+ const data = await client.DescribeClusterParamLogs({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("cynosdb.v20190107.RollBackCluster", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("cynosdb.v20190107.IsolateInstance", async function () {
71
+ it("cynosdb.v20190107.ModifyMaintainPeriodConfig", async function () {
72
72
  try {
73
- const data = await client.IsolateInstance({})
73
+ const data = await client.ModifyMaintainPeriodConfig({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("cynosdb.v20190107.IsolateInstance", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
81
+ it("cynosdb.v20190107.CopyClusterPasswordComplexity", async function () {
82
82
  try {
83
- const data = await client.DescribeProjectSecurityGroups({})
83
+ const data = await client.CopyClusterPasswordComplexity({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,39 @@ it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("cynosdb.v20190107.DescribeBinlogSaveDays", async function () {
91
+ it("cynosdb.v20190107.CloseAuditService", async function () {
92
92
  try {
93
- const data = await client.DescribeBinlogSaveDays({})
93
+ const data = await client.CloseAuditService({})
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("cynosdb.v20190107.CreateAuditLogFile", async function () {
102
+ try {
103
+ const data = await client.CreateAuditLogFile({})
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("cynosdb.v20190107.SwitchClusterVpc", async function () {
112
+ try {
113
+ const data = await client.SwitchClusterVpc({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("cynosdb.v20190107.DescribeClusterDetail", async function () {
122
+ try {
123
+ const data = await client.DescribeClusterDetail({})
94
124
  expect(data).to.be.ok
95
125
  } catch(error) {
96
126
  expect(error.requestId).to.be.ok
@@ -108,9 +138,9 @@ it("cynosdb.v20190107.DescribeInstanceSpecs", async function () {
108
138
  }
109
139
  })
110
140
 
111
- it("cynosdb.v20190107.AddClusterSlaveZone", async function () {
141
+ it("cynosdb.v20190107.DescribeBinlogDownloadUrl", async function () {
112
142
  try {
113
- const data = await client.AddClusterSlaveZone({})
143
+ const data = await client.DescribeBinlogDownloadUrl({})
114
144
  expect(data).to.be.ok
115
145
  } catch(error) {
116
146
  expect(error.requestId).to.be.ok
@@ -118,9 +148,9 @@ it("cynosdb.v20190107.AddClusterSlaveZone", async function () {
118
148
  }
119
149
  })
120
150
 
121
- it("cynosdb.v20190107.DescribeParamTemplates", async function () {
151
+ it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
122
152
  try {
123
- const data = await client.DescribeParamTemplates({})
153
+ const data = await client.DescribeResourcesByDealName({})
124
154
  expect(data).to.be.ok
125
155
  } catch(error) {
126
156
  expect(error.requestId).to.be.ok
@@ -128,9 +158,9 @@ it("cynosdb.v20190107.DescribeParamTemplates", async function () {
128
158
  }
129
159
  })
130
160
 
131
- it("cynosdb.v20190107.SearchClusterTables", async function () {
161
+ it("cynosdb.v20190107.ModifyClusterStorage", async function () {
132
162
  try {
133
- const data = await client.SearchClusterTables({})
163
+ const data = await client.ModifyClusterStorage({})
134
164
  expect(data).to.be.ok
135
165
  } catch(error) {
136
166
  expect(error.requestId).to.be.ok
@@ -138,9 +168,69 @@ it("cynosdb.v20190107.SearchClusterTables", async function () {
138
168
  }
139
169
  })
140
170
 
141
- it("cynosdb.v20190107.DeleteBackup", async function () {
171
+ it("cynosdb.v20190107.ActivateInstance", async function () {
142
172
  try {
143
- const data = await client.DeleteBackup({})
173
+ const data = await client.ActivateInstance({})
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("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
182
+ try {
183
+ const data = await client.DisassociateSecurityGroups({})
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
+
191
+ it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
192
+ try {
193
+ const data = await client.ExportInstanceSlowQueries({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("cynosdb.v20190107.DescribeAccountPrivileges", async function () {
202
+ try {
203
+ const data = await client.DescribeAccountPrivileges({})
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("cynosdb.v20190107.CloseClusterPasswordComplexity", async function () {
212
+ try {
213
+ const data = await client.CloseClusterPasswordComplexity({})
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
+
221
+ it("cynosdb.v20190107.RollBackCluster", async function () {
222
+ try {
223
+ const data = await client.RollBackCluster({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("cynosdb.v20190107.DescribeBinlogSaveDays", async function () {
232
+ try {
233
+ const data = await client.DescribeBinlogSaveDays({})
144
234
  expect(data).to.be.ok
145
235
  } catch(error) {
146
236
  expect(error.requestId).to.be.ok
@@ -158,6 +248,26 @@ it("cynosdb.v20190107.DescribeClusterInstanceGrps", async function () {
158
248
  }
159
249
  })
160
250
 
251
+ it("cynosdb.v20190107.OfflineCluster", async function () {
252
+ try {
253
+ const data = await client.OfflineCluster({})
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("cynosdb.v20190107.ModifyClusterName", async function () {
262
+ try {
263
+ const data = await client.ModifyClusterName({})
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
+
161
271
  it("cynosdb.v20190107.ModifyVipVport", async function () {
162
272
  try {
163
273
  const data = await client.ModifyVipVport({})
@@ -168,9 +278,9 @@ it("cynosdb.v20190107.ModifyVipVport", async function () {
168
278
  }
169
279
  })
170
280
 
171
- it("cynosdb.v20190107.OpenAuditService", async function () {
281
+ it("cynosdb.v20190107.DeleteAuditRuleTemplates", async function () {
172
282
  try {
173
- const data = await client.OpenAuditService({})
283
+ const data = await client.DeleteAuditRuleTemplates({})
174
284
  expect(data).to.be.ok
175
285
  } catch(error) {
176
286
  expect(error.requestId).to.be.ok
@@ -178,9 +288,9 @@ it("cynosdb.v20190107.OpenAuditService", async function () {
178
288
  }
179
289
  })
180
290
 
181
- it("cynosdb.v20190107.CreateAuditRuleTemplate", async function () {
291
+ it("cynosdb.v20190107.CreateParamTemplate", async function () {
182
292
  try {
183
- const data = await client.CreateAuditRuleTemplate({})
293
+ const data = await client.CreateParamTemplate({})
184
294
  expect(data).to.be.ok
185
295
  } catch(error) {
186
296
  expect(error.requestId).to.be.ok
@@ -188,9 +298,9 @@ it("cynosdb.v20190107.CreateAuditRuleTemplate", async function () {
188
298
  }
189
299
  })
190
300
 
191
- it("cynosdb.v20190107.ModifyBackupName", async function () {
301
+ it("cynosdb.v20190107.ModifyClusterSlaveZone", async function () {
192
302
  try {
193
- const data = await client.ModifyBackupName({})
303
+ const data = await client.ModifyClusterSlaveZone({})
194
304
  expect(data).to.be.ok
195
305
  } catch(error) {
196
306
  expect(error.requestId).to.be.ok
@@ -198,9 +308,9 @@ it("cynosdb.v20190107.ModifyBackupName", async function () {
198
308
  }
199
309
  })
200
310
 
201
- it("cynosdb.v20190107.DeleteAuditLogFile", async function () {
311
+ it("cynosdb.v20190107.ModifyAccountParams", async function () {
202
312
  try {
203
- const data = await client.DeleteAuditLogFile({})
313
+ const data = await client.ModifyAccountParams({})
204
314
  expect(data).to.be.ok
205
315
  } catch(error) {
206
316
  expect(error.requestId).to.be.ok
@@ -208,9 +318,9 @@ it("cynosdb.v20190107.DeleteAuditLogFile", async function () {
208
318
  }
209
319
  })
210
320
 
211
- it("cynosdb.v20190107.ResetAccountPassword", async function () {
321
+ it("cynosdb.v20190107.ModifyClusterPasswordComplexity", async function () {
212
322
  try {
213
- const data = await client.ResetAccountPassword({})
323
+ const data = await client.ModifyClusterPasswordComplexity({})
214
324
  expect(data).to.be.ok
215
325
  } catch(error) {
216
326
  expect(error.requestId).to.be.ok
@@ -218,9 +328,9 @@ it("cynosdb.v20190107.ResetAccountPassword", async function () {
218
328
  }
219
329
  })
220
330
 
221
- it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
331
+ it("cynosdb.v20190107.CreateBackup", async function () {
222
332
  try {
223
- const data = await client.DescribeInstanceDetail({})
333
+ const data = await client.CreateBackup({})
224
334
  expect(data).to.be.ok
225
335
  } catch(error) {
226
336
  expect(error.requestId).to.be.ok
@@ -228,9 +338,9 @@ it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
228
338
  }
229
339
  })
230
340
 
231
- it("cynosdb.v20190107.DescribeAuditRuleTemplates", async function () {
341
+ it("cynosdb.v20190107.OfflineInstance", async function () {
232
342
  try {
233
- const data = await client.DescribeAuditRuleTemplates({})
343
+ const data = await client.OfflineInstance({})
234
344
  expect(data).to.be.ok
235
345
  } catch(error) {
236
346
  expect(error.requestId).to.be.ok
@@ -238,9 +348,9 @@ it("cynosdb.v20190107.DescribeAuditRuleTemplates", async function () {
238
348
  }
239
349
  })
240
350
 
241
- it("cynosdb.v20190107.DescribeRollbackTimeRange", async function () {
351
+ it("cynosdb.v20190107.IsolateCluster", async function () {
242
352
  try {
243
- const data = await client.DescribeRollbackTimeRange({})
353
+ const data = await client.IsolateCluster({})
244
354
  expect(data).to.be.ok
245
355
  } catch(error) {
246
356
  expect(error.requestId).to.be.ok
@@ -248,9 +358,9 @@ it("cynosdb.v20190107.DescribeRollbackTimeRange", async function () {
248
358
  }
249
359
  })
250
360
 
251
- it("cynosdb.v20190107.DescribeFlow", async function () {
361
+ it("cynosdb.v20190107.RestartInstance", async function () {
252
362
  try {
253
- const data = await client.DescribeFlow({})
363
+ const data = await client.RestartInstance({})
254
364
  expect(data).to.be.ok
255
365
  } catch(error) {
256
366
  expect(error.requestId).to.be.ok
@@ -258,9 +368,9 @@ it("cynosdb.v20190107.DescribeFlow", async function () {
258
368
  }
259
369
  })
260
370
 
261
- it("cynosdb.v20190107.ModifyBackupConfig", async function () {
371
+ it("cynosdb.v20190107.DescribeClusters", async function () {
262
372
  try {
263
- const data = await client.ModifyBackupConfig({})
373
+ const data = await client.DescribeClusters({})
264
374
  expect(data).to.be.ok
265
375
  } catch(error) {
266
376
  expect(error.requestId).to.be.ok
@@ -268,9 +378,9 @@ it("cynosdb.v20190107.ModifyBackupConfig", async function () {
268
378
  }
269
379
  })
270
380
 
271
- it("cynosdb.v20190107.DescribeInstances", async function () {
381
+ it("cynosdb.v20190107.CloseWan", async function () {
272
382
  try {
273
- const data = await client.DescribeInstances({})
383
+ const data = await client.CloseWan({})
274
384
  expect(data).to.be.ok
275
385
  } catch(error) {
276
386
  expect(error.requestId).to.be.ok
@@ -278,9 +388,9 @@ it("cynosdb.v20190107.DescribeInstances", async function () {
278
388
  }
279
389
  })
280
390
 
281
- it("cynosdb.v20190107.DeleteAuditRuleTemplates", async function () {
391
+ it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
282
392
  try {
283
- const data = await client.DeleteAuditRuleTemplates({})
393
+ const data = await client.DescribeProjectSecurityGroups({})
284
394
  expect(data).to.be.ok
285
395
  } catch(error) {
286
396
  expect(error.requestId).to.be.ok
@@ -288,9 +398,9 @@ it("cynosdb.v20190107.DeleteAuditRuleTemplates", async function () {
288
398
  }
289
399
  })
290
400
 
291
- it("cynosdb.v20190107.DescribeClusterParamLogs", async function () {
401
+ it("cynosdb.v20190107.ModifyClusterDatabase", async function () {
292
402
  try {
293
- const data = await client.DescribeClusterParamLogs({})
403
+ const data = await client.ModifyClusterDatabase({})
294
404
  expect(data).to.be.ok
295
405
  } catch(error) {
296
406
  expect(error.requestId).to.be.ok
@@ -298,9 +408,9 @@ it("cynosdb.v20190107.DescribeClusterParamLogs", async function () {
298
408
  }
299
409
  })
300
410
 
301
- it("cynosdb.v20190107.ModifyMaintainPeriodConfig", async function () {
411
+ it("cynosdb.v20190107.ModifyParamTemplate", async function () {
302
412
  try {
303
- const data = await client.ModifyMaintainPeriodConfig({})
413
+ const data = await client.ModifyParamTemplate({})
304
414
  expect(data).to.be.ok
305
415
  } catch(error) {
306
416
  expect(error.requestId).to.be.ok
@@ -308,9 +418,9 @@ it("cynosdb.v20190107.ModifyMaintainPeriodConfig", async function () {
308
418
  }
309
419
  })
310
420
 
311
- it("cynosdb.v20190107.DescribeAuditLogs", async function () {
421
+ it("cynosdb.v20190107.DescribeInstanceParams", async function () {
312
422
  try {
313
- const data = await client.DescribeAuditLogs({})
423
+ const data = await client.DescribeInstanceParams({})
314
424
  expect(data).to.be.ok
315
425
  } catch(error) {
316
426
  expect(error.requestId).to.be.ok
@@ -318,9 +428,9 @@ it("cynosdb.v20190107.DescribeAuditLogs", async function () {
318
428
  }
319
429
  })
320
430
 
321
- it("cynosdb.v20190107.ModifyClusterSlaveZone", async function () {
431
+ it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
322
432
  try {
323
- const data = await client.ModifyClusterSlaveZone({})
433
+ const data = await client.DescribeInstanceSlowQueries({})
324
434
  expect(data).to.be.ok
325
435
  } catch(error) {
326
436
  expect(error.requestId).to.be.ok
@@ -328,9 +438,9 @@ it("cynosdb.v20190107.ModifyClusterSlaveZone", async function () {
328
438
  }
329
439
  })
330
440
 
331
- it("cynosdb.v20190107.ModifyAccountParams", async function () {
441
+ it("cynosdb.v20190107.ModifyClusterParam", async function () {
332
442
  try {
333
- const data = await client.ModifyAccountParams({})
443
+ const data = await client.ModifyClusterParam({})
334
444
  expect(data).to.be.ok
335
445
  } catch(error) {
336
446
  expect(error.requestId).to.be.ok
@@ -338,9 +448,9 @@ it("cynosdb.v20190107.ModifyAccountParams", async function () {
338
448
  }
339
449
  })
340
450
 
341
- it("cynosdb.v20190107.DescribeClusterParams", async function () {
451
+ it("cynosdb.v20190107.CreateClusters", async function () {
342
452
  try {
343
- const data = await client.DescribeClusterParams({})
453
+ const data = await client.CreateClusters({})
344
454
  expect(data).to.be.ok
345
455
  } catch(error) {
346
456
  expect(error.requestId).to.be.ok
@@ -348,9 +458,9 @@ it("cynosdb.v20190107.DescribeClusterParams", async function () {
348
458
  }
349
459
  })
350
460
 
351
- it("cynosdb.v20190107.CreateBackup", async function () {
461
+ it("cynosdb.v20190107.CreateAccounts", async function () {
352
462
  try {
353
- const data = await client.CreateBackup({})
463
+ const data = await client.CreateAccounts({})
354
464
  expect(data).to.be.ok
355
465
  } catch(error) {
356
466
  expect(error.requestId).to.be.ok
@@ -358,9 +468,9 @@ it("cynosdb.v20190107.CreateBackup", async function () {
358
468
  }
359
469
  })
360
470
 
361
- it("cynosdb.v20190107.CloseAuditService", async function () {
471
+ it("cynosdb.v20190107.DescribeAuditLogFiles", async function () {
362
472
  try {
363
- const data = await client.CloseAuditService({})
473
+ const data = await client.DescribeAuditLogFiles({})
364
474
  expect(data).to.be.ok
365
475
  } catch(error) {
366
476
  expect(error.requestId).to.be.ok
@@ -368,9 +478,9 @@ it("cynosdb.v20190107.CloseAuditService", async function () {
368
478
  }
369
479
  })
370
480
 
371
- it("cynosdb.v20190107.ModifyInstanceName", async function () {
481
+ it("cynosdb.v20190107.DeleteClusterDatabase", async function () {
372
482
  try {
373
- const data = await client.ModifyInstanceName({})
483
+ const data = await client.DeleteClusterDatabase({})
374
484
  expect(data).to.be.ok
375
485
  } catch(error) {
376
486
  expect(error.requestId).to.be.ok
@@ -378,9 +488,9 @@ it("cynosdb.v20190107.ModifyInstanceName", async function () {
378
488
  }
379
489
  })
380
490
 
381
- it("cynosdb.v20190107.DescribeMaintainPeriod", async function () {
491
+ it("cynosdb.v20190107.SwitchClusterZone", async function () {
382
492
  try {
383
- const data = await client.DescribeMaintainPeriod({})
493
+ const data = await client.SwitchClusterZone({})
384
494
  expect(data).to.be.ok
385
495
  } catch(error) {
386
496
  expect(error.requestId).to.be.ok
@@ -388,9 +498,9 @@ it("cynosdb.v20190107.DescribeMaintainPeriod", async function () {
388
498
  }
389
499
  })
390
500
 
391
- it("cynosdb.v20190107.ResumeServerless", async function () {
501
+ it("cynosdb.v20190107.AddInstances", async function () {
392
502
  try {
393
- const data = await client.ResumeServerless({})
503
+ const data = await client.AddInstances({})
394
504
  expect(data).to.be.ok
395
505
  } catch(error) {
396
506
  expect(error.requestId).to.be.ok
@@ -398,9 +508,9 @@ it("cynosdb.v20190107.ResumeServerless", async function () {
398
508
  }
399
509
  })
400
510
 
401
- it("cynosdb.v20190107.RestartInstance", async function () {
511
+ it("cynosdb.v20190107.DeleteAccounts", async function () {
402
512
  try {
403
- const data = await client.RestartInstance({})
513
+ const data = await client.DeleteAccounts({})
404
514
  expect(data).to.be.ok
405
515
  } catch(error) {
406
516
  expect(error.requestId).to.be.ok
@@ -408,9 +518,9 @@ it("cynosdb.v20190107.RestartInstance", async function () {
408
518
  }
409
519
  })
410
520
 
411
- it("cynosdb.v20190107.DescribeClusters", async function () {
521
+ it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
412
522
  try {
413
- const data = await client.DescribeClusters({})
523
+ const data = await client.RevokeAccountPrivileges({})
414
524
  expect(data).to.be.ok
415
525
  } catch(error) {
416
526
  expect(error.requestId).to.be.ok
@@ -418,9 +528,9 @@ it("cynosdb.v20190107.DescribeClusters", async function () {
418
528
  }
419
529
  })
420
530
 
421
- it("cynosdb.v20190107.CreateAuditLogFile", async function () {
531
+ it("cynosdb.v20190107.SearchClusterTables", async function () {
422
532
  try {
423
- const data = await client.CreateAuditLogFile({})
533
+ const data = await client.SearchClusterTables({})
424
534
  expect(data).to.be.ok
425
535
  } catch(error) {
426
536
  expect(error.requestId).to.be.ok
@@ -428,9 +538,9 @@ it("cynosdb.v20190107.CreateAuditLogFile", async function () {
428
538
  }
429
539
  })
430
540
 
431
- it("cynosdb.v20190107.IsolateCluster", async function () {
541
+ it("cynosdb.v20190107.DescribeParamTemplates", async function () {
432
542
  try {
433
- const data = await client.IsolateCluster({})
543
+ const data = await client.DescribeParamTemplates({})
434
544
  expect(data).to.be.ok
435
545
  } catch(error) {
436
546
  expect(error.requestId).to.be.ok
@@ -438,9 +548,9 @@ it("cynosdb.v20190107.IsolateCluster", async function () {
438
548
  }
439
549
  })
440
550
 
441
- it("cynosdb.v20190107.InquirePriceCreate", async function () {
551
+ it("cynosdb.v20190107.DeleteBackup", async function () {
442
552
  try {
443
- const data = await client.InquirePriceCreate({})
553
+ const data = await client.DeleteBackup({})
444
554
  expect(data).to.be.ok
445
555
  } catch(error) {
446
556
  expect(error.requestId).to.be.ok
@@ -448,9 +558,9 @@ it("cynosdb.v20190107.InquirePriceCreate", async function () {
448
558
  }
449
559
  })
450
560
 
451
- it("cynosdb.v20190107.DescribeBackupDownloadUrl", async function () {
561
+ it("cynosdb.v20190107.PauseServerless", async function () {
452
562
  try {
453
- const data = await client.DescribeBackupDownloadUrl({})
563
+ const data = await client.PauseServerless({})
454
564
  expect(data).to.be.ok
455
565
  } catch(error) {
456
566
  expect(error.requestId).to.be.ok
@@ -458,9 +568,9 @@ it("cynosdb.v20190107.DescribeBackupDownloadUrl", async function () {
458
568
  }
459
569
  })
460
570
 
461
- it("cynosdb.v20190107.SwitchClusterVpc", async function () {
571
+ it("cynosdb.v20190107.ModifyAccountHost", async function () {
462
572
  try {
463
- const data = await client.SwitchClusterVpc({})
573
+ const data = await client.ModifyAccountHost({})
464
574
  expect(data).to.be.ok
465
575
  } catch(error) {
466
576
  expect(error.requestId).to.be.ok
@@ -468,9 +578,9 @@ it("cynosdb.v20190107.SwitchClusterVpc", async function () {
468
578
  }
469
579
  })
470
580
 
471
- it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
581
+ it("cynosdb.v20190107.ResetAccountPassword", async function () {
472
582
  try {
473
- const data = await client.AssociateSecurityGroups({})
583
+ const data = await client.ResetAccountPassword({})
474
584
  expect(data).to.be.ok
475
585
  } catch(error) {
476
586
  expect(error.requestId).to.be.ok
@@ -478,9 +588,9 @@ it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
478
588
  }
479
589
  })
480
590
 
481
- it("cynosdb.v20190107.RemoveClusterSlaveZone", async function () {
591
+ it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
482
592
  try {
483
- const data = await client.RemoveClusterSlaveZone({})
593
+ const data = await client.DescribeInstanceDetail({})
484
594
  expect(data).to.be.ok
485
595
  } catch(error) {
486
596
  expect(error.requestId).to.be.ok
@@ -488,9 +598,9 @@ it("cynosdb.v20190107.RemoveClusterSlaveZone", async function () {
488
598
  }
489
599
  })
490
600
 
491
- it("cynosdb.v20190107.ModifyClusterName", async function () {
601
+ it("cynosdb.v20190107.DescribeRollbackTimeRange", async function () {
492
602
  try {
493
- const data = await client.ModifyClusterName({})
603
+ const data = await client.DescribeRollbackTimeRange({})
494
604
  expect(data).to.be.ok
495
605
  } catch(error) {
496
606
  expect(error.requestId).to.be.ok
@@ -498,9 +608,9 @@ it("cynosdb.v20190107.ModifyClusterName", async function () {
498
608
  }
499
609
  })
500
610
 
501
- it("cynosdb.v20190107.SwitchProxyVpc", async function () {
611
+ it("cynosdb.v20190107.DescribeFlow", async function () {
502
612
  try {
503
- const data = await client.SwitchProxyVpc({})
613
+ const data = await client.DescribeFlow({})
504
614
  expect(data).to.be.ok
505
615
  } catch(error) {
506
616
  expect(error.requestId).to.be.ok
@@ -508,9 +618,9 @@ it("cynosdb.v20190107.SwitchProxyVpc", async function () {
508
618
  }
509
619
  })
510
620
 
511
- it("cynosdb.v20190107.DescribeClusterDetail", async function () {
621
+ it("cynosdb.v20190107.ModifyInstanceParam", async function () {
512
622
  try {
513
- const data = await client.DescribeClusterDetail({})
623
+ const data = await client.ModifyInstanceParam({})
514
624
  expect(data).to.be.ok
515
625
  } catch(error) {
516
626
  expect(error.requestId).to.be.ok
@@ -518,9 +628,9 @@ it("cynosdb.v20190107.DescribeClusterDetail", async function () {
518
628
  }
519
629
  })
520
630
 
521
- it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
631
+ it("cynosdb.v20190107.DescribeAuditLogs", async function () {
522
632
  try {
523
- const data = await client.DescribeAuditRuleWithInstanceIds({})
633
+ const data = await client.DescribeAuditLogs({})
524
634
  expect(data).to.be.ok
525
635
  } catch(error) {
526
636
  expect(error.requestId).to.be.ok
@@ -528,9 +638,9 @@ it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
528
638
  }
529
639
  })
530
640
 
531
- it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
641
+ it("cynosdb.v20190107.OpenWan", async function () {
532
642
  try {
533
- const data = await client.ExportInstanceErrorLogs({})
643
+ const data = await client.OpenWan({})
534
644
  expect(data).to.be.ok
535
645
  } catch(error) {
536
646
  expect(error.requestId).to.be.ok
@@ -538,9 +648,9 @@ it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
538
648
  }
539
649
  })
540
650
 
541
- it("cynosdb.v20190107.DescribeBackupConfig", async function () {
651
+ it("cynosdb.v20190107.InquirePriceCreate", async function () {
542
652
  try {
543
- const data = await client.DescribeBackupConfig({})
653
+ const data = await client.InquirePriceCreate({})
544
654
  expect(data).to.be.ok
545
655
  } catch(error) {
546
656
  expect(error.requestId).to.be.ok
@@ -548,9 +658,9 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
548
658
  }
549
659
  })
550
660
 
551
- it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
661
+ it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
552
662
  try {
553
- const data = await client.DescribeAccountAllGrantPrivileges({})
663
+ const data = await client.AssociateSecurityGroups({})
554
664
  expect(data).to.be.ok
555
665
  } catch(error) {
556
666
  expect(error.requestId).to.be.ok
@@ -558,9 +668,9 @@ it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
558
668
  }
559
669
  })
560
670
 
561
- it("cynosdb.v20190107.InquirePriceRenew", async function () {
671
+ it("cynosdb.v20190107.ModifyAccountPrivileges", async function () {
562
672
  try {
563
- const data = await client.InquirePriceRenew({})
673
+ const data = await client.ModifyAccountPrivileges({})
564
674
  expect(data).to.be.ok
565
675
  } catch(error) {
566
676
  expect(error.requestId).to.be.ok
@@ -568,9 +678,39 @@ it("cynosdb.v20190107.InquirePriceRenew", async function () {
568
678
  }
569
679
  })
570
680
 
571
- it("cynosdb.v20190107.DescribeBinlogDownloadUrl", async function () {
681
+ it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
572
682
  try {
573
- const data = await client.DescribeBinlogDownloadUrl({})
683
+ const data = await client.DescribeAuditRuleWithInstanceIds({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
691
+ it("cynosdb.v20190107.IsolateInstance", async function () {
692
+ try {
693
+ const data = await client.IsolateInstance({})
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
+
701
+ it("cynosdb.v20190107.AddClusterSlaveZone", async function () {
702
+ try {
703
+ const data = await client.AddClusterSlaveZone({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
711
+ it("cynosdb.v20190107.ModifyBackupName", async function () {
712
+ try {
713
+ const data = await client.ModifyBackupName({})
574
714
  expect(data).to.be.ok
575
715
  } catch(error) {
576
716
  expect(error.requestId).to.be.ok
@@ -588,9 +728,9 @@ it("cynosdb.v20190107.DescribeAccounts", async function () {
588
728
  }
589
729
  })
590
730
 
591
- it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
731
+ it("cynosdb.v20190107.SetRenewFlag", async function () {
592
732
  try {
593
- const data = await client.DescribeResourcesByDealName({})
733
+ const data = await client.SetRenewFlag({})
594
734
  expect(data).to.be.ok
595
735
  } catch(error) {
596
736
  expect(error.requestId).to.be.ok
@@ -598,9 +738,9 @@ it("cynosdb.v20190107.DescribeResourcesByDealName", async function () {
598
738
  }
599
739
  })
600
740
 
601
- it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
741
+ it("cynosdb.v20190107.InquirePriceRenew", async function () {
602
742
  try {
603
- const data = await client.ExportInstanceSlowQueries({})
743
+ const data = await client.InquirePriceRenew({})
604
744
  expect(data).to.be.ok
605
745
  } catch(error) {
606
746
  expect(error.requestId).to.be.ok
@@ -608,9 +748,9 @@ it("cynosdb.v20190107.ExportInstanceSlowQueries", async function () {
608
748
  }
609
749
  })
610
750
 
611
- it("cynosdb.v20190107.PauseServerless", async function () {
751
+ it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
612
752
  try {
613
- const data = await client.PauseServerless({})
753
+ const data = await client.ModifyAuditRuleTemplates({})
614
754
  expect(data).to.be.ok
615
755
  } catch(error) {
616
756
  expect(error.requestId).to.be.ok
@@ -618,9 +758,9 @@ it("cynosdb.v20190107.PauseServerless", async function () {
618
758
  }
619
759
  })
620
760
 
621
- it("cynosdb.v20190107.ModifyClusterParam", async function () {
761
+ it("cynosdb.v20190107.DescribeBackupList", async function () {
622
762
  try {
623
- const data = await client.ModifyClusterParam({})
763
+ const data = await client.DescribeBackupList({})
624
764
  expect(data).to.be.ok
625
765
  } catch(error) {
626
766
  expect(error.requestId).to.be.ok
@@ -628,9 +768,9 @@ it("cynosdb.v20190107.ModifyClusterParam", async function () {
628
768
  }
629
769
  })
630
770
 
631
- it("cynosdb.v20190107.UpgradeInstance", async function () {
771
+ it("cynosdb.v20190107.ModifyAccountDescription", async function () {
632
772
  try {
633
- const data = await client.UpgradeInstance({})
773
+ const data = await client.ModifyAccountDescription({})
634
774
  expect(data).to.be.ok
635
775
  } catch(error) {
636
776
  expect(error.requestId).to.be.ok
@@ -638,9 +778,9 @@ it("cynosdb.v20190107.UpgradeInstance", async function () {
638
778
  }
639
779
  })
640
780
 
641
- it("cynosdb.v20190107.CreateClusters", async function () {
781
+ it("cynosdb.v20190107.CreateClusterDatabase", async function () {
642
782
  try {
643
- const data = await client.CreateClusters({})
783
+ const data = await client.CreateClusterDatabase({})
644
784
  expect(data).to.be.ok
645
785
  } catch(error) {
646
786
  expect(error.requestId).to.be.ok
@@ -648,9 +788,9 @@ it("cynosdb.v20190107.CreateClusters", async function () {
648
788
  }
649
789
  })
650
790
 
651
- it("cynosdb.v20190107.DescribeBinlogs", async function () {
791
+ it("cynosdb.v20190107.DeleteAuditLogFile", async function () {
652
792
  try {
653
- const data = await client.DescribeBinlogs({})
793
+ const data = await client.DeleteAuditLogFile({})
654
794
  expect(data).to.be.ok
655
795
  } catch(error) {
656
796
  expect(error.requestId).to.be.ok
@@ -658,9 +798,9 @@ it("cynosdb.v20190107.DescribeBinlogs", async function () {
658
798
  }
659
799
  })
660
800
 
661
- it("cynosdb.v20190107.CreateAccounts", async function () {
801
+ it("cynosdb.v20190107.DescribeAuditRuleTemplates", async function () {
662
802
  try {
663
- const data = await client.CreateAccounts({})
803
+ const data = await client.DescribeAuditRuleTemplates({})
664
804
  expect(data).to.be.ok
665
805
  } catch(error) {
666
806
  expect(error.requestId).to.be.ok
@@ -668,9 +808,9 @@ it("cynosdb.v20190107.CreateAccounts", async function () {
668
808
  }
669
809
  })
670
810
 
671
- it("cynosdb.v20190107.ModifyClusterStorage", async function () {
811
+ it("cynosdb.v20190107.ModifyBackupConfig", async function () {
672
812
  try {
673
- const data = await client.ModifyClusterStorage({})
813
+ const data = await client.ModifyBackupConfig({})
674
814
  expect(data).to.be.ok
675
815
  } catch(error) {
676
816
  expect(error.requestId).to.be.ok
@@ -678,9 +818,9 @@ it("cynosdb.v20190107.ModifyClusterStorage", async function () {
678
818
  }
679
819
  })
680
820
 
681
- it("cynosdb.v20190107.ActivateInstance", async function () {
821
+ it("cynosdb.v20190107.DescribeInstances", async function () {
682
822
  try {
683
- const data = await client.ActivateInstance({})
823
+ const data = await client.DescribeInstances({})
684
824
  expect(data).to.be.ok
685
825
  } catch(error) {
686
826
  expect(error.requestId).to.be.ok
@@ -688,9 +828,9 @@ it("cynosdb.v20190107.ActivateInstance", async function () {
688
828
  }
689
829
  })
690
830
 
691
- it("cynosdb.v20190107.DescribeDBSecurityGroups", async function () {
831
+ it("cynosdb.v20190107.UpgradeClusterVersion", async function () {
692
832
  try {
693
- const data = await client.DescribeDBSecurityGroups({})
833
+ const data = await client.UpgradeClusterVersion({})
694
834
  expect(data).to.be.ok
695
835
  } catch(error) {
696
836
  expect(error.requestId).to.be.ok
@@ -698,9 +838,9 @@ it("cynosdb.v20190107.DescribeDBSecurityGroups", async function () {
698
838
  }
699
839
  })
700
840
 
701
- it("cynosdb.v20190107.DescribeAuditLogFiles", async function () {
841
+ it("cynosdb.v20190107.SearchClusterDatabases", async function () {
702
842
  try {
703
- const data = await client.DescribeAuditLogFiles({})
843
+ const data = await client.SearchClusterDatabases({})
704
844
  expect(data).to.be.ok
705
845
  } catch(error) {
706
846
  expect(error.requestId).to.be.ok
@@ -708,9 +848,9 @@ it("cynosdb.v20190107.DescribeAuditLogFiles", async function () {
708
848
  }
709
849
  })
710
850
 
711
- it("cynosdb.v20190107.DescribeZones", async function () {
851
+ it("cynosdb.v20190107.DescribeClusterParams", async function () {
712
852
  try {
713
- const data = await client.DescribeZones({})
853
+ const data = await client.DescribeClusterParams({})
714
854
  expect(data).to.be.ok
715
855
  } catch(error) {
716
856
  expect(error.requestId).to.be.ok
@@ -718,9 +858,9 @@ it("cynosdb.v20190107.DescribeZones", async function () {
718
858
  }
719
859
  })
720
860
 
721
- it("cynosdb.v20190107.SetRenewFlag", async function () {
861
+ it("cynosdb.v20190107.ModifyInstanceName", async function () {
722
862
  try {
723
- const data = await client.SetRenewFlag({})
863
+ const data = await client.ModifyInstanceName({})
724
864
  expect(data).to.be.ok
725
865
  } catch(error) {
726
866
  expect(error.requestId).to.be.ok
@@ -728,9 +868,9 @@ it("cynosdb.v20190107.SetRenewFlag", async function () {
728
868
  }
729
869
  })
730
870
 
731
- it("cynosdb.v20190107.OfflineCluster", async function () {
871
+ it("cynosdb.v20190107.DescribeMaintainPeriod", async function () {
732
872
  try {
733
- const data = await client.OfflineCluster({})
873
+ const data = await client.DescribeMaintainPeriod({})
734
874
  expect(data).to.be.ok
735
875
  } catch(error) {
736
876
  expect(error.requestId).to.be.ok
@@ -738,9 +878,9 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
738
878
  }
739
879
  })
740
880
 
741
- it("cynosdb.v20190107.SearchClusterDatabases", async function () {
881
+ it("cynosdb.v20190107.SwitchProxyVpc", async function () {
742
882
  try {
743
- const data = await client.SearchClusterDatabases({})
883
+ const data = await client.SwitchProxyVpc({})
744
884
  expect(data).to.be.ok
745
885
  } catch(error) {
746
886
  expect(error.requestId).to.be.ok
@@ -748,9 +888,9 @@ it("cynosdb.v20190107.SearchClusterDatabases", async function () {
748
888
  }
749
889
  })
750
890
 
751
- it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
891
+ it("cynosdb.v20190107.DescribeClusterDetailDatabases", async function () {
752
892
  try {
753
- const data = await client.ModifyAuditRuleTemplates({})
893
+ const data = await client.DescribeClusterDetailDatabases({})
754
894
  expect(data).to.be.ok
755
895
  } catch(error) {
756
896
  expect(error.requestId).to.be.ok
@@ -758,9 +898,39 @@ it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
758
898
  }
759
899
  })
760
900
 
761
- it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
901
+ it("cynosdb.v20190107.ModifyAuditService", async function () {
762
902
  try {
763
- const data = await client.GrantAccountPrivileges({})
903
+ const data = await client.ModifyAuditService({})
904
+ expect(data).to.be.ok
905
+ } catch(error) {
906
+ expect(error.requestId).to.be.ok
907
+ expect(error.code).to.be.ok
908
+ }
909
+ })
910
+
911
+ it("cynosdb.v20190107.DescribeZones", async function () {
912
+ try {
913
+ const data = await client.DescribeZones({})
914
+ expect(data).to.be.ok
915
+ } catch(error) {
916
+ expect(error.requestId).to.be.ok
917
+ expect(error.code).to.be.ok
918
+ }
919
+ })
920
+
921
+ it("cynosdb.v20190107.DescribeBackupDownloadUrl", async function () {
922
+ try {
923
+ const data = await client.DescribeBackupDownloadUrl({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
931
+ it("cynosdb.v20190107.ModifyDBInstanceSecurityGroups", async function () {
932
+ try {
933
+ const data = await client.ModifyDBInstanceSecurityGroups({})
764
934
  expect(data).to.be.ok
765
935
  } catch(error) {
766
936
  expect(error.requestId).to.be.ok
@@ -778,9 +948,9 @@ it("cynosdb.v20190107.DescribeInstanceErrorLogs", async function () {
778
948
  }
779
949
  })
780
950
 
781
- it("cynosdb.v20190107.SwitchClusterZone", async function () {
951
+ it("cynosdb.v20190107.ModifyBinlogSaveDays", async function () {
782
952
  try {
783
- const data = await client.SwitchClusterZone({})
953
+ const data = await client.ModifyBinlogSaveDays({})
784
954
  expect(data).to.be.ok
785
955
  } catch(error) {
786
956
  expect(error.requestId).to.be.ok
@@ -788,9 +958,9 @@ it("cynosdb.v20190107.SwitchClusterZone", async function () {
788
958
  }
789
959
  })
790
960
 
791
- it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
961
+ it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
792
962
  try {
793
- const data = await client.DisassociateSecurityGroups({})
963
+ const data = await client.DescribeAccountAllGrantPrivileges({})
794
964
  expect(data).to.be.ok
795
965
  } catch(error) {
796
966
  expect(error.requestId).to.be.ok
@@ -808,9 +978,39 @@ it("cynosdb.v20190107.OpenReadOnlyInstanceExclusiveAccess", async function () {
808
978
  }
809
979
  })
810
980
 
811
- it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
981
+ it("cynosdb.v20190107.DescribeClusterPasswordComplexity", async function () {
812
982
  try {
813
- const data = await client.DescribeInstanceSlowQueries({})
983
+ const data = await client.DescribeClusterPasswordComplexity({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
991
+ it("cynosdb.v20190107.DeleteParamTemplate", async function () {
992
+ try {
993
+ const data = await client.DeleteParamTemplate({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
1001
+ it("cynosdb.v20190107.UpgradeInstance", async function () {
1002
+ try {
1003
+ const data = await client.UpgradeInstance({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
1011
+ it("cynosdb.v20190107.DescribeBinlogs", async function () {
1012
+ try {
1013
+ const data = await client.DescribeBinlogs({})
814
1014
  expect(data).to.be.ok
815
1015
  } catch(error) {
816
1016
  expect(error.requestId).to.be.ok
@@ -828,9 +1028,9 @@ it("cynosdb.v20190107.DescribeRollbackTimeValidity", async function () {
828
1028
  }
829
1029
  })
830
1030
 
831
- it("cynosdb.v20190107.ModifyDBInstanceSecurityGroups", async function () {
1031
+ it("cynosdb.v20190107.DescribeDBSecurityGroups", async function () {
832
1032
  try {
833
- const data = await client.ModifyDBInstanceSecurityGroups({})
1033
+ const data = await client.DescribeDBSecurityGroups({})
834
1034
  expect(data).to.be.ok
835
1035
  } catch(error) {
836
1036
  expect(error.requestId).to.be.ok
@@ -838,9 +1038,49 @@ it("cynosdb.v20190107.ModifyDBInstanceSecurityGroups", async function () {
838
1038
  }
839
1039
  })
840
1040
 
841
- it("cynosdb.v20190107.AddInstances", async function () {
1041
+ it("cynosdb.v20190107.OpenClusterPasswordComplexity", async function () {
842
1042
  try {
843
- const data = await client.AddInstances({})
1043
+ const data = await client.OpenClusterPasswordComplexity({})
1044
+ expect(data).to.be.ok
1045
+ } catch(error) {
1046
+ expect(error.requestId).to.be.ok
1047
+ expect(error.code).to.be.ok
1048
+ }
1049
+ })
1050
+
1051
+ it("cynosdb.v20190107.OpenAuditService", async function () {
1052
+ try {
1053
+ const data = await client.OpenAuditService({})
1054
+ expect(data).to.be.ok
1055
+ } catch(error) {
1056
+ expect(error.requestId).to.be.ok
1057
+ expect(error.code).to.be.ok
1058
+ }
1059
+ })
1060
+
1061
+ it("cynosdb.v20190107.RemoveClusterSlaveZone", async function () {
1062
+ try {
1063
+ const data = await client.RemoveClusterSlaveZone({})
1064
+ expect(data).to.be.ok
1065
+ } catch(error) {
1066
+ expect(error.requestId).to.be.ok
1067
+ expect(error.code).to.be.ok
1068
+ }
1069
+ })
1070
+
1071
+ it("cynosdb.v20190107.DescribeParamTemplateDetail", async function () {
1072
+ try {
1073
+ const data = await client.DescribeParamTemplateDetail({})
1074
+ expect(data).to.be.ok
1075
+ } catch(error) {
1076
+ expect(error.requestId).to.be.ok
1077
+ expect(error.code).to.be.ok
1078
+ }
1079
+ })
1080
+
1081
+ it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
1082
+ try {
1083
+ const data = await client.ExportInstanceErrorLogs({})
844
1084
  expect(data).to.be.ok
845
1085
  } catch(error) {
846
1086
  expect(error.requestId).to.be.ok