tencentcloud-sdk-nodejs 4.0.985 → 4.0.986

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 (58) hide show
  1. package/CHANGELOG.md +318 -0
  2. package/SERVICE_CHANGELOG.md +462 -77
  3. package/package.json +1 -1
  4. package/products.md +15 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +2 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +74 -1
  8. package/src/services/cfs/v20190719/cfs_models.ts +8 -0
  9. package/src/services/cynosdb/v20190107/cynosdb_client.ts +34 -10
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +107 -41
  11. package/src/services/emr/v20190103/emr_models.ts +9 -4
  12. package/src/services/ess/v20201111/ess_models.ts +10 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +6 -1
  14. package/src/services/index.ts +1 -0
  15. package/src/services/lke/v20231130/lke_client.ts +126 -39
  16. package/src/services/lke/v20231130/lke_models.ts +464 -78
  17. package/src/services/privatedns/v20201028/privatedns_models.ts +26 -13
  18. package/src/services/tmt/v20180321/tmt_client.ts +1 -1
  19. package/src/services/trocket/v20230308/trocket_models.ts +12 -12
  20. package/src/services/vcube/index.ts +5 -0
  21. package/src/services/vcube/v20220410/index.ts +6 -0
  22. package/src/services/vcube/v20220410/vcube_client.ts +455 -0
  23. package/src/services/vcube/v20220410/vcube_models.ts +2125 -0
  24. package/src/services/vod/v20180717/vod_models.ts +17 -1
  25. package/src/services/vpc/v20170312/vpc_models.ts +12 -5
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  29. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +73 -1
  30. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -0
  31. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +11 -3
  32. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +15 -3
  33. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +102 -40
  34. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +9 -4
  35. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -0
  36. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -1
  37. package/tencentcloud/services/index.d.ts +1 -0
  38. package/tencentcloud/services/index.js +2 -0
  39. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +41 -13
  40. package/tencentcloud/services/lke/v20231130/lke_client.js +60 -18
  41. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +447 -78
  42. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +26 -13
  43. package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -1
  44. package/tencentcloud/services/tmt/v20180321/tmt_client.js +1 -1
  45. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +12 -12
  46. package/tencentcloud/services/vcube/index.d.ts +6 -0
  47. package/tencentcloud/services/vcube/index.js +7 -0
  48. package/tencentcloud/services/vcube/v20220410/index.d.ts +6 -0
  49. package/tencentcloud/services/vcube/v20220410/index.js +9 -0
  50. package/tencentcloud/services/vcube/v20220410/vcube_client.d.ts +146 -0
  51. package/tencentcloud/services/vcube/v20220410/vcube_client.js +235 -0
  52. package/tencentcloud/services/vcube/v20220410/vcube_models.d.ts +2025 -0
  53. package/tencentcloud/services/vcube/v20220410/vcube_models.js +18 -0
  54. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -1
  55. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -5
  56. package/test/cynosdb.v20190107.test.js +22 -2
  57. package/test/lke.v20231130.test.js +88 -18
  58. package/test/vcube.v20220410.test.js +361 -0
@@ -263,59 +263,64 @@ export interface PrivateZoneRecord {
263
263
  /**
264
264
  * 记录id
265
265
  */
266
- RecordId: string;
266
+ RecordId?: string;
267
267
  /**
268
268
  * 私有域id: zone-xxxxxxxx
269
269
  */
270
- ZoneId: string;
270
+ ZoneId?: string;
271
271
  /**
272
272
  * 子域名
273
273
  */
274
- SubDomain: string;
274
+ SubDomain?: string;
275
275
  /**
276
276
  * 记录类型,可选的记录类型为:"A", "AAAA", "CNAME", "MX", "TXT", "PTR"
277
277
  */
278
- RecordType: string;
278
+ RecordType?: string;
279
279
  /**
280
280
  * 记录值
281
281
  */
282
- RecordValue: string;
282
+ RecordValue?: string;
283
283
  /**
284
284
  * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
285
285
  */
286
- TTL: number;
286
+ TTL?: number;
287
287
  /**
288
288
  * MX优先级:记录类型为MX时必填。取值范围:5,10,15,20,30,40,50
289
289
  注意:此字段可能返回 null,表示取不到有效值。
290
290
  */
291
- MX: number;
291
+ MX?: number;
292
292
  /**
293
293
  * 记录状态:ENABLED
294
294
  */
295
- Status: string;
295
+ Status?: string;
296
296
  /**
297
297
  * 记录权重,值为1-100
298
298
  注意:此字段可能返回 null,表示取不到有效值。
299
299
  */
300
- Weight: number;
300
+ Weight?: number;
301
301
  /**
302
302
  * 记录创建时间
303
303
  */
304
- CreatedOn: string;
304
+ CreatedOn?: string;
305
305
  /**
306
306
  * 记录更新时间
307
307
  */
308
- UpdatedOn: string;
308
+ UpdatedOn?: string;
309
309
  /**
310
310
  * 附加信息
311
311
  注意:此字段可能返回 null,表示取不到有效值。
312
312
  */
313
- Extra: string;
313
+ Extra?: string;
314
314
  /**
315
315
  * 0暂停,1启用
316
316
  注意:此字段可能返回 null,表示取不到有效值。
317
317
  */
318
- Enabled: number;
318
+ Enabled?: number;
319
+ /**
320
+ * 备注
321
+ 注意:此字段可能返回 null,表示取不到有效值。
322
+ */
323
+ Remark?: string;
319
324
  }
320
325
  /**
321
326
  * AddSpecifyPrivateZoneVpc返回参数结构体
@@ -1039,6 +1044,10 @@ export interface CreatePrivateZoneRecordRequest {
1039
1044
  * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
1040
1045
  */
1041
1046
  TTL?: number;
1047
+ /**
1048
+ * 备注
1049
+ */
1050
+ Remark?: string;
1042
1051
  }
1043
1052
  /**
1044
1053
  * DescribeQuotaUsage请求参数结构体
@@ -1080,6 +1089,10 @@ export interface ModifyPrivateZoneRecordRequest {
1080
1089
  * 记录缓存时间,数值越小生效越快,取值1-86400s, 默认 600
1081
1090
  */
1082
1091
  TTL?: number;
1092
+ /**
1093
+ * 备注
1094
+ */
1095
+ Remark?: string;
1083
1096
  }
1084
1097
  /**
1085
1098
  * DescribePrivateZoneList请求参数结构体
@@ -13,7 +13,7 @@ export declare class Client extends AbstractClient {
13
13
  */
14
14
  LanguageDetect(req: LanguageDetectRequest, cb?: (error: string, rep: LanguageDetectResponse) => void): Promise<LanguageDetectResponse>;
15
15
  /**
16
- * 文本翻译的批量接口
16
+ * 批量翻译文本的接口
17
17
  */
18
18
  TextTranslateBatch(req: TextTranslateBatchRequest, cb?: (error: string, rep: TextTranslateBatchResponse) => void): Promise<TextTranslateBatchResponse>;
19
19
  /**
@@ -35,7 +35,7 @@ class Client extends abstract_client_1.AbstractClient {
35
35
  return this.request("LanguageDetect", req, cb);
36
36
  }
37
37
  /**
38
- * 文本翻译的批量接口
38
+ * 批量翻译文本的接口
39
39
  */
40
40
  async TextTranslateBatch(req, cb) {
41
41
  return this.request("TextTranslateBatch", req, cb);
@@ -95,11 +95,11 @@ export interface DescribeRoleListResponse {
95
95
  */
96
96
  export interface DeleteMQTTTopicRequest {
97
97
  /**
98
- * 实例ID
98
+ * 集群ID
99
99
  */
100
100
  InstanceId: string;
101
101
  /**
102
- * 主题
102
+ * 主题名称
103
103
  */
104
104
  Topic: string;
105
105
  }
@@ -451,17 +451,17 @@ export interface InstanceItemExtraInfo {
451
451
  */
452
452
  MaxStorage?: number;
453
453
  /**
454
- * 专享集群最大保留时间
454
+ * 专享集群最大保留时间,单位:小时
455
455
  注意:此字段可能返回 null,表示取不到有效值。
456
456
  */
457
457
  MaxRetention?: number;
458
458
  /**
459
- * 专项集群最大保留时间
459
+ * 专项集群最大保留时间,单位:小时
460
460
  注意:此字段可能返回 null,表示取不到有效值。
461
461
  */
462
462
  MinRetention?: number;
463
463
  /**
464
- * 4.0共享集群
464
+ * 4.0共享集群状态
465
465
  注意:此字段可能返回 null,表示取不到有效值。
466
466
  */
467
467
  InstanceStatus?: number;
@@ -1052,7 +1052,7 @@ export interface DeleteMQTTUserRequest {
1052
1052
  */
1053
1053
  export interface ModifyMQTTInstanceCertBindingRequest {
1054
1054
  /**
1055
- * 实例ID
1055
+ * 集群ID
1056
1056
  */
1057
1057
  InstanceId: string;
1058
1058
  /**
@@ -2210,7 +2210,7 @@ export interface DeleteRoleResponse {
2210
2210
  */
2211
2211
  export interface Filter {
2212
2212
  /**
2213
- * 过滤条件名
2213
+ * 过滤条件参数名
2214
2214
  */
2215
2215
  Name: string;
2216
2216
  /**
@@ -2232,7 +2232,7 @@ export interface ModifyMQTTTopicResponse {
2232
2232
  */
2233
2233
  export interface DescribeMQTTTopicListRequest {
2234
2234
  /**
2235
- * 实例ID
2235
+ * 集群ID
2236
2236
  */
2237
2237
  InstanceId: string;
2238
2238
  /**
@@ -2739,11 +2739,11 @@ export interface DescribeTopicListResponse {
2739
2739
  */
2740
2740
  export interface DescribeMQTTTopicRequest {
2741
2741
  /**
2742
- * 实例ID
2742
+ * 集群ID
2743
2743
  */
2744
2744
  InstanceId: string;
2745
2745
  /**
2746
- * 主题
2746
+ * 主题名称
2747
2747
  */
2748
2748
  Topic: string;
2749
2749
  }
@@ -3105,11 +3105,11 @@ export interface DescribeProductSKUsResponse {
3105
3105
  */
3106
3106
  export interface DescribeMQTTMessageListRequest {
3107
3107
  /**
3108
- * 实例ID
3108
+ * 集群ID
3109
3109
  */
3110
3110
  InstanceId: string;
3111
3111
  /**
3112
- * 主题
3112
+ * 主题名称
3113
3113
  */
3114
3114
  Topic: string;
3115
3115
  /**
@@ -0,0 +1,6 @@
1
+ export declare const vcube: {
2
+ v20220410: {
3
+ Client: typeof import("./v20220410/vcube_client").Client;
4
+ Models: typeof import("./v20220410/vcube_models");
5
+ };
6
+ };
@@ -0,0 +1,7 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.vcube = void 0;
4
+ const v20220410_1 = require("./v20220410");
5
+ exports.vcube = {
6
+ v20220410: v20220410_1.v20220410,
7
+ };
@@ -0,0 +1,6 @@
1
+ import * as Models from "./vcube_models";
2
+ import { Client } from "./vcube_client";
3
+ export declare const v20220410: {
4
+ Client: typeof Client;
5
+ Models: typeof Models;
6
+ };
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.v20220410 = void 0;
4
+ const Models = require("./vcube_models");
5
+ const vcube_client_1 = require("./vcube_client");
6
+ exports.v20220410 = {
7
+ Client: vcube_client_1.Client,
8
+ Models: Models
9
+ };
@@ -0,0 +1,146 @@
1
+ import { AbstractClient } from "../../../common/abstract_client";
2
+ import { ClientConfig } from "../../../common/interface";
3
+ import { DescribeVcubeApplicationAndLicenseRequest, CreateLicenseResponse, CreateApplicationAndVideoResponse, CreateApplicationAndBindLicenseResponse, ModifyFormalApplicationResponse, DescribeXMagicResourceListRequest, DescribeVcubeResourcesListRequest, DescribeTrialFeatureResponse, CreateTrialLicenseResponse, DescribeUserConfigResponse, RenewTestXMagicResponse, RenewVideoResponse, UpdateXMagicRequest, DescribeVcubeResourcesRequest, CreateLicenseRequest, CreateTrialApplicationAndLicenseRequest, ModifyFormalApplicationRequest, DescribeLicenseListRequest, DescribeSTSRequest, RenewLicenseRequest, RenewLicenseResponse, DescribeVcubeApplicationAndPlayListRequest, DescribeVcubeApplicationAndXMagicListRequest, DescribeVcubeResourcesListResponse, DescribeLicenseListResponse, ModifyApplicationResponse, ModifyXMagicRequest, DescribeVcubeResourcesResponse, DescribeNewsRequest, CreateTestXMagicResponse, DescribeUserConfigRequest, RenewTestXMagicRequest, UpdateXMagicResponse, ModifyLicenseRequest, CreateActivityLicenseResponse, UpdateTestXMagicResponse, CreateTrialApplicationAndLicenseResponse, DescribeXMagicResourceRequest, ModifyPresetApplicationResponse, CreateXMagicResponse, ModifyPresetApplicationRequest, DescribeNewsResponse, DescribeSTSResponse, DescribeXMagicResourceResponse, DescribeVcubeApplicationAndPlayListResponse, ModifyTrialLicenseResponse, UpdateTrialLicenseResponse, ModifyApplicationRequest, CreateXMagicRequest, RenewVideoRequest, CreateApplicationAndVideoRequest, DescribeVcubeApplicationAndLicenseResponse, CreateTestXMagicRequest, DescribeVcubeApplicationAndXMagicListResponse, CreateTrialLicenseRequest, DescribeFeatureListRequest, CreateActivityLicenseRequest, UpdateTrialLicenseRequest, UpdateTestXMagicRequest, ModifyLicenseResponse, CreateApplicationAndWebPlayerLicenseResponse, ModifyTrialLicenseRequest, ModifyXMagicResponse, CreateApplicationAndWebPlayerLicenseRequest, CreateApplicationAndBindLicenseRequest, DescribeFeatureListResponse, DescribeXMagicResourceListResponse, DescribeTrialFeatureRequest } from "./vcube_models";
4
+ /**
5
+ * vcube client
6
+ * @class
7
+ */
8
+ export declare class Client extends AbstractClient {
9
+ constructor(clientConfig: ClientConfig);
10
+ /**
11
+ * 续期测试license
12
+ */
13
+ ModifyTrialLicense(req: ModifyTrialLicenseRequest, cb?: (error: string, rep: ModifyTrialLicenseResponse) => void): Promise<ModifyTrialLicenseResponse>;
14
+ /**
15
+ * 续期测试版优图美视
16
+ */
17
+ RenewTestXMagic(req: RenewTestXMagicRequest, cb?: (error: string, rep: RenewTestXMagicResponse) => void): Promise<RenewTestXMagicResponse>;
18
+ /**
19
+ * 查询视立方 license 资源,所有的资源包
20
+ */
21
+ DescribeVcubeResources(req: DescribeVcubeResourcesRequest, cb?: (error: string, rep: DescribeVcubeResourcesResponse) => void): Promise<DescribeVcubeResourcesResponse>;
22
+ /**
23
+ * 创建应用并绑定license或者XMagic
24
+ */
25
+ CreateApplicationAndBindLicense(req: CreateApplicationAndBindLicenseRequest, cb?: (error: string, rep: CreateApplicationAndBindLicenseResponse) => void): Promise<CreateApplicationAndBindLicenseResponse>;
26
+ /**
27
+ * 创建 web 播放器基础版
28
+ */
29
+ CreateApplicationAndWebPlayerLicense(req: CreateApplicationAndWebPlayerLicenseRequest, cb?: (error: string, rep: CreateApplicationAndWebPlayerLicenseResponse) => void): Promise<CreateApplicationAndWebPlayerLicenseResponse>;
30
+ /**
31
+ * 用途美视资源包用于开通正式优图美视
32
+ */
33
+ DescribeXMagicResource(req: DescribeXMagicResourceRequest, cb?: (error: string, rep: DescribeXMagicResourceResponse) => void): Promise<DescribeXMagicResourceResponse>;
34
+ /**
35
+ * 编辑更改应用
36
+ */
37
+ ModifyApplication(req: ModifyApplicationRequest, cb?: (error: string, rep: ModifyApplicationResponse) => void): Promise<ModifyApplicationResponse>;
38
+ /**
39
+ * 修改正式应用的包名称
40
+ */
41
+ ModifyFormalApplication(req: ModifyFormalApplicationRequest, cb?: (error: string, rep: ModifyFormalApplicationResponse) => void): Promise<ModifyFormalApplicationResponse>;
42
+ /**
43
+ * 查询用户个性配置
44
+ */
45
+ DescribeUserConfig(req?: DescribeUserConfigRequest, cb?: (error: string, rep: DescribeUserConfigResponse) => void): Promise<DescribeUserConfigResponse>;
46
+ /**
47
+ * 获取临时秘钥,用于图片,特效包上传
48
+ */
49
+ DescribeSTS(req?: DescribeSTSRequest, cb?: (error: string, rep: DescribeSTSResponse) => void): Promise<DescribeSTSResponse>;
50
+ /**
51
+ * 修改内置应用包名
52
+ */
53
+ ModifyPresetApplication(req: ModifyPresetApplicationRequest, cb?: (error: string, rep: ModifyPresetApplicationResponse) => void): Promise<ModifyPresetApplicationResponse>;
54
+ /**
55
+ * 查询视立方 license 资源,包括资源包赠送和直接购买的资源
56
+ */
57
+ DescribeVcubeResourcesList(req: DescribeVcubeResourcesListRequest, cb?: (error: string, rep: DescribeVcubeResourcesListResponse) => void): Promise<DescribeVcubeResourcesListResponse>;
58
+ /**
59
+ * 开通测试license
60
+ */
61
+ CreateTrialLicense(req: CreateTrialLicenseRequest, cb?: (error: string, rep: CreateTrialLicenseResponse) => void): Promise<CreateTrialLicenseResponse>;
62
+ /**
63
+ * 正式license 升降配,点播精简版、基础版
64
+ */
65
+ ModifyLicense(req: ModifyLicenseRequest, cb?: (error: string, rep: ModifyLicenseResponse) => void): Promise<ModifyLicenseResponse>;
66
+ /**
67
+ * 查询用户license, 按照应用分类
68
+ */
69
+ DescribeVcubeApplicationAndLicense(req: DescribeVcubeApplicationAndLicenseRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndLicenseResponse) => void): Promise<DescribeVcubeApplicationAndLicenseResponse>;
70
+ /**
71
+ * 将测试xmagic升级到正式版
72
+ */
73
+ UpdateTestXMagic(req: UpdateTestXMagicRequest, cb?: (error: string, rep: UpdateTestXMagicResponse) => void): Promise<UpdateTestXMagicResponse>;
74
+ /**
75
+ * 更新优图美视的申请信息 Status 为2,3的时候可用
76
+ */
77
+ UpdateXMagic(req: UpdateXMagicRequest, cb?: (error: string, rep: UpdateXMagicResponse) => void): Promise<UpdateXMagicResponse>;
78
+ /**
79
+ * 测试 license 升级为正式 license
80
+ */
81
+ UpdateTrialLicense(req: UpdateTrialLicenseRequest, cb?: (error: string, rep: UpdateTrialLicenseResponse) => void): Promise<UpdateTrialLicenseResponse>;
82
+ /**
83
+ * 查询用户优图license, 按照应用分类
84
+ */
85
+ DescribeVcubeApplicationAndXMagicList(req: DescribeVcubeApplicationAndXMagicListRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndXMagicListResponse) => void): Promise<DescribeVcubeApplicationAndXMagicListResponse>;
86
+ /**
87
+ * 查询用户点播直播等license, 按照应用分类,国际站专用
88
+ */
89
+ DescribeVcubeApplicationAndPlayList(req: DescribeVcubeApplicationAndPlayListRequest, cb?: (error: string, rep: DescribeVcubeApplicationAndPlayListResponse) => void): Promise<DescribeVcubeApplicationAndPlayListResponse>;
90
+ /**
91
+ * 总览页查询临期License列表,和统计数据
92
+ */
93
+ DescribeLicenseList(req?: DescribeLicenseListRequest, cb?: (error: string, rep: DescribeLicenseListResponse) => void): Promise<DescribeLicenseListResponse>;
94
+ /**
95
+ * 创建活动license
96
+ */
97
+ CreateActivityLicense(req: CreateActivityLicenseRequest, cb?: (error: string, rep: CreateActivityLicenseResponse) => void): Promise<CreateActivityLicenseResponse>;
98
+ /**
99
+ * 绑定license
100
+ */
101
+ CreateLicense(req: CreateLicenseRequest, cb?: (error: string, rep: CreateLicenseResponse) => void): Promise<CreateLicenseResponse>;
102
+ /**
103
+ * 申请开通测试版优图
104
+ */
105
+ CreateTestXMagic(req: CreateTestXMagicRequest, cb?: (error: string, rep: CreateTestXMagicResponse) => void): Promise<CreateTestXMagicResponse>;
106
+ /**
107
+ * 续期国际站视频播放功能和中国站web基础版
108
+ */
109
+ RenewVideo(req: RenewVideoRequest, cb?: (error: string, rep: RenewVideoResponse) => void): Promise<RenewVideoResponse>;
110
+ /**
111
+ * 正式license 续期与变更有效期
112
+ */
113
+ RenewLicense(req: RenewLicenseRequest, cb?: (error: string, rep: RenewLicenseResponse) => void): Promise<RenewLicenseResponse>;
114
+ /**
115
+ * 创建测试应用并开通测试 license
116
+ */
117
+ CreateTrialApplicationAndLicense(req: CreateTrialApplicationAndLicenseRequest, cb?: (error: string, rep: CreateTrialApplicationAndLicenseResponse) => void): Promise<CreateTrialApplicationAndLicenseResponse>;
118
+ /**
119
+ * 用于优图美视资源列表展示
120
+ */
121
+ DescribeXMagicResourceList(req: DescribeXMagicResourceListRequest, cb?: (error: string, rep: DescribeXMagicResourceListResponse) => void): Promise<DescribeXMagicResourceListResponse>;
122
+ /**
123
+ * 查询测试应用可以开通的功能
124
+ */
125
+ DescribeTrialFeature(req?: DescribeTrialFeatureRequest, cb?: (error: string, rep: DescribeTrialFeatureResponse) => void): Promise<DescribeTrialFeatureResponse>;
126
+ /**
127
+ * x08开通正式版优图美视功能,针对已经有Application的情况
128
+ */
129
+ CreateXMagic(req: CreateXMagicRequest, cb?: (error: string, rep: CreateXMagicResponse) => void): Promise<CreateXMagicResponse>;
130
+ /**
131
+ * 创建应用和视频播放license 目前只有国际站可以用
132
+ */
133
+ CreateApplicationAndVideo(req: CreateApplicationAndVideoRequest, cb?: (error: string, rep: CreateApplicationAndVideoResponse) => void): Promise<CreateApplicationAndVideoResponse>;
134
+ /**
135
+ * 查询功能列表
136
+ */
137
+ DescribeFeatureList(req?: DescribeFeatureListRequest, cb?: (error: string, rep: DescribeFeatureListResponse) => void): Promise<DescribeFeatureListResponse>;
138
+ /**
139
+ * 查询产品动态
140
+ */
141
+ DescribeNews(req: DescribeNewsRequest, cb?: (error: string, rep: DescribeNewsResponse) => void): Promise<DescribeNewsResponse>;
142
+ /**
143
+ * 使用一个腾讯特效资源,更新现在的腾讯特效license,license功能和到期时间会以新的资源为准,老资源会被替换下来
144
+ */
145
+ ModifyXMagic(req: ModifyXMagicRequest, cb?: (error: string, rep: ModifyXMagicResponse) => void): Promise<ModifyXMagicResponse>;
146
+ }
@@ -0,0 +1,235 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Client = void 0;
4
+ /* eslint-disable @typescript-eslint/no-unused-vars */
5
+ /*
6
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
7
+ *
8
+ * Licensed under the Apache License, Version 2.0 (the "License");
9
+ * you may not use this file except in compliance with the License.
10
+ * You may obtain a copy of the License at
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ *
14
+ * Unless required by applicable law or agreed to in writing,
15
+ * software distributed under the License is distributed on an
16
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ * KIND, either express or implied. See the License for the
18
+ * specific language governing permissions and limitations
19
+ * under the License.
20
+ */
21
+ const abstract_client_1 = require("../../../common/abstract_client");
22
+ /**
23
+ * vcube client
24
+ * @class
25
+ */
26
+ class Client extends abstract_client_1.AbstractClient {
27
+ constructor(clientConfig) {
28
+ super("vcube.tencentcloudapi.com", "2022-04-10", clientConfig);
29
+ }
30
+ /**
31
+ * 续期测试license
32
+ */
33
+ async ModifyTrialLicense(req, cb) {
34
+ return this.request("ModifyTrialLicense", req, cb);
35
+ }
36
+ /**
37
+ * 续期测试版优图美视
38
+ */
39
+ async RenewTestXMagic(req, cb) {
40
+ return this.request("RenewTestXMagic", req, cb);
41
+ }
42
+ /**
43
+ * 查询视立方 license 资源,所有的资源包
44
+ */
45
+ async DescribeVcubeResources(req, cb) {
46
+ return this.request("DescribeVcubeResources", req, cb);
47
+ }
48
+ /**
49
+ * 创建应用并绑定license或者XMagic
50
+ */
51
+ async CreateApplicationAndBindLicense(req, cb) {
52
+ return this.request("CreateApplicationAndBindLicense", req, cb);
53
+ }
54
+ /**
55
+ * 创建 web 播放器基础版
56
+ */
57
+ async CreateApplicationAndWebPlayerLicense(req, cb) {
58
+ return this.request("CreateApplicationAndWebPlayerLicense", req, cb);
59
+ }
60
+ /**
61
+ * 用途美视资源包用于开通正式优图美视
62
+ */
63
+ async DescribeXMagicResource(req, cb) {
64
+ return this.request("DescribeXMagicResource", req, cb);
65
+ }
66
+ /**
67
+ * 编辑更改应用
68
+ */
69
+ async ModifyApplication(req, cb) {
70
+ return this.request("ModifyApplication", req, cb);
71
+ }
72
+ /**
73
+ * 修改正式应用的包名称
74
+ */
75
+ async ModifyFormalApplication(req, cb) {
76
+ return this.request("ModifyFormalApplication", req, cb);
77
+ }
78
+ /**
79
+ * 查询用户个性配置
80
+ */
81
+ async DescribeUserConfig(req, cb) {
82
+ return this.request("DescribeUserConfig", req, cb);
83
+ }
84
+ /**
85
+ * 获取临时秘钥,用于图片,特效包上传
86
+ */
87
+ async DescribeSTS(req, cb) {
88
+ return this.request("DescribeSTS", req, cb);
89
+ }
90
+ /**
91
+ * 修改内置应用包名
92
+ */
93
+ async ModifyPresetApplication(req, cb) {
94
+ return this.request("ModifyPresetApplication", req, cb);
95
+ }
96
+ /**
97
+ * 查询视立方 license 资源,包括资源包赠送和直接购买的资源
98
+ */
99
+ async DescribeVcubeResourcesList(req, cb) {
100
+ return this.request("DescribeVcubeResourcesList", req, cb);
101
+ }
102
+ /**
103
+ * 开通测试license
104
+ */
105
+ async CreateTrialLicense(req, cb) {
106
+ return this.request("CreateTrialLicense", req, cb);
107
+ }
108
+ /**
109
+ * 正式license 升降配,点播精简版、基础版
110
+ */
111
+ async ModifyLicense(req, cb) {
112
+ return this.request("ModifyLicense", req, cb);
113
+ }
114
+ /**
115
+ * 查询用户license, 按照应用分类
116
+ */
117
+ async DescribeVcubeApplicationAndLicense(req, cb) {
118
+ return this.request("DescribeVcubeApplicationAndLicense", req, cb);
119
+ }
120
+ /**
121
+ * 将测试xmagic升级到正式版
122
+ */
123
+ async UpdateTestXMagic(req, cb) {
124
+ return this.request("UpdateTestXMagic", req, cb);
125
+ }
126
+ /**
127
+ * 更新优图美视的申请信息 Status 为2,3的时候可用
128
+ */
129
+ async UpdateXMagic(req, cb) {
130
+ return this.request("UpdateXMagic", req, cb);
131
+ }
132
+ /**
133
+ * 测试 license 升级为正式 license
134
+ */
135
+ async UpdateTrialLicense(req, cb) {
136
+ return this.request("UpdateTrialLicense", req, cb);
137
+ }
138
+ /**
139
+ * 查询用户优图license, 按照应用分类
140
+ */
141
+ async DescribeVcubeApplicationAndXMagicList(req, cb) {
142
+ return this.request("DescribeVcubeApplicationAndXMagicList", req, cb);
143
+ }
144
+ /**
145
+ * 查询用户点播直播等license, 按照应用分类,国际站专用
146
+ */
147
+ async DescribeVcubeApplicationAndPlayList(req, cb) {
148
+ return this.request("DescribeVcubeApplicationAndPlayList", req, cb);
149
+ }
150
+ /**
151
+ * 总览页查询临期License列表,和统计数据
152
+ */
153
+ async DescribeLicenseList(req, cb) {
154
+ return this.request("DescribeLicenseList", req, cb);
155
+ }
156
+ /**
157
+ * 创建活动license
158
+ */
159
+ async CreateActivityLicense(req, cb) {
160
+ return this.request("CreateActivityLicense", req, cb);
161
+ }
162
+ /**
163
+ * 绑定license
164
+ */
165
+ async CreateLicense(req, cb) {
166
+ return this.request("CreateLicense", req, cb);
167
+ }
168
+ /**
169
+ * 申请开通测试版优图
170
+ */
171
+ async CreateTestXMagic(req, cb) {
172
+ return this.request("CreateTestXMagic", req, cb);
173
+ }
174
+ /**
175
+ * 续期国际站视频播放功能和中国站web基础版
176
+ */
177
+ async RenewVideo(req, cb) {
178
+ return this.request("RenewVideo", req, cb);
179
+ }
180
+ /**
181
+ * 正式license 续期与变更有效期
182
+ */
183
+ async RenewLicense(req, cb) {
184
+ return this.request("RenewLicense", req, cb);
185
+ }
186
+ /**
187
+ * 创建测试应用并开通测试 license
188
+ */
189
+ async CreateTrialApplicationAndLicense(req, cb) {
190
+ return this.request("CreateTrialApplicationAndLicense", req, cb);
191
+ }
192
+ /**
193
+ * 用于优图美视资源列表展示
194
+ */
195
+ async DescribeXMagicResourceList(req, cb) {
196
+ return this.request("DescribeXMagicResourceList", req, cb);
197
+ }
198
+ /**
199
+ * 查询测试应用可以开通的功能
200
+ */
201
+ async DescribeTrialFeature(req, cb) {
202
+ return this.request("DescribeTrialFeature", req, cb);
203
+ }
204
+ /**
205
+ * x08开通正式版优图美视功能,针对已经有Application的情况
206
+ */
207
+ async CreateXMagic(req, cb) {
208
+ return this.request("CreateXMagic", req, cb);
209
+ }
210
+ /**
211
+ * 创建应用和视频播放license 目前只有国际站可以用
212
+ */
213
+ async CreateApplicationAndVideo(req, cb) {
214
+ return this.request("CreateApplicationAndVideo", req, cb);
215
+ }
216
+ /**
217
+ * 查询功能列表
218
+ */
219
+ async DescribeFeatureList(req, cb) {
220
+ return this.request("DescribeFeatureList", req, cb);
221
+ }
222
+ /**
223
+ * 查询产品动态
224
+ */
225
+ async DescribeNews(req, cb) {
226
+ return this.request("DescribeNews", req, cb);
227
+ }
228
+ /**
229
+ * 使用一个腾讯特效资源,更新现在的腾讯特效license,license功能和到期时间会以新的资源为准,老资源会被替换下来
230
+ */
231
+ async ModifyXMagic(req, cb) {
232
+ return this.request("ModifyXMagic", req, cb);
233
+ }
234
+ }
235
+ exports.Client = Client;