tencentcloud-sdk-nodejs 4.0.447 → 4.0.449

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 (87) hide show
  1. package/CHANGELOG.md +270 -0
  2. package/SERVICE_CHANGELOG.md +341 -107
  3. package/package.json +1 -1
  4. package/products.md +18 -16
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bpaas/index.ts +5 -0
  7. package/src/services/bpaas/v20181217/bpaas_client.ts +59 -0
  8. package/src/services/bpaas/v20181217/bpaas_models.ts +291 -0
  9. package/src/services/bpaas/v20181217/index.ts +6 -0
  10. package/src/services/cam/v20190116/cam_models.ts +2 -2
  11. package/src/services/ccc/v20200210/ccc_client.ts +12 -0
  12. package/src/services/ccc/v20200210/ccc_models.ts +30 -0
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +5 -3
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +164 -56
  15. package/src/services/clb/v20180317/clb_models.ts +1 -1
  16. package/src/services/cls/v20201016/cls_models.ts +23 -0
  17. package/src/services/ess/v20201111/ess_models.ts +1 -1
  18. package/src/services/index.ts +2 -0
  19. package/src/services/lcic/index.ts +5 -0
  20. package/src/services/lcic/v20220817/index.ts +6 -0
  21. package/src/services/lcic/v20220817/lcic_client.ts +115 -0
  22. package/src/services/lcic/v20220817/lcic_models.ts +371 -0
  23. package/src/services/live/v20180801/live_models.ts +19 -16
  24. package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
  25. package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
  26. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  27. package/src/services/organization/v20210331/organization_models.ts +7 -1
  28. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  29. package/src/services/postgres/v20170312/postgres_models.ts +76 -12
  30. package/src/services/rum/v20210622/rum_client.ts +1 -1
  31. package/src/services/tdmq/v20200217/tdmq_client.ts +13 -0
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +117 -0
  33. package/src/services/wedata/v20210820/wedata_client.ts +33 -5
  34. package/src/services/wedata/v20210820/wedata_models.ts +222 -100
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/bpaas/index.d.ts +6 -0
  38. package/tencentcloud/services/bpaas/index.js +7 -0
  39. package/tencentcloud/services/bpaas/v20181217/bpaas_client.d.ts +18 -0
  40. package/tencentcloud/services/bpaas/v20181217/bpaas_client.js +43 -0
  41. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +233 -0
  42. package/tencentcloud/services/bpaas/v20181217/bpaas_models.js +18 -0
  43. package/tencentcloud/services/bpaas/v20181217/index.d.ts +6 -0
  44. package/tencentcloud/services/bpaas/v20181217/index.js +9 -0
  45. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +2 -2
  46. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  47. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  48. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +26 -0
  49. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  50. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  51. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +137 -46
  52. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  53. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +20 -0
  54. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  55. package/tencentcloud/services/index.d.ts +2 -0
  56. package/tencentcloud/services/index.js +4 -0
  57. package/tencentcloud/services/lcic/index.d.ts +6 -0
  58. package/tencentcloud/services/lcic/index.js +7 -0
  59. package/tencentcloud/services/lcic/v20220817/index.d.ts +6 -0
  60. package/tencentcloud/services/lcic/v20220817/index.js +9 -0
  61. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +38 -0
  62. package/tencentcloud/services/lcic/v20220817/lcic_client.js +73 -0
  63. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +302 -0
  64. package/tencentcloud/services/lcic/v20220817/lcic_models.js +18 -0
  65. package/tencentcloud/services/live/v20180801/live_models.d.ts +16 -13
  66. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
  67. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
  68. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  70. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  71. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +6 -1
  72. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  73. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  74. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +67 -11
  75. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -1
  76. package/tencentcloud/services/rum/v20210622/rum_client.js +1 -1
  77. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  78. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +97 -0
  80. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +11 -1
  81. package/tencentcloud/services/wedata/v20210820/wedata_client.js +14 -0
  82. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +191 -86
  83. package/test/bpaas.v20181217.test.js +41 -0
  84. package/test/ccc.v20200210.test.js +10 -0
  85. package/test/lcic.v20220817.test.js +91 -0
  86. package/test/tdmq.v20200217.test.js +10 -0
  87. package/test/wedata.v20210820.test.js +20 -0
@@ -896,6 +896,36 @@ export interface InstanceLog {
896
896
  */
897
897
  CostTime: number;
898
898
  }
899
+ /**
900
+ * 查询数据源分页列表
901
+ */
902
+ export interface DataSourceInfoPage {
903
+ /**
904
+ * 分页页码
905
+ 注意:此字段可能返回 null,表示取不到有效值。
906
+ */
907
+ PageNumber: number;
908
+ /**
909
+ * 分页大小
910
+ 注意:此字段可能返回 null,表示取不到有效值。
911
+ */
912
+ PageSize: number;
913
+ /**
914
+ * 数据源列表
915
+ 注意:此字段可能返回 null,表示取不到有效值。
916
+ */
917
+ Rows: Array<DataSourceInfo>;
918
+ /**
919
+ * 总数
920
+ 注意:此字段可能返回 null,表示取不到有效值。
921
+ */
922
+ TotalCount: number;
923
+ /**
924
+ * 总分页页码
925
+ 注意:此字段可能返回 null,表示取不到有效值。
926
+ */
927
+ TotalPageNumber: number;
928
+ }
899
929
  /**
900
930
  * BatchDeleteTasksNew请求参数结构体
901
931
  */
@@ -1019,18 +1049,74 @@ export interface DescribeTaskInstancesData {
1019
1049
  PageSize: number;
1020
1050
  }
1021
1051
  /**
1022
- * RegisterEvent返回参数结构体
1052
+ * 文件夹分页信息
1023
1053
  */
1024
- export interface RegisterEventResponse {
1054
+ export interface DescribeFolderWorkflowListData {
1025
1055
  /**
1026
- * 成功或者失败
1027
- 注意:此字段可能返回 null,表示取不到有效值。
1056
+ * 工作流信息列表
1028
1057
  */
1029
- Data: BatchReturn;
1058
+ Items: Array<Workflow>;
1030
1059
  /**
1031
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1060
+ * 总条数
1032
1061
  */
1033
- RequestId?: string;
1062
+ TotalCount: number;
1063
+ /**
1064
+ * 页号
1065
+ */
1066
+ PageNumber: number;
1067
+ /**
1068
+ * 页大小
1069
+ */
1070
+ PageSize: number;
1071
+ }
1072
+ /**
1073
+ * ModifyWorkflowInfo请求参数结构体
1074
+ */
1075
+ export interface ModifyWorkflowInfoRequest {
1076
+ /**
1077
+ * 项目Id
1078
+ */
1079
+ ProjectId: string;
1080
+ /**
1081
+ * 工作流id
1082
+ */
1083
+ WorkflowId: string;
1084
+ /**
1085
+ * 责任人
1086
+ */
1087
+ Owner?: string;
1088
+ /**
1089
+ * 责任人id
1090
+ */
1091
+ OwnerId?: string;
1092
+ /**
1093
+ * 备注
1094
+ */
1095
+ WorkflowDesc?: string;
1096
+ /**
1097
+ * 工作流名称
1098
+ */
1099
+ WorkflowName?: string;
1100
+ /**
1101
+ * 所属文件夹id
1102
+ */
1103
+ FolderId?: string;
1104
+ /**
1105
+ * 工作流所属用户分组id 若有多个,分号隔开: a;b;c
1106
+ */
1107
+ UserGroupId?: string;
1108
+ /**
1109
+ * 工作流所属用户分组名称 若有多个,分号隔开: a;b;c
1110
+ */
1111
+ UserGroupName?: string;
1112
+ /**
1113
+ * 工作流参数列表
1114
+ */
1115
+ WorkflowParams?: Array<ParamInfo>;
1116
+ /**
1117
+ * 用于配置优化参数(线程、内存、CPU核数等),仅作用于Spark SQL节点。多个参数用英文分号分隔。
1118
+ */
1119
+ GeneralTaskParams?: Array<GeneralTaskParam>;
1034
1120
  }
1035
1121
  /**
1036
1122
  * FreezeTasksByMultiWorkflow返回参数结构体
@@ -1074,25 +1160,25 @@ export interface DependencyConfig {
1074
1160
  SonTask?: TaskInnerInfo;
1075
1161
  }
1076
1162
  /**
1077
- * 文件夹分页信息
1163
+ * DescribeDataSourceList请求参数结构体
1078
1164
  */
1079
- export interface DescribeFolderWorkflowListData {
1165
+ export interface DescribeDataSourceListRequest {
1080
1166
  /**
1081
- * 工作流信息列表
1167
+ * 页码
1082
1168
  */
1083
- Items: Array<Workflow>;
1169
+ PageNumber?: number;
1084
1170
  /**
1085
- * 总条数
1171
+ * 返回数量
1086
1172
  */
1087
- TotalCount: number;
1173
+ PageSize?: number;
1088
1174
  /**
1089
- * 页号
1175
+ * 排序配置
1090
1176
  */
1091
- PageNumber: number;
1177
+ OrderFields?: Array<OrderField>;
1092
1178
  /**
1093
- * 页大小
1179
+ * 可选过滤条件,Filter可选配置(参考): "Name": { "type": "string", "description": "数据源名称" }, "Type": { "type": "string", "description": "类型" }, "ClusterId": { "type": "string", "description": "集群id" }, "CategoryId": { "type": "string", "description": "分类,项目或空间id" }
1094
1180
  */
1095
- PageSize: number;
1181
+ Filters?: Array<Filter>;
1096
1182
  }
1097
1183
  /**
1098
1184
  * CreateWorkflow请求参数结构体
@@ -1421,17 +1507,25 @@ export interface ParamInfo {
1421
1507
  ParamValue: string;
1422
1508
  }
1423
1509
  /**
1424
- * FreezeTasks请求参数结构体
1510
+ * 任务依赖的边信息
1425
1511
  */
1426
- export interface FreezeTasksRequest {
1512
+ export interface TaskLinkInfo {
1427
1513
  /**
1428
- * 任务列表
1514
+ * 下游任务id
1429
1515
  */
1430
- Tasks: Array<SimpleTaskInfo>;
1516
+ TaskTo: string;
1431
1517
  /**
1432
- * 任务操作是否消息通知下游任务责任人
1518
+ * 上游任务id
1433
1519
  */
1434
- OperateIsInform: boolean;
1520
+ TaskFrom: string;
1521
+ /**
1522
+ * 依赖边类型 1、“real_real”表示任务->任务;2、"virtual_real" 跨工作流任务->任务
1523
+ */
1524
+ LinkType: string;
1525
+ /**
1526
+ * 依赖边id
1527
+ */
1528
+ LinkId: string;
1435
1529
  }
1436
1530
  /**
1437
1531
  * 集成节点详情
@@ -1629,6 +1723,19 @@ export interface BatchModifyOwnersNewResponse {
1629
1723
  */
1630
1724
  RequestId?: string;
1631
1725
  }
1726
+ /**
1727
+ * DescribeDataSourceWithoutInfo请求参数结构体
1728
+ */
1729
+ export interface DescribeDataSourceWithoutInfoRequest {
1730
+ /**
1731
+ * 1
1732
+ */
1733
+ OrderFields?: Array<OrderField>;
1734
+ /**
1735
+ * 1
1736
+ */
1737
+ Filters?: Array<Filter>;
1738
+ }
1632
1739
  /**
1633
1740
  * 画布所需的信息
1634
1741
  */
@@ -1934,6 +2041,19 @@ export interface TaskInstanceInfo {
1934
2041
  */
1935
2042
  CostTime: string;
1936
2043
  }
2044
+ /**
2045
+ * 通用过滤器
2046
+ */
2047
+ export interface Filter {
2048
+ /**
2049
+ * 过滤字段名称
2050
+ */
2051
+ Name?: string;
2052
+ /**
2053
+ * 过滤值列表
2054
+ */
2055
+ Values?: Array<string>;
2056
+ }
1937
2057
  /**
1938
2058
  * DescribeTasksByPage返回参数结构体
1939
2059
  */
@@ -1962,6 +2082,34 @@ export interface CreateDataSourceResponse {
1962
2082
  */
1963
2083
  RequestId?: string;
1964
2084
  }
2085
+ /**
2086
+ * DescribeDataSourceList返回参数结构体
2087
+ */
2088
+ export interface DescribeDataSourceListResponse {
2089
+ /**
2090
+ * 数据源列表
2091
+ 注意:此字段可能返回 null,表示取不到有效值。
2092
+ */
2093
+ Data: DataSourceInfoPage;
2094
+ /**
2095
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2096
+ */
2097
+ RequestId?: string;
2098
+ }
2099
+ /**
2100
+ * DescribeDataSourceWithoutInfo返回参数结构体
2101
+ */
2102
+ export interface DescribeDataSourceWithoutInfoResponse {
2103
+ /**
2104
+ * 1
2105
+ 注意:此字段可能返回 null,表示取不到有效值。
2106
+ */
2107
+ Data: Array<DataSourceInfo>;
2108
+ /**
2109
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2110
+ */
2111
+ RequestId?: string;
2112
+ }
1965
2113
  /**
1966
2114
  * DescribeFolderList返回参数结构体
1967
2115
  */
@@ -2174,27 +2322,6 @@ export interface TaskCanvasInfo {
2174
2322
  */
2175
2323
  DelayTime: number;
2176
2324
  }
2177
- /**
2178
- * 任务依赖的边信息
2179
- */
2180
- export interface TaskLinkInfo {
2181
- /**
2182
- * 下游任务id
2183
- */
2184
- TaskTo: string;
2185
- /**
2186
- * 上游任务id
2187
- */
2188
- TaskFrom: string;
2189
- /**
2190
- * 依赖边类型 1、“real_real”表示任务->任务;2、"virtual_real" 跨工作流任务->任务
2191
- */
2192
- LinkType: string;
2193
- /**
2194
- * 依赖边id
2195
- */
2196
- LinkId: string;
2197
- }
2198
2325
  /**
2199
2326
  * 文件夹分页信息
2200
2327
  */
@@ -2230,53 +2357,17 @@ export interface TaskExtInfo {
2230
2357
  Value?: string;
2231
2358
  }
2232
2359
  /**
2233
- * ModifyWorkflowInfo请求参数结构体
2360
+ * FreezeTasks请求参数结构体
2234
2361
  */
2235
- export interface ModifyWorkflowInfoRequest {
2236
- /**
2237
- * 项目Id
2238
- */
2239
- ProjectId: string;
2240
- /**
2241
- * 工作流id
2242
- */
2243
- WorkflowId: string;
2244
- /**
2245
- * 责任人
2246
- */
2247
- Owner?: string;
2248
- /**
2249
- * 责任人id
2250
- */
2251
- OwnerId?: string;
2252
- /**
2253
- * 备注
2254
- */
2255
- WorkflowDesc?: string;
2256
- /**
2257
- * 工作流名称
2258
- */
2259
- WorkflowName?: string;
2260
- /**
2261
- * 所属文件夹id
2262
- */
2263
- FolderId?: string;
2264
- /**
2265
- * 工作流所属用户分组id 若有多个,分号隔开: a;b;c
2266
- */
2267
- UserGroupId?: string;
2268
- /**
2269
- * 工作流所属用户分组名称 若有多个,分号隔开: a;b;c
2270
- */
2271
- UserGroupName?: string;
2362
+ export interface FreezeTasksRequest {
2272
2363
  /**
2273
- * 工作流参数列表
2364
+ * 任务列表
2274
2365
  */
2275
- WorkflowParams?: Array<ParamInfo>;
2366
+ Tasks: Array<SimpleTaskInfo>;
2276
2367
  /**
2277
- * 用于配置优化参数(线程、内存、CPU核数等),仅作用于Spark SQL节点。多个参数用英文分号分隔。
2368
+ * 任务操作是否消息通知下游任务责任人
2278
2369
  */
2279
- GeneralTaskParams?: Array<GeneralTaskParam>;
2370
+ OperateIsInform: boolean;
2280
2371
  }
2281
2372
  /**
2282
2373
  * 提交工作流实体
@@ -3107,6 +3198,20 @@ export interface TaskScriptContent {
3107
3198
  */
3108
3199
  ScriptContent: string;
3109
3200
  }
3201
+ /**
3202
+ * RegisterEvent返回参数结构体
3203
+ */
3204
+ export interface RegisterEventResponse {
3205
+ /**
3206
+ * 成功或者失败
3207
+ 注意:此字段可能返回 null,表示取不到有效值。
3208
+ */
3209
+ Data: BatchReturn;
3210
+ /**
3211
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3212
+ */
3213
+ RequestId?: string;
3214
+ }
3110
3215
  /**
3111
3216
  * ForceSucInstances返回参数结构体
3112
3217
  */
@@ -0,0 +1,41 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.bpaas.v20181217.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("bpaas.v20181217.test.js", function () {
20
+
21
+ it("bpaas.v20181217.GetBpaasApproveDetail", async function () {
22
+ try {
23
+ const data = await client.GetBpaasApproveDetail({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("bpaas.v20181217.OutApproveBpaasApplication", async function () {
32
+ try {
33
+ const data = await client.OutApproveBpaasApplication({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ })
@@ -198,6 +198,16 @@ it("ccc.v20200210.UnbindStaffSkillGroupList", async function () {
198
198
  }
199
199
  })
200
200
 
201
+ it("ccc.v20200210.DisableCCCPhoneNumber", async function () {
202
+ try {
203
+ const data = await client.DisableCCCPhoneNumber({})
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
+
201
211
  it("ccc.v20200210.DescribeStaffStatusMetrics", async function () {
202
212
  try {
203
213
  const data = await client.DescribeStaffStatusMetrics({})
@@ -0,0 +1,91 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.lcic.v20220817.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("lcic.v20220817.test.js", function () {
20
+
21
+ it("lcic.v20220817.DescribeUser", async function () {
22
+ try {
23
+ const data = await client.DescribeUser({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("lcic.v20220817.LoginOriginId", async function () {
32
+ try {
33
+ const data = await client.LoginOriginId({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("lcic.v20220817.RegisterUser", async function () {
42
+ try {
43
+ const data = await client.RegisterUser({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
51
+ it("lcic.v20220817.LoginUser", async function () {
52
+ try {
53
+ const data = await client.LoginUser({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
61
+ it("lcic.v20220817.CreateSupervisor", async function () {
62
+ try {
63
+ const data = await client.CreateSupervisor({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("lcic.v20220817.DescribeRoom", async function () {
72
+ try {
73
+ const data = await client.DescribeRoom({})
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
+
81
+ it("lcic.v20220817.CreateRoom", async function () {
82
+ try {
83
+ const data = await client.CreateRoom({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
91
+ })
@@ -598,6 +598,16 @@ it("tdmq.v20200217.DescribeAMQPRouteRelations", async function () {
598
598
  }
599
599
  })
600
600
 
601
+ it("tdmq.v20200217.DescribeRocketMQVipInstances", async function () {
602
+ try {
603
+ const data = await client.DescribeRocketMQVipInstances({})
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
+
601
611
  it("tdmq.v20200217.DescribeAMQPClusters", async function () {
602
612
  try {
603
613
  const data = await client.DescribeAMQPClusters({})
@@ -108,6 +108,16 @@ it("wedata.v20210820.ModifyDataSource", async function () {
108
108
  }
109
109
  })
110
110
 
111
+ it("wedata.v20210820.DescribeDataSourceList", async function () {
112
+ try {
113
+ const data = await client.DescribeDataSourceList({})
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
+
111
121
  it("wedata.v20210820.ModifyTaskInfo", async function () {
112
122
  try {
113
123
  const data = await client.ModifyTaskInfo({})
@@ -188,6 +198,16 @@ it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
188
198
  }
189
199
  })
190
200
 
201
+ it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
202
+ try {
203
+ const data = await client.DescribeDataSourceWithoutInfo({})
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
+
191
211
  it("wedata.v20210820.DescribeInstanceLogs", async function () {
192
212
  try {
193
213
  const data = await client.DescribeInstanceLogs({})