tencentcloud-sdk-nodejs-tem 4.0.397 → 4.0.432
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 +5389 -0
- package/README.md +3 -3
- package/SERVICE_CHANGELOG.md +3620 -52
- package/package.json +1 -1
- package/products.md +92 -92
- package/src/services/tem/index.ts +2 -2
- package/src/services/tem/v20210701/tem_client.ts +254 -27
- package/src/services/tem/v20210701/tem_models.ts +2067 -471
- 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 +79 -7
- package/tencentcloud/services/tem/v20210701/tem_client.js +116 -8
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +1625 -279
|
@@ -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 { CreateResourceRequest,
|
|
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
|
- 停止当前运行服务
|
|
@@ -37,6 +61,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
37
61
|
* 应用部署
|
|
38
62
|
*/
|
|
39
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>;
|
|
40
68
|
/**
|
|
41
69
|
* 获取分批发布详情
|
|
42
70
|
*/
|
|
@@ -49,24 +77,48 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
49
77
|
* 编辑环境
|
|
50
78
|
*/
|
|
51
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>;
|
|
52
88
|
/**
|
|
53
89
|
* 服务停止
|
|
54
90
|
*/
|
|
55
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>;
|
|
56
104
|
/**
|
|
57
105
|
* 获取应用实例列表
|
|
58
106
|
*/
|
|
59
107
|
DescribeApplicationPods(req: DescribeApplicationPodsRequest, cb?: (error: string, rep: DescribeApplicationPodsResponse) => void): Promise<DescribeApplicationPodsResponse>;
|
|
60
108
|
/**
|
|
61
|
-
*
|
|
109
|
+
* 删除应用弹性策略组合
|
|
62
110
|
*/
|
|
63
|
-
|
|
111
|
+
DeleteApplicationAutoscaler(req: DeleteApplicationAutoscalerRequest, cb?: (error: string, rep: DeleteApplicationAutoscalerResponse) => void): Promise<DeleteApplicationAutoscalerResponse>;
|
|
64
112
|
/**
|
|
65
113
|
* 修改应用基本信息
|
|
66
114
|
*/
|
|
67
115
|
ModifyApplicationInfo(req: ModifyApplicationInfoRequest, cb?: (error: string, rep: ModifyApplicationInfoResponse) => void): Promise<ModifyApplicationInfoResponse>;
|
|
68
116
|
/**
|
|
69
|
-
*
|
|
117
|
+
* 销毁配置
|
|
118
|
+
*/
|
|
119
|
+
DestroyConfigData(req: DestroyConfigDataRequest, cb?: (error: string, rep: DestroyConfigDataResponse) => void): Promise<DestroyConfigDataResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* 获取环境列表
|
|
70
122
|
*/
|
|
71
123
|
DescribeEnvironments(req: DescribeEnvironmentsRequest, cb?: (error: string, rep: DescribeEnvironmentsResponse) => void): Promise<DescribeEnvironmentsResponse>;
|
|
72
124
|
/**
|
|
@@ -85,6 +137,10 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
85
137
|
* 创建环境
|
|
86
138
|
*/
|
|
87
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>;
|
|
88
144
|
/**
|
|
89
145
|
* 查询 Ingress 规则列表
|
|
90
146
|
*/
|
|
@@ -94,9 +150,9 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
94
150
|
*/
|
|
95
151
|
CreateApplication(req: CreateApplicationRequest, cb?: (error: string, rep: CreateApplicationResponse) => void): Promise<CreateApplicationResponse>;
|
|
96
152
|
/**
|
|
97
|
-
*
|
|
153
|
+
* 服务重启
|
|
98
154
|
*/
|
|
99
|
-
|
|
155
|
+
RestartApplication(req: RestartApplicationRequest, cb?: (error: string, rep: RestartApplicationResponse) => void): Promise<RestartApplicationResponse>;
|
|
100
156
|
/**
|
|
101
157
|
* 更新应用部署版本
|
|
102
158
|
*/
|
|
@@ -109,16 +165,32 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
109
165
|
* 回滚分批发布
|
|
110
166
|
*/
|
|
111
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>;
|
|
112
172
|
/**
|
|
113
173
|
* 查询应用关联的 Ingress 规则列表
|
|
114
174
|
*/
|
|
115
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>;
|
|
116
180
|
/**
|
|
117
181
|
* 绑定云资源
|
|
118
182
|
*/
|
|
119
183
|
CreateResource(req: CreateResourceRequest, cb?: (error: string, rep: CreateResourceResponse) => void): Promise<CreateResourceResponse>;
|
|
120
184
|
/**
|
|
121
|
-
*
|
|
185
|
+
* 获取应用弹性策略组合
|
|
186
|
+
*/
|
|
187
|
+
DescribeApplicationAutoscalerList(req: DescribeApplicationAutoscalerListRequest, cb?: (error: string, rep: DescribeApplicationAutoscalerListResponse) => void): Promise<DescribeApplicationAutoscalerListResponse>;
|
|
188
|
+
/**
|
|
189
|
+
* 销毁环境
|
|
122
190
|
*/
|
|
123
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>;
|
|
124
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
|
- 停止当前运行服务
|
|
@@ -72,6 +108,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
72
108
|
async DeployApplication(req, cb) {
|
|
73
109
|
return this.request("DeployApplication", req, cb);
|
|
74
110
|
}
|
|
111
|
+
/**
|
|
112
|
+
* 修改弹性伸缩策略组合
|
|
113
|
+
*/
|
|
114
|
+
async ModifyApplicationAutoscaler(req, cb) {
|
|
115
|
+
return this.request("ModifyApplicationAutoscaler", req, cb);
|
|
116
|
+
}
|
|
75
117
|
/**
|
|
76
118
|
* 获取分批发布详情
|
|
77
119
|
*/
|
|
@@ -90,12 +132,42 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
90
132
|
async ModifyEnvironment(req, cb) {
|
|
91
133
|
return this.request("ModifyEnvironment", req, cb);
|
|
92
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
|
+
}
|
|
93
147
|
/**
|
|
94
148
|
* 服务停止
|
|
95
149
|
*/
|
|
96
150
|
async StopApplication(req, cb) {
|
|
97
151
|
return this.request("StopApplication", req, cb);
|
|
98
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
|
+
}
|
|
99
171
|
/**
|
|
100
172
|
* 获取应用实例列表
|
|
101
173
|
*/
|
|
@@ -103,10 +175,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
103
175
|
return this.request("DescribeApplicationPods", req, cb);
|
|
104
176
|
}
|
|
105
177
|
/**
|
|
106
|
-
*
|
|
178
|
+
* 删除应用弹性策略组合
|
|
107
179
|
*/
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
180
|
+
async DeleteApplicationAutoscaler(req, cb) {
|
|
181
|
+
return this.request("DeleteApplicationAutoscaler", req, cb);
|
|
110
182
|
}
|
|
111
183
|
/**
|
|
112
184
|
* 修改应用基本信息
|
|
@@ -115,7 +187,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
115
187
|
return this.request("ModifyApplicationInfo", req, cb);
|
|
116
188
|
}
|
|
117
189
|
/**
|
|
118
|
-
*
|
|
190
|
+
* 销毁配置
|
|
191
|
+
*/
|
|
192
|
+
async DestroyConfigData(req, cb) {
|
|
193
|
+
return this.request("DestroyConfigData", req, cb);
|
|
194
|
+
}
|
|
195
|
+
/**
|
|
196
|
+
* 获取环境列表
|
|
119
197
|
*/
|
|
120
198
|
async DescribeEnvironments(req, cb) {
|
|
121
199
|
return this.request("DescribeEnvironments", req, cb);
|
|
@@ -144,6 +222,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
144
222
|
async CreateEnvironment(req, cb) {
|
|
145
223
|
return this.request("CreateEnvironment", req, cb);
|
|
146
224
|
}
|
|
225
|
+
/**
|
|
226
|
+
* 关闭应用弹性策略组合
|
|
227
|
+
*/
|
|
228
|
+
async DisableApplicationAutoscaler(req, cb) {
|
|
229
|
+
return this.request("DisableApplicationAutoscaler", req, cb);
|
|
230
|
+
}
|
|
147
231
|
/**
|
|
148
232
|
* 查询 Ingress 规则列表
|
|
149
233
|
*/
|
|
@@ -157,10 +241,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
157
241
|
return this.request("CreateApplication", req, cb);
|
|
158
242
|
}
|
|
159
243
|
/**
|
|
160
|
-
*
|
|
244
|
+
* 服务重启
|
|
161
245
|
*/
|
|
162
|
-
async
|
|
163
|
-
return this.request("
|
|
246
|
+
async RestartApplication(req, cb) {
|
|
247
|
+
return this.request("RestartApplication", req, cb);
|
|
164
248
|
}
|
|
165
249
|
/**
|
|
166
250
|
* 更新应用部署版本
|
|
@@ -180,12 +264,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
180
264
|
async RevertDeployApplication(req, cb) {
|
|
181
265
|
return this.request("RevertDeployApplication", req, cb);
|
|
182
266
|
}
|
|
267
|
+
/**
|
|
268
|
+
* 销毁日志收集配置
|
|
269
|
+
*/
|
|
270
|
+
async DestroyLogConfig(req, cb) {
|
|
271
|
+
return this.request("DestroyLogConfig", req, cb);
|
|
272
|
+
}
|
|
183
273
|
/**
|
|
184
274
|
* 查询应用关联的 Ingress 规则列表
|
|
185
275
|
*/
|
|
186
276
|
async DescribeRelatedIngresses(req, cb) {
|
|
187
277
|
return this.request("DescribeRelatedIngresses", req, cb);
|
|
188
278
|
}
|
|
279
|
+
/**
|
|
280
|
+
* 查询配置详情
|
|
281
|
+
*/
|
|
282
|
+
async DescribeConfigData(req, cb) {
|
|
283
|
+
return this.request("DescribeConfigData", req, cb);
|
|
284
|
+
}
|
|
189
285
|
/**
|
|
190
286
|
* 绑定云资源
|
|
191
287
|
*/
|
|
@@ -193,10 +289,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
193
289
|
return this.request("CreateResource", req, cb);
|
|
194
290
|
}
|
|
195
291
|
/**
|
|
196
|
-
*
|
|
292
|
+
* 获取应用弹性策略组合
|
|
293
|
+
*/
|
|
294
|
+
async DescribeApplicationAutoscalerList(req, cb) {
|
|
295
|
+
return this.request("DescribeApplicationAutoscalerList", req, cb);
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* 销毁环境
|
|
197
299
|
*/
|
|
198
300
|
async DestroyEnvironment(req, cb) {
|
|
199
301
|
return this.request("DestroyEnvironment", req, cb);
|
|
200
302
|
}
|
|
303
|
+
/**
|
|
304
|
+
* 查询配置列表
|
|
305
|
+
*/
|
|
306
|
+
async DescribeConfigDataList(req, cb) {
|
|
307
|
+
return this.request("DescribeConfigDataList", req, cb);
|
|
308
|
+
}
|
|
201
309
|
}
|
|
202
310
|
exports.Client = Client;
|