tencentcloud-sdk-nodejs 4.0.413 → 4.0.414
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 +66 -0
- package/SERVICE_CHANGELOG.md +327 -285
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bm/v20180423/bm_models.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +4 -1
- package/src/services/cfw/v20190904/cfw_models.ts +2 -2
- package/src/services/cpdp/v20190820/cpdp_models.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +1 -0
- package/src/services/ess/v20201111/ess_models.ts +38 -26
- package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +37 -25
- package/src/services/gme/v20180711/gme_client.ts +14 -1
- package/src/services/gme/v20180711/gme_models.ts +68 -13
- package/src/services/iai/v20200303/iai_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +54 -4
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +25 -0
- package/src/services/organization/v20181225/organization_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +10 -0
- package/src/services/tione/v20211111/tione_models.ts +23 -1
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/tse/v20201207/tse_client.ts +16 -2
- package/src/services/tse/v20201207/tse_models.ts +93 -17
- package/src/services/vod/v20180717/vod_client.ts +4 -4
- package/src/services/vod/v20180717/vod_models.ts +26 -13
- package/src/services/vpc/v20170312/vpc_models.ts +29 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +4 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +34 -22
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -22
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +59 -12
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +45 -3
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
- package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +8 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -4
- package/tencentcloud/services/vod/v20180717/vod_client.js +4 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +22 -11
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
- package/test/gme.v20180711.test.js +10 -0
- package/test/tse.v20201207.test.js +10 -0
|
@@ -901,21 +901,34 @@ export interface Disk {
|
|
|
901
901
|
LatestOperationRequestId: string
|
|
902
902
|
|
|
903
903
|
/**
|
|
904
|
-
|
|
905
|
-
|
|
904
|
+
* 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
|
905
|
+
格式为: YYYY-MM-DDThh:mm:ssZ。
|
|
906
|
+
*/
|
|
906
907
|
CreatedTime: string
|
|
907
908
|
|
|
908
909
|
/**
|
|
909
|
-
*
|
|
910
|
+
* 到期时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
|
911
|
+
格式为: YYYY-MM-DDThh:mm:ssZ。
|
|
910
912
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
911
913
|
*/
|
|
912
914
|
ExpiredTime: string
|
|
913
915
|
|
|
914
916
|
/**
|
|
915
|
-
*
|
|
917
|
+
* 隔离时间。按照 ISO8601 标准表示,并且使用 UTC 时间。
|
|
918
|
+
格式为: YYYY-MM-DDThh:mm:ssZ。
|
|
916
919
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
917
920
|
*/
|
|
918
921
|
IsolatedTime: string
|
|
922
|
+
|
|
923
|
+
/**
|
|
924
|
+
* 云硬盘的已有备份点数量。
|
|
925
|
+
*/
|
|
926
|
+
DiskBackupCount: number
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* 云硬盘的备份点配额数量。
|
|
930
|
+
*/
|
|
931
|
+
DiskBackupQuota: number
|
|
919
932
|
}
|
|
920
933
|
|
|
921
934
|
/**
|
|
@@ -1161,6 +1174,38 @@ export interface DescribeInstancesDiskNumRequest {
|
|
|
1161
1174
|
InstanceIds: Array<string>
|
|
1162
1175
|
}
|
|
1163
1176
|
|
|
1177
|
+
/**
|
|
1178
|
+
* 计费项目明细。
|
|
1179
|
+
*/
|
|
1180
|
+
export interface DetailPrice {
|
|
1181
|
+
/**
|
|
1182
|
+
* 描述计费项目名称,目前取值
|
|
1183
|
+
<li>"DiskSpace"代表云硬盘空间收费项。</li>
|
|
1184
|
+
<li>"DiskBackupQuota"代表云硬盘备份点配额收费项。</li>
|
|
1185
|
+
*/
|
|
1186
|
+
PriceName: string
|
|
1187
|
+
|
|
1188
|
+
/**
|
|
1189
|
+
* 云硬盘计费项维度单价。
|
|
1190
|
+
*/
|
|
1191
|
+
OriginUnitPrice: number
|
|
1192
|
+
|
|
1193
|
+
/**
|
|
1194
|
+
* 云硬盘计费项维度总价。
|
|
1195
|
+
*/
|
|
1196
|
+
OriginalPrice: number
|
|
1197
|
+
|
|
1198
|
+
/**
|
|
1199
|
+
* 云硬盘在计费项维度折扣。
|
|
1200
|
+
*/
|
|
1201
|
+
Discount: number
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* 云硬盘在计费项维度折后总价。
|
|
1205
|
+
*/
|
|
1206
|
+
DiscountPrice: number
|
|
1207
|
+
}
|
|
1208
|
+
|
|
1164
1209
|
/**
|
|
1165
1210
|
* DescribeBlueprints请求参数结构体
|
|
1166
1211
|
*/
|
|
@@ -1995,6 +2040,11 @@ export interface DiskPrice {
|
|
|
1995
2040
|
* 折后总价。
|
|
1996
2041
|
*/
|
|
1997
2042
|
DiscountPrice: number
|
|
2043
|
+
|
|
2044
|
+
/**
|
|
2045
|
+
* 计费项目明细列表。
|
|
2046
|
+
*/
|
|
2047
|
+
DetailPrices: Array<DetailPrice>
|
|
1998
2048
|
}
|
|
1999
2049
|
|
|
2000
2050
|
/**
|
|
@@ -550,6 +550,26 @@ export interface BindingPolicyTagResponse {
|
|
|
550
550
|
RequestId?: string
|
|
551
551
|
}
|
|
552
552
|
|
|
553
|
+
/**
|
|
554
|
+
* 监控类型详细信息
|
|
555
|
+
*/
|
|
556
|
+
export interface MonitorTypeInfo {
|
|
557
|
+
/**
|
|
558
|
+
* 监控类型ID
|
|
559
|
+
*/
|
|
560
|
+
Id: string
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* 监控类型
|
|
564
|
+
*/
|
|
565
|
+
Name: string
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* 排列顺序
|
|
569
|
+
*/
|
|
570
|
+
SortId: number
|
|
571
|
+
}
|
|
572
|
+
|
|
553
573
|
/**
|
|
554
574
|
* DeleteServiceDiscovery返回参数结构体
|
|
555
575
|
*/
|
|
@@ -3496,6 +3516,11 @@ export interface DescribeMonitorTypesResponse {
|
|
|
3496
3516
|
*/
|
|
3497
3517
|
MonitorTypes: Array<string>
|
|
3498
3518
|
|
|
3519
|
+
/**
|
|
3520
|
+
* 监控类型详情
|
|
3521
|
+
*/
|
|
3522
|
+
MonitorTypeInfos: Array<MonitorTypeInfo>
|
|
3523
|
+
|
|
3499
3524
|
/**
|
|
3500
3525
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3501
3526
|
*/
|
|
@@ -2269,6 +2269,11 @@ export interface DescribeAssetSummaryResponse {
|
|
|
2269
2269
|
*/
|
|
2270
2270
|
ImageUnsafeCnt: number
|
|
2271
2271
|
|
|
2272
|
+
/**
|
|
2273
|
+
* 主机未安装agent数量
|
|
2274
|
+
*/
|
|
2275
|
+
HostUnInstallCnt: number
|
|
2276
|
+
|
|
2272
2277
|
/**
|
|
2273
2278
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2274
2279
|
*/
|
|
@@ -10319,6 +10324,11 @@ export interface DescribeContainerAssetSummaryResponse {
|
|
|
10319
10324
|
*/
|
|
10320
10325
|
ImageTotalCnt: number
|
|
10321
10326
|
|
|
10327
|
+
/**
|
|
10328
|
+
* 主机未安装agent数量
|
|
10329
|
+
*/
|
|
10330
|
+
HostUnInstallCnt: number
|
|
10331
|
+
|
|
10322
10332
|
/**
|
|
10323
10333
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10324
10334
|
*/
|
|
@@ -718,7 +718,7 @@ export interface CreateTrainingModelRequest {
|
|
|
718
718
|
ModelOutputPath?: CosPathInfo
|
|
719
719
|
|
|
720
720
|
/**
|
|
721
|
-
* 模型来源 (JOB/COS
|
|
721
|
+
* 模型来源 (JOB/COS)
|
|
722
722
|
*/
|
|
723
723
|
TrainingModelSource?: string
|
|
724
724
|
|
|
@@ -748,6 +748,11 @@ export interface CreateTrainingModelRequest {
|
|
|
748
748
|
* 模型格式 (PYTORCH/TORCH_SCRIPT/DETECTRON2/SAVED_MODEL/FROZEN_GRAPH/PMML)
|
|
749
749
|
*/
|
|
750
750
|
ModelFormat?: string
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* 推理镜像ID
|
|
754
|
+
*/
|
|
755
|
+
ReasoningEnvironmentId?: string
|
|
751
756
|
}
|
|
752
757
|
|
|
753
758
|
/**
|
|
@@ -1508,6 +1513,11 @@ export interface DeleteTrainingModelRequest {
|
|
|
1508
1513
|
* 是否同步清理cos
|
|
1509
1514
|
*/
|
|
1510
1515
|
EnableDeleteCos?: boolean
|
|
1516
|
+
|
|
1517
|
+
/**
|
|
1518
|
+
* 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有
|
|
1519
|
+
*/
|
|
1520
|
+
ModelVersionType?: string
|
|
1511
1521
|
}
|
|
1512
1522
|
|
|
1513
1523
|
/**
|
|
@@ -2246,6 +2256,12 @@ export interface TrainingTaskDetail {
|
|
|
2246
2256
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2247
2257
|
*/
|
|
2248
2258
|
ResourceGroupName: string
|
|
2259
|
+
|
|
2260
|
+
/**
|
|
2261
|
+
* 任务信息
|
|
2262
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2263
|
+
*/
|
|
2264
|
+
Message: string
|
|
2249
2265
|
}
|
|
2250
2266
|
|
|
2251
2267
|
/**
|
|
@@ -2558,6 +2574,12 @@ export interface TrainingTaskSetItem {
|
|
|
2558
2574
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2559
2575
|
*/
|
|
2560
2576
|
ImageInfo: ImageInfo
|
|
2577
|
+
|
|
2578
|
+
/**
|
|
2579
|
+
* 任务信息
|
|
2580
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2581
|
+
*/
|
|
2582
|
+
Message: string
|
|
2561
2583
|
}
|
|
2562
2584
|
|
|
2563
2585
|
/**
|
|
@@ -2743,6 +2743,12 @@ export interface EdgeCluster {
|
|
|
2743
2743
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2744
2744
|
*/
|
|
2745
2745
|
MaxNodePodNum?: number
|
|
2746
|
+
|
|
2747
|
+
/**
|
|
2748
|
+
* 集群高级设置
|
|
2749
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2750
|
+
*/
|
|
2751
|
+
ClusterAdvancedSettings?: EdgeClusterAdvancedSettings
|
|
2746
2752
|
}
|
|
2747
2753
|
|
|
2748
2754
|
/**
|
|
@@ -26,6 +26,8 @@ import {
|
|
|
26
26
|
CreateEngineResponse,
|
|
27
27
|
DescribeZookeeperReplicasRequest,
|
|
28
28
|
DeleteEngineRequest,
|
|
29
|
+
DescribeCloudNativeAPIGatewayNodesRequest,
|
|
30
|
+
DescribeCloudNativeAPIGatewayNodesResult,
|
|
29
31
|
ZookeeperReplica,
|
|
30
32
|
DescribeNacosServerInterfacesRequest,
|
|
31
33
|
SREInstance,
|
|
@@ -33,17 +35,19 @@ import {
|
|
|
33
35
|
DescribeSREInstancesResponse,
|
|
34
36
|
ZookeeperServerInterface,
|
|
35
37
|
ServiceGovernanceInfo,
|
|
38
|
+
CloudNativeAPIGatewayNode,
|
|
36
39
|
DescribeNacosReplicasResponse,
|
|
37
40
|
DescribeZookeeperServerInterfacesResponse,
|
|
38
41
|
BoundK8SInfo,
|
|
39
42
|
DescribeSREInstancesRequest,
|
|
43
|
+
DescribeCloudNativeAPIGatewayNodesResponse,
|
|
40
44
|
DescribeZookeeperReplicasResponse,
|
|
41
45
|
VpcInfo,
|
|
42
|
-
|
|
46
|
+
EngineAdmin,
|
|
43
47
|
CreateEngineRequest,
|
|
44
48
|
DescribeSREInstanceAccessAddressRequest,
|
|
45
49
|
DescribeNacosServerInterfacesResponse,
|
|
46
|
-
|
|
50
|
+
Filter,
|
|
47
51
|
NacosServerInterface,
|
|
48
52
|
DescribeZookeeperServerInterfacesRequest,
|
|
49
53
|
EnvInfo,
|
|
@@ -100,6 +104,16 @@ export class Client extends AbstractClient {
|
|
|
100
104
|
return this.request("DescribeNacosReplicas", req, cb)
|
|
101
105
|
}
|
|
102
106
|
|
|
107
|
+
/**
|
|
108
|
+
* 获取云原生网关节点列表
|
|
109
|
+
*/
|
|
110
|
+
async DescribeCloudNativeAPIGatewayNodes(
|
|
111
|
+
req: DescribeCloudNativeAPIGatewayNodesRequest,
|
|
112
|
+
cb?: (error: string, rep: DescribeCloudNativeAPIGatewayNodesResponse) => void
|
|
113
|
+
): Promise<DescribeCloudNativeAPIGatewayNodesResponse> {
|
|
114
|
+
return this.request("DescribeCloudNativeAPIGatewayNodes", req, cb)
|
|
115
|
+
}
|
|
116
|
+
|
|
103
117
|
/**
|
|
104
118
|
* 查询zookeeper服务接口列表
|
|
105
119
|
*/
|
|
@@ -178,6 +178,41 @@ export interface DeleteEngineRequest {
|
|
|
178
178
|
InstanceId: string
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
+
/**
|
|
182
|
+
* DescribeCloudNativeAPIGatewayNodes请求参数结构体
|
|
183
|
+
*/
|
|
184
|
+
export interface DescribeCloudNativeAPIGatewayNodesRequest {
|
|
185
|
+
/**
|
|
186
|
+
* 云原生API网关实例ID。
|
|
187
|
+
*/
|
|
188
|
+
GatewayId: string
|
|
189
|
+
|
|
190
|
+
/**
|
|
191
|
+
* 翻页从第几个开始获取
|
|
192
|
+
*/
|
|
193
|
+
Offset?: number
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* 翻页获取多少个
|
|
197
|
+
*/
|
|
198
|
+
Limit?: number
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* 获取网关节点信息
|
|
203
|
+
*/
|
|
204
|
+
export interface DescribeCloudNativeAPIGatewayNodesResult {
|
|
205
|
+
/**
|
|
206
|
+
* 获取云原生API网关节点列表响应结果。
|
|
207
|
+
*/
|
|
208
|
+
TotalCount: number
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* 云原生API网关节点列表。
|
|
212
|
+
*/
|
|
213
|
+
NodeList: Array<CloudNativeAPIGatewayNode>
|
|
214
|
+
}
|
|
215
|
+
|
|
181
216
|
/**
|
|
182
217
|
* Zookeeper副本信息
|
|
183
218
|
*/
|
|
@@ -214,6 +249,12 @@ export interface ZookeeperReplica {
|
|
|
214
249
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
215
250
|
*/
|
|
216
251
|
ZoneId: string
|
|
252
|
+
|
|
253
|
+
/**
|
|
254
|
+
* 别名
|
|
255
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
256
|
+
*/
|
|
257
|
+
AliasName: string
|
|
217
258
|
}
|
|
218
259
|
|
|
219
260
|
/**
|
|
@@ -527,6 +568,21 @@ export interface ServiceGovernanceInfo {
|
|
|
527
568
|
PgwVpcInfos?: Array<VpcInfo>
|
|
528
569
|
}
|
|
529
570
|
|
|
571
|
+
/**
|
|
572
|
+
* 云原生API网关节点信息。
|
|
573
|
+
*/
|
|
574
|
+
export interface CloudNativeAPIGatewayNode {
|
|
575
|
+
/**
|
|
576
|
+
* 云原生网关节点 id
|
|
577
|
+
*/
|
|
578
|
+
NodeId: string
|
|
579
|
+
|
|
580
|
+
/**
|
|
581
|
+
* 节点 ip
|
|
582
|
+
*/
|
|
583
|
+
NodeIp: string
|
|
584
|
+
}
|
|
585
|
+
|
|
530
586
|
/**
|
|
531
587
|
* DescribeNacosReplicas返回参数结构体
|
|
532
588
|
*/
|
|
@@ -620,6 +676,21 @@ export interface DescribeSREInstancesRequest {
|
|
|
620
676
|
QuerySource?: string
|
|
621
677
|
}
|
|
622
678
|
|
|
679
|
+
/**
|
|
680
|
+
* DescribeCloudNativeAPIGatewayNodes返回参数结构体
|
|
681
|
+
*/
|
|
682
|
+
export interface DescribeCloudNativeAPIGatewayNodesResponse {
|
|
683
|
+
/**
|
|
684
|
+
* 获取云原生网关节点列表结果。
|
|
685
|
+
*/
|
|
686
|
+
Result: DescribeCloudNativeAPIGatewayNodesResult
|
|
687
|
+
|
|
688
|
+
/**
|
|
689
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
690
|
+
*/
|
|
691
|
+
RequestId?: string
|
|
692
|
+
}
|
|
693
|
+
|
|
623
694
|
/**
|
|
624
695
|
* DescribeZookeeperReplicas返回参数结构体
|
|
625
696
|
*/
|
|
@@ -663,18 +734,23 @@ export interface VpcInfo {
|
|
|
663
734
|
}
|
|
664
735
|
|
|
665
736
|
/**
|
|
666
|
-
*
|
|
737
|
+
* 引擎的初始管理帐号
|
|
667
738
|
*/
|
|
668
|
-
export interface
|
|
739
|
+
export interface EngineAdmin {
|
|
669
740
|
/**
|
|
670
|
-
*
|
|
741
|
+
* 控制台初始用户名
|
|
671
742
|
*/
|
|
672
|
-
Name
|
|
743
|
+
Name?: string
|
|
673
744
|
|
|
674
745
|
/**
|
|
675
|
-
*
|
|
746
|
+
* 控制台初始密码
|
|
676
747
|
*/
|
|
677
|
-
|
|
748
|
+
Password?: string
|
|
749
|
+
|
|
750
|
+
/**
|
|
751
|
+
* 引擎接口的管理员 Token
|
|
752
|
+
*/
|
|
753
|
+
Token?: string
|
|
678
754
|
}
|
|
679
755
|
|
|
680
756
|
/**
|
|
@@ -831,6 +907,11 @@ export interface DescribeSREInstanceAccessAddressRequest {
|
|
|
831
907
|
* 引擎其他组件名称(pushgateway)
|
|
832
908
|
*/
|
|
833
909
|
Workload?: string
|
|
910
|
+
|
|
911
|
+
/**
|
|
912
|
+
* 部署地域
|
|
913
|
+
*/
|
|
914
|
+
EngineRegion?: string
|
|
834
915
|
}
|
|
835
916
|
|
|
836
917
|
/**
|
|
@@ -854,23 +935,18 @@ export interface DescribeNacosServerInterfacesResponse {
|
|
|
854
935
|
}
|
|
855
936
|
|
|
856
937
|
/**
|
|
857
|
-
*
|
|
938
|
+
* 查询过滤通用对象
|
|
858
939
|
*/
|
|
859
|
-
export interface
|
|
860
|
-
/**
|
|
861
|
-
* 控制台初始用户名
|
|
862
|
-
*/
|
|
863
|
-
Name?: string
|
|
864
|
-
|
|
940
|
+
export interface Filter {
|
|
865
941
|
/**
|
|
866
|
-
*
|
|
942
|
+
* 过滤参数名
|
|
867
943
|
*/
|
|
868
|
-
|
|
944
|
+
Name: string
|
|
869
945
|
|
|
870
946
|
/**
|
|
871
|
-
*
|
|
947
|
+
* 过滤参数值
|
|
872
948
|
*/
|
|
873
|
-
|
|
949
|
+
Values: Array<string>
|
|
874
950
|
}
|
|
875
951
|
|
|
876
952
|
/**
|
|
@@ -1232,7 +1232,7 @@ export class Client extends AbstractClient {
|
|
|
1232
1232
|
}
|
|
1233
1233
|
|
|
1234
1234
|
/**
|
|
1235
|
-
*
|
|
1235
|
+
* 删除播放器配置。
|
|
1236
1236
|
*注:系统预置播放器配置不允许删除。*
|
|
1237
1237
|
*/
|
|
1238
1238
|
async DeleteSuperPlayerConfig(
|
|
@@ -1436,7 +1436,7 @@ export class Client extends AbstractClient {
|
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
1438
|
/**
|
|
1439
|
-
*
|
|
1439
|
+
* 创建播放器配置,数量上限:100。
|
|
1440
1440
|
*/
|
|
1441
1441
|
async CreateSuperPlayerConfig(
|
|
1442
1442
|
req: CreateSuperPlayerConfigRequest,
|
|
@@ -1666,7 +1666,7 @@ export class Client extends AbstractClient {
|
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
1668
|
/**
|
|
1669
|
-
*
|
|
1669
|
+
* 修改播放器配置。
|
|
1670
1670
|
*/
|
|
1671
1671
|
async ModifySuperPlayerConfig(
|
|
1672
1672
|
req: ModifySuperPlayerConfigRequest,
|
|
@@ -2117,7 +2117,7 @@ export class Client extends AbstractClient {
|
|
|
2117
2117
|
}
|
|
2118
2118
|
|
|
2119
2119
|
/**
|
|
2120
|
-
*
|
|
2120
|
+
* 查询播放器配置,支持根据条件,分页查询。
|
|
2121
2121
|
*/
|
|
2122
2122
|
async DescribeSuperPlayerConfigs(
|
|
2123
2123
|
req: DescribeSuperPlayerConfigsRequest,
|
|
@@ -3504,7 +3504,7 @@ export interface TraceWatermarkInput {
|
|
|
3504
3504
|
/**
|
|
3505
3505
|
* 水印模板 ID。
|
|
3506
3506
|
*/
|
|
3507
|
-
Definition
|
|
3507
|
+
Definition?: number
|
|
3508
3508
|
}
|
|
3509
3509
|
|
|
3510
3510
|
/**
|
|
@@ -7130,12 +7130,12 @@ export interface DescribeSuperPlayerConfigsResponse {
|
|
|
7130
7130
|
/**
|
|
7131
7131
|
* 符合过滤条件的记录总数。
|
|
7132
7132
|
*/
|
|
7133
|
-
TotalCount
|
|
7133
|
+
TotalCount: number
|
|
7134
7134
|
|
|
7135
7135
|
/**
|
|
7136
7136
|
* 播放器配置数组。
|
|
7137
7137
|
*/
|
|
7138
|
-
PlayerConfigSet
|
|
7138
|
+
PlayerConfigSet: Array<PlayerConfig>
|
|
7139
7139
|
|
|
7140
7140
|
/**
|
|
7141
7141
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -8141,6 +8141,14 @@ export interface PlayerConfig {
|
|
|
8141
8141
|
*/
|
|
8142
8142
|
Type: string
|
|
8143
8143
|
|
|
8144
|
+
/**
|
|
8145
|
+
* 播放的音视频类型,可选值有:
|
|
8146
|
+
<li>AdaptiveDynamicStream:自适应码流输出;</li>
|
|
8147
|
+
<li>Transcode:转码输出;</li>
|
|
8148
|
+
<li>Original:原始音视频。</li>
|
|
8149
|
+
*/
|
|
8150
|
+
AudioVideoType: string
|
|
8151
|
+
|
|
8144
8152
|
/**
|
|
8145
8153
|
* 播放 DRM 保护的自适应码流开关:
|
|
8146
8154
|
<li>ON:开启,表示仅播放 DRM 保护的自适应码流输出;</li>
|
|
@@ -8159,6 +8167,11 @@ export interface PlayerConfig {
|
|
|
8159
8167
|
*/
|
|
8160
8168
|
DrmStreamingsInfo: DrmStreamingsInfo
|
|
8161
8169
|
|
|
8170
|
+
/**
|
|
8171
|
+
* 允许输出的转码模板 ID。
|
|
8172
|
+
*/
|
|
8173
|
+
TranscodeDefinition: number
|
|
8174
|
+
|
|
8162
8175
|
/**
|
|
8163
8176
|
* 允许输出的雪碧图模板 ID。
|
|
8164
8177
|
*/
|
|
@@ -12782,6 +12795,11 @@ export interface DescribeMediaProcessUsageDataResponse {
|
|
|
12782
12795
|
* DescribeSuperPlayerConfigs请求参数结构体
|
|
12783
12796
|
*/
|
|
12784
12797
|
export interface DescribeSuperPlayerConfigsRequest {
|
|
12798
|
+
/**
|
|
12799
|
+
* <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
|
|
12800
|
+
*/
|
|
12801
|
+
SubAppId?: number
|
|
12802
|
+
|
|
12785
12803
|
/**
|
|
12786
12804
|
* 播放器配置名字过滤条件,数组长度限制:100。
|
|
12787
12805
|
*/
|
|
@@ -12803,11 +12821,6 @@ export interface DescribeSuperPlayerConfigsRequest {
|
|
|
12803
12821
|
<li>Custom:用户自定义配置。</li>
|
|
12804
12822
|
*/
|
|
12805
12823
|
Type?: string
|
|
12806
|
-
|
|
12807
|
-
/**
|
|
12808
|
-
* 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
|
12809
|
-
*/
|
|
12810
|
-
SubAppId?: number
|
|
12811
12824
|
}
|
|
12812
12825
|
|
|
12813
12826
|
/**
|
|
@@ -13259,6 +13272,11 @@ export interface ModifySuperPlayerConfigRequest {
|
|
|
13259
13272
|
*/
|
|
13260
13273
|
Name: string
|
|
13261
13274
|
|
|
13275
|
+
/**
|
|
13276
|
+
* <b>点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。</b>
|
|
13277
|
+
*/
|
|
13278
|
+
SubAppId?: number
|
|
13279
|
+
|
|
13262
13280
|
/**
|
|
13263
13281
|
* 播放的音视频类型,可选值:
|
|
13264
13282
|
<li>AdaptiveDynamicStream:自适应码流输出;</li>
|
|
@@ -13316,11 +13334,6 @@ export interface ModifySuperPlayerConfigRequest {
|
|
|
13316
13334
|
* 模板描述信息,长度限制:256 个字符。
|
|
13317
13335
|
*/
|
|
13318
13336
|
Comment?: string
|
|
13319
|
-
|
|
13320
|
-
/**
|
|
13321
|
-
* 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
|
13322
|
-
*/
|
|
13323
|
-
SubAppId?: number
|
|
13324
13337
|
}
|
|
13325
13338
|
|
|
13326
13339
|
/**
|
|
@@ -4140,6 +4140,35 @@ export interface VpnConnection {
|
|
|
4140
4140
|
* 通道健康检查状态,AVAILABLE:正常,UNAVAILABLE:不正常。 未配置健康检查不返回该对象
|
|
4141
4141
|
*/
|
|
4142
4142
|
HealthCheckStatus: string
|
|
4143
|
+
|
|
4144
|
+
/**
|
|
4145
|
+
* DPD探测开关。默认为0,表示关闭DPD探测。可选值:0(关闭),1(开启)
|
|
4146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4147
|
+
*/
|
|
4148
|
+
DpdEnable: number
|
|
4149
|
+
|
|
4150
|
+
/**
|
|
4151
|
+
* DPD超时时间。即探测确认对端不存在需要的时间。
|
|
4152
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4153
|
+
*/
|
|
4154
|
+
DpdTimeout: string
|
|
4155
|
+
|
|
4156
|
+
/**
|
|
4157
|
+
* DPD超时后的动作。默认为clear。dpdEnable为1(开启)时有效。可取值为clear(断开)和restart(重试)
|
|
4158
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4159
|
+
*/
|
|
4160
|
+
DpdAction: string
|
|
4161
|
+
|
|
4162
|
+
/**
|
|
4163
|
+
* 标签键值对数组
|
|
4164
|
+
*/
|
|
4165
|
+
TagSet: Array<Tag>
|
|
4166
|
+
|
|
4167
|
+
/**
|
|
4168
|
+
* 协商类型
|
|
4169
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4170
|
+
*/
|
|
4171
|
+
NegotiationType: string
|
|
4143
4172
|
}
|
|
4144
4173
|
|
|
4145
4174
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.414";
|
|
@@ -1960,11 +1960,11 @@ export interface DescribeTaskInfoResponse {
|
|
|
1960
1960
|
/**
|
|
1961
1961
|
* 返回任务总数量
|
|
1962
1962
|
*/
|
|
1963
|
-
TotalCount
|
|
1963
|
+
TotalCount: number;
|
|
1964
1964
|
/**
|
|
1965
1965
|
* 任务信息列表
|
|
1966
1966
|
*/
|
|
1967
|
-
TaskInfoSet
|
|
1967
|
+
TaskInfoSet: Array<TaskInfo>;
|
|
1968
1968
|
/**
|
|
1969
1969
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1970
1970
|
*/
|
|
@@ -833,11 +833,11 @@ export interface ModifyBlockIgnoreListRequest {
|
|
|
833
833
|
*/
|
|
834
834
|
IocAction: string;
|
|
835
835
|
/**
|
|
836
|
-
* 时间格式:yyyy-MM-dd HH:mm:ss
|
|
836
|
+
* 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
|
|
837
837
|
*/
|
|
838
838
|
StartTime?: string;
|
|
839
839
|
/**
|
|
840
|
-
* 时间格式:yyyy-MM-dd HH:mm:ss
|
|
840
|
+
* 时间格式:yyyy-MM-dd HH:mm:ss,IocAction 为edit或add时必填
|
|
841
841
|
*/
|
|
842
842
|
EndTime?: string;
|
|
843
843
|
}
|