tencentcloud-sdk-nodejs 4.1.191 → 4.1.193
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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/hai/v20230812/hai_client.js +7 -4
- package/es/services/ocr/v20181119/ocr_client.js +3 -0
- package/es/services/organization/v20210331/organization_client.js +9 -0
- package/es/services/rum/v20210622/rum_client.js +56 -26
- package/es/services/tmt/v20180321/tmt_client.js +2 -20
- package/es/services/trocket/v20230308/trocket_client.js +20 -95
- package/es/services/trtc/v20190722/trtc_client.js +18 -9
- package/es/services/vod/v20180717/vod_client.js +10 -4
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +133 -11
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +19 -14
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -17
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
- package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +80 -92
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -2
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +9 -5
- package/tencentcloud/services/hai/v20230812/hai_client.js +12 -6
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +392 -180
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +156 -6
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +14 -23
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +10 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +11 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +74 -8
- package/tencentcloud/services/organization/v20210331/organization_client.d.ts +13 -1
- package/tencentcloud/services/organization/v20210331/organization_client.js +18 -0
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +174 -79
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +70 -29
- package/tencentcloud/services/rum/v20210622/rum_client.js +103 -42
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +2600 -1046
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +20 -20
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +22 -14
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +22 -14
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -1
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +10 -8
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +5 -0
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +3 -34
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +3 -46
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +36 -500
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +49 -211
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +58 -270
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +373 -1632
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +29 -16
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +39 -20
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +292 -70
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +15 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +20 -8
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +170 -62
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
|
@@ -999,102 +999,90 @@ export interface CreateNoticeContentResponse {
|
|
|
999
999
|
*/
|
|
1000
1000
|
export interface ModifyAlarmRequest {
|
|
1001
1001
|
/**
|
|
1002
|
-
*
|
|
1002
|
+
* <p>告警策略ID。-通过<a href="https://cloud.tencent.com/document/product/614/56461">获取告警策略列表</a>获取告警策略ID</p>
|
|
1003
1003
|
*/
|
|
1004
1004
|
AlarmId: string;
|
|
1005
1005
|
/**
|
|
1006
|
-
*
|
|
1006
|
+
* <p>告警策略名称。最大支持255个字节,不支持 '|'。</p>
|
|
1007
1007
|
*/
|
|
1008
1008
|
Name?: string;
|
|
1009
1009
|
/**
|
|
1010
|
-
*
|
|
1010
|
+
* <p>监控任务运行时间点。</p>
|
|
1011
1011
|
*/
|
|
1012
1012
|
MonitorTime?: MonitorTime;
|
|
1013
1013
|
/**
|
|
1014
|
-
*
|
|
1015
|
-
|
|
1016
|
-
注意:
|
|
1017
|
-
- Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
|
|
1014
|
+
* <p>告警信息发送的触发条件。</p><p>注意: </p><ul><li>Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。</li></ul>
|
|
1018
1015
|
*/
|
|
1019
1016
|
Condition?: string;
|
|
1020
1017
|
/**
|
|
1021
|
-
*
|
|
1022
|
-
|
|
1023
|
-
0:警告(Warn);1:提醒(Info);2:紧急 (Critical)
|
|
1024
|
-
|
|
1025
|
-
注意:
|
|
1026
|
-
- Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
|
|
1018
|
+
* <p>告警级别。</p><p>0:警告(Warn);1:提醒(Info);2:紧急 (Critical)</p><p>注意: </p><ul><li>Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。</li></ul>
|
|
1027
1019
|
*/
|
|
1028
1020
|
AlarmLevel?: number;
|
|
1029
1021
|
/**
|
|
1030
|
-
*
|
|
1031
|
-
|
|
1032
|
-
注意:
|
|
1033
|
-
- Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
|
|
1022
|
+
* <p>多触发条件。 </p><p>注意: </p><ul><li>Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。</li></ul>
|
|
1034
1023
|
*/
|
|
1035
1024
|
MultiConditions?: Array<MultiCondition>;
|
|
1036
1025
|
/**
|
|
1037
|
-
*
|
|
1026
|
+
* <p>持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。</p>
|
|
1038
1027
|
*/
|
|
1039
1028
|
TriggerCount?: number;
|
|
1040
1029
|
/**
|
|
1041
|
-
*
|
|
1030
|
+
* <p>告警重复的周期。单位是分钟。取值范围是0~1440。</p>
|
|
1042
1031
|
*/
|
|
1043
1032
|
AlarmPeriod?: number;
|
|
1044
1033
|
/**
|
|
1045
|
-
*
|
|
1046
|
-
*/
|
|
1047
|
-
AlarmNoticeIds?: Array<string>;
|
|
1048
|
-
/**
|
|
1049
|
-
* 监控对象列表。
|
|
1034
|
+
* <p>监控对象列表。</p>
|
|
1050
1035
|
*/
|
|
1051
1036
|
AlarmTargets?: Array<AlarmTarget>;
|
|
1052
1037
|
/**
|
|
1053
|
-
*
|
|
1038
|
+
* <p>是否开启告警策略。</p>
|
|
1054
1039
|
*/
|
|
1055
1040
|
Status?: boolean;
|
|
1056
1041
|
/**
|
|
1057
|
-
*
|
|
1042
|
+
* <p>该参数已废弃,请使用Status参数控制是否开启告警策略。</p>
|
|
1058
1043
|
* @deprecated
|
|
1059
1044
|
*/
|
|
1060
1045
|
Enable?: boolean;
|
|
1061
1046
|
/**
|
|
1062
|
-
*
|
|
1047
|
+
* <p>用户自定义告警内容</p>
|
|
1063
1048
|
*/
|
|
1064
1049
|
MessageTemplate?: string;
|
|
1065
1050
|
/**
|
|
1066
|
-
*
|
|
1051
|
+
* <p>用户自定义回调</p>
|
|
1067
1052
|
*/
|
|
1068
1053
|
CallBack?: CallBackInfo;
|
|
1069
1054
|
/**
|
|
1070
|
-
*
|
|
1055
|
+
* <p>多维分析</p>
|
|
1071
1056
|
*/
|
|
1072
1057
|
Analysis?: Array<AnalysisDimensional>;
|
|
1073
1058
|
/**
|
|
1074
|
-
*
|
|
1059
|
+
* <p>分组触发状态。true:开启,false:关闭(默认)</p>
|
|
1075
1060
|
*/
|
|
1076
1061
|
GroupTriggerStatus?: boolean;
|
|
1077
1062
|
/**
|
|
1078
|
-
*
|
|
1063
|
+
* <p>分组触发条件。</p>
|
|
1079
1064
|
*/
|
|
1080
1065
|
GroupTriggerCondition?: Array<string>;
|
|
1081
1066
|
/**
|
|
1082
|
-
*
|
|
1067
|
+
* <p>标签描述列表,通过指定该参数可以同时绑定标签到相应的告警策略。最大支持10个标签键值对,并且不能有重复的键值对。</p>
|
|
1083
1068
|
*/
|
|
1084
1069
|
Tags?: Array<Tag>;
|
|
1085
1070
|
/**
|
|
1086
|
-
*
|
|
1087
|
-
当值为1时,AlarmTargets元素个数不能超过10个,AlarmTargets中的Number必须是从1开始的连续正整数,不能重复。
|
|
1088
|
-
|
|
1071
|
+
* <p>监控对象类型。0:执行语句共用监控对象; 1:每个执行语句单独选择监控对象。<br>当值为1时,AlarmTargets元素个数不能超过10个,AlarmTargets中的Number必须是从1开始的连续正整数,不能重复。</p>
|
|
1089
1072
|
*/
|
|
1090
1073
|
MonitorObjectType?: number;
|
|
1091
1074
|
/**
|
|
1092
|
-
*
|
|
1093
|
-
Classifications元素个数不能超过20个。
|
|
1094
|
-
Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
|
|
1095
|
-
Classifications元素的Value长度不能超过200个字符。
|
|
1075
|
+
* <p>告警附加分类信息列表。<br>Classifications元素个数不能超过20个。<br>Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 <code>^[a-z]([a-z0-9_]{0,49})$</code>。<br>Classifications元素的Value长度不能超过200个字符。</p>
|
|
1096
1076
|
*/
|
|
1097
1077
|
Classifications?: Array<AlarmClassification>;
|
|
1078
|
+
/**
|
|
1079
|
+
* <p>关联的日志服务告警通知渠道组列表。-通过<a href="https://cloud.tencent.com/document/product/614/56462">获取通知渠道组列表</a>获取关联的告警通知渠道组列表,和MonitorNotice互斥</p>
|
|
1080
|
+
*/
|
|
1081
|
+
AlarmNoticeIds?: Array<string>;
|
|
1082
|
+
/**
|
|
1083
|
+
* <p>关联的可观测平台通知模板,与 AlarmNoticeIds 参数互斥,不能同时使用</p>
|
|
1084
|
+
*/
|
|
1085
|
+
MonitorNotice?: MonitorNotice;
|
|
1098
1086
|
}
|
|
1099
1087
|
/**
|
|
1100
1088
|
* 特殊采集规则配置信息
|
|
@@ -2583,16 +2571,16 @@ export interface ModifyShipperRequest {
|
|
|
2583
2571
|
*/
|
|
2584
2572
|
export interface MonitorNoticeRule {
|
|
2585
2573
|
/**
|
|
2586
|
-
*
|
|
2574
|
+
* <p>腾讯云可观测平台通知模板 ID</p>
|
|
2587
2575
|
*/
|
|
2588
2576
|
NoticeId?: string;
|
|
2589
2577
|
/**
|
|
2590
|
-
*
|
|
2578
|
+
* <p>腾讯云可观测平台内容模板ID,为空时使用默认内容模板</p>
|
|
2591
2579
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2592
2580
|
*/
|
|
2593
2581
|
ContentTmplId?: string;
|
|
2594
2582
|
/**
|
|
2595
|
-
*
|
|
2583
|
+
* <p>告警级别,0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)</p>
|
|
2596
2584
|
*/
|
|
2597
2585
|
AlarmLevels?: Array<number | bigint>;
|
|
2598
2586
|
}
|
|
@@ -4501,15 +4489,33 @@ export interface CreateConsumerResponse {
|
|
|
4501
4489
|
*/
|
|
4502
4490
|
export interface DataTransformResouceInfo {
|
|
4503
4491
|
/**
|
|
4504
|
-
*
|
|
4505
|
-
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
4492
|
+
* <p>日志主题ID</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
4506
4493
|
*/
|
|
4507
4494
|
TopicId: string;
|
|
4508
4495
|
/**
|
|
4509
|
-
*
|
|
4510
|
-
限制:不能包含字符 |。
|
|
4496
|
+
* <p>别名<br>限制:不能包含字符 |。</p>
|
|
4511
4497
|
*/
|
|
4512
4498
|
Alias?: string;
|
|
4499
|
+
/**
|
|
4500
|
+
* <p>是否是跨账号主题,false不是跨账号主题,true是跨账号主题</p><p>默认值:false</p>
|
|
4501
|
+
*/
|
|
4502
|
+
IsCrossAccount?: boolean;
|
|
4503
|
+
/**
|
|
4504
|
+
* <p>跨账号场景下,被投递账号给投递账号创建的角色ARN值,在被投递账号的角色里查找</p>
|
|
4505
|
+
*/
|
|
4506
|
+
RoleARN?: string;
|
|
4507
|
+
/**
|
|
4508
|
+
* <p>外部ID值,可以在被投递账号的角色-载体里找到该值</p>
|
|
4509
|
+
*/
|
|
4510
|
+
ExternalId?: string;
|
|
4511
|
+
/**
|
|
4512
|
+
* <p>topic名称</p>
|
|
4513
|
+
*/
|
|
4514
|
+
TopicName?: string;
|
|
4515
|
+
/**
|
|
4516
|
+
* <p>日志集的名称</p>
|
|
4517
|
+
*/
|
|
4518
|
+
LogsetName?: string;
|
|
4513
4519
|
}
|
|
4514
4520
|
/**
|
|
4515
4521
|
* DeleteMachineGroup请求参数结构体
|
|
@@ -4723,104 +4729,86 @@ export interface TopicExtendInfo {
|
|
|
4723
4729
|
*/
|
|
4724
4730
|
export interface CreateAlarmRequest {
|
|
4725
4731
|
/**
|
|
4726
|
-
*
|
|
4732
|
+
* <p>告警策略名称。最大支持255个字节。 不支持 '|'。</p>
|
|
4727
4733
|
*/
|
|
4728
4734
|
Name: string;
|
|
4729
4735
|
/**
|
|
4730
|
-
*
|
|
4736
|
+
* <p>监控对象列表。</p>
|
|
4731
4737
|
*/
|
|
4732
4738
|
AlarmTargets: Array<AlarmTarget>;
|
|
4733
4739
|
/**
|
|
4734
|
-
*
|
|
4740
|
+
* <p>监控任务运行时间点。</p>
|
|
4735
4741
|
*/
|
|
4736
4742
|
MonitorTime: MonitorTime;
|
|
4737
4743
|
/**
|
|
4738
|
-
*
|
|
4744
|
+
* <p>持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。</p>
|
|
4739
4745
|
*/
|
|
4740
4746
|
TriggerCount: number;
|
|
4741
4747
|
/**
|
|
4742
|
-
*
|
|
4748
|
+
* <p>告警重复的周期,单位是分钟。取值范围是0~1440。</p>
|
|
4743
4749
|
*/
|
|
4744
4750
|
AlarmPeriod: number;
|
|
4745
4751
|
/**
|
|
4746
|
-
*
|
|
4747
|
-
*/
|
|
4748
|
-
AlarmNoticeIds?: Array<string>;
|
|
4749
|
-
/**
|
|
4750
|
-
* 告警发送通知的触发条件
|
|
4751
|
-
注意:
|
|
4752
|
-
- Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
|
|
4753
|
-
|
|
4752
|
+
* <p>告警发送通知的触发条件<br> 注意: </p><ul><li>Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。</li></ul>
|
|
4754
4753
|
*/
|
|
4755
4754
|
Condition?: string;
|
|
4756
4755
|
/**
|
|
4757
|
-
*
|
|
4758
|
-
0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
|
4759
|
-
注意:
|
|
4760
|
-
- 不填则默认为0。
|
|
4761
|
-
- Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
|
|
4756
|
+
* <p>告警级别<br>0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。<br>注意: </p><ul><li>不填则默认为0。</li><li>Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。</li></ul>
|
|
4762
4757
|
*/
|
|
4763
4758
|
AlarmLevel?: number;
|
|
4764
4759
|
/**
|
|
4765
|
-
*
|
|
4766
|
-
注意:
|
|
4767
|
-
- Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。
|
|
4768
|
-
|
|
4769
|
-
|
|
4770
|
-
|
|
4760
|
+
* <p>多触发条件<br> 注意: </p><ul><li>Condition和AlarmLevel是一组配置,MultiConditions是另一组配置,2组配置互斥。</li></ul>
|
|
4771
4761
|
*/
|
|
4772
4762
|
MultiConditions?: Array<MultiCondition>;
|
|
4773
4763
|
/**
|
|
4774
|
-
*
|
|
4775
|
-
默认值为true
|
|
4764
|
+
* <p>是否开启告警策略。<br>默认值为true</p>
|
|
4776
4765
|
*/
|
|
4777
4766
|
Status?: boolean;
|
|
4778
4767
|
/**
|
|
4779
|
-
*
|
|
4768
|
+
* <p>请使用Status参数控制是否开启告警策略。</p>
|
|
4780
4769
|
* @deprecated
|
|
4781
4770
|
*/
|
|
4782
4771
|
Enable?: boolean;
|
|
4783
4772
|
/**
|
|
4784
|
-
*
|
|
4773
|
+
* <p>用户自定义告警内容</p>
|
|
4785
4774
|
*/
|
|
4786
4775
|
MessageTemplate?: string;
|
|
4787
4776
|
/**
|
|
4788
|
-
*
|
|
4777
|
+
* <p>用户自定义回调</p>
|
|
4789
4778
|
*/
|
|
4790
4779
|
CallBack?: CallBackInfo;
|
|
4791
4780
|
/**
|
|
4792
|
-
*
|
|
4781
|
+
* <p>多维分析</p>
|
|
4793
4782
|
*/
|
|
4794
4783
|
Analysis?: Array<AnalysisDimensional>;
|
|
4795
4784
|
/**
|
|
4796
|
-
*
|
|
4797
|
-
默认值false
|
|
4785
|
+
* <p>分组触发状态。<br>默认值false</p>
|
|
4798
4786
|
*/
|
|
4799
4787
|
GroupTriggerStatus?: boolean;
|
|
4800
4788
|
/**
|
|
4801
|
-
*
|
|
4789
|
+
* <p>分组触发条件。</p>
|
|
4802
4790
|
*/
|
|
4803
4791
|
GroupTriggerCondition?: Array<string>;
|
|
4804
4792
|
/**
|
|
4805
|
-
*
|
|
4806
|
-
|
|
4807
|
-
最大支持10个标签键值对,并且不能有重复的键值对。
|
|
4793
|
+
* <p>标签描述列表,通过指定该参数可以同时绑定标签到相应的告警策略。</p><p>最大支持10个标签键值对,并且不能有重复的键值对。</p>
|
|
4808
4794
|
*/
|
|
4809
4795
|
Tags?: Array<Tag>;
|
|
4810
4796
|
/**
|
|
4811
|
-
*
|
|
4812
|
-
不填则默认为0。
|
|
4813
|
-
当值为1时,AlarmTargets元素个数不能超过10个,AlarmTargets中的Number必须是从1开始的连续正整数,不能重复。
|
|
4814
|
-
|
|
4797
|
+
* <p>监控对象类型。0:执行语句共用监控对象; 1:每个执行语句单独选择监控对象。<br>不填则默认为0。<br>当值为1时,AlarmTargets元素个数不能超过10个,AlarmTargets中的Number必须是从1开始的连续正整数,不能重复。</p>
|
|
4815
4798
|
*/
|
|
4816
4799
|
MonitorObjectType?: number;
|
|
4817
4800
|
/**
|
|
4818
|
-
*
|
|
4819
|
-
Classifications元素个数不能超过20个。
|
|
4820
|
-
Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 `^[a-z]([a-z0-9_]{0,49})$`。
|
|
4821
|
-
Classifications元素的Value长度不能超过200个字符。
|
|
4801
|
+
* <p>告警附加分类信息列表。<br>Classifications元素个数不能超过20个。<br>Classifications元素的Key不能为空,不能重复,长度不能超过50个字符,符合正则 <code>^[a-z]([a-z0-9_]{0,49})$</code>。<br>Classifications元素的Value长度不能超过200个字符。</p>
|
|
4822
4802
|
*/
|
|
4823
4803
|
Classifications?: Array<AlarmClassification>;
|
|
4804
|
+
/**
|
|
4805
|
+
* <p>关联的日志服务告警通知渠道组列表。-通过<a href="https://cloud.tencent.com/document/product/614/56462">获取通知渠道组列表</a>获取关联的告警通知渠道组列表,和MonitorNotice互斥</p>
|
|
4806
|
+
*/
|
|
4807
|
+
AlarmNoticeIds?: Array<string>;
|
|
4808
|
+
/**
|
|
4809
|
+
* <p>关联的可观测平台通知模板,与 AlarmNoticeIds 参数互斥,不能同时使用</p>
|
|
4810
|
+
*/
|
|
4811
|
+
MonitorNotice?: MonitorNotice;
|
|
4824
4812
|
}
|
|
4825
4813
|
/**
|
|
4826
4814
|
* 数据湖计算服务(Data Lake Compute,简称DLC)数据字段配置信息
|
|
@@ -9818,7 +9806,7 @@ export interface UploadLogResponse {
|
|
|
9818
9806
|
*/
|
|
9819
9807
|
export interface CreateAlarmResponse {
|
|
9820
9808
|
/**
|
|
9821
|
-
*
|
|
9809
|
+
* <p>告警策略ID。</p>
|
|
9822
9810
|
*/
|
|
9823
9811
|
AlarmId?: string;
|
|
9824
9812
|
/**
|
|
@@ -12849,7 +12837,7 @@ export interface CreateDataTransformRequest {
|
|
|
12849
12837
|
名称限制
|
|
12850
12838
|
- 不能为空字符串
|
|
12851
12839
|
- 不能包含字符'|'
|
|
12852
|
-
- 最长
|
|
12840
|
+
- 最长128 个字符
|
|
12853
12841
|
*/
|
|
12854
12842
|
Name: string;
|
|
12855
12843
|
/**
|
|
@@ -731,6 +731,10 @@ export interface CreateFlowGroupByTemplatesResponse {
|
|
|
731
731
|
* 合同组签署人信息。
|
|
732
732
|
*/
|
|
733
733
|
Approvers?: Array<FlowGroupApprovers>;
|
|
734
|
+
/**
|
|
735
|
+
* FlowGroupNeedWorkflow
|
|
736
|
+
*/
|
|
737
|
+
WorkflowInstanceId?: string;
|
|
734
738
|
/**
|
|
735
739
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
736
740
|
*/
|
|
@@ -1324,6 +1328,10 @@ export interface CreateFlowByFilesRequest {
|
|
|
1324
1328
|
* 是否开启动态签署合同:<ul><li> **true**:开启动态签署合同,可在发起时可以不传签署人,在签署过程中追加签署人(必须满足:1,发起方企业开启了模块化计费能力;2,发起方企业在企业应用管理中开启了动态签署人2.0能力) 。</li><li> **false**:不开启动态签署合同。</li></ul>
|
|
1325
1329
|
*/
|
|
1326
1330
|
OpenDynamicSignFlow?: boolean;
|
|
1331
|
+
/**
|
|
1332
|
+
* 是否开启发起合同审批,默认:false(不开启),开启后,发起合同(StartFlow),会提交电子签内置的审批流
|
|
1333
|
+
*/
|
|
1334
|
+
Workflow?: boolean;
|
|
1327
1335
|
}
|
|
1328
1336
|
/**
|
|
1329
1337
|
* 电子文档的控件填充信息。按照控件类型进行相应的填充。
|
|
@@ -5298,6 +5306,10 @@ export interface CreateFlowByFilesResponse {
|
|
|
5298
5306
|
* 签署方信息,如角色ID、角色名称等
|
|
5299
5307
|
*/
|
|
5300
5308
|
Approvers?: Array<ApproverItem>;
|
|
5309
|
+
/**
|
|
5310
|
+
* 发起审批流id,仅在CreateFlowByFiles时指定了WorkFlow=true时返回
|
|
5311
|
+
*/
|
|
5312
|
+
WorkflowInstanceId?: string;
|
|
5301
5313
|
/**
|
|
5302
5314
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5303
5315
|
*/
|
|
@@ -5760,7 +5772,7 @@ export interface ExtendScene {
|
|
|
5760
5772
|
印章来源类型包括下面几种:
|
|
5761
5773
|
<ul>
|
|
5762
5774
|
<li>CREATE-客户上传图片创建</li>
|
|
5763
|
-
<li>GENERATE
|
|
5775
|
+
<li>GENERATE-系统模板印章生成</li>
|
|
5764
5776
|
<li>SIST_SEAL-深圳电子印章</li>
|
|
5765
5777
|
</ul>
|
|
5766
5778
|
*/
|
|
@@ -8705,6 +8717,10 @@ export interface FlowGroupOptions {
|
|
|
8705
8717
|
<ul><li>sms : 短信 (默认值)</li><li>none : 不通知</li></ul>
|
|
8706
8718
|
*/
|
|
8707
8719
|
OtherApproverNotifyType?: string;
|
|
8720
|
+
/**
|
|
8721
|
+
* 是否开启发起合同组的发起审批,默认:false(不开启),开启后,发起合同组会提交电子签内置审批流
|
|
8722
|
+
*/
|
|
8723
|
+
FlowGroupNeedWorkflow?: boolean;
|
|
8708
8724
|
}
|
|
8709
8725
|
/**
|
|
8710
8726
|
* 创建合同,若对方签署人的企业信息还未在腾讯电子签注册。则在进行引导企业注册时控制企业填写的信息。
|
|
@@ -9273,6 +9289,10 @@ export interface CreatePrepareFlowGroupRequest {
|
|
|
9273
9289
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
9274
9290
|
*/
|
|
9275
9291
|
Agent?: Agent;
|
|
9292
|
+
/**
|
|
9293
|
+
* 合同组发起控制参数,当前仅支持FlowGroupNeedWorkflow,表示开启嵌入式合同组发起审批
|
|
9294
|
+
*/
|
|
9295
|
+
FlowGroupOptions?: FlowGroupOptions;
|
|
9276
9296
|
}
|
|
9277
9297
|
/**
|
|
9278
9298
|
* CreateFileCounterSign返回参数结构体
|
|
@@ -9481,6 +9501,10 @@ export interface CreatePrepareFlowRequest {
|
|
|
9481
9501
|
* @deprecated
|
|
9482
9502
|
*/
|
|
9483
9503
|
SignComponentConfig?: SignComponentConfig;
|
|
9504
|
+
/**
|
|
9505
|
+
* 是否开启嵌入式合同发起时,提交发起审批流,默认:false(不开启),开启后,嵌入式合同发起后,会提交电子签内置审批流
|
|
9506
|
+
*/
|
|
9507
|
+
Workflow?: boolean;
|
|
9484
9508
|
}
|
|
9485
9509
|
/**
|
|
9486
9510
|
* DescribeCancelFlowsTask请求参数结构体
|
|
@@ -10884,6 +10908,10 @@ export interface StartFlowResponse {
|
|
|
10884
10908
|
<li> **EXECUTING** : 已提交发起任务且PDF合同正在合成中, 等PDF合同合成成功后进入签署环节</li></ul>
|
|
10885
10909
|
*/
|
|
10886
10910
|
Status?: string;
|
|
10911
|
+
/**
|
|
10912
|
+
* 发起审批流id,仅在CreateFlow时指定了WorkFlow=true时返回
|
|
10913
|
+
*/
|
|
10914
|
+
WorkflowInstanceId?: string;
|
|
10887
10915
|
/**
|
|
10888
10916
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10889
10917
|
*/
|
|
@@ -11165,6 +11193,10 @@ export interface CreateFlowRequest {
|
|
|
11165
11193
|

|
|
11166
11194
|
*/
|
|
11167
11195
|
FlowDisplayType?: number;
|
|
11196
|
+
/**
|
|
11197
|
+
* 是否开启发起合同审批,默认:false(不开启),开启后,发起合同(StartFlow),会提交电子签内置的审批流
|
|
11198
|
+
*/
|
|
11199
|
+
Workflow?: boolean;
|
|
11168
11200
|
}
|
|
11169
11201
|
/**
|
|
11170
11202
|
* 下载文件的URL信息
|
|
@@ -12474,6 +12506,10 @@ export interface CreateFlowGroupByFilesResponse {
|
|
|
12474
12506
|
* 合同组签署方信息。
|
|
12475
12507
|
*/
|
|
12476
12508
|
Approvers?: Array<FlowGroupApprovers>;
|
|
12509
|
+
/**
|
|
12510
|
+
* 发起审批流id,仅在发起时指定FlowGroupOptions.FlowGroupNeedWorkflow=true时返回
|
|
12511
|
+
*/
|
|
12512
|
+
WorkflowInstanceId?: string;
|
|
12477
12513
|
/**
|
|
12478
12514
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12479
12515
|
*/
|
|
@@ -12590,7 +12626,7 @@ export interface ExportContractReviewResultRequest {
|
|
|
12590
12626
|
*/
|
|
12591
12627
|
TaskId: string;
|
|
12592
12628
|
/**
|
|
12593
|
-
* 导出文件类型。1 = 带风险批注文件; 2 = 审查结果&摘要(.xIsx
|
|
12629
|
+
* 导出文件类型。1 = 带风险批注文件; 2 = 审查结果&摘要(.xIsx); 3 = 不带批注文件
|
|
12594
12630
|
*/
|
|
12595
12631
|
FileType: number;
|
|
12596
12632
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { InquirePriceRunInstancesResponse, ResizeInstanceDiskResponse, DescribeServiceLoginSettingsResponse, ResetInstancesPasswordResponse, DescribeInstanceNetworkStatusResponse, TerminateInstancesRequest, InquirePriceUpdateServiceConfigsRequest, TerminateInstancesResponse, DescribeApplicationsResponse, StartInstanceRequest, ResizeInstanceDiskRequest, StopInstanceRequest, DescribeMuskPromptsRequest, DescribeScenesResponse, DescribeApplicationsRequest, CreateApplicationRequest, ResetInstancesPasswordRequest, RunInstancesRequest, DescribeInstancesResponse, UpdateServiceConfigsResponse,
|
|
3
|
+
import { InquirePriceRunInstancesResponse, ResizeInstanceDiskResponse, DescribeServiceLoginSettingsResponse, ResetInstancesPasswordResponse, DescribeInstanceNetworkStatusResponse, UpdateServiceConfigsRequest, TerminateInstancesRequest, InquirePriceUpdateServiceConfigsRequest, DescribeServicesResponse, TerminateInstancesResponse, DescribeApplicationsResponse, StartInstanceRequest, ResizeInstanceDiskRequest, StopInstanceRequest, DescribeMuskPromptsRequest, DescribeScenesResponse, DescribeApplicationsRequest, CreateApplicationRequest, ResetInstancesPasswordRequest, RunInstancesRequest, DescribeInstancesResponse, UpdateServiceConfigsResponse, RunInstancesResponse, DescribeInstancesRequest, DescribeServiceLoginSettingsRequest, DescribeScenesRequest, DescribeRegionsResponse, DescribeServicesRequest, InquirePriceUpdateServiceConfigsResponse, StartInstanceResponse, CreateMuskPromptResponse, CreateApplicationResponse, CreateMuskPromptRequest, DescribeRegionsRequest, InquirePriceRunInstancesRequest, DescribeInstanceNetworkStatusRequest, StopInstanceResponse, DescribeMuskPromptsResponse } from "./hai_models";
|
|
4
4
|
/**
|
|
5
5
|
* hai client
|
|
6
6
|
* @class
|
|
@@ -12,9 +12,9 @@ export declare class Client extends AbstractClient {
|
|
|
12
12
|
*/
|
|
13
13
|
UpdateServiceConfigs(req: UpdateServiceConfigsRequest, cb?: (error: string, rep: UpdateServiceConfigsResponse) => void): Promise<UpdateServiceConfigsResponse>;
|
|
14
14
|
/**
|
|
15
|
-
* 本接口(
|
|
15
|
+
* 本接口 (InquirePriceRunInstances) 用于实例询价。
|
|
16
16
|
*/
|
|
17
|
-
|
|
17
|
+
InquirePriceRunInstances(req: InquirePriceRunInstancesRequest, cb?: (error: string, rep: InquirePriceRunInstancesResponse) => void): Promise<InquirePriceRunInstancesResponse>;
|
|
18
18
|
/**
|
|
19
19
|
* 本接口(DescribeInstances)用户查询实例
|
|
20
20
|
*/
|
|
@@ -27,6 +27,10 @@ export declare class Client extends AbstractClient {
|
|
|
27
27
|
* 获取prompt任务列表
|
|
28
28
|
*/
|
|
29
29
|
DescribeMuskPrompts(req: DescribeMuskPromptsRequest, cb?: (error: string, rep: DescribeMuskPromptsResponse) => void): Promise<DescribeMuskPromptsResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* 本接口(InquirePriceUpdateServiceConfigs)用于更新服务配置询价
|
|
32
|
+
*/
|
|
33
|
+
InquirePriceUpdateServiceConfigs(req?: InquirePriceUpdateServiceConfigsRequest, cb?: (error: string, rep: InquirePriceUpdateServiceConfigsResponse) => void): Promise<InquirePriceUpdateServiceConfigsResponse>;
|
|
30
34
|
/**
|
|
31
35
|
* 本接口(DescribeScenes)用于查询场景
|
|
32
36
|
*/
|
|
@@ -69,9 +73,9 @@ export declare class Client extends AbstractClient {
|
|
|
69
73
|
*/
|
|
70
74
|
DescribeServiceLoginSettings(req: DescribeServiceLoginSettingsRequest, cb?: (error: string, rep: DescribeServiceLoginSettingsResponse) => void): Promise<DescribeServiceLoginSettingsResponse>;
|
|
71
75
|
/**
|
|
72
|
-
* 本接口 (
|
|
76
|
+
* 本接口 (DescribeServices) 用于查询一个或多个服务
|
|
73
77
|
*/
|
|
74
|
-
|
|
78
|
+
DescribeServices(req: DescribeServicesRequest, cb?: (error: string, rep: DescribeServicesResponse) => void): Promise<DescribeServicesResponse>;
|
|
75
79
|
/**
|
|
76
80
|
* 本接口 (StopInstance) 用于主动关闭实例。
|
|
77
81
|
‘已关机’、‘预付费’的实例不支持关机
|
|
@@ -34,10 +34,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
34
34
|
return this.request("UpdateServiceConfigs", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
* 本接口(
|
|
37
|
+
* 本接口 (InquirePriceRunInstances) 用于实例询价。
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async InquirePriceRunInstances(req, cb) {
|
|
40
|
+
return this.request("InquirePriceRunInstances", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* 本接口(DescribeInstances)用户查询实例
|
|
@@ -57,6 +57,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
57
57
|
async DescribeMuskPrompts(req, cb) {
|
|
58
58
|
return this.request("DescribeMuskPrompts", req, cb);
|
|
59
59
|
}
|
|
60
|
+
/**
|
|
61
|
+
* 本接口(InquirePriceUpdateServiceConfigs)用于更新服务配置询价
|
|
62
|
+
*/
|
|
63
|
+
async InquirePriceUpdateServiceConfigs(req, cb) {
|
|
64
|
+
return this.request("InquirePriceUpdateServiceConfigs", req, cb);
|
|
65
|
+
}
|
|
60
66
|
/**
|
|
61
67
|
* 本接口(DescribeScenes)用于查询场景
|
|
62
68
|
*/
|
|
@@ -119,10 +125,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
119
125
|
return this.request("DescribeServiceLoginSettings", req, cb);
|
|
120
126
|
}
|
|
121
127
|
/**
|
|
122
|
-
* 本接口 (
|
|
128
|
+
* 本接口 (DescribeServices) 用于查询一个或多个服务
|
|
123
129
|
*/
|
|
124
|
-
async
|
|
125
|
-
return this.request("
|
|
130
|
+
async DescribeServices(req, cb) {
|
|
131
|
+
return this.request("DescribeServices", req, cb);
|
|
126
132
|
}
|
|
127
133
|
/**
|
|
128
134
|
* 本接口 (StopInstance) 用于主动关闭实例。
|