tencentcloud-sdk-nodejs 4.0.836 → 4.0.838

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 (100) hide show
  1. package/CHANGELOG.md +197 -0
  2. package/SERVICE_CHANGELOG.md +774 -61
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +3 -4
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +2 -0
  10. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -0
  12. package/src/services/cfw/v20190904/cfw_models.ts +92 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
  14. package/src/services/cls/v20201016/cls_models.ts +19 -3
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
  16. package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
  17. package/src/services/domain/v20180808/domain_models.ts +16 -0
  18. package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
  20. package/src/services/eb/v20210416/eb_client.ts +1 -0
  21. package/src/services/eb/v20210416/eb_models.ts +30 -0
  22. package/src/services/emr/v20190103/emr_models.ts +1 -1
  23. package/src/services/es/v20180416/es_client.ts +25 -9
  24. package/src/services/es/v20180416/es_models.ts +261 -37
  25. package/src/services/ess/v20201111/ess_client.ts +15 -0
  26. package/src/services/ess/v20201111/ess_models.ts +125 -0
  27. package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
  28. package/src/services/gaap/v20180529/gaap_models.ts +53 -40
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
  31. package/src/services/lcic/v20220817/lcic_models.ts +5 -6
  32. package/src/services/live/v20180801/live_models.ts +13 -0
  33. package/src/services/monitor/v20180724/monitor_models.ts +9 -3
  34. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  35. package/src/services/organization/v20210331/organization_client.ts +183 -36
  36. package/src/services/organization/v20210331/organization_models.ts +598 -52
  37. package/src/services/pts/v20210728/pts_client.ts +1 -1
  38. package/src/services/pts/v20210728/pts_models.ts +8 -3
  39. package/src/services/redis/v20180412/redis_models.ts +7 -0
  40. package/src/services/tke/v20180525/tke_models.ts +5 -0
  41. package/src/services/trocket/v20230308/trocket_client.ts +1 -13
  42. package/src/services/trocket/v20230308/trocket_models.ts +16 -36
  43. package/src/services/tse/v20201207/tse_models.ts +6 -0
  44. package/src/services/vod/v20180717/vod_models.ts +11 -11
  45. package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
  46. package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  51. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  52. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  53. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -0
  54. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -0
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
  60. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
  61. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
  62. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
  64. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  65. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  66. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  67. package/tencentcloud/services/es/v20180416/es_models.d.ts +255 -37
  68. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  69. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  70. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -0
  71. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
  72. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
  73. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
  74. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
  75. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
  76. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -6
  77. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  78. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -3
  79. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  80. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
  81. package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
  82. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
  83. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
  84. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +8 -3
  85. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -0
  86. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  87. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
  88. package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
  89. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
  90. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -11
  92. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
  93. package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
  94. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
  95. package/test/es.v20180416.test.js +10 -0
  96. package/test/ess.v20201111.test.js +10 -0
  97. package/test/iotexplorer.v20190423.test.js +72 -2
  98. package/test/organization.v20210331.test.js +130 -10
  99. package/test/trocket.v20230308.test.js +0 -10
  100. package/test/wedata.v20210820.test.js +96 -966
@@ -518,6 +518,16 @@ it("es.v20180416.DescribeInstancePluginList", async function () {
518
518
  }
519
519
  })
520
520
 
521
+ it("es.v20180416.DescribeServerlessInstances", async function () {
522
+ try {
523
+ const data = await client.DescribeServerlessInstances({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
521
531
  it("es.v20180416.DescribeIndexMeta", async function () {
522
532
  try {
523
533
  const data = await client.DescribeIndexMeta({})
@@ -468,6 +468,16 @@ it("ess.v20201111.DescribeExtendedServiceAuthDetail", async function () {
468
468
  }
469
469
  })
470
470
 
471
+ it("ess.v20201111.DescribeBillUsage", async function () {
472
+ try {
473
+ const data = await client.DescribeBillUsage({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
471
481
  it("ess.v20201111.ModifyIntegrationDepartment", async function () {
472
482
  try {
473
483
  const data = await client.ModifyIntegrationDepartment({})
@@ -68,6 +68,16 @@ it("iotexplorer.v20190423.DescribeTopicPolicy", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("iotexplorer.v20190423.ModifyProductCloudStorageAIService", async function () {
72
+ try {
73
+ const data = await client.ModifyProductCloudStorageAIService({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
71
81
  it("iotexplorer.v20190423.GetProjectList", async function () {
72
82
  try {
73
83
  const data = await client.GetProjectList({})
@@ -198,6 +208,16 @@ it("iotexplorer.v20190423.ModifyFenceBind", async function () {
198
208
  }
199
209
  })
200
210
 
211
+ it("iotexplorer.v20190423.DescribeProductCloudStorageAIService", async function () {
212
+ try {
213
+ const data = await client.DescribeProductCloudStorageAIService({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
201
221
  it("iotexplorer.v20190423.DescribePackageConsumeTasks", async function () {
202
222
  try {
203
223
  const data = await client.DescribePackageConsumeTasks({})
@@ -288,9 +308,9 @@ it("iotexplorer.v20190423.DeleteTopicRule", async function () {
288
308
  }
289
309
  })
290
310
 
291
- it("iotexplorer.v20190423.PublishRRPCMessage", async function () {
311
+ it("iotexplorer.v20190423.DescribeCloudStorageAIService", async function () {
292
312
  try {
293
- const data = await client.PublishRRPCMessage({})
313
+ const data = await client.DescribeCloudStorageAIService({})
294
314
  expect(data).to.be.ok
295
315
  } catch(error) {
296
316
  expect(error.requestId).to.be.ok
@@ -688,6 +708,16 @@ it("iotexplorer.v20190423.CreateTopicPolicy", async function () {
688
708
  }
689
709
  })
690
710
 
711
+ it("iotexplorer.v20190423.PublishRRPCMessage", async function () {
712
+ try {
713
+ const data = await client.PublishRRPCMessage({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
691
721
  it("iotexplorer.v20190423.DescribeCloudStorage", async function () {
692
722
  try {
693
723
  const data = await client.DescribeCloudStorage({})
@@ -838,6 +868,16 @@ it("iotexplorer.v20190423.UnbindDevices", async function () {
838
868
  }
839
869
  })
840
870
 
871
+ it("iotexplorer.v20190423.ModifyCloudStorageAIService", async function () {
872
+ try {
873
+ const data = await client.ModifyCloudStorageAIService({})
874
+ expect(data).to.be.ok
875
+ } catch(error) {
876
+ expect(error.requestId).to.be.ok
877
+ expect(error.code).to.be.ok
878
+ }
879
+ })
880
+
841
881
  it("iotexplorer.v20190423.GetStudioProductList", async function () {
842
882
  try {
843
883
  const data = await client.GetStudioProductList({})
@@ -998,6 +1038,16 @@ it("iotexplorer.v20190423.ResetCloudStorageEvent", async function () {
998
1038
  }
999
1039
  })
1000
1040
 
1041
+ it("iotexplorer.v20190423.DescribeCloudStorageAIServiceCallback", async function () {
1042
+ try {
1043
+ const data = await client.DescribeCloudStorageAIServiceCallback({})
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
+
1001
1051
  it("iotexplorer.v20190423.ModifySpaceProperty", async function () {
1002
1052
  try {
1003
1053
  const data = await client.ModifySpaceProperty({})
@@ -1078,6 +1128,26 @@ it("iotexplorer.v20190423.DeletePositionFence", async function () {
1078
1128
  }
1079
1129
  })
1080
1130
 
1131
+ it("iotexplorer.v20190423.ModifyCloudStorageAIServiceCallback", async function () {
1132
+ try {
1133
+ const data = await client.ModifyCloudStorageAIServiceCallback({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1141
+ it("iotexplorer.v20190423.DescribeCloudStorageAIServiceTasks", async function () {
1142
+ try {
1143
+ const data = await client.DescribeCloudStorageAIServiceTasks({})
1144
+ expect(data).to.be.ok
1145
+ } catch(error) {
1146
+ expect(error.requestId).to.be.ok
1147
+ expect(error.code).to.be.ok
1148
+ }
1149
+ })
1150
+
1081
1151
  it("iotexplorer.v20190423.SearchTopicRule", async function () {
1082
1152
  try {
1083
1153
  const data = await client.SearchTopicRule({})
@@ -38,9 +38,9 @@ it("organization.v20210331.QuitOrganization", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("organization.v20210331.ListOrganizationIdentity", async function () {
41
+ it("organization.v20210331.DisablePolicyType", async function () {
42
42
  try {
43
- const data = await client.ListOrganizationIdentity({})
43
+ const data = await client.DisablePolicyType({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -98,6 +98,26 @@ it("organization.v20210331.DeleteOrganizationMembersPolicy", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("organization.v20210331.ListOrganizationIdentity", async function () {
102
+ try {
103
+ const data = await client.ListOrganizationIdentity({})
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("organization.v20210331.ListPoliciesForTarget", async function () {
112
+ try {
113
+ const data = await client.ListPoliciesForTarget({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
101
121
  it("organization.v20210331.AddOrganizationNode", async function () {
102
122
  try {
103
123
  const data = await client.AddOrganizationNode({})
@@ -138,6 +158,16 @@ it("organization.v20210331.DescribeOrganizationMemberAuthIdentities", async func
138
158
  }
139
159
  })
140
160
 
161
+ it("organization.v20210331.DescribePolicy", async function () {
162
+ try {
163
+ const data = await client.DescribePolicy({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
141
171
  it("organization.v20210331.UpdateOrganizationNode", async function () {
142
172
  try {
143
173
  const data = await client.UpdateOrganizationNode({})
@@ -148,9 +178,9 @@ it("organization.v20210331.UpdateOrganizationNode", async function () {
148
178
  }
149
179
  })
150
180
 
151
- it("organization.v20210331.DeleteShareUnit", async function () {
181
+ it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
152
182
  try {
153
- const data = await client.DeleteShareUnit({})
183
+ const data = await client.CreateOrganizationMemberAuthIdentity({})
154
184
  expect(data).to.be.ok
155
185
  } catch(error) {
156
186
  expect(error.requestId).to.be.ok
@@ -218,6 +248,16 @@ it("organization.v20210331.DeleteShareUnitResources", async function () {
218
248
  }
219
249
  })
220
250
 
251
+ it("organization.v20210331.DescribeShareUnits", async function () {
252
+ try {
253
+ const data = await client.DescribeShareUnits({})
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
+
221
261
  it("organization.v20210331.DescribeOrganizationMemberPolicies", async function () {
222
262
  try {
223
263
  const data = await client.DescribeOrganizationMemberPolicies({})
@@ -258,9 +298,9 @@ it("organization.v20210331.DescribeOrganizationFinancialByMember", async functio
258
298
  }
259
299
  })
260
300
 
261
- it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function () {
301
+ it("organization.v20210331.AddShareUnitResources", async function () {
262
302
  try {
263
- const data = await client.CreateOrganizationMemberAuthIdentity({})
303
+ const data = await client.AddShareUnitResources({})
264
304
  expect(data).to.be.ok
265
305
  } catch(error) {
266
306
  expect(error.requestId).to.be.ok
@@ -268,9 +308,9 @@ it("organization.v20210331.CreateOrganizationMemberAuthIdentity", async function
268
308
  }
269
309
  })
270
310
 
271
- it("organization.v20210331.AddShareUnitResources", async function () {
311
+ it("organization.v20210331.AttachPolicy", async function () {
272
312
  try {
273
- const data = await client.AddShareUnitResources({})
313
+ const data = await client.AttachPolicy({})
274
314
  expect(data).to.be.ok
275
315
  } catch(error) {
276
316
  expect(error.requestId).to.be.ok
@@ -328,6 +368,16 @@ it("organization.v20210331.CreateOrganization", async function () {
328
368
  }
329
369
  })
330
370
 
371
+ it("organization.v20210331.DetachPolicy", async function () {
372
+ try {
373
+ const data = await client.DetachPolicy({})
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
+
331
381
  it("organization.v20210331.CreateOrganizationIdentity", async function () {
332
382
  try {
333
383
  const data = await client.CreateOrganizationIdentity({})
@@ -378,6 +428,16 @@ it("organization.v20210331.DescribeOrganizationMemberEmailBind", async function
378
428
  }
379
429
  })
380
430
 
431
+ it("organization.v20210331.EnablePolicyType", async function () {
432
+ try {
433
+ const data = await client.EnablePolicyType({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
381
441
  it("organization.v20210331.CreateOrganizationMember", async function () {
382
442
  try {
383
443
  const data = await client.CreateOrganizationMember({})
@@ -408,6 +468,26 @@ it("organization.v20210331.AddShareUnit", async function () {
408
468
  }
409
469
  })
410
470
 
471
+ it("organization.v20210331.DeleteShareUnit", async function () {
472
+ try {
473
+ const data = await client.DeleteShareUnit({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("organization.v20210331.ListPolicies", async function () {
482
+ try {
483
+ const data = await client.ListPolicies({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
411
491
  it("organization.v20210331.DescribeOrganizationFinancialByProduct", async function () {
412
492
  try {
413
493
  const data = await client.DescribeOrganizationFinancialByProduct({})
@@ -438,6 +518,16 @@ it("organization.v20210331.AddShareUnitMembers", async function () {
438
518
  }
439
519
  })
440
520
 
521
+ it("organization.v20210331.DescribePolicyConfig", async function () {
522
+ try {
523
+ const data = await client.DescribePolicyConfig({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
441
531
  it("organization.v20210331.DescribeOrganizationNodes", async function () {
442
532
  try {
443
533
  const data = await client.DescribeOrganizationNodes({})
@@ -448,9 +538,9 @@ it("organization.v20210331.DescribeOrganizationNodes", async function () {
448
538
  }
449
539
  })
450
540
 
451
- it("organization.v20210331.DescribeShareUnits", async function () {
541
+ it("organization.v20210331.DeletePolicy", async function () {
452
542
  try {
453
- const data = await client.DescribeShareUnits({})
543
+ const data = await client.DeletePolicy({})
454
544
  expect(data).to.be.ok
455
545
  } catch(error) {
456
546
  expect(error.requestId).to.be.ok
@@ -468,6 +558,16 @@ it("organization.v20210331.CheckAccountDelete", async function () {
468
558
  }
469
559
  })
470
560
 
561
+ it("organization.v20210331.CreatePolicy", async function () {
562
+ try {
563
+ const data = await client.CreatePolicy({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
471
571
  it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
472
572
  try {
473
573
  const data = await client.CreateOrganizationMemberPolicy({})
@@ -478,6 +578,16 @@ it("organization.v20210331.CreateOrganizationMemberPolicy", async function () {
478
578
  }
479
579
  })
480
580
 
581
+ it("organization.v20210331.ListTargetsForPolicy", async function () {
582
+ try {
583
+ const data = await client.ListTargetsForPolicy({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
481
591
  it("organization.v20210331.DeleteOrganizationMemberAuthIdentity", async function () {
482
592
  try {
483
593
  const data = await client.DeleteOrganizationMemberAuthIdentity({})
@@ -488,4 +598,14 @@ it("organization.v20210331.DeleteOrganizationMemberAuthIdentity", async function
488
598
  }
489
599
  })
490
600
 
601
+ it("organization.v20210331.UpdatePolicy", async function () {
602
+ try {
603
+ const data = await client.UpdatePolicy({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
491
611
  })
@@ -128,16 +128,6 @@ it("trocket.v20230308.ImportSourceClusterTopics", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("trocket.v20230308.DescribeTopicStatsOp", async function () {
132
- try {
133
- const data = await client.DescribeTopicStatsOp({})
134
- expect(data).to.be.ok
135
- } catch(error) {
136
- expect(error.requestId).to.be.ok
137
- expect(error.code).to.be.ok
138
- }
139
- })
140
-
141
131
  it("trocket.v20230308.DescribeMQTTUserList", async function () {
142
132
  try {
143
133
  const data = await client.DescribeMQTTUserList({})