tencentcloud-sdk-nodejs 4.0.382 → 4.0.383
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 +122 -0
- package/SERVICE_CHANGELOG.md +158 -185
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +103 -6
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/taf/v20200210/taf_models.ts +6 -6
- package/src/services/tan/v20220420/tan_models.ts +3 -3
- package/src/services/tcss/v20201101/tcss_models.ts +6 -1
- package/src/services/teo/v20220106/teo_models.ts +1 -1
- package/src/services/tiems/v20190416/tiems_client.ts +100 -50
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/vod/v20180717/vod_models.ts +15 -5
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +88 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
- package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
- package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
- package/test/ckafka.v20190819.test.js +20 -0
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface CreateBlockNodeRecordsRequest {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 盘查组id,可在“盘查组概览”功能中获取。
|
|
7
7
|
*/
|
|
8
8
|
GroupId: string;
|
|
9
9
|
/**
|
|
10
|
-
* 节点id
|
|
10
|
+
* 节点id,可在“数据接入管理”中获取。
|
|
11
11
|
*/
|
|
12
12
|
NodeId: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 节点数据json,具体demo请参考输入示例,其中key为数据接入管理中节点内创建的属性变量名,value为期望的推送值。
|
|
15
15
|
*/
|
|
16
16
|
Records: string;
|
|
17
17
|
}
|
|
@@ -2642,6 +2642,8 @@ export interface DescribeVirusListRequest {
|
|
|
2642
2642
|
<li>ContainerNetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
|
2643
2643
|
<li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
|
|
2644
2644
|
<li>ContainerStatus - string -是否必填: 否 - 容器状态 RUNNING PAUSED STOPPED CREATED DESTROYED RESTARTING REMOVING</li>
|
|
2645
|
+
<li>AutoIsolateMode - string -是否必填: 否 - 隔离方式 MANUAL AUTO</li>
|
|
2646
|
+
<li>MD5 - string -是否必填: 否 - md5 </li>
|
|
2645
2647
|
*/
|
|
2646
2648
|
Filters?: Array<RunTimeFilters>;
|
|
2647
2649
|
/**
|
|
@@ -4769,8 +4771,11 @@ export interface ExportVirusListRequest {
|
|
|
4769
4771
|
<li>ImageId- string - 是否必填:否 - 镜像id</li>
|
|
4770
4772
|
<li>IsRealTime- int - 是否必填:否 - 过滤是否实时监控数据</li>
|
|
4771
4773
|
<li>TaskId- string - 是否必填:否 - 任务ID</li>
|
|
4772
|
-
<li>NetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
|
4773
4774
|
<li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
|
|
4775
|
+
<li>ContainerNetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
|
4776
|
+
<li>ContainerStatus - string -是否必填: 否 - 容器状态 RUNNING PAUSED STOPPED CREATED DESTROYED RESTARTING REMOVING</li>
|
|
4777
|
+
<li>AutoIsolateMode - string -是否必填: 否 - 隔离方式 MANUAL AUTO</li>
|
|
4778
|
+
<li>MD5 - string -是否必填: 否 - md5 </li>
|
|
4774
4779
|
*/
|
|
4775
4780
|
Filters?: Array<RunTimeFilters>;
|
|
4776
4781
|
/**
|
|
@@ -8,103 +8,153 @@ import { DisableRsgAsGroupRequest, ExposeServiceResponse, DeleteJobResponse, Del
|
|
|
8
8
|
export declare class Client extends AbstractClient {
|
|
9
9
|
constructor(clientConfig: ClientConfig);
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
12
|
+
|
|
13
|
+
创建服务
|
|
12
14
|
*/
|
|
13
15
|
CreateService(req: CreateServiceRequest, cb?: (error: string, rep: CreateServiceResponse) => void): Promise<CreateServiceResponse>;
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
18
|
+
|
|
19
|
+
创建服务配置
|
|
16
20
|
*/
|
|
17
21
|
CreateServiceConfig(req: CreateServiceConfigRequest, cb?: (error: string, rep: CreateServiceConfigResponse) => void): Promise<CreateServiceConfigResponse>;
|
|
18
22
|
/**
|
|
19
|
-
*
|
|
23
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
24
|
+
|
|
25
|
+
创建资源组的伸缩组。当前一个资源组仅允许创建一个伸缩组。
|
|
20
26
|
*/
|
|
21
27
|
CreateRsgAsGroup(req: CreateRsgAsGroupRequest, cb?: (error: string, rep: CreateRsgAsGroupResponse) => void): Promise<CreateRsgAsGroupResponse>;
|
|
22
28
|
/**
|
|
23
|
-
*
|
|
29
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
30
|
+
|
|
31
|
+
删除资源组中的节点。目前仅支持删除已经到期的预付费节点,和按量付费节点。
|
|
24
32
|
*/
|
|
25
33
|
DeleteInstance(req: DeleteInstanceRequest, cb?: (error: string, rep: DeleteInstanceResponse) => void): Promise<DeleteInstanceResponse>;
|
|
26
34
|
/**
|
|
27
|
-
*
|
|
35
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
36
|
+
|
|
37
|
+
删除服务
|
|
28
38
|
*/
|
|
29
39
|
DeleteService(req: DeleteServiceRequest, cb?: (error: string, rep: DeleteServiceResponse) => void): Promise<DeleteServiceResponse>;
|
|
30
40
|
/**
|
|
31
|
-
*
|
|
41
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
42
|
+
|
|
43
|
+
创建任务
|
|
32
44
|
*/
|
|
33
45
|
CreateJob(req: CreateJobRequest, cb?: (error: string, rep: CreateJobResponse) => void): Promise<CreateJobResponse>;
|
|
34
46
|
/**
|
|
35
|
-
*
|
|
47
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
48
|
+
|
|
49
|
+
更新资源组的伸缩组
|
|
36
50
|
*/
|
|
37
51
|
UpdateRsgAsGroup(req: UpdateRsgAsGroupRequest, cb?: (error: string, rep: UpdateRsgAsGroupResponse) => void): Promise<UpdateRsgAsGroupResponse>;
|
|
38
52
|
/**
|
|
39
|
-
*
|
|
53
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
54
|
+
|
|
55
|
+
描述服务
|
|
40
56
|
*/
|
|
41
57
|
DescribeServices(req: DescribeServicesRequest, cb?: (error: string, rep: DescribeServicesResponse) => void): Promise<DescribeServicesResponse>;
|
|
42
58
|
/**
|
|
43
|
-
*
|
|
59
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
60
|
+
|
|
61
|
+
停用资源组的伸缩组
|
|
44
62
|
*/
|
|
45
63
|
DisableRsgAsGroup(req: DisableRsgAsGroupRequest, cb?: (error: string, rep: DisableRsgAsGroupResponse) => void): Promise<DisableRsgAsGroupResponse>;
|
|
46
64
|
/**
|
|
47
|
-
*
|
|
65
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
66
|
+
|
|
67
|
+
更新服务
|
|
48
68
|
*/
|
|
49
69
|
UpdateService(req: UpdateServiceRequest, cb?: (error: string, rep: UpdateServiceResponse) => void): Promise<UpdateServiceResponse>;
|
|
50
70
|
/**
|
|
51
|
-
*
|
|
71
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
72
|
+
|
|
73
|
+
创建运行环境
|
|
52
74
|
*/
|
|
53
75
|
CreateRuntime(req: CreateRuntimeRequest, cb?: (error: string, rep: CreateRuntimeResponse) => void): Promise<CreateRuntimeResponse>;
|
|
54
76
|
/**
|
|
55
|
-
*
|
|
77
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
78
|
+
|
|
79
|
+
删除服务配置
|
|
56
80
|
*/
|
|
57
81
|
DeleteServiceConfig(req: DeleteServiceConfigRequest, cb?: (error: string, rep: DeleteServiceConfigResponse) => void): Promise<DeleteServiceConfigResponse>;
|
|
58
82
|
/**
|
|
59
|
-
*
|
|
83
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
84
|
+
|
|
85
|
+
获取节点列表
|
|
60
86
|
*/
|
|
61
87
|
DescribeInstances(req: DescribeInstancesRequest, cb?: (error: string, rep: DescribeInstancesResponse) => void): Promise<DescribeInstancesResponse>;
|
|
62
88
|
/**
|
|
63
|
-
*
|
|
89
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
90
|
+
|
|
91
|
+
查询伸缩组活动
|
|
64
92
|
*/
|
|
65
93
|
DescribeRsgAsGroupActivities(req: DescribeRsgAsGroupActivitiesRequest, cb?: (error: string, rep: DescribeRsgAsGroupActivitiesResponse) => void): Promise<DescribeRsgAsGroupActivitiesResponse>;
|
|
66
94
|
/**
|
|
67
|
-
*
|
|
95
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
96
|
+
|
|
97
|
+
描述服务运行环境
|
|
68
98
|
*/
|
|
69
99
|
DescribeRuntimes(req?: DescribeRuntimesRequest, cb?: (error: string, rep: DescribeRuntimesResponse) => void): Promise<DescribeRuntimesResponse>;
|
|
70
100
|
/**
|
|
71
|
-
*
|
|
101
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
102
|
+
|
|
103
|
+
获取资源组列表
|
|
72
104
|
*/
|
|
73
105
|
DescribeResourceGroups(req: DescribeResourceGroupsRequest, cb?: (error: string, rep: DescribeResourceGroupsResponse) => void): Promise<DescribeResourceGroupsResponse>;
|
|
74
106
|
/**
|
|
75
|
-
*
|
|
107
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
108
|
+
|
|
109
|
+
更新任务
|
|
76
110
|
*/
|
|
77
111
|
UpdateJob(req: UpdateJobRequest, cb?: (error: string, rep: UpdateJobResponse) => void): Promise<UpdateJobResponse>;
|
|
78
112
|
/**
|
|
79
|
-
*
|
|
113
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
114
|
+
|
|
115
|
+
伸缩
|
|
80
116
|
*/
|
|
81
117
|
DeleteRsgAsGroup(req: DeleteRsgAsGroupRequest, cb?: (error: string, rep: DeleteRsgAsGroupResponse) => void): Promise<DeleteRsgAsGroupResponse>;
|
|
82
118
|
/**
|
|
83
|
-
*
|
|
119
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
120
|
+
|
|
121
|
+
删除资源组
|
|
84
122
|
*/
|
|
85
123
|
DeleteResourceGroup(req: DeleteResourceGroupRequest, cb?: (error: string, rep: DeleteResourceGroupResponse) => void): Promise<DeleteResourceGroupResponse>;
|
|
86
124
|
/**
|
|
87
|
-
*
|
|
125
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
126
|
+
|
|
127
|
+
删除运行环境
|
|
88
128
|
*/
|
|
89
129
|
DeleteRuntime(req: DeleteRuntimeRequest, cb?: (error: string, rep: DeleteRuntimeResponse) => void): Promise<DeleteRuntimeResponse>;
|
|
90
130
|
/**
|
|
91
|
-
*
|
|
131
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
132
|
+
|
|
133
|
+
暴露服务
|
|
92
134
|
*/
|
|
93
135
|
ExposeService(req: ExposeServiceRequest, cb?: (error: string, rep: ExposeServiceResponse) => void): Promise<ExposeServiceResponse>;
|
|
94
136
|
/**
|
|
95
|
-
*
|
|
137
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
138
|
+
|
|
139
|
+
删除任务
|
|
96
140
|
*/
|
|
97
141
|
DeleteJob(req: DeleteJobRequest, cb?: (error: string, rep: DeleteJobResponse) => void): Promise<DeleteJobResponse>;
|
|
98
142
|
/**
|
|
99
|
-
*
|
|
143
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
144
|
+
|
|
145
|
+
启用资源组的伸缩组
|
|
100
146
|
*/
|
|
101
147
|
EnableRsgAsGroup(req: EnableRsgAsGroupRequest, cb?: (error: string, rep: EnableRsgAsGroupResponse) => void): Promise<EnableRsgAsGroupResponse>;
|
|
102
148
|
/**
|
|
103
|
-
*
|
|
149
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
150
|
+
|
|
151
|
+
描述服务配置
|
|
104
152
|
*/
|
|
105
153
|
DescribeServiceConfigs(req: DescribeServiceConfigsRequest, cb?: (error: string, rep: DescribeServiceConfigsResponse) => void): Promise<DescribeServiceConfigsResponse>;
|
|
106
154
|
/**
|
|
107
|
-
*
|
|
155
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
156
|
+
|
|
157
|
+
查询资源组的伸缩组信息
|
|
108
158
|
*/
|
|
109
159
|
DescribeRsgAsGroups(req: DescribeRsgAsGroupsRequest, cb?: (error: string, rep: DescribeRsgAsGroupsResponse) => void): Promise<DescribeRsgAsGroupsResponse>;
|
|
110
160
|
}
|
|
@@ -28,151 +28,201 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("tiems.tencentcloudapi.com", "2019-04-16", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
32
|
+
|
|
33
|
+
创建服务
|
|
32
34
|
*/
|
|
33
35
|
async CreateService(req, cb) {
|
|
34
36
|
return this.request("CreateService", req, cb);
|
|
35
37
|
}
|
|
36
38
|
/**
|
|
37
|
-
*
|
|
39
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
40
|
+
|
|
41
|
+
创建服务配置
|
|
38
42
|
*/
|
|
39
43
|
async CreateServiceConfig(req, cb) {
|
|
40
44
|
return this.request("CreateServiceConfig", req, cb);
|
|
41
45
|
}
|
|
42
46
|
/**
|
|
43
|
-
*
|
|
47
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
48
|
+
|
|
49
|
+
创建资源组的伸缩组。当前一个资源组仅允许创建一个伸缩组。
|
|
44
50
|
*/
|
|
45
51
|
async CreateRsgAsGroup(req, cb) {
|
|
46
52
|
return this.request("CreateRsgAsGroup", req, cb);
|
|
47
53
|
}
|
|
48
54
|
/**
|
|
49
|
-
*
|
|
55
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
56
|
+
|
|
57
|
+
删除资源组中的节点。目前仅支持删除已经到期的预付费节点,和按量付费节点。
|
|
50
58
|
*/
|
|
51
59
|
async DeleteInstance(req, cb) {
|
|
52
60
|
return this.request("DeleteInstance", req, cb);
|
|
53
61
|
}
|
|
54
62
|
/**
|
|
55
|
-
*
|
|
63
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
64
|
+
|
|
65
|
+
删除服务
|
|
56
66
|
*/
|
|
57
67
|
async DeleteService(req, cb) {
|
|
58
68
|
return this.request("DeleteService", req, cb);
|
|
59
69
|
}
|
|
60
70
|
/**
|
|
61
|
-
*
|
|
71
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
72
|
+
|
|
73
|
+
创建任务
|
|
62
74
|
*/
|
|
63
75
|
async CreateJob(req, cb) {
|
|
64
76
|
return this.request("CreateJob", req, cb);
|
|
65
77
|
}
|
|
66
78
|
/**
|
|
67
|
-
*
|
|
79
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
80
|
+
|
|
81
|
+
更新资源组的伸缩组
|
|
68
82
|
*/
|
|
69
83
|
async UpdateRsgAsGroup(req, cb) {
|
|
70
84
|
return this.request("UpdateRsgAsGroup", req, cb);
|
|
71
85
|
}
|
|
72
86
|
/**
|
|
73
|
-
*
|
|
87
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
88
|
+
|
|
89
|
+
描述服务
|
|
74
90
|
*/
|
|
75
91
|
async DescribeServices(req, cb) {
|
|
76
92
|
return this.request("DescribeServices", req, cb);
|
|
77
93
|
}
|
|
78
94
|
/**
|
|
79
|
-
*
|
|
95
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
96
|
+
|
|
97
|
+
停用资源组的伸缩组
|
|
80
98
|
*/
|
|
81
99
|
async DisableRsgAsGroup(req, cb) {
|
|
82
100
|
return this.request("DisableRsgAsGroup", req, cb);
|
|
83
101
|
}
|
|
84
102
|
/**
|
|
85
|
-
*
|
|
103
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
104
|
+
|
|
105
|
+
更新服务
|
|
86
106
|
*/
|
|
87
107
|
async UpdateService(req, cb) {
|
|
88
108
|
return this.request("UpdateService", req, cb);
|
|
89
109
|
}
|
|
90
110
|
/**
|
|
91
|
-
*
|
|
111
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
112
|
+
|
|
113
|
+
创建运行环境
|
|
92
114
|
*/
|
|
93
115
|
async CreateRuntime(req, cb) {
|
|
94
116
|
return this.request("CreateRuntime", req, cb);
|
|
95
117
|
}
|
|
96
118
|
/**
|
|
97
|
-
*
|
|
119
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
120
|
+
|
|
121
|
+
删除服务配置
|
|
98
122
|
*/
|
|
99
123
|
async DeleteServiceConfig(req, cb) {
|
|
100
124
|
return this.request("DeleteServiceConfig", req, cb);
|
|
101
125
|
}
|
|
102
126
|
/**
|
|
103
|
-
*
|
|
127
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
128
|
+
|
|
129
|
+
获取节点列表
|
|
104
130
|
*/
|
|
105
131
|
async DescribeInstances(req, cb) {
|
|
106
132
|
return this.request("DescribeInstances", req, cb);
|
|
107
133
|
}
|
|
108
134
|
/**
|
|
109
|
-
*
|
|
135
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
136
|
+
|
|
137
|
+
查询伸缩组活动
|
|
110
138
|
*/
|
|
111
139
|
async DescribeRsgAsGroupActivities(req, cb) {
|
|
112
140
|
return this.request("DescribeRsgAsGroupActivities", req, cb);
|
|
113
141
|
}
|
|
114
142
|
/**
|
|
115
|
-
*
|
|
143
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
144
|
+
|
|
145
|
+
描述服务运行环境
|
|
116
146
|
*/
|
|
117
147
|
async DescribeRuntimes(req, cb) {
|
|
118
148
|
return this.request("DescribeRuntimes", req, cb);
|
|
119
149
|
}
|
|
120
150
|
/**
|
|
121
|
-
*
|
|
151
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
152
|
+
|
|
153
|
+
获取资源组列表
|
|
122
154
|
*/
|
|
123
155
|
async DescribeResourceGroups(req, cb) {
|
|
124
156
|
return this.request("DescribeResourceGroups", req, cb);
|
|
125
157
|
}
|
|
126
158
|
/**
|
|
127
|
-
*
|
|
159
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
160
|
+
|
|
161
|
+
更新任务
|
|
128
162
|
*/
|
|
129
163
|
async UpdateJob(req, cb) {
|
|
130
164
|
return this.request("UpdateJob", req, cb);
|
|
131
165
|
}
|
|
132
166
|
/**
|
|
133
|
-
*
|
|
167
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
168
|
+
|
|
169
|
+
伸缩
|
|
134
170
|
*/
|
|
135
171
|
async DeleteRsgAsGroup(req, cb) {
|
|
136
172
|
return this.request("DeleteRsgAsGroup", req, cb);
|
|
137
173
|
}
|
|
138
174
|
/**
|
|
139
|
-
*
|
|
175
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
176
|
+
|
|
177
|
+
删除资源组
|
|
140
178
|
*/
|
|
141
179
|
async DeleteResourceGroup(req, cb) {
|
|
142
180
|
return this.request("DeleteResourceGroup", req, cb);
|
|
143
181
|
}
|
|
144
182
|
/**
|
|
145
|
-
*
|
|
183
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
184
|
+
|
|
185
|
+
删除运行环境
|
|
146
186
|
*/
|
|
147
187
|
async DeleteRuntime(req, cb) {
|
|
148
188
|
return this.request("DeleteRuntime", req, cb);
|
|
149
189
|
}
|
|
150
190
|
/**
|
|
151
|
-
*
|
|
191
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
192
|
+
|
|
193
|
+
暴露服务
|
|
152
194
|
*/
|
|
153
195
|
async ExposeService(req, cb) {
|
|
154
196
|
return this.request("ExposeService", req, cb);
|
|
155
197
|
}
|
|
156
198
|
/**
|
|
157
|
-
*
|
|
199
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
200
|
+
|
|
201
|
+
删除任务
|
|
158
202
|
*/
|
|
159
203
|
async DeleteJob(req, cb) {
|
|
160
204
|
return this.request("DeleteJob", req, cb);
|
|
161
205
|
}
|
|
162
206
|
/**
|
|
163
|
-
*
|
|
207
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
208
|
+
|
|
209
|
+
启用资源组的伸缩组
|
|
164
210
|
*/
|
|
165
211
|
async EnableRsgAsGroup(req, cb) {
|
|
166
212
|
return this.request("EnableRsgAsGroup", req, cb);
|
|
167
213
|
}
|
|
168
214
|
/**
|
|
169
|
-
*
|
|
215
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
216
|
+
|
|
217
|
+
描述服务配置
|
|
170
218
|
*/
|
|
171
219
|
async DescribeServiceConfigs(req, cb) {
|
|
172
220
|
return this.request("DescribeServiceConfigs", req, cb);
|
|
173
221
|
}
|
|
174
222
|
/**
|
|
175
|
-
*
|
|
223
|
+
* 因业务策略调整,腾讯云TI平台TI-EMS已经于2022年6月30日下线并停止提供服务。若您有新增的业务需求,可前往TI-ONE(https://cloud.tencent.com/document/product/851)使用。
|
|
224
|
+
|
|
225
|
+
查询资源组的伸缩组信息
|
|
176
226
|
*/
|
|
177
227
|
async DescribeRsgAsGroups(req, cb) {
|
|
178
228
|
return this.request("DescribeRsgAsGroups", req, cb);
|
|
@@ -11791,7 +11791,7 @@ export interface SubAppIdInfo {
|
|
|
11791
11791
|
/**
|
|
11792
11792
|
* 子应用名称。
|
|
11793
11793
|
*/
|
|
11794
|
-
|
|
11794
|
+
SubAppIdName: string;
|
|
11795
11795
|
/**
|
|
11796
11796
|
* 子应用简介。
|
|
11797
11797
|
*/
|
|
@@ -11808,6 +11808,10 @@ export interface SubAppIdInfo {
|
|
|
11808
11808
|
<li>Destroyed:销毁完成。</li>
|
|
11809
11809
|
*/
|
|
11810
11810
|
Status: string;
|
|
11811
|
+
/**
|
|
11812
|
+
* 子应用名称(该字段已不推荐使用,建议使用新的子应用名称字段 SubAppIdName)。
|
|
11813
|
+
*/
|
|
11814
|
+
Name: string;
|
|
11811
11815
|
}
|
|
11812
11816
|
/**
|
|
11813
11817
|
* DescribeAllClass返回参数结构体
|
|
@@ -13565,7 +13569,7 @@ export interface SnapshotByTimeOffsetTask2017 {
|
|
|
13565
13569
|
*/
|
|
13566
13570
|
export interface MediaClassInfo {
|
|
13567
13571
|
/**
|
|
13568
|
-
* 分类 ID
|
|
13572
|
+
* 分类 ID。
|
|
13569
13573
|
*/
|
|
13570
13574
|
ClassId: number;
|
|
13571
13575
|
/**
|
|
@@ -13573,17 +13577,21 @@ export interface MediaClassInfo {
|
|
|
13573
13577
|
*/
|
|
13574
13578
|
ParentId: number;
|
|
13575
13579
|
/**
|
|
13576
|
-
*
|
|
13580
|
+
* 分类名称。
|
|
13577
13581
|
*/
|
|
13578
|
-
|
|
13582
|
+
Name: string;
|
|
13579
13583
|
/**
|
|
13580
13584
|
* 分类级别,一级分类为 0,最大值为 3,即最多允许 4 级分类层次。
|
|
13581
13585
|
*/
|
|
13582
13586
|
Level: number;
|
|
13583
13587
|
/**
|
|
13584
|
-
* 当前分类的第一级子类 ID
|
|
13588
|
+
* 当前分类的第一级子类 ID 集合。
|
|
13585
13589
|
*/
|
|
13586
13590
|
SubClassIdSet: Array<number>;
|
|
13591
|
+
/**
|
|
13592
|
+
* 分类名称(该字段已不推荐使用,建议使用新的分类名称字段 Name)。
|
|
13593
|
+
*/
|
|
13594
|
+
ClassName: string;
|
|
13587
13595
|
}
|
|
13588
13596
|
/**
|
|
13589
13597
|
* DescribeTranscodeTemplates返回参数结构体
|
|
@@ -268,6 +268,16 @@ it("ckafka.v20190819.CreateTopic", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("ckafka.v20190819.CheckCdcCluster", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.CheckCdcCluster({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
271
281
|
it("ckafka.v20190819.CreatePartition", async function () {
|
|
272
282
|
try {
|
|
273
283
|
const data = await client.CreatePartition({})
|
|
@@ -478,6 +488,16 @@ it("ckafka.v20190819.DescribeRegion", async function () {
|
|
|
478
488
|
}
|
|
479
489
|
})
|
|
480
490
|
|
|
491
|
+
it("ckafka.v20190819.CreateCdcCluster", async function () {
|
|
492
|
+
try {
|
|
493
|
+
const data = await client.CreateCdcCluster({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
481
501
|
it("ckafka.v20190819.CreateUser", async function () {
|
|
482
502
|
try {
|
|
483
503
|
const data = await client.CreateUser({})
|