tencentcloud-sdk-nodejs 4.0.993 → 4.0.995

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 (82) hide show
  1. package/CHANGELOG.md +396 -0
  2. package/SERVICE_CHANGELOG.md +527 -105
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +12 -26
  7. package/src/services/billing/v20180709/billing_models.ts +2 -0
  8. package/src/services/cam/v20190116/cam_models.ts +24 -24
  9. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  10. package/src/services/cdb/v20170320/cdb_client.ts +13 -1
  11. package/src/services/cdb/v20170320/cdb_models.ts +105 -81
  12. package/src/services/cfg/v20210820/cfg_models.ts +8 -0
  13. package/src/services/cloudapp/v20220530/cloudapp_models.ts +4 -0
  14. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +11 -4
  15. package/src/services/cvm/v20170312/cvm_models.ts +3 -3
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +53 -0
  18. package/src/services/domain/v20180808/domain_models.ts +3 -3
  19. package/src/services/ess/v20201111/ess_client.ts +48 -36
  20. package/src/services/ess/v20201111/ess_models.ts +33 -0
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -1
  22. package/src/services/gwlb/v20240906/gwlb_models.ts +24 -12
  23. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  24. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +20 -4
  25. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +63 -0
  26. package/src/services/lcic/v20220817/lcic_models.ts +3 -2
  27. package/src/services/live/v20180801/live_models.ts +4 -4
  28. package/src/services/mongodb/v20180408/mongodb_client.ts +2 -4
  29. package/src/services/mongodb/v20180408/mongodb_models.ts +15 -11
  30. package/src/services/mongodb/v20190725/mongodb_client.ts +4 -5
  31. package/src/services/mongodb/v20190725/mongodb_models.ts +42 -34
  32. package/src/services/sms/v20210111/sms_models.ts +1 -1
  33. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  34. package/src/services/vrs/v20200824/vrs_client.ts +14 -2
  35. package/src/services/vrs/v20200824/vrs_models.ts +35 -3
  36. package/src/services/wedata/v20210820/wedata_client.ts +1 -0
  37. package/src/services/wedata/v20210820/wedata_models.ts +225 -1
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +12 -26
  41. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -0
  42. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +24 -24
  43. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
  45. package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
  46. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +103 -81
  47. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +8 -0
  48. package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +4 -0
  49. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +11 -4
  50. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  53. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +51 -0
  54. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +3 -3
  55. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +26 -22
  56. package/tencentcloud/services/ess/v20201111/ess_client.js +31 -25
  57. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +31 -0
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +9 -1
  59. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +24 -12
  60. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +11 -3
  62. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -2
  63. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +61 -0
  64. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +3 -2
  65. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -4
  66. package/tencentcloud/services/mongodb/v20180408/mongodb_client.d.ts +0 -2
  67. package/tencentcloud/services/mongodb/v20180408/mongodb_client.js +0 -2
  68. package/tencentcloud/services/mongodb/v20180408/mongodb_models.d.ts +15 -11
  69. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +2 -3
  70. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +2 -3
  71. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +42 -34
  72. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +1 -1
  73. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  74. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +7 -3
  75. package/tencentcloud/services/vrs/v20200824/vrs_client.js +8 -2
  76. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +33 -3
  77. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +224 -1
  78. package/test/cdb.v20170320.test.js +10 -0
  79. package/test/cynosdb.v20190107.test.js +12 -2
  80. package/test/ess.v20201111.test.js +22 -12
  81. package/test/iotexplorer.v20190423.test.js +10 -0
  82. package/test/vrs.v20200824.test.js +10 -0
@@ -1631,6 +1631,14 @@ export interface KillOpsMakePlanInstancesRequest {
1631
1631
  * 补录计划ID
1632
1632
  */
1633
1633
  PlanId: string;
1634
+ /**
1635
+ * 是否异步模式
1636
+ */
1637
+ AsyncMode?: boolean;
1638
+ /**
1639
+ * 补录计划名
1640
+ */
1641
+ PlanName?: string;
1634
1642
  }
1635
1643
  /**
1636
1644
  * DescribeEventCases请求参数结构体
@@ -5867,6 +5875,10 @@ export interface BatchStopWorkflowsByIdsRequest {
5867
5875
  * 是否终止已生成的实例
5868
5876
  */
5869
5877
  KillInstance?: boolean;
5878
+ /**
5879
+ * 是否异步模式
5880
+ */
5881
+ AsyncMode?: boolean;
5870
5882
  }
5871
5883
  /**
5872
5884
  * DescribeDutyScheduleList返回参数结构体
@@ -6317,6 +6329,21 @@ export interface IntegrationTaskInfo {
6317
6329
  注意:此字段可能返回 null,表示取不到有效值。
6318
6330
  */
6319
6331
  OfflineTaskStatus?: number;
6332
+ /**
6333
+ * 导入到编排空间配置
6334
+ 注意:此字段可能返回 null,表示取不到有效值。
6335
+ */
6336
+ TaskImportInfo?: TaskImportInfo;
6337
+ /**
6338
+ * 业务延迟
6339
+ 注意:此字段可能返回 null,表示取不到有效值。
6340
+ */
6341
+ BusinessLatency?: number;
6342
+ /**
6343
+ * 当前同步位点
6344
+ 注意:此字段可能返回 null,表示取不到有效值。
6345
+ */
6346
+ CurrentSyncPosition?: number;
6320
6347
  }
6321
6348
  /**
6322
6349
  * DeleteResourceFiles请求参数结构体
@@ -6689,6 +6716,10 @@ export interface DescribeOpsWorkflowsRequest {
6689
6716
  * 排序方式,DESC或ASC
6690
6717
  */
6691
6718
  SortType?: string;
6719
+ /**
6720
+ * 项目ID列表,用于多项目工作流筛选
6721
+ */
6722
+ ProjectIds?: Array<string>;
6692
6723
  }
6693
6724
  /**
6694
6725
  * CreateOfflineTask返回参数结构体
@@ -6699,6 +6730,11 @@ export interface CreateOfflineTaskResponse {
6699
6730
  注意:此字段可能返回 null,表示取不到有效值。
6700
6731
  */
6701
6732
  TaskId?: string;
6733
+ /**
6734
+ * 导入到编排空间的任务id
6735
+ 注意:此字段可能返回 null,表示取不到有效值。
6736
+ */
6737
+ ArrangeSpaceTaskId?: string;
6702
6738
  /**
6703
6739
  * 结果
6704
6740
  */
@@ -7242,6 +7278,14 @@ export interface DescribeDsFolderTreeRequest {
7242
7278
  false 否
7243
7279
  */
7244
7280
  IncludeTaskFolder?: boolean;
7281
+ /**
7282
+ * 是否使用最新模式展示目录树
7283
+ */
7284
+ NewFolderTreeMode?: boolean;
7285
+ /**
7286
+ * 节点分类ID
7287
+ */
7288
+ TaskNodeId?: string;
7245
7289
  }
7246
7290
  /**
7247
7291
  * 表附加信息
@@ -7489,6 +7533,46 @@ export interface ScriptInfoResponse {
7489
7533
  */
7490
7534
  Region?: string;
7491
7535
  }
7536
+ /**
7537
+ * 集成任务导入到编排空间配置
7538
+ */
7539
+ export interface TaskImportInfo {
7540
+ /**
7541
+ * 是否导入编排空间
7542
+ 注意:此字段可能返回 null,表示取不到有效值。
7543
+ */
7544
+ IsImport?: boolean;
7545
+ /**
7546
+ * 是否新建工作流
7547
+ 注意:此字段可能返回 null,表示取不到有效值。
7548
+ */
7549
+ IsNewWorkFlow?: boolean;
7550
+ /**
7551
+ * 工作流所属目录id
7552
+ 注意:此字段可能返回 null,表示取不到有效值。
7553
+ */
7554
+ WorkFlowFolderId?: string;
7555
+ /**
7556
+ * 工作流所属目录名称
7557
+ 注意:此字段可能返回 null,表示取不到有效值。
7558
+ */
7559
+ WorkFlowFolderName?: string;
7560
+ /**
7561
+ * 工作流id
7562
+ 注意:此字段可能返回 null,表示取不到有效值。
7563
+ */
7564
+ WorkFlowId?: string;
7565
+ /**
7566
+ * 工作流名称
7567
+ 注意:此字段可能返回 null,表示取不到有效值。
7568
+ */
7569
+ WorkFlowName?: string;
7570
+ /**
7571
+ * 重名任务处理策略, 0:跳过,不导入; 1: 重命名
7572
+ 注意:此字段可能返回 null,表示取不到有效值。
7573
+ */
7574
+ TaskNameExistMode?: number;
7575
+ }
7492
7576
  /**
7493
7577
  * DescribeIntegrationStatisticsTaskStatus请求参数结构体
7494
7578
  */
@@ -7675,9 +7759,13 @@ export interface CreateWorkflowDsResponse {
7675
7759
  */
7676
7760
  export interface CreateHiveTableByDDLResponse {
7677
7761
  /**
7678
- * 表名称
7762
+ * 返回表名称,无论是否异步都有值
7679
7763
  */
7680
7764
  Data?: string;
7765
+ /**
7766
+ * 异步任务轮询 id,只有异步才有值
7767
+ */
7768
+ TaskId?: string;
7681
7769
  /**
7682
7770
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7683
7771
  */
@@ -7908,6 +7996,10 @@ export interface DescribeDsParentFolderTreeRequest {
7908
7996
  - catalog:目录展示
7909
7997
  */
7910
7998
  DisplayType?: string;
7999
+ /**
8000
+ * 是否新模式展示目录树
8001
+ */
8002
+ NewFolderTreeMode?: boolean;
7911
8003
  }
7912
8004
  /**
7913
8005
  * 获取数据服务API的发布态信息列表响应内容
@@ -8600,6 +8692,10 @@ export interface CreateOfflineTaskRequest {
8600
8692
  * 区分画布和表单
8601
8693
  */
8602
8694
  TaskMode: string;
8695
+ /**
8696
+ * 导入编排空间配置
8697
+ */
8698
+ TaskImportInfo?: TaskImportInfo;
8603
8699
  }
8604
8700
  /**
8605
8701
  * DescribeIntegrationStatisticsRecordsTrend返回参数结构体
@@ -8739,6 +8835,11 @@ export interface ScreenTaskInfo {
8739
8835
  注意:此字段可能返回 null,表示取不到有效值。
8740
8836
  */
8741
8837
  FrozenNum?: number;
8838
+ /**
8839
+ * 无效任务数
8840
+ 注意:此字段可能返回 null,表示取不到有效值。
8841
+ */
8842
+ InvalidNum?: number;
8742
8843
  /**
8743
8844
  * 年任务
8744
8845
  注意:此字段可能返回 null,表示取不到有效值。
@@ -9660,6 +9761,10 @@ export interface KillScheduleInstancesRequest {
9660
9761
  * 是否计算总数
9661
9762
  */
9662
9763
  IsCount?: boolean;
9764
+ /**
9765
+ * 是否异步模式
9766
+ */
9767
+ AsyncMode?: boolean;
9663
9768
  }
9664
9769
  /**
9665
9770
  * 查询实例条件(新)
@@ -9698,6 +9803,10 @@ export interface BatchStopOpsTasksRequest {
9698
9803
  * 是否终止已生成的实例
9699
9804
  */
9700
9805
  KillInstance?: boolean;
9806
+ /**
9807
+ * 是否异步模式
9808
+ */
9809
+ AsyncMode?: boolean;
9701
9810
  }
9702
9811
  /**
9703
9812
  * DescribeFunctionTypes返回参数结构体
@@ -10018,6 +10127,10 @@ export interface DescribeOpsMakePlanTasksRequest {
10018
10127
  * 补录计划ID
10019
10128
  */
10020
10129
  PlanId: string;
10130
+ /**
10131
+ * 实例状态过滤条件
10132
+ */
10133
+ StateList?: Array<number | bigint>;
10021
10134
  /**
10022
10135
  * 分页页码,默认值1
10023
10136
  */
@@ -10450,6 +10563,16 @@ export interface MakePlanOpsDto {
10450
10563
  注意:此字段可能返回 null,表示取不到有效值。
10451
10564
  */
10452
10565
  CheckParentType?: string;
10566
+ /**
10567
+ * 是否和原任务保持相同工作流自依赖属性
10568
+ 注意:此字段可能返回 null,表示取不到有效值。
10569
+ */
10570
+ SameSelfWorkflowDependType?: boolean;
10571
+ /**
10572
+ * 工作流自依赖类型
10573
+ 注意:此字段可能返回 null,表示取不到有效值。
10574
+ */
10575
+ SelfWorkflowDependency?: string;
10453
10576
  }
10454
10577
  /**
10455
10578
  * DescribeBatchOperateTask返回参数结构体
@@ -10543,6 +10666,10 @@ export interface OperationOpsDto {
10543
10666
  注意:此字段可能返回 null,表示取不到有效值。
10544
10667
  */
10545
10668
  ErrorDesc?: string;
10669
+ /**
10670
+ * 异步操作记录id
10671
+ */
10672
+ AsyncActionId?: string;
10546
10673
  }
10547
10674
  /**
10548
10675
  * DeleteTaskAlarmRegular返回参数结构体
@@ -11036,6 +11163,11 @@ export interface BatchOperationOpsDto {
11036
11163
  注意:此字段可能返回 null,表示取不到有效值。
11037
11164
  */
11038
11165
  TotalCount?: number;
11166
+ /**
11167
+ * 异步操作记录的唯一id
11168
+ 注意:此字段可能返回 null,表示取不到有效值。
11169
+ */
11170
+ AsyncActionId?: string;
11039
11171
  }
11040
11172
  /**
11041
11173
  * 规则执行配置
@@ -11193,6 +11325,10 @@ export interface RunForceSucScheduleInstancesRequest {
11193
11325
  * 是否计算总数
11194
11326
  */
11195
11327
  IsCount?: boolean;
11328
+ /**
11329
+ * 是否异步模式
11330
+ */
11331
+ AsyncMode?: boolean;
11196
11332
  }
11197
11333
  /**
11198
11334
  * DescribeQualityScore返回参数结构体
@@ -11437,6 +11573,14 @@ export interface DescribeOpsMakePlansRequest {
11437
11573
  * 补录计划最大创建时间
11438
11574
  */
11439
11575
  MaxCreateTime?: string;
11576
+ /**
11577
+ * 实例状态过滤条件
11578
+ */
11579
+ StateList?: Array<number | bigint>;
11580
+ /**
11581
+ * 模糊查询关键字
11582
+ */
11583
+ Keyword?: string;
11440
11584
  }
11441
11585
  /**
11442
11586
  * CreateOpsMakePlan请求参数结构体
@@ -11675,6 +11819,10 @@ export interface FreezeTasksByWorkflowIdsRequest {
11675
11819
  * 是否终止已生成的实例
11676
11820
  */
11677
11821
  KillInstance?: boolean;
11822
+ /**
11823
+ * 是否异步模式
11824
+ */
11825
+ AsyncMode?: boolean;
11678
11826
  }
11679
11827
  /**
11680
11828
  * DescribeTaskByCycleReport返回参数结构体
@@ -11739,6 +11887,11 @@ export interface BatchOperateResultOpsDto {
11739
11887
  注意:此字段可能返回 null,表示取不到有效值。
11740
11888
  */
11741
11889
  ErrorDesc?: string;
11890
+ /**
11891
+ * 异步操作id
11892
+ 注意:此字段可能返回 null,表示取不到有效值。
11893
+ */
11894
+ AsyncActionId?: string;
11742
11895
  }
11743
11896
  /**
11744
11897
  * DeleteRule请求参数结构体
@@ -14826,6 +14979,14 @@ export interface DescribeSchedulerTaskCntByStatusRequest {
14826
14979
  * 工作流ID
14827
14980
  */
14828
14981
  WorkflowId?: string;
14982
+ /**
14983
+ * 项目ID列表,如果传了 ProjectIds ,ProjectId 不会生效
14984
+ */
14985
+ ProjectIds?: Array<string>;
14986
+ /**
14987
+ * 资源组ID筛选
14988
+ */
14989
+ ResourceGroupIds?: Array<string>;
14829
14990
  }
14830
14991
  /**
14831
14992
  * ModifyApproveStatus请求参数结构体
@@ -16101,6 +16262,10 @@ export interface ScreenInstanceInfo {
16101
16262
  注意:此字段可能返回 null,表示取不到有效值。
16102
16263
  */
16103
16264
  FailedNum?: number;
16265
+ /**
16266
+ * 跳过运行总数
16267
+ */
16268
+ SkipRunningNum?: number;
16104
16269
  }
16105
16270
  /**
16106
16271
  * ModifyTaskInfo请求参数结构体
@@ -16340,6 +16505,10 @@ export interface DescribeOperateOpsTasksRequest {
16340
16505
  * 额外请求的资源类型
16341
16506
  */
16342
16507
  RequestResourceTypes?: Array<string>;
16508
+ /**
16509
+ * 项目ID列表
16510
+ */
16511
+ ProjectIds?: Array<string>;
16343
16512
  }
16344
16513
  /**
16345
16514
  * DescribeBatchOperateTask请求参数结构体
@@ -17398,6 +17567,16 @@ export interface RuntimeInstanceCntTop {
17398
17567
  注意:此字段可能返回 null,表示取不到有效值。
17399
17568
  */
17400
17569
  WaitScheduleTime?: number;
17570
+ /**
17571
+ * 项目ID
17572
+ 注意:此字段可能返回 null,表示取不到有效值。
17573
+ */
17574
+ ProjectId?: string;
17575
+ /**
17576
+ * 项目名称
17577
+ 注意:此字段可能返回 null,表示取不到有效值。
17578
+ */
17579
+ ProjectName?: string;
17401
17580
  }
17402
17581
  /**
17403
17582
  * 列的元数据
@@ -17968,6 +18147,10 @@ export interface RunRerunScheduleInstancesRequest {
17968
18147
  * 是否计算总数
17969
18148
  */
17970
18149
  IsCount?: boolean;
18150
+ /**
18151
+ * 是否异步模式
18152
+ */
18153
+ AsyncMode?: boolean;
17971
18154
  }
17972
18155
  /**
17973
18156
  * 角色对象
@@ -18264,6 +18447,10 @@ export interface DescribeTaskByStatusReportRequest {
18264
18447
  * 工作流ID
18265
18448
  */
18266
18449
  WorkflowId?: string;
18450
+ /**
18451
+ * 项目ID列表,用于多项目实例趋势筛选,当指定了 ProjectIds 的时候,ProjectId 将只用来鉴权,不做筛选
18452
+ */
18453
+ ProjectIds?: Array<string>;
18267
18454
  }
18268
18455
  /**
18269
18456
  * ModifyExecStrategy请求参数结构体
@@ -18731,6 +18918,10 @@ export interface CreateCustomFunctionRequest {
18731
18918
  * 项目ID
18732
18919
  */
18733
18920
  ProjectId?: string;
18921
+ /**
18922
+ * 函数资源文件类型
18923
+ */
18924
+ FunctionResourceFileType?: string;
18734
18925
  }
18735
18926
  /**
18736
18927
  * DescribeTableBasicInfo请求参数结构体
@@ -18903,6 +19094,14 @@ export interface DescribeStatisticInstanceStatusTrendOpsRequest {
18903
19094
  * 工作流ID
18904
19095
  */
18905
19096
  WorkflowId?: string;
19097
+ /**
19098
+ * 项目ID列表,用于多项目实例趋势筛选,当指定了 ProjectIds 的时候,ProjectId 将只用来鉴权,不做筛选
19099
+ */
19100
+ ProjectIds?: Array<string>;
19101
+ /**
19102
+ * 指定时间点,当统计时常为整天的时候使用,必须小于 24
19103
+ */
19104
+ TimePoint?: number;
18906
19105
  }
18907
19106
  /**
18908
19107
  * DescribeEventCases返回参数结构体
@@ -19722,6 +19921,10 @@ export interface DescribeSchedulerInstanceStatusRequest {
19722
19921
  * 工作流ID
19723
19922
  */
19724
19923
  WorkflowId?: string;
19924
+ /**
19925
+ * 任务ID列表
19926
+ */
19927
+ ProjectIds?: Array<string>;
19725
19928
  }
19726
19929
  /**
19727
19930
  * DescribeScheduleInstances请求参数结构体
@@ -19939,6 +20142,10 @@ export interface DescribeSchedulerRunTimeInstanceCntByStatusRequest {
19939
20142
  * 升序降序
19940
20143
  */
19941
20144
  SortType?: string;
20145
+ /**
20146
+ * 项目ID列表,如果传了 ProjectIds,则 ProjectId 不会生效,用于多项目筛选
20147
+ */
20148
+ ProjectIds?: Array<string>;
19942
20149
  }
19943
20150
  /**
19944
20151
  * 数据服务通用排序参数
@@ -20679,6 +20886,18 @@ export interface DescribeTaskByCycleRequest {
20679
20886
  * 工作流ID
20680
20887
  */
20681
20888
  WorkflowId?: string;
20889
+ /**
20890
+ * 项目ID列表筛选
20891
+ */
20892
+ ProjectIds?: Array<string>;
20893
+ /**
20894
+ * 资源组ID列表筛选
20895
+ */
20896
+ ResourceGroupIds?: Array<string>;
20897
+ /**
20898
+ * 任务类型ID筛选
20899
+ */
20900
+ TaskTypeIdList?: Array<string>;
20682
20901
  }
20683
20902
  /**
20684
20903
  * DescribeProjectUsers返回参数结构体
@@ -21172,6 +21391,10 @@ export interface CreateHiveTableByDDLRequest {
21172
21391
  * schema名称
21173
21392
  */
21174
21393
  SchemaName?: string;
21394
+ /**
21395
+ * 是否异步建表
21396
+ */
21397
+ Async?: boolean;
21175
21398
  }
21176
21399
  /**
21177
21400
  * 数据质量数据来源数据库
@@ -818,6 +818,16 @@ it("cdb.v20170320.AdjustCdbProxy", async function () {
818
818
  }
819
819
  })
820
820
 
821
+ it("cdb.v20170320.ModifyProtectMode", async function () {
822
+ try {
823
+ const data = await client.ModifyProtectMode({})
824
+ expect(data).to.be.ok
825
+ } catch(error) {
826
+ expect(error.requestId).to.be.ok
827
+ expect(error.code).to.be.ok
828
+ }
829
+ })
830
+
821
831
  it("cdb.v20170320.UpgradeDBInstanceEngineVersion", async function () {
822
832
  try {
823
833
  const data = await client.UpgradeDBInstanceEngineVersion({})
@@ -618,6 +618,16 @@ it("cynosdb.v20190107.ModifyClusterDatabase", async function () {
618
618
  }
619
619
  })
620
620
 
621
+ it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
622
+ try {
623
+ const data = await client.ModifyAuditRuleTemplates({})
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("cynosdb.v20190107.ModifyParamTemplate", async function () {
622
632
  try {
623
633
  const data = await client.ModifyParamTemplate({})
@@ -1148,9 +1158,9 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
1148
1158
  }
1149
1159
  })
1150
1160
 
1151
- it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
1161
+ it("cynosdb.v20190107.DescribeClusterDatabaseTables", async function () {
1152
1162
  try {
1153
- const data = await client.ModifyAuditRuleTemplates({})
1163
+ const data = await client.DescribeClusterDatabaseTables({})
1154
1164
  expect(data).to.be.ok
1155
1165
  } catch(error) {
1156
1166
  expect(error.requestId).to.be.ok
@@ -558,6 +558,16 @@ it("ess.v20201111.ModifyExtendedService", async function () {
558
558
  }
559
559
  })
560
560
 
561
+ it("ess.v20201111.ModifyFlowDeadline", async function () {
562
+ try {
563
+ const data = await client.ModifyFlowDeadline({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
561
571
  it("ess.v20201111.CreateFlowBlockchainEvidenceUrl", async function () {
562
572
  try {
563
573
  const data = await client.CreateFlowBlockchainEvidenceUrl({})
@@ -778,9 +788,9 @@ it("ess.v20201111.CreateBatchCancelFlowUrl", async function () {
778
788
  }
779
789
  })
780
790
 
781
- it("ess.v20201111.ModifyFlowDeadline", async function () {
791
+ it("ess.v20201111.DeleteIntegrationDepartment", async function () {
782
792
  try {
783
- const data = await client.ModifyFlowDeadline({})
793
+ const data = await client.DeleteIntegrationDepartment({})
784
794
  expect(data).to.be.ok
785
795
  } catch(error) {
786
796
  expect(error.requestId).to.be.ok
@@ -808,9 +818,9 @@ it("ess.v20201111.CreatePrepareFlow", async function () {
808
818
  }
809
819
  })
810
820
 
811
- it("ess.v20201111.DeleteIntegrationDepartment", async function () {
821
+ it("ess.v20201111.DescribeBillUsage", async function () {
812
822
  try {
813
- const data = await client.DeleteIntegrationDepartment({})
823
+ const data = await client.DescribeBillUsage({})
814
824
  expect(data).to.be.ok
815
825
  } catch(error) {
816
826
  expect(error.requestId).to.be.ok
@@ -848,9 +858,9 @@ it("ess.v20201111.DescribeCancelFlowsTask", async function () {
848
858
  }
849
859
  })
850
860
 
851
- it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
861
+ it("ess.v20201111.DescribeOrganizationVerifyStatus", async function () {
852
862
  try {
853
- const data = await client.CreateOrganizationGroupInvitationLink({})
863
+ const data = await client.DescribeOrganizationVerifyStatus({})
854
864
  expect(data).to.be.ok
855
865
  } catch(error) {
856
866
  expect(error.requestId).to.be.ok
@@ -858,9 +868,9 @@ it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
858
868
  }
859
869
  })
860
870
 
861
- it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
871
+ it("ess.v20201111.CreateOrganizationGroupInvitationLink", async function () {
862
872
  try {
863
- const data = await client.DescribeFlowEvidenceReport({})
873
+ const data = await client.CreateOrganizationGroupInvitationLink({})
864
874
  expect(data).to.be.ok
865
875
  } catch(error) {
866
876
  expect(error.requestId).to.be.ok
@@ -868,9 +878,9 @@ it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
868
878
  }
869
879
  })
870
880
 
871
- it("ess.v20201111.GetTaskResultApi", async function () {
881
+ it("ess.v20201111.DescribeFlowEvidenceReport", async function () {
872
882
  try {
873
- const data = await client.GetTaskResultApi({})
883
+ const data = await client.DescribeFlowEvidenceReport({})
874
884
  expect(data).to.be.ok
875
885
  } catch(error) {
876
886
  expect(error.requestId).to.be.ok
@@ -878,9 +888,9 @@ it("ess.v20201111.GetTaskResultApi", async function () {
878
888
  }
879
889
  })
880
890
 
881
- it("ess.v20201111.DescribeBillUsage", async function () {
891
+ it("ess.v20201111.GetTaskResultApi", async function () {
882
892
  try {
883
- const data = await client.DescribeBillUsage({})
893
+ const data = await client.GetTaskResultApi({})
884
894
  expect(data).to.be.ok
885
895
  } catch(error) {
886
896
  expect(error.requestId).to.be.ok
@@ -1028,6 +1028,16 @@ it("iotexplorer.v20190423.CreateBatchProduction", async function () {
1028
1028
  }
1029
1029
  })
1030
1030
 
1031
+ it("iotexplorer.v20190423.CreateCloudStorageAIServiceTask", async function () {
1032
+ try {
1033
+ const data = await client.CreateCloudStorageAIServiceTask({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
1031
1041
  it("iotexplorer.v20190423.DisableTopicRule", async function () {
1032
1042
  try {
1033
1043
  const data = await client.DisableTopicRule({})
@@ -18,6 +18,16 @@ const client = new tencentcloud.vrs.v20200824.Client({
18
18
  })
19
19
  describe("vrs.v20200824.test.js", function () {
20
20
 
21
+ it("vrs.v20200824.GetVRSVoiceTypeInfo", async function () {
22
+ try {
23
+ const data = await client.GetVRSVoiceTypeInfo({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
21
31
  it("vrs.v20200824.DownloadVRSModel", async function () {
22
32
  try {
23
33
  const data = await client.DownloadVRSModel({})