tencentcloud-sdk-nodejs 4.0.532 → 4.0.534
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/CHANGELOG.md +585 -0
- package/SERVICE_CHANGELOG.md +713 -40
- package/package.json +1 -1
- package/products.md +29 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +60 -60
- package/src/services/cdwch/v20200915/cdwch_client.ts +111 -10
- package/src/services/cdwch/v20200915/cdwch_models.ts +642 -102
- package/src/services/clb/v20180317/clb_models.ts +8 -2
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +39 -14
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +29 -0
- package/src/services/dlc/v20210125/dlc_client.ts +26 -0
- package/src/services/dlc/v20210125/dlc_models.ts +183 -5
- package/src/services/ess/v20201111/ess_client.ts +36 -12
- package/src/services/ess/v20201111/ess_models.ts +180 -85
- package/src/services/essbasic/v20210526/essbasic_client.ts +36 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +108 -23
- package/src/services/index.ts +1 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/keewidb/index.ts +5 -0
- package/src/services/keewidb/v20220308/index.ts +6 -0
- package/src/services/keewidb/v20220308/keewidb_client.ts +489 -0
- package/src/services/keewidb/v20220308/keewidb_models.ts +2778 -0
- package/src/services/live/v20180801/live_client.ts +106 -20
- package/src/services/live/v20180801/live_models.ts +540 -220
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/scf/v20180416/scf_models.ts +44 -44
- package/src/services/tcb/v20180608/tcb_models.ts +16 -6
- package/src/services/tdmq/v20200217/tdmq_models.ts +64 -2
- package/src/services/tem/v20210701/tem_models.ts +29 -9
- package/src/services/teo/v20220901/teo_models.ts +32 -20
- package/src/services/thpc/v20220401/thpc_models.ts +9 -7
- package/src/services/tiia/v20190529/tiia_models.ts +3 -3
- package/src/services/vm/v20201229/vm_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +106 -53
- package/src/services/vod/v20180717/vod_models.ts +320 -100
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +23 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +60 -60
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +35 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +51 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +525 -68
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +7 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -12
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +25 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +153 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +16 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +155 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +93 -21
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4 -0
- package/tencentcloud/services/keewidb/index.d.ts +6 -0
- package/tencentcloud/services/keewidb/index.js +7 -0
- package/tencentcloud/services/keewidb/v20220308/index.d.ts +6 -0
- package/tencentcloud/services/keewidb/v20220308/index.js +9 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +154 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +247 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +2319 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.js +18 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +34 -5
- package/tencentcloud/services/live/v20180801/live_client.js +49 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +453 -176
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +44 -44
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +15 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +54 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +25 -9
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +30 -20
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +7 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +3 -3
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +37 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +51 -24
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +271 -84
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -0
- package/test/cdwch.v20200915.test.js +82 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/dlc.v20210125.test.js +20 -0
- package/test/ess.v20201111.test.js +22 -2
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/keewidb.v20220308.test.js +381 -0
- package/test/live.v20180801.test.js +74 -4
- package/test/vod.v20180717.test.js +54 -14
|
@@ -2232,12 +2232,12 @@ export interface ModifyListenerRequest {
|
|
|
2232
2232
|
MultiCertInfo?: MultiCertInfo
|
|
2233
2233
|
|
|
2234
2234
|
/**
|
|
2235
|
-
*
|
|
2235
|
+
* 监听器粒度并发连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格并发连接上限,其中-1表示关闭监听器粒度并发连接数限速。
|
|
2236
2236
|
*/
|
|
2237
2237
|
MaxConn?: number
|
|
2238
2238
|
|
|
2239
2239
|
/**
|
|
2240
|
-
*
|
|
2240
|
+
* 监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1表示关闭监听器粒度新建连接数限速。
|
|
2241
2241
|
*/
|
|
2242
2242
|
MaxCps?: number
|
|
2243
2243
|
}
|
|
@@ -3521,6 +3521,12 @@ export interface RuleTargets {
|
|
|
3521
3521
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3522
3522
|
*/
|
|
3523
3523
|
Targets: Array<Backend>
|
|
3524
|
+
|
|
3525
|
+
/**
|
|
3526
|
+
* 后端云函数的信息
|
|
3527
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3528
|
+
*/
|
|
3529
|
+
FunctionTargets: Array<FunctionTarget>
|
|
3524
3530
|
}
|
|
3525
3531
|
|
|
3526
3532
|
/**
|
|
@@ -57,6 +57,7 @@ import {
|
|
|
57
57
|
SearchClusterTablesRequest,
|
|
58
58
|
PauseServerlessRequest,
|
|
59
59
|
ModifiableInfo,
|
|
60
|
+
DescribeFlowResponse,
|
|
60
61
|
RevokeAccountPrivilegesResponse,
|
|
61
62
|
CreateClustersResponse,
|
|
62
63
|
SetRenewFlagRequest,
|
|
@@ -160,7 +161,7 @@ import {
|
|
|
160
161
|
RevokeAccountPrivilegesRequest,
|
|
161
162
|
DescribeAuditRuleTemplatesRequest,
|
|
162
163
|
InstanceSpec,
|
|
163
|
-
|
|
164
|
+
DescribeFlowRequest,
|
|
164
165
|
AuditLogFile,
|
|
165
166
|
SetRenewFlagResponse,
|
|
166
167
|
Account,
|
|
@@ -180,6 +181,7 @@ import {
|
|
|
180
181
|
CreateAuditLogFileRequest,
|
|
181
182
|
DeleteAuditLogFileRequest,
|
|
182
183
|
AddInstancesRequest,
|
|
184
|
+
InquirePriceCreateResponse,
|
|
183
185
|
ModifyClusterSlaveZoneRequest,
|
|
184
186
|
GrantAccountPrivilegesResponse,
|
|
185
187
|
ClusterParamModifyLog,
|
|
@@ -440,6 +442,16 @@ export class Client extends AbstractClient {
|
|
|
440
442
|
return this.request("DescribeRollbackTimeRange", req, cb)
|
|
441
443
|
}
|
|
442
444
|
|
|
445
|
+
/**
|
|
446
|
+
* 本接口(DescribeFlow)用于查询任务流信息
|
|
447
|
+
*/
|
|
448
|
+
async DescribeFlow(
|
|
449
|
+
req: DescribeFlowRequest,
|
|
450
|
+
cb?: (error: string, rep: DescribeFlowResponse) => void
|
|
451
|
+
): Promise<DescribeFlowResponse> {
|
|
452
|
+
return this.request("DescribeFlow", req, cb)
|
|
453
|
+
}
|
|
454
|
+
|
|
443
455
|
/**
|
|
444
456
|
* 修改指定集群的备份配置
|
|
445
457
|
*/
|
|
@@ -905,6 +905,21 @@ export interface PauseServerlessRequest {
|
|
|
905
905
|
*/
|
|
906
906
|
export type ModifiableInfo = null
|
|
907
907
|
|
|
908
|
+
/**
|
|
909
|
+
* DescribeFlow返回参数结构体
|
|
910
|
+
*/
|
|
911
|
+
export interface DescribeFlowResponse {
|
|
912
|
+
/**
|
|
913
|
+
* 任务流状态。0-成功,1-失败,2-处理中
|
|
914
|
+
*/
|
|
915
|
+
Status: number
|
|
916
|
+
|
|
917
|
+
/**
|
|
918
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
919
|
+
*/
|
|
920
|
+
RequestId?: string
|
|
921
|
+
}
|
|
922
|
+
|
|
908
923
|
/**
|
|
909
924
|
* RevokeAccountPrivileges返回参数结构体
|
|
910
925
|
*/
|
|
@@ -4132,23 +4147,13 @@ export interface InstanceSpec {
|
|
|
4132
4147
|
}
|
|
4133
4148
|
|
|
4134
4149
|
/**
|
|
4135
|
-
*
|
|
4150
|
+
* DescribeFlow请求参数结构体
|
|
4136
4151
|
*/
|
|
4137
|
-
export interface
|
|
4138
|
-
/**
|
|
4139
|
-
* 实例价格
|
|
4140
|
-
*/
|
|
4141
|
-
InstancePrice: TradePrice
|
|
4142
|
-
|
|
4152
|
+
export interface DescribeFlowRequest {
|
|
4143
4153
|
/**
|
|
4144
|
-
*
|
|
4145
|
-
*/
|
|
4146
|
-
StoragePrice: TradePrice
|
|
4147
|
-
|
|
4148
|
-
/**
|
|
4149
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4154
|
+
* 任务流ID
|
|
4150
4155
|
*/
|
|
4151
|
-
|
|
4156
|
+
FlowId: number
|
|
4152
4157
|
}
|
|
4153
4158
|
|
|
4154
4159
|
/**
|
|
@@ -4687,6 +4692,26 @@ export interface AddInstancesRequest {
|
|
|
4687
4692
|
InstanceParams?: Array<ModifyParamItem>
|
|
4688
4693
|
}
|
|
4689
4694
|
|
|
4695
|
+
/**
|
|
4696
|
+
* InquirePriceCreate返回参数结构体
|
|
4697
|
+
*/
|
|
4698
|
+
export interface InquirePriceCreateResponse {
|
|
4699
|
+
/**
|
|
4700
|
+
* 实例价格
|
|
4701
|
+
*/
|
|
4702
|
+
InstancePrice: TradePrice
|
|
4703
|
+
|
|
4704
|
+
/**
|
|
4705
|
+
* 存储价格
|
|
4706
|
+
*/
|
|
4707
|
+
StoragePrice: TradePrice
|
|
4708
|
+
|
|
4709
|
+
/**
|
|
4710
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4711
|
+
*/
|
|
4712
|
+
RequestId?: string
|
|
4713
|
+
}
|
|
4714
|
+
|
|
4690
4715
|
/**
|
|
4691
4716
|
* ModifyClusterSlaveZone请求参数结构体
|
|
4692
4717
|
*/
|
|
@@ -34,6 +34,12 @@ export interface Group {
|
|
|
34
34
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
35
35
|
*/
|
|
36
36
|
Department: Department
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* 个数
|
|
40
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
41
|
+
*/
|
|
42
|
+
Count: number
|
|
37
43
|
}
|
|
38
44
|
|
|
39
45
|
/**
|
|
@@ -1140,6 +1146,23 @@ export interface Acl {
|
|
|
1140
1146
|
Department: Department
|
|
1141
1147
|
}
|
|
1142
1148
|
|
|
1149
|
+
/**
|
|
1150
|
+
* 描述键值对过滤器,用于条件过滤查询
|
|
1151
|
+
*/
|
|
1152
|
+
export interface Filter {
|
|
1153
|
+
/**
|
|
1154
|
+
* 需要过滤的字段。
|
|
1155
|
+
*/
|
|
1156
|
+
Name: string
|
|
1157
|
+
|
|
1158
|
+
/**
|
|
1159
|
+
* 字段的过滤值。
|
|
1160
|
+
若存在多个Filter时,Filter间的关系为逻辑与(AND)关系。
|
|
1161
|
+
若同一个Filter存在多个Values,同一Filter下Values间的关系为逻辑或(OR)关系。
|
|
1162
|
+
*/
|
|
1163
|
+
Values: Array<string>
|
|
1164
|
+
}
|
|
1165
|
+
|
|
1143
1166
|
/**
|
|
1144
1167
|
* DescribeDevices请求参数结构体
|
|
1145
1168
|
*/
|
|
@@ -1203,6 +1226,12 @@ export interface DescribeDevicesRequest {
|
|
|
1203
1226
|
* 过滤条件,可按照标签键、标签进行过滤。如果同时指定标签键和标签过滤条件,它们之间为“AND”的关系
|
|
1204
1227
|
*/
|
|
1205
1228
|
TagFilters?: Array<TagFilter>
|
|
1229
|
+
|
|
1230
|
+
/**
|
|
1231
|
+
* 过滤数组。支持的Name:
|
|
1232
|
+
BindingStatus 绑定状态
|
|
1233
|
+
*/
|
|
1234
|
+
Filters?: Array<Filter>
|
|
1206
1235
|
}
|
|
1207
1236
|
|
|
1208
1237
|
/**
|
|
@@ -27,6 +27,7 @@ import {
|
|
|
27
27
|
ListTaskJobLogDetailResponse,
|
|
28
28
|
Asset,
|
|
29
29
|
CreateResultDownloadResponse,
|
|
30
|
+
ModifyGovernEventRuleResponse,
|
|
30
31
|
CreateDMSDatabaseResponse,
|
|
31
32
|
CreateStoreLocationResponse,
|
|
32
33
|
DescribeNotebookSessionResponse,
|
|
@@ -68,6 +69,7 @@ import {
|
|
|
68
69
|
TableBaseInfo,
|
|
69
70
|
UnlockMetaDataRequest,
|
|
70
71
|
AttachUserPolicyRequest,
|
|
72
|
+
CreateInternalTableRequest,
|
|
71
73
|
ListTaskJobLogDetailRequest,
|
|
72
74
|
TasksInfo,
|
|
73
75
|
AttachWorkGroupPolicyRequest,
|
|
@@ -76,6 +78,7 @@ import {
|
|
|
76
78
|
DescribeDatabasesResponse,
|
|
77
79
|
LockComponentInfo,
|
|
78
80
|
DescribeDMSPartitionsRequest,
|
|
81
|
+
TPartition,
|
|
79
82
|
DescribeSparkAppJobsRequest,
|
|
80
83
|
CreateDMSTableResponse,
|
|
81
84
|
CreateNotebookSessionRequest,
|
|
@@ -177,6 +180,7 @@ import {
|
|
|
177
180
|
DropDMSPartitionsResponse,
|
|
178
181
|
AlterDMSDatabaseResponse,
|
|
179
182
|
CreateWorkGroupRequest,
|
|
183
|
+
CreateInternalTableResponse,
|
|
180
184
|
DescribeSparkAppTasksRequest,
|
|
181
185
|
LockMetaDataResponse,
|
|
182
186
|
CheckLockMetaDataResponse,
|
|
@@ -188,10 +192,12 @@ import {
|
|
|
188
192
|
CreateDMSDatabaseRequest,
|
|
189
193
|
DetachWorkGroupPolicyRequest,
|
|
190
194
|
DescribeDMSTableRequest,
|
|
195
|
+
ModifyGovernEventRuleRequest,
|
|
191
196
|
DescribeViewsResponse,
|
|
192
197
|
DescribeScriptsResponse,
|
|
193
198
|
DatabaseResponseInfo,
|
|
194
199
|
DMSColumn,
|
|
200
|
+
TColumn,
|
|
195
201
|
DescribeResultDownloadRequest,
|
|
196
202
|
} from "./dlc_models"
|
|
197
203
|
|
|
@@ -504,6 +510,16 @@ export class Client extends AbstractClient {
|
|
|
504
510
|
return this.request("UnbindWorkGroupsFromUser", req, cb)
|
|
505
511
|
}
|
|
506
512
|
|
|
513
|
+
/**
|
|
514
|
+
* 创建托管存储内表
|
|
515
|
+
*/
|
|
516
|
+
async CreateInternalTable(
|
|
517
|
+
req: CreateInternalTableRequest,
|
|
518
|
+
cb?: (error: string, rep: CreateInternalTableResponse) => void
|
|
519
|
+
): Promise<CreateInternalTableResponse> {
|
|
520
|
+
return this.request("CreateInternalTable", req, cb)
|
|
521
|
+
}
|
|
522
|
+
|
|
507
523
|
/**
|
|
508
524
|
* 获取用户列表信息
|
|
509
525
|
*/
|
|
@@ -804,6 +820,16 @@ export class Client extends AbstractClient {
|
|
|
804
820
|
return this.request("CreateResultDownload", req, cb)
|
|
805
821
|
}
|
|
806
822
|
|
|
823
|
+
/**
|
|
824
|
+
* 修改数据治理事件阈值
|
|
825
|
+
*/
|
|
826
|
+
async ModifyGovernEventRule(
|
|
827
|
+
req?: ModifyGovernEventRuleRequest,
|
|
828
|
+
cb?: (error: string, rep: ModifyGovernEventRuleResponse) => void
|
|
829
|
+
): Promise<ModifyGovernEventRuleResponse> {
|
|
830
|
+
return this.request("ModifyGovernEventRule", req, cb)
|
|
831
|
+
}
|
|
832
|
+
|
|
807
833
|
/**
|
|
808
834
|
* 查询spark应用的运行任务实例列表
|
|
809
835
|
*/
|
|
@@ -284,6 +284,16 @@ export interface CreateResultDownloadResponse {
|
|
|
284
284
|
RequestId?: string
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
+
/**
|
|
288
|
+
* ModifyGovernEventRule返回参数结构体
|
|
289
|
+
*/
|
|
290
|
+
export interface ModifyGovernEventRuleResponse {
|
|
291
|
+
/**
|
|
292
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
293
|
+
*/
|
|
294
|
+
RequestId?: string
|
|
295
|
+
}
|
|
296
|
+
|
|
287
297
|
/**
|
|
288
298
|
* CreateDMSDatabase返回参数结构体
|
|
289
299
|
*/
|
|
@@ -424,7 +434,7 @@ export interface DescribeTablesResponse {
|
|
|
424
434
|
}
|
|
425
435
|
|
|
426
436
|
/**
|
|
427
|
-
* spark
|
|
437
|
+
* spark作业详情。
|
|
428
438
|
*/
|
|
429
439
|
export interface SparkJobInfo {
|
|
430
440
|
/**
|
|
@@ -583,6 +593,12 @@ export interface SparkJobInfo {
|
|
|
583
593
|
*/
|
|
584
594
|
JobArchives: string
|
|
585
595
|
|
|
596
|
+
/**
|
|
597
|
+
* Spark Image 版本
|
|
598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
599
|
+
*/
|
|
600
|
+
SparkImage: string
|
|
601
|
+
|
|
586
602
|
/**
|
|
587
603
|
* pyspark:python依赖, 除py文件外,还支持zip/egg等归档格式,多文件以逗号分隔
|
|
588
604
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -600,6 +616,12 @@ export interface SparkJobInfo {
|
|
|
600
616
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
601
617
|
*/
|
|
602
618
|
DataEngineStatus: number
|
|
619
|
+
|
|
620
|
+
/**
|
|
621
|
+
* 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于JobExecutorNums
|
|
622
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
623
|
+
*/
|
|
624
|
+
JobExecutorMaxNumbers?: number
|
|
603
625
|
}
|
|
604
626
|
|
|
605
627
|
/**
|
|
@@ -1111,6 +1133,21 @@ export interface ModifySparkAppRequest {
|
|
|
1111
1133
|
* archives:依赖资源
|
|
1112
1134
|
*/
|
|
1113
1135
|
AppArchives?: string
|
|
1136
|
+
|
|
1137
|
+
/**
|
|
1138
|
+
* Spark Image 版本
|
|
1139
|
+
*/
|
|
1140
|
+
SparkImage?: string
|
|
1141
|
+
|
|
1142
|
+
/**
|
|
1143
|
+
* Spark Image 版本名称
|
|
1144
|
+
*/
|
|
1145
|
+
SparkImageVersion?: string
|
|
1146
|
+
|
|
1147
|
+
/**
|
|
1148
|
+
* 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于AppExecutorNums
|
|
1149
|
+
*/
|
|
1150
|
+
AppExecutorMaxNumbers?: number
|
|
1114
1151
|
}
|
|
1115
1152
|
|
|
1116
1153
|
/**
|
|
@@ -1509,6 +1546,31 @@ export interface AttachUserPolicyRequest {
|
|
|
1509
1546
|
PolicySet?: Array<Policy>
|
|
1510
1547
|
}
|
|
1511
1548
|
|
|
1549
|
+
/**
|
|
1550
|
+
* CreateInternalTable请求参数结构体
|
|
1551
|
+
*/
|
|
1552
|
+
export interface CreateInternalTableRequest {
|
|
1553
|
+
/**
|
|
1554
|
+
* 表基本信息
|
|
1555
|
+
*/
|
|
1556
|
+
TableBaseInfo: TableBaseInfo
|
|
1557
|
+
|
|
1558
|
+
/**
|
|
1559
|
+
* 表字段信息
|
|
1560
|
+
*/
|
|
1561
|
+
Columns: Array<TColumn>
|
|
1562
|
+
|
|
1563
|
+
/**
|
|
1564
|
+
* 表分区信息
|
|
1565
|
+
*/
|
|
1566
|
+
Partitions?: Array<TPartition>
|
|
1567
|
+
|
|
1568
|
+
/**
|
|
1569
|
+
* 表属性信息
|
|
1570
|
+
*/
|
|
1571
|
+
Properties?: Array<Property>
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1512
1574
|
/**
|
|
1513
1575
|
* ListTaskJobLogDetail请求参数结构体
|
|
1514
1576
|
*/
|
|
@@ -1744,6 +1806,51 @@ export interface DescribeDMSPartitionsRequest {
|
|
|
1744
1806
|
Expression?: string
|
|
1745
1807
|
}
|
|
1746
1808
|
|
|
1809
|
+
/**
|
|
1810
|
+
* 表分区字段信息
|
|
1811
|
+
*/
|
|
1812
|
+
export interface TPartition {
|
|
1813
|
+
/**
|
|
1814
|
+
* 字段名称
|
|
1815
|
+
*/
|
|
1816
|
+
Name: string
|
|
1817
|
+
|
|
1818
|
+
/**
|
|
1819
|
+
* 字段类型
|
|
1820
|
+
*/
|
|
1821
|
+
Type?: string
|
|
1822
|
+
|
|
1823
|
+
/**
|
|
1824
|
+
* 字段描述
|
|
1825
|
+
*/
|
|
1826
|
+
Comment?: string
|
|
1827
|
+
|
|
1828
|
+
/**
|
|
1829
|
+
* 分区类型
|
|
1830
|
+
*/
|
|
1831
|
+
PartitionType?: string
|
|
1832
|
+
|
|
1833
|
+
/**
|
|
1834
|
+
* 分区格式
|
|
1835
|
+
*/
|
|
1836
|
+
PartitionFormat?: string
|
|
1837
|
+
|
|
1838
|
+
/**
|
|
1839
|
+
* 分区分隔数
|
|
1840
|
+
*/
|
|
1841
|
+
PartitionDot?: number
|
|
1842
|
+
|
|
1843
|
+
/**
|
|
1844
|
+
* 分区转换策略
|
|
1845
|
+
*/
|
|
1846
|
+
Transform?: string
|
|
1847
|
+
|
|
1848
|
+
/**
|
|
1849
|
+
* 策略参数
|
|
1850
|
+
*/
|
|
1851
|
+
TransformArgs?: Array<string>
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1747
1854
|
/**
|
|
1748
1855
|
* DescribeSparkAppJobs请求参数结构体
|
|
1749
1856
|
*/
|
|
@@ -2064,12 +2171,12 @@ export interface DescribeSparkAppJobResponse {
|
|
|
2064
2171
|
* spark作业详情
|
|
2065
2172
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2066
2173
|
*/
|
|
2067
|
-
Job
|
|
2174
|
+
Job?: SparkJobInfo
|
|
2068
2175
|
|
|
2069
2176
|
/**
|
|
2070
2177
|
* 查询的spark作业是否存在
|
|
2071
2178
|
*/
|
|
2072
|
-
IsExists
|
|
2179
|
+
IsExists?: boolean
|
|
2073
2180
|
|
|
2074
2181
|
/**
|
|
2075
2182
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4210,6 +4317,12 @@ export interface DMSColumnOrder {
|
|
|
4210
4317
|
* CreateSparkApp返回参数结构体
|
|
4211
4318
|
*/
|
|
4212
4319
|
export interface CreateSparkAppResponse {
|
|
4320
|
+
/**
|
|
4321
|
+
* App唯一标识
|
|
4322
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4323
|
+
*/
|
|
4324
|
+
SparkAppId?: string
|
|
4325
|
+
|
|
4213
4326
|
/**
|
|
4214
4327
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4215
4328
|
*/
|
|
@@ -4314,12 +4427,12 @@ export interface DescribeSparkAppJobsResponse {
|
|
|
4314
4427
|
/**
|
|
4315
4428
|
* spark作业列表详情
|
|
4316
4429
|
*/
|
|
4317
|
-
SparkAppJobs
|
|
4430
|
+
SparkAppJobs?: Array<SparkJobInfo>
|
|
4318
4431
|
|
|
4319
4432
|
/**
|
|
4320
4433
|
* spark作业总数
|
|
4321
4434
|
*/
|
|
4322
|
-
TotalCount
|
|
4435
|
+
TotalCount?: number
|
|
4323
4436
|
|
|
4324
4437
|
/**
|
|
4325
4438
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4707,6 +4820,21 @@ export interface CreateSparkAppRequest {
|
|
|
4707
4820
|
* archives:依赖资源
|
|
4708
4821
|
*/
|
|
4709
4822
|
AppArchives?: string
|
|
4823
|
+
|
|
4824
|
+
/**
|
|
4825
|
+
* Spark Image 版本
|
|
4826
|
+
*/
|
|
4827
|
+
SparkImage?: string
|
|
4828
|
+
|
|
4829
|
+
/**
|
|
4830
|
+
* Spark Image 版本名称
|
|
4831
|
+
*/
|
|
4832
|
+
SparkImageVersion?: string
|
|
4833
|
+
|
|
4834
|
+
/**
|
|
4835
|
+
* 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于AppExecutorNums
|
|
4836
|
+
*/
|
|
4837
|
+
AppExecutorMaxNumbers?: number
|
|
4710
4838
|
}
|
|
4711
4839
|
|
|
4712
4840
|
/**
|
|
@@ -4769,6 +4897,21 @@ export interface CreateWorkGroupRequest {
|
|
|
4769
4897
|
UserIds?: Array<string>
|
|
4770
4898
|
}
|
|
4771
4899
|
|
|
4900
|
+
/**
|
|
4901
|
+
* CreateInternalTable返回参数结构体
|
|
4902
|
+
*/
|
|
4903
|
+
export interface CreateInternalTableResponse {
|
|
4904
|
+
/**
|
|
4905
|
+
* 创建托管存储内表sql语句描述
|
|
4906
|
+
*/
|
|
4907
|
+
Execution: string
|
|
4908
|
+
|
|
4909
|
+
/**
|
|
4910
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4911
|
+
*/
|
|
4912
|
+
RequestId?: string
|
|
4913
|
+
}
|
|
4914
|
+
|
|
4772
4915
|
/**
|
|
4773
4916
|
* DescribeSparkAppTasks请求参数结构体
|
|
4774
4917
|
*/
|
|
@@ -5035,6 +5178,11 @@ export interface DescribeDMSTableRequest {
|
|
|
5035
5178
|
Type?: string
|
|
5036
5179
|
}
|
|
5037
5180
|
|
|
5181
|
+
/**
|
|
5182
|
+
* ModifyGovernEventRule请求参数结构体
|
|
5183
|
+
*/
|
|
5184
|
+
export type ModifyGovernEventRuleRequest = null
|
|
5185
|
+
|
|
5038
5186
|
/**
|
|
5039
5187
|
* DescribeViews返回参数结构体
|
|
5040
5188
|
*/
|
|
@@ -5187,6 +5335,36 @@ export interface DMSColumn {
|
|
|
5187
5335
|
IsPartition?: boolean
|
|
5188
5336
|
}
|
|
5189
5337
|
|
|
5338
|
+
/**
|
|
5339
|
+
* 表字段描述信息
|
|
5340
|
+
*/
|
|
5341
|
+
export interface TColumn {
|
|
5342
|
+
/**
|
|
5343
|
+
* 字段名称
|
|
5344
|
+
*/
|
|
5345
|
+
Name: string
|
|
5346
|
+
|
|
5347
|
+
/**
|
|
5348
|
+
* 字段类型
|
|
5349
|
+
*/
|
|
5350
|
+
Type: string
|
|
5351
|
+
|
|
5352
|
+
/**
|
|
5353
|
+
* 字段描述
|
|
5354
|
+
*/
|
|
5355
|
+
Comment?: string
|
|
5356
|
+
|
|
5357
|
+
/**
|
|
5358
|
+
* 字段默认值
|
|
5359
|
+
*/
|
|
5360
|
+
Default?: string
|
|
5361
|
+
|
|
5362
|
+
/**
|
|
5363
|
+
* 字段是否是非空
|
|
5364
|
+
*/
|
|
5365
|
+
NotNull?: boolean
|
|
5366
|
+
}
|
|
5367
|
+
|
|
5190
5368
|
/**
|
|
5191
5369
|
* DescribeResultDownload请求参数结构体
|
|
5192
5370
|
*/
|
|
@@ -47,12 +47,14 @@ import {
|
|
|
47
47
|
FileUrl,
|
|
48
48
|
DescribeThirdPartyAuthCodeRequest,
|
|
49
49
|
DescribeFlowInfoRequest,
|
|
50
|
+
DeleteSealPoliciesResponse,
|
|
50
51
|
OrganizationInfo,
|
|
51
52
|
FillApproverInfo,
|
|
52
|
-
|
|
53
|
-
PdfVerifyResult,
|
|
53
|
+
OccupiedSeal,
|
|
54
54
|
FailedDeleteStaffData,
|
|
55
|
+
PdfVerifyResult,
|
|
55
56
|
CreateBatchCancelFlowUrlResponse,
|
|
57
|
+
CreateSealPolicyResponse,
|
|
56
58
|
DescribeIntegrationEmployeesResponse,
|
|
57
59
|
SuccessDeleteStaffData,
|
|
58
60
|
CreateConvertTaskApiResponse,
|
|
@@ -91,6 +93,7 @@ import {
|
|
|
91
93
|
DescribeIntegrationMainOrganizationUserResponse,
|
|
92
94
|
CreateSchemeUrlResponse,
|
|
93
95
|
ApproverRestriction,
|
|
96
|
+
DeleteSealPoliciesRequest,
|
|
94
97
|
CreatePrepareFlowResponse,
|
|
95
98
|
GetTaskResultApiResponse,
|
|
96
99
|
CancelMultiFlowSignQRCodeRequest,
|
|
@@ -98,19 +101,20 @@ import {
|
|
|
98
101
|
StartFlowRequest,
|
|
99
102
|
CreatePrepareFlowRequest,
|
|
100
103
|
ApproverOption,
|
|
101
|
-
|
|
104
|
+
CreateSealPolicyRequest,
|
|
102
105
|
DescribeOrganizationSealsRequest,
|
|
103
106
|
CancelFlowRequest,
|
|
104
107
|
UploadFile,
|
|
105
108
|
Component,
|
|
106
109
|
CreateFlowRemindsRequest,
|
|
107
110
|
DescribeFlowBriefsRequest,
|
|
111
|
+
DeleteIntegrationEmployeesResponse,
|
|
108
112
|
SignUrl,
|
|
109
113
|
VerifyPdfResponse,
|
|
110
114
|
DeleteStaffsResult,
|
|
111
115
|
DescribeFlowBriefsResponse,
|
|
112
116
|
Admin,
|
|
113
|
-
|
|
117
|
+
Caller,
|
|
114
118
|
DescribeFlowTemplatesResponse,
|
|
115
119
|
UploadFilesRequest,
|
|
116
120
|
CreateBatchCancelFlowUrlRequest,
|
|
@@ -176,6 +180,16 @@ export class Client extends AbstractClient {
|
|
|
176
180
|
return this.request("DescribeFlowTemplates", req, cb)
|
|
177
181
|
}
|
|
178
182
|
|
|
183
|
+
/**
|
|
184
|
+
* 撤销员工持有的印章权限
|
|
185
|
+
*/
|
|
186
|
+
async DeleteSealPolicies(
|
|
187
|
+
req: DeleteSealPoliciesRequest,
|
|
188
|
+
cb?: (error: string, rep: DeleteSealPoliciesResponse) => void
|
|
189
|
+
): Promise<DeleteSealPoliciesResponse> {
|
|
190
|
+
return this.request("DeleteSealPolicies", req, cb)
|
|
191
|
+
}
|
|
192
|
+
|
|
179
193
|
/**
|
|
180
194
|
* 查询文件下载URL
|
|
181
195
|
适用场景:通过传参合同流程编号,下载对应的合同PDF文件流到本地。
|
|
@@ -187,6 +201,17 @@ export class Client extends AbstractClient {
|
|
|
187
201
|
return this.request("DescribeFileUrls", req, cb)
|
|
188
202
|
}
|
|
189
203
|
|
|
204
|
+
/**
|
|
205
|
+
* 创建出证报告,返回报告 ID。需要配合出证套餐才能调用。
|
|
206
|
+
出证需要一定时间,建议调用创建出证24小时之后再通过DescribeFlowEvidenceReport进行查询。
|
|
207
|
+
*/
|
|
208
|
+
async CreateFlowEvidenceReport(
|
|
209
|
+
req: CreateFlowEvidenceReportRequest,
|
|
210
|
+
cb?: (error: string, rep: CreateFlowEvidenceReportResponse) => void
|
|
211
|
+
): Promise<CreateFlowEvidenceReportResponse> {
|
|
212
|
+
return this.request("CreateFlowEvidenceReport", req, cb)
|
|
213
|
+
}
|
|
214
|
+
|
|
190
215
|
/**
|
|
191
216
|
* 验证合同文件
|
|
192
217
|
*/
|
|
@@ -272,14 +297,13 @@ export class Client extends AbstractClient {
|
|
|
272
297
|
}
|
|
273
298
|
|
|
274
299
|
/**
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
return this.request("CreateFlowEvidenceReport", req, cb)
|
|
300
|
+
* 对企业员工进行印章授权
|
|
301
|
+
*/
|
|
302
|
+
async CreateSealPolicy(
|
|
303
|
+
req: CreateSealPolicyRequest,
|
|
304
|
+
cb?: (error: string, rep: CreateSealPolicyResponse) => void
|
|
305
|
+
): Promise<CreateSealPolicyResponse> {
|
|
306
|
+
return this.request("CreateSealPolicy", req, cb)
|
|
283
307
|
}
|
|
284
308
|
|
|
285
309
|
/**
|