tencentcloud-sdk-nodejs 4.0.236 → 4.0.237

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 (28) hide show
  1. package/CHANGELOG.md +177 -37
  2. package/package.json +1 -1
  3. package/products.md +12 -12
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ccc/v20200210/ccc_models.ts +6 -0
  6. package/src/services/cdn/v20180606/cdn_models.ts +15 -9
  7. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +6 -0
  8. package/src/services/cme/v20191029/cme_models.ts +4 -4
  9. package/src/services/dcdb/v20180411/dcdb_models.ts +1 -1
  10. package/src/services/live/v20180801/live_client.ts +1 -1
  11. package/src/services/mrs/v20200910/mrs_client.ts +11 -5
  12. package/src/services/mrs/v20200910/mrs_models.ts +247 -79
  13. package/src/services/sms/v20210111/sms_models.ts +18 -6
  14. package/src/services/tiw/v20190919/tiw_models.ts +2 -2
  15. package/src/services/tse/v20201207/tse_models.ts +24 -0
  16. package/tencentcloud/common/sdk_version.d.ts +1 -1
  17. package/tencentcloud/common/sdk_version.js +1 -1
  18. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
  19. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +14 -8
  20. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -0
  21. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -4
  22. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +1 -1
  23. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  24. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  25. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +218 -73
  26. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +15 -5
  27. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -2
  28. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -0
@@ -107,6 +107,18 @@ export interface Template {
107
107
  注意:此字段可能返回 null,表示取不到有效值。
108
108
  */
109
109
  Electrocardiogram: Electrocardiogram
110
+
111
+ /**
112
+ * 内窥镜报告
113
+ 注意:此字段可能返回 null,表示取不到有效值。
114
+ */
115
+ Endoscopy: Endoscopy
116
+
117
+ /**
118
+ * 处方单
119
+ 注意:此字段可能返回 null,表示取不到有效值。
120
+ */
121
+ Prescription: Prescription
110
122
  }
111
123
 
112
124
  /**
@@ -257,6 +269,29 @@ export interface ReportInfo {
257
269
  Diagnose: string
258
270
  }
259
271
 
272
+ /**
273
+ * 内窥镜报告
274
+ */
275
+ export interface Endoscopy {
276
+ /**
277
+ * 活检部位
278
+ 注意:此字段可能返回 null,表示取不到有效值。
279
+ */
280
+ BiopsyPart: BiopsyPart
281
+
282
+ /**
283
+ * 可见描述
284
+ 注意:此字段可能返回 null,表示取不到有效值。
285
+ */
286
+ Desc: EndoscopyDesc
287
+
288
+ /**
289
+ * 结论
290
+ 注意:此字段可能返回 null,表示取不到有效值。
291
+ */
292
+ Summary: Summary
293
+ }
294
+
260
295
  /**
261
296
  * Ihc信息
262
297
  */
@@ -326,6 +361,59 @@ export interface SurgeryHistory {
326
361
  DischargeDiagnosis: SurgeryAttr
327
362
  }
328
363
 
364
+ /**
365
+ * 药品
366
+ */
367
+ export interface Medicine {
368
+ /**
369
+ * 药品名
370
+ 注意:此字段可能返回 null,表示取不到有效值。
371
+ */
372
+ Name: string
373
+
374
+ /**
375
+ * 商品名
376
+ 注意:此字段可能返回 null,表示取不到有效值。
377
+ */
378
+ TradeName: string
379
+
380
+ /**
381
+ * 厂商
382
+ 注意:此字段可能返回 null,表示取不到有效值。
383
+ */
384
+ Firm: string
385
+
386
+ /**
387
+ * 医保类型
388
+ 注意:此字段可能返回 null,表示取不到有效值。
389
+ */
390
+ Category: string
391
+
392
+ /**
393
+ * 规格
394
+ 注意:此字段可能返回 null,表示取不到有效值。
395
+ */
396
+ Specification: string
397
+
398
+ /**
399
+ * 最小包装数量
400
+ 注意:此字段可能返回 null,表示取不到有效值。
401
+ */
402
+ MinQuantity: string
403
+
404
+ /**
405
+ * 最小制剂单位
406
+ 注意:此字段可能返回 null,表示取不到有效值。
407
+ */
408
+ DosageUnit: string
409
+
410
+ /**
411
+ * 最小包装单位
412
+ 注意:此字段可能返回 null,表示取不到有效值。
413
+ */
414
+ PackingUnit: string
415
+ }
416
+
329
417
  /**
330
418
  * 图片处理参数
331
419
  */
@@ -851,6 +939,59 @@ export interface TextToObjectResponse {
851
939
  RequestId?: string
852
940
  }
853
941
 
942
+ /**
943
+ * 门诊病历信息
944
+ */
945
+ export interface MedicalRecordInfo {
946
+ /**
947
+ * 就诊日期
948
+ 注意:此字段可能返回 null,表示取不到有效值。
949
+ */
950
+ DiagnosisTime: string
951
+
952
+ /**
953
+ * 就诊科室
954
+ 注意:此字段可能返回 null,表示取不到有效值。
955
+ */
956
+ DiagnosisDepartmentName: string
957
+
958
+ /**
959
+ * 就诊医生
960
+ 注意:此字段可能返回 null,表示取不到有效值。
961
+ */
962
+ DiagnosisDoctorName: string
963
+
964
+ /**
965
+ * 临床诊断
966
+ 注意:此字段可能返回 null,表示取不到有效值。
967
+ */
968
+ ClinicalDiagnosis: string
969
+
970
+ /**
971
+ * 主述
972
+ 注意:此字段可能返回 null,表示取不到有效值。
973
+ */
974
+ MainNarration: string
975
+
976
+ /**
977
+ * 体格检查
978
+ 注意:此字段可能返回 null,表示取不到有效值。
979
+ */
980
+ PhysicalExamination: string
981
+
982
+ /**
983
+ * 检查结论
984
+ 注意:此字段可能返回 null,表示取不到有效值。
985
+ */
986
+ InspectionFindings: string
987
+
988
+ /**
989
+ * 治疗意见
990
+ 注意:此字段可能返回 null,表示取不到有效值。
991
+ */
992
+ TreatmentOpinion: string
993
+ }
994
+
854
995
  /**
855
996
  * 部位信息
856
997
  */
@@ -1079,26 +1220,38 @@ export interface MedDoc {
1079
1220
  }
1080
1221
 
1081
1222
  /**
1082
- * 描述
1223
+ * 内窥部位
1083
1224
  */
1084
- export interface Desc {
1225
+ export interface EndoscopyOrgan {
1085
1226
  /**
1086
- * 描述
1227
+ * 部位
1087
1228
  注意:此字段可能返回 null,表示取不到有效值。
1088
1229
  */
1089
- Text: string
1230
+ Part: Part
1090
1231
 
1091
1232
  /**
1092
- * 器官
1233
+ * 原文位置
1093
1234
  注意:此字段可能返回 null,表示取不到有效值。
1094
1235
  */
1095
- Organ: Array<Organ>
1236
+ Index: Array<number>
1096
1237
 
1097
1238
  /**
1098
- * 结节
1239
+ * 原文
1099
1240
  注意:此字段可能返回 null,表示取不到有效值。
1100
1241
  */
1101
- Tuber: Array<TuberInfo>
1242
+ Src: string
1243
+
1244
+ /**
1245
+ * 部位别名
1246
+ 注意:此字段可能返回 null,表示取不到有效值。
1247
+ */
1248
+ PartAlias: string
1249
+
1250
+ /**
1251
+ * 症状描述
1252
+ 注意:此字段可能返回 null,表示取不到有效值。
1253
+ */
1254
+ SymDescList: Array<BlockInfo>
1102
1255
  }
1103
1256
 
1104
1257
  /**
@@ -1232,6 +1385,29 @@ export interface PatientInfo {
1232
1385
  MedicalInsuranceTypeCode: string
1233
1386
  }
1234
1387
 
1388
+ /**
1389
+ * 组织学等级
1390
+ */
1391
+ export interface HistologyLevel {
1392
+ /**
1393
+ * 等级
1394
+ 注意:此字段可能返回 null,表示取不到有效值。
1395
+ */
1396
+ Grade: string
1397
+
1398
+ /**
1399
+ * 原文位置
1400
+ 注意:此字段可能返回 null,表示取不到有效值。
1401
+ */
1402
+ Index: Array<number>
1403
+
1404
+ /**
1405
+ * 原文
1406
+ 注意:此字段可能返回 null,表示取不到有效值。
1407
+ */
1408
+ Src: string
1409
+ }
1410
+
1235
1411
  /**
1236
1412
  * ImageToObject返回参数结构体
1237
1413
  */
@@ -1248,6 +1424,17 @@ export interface ImageToObjectResponse {
1248
1424
  RequestId?: string
1249
1425
  }
1250
1426
 
1427
+ /**
1428
+ * 处方单
1429
+ */
1430
+ export interface Prescription {
1431
+ /**
1432
+ * 药品列表
1433
+ 注意:此字段可能返回 null,表示取不到有效值。
1434
+ */
1435
+ MedicineList: Array<Medicine>
1436
+ }
1437
+
1251
1438
  /**
1252
1439
  * 个人史
1253
1440
  */
@@ -1894,26 +2081,20 @@ export interface TextType {
1894
2081
  }
1895
2082
 
1896
2083
  /**
1897
- * 组织学等级
2084
+ * 内窥镜描述
1898
2085
  */
1899
- export interface HistologyLevel {
2086
+ export interface EndoscopyDesc {
1900
2087
  /**
1901
- * 等级
2088
+ * 描述内容
1902
2089
  注意:此字段可能返回 null,表示取不到有效值。
1903
2090
  */
1904
- Grade: string
1905
-
1906
- /**
1907
- * 原文位置
1908
- 注意:此字段可能返回 null,表示取不到有效值。
1909
- */
1910
- Index: Array<number>
2091
+ Text: string
1911
2092
 
1912
2093
  /**
1913
- * 原文
2094
+ * 器官
1914
2095
  注意:此字段可能返回 null,表示取不到有效值。
1915
2096
  */
1916
- Src: string
2097
+ Organ: Array<EndoscopyOrgan>
1917
2098
  }
1918
2099
 
1919
2100
  /**
@@ -2149,6 +2330,23 @@ export interface DiagCertItem {
2149
2330
  Value: Array<string>
2150
2331
  }
2151
2332
 
2333
+ /**
2334
+ * 活检部位
2335
+ */
2336
+ export interface BiopsyPart {
2337
+ /**
2338
+ * 值
2339
+ 注意:此字段可能返回 null,表示取不到有效值。
2340
+ */
2341
+ Value: string
2342
+
2343
+ /**
2344
+ * 原文
2345
+ 注意:此字段可能返回 null,表示取不到有效值。
2346
+ */
2347
+ Src: string
2348
+ }
2349
+
2152
2350
  /**
2153
2351
  * 月经史
2154
2352
  */
@@ -2257,38 +2455,20 @@ export interface FirstPage {
2257
2455
  }
2258
2456
 
2259
2457
  /**
2260
- * 出入院诊断
2458
+ * 检查报告单
2261
2459
  */
2262
- export interface DischargeDiagnosis {
2263
- /**
2264
- * 表格位置
2265
- 注意:此字段可能返回 null,表示取不到有效值。
2266
- */
2267
- TableIndex: number
2268
-
2269
- /**
2270
- * 出院诊断
2271
- 注意:此字段可能返回 null,表示取不到有效值。
2272
- */
2273
- OutDiagnosis: BlockInfo
2274
-
2275
- /**
2276
- * 疾病编码
2277
- 注意:此字段可能返回 null,表示取不到有效值。
2278
- */
2279
- DiseaseCode: BlockInfo
2280
-
2460
+ export interface Check {
2281
2461
  /**
2282
- * 入院情况
2462
+ * 描述
2283
2463
  注意:此字段可能返回 null,表示取不到有效值。
2284
2464
  */
2285
- InStatus: BlockInfo
2465
+ Desc: Desc
2286
2466
 
2287
2467
  /**
2288
- * 出院情况
2468
+ * 结论
2289
2469
  注意:此字段可能返回 null,表示取不到有效值。
2290
2470
  */
2291
- OutStatus: BlockInfo
2471
+ Summary: Summary
2292
2472
  }
2293
2473
 
2294
2474
  /**
@@ -2330,73 +2510,61 @@ export interface Surgery {
2330
2510
  }
2331
2511
 
2332
2512
  /**
2333
- * 门诊病历信息
2513
+ * 描述
2334
2514
  */
2335
- export interface MedicalRecordInfo {
2336
- /**
2337
- * 就诊日期
2338
- 注意:此字段可能返回 null,表示取不到有效值。
2339
- */
2340
- DiagnosisTime: string
2341
-
2342
- /**
2343
- * 就诊科室
2344
- 注意:此字段可能返回 null,表示取不到有效值。
2345
- */
2346
- DiagnosisDepartmentName: string
2347
-
2515
+ export interface Desc {
2348
2516
  /**
2349
- * 就诊医生
2517
+ * 描述
2350
2518
  注意:此字段可能返回 null,表示取不到有效值。
2351
2519
  */
2352
- DiagnosisDoctorName: string
2520
+ Text: string
2353
2521
 
2354
2522
  /**
2355
- * 临床诊断
2523
+ * 器官
2356
2524
  注意:此字段可能返回 null,表示取不到有效值。
2357
2525
  */
2358
- ClinicalDiagnosis: string
2526
+ Organ: Array<Organ>
2359
2527
 
2360
2528
  /**
2361
- * 主述
2529
+ * 结节
2362
2530
  注意:此字段可能返回 null,表示取不到有效值。
2363
2531
  */
2364
- MainNarration: string
2532
+ Tuber: Array<TuberInfo>
2533
+ }
2365
2534
 
2535
+ /**
2536
+ * 出入院诊断
2537
+ */
2538
+ export interface DischargeDiagnosis {
2366
2539
  /**
2367
- * 体格检查
2540
+ * 表格位置
2368
2541
  注意:此字段可能返回 null,表示取不到有效值。
2369
2542
  */
2370
- PhysicalExamination: string
2543
+ TableIndex: number
2371
2544
 
2372
2545
  /**
2373
- * 检查结论
2546
+ * 出院诊断
2374
2547
  注意:此字段可能返回 null,表示取不到有效值。
2375
2548
  */
2376
- InspectionFindings: string
2549
+ OutDiagnosis: BlockInfo
2377
2550
 
2378
2551
  /**
2379
- * 治疗意见
2552
+ * 疾病编码
2380
2553
  注意:此字段可能返回 null,表示取不到有效值。
2381
2554
  */
2382
- TreatmentOpinion: string
2383
- }
2555
+ DiseaseCode: BlockInfo
2384
2556
 
2385
- /**
2386
- * 检查报告单
2387
- */
2388
- export interface Check {
2389
2557
  /**
2390
- * 描述
2558
+ * 入院情况
2391
2559
  注意:此字段可能返回 null,表示取不到有效值。
2392
2560
  */
2393
- Desc: Desc
2561
+ InStatus: BlockInfo
2394
2562
 
2395
2563
  /**
2396
- * 结论
2564
+ * 出院情况
2397
2565
  注意:此字段可能返回 null,表示取不到有效值。
2398
2566
  */
2399
- Summary: Summary
2567
+ OutStatus: BlockInfo
2400
2568
  }
2401
2569
 
2402
2570
  /**
@@ -843,18 +843,30 @@ export interface DescribeSmsSignListResponse {
843
843
  * DescribeSmsTemplateList请求参数结构体
844
844
  */
845
845
  export interface DescribeSmsTemplateListRequest {
846
- /**
847
- * 模板 ID 数组。
848
- <dx-alert infotype="notice" title="注意">默认数组长度最大100</dx-alert>
849
- */
850
- TemplateIdSet: Array<number>
851
-
852
846
  /**
853
847
  * 是否国际/港澳台短信:
854
848
  0:表示国内短信。
855
849
  1:表示国际/港澳台短信。
856
850
  */
857
851
  International: number
852
+
853
+ /**
854
+ * 模板 ID 数组。数组为空时默认查询模板列表信息(仅允许主账号使用),请使用 Limit 和 Offset 字段设置查询范围。
855
+ <dx-alert infotype="notice" title="注意">默认数组长度最大100</dx-alert>
856
+ */
857
+ TemplateIdSet?: Array<number>
858
+
859
+ /**
860
+ * 最大上限,最多100。
861
+ 注:默认为0,TemplateIdSet 为空时启用。
862
+ */
863
+ Limit?: number
864
+
865
+ /**
866
+ * 偏移量。
867
+ 注:默认为0,TemplateIdSet 为空时启用。
868
+ */
869
+ Offset?: number
858
870
  }
859
871
 
860
872
  /**
@@ -1204,11 +1204,11 @@ export interface CreateTranscodeRequest {
1204
1204
  IsStaticPPT?: boolean
1205
1205
 
1206
1206
  /**
1207
- * 注意: 该参数已废弃, 请使用 MinScaleResolution
1207
+ * 注意: 该参数已废弃, 请使用最新的 [云API SDK](https://cloud.tencent.com/document/api/1137/40060#SDK) ,使用 MinScaleResolution字段传递分辨率
1208
1208
 
1209
1209
  转码后文档的最小分辨率,不传、传空字符串或分辨率格式错误则使用文档原分辨率
1210
1210
 
1211
- 注意分辨率宽高中间为英文字母"xyz"的"x"
1211
+ 示例:1280x720,注意分辨率宽高中间为英文字母"xyz"的"x"
1212
1212
  */
1213
1213
  MinResolution?: string
1214
1214
 
@@ -161,6 +161,18 @@ export interface SREInstance {
161
161
  注意:此字段可能返回 null,表示取不到有效值。
162
162
  */
163
163
  Tags: Array<KVPair>
164
+
165
+ /**
166
+ * 引擎实例是否开启控制台公网访问地址
167
+ 注意:此字段可能返回 null,表示取不到有效值。
168
+ */
169
+ EnableConsoleInternet: boolean
170
+
171
+ /**
172
+ * 引擎实例是否开启控制台内网访问地址
173
+ 注意:此字段可能返回 null,表示取不到有效值。
174
+ */
175
+ EnableConsoleIntranet: boolean
164
176
  }
165
177
 
166
178
  /**
@@ -182,6 +194,18 @@ export interface DescribeSREInstanceAccessAddressResponse {
182
194
  */
183
195
  EnvAddressInfos: Array<EnvAddressInfo>
184
196
 
197
+ /**
198
+ * 控制台公网访问地址
199
+ 注意:此字段可能返回 null,表示取不到有效值。
200
+ */
201
+ ConsoleInternetAddress: string
202
+
203
+ /**
204
+ * 控制台内网访问地址
205
+ 注意:此字段可能返回 null,表示取不到有效值。
206
+ */
207
+ ConsoleIntranetAddress: string
208
+
185
209
  /**
186
210
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
187
211
  */
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.0.236";
1
+ export declare const sdkVersion = "4.0.237";
@@ -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.236";
4
+ exports.sdkVersion = "4.0.237";
@@ -486,6 +486,11 @@ notInService 不在服务区
486
486
  注意:此字段可能返回 null,表示取不到有效值。
487
487
  */
488
488
  ProtectedCallee: string;
489
+ /**
490
+ * 客户自定义数据(User-to-User Interface)
491
+ 注意:此字段可能返回 null,表示取不到有效值。
492
+ */
493
+ Uui: string;
489
494
  }
490
495
  /**
491
496
  * DeleteStaff返回参数结构体
@@ -672,20 +672,23 @@ export interface CreateClsLogTopicResponse {
672
672
  */
673
673
  export interface RemoteAuthenticationRule {
674
674
  /**
675
- * 远程鉴权服务http url
675
+ * 远程鉴权Server。
676
+ 默认值:和上层配置的"Server"一致;
676
677
  */
677
678
  Server: string;
678
679
  /**
679
- * 请求远程鉴权服务器的http方法;取值范围[get,post,head,all]; all 表示不限制请求方法;
680
- all: 不指定访问访问方法;
680
+ * 请求远程鉴权服务器的http方法;取值范围[get,post,head,all];
681
+ all: 表示"遵循终端用户请求方法"
682
+ 默认值: all
681
683
  */
682
684
  AuthMethod: string;
683
685
  /**
684
686
  * 规则类型:
685
687
  all:所有文件生效
686
688
  file:指定文件后缀生效
687
- directory:指定路径生效
688
- path:指定绝对路径生效
689
+ directory:指定目录生效
690
+ path:指定文件绝对路径生效
691
+ 默认值:all
689
692
  */
690
693
  RuleType: string;
691
694
  /**
@@ -695,17 +698,20 @@ file 时填充后缀名,如 jpg、txt
695
698
  directory 时填充路径,如 /xxx/test
696
699
  path 时填充绝对路径,如 /xxx/test.html
697
700
  index 时填充 /
701
+ 默认值:*
698
702
  */
699
703
  RulePaths: Array<string>;
700
704
  /**
701
705
  * 请求远程鉴权服务器超时时间,单位毫秒;
702
706
  取值范围:[1,30 000]
707
+ 默认值:20000
703
708
  */
704
709
  AuthTimeout: number;
705
710
  /**
706
711
  * 请求远程鉴权服务器超时后执行拦截或者放行;
707
712
  RETURN_200: 超时后放行;
708
- RETURN_403:超时返回403;
713
+ RETURN_403:超时拦截;
714
+ 默认值:RETURN_200
709
715
  */
710
716
  AuthTimeoutAction: string;
711
717
  }
@@ -7061,8 +7067,8 @@ export interface StatusCodeCacheRule {
7061
7067
  }
7062
7068
  /**
7063
7069
  * 远程鉴权规则配置,可以包含多种规则配置。
7064
- RemoteAuthenticationRule 和Server 互斥,配置其中一个。
7065
- 若只配置Server ,规则参数将采用默认参数;
7070
+ RemoteAuthenticationRules和Server 互斥,只需要配置其中一个。
7071
+ 若只配置Server ,RemoteAuthenticationRules中详细规则参数将采用默认参数;默认参数值见各个配置项中说明;
7066
7072
  */
7067
7073
  export interface RemoteAuthentication {
7068
7074
  /**
@@ -133,6 +133,11 @@ export interface DescribeEventsResponse {
133
133
  注意:此字段可能返回 null,表示取不到有效值。
134
134
  */
135
135
  Events: Array<Event>;
136
+ /**
137
+ * 总数
138
+ 注意:此字段可能返回 null,表示取不到有效值。
139
+ */
140
+ TotalCount: number;
136
141
  /**
137
142
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
138
143
  */
@@ -2252,11 +2252,11 @@ export interface DescribeResourceAuthorizationRequest {
2252
2252
  /**
2253
2253
  * 归属者。
2254
2254
  */
2255
- Owner: Entity;
2255
+ Owner?: Entity;
2256
2256
  /**
2257
2257
  * 资源。
2258
2258
  */
2259
- Resource: Resource;
2259
+ Resource?: Resource;
2260
2260
  /**
2261
2261
  * 操作者。填写用户的 Id,用于标识调用者及校验操作权限。
2262
2262
  */
@@ -2732,11 +2732,11 @@ export interface DescribeResourceAuthorizationResponse {
2732
2732
  * 符合条件的资源授权记录总数。
2733
2733
  注意:此字段可能返回 null,表示取不到有效值。
2734
2734
  */
2735
- TotalCount?: number;
2735
+ TotalCount: number;
2736
2736
  /**
2737
2737
  * 授权信息列表。
2738
2738
  */
2739
- AuthorizationInfoSet?: Array<AuthorizationInfo>;
2739
+ AuthorizationInfoSet: Array<AuthorizationInfo>;
2740
2740
  /**
2741
2741
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2742
2742
  */
@@ -1077,7 +1077,7 @@ export interface GrantAccountPrivilegesRequest {
1077
1077
  */
1078
1078
  Privileges: Array<string>;
1079
1079
  /**
1080
- * 类型,可以填入 table 、 view 、 proc 、 func 和 \*。当 DbName 为具体数据库名,Type为 \* 时,表示设置该数据库权限(即db.\*),此时忽略 Object 参数
1080
+ * 类型,可以填入 table 和 \*。当 DbName 为具体数据库名,Type为 \* 时,表示设置该数据库权限(即db.\*),此时忽略 Object 参数
1081
1081
  */
1082
1082
  Type?: string;
1083
1083
  /**
@@ -331,7 +331,7 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
331
331
  */
332
332
  DescribeLiveCallbackTemplates(req?: DescribeLiveCallbackTemplatesRequest, cb?: (error: string, rep: DescribeLiveCallbackTemplatesResponse) => void): Promise<DescribeLiveCallbackTemplatesResponse>;
333
333
  /**
334
- * 提前结束录制,并中止运行中的录制任务。任务被成功终止后,本次任务将不再启动。
334
+ * 提前结束录制,中止运行中的录制任务并生成录制文件。任务被成功终止后,本次任务将不再启动。
335
335
  */
336
336
  StopRecordTask(req: StopRecordTaskRequest, cb?: (error: string, rep: StopRecordTaskResponse) => void): Promise<StopRecordTaskResponse>;
337
337
  /**