tencentcloud-sdk-nodejs 4.0.239 → 4.0.243

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 (80) hide show
  1. package/CHANGELOG.md +419 -108
  2. package/package.json +1 -1
  3. package/products.md +25 -25
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -0
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +171 -0
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +2 -2
  8. package/src/services/as/v20180419/as_models.ts +18 -9
  9. package/src/services/billing/v20180709/billing_models.ts +13 -1
  10. package/src/services/cdb/v20170320/cdb_client.ts +6 -4
  11. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  12. package/src/services/cdn/v20180606/cdn_models.ts +57 -0
  13. package/src/services/cii/v20210408/cii_client.ts +15 -0
  14. package/src/services/cii/v20210408/cii_models.ts +31 -0
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +12 -12
  16. package/src/services/cvm/v20170312/cvm_models.ts +2 -1
  17. package/src/services/cwp/v20180228/cwp_models.ts +4 -4
  18. package/src/services/ecm/v20190719/ecm_client.ts +38 -23
  19. package/src/services/ecm/v20190719/ecm_models.ts +199 -94
  20. package/src/services/faceid/v20180301/faceid_models.ts +45 -14
  21. package/src/services/iotvideo/v20201215/iotvideo_client.ts +30 -6
  22. package/src/services/iotvideo/v20201215/iotvideo_models.ts +90 -0
  23. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +18 -0
  24. package/src/services/mariadb/v20170312/mariadb_models.ts +1 -1
  25. package/src/services/mps/v20190612/mps_models.ts +6 -0
  26. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  27. package/src/services/ocr/v20181119/ocr_models.ts +10 -10
  28. package/src/services/postgres/v20170312/postgres_client.ts +2 -1
  29. package/src/services/postgres/v20170312/postgres_models.ts +89 -12
  30. package/src/services/ssa/v20180608/ssa_client.ts +35 -5
  31. package/src/services/ssa/v20180608/ssa_models.ts +364 -35
  32. package/src/services/tat/v20201028/tat_models.ts +13 -0
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +700 -440
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +1488 -279
  35. package/src/services/tiw/v20190919/tiw_models.ts +24 -2
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  39. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  40. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +140 -0
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +2 -2
  42. package/tencentcloud/services/as/v20180419/as_models.d.ts +17 -8
  43. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +11 -1
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +3 -1
  45. package/tencentcloud/services/cdb/v20170320/cdb_client.js +3 -1
  46. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +49 -0
  47. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
  48. package/tencentcloud/services/cii/v20210408/cii_client.js +9 -0
  49. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +27 -0
  50. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -12
  51. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -1
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +4 -4
  53. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +11 -7
  54. package/tencentcloud/services/ecm/v20190719/ecm_client.js +14 -8
  55. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +170 -81
  56. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +42 -14
  57. package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +11 -3
  58. package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +15 -3
  59. package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +76 -0
  60. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +15 -0
  61. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +1 -1
  62. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
  63. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  64. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  65. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -10
  66. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +74 -9
  67. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +9 -1
  68. package/tencentcloud/services/ssa/v20180608/ssa_client.js +12 -0
  69. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +312 -32
  70. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -0
  71. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +221 -137
  72. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +330 -204
  73. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1254 -234
  74. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +21 -1
  75. package/test/antiddos.v20200309.test.js +10 -0
  76. package/test/cii.v20210408.test.js +10 -0
  77. package/test/ecm.v20190719.test.js +14 -4
  78. package/test/iotvideo.v20201215.test.js +22 -2
  79. package/test/ssa.v20180608.test.js +20 -0
  80. package/test/tdmq.v20200217.test.js +346 -136
@@ -18,9 +18,9 @@ const client = new tencentcloud.tdmq.v20200217.Client({
18
18
  })
19
19
  describe("tdmq.v20200217.test.js", function () {
20
20
 
21
- it("tdmq.v20200217.DeleteCmqTopic", async function () {
21
+ it("tdmq.v20200217.DeleteEnvironments", async function () {
22
22
  try {
23
- const data = await client.DeleteCmqTopic({})
23
+ const data = await client.DeleteEnvironments({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("tdmq.v20200217.DeleteCmqTopic", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("tdmq.v20200217.DescribeRocketMQClusters", async function () {
31
+ it("tdmq.v20200217.CreateCluster", async function () {
32
32
  try {
33
- const data = await client.DescribeRocketMQClusters({})
33
+ const data = await client.CreateCluster({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("tdmq.v20200217.DescribeRocketMQClusters", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("tdmq.v20200217.DeleteEnvironments", async function () {
41
+ it("tdmq.v20200217.DescribeRocketMQNamespaces", async function () {
42
42
  try {
43
- const data = await client.DeleteEnvironments({})
43
+ const data = await client.DescribeRocketMQNamespaces({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("tdmq.v20200217.DeleteEnvironments", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("tdmq.v20200217.DescribeBindVpcs", async function () {
51
+ it("tdmq.v20200217.ModifyAMQPCluster", async function () {
52
52
  try {
53
- const data = await client.DescribeBindVpcs({})
53
+ const data = await client.ModifyAMQPCluster({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("tdmq.v20200217.DescribeBindVpcs", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("tdmq.v20200217.CreateCluster", async function () {
61
+ it("tdmq.v20200217.DeleteAMQPExchange", async function () {
62
62
  try {
63
- const data = await client.CreateCluster({})
63
+ const data = await client.DeleteAMQPExchange({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("tdmq.v20200217.CreateCluster", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("tdmq.v20200217.ModifyTopic", async function () {
71
+ it("tdmq.v20200217.CreateCmqTopic", async function () {
72
72
  try {
73
- const data = await client.ModifyTopic({})
73
+ const data = await client.CreateCmqTopic({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("tdmq.v20200217.ModifyTopic", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("tdmq.v20200217.ClearCmqQueue", async function () {
81
+ it("tdmq.v20200217.DeleteCmqQueue", async function () {
82
82
  try {
83
- const data = await client.ClearCmqQueue({})
83
+ const data = await client.DeleteCmqQueue({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("tdmq.v20200217.ClearCmqQueue", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("tdmq.v20200217.DeleteRocketMQTopic", async function () {
91
+ it("tdmq.v20200217.DescribeCmqTopics", async function () {
92
92
  try {
93
- const data = await client.DeleteRocketMQTopic({})
93
+ const data = await client.DescribeCmqTopics({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("tdmq.v20200217.DeleteRocketMQTopic", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("tdmq.v20200217.DescribeNodeHealthOpt", async function () {
101
+ it("tdmq.v20200217.CreateAMQPVHost", async function () {
102
102
  try {
103
- const data = await client.DescribeNodeHealthOpt({})
103
+ const data = await client.CreateAMQPVHost({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("tdmq.v20200217.DescribeNodeHealthOpt", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("tdmq.v20200217.CreateRole", async function () {
111
+ it("tdmq.v20200217.DeleteTopics", async function () {
112
112
  try {
113
- const data = await client.CreateRole({})
113
+ const data = await client.DeleteTopics({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("tdmq.v20200217.CreateRole", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("tdmq.v20200217.CreateCmqQueue", async function () {
121
+ it("tdmq.v20200217.DeleteRocketMQGroup", async function () {
122
122
  try {
123
- const data = await client.CreateCmqQueue({})
123
+ const data = await client.DeleteRocketMQGroup({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("tdmq.v20200217.CreateCmqQueue", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("tdmq.v20200217.ModifyRocketMQGroup", async function () {
131
+ it("tdmq.v20200217.RewindCmqQueue", async function () {
132
132
  try {
133
- const data = await client.ModifyRocketMQGroup({})
133
+ const data = await client.RewindCmqQueue({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("tdmq.v20200217.ModifyRocketMQGroup", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("tdmq.v20200217.ModifyCmqTopicAttribute", async function () {
141
+ it("tdmq.v20200217.PublishCmqMsg", async function () {
142
142
  try {
143
- const data = await client.ModifyCmqTopicAttribute({})
143
+ const data = await client.PublishCmqMsg({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("tdmq.v20200217.ModifyCmqTopicAttribute", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("tdmq.v20200217.ModifyCmqQueueAttribute", async function () {
151
+ it("tdmq.v20200217.CreateTopic", async function () {
152
152
  try {
153
- const data = await client.ModifyCmqQueueAttribute({})
153
+ const data = await client.CreateTopic({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("tdmq.v20200217.ModifyCmqQueueAttribute", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("tdmq.v20200217.DeleteSubscriptions", async function () {
161
+ it("tdmq.v20200217.DescribeAMQPCluster", async function () {
162
162
  try {
163
- const data = await client.DeleteSubscriptions({})
163
+ const data = await client.DescribeAMQPCluster({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("tdmq.v20200217.DeleteSubscriptions", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("tdmq.v20200217.CreateCmqTopic", async function () {
171
+ it("tdmq.v20200217.DescribeCmqQueues", async function () {
172
172
  try {
173
- const data = await client.CreateCmqTopic({})
173
+ const data = await client.DescribeCmqQueues({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("tdmq.v20200217.CreateCmqTopic", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("tdmq.v20200217.DescribeCmqSubscriptionDetail", async function () {
181
+ it("tdmq.v20200217.DescribeEnvironments", async function () {
182
182
  try {
183
- const data = await client.DescribeCmqSubscriptionDetail({})
183
+ const data = await client.DescribeEnvironments({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,9 @@ it("tdmq.v20200217.DescribeCmqSubscriptionDetail", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("tdmq.v20200217.DescribeCmqDeadLetterSourceQueues", async function () {
191
+ it("tdmq.v20200217.DescribeClusterDetail", async function () {
192
192
  try {
193
- const data = await client.DescribeCmqDeadLetterSourceQueues({})
193
+ const data = await client.DescribeClusterDetail({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -198,9 +198,9 @@ it("tdmq.v20200217.DescribeCmqDeadLetterSourceQueues", async function () {
198
198
  }
199
199
  })
200
200
 
201
- it("tdmq.v20200217.DescribeRocketMQNamespaces", async function () {
201
+ it("tdmq.v20200217.ModifyEnvironmentRole", async function () {
202
202
  try {
203
- const data = await client.DescribeRocketMQNamespaces({})
203
+ const data = await client.ModifyEnvironmentRole({})
204
204
  expect(data).to.be.ok
205
205
  } catch(error) {
206
206
  expect(error.requestId).to.be.ok
@@ -208,9 +208,9 @@ it("tdmq.v20200217.DescribeRocketMQNamespaces", async function () {
208
208
  }
209
209
  })
210
210
 
211
- it("tdmq.v20200217.DeleteCmqQueue", async function () {
211
+ it("tdmq.v20200217.AcknowledgeMessage", async function () {
212
212
  try {
213
- const data = await client.DeleteCmqQueue({})
213
+ const data = await client.AcknowledgeMessage({})
214
214
  expect(data).to.be.ok
215
215
  } catch(error) {
216
216
  expect(error.requestId).to.be.ok
@@ -218,9 +218,9 @@ it("tdmq.v20200217.DeleteCmqQueue", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("tdmq.v20200217.CreateRocketMQCluster", async function () {
221
+ it("tdmq.v20200217.CreateEnvironment", async function () {
222
222
  try {
223
- const data = await client.CreateRocketMQCluster({})
223
+ const data = await client.CreateEnvironment({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -228,9 +228,9 @@ it("tdmq.v20200217.CreateRocketMQCluster", async function () {
228
228
  }
229
229
  })
230
230
 
231
- it("tdmq.v20200217.DeleteEnvironmentRoles", async function () {
231
+ it("tdmq.v20200217.DescribeTopics", async function () {
232
232
  try {
233
- const data = await client.DeleteEnvironmentRoles({})
233
+ const data = await client.DescribeTopics({})
234
234
  expect(data).to.be.ok
235
235
  } catch(error) {
236
236
  expect(error.requestId).to.be.ok
@@ -238,9 +238,9 @@ it("tdmq.v20200217.DeleteEnvironmentRoles", async function () {
238
238
  }
239
239
  })
240
240
 
241
- it("tdmq.v20200217.DeleteRocketMQGroup", async function () {
241
+ it("tdmq.v20200217.SendMessages", async function () {
242
242
  try {
243
- const data = await client.DeleteRocketMQGroup({})
243
+ const data = await client.SendMessages({})
244
244
  expect(data).to.be.ok
245
245
  } catch(error) {
246
246
  expect(error.requestId).to.be.ok
@@ -248,9 +248,9 @@ it("tdmq.v20200217.DeleteRocketMQGroup", async function () {
248
248
  }
249
249
  })
250
250
 
251
- it("tdmq.v20200217.DescribeEnvironmentRoles", async function () {
251
+ it("tdmq.v20200217.ModifyRocketMQTopic", async function () {
252
252
  try {
253
- const data = await client.DescribeEnvironmentRoles({})
253
+ const data = await client.ModifyRocketMQTopic({})
254
254
  expect(data).to.be.ok
255
255
  } catch(error) {
256
256
  expect(error.requestId).to.be.ok
@@ -258,9 +258,9 @@ it("tdmq.v20200217.DescribeEnvironmentRoles", async function () {
258
258
  }
259
259
  })
260
260
 
261
- it("tdmq.v20200217.PublishCmqMsg", async function () {
261
+ it("tdmq.v20200217.DescribeEnvironmentAttributes", async function () {
262
262
  try {
263
- const data = await client.PublishCmqMsg({})
263
+ const data = await client.DescribeEnvironmentAttributes({})
264
264
  expect(data).to.be.ok
265
265
  } catch(error) {
266
266
  expect(error.requestId).to.be.ok
@@ -268,9 +268,9 @@ it("tdmq.v20200217.PublishCmqMsg", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("tdmq.v20200217.ModifyRocketMQNamespace", async function () {
271
+ it("tdmq.v20200217.CreateCmqSubscribe", async function () {
272
272
  try {
273
- const data = await client.ModifyRocketMQNamespace({})
273
+ const data = await client.CreateCmqSubscribe({})
274
274
  expect(data).to.be.ok
275
275
  } catch(error) {
276
276
  expect(error.requestId).to.be.ok
@@ -278,9 +278,9 @@ it("tdmq.v20200217.ModifyRocketMQNamespace", async function () {
278
278
  }
279
279
  })
280
280
 
281
- it("tdmq.v20200217.DescribeBindClusters", async function () {
281
+ it("tdmq.v20200217.DeleteRocketMQNamespace", async function () {
282
282
  try {
283
- const data = await client.DescribeBindClusters({})
283
+ const data = await client.DeleteRocketMQNamespace({})
284
284
  expect(data).to.be.ok
285
285
  } catch(error) {
286
286
  expect(error.requestId).to.be.ok
@@ -288,9 +288,9 @@ it("tdmq.v20200217.DescribeBindClusters", async function () {
288
288
  }
289
289
  })
290
290
 
291
- it("tdmq.v20200217.DescribeCmqQueueDetail", async function () {
291
+ it("tdmq.v20200217.DeleteCluster", async function () {
292
292
  try {
293
- const data = await client.DescribeCmqQueueDetail({})
293
+ const data = await client.DeleteCluster({})
294
294
  expect(data).to.be.ok
295
295
  } catch(error) {
296
296
  expect(error.requestId).to.be.ok
@@ -298,9 +298,99 @@ it("tdmq.v20200217.DescribeCmqQueueDetail", async function () {
298
298
  }
299
299
  })
300
300
 
301
- it("tdmq.v20200217.RewindCmqQueue", async function () {
301
+ it("tdmq.v20200217.DeleteCmqTopic", async function () {
302
302
  try {
303
- const data = await client.RewindCmqQueue({})
303
+ const data = await client.DeleteCmqTopic({})
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("tdmq.v20200217.ModifyCmqQueueAttribute", async function () {
312
+ try {
313
+ const data = await client.ModifyCmqQueueAttribute({})
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("tdmq.v20200217.CreateCmqQueue", async function () {
322
+ try {
323
+ const data = await client.CreateCmqQueue({})
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("tdmq.v20200217.ModifyRocketMQGroup", async function () {
332
+ try {
333
+ const data = await client.ModifyRocketMQGroup({})
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
+
341
+ it("tdmq.v20200217.ModifyCmqTopicAttribute", async function () {
342
+ try {
343
+ const data = await client.ModifyCmqTopicAttribute({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
351
+ it("tdmq.v20200217.DescribeCmqSubscriptionDetail", async function () {
352
+ try {
353
+ const data = await client.DescribeCmqSubscriptionDetail({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
361
+ it("tdmq.v20200217.CreateAMQPCluster", async function () {
362
+ try {
363
+ const data = await client.CreateAMQPCluster({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
371
+ it("tdmq.v20200217.DescribeCmqDeadLetterSourceQueues", async function () {
372
+ try {
373
+ const data = await client.DescribeCmqDeadLetterSourceQueues({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
381
+ it("tdmq.v20200217.DescribeAMQPVHosts", async function () {
382
+ try {
383
+ const data = await client.DescribeAMQPVHosts({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
391
+ it("tdmq.v20200217.ModifyAMQPQueue", async function () {
392
+ try {
393
+ const data = await client.ModifyAMQPQueue({})
304
394
  expect(data).to.be.ok
305
395
  } catch(error) {
306
396
  expect(error.requestId).to.be.ok
@@ -318,9 +408,9 @@ it("tdmq.v20200217.DescribeClusters", async function () {
318
408
  }
319
409
  })
320
410
 
321
- it("tdmq.v20200217.SendMsg", async function () {
411
+ it("tdmq.v20200217.DescribeSubscriptions", async function () {
322
412
  try {
323
- const data = await client.SendMsg({})
413
+ const data = await client.DescribeSubscriptions({})
324
414
  expect(data).to.be.ok
325
415
  } catch(error) {
326
416
  expect(error.requestId).to.be.ok
@@ -328,9 +418,9 @@ it("tdmq.v20200217.SendMsg", async function () {
328
418
  }
329
419
  })
330
420
 
331
- it("tdmq.v20200217.CreateTopic", async function () {
421
+ it("tdmq.v20200217.DescribeCmqTopicDetail", async function () {
332
422
  try {
333
- const data = await client.CreateTopic({})
423
+ const data = await client.DescribeCmqTopicDetail({})
334
424
  expect(data).to.be.ok
335
425
  } catch(error) {
336
426
  expect(error.requestId).to.be.ok
@@ -338,9 +428,9 @@ it("tdmq.v20200217.CreateTopic", async function () {
338
428
  }
339
429
  })
340
430
 
341
- it("tdmq.v20200217.DescribeRocketMQGroups", async function () {
431
+ it("tdmq.v20200217.DescribeProducers", async function () {
342
432
  try {
343
- const data = await client.DescribeRocketMQGroups({})
433
+ const data = await client.DescribeProducers({})
344
434
  expect(data).to.be.ok
345
435
  } catch(error) {
346
436
  expect(error.requestId).to.be.ok
@@ -348,9 +438,9 @@ it("tdmq.v20200217.DescribeRocketMQGroups", async function () {
348
438
  }
349
439
  })
350
440
 
351
- it("tdmq.v20200217.DescribeCmqQueues", async function () {
441
+ it("tdmq.v20200217.DeleteAMQPQueue", async function () {
352
442
  try {
353
- const data = await client.DescribeCmqQueues({})
443
+ const data = await client.DeleteAMQPQueue({})
354
444
  expect(data).to.be.ok
355
445
  } catch(error) {
356
446
  expect(error.requestId).to.be.ok
@@ -358,9 +448,9 @@ it("tdmq.v20200217.DescribeCmqQueues", async function () {
358
448
  }
359
449
  })
360
450
 
361
- it("tdmq.v20200217.CreateRocketMQTopic", async function () {
451
+ it("tdmq.v20200217.ModifyRocketMQCluster", async function () {
362
452
  try {
363
- const data = await client.CreateRocketMQTopic({})
453
+ const data = await client.ModifyRocketMQCluster({})
364
454
  expect(data).to.be.ok
365
455
  } catch(error) {
366
456
  expect(error.requestId).to.be.ok
@@ -368,9 +458,9 @@ it("tdmq.v20200217.CreateRocketMQTopic", async function () {
368
458
  }
369
459
  })
370
460
 
371
- it("tdmq.v20200217.DescribeEnvironments", async function () {
461
+ it("tdmq.v20200217.ModifyCluster", async function () {
372
462
  try {
373
- const data = await client.DescribeEnvironments({})
463
+ const data = await client.ModifyCluster({})
374
464
  expect(data).to.be.ok
375
465
  } catch(error) {
376
466
  expect(error.requestId).to.be.ok
@@ -378,9 +468,9 @@ it("tdmq.v20200217.DescribeEnvironments", async function () {
378
468
  }
379
469
  })
380
470
 
381
- it("tdmq.v20200217.DescribeRocketMQTopics", async function () {
471
+ it("tdmq.v20200217.ModifyCmqSubscriptionAttribute", async function () {
382
472
  try {
383
- const data = await client.DescribeRocketMQTopics({})
473
+ const data = await client.ModifyCmqSubscriptionAttribute({})
384
474
  expect(data).to.be.ok
385
475
  } catch(error) {
386
476
  expect(error.requestId).to.be.ok
@@ -388,9 +478,9 @@ it("tdmq.v20200217.DescribeRocketMQTopics", async function () {
388
478
  }
389
479
  })
390
480
 
391
- it("tdmq.v20200217.DescribeClusterDetail", async function () {
481
+ it("tdmq.v20200217.CreateSubscription", async function () {
392
482
  try {
393
- const data = await client.DescribeClusterDetail({})
483
+ const data = await client.CreateSubscription({})
394
484
  expect(data).to.be.ok
395
485
  } catch(error) {
396
486
  expect(error.requestId).to.be.ok
@@ -398,9 +488,9 @@ it("tdmq.v20200217.DescribeClusterDetail", async function () {
398
488
  }
399
489
  })
400
490
 
401
- it("tdmq.v20200217.DeleteRocketMQCluster", async function () {
491
+ it("tdmq.v20200217.DeleteAMQPCluster", async function () {
402
492
  try {
403
- const data = await client.DeleteRocketMQCluster({})
493
+ const data = await client.DeleteAMQPCluster({})
404
494
  expect(data).to.be.ok
405
495
  } catch(error) {
406
496
  expect(error.requestId).to.be.ok
@@ -408,9 +498,19 @@ it("tdmq.v20200217.DeleteRocketMQCluster", async function () {
408
498
  }
409
499
  })
410
500
 
411
- it("tdmq.v20200217.CreateRocketMQGroup", async function () {
501
+ it("tdmq.v20200217.DescribeRocketMQCluster", async function () {
412
502
  try {
413
- const data = await client.CreateRocketMQGroup({})
503
+ const data = await client.DescribeRocketMQCluster({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
511
+ it("tdmq.v20200217.DeleteEnvironmentRoles", async function () {
512
+ try {
513
+ const data = await client.DeleteEnvironmentRoles({})
414
514
  expect(data).to.be.ok
415
515
  } catch(error) {
416
516
  expect(error.requestId).to.be.ok
@@ -428,9 +528,9 @@ it("tdmq.v20200217.ResetMsgSubOffsetByTimestamp", async function () {
428
528
  }
429
529
  })
430
530
 
431
- it("tdmq.v20200217.AcknowledgeMessage", async function () {
531
+ it("tdmq.v20200217.DescribeBindVpcs", async function () {
432
532
  try {
433
- const data = await client.AcknowledgeMessage({})
533
+ const data = await client.DescribeBindVpcs({})
434
534
  expect(data).to.be.ok
435
535
  } catch(error) {
436
536
  expect(error.requestId).to.be.ok
@@ -438,9 +538,9 @@ it("tdmq.v20200217.AcknowledgeMessage", async function () {
438
538
  }
439
539
  })
440
540
 
441
- it("tdmq.v20200217.DescribeCmqTopicDetail", async function () {
541
+ it("tdmq.v20200217.DescribeAMQPCreateQuota", async function () {
442
542
  try {
443
- const data = await client.DescribeCmqTopicDetail({})
543
+ const data = await client.DescribeAMQPCreateQuota({})
444
544
  expect(data).to.be.ok
445
545
  } catch(error) {
446
546
  expect(error.requestId).to.be.ok
@@ -448,9 +548,9 @@ it("tdmq.v20200217.DescribeCmqTopicDetail", async function () {
448
548
  }
449
549
  })
450
550
 
451
- it("tdmq.v20200217.DescribeSubscriptions", async function () {
551
+ it("tdmq.v20200217.DeleteRocketMQTopic", async function () {
452
552
  try {
453
- const data = await client.DescribeSubscriptions({})
553
+ const data = await client.DeleteRocketMQTopic({})
454
554
  expect(data).to.be.ok
455
555
  } catch(error) {
456
556
  expect(error.requestId).to.be.ok
@@ -458,9 +558,9 @@ it("tdmq.v20200217.DescribeSubscriptions", async function () {
458
558
  }
459
559
  })
460
560
 
461
- it("tdmq.v20200217.CreateEnvironment", async function () {
561
+ it("tdmq.v20200217.CreateAMQPExchange", async function () {
462
562
  try {
463
- const data = await client.CreateEnvironment({})
563
+ const data = await client.CreateAMQPExchange({})
464
564
  expect(data).to.be.ok
465
565
  } catch(error) {
466
566
  expect(error.requestId).to.be.ok
@@ -468,9 +568,9 @@ it("tdmq.v20200217.CreateEnvironment", async function () {
468
568
  }
469
569
  })
470
570
 
471
- it("tdmq.v20200217.DeleteRoles", async function () {
571
+ it("tdmq.v20200217.CreateAMQPRouteRelation", async function () {
472
572
  try {
473
- const data = await client.DeleteRoles({})
573
+ const data = await client.CreateAMQPRouteRelation({})
474
574
  expect(data).to.be.ok
475
575
  } catch(error) {
476
576
  expect(error.requestId).to.be.ok
@@ -478,9 +578,9 @@ it("tdmq.v20200217.DeleteRoles", async function () {
478
578
  }
479
579
  })
480
580
 
481
- it("tdmq.v20200217.DescribeProducers", async function () {
581
+ it("tdmq.v20200217.DescribeAMQPRouteRelations", async function () {
482
582
  try {
483
- const data = await client.DescribeProducers({})
583
+ const data = await client.DescribeAMQPRouteRelations({})
484
584
  expect(data).to.be.ok
485
585
  } catch(error) {
486
586
  expect(error.requestId).to.be.ok
@@ -488,9 +588,9 @@ it("tdmq.v20200217.DescribeProducers", async function () {
488
588
  }
489
589
  })
490
590
 
491
- it("tdmq.v20200217.ReceiveMessage", async function () {
591
+ it("tdmq.v20200217.DescribeAMQPClusters", async function () {
492
592
  try {
493
- const data = await client.ReceiveMessage({})
593
+ const data = await client.DescribeAMQPClusters({})
494
594
  expect(data).to.be.ok
495
595
  } catch(error) {
496
596
  expect(error.requestId).to.be.ok
@@ -498,9 +598,9 @@ it("tdmq.v20200217.ReceiveMessage", async function () {
498
598
  }
499
599
  })
500
600
 
501
- it("tdmq.v20200217.DescribeTopics", async function () {
601
+ it("tdmq.v20200217.CreateAMQPQueue", async function () {
502
602
  try {
503
- const data = await client.DescribeTopics({})
603
+ const data = await client.CreateAMQPQueue({})
504
604
  expect(data).to.be.ok
505
605
  } catch(error) {
506
606
  expect(error.requestId).to.be.ok
@@ -508,9 +608,9 @@ it("tdmq.v20200217.DescribeTopics", async function () {
508
608
  }
509
609
  })
510
610
 
511
- it("tdmq.v20200217.DescribeCmqTopics", async function () {
611
+ it("tdmq.v20200217.ModifyAMQPVHost", async function () {
512
612
  try {
513
- const data = await client.DescribeCmqTopics({})
613
+ const data = await client.ModifyAMQPVHost({})
514
614
  expect(data).to.be.ok
515
615
  } catch(error) {
516
616
  expect(error.requestId).to.be.ok
@@ -518,9 +618,9 @@ it("tdmq.v20200217.DescribeCmqTopics", async function () {
518
618
  }
519
619
  })
520
620
 
521
- it("tdmq.v20200217.ClearCmqSubscriptionFilterTags", async function () {
621
+ it("tdmq.v20200217.DescribeRocketMQGroups", async function () {
522
622
  try {
523
- const data = await client.ClearCmqSubscriptionFilterTags({})
623
+ const data = await client.DescribeRocketMQGroups({})
524
624
  expect(data).to.be.ok
525
625
  } catch(error) {
526
626
  expect(error.requestId).to.be.ok
@@ -528,9 +628,9 @@ it("tdmq.v20200217.ClearCmqSubscriptionFilterTags", async function () {
528
628
  }
529
629
  })
530
630
 
531
- it("tdmq.v20200217.DeleteCmqSubscribe", async function () {
631
+ it("tdmq.v20200217.DescribeAMQPQueues", async function () {
532
632
  try {
533
- const data = await client.DeleteCmqSubscribe({})
633
+ const data = await client.DescribeAMQPQueues({})
534
634
  expect(data).to.be.ok
535
635
  } catch(error) {
536
636
  expect(error.requestId).to.be.ok
@@ -538,9 +638,9 @@ it("tdmq.v20200217.DeleteCmqSubscribe", async function () {
538
638
  }
539
639
  })
540
640
 
541
- it("tdmq.v20200217.SendMessages", async function () {
641
+ it("tdmq.v20200217.DeleteRocketMQCluster", async function () {
542
642
  try {
543
- const data = await client.SendMessages({})
643
+ const data = await client.DeleteRocketMQCluster({})
544
644
  expect(data).to.be.ok
545
645
  } catch(error) {
546
646
  expect(error.requestId).to.be.ok
@@ -548,9 +648,9 @@ it("tdmq.v20200217.SendMessages", async function () {
548
648
  }
549
649
  })
550
650
 
551
- it("tdmq.v20200217.ModifyRocketMQCluster", async function () {
651
+ it("tdmq.v20200217.DeleteAMQPVHost", async function () {
552
652
  try {
553
- const data = await client.ModifyRocketMQCluster({})
653
+ const data = await client.DeleteAMQPVHost({})
554
654
  expect(data).to.be.ok
555
655
  } catch(error) {
556
656
  expect(error.requestId).to.be.ok
@@ -558,9 +658,9 @@ it("tdmq.v20200217.ModifyRocketMQCluster", async function () {
558
658
  }
559
659
  })
560
660
 
561
- it("tdmq.v20200217.SendCmqMsg", async function () {
661
+ it("tdmq.v20200217.DeleteRoles", async function () {
562
662
  try {
563
- const data = await client.SendCmqMsg({})
663
+ const data = await client.DeleteRoles({})
564
664
  expect(data).to.be.ok
565
665
  } catch(error) {
566
666
  expect(error.requestId).to.be.ok
@@ -568,9 +668,9 @@ it("tdmq.v20200217.SendCmqMsg", async function () {
568
668
  }
569
669
  })
570
670
 
571
- it("tdmq.v20200217.ModifyCluster", async function () {
671
+ it("tdmq.v20200217.DescribeAMQPExchanges", async function () {
572
672
  try {
573
- const data = await client.ModifyCluster({})
673
+ const data = await client.DescribeAMQPExchanges({})
574
674
  expect(data).to.be.ok
575
675
  } catch(error) {
576
676
  expect(error.requestId).to.be.ok
@@ -578,9 +678,9 @@ it("tdmq.v20200217.ModifyCluster", async function () {
578
678
  }
579
679
  })
580
680
 
581
- it("tdmq.v20200217.ModifyRocketMQTopic", async function () {
681
+ it("tdmq.v20200217.ReceiveMessage", async function () {
582
682
  try {
583
- const data = await client.ModifyRocketMQTopic({})
683
+ const data = await client.ReceiveMessage({})
584
684
  expect(data).to.be.ok
585
685
  } catch(error) {
586
686
  expect(error.requestId).to.be.ok
@@ -588,9 +688,9 @@ it("tdmq.v20200217.ModifyRocketMQTopic", async function () {
588
688
  }
589
689
  })
590
690
 
591
- it("tdmq.v20200217.ModifyRole", async function () {
691
+ it("tdmq.v20200217.ModifyAMQPExchange", async function () {
592
692
  try {
593
- const data = await client.ModifyRole({})
693
+ const data = await client.ModifyAMQPExchange({})
594
694
  expect(data).to.be.ok
595
695
  } catch(error) {
596
696
  expect(error.requestId).to.be.ok
@@ -598,9 +698,9 @@ it("tdmq.v20200217.ModifyRole", async function () {
598
698
  }
599
699
  })
600
700
 
601
- it("tdmq.v20200217.ModifyEnvironmentAttributes", async function () {
701
+ it("tdmq.v20200217.SendCmqMsg", async function () {
602
702
  try {
603
- const data = await client.ModifyEnvironmentAttributes({})
703
+ const data = await client.SendCmqMsg({})
604
704
  expect(data).to.be.ok
605
705
  } catch(error) {
606
706
  expect(error.requestId).to.be.ok
@@ -608,9 +708,9 @@ it("tdmq.v20200217.ModifyEnvironmentAttributes", async function () {
608
708
  }
609
709
  })
610
710
 
611
- it("tdmq.v20200217.ModifyCmqSubscriptionAttribute", async function () {
711
+ it("tdmq.v20200217.ModifyEnvironmentAttributes", async function () {
612
712
  try {
613
- const data = await client.ModifyCmqSubscriptionAttribute({})
713
+ const data = await client.ModifyEnvironmentAttributes({})
614
714
  expect(data).to.be.ok
615
715
  } catch(error) {
616
716
  expect(error.requestId).to.be.ok
@@ -638,9 +738,9 @@ it("tdmq.v20200217.UnbindCmqDeadLetter", async function () {
638
738
  }
639
739
  })
640
740
 
641
- it("tdmq.v20200217.CreateSubscription", async function () {
741
+ it("tdmq.v20200217.CreateRocketMQNamespace", async function () {
642
742
  try {
643
- const data = await client.CreateSubscription({})
743
+ const data = await client.CreateRocketMQNamespace({})
644
744
  expect(data).to.be.ok
645
745
  } catch(error) {
646
746
  expect(error.requestId).to.be.ok
@@ -648,9 +748,9 @@ it("tdmq.v20200217.CreateSubscription", async function () {
648
748
  }
649
749
  })
650
750
 
651
- it("tdmq.v20200217.CreateRocketMQNamespace", async function () {
751
+ it("tdmq.v20200217.CreateEnvironmentRole", async function () {
652
752
  try {
653
- const data = await client.CreateRocketMQNamespace({})
753
+ const data = await client.CreateEnvironmentRole({})
654
754
  expect(data).to.be.ok
655
755
  } catch(error) {
656
756
  expect(error.requestId).to.be.ok
@@ -658,9 +758,69 @@ it("tdmq.v20200217.CreateRocketMQNamespace", async function () {
658
758
  }
659
759
  })
660
760
 
661
- it("tdmq.v20200217.DescribeRocketMQCluster", async function () {
761
+ it("tdmq.v20200217.DescribeRocketMQTopics", async function () {
662
762
  try {
663
- const data = await client.DescribeRocketMQCluster({})
763
+ const data = await client.DescribeRocketMQTopics({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
771
+ it("tdmq.v20200217.DescribeRocketMQClusters", async function () {
772
+ try {
773
+ const data = await client.DescribeRocketMQClusters({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
781
+ it("tdmq.v20200217.ModifyTopic", async function () {
782
+ try {
783
+ const data = await client.ModifyTopic({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
791
+ it("tdmq.v20200217.DeleteAMQPRouteRelation", async function () {
792
+ try {
793
+ const data = await client.DeleteAMQPRouteRelation({})
794
+ expect(data).to.be.ok
795
+ } catch(error) {
796
+ expect(error.requestId).to.be.ok
797
+ expect(error.code).to.be.ok
798
+ }
799
+ })
800
+
801
+ it("tdmq.v20200217.DescribeNodeHealthOpt", async function () {
802
+ try {
803
+ const data = await client.DescribeNodeHealthOpt({})
804
+ expect(data).to.be.ok
805
+ } catch(error) {
806
+ expect(error.requestId).to.be.ok
807
+ expect(error.code).to.be.ok
808
+ }
809
+ })
810
+
811
+ it("tdmq.v20200217.CreateRole", async function () {
812
+ try {
813
+ const data = await client.CreateRole({})
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
+
821
+ it("tdmq.v20200217.ModifyRocketMQNamespace", async function () {
822
+ try {
823
+ const data = await client.ModifyRocketMQNamespace({})
664
824
  expect(data).to.be.ok
665
825
  } catch(error) {
666
826
  expect(error.requestId).to.be.ok
@@ -678,9 +838,9 @@ it("tdmq.v20200217.SendBatchMessages", async function () {
678
838
  }
679
839
  })
680
840
 
681
- it("tdmq.v20200217.DescribeEnvironmentAttributes", async function () {
841
+ it("tdmq.v20200217.ClearCmqQueue", async function () {
682
842
  try {
683
- const data = await client.DescribeEnvironmentAttributes({})
843
+ const data = await client.ClearCmqQueue({})
684
844
  expect(data).to.be.ok
685
845
  } catch(error) {
686
846
  expect(error.requestId).to.be.ok
@@ -688,9 +848,9 @@ it("tdmq.v20200217.DescribeEnvironmentAttributes", async function () {
688
848
  }
689
849
  })
690
850
 
691
- it("tdmq.v20200217.CreateCmqSubscribe", async function () {
851
+ it("tdmq.v20200217.DescribeEnvironmentRoles", async function () {
692
852
  try {
693
- const data = await client.CreateCmqSubscribe({})
853
+ const data = await client.DescribeEnvironmentRoles({})
694
854
  expect(data).to.be.ok
695
855
  } catch(error) {
696
856
  expect(error.requestId).to.be.ok
@@ -698,9 +858,9 @@ it("tdmq.v20200217.CreateCmqSubscribe", async function () {
698
858
  }
699
859
  })
700
860
 
701
- it("tdmq.v20200217.CreateEnvironmentRole", async function () {
861
+ it("tdmq.v20200217.CreateRocketMQCluster", async function () {
702
862
  try {
703
- const data = await client.CreateEnvironmentRole({})
863
+ const data = await client.CreateRocketMQCluster({})
704
864
  expect(data).to.be.ok
705
865
  } catch(error) {
706
866
  expect(error.requestId).to.be.ok
@@ -708,9 +868,9 @@ it("tdmq.v20200217.CreateEnvironmentRole", async function () {
708
868
  }
709
869
  })
710
870
 
711
- it("tdmq.v20200217.DeleteTopics", async function () {
871
+ it("tdmq.v20200217.CreateRocketMQTopic", async function () {
712
872
  try {
713
- const data = await client.DeleteTopics({})
873
+ const data = await client.CreateRocketMQTopic({})
714
874
  expect(data).to.be.ok
715
875
  } catch(error) {
716
876
  expect(error.requestId).to.be.ok
@@ -718,9 +878,9 @@ it("tdmq.v20200217.DeleteTopics", async function () {
718
878
  }
719
879
  })
720
880
 
721
- it("tdmq.v20200217.ModifyEnvironmentRole", async function () {
881
+ it("tdmq.v20200217.DescribeBindClusters", async function () {
722
882
  try {
723
- const data = await client.ModifyEnvironmentRole({})
883
+ const data = await client.DescribeBindClusters({})
724
884
  expect(data).to.be.ok
725
885
  } catch(error) {
726
886
  expect(error.requestId).to.be.ok
@@ -728,9 +888,59 @@ it("tdmq.v20200217.ModifyEnvironmentRole", async function () {
728
888
  }
729
889
  })
730
890
 
731
- it("tdmq.v20200217.DeleteRocketMQNamespace", async function () {
891
+ it("tdmq.v20200217.DescribeCmqQueueDetail", async function () {
732
892
  try {
733
- const data = await client.DeleteRocketMQNamespace({})
893
+ const data = await client.DescribeCmqQueueDetail({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
901
+ it("tdmq.v20200217.SendMsg", async function () {
902
+ try {
903
+ const data = await client.SendMsg({})
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("tdmq.v20200217.ClearCmqSubscriptionFilterTags", async function () {
912
+ try {
913
+ const data = await client.ClearCmqSubscriptionFilterTags({})
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("tdmq.v20200217.CreateRocketMQGroup", async function () {
922
+ try {
923
+ const data = await client.CreateRocketMQGroup({})
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("tdmq.v20200217.ModifyRole", async function () {
932
+ try {
933
+ const data = await client.ModifyRole({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
941
+ it("tdmq.v20200217.DeleteCmqSubscribe", async function () {
942
+ try {
943
+ const data = await client.DeleteCmqSubscribe({})
734
944
  expect(data).to.be.ok
735
945
  } catch(error) {
736
946
  expect(error.requestId).to.be.ok
@@ -748,9 +958,9 @@ it("tdmq.v20200217.DescribeNamespaceBundlesOpt", async function () {
748
958
  }
749
959
  })
750
960
 
751
- it("tdmq.v20200217.DeleteCluster", async function () {
961
+ it("tdmq.v20200217.DeleteSubscriptions", async function () {
752
962
  try {
753
- const data = await client.DeleteCluster({})
963
+ const data = await client.DeleteSubscriptions({})
754
964
  expect(data).to.be.ok
755
965
  } catch(error) {
756
966
  expect(error.requestId).to.be.ok