tencentcloud-sdk-nodejs 4.0.764 → 4.0.765
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 +78 -0
- package/SERVICE_CHANGELOG.md +92 -155
- package/package.json +1 -1
- package/products.md +9 -9
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
- package/src/services/emr/v20190103/emr_client.ts +2 -0
- package/src/services/emr/v20190103/emr_models.ts +230 -46
- package/src/services/ess/v20201111/ess_models.ts +29 -27
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -3
- package/src/services/organization/v20210331/organization_models.ts +17 -17
- package/src/services/rkp/v20191209/rkp_client.ts +12 -6
- package/src/services/ses/v20201002/ses_models.ts +2 -3
- package/src/services/vod/v20180717/vod_client.ts +33 -22
- package/src/services/vod/v20180717/vod_models.ts +4 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +228 -46
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +29 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -3
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
- package/tencentcloud/services/rkp/v20191209/rkp_client.d.ts +9 -3
- package/tencentcloud/services/rkp/v20191209/rkp_client.js +9 -3
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -3
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +22 -11
- package/tencentcloud/services/vod/v20180717/vod_client.js +22 -11
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -3
|
@@ -508,7 +508,7 @@ export interface CreateOrganizationMemberResponse {
|
|
|
508
508
|
* 成员Uin。
|
|
509
509
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
510
510
|
*/
|
|
511
|
-
Uin
|
|
511
|
+
Uin?: number
|
|
512
512
|
/**
|
|
513
513
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
514
514
|
*/
|
|
@@ -1081,82 +1081,82 @@ export interface DescribeOrganizationResponse {
|
|
|
1081
1081
|
* 企业组织ID。
|
|
1082
1082
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1083
1083
|
*/
|
|
1084
|
-
OrgId
|
|
1084
|
+
OrgId?: number
|
|
1085
1085
|
/**
|
|
1086
1086
|
* 创建者UIN。
|
|
1087
1087
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1088
1088
|
*/
|
|
1089
|
-
HostUin
|
|
1089
|
+
HostUin?: number
|
|
1090
1090
|
/**
|
|
1091
1091
|
* 创建者昵称。
|
|
1092
1092
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1093
1093
|
*/
|
|
1094
|
-
NickName
|
|
1094
|
+
NickName?: string
|
|
1095
1095
|
/**
|
|
1096
1096
|
* 企业组织类型。
|
|
1097
1097
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1098
1098
|
*/
|
|
1099
|
-
OrgType
|
|
1099
|
+
OrgType?: number
|
|
1100
1100
|
/**
|
|
1101
1101
|
* 是否组织管理员。是:true ,否:false
|
|
1102
1102
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1103
1103
|
*/
|
|
1104
|
-
IsManager
|
|
1104
|
+
IsManager?: boolean
|
|
1105
1105
|
/**
|
|
1106
1106
|
* 策略类型。财务管理:Financial
|
|
1107
1107
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1108
1108
|
*/
|
|
1109
|
-
OrgPolicyType
|
|
1109
|
+
OrgPolicyType?: string
|
|
1110
1110
|
/**
|
|
1111
1111
|
* 策略名。
|
|
1112
1112
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1113
1113
|
*/
|
|
1114
|
-
OrgPolicyName
|
|
1114
|
+
OrgPolicyName?: string
|
|
1115
1115
|
/**
|
|
1116
1116
|
* 成员财务权限列表。
|
|
1117
1117
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1118
1118
|
*/
|
|
1119
|
-
OrgPermission
|
|
1119
|
+
OrgPermission?: Array<OrgPermission>
|
|
1120
1120
|
/**
|
|
1121
1121
|
* 组织根节点ID。
|
|
1122
1122
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1123
1123
|
*/
|
|
1124
|
-
RootNodeId
|
|
1124
|
+
RootNodeId?: number
|
|
1125
1125
|
/**
|
|
1126
1126
|
* 组织创建时间。
|
|
1127
1127
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1128
1128
|
*/
|
|
1129
|
-
CreateTime
|
|
1129
|
+
CreateTime?: string
|
|
1130
1130
|
/**
|
|
1131
1131
|
* 成员加入时间。
|
|
1132
1132
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1133
1133
|
*/
|
|
1134
|
-
JoinTime
|
|
1134
|
+
JoinTime?: string
|
|
1135
1135
|
/**
|
|
1136
1136
|
* 成员是否允许退出。允许:Allow,不允许:Denied
|
|
1137
1137
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1138
1138
|
*/
|
|
1139
|
-
IsAllowQuit
|
|
1139
|
+
IsAllowQuit?: string
|
|
1140
1140
|
/**
|
|
1141
1141
|
* 代付者Uin。
|
|
1142
1142
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1143
1143
|
*/
|
|
1144
|
-
PayUin
|
|
1144
|
+
PayUin?: string
|
|
1145
1145
|
/**
|
|
1146
1146
|
* 代付者名称。
|
|
1147
1147
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1148
1148
|
*/
|
|
1149
|
-
PayName
|
|
1149
|
+
PayName?: string
|
|
1150
1150
|
/**
|
|
1151
1151
|
* 是否可信服务管理员。是:true,否:false
|
|
1152
1152
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1153
1153
|
*/
|
|
1154
|
-
IsAssignManager
|
|
1154
|
+
IsAssignManager?: boolean
|
|
1155
1155
|
/**
|
|
1156
1156
|
* 是否实名主体管理员。是:true,否:false
|
|
1157
1157
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1158
1158
|
*/
|
|
1159
|
-
IsAuthManager
|
|
1159
|
+
IsAuthManager?: boolean
|
|
1160
1160
|
/**
|
|
1161
1161
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1162
1162
|
*/
|
|
@@ -39,8 +39,10 @@ export class Client extends AbstractClient {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/**
|
|
42
|
-
|
|
43
|
-
|
|
42
|
+
* 产品侧确认风险探针已停售,无收入,并且已经停服。目前服务使用自建redis,不符合规范需要整改下线。
|
|
43
|
+
|
|
44
|
+
根据DevicceToken查询OpenID。
|
|
45
|
+
*/
|
|
44
46
|
async GetOpenId(
|
|
45
47
|
req: GetOpenIdRequest,
|
|
46
48
|
cb?: (error: string, rep: GetOpenIdResponse) => void
|
|
@@ -49,8 +51,10 @@ export class Client extends AbstractClient {
|
|
|
49
51
|
}
|
|
50
52
|
|
|
51
53
|
/**
|
|
52
|
-
|
|
53
|
-
|
|
54
|
+
* 产品侧确认风险探针已停售,无收入,并且已经停服。目前服务使用自建redis,不符合规范需要整改下线。
|
|
55
|
+
|
|
56
|
+
获取token接口。
|
|
57
|
+
*/
|
|
54
58
|
async GetToken(
|
|
55
59
|
req: GetTokenRequest,
|
|
56
60
|
cb?: (error: string, rep: GetTokenResponse) => void
|
|
@@ -59,8 +63,10 @@ export class Client extends AbstractClient {
|
|
|
59
63
|
}
|
|
60
64
|
|
|
61
65
|
/**
|
|
62
|
-
|
|
63
|
-
|
|
66
|
+
* 产品侧确认风险探针已停售,无收入,并且已经停服。目前服务使用自建redis,不符合规范需要整改下线。
|
|
67
|
+
|
|
68
|
+
腾讯天御设备风险查询接口,输入由客户应用自主采集的设备信息, 通过腾讯大数据风控能力,可以准确根据输入设备信息,还原设备库中的设备ID,并且识别设备的风险,解决客户业务过程中的设备风险,降低企业损失。
|
|
69
|
+
*/
|
|
64
70
|
async QueryDevAndRisk(
|
|
65
71
|
req: QueryDevAndRiskRequest,
|
|
66
72
|
cb?: (error: string, rep: QueryDevAndRiskResponse) => void
|
|
@@ -308,9 +308,8 @@ export interface GetSendEmailStatusResponse {
|
|
|
308
308
|
*/
|
|
309
309
|
export interface SendEmailRequest {
|
|
310
310
|
/**
|
|
311
|
-
*
|
|
312
|
-
|
|
313
|
-
别名 <邮箱地址>,例如:QCLOUDTEAM <noreply@mail.qcloud.com>
|
|
311
|
+
* 发件人邮箱地址。不使用别名时请直接填写发件人邮箱地址,例如:noreply@mail.qcloud.com
|
|
312
|
+
如需填写发件人别名时,请按照如下方式(注意别名与邮箱地址之间必须使用一个空格隔开):别名+一个空格+<邮箱地址>
|
|
314
313
|
*/
|
|
315
314
|
FromEmailAddress: string
|
|
316
315
|
/**
|
|
@@ -976,8 +976,9 @@ export class Client extends AbstractClient {
|
|
|
976
976
|
}
|
|
977
977
|
|
|
978
978
|
/**
|
|
979
|
-
|
|
980
|
-
|
|
979
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
980
|
+
修改视频重生模板。
|
|
981
|
+
*/
|
|
981
982
|
async ModifyRebuildMediaTemplate(
|
|
982
983
|
req: ModifyRebuildMediaTemplateRequest,
|
|
983
984
|
cb?: (error: string, rep: ModifyRebuildMediaTemplateResponse) => void
|
|
@@ -1392,8 +1393,9 @@ export class Client extends AbstractClient {
|
|
|
1392
1393
|
}
|
|
1393
1394
|
|
|
1394
1395
|
/**
|
|
1395
|
-
|
|
1396
|
-
|
|
1396
|
+
* 该 API 已经<font color=red>不再维护</font>,请使用新版接口 [音画质重生](https://cloud.tencent.com/document/api/266/102571)。
|
|
1397
|
+
发起音画质重生
|
|
1398
|
+
*/
|
|
1397
1399
|
async RebuildMedia(
|
|
1398
1400
|
req: RebuildMediaRequest,
|
|
1399
1401
|
cb?: (error: string, rep: RebuildMediaResponse) => void
|
|
@@ -1434,8 +1436,9 @@ export class Client extends AbstractClient {
|
|
|
1434
1436
|
}
|
|
1435
1437
|
|
|
1436
1438
|
/**
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
1440
|
+
删除视频重生模板。
|
|
1441
|
+
*/
|
|
1439
1442
|
async DeleteRebuildMediaTemplate(
|
|
1440
1443
|
req: DeleteRebuildMediaTemplateRequest,
|
|
1441
1444
|
cb?: (error: string, rep: DeleteRebuildMediaTemplateResponse) => void
|
|
@@ -1663,8 +1666,9 @@ export class Client extends AbstractClient {
|
|
|
1663
1666
|
}
|
|
1664
1667
|
|
|
1665
1668
|
/**
|
|
1666
|
-
|
|
1667
|
-
|
|
1669
|
+
* 该 API 已经<font color=red>不再维护</font>,请使用新版接口 [音画质重生](https://cloud.tencent.com/document/api/266/102571)。
|
|
1670
|
+
使用模板发起音画质重生。
|
|
1671
|
+
*/
|
|
1668
1672
|
async EnhanceMediaByTemplate(
|
|
1669
1673
|
req: EnhanceMediaByTemplateRequest,
|
|
1670
1674
|
cb?: (error: string, rep: EnhanceMediaByTemplateResponse) => void
|
|
@@ -1683,8 +1687,9 @@ export class Client extends AbstractClient {
|
|
|
1683
1687
|
}
|
|
1684
1688
|
|
|
1685
1689
|
/**
|
|
1686
|
-
|
|
1687
|
-
|
|
1690
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
1691
|
+
创建音画质重生模板。
|
|
1692
|
+
*/
|
|
1688
1693
|
async CreateEnhanceMediaTemplate(
|
|
1689
1694
|
req: CreateEnhanceMediaTemplateRequest,
|
|
1690
1695
|
cb?: (error: string, rep: CreateEnhanceMediaTemplateResponse) => void
|
|
@@ -1693,8 +1698,9 @@ export class Client extends AbstractClient {
|
|
|
1693
1698
|
}
|
|
1694
1699
|
|
|
1695
1700
|
/**
|
|
1696
|
-
|
|
1697
|
-
|
|
1701
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
1702
|
+
创建视频重生模板。
|
|
1703
|
+
*/
|
|
1698
1704
|
async CreateRebuildMediaTemplate(
|
|
1699
1705
|
req: CreateRebuildMediaTemplateRequest,
|
|
1700
1706
|
cb?: (error: string, rep: CreateRebuildMediaTemplateResponse) => void
|
|
@@ -2190,8 +2196,9 @@ export class Client extends AbstractClient {
|
|
|
2190
2196
|
}
|
|
2191
2197
|
|
|
2192
2198
|
/**
|
|
2193
|
-
|
|
2194
|
-
|
|
2199
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
2200
|
+
修改音画质重生模板。
|
|
2201
|
+
*/
|
|
2195
2202
|
async ModifyEnhanceMediaTemplate(
|
|
2196
2203
|
req: ModifyEnhanceMediaTemplateRequest,
|
|
2197
2204
|
cb?: (error: string, rep: ModifyEnhanceMediaTemplateResponse) => void
|
|
@@ -2463,8 +2470,9 @@ export class Client extends AbstractClient {
|
|
|
2463
2470
|
}
|
|
2464
2471
|
|
|
2465
2472
|
/**
|
|
2466
|
-
|
|
2467
|
-
|
|
2473
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
2474
|
+
获取音画质重生模板列表。
|
|
2475
|
+
*/
|
|
2468
2476
|
async DescribeEnhanceMediaTemplates(
|
|
2469
2477
|
req: DescribeEnhanceMediaTemplatesRequest,
|
|
2470
2478
|
cb?: (error: string, rep: DescribeEnhanceMediaTemplatesResponse) => void
|
|
@@ -2626,8 +2634,9 @@ export class Client extends AbstractClient {
|
|
|
2626
2634
|
}
|
|
2627
2635
|
|
|
2628
2636
|
/**
|
|
2629
|
-
|
|
2630
|
-
|
|
2637
|
+
* 该 API 已经<font color=red>不再维护</font>,请使用新版接口 [音画质重生](https://cloud.tencent.com/document/api/266/102571)。
|
|
2638
|
+
使用模板发起视频重生。
|
|
2639
|
+
*/
|
|
2631
2640
|
async RebuildMediaByTemplate(
|
|
2632
2641
|
req: RebuildMediaByTemplateRequest,
|
|
2633
2642
|
cb?: (error: string, rep: RebuildMediaByTemplateResponse) => void
|
|
@@ -2708,8 +2717,9 @@ export class Client extends AbstractClient {
|
|
|
2708
2717
|
}
|
|
2709
2718
|
|
|
2710
2719
|
/**
|
|
2711
|
-
|
|
2712
|
-
|
|
2720
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
2721
|
+
删除音画质重生模板。
|
|
2722
|
+
*/
|
|
2713
2723
|
async DeleteEnhanceMediaTemplate(
|
|
2714
2724
|
req: DeleteEnhanceMediaTemplateRequest,
|
|
2715
2725
|
cb?: (error: string, rep: DeleteEnhanceMediaTemplateResponse) => void
|
|
@@ -2718,8 +2728,9 @@ export class Client extends AbstractClient {
|
|
|
2718
2728
|
}
|
|
2719
2729
|
|
|
2720
2730
|
/**
|
|
2721
|
-
|
|
2722
|
-
|
|
2731
|
+
* 该 API 已经<font color=red>不再维护</font>,新版 [音画质重生](https://cloud.tencent.com/document/product/266/102571) 接口使用预置模板,详情请参见 [音画质重生模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
2732
|
+
获取视频重生模板列表。
|
|
2733
|
+
*/
|
|
2723
2734
|
async DescribeRebuildMediaTemplates(
|
|
2724
2735
|
req: DescribeRebuildMediaTemplatesRequest,
|
|
2725
2736
|
cb?: (error: string, rep: DescribeRebuildMediaTemplatesResponse) => void
|
|
@@ -4843,11 +4843,12 @@ export interface EnhanceMediaQualityRequest {
|
|
|
4843
4843
|
*/
|
|
4844
4844
|
FileId: string
|
|
4845
4845
|
/**
|
|
4846
|
-
* 音画质重生模板 ID
|
|
4846
|
+
* 音画质重生模板 ID。
|
|
4847
|
+
针对典型的使用场景,云点播提供了多个[预置模板](https://cloud.tencent.com/document/product/266/102586#50604b3f-0286-4a10-a3f7-18218116aff7)。
|
|
4847
4848
|
*/
|
|
4848
4849
|
Definition: number
|
|
4849
4850
|
/**
|
|
4850
|
-
* <b>点播[
|
|
4851
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
4851
4852
|
*/
|
|
4852
4853
|
SubAppId?: number
|
|
4853
4854
|
/**
|
|
@@ -15190,7 +15191,7 @@ export interface RebuildMediaRequest {
|
|
|
15190
15191
|
*/
|
|
15191
15192
|
FileId: string
|
|
15192
15193
|
/**
|
|
15193
|
-
* <b>点播
|
|
15194
|
+
* <b>点播[应用](/document/product/266/14574) ID。从2023年12月25日起开通点播的客户,如访问点播应用中的资源(无论是默认应用还是新创建的应用),必须将该字段填写为应用 ID。</b>
|
|
15194
15195
|
*/
|
|
15195
15196
|
SubAppId?: number
|
|
15196
15197
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.765";
|
|
@@ -385,6 +385,16 @@ export interface InstanceInfo {
|
|
|
385
385
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
386
386
|
*/
|
|
387
387
|
RestartTimeout?: string;
|
|
388
|
+
/**
|
|
389
|
+
* 内核优雅重启超时时间,如果为-1说明未设置
|
|
390
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
391
|
+
*/
|
|
392
|
+
GraceShutdownWaitSeconds?: string;
|
|
393
|
+
/**
|
|
394
|
+
* 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
|
|
395
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
396
|
+
*/
|
|
397
|
+
CaseSensitive?: number;
|
|
388
398
|
}
|
|
389
399
|
/**
|
|
390
400
|
* DescribeInstance返回参数结构体
|