tencentcloud-sdk-nodejs 4.0.384 → 4.0.385

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 (37) hide show
  1. package/CHANGELOG.md +168 -0
  2. package/SERVICE_CHANGELOG.md +307 -320
  3. package/package.json +1 -1
  4. package/products.md +11 -11
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cvm/v20170312/cvm_client.ts +2 -1
  7. package/src/services/dlc/v20210125/dlc_models.ts +56 -1
  8. package/src/services/emr/v20190103/emr_client.ts +14 -1
  9. package/src/services/emr/v20190103/emr_models.ts +150 -10
  10. package/src/services/ess/v20201111/ess_client.ts +4 -3
  11. package/src/services/ess/v20201111/ess_models.ts +1 -0
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
  13. package/src/services/organization/v20210331/organization_models.ts +6 -0
  14. package/src/services/ses/v20201002/ses_models.ts +6 -1
  15. package/src/services/tcex/v20200727/tcex_client.ts +8 -4
  16. package/src/services/tiia/v20190529/tiia_models.ts +20 -2
  17. package/src/services/vpc/v20170312/vpc_client.ts +4 -2
  18. package/src/services/vpc/v20170312/vpc_models.ts +187 -97
  19. package/tencentcloud/common/sdk_version.d.ts +1 -1
  20. package/tencentcloud/common/sdk_version.js +1 -1
  21. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
  22. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
  23. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
  24. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  25. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  26. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
  27. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
  28. package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
  29. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  30. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  31. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
  32. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
  33. package/tencentcloud/services/tcex/v20200727/tcex_client.d.ts +6 -2
  34. package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
  35. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -2
  36. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +156 -82
  37. package/test/emr.v20190103.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.384",
3
+ "version": "4.0.385",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -59,7 +59,7 @@
59
59
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
60
60
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-19 06:08:24 |
61
61
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
62
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-13 06:08:35 |
62
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-21 06:06:16 |
63
63
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-15 06:07:13 |
64
64
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
65
65
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-12 06:09:05 |
@@ -69,7 +69,7 @@
69
69
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-01 11:26:52 |
70
70
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
71
71
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-07-05 06:12:03 |
72
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-13 06:09:56 |
72
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-21 06:07:59 |
73
73
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-23 06:11:27 |
74
74
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
75
75
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -82,10 +82,10 @@
82
82
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
83
83
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
84
84
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
85
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-14 06:10:00 |
85
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-21 06:09:30 |
86
86
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-14 06:10:06 |
87
- | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-12 06:11:06 |
88
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-19 17:19:08 |
87
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-21 06:09:47 |
88
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-21 06:10:03 |
89
89
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
90
90
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-14 17:47:55 |
91
91
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -133,8 +133,8 @@
133
133
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
134
134
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
135
135
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-13 06:14:33 |
136
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-20 06:10:32 |
137
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
136
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-21 06:14:35 |
137
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
138
138
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
139
139
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
140
140
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
@@ -145,7 +145,7 @@
145
145
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
146
146
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-07-14 06:14:27 |
147
147
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-07-20 06:11:30 |
148
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-15 06:13:30 |
148
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-07-21 06:15:51 |
149
149
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
150
150
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
151
151
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
@@ -168,7 +168,7 @@
168
168
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
169
169
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
170
170
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-07-05 06:21:12 |
171
- | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
171
+ | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
172
172
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
173
173
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
174
174
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-07-12 06:16:59 |
@@ -184,7 +184,7 @@
184
184
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
185
185
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
186
186
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
187
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-19 06:19:57 |
187
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-21 06:19:01 |
188
188
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
189
189
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
190
190
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-13 06:18:17 |
@@ -201,7 +201,7 @@
201
201
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
202
202
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
203
203
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-19 06:21:28 |
204
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-20 06:15:28 |
204
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-21 06:20:44 |
205
205
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-19 19:05:38 |
206
206
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
207
207
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-07-04 06:20:00 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.384"
1
+ export const sdkVersion = "4.0.385"
@@ -891,8 +891,9 @@ export class Client extends AbstractClient {
891
891
 
892
892
  * 不再使用的实例,可通过本接口主动退还。
893
893
  * 按量计费的实例通过本接口可直接退还;包年包月实例如符合[退还规则](https://cloud.tencent.com/document/product/213/9711),也可通过本接口主动退还。
894
- * 包年包月实例首次调用本接口,实例将被移至回收站,再次调用本接口,实例将被销毁,且不可恢复。按量计费实例调用本接口将被直接销毁
894
+ * 包年包月实例首次调用本接口,实例将被移至回收站,再次调用本接口,实例将被销毁,且不可恢复。按量计费实例调用本接口将被直接销毁。
895
895
  * 支持批量操作,每次请求批量实例的上限为100。
896
+ * 批量操作时,所有实例的付费类型必须一致。
896
897
  */
897
898
  async TerminateInstances(
898
899
  req: TerminateInstancesRequest,
@@ -1117,6 +1117,16 @@ export interface ViewBaseInfo {
1117
1117
  * 视图名称
1118
1118
  */
1119
1119
  ViewName: string
1120
+
1121
+ /**
1122
+ * 视图创建人昵称
1123
+ */
1124
+ UserAlias?: string
1125
+
1126
+ /**
1127
+ * 视图创建人ID
1128
+ */
1129
+ UserSubUin?: string
1120
1130
  }
1121
1131
 
1122
1132
  /**
@@ -1367,6 +1377,18 @@ export interface TableBaseInfo {
1367
1377
  注意:此字段可能返回 null,表示取不到有效值。
1368
1378
  */
1369
1379
  TableFormat?: string
1380
+
1381
+ /**
1382
+ * 建表用户昵称
1383
+ 注意:此字段可能返回 null,表示取不到有效值。
1384
+ */
1385
+ UserAlias?: string
1386
+
1387
+ /**
1388
+ * 建表用户ID
1389
+ 注意:此字段可能返回 null,表示取不到有效值。
1390
+ */
1391
+ UserSubUin?: string
1370
1392
  }
1371
1393
 
1372
1394
  /**
@@ -3363,7 +3385,7 @@ table-id - String - (过滤条件)table id形如:12342。
3363
3385
  EndTime?: string
3364
3386
 
3365
3387
  /**
3366
- * 排序字段,支持:ModifiedTime(默认);CreateTime
3388
+ * 排序字段,支持:CreateTime、UpdateTime、StorageSize、RecordCount、Name(不传则默认按name升序)
3367
3389
  */
3368
3390
  Sort?: string
3369
3391
 
@@ -4330,6 +4352,21 @@ export interface DescribeSparkAppTasksRequest {
4330
4352
  * 执行实例id
4331
4353
  */
4332
4354
  TaskId?: string
4355
+
4356
+ /**
4357
+ * 更新时间起始点
4358
+ */
4359
+ StartTime?: string
4360
+
4361
+ /**
4362
+ * 更新时间截止点
4363
+ */
4364
+ EndTime?: string
4365
+
4366
+ /**
4367
+ * 按照该参数过滤,支持task-state
4368
+ */
4369
+ Filters?: Array<Filter>
4333
4370
  }
4334
4371
 
4335
4372
  /**
@@ -4641,6 +4678,24 @@ export interface DatabaseResponseInfo {
4641
4678
  注意:此字段可能返回 null,表示取不到有效值。
4642
4679
  */
4643
4680
  ModifiedTime?: string
4681
+
4682
+ /**
4683
+ * cos存储路径
4684
+ 注意:此字段可能返回 null,表示取不到有效值。
4685
+ */
4686
+ Location: string
4687
+
4688
+ /**
4689
+ * 建库用户昵称
4690
+ 注意:此字段可能返回 null,表示取不到有效值。
4691
+ */
4692
+ UserAlias: string
4693
+
4694
+ /**
4695
+ * 建库用户ID
4696
+ 注意:此字段可能返回 null,表示取不到有效值。
4697
+ */
4698
+ UserSubUin: string
4644
4699
  }
4645
4700
 
4646
4701
  /**
@@ -27,7 +27,7 @@ import {
27
27
  TerminateTasksRequest,
28
28
  HostVolumeContext,
29
29
  Step,
30
- SubnetInfo,
30
+ DescribeEmrApplicationStaticsRequest,
31
31
  UserManagerFilter,
32
32
  MetaDbInfo,
33
33
  DiskSpec,
@@ -70,6 +70,7 @@ import {
70
70
  RunJobFlowRequest,
71
71
  PriceResource,
72
72
  CustomServiceDefine,
73
+ SubnetInfo,
73
74
  DescribeCvmQuotaResponse,
74
75
  BootstrapAction,
75
76
  DescribeCvmQuotaRequest,
@@ -92,6 +93,7 @@ import {
92
93
  MultiDiskMC,
93
94
  AddUsersForUserManagerRequest,
94
95
  CustomMetaInfo,
96
+ ApplicationStatics,
95
97
  InquiryPriceCreateInstanceRequest,
96
98
  DescribeClusterNodesResponse,
97
99
  ModifyResourceScheduleConfigRequest,
@@ -104,6 +106,7 @@ import {
104
106
  InquiryPriceScaleOutInstanceRequest,
105
107
  Resource,
106
108
  Filters,
109
+ DescribeEmrApplicationStaticsResponse,
107
110
  InquirePriceRenewEmrRequest,
108
111
  DescribeInstanceRenewNodesResponse,
109
112
  UserManagerUserBriefInfo,
@@ -250,6 +253,16 @@ export class Client extends AbstractClient {
250
253
  return this.request("AddUsersForUserManager", req, cb)
251
254
  }
252
255
 
256
+ /**
257
+ * (通过走emrcc接入到cam) yarn applciation 统计接口
258
+ */
259
+ async DescribeEmrApplicationStatics(
260
+ req: DescribeEmrApplicationStaticsRequest,
261
+ cb?: (error: string, rep: DescribeEmrApplicationStaticsResponse) => void
262
+ ): Promise<DescribeEmrApplicationStaticsResponse> {
263
+ return this.request("DescribeEmrApplicationStatics", req, cb)
264
+ }
265
+
253
266
  /**
254
267
  * 预付费集群隔离后续费资源查询
255
268
  */
@@ -260,20 +260,63 @@ export interface Step {
260
260
  }
261
261
 
262
262
  /**
263
- * 子网信息
263
+ * DescribeEmrApplicationStatics请求参数结构体
264
264
  */
265
- export interface SubnetInfo {
265
+ export interface DescribeEmrApplicationStaticsRequest {
266
266
  /**
267
- * 子网信息(名字)
268
- 注意:此字段可能返回 null,表示取不到有效值。
269
- */
270
- SubnetName?: string
267
+ * 集群id
268
+ */
269
+ InstanceId: string
271
270
 
272
271
  /**
273
- * 子网信息(ID)
274
- 注意:此字段可能返回 null,表示取不到有效值。
275
- */
276
- SubnetId?: string
272
+ * 起始时间
273
+ */
274
+ StartTime?: number
275
+
276
+ /**
277
+ * 结束时间
278
+ */
279
+ EndTime?: number
280
+
281
+ /**
282
+ * 过滤的队列名
283
+ */
284
+ Queues?: Array<string>
285
+
286
+ /**
287
+ * 过滤的用户名
288
+ */
289
+ Users?: Array<string>
290
+
291
+ /**
292
+ * 过滤的作业类型
293
+ */
294
+ ApplicationTypes?: Array<string>
295
+
296
+ /**
297
+ * 分组字段,可选:queue, user, applicationType
298
+ */
299
+ GroupBy?: Array<string>
300
+
301
+ /**
302
+ * 排序字段,可选:sumMemorySeconds, sumVCoreSeconds, sumHDFSBytesWritten, sumHDFSBytesRead
303
+ */
304
+ OrderBy?: string
305
+
306
+ /**
307
+ * 是否顺序排序,0-逆序,1-正序
308
+ */
309
+ IsAsc?: number
310
+
311
+ /**
312
+ * 页号
313
+ */
314
+ Offset?: number
315
+
316
+ /**
317
+ * 页容量
318
+ */
319
+ Limit?: number
277
320
  }
278
321
 
279
322
  /**
@@ -2113,6 +2156,23 @@ export interface CustomServiceDefine {
2113
2156
  Value?: string
2114
2157
  }
2115
2158
 
2159
+ /**
2160
+ * 子网信息
2161
+ */
2162
+ export interface SubnetInfo {
2163
+ /**
2164
+ * 子网信息(名字)
2165
+ 注意:此字段可能返回 null,表示取不到有效值。
2166
+ */
2167
+ SubnetName?: string
2168
+
2169
+ /**
2170
+ * 子网信息(ID)
2171
+ 注意:此字段可能返回 null,表示取不到有效值。
2172
+ */
2173
+ SubnetId?: string
2174
+ }
2175
+
2116
2176
  /**
2117
2177
  * DescribeCvmQuota返回参数结构体
2118
2178
  */
@@ -2982,6 +3042,51 @@ export interface CustomMetaInfo {
2982
3042
  MetaDataPass?: string
2983
3043
  }
2984
3044
 
3045
+ /**
3046
+ * yarn application 统计信息
3047
+ */
3048
+ export interface ApplicationStatics {
3049
+ /**
3050
+ * 队列名
3051
+ */
3052
+ Queue: string
3053
+
3054
+ /**
3055
+ * 用户名
3056
+ */
3057
+ User: string
3058
+
3059
+ /**
3060
+ * 作业类型
3061
+ */
3062
+ ApplicationType: string
3063
+
3064
+ /**
3065
+ * SumMemorySeconds含义
3066
+ */
3067
+ SumMemorySeconds: number
3068
+
3069
+ /**
3070
+ * SumVCoreSeconds含义
3071
+ */
3072
+ SumVCoreSeconds: number
3073
+
3074
+ /**
3075
+ * SumHDFSBytesWritten(带单位)
3076
+ */
3077
+ SumHDFSBytesWritten: string
3078
+
3079
+ /**
3080
+ * SumHDFSBytesRead(待单位)
3081
+ */
3082
+ SumHDFSBytesRead: string
3083
+
3084
+ /**
3085
+ * 作业数
3086
+ */
3087
+ CountApps: number
3088
+ }
3089
+
2985
3090
  /**
2986
3091
  * InquiryPriceCreateInstance请求参数结构体
2987
3092
  */
@@ -3517,6 +3622,41 @@ export interface Filters {
3517
3622
  Values: Array<string>
3518
3623
  }
3519
3624
 
3625
+ /**
3626
+ * DescribeEmrApplicationStatics返回参数结构体
3627
+ */
3628
+ export interface DescribeEmrApplicationStaticsResponse {
3629
+ /**
3630
+ * 作业统计信息
3631
+ */
3632
+ Statics: Array<ApplicationStatics>
3633
+
3634
+ /**
3635
+ * 总数
3636
+ */
3637
+ TotalCount: number
3638
+
3639
+ /**
3640
+ * 可选择的队列名
3641
+ */
3642
+ Queues: Array<string>
3643
+
3644
+ /**
3645
+ * 可选择的用户名
3646
+ */
3647
+ Users: Array<string>
3648
+
3649
+ /**
3650
+ * 可选择的作业类型
3651
+ */
3652
+ ApplicationTypes: Array<string>
3653
+
3654
+ /**
3655
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3656
+ */
3657
+ RequestId?: string
3658
+ }
3659
+
3520
3660
  /**
3521
3661
  * InquirePriceRenewEmr请求参数结构体
3522
3662
  */
@@ -108,8 +108,9 @@ export class Client extends AbstractClient {
108
108
  }
109
109
 
110
110
  /**
111
- * 创建电子文档
112
- 适用场景:见创建签署流程接口。 注:该接口需要给对应的流程指定一个模板id,并且填充该模板中需要补充的信息。是“发起流程”接口的前置接口。
111
+ * 创建签署流程电子文档
112
+ 适用场景:见创建签署流程接口。
113
+ 注:该接口需要给对应的流程指定一个模板id,并且填充该模板中需要补充的信息。是“发起流程”接口的前置接口。
113
114
  */
114
115
  async CreateDocument(
115
116
  req: CreateDocumentRequest,
@@ -206,7 +207,7 @@ export class Client extends AbstractClient {
206
207
  /**
207
208
  * 此接口(CreateFlowByFiles)用来通过上传后的pdf资源编号来创建待签署的合同流程。
208
209
  适用场景1:适用非制式的合同文件签署。一般开发者自己有完整的签署文件,可以通过该接口传入完整的PDF文件及流程信息生成待签署的合同流程。
209
- 适用场景2:可通过改接口传入制式合同文件,同时在指定位置添加签署控件。可以起到接口创建临时模板的效果。如果是标准的制式文件,建议使用模板功能生成模板ID进行合同流程的生成。
210
+ 适用场景2:可通过该接口传入制式合同文件,同时在指定位置添加签署控件。可以起到接口创建临时模板的效果。如果是标准的制式文件,建议使用模板功能生成模板ID进行合同流程的生成。
210
211
  注意事项:该接口需要依赖“多文件上传”接口生成pdf资源编号(FileIds)进行使用。
211
212
  */
212
213
  async CreateFlowByFiles(
@@ -1184,6 +1184,7 @@ export interface CreateFlowByFilesRequest {
1184
1184
  TEXT - 内容文本控件
1185
1185
  MULTI_LINE_TEXT - 多行文本控件
1186
1186
  CHECK_BOX - 勾选框控件
1187
+ ATTACHMENT - 附件
1187
1188
  注:默认字体大小为 字号12
1188
1189
  */
1189
1190
  Components?: Array<Component>
@@ -887,6 +887,11 @@ export interface CreateConsoleLoginUrlRequest {
887
887
  */
888
888
  UniformSocialCreditCode?: string
889
889
 
890
+ /**
891
+ * 是否展示左侧菜单栏 是:ENABLE(默认) 否:DISABLE
892
+ */
893
+ MenuStatus?: string
894
+
890
895
  /**
891
896
  * 操作者的信息
892
897
  */
@@ -371,6 +371,12 @@ export interface OrgMember {
371
371
  注意:此字段可能返回 null,表示取不到有效值。
372
372
  */
373
373
  BindStatus: string
374
+
375
+ /**
376
+ * 成员权限状态 已确认:Confirmed ,待确认:UnConfirmed
377
+ 注意:此字段可能返回 null,表示取不到有效值。
378
+ */
379
+ PermissionStatus: string
374
380
  }
375
381
 
376
382
  /**
@@ -1347,7 +1347,12 @@ export interface GetEmailTemplateResponse {
1347
1347
  /**
1348
1348
  * 模板内容数据
1349
1349
  */
1350
- TemplateContent?: TemplateContent
1350
+ TemplateContent: TemplateContent
1351
+
1352
+ /**
1353
+ * 模板状态 0-审核通过 1-待审核 2-审核拒绝
1354
+ */
1355
+ TemplateStatus: number
1351
1356
 
1352
1357
  /**
1353
1358
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -35,8 +35,10 @@ export class Client extends AbstractClient {
35
35
  }
36
36
 
37
37
  /**
38
- * 获取服务调用结果。和InvokeService接口配置合适,其InvokeId参数为InvokeService接口返回的RequestId。
39
- */
38
+ * 产品控制台已经下线
39
+
40
+ 获取服务调用结果。和InvokeService接口配置合适,其InvokeId参数为InvokeService接口返回的RequestId。
41
+ */
40
42
  async DescribeInvocationResult(
41
43
  req: DescribeInvocationResultRequest,
42
44
  cb?: (error: string, rep: DescribeInvocationResultResponse) => void
@@ -45,8 +47,10 @@ export class Client extends AbstractClient {
45
47
  }
46
48
 
47
49
  /**
48
- * 通过传入文档url,测试服务算法。此接口需要和DescribeInvocationResult接口配置使用,该接口使用InvokeService返回的RequestId作为InvokeId参数,用于查询调用结果。
49
- */
50
+ * 产品控制台已经下线
51
+
52
+ 通过传入文档url,测试服务算法。此接口需要和DescribeInvocationResult接口配置使用,该接口使用InvokeService返回的RequestId作为InvokeId参数,用于查询调用结果。
53
+ */
50
54
  async InvokeService(
51
55
  req: InvokeServiceRequest,
52
56
  cb?: (error: string, rep: InvokeServiceResponse) => void
@@ -1597,7 +1597,7 @@ export interface CarTagItem {
1597
1597
  Color: string
1598
1598
 
1599
1599
  /**
1600
- * 置信度,0-100
1600
+ * 车系置信度,0-100
1601
1601
  */
1602
1602
  Confidence: number
1603
1603
 
@@ -1612,10 +1612,28 @@ export interface CarTagItem {
1612
1612
  CarLocation: Array<Coord>
1613
1613
 
1614
1614
  /**
1615
- * 车牌信息
1615
+ * 车牌信息,仅车辆识别(增强版)支持
1616
1616
  注意:此字段可能返回 null,表示取不到有效值。
1617
1617
  */
1618
1618
  PlateContent: CarPlateContent
1619
+
1620
+ /**
1621
+ * 车牌信息置信度,0-100,仅车辆识别(增强版)支持
1622
+ 注意:此字段可能返回 null,表示取不到有效值。
1623
+ */
1624
+ PlateConfidence: number
1625
+
1626
+ /**
1627
+ * 车辆类型置信度,0-100,仅车辆识别(增强版)支持
1628
+ 注意:此字段可能返回 null,表示取不到有效值。
1629
+ */
1630
+ TypeConfidence: number
1631
+
1632
+ /**
1633
+ * 车辆颜色置信度,0-100,仅车辆识别(增强版)支持
1634
+ 注意:此字段可能返回 null,表示取不到有效值。
1635
+ */
1636
+ ColorConfidence: number
1619
1637
  }
1620
1638
 
1621
1639
  /**
@@ -179,6 +179,7 @@ import {
179
179
  ModifyAddressTemplateAttributeRequest,
180
180
  CreateNatGatewayResponse,
181
181
  DescribeVpnGatewaySslClientsRequest,
182
+ VpcEndPointServiceUser,
182
183
  DescribeIp6TranslatorQuotaRequest,
183
184
  ModifySecurityGroupAttributeRequest,
184
185
  DescribeVpnGatewaySslServersRequest,
@@ -273,6 +274,7 @@ import {
273
274
  ReplaceSecurityGroupPolicyRequest,
274
275
  ModifyVpcEndPointServiceAttributeResponse,
275
276
  ResourceDashboard,
277
+ Subnet,
276
278
  DescribeCcnAttachedInstancesResponse,
277
279
  HaVipAssociateAddressIpResponse,
278
280
  DeleteCustomerGatewayResponse,
@@ -517,7 +519,7 @@ import {
517
519
  DeleteVpcEndPointRequest,
518
520
  UnassignIpv6CidrBlockRequest,
519
521
  CCN,
520
- VpcEndPointServiceUser,
522
+ NetworkAclQuintupleEntry,
521
523
  InquirePriceCreateDirectConnectGatewayResponse,
522
524
  DeleteIp6TranslatorsRequest,
523
525
  Ip6Translator,
@@ -595,7 +597,7 @@ import {
595
597
  CreateAddressTemplateRequest,
596
598
  DescribeRouteConflictsRequest,
597
599
  NatDirectConnectGatewayRoute,
598
- Subnet,
600
+ NetworkAclQuintupleEntries,
599
601
  AttachNetworkInterfaceRequest,
600
602
  DescribeCcnRoutesResponse,
601
603
  AllocateIp6AddressesBandwidthRequest,