tencentcloud-sdk-nodejs 4.0.474 → 4.0.475

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 (65) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/SERVICE_CHANGELOG.md +9 -188
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +2 -2
  7. package/src/services/bma/v20210624/bma_models.ts +40 -0
  8. package/src/services/cam/v20190116/cam_client.ts +534 -496
  9. package/src/services/cam/v20190116/cam_models.ts +133 -27
  10. package/src/services/cls/v20201016/cls_models.ts +4 -4
  11. package/src/services/cwp/v20180228/cwp_models.ts +22 -1
  12. package/src/services/dasb/v20191018/dasb_models.ts +7 -7
  13. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  14. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
  15. package/src/services/emr/v20190103/emr_models.ts +4 -2
  16. package/src/services/ess/v20201111/ess_models.ts +23 -15
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +8 -0
  18. package/src/services/mariadb/v20170312/mariadb_client.ts +18 -6
  19. package/src/services/mariadb/v20170312/mariadb_models.ts +25 -0
  20. package/src/services/mps/v20190612/mps_client.ts +5 -5
  21. package/src/services/pts/v20210728/pts_models.ts +12 -0
  22. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  23. package/src/services/tag/v20180813/tag_client.ts +1 -1
  24. package/src/services/teo/v20220901/teo_client.ts +73 -12
  25. package/src/services/teo/v20220901/teo_models.ts +401 -165
  26. package/src/services/thpc/v20220401/thpc_models.ts +5 -0
  27. package/src/services/trtc/v20190722/trtc_client.ts +76 -1
  28. package/src/services/trtc/v20190722/trtc_models.ts +215 -7
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  32. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +32 -0
  33. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +177 -164
  34. package/tencentcloud/services/cam/v20190116/cam_client.js +263 -244
  35. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +116 -24
  36. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
  37. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +18 -1
  38. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +7 -7
  39. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  40. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  41. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
  42. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -1
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -13
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
  45. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
  46. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
  47. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +22 -0
  48. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +5 -5
  49. package/tencentcloud/services/mps/v20190612/mps_client.js +5 -5
  50. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +10 -0
  51. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  52. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +1 -1
  53. package/tencentcloud/services/tag/v20180813/tag_client.js +1 -1
  54. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +23 -3
  55. package/tencentcloud/services/teo/v20220901/teo_client.js +33 -3
  56. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +344 -141
  57. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -0
  58. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +42 -1
  59. package/tencentcloud/services/trtc/v20190722/trtc_client.js +49 -0
  60. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +185 -6
  61. package/test/cam.v20190116.test.js +192 -162
  62. package/test/dcdb.v20180411.test.js +10 -0
  63. package/test/mariadb.v20170312.test.js +12 -2
  64. package/test/teo.v20220901.test.js +52 -2
  65. package/test/trtc.v20190722.test.js +40 -0
@@ -20,12 +20,14 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CreatePictureRequest,
22
22
  DescribeRelayUsageRequest,
23
+ DescribeTRTCMarketQualityMetricDataResponse,
23
24
  MixLayout,
24
25
  RemoveUserByStrRoomIdResponse,
25
26
  StartMCUMixTranscodeRequest,
26
27
  DescribeUserEventRequest,
27
28
  StartMCUMixTranscodeByStrRoomIdRequest,
28
29
  ScaleInfomation,
30
+ DescribeTRTCRealTimeScaleMetricDataRequest,
29
31
  DescribeUserEventResponse,
30
32
  StopMCUMixTranscodeByStrRoomIdResponse,
31
33
  PictureInfo,
@@ -39,6 +41,7 @@ import {
39
41
  DescribeTrtcUsageResponse,
40
42
  TimeValue,
41
43
  DismissRoomByStrRoomIdRequest,
44
+ DescribeTRTCMarketQualityMetricDataRequest,
42
45
  EventMessage,
43
46
  DescribeRecordStatisticRequest,
44
47
  DescribeRoomInfoRequest,
@@ -55,9 +58,12 @@ import {
55
58
  EventList,
56
59
  DescribeTrtcUsageRequest,
57
60
  DescribeRoomInfoResponse,
61
+ DescribeTRTCRealTimeQualityMetricDataRequest,
58
62
  SdkAppIdTrtcMcuTranscodeTimeUsage,
59
63
  DescribeUserInfoResponse,
64
+ DescribeTRTCRealTimeScaleMetricDataResponse,
60
65
  TrtcUsage,
66
+ DescribeTRTCMarketScaleMetricDataRequest,
61
67
  DescribeRelayUsageResponse,
62
68
  DescribeRecordingUsageResponse,
63
69
  ModifyPictureResponse,
@@ -68,6 +74,7 @@ import {
68
74
  MixLayoutParams,
69
75
  StopMCUMixTranscodeResponse,
70
76
  DescribeMixTranscodingUsageResponse,
77
+ SdkAppIdRecordUsage,
71
78
  SdkAppIdNewTrtcTimeUsage,
72
79
  RemoveUserRequest,
73
80
  DismissRoomRequest,
@@ -75,6 +82,7 @@ import {
75
82
  DescribeCloudRecordingRequest,
76
83
  TencentVod,
77
84
  StopMCUMixTranscodeRequest,
85
+ DescribeTRTCRealTimeQualityMetricDataResponse,
78
86
  LayoutParams,
79
87
  RecordUsage,
80
88
  CreateCloudRecordingRequest,
@@ -91,6 +99,7 @@ import {
91
99
  DescribeTrtcMcuTranscodeTimeResponse,
92
100
  DeleteCloudRecordingRequest,
93
101
  DescribePictureRequest,
102
+ TRTCDataResp,
94
103
  DescribeExternalTrtcMeasureResponse,
95
104
  DescribePictureResponse,
96
105
  DescribeTrtcMcuTranscodeTimeRequest,
@@ -106,9 +115,10 @@ import {
106
115
  DescribeExternalTrtcMeasureRequest,
107
116
  RemoveUserByStrRoomIdRequest,
108
117
  RecordParams,
109
- SdkAppIdRecordUsage,
118
+ DescribeTRTCMarketScaleMetricDataResponse,
110
119
  PresetLayoutConfig,
111
120
  AudioParams,
121
+ SeriesInfo,
112
122
  PublishCdnParams,
113
123
  AbnormalExperience,
114
124
  RoomState,
@@ -153,6 +163,24 @@ export class Client extends AbstractClient {
153
163
  return this.request("DescribeTrtcUsage", req, cb)
154
164
  }
155
165
 
166
+ /**
167
+ * 查询TRTC监控仪表盘-数据大盘质量指标(包括下列指标)
168
+ joinSuccessRate:加入频道成功率。
169
+ joinSuccessIn5sRate:5s内加入频道成功率。
170
+ audioFreezeRate:音频卡顿率。
171
+ videoFreezeRate:视频卡顿率。
172
+ networkDelay :网络延迟率。
173
+ 注意:
174
+ 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
175
+ 2、查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。
176
+ */
177
+ async DescribeTRTCMarketQualityMetricData(
178
+ req: DescribeTRTCMarketQualityMetricDataRequest,
179
+ cb?: (error: string, rep: DescribeTRTCMarketQualityMetricDataResponse) => void
180
+ ): Promise<DescribeTRTCMarketQualityMetricDataResponse> {
181
+ return this.request("DescribeTRTCMarketQualityMetricData", req, cb)
182
+ }
183
+
156
184
  /**
157
185
  * 查询指定时间内的用户列表及用户通话质量数据,可查询14天内数据。DataType 不为null,查询起止时间不超过1个小时,查询用户不超过6个,支持跨天查询。DataType为null时,查询起止时间不超过4个小时, 默认查询6个用户,同时支持每页查询100以内用户个数(PageSize不超过100)。接口用于查询质量问题,不推荐作为计费使用。(同老接口DescribeCallDetail)
158
186
  **注意**:
@@ -176,6 +204,23 @@ export class Client extends AbstractClient {
176
204
  return this.request("StopMCUMixTranscode", req, cb)
177
205
  }
178
206
 
207
+ /**
208
+ * 查询TRTC监控仪表盘-数据大盘规模指标(会返回通话人数,通话房间数,峰值同时在线人数,峰值同时在线频道数)
209
+ userCount:通话人数,
210
+ roomCount:通话房间数,从有用户加入频道到所有用户离开频道计为一个通话频道。
211
+ peakCurrentChannels:峰值同时在线频道数。
212
+ peakCurrentUsers:峰值同时在线人数。
213
+ 注意:
214
+ 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
215
+ 2、查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天。
216
+ */
217
+ async DescribeTRTCMarketScaleMetricData(
218
+ req: DescribeTRTCMarketScaleMetricDataRequest,
219
+ cb?: (error: string, rep: DescribeTRTCMarketScaleMetricDataResponse) => void
220
+ ): Promise<DescribeTRTCMarketScaleMetricDataResponse> {
221
+ return this.request("DescribeTRTCMarketScaleMetricData", req, cb)
222
+ }
223
+
179
224
  /**
180
225
  * 接口说明:启动云端混流,并指定混流画面中各路画面的布局位置。
181
226
 
@@ -216,6 +261,21 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
216
261
  return this.request("DeletePicture", req, cb)
217
262
  }
218
263
 
264
+ /**
265
+ * 查询TRTC监控仪表盘-实时监控质量指标(会返回下列指标)
266
+ -视频卡顿率
267
+ -音频卡顿率
268
+ 注意:
269
+ 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
270
+ 2、查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
271
+ */
272
+ async DescribeTRTCRealTimeQualityMetricData(
273
+ req: DescribeTRTCRealTimeQualityMetricDataRequest,
274
+ cb?: (error: string, rep: DescribeTRTCRealTimeQualityMetricDataResponse) => void
275
+ ): Promise<DescribeTRTCRealTimeQualityMetricDataResponse> {
276
+ return this.request("DescribeTRTCRealTimeQualityMetricData", req, cb)
277
+ }
278
+
219
279
  /**
220
280
  * 如果您需要在 [云端混流转码](https://cloud.tencent.com/document/product/647/16827) 时频繁新增自定义背景图或水印,可通过此接口上传新的图片素材。无需频繁新增图片的场景,建议直接在 [控制台 > 应用管理 > 素材管理](https://cloud.tencent.com/document/product/647/50769) 中操作。
221
281
  */
@@ -506,4 +566,19 @@ TRTC 的一个房间中可能会同时存在多路音视频流,您可以通过
506
566
  ): Promise<DescribeUnusualEventResponse> {
507
567
  return this.request("DescribeUnusualEvent", req, cb)
508
568
  }
569
+
570
+ /**
571
+ * 查询TRTC监控仪表盘-实时监控规模指标(会返回下列指标)
572
+ -userCount(在线用户数)
573
+ -roomCount(在线房间数)
574
+ 注意:
575
+ 1.调用接口需开通监控仪表盘【基础版】和【进阶版】,监控仪表盘【免费版】不支持调用,监控仪表盘版本功能和计费说明:https://cloud.tencent.com/document/product/647/81331。
576
+ 2、查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时。
577
+ */
578
+ async DescribeTRTCRealTimeScaleMetricData(
579
+ req: DescribeTRTCRealTimeScaleMetricDataRequest,
580
+ cb?: (error: string, rep: DescribeTRTCRealTimeScaleMetricDataResponse) => void
581
+ ): Promise<DescribeTRTCRealTimeScaleMetricDataResponse> {
582
+ return this.request("DescribeTRTCRealTimeScaleMetricData", req, cb)
583
+ }
509
584
  }
@@ -76,6 +76,22 @@ export interface DescribeRelayUsageRequest {
76
76
  SdkAppId?: number
77
77
  }
78
78
 
79
+ /**
80
+ * DescribeTRTCMarketQualityMetricData返回参数结构体
81
+ */
82
+ export interface DescribeTRTCMarketQualityMetricDataResponse {
83
+ /**
84
+ * TRTC监控数据出参
85
+ 注意:此字段可能返回 null,表示取不到有效值。
86
+ */
87
+ Data: TRTCDataResp
88
+
89
+ /**
90
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
91
+ */
92
+ RequestId?: string
93
+ }
94
+
79
95
  /**
80
96
  * 用户自定义混流布局参数列表。
81
97
  */
@@ -284,6 +300,31 @@ export interface ScaleInfomation {
284
300
  RoomNumbers: number
285
301
  }
286
302
 
303
+ /**
304
+ * DescribeTRTCRealTimeScaleMetricData请求参数结构体
305
+ */
306
+ export interface DescribeTRTCRealTimeScaleMetricDataRequest {
307
+ /**
308
+ * 用户SdkAppId(如:1400xxxxxx)
309
+ */
310
+ SdkAppId: string
311
+
312
+ /**
313
+ * 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)
314
+ */
315
+ StartTime: number
316
+
317
+ /**
318
+ * 结束时间,unix时间戳,单位:秒
319
+ */
320
+ EndTime: number
321
+
322
+ /**
323
+ * 房间ID
324
+ */
325
+ RoomId?: string
326
+ }
327
+
287
328
  /**
288
329
  * DescribeUserEvent返回参数结构体
289
330
  */
@@ -614,6 +655,33 @@ export interface DismissRoomByStrRoomIdRequest {
614
655
  RoomId: string
615
656
  }
616
657
 
658
+ /**
659
+ * DescribeTRTCMarketQualityMetricData请求参数结构体
660
+ */
661
+ export interface DescribeTRTCMarketQualityMetricDataRequest {
662
+ /**
663
+ * 用户SdkAppId(如:1400xxxxxx)
664
+ */
665
+ SdkAppId: string
666
+
667
+ /**
668
+ * 查询开始时间,格式为YYYY-MM-DD。(查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天)
669
+ */
670
+ StartTime: string
671
+
672
+ /**
673
+ * 查询结束时间,格式为YYYY-MM-DD。
674
+ */
675
+ EndTime: string
676
+
677
+ /**
678
+ * 返回数据的粒度,支持设为以下值:
679
+ d:按天。此时返回查询时间范围内 UTC 时间为零点的数据。
680
+ h:按小时。此时返回查询时间范围内 UTC 时间为整小时的数据。
681
+ */
682
+ Period: string
683
+ }
684
+
617
685
  /**
618
686
  * 事件信息,包括,事件时间戳,事件ID,
619
687
  */
@@ -1089,6 +1157,31 @@ export interface DescribeRoomInfoResponse {
1089
1157
  RequestId?: string
1090
1158
  }
1091
1159
 
1160
+ /**
1161
+ * DescribeTRTCRealTimeQualityMetricData请求参数结构体
1162
+ */
1163
+ export interface DescribeTRTCRealTimeQualityMetricDataRequest {
1164
+ /**
1165
+ * 用户SdkAppId(如:1400xxxxxx)
1166
+ */
1167
+ SdkAppId: string
1168
+
1169
+ /**
1170
+ * 开始时间,unix时间戳,单位:秒(查询时间范围根据监控仪表盘功能版本而定,基础版可查近3小时,进阶版可查近12小时)
1171
+ */
1172
+ StartTime: number
1173
+
1174
+ /**
1175
+ * 结束时间,unix时间戳,单位:秒
1176
+ */
1177
+ EndTime: number
1178
+
1179
+ /**
1180
+ * 房间ID
1181
+ */
1182
+ RoomId?: string
1183
+ }
1184
+
1092
1185
  /**
1093
1186
  * 查询旁路转码计费时长。
1094
1187
  查询时间小于等于1天时,返回每5分钟粒度的数据;查询时间大于1天时,返回按天汇总的数据。
@@ -1146,6 +1239,22 @@ export interface DescribeUserInfoResponse {
1146
1239
  RequestId?: string
1147
1240
  }
1148
1241
 
1242
+ /**
1243
+ * DescribeTRTCRealTimeScaleMetricData返回参数结构体
1244
+ */
1245
+ export interface DescribeTRTCRealTimeScaleMetricDataResponse {
1246
+ /**
1247
+ * TRTC监控数据出参
1248
+ 注意:此字段可能返回 null,表示取不到有效值。
1249
+ */
1250
+ Data: TRTCDataResp
1251
+
1252
+ /**
1253
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1254
+ */
1255
+ RequestId?: string
1256
+ }
1257
+
1149
1258
  /**
1150
1259
  * 实时音视频用量在某一时间段的统计信息。
1151
1260
  */
@@ -1161,6 +1270,33 @@ export interface TrtcUsage {
1161
1270
  UsageValue: Array<number>
1162
1271
  }
1163
1272
 
1273
+ /**
1274
+ * DescribeTRTCMarketScaleMetricData请求参数结构体
1275
+ */
1276
+ export interface DescribeTRTCMarketScaleMetricDataRequest {
1277
+ /**
1278
+ * 用户SdkAppId
1279
+ */
1280
+ SdkAppId: string
1281
+
1282
+ /**
1283
+ * 查询开始时间,格式为YYYY-MM-DD。(查询时间范围根据监控仪表盘功能版本而定,【基础版】可查近30天,【进阶版】可查近60天)
1284
+ */
1285
+ StartTime: string
1286
+
1287
+ /**
1288
+ * 查询结束时间,格式为YYYY-MM-DD。
1289
+ */
1290
+ EndTime: string
1291
+
1292
+ /**
1293
+ * 返回数据的粒度,支持设为以下值:
1294
+ d:按天。此时返回查询时间范围内 UTC 时间为零点的数据。
1295
+ h:按小时。此时返回查询时间范围内 UTC 时间为整小时的数据。
1296
+ */
1297
+ Period: string
1298
+ }
1299
+
1164
1300
  /**
1165
1301
  * DescribeRelayUsage返回参数结构体
1166
1302
  */
@@ -1404,6 +1540,21 @@ export interface DescribeMixTranscodingUsageResponse {
1404
1540
  RequestId?: string
1405
1541
  }
1406
1542
 
1543
+ /**
1544
+ * SdkAppId级别录制时长数据。
1545
+ */
1546
+ export interface SdkAppIdRecordUsage {
1547
+ /**
1548
+ * SdkAppId的值。
1549
+ */
1550
+ SdkAppId: string
1551
+
1552
+ /**
1553
+ * 统计的时间点数据。
1554
+ */
1555
+ Usages: Array<RecordUsage>
1556
+ }
1557
+
1407
1558
  /**
1408
1559
  * SdkAppId级别实时音视频的用量数据
1409
1560
  */
@@ -1561,6 +1712,22 @@ export interface StopMCUMixTranscodeRequest {
1561
1712
  RoomId: number
1562
1713
  }
1563
1714
 
1715
+ /**
1716
+ * DescribeTRTCRealTimeQualityMetricData返回参数结构体
1717
+ */
1718
+ export interface DescribeTRTCRealTimeQualityMetricDataResponse {
1719
+ /**
1720
+ * TRTC监控数据出参
1721
+ 注意:此字段可能返回 null,表示取不到有效值。
1722
+ */
1723
+ Data: TRTCDataResp
1724
+
1725
+ /**
1726
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1727
+ */
1728
+ RequestId?: string
1729
+ }
1730
+
1564
1731
  /**
1565
1732
  * MCU混流布局参数
1566
1733
  */
@@ -1955,6 +2122,29 @@ export interface DescribePictureRequest {
1955
2122
  PageNo?: number
1956
2123
  }
1957
2124
 
2125
+ /**
2126
+ * TRTC数据大盘/实时监控 API接口数据出参
2127
+ */
2128
+ export interface TRTCDataResp {
2129
+ /**
2130
+ * StatementID值
2131
+ 注意:此字段可能返回 null,表示取不到有效值。
2132
+ */
2133
+ StatementID: number
2134
+
2135
+ /**
2136
+ * Series数据
2137
+ 注意:此字段可能返回 null,表示取不到有效值。
2138
+ */
2139
+ Series: Array<SeriesInfo>
2140
+
2141
+ /**
2142
+ * Total值
2143
+ 注意:此字段可能返回 null,表示取不到有效值。
2144
+ */
2145
+ Total: number
2146
+ }
2147
+
1958
2148
  /**
1959
2149
  * DescribeExternalTrtcMeasure返回参数结构体
1960
2150
  */
@@ -2285,18 +2475,19 @@ export interface RecordParams {
2285
2475
  }
2286
2476
 
2287
2477
  /**
2288
- * SdkAppId级别录制时长数据。
2478
+ * DescribeTRTCMarketScaleMetricData返回参数结构体
2289
2479
  */
2290
- export interface SdkAppIdRecordUsage {
2480
+ export interface DescribeTRTCMarketScaleMetricDataResponse {
2291
2481
  /**
2292
- * SdkAppId的值。
2293
- */
2294
- SdkAppId: string
2482
+ * TRTC监控数据出参
2483
+ 注意:此字段可能返回 null,表示取不到有效值。
2484
+ */
2485
+ Data: TRTCDataResp
2295
2486
 
2296
2487
  /**
2297
- * 统计的时间点数据。
2488
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2298
2489
  */
2299
- Usages: Array<RecordUsage>
2490
+ RequestId?: string
2300
2491
  }
2301
2492
 
2302
2493
  /**
@@ -2379,6 +2570,23 @@ export interface AudioParams {
2379
2570
  BitRate: number
2380
2571
  }
2381
2572
 
2573
+ /**
2574
+ * SeriesInfo类型
2575
+ */
2576
+ export interface SeriesInfo {
2577
+ /**
2578
+ * 数据列
2579
+ 注意:此字段可能返回 null,表示取不到有效值。
2580
+ */
2581
+ Columns: Array<string>
2582
+
2583
+ /**
2584
+ * 数据值
2585
+ 注意:此字段可能返回 null,表示取不到有效值。
2586
+ */
2587
+ Values: Array<number>
2588
+ }
2589
+
2382
2590
  /**
2383
2591
  * 第三方CDN转推参数
2384
2592
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.474";
1
+ export declare const sdkVersion = "4.0.475";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.0.474";
4
+ exports.sdkVersion = "4.0.475";
@@ -2144,7 +2144,7 @@ export interface DescribeAutoScalingInstancesResponse {
2144
2144
  RequestId?: string;
2145
2145
  }
2146
2146
  /**
2147
- * 描述了实例的增强服务启用情况与其设置,如云安全,云监控,自动化助手等实例 Agent。
2147
+ * 描述了实例的增强服务启用情况与其设置,如云安全,云监控等实例 Agent。
2148
2148
  */
2149
2149
  export interface EnhancedService {
2150
2150
  /**
@@ -2156,7 +2156,7 @@ export interface EnhancedService {
2156
2156
  */
2157
2157
  MonitorService?: RunMonitorServiceEnabled;
2158
2158
  /**
2159
- * 开启自动化助手服务。若不指定该参数,则默认逻辑与CVM保持一致。注意:此字段可能返回 null,表示取不到有效值。
2159
+ * 该参数已废弃,查询时会返回空值,请勿使用。
2160
2160
  */
2161
2161
  AutomationService?: Array<RunAutomationServiceEnabled>;
2162
2162
  }
@@ -323,6 +323,22 @@ export interface Monitor {
323
323
  * 监测状态说明
324
324
  */
325
325
  MonitorNote: string;
326
+ /**
327
+ * 作品类型全部展示
328
+ */
329
+ WorkCategoryAll: string;
330
+ /**
331
+ * 存证状态
332
+ */
333
+ EvidenceStatus: number;
334
+ /**
335
+ * 存证状态说明
336
+ */
337
+ EvidenceNote: string;
338
+ /**
339
+ * 侵权站点数量
340
+ */
341
+ TortSiteNum: number;
326
342
  }
327
343
  /**
328
344
  * ModifyCRObtainStatus请求参数结构体
@@ -519,6 +535,10 @@ export interface DescribeCRMonitorDetailResponse {
519
535
  * 监测状态
520
536
  */
521
537
  MonitorStatus: number;
538
+ /**
539
+ * 导出地址
540
+ */
541
+ ExportURL: string;
522
542
  /**
523
543
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
524
544
  */
@@ -628,6 +648,10 @@ export interface MonitorTort {
628
648
  * 是否境外网址
629
649
  */
630
650
  IsOverseas: number;
651
+ /**
652
+ * ip地理位置
653
+ */
654
+ IPLoc: string;
631
655
  }
632
656
  /**
633
657
  * CreateBPFakeURL请求参数结构体
@@ -705,6 +729,10 @@ export interface DescribeCRMonitorsResponse {
705
729
  * 记录总条数
706
730
  */
707
731
  TotalCount: number;
732
+ /**
733
+ * 导出地址
734
+ */
735
+ ExportURL: string;
708
736
  /**
709
737
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
710
738
  */
@@ -1258,6 +1286,10 @@ export interface DescribeCRObtainDetailResponse {
1258
1286
  * 取证名称
1259
1287
  */
1260
1288
  ObtainName: string;
1289
+ /**
1290
+ * 取证公证信息
1291
+ */
1292
+ DepositPdfCert: string;
1261
1293
  /**
1262
1294
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1263
1295
  */