tencentcloud-sdk-nodejs 4.0.673 → 4.0.675

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 (69) hide show
  1. package/CHANGELOG.md +357 -0
  2. package/SERVICE_CHANGELOG.md +648 -684
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ckafka/v20190819/ckafka_models.ts +4 -0
  7. package/src/services/cvm/v20170312/cvm_client.ts +2 -2
  8. package/src/services/cynosdb/v20190107/cynosdb_client.ts +17 -17
  9. package/src/services/cynosdb/v20190107/cynosdb_models.ts +22 -17
  10. package/src/services/dcdb/v20180411/dcdb_models.ts +5 -1
  11. package/src/services/es/v20180416/es_models.ts +100 -86
  12. package/src/services/ess/v20201111/ess_client.ts +9 -4
  13. package/src/services/ess/v20201111/ess_models.ts +146 -37
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +5 -0
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +14 -5
  16. package/src/services/faceid/v20180301/faceid_models.ts +7 -6
  17. package/src/services/iss/v20230517/iss_client.ts +64 -11
  18. package/src/services/iss/v20230517/iss_models.ts +381 -86
  19. package/src/services/lcic/v20220817/lcic_models.ts +14 -4
  20. package/src/services/live/v20180801/live_models.ts +4 -4
  21. package/src/services/mariadb/v20170312/mariadb_models.ts +5 -1
  22. package/src/services/memcached/v20190318/memcached_models.ts +1 -1
  23. package/src/services/nlp/v20190408/nlp_client.ts +1 -1
  24. package/src/services/redis/v20180412/redis_models.ts +1 -1
  25. package/src/services/tione/v20211111/tione_client.ts +2 -1
  26. package/src/services/tione/v20211111/tione_models.ts +94 -54
  27. package/src/services/trtc/v20190722/trtc_client.ts +84 -6
  28. package/src/services/trtc/v20190722/trtc_models.ts +292 -92
  29. package/src/services/tse/v20201207/tse_models.ts +2 -2
  30. package/src/services/waf/v20180125/waf_client.ts +42 -6
  31. package/src/services/waf/v20180125/waf_models.ts +191 -56
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +4 -0
  35. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -2
  36. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -2
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -17
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +17 -17
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +22 -17
  40. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -1
  41. package/tencentcloud/services/es/v20180416/es_models.d.ts +100 -86
  42. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -2
  43. package/tencentcloud/services/ess/v20201111/ess_client.js +5 -2
  44. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +144 -37
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -0
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -0
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -5
  48. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +7 -6
  49. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +19 -3
  50. package/tencentcloud/services/iss/v20230517/iss_client.js +27 -3
  51. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +368 -86
  52. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -4
  53. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  54. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -1
  55. package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +1 -1
  56. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +1 -1
  57. package/tencentcloud/services/nlp/v20190408/nlp_client.js +1 -1
  58. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
  59. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +93 -54
  60. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +44 -1
  61. package/tencentcloud/services/trtc/v20190722/trtc_client.js +51 -0
  62. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +281 -92
  63. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
  64. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -1
  65. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -0
  66. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +184 -55
  67. package/test/iss.v20230517.test.js +42 -2
  68. package/test/trtc.v20190722.test.js +40 -0
  69. package/test/waf.v20180125.test.js +30 -0
@@ -419,6 +419,23 @@ export interface AddDomainWhiteRuleResponse {
419
419
  */
420
420
  RequestId?: string;
421
421
  }
422
+ /**
423
+ * DescribeHostLimit请求参数结构体
424
+ */
425
+ export interface DescribeHostLimitRequest {
426
+ /**
427
+ * 添加的域名
428
+ */
429
+ Domain: string;
430
+ /**
431
+ * 实例id
432
+ */
433
+ InstanceID?: string;
434
+ /**
435
+ * 流量来源
436
+ */
437
+ AlbType?: string;
438
+ }
422
439
  /**
423
440
  * DescribeIpAccessControl返回参数结构体
424
441
  */
@@ -1149,9 +1166,9 @@ export interface DescribeUserClbWafRegionsResponse {
1149
1166
  RequestId?: string;
1150
1167
  }
1151
1168
  /**
1152
- * ModifyCustomWhiteRule请求参数结构体
1169
+ * ModifyCustomRule请求参数结构体
1153
1170
  */
1154
- export interface ModifyCustomWhiteRuleRequest {
1171
+ export interface ModifyCustomRuleRequest {
1155
1172
  /**
1156
1173
  * 编辑的域名
1157
1174
  */
@@ -1165,21 +1182,36 @@ export interface ModifyCustomWhiteRuleRequest {
1165
1182
  */
1166
1183
  RuleName: string;
1167
1184
  /**
1168
- * 放行时是否继续执行其它检查逻辑,继续执行地域封禁防护:geoip、继续执行CC策略防护:cc、继续执行WEB应用防护:owasp、继续执行AI引擎防护:ai、继续执行信息防泄漏防护:antileakage。如果勾选多个,则以“,”串接。
1185
+ * 执行动作,0:放行、1:阻断、2:人机识别、3:观察、4:重定向
1169
1186
  */
1170
- Bypass: string;
1187
+ RuleAction: string;
1171
1188
  /**
1172
- * 优先级,1~100的整数,数字越小,代表这条规则的执行优先级越高。
1189
+ * 匹配条件数组
1173
1190
  */
1174
- SortId: number;
1191
+ Strategies: Array<Strategy>;
1175
1192
  /**
1176
- * 规则生效截止时间,0:永久生效,其它值为对应时间的时间戳。
1193
+ * WAF的版本,clb-waf代表负载均衡WAF、sparta-waf代表SaaS WAF,默认是sparta-waf。
1177
1194
  */
1178
- ExpireTime: number;
1195
+ Edition?: string;
1179
1196
  /**
1180
- * 匹配条件数组
1197
+ * 动作为重定向的时候重定向URL,默认为"/"
1181
1198
  */
1182
- Strategies: Array<Strategy>;
1199
+ Redirect?: string;
1200
+ /**
1201
+ * 放行时是否继续执行其它检查逻辑,继续执行地域封禁防护:geoip、继续执行CC策略防护:cc、继续执行WEB应用防护:owasp、继续执行AI引擎防护:ai、继续执行信息防泄漏防护:antileakage。如果多个勾选那么以,串接。
1202
+ 默认是"geoip,cc,owasp,ai,antileakage"
1203
+ */
1204
+ Bypass?: string;
1205
+ /**
1206
+ * 优先级,1~100的整数,数字越小,代表这条规则的执行优先级越高。
1207
+ 默认是100
1208
+ */
1209
+ SortId?: number;
1210
+ /**
1211
+ * 规则生效截止时间,0:永久生效,其它值为对应时间的时间戳。
1212
+ 默认是0
1213
+ */
1214
+ ExpireTime?: number;
1183
1215
  }
1184
1216
  /**
1185
1217
  * DeleteCustomWhiteRule请求参数结构体
@@ -1238,6 +1270,15 @@ export interface ModifyProtectionStatusResponse {
1238
1270
  */
1239
1271
  RequestId?: string;
1240
1272
  }
1273
+ /**
1274
+ * AddSpartaProtectionAuto返回参数结构体
1275
+ */
1276
+ export interface AddSpartaProtectionAutoResponse {
1277
+ /**
1278
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1279
+ */
1280
+ RequestId?: string;
1281
+ }
1241
1282
  /**
1242
1283
  * ModifyWafAutoDenyStatus请求参数结构体
1243
1284
  */
@@ -1247,6 +1288,23 @@ export interface ModifyWafAutoDenyStatusRequest {
1247
1288
  */
1248
1289
  WafAutoDenyDetails: AutoDenyDetail;
1249
1290
  }
1291
+ /**
1292
+ * DescribeCustomRuleList返回参数结构体
1293
+ */
1294
+ export interface DescribeCustomRuleListResponse {
1295
+ /**
1296
+ * 规则详情
1297
+ */
1298
+ RuleList: Array<DescribeCustomRulesRspRuleListItem>;
1299
+ /**
1300
+ * 规则条数
1301
+ */
1302
+ TotalCount: string;
1303
+ /**
1304
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1305
+ */
1306
+ RequestId?: string;
1307
+ }
1250
1308
  /**
1251
1309
  * bot的趋势图对象
1252
1310
  */
@@ -1268,6 +1326,15 @@ export interface BotStatPointItem {
1268
1326
  */
1269
1327
  Label: string;
1270
1328
  }
1329
+ /**
1330
+ * ModifyDomainsCLSStatus返回参数结构体
1331
+ */
1332
+ export interface ModifyDomainsCLSStatusResponse {
1333
+ /**
1334
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1335
+ */
1336
+ RequestId?: string;
1337
+ }
1271
1338
  /**
1272
1339
  * ModifyAccessPeriod返回参数结构体
1273
1340
  */
@@ -2537,13 +2604,33 @@ export interface DescribeCiphersDetailResponse {
2537
2604
  RequestId?: string;
2538
2605
  }
2539
2606
  /**
2540
- * ModifyDomainsCLSStatus返回参数结构体
2607
+ * DescribeCustomRuleList请求参数结构体
2541
2608
  */
2542
- export interface ModifyDomainsCLSStatusResponse {
2609
+ export interface DescribeCustomRuleListRequest {
2543
2610
  /**
2544
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2611
+ * 域名
2545
2612
  */
2546
- RequestId?: string;
2613
+ Domain: string;
2614
+ /**
2615
+ * 偏移
2616
+ */
2617
+ Offset: number;
2618
+ /**
2619
+ * 容量
2620
+ */
2621
+ Limit: number;
2622
+ /**
2623
+ * 过滤数组,name可以是如下的值: RuleID,RuleName,Match
2624
+ */
2625
+ Filters?: Array<FiltersItemNew>;
2626
+ /**
2627
+ * asc或者desc
2628
+ */
2629
+ Order?: string;
2630
+ /**
2631
+ * exp_ts或者mod_ts
2632
+ */
2633
+ By?: string;
2547
2634
  }
2548
2635
  /**
2549
2636
  * DescribeHostLimit返回参数结构体
@@ -2695,6 +2782,19 @@ export interface WafThreatenIntelligenceDetails {
2695
2782
  */
2696
2783
  LastUpdateTime?: string;
2697
2784
  }
2785
+ /**
2786
+ * CreateAccessExport返回参数结构体
2787
+ */
2788
+ export interface CreateAccessExportResponse {
2789
+ /**
2790
+ * 日志导出ID。
2791
+ */
2792
+ ExportId: string;
2793
+ /**
2794
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2795
+ */
2796
+ RequestId?: string;
2797
+ }
2698
2798
  /**
2699
2799
  * DescribeDomainWhiteRules请求参数结构体
2700
2800
  */
@@ -3137,6 +3237,39 @@ export interface DeleteIpAccessControlResponse {
3137
3237
  */
3138
3238
  RequestId?: string;
3139
3239
  }
3240
+ /**
3241
+ * ModifyCustomWhiteRule请求参数结构体
3242
+ */
3243
+ export interface ModifyCustomWhiteRuleRequest {
3244
+ /**
3245
+ * 编辑的域名
3246
+ */
3247
+ Domain: string;
3248
+ /**
3249
+ * 编辑的规则ID
3250
+ */
3251
+ RuleId: number;
3252
+ /**
3253
+ * 编辑的规则名称
3254
+ */
3255
+ RuleName: string;
3256
+ /**
3257
+ * 放行时是否继续执行其它检查逻辑,继续执行地域封禁防护:geoip、继续执行CC策略防护:cc、继续执行WEB应用防护:owasp、继续执行AI引擎防护:ai、继续执行信息防泄漏防护:antileakage。如果勾选多个,则以“,”串接。
3258
+ */
3259
+ Bypass: string;
3260
+ /**
3261
+ * 优先级,1~100的整数,数字越小,代表这条规则的执行优先级越高。
3262
+ */
3263
+ SortId: number;
3264
+ /**
3265
+ * 规则生效截止时间,0:永久生效,其它值为对应时间的时间戳。
3266
+ */
3267
+ ExpireTime: number;
3268
+ /**
3269
+ * 匹配条件数组
3270
+ */
3271
+ Strategies: Array<Strategy>;
3272
+ }
3140
3273
  /**
3141
3274
  * DescribeWafInfo返回参数结构体
3142
3275
  */
@@ -3602,13 +3735,21 @@ export interface FindAllDomainDetail {
3602
3735
  IsWafDomain: number;
3603
3736
  }
3604
3737
  /**
3605
- * AddSpartaProtectionAuto返回参数结构体
3738
+ * DeleteCustomRule请求参数结构体
3606
3739
  */
3607
- export interface AddSpartaProtectionAutoResponse {
3740
+ export interface DeleteCustomRuleRequest {
3608
3741
  /**
3609
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3742
+ * 删除的域名
3610
3743
  */
3611
- RequestId?: string;
3744
+ Domain: string;
3745
+ /**
3746
+ * 删除的规则ID
3747
+ */
3748
+ RuleId: string;
3749
+ /**
3750
+ * WAF的版本,clb-waf代表负载均衡WAF、sparta-waf代表SaaS WAF,默认是sparta-waf。
3751
+ */
3752
+ Edition?: string;
3612
3753
  }
3613
3754
  /**
3614
3755
  * ModifyDomainWhiteRule返回参数结构体
@@ -4280,29 +4421,6 @@ export interface DeleteAttackDownloadRecordRequest {
4280
4421
  */
4281
4422
  Id: number;
4282
4423
  }
4283
- /**
4284
- * DescribeAccessIndex返回参数结构体
4285
- */
4286
- export interface DescribeAccessIndexResponse {
4287
- /**
4288
- * 是否生效,true表示生效,false表示未生效
4289
- */
4290
- Status?: boolean;
4291
- /**
4292
- * 索引配置信息
4293
- 注意:此字段可能返回 null,表示取不到有效值。
4294
- 注意:此字段可能返回 null,表示取不到有效值。
4295
- */
4296
- Rule?: AccessRuleInfo;
4297
- /**
4298
- * 索引修改时间,初始值为索引创建时间。
4299
- */
4300
- ModifyTime?: string;
4301
- /**
4302
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4303
- */
4304
- RequestId?: string;
4305
- }
4306
4424
  /**
4307
4425
  * AddCustomWhiteRule请求参数结构体
4308
4426
  */
@@ -4499,21 +4617,27 @@ export interface DescribeRuleLimitResponse {
4499
4617
  */
4500
4618
  export declare type DescribeWafThreatenIntelligenceRequest = null;
4501
4619
  /**
4502
- * DescribeHostLimit请求参数结构体
4620
+ * DescribeAccessIndex返回参数结构体
4503
4621
  */
4504
- export interface DescribeHostLimitRequest {
4622
+ export interface DescribeAccessIndexResponse {
4505
4623
  /**
4506
- * 添加的域名
4624
+ * 是否生效,true表示生效,false表示未生效
4507
4625
  */
4508
- Domain: string;
4626
+ Status?: boolean;
4509
4627
  /**
4510
- * 实例id
4628
+ * 索引配置信息
4629
+ 注意:此字段可能返回 null,表示取不到有效值。
4630
+ 注意:此字段可能返回 null,表示取不到有效值。
4511
4631
  */
4512
- InstanceID?: string;
4632
+ Rule?: AccessRuleInfo;
4513
4633
  /**
4514
- * 流量来源
4634
+ * 索引修改时间,初始值为索引创建时间。
4515
4635
  */
4516
- AlbType?: string;
4636
+ ModifyTime?: string;
4637
+ /**
4638
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4639
+ */
4640
+ RequestId?: string;
4517
4641
  }
4518
4642
  /**
4519
4643
  * DescribeAccessExports返回参数结构体
@@ -4534,13 +4658,9 @@ export interface DescribeAccessExportsResponse {
4534
4658
  RequestId?: string;
4535
4659
  }
4536
4660
  /**
4537
- * CreateAccessExport返回参数结构体
4661
+ * DeleteCustomRule返回参数结构体
4538
4662
  */
4539
- export interface CreateAccessExportResponse {
4540
- /**
4541
- * 日志导出ID。
4542
- */
4543
- ExportId: string;
4663
+ export interface DeleteCustomRuleResponse {
4544
4664
  /**
4545
4665
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4546
4666
  */
@@ -4849,6 +4969,15 @@ export interface TLSVersion {
4849
4969
  */
4850
4970
  VersionName: string;
4851
4971
  }
4972
+ /**
4973
+ * ModifyCustomRule返回参数结构体
4974
+ */
4975
+ export interface ModifyCustomRuleResponse {
4976
+ /**
4977
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4978
+ */
4979
+ RequestId?: string;
4980
+ }
4852
4981
  /**
4853
4982
  * 负载均衡的监听器
4854
4983
  */
@@ -188,6 +188,16 @@ it("iss.v20230517.UpdateAITask", async function () {
188
188
  }
189
189
  })
190
190
 
191
+ it("iss.v20230517.ListSubTasks", async function () {
192
+ try {
193
+ const data = await client.ListSubTasks({})
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
+
191
201
  it("iss.v20230517.ListRecordPlanChannels", async function () {
192
202
  try {
193
203
  const data = await client.ListRecordPlanChannels({})
@@ -298,6 +308,16 @@ it("iss.v20230517.DescribeRecordTemplate", async function () {
298
308
  }
299
309
  })
300
310
 
311
+ it("iss.v20230517.UpdateRecordTemplate", async function () {
312
+ try {
313
+ const data = await client.UpdateRecordTemplate({})
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
+
301
321
  it("iss.v20230517.AddRecordRetrieveTask", async function () {
302
322
  try {
303
323
  const data = await client.AddRecordRetrieveTask({})
@@ -328,6 +348,16 @@ it("iss.v20230517.AddUserDevice", async function () {
328
348
  }
329
349
  })
330
350
 
351
+ it("iss.v20230517.DescribeTask", async function () {
352
+ try {
353
+ const data = await client.DescribeTask({})
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
+
331
361
  it("iss.v20230517.AddAITask", async function () {
332
362
  try {
333
363
  const data = await client.AddAITask({})
@@ -418,6 +448,16 @@ it("iss.v20230517.ControlDevicePreset", async function () {
418
448
  }
419
449
  })
420
450
 
451
+ it("iss.v20230517.BatchOperateDevice", async function () {
452
+ try {
453
+ const data = await client.BatchOperateDevice({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
421
461
  it("iss.v20230517.UpdateOrganization", async function () {
422
462
  try {
423
463
  const data = await client.UpdateOrganization({})
@@ -658,9 +698,9 @@ it("iss.v20230517.AddStreamAuth", async function () {
658
698
  }
659
699
  })
660
700
 
661
- it("iss.v20230517.UpdateRecordTemplate", async function () {
701
+ it("iss.v20230517.ListTasks", async function () {
662
702
  try {
663
- const data = await client.UpdateRecordTemplate({})
703
+ const data = await client.ListTasks({})
664
704
  expect(data).to.be.ok
665
705
  } catch(error) {
666
706
  expect(error.requestId).to.be.ok
@@ -128,6 +128,16 @@ it("trtc.v20190722.CreatePicture", async function () {
128
128
  }
129
129
  })
130
130
 
131
+ it("trtc.v20190722.DescribeTRTCRealTimeScaleData", async function () {
132
+ try {
133
+ const data = await client.DescribeTRTCRealTimeScaleData({})
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
+
131
141
  it("trtc.v20190722.RemoveUser", async function () {
132
142
  try {
133
143
  const data = await client.RemoveUser({})
@@ -168,6 +178,16 @@ it("trtc.v20190722.StartMCUMixTranscode", async function () {
168
178
  }
169
179
  })
170
180
 
181
+ it("trtc.v20190722.DescribeTRTCMarketScaleData", async function () {
182
+ try {
183
+ const data = await client.DescribeTRTCMarketScaleData({})
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
+
171
191
  it("trtc.v20190722.CreateCloudRecording", async function () {
172
192
  try {
173
193
  const data = await client.CreateCloudRecording({})
@@ -328,6 +348,16 @@ it("trtc.v20190722.UpdatePublishCdnStream", async function () {
328
348
  }
329
349
  })
330
350
 
351
+ it("trtc.v20190722.DescribeTRTCRealTimeQualityData", async function () {
352
+ try {
353
+ const data = await client.DescribeTRTCRealTimeQualityData({})
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
+
331
361
  it("trtc.v20190722.DeleteCloudRecording", async function () {
332
362
  try {
333
363
  const data = await client.DeleteCloudRecording({})
@@ -348,6 +378,16 @@ it("trtc.v20190722.DescribePicture", async function () {
348
378
  }
349
379
  })
350
380
 
381
+ it("trtc.v20190722.DescribeTRTCMarketQualityData", async function () {
382
+ try {
383
+ const data = await client.DescribeTRTCMarketQualityData({})
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
+
351
391
  it("trtc.v20190722.StopPublishCdnStream", async function () {
352
392
  try {
353
393
  const data = await client.StopPublishCdnStream({})
@@ -508,6 +508,16 @@ it("waf.v20180125.DescribeDomainCountInfo", async function () {
508
508
  }
509
509
  })
510
510
 
511
+ it("waf.v20180125.DeleteCustomRule", async function () {
512
+ try {
513
+ const data = await client.DeleteCustomRule({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
511
521
  it("waf.v20180125.DeleteSpartaProtection", async function () {
512
522
  try {
513
523
  const data = await client.DeleteSpartaProtection({})
@@ -618,6 +628,16 @@ it("waf.v20180125.DescribeWafAutoDenyRules", async function () {
618
628
  }
619
629
  })
620
630
 
631
+ it("waf.v20180125.DescribeCustomRuleList", async function () {
632
+ try {
633
+ const data = await client.DescribeCustomRuleList({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
621
641
  it("waf.v20180125.DescribeAttackOverview", async function () {
622
642
  try {
623
643
  const data = await client.DescribeAttackOverview({})
@@ -728,6 +748,16 @@ it("waf.v20180125.DescribePolicyStatus", async function () {
728
748
  }
729
749
  })
730
750
 
751
+ it("waf.v20180125.ModifyCustomRule", async function () {
752
+ try {
753
+ const data = await client.ModifyCustomRule({})
754
+ expect(data).to.be.ok
755
+ } catch(error) {
756
+ expect(error.requestId).to.be.ok
757
+ expect(error.code).to.be.ok
758
+ }
759
+ })
760
+
731
761
  it("waf.v20180125.RefreshAccessCheckResult", async function () {
732
762
  try {
733
763
  const data = await client.RefreshAccessCheckResult({})