tencentcloud-sdk-nodejs 4.0.223 → 4.0.227

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 (83) hide show
  1. package/CHANGELOG.md +425 -99
  2. package/README.md +2 -2
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aa/v20200224/aa_models.ts +15 -22
  7. package/src/services/advisor/v20200721/advisor_models.ts +7 -1
  8. package/src/services/as/v20180419/as_models.ts +2 -6
  9. package/src/services/ccc/v20200210/ccc_models.ts +49 -7
  10. package/src/services/cdb/v20170320/cdb_client.ts +2 -14
  11. package/src/services/cdb/v20170320/cdb_models.ts +49 -49
  12. package/src/services/cdn/v20180606/cdn_client.ts +72 -18
  13. package/src/services/cdn/v20180606/cdn_models.ts +706 -165
  14. package/src/services/cls/v20201016/cls_client.ts +3 -18
  15. package/src/services/cls/v20201016/cls_models.ts +16 -1
  16. package/src/services/cme/v20191029/cme_models.ts +5 -0
  17. package/src/services/cwp/v20180228/cwp_models.ts +4 -5
  18. package/src/services/faceid/v20180301/faceid_models.ts +25 -9
  19. package/src/services/ims/v20201229/ims_models.ts +10 -0
  20. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +6 -6
  21. package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
  22. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  23. package/src/services/ses/v20201002/ses_client.ts +32 -18
  24. package/src/services/ses/v20201002/ses_models.ts +149 -52
  25. package/src/services/taf/v20200210/taf_client.ts +3 -2
  26. package/src/services/taf/v20200210/taf_models.ts +48 -8
  27. package/src/services/tdmq/v20200217/tdmq_client.ts +282 -71
  28. package/src/services/tdmq/v20200217/tdmq_models.ts +856 -144
  29. package/src/services/tem/v20210701/tem_models.ts +5 -0
  30. package/src/services/tiia/v20190529/tiia_client.ts +78 -3
  31. package/src/services/tiia/v20190529/tiia_models.ts +397 -29
  32. package/src/services/tiw/v20190919/tiw_client.ts +17 -1
  33. package/src/services/tiw/v20190919/tiw_models.ts +82 -5
  34. package/src/services/trtc/v20190722/trtc_client.ts +3 -40
  35. package/src/services/trtc/v20190722/trtc_models.ts +43 -187
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/aa/v20200224/aa_models.d.ts +13 -20
  39. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +6 -1
  40. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -6
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +40 -6
  42. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -5
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -6
  44. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +41 -43
  45. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +26 -3
  46. package/tencentcloud/services/cdn/v20180606/cdn_client.js +32 -3
  47. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +622 -150
  48. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +3 -18
  49. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -17
  50. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  51. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -0
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -4
  53. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -9
  54. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +8 -0
  55. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -6
  56. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  57. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  58. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +10 -6
  59. package/tencentcloud/services/ses/v20201002/ses_client.js +13 -7
  60. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +129 -47
  61. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -1
  62. package/tencentcloud/services/taf/v20200210/taf_client.js +1 -1
  63. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +39 -7
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +89 -21
  65. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +132 -30
  66. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +728 -124
  67. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  68. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +26 -1
  69. package/tencentcloud/services/tiia/v20190529/tiia_client.js +37 -0
  70. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +341 -28
  71. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +8 -1
  72. package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -0
  73. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +72 -5
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -13
  75. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -18
  76. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +39 -163
  77. package/test/cdb.v20170320.test.js +0 -10
  78. package/test/cdn.v20180606.test.js +32 -2
  79. package/test/ses.v20201002.test.js +14 -4
  80. package/test/tdmq.v20200217.test.js +190 -20
  81. package/test/tiia.v20190529.test.js +60 -0
  82. package/test/tiw.v20190919.test.js +10 -0
  83. package/test/trtc.v20190722.test.js +0 -30
@@ -611,6 +611,33 @@ export interface SnapshotWhiteboard {
611
611
  */
612
612
  InitParams?: string;
613
613
  }
614
+ /**
615
+ * 互动白板用量信息
616
+ */
617
+ export interface UsageDataItem {
618
+ /**
619
+ * 日期,格式为YYYY-MM-DD
620
+ */
621
+ Time: string;
622
+ /**
623
+ * 白板应用SDKAppID
624
+ */
625
+ SdkAppId: number;
626
+ /**
627
+ * 互动白板子产品,请求参数传入的一致
628
+ - sp_tiw_board: 互动白板时长
629
+ - sp_tiw_dt: 动态转码页数
630
+ - sp_tiw_st: 静态转码页数
631
+ - sp_tiw_ric: 实时录制时长
632
+ */
633
+ SubProduct: string;
634
+ /**
635
+ * 用量值
636
+ - 静态转码、动态转码单位为页
637
+ - 白板时长、实时录制时长单位为分钟
638
+ */
639
+ Value: number;
640
+ }
614
641
  /**
615
642
  * SetVideoGenerationTaskCallbackKey返回参数结构体
616
643
  */
@@ -794,6 +821,19 @@ export interface SetTranscodeCallbackKeyResponse {
794
821
  */
795
822
  RequestId?: string;
796
823
  }
824
+ /**
825
+ * DescribeTIWDailyUsage返回参数结构体
826
+ */
827
+ export interface DescribeTIWDailyUsageResponse {
828
+ /**
829
+ * 指定区间指定产品的用量汇总
830
+ */
831
+ Usages: Array<UsageDataItem>;
832
+ /**
833
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
834
+ */
835
+ RequestId?: string;
836
+ }
797
837
  /**
798
838
  * 实时录制视频拼接参数
799
839
  */
@@ -1434,17 +1474,31 @@ false - 所有流都录制大画面,默认为false。
1434
1474
  StreamControls?: Array<StreamControl>;
1435
1475
  }
1436
1476
  /**
1437
- * SetOnlineRecordCallback请求参数结构体
1477
+ * DescribeTIWDailyUsage请求参数结构体
1438
1478
  */
1439
- export interface SetOnlineRecordCallbackRequest {
1479
+ export interface DescribeTIWDailyUsageRequest {
1440
1480
  /**
1441
- * 客户的SdkAppId
1481
+ * 互动白板应用SdkAppId
1442
1482
  */
1443
1483
  SdkAppId: number;
1444
1484
  /**
1445
- * 实时录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头。回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40258
1485
+ * 需要查询的子产品用量,支持传入以下值
1486
+ - sp_tiw_board: 互动白板时长,单位为分钟
1487
+ - sp_tiw_dt: 动态转码页数,单位页
1488
+ - sp_tiw_st: 静态转码页数,单位页
1489
+ - sp_tiw_ric: 实时录制时长,单位分钟
1490
+
1491
+ 注意:动态转码以1:8的比例计算文档转码页数,静态转码以1:1的比例计算文档转码页数
1446
1492
  */
1447
- Callback: string;
1493
+ SubProduct: string;
1494
+ /**
1495
+ * 开始时间,格式YYYY-MM-DD,查询结果里包括该天数据
1496
+ */
1497
+ StartTime: string;
1498
+ /**
1499
+ * 结束时间,格式YYYY-MM-DD,查询结果里包括该天数据,单次查询统计区间最多不能超过31天。
1500
+ */
1501
+ EndTime: string;
1448
1502
  }
1449
1503
  /**
1450
1504
  * 实时录制白板参数,例如白板宽高等
@@ -1501,6 +1555,19 @@ export interface DescribeVideoGenerationTaskCallbackRequest {
1501
1555
  */
1502
1556
  SdkAppId: number;
1503
1557
  }
1558
+ /**
1559
+ * SetOnlineRecordCallback请求参数结构体
1560
+ */
1561
+ export interface SetOnlineRecordCallbackRequest {
1562
+ /**
1563
+ * 客户的SdkAppId
1564
+ */
1565
+ SdkAppId: number;
1566
+ /**
1567
+ * 实时录制任务结果回调地址,如果传空字符串会删除原来的回调地址配置,回调地址仅支持 http或https协议,即回调地址以http://或https://开头。回调数据格式请参考文档:https://cloud.tencent.com/document/product/1137/40258
1568
+ */
1569
+ Callback: string;
1570
+ }
1504
1571
  /**
1505
1572
  * PauseOnlineRecord请求参数结构体
1506
1573
  */
@@ -1,6 +1,6 @@
1
1
  import { AbstractClient } from "../../../common/abstract_client";
2
2
  import { ClientConfig } from "../../../common/interface";
3
- import { DescribeAbnormalEventResponse, DescribeAbnormalEventRequest, DescribeTrtcInteractiveTimeResponse, ModifyPictureResponse, StartMCUMixTranscodeByStrRoomIdRequest, CreatePictureRequest, DescribeTrtcMcuTranscodeTimeRequest, RemoveUserByStrRoomIdRequest, DescribeRealtimeScaleResponse, DismissRoomResponse, DescribeRealtimeNetworkResponse, DescribeRecordStatisticRequest, DescribeUserInformationRequest, DescribeCallDetailRequest, DescribeRealtimeNetworkRequest, DescribeUserInformationResponse, RemoveUserByStrRoomIdResponse, StartMCUMixTranscodeRequest, DescribeRealtimeQualityResponse, StopMCUMixTranscodeRequest, DescribeHistoryScaleRequest, DeletePictureRequest, DescribeRoomInformationResponse, RemoveUserRequest, ModifyPictureRequest, CreateTroubleInfoResponse, StopMCUMixTranscodeByStrRoomIdRequest, StopMCUMixTranscodeByStrRoomIdResponse, DescribeRealtimeQualityRequest, DeletePictureResponse, StopMCUMixTranscodeResponse, CreateTroubleInfoRequest, DismissRoomRequest, DescribeDetailEventResponse, DismissRoomByStrRoomIdRequest, StartMCUMixTranscodeResponse, DescribeTrtcMcuTranscodeTimeResponse, DescribePictureRequest, RemoveUserResponse, DescribeRealtimeScaleRequest, DescribeCallDetailResponse, DescribePictureResponse, DescribeTrtcInteractiveTimeRequest, DescribeRoomInformationRequest, DescribeDetailEventRequest, CreatePictureResponse, DescribeRecordStatisticResponse, DismissRoomByStrRoomIdResponse, DescribeHistoryScaleResponse, StartMCUMixTranscodeByStrRoomIdResponse } from "./trtc_models";
3
+ import { DescribeAbnormalEventResponse, DescribeAbnormalEventRequest, DescribeTrtcInteractiveTimeResponse, ModifyPictureResponse, StartMCUMixTranscodeByStrRoomIdRequest, CreatePictureRequest, DescribeTrtcMcuTranscodeTimeRequest, RemoveUserByStrRoomIdRequest, DismissRoomResponse, DescribeRecordStatisticRequest, DescribeUserInformationRequest, DescribeCallDetailRequest, DescribeUserInformationResponse, RemoveUserByStrRoomIdResponse, StartMCUMixTranscodeRequest, StopMCUMixTranscodeRequest, DescribeHistoryScaleRequest, DeletePictureRequest, DescribeRoomInformationResponse, RemoveUserRequest, ModifyPictureRequest, CreateTroubleInfoResponse, StopMCUMixTranscodeByStrRoomIdRequest, StopMCUMixTranscodeByStrRoomIdResponse, DeletePictureResponse, CreateTroubleInfoRequest, DismissRoomRequest, DescribeDetailEventResponse, DismissRoomByStrRoomIdRequest, StartMCUMixTranscodeResponse, DescribeTrtcMcuTranscodeTimeResponse, DescribePictureRequest, RemoveUserResponse, StopMCUMixTranscodeResponse, DescribeCallDetailResponse, DescribePictureResponse, DescribeTrtcInteractiveTimeRequest, DescribeRoomInformationRequest, DescribeDetailEventRequest, CreatePictureResponse, DescribeRecordStatisticResponse, DismissRoomByStrRoomIdResponse, DescribeHistoryScaleResponse, StartMCUMixTranscodeByStrRoomIdResponse } from "./trtc_models";
4
4
  /**
5
5
  * trtc client
6
6
  * @class
@@ -65,18 +65,6 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
65
65
  **注意**:该接口只用于历史数据统计或核对数据使用,实时类关键业务逻辑不能使用。
66
66
  */
67
67
  DescribeCallDetail(req: DescribeCallDetailRequest, cb?: (error: string, rep: DescribeCallDetailResponse) => void): Promise<DescribeCallDetailResponse>;
68
- /**
69
- * 查询sdkappid维度下每分钟实时质量数据,包括:进房成功率,首帧秒开率,音频卡顿率,视频卡顿率。可查询24小时内数据,查询起止时间不低于1分钟,不超过1个小时。
70
- */
71
- DescribeRealtimeQuality(req: DescribeRealtimeQualityRequest, cb?: (error: string, rep: DescribeRealtimeQualityResponse) => void): Promise<DescribeRealtimeQualityResponse>;
72
- /**
73
- * 查询sdkappid维度下每分钟实时规模,可查询24小时内数据,查询起止时间不低于1分钟,不超过1个小时。
74
- */
75
- DescribeRealtimeScale(req: DescribeRealtimeScaleRequest, cb?: (error: string, rep: DescribeRealtimeScaleResponse) => void): Promise<DescribeRealtimeScaleResponse>;
76
- /**
77
- * 查询sdkappid维度下每分钟实时网络状态,包括上行丢包与下行丢包。可查询24小时内数据,查询起止时间不低于1分钟,不超过1个小时。
78
- */
79
- DescribeRealtimeNetwork(req: DescribeRealtimeNetworkRequest, cb?: (error: string, rep: DescribeRealtimeNetworkResponse) => void): Promise<DescribeRealtimeNetworkResponse>;
80
68
  /**
81
69
  * 接口说明:结束云端混流
82
70
  */
@@ -103,24 +103,6 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
103
103
  async DescribeCallDetail(req, cb) {
104
104
  return this.request("DescribeCallDetail", req, cb);
105
105
  }
106
- /**
107
- * 查询sdkappid维度下每分钟实时质量数据,包括:进房成功率,首帧秒开率,音频卡顿率,视频卡顿率。可查询24小时内数据,查询起止时间不低于1分钟,不超过1个小时。
108
- */
109
- async DescribeRealtimeQuality(req, cb) {
110
- return this.request("DescribeRealtimeQuality", req, cb);
111
- }
112
- /**
113
- * 查询sdkappid维度下每分钟实时规模,可查询24小时内数据,查询起止时间不低于1分钟,不超过1个小时。
114
- */
115
- async DescribeRealtimeScale(req, cb) {
116
- return this.request("DescribeRealtimeScale", req, cb);
117
- }
118
- /**
119
- * 查询sdkappid维度下每分钟实时网络状态,包括上行丢包与下行丢包。可查询24小时内数据,查询起止时间不低于1分钟,不超过1个小时。
120
- */
121
- async DescribeRealtimeNetwork(req, cb) {
122
- return this.request("DescribeRealtimeNetwork", req, cb);
123
- }
124
106
  /**
125
107
  * 接口说明:结束云端混流
126
108
  */
@@ -15,20 +15,6 @@ export interface DescribeAbnormalEventResponse {
15
15
  */
16
16
  RequestId?: string;
17
17
  }
18
- /**
19
- * 查询秒级监控返回的数据
20
- */
21
- export interface RealtimeData {
22
- /**
23
- * 返回的数据
24
- 注意:此字段可能返回 null,表示取不到有效值。
25
- */
26
- Content: Array<TimeValue>;
27
- /**
28
- * 数据类型字段
29
- */
30
- DataType: string;
31
- }
32
18
  /**
33
19
  * DescribeAbnormalEvent请求参数结构体
34
20
  */
@@ -253,19 +239,6 @@ export interface RemoveUserByStrRoomIdRequest {
253
239
  */
254
240
  UserIds: Array<string>;
255
241
  }
256
- /**
257
- * DescribeRealtimeScale返回参数结构体
258
- */
259
- export interface DescribeRealtimeScaleResponse {
260
- /**
261
- * 返回的数据数组
262
- */
263
- Data?: Array<RealtimeData>;
264
- /**
265
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
266
- */
267
- RequestId?: string;
268
- }
269
242
  /**
270
243
  * DismissRoom返回参数结构体
271
244
  */
@@ -276,17 +249,33 @@ export interface DismissRoomResponse {
276
249
  RequestId?: string;
277
250
  }
278
251
  /**
279
- * DescribeRealtimeNetwork返回参数结构体
252
+ * 事件信息,包括,事件时间戳,事件ID,
280
253
  */
281
- export interface DescribeRealtimeNetworkResponse {
254
+ export interface EventMessage {
282
255
  /**
283
- * 查询返回的数据
256
+ * 视频流类型:
257
+ 0:与视频无关的事件;
258
+ 2:视频为大画面;
259
+ 3:视频为小画面;
260
+ 7:视频为旁路画面;
284
261
  */
285
- Data?: Array<RealtimeData>;
262
+ Type: number;
286
263
  /**
287
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
264
+ * 事件上报的时间戳,unix时间(1589891188801ms)
288
265
  */
289
- RequestId?: string;
266
+ Time: number;
267
+ /**
268
+ * 事件Id:分为sdk的事件和webrtc的事件,详情见:附录/事件 ID 映射表:https://cloud.tencent.com/document/product/647/44916
269
+ */
270
+ EventId: number;
271
+ /**
272
+ * 事件的第一个参数,如视频分辨率宽
273
+ */
274
+ ParamOne: number;
275
+ /**
276
+ * 事件的第二个参数,如视频分辨率高
277
+ */
278
+ ParamTwo: number;
290
279
  }
291
280
  /**
292
281
  * DescribeRecordStatistic请求参数结构体
@@ -390,27 +379,28 @@ bigvHeight:上/下行分辨率高
390
379
  PageSize?: string;
391
380
  }
392
381
  /**
393
- * DescribeRealtimeNetwork请求参数结构体
382
+ * 历史规模信息
394
383
  */
395
- export interface DescribeRealtimeNetworkRequest {
384
+ export interface ScaleInfomation {
396
385
  /**
397
- * 查询开始时间,24小时内,本地unix时间戳(1588031999s)
386
+ * 每天开始的时间
398
387
  */
399
- StartTime: number;
388
+ Time: number;
400
389
  /**
401
- * 查询结束时间,本地unix时间戳(1588031999s)
390
+ * 房间人数,用户重复进入同一个房间为1次
391
+ 注意:此字段可能返回 null,表示取不到有效值。
402
392
  */
403
- EndTime: number;
393
+ UserNumber: number;
404
394
  /**
405
- * 用户sdkappid
395
+ * 房间人次,用户每次进入房间为一次
396
+ 注意:此字段可能返回 null,表示取不到有效值。
406
397
  */
407
- SdkAppId: string;
398
+ UserCount: number;
408
399
  /**
409
- * 需查询的数据类型
410
- sendLossRateRaw:上行丢包率
411
- recvLossRateRaw:下行丢包率
400
+ * sdkappid下一天内的房间数
401
+ 注意:此字段可能返回 null,表示取不到有效值。
412
402
  */
413
- DataType?: Array<string>;
403
+ RoomNumbers: number;
414
404
  }
415
405
  /**
416
406
  * DescribeUserInformation返回参数结构体
@@ -528,19 +518,6 @@ export interface StartMCUMixTranscodeRequest {
528
518
  */
529
519
  PublishCdnParams?: PublishCdnParams;
530
520
  }
531
- /**
532
- * DescribeRealtimeQuality返回参数结构体
533
- */
534
- export interface DescribeRealtimeQualityResponse {
535
- /**
536
- * 返回的数据类型
537
- */
538
- Data?: Array<RealtimeData>;
539
- /**
540
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
541
- */
542
- RequestId?: string;
543
- }
544
521
  /**
545
522
  * StopMCUMixTranscode请求参数结构体
546
523
  */
@@ -701,35 +678,6 @@ export interface OutputParams {
701
678
  */
702
679
  RecordAudioOnly?: number;
703
680
  }
704
- /**
705
- * 事件信息,包括,事件时间戳,事件ID,
706
- */
707
- export interface EventMessage {
708
- /**
709
- * 视频流类型:
710
- 0:与视频无关的事件;
711
- 2:视频为大画面;
712
- 3:视频为小画面;
713
- 7:视频为旁路画面;
714
- */
715
- Type: number;
716
- /**
717
- * 事件上报的时间戳,unix时间(1589891188801ms)
718
- */
719
- Time: number;
720
- /**
721
- * 事件Id:分为sdk的事件和webrtc的事件,详情见:附录/事件 ID 映射表:https://cloud.tencent.com/document/product/647/44916
722
- */
723
- EventId: number;
724
- /**
725
- * 事件的第一个参数,如视频分辨率宽
726
- */
727
- ParamOne: number;
728
- /**
729
- * 事件的第二个参数,如视频分辨率高
730
- */
731
- ParamTwo: number;
732
- }
733
681
  /**
734
682
  * ModifyPicture请求参数结构体
735
683
  */
@@ -826,31 +774,6 @@ export interface StopMCUMixTranscodeByStrRoomIdResponse {
826
774
  */
827
775
  RequestId?: string;
828
776
  }
829
- /**
830
- * DescribeRealtimeQuality请求参数结构体
831
- */
832
- export interface DescribeRealtimeQualityRequest {
833
- /**
834
- * 查询开始时间,24小时内。本地unix时间戳(1588031999s)
835
- */
836
- StartTime: number;
837
- /**
838
- * 查询结束时间,本地unix时间戳(1588031999s)
839
- */
840
- EndTime: number;
841
- /**
842
- * 用户sdkappid
843
- */
844
- SdkAppId: string;
845
- /**
846
- * 查询的数据类型
847
- enterTotalSuccPercent:进房成功率
848
- fistFreamInSecRate:首帧秒开率
849
- blockPercent:视频卡顿率
850
- audioBlockPercent:音频卡顿率
851
- */
852
- DataType?: Array<string>;
853
- }
854
777
  /**
855
778
  * DeletePicture返回参数结构体
856
779
  */
@@ -860,15 +783,6 @@ export interface DeletePictureResponse {
860
783
  */
861
784
  RequestId?: string;
862
785
  }
863
- /**
864
- * StopMCUMixTranscode返回参数结构体
865
- */
866
- export interface StopMCUMixTranscodeResponse {
867
- /**
868
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
869
- */
870
- RequestId?: string;
871
- }
872
786
  /**
873
787
  * CreateTroubleInfo请求参数结构体
874
788
  */
@@ -1140,27 +1054,13 @@ export interface PresetLayoutConfig {
1140
1054
  PlaceImageId?: number;
1141
1055
  }
1142
1056
  /**
1143
- * DescribeRealtimeScale请求参数结构体
1057
+ * StopMCUMixTranscode返回参数结构体
1144
1058
  */
1145
- export interface DescribeRealtimeScaleRequest {
1146
- /**
1147
- * 查询开始时间,24小时内。本地unix时间戳(1588031999s)
1148
- */
1149
- StartTime: number;
1150
- /**
1151
- * 查询结束时间,本地unix时间戳(1588031999s)
1152
- */
1153
- EndTime: number;
1154
- /**
1155
- * 用户sdkappid
1156
- */
1157
- SdkAppId: string;
1059
+ export interface StopMCUMixTranscodeResponse {
1158
1060
  /**
1159
- * 查询的数据类型
1160
- UserNum:通话人数;
1161
- RoomNum:房间数
1061
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1162
1062
  */
1163
- DataType?: Array<string>;
1063
+ RequestId?: string;
1164
1064
  }
1165
1065
  /**
1166
1066
  * DescribeCallDetail返回参数结构体
@@ -1293,30 +1193,6 @@ export interface DescribeRoomInformationRequest {
1293
1193
  */
1294
1194
  PageSize?: string;
1295
1195
  }
1296
- /**
1297
- * 历史规模信息
1298
- */
1299
- export interface ScaleInfomation {
1300
- /**
1301
- * 每天开始的时间
1302
- */
1303
- Time: number;
1304
- /**
1305
- * 房间人数,用户重复进入同一个房间为1次
1306
- 注意:此字段可能返回 null,表示取不到有效值。
1307
- */
1308
- UserNumber: number;
1309
- /**
1310
- * 房间人次,用户每次进入房间为一次
1311
- 注意:此字段可能返回 null,表示取不到有效值。
1312
- */
1313
- UserCount: number;
1314
- /**
1315
- * sdkappid下一天内的房间数
1316
- 注意:此字段可能返回 null,表示取不到有效值。
1317
- */
1318
- RoomNumbers: number;
1319
- }
1320
1196
  /**
1321
1197
  * DescribeDetailEvent请求参数结构体
1322
1198
  */
@@ -318,16 +318,6 @@ it("cdb.v20170320.DescribeAccountPrivileges", async function () {
318
318
  }
319
319
  })
320
320
 
321
- it("cdb.v20170320.ModifyRoType", async function () {
322
- try {
323
- const data = await client.ModifyRoType({})
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
321
  it("cdb.v20170320.ReleaseIsolatedDBInstances", async function () {
332
322
  try {
333
323
  const data = await client.ReleaseIsolatedDBInstances({})
@@ -268,9 +268,9 @@ it("cdn.v20180606.DescribeDDoSData", async function () {
268
268
  }
269
269
  })
270
270
 
271
- it("cdn.v20180606.ListTopClsLogData", async function () {
271
+ it("cdn.v20180606.ListScdnTopBotData", async function () {
272
272
  try {
273
- const data = await client.ListTopClsLogData({})
273
+ const data = await client.ListScdnTopBotData({})
274
274
  expect(data).to.be.ok
275
275
  } catch(error) {
276
276
  expect(error.requestId).to.be.ok
@@ -638,6 +638,16 @@ it("cdn.v20180606.ListClsLogTopics", async function () {
638
638
  }
639
639
  })
640
640
 
641
+ it("cdn.v20180606.DescribeScdnBotRecords", async function () {
642
+ try {
643
+ const data = await client.DescribeScdnBotRecords({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
641
651
  it("cdn.v20180606.DescribeScdnConfig", async function () {
642
652
  try {
643
653
  const data = await client.DescribeScdnConfig({})
@@ -738,6 +748,16 @@ it("cdn.v20180606.UpdatePayType", async function () {
738
748
  }
739
749
  })
740
750
 
751
+ it("cdn.v20180606.DescribeTopData", async function () {
752
+ try {
753
+ const data = await client.DescribeTopData({})
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
+
741
761
  it("cdn.v20180606.EnableCaches", async function () {
742
762
  try {
743
763
  const data = await client.EnableCaches({})
@@ -748,4 +768,14 @@ it("cdn.v20180606.EnableCaches", async function () {
748
768
  }
749
769
  })
750
770
 
771
+ it("cdn.v20180606.ListTopClsLogData", async function () {
772
+ try {
773
+ const data = await client.ListTopClsLogData({})
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
+
751
781
  })
@@ -68,9 +68,9 @@ it("ses.v20201002.CreateEmailTemplate", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("ses.v20201002.GetStatisticsReport", async function () {
71
+ it("ses.v20201002.BatchSendEmail", async function () {
72
72
  try {
73
- const data = await client.GetStatisticsReport({})
73
+ const data = await client.BatchSendEmail({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("ses.v20201002.ListEmailIdentities", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("ses.v20201002.ListBlackEmailAddress", async function () {
101
+ it("ses.v20201002.GetStatisticsReport", async function () {
102
102
  try {
103
- const data = await client.ListBlackEmailAddress({})
103
+ const data = await client.GetStatisticsReport({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -118,6 +118,16 @@ it("ses.v20201002.GetSendEmailStatus", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("ses.v20201002.ListBlackEmailAddress", async function () {
122
+ try {
123
+ const data = await client.ListBlackEmailAddress({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
121
131
  it("ses.v20201002.DeleteEmailTemplate", async function () {
122
132
  try {
123
133
  const data = await client.DeleteEmailTemplate({})