tencentcloud-sdk-nodejs 4.0.1039 → 4.0.1041
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/package.json +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +3 -1
- package/src/services/ams/v20201229/ams_models.ts +52 -12
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +1 -13
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +8 -0
- package/src/services/cfw/v20190904/cfw_client.ts +12 -6
- package/src/services/clb/v20180317/clb_models.ts +12 -0
- package/src/services/cvm/v20170312/cvm_models.ts +5 -19
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +7 -2
- package/src/services/dlc/v20210125/dlc_models.ts +0 -5
- package/src/services/emr/v20190103/emr_models.ts +21 -21
- package/src/services/ess/v20201111/ess_client.ts +18 -2
- package/src/services/ess/v20201111/ess_models.ts +84 -200
- package/src/services/essbasic/v20210526/essbasic_client.ts +16 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +59 -132
- package/src/services/faceid/v20180301/faceid_models.ts +10 -6
- package/src/services/index.ts +0 -3
- package/src/services/lcic/v20220817/lcic_models.ts +6 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -6
- package/src/services/live/v20180801/live_models.ts +125 -176
- package/src/services/lke/v20231130/lke_client.ts +12 -0
- package/src/services/lke/v20231130/lke_models.ts +38 -2
- package/src/services/ocr/v20181119/ocr_client.ts +10 -0
- package/src/services/ocr/v20181119/ocr_models.ts +9 -2
- package/src/services/organization/v20210331/organization_models.ts +8 -0
- package/src/services/rce/v20201103/rce_models.ts +9 -27
- package/src/services/taf/v20200210/taf_models.ts +0 -1
- package/src/services/tcbr/v20220217/tcbr_models.ts +8 -0
- package/src/services/teo/v20220901/teo_models.ts +9 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -165
- package/src/services/tke/v20220501/tke_models.ts +0 -4
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +42 -4
- package/src/services/vm/v20201229/vm_client.ts +6 -1
- package/src/services/vm/v20201229/vm_models.ts +177 -53
- package/src/services/vm/v20210922/vm_client.ts +6 -1
- package/src/services/vm/v20210922/vm_models.ts +224 -76
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +0 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +50 -12
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -13
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +8 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +9 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -3
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -19
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +7 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +0 -5
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +21 -21
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +10 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +76 -194
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +44 -119
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -6
- package/tencentcloud/services/index.d.ts +0 -3
- package/tencentcloud/services/index.js +0 -6
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +6 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +125 -176
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +5 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +6 -0
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +36 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -2
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +8 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +9 -27
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +0 -1
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +8 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +9 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -165
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +0 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +41 -4
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +172 -53
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +219 -76
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +0 -10
- package/src/services/lp/index.ts +0 -5
- package/src/services/lp/v20200224/index.ts +0 -6
- package/src/services/lp/v20200224/lp_client.ts +0 -40
- package/src/services/lp/v20200224/lp_models.ts +0 -236
- package/src/services/rkp/index.ts +0 -5
- package/src/services/rkp/v20191209/index.ts +0 -6
- package/src/services/rkp/v20191209/rkp_client.ts +0 -76
- package/src/services/rkp/v20191209/rkp_models.ts +0 -289
- package/src/services/rp/index.ts +0 -5
- package/src/services/rp/v20200224/index.ts +0 -6
- package/src/services/rp/v20200224/rp_client.ts +0 -40
- package/src/services/rp/v20200224/rp_models.ts +0 -200
- package/tencentcloud/services/lp/index.d.ts +0 -6
- package/tencentcloud/services/lp/index.js +0 -7
- package/tencentcloud/services/lp/v20200224/index.d.ts +0 -6
- package/tencentcloud/services/lp/v20200224/index.js +0 -9
- package/tencentcloud/services/lp/v20200224/lp_client.d.ts +0 -14
- package/tencentcloud/services/lp/v20200224/lp_client.js +0 -37
- package/tencentcloud/services/lp/v20200224/lp_models.d.ts +0 -218
- package/tencentcloud/services/lp/v20200224/lp_models.js +0 -18
- package/tencentcloud/services/rkp/index.d.ts +0 -6
- package/tencentcloud/services/rkp/index.js +0 -7
- package/tencentcloud/services/rkp/v20191209/index.d.ts +0 -6
- package/tencentcloud/services/rkp/v20191209/index.js +0 -9
- package/tencentcloud/services/rkp/v20191209/rkp_client.d.ts +0 -28
- package/tencentcloud/services/rkp/v20191209/rkp_client.js +0 -55
- package/tencentcloud/services/rkp/v20191209/rkp_models.d.ts +0 -264
- package/tencentcloud/services/rkp/v20191209/rkp_models.js +0 -18
- package/tencentcloud/services/rp/index.d.ts +0 -6
- package/tencentcloud/services/rp/index.js +0 -7
- package/tencentcloud/services/rp/v20200224/index.d.ts +0 -6
- package/tencentcloud/services/rp/v20200224/index.js +0 -9
- package/tencentcloud/services/rp/v20200224/rp_client.d.ts +0 -14
- package/tencentcloud/services/rp/v20200224/rp_client.js +0 -37
- package/tencentcloud/services/rp/v20200224/rp_models.d.ts +0 -182
- package/tencentcloud/services/rp/v20200224/rp_models.js +0 -18
|
@@ -94,7 +94,7 @@ export declare class Client extends AbstractClient {
|
|
|
94
94
|
• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外
|
|
95
95
|
• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac
|
|
96
96
|
• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看
|
|
97
|
-
• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL
|
|
97
|
+
• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)
|
|
98
98
|
• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB
|
|
99
99
|
• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)
|
|
100
100
|
• 识别结果有效时间:识别结果在服务端保存24小时
|
|
@@ -148,7 +148,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
148
148
|
• 返回时效:异步回调,非实时返回。最长3小时返回识别结果,**大多数情况下,1小时的音频1-3分钟即可完成识别**。请注意:上述返回时长不含音频下载时延,且30分钟内发送超过1000小时录音或2万条任务的情况除外
|
|
149
149
|
• 音频格式:wav、mp3、m4a、flv、mp4、wma、3gp、amr、aac、ogg-opus、flac
|
|
150
150
|
• 支持语言:在本页面上搜索 **EngineModelType**,或前往 [产品功能](https://cloud.tencent.com/document/product/1093/35682) 查看
|
|
151
|
-
• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL
|
|
151
|
+
• 音频提交方式:本接口支持**音频 URL 、本地音频文件**两种请求方式。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储、生成URL并提交任务,此种方式将不产生外网和流量下行费用,可节约成本、提升任务速度(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)
|
|
152
152
|
• 音频限制:音频 URL 时长不能大于5小时,文件大小不超过1GB;本地音频文件不能大于5MB
|
|
153
153
|
• 如何获取识别结果:支持**回调或轮询**的方式获取结果,具体请参考 [录音文件识别结果查询](https://cloud.tencent.com/document/product/1093/37822)
|
|
154
154
|
• 识别结果有效时间:识别结果在服务端保存24小时
|
|
@@ -1279,12 +1279,10 @@ export interface DescribeComputeEnvRequest {
|
|
|
1279
1279
|
export interface InstanceMarketOptionsRequest {
|
|
1280
1280
|
/**
|
|
1281
1281
|
* 竞价相关选项
|
|
1282
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1283
1282
|
*/
|
|
1284
1283
|
SpotOptions: SpotMarketOptions;
|
|
1285
1284
|
/**
|
|
1286
1285
|
* 市场选项类型,当前只支持取值:spot
|
|
1287
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1288
1286
|
*/
|
|
1289
1287
|
MarketType?: string;
|
|
1290
1288
|
}
|
|
@@ -1557,12 +1555,10 @@ export interface DataDisk {
|
|
|
1557
1555
|
默认取值:true<br />
|
|
1558
1556
|
该参数目前仅用于 `RunInstances` 接口。
|
|
1559
1557
|
</li>
|
|
1560
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1561
1558
|
*/
|
|
1562
1559
|
DeleteWithInstance?: boolean;
|
|
1563
1560
|
/**
|
|
1564
1561
|
* 数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。
|
|
1565
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1566
1562
|
*/
|
|
1567
1563
|
SnapshotId?: string;
|
|
1568
1564
|
/**
|
|
@@ -1573,31 +1569,26 @@ export interface DataDisk {
|
|
|
1573
1569
|
默认取值:false<br />
|
|
1574
1570
|
该参数目前仅用于 `RunInstances` 接口。
|
|
1575
1571
|
</li>
|
|
1576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1577
1572
|
*/
|
|
1578
1573
|
Encrypt?: boolean;
|
|
1579
1574
|
/**
|
|
1580
1575
|
* 自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。
|
|
1581
1576
|
|
|
1582
1577
|
该参数目前仅用于 `RunInstances` 接口。
|
|
1583
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1584
1578
|
*/
|
|
1585
1579
|
KmsKeyId?: string;
|
|
1586
1580
|
/**
|
|
1587
1581
|
* 云硬盘性能,单位:MB/s
|
|
1588
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1589
1582
|
*/
|
|
1590
1583
|
ThroughputPerformance?: number;
|
|
1591
1584
|
/**
|
|
1592
1585
|
* 所属的独享集群ID。
|
|
1593
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1594
1586
|
*/
|
|
1595
1587
|
CdcId?: string;
|
|
1596
1588
|
/**
|
|
1597
1589
|
* 突发性能
|
|
1598
1590
|
|
|
1599
1591
|
<b>注:内测中。</b>
|
|
1600
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1601
1592
|
*/
|
|
1602
1593
|
BurstPerformance?: boolean;
|
|
1603
1594
|
/**
|
|
@@ -1699,12 +1690,10 @@ export interface EventConfig {
|
|
|
1699
1690
|
export interface SpotMarketOptions {
|
|
1700
1691
|
/**
|
|
1701
1692
|
* 竞价出价
|
|
1702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1703
1693
|
*/
|
|
1704
1694
|
MaxPrice: string;
|
|
1705
1695
|
/**
|
|
1706
1696
|
* 竞价请求类型,当前仅支持类型:one-time
|
|
1707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1708
1697
|
*/
|
|
1709
1698
|
SpotInstanceType?: string;
|
|
1710
1699
|
}
|
|
@@ -2856,8 +2845,7 @@ export interface Activity {
|
|
|
2856
2845
|
*/
|
|
2857
2846
|
export interface RunMonitorServiceEnabled {
|
|
2858
2847
|
/**
|
|
2859
|
-
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true
|
|
2860
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2848
|
+
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务</li><li>false:表示不开启云监控服务</li><br>默认取值:true。
|
|
2861
2849
|
*/
|
|
2862
2850
|
Enabled?: boolean;
|
|
2863
2851
|
}
|
|
@@ -1520,6 +1520,10 @@ export interface DescribeSlowQueryRecordsResponse {
|
|
|
1520
1520
|
* 集群的配置文件的修改历史
|
|
1521
1521
|
*/
|
|
1522
1522
|
export interface ClusterConfigsHistory {
|
|
1523
|
+
/**
|
|
1524
|
+
* 计算组id
|
|
1525
|
+
*/
|
|
1526
|
+
ComputeGroupId?: string;
|
|
1523
1527
|
/**
|
|
1524
1528
|
* 配置文件名称
|
|
1525
1529
|
*/
|
|
@@ -1697,6 +1701,10 @@ export interface DescribeClusterConfigsHistoryRequest {
|
|
|
1697
1701
|
apache_hdfs_broker.conf、be.conf、fe.conf、core-site.xml、hdfs-site.xml、odbcinst.ini
|
|
1698
1702
|
*/
|
|
1699
1703
|
ConfigFileNames?: Array<string>;
|
|
1704
|
+
/**
|
|
1705
|
+
* 需要查询的计算组列表
|
|
1706
|
+
*/
|
|
1707
|
+
ComputeGroupIds?: Array<string>;
|
|
1700
1708
|
}
|
|
1701
1709
|
/**
|
|
1702
1710
|
* CreateWorkloadGroup请求参数结构体
|
|
@@ -181,7 +181,9 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
181
181
|
*/
|
|
182
182
|
DescribeNatFwInstanceWithRegion(req?: DescribeNatFwInstanceWithRegionRequest, cb?: (error: string, rep: DescribeNatFwInstanceWithRegionResponse) => void): Promise<DescribeNatFwInstanceWithRegionResponse>;
|
|
183
183
|
/**
|
|
184
|
-
*
|
|
184
|
+
* 历史方案,业务已迁移,接口不再适用
|
|
185
|
+
|
|
186
|
+
删除入侵防御规则白名单接口
|
|
185
187
|
*/
|
|
186
188
|
DeleteIdsWhiteRule(req: DeleteIdsWhiteRuleRequest, cb?: (error: string, rep: DeleteIdsWhiteRuleResponse) => void): Promise<DeleteIdsWhiteRuleResponse>;
|
|
187
189
|
/**
|
|
@@ -209,7 +211,9 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
209
211
|
*/
|
|
210
212
|
CreateAlertCenterOmit(req: CreateAlertCenterOmitRequest, cb?: (error: string, rep: CreateAlertCenterOmitResponse) => void): Promise<CreateAlertCenterOmitResponse>;
|
|
211
213
|
/**
|
|
212
|
-
*
|
|
214
|
+
* CreateIdsWhiteRule
|
|
215
|
+
|
|
216
|
+
创建入侵防御规则白名单接口
|
|
213
217
|
*/
|
|
214
218
|
CreateIdsWhiteRule(req: CreateIdsWhiteRuleRequest, cb?: (error: string, rep: CreateIdsWhiteRuleResponse) => void): Promise<CreateIdsWhiteRuleResponse>;
|
|
215
219
|
/**
|
|
@@ -456,7 +460,9 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
456
460
|
*/
|
|
457
461
|
DescribeBlockStaticList(req: DescribeBlockStaticListRequest, cb?: (error: string, rep: DescribeBlockStaticListResponse) => void): Promise<DescribeBlockStaticListResponse>;
|
|
458
462
|
/**
|
|
459
|
-
*
|
|
463
|
+
* 历史方案,业务已迁移,接口不再适用
|
|
464
|
+
|
|
465
|
+
查询入侵防御规则白名单接口
|
|
460
466
|
*/
|
|
461
467
|
DescribeIdsWhiteRule(req: DescribeIdsWhiteRuleRequest, cb?: (error: string, rep: DescribeIdsWhiteRuleResponse) => void): Promise<DescribeIdsWhiteRuleResponse>;
|
|
462
468
|
}
|
|
@@ -287,7 +287,9 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
287
287
|
return this.request("DescribeNatFwInstanceWithRegion", req, cb);
|
|
288
288
|
}
|
|
289
289
|
/**
|
|
290
|
-
*
|
|
290
|
+
* 历史方案,业务已迁移,接口不再适用
|
|
291
|
+
|
|
292
|
+
删除入侵防御规则白名单接口
|
|
291
293
|
*/
|
|
292
294
|
async DeleteIdsWhiteRule(req, cb) {
|
|
293
295
|
return this.request("DeleteIdsWhiteRule", req, cb);
|
|
@@ -329,7 +331,9 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
329
331
|
return this.request("CreateAlertCenterOmit", req, cb);
|
|
330
332
|
}
|
|
331
333
|
/**
|
|
332
|
-
*
|
|
334
|
+
* CreateIdsWhiteRule
|
|
335
|
+
|
|
336
|
+
创建入侵防御规则白名单接口
|
|
333
337
|
*/
|
|
334
338
|
async CreateIdsWhiteRule(req, cb) {
|
|
335
339
|
return this.request("CreateIdsWhiteRule", req, cb);
|
|
@@ -698,7 +702,9 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
698
702
|
return this.request("DescribeBlockStaticList", req, cb);
|
|
699
703
|
}
|
|
700
704
|
/**
|
|
701
|
-
*
|
|
705
|
+
* 历史方案,业务已迁移,接口不再适用
|
|
706
|
+
|
|
707
|
+
查询入侵防御规则白名单接口
|
|
702
708
|
*/
|
|
703
709
|
async DescribeIdsWhiteRule(req, cb) {
|
|
704
710
|
return this.request("DescribeIdsWhiteRule", req, cb);
|
|
@@ -573,6 +573,10 @@ export interface MultiCertInfo {
|
|
|
573
573
|
* 监听器或规则证书列表,单双向认证,多本服务端证书算法类型不能重复;若SSLMode为双向认证,证书列表必须包含一本ca证书。
|
|
574
574
|
*/
|
|
575
575
|
CertList: Array<CertInfo>;
|
|
576
|
+
/**
|
|
577
|
+
* 双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON
|
|
578
|
+
*/
|
|
579
|
+
SSLVerifyClient?: string;
|
|
576
580
|
}
|
|
577
581
|
/**
|
|
578
582
|
* 修改节点标签的数据类型
|
|
@@ -3099,6 +3103,10 @@ export interface CertificateInput {
|
|
|
3099
3103
|
* 认证类型,UNIDIRECTIONAL:单向认证,MUTUAL:双向认证
|
|
3100
3104
|
*/
|
|
3101
3105
|
SSLMode?: string;
|
|
3106
|
+
/**
|
|
3107
|
+
* 双向认证时,是否开启客户端认证,ON:开启,OPTIONAL:自适应,默认ON。
|
|
3108
|
+
*/
|
|
3109
|
+
SSLVerifyClient?: string;
|
|
3102
3110
|
/**
|
|
3103
3111
|
* 服务端证书的 ID,如果不填写此项则必须上传证书,包括 CertContent,CertKey,CertName。
|
|
3104
3112
|
*/
|
|
@@ -5499,6 +5507,10 @@ export interface CertificateOutput {
|
|
|
5499
5507
|
* 认证类型,UNIDIRECTIONAL:单向认证,MUTUAL:双向认证
|
|
5500
5508
|
*/
|
|
5501
5509
|
SSLMode?: string;
|
|
5510
|
+
/**
|
|
5511
|
+
* 是否开启客户端证书验证,只在双向认证时生效。
|
|
5512
|
+
*/
|
|
5513
|
+
SSLVerifyClient?: string;
|
|
5502
5514
|
/**
|
|
5503
5515
|
* 服务端证书的ID。
|
|
5504
5516
|
*/
|
|
@@ -2111,12 +2111,10 @@ export interface DescribeInstancesModificationRequest {
|
|
|
2111
2111
|
export interface InstanceMarketOptionsRequest {
|
|
2112
2112
|
/**
|
|
2113
2113
|
* 竞价相关选项
|
|
2114
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2115
2114
|
*/
|
|
2116
2115
|
SpotOptions: SpotMarketOptions;
|
|
2117
2116
|
/**
|
|
2118
2117
|
* 市场选项类型,当前只支持取值:spot
|
|
2119
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2120
2118
|
*/
|
|
2121
2119
|
MarketType?: string;
|
|
2122
2120
|
}
|
|
@@ -2615,12 +2613,10 @@ export interface DataDisk {
|
|
|
2615
2613
|
默认取值:true<br />
|
|
2616
2614
|
该参数目前仅用于 `RunInstances` 接口。
|
|
2617
2615
|
</li>
|
|
2618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2619
2616
|
*/
|
|
2620
2617
|
DeleteWithInstance?: boolean;
|
|
2621
2618
|
/**
|
|
2622
2619
|
* 数据盘快照ID。选择的数据盘快照大小需小于数据盘大小。
|
|
2623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2624
2620
|
*/
|
|
2625
2621
|
SnapshotId?: string;
|
|
2626
2622
|
/**
|
|
@@ -2631,31 +2627,26 @@ export interface DataDisk {
|
|
|
2631
2627
|
默认取值:false<br />
|
|
2632
2628
|
该参数目前仅用于 `RunInstances` 接口。
|
|
2633
2629
|
</li>
|
|
2634
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2635
2630
|
*/
|
|
2636
2631
|
Encrypt?: boolean;
|
|
2637
2632
|
/**
|
|
2638
2633
|
* 自定义CMK对应的ID,取值为UUID或者类似kms-abcd1234。用于加密云盘。
|
|
2639
2634
|
|
|
2640
2635
|
该参数目前仅用于 `RunInstances` 接口。
|
|
2641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2642
2636
|
*/
|
|
2643
2637
|
KmsKeyId?: string;
|
|
2644
2638
|
/**
|
|
2645
2639
|
* 云硬盘性能,单位:MB/s
|
|
2646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2647
2640
|
*/
|
|
2648
2641
|
ThroughputPerformance?: number;
|
|
2649
2642
|
/**
|
|
2650
2643
|
* 所属的独享集群ID。
|
|
2651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2652
2644
|
*/
|
|
2653
2645
|
CdcId?: string;
|
|
2654
2646
|
/**
|
|
2655
2647
|
* 突发性能
|
|
2656
2648
|
|
|
2657
2649
|
<b>注:内测中。</b>
|
|
2658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2659
2650
|
*/
|
|
2660
2651
|
BurstPerformance?: boolean;
|
|
2661
2652
|
/**
|
|
@@ -3478,17 +3469,14 @@ export interface ExportImagesRequest {
|
|
|
3478
3469
|
export interface ActionTimer {
|
|
3479
3470
|
/**
|
|
3480
3471
|
* 定时器动作,目前仅支持销毁一个值:TerminateInstances。
|
|
3481
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3482
3472
|
*/
|
|
3483
3473
|
TimerAction?: string;
|
|
3484
3474
|
/**
|
|
3485
3475
|
* 执行时间,按照ISO8601标准表示,并且使用UTC时间。格式为 YYYY-MM-DDThh:mm:ssZ。例如 2018-05-29T11:26:40Z,执行时间必须大于当前时间5分钟。
|
|
3486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3487
3476
|
*/
|
|
3488
3477
|
ActionTime?: string;
|
|
3489
3478
|
/**
|
|
3490
3479
|
* 扩展数据
|
|
3491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3492
3480
|
*/
|
|
3493
3481
|
Externals?: Externals;
|
|
3494
3482
|
/**
|
|
@@ -3635,6 +3623,10 @@ export interface CreateLaunchTemplateRequest {
|
|
|
3635
3623
|
* 实例销毁保护标志,表示是否允许通过api接口删除实例。取值范围:<br><li>TRUE:表示开启实例保护,不允许通过api接口删除实例</li><li>FALSE:表示关闭实例保护,允许通过api接口删除实例<br></li>默认取值:FALSE。
|
|
3636
3624
|
*/
|
|
3637
3625
|
DisableApiTermination?: boolean;
|
|
3626
|
+
/**
|
|
3627
|
+
* 标签描述列表。通过指定该参数可以绑定标签到实例启动模板。
|
|
3628
|
+
*/
|
|
3629
|
+
LaunchTemplateTagSpecification?: Array<TagSpecification>;
|
|
3638
3630
|
}
|
|
3639
3631
|
/**
|
|
3640
3632
|
* InquiryPriceResetInstance请求参数结构体
|
|
@@ -3802,12 +3794,10 @@ export interface ImportImageRequest {
|
|
|
3802
3794
|
export interface SpotMarketOptions {
|
|
3803
3795
|
/**
|
|
3804
3796
|
* 竞价出价
|
|
3805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3806
3797
|
*/
|
|
3807
3798
|
MaxPrice: string;
|
|
3808
3799
|
/**
|
|
3809
3800
|
* 竞价请求类型,当前仅支持类型:one-time
|
|
3810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3811
3801
|
*/
|
|
3812
3802
|
SpotInstanceType?: string;
|
|
3813
3803
|
}
|
|
@@ -4617,12 +4607,10 @@ export interface InquiryPriceRunInstancesResponse {
|
|
|
4617
4607
|
export interface TagSpecification {
|
|
4618
4608
|
/**
|
|
4619
4609
|
* 标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”,镜像为“image”,密钥为“keypair”
|
|
4620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4621
4610
|
*/
|
|
4622
4611
|
ResourceType: string;
|
|
4623
4612
|
/**
|
|
4624
4613
|
* 标签对列表
|
|
4625
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4626
4614
|
*/
|
|
4627
4615
|
Tags: Array<Tag>;
|
|
4628
4616
|
}
|
|
@@ -5206,7 +5194,6 @@ export interface LoginSettings {
|
|
|
5206
5194
|
KeyIds?: Array<string>;
|
|
5207
5195
|
/**
|
|
5208
5196
|
* 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为true。取值范围:<li>true:表示保持镜像的登录设置</li><li>false:表示不保持镜像的登录设置</li>默认取值:false。
|
|
5209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5210
5197
|
*/
|
|
5211
5198
|
KeepImageLogin?: string;
|
|
5212
5199
|
}
|
|
@@ -5418,8 +5405,7 @@ export interface DescribeAccountQuotaResponse {
|
|
|
5418
5405
|
*/
|
|
5419
5406
|
export interface RunMonitorServiceEnabled {
|
|
5420
5407
|
/**
|
|
5421
|
-
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true
|
|
5422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5408
|
+
* 是否开启[云监控](/document/product/248)服务。取值范围:<br><li>true:表示开启云监控服务</li><li>false:表示不开启云监控服务</li><br>默认取值:true。
|
|
5423
5409
|
*/
|
|
5424
5410
|
Enabled?: boolean;
|
|
5425
5411
|
}
|
|
@@ -3368,12 +3368,12 @@ export interface InstanceParamItem {
|
|
|
3368
3368
|
*/
|
|
3369
3369
|
export interface DescribeDBSecurityGroupsRequest {
|
|
3370
3370
|
/**
|
|
3371
|
-
* 实例ID
|
|
3371
|
+
* 实例ID(InstanceId与InstanceGroupId必须任选一个传入)
|
|
3372
3372
|
* @deprecated
|
|
3373
3373
|
*/
|
|
3374
3374
|
InstanceId?: string;
|
|
3375
3375
|
/**
|
|
3376
|
-
* 实例组ID
|
|
3376
|
+
* 实例组ID(InstanceId与InstanceGroupId必须任选一个传入)
|
|
3377
3377
|
*/
|
|
3378
3378
|
InstanceGroupId?: string;
|
|
3379
3379
|
}
|
|
@@ -3743,6 +3743,11 @@ export interface DescribeBackupConfigResponse {
|
|
|
3743
3743
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3744
3744
|
*/
|
|
3745
3745
|
LogicCrossRegionsConfigUpdateTime?: string;
|
|
3746
|
+
/**
|
|
3747
|
+
* 自动逻辑备份配置
|
|
3748
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3749
|
+
*/
|
|
3750
|
+
LogicBackupConfig?: LogicBackupConfigInfo;
|
|
3746
3751
|
/**
|
|
3747
3752
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3748
3753
|
*/
|
|
@@ -2615,17 +2615,14 @@ export interface DataEngineConfigInstanceInfo {
|
|
|
2615
2615
|
export interface CrontabResumeSuspendStrategy {
|
|
2616
2616
|
/**
|
|
2617
2617
|
* 定时拉起时间:如:周一&周三8点
|
|
2618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2619
2618
|
*/
|
|
2620
2619
|
ResumeTime?: string;
|
|
2621
2620
|
/**
|
|
2622
2621
|
* 定时挂起时间:如:周一&周三20点
|
|
2623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2624
2622
|
*/
|
|
2625
2623
|
SuspendTime?: string;
|
|
2626
2624
|
/**
|
|
2627
2625
|
* 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
|
|
2628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2629
2626
|
*/
|
|
2630
2627
|
SuspendStrategy?: number;
|
|
2631
2628
|
}
|
|
@@ -7494,12 +7491,10 @@ export interface CreateTasksInOrderResponse {
|
|
|
7494
7491
|
export interface TagInfo {
|
|
7495
7492
|
/**
|
|
7496
7493
|
* 标签键
|
|
7497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7498
7494
|
*/
|
|
7499
7495
|
TagKey?: string;
|
|
7500
7496
|
/**
|
|
7501
7497
|
* 标签值
|
|
7502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7503
7498
|
*/
|
|
7504
7499
|
TagValue?: string;
|
|
7505
7500
|
}
|
|
@@ -2720,97 +2720,97 @@ export interface EmrProductConfigOutter {
|
|
|
2720
2720
|
* 软件信息
|
|
2721
2721
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2722
2722
|
*/
|
|
2723
|
-
SoftInfo
|
|
2723
|
+
SoftInfo?: Array<string>;
|
|
2724
2724
|
/**
|
|
2725
2725
|
* Master节点个数
|
|
2726
2726
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2727
2727
|
*/
|
|
2728
|
-
MasterNodeSize
|
|
2728
|
+
MasterNodeSize?: number;
|
|
2729
2729
|
/**
|
|
2730
2730
|
* Core节点个数
|
|
2731
2731
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2732
2732
|
*/
|
|
2733
|
-
CoreNodeSize
|
|
2733
|
+
CoreNodeSize?: number;
|
|
2734
2734
|
/**
|
|
2735
2735
|
* Task节点个数
|
|
2736
2736
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2737
2737
|
*/
|
|
2738
|
-
TaskNodeSize
|
|
2738
|
+
TaskNodeSize?: number;
|
|
2739
2739
|
/**
|
|
2740
2740
|
* Common节点个数
|
|
2741
2741
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2742
2742
|
*/
|
|
2743
|
-
ComNodeSize
|
|
2743
|
+
ComNodeSize?: number;
|
|
2744
2744
|
/**
|
|
2745
2745
|
* Master节点资源
|
|
2746
2746
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2747
2747
|
*/
|
|
2748
|
-
MasterResource
|
|
2748
|
+
MasterResource?: OutterResource;
|
|
2749
2749
|
/**
|
|
2750
2750
|
* Core节点资源
|
|
2751
2751
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2752
2752
|
*/
|
|
2753
|
-
CoreResource
|
|
2753
|
+
CoreResource?: OutterResource;
|
|
2754
2754
|
/**
|
|
2755
2755
|
* Task节点资源
|
|
2756
2756
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2757
2757
|
*/
|
|
2758
|
-
TaskResource
|
|
2758
|
+
TaskResource?: OutterResource;
|
|
2759
2759
|
/**
|
|
2760
2760
|
* Common节点资源
|
|
2761
2761
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2762
2762
|
*/
|
|
2763
|
-
ComResource
|
|
2763
|
+
ComResource?: OutterResource;
|
|
2764
2764
|
/**
|
|
2765
2765
|
* 是否使用COS
|
|
2766
2766
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2767
2767
|
*/
|
|
2768
|
-
OnCos
|
|
2768
|
+
OnCos?: boolean;
|
|
2769
2769
|
/**
|
|
2770
2770
|
* 收费类型
|
|
2771
2771
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2772
2772
|
*/
|
|
2773
|
-
ChargeType
|
|
2773
|
+
ChargeType?: number;
|
|
2774
2774
|
/**
|
|
2775
2775
|
* Router节点个数
|
|
2776
2776
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2777
2777
|
*/
|
|
2778
|
-
RouterNodeSize
|
|
2778
|
+
RouterNodeSize?: number;
|
|
2779
2779
|
/**
|
|
2780
2780
|
* 是否支持HA
|
|
2781
2781
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2782
2782
|
*/
|
|
2783
|
-
SupportHA
|
|
2783
|
+
SupportHA?: boolean;
|
|
2784
2784
|
/**
|
|
2785
2785
|
* 是否支持安全模式
|
|
2786
2786
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2787
2787
|
*/
|
|
2788
|
-
SecurityOn
|
|
2788
|
+
SecurityOn?: boolean;
|
|
2789
2789
|
/**
|
|
2790
|
-
*
|
|
2790
|
+
* 集群初始安全组id
|
|
2791
2791
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2792
2792
|
*/
|
|
2793
|
-
SecurityGroup
|
|
2793
|
+
SecurityGroup?: string;
|
|
2794
2794
|
/**
|
|
2795
2795
|
* 是否开启Cbs加密
|
|
2796
2796
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2797
2797
|
*/
|
|
2798
|
-
CbsEncrypt
|
|
2798
|
+
CbsEncrypt?: number;
|
|
2799
2799
|
/**
|
|
2800
2800
|
* 自定义应用角色。
|
|
2801
2801
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2802
2802
|
*/
|
|
2803
|
-
ApplicationRole
|
|
2803
|
+
ApplicationRole?: string;
|
|
2804
2804
|
/**
|
|
2805
|
-
* 安全组
|
|
2805
|
+
* 安全组id
|
|
2806
2806
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2807
2807
|
*/
|
|
2808
|
-
SecurityGroups
|
|
2808
|
+
SecurityGroups?: Array<string>;
|
|
2809
2809
|
/**
|
|
2810
2810
|
* SSH密钥Id
|
|
2811
2811
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2812
2812
|
*/
|
|
2813
|
-
PublicKeyId
|
|
2813
|
+
PublicKeyId?: string;
|
|
2814
2814
|
}
|
|
2815
2815
|
/**
|
|
2816
2816
|
* 主机路径
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse,
|
|
3
|
+
import { DescribePersonCertificateResponse, CreateOrganizationGroupInvitationLinkRequest, DescribeCancelFlowsTaskResponse, DescribeFileCounterSignResultRequest, CreateSealRequest, CancelFlowResponse, DescribeExtendedServiceAuthDetailResponse, UpdateIntegrationEmployeesResponse, CreatePreparedPersonalEsignRequest, CreateLegalSealQrCodeResponse, DescribeIntegrationDepartmentsResponse, CreateFileCounterSignRequest, DescribeOrganizationVerifyStatusResponse, DeleteExtendedServiceAuthInfosResponse, CreateDynamicFlowApproverRequest, CreateFlowApproversResponse, DescribeFileUrlsResponse, CreateFlowRemindsRequest, CancelUserAutoSignEnableUrlRequest, ModifyApplicationCallbackInfoResponse, CreateMultiFlowSignQRCodeResponse, DescribeIntegrationDepartmentsRequest, DescribeThirdPartyAuthCodeResponse, DescribeUserVerifyStatusResponse, DisableUserAutoSignResponse, ModifyExtendedServiceRequest, CreateBatchInitOrganizationUrlResponse, BindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationEmployeesRequest, CreateOrganizationAuthFileResponse, DescribeIntegrationRolesRequest, CreateFlowEvidenceReportRequest, StartFlowResponse, CreateOrganizationAuthUrlRequest, CreateBatchQuickSignUrlResponse, CreateIntegrationRoleRequest, DeleteIntegrationRoleUsersResponse, CreateConvertTaskApiRequest, DeleteIntegrationEmployeesResponse, CreateFlowGroupSignReviewResponse, CreateBatchSignUrlResponse, CreateFlowRemindsResponse, DescribeOrganizationGroupOrganizationsRequest, DescribeUserAutoSignStatusResponse, CreateFlowGroupByFilesRequest, DescribeFlowComponentsResponse, DescribeFlowEvidenceReportResponse, DescribeSignFaceVideoRequest, CreateEmployeeQualificationSealQrCodeResponse, CreateFlowGroupByTemplatesResponse, CreateUserVerifyUrlResponse, DescribeBatchOrganizationRegistrationUrlsRequest, CreateDocumentResponse, DescribeIntegrationEmployeesRequest, UnbindEmployeeUserIdWithClientOpenIdResponse, CreateIntegrationUserRolesResponse, CreateFlowRequest, CreateSchemeUrlRequest, DeleteIntegrationDepartmentResponse, DescribeThirdPartyAuthCodeRequest, CreateDynamicFlowApproverResponse, CreateBatchOrganizationRegistrationTasksResponse, CreateReleaseFlowResponse, CreateBatchInitOrganizationUrlRequest, CreateWebThemeConfigResponse, BindEmployeeUserIdWithClientOpenIdRequest, CreateOrganizationInfoChangeUrlResponse, DeleteOrganizationAuthorizationsResponse, DescribeExtendedServiceAuthDetailRequest, CreateOrganizationAuthFileRequest, CreateIntegrationDepartmentResponse, DescribeFlowTemplatesRequest, CreateIntegrationSubOrganizationActiveRecordResponse, ArchiveDynamicFlowResponse, DeleteSealPoliciesResponse, CreateLegalSealQrCodeRequest, DescribeOrganizationAuthStatusResponse, CreateUserAutoSignSealUrlResponse, CreateEmployeeQualificationSealQrCodeRequest, CreatePersonAuthCertificateImageResponse, CreateBatchCancelFlowUrlResponse, CreateSealPolicyResponse, DeleteSealPoliciesRequest, DisableUserAutoSignRequest, DescribeIntegrationEmployeesResponse, CreateEmployeeChangeUrlResponse, CreateConvertTaskApiResponse, CreateFlowSignReviewRequest, CreateOrganizationAuthUrlResponse, DescribeOrganizationAuthStatusRequest, CreateSchemeUrlResponse, CreateFlowByFilesRequest, CreateFlowSignUrlResponse, DescribeFileUrlsRequest, CreatePartnerAutoSignAuthUrlResponse, ArchiveDynamicFlowRequest, CreateUserAutoSignSealUrlRequest, ModifyFlowDeadlineRequest, CreateFlowApproversRequest, ModifyFlowDeadlineResponse, CreateFlowEvidenceReportResponse, CreateIntegrationRoleResponse, DescribeFlowComponentsRequest, CreateIntegrationDepartmentRequest, DescribeUserVerifyStatusRequest, CreateFlowBlockchainEvidenceUrlResponse, CreateDocumentRequest, CreatePreparedPersonalEsignResponse, VerifyDigitFileResponse, DescribeOrganizationSealsResponse, CreateUserMobileChangeUrlRequest, CreateEmbedWebUrlRequest, DeleteIntegrationEmployeesRequest, DescribeUserAutoSignStatusRequest, GetTaskResultApiRequest, DescribeFlowBriefsResponse, ModifyIntegrationRoleRequest, CreateFlowGroupByFilesResponse, CreateReleaseFlowRequest, DeleteIntegrationRoleUsersRequest, CreateFlowSignUrlRequest, CreateIntegrationEmployeesResponse, CreateIntegrationUserRolesRequest, CreatePersonAuthCertificateImageRequest, CreateFlowByFilesResponse, UploadFilesResponse, DescribeFlowEvidenceReportRequest, CreateEmployeeChangeUrlRequest, DescribeBillUsageResponse, CreateFlowSignReviewResponse, ModifyIntegrationDepartmentRequest, RenewAutoSignLicenseRequest, CreateUserAutoSignEnableUrlRequest, CreateOrganizationBatchSignUrlResponse, UnbindEmployeeUserIdWithClientOpenIdRequest, DeleteOrganizationAuthorizationsRequest, CreateBatchOrganizationRegistrationTasksRequest, CreateUserVerifyUrlRequest, CreatePartnerAutoSignAuthUrlRequest, CreateExtendedServiceAuthInfosResponse, CreateWebThemeConfigRequest, CreateOrganizationBatchSignUrlRequest, CreatePrepareFlowResponse, ModifyIntegrationDepartmentResponse, GetTaskResultApiResponse, DescribeOrganizationVerifyStatusRequest, DescribeBillUsageRequest, CancelMultiFlowSignQRCodeRequest, DeleteIntegrationDepartmentRequest, CancelUserAutoSignEnableUrlResponse, ModifyApplicationCallbackInfoRequest, CreateFileCounterSignResponse, StartFlowRequest, CreateSealResponse, CreatePrepareFlowRequest, DescribeCancelFlowsTaskRequest, CreateEmbedWebUrlResponse, ModifyExtendedServiceResponse, CreateFlowGroupByTemplatesRequest, DescribeFileCounterSignResultResponse, CancelFlowRequest, DescribeExtendedServiceAuthInfosRequest, DescribeIntegrationRolesResponse, CreateBatchSignUrlRequest, CreateExtendedServiceAuthInfosRequest, VerifyDigitFileRequest, UpdateIntegrationEmployeesRequest, DescribeFlowBriefsRequest, CreateSealPolicyRequest, DescribeBillUsageDetailResponse, CreateUserMobileChangeUrlResponse, CreateUserAutoSignEnableUrlResponse, DescribeSignFaceVideoResponse, ModifyIntegrationRoleResponse, VerifyPdfResponse, CreateFlowGroupSignReviewRequest, DescribeBillUsageDetailRequest, DescribeFlowTemplatesResponse, DescribeBatchOrganizationRegistrationUrlsResponse, UploadFilesRequest, DescribeOrganizationSealsRequest, DescribePersonCertificateRequest, CreateBatchOrganizationAuthorizationUrlRequest, CreateBatchCancelFlowUrlRequest, CreateMultiFlowSignQRCodeRequest, VerifyPdfRequest, DescribeFlowInfoRequest, DeleteExtendedServiceAuthInfosRequest, DescribeExtendedServiceAuthInfosResponse, CreateBatchOrganizationAuthorizationUrlResponse, DescribeFlowInfoResponse, RenewAutoSignLicenseResponse, CancelMultiFlowSignQRCodeResponse, CreateFlowResponse, CreateIntegrationSubOrganizationActiveRecordRequest, CreateFlowBlockchainEvidenceUrlRequest, CreateBatchQuickSignUrlRequest, CreateOrganizationInfoChangeUrlRequest, DescribeOrganizationGroupOrganizationsResponse, CreateOrganizationGroupInvitationLinkResponse } from "./ess_models";
|
|
4
4
|
/**
|
|
5
5
|
* ess client
|
|
6
6
|
* @class
|
|
@@ -703,6 +703,14 @@ export declare class Client extends AbstractClient {
|
|
|
703
703
|

|
|
704
704
|
*/
|
|
705
705
|
ModifyExtendedService(req: ModifyExtendedServiceRequest, cb?: (error: string, rep: ModifyExtendedServiceResponse) => void): Promise<ModifyExtendedServiceResponse>;
|
|
706
|
+
/**
|
|
707
|
+
* 生成员工信息变更链接,当前仅支持变更手机号
|
|
708
|
+
|
|
709
|
+
注:
|
|
710
|
+
1. 目前仅支持修改员工手机号,待修改员工必须已经实名且在职
|
|
711
|
+
2. 仅支持返回小程序链接
|
|
712
|
+
*/
|
|
713
|
+
CreateEmployeeChangeUrl(req: CreateEmployeeChangeUrlRequest, cb?: (error: string, rep: CreateEmployeeChangeUrlResponse) => void): Promise<CreateEmployeeChangeUrlResponse>;
|
|
706
714
|
/**
|
|
707
715
|
* 在已启动的签署流程中,可对签署截止日期进行延期操作,主要分为以下两个层面:
|
|
708
716
|
1. <b> 合同(流程)层面</b>:仅需提供签署流程ID。此操作将对整个签署流程以及未单独设置签署截止时间的签署人进行延期。
|
|
@@ -835,6 +835,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
835
835
|
async ModifyExtendedService(req, cb) {
|
|
836
836
|
return this.request("ModifyExtendedService", req, cb);
|
|
837
837
|
}
|
|
838
|
+
/**
|
|
839
|
+
* 生成员工信息变更链接,当前仅支持变更手机号
|
|
840
|
+
|
|
841
|
+
注:
|
|
842
|
+
1. 目前仅支持修改员工手机号,待修改员工必须已经实名且在职
|
|
843
|
+
2. 仅支持返回小程序链接
|
|
844
|
+
*/
|
|
845
|
+
async CreateEmployeeChangeUrl(req, cb) {
|
|
846
|
+
return this.request("CreateEmployeeChangeUrl", req, cb);
|
|
847
|
+
}
|
|
838
848
|
/**
|
|
839
849
|
* 在已启动的签署流程中,可对签署截止日期进行延期操作,主要分为以下两个层面:
|
|
840
850
|
1. <b> 合同(流程)层面</b>:仅需提供签署流程ID。此操作将对整个签署流程以及未单独设置签署截止时间的签署人进行延期。
|