tencentcloud-sdk-nodejs 4.0.1012 → 4.0.1013

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 +249 -0
  2. package/SERVICE_CHANGELOG.md +381 -32
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +6 -0
  7. package/src/services/cat/v20180409/cat_client.ts +1 -1
  8. package/src/services/cat/v20180409/cat_models.ts +11 -11
  9. package/src/services/ccc/v20200210/ccc_client.ts +18 -4
  10. package/src/services/ccc/v20200210/ccc_models.ts +150 -106
  11. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  12. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +18 -65
  13. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +1 -1
  14. package/src/services/config/v20220802/config_models.ts +1 -1
  15. package/src/services/ess/v20201111/ess_models.ts +6 -1
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
  17. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  18. package/src/services/monitor/v20180724/monitor_models.ts +16 -4
  19. package/src/services/mps/v20190612/mps_client.ts +85 -10
  20. package/src/services/mps/v20190612/mps_models.ts +356 -104
  21. package/src/services/ssl/v20191205/ssl_client.ts +1 -1
  22. package/src/services/ssl/v20191205/ssl_models.ts +2 -2
  23. package/src/services/trtc/v20190722/trtc_models.ts +4 -0
  24. package/src/services/tse/v20201207/tse_models.ts +5 -0
  25. package/src/services/wedata/v20210820/wedata_models.ts +130 -0
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -0
  29. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +1 -1
  30. package/tencentcloud/services/cat/v20180409/cat_client.js +1 -1
  31. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +11 -11
  32. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -1
  33. package/tencentcloud/services/ccc/v20200210/ccc_client.js +8 -0
  34. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +148 -106
  35. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  36. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +18 -65
  37. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +1 -1
  38. package/tencentcloud/services/config/v20220802/config_models.d.ts +1 -1
  39. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +6 -1
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -0
  41. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  42. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  43. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +16 -4
  44. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +27 -3
  45. package/tencentcloud/services/mps/v20190612/mps_client.js +39 -3
  46. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +341 -104
  47. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -1
  48. package/tencentcloud/services/ssl/v20191205/ssl_client.js +1 -1
  49. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +2 -2
  50. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
  51. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
  52. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +130 -0
  53. package/test/ccc.v20200210.test.js +10 -0
  54. package/test/mps.v20190612.test.js +62 -2
@@ -4393,6 +4393,26 @@ export interface DescribeInstanceLogDetailRequest {
4393
4393
  * 请求来源,WEB 前端;CLIENT 客户端
4394
4394
  */
4395
4395
  RequestFromSource?: string;
4396
+ /**
4397
+ * 生命周期为基础数据进行日志匹配
4398
+ */
4399
+ InstanceLifeDetailDtoList?: Array<InstanceLifeDetailDto>;
4400
+ /**
4401
+ * 当前生命周期
4402
+ */
4403
+ CurrentLifeRound?: number;
4404
+ /**
4405
+ * 生命周期总数
4406
+ */
4407
+ MaxLifeRound?: number;
4408
+ /**
4409
+ * 当前生命周期重试次数
4410
+ */
4411
+ Tries?: number;
4412
+ /**
4413
+ * 动态加载日志
4414
+ */
4415
+ Dynamic?: boolean;
4396
4416
  }
4397
4417
  /**
4398
4418
  * BatchSuspendIntegrationTasks请求参数结构体
@@ -5102,6 +5122,11 @@ export interface WorkflowExtOpsDto {
5102
5122
  注意:此字段可能返回 null,表示取不到有效值。
5103
5123
  */
5104
5124
  ModifyTime?: string;
5125
+ /**
5126
+ * 工作流类型,周期cycle,手动manual
5127
+ 注意:此字段可能返回 null,表示取不到有效值。
5128
+ */
5129
+ WorkflowType?: string;
5105
5130
  }
5106
5131
  /**
5107
5132
  * 血缘参数记录
@@ -6735,6 +6760,14 @@ export interface DescribeOpsWorkflowsRequest {
6735
6760
  * 项目ID列表,用于多项目工作流筛选
6736
6761
  */
6737
6762
  ProjectIds?: Array<string>;
6763
+ /**
6764
+ * 工作流类型列表 多个用英文逗号连接 cycle,manual. 默认只查询 cycle
6765
+ */
6766
+ WorkflowTypeList?: Array<string>;
6767
+ /**
6768
+ * 工作流过滤keyword,支持工作流 id/name 模糊匹配, 多个用|分割
6769
+ */
6770
+ KeyWord?: string;
6738
6771
  }
6739
6772
  /**
6740
6773
  * CreateOfflineTask返回参数结构体
@@ -7301,6 +7334,13 @@ export interface DescribeDsFolderTreeRequest {
7301
7334
  * 节点分类ID
7302
7335
  */
7303
7336
  TaskNodeId?: string;
7337
+ /**
7338
+ * 工作流类型, 使用场景: 任务复制,选择工作流. 取值范围
7339
+
7340
+ - cycle 周期工作流
7341
+ - manual 手动工作流
7342
+ */
7343
+ WorkflowType?: string;
7304
7344
  }
7305
7345
  /**
7306
7346
  * 表附加信息
@@ -9006,6 +9046,11 @@ export interface InstanceLifeCycleOpsDto {
9006
9046
  注意:此字段可能返回 null,表示取不到有效值。
9007
9047
  */
9008
9048
  TaskId?: string;
9049
+ /**
9050
+ * 任务名
9051
+ 注意:此字段可能返回 null,表示取不到有效值。
9052
+ */
9053
+ TaskName?: string;
9009
9054
  /**
9010
9055
  * 数据时间
9011
9056
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9071,6 +9116,15 @@ export interface InstanceLifeCycleOpsDto {
9071
9116
  注意:此字段可能返回 null,表示取不到有效值。
9072
9117
  */
9073
9118
  InstanceRunType?: number;
9119
+ /**
9120
+ * 实例当前总生命周期数
9121
+ */
9122
+ TotalLifeRound?: number;
9123
+ /**
9124
+ * 任务类型
9125
+ 注意:此字段可能返回 null,表示取不到有效值。
9126
+ */
9127
+ TaskType?: TaskTypeOpsDto;
9074
9128
  }
9075
9129
  /**
9076
9130
  * 告警接收人详情
@@ -10601,6 +10655,13 @@ export interface MakePlanOpsDto {
10601
10655
  注意:此字段可能返回 null,表示取不到有效值。
10602
10656
  */
10603
10657
  SelfWorkflowDependency?: string;
10658
+ /**
10659
+ * 补录时间顺序
10660
+ NORMAL: 正常
10661
+ ORDER : 按照实例时间顺序执行
10662
+ REVERSE: 实例数据时间逆序
10663
+ */
10664
+ MakeDataTimeOrder?: string;
10604
10665
  }
10605
10666
  /**
10606
10667
  * DescribeBatchOperateTask返回参数结构体
@@ -10918,6 +10979,14 @@ export interface CreateWorkflowDsRequest {
10918
10979
  * 工作流描述
10919
10980
  */
10920
10981
  WorkflowDesc?: string;
10982
+ /**
10983
+ * 工作流类型,取值示例
10984
+
10985
+ - cycle 周期工作流
10986
+ - manual 手动工作流
10987
+
10988
+ */
10989
+ WorkflowType?: string;
10921
10990
  }
10922
10991
  /**
10923
10992
  * CreateTask返回参数结构体
@@ -14225,6 +14294,10 @@ export interface InstanceLogInfoOpsDto {
14225
14294
  注意:此字段可能返回 null,表示取不到有效值。
14226
14295
  */
14227
14296
  FileSize?: string;
14297
+ /**
14298
+ * 日志匹配节点信息
14299
+ */
14300
+ MatchedBrokerIp?: string;
14228
14301
  }
14229
14302
  /**
14230
14303
  * DeleteFilePath返回参数结构体
@@ -17407,6 +17480,22 @@ export interface DescribeInstanceLogFileRequest {
17407
17480
  * 文件类型,Log/Code
17408
17481
  */
17409
17482
  ExecutionFileType?: string;
17483
+ /**
17484
+ * 生命周期为基础数据进行日志匹配。Dynamic=true动态获取日志链路中使用
17485
+ */
17486
+ InstanceLifeDetailDtoList?: Array<InstanceLifeDetailDto>;
17487
+ /**
17488
+ * 当前生命周期数
17489
+ */
17490
+ CurrentLifeRound?: number;
17491
+ /**
17492
+ * 当前生命周期重试次数
17493
+ */
17494
+ Tries?: number;
17495
+ /**
17496
+ * 动态获取日志信息标识
17497
+ */
17498
+ Dynamic?: boolean;
17410
17499
  }
17411
17500
  /**
17412
17501
  * UnlockIntegrationTask请求参数结构体
@@ -18194,6 +18283,34 @@ export interface RunRerunScheduleInstancesRequest {
18194
18283
  * 是否异步模式
18195
18284
  */
18196
18285
  AsyncMode?: boolean;
18286
+ /**
18287
+ * 是否检查上游任务: ALL(全部)、 MAKE_SCOPE(选中)、NONE (全部不检查)
18288
+ */
18289
+ CheckParentType?: string;
18290
+ /**
18291
+ * 任务原有自依赖配置 true(是)、false(否)
18292
+ */
18293
+ SameSelfDependType?: boolean;
18294
+ /**
18295
+ * 实例运行并发度
18296
+ */
18297
+ ParallelNum?: number;
18298
+ /**
18299
+ * 任务原有自依赖配置 true(是)、false(否)
18300
+ */
18301
+ SameSelfWorkflowDependType?: boolean;
18302
+ /**
18303
+ * 代表重新指定 的 是 或者 否 yes、 no
18304
+ */
18305
+ SelfWorkflowDependency?: string;
18306
+ /**
18307
+ * 运行实例数据时间排序 0---正常 1--正序 2 – 逆序
18308
+ */
18309
+ DataTimeOrder?: number;
18310
+ /**
18311
+ * 重跑参数
18312
+ */
18313
+ ReDoParams?: string;
18197
18314
  }
18198
18315
  /**
18199
18316
  * 角色对象
@@ -20295,6 +20412,11 @@ export interface WorkflowCanvasOpsDto {
20295
20412
  注意:此字段可能返回 null,表示取不到有效值。
20296
20413
  */
20297
20414
  OwnerId?: string;
20415
+ /**
20416
+ * 工作流类型,周期cycle,手动manual
20417
+ 注意:此字段可能返回 null,表示取不到有效值。
20418
+ */
20419
+ WorkflowType?: string;
20298
20420
  }
20299
20421
  /**
20300
20422
  * 移除孤立文件治理项
@@ -20665,6 +20787,10 @@ export interface CreateHiveTableRequest {
20665
20787
  * 是否开启数据优化
20666
20788
  */
20667
20789
  SmartOptimizerWritten?: string;
20790
+ /**
20791
+ * 数据优化针对的表
20792
+ */
20793
+ TableName?: string;
20668
20794
  }
20669
20795
  /**
20670
20796
  * 数据运维脚本信息
@@ -21454,6 +21580,10 @@ export interface CreateHiveTableByDDLRequest {
21454
21580
  * 是否开启数据优化
21455
21581
  */
21456
21582
  SmartOptimizerWritten?: string;
21583
+ /**
21584
+ * 数据优化表名
21585
+ */
21586
+ TableName?: string;
21457
21587
  }
21458
21588
  /**
21459
21589
  * 数据质量数据来源数据库
@@ -618,6 +618,16 @@ it("ccc.v20200210.DescribeCompanyList", async function () {
618
618
  }
619
619
  })
620
620
 
621
+ it("ccc.v20200210.CreateAIAgentCall", async function () {
622
+ try {
623
+ const data = await client.CreateAIAgentCall({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
621
631
  it("ccc.v20200210.DeletePredictiveDialingCampaign", async function () {
622
632
  try {
623
633
  const data = await client.DeletePredictiveDialingCampaign({})
@@ -348,6 +348,16 @@ it("mps.v20190612.CreateContentReviewTemplate", async function () {
348
348
  }
349
349
  })
350
350
 
351
+ it("mps.v20190612.DescribeGroupAttachFlowsById", async function () {
352
+ try {
353
+ const data = await client.DescribeGroupAttachFlowsById({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
351
361
  it("mps.v20190612.CreateSampleSnapshotTemplate", async function () {
352
362
  try {
353
363
  const data = await client.CreateSampleSnapshotTemplate({})
@@ -468,6 +478,16 @@ it("mps.v20190612.DescribeTranscodeTemplates", async function () {
468
478
  }
469
479
  })
470
480
 
481
+ it("mps.v20190612.ModifyStreamLinkSecurityGroup", async function () {
482
+ try {
483
+ const data = await client.ModifyStreamLinkSecurityGroup({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
471
491
  it("mps.v20190612.DeleteStreamLinkFlow", async function () {
472
492
  try {
473
493
  const data = await client.DeleteStreamLinkFlow({})
@@ -548,9 +568,19 @@ it("mps.v20190612.CreateLiveRecordTemplate", async function () {
548
568
  }
549
569
  })
550
570
 
551
- it("mps.v20190612.DeleteContentReviewTemplate", async function () {
571
+ it("mps.v20190612.DescribeStreamLinkSecurityGroups", async function () {
552
572
  try {
553
- const data = await client.DeleteContentReviewTemplate({})
573
+ const data = await client.DescribeStreamLinkSecurityGroups({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
581
+ it("mps.v20190612.DeleteStreamLinkSecurityGroup", async function () {
582
+ try {
583
+ const data = await client.DeleteStreamLinkSecurityGroup({})
554
584
  expect(data).to.be.ok
555
585
  } catch(error) {
556
586
  expect(error.requestId).to.be.ok
@@ -1008,6 +1038,16 @@ it("mps.v20190612.DeleteLiveRecordTemplate", async function () {
1008
1038
  }
1009
1039
  })
1010
1040
 
1041
+ it("mps.v20190612.DeleteContentReviewTemplate", async function () {
1042
+ try {
1043
+ const data = await client.DeleteContentReviewTemplate({})
1044
+ expect(data).to.be.ok
1045
+ } catch(error) {
1046
+ expect(error.requestId).to.be.ok
1047
+ expect(error.code).to.be.ok
1048
+ }
1049
+ })
1050
+
1011
1051
  it("mps.v20190612.DeleteSampleSnapshotTemplate", async function () {
1012
1052
  try {
1013
1053
  const data = await client.DeleteSampleSnapshotTemplate({})
@@ -1058,6 +1098,16 @@ it("mps.v20190612.DescribeQualityControlTemplates", async function () {
1058
1098
  }
1059
1099
  })
1060
1100
 
1101
+ it("mps.v20190612.CreateStreamLinkSecurityGroup", async function () {
1102
+ try {
1103
+ const data = await client.CreateStreamLinkSecurityGroup({})
1104
+ expect(data).to.be.ok
1105
+ } catch(error) {
1106
+ expect(error.requestId).to.be.ok
1107
+ expect(error.code).to.be.ok
1108
+ }
1109
+ })
1110
+
1061
1111
  it("mps.v20190612.DisableSchedule", async function () {
1062
1112
  try {
1063
1113
  const data = await client.DisableSchedule({})
@@ -1078,6 +1128,16 @@ it("mps.v20190612.CreateStreamLinkInput", async function () {
1078
1128
  }
1079
1129
  })
1080
1130
 
1131
+ it("mps.v20190612.DisassociateSecurityGroup", async function () {
1132
+ try {
1133
+ const data = await client.DisassociateSecurityGroup({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1081
1141
  it("mps.v20190612.ModifyContentReviewTemplate", async function () {
1082
1142
  try {
1083
1143
  const data = await client.ModifyContentReviewTemplate({})