tencentcloud-sdk-nodejs 4.0.820 → 4.0.822

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 (98) hide show
  1. package/CHANGELOG.md +490 -0
  2. package/SERVICE_CHANGELOG.md +607 -79
  3. package/package.json +4 -2
  4. package/products.md +25 -25
  5. package/src/common/abstract_client.ts +36 -6
  6. package/src/common/exception/tencent_cloud_sdk_exception.ts +17 -3
  7. package/src/common/sdk_version.ts +1 -1
  8. package/src/services/asr/v20190614/asr_client.ts +1 -1
  9. package/src/services/asr/v20190614/asr_models.ts +1 -2
  10. package/src/services/ccc/v20200210/ccc_client.ts +52 -14
  11. package/src/services/ccc/v20200210/ccc_models.ts +234 -15
  12. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  13. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  14. package/src/services/cdwpg/v20201230/cdwpg_models.ts +4 -0
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +38 -12
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +396 -304
  17. package/src/services/clb/v20180317/clb_models.ts +0 -1
  18. package/src/services/cls/v20201016/cls_client.ts +4 -3
  19. package/src/services/cls/v20201016/cls_models.ts +22 -22
  20. package/src/services/csip/v20221121/csip_models.ts +10 -9
  21. package/src/services/dlc/v20210125/dlc_client.ts +12 -0
  22. package/src/services/dlc/v20210125/dlc_models.ts +56 -0
  23. package/src/services/dsgc/v20190723/dsgc_models.ts +8 -0
  24. package/src/services/dts/v20211206/dts_models.ts +7 -2
  25. package/src/services/es/v20180416/es_client.ts +2 -1
  26. package/src/services/es/v20180416/es_models.ts +94 -41
  27. package/src/services/ess/v20201111/ess_client.ts +3 -1
  28. package/src/services/ess/v20201111/ess_models.ts +16 -9
  29. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +14 -7
  31. package/src/services/faceid/v20180301/faceid_models.ts +15 -10
  32. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +356 -72
  33. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1375 -314
  34. package/src/services/ocr/v20181119/ocr_client.ts +26 -11
  35. package/src/services/ocr/v20181119/ocr_models.ts +168 -14
  36. package/src/services/pts/v20210728/pts_client.ts +57 -9
  37. package/src/services/pts/v20210728/pts_models.ts +169 -109
  38. package/src/services/tione/v20211111/tione_models.ts +7 -2
  39. package/src/services/tts/v20190823/tts_models.ts +5 -0
  40. package/src/services/vod/v20180717/vod_models.ts +5 -15
  41. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  42. package/src/services/wedata/v20210820/wedata_models.ts +260 -113
  43. package/tencentcloud/common/abstract_client.js +32 -6
  44. package/tencentcloud/common/exception/tencent_cloud_sdk_exception.d.ts +6 -1
  45. package/tencentcloud/common/exception/tencent_cloud_sdk_exception.js +11 -3
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  49. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  50. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -2
  51. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +17 -5
  52. package/tencentcloud/services/ccc/v20200210/ccc_client.js +24 -6
  53. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +226 -15
  54. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  55. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  56. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  57. package/tencentcloud/services/cdwpg/v20201230/cdwpg_models.d.ts +4 -0
  58. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
  59. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
  60. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +391 -305
  61. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +0 -1
  62. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +4 -3
  63. package/tencentcloud/services/cls/v20201016/cls_client.js +4 -3
  64. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +22 -22
  65. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +10 -9
  66. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  67. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  68. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -0
  69. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +8 -0
  70. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
  71. package/tencentcloud/services/es/v20180416/es_client.d.ts +1 -1
  72. package/tencentcloud/services/es/v20180416/es_models.d.ts +93 -41
  73. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -1
  74. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -1
  75. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -9
  76. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  77. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  78. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +14 -7
  79. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +15 -10
  80. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +109 -17
  81. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +162 -24
  82. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1320 -313
  83. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +9 -5
  84. package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -5
  85. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +163 -14
  86. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +19 -3
  87. package/tencentcloud/services/pts/v20210728/pts_client.js +27 -3
  88. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +161 -109
  89. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +7 -2
  90. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -0
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -15
  92. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +259 -113
  93. package/test/ccc.v20200210.test.js +34 -4
  94. package/test/ckafka.v20190819.test.js +22 -2
  95. package/test/dlc.v20210125.test.js +10 -0
  96. package/test/iotexplorer.v20190423.test.js +246 -16
  97. package/test/ocr.v20181119.test.js +12 -2
  98. package/test/pts.v20210728.test.js +42 -2
@@ -560,98 +560,9 @@ export interface Project {
560
560
  SubAccountUin: string;
561
561
  }
562
562
  /**
563
- * UpdateScenario请求参数结构体
563
+ * UpdateEnvironment请求参数结构体
564
564
  */
565
- export interface UpdateScenarioRequest {
566
- /**
567
- * 场景ID
568
- */
569
- ScenarioId: string;
570
- /**
571
- * 场景名
572
- */
573
- Name?: string;
574
- /**
575
- * 场景描述
576
- */
577
- Description?: string;
578
- /**
579
- * 压测场景的模式类型。取值范围:pts-http 代表简单模式,pts-js 代表脚本模式,pts-jmeter 代表 JMeter 模式。
580
- */
581
- Type?: string;
582
- /**
583
- * 施压配置
584
- */
585
- Load?: Load;
586
- /**
587
- * deprecated
588
- */
589
- EncodedScripts?: string;
590
- /**
591
- * deprecated
592
- */
593
- Configs?: Array<string>;
594
- /**
595
- * 测试数据集
596
- */
597
- Datasets?: Array<TestData>;
598
- /**
599
- * deprecated
600
- */
601
- Extensions?: Array<string>;
602
- /**
603
- * SLA规则ID
604
- */
605
- SLAId?: string;
606
- /**
607
- * cron job ID
608
- */
609
- CronId?: string;
610
- /**
611
- * 场景状态(注:现已无需传递该参数)
612
- */
613
- Status?: number;
614
- /**
615
- * 项目ID
616
- */
617
- ProjectId?: string;
618
- /**
619
- * 测试脚本路径
620
- */
621
- TestScripts?: Array<ScriptInfo>;
622
- /**
623
- * 协议文件路径
624
- */
625
- Protocols?: Array<ProtocolInfo>;
626
- /**
627
- * 请求文件路径
628
- */
629
- RequestFiles?: Array<FileInfo>;
630
- /**
631
- * SLA 策略
632
- */
633
- SLAPolicy?: SLAPolicy;
634
- /**
635
- * 拓展包文件路径
636
- */
637
- Plugins?: Array<FileInfo>;
638
- /**
639
- * 域名解析配置
640
- */
641
- DomainNameConfig?: DomainNameConfig;
642
- /**
643
- * WebHook请求配置
644
- */
645
- NotificationHooks?: Array<Notification>;
646
- /**
647
- * 创建人名
648
- */
649
- Owner?: string;
650
- /**
651
- * 环境ID
652
- */
653
- EnvId?: string;
654
- }
565
+ export declare type UpdateEnvironmentRequest = null;
655
566
  /**
656
567
  * DescribeRegions返回参数结构体
657
568
  */
@@ -696,6 +607,15 @@ export interface Attributes {
696
607
  */
697
608
  Duration: string;
698
609
  }
610
+ /**
611
+ * CreateEnvironment返回参数结构体
612
+ */
613
+ export interface CreateEnvironmentResponse {
614
+ /**
615
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
616
+ */
617
+ RequestId?: string;
618
+ }
699
619
  /**
700
620
  * UpdateScenario返回参数结构体
701
621
  */
@@ -804,6 +724,10 @@ export interface File {
804
724
  */
805
725
  AppId: number;
806
726
  }
727
+ /**
728
+ * DescribeEnvironments请求参数结构体
729
+ */
730
+ export declare type DescribeEnvironmentsRequest = null;
807
731
  /**
808
732
  * sample附带原始查询语句中的metric, aggregation
809
733
  */
@@ -937,6 +861,15 @@ export interface GeoRegionsLoadItem {
937
861
  */
938
862
  Percentage?: number;
939
863
  }
864
+ /**
865
+ * UpdateEnvironment返回参数结构体
866
+ */
867
+ export interface UpdateEnvironmentResponse {
868
+ /**
869
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
870
+ */
871
+ RequestId?: string;
872
+ }
940
873
  /**
941
874
  * 标签及对应的值
942
875
  */
@@ -1663,6 +1596,15 @@ export interface DescribeSampleMatrixBatchQueryResponse {
1663
1596
  */
1664
1597
  RequestId?: string;
1665
1598
  }
1599
+ /**
1600
+ * DeleteEnvironments返回参数结构体
1601
+ */
1602
+ export interface DeleteEnvironmentsResponse {
1603
+ /**
1604
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1605
+ */
1606
+ RequestId?: string;
1607
+ }
1666
1608
  /**
1667
1609
  * SLA 标签
1668
1610
  */
@@ -1807,17 +1749,29 @@ export interface DeleteScenariosResponse {
1807
1749
  RequestId?: string;
1808
1750
  }
1809
1751
  /**
1810
- * DeleteFiles请求参数结构体
1752
+ * CreateEnvironment请求参数结构体
1811
1753
  */
1812
- export interface DeleteFilesRequest {
1754
+ export declare type CreateEnvironmentRequest = null;
1755
+ /**
1756
+ * DescribeErrorSummary请求参数结构体
1757
+ */
1758
+ export interface DescribeErrorSummaryRequest {
1813
1759
  /**
1814
- * 项目 ID
1760
+ * 任务ID
1761
+ */
1762
+ JobId: string;
1763
+ /**
1764
+ * 场景ID
1765
+ */
1766
+ ScenarioId: string;
1767
+ /**
1768
+ * 项目ID
1815
1769
  */
1816
1770
  ProjectId: string;
1817
1771
  /**
1818
- * 待删除的文件的 ID(所有文件 ID 可从接口 DescribeFiles 获取)
1772
+ * 过滤参数
1819
1773
  */
1820
- FileIds: Array<string>;
1774
+ Filters?: Array<Filter>;
1821
1775
  }
1822
1776
  /**
1823
1777
  * CopyScenario请求参数结构体
@@ -2246,6 +2200,15 @@ export interface AlertChannel {
2246
2200
  */
2247
2201
  AMPConsumerId?: string;
2248
2202
  }
2203
+ /**
2204
+ * DescribeEnvironments返回参数结构体
2205
+ */
2206
+ export interface DescribeEnvironmentsResponse {
2207
+ /**
2208
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2209
+ */
2210
+ RequestId?: string;
2211
+ }
2249
2212
  /**
2250
2213
  * 脚本内置压力模型
2251
2214
  */
@@ -2896,6 +2859,10 @@ export interface DescribeSampleQueryResponse {
2896
2859
  */
2897
2860
  RequestId?: string;
2898
2861
  }
2862
+ /**
2863
+ * DeleteEnvironments请求参数结构体
2864
+ */
2865
+ export declare type DeleteEnvironmentsRequest = null;
2899
2866
  /**
2900
2867
  * CreateScenario请求参数结构体
2901
2868
  */
@@ -3357,25 +3324,17 @@ export interface AbortJobRequest {
3357
3324
  AbortReason?: number;
3358
3325
  }
3359
3326
  /**
3360
- * DescribeErrorSummary请求参数结构体
3327
+ * DeleteFiles请求参数结构体
3361
3328
  */
3362
- export interface DescribeErrorSummaryRequest {
3363
- /**
3364
- * 任务ID
3365
- */
3366
- JobId: string;
3367
- /**
3368
- * 场景ID
3369
- */
3370
- ScenarioId: string;
3329
+ export interface DeleteFilesRequest {
3371
3330
  /**
3372
- * 项目ID
3331
+ * 项目 ID
3373
3332
  */
3374
3333
  ProjectId: string;
3375
3334
  /**
3376
- * 过滤参数
3335
+ * 待删除的文件的 ID(所有文件 ID 可从接口 DescribeFiles 获取)
3377
3336
  */
3378
- Filters?: Array<Filter>;
3337
+ FileIds: Array<string>;
3379
3338
  }
3380
3339
  /**
3381
3340
  * 检查点汇总结果
@@ -3476,6 +3435,99 @@ export interface StartJobResponse {
3476
3435
  */
3477
3436
  RequestId?: string;
3478
3437
  }
3438
+ /**
3439
+ * UpdateScenario请求参数结构体
3440
+ */
3441
+ export interface UpdateScenarioRequest {
3442
+ /**
3443
+ * 场景ID
3444
+ */
3445
+ ScenarioId: string;
3446
+ /**
3447
+ * 场景名
3448
+ */
3449
+ Name?: string;
3450
+ /**
3451
+ * 场景描述
3452
+ */
3453
+ Description?: string;
3454
+ /**
3455
+ * 压测场景的模式类型。取值范围:pts-http 代表简单模式,pts-js 代表脚本模式,pts-jmeter 代表 JMeter 模式。
3456
+ */
3457
+ Type?: string;
3458
+ /**
3459
+ * 施压配置
3460
+ */
3461
+ Load?: Load;
3462
+ /**
3463
+ * deprecated
3464
+ */
3465
+ EncodedScripts?: string;
3466
+ /**
3467
+ * deprecated
3468
+ */
3469
+ Configs?: Array<string>;
3470
+ /**
3471
+ * 测试数据集
3472
+ */
3473
+ Datasets?: Array<TestData>;
3474
+ /**
3475
+ * deprecated
3476
+ */
3477
+ Extensions?: Array<string>;
3478
+ /**
3479
+ * SLA规则ID
3480
+ */
3481
+ SLAId?: string;
3482
+ /**
3483
+ * cron job ID
3484
+ */
3485
+ CronId?: string;
3486
+ /**
3487
+ * 场景状态(注:现已无需传递该参数)
3488
+ */
3489
+ Status?: number;
3490
+ /**
3491
+ * 项目ID
3492
+ */
3493
+ ProjectId?: string;
3494
+ /**
3495
+ * 测试脚本路径
3496
+ */
3497
+ TestScripts?: Array<ScriptInfo>;
3498
+ /**
3499
+ * 协议文件路径
3500
+ */
3501
+ Protocols?: Array<ProtocolInfo>;
3502
+ /**
3503
+ * 请求文件路径
3504
+ */
3505
+ RequestFiles?: Array<FileInfo>;
3506
+ /**
3507
+ * SLA 策略
3508
+ */
3509
+ SLAPolicy?: SLAPolicy;
3510
+ /**
3511
+ * 拓展包文件路径
3512
+ */
3513
+ Plugins?: Array<FileInfo>;
3514
+ /**
3515
+ * 域名解析配置
3516
+ */
3517
+ DomainNameConfig?: DomainNameConfig;
3518
+ /**
3519
+ * WebHook请求配置
3520
+ */
3521
+ NotificationHooks?: Array<Notification>;
3522
+ /**
3523
+ * 创建人名
3524
+ */
3525
+ Owner?: string;
3526
+ /**
3527
+ * 环境ID
3528
+ */
3529
+ EnvId?: string;
3530
+ }
3479
3531
  /**
3480
3532
  * PTS提供的指标名,指标对应的labels及values
3481
3533
  */
@@ -146,7 +146,7 @@ export interface CreateModelServiceRequest {
146
146
  */
147
147
  Command?: string;
148
148
  /**
149
- * 是否开启TIONE内网访问外部
149
+ * 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
150
150
  */
151
151
  ServiceEIP?: ServiceEIP;
152
152
  }
@@ -2330,7 +2330,7 @@ export interface ModifyModelServiceRequest {
2330
2330
  */
2331
2331
  Command?: string;
2332
2332
  /**
2333
- * 是否开启TIONE内网访问外部
2333
+ * 是否开启TIONE内网访问外部,此功能仅支持后付费机型与从TIONE平台购买的预付费机型;使用从CVM选择资源组时此配置不生效。
2334
2334
  */
2335
2335
  ServiceEIP?: ServiceEIP;
2336
2336
  }
@@ -4111,6 +4111,11 @@ export interface ImageInfo {
4111
4111
  注意:此字段可能返回 null,表示取不到有效值。
4112
4112
  */
4113
4113
  ImageName?: string;
4114
+ /**
4115
+ * 是否支持数据构建
4116
+ 注意:此字段可能返回 null,表示取不到有效值。
4117
+ */
4118
+ SupportDataPipeline?: boolean;
4114
4119
  }
4115
4120
  /**
4116
4121
  * 推理服务在集群中的信息
@@ -241,10 +241,15 @@ export interface TextToVoiceRequest {
241
241
  SegmentRate?: number;
242
242
  /**
243
243
  * 控制合成音频的情感,仅支持多情感音色使用。取值: neutral(中性)、sad(悲伤)、happy(高兴)、angry(生气)、fear(恐惧)、news(新闻)、story(故事)、radio(广播)、poetry(诗歌)、call(客服)、撒娇(sajiao)、厌恶(disgusted)、震惊(amaze)、平静(peaceful)、兴奋(exciting)、傲娇(aojiao)、解说(jieshuo)
244
+ 示例值:neutral
244
245
  */
245
246
  EmotionCategory?: string;
246
247
  /**
247
248
  * 控制合成音频情感程度,取值范围为[50,200],默认为100;只有EmotionCategory不为空时生效;
248
249
  */
249
250
  EmotionIntensity?: number;
251
+ /**
252
+ * 一句话复刻音色id,使用一句话复刻音色时需填写。若使用一句话复刻,VoiceType请填入固定值“200000000”
253
+ */
254
+ FastVoiceType?: string;
250
255
  }
@@ -2186,9 +2186,7 @@ export interface ComposeMediaRequest {
2186
2186
  */
2187
2187
  export interface DescribeCLSTopicsRequest {
2188
2188
  /**
2189
- * 日志集所属地区:
2190
- ap-guangzhou:广州;
2191
- ap-singapore:新加坡。
2189
+ * 日志集所属的地域,取值有: <li>ap-guangzhou:广州;</li> <li>ap-beijing:北京;</li> <li>ap-chengdu:成都;</li> <li>ap-chongqing:重庆;</li> <li>ap-nanjing:南京;</li> <li>ap-shanghai:上海;</li> <li>ap-singapore:新加坡。</li>
2192
2190
  */
2193
2191
  CLSRegion: string;
2194
2192
  /**
@@ -11451,9 +11449,7 @@ export interface AiRecognitionTaskObjectSegmentItem {
11451
11449
  */
11452
11450
  export interface CreateCLSTopicRequest {
11453
11451
  /**
11454
- * 日志集所属地区:
11455
- ap-guangzhou:广州;
11456
- ap-singapore:新加坡。
11452
+ * 日志集所属的地域,取值有: <li>ap-guangzhou:广州;</li> <li>ap-beijing:北京;</li> <li>ap-chengdu:成都;</li> <li>ap-chongqing:重庆;</li> <li>ap-nanjing:南京;</li> <li>ap-shanghai:上海;</li> <li>ap-singapore:新加坡。</li>
11457
11453
  */
11458
11454
  CLSRegion: string;
11459
11455
  /**
@@ -12196,9 +12192,7 @@ export interface AiReviewProhibitedAsrTaskInput {
12196
12192
  */
12197
12193
  export interface DeleteCLSTopicRequest {
12198
12194
  /**
12199
- * 日志集所属地区:
12200
- ap-guangzhou:广州;
12201
- ap-singapore:新加坡。
12195
+ * 日志集所属的地域,取值有: <li>ap-guangzhou:广州;</li> <li>ap-beijing:北京;</li> <li>ap-chengdu:成都;</li> <li>ap-chongqing:重庆;</li> <li>ap-nanjing:南京;</li> <li>ap-shanghai:上海;</li> <li>ap-singapore:新加坡。</li>
12202
12196
  */
12203
12197
  CLSRegion?: string;
12204
12198
  /**
@@ -14609,9 +14603,7 @@ export interface DescribeImageSpriteTemplatesResponse {
14609
14603
  */
14610
14604
  export interface DescribeCLSLogsetsRequest {
14611
14605
  /**
14612
- * CLS 日志集所属的地域,取值有:
14613
- ap-guangzhou:广州;
14614
- ap-singapore:新加坡。
14606
+ * 日志集所属的地域,取值有: <li>ap-guangzhou:广州;</li> <li>ap-beijing:北京;</li> <li>ap-chengdu:成都;</li> <li>ap-chongqing:重庆;</li> <li>ap-nanjing:南京;</li> <li>ap-shanghai:上海;</li> <li>ap-singapore:新加坡。</li>
14615
14607
  */
14616
14608
  CLSRegion: string;
14617
14609
  }
@@ -15771,9 +15763,7 @@ export interface ProcedureTask {
15771
15763
  */
15772
15764
  export interface CreateCLSLogsetRequest {
15773
15765
  /**
15774
- * 日志集所属地区:
15775
- ap-guangzhou:广州;
15776
- ap-singapore:新加坡。
15766
+ * 日志集所属的地域,取值有: <li>ap-guangzhou:广州;</li> <li>ap-beijing:北京;</li> <li>ap-chengdu:成都;</li> <li>ap-chongqing:重庆;</li> <li>ap-nanjing:南京;</li> <li>ap-shanghai:上海;</li> <li>ap-singapore:新加坡。</li>
15777
15767
  */
15778
15768
  CLSRegion: string;
15779
15769
  }