tencentcloud-sdk-nodejs-tem 4.0.389 → 4.0.433
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 +6354 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +4307 -153
- package/package.json +1 -1
- package/products.md +100 -98
- package/src/services/tem/index.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +324 -68
- package/src/services/tem/v20210701/tem_models.ts +3046 -1173
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +85 -5
- package/tencentcloud/services/tem/v20210701/tem_client.js +125 -5
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +2668 -1087
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
export declare const tem: {
|
|
2
|
-
v20210701: {
|
|
3
|
-
Client: typeof import("./v20210701/tem_client").Client;
|
|
4
|
-
Models: typeof import("./v20210701/tem_models");
|
|
5
|
-
};
|
|
6
2
|
v20201221: {
|
|
7
3
|
Client: typeof import("./v20201221/tem_client").Client;
|
|
8
4
|
Models: typeof import("./v20201221/tem_models");
|
|
9
5
|
};
|
|
6
|
+
v20210701: {
|
|
7
|
+
Client: typeof import("./v20210701/tem_client").Client;
|
|
8
|
+
Models: typeof import("./v20210701/tem_models");
|
|
9
|
+
};
|
|
10
10
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.tem = void 0;
|
|
4
|
-
const v20210701_1 = require("./v20210701");
|
|
5
4
|
const v20201221_1 = require("./v20201221");
|
|
5
|
+
const v20210701_1 = require("./v20210701");
|
|
6
6
|
exports.tem = {
|
|
7
|
-
v20210701: v20210701_1.v20210701,
|
|
8
7
|
v20201221: v20201221_1.v20201221,
|
|
8
|
+
v20210701: v20210701_1.v20210701,
|
|
9
9
|
};
|
|
@@ -1,23 +1,47 @@
|
|
|
1
1
|
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common";
|
|
2
|
-
import {
|
|
2
|
+
import { CreateResourceRequest, DescribeConfigDataResponse, DescribeApplicationInfoResponse, ModifyIngressResponse, RestartApplicationPodRequest, DestroyLogConfigResponse, ResumeDeployApplicationResponse, DescribeApplicationPodsRequest, DeleteIngressResponse, DeleteApplicationResponse, ModifyApplicationAutoscalerResponse, RollingUpdateApplicationByVersionRequest, CreateCosTokenResponse, ModifyLogConfigResponse, RollingUpdateApplicationByVersionResponse, StopApplicationRequest, ModifyApplicationInfoRequest, DestroyEnvironmentRequest, CreateEnvironmentResponse, DescribeEnvironmentStatusRequest, RevertDeployApplicationResponse, DescribeApplicationsResponse, DescribeEnvironmentsRequest, CreateEnvironmentRequest, DescribeLogConfigRequest, DescribeEnvironmentStatusResponse, DescribeApplicationPodsResponse, DescribeConfigDataListRequest, EnableApplicationAutoscalerResponse, CreateCosTokenRequest, ModifyApplicationAutoscalerRequest, ModifyConfigDataResponse, ModifyIngressRequest, DescribeIngressesRequest, CreateLogConfigRequest, RestartApplicationResponse, DescribeIngressesResponse, ModifyConfigDataRequest, CreateConfigDataResponse, DescribeApplicationsStatusRequest, CreateResourceResponse, ModifyApplicationInfoResponse, RestartApplicationRequest, DestroyEnvironmentResponse, DisableApplicationAutoscalerResponse, DescribeIngressRequest, StopApplicationResponse, DeployApplicationResponse, RestartApplicationPodResponse, DeleteApplicationRequest, CreateApplicationAutoscalerResponse, DeleteApplicationAutoscalerRequest, DescribeApplicationAutoscalerListRequest, DescribeApplicationsStatusResponse, DescribeDeployApplicationDetailRequest, DeleteIngressRequest, DisableApplicationAutoscalerRequest, DescribeRelatedIngressesRequest, GenerateApplicationPackageDownloadUrlRequest, DescribeEnvironmentsResponse, DeleteApplicationAutoscalerResponse, DescribeRelatedIngressesResponse, DescribeEnvironmentRequest, DescribePagedLogConfigListRequest, DescribeDeployApplicationDetailResponse, DescribeEnvironmentResponse, CreateApplicationAutoscalerRequest, ResumeDeployApplicationRequest, DescribeConfigDataRequest, CreateLogConfigResponse, DescribeConfigDataListResponse, DescribePagedLogConfigListResponse, CreateConfigDataRequest, DeployApplicationRequest, DescribeApplicationAutoscalerListResponse, DestroyConfigDataRequest, DestroyConfigDataResponse, DescribeApplicationsRequest, DescribeApplicationInfoRequest, CreateApplicationRequest, ModifyApplicationReplicasResponse, ModifyEnvironmentRequest, GenerateApplicationPackageDownloadUrlResponse, DescribeIngressResponse, DescribeLogConfigResponse, RevertDeployApplicationRequest, CreateApplicationResponse, ModifyEnvironmentResponse, ModifyApplicationReplicasRequest, ModifyLogConfigRequest, DestroyLogConfigRequest, EnableApplicationAutoscalerRequest } from "./tem_models";
|
|
3
3
|
/**
|
|
4
4
|
* tem client
|
|
5
5
|
* @class
|
|
6
6
|
*/
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
|
+
/**
|
|
10
|
+
* 编辑配置
|
|
11
|
+
*/
|
|
12
|
+
ModifyConfigData(req: ModifyConfigDataRequest, cb?: (error: string, rep: ModifyConfigDataResponse) => void): Promise<ModifyConfigDataResponse>;
|
|
9
13
|
/**
|
|
10
14
|
* 单环境下所有应用状态查看
|
|
11
15
|
*/
|
|
12
16
|
DescribeApplicationsStatus(req: DescribeApplicationsStatusRequest, cb?: (error: string, rep: DescribeApplicationsStatusResponse) => void): Promise<DescribeApplicationsStatusResponse>;
|
|
17
|
+
/**
|
|
18
|
+
* 查询分页的日志收集配置列表
|
|
19
|
+
*/
|
|
20
|
+
DescribePagedLogConfigList(req: DescribePagedLogConfigListRequest, cb?: (error: string, rep: DescribePagedLogConfigListResponse) => void): Promise<DescribePagedLogConfigListResponse>;
|
|
13
21
|
/**
|
|
14
22
|
* 创建或者更新 Ingress 规则
|
|
15
23
|
*/
|
|
16
24
|
ModifyIngress(req: ModifyIngressRequest, cb?: (error: string, rep: ModifyIngressResponse) => void): Promise<ModifyIngressResponse>;
|
|
25
|
+
/**
|
|
26
|
+
* 启用应用弹性策略组合
|
|
27
|
+
*/
|
|
28
|
+
EnableApplicationAutoscaler(req: EnableApplicationAutoscalerRequest, cb?: (error: string, rep: EnableApplicationAutoscalerResponse) => void): Promise<EnableApplicationAutoscalerResponse>;
|
|
17
29
|
/**
|
|
18
30
|
* 修改应用实例数量
|
|
19
31
|
*/
|
|
20
32
|
ModifyApplicationReplicas(req: ModifyApplicationReplicasRequest, cb?: (error: string, rep: ModifyApplicationReplicasResponse) => void): Promise<ModifyApplicationReplicasResponse>;
|
|
33
|
+
/**
|
|
34
|
+
* 创建弹性伸缩策略组合
|
|
35
|
+
*/
|
|
36
|
+
CreateApplicationAutoscaler(req: CreateApplicationAutoscalerRequest, cb?: (error: string, rep: CreateApplicationAutoscalerResponse) => void): Promise<CreateApplicationAutoscalerResponse>;
|
|
37
|
+
/**
|
|
38
|
+
* 重启应用实例
|
|
39
|
+
*/
|
|
40
|
+
RestartApplicationPod(req: RestartApplicationPodRequest, cb?: (error: string, rep: RestartApplicationPodResponse) => void): Promise<RestartApplicationPodResponse>;
|
|
41
|
+
/**
|
|
42
|
+
* 编辑日志收集配置
|
|
43
|
+
*/
|
|
44
|
+
ModifyLogConfig(req: ModifyLogConfigRequest, cb?: (error: string, rep: ModifyLogConfigResponse) => void): Promise<ModifyLogConfigResponse>;
|
|
21
45
|
/**
|
|
22
46
|
* 服务删除
|
|
23
47
|
- 停止当前运行服务
|
|
@@ -25,6 +49,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
25
49
|
- 删除服务
|
|
26
50
|
*/
|
|
27
51
|
DeleteApplication(req: DeleteApplicationRequest, cb?: (error: string, rep: DeleteApplicationResponse) => void): Promise<DeleteApplicationResponse>;
|
|
52
|
+
/**
|
|
53
|
+
* 获取环境状态
|
|
54
|
+
*/
|
|
55
|
+
DescribeEnvironmentStatus(req: DescribeEnvironmentStatusRequest, cb?: (error: string, rep: DescribeEnvironmentStatusResponse) => void): Promise<DescribeEnvironmentStatusResponse>;
|
|
28
56
|
/**
|
|
29
57
|
* 删除 Ingress 规则
|
|
30
58
|
*/
|
|
@@ -33,6 +61,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
33
61
|
* 应用部署
|
|
34
62
|
*/
|
|
35
63
|
DeployApplication(req: DeployApplicationRequest, cb?: (error: string, rep: DeployApplicationResponse) => void): Promise<DeployApplicationResponse>;
|
|
64
|
+
/**
|
|
65
|
+
* 修改弹性伸缩策略组合
|
|
66
|
+
*/
|
|
67
|
+
ModifyApplicationAutoscaler(req: ModifyApplicationAutoscalerRequest, cb?: (error: string, rep: ModifyApplicationAutoscalerResponse) => void): Promise<ModifyApplicationAutoscalerResponse>;
|
|
36
68
|
/**
|
|
37
69
|
* 获取分批发布详情
|
|
38
70
|
*/
|
|
@@ -45,24 +77,48 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
45
77
|
* 编辑环境
|
|
46
78
|
*/
|
|
47
79
|
ModifyEnvironment(req: ModifyEnvironmentRequest, cb?: (error: string, rep: ModifyEnvironmentResponse) => void): Promise<ModifyEnvironmentResponse>;
|
|
80
|
+
/**
|
|
81
|
+
* 获取环境基础信息
|
|
82
|
+
*/
|
|
83
|
+
DescribeEnvironment(req: DescribeEnvironmentRequest, cb?: (error: string, rep: DescribeEnvironmentResponse) => void): Promise<DescribeEnvironmentResponse>;
|
|
84
|
+
/**
|
|
85
|
+
* 查询日志收集配置详情
|
|
86
|
+
*/
|
|
87
|
+
DescribeLogConfig(req: DescribeLogConfigRequest, cb?: (error: string, rep: DescribeLogConfigResponse) => void): Promise<DescribeLogConfigResponse>;
|
|
48
88
|
/**
|
|
49
89
|
* 服务停止
|
|
50
90
|
*/
|
|
51
91
|
StopApplication(req: StopApplicationRequest, cb?: (error: string, rep: StopApplicationResponse) => void): Promise<StopApplicationResponse>;
|
|
92
|
+
/**
|
|
93
|
+
* 创建日志收集配置
|
|
94
|
+
*/
|
|
95
|
+
CreateLogConfig(req: CreateLogConfigRequest, cb?: (error: string, rep: CreateLogConfigResponse) => void): Promise<CreateLogConfigResponse>;
|
|
96
|
+
/**
|
|
97
|
+
* 服务基本信息查看
|
|
98
|
+
*/
|
|
99
|
+
DescribeApplicationInfo(req: DescribeApplicationInfoRequest, cb?: (error: string, rep: DescribeApplicationInfoResponse) => void): Promise<DescribeApplicationInfoResponse>;
|
|
100
|
+
/**
|
|
101
|
+
* 创建配置
|
|
102
|
+
*/
|
|
103
|
+
CreateConfigData(req: CreateConfigDataRequest, cb?: (error: string, rep: CreateConfigDataResponse) => void): Promise<CreateConfigDataResponse>;
|
|
52
104
|
/**
|
|
53
105
|
* 获取应用实例列表
|
|
54
106
|
*/
|
|
55
107
|
DescribeApplicationPods(req: DescribeApplicationPodsRequest, cb?: (error: string, rep: DescribeApplicationPodsResponse) => void): Promise<DescribeApplicationPodsResponse>;
|
|
56
108
|
/**
|
|
57
|
-
*
|
|
109
|
+
* 删除应用弹性策略组合
|
|
58
110
|
*/
|
|
59
|
-
|
|
111
|
+
DeleteApplicationAutoscaler(req: DeleteApplicationAutoscalerRequest, cb?: (error: string, rep: DeleteApplicationAutoscalerResponse) => void): Promise<DeleteApplicationAutoscalerResponse>;
|
|
60
112
|
/**
|
|
61
113
|
* 修改应用基本信息
|
|
62
114
|
*/
|
|
63
115
|
ModifyApplicationInfo(req: ModifyApplicationInfoRequest, cb?: (error: string, rep: ModifyApplicationInfoResponse) => void): Promise<ModifyApplicationInfoResponse>;
|
|
64
116
|
/**
|
|
65
|
-
*
|
|
117
|
+
* 销毁配置
|
|
118
|
+
*/
|
|
119
|
+
DestroyConfigData(req: DestroyConfigDataRequest, cb?: (error: string, rep: DestroyConfigDataResponse) => void): Promise<DestroyConfigDataResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* 获取环境列表
|
|
66
122
|
*/
|
|
67
123
|
DescribeEnvironments(req: DescribeEnvironmentsRequest, cb?: (error: string, rep: DescribeEnvironmentsResponse) => void): Promise<DescribeEnvironmentsResponse>;
|
|
68
124
|
/**
|
|
@@ -81,6 +137,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
81
137
|
* 创建环境
|
|
82
138
|
*/
|
|
83
139
|
CreateEnvironment(req: CreateEnvironmentRequest, cb?: (error: string, rep: CreateEnvironmentResponse) => void): Promise<CreateEnvironmentResponse>;
|
|
140
|
+
/**
|
|
141
|
+
* 关闭应用弹性策略组合
|
|
142
|
+
*/
|
|
143
|
+
DisableApplicationAutoscaler(req: DisableApplicationAutoscalerRequest, cb?: (error: string, rep: DisableApplicationAutoscalerResponse) => void): Promise<DisableApplicationAutoscalerResponse>;
|
|
84
144
|
/**
|
|
85
145
|
* 查询 Ingress 规则列表
|
|
86
146
|
*/
|
|
@@ -97,20 +157,40 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
97
157
|
* 更新应用部署版本
|
|
98
158
|
*/
|
|
99
159
|
RollingUpdateApplicationByVersion(req: RollingUpdateApplicationByVersionRequest, cb?: (error: string, rep: RollingUpdateApplicationByVersionResponse) => void): Promise<RollingUpdateApplicationByVersionResponse>;
|
|
160
|
+
/**
|
|
161
|
+
* 获取运行服务列表
|
|
162
|
+
*/
|
|
163
|
+
DescribeApplications(req: DescribeApplicationsRequest, cb?: (error: string, rep: DescribeApplicationsResponse) => void): Promise<DescribeApplicationsResponse>;
|
|
100
164
|
/**
|
|
101
165
|
* 回滚分批发布
|
|
102
166
|
*/
|
|
103
167
|
RevertDeployApplication(req: RevertDeployApplicationRequest, cb?: (error: string, rep: RevertDeployApplicationResponse) => void): Promise<RevertDeployApplicationResponse>;
|
|
168
|
+
/**
|
|
169
|
+
* 销毁日志收集配置
|
|
170
|
+
*/
|
|
171
|
+
DestroyLogConfig(req: DestroyLogConfigRequest, cb?: (error: string, rep: DestroyLogConfigResponse) => void): Promise<DestroyLogConfigResponse>;
|
|
104
172
|
/**
|
|
105
173
|
* 查询应用关联的 Ingress 规则列表
|
|
106
174
|
*/
|
|
107
175
|
DescribeRelatedIngresses(req: DescribeRelatedIngressesRequest, cb?: (error: string, rep: DescribeRelatedIngressesResponse) => void): Promise<DescribeRelatedIngressesResponse>;
|
|
176
|
+
/**
|
|
177
|
+
* 查询配置详情
|
|
178
|
+
*/
|
|
179
|
+
DescribeConfigData(req: DescribeConfigDataRequest, cb?: (error: string, rep: DescribeConfigDataResponse) => void): Promise<DescribeConfigDataResponse>;
|
|
108
180
|
/**
|
|
109
181
|
* 绑定云资源
|
|
110
182
|
*/
|
|
111
183
|
CreateResource(req: CreateResourceRequest, cb?: (error: string, rep: CreateResourceResponse) => void): Promise<CreateResourceResponse>;
|
|
112
184
|
/**
|
|
113
|
-
*
|
|
185
|
+
* 获取应用弹性策略组合
|
|
186
|
+
*/
|
|
187
|
+
DescribeApplicationAutoscalerList(req: DescribeApplicationAutoscalerListRequest, cb?: (error: string, rep: DescribeApplicationAutoscalerListResponse) => void): Promise<DescribeApplicationAutoscalerListResponse>;
|
|
188
|
+
/**
|
|
189
|
+
* 销毁环境
|
|
114
190
|
*/
|
|
115
191
|
DestroyEnvironment(req: DestroyEnvironmentRequest, cb?: (error: string, rep: DestroyEnvironmentResponse) => void): Promise<DestroyEnvironmentResponse>;
|
|
192
|
+
/**
|
|
193
|
+
* 查询配置列表
|
|
194
|
+
*/
|
|
195
|
+
DescribeConfigDataList(req: DescribeConfigDataListRequest, cb?: (error: string, rep: DescribeConfigDataListResponse) => void): Promise<DescribeConfigDataListResponse>;
|
|
116
196
|
}
|
|
@@ -27,24 +27,60 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("tem.tencentcloudapi.com", "2021-07-01", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 编辑配置
|
|
32
|
+
*/
|
|
33
|
+
async ModifyConfigData(req, cb) {
|
|
34
|
+
return this.request("ModifyConfigData", req, cb);
|
|
35
|
+
}
|
|
30
36
|
/**
|
|
31
37
|
* 单环境下所有应用状态查看
|
|
32
38
|
*/
|
|
33
39
|
async DescribeApplicationsStatus(req, cb) {
|
|
34
40
|
return this.request("DescribeApplicationsStatus", req, cb);
|
|
35
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* 查询分页的日志收集配置列表
|
|
44
|
+
*/
|
|
45
|
+
async DescribePagedLogConfigList(req, cb) {
|
|
46
|
+
return this.request("DescribePagedLogConfigList", req, cb);
|
|
47
|
+
}
|
|
36
48
|
/**
|
|
37
49
|
* 创建或者更新 Ingress 规则
|
|
38
50
|
*/
|
|
39
51
|
async ModifyIngress(req, cb) {
|
|
40
52
|
return this.request("ModifyIngress", req, cb);
|
|
41
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* 启用应用弹性策略组合
|
|
56
|
+
*/
|
|
57
|
+
async EnableApplicationAutoscaler(req, cb) {
|
|
58
|
+
return this.request("EnableApplicationAutoscaler", req, cb);
|
|
59
|
+
}
|
|
42
60
|
/**
|
|
43
61
|
* 修改应用实例数量
|
|
44
62
|
*/
|
|
45
63
|
async ModifyApplicationReplicas(req, cb) {
|
|
46
64
|
return this.request("ModifyApplicationReplicas", req, cb);
|
|
47
65
|
}
|
|
66
|
+
/**
|
|
67
|
+
* 创建弹性伸缩策略组合
|
|
68
|
+
*/
|
|
69
|
+
async CreateApplicationAutoscaler(req, cb) {
|
|
70
|
+
return this.request("CreateApplicationAutoscaler", req, cb);
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* 重启应用实例
|
|
74
|
+
*/
|
|
75
|
+
async RestartApplicationPod(req, cb) {
|
|
76
|
+
return this.request("RestartApplicationPod", req, cb);
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* 编辑日志收集配置
|
|
80
|
+
*/
|
|
81
|
+
async ModifyLogConfig(req, cb) {
|
|
82
|
+
return this.request("ModifyLogConfig", req, cb);
|
|
83
|
+
}
|
|
48
84
|
/**
|
|
49
85
|
* 服务删除
|
|
50
86
|
- 停止当前运行服务
|
|
@@ -54,6 +90,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
54
90
|
async DeleteApplication(req, cb) {
|
|
55
91
|
return this.request("DeleteApplication", req, cb);
|
|
56
92
|
}
|
|
93
|
+
/**
|
|
94
|
+
* 获取环境状态
|
|
95
|
+
*/
|
|
96
|
+
async DescribeEnvironmentStatus(req, cb) {
|
|
97
|
+
return this.request("DescribeEnvironmentStatus", req, cb);
|
|
98
|
+
}
|
|
57
99
|
/**
|
|
58
100
|
* 删除 Ingress 规则
|
|
59
101
|
*/
|
|
@@ -66,6 +108,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
66
108
|
async DeployApplication(req, cb) {
|
|
67
109
|
return this.request("DeployApplication", req, cb);
|
|
68
110
|
}
|
|
111
|
+
/**
|
|
112
|
+
* 修改弹性伸缩策略组合
|
|
113
|
+
*/
|
|
114
|
+
async ModifyApplicationAutoscaler(req, cb) {
|
|
115
|
+
return this.request("ModifyApplicationAutoscaler", req, cb);
|
|
116
|
+
}
|
|
69
117
|
/**
|
|
70
118
|
* 获取分批发布详情
|
|
71
119
|
*/
|
|
@@ -84,12 +132,42 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
84
132
|
async ModifyEnvironment(req, cb) {
|
|
85
133
|
return this.request("ModifyEnvironment", req, cb);
|
|
86
134
|
}
|
|
135
|
+
/**
|
|
136
|
+
* 获取环境基础信息
|
|
137
|
+
*/
|
|
138
|
+
async DescribeEnvironment(req, cb) {
|
|
139
|
+
return this.request("DescribeEnvironment", req, cb);
|
|
140
|
+
}
|
|
141
|
+
/**
|
|
142
|
+
* 查询日志收集配置详情
|
|
143
|
+
*/
|
|
144
|
+
async DescribeLogConfig(req, cb) {
|
|
145
|
+
return this.request("DescribeLogConfig", req, cb);
|
|
146
|
+
}
|
|
87
147
|
/**
|
|
88
148
|
* 服务停止
|
|
89
149
|
*/
|
|
90
150
|
async StopApplication(req, cb) {
|
|
91
151
|
return this.request("StopApplication", req, cb);
|
|
92
152
|
}
|
|
153
|
+
/**
|
|
154
|
+
* 创建日志收集配置
|
|
155
|
+
*/
|
|
156
|
+
async CreateLogConfig(req, cb) {
|
|
157
|
+
return this.request("CreateLogConfig", req, cb);
|
|
158
|
+
}
|
|
159
|
+
/**
|
|
160
|
+
* 服务基本信息查看
|
|
161
|
+
*/
|
|
162
|
+
async DescribeApplicationInfo(req, cb) {
|
|
163
|
+
return this.request("DescribeApplicationInfo", req, cb);
|
|
164
|
+
}
|
|
165
|
+
/**
|
|
166
|
+
* 创建配置
|
|
167
|
+
*/
|
|
168
|
+
async CreateConfigData(req, cb) {
|
|
169
|
+
return this.request("CreateConfigData", req, cb);
|
|
170
|
+
}
|
|
93
171
|
/**
|
|
94
172
|
* 获取应用实例列表
|
|
95
173
|
*/
|
|
@@ -97,10 +175,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
97
175
|
return this.request("DescribeApplicationPods", req, cb);
|
|
98
176
|
}
|
|
99
177
|
/**
|
|
100
|
-
*
|
|
178
|
+
* 删除应用弹性策略组合
|
|
101
179
|
*/
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
180
|
+
async DeleteApplicationAutoscaler(req, cb) {
|
|
181
|
+
return this.request("DeleteApplicationAutoscaler", req, cb);
|
|
104
182
|
}
|
|
105
183
|
/**
|
|
106
184
|
* 修改应用基本信息
|
|
@@ -109,7 +187,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
109
187
|
return this.request("ModifyApplicationInfo", req, cb);
|
|
110
188
|
}
|
|
111
189
|
/**
|
|
112
|
-
*
|
|
190
|
+
* 销毁配置
|
|
191
|
+
*/
|
|
192
|
+
async DestroyConfigData(req, cb) {
|
|
193
|
+
return this.request("DestroyConfigData", req, cb);
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* 获取环境列表
|
|
113
197
|
*/
|
|
114
198
|
async DescribeEnvironments(req, cb) {
|
|
115
199
|
return this.request("DescribeEnvironments", req, cb);
|
|
@@ -138,6 +222,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
138
222
|
async CreateEnvironment(req, cb) {
|
|
139
223
|
return this.request("CreateEnvironment", req, cb);
|
|
140
224
|
}
|
|
225
|
+
/**
|
|
226
|
+
* 关闭应用弹性策略组合
|
|
227
|
+
*/
|
|
228
|
+
async DisableApplicationAutoscaler(req, cb) {
|
|
229
|
+
return this.request("DisableApplicationAutoscaler", req, cb);
|
|
230
|
+
}
|
|
141
231
|
/**
|
|
142
232
|
* 查询 Ingress 规则列表
|
|
143
233
|
*/
|
|
@@ -162,18 +252,36 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
162
252
|
async RollingUpdateApplicationByVersion(req, cb) {
|
|
163
253
|
return this.request("RollingUpdateApplicationByVersion", req, cb);
|
|
164
254
|
}
|
|
255
|
+
/**
|
|
256
|
+
* 获取运行服务列表
|
|
257
|
+
*/
|
|
258
|
+
async DescribeApplications(req, cb) {
|
|
259
|
+
return this.request("DescribeApplications", req, cb);
|
|
260
|
+
}
|
|
165
261
|
/**
|
|
166
262
|
* 回滚分批发布
|
|
167
263
|
*/
|
|
168
264
|
async RevertDeployApplication(req, cb) {
|
|
169
265
|
return this.request("RevertDeployApplication", req, cb);
|
|
170
266
|
}
|
|
267
|
+
/**
|
|
268
|
+
* 销毁日志收集配置
|
|
269
|
+
*/
|
|
270
|
+
async DestroyLogConfig(req, cb) {
|
|
271
|
+
return this.request("DestroyLogConfig", req, cb);
|
|
272
|
+
}
|
|
171
273
|
/**
|
|
172
274
|
* 查询应用关联的 Ingress 规则列表
|
|
173
275
|
*/
|
|
174
276
|
async DescribeRelatedIngresses(req, cb) {
|
|
175
277
|
return this.request("DescribeRelatedIngresses", req, cb);
|
|
176
278
|
}
|
|
279
|
+
/**
|
|
280
|
+
* 查询配置详情
|
|
281
|
+
*/
|
|
282
|
+
async DescribeConfigData(req, cb) {
|
|
283
|
+
return this.request("DescribeConfigData", req, cb);
|
|
284
|
+
}
|
|
177
285
|
/**
|
|
178
286
|
* 绑定云资源
|
|
179
287
|
*/
|
|
@@ -181,10 +289,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
181
289
|
return this.request("CreateResource", req, cb);
|
|
182
290
|
}
|
|
183
291
|
/**
|
|
184
|
-
*
|
|
292
|
+
* 获取应用弹性策略组合
|
|
293
|
+
*/
|
|
294
|
+
async DescribeApplicationAutoscalerList(req, cb) {
|
|
295
|
+
return this.request("DescribeApplicationAutoscalerList", req, cb);
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* 销毁环境
|
|
185
299
|
*/
|
|
186
300
|
async DestroyEnvironment(req, cb) {
|
|
187
301
|
return this.request("DestroyEnvironment", req, cb);
|
|
188
302
|
}
|
|
303
|
+
/**
|
|
304
|
+
* 查询配置列表
|
|
305
|
+
*/
|
|
306
|
+
async DescribeConfigDataList(req, cb) {
|
|
307
|
+
return this.request("DescribeConfigDataList", req, cb);
|
|
308
|
+
}
|
|
189
309
|
}
|
|
190
310
|
exports.Client = Client;
|