tencentcloud-sdk-nodejs 4.1.147 → 4.1.148
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/es/common/sdk_version.js +1 -1
- package/es/services/bma/index.js +2 -2
- package/es/services/chdfs/index.js +2 -2
- package/es/services/ctem/v20231128/ctem_client.js +84 -6
- package/es/services/dbbrain/index.js +2 -2
- package/es/services/es/index.js +2 -2
- package/es/services/essbasic/index.js +2 -2
- package/es/services/facefusion/index.js +2 -2
- package/es/services/iai/v20200303/iai_client.js +0 -3
- package/es/services/iotvideo/index.js +2 -2
- package/es/services/privatedns/v20201028/privatedns_client.js +16 -4
- package/es/services/sms/index.js +2 -2
- package/es/services/thpc/index.js +2 -2
- package/es/services/tke/index.js +2 -2
- package/es/services/tsw/index.js +2 -2
- package/es/services/vcube/v20220410/vcube_client.js +10 -4
- package/es/services/vm/index.js +2 -2
- package/es/services/vod/index.js +2 -2
- package/es/services/waf/v20180125/waf_client.js +30 -9
- package/es/services/wedata/index.js +2 -2
- package/es/services/yunsou/index.js +2 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +7 -0
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/ctem/v20231128/ctem_client.d.ts +112 -8
- package/tencentcloud/services/ctem/v20231128/ctem_client.js +166 -10
- package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +1112 -134
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/es/index.d.ts +4 -4
- package/tencentcloud/services/es/index.js +2 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/facefusion/index.d.ts +4 -4
- package/tencentcloud/services/facefusion/index.js +2 -2
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +1 -16
- package/tencentcloud/services/iai/v20200303/iai_client.js +0 -17
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +0 -56
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +26 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +22 -6
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +31 -7
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +241 -36
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +6 -2
- package/tencentcloud/services/tke/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +13 -5
- package/tencentcloud/services/vcube/v20220410/vcube_client.js +18 -6
- package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +1036 -1005
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +1 -1
- package/tencentcloud/services/vod/index.d.ts +4 -4
- package/tencentcloud/services/vod/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -1
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +39 -11
- package/tencentcloud/services/waf/v20180125/waf_client.js +57 -15
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1309 -327
- package/tencentcloud/services/wedata/index.d.ts +4 -4
- package/tencentcloud/services/wedata/index.js +2 -2
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
|
@@ -17,6 +17,19 @@ export interface QueryAsyncBindVpcStatusResponse {
|
|
|
17
17
|
*/
|
|
18
18
|
RequestId?: string;
|
|
19
19
|
}
|
|
20
|
+
/**
|
|
21
|
+
* CreatePrivateZoneRecordList请求参数结构体
|
|
22
|
+
*/
|
|
23
|
+
export interface CreatePrivateZoneRecordListRequest {
|
|
24
|
+
/**
|
|
25
|
+
* 私有域ID数组
|
|
26
|
+
*/
|
|
27
|
+
ZoneIds: Array<string>;
|
|
28
|
+
/**
|
|
29
|
+
* 私有域解析记录数据
|
|
30
|
+
*/
|
|
31
|
+
RecordsInfo: Array<RecordsInfo>;
|
|
32
|
+
}
|
|
20
33
|
/**
|
|
21
34
|
* 终端节点信息
|
|
22
35
|
*/
|
|
@@ -82,11 +95,11 @@ export interface DescribePrivateZoneRequest {
|
|
|
82
95
|
*/
|
|
83
96
|
export interface DescribeAccountVpcListResponse {
|
|
84
97
|
/**
|
|
85
|
-
* VPC数量
|
|
98
|
+
* 关联账号VPC数量
|
|
86
99
|
*/
|
|
87
100
|
TotalCount?: number;
|
|
88
101
|
/**
|
|
89
|
-
* VPC 列表
|
|
102
|
+
* 关联账号VPC 列表
|
|
90
103
|
*/
|
|
91
104
|
VpcSet?: Array<AccountVpcInfoOut>;
|
|
92
105
|
/**
|
|
@@ -124,6 +137,20 @@ export interface AddSpecifyPrivateZoneVpcRequest {
|
|
|
124
137
|
*/
|
|
125
138
|
Sync?: boolean;
|
|
126
139
|
}
|
|
140
|
+
/**
|
|
141
|
+
* DescribeCreateRecordListResult返回参数结构体
|
|
142
|
+
*/
|
|
143
|
+
export interface DescribeCreateRecordListResultResponse {
|
|
144
|
+
/**
|
|
145
|
+
* 批量添加解析记录结果
|
|
146
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
147
|
+
*/
|
|
148
|
+
RecordsResult?: Array<RecordsInfoResult>;
|
|
149
|
+
/**
|
|
150
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
151
|
+
*/
|
|
152
|
+
RequestId?: string;
|
|
153
|
+
}
|
|
127
154
|
/**
|
|
128
155
|
* ModifyInboundEndpoint请求参数结构体
|
|
129
156
|
*/
|
|
@@ -163,6 +190,39 @@ export interface CreatePrivateDNSAccountResponse {
|
|
|
163
190
|
* SubscribePrivateZoneService请求参数结构体
|
|
164
191
|
*/
|
|
165
192
|
export type SubscribePrivateZoneServiceRequest = null;
|
|
193
|
+
/**
|
|
194
|
+
* DescribeCreateZoneListResult返回参数结构体
|
|
195
|
+
*/
|
|
196
|
+
export interface DescribeCreateZoneListResultResponse {
|
|
197
|
+
/**
|
|
198
|
+
* 私有域域名和zoneId
|
|
199
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
200
|
+
*/
|
|
201
|
+
ZonesInfo?: Array<ZoneInfo>;
|
|
202
|
+
/**
|
|
203
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
204
|
+
*/
|
|
205
|
+
RequestId?: string;
|
|
206
|
+
}
|
|
207
|
+
/**
|
|
208
|
+
* 创建私有域成功后返回私有域信息
|
|
209
|
+
*/
|
|
210
|
+
export interface ZoneInfo {
|
|
211
|
+
/**
|
|
212
|
+
* 私有域ID
|
|
213
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
214
|
+
*/
|
|
215
|
+
ZoneId: string;
|
|
216
|
+
/**
|
|
217
|
+
* 私有域域名
|
|
218
|
+
*/
|
|
219
|
+
Domain: string;
|
|
220
|
+
/**
|
|
221
|
+
* 失败原因
|
|
222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
223
|
+
*/
|
|
224
|
+
Reason: string;
|
|
225
|
+
}
|
|
166
226
|
/**
|
|
167
227
|
* 私有域信息
|
|
168
228
|
*/
|
|
@@ -339,6 +399,19 @@ export interface DescribePrivateDNSAccountListResponse {
|
|
|
339
399
|
* CreateExtendEndpoint请求参数结构体
|
|
340
400
|
*/
|
|
341
401
|
export type CreateExtendEndpointRequest = null;
|
|
402
|
+
/**
|
|
403
|
+
* DescribeCreateRecordListResult请求参数结构体
|
|
404
|
+
*/
|
|
405
|
+
export interface DescribeCreateRecordListResultRequest {
|
|
406
|
+
/**
|
|
407
|
+
* 私有域ID数组
|
|
408
|
+
*/
|
|
409
|
+
ZoneIds: Array<string>;
|
|
410
|
+
/**
|
|
411
|
+
* 私有域解析记录数据
|
|
412
|
+
*/
|
|
413
|
+
RecordsInfo: Array<RecordsInfo>;
|
|
414
|
+
}
|
|
342
415
|
/**
|
|
343
416
|
* 私有域信息
|
|
344
417
|
*/
|
|
@@ -581,6 +654,31 @@ export interface DescribeRecordResponse {
|
|
|
581
654
|
*/
|
|
582
655
|
RequestId?: string;
|
|
583
656
|
}
|
|
657
|
+
/**
|
|
658
|
+
* DescribeDashboard返回参数结构体
|
|
659
|
+
*/
|
|
660
|
+
export interface DescribeDashboardResponse {
|
|
661
|
+
/**
|
|
662
|
+
* 私有域解析总数
|
|
663
|
+
*/
|
|
664
|
+
ZoneTotal?: number;
|
|
665
|
+
/**
|
|
666
|
+
* 私有域关联VPC数量
|
|
667
|
+
*/
|
|
668
|
+
ZoneVpcCount?: number;
|
|
669
|
+
/**
|
|
670
|
+
* 历史请求量总数
|
|
671
|
+
*/
|
|
672
|
+
RequestTotalCount?: number;
|
|
673
|
+
/**
|
|
674
|
+
* 流量包用量
|
|
675
|
+
*/
|
|
676
|
+
FlowUsage?: Array<FlowUsage>;
|
|
677
|
+
/**
|
|
678
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
679
|
+
*/
|
|
680
|
+
RequestId?: string;
|
|
681
|
+
}
|
|
584
682
|
/**
|
|
585
683
|
* 私有域信息
|
|
586
684
|
*/
|
|
@@ -634,31 +732,6 @@ export interface RecordInfo {
|
|
|
634
732
|
*/
|
|
635
733
|
Remark?: string;
|
|
636
734
|
}
|
|
637
|
-
/**
|
|
638
|
-
* DescribeDashboard返回参数结构体
|
|
639
|
-
*/
|
|
640
|
-
export interface DescribeDashboardResponse {
|
|
641
|
-
/**
|
|
642
|
-
* 私有域解析总数
|
|
643
|
-
*/
|
|
644
|
-
ZoneTotal?: number;
|
|
645
|
-
/**
|
|
646
|
-
* 私有域关联VPC数量
|
|
647
|
-
*/
|
|
648
|
-
ZoneVpcCount?: number;
|
|
649
|
-
/**
|
|
650
|
-
* 历史请求量总数
|
|
651
|
-
*/
|
|
652
|
-
RequestTotalCount?: number;
|
|
653
|
-
/**
|
|
654
|
-
* 流量包用量
|
|
655
|
-
*/
|
|
656
|
-
FlowUsage?: Array<FlowUsage>;
|
|
657
|
-
/**
|
|
658
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
659
|
-
*/
|
|
660
|
-
RequestId?: string;
|
|
661
|
-
}
|
|
662
735
|
/**
|
|
663
736
|
* ModifyForwardRule返回参数结构体
|
|
664
737
|
*/
|
|
@@ -1014,6 +1087,15 @@ export interface InboundEndpointSet {
|
|
|
1014
1087
|
*/
|
|
1015
1088
|
EndPointService?: Array<EndPointServiceInfo>;
|
|
1016
1089
|
}
|
|
1090
|
+
/**
|
|
1091
|
+
* CreatePrivateZoneRecordList返回参数结构体
|
|
1092
|
+
*/
|
|
1093
|
+
export interface CreatePrivateZoneRecordListResponse {
|
|
1094
|
+
/**
|
|
1095
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1096
|
+
*/
|
|
1097
|
+
RequestId?: string;
|
|
1098
|
+
}
|
|
1017
1099
|
/**
|
|
1018
1100
|
* 查询关联账号VPC列表出参
|
|
1019
1101
|
*/
|
|
@@ -1035,6 +1117,28 @@ export interface AccountVpcInfoOut {
|
|
|
1035
1117
|
*/
|
|
1036
1118
|
VpcName?: string;
|
|
1037
1119
|
}
|
|
1120
|
+
/**
|
|
1121
|
+
* 批量添加解析记录返回结果
|
|
1122
|
+
*/
|
|
1123
|
+
export interface RecordsInfoResult {
|
|
1124
|
+
/**
|
|
1125
|
+
* 私有域ID
|
|
1126
|
+
*/
|
|
1127
|
+
ZoneId: string;
|
|
1128
|
+
/**
|
|
1129
|
+
* 私有域域名
|
|
1130
|
+
*/
|
|
1131
|
+
Domain: string;
|
|
1132
|
+
/**
|
|
1133
|
+
* 私有域解析记录创建结果
|
|
1134
|
+
*/
|
|
1135
|
+
RecordsStatus: Array<RecordsInfoStatus>;
|
|
1136
|
+
/**
|
|
1137
|
+
* 备注
|
|
1138
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1139
|
+
*/
|
|
1140
|
+
Remark: string;
|
|
1141
|
+
}
|
|
1038
1142
|
/**
|
|
1039
1143
|
* CreatePrivateZone请求参数结构体
|
|
1040
1144
|
*/
|
|
@@ -1141,6 +1245,48 @@ export interface DescribePrivateZoneServiceResponse {
|
|
|
1141
1245
|
* DescribeDashboard请求参数结构体
|
|
1142
1246
|
*/
|
|
1143
1247
|
export type DescribeDashboardRequest = null;
|
|
1248
|
+
/**
|
|
1249
|
+
* 批量添加解析记录结果
|
|
1250
|
+
*/
|
|
1251
|
+
export interface RecordsInfoStatus {
|
|
1252
|
+
/**
|
|
1253
|
+
* 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
|
|
1254
|
+
*/
|
|
1255
|
+
RecordType: string;
|
|
1256
|
+
/**
|
|
1257
|
+
* 子域名,例如 "www", "m", "@"
|
|
1258
|
+
*/
|
|
1259
|
+
SubDomain: string;
|
|
1260
|
+
/**
|
|
1261
|
+
* 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
|
|
1262
|
+
*/
|
|
1263
|
+
RecordValue: string;
|
|
1264
|
+
/**
|
|
1265
|
+
* 记录权重,值为1-100
|
|
1266
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1267
|
+
*/
|
|
1268
|
+
Weight: number;
|
|
1269
|
+
/**
|
|
1270
|
+
* 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
|
|
1271
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1272
|
+
*/
|
|
1273
|
+
TTL: number;
|
|
1274
|
+
/**
|
|
1275
|
+
* MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
|
|
1276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1277
|
+
*/
|
|
1278
|
+
MX: number;
|
|
1279
|
+
/**
|
|
1280
|
+
* 是否添加成功:0是失败,1是成功
|
|
1281
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1282
|
+
*/
|
|
1283
|
+
Status: number;
|
|
1284
|
+
/**
|
|
1285
|
+
* 若status为0,则此处为失败原因描述
|
|
1286
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1287
|
+
*/
|
|
1288
|
+
Message: string;
|
|
1289
|
+
}
|
|
1144
1290
|
/**
|
|
1145
1291
|
* DescribeInboundEndpointList返回参数结构体
|
|
1146
1292
|
*/
|
|
@@ -1167,6 +1313,38 @@ export interface DeletePrivateZoneResponse {
|
|
|
1167
1313
|
*/
|
|
1168
1314
|
RequestId?: string;
|
|
1169
1315
|
}
|
|
1316
|
+
/**
|
|
1317
|
+
* 私有域解析记录信息
|
|
1318
|
+
*/
|
|
1319
|
+
export interface RecordsInfo {
|
|
1320
|
+
/**
|
|
1321
|
+
* 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
|
|
1322
|
+
*/
|
|
1323
|
+
RecordType: string;
|
|
1324
|
+
/**
|
|
1325
|
+
* 子域名,例如 "www", "m", "@"
|
|
1326
|
+
*/
|
|
1327
|
+
SubDomain: string;
|
|
1328
|
+
/**
|
|
1329
|
+
* 记录值,例如 IP:192.168.10.2,CNAME:cname.qcloud.com.,MX:mail.qcloud.com.
|
|
1330
|
+
*/
|
|
1331
|
+
RecordValue: string;
|
|
1332
|
+
/**
|
|
1333
|
+
* 记录权重,值为1-100
|
|
1334
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1335
|
+
*/
|
|
1336
|
+
Weight?: number;
|
|
1337
|
+
/**
|
|
1338
|
+
* 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
|
|
1339
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1340
|
+
*/
|
|
1341
|
+
TTL?: number;
|
|
1342
|
+
/**
|
|
1343
|
+
* MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
|
|
1344
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1345
|
+
*/
|
|
1346
|
+
MX?: number;
|
|
1347
|
+
}
|
|
1170
1348
|
/**
|
|
1171
1349
|
* DescribePrivateZoneList返回参数结构体
|
|
1172
1350
|
*/
|
|
@@ -1188,6 +1366,15 @@ export interface DescribePrivateZoneListResponse {
|
|
|
1188
1366
|
* DescribePrivateZoneService请求参数结构体
|
|
1189
1367
|
*/
|
|
1190
1368
|
export type DescribePrivateZoneServiceRequest = null;
|
|
1369
|
+
/**
|
|
1370
|
+
* CreatePrivateZoneList返回参数结构体
|
|
1371
|
+
*/
|
|
1372
|
+
export interface CreatePrivateZoneListResponse {
|
|
1373
|
+
/**
|
|
1374
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1375
|
+
*/
|
|
1376
|
+
RequestId?: string;
|
|
1377
|
+
}
|
|
1191
1378
|
/**
|
|
1192
1379
|
* DeleteInboundEndpoint请求参数结构体
|
|
1193
1380
|
*/
|
|
@@ -1265,6 +1452,15 @@ export interface CreateForwardRuleRequest {
|
|
|
1265
1452
|
*/
|
|
1266
1453
|
EndPointId: string;
|
|
1267
1454
|
}
|
|
1455
|
+
/**
|
|
1456
|
+
* CreatePrivateZoneList请求参数结构体
|
|
1457
|
+
*/
|
|
1458
|
+
export interface CreatePrivateZoneListRequest {
|
|
1459
|
+
/**
|
|
1460
|
+
* 私有域域名数组,域名格式必须是标准的TLD
|
|
1461
|
+
*/
|
|
1462
|
+
Domains: Array<string>;
|
|
1463
|
+
}
|
|
1268
1464
|
/**
|
|
1269
1465
|
* AddSpecifyPrivateZoneVpc返回参数结构体
|
|
1270
1466
|
*/
|
|
@@ -1436,6 +1632,15 @@ export interface ForwardRule {
|
|
|
1436
1632
|
*/
|
|
1437
1633
|
Tags?: Array<TagInfo>;
|
|
1438
1634
|
}
|
|
1635
|
+
/**
|
|
1636
|
+
* DescribeCreateZoneListResult请求参数结构体
|
|
1637
|
+
*/
|
|
1638
|
+
export interface DescribeCreateZoneListResultRequest {
|
|
1639
|
+
/**
|
|
1640
|
+
* 私有域域名数组,域名格式必须是标准的TLD
|
|
1641
|
+
*/
|
|
1642
|
+
Domains: Array<string>;
|
|
1643
|
+
}
|
|
1439
1644
|
/**
|
|
1440
1645
|
* CreatePrivateZone返回参数结构体
|
|
1441
1646
|
*/
|
|
@@ -1534,7 +1739,7 @@ export interface DescribeInboundEndpointListRequest {
|
|
|
1534
1739
|
*/
|
|
1535
1740
|
Limit?: number;
|
|
1536
1741
|
/**
|
|
1537
|
-
* 过滤参数,支持EndPointName,EndpointName,
|
|
1742
|
+
* 过滤参数,支持EndPointName,EndpointName,EndPointId
|
|
1538
1743
|
*/
|
|
1539
1744
|
Filters?: Array<Filter>;
|
|
1540
1745
|
}
|
|
@@ -1642,13 +1847,13 @@ export interface MetricData {
|
|
|
1642
1847
|
MetricCount?: number;
|
|
1643
1848
|
}
|
|
1644
1849
|
/**
|
|
1645
|
-
*
|
|
1850
|
+
* QueryAsyncBindVpcStatus请求参数结构体
|
|
1646
1851
|
*/
|
|
1647
|
-
export interface
|
|
1852
|
+
export interface QueryAsyncBindVpcStatusRequest {
|
|
1648
1853
|
/**
|
|
1649
|
-
*
|
|
1854
|
+
* 唯一ID
|
|
1650
1855
|
*/
|
|
1651
|
-
|
|
1856
|
+
UniqId: string;
|
|
1652
1857
|
}
|
|
1653
1858
|
/**
|
|
1654
1859
|
* DeletePrivateDNSAccount返回参数结构体
|
|
@@ -1660,11 +1865,11 @@ export interface DeletePrivateDNSAccountResponse {
|
|
|
1660
1865
|
RequestId?: string;
|
|
1661
1866
|
}
|
|
1662
1867
|
/**
|
|
1663
|
-
*
|
|
1868
|
+
* DeletePrivateZoneRecord返回参数结构体
|
|
1664
1869
|
*/
|
|
1665
|
-
export interface
|
|
1870
|
+
export interface DeletePrivateZoneRecordResponse {
|
|
1666
1871
|
/**
|
|
1667
|
-
*
|
|
1872
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1668
1873
|
*/
|
|
1669
|
-
|
|
1874
|
+
RequestId?: string;
|
|
1670
1875
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const sms: {
|
|
2
|
-
v20190711: {
|
|
3
|
-
Client: typeof import("./v20190711/sms_client").Client;
|
|
4
|
-
Models: typeof import("./v20190711/sms_models");
|
|
5
|
-
};
|
|
6
2
|
v20210111: {
|
|
7
3
|
Client: typeof import("./v20210111/sms_client").Client;
|
|
8
4
|
Models: typeof import("./v20210111/sms_models");
|
|
9
5
|
};
|
|
6
|
+
v20190711: {
|
|
7
|
+
Client: typeof import("./v20190711/sms_client").Client;
|
|
8
|
+
Models: typeof import("./v20190711/sms_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.sms = void 0;
|
|
4
|
-
const v20190711_1 = require("./v20190711");
|
|
5
4
|
const v20210111_1 = require("./v20210111");
|
|
5
|
+
const v20190711_1 = require("./v20190711");
|
|
6
6
|
exports.sms = {
|
|
7
|
-
v20190711: v20190711_1.v20190711,
|
|
8
7
|
v20210111: v20210111_1.v20210111,
|
|
8
|
+
v20190711: v20190711_1.v20190711,
|
|
9
9
|
};
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const thpc: {
|
|
2
|
+
v20211109: {
|
|
3
|
+
Client: typeof import("./v20211109/thpc_client").Client;
|
|
4
|
+
Models: typeof import("./v20211109/thpc_models");
|
|
5
|
+
};
|
|
2
6
|
v20220401: {
|
|
3
7
|
Client: typeof import("./v20220401/thpc_client").Client;
|
|
4
8
|
Models: typeof import("./v20220401/thpc_models");
|
|
@@ -7,8 +11,4 @@ export declare const thpc: {
|
|
|
7
11
|
Client: typeof import("./v20230321/thpc_client").Client;
|
|
8
12
|
Models: typeof import("./v20230321/thpc_models");
|
|
9
13
|
};
|
|
10
|
-
v20211109: {
|
|
11
|
-
Client: typeof import("./v20211109/thpc_client").Client;
|
|
12
|
-
Models: typeof import("./v20211109/thpc_models");
|
|
13
|
-
};
|
|
14
14
|
};
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.thpc = void 0;
|
|
4
|
+
const v20211109_1 = require("./v20211109");
|
|
4
5
|
const v20220401_1 = require("./v20220401");
|
|
5
6
|
const v20230321_1 = require("./v20230321");
|
|
6
|
-
const v20211109_1 = require("./v20211109");
|
|
7
7
|
exports.thpc = {
|
|
8
|
+
v20211109: v20211109_1.v20211109,
|
|
8
9
|
v20220401: v20220401_1.v20220401,
|
|
9
10
|
v20230321: v20230321_1.v20230321,
|
|
10
|
-
v20211109: v20211109_1.v20211109,
|
|
11
11
|
};
|
|
@@ -2380,11 +2380,15 @@ export interface GooseFSxOption {
|
|
|
2380
2380
|
/**
|
|
2381
2381
|
* 文件系统master的ip和端口列表。
|
|
2382
2382
|
*/
|
|
2383
|
-
Masters
|
|
2383
|
+
Masters?: Array<string>;
|
|
2384
2384
|
/**
|
|
2385
2385
|
* 文件系统的本地挂载路径。GooseFSx目前只支持挂载在/goosefsx/{文件系统ID}_proxy/目录下。
|
|
2386
2386
|
*/
|
|
2387
|
-
LocalPath
|
|
2387
|
+
LocalPath?: string;
|
|
2388
|
+
/**
|
|
2389
|
+
* GooseFSx文件系统ID 文件系统ID通过调用接口[DescribeFileSystems](https://cloud.tencent.com/document/api/1424/95789)获取。
|
|
2390
|
+
*/
|
|
2391
|
+
FileSystemId?: string;
|
|
2388
2392
|
}
|
|
2389
2393
|
/**
|
|
2390
2394
|
* 描述了实例的抽象位置,包括其所在的可用区,所属的项目
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tke: {
|
|
2
|
-
v20220501: {
|
|
3
|
-
Client: typeof import("./v20220501/tke_client").Client;
|
|
4
|
-
Models: typeof import("./v20220501/tke_models");
|
|
5
|
-
};
|
|
6
2
|
v20180525: {
|
|
7
3
|
Client: typeof import("./v20180525/tke_client").Client;
|
|
8
4
|
Models: typeof import("./v20180525/tke_models");
|
|
9
5
|
};
|
|
6
|
+
v20220501: {
|
|
7
|
+
Client: typeof import("./v20220501/tke_client").Client;
|
|
8
|
+
Models: typeof import("./v20220501/tke_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tke = void 0;
|
|
4
|
-
const v20220501_1 = require("./v20220501");
|
|
5
4
|
const v20180525_1 = require("./v20180525");
|
|
5
|
+
const v20220501_1 = require("./v20220501");
|
|
6
6
|
exports.tke = {
|
|
7
|
-
v20220501: v20220501_1.v20220501,
|
|
8
7
|
v20180525: v20180525_1.v20180525,
|
|
8
|
+
v20220501: v20220501_1.v20220501,
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tsw: {
|
|
2
|
-
v20210412: {
|
|
3
|
-
Client: typeof import("./v20210412/tsw_client").Client;
|
|
4
|
-
Models: typeof import("./v20210412/tsw_models");
|
|
5
|
-
};
|
|
6
2
|
v20200924: {
|
|
7
3
|
Client: typeof import("./v20200924/tsw_client").Client;
|
|
8
4
|
Models: typeof import("./v20200924/tsw_models");
|
|
9
5
|
};
|
|
6
|
+
v20210412: {
|
|
7
|
+
Client: typeof import("./v20210412/tsw_client").Client;
|
|
8
|
+
Models: typeof import("./v20210412/tsw_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tsw = void 0;
|
|
4
|
-
const v20210412_1 = require("./v20210412");
|
|
5
4
|
const v20200924_1 = require("./v20200924");
|
|
5
|
+
const v20210412_1 = require("./v20210412");
|
|
6
6
|
exports.tsw = {
|
|
7
|
-
v20210412: v20210412_1.v20210412,
|
|
8
7
|
v20200924: v20200924_1.v20200924,
|
|
8
|
+
v20210412: v20210412_1.v20210412,
|
|
9
9
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeVcubeApplicationAndLicenseRequest,
|
|
3
|
+
import { DescribeVcubeApplicationAndLicenseRequest, ModifyXMagicResponse, DeleteApplicationAndWebPlayerLicenseResponse, DeleteApplicationAndVideoLicenseResponse, DescribeVcubeApplicationAndXMagicListRequest, DescribeVcubeResourcesListResponse, ModifyApplicationResponse, RenewVideoResponse, RenewTestXMagicRequest, UpdateTrialLicenseResponse, CreateXMagicRequest, RenewLicenseResponse, CreateActivityLicenseRequest, CreateTrialApplicationAndLicenseRequest, CreateApplicationAndBindLicenseRequest, DescribeFeatureListResponse, CreateApplicationAndVideoResponse, DescribeTrialFeatureResponse, RenewTestXMagicResponse, CreateLicenseRequest, DeleteApplicationAndWebPlayerLicenseRequest, ModifyFormalApplicationRequest, DescribeSTSRequest, RenewLicenseRequest, ModifyPresetApplicationRequest, DescribeNewsRequest, ModifyXMagicRequest, CreateTestXMagicRequest, DescribeUserConfigRequest, CreateTrialApplicationAndLicenseResponse, DescribeXMagicResourceRequest, CreateTrialLicenseResponse, ModifyTrialLicenseResponse, DescribeVcubeApplicationAndXMagicListResponse, CreateTrialLicenseRequest, ModifyLicenseResponse, CreateApplicationAndWebPlayerLicenseResponse, ModifyTrialLicenseRequest, DeleteApplicationAndVideoLicenseRequest, CreateApplicationAndVideoRequest, DescribeXMagicResourceListResponse, DescribeTrialFeatureRequest, CreateLicenseResponse, CreateApplicationAndBindLicenseResponse, ModifyFormalApplicationResponse, DescribeVcubeResourcesResponse, DescribeVcubeResourcesRequest, DescribeLicenseListResponse, DescribeXMagicResourceListRequest, CreateTestXMagicResponse, CreateActivityLicenseResponse, DescribeVcubeApplicationAndPlayListResponse, UpdateXMagicResponse, ModifyApplicationRequest, UpdateTestXMagicResponse, DescribeFeatureListRequest, UpdateTrialLicenseRequest, CreateApplicationAndWebPlayerLicenseRequest, DescribeVcubeResourcesListRequest, DescribeUserConfigResponse, UpdateXMagicRequest, DescribeLicenseListRequest, DescribeVcubeApplicationAndPlayListRequest, ModifyLicenseRequest, ModifyPresetApplicationResponse, CreateXMagicResponse, DescribeNewsResponse, RenewVideoRequest, DescribeVcubeApplicationAndLicenseResponse, DescribeSTSResponse, DescribeXMagicResourceResponse, UpdateTestXMagicRequest } from "./vcube_models";
|
|
4
4
|
/**
|
|
5
5
|
* vcube client
|
|
6
6
|
* @class
|
|
@@ -11,6 +11,10 @@ export declare class Client extends AbstractClient {
|
|
|
11
11
|
* 续期测试license
|
|
12
12
|
*/
|
|
13
13
|
ModifyTrialLicense(req: ModifyTrialLicenseRequest, cb?: (error: string, rep: ModifyTrialLicenseResponse) => void): Promise<ModifyTrialLicenseResponse>;
|
|
14
|
+
/**
|
|
15
|
+
* 删除web播放器license和应用
|
|
16
|
+
*/
|
|
17
|
+
DeleteApplicationAndWebPlayerLicense(req: DeleteApplicationAndWebPlayerLicenseRequest, cb?: (error: string, rep: DeleteApplicationAndWebPlayerLicenseResponse) => void): Promise<DeleteApplicationAndWebPlayerLicenseResponse>;
|
|
14
18
|
/**
|
|
15
19
|
* 续期测试版优图美视
|
|
16
20
|
*/
|
|
@@ -20,9 +24,9 @@ export declare class Client extends AbstractClient {
|
|
|
20
24
|
*/
|
|
21
25
|
DescribeVcubeResources(req: DescribeVcubeResourcesRequest, cb?: (error: string, rep: DescribeVcubeResourcesResponse) => void): Promise<DescribeVcubeResourcesResponse>;
|
|
22
26
|
/**
|
|
23
|
-
*
|
|
27
|
+
* 查询产品动态
|
|
24
28
|
*/
|
|
25
|
-
|
|
29
|
+
DescribeNews(req: DescribeNewsRequest, cb?: (error: string, rep: DescribeNewsResponse) => void): Promise<DescribeNewsResponse>;
|
|
26
30
|
/**
|
|
27
31
|
* 创建 web 播放器基础版
|
|
28
32
|
*/
|
|
@@ -63,6 +67,10 @@ export declare class Client extends AbstractClient {
|
|
|
63
67
|
* 正式license 升降配,点播精简版、基础版
|
|
64
68
|
*/
|
|
65
69
|
ModifyLicense(req: ModifyLicenseRequest, cb?: (error: string, rep: ModifyLicenseResponse) => void): Promise<ModifyLicenseResponse>;
|
|
70
|
+
/**
|
|
71
|
+
* 删除视频播放器 License 和相关应用
|
|
72
|
+
*/
|
|
73
|
+
DeleteApplicationAndVideoLicense(req?: DeleteApplicationAndVideoLicenseRequest, cb?: (error: string, rep: DeleteApplicationAndVideoLicenseResponse) => void): Promise<DeleteApplicationAndVideoLicenseResponse>;
|
|
66
74
|
/**
|
|
67
75
|
* 查询用户license, 按照应用分类
|
|
68
76
|
*/
|
|
@@ -136,9 +144,9 @@ export declare class Client extends AbstractClient {
|
|
|
136
144
|
*/
|
|
137
145
|
DescribeFeatureList(req?: DescribeFeatureListRequest, cb?: (error: string, rep: DescribeFeatureListResponse) => void): Promise<DescribeFeatureListResponse>;
|
|
138
146
|
/**
|
|
139
|
-
*
|
|
147
|
+
* 创建应用并绑定license或者XMagic
|
|
140
148
|
*/
|
|
141
|
-
|
|
149
|
+
CreateApplicationAndBindLicense(req: CreateApplicationAndBindLicenseRequest, cb?: (error: string, rep: CreateApplicationAndBindLicenseResponse) => void): Promise<CreateApplicationAndBindLicenseResponse>;
|
|
142
150
|
/**
|
|
143
151
|
* 使用一个腾讯特效资源,更新现在的腾讯特效license,license功能和到期时间会以新的资源为准,老资源会被替换下来
|
|
144
152
|
*/
|
|
@@ -33,6 +33,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
33
33
|
async ModifyTrialLicense(req, cb) {
|
|
34
34
|
return this.request("ModifyTrialLicense", req, cb);
|
|
35
35
|
}
|
|
36
|
+
/**
|
|
37
|
+
* 删除web播放器license和应用
|
|
38
|
+
*/
|
|
39
|
+
async DeleteApplicationAndWebPlayerLicense(req, cb) {
|
|
40
|
+
return this.request("DeleteApplicationAndWebPlayerLicense", req, cb);
|
|
41
|
+
}
|
|
36
42
|
/**
|
|
37
43
|
* 续期测试版优图美视
|
|
38
44
|
*/
|
|
@@ -46,10 +52,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
46
52
|
return this.request("DescribeVcubeResources", req, cb);
|
|
47
53
|
}
|
|
48
54
|
/**
|
|
49
|
-
*
|
|
55
|
+
* 查询产品动态
|
|
50
56
|
*/
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
57
|
+
async DescribeNews(req, cb) {
|
|
58
|
+
return this.request("DescribeNews", req, cb);
|
|
53
59
|
}
|
|
54
60
|
/**
|
|
55
61
|
* 创建 web 播放器基础版
|
|
@@ -111,6 +117,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
111
117
|
async ModifyLicense(req, cb) {
|
|
112
118
|
return this.request("ModifyLicense", req, cb);
|
|
113
119
|
}
|
|
120
|
+
/**
|
|
121
|
+
* 删除视频播放器 License 和相关应用
|
|
122
|
+
*/
|
|
123
|
+
async DeleteApplicationAndVideoLicense(req, cb) {
|
|
124
|
+
return this.request("DeleteApplicationAndVideoLicense", req, cb);
|
|
125
|
+
}
|
|
114
126
|
/**
|
|
115
127
|
* 查询用户license, 按照应用分类
|
|
116
128
|
*/
|
|
@@ -220,10 +232,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
220
232
|
return this.request("DescribeFeatureList", req, cb);
|
|
221
233
|
}
|
|
222
234
|
/**
|
|
223
|
-
*
|
|
235
|
+
* 创建应用并绑定license或者XMagic
|
|
224
236
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
237
|
+
async CreateApplicationAndBindLicense(req, cb) {
|
|
238
|
+
return this.request("CreateApplicationAndBindLicense", req, cb);
|
|
227
239
|
}
|
|
228
240
|
/**
|
|
229
241
|
* 使用一个腾讯特效资源,更新现在的腾讯特效license,license功能和到期时间会以新的资源为准,老资源会被替换下来
|