tencentcloud-sdk-nodejs 4.0.822 → 4.0.824

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 (54) hide show
  1. package/CHANGELOG.md +319 -0
  2. package/SERVICE_CHANGELOG.md +308 -358
  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/asr/v20190614/asr_models.ts +2 -2
  7. package/src/services/bi/v20220105/bi_models.ts +12 -0
  8. package/src/services/billing/v20180709/billing_models.ts +189 -72
  9. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +20 -4
  10. package/src/services/cwp/v20180228/cwp_client.ts +9 -4
  11. package/src/services/cwp/v20180228/cwp_models.ts +57 -4
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +130 -0
  14. package/src/services/dts/v20211206/dts_models.ts +20 -0
  15. package/src/services/ess/v20201111/ess_models.ts +38 -27
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -1
  17. package/src/services/faceid/v20180301/faceid_models.ts +2 -2
  18. package/src/services/lcic/v20220817/lcic_client.ts +1 -0
  19. package/src/services/lcic/v20220817/lcic_models.ts +31 -0
  20. package/src/services/mps/v20190612/mps_models.ts +69 -25
  21. package/src/services/ms/v20180408/ms_models.ts +16 -14
  22. package/src/services/tione/v20211111/tione_client.ts +2 -1
  23. package/src/services/tione/v20211111/tione_models.ts +34 -1
  24. package/src/services/tms/v20201229/tms_client.ts +1 -1
  25. package/src/services/trtc/v20190722/trtc_models.ts +0 -1
  26. package/src/services/vod/v20180717/vod_models.ts +7 -2
  27. package/src/services/wedata/v20210820/wedata_models.ts +85 -46
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  31. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +12 -0
  32. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +189 -72
  33. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +20 -4
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
  35. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
  36. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +56 -4
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +128 -0
  40. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +20 -0
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -27
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -1
  43. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
  44. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +30 -0
  45. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -25
  46. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +16 -14
  47. package/tencentcloud/services/tione/v20211111/tione_client.d.ts +1 -1
  48. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +33 -1
  49. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -1
  50. package/tencentcloud/services/tms/v20201229/tms_client.js +1 -1
  51. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -1
  52. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -2
  53. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +85 -46
  54. package/test/cynosdb.v20190107.test.js +10 -0
@@ -1538,20 +1538,20 @@ export interface AudioTemplateInfoForUpdate {
1538
1538
  当不需要对音频进行转码时,可选值为:
1539
1539
  <li>copy。</li>
1540
1540
  当外层参数 Container 为 mp3 时,可选值为:
1541
- <li>libmp3lame。</li>
1541
+ <li>mp3。</li>
1542
1542
  当外层参数 Container 为 ogg 或 flac 时,可选值为:
1543
1543
  <li>flac。</li>
1544
1544
  当外层参数 Container 为 m4a 时,可选值为:
1545
- <li>libfdk_aac;</li>
1546
- <li>libmp3lame;</li>
1545
+ <li>aac;</li>
1546
+ <li>mp3;</li>
1547
1547
  <li>ac3。</li>
1548
1548
  当外层参数 Container 为 mp4 或 flv 时,可选值为:
1549
- <li>libfdk_aac:更适合 mp4;</li>
1550
- <li>libmp3lame:更适合 flv;</li>
1549
+ <li>aac:更适合 mp4;</li>
1550
+ <li>mp3:更适合 flv;</li>
1551
1551
  <li>mp2。</li>
1552
1552
  当外层参数 Container 为 hls 时,可选值为:
1553
- <li>libfdk_aac;</li>
1554
- <li>libmp3lame。</li>
1553
+ <li>aac;</li>
1554
+ <li>mp3。</li>
1555
1555
  注意:此字段可能返回 null,表示取不到有效值。
1556
1556
  */
1557
1557
  Codec?: string;
@@ -1883,20 +1883,20 @@ export interface AudioTemplateInfo {
1883
1883
  当不需要对音频进行转码时,可选值为:
1884
1884
  <li>copy。</li>
1885
1885
  当外层参数 Container 为 mp3 时,可选值为:
1886
- <li>libmp3lame。</li>
1886
+ <li>mp3。</li>
1887
1887
  当外层参数 Container 为 ogg 或 flac 时,可选值为:
1888
1888
  <li>flac。</li>
1889
1889
  当外层参数 Container 为 m4a 时,可选值为:
1890
- <li>libfdk_aac;</li>
1891
- <li>libmp3lame;</li>
1890
+ <li>aac;</li>
1891
+ <li>mp3;</li>
1892
1892
  <li>ac3。</li>
1893
1893
  当外层参数 Container 为 mp4 或 flv 时,可选值为:
1894
- <li>libfdk_aac:更适合 mp4;</li>
1895
- <li>libmp3lame:更适合 flv;</li>
1894
+ <li>aac:更适合 mp4;</li>
1895
+ <li>mp3:更适合 flv;</li>
1896
1896
  <li>mp2。</li>
1897
1897
  当外层参数 Container 为 hls 时,可选值为:
1898
- <li>libfdk_aac;</li>
1899
- <li>libmp3lame。</li>
1898
+ <li>aac;</li>
1899
+ <li>mp3。</li>
1900
1900
  */
1901
1901
  Codec: string;
1902
1902
  /**
@@ -2357,7 +2357,7 @@ export interface HdrConfig {
2357
2357
  <li>HDR10</li>
2358
2358
  <li>HLG</li>
2359
2359
  默认值:HDR10。
2360
- 注意:video的编码方式需要为libx265
2360
+ 注意:video的编码方式需要为h265
2361
2361
  注意:视频编码位深为10。
2362
2362
  注意:此字段可能返回 null,表示取不到有效值。
2363
2363
  */
@@ -4680,8 +4680,8 @@ export interface LiveStreamTaskNotifyConfig {
4680
4680
  export interface VideoTemplateInfo {
4681
4681
  /**
4682
4682
  * 视频流的编码格式,可选值:
4683
- <li>libx264:H.264 编码</li>
4684
- <li>libx265:H.265 编码</li>
4683
+ <li>h264:H.264 编码</li>
4684
+ <li>h265:H.265 编码</li>
4685
4685
  <li>av1:AOMedia Video 1 编码</li>
4686
4686
  注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
4687
4687
  注意:av1 编码容器目前只支持 mp4 。
@@ -5926,7 +5926,14 @@ export interface SnapshotByTimeOffsetTaskInput {
5926
5926
  */
5927
5927
  OutputStorage?: TaskOutputStorage;
5928
5928
  /**
5929
- * 时间点截图后图片文件的输出路径,可以为相对路径或者绝对路径。如果不填,则默认为相对路径:`{inputName}_snapshotByTimeOffset_{definition}_{number}.{format}`。
5929
+ * 时间点截图后图片文件的输出路径,可以为相对路径或者绝对路径。
5930
+ 若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
5931
+ 相对路径示例:
5932
+ <li>文件名_{变量名}.{format}</li>
5933
+ <li>文件名.{format}</li>
5934
+ 绝对路径示例:
5935
+ <li>/自定义路径/文件名_{变量名}.{format}</li>
5936
+ 如果不填,则默认为相对路径:`{inputName}_snapshotByTimeOffset_{definition}_{number}.{format}`。
5930
5937
  */
5931
5938
  OutputObjectPath?: string;
5932
5939
  /**
@@ -5949,7 +5956,14 @@ export interface ImageSpriteTaskInput {
5949
5956
  */
5950
5957
  OutputStorage?: TaskOutputStorage;
5951
5958
  /**
5952
- * 截取雪碧图后,雪碧图图片文件的输出路径,可以为相对路径或者绝对路径。如果不填,则默认为相对路径:`{inputName}_imageSprite_{definition}_{number}.{format}`。
5959
+ * 截取雪碧图后,雪碧图图片文件的输出路径,可以为相对路径或者绝对路径。
5960
+ 若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
5961
+ 相对路径示例:
5962
+ <li>文件名_{变量名}.{format}</li>
5963
+ <li>文件名.{format}</li>
5964
+ 绝对路径示例:
5965
+ <li>/自定义路径/文件名_{变量名}.{format}</li>
5966
+ 如果不填,则默认为相对路径:`{inputName}_imageSprite_{definition}_{number}.{format}`。
5953
5967
  */
5954
5968
  OutputObjectPath?: string;
5955
5969
  /**
@@ -6834,7 +6848,14 @@ export interface AnimatedGraphicTaskInput {
6834
6848
  */
6835
6849
  OutputStorage?: TaskOutputStorage;
6836
6850
  /**
6837
- * 转动图后文件的输出路径,可以为相对路径或者绝对路径。如果不填,则默认为相对路径:`{inputName}_animatedGraphic_{definition}.{format}`。
6851
+ * 转动图后文件的输出路径,可以为相对路径或者绝对路径。
6852
+ 若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
6853
+ 相对路径示例:
6854
+ <li>文件名_{变量名}.{format}</li>
6855
+ <li>文件名.{format}</li>
6856
+ 绝对路径示例:
6857
+ <li>/自定义路径/文件名_{变量名}.{format}</li>
6858
+ 如果不填,则默认为相对路径:`{inputName}_animatedGraphic_{definition}.{format}`。
6838
6859
  */
6839
6860
  OutputObjectPath?: string;
6840
6861
  }
@@ -8893,7 +8914,15 @@ export interface TranscodeTaskInput {
8893
8914
  */
8894
8915
  OutputStorage?: TaskOutputStorage;
8895
8916
  /**
8896
- * 转码后主文件的输出路径,可以为相对路径或者绝对路径。如果不填,则默认为相对路径:`{inputName}_transcode_{definition}.{format}`。
8917
+ * 转码后主文件的输出路径,可以为相对路径或者绝对路径。
8918
+ 若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
8919
+ 相对路径示例:
8920
+ <li>文件名_{变量名}.{format}</li>
8921
+ <li>文件名.{format}</li>
8922
+ 绝对路径示例:
8923
+ <li>/自定义路径/文件名_{变量名}.{format}</li>
8924
+ 如果不填,则默认为相对路径:`{inputName}_transcode_{definition}.{format}`。
8925
+
8897
8926
  */
8898
8927
  OutputObjectPath?: string;
8899
8928
  /**
@@ -10048,8 +10077,8 @@ export interface ExpressionConfigInfo {
10048
10077
  export interface VideoTemplateInfoForUpdate {
10049
10078
  /**
10050
10079
  * 视频流的编码格式,可选值:
10051
- <li>libx264:H.264 编码</li>
10052
- <li>libx265:H.265 编码</li>
10080
+ <li>h264:H.264 编码</li>
10081
+ <li>h265:H.265 编码</li>
10053
10082
  <li>av1:AOMedia Video 1 编码</li>
10054
10083
  注意:目前 H.265 编码必须指定分辨率,并且需要在 640*480 以内。
10055
10084
  注意:av1 编码容器目前只支持 mp4 。
@@ -10196,7 +10225,14 @@ export interface AdaptiveDynamicStreamingTaskInput {
10196
10225
  */
10197
10226
  OutputStorage?: TaskOutputStorage;
10198
10227
  /**
10199
- * 转自适应码流后,manifest 文件的输出路径,可以为相对路径或者绝对路径。如果不填,则默认为相对路径:`{inputName}_adaptiveDynamicStreaming_{definition}.{format}`。
10228
+ * 转自适应码流后,manifest 文件的输出路径,可以为相对路径或者绝对路径。
10229
+ 若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
10230
+ 相对路径示例:
10231
+ <li>文件名_{变量名}.{format}</li>
10232
+ <li>文件名.{format}</li>
10233
+ 绝对路径示例:
10234
+ <li>/自定义路径/文件名_{变量名}.{format}</li>
10235
+ 如果不填,则默认为相对路径:{inputName}_adaptiveDynamicStreaming_{definition}.{format}。
10200
10236
  */
10201
10237
  OutputObjectPath?: string;
10202
10238
  /**
@@ -13335,7 +13371,15 @@ export interface SampleSnapshotTaskInput {
13335
13371
  */
13336
13372
  OutputStorage?: TaskOutputStorage;
13337
13373
  /**
13338
- * 采样截图后图片文件的输出路径,可以为相对路径或者绝对路径。如果不填,则默认为相对路径:`{inputName}_sampleSnapshot_{definition}_{number}.{format}`。
13374
+ * 采样截图后图片文件的输出路径,可以为相对路径或者绝对路径。
13375
+ 若需定义输出路径,路径需以`.{format}`结尾。变量名请参考 [文件名变量说明](https://cloud.tencent.com/document/product/862/37039)。
13376
+ 相对路径示例:
13377
+ <li>文件名_{变量名}.{format}</li>
13378
+ <li>文件名.{format}</li>
13379
+ 绝对路径示例:
13380
+ <li>/自定义路径/文件名_{变量名}.{format}</li>
13381
+ 如果不填,则默认为相对路径:`{inputName}_sampleSnapshot_{definition}_{number}.{format}`。
13382
+
13339
13383
  */
13340
13384
  OutputObjectPath?: string;
13341
13385
  /**
@@ -1369,11 +1369,11 @@ export interface DescribeUrlDetectionResultResponse {
1369
1369
  /**
1370
1370
  * [查询结果]查询结果;枚举值:0 查询成功,否则查询失败
1371
1371
  */
1372
- ResultCode: number;
1372
+ ResultCode?: number;
1373
1373
  /**
1374
1374
  * [固定信息]响应协议版本号
1375
1375
  */
1376
- RespVer: number;
1376
+ RespVer?: number;
1377
1377
  /**
1378
1378
  * [查询结果]url恶意状态
1379
1379
  枚举值:
@@ -1383,7 +1383,7 @@ export interface DescribeUrlDetectionResultResponse {
1383
1383
 
1384
1384
  注意:查询结果EvilClass字段在Urltype=2时,才有意义。
1385
1385
  */
1386
- UrlType: number;
1386
+ UrlType?: number;
1387
1387
  /**
1388
1388
  * [查询结果]url恶意类型大类:{
1389
1389
  "1": "社工欺诈(仿冒、账号钓鱼、中奖诈骗)",
@@ -1391,46 +1391,48 @@ export interface DescribeUrlDetectionResultResponse {
1391
1391
  "3": "虚假销售(男女保健美容减肥产品、电子产品、虚假广告、违法销售)",
1392
1392
  "4": "恶意文件(病毒文件,木马文件,恶意apk文件的下载链接以及站点,挂马网站)",
1393
1393
  "5": "博彩网站(博彩网站,在线赌博网站)",
1394
- "6": "色情网站(涉嫌传播色情内容,提供色情服务的网站)"
1394
+ "6": "色情网站(涉嫌传播色情内容,提供色情服务的网站)"
1395
+ "7": "风险网站(弱类型,传播垃圾信息的网站,如果客户端有阻断,不建议使用这个网站)",
1396
+ "8": "违法网站(根据法律法规不能传播的内容,以及侵犯知识产权的类型)"
1395
1397
  }
1396
1398
  */
1397
- EvilClass: number;
1399
+ EvilClass?: number;
1398
1400
  /**
1399
1401
  * 该字段暂为空
1400
1402
  */
1401
- EvilType: number;
1403
+ EvilType?: number;
1402
1404
  /**
1403
1405
  * 该字段暂为空
1404
1406
  */
1405
- Level: number;
1407
+ Level?: number;
1406
1408
  /**
1407
1409
  * [查询详情]url检出时间;时间戳
1408
1410
  */
1409
- DetectTime: number;
1411
+ DetectTime?: number;
1410
1412
  /**
1411
1413
  * 该字段暂为空
1412
1414
  */
1413
- Wording: string;
1415
+ Wording?: string;
1414
1416
  /**
1415
1417
  * 该字段暂为空
1416
1418
  */
1417
- WordingTitle: string;
1419
+ WordingTitle?: string;
1418
1420
  /**
1419
1421
  * [查询结果]url恶意状态说明;为UrlType字段值对应的说明
1420
1422
  */
1421
- UrlTypeDesc: string;
1423
+ UrlTypeDesc?: string;
1422
1424
  /**
1423
1425
  * [查询结果]url恶意大类说明;为EvilClass字段值对应的说明
1424
1426
  */
1425
- EvilClassDesc: string;
1427
+ EvilClassDesc?: string;
1426
1428
  /**
1427
1429
  * 该字段暂为空
1428
1430
  */
1429
- EvilTypeDesc: string;
1431
+ EvilTypeDesc?: string;
1430
1432
  /**
1431
1433
  * 该字段暂为空
1432
1434
  */
1433
- LevelDesc: string;
1435
+ LevelDesc?: string;
1434
1436
  /**
1435
1437
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1436
1438
  */
@@ -50,7 +50,7 @@ export declare class Client extends AbstractClient {
50
50
  /**
51
51
  * 获取内置镜像列表
52
52
  */
53
- DescribeBuildInImages(req?: DescribeBuildInImagesRequest, cb?: (error: string, rep: DescribeBuildInImagesResponse) => void): Promise<DescribeBuildInImagesResponse>;
53
+ DescribeBuildInImages(req: DescribeBuildInImagesRequest, cb?: (error: string, rep: DescribeBuildInImagesResponse) => void): Promise<DescribeBuildInImagesResponse>;
54
54
  /**
55
55
  * 启动Notebook
56
56
  */
@@ -1790,6 +1790,23 @@ export interface ResourceInstanceRunningJobInfo {
1790
1790
  */
1791
1791
  TaskName?: string;
1792
1792
  }
1793
+ /**
1794
+ * 镜像列表过滤
1795
+ */
1796
+ export interface ImageFIlter {
1797
+ /**
1798
+ * 过滤字段名称
1799
+ */
1800
+ Name: string;
1801
+ /**
1802
+ * 过滤值
1803
+ */
1804
+ Values: Array<string>;
1805
+ /**
1806
+ * 是否反选
1807
+ */
1808
+ Negative?: boolean;
1809
+ }
1793
1810
  /**
1794
1811
  * DescribeLatestTrainingMetrics返回参数结构体
1795
1812
  */
@@ -2115,7 +2132,12 @@ export interface DescribeModelAccelerateVersionsResponse {
2115
2132
  /**
2116
2133
  * DescribeBuildInImages请求参数结构体
2117
2134
  */
2118
- export declare type DescribeBuildInImagesRequest = null;
2135
+ export interface DescribeBuildInImagesRequest {
2136
+ /**
2137
+ * 镜像过滤器
2138
+ */
2139
+ ImageFilters?: Array<ImageFIlter>;
2140
+ }
2119
2141
  /**
2120
2142
  * notebook ssh端口配置
2121
2143
  */
@@ -4889,6 +4911,16 @@ export interface Instance {
4889
4911
  * 纳管cvmid
4890
4912
  */
4891
4913
  CvmInstanceId?: string;
4914
+ /**
4915
+ * 部署失败错误码
4916
+ 注意:此字段可能返回 null,表示取不到有效值。
4917
+ */
4918
+ ErrCode?: string;
4919
+ /**
4920
+ * 部署失败错误信息
4921
+ 注意:此字段可能返回 null,表示取不到有效值。
4922
+ */
4923
+ ErrMsg?: string;
4892
4924
  }
4893
4925
  /**
4894
4926
  * DescribeBillingSpecs返回参数结构体
@@ -8,7 +8,7 @@ import { ModerateTextResponse, TextModerationRequest, ModerateTextRequest, TextM
8
8
  export declare class Client extends AbstractClient {
9
9
  constructor(clientConfig: ClientConfig);
10
10
  /**
11
- * 天御文本内容安全审核接口,改接口会按照客户定制标签输出审核结果
11
+ * 天御文本内容安全定制标签文本审核接口为定制接口,会按照客户定制标签输出审核结果,如需使用请联系商务经理或[在线客服](https://cloud.tencent.com/online-service?from=doc_1125)咨询。
12
12
  */
13
13
  ModerateText(req: ModerateTextRequest, cb?: (error: string, rep: ModerateTextResponse) => void): Promise<ModerateTextResponse>;
14
14
  /**
@@ -28,7 +28,7 @@ class Client extends abstract_client_1.AbstractClient {
28
28
  super("tms.tencentcloudapi.com", "2020-12-29", clientConfig);
29
29
  }
30
30
  /**
31
- * 天御文本内容安全审核接口,改接口会按照客户定制标签输出审核结果
31
+ * 天御文本内容安全定制标签文本审核接口为定制接口,会按照客户定制标签输出审核结果,如需使用请联系商务经理或[在线客服](https://cloud.tencent.com/online-service?from=doc_1125)咨询。
32
32
  */
33
33
  async ModerateText(req, cb) {
34
34
  return this.request("ModerateText", req, cb);
@@ -599,7 +599,6 @@ export interface ModifyPictureRequest {
599
599
  export interface DescribeWebRecordResponse {
600
600
  /**
601
601
  * 1: 正在录制中
602
- 2: 任务不存在
603
602
  */
604
603
  Status?: number;
605
604
  /**
@@ -8447,8 +8447,13 @@ export interface AsrWordsConfigureInfo {
8447
8447
  export interface AreaCLSTargetInfo {
8448
8448
  /**
8449
8449
  * 日志集所属地区:
8450
- ap-guangzhou:广州;
8451
- ap-singapore:新加坡。
8450
+ <li>ap-guangzhou:广州;</li>
8451
+ <li>ap-beijing:北京;</li>
8452
+ <li>ap-chengdu:成都;</li>
8453
+ <li>ap-chongqing:重庆;</li>
8454
+ <li>ap-nanjing:南京;</li>
8455
+ <li>ap-shanghai:上海;</li>
8456
+ <li>ap-singapore:新加坡。</li>
8452
8457
  */
8453
8458
  CLSRegion: string;
8454
8459
  /**