tencentcloud-sdk-nodejs-tcb 4.0.1053 → 4.1.1
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/README.md +18 -4
- package/es/index.js +1 -0
- package/es/services/index.js +1 -0
- package/es/services/tcb/index.js +4 -0
- package/es/services/tcb/v20180608/index.js +6 -0
- package/es/services/tcb/v20180608/tcb_client.js +273 -0
- package/es/services/tcb/v20180608/tcb_models.js +0 -0
- package/package.json +24 -8
- package/tencentcloud/services/tcb/v20180608/index.js +2 -1
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +5 -5
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +8 -7
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +84 -185
- package/index.d.ts +0 -2
- package/index.js +0 -6
- package/prettier.config.js +0 -38
- package/src/index.ts +0 -1
- package/src/services/index.ts +0 -1
- package/src/services/tcb/index.ts +0 -5
- package/src/services/tcb/v20180608/index.ts +0 -6
- package/src/services/tcb/v20180608/tcb_client.ts +0 -1172
- package/src/services/tcb/v20180608/tcb_models.ts +0 -6673
- package/tsconfig.json +0 -33
- package/typings/index.d.ts +0 -2
|
@@ -1,1172 +0,0 @@
|
|
|
1
|
-
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
-
/*
|
|
3
|
-
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
-
*
|
|
5
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
-
* you may not use this file except in compliance with the License.
|
|
7
|
-
* You may obtain a copy of the License at
|
|
8
|
-
*
|
|
9
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
*
|
|
11
|
-
* Unless required by applicable law or agreed to in writing,
|
|
12
|
-
* software distributed under the License is distributed on an
|
|
13
|
-
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
-
* KIND, either express or implied. See the License for the
|
|
15
|
-
* specific language governing permissions and limitations
|
|
16
|
-
* under the License.
|
|
17
|
-
*/
|
|
18
|
-
import * as TencentCloudCommon from "tencentcloud-sdk-nodejs-common"
|
|
19
|
-
import {
|
|
20
|
-
DescribeEnvLimitResponse,
|
|
21
|
-
DescribeCloudBaseRunAllVpcsResponse,
|
|
22
|
-
OrderInfo,
|
|
23
|
-
CheckTcbServiceResponse,
|
|
24
|
-
DescribeCloudBaseRunConfForGateWayRequest,
|
|
25
|
-
DescribeCloudBaseRunServerVersionRequest,
|
|
26
|
-
CbrPackageInfo,
|
|
27
|
-
DescribeEnvLimitRequest,
|
|
28
|
-
DescribeEnvDealRegionResponse,
|
|
29
|
-
DeleteCloudBaseRunServerVersionResponse,
|
|
30
|
-
RollUpdateCloudBaseRunServerVersionResponse,
|
|
31
|
-
SearchClsLogResponse,
|
|
32
|
-
ModifyClsTopicResponse,
|
|
33
|
-
StandaloneGatewayInfo,
|
|
34
|
-
CloudBaseRunSideSpec,
|
|
35
|
-
CommonServiceAPIResponse,
|
|
36
|
-
DescribeStandaloneGatewayRequest,
|
|
37
|
-
DescribeStandaloneGatewayPackageRequest,
|
|
38
|
-
DescribeGraphDataResponse,
|
|
39
|
-
DescribePostpayPackageFreeQuotasRequest,
|
|
40
|
-
DescribeEndUserLoginStatisticRequest,
|
|
41
|
-
DescribeCloudBaseBuildServiceResponse,
|
|
42
|
-
DescribeEndUsersRequest,
|
|
43
|
-
DescribeCloudBaseRunPodListResponse,
|
|
44
|
-
DescribeCloudBaseRunServerDomainNameResponse,
|
|
45
|
-
BanConfig,
|
|
46
|
-
LogResObject,
|
|
47
|
-
DestroyStandaloneGatewayRequest,
|
|
48
|
-
CloudRunServiceSimpleVersionSnapshot,
|
|
49
|
-
CreateWxCloudBaseRunServerDBClusterResponse,
|
|
50
|
-
ReplaceActivityRecordResponse,
|
|
51
|
-
DescribeSpecialCostItemsRequest,
|
|
52
|
-
TurnOnStandaloneGatewayRequest,
|
|
53
|
-
CreatePostpayPackageRequest,
|
|
54
|
-
DescribeWxCloudBaseRunSubNetsRequest,
|
|
55
|
-
ModifyEndUserRequest,
|
|
56
|
-
DescribeCurveDataResponse,
|
|
57
|
-
DescribeBaasPackageListRequest,
|
|
58
|
-
ClsInfo,
|
|
59
|
-
DescribeCloudBaseRunOperationTypesRequest,
|
|
60
|
-
GatewayVersionItem,
|
|
61
|
-
DescribeAuthDomainsResponse,
|
|
62
|
-
ReinstateEnvRequest,
|
|
63
|
-
DescribeCloudBaseRunOneClickTaskExternalRequest,
|
|
64
|
-
ModifyClsTopicRequest,
|
|
65
|
-
DescribeStandaloneGatewayResponse,
|
|
66
|
-
DescribeWxCloudBaseRunEnvsResponse,
|
|
67
|
-
CreateHostingDomainRequest,
|
|
68
|
-
DescribeCloudBaseRunResourceRequest,
|
|
69
|
-
DescribeCloudBaseRunServerRequest,
|
|
70
|
-
CloudBaseRunEmptyDirVolumeSource,
|
|
71
|
-
CloudBaseRunVolumeMount,
|
|
72
|
-
BackendServiceInfo,
|
|
73
|
-
DescribePostpayFreeQuotasRequest,
|
|
74
|
-
DescribeActivityInfoResponse,
|
|
75
|
-
CloudBaseRunImageInfo,
|
|
76
|
-
DestroyStandaloneGatewayResponse,
|
|
77
|
-
DescribeCloudBaseRunServerVersionResponse,
|
|
78
|
-
EndUserInfo,
|
|
79
|
-
DescribeGatewayVersionsResponse,
|
|
80
|
-
DescribeGatewayVersionsRequest,
|
|
81
|
-
DeleteEndUserRequest,
|
|
82
|
-
DescribeHostingDomainTaskRequest,
|
|
83
|
-
FreezeCloudBaseRunServersRequest,
|
|
84
|
-
BaasPackageInfo,
|
|
85
|
-
ModifyGatewayVersionTrafficRequest,
|
|
86
|
-
DescribeQuotaDataResponse,
|
|
87
|
-
DescribeGatewayCurveDataResponse,
|
|
88
|
-
ActivityInfoItem,
|
|
89
|
-
KVPair,
|
|
90
|
-
DeleteGatewayVersionRequest,
|
|
91
|
-
FunctionInfo,
|
|
92
|
-
CommonServiceAPIRequest,
|
|
93
|
-
DestroyStaticStoreRequest,
|
|
94
|
-
CreateWxCloudBaseRunEnvRequest,
|
|
95
|
-
ModifyCloudBaseRunServerFlowConfRequest,
|
|
96
|
-
DescribeActivityRecordResponse,
|
|
97
|
-
DescribeCloudBaseRunVersionRsByConditionResponse,
|
|
98
|
-
CreateStaticStoreRequest,
|
|
99
|
-
CreateWxCloudBaseRunServerDBClusterRequest,
|
|
100
|
-
DeleteCloudBaseProjectLatestVersionResponse,
|
|
101
|
-
DescribeGatewayCurveDataRequest,
|
|
102
|
-
DescribeGraphDataRequest,
|
|
103
|
-
DescribeBillingInfoResponse,
|
|
104
|
-
CreateAuthDomainResponse,
|
|
105
|
-
ModifyDatabaseACLRequest,
|
|
106
|
-
DescribeEnvsRequest,
|
|
107
|
-
CloudBaseRunVersionFlowItem,
|
|
108
|
-
DeleteWxGatewayRouteRequest,
|
|
109
|
-
DescribeEnvPostpaidDeductRequest,
|
|
110
|
-
CustomHeader,
|
|
111
|
-
DescribeExtraPkgBillingInfoRequest,
|
|
112
|
-
BindEnvGatewayResponse,
|
|
113
|
-
DescribeWxCloudBaseRunSubNetsResponse,
|
|
114
|
-
DescribeEnvFreeQuotaRequest,
|
|
115
|
-
CloudBaseCapabilities,
|
|
116
|
-
CbrRepoInfo,
|
|
117
|
-
DescribeEndUserLoginStatisticResponse,
|
|
118
|
-
DescribeExtensionUploadInfoRequest,
|
|
119
|
-
DescribeBillingInfoRequest,
|
|
120
|
-
HpaPolicy,
|
|
121
|
-
CloudBaseRunImageSecretInfo,
|
|
122
|
-
CreateCloudBaseRunResourceResponse,
|
|
123
|
-
DescribeStandaloneGatewayPackageResponse,
|
|
124
|
-
LogObject,
|
|
125
|
-
DestroyStaticStoreResponse,
|
|
126
|
-
DeleteEndUserResponse,
|
|
127
|
-
ModifyDatabaseACLResponse,
|
|
128
|
-
CloudBaseEsInfo,
|
|
129
|
-
PostPaidEnvDeductInfo,
|
|
130
|
-
ModifyCloudBaseRunServerFlowConfResponse,
|
|
131
|
-
DescribeCloudBaseRunOperationTypesResponse,
|
|
132
|
-
SpecialCostItem,
|
|
133
|
-
EstablishCloudBaseRunServerResponse,
|
|
134
|
-
EnvInfo,
|
|
135
|
-
DestroyEnvRequest,
|
|
136
|
-
DestroyEnvResponse,
|
|
137
|
-
DescribeCloudBaseProjectVersionListRequest,
|
|
138
|
-
CodeSource,
|
|
139
|
-
DescribeCloudBaseRunOneClickTaskExternalResponse,
|
|
140
|
-
TurnOffStandaloneGatewayResponse,
|
|
141
|
-
DescribeEnvsResponse,
|
|
142
|
-
CreateAuthDomainRequest,
|
|
143
|
-
DescribeEnvPostpaidDeductResponse,
|
|
144
|
-
CreateHostingDomainResponse,
|
|
145
|
-
TkeClusterInfo,
|
|
146
|
-
DescribeActivityRecordRequest,
|
|
147
|
-
CreateWxCloudBaseRunEnvResponse,
|
|
148
|
-
DeleteCloudBaseRunServerVersionRequest,
|
|
149
|
-
CreateCloudBaseRunServerVersionRequest,
|
|
150
|
-
LoginStatistic,
|
|
151
|
-
DescribeCloudBaseRunServerDomainNameRequest,
|
|
152
|
-
DescribeCloudBaseRunAllVpcsRequest,
|
|
153
|
-
CreatePostpayPackageResponse,
|
|
154
|
-
DescribeBaasPackageListResponse,
|
|
155
|
-
ReplaceActivityRecordRequest,
|
|
156
|
-
DeleteWxGatewayRouteResponse,
|
|
157
|
-
DescribeCloudBaseProjectVersionListResponse,
|
|
158
|
-
UnfreezeCloudBaseRunServersRequest,
|
|
159
|
-
CustomLogConfig,
|
|
160
|
-
EstablishCloudBaseRunServerRequest,
|
|
161
|
-
ReinstateEnvResponse,
|
|
162
|
-
CloudBaseRunServiceVolumeMount,
|
|
163
|
-
DescribeSpecialCostItemsResponse,
|
|
164
|
-
CreateStandaloneGatewayRequest,
|
|
165
|
-
DescribeWxGatewayRoutesRequest,
|
|
166
|
-
DescribeWxGatewaysRequest,
|
|
167
|
-
CloudBaseRunKVPriority,
|
|
168
|
-
DescribeDownloadFileRequest,
|
|
169
|
-
DescribeEndUserStatisticRequest,
|
|
170
|
-
CloudBaseRunVpcSubnet,
|
|
171
|
-
PackageFreeQuotaInfo,
|
|
172
|
-
DescribeEnvFreeQuotaResponse,
|
|
173
|
-
CreateAndDeployCloudBaseProjectResponse,
|
|
174
|
-
StaticStorageInfo,
|
|
175
|
-
DescribeCloudBaseRunResourceForExtendResponse,
|
|
176
|
-
CreateAndDeployCloudBaseProjectRequest,
|
|
177
|
-
DescribeCloudBaseRunVersionRequest,
|
|
178
|
-
EstablishWxGatewayRouteRequest,
|
|
179
|
-
UnfreezeCloudBaseRunServersResponse,
|
|
180
|
-
DescribeCloudBaseRunConfForGateWayResponse,
|
|
181
|
-
DescribeCbrServerVersionRequest,
|
|
182
|
-
DescribeWxGatewayRoutesResponse,
|
|
183
|
-
DatabasesInfo,
|
|
184
|
-
CloudBaseSecurityContext,
|
|
185
|
-
ExtensionFile,
|
|
186
|
-
TurnOffStandaloneGatewayRequest,
|
|
187
|
-
DeleteGatewayVersionResponse,
|
|
188
|
-
EstablishWxGatewayRouteResponse,
|
|
189
|
-
DescribeDatabaseACLRequest,
|
|
190
|
-
SmsFreeQuota,
|
|
191
|
-
CreateCloudBaseRunServerVersionResponse,
|
|
192
|
-
CloudBaseRunServerVersionItem,
|
|
193
|
-
PlatformStatistic,
|
|
194
|
-
DeleteCloudBaseProjectLatestVersionRequest,
|
|
195
|
-
DescribeCloudBaseProjectLatestVersionListResponse,
|
|
196
|
-
DescribeWxGatewaysResponse,
|
|
197
|
-
DescribeDownloadFileResponse,
|
|
198
|
-
StandaloneGatewayPackageInfo,
|
|
199
|
-
CloudBaseRunNfsVolumeSource,
|
|
200
|
-
DescribeSmsQuotasResponse,
|
|
201
|
-
DescribeWxCloudBaseRunEnvsRequest,
|
|
202
|
-
CloudBaseRunServiceVolumeHostPath,
|
|
203
|
-
DescribeCurveDataRequest,
|
|
204
|
-
DescribeActivityInfoRequest,
|
|
205
|
-
BindEnvGatewayRequest,
|
|
206
|
-
ModifyEnvResponse,
|
|
207
|
-
DescribeCbrServerVersionResponse,
|
|
208
|
-
CreateStandaloneGatewayResponse,
|
|
209
|
-
DescribeQuotaDataRequest,
|
|
210
|
-
CreateStaticStoreResponse,
|
|
211
|
-
CloudBaseRunVpcInfo,
|
|
212
|
-
DescribeCloudBaseRunResourceResponse,
|
|
213
|
-
StorageInfo,
|
|
214
|
-
DescribeCloudBaseRunVersionSnapshotRequest,
|
|
215
|
-
FreequotaInfo,
|
|
216
|
-
CloudBaseRunVersionPod,
|
|
217
|
-
DescribeUserActivityInfoResponse,
|
|
218
|
-
DescribePostpayFreeQuotasResponse,
|
|
219
|
-
ModifyGatewayVersionTrafficResponse,
|
|
220
|
-
ActivityRecordItem,
|
|
221
|
-
AuthDomain,
|
|
222
|
-
DescribeCloudBaseProjectLatestVersionListRequest,
|
|
223
|
-
LogServiceInfo,
|
|
224
|
-
FrequencyLimitConfig,
|
|
225
|
-
DescribeEndUsersResponse,
|
|
226
|
-
DescribeHostingDomainTaskResponse,
|
|
227
|
-
EnvBillingInfoItem,
|
|
228
|
-
DescribeEndUserStatisticResponse,
|
|
229
|
-
WxGatewayRountItem,
|
|
230
|
-
DescribeSmsQuotasRequest,
|
|
231
|
-
DescribeCloudBaseRunVersionResponse,
|
|
232
|
-
DescribeCloudBaseRunResourceForExtendRequest,
|
|
233
|
-
DescribeCloudBaseBuildServiceRequest,
|
|
234
|
-
SearchClsLogRequest,
|
|
235
|
-
CloudBaseCodeRepoDetail,
|
|
236
|
-
CheckTcbServiceRequest,
|
|
237
|
-
DescribeCloudBaseRunVersionRsByConditionRequest,
|
|
238
|
-
DescribeCloudBaseRunServerResponse,
|
|
239
|
-
DescribeUserActivityInfoRequest,
|
|
240
|
-
Tag,
|
|
241
|
-
DescribeCloudBaseRunVersionSnapshotResponse,
|
|
242
|
-
DescribeCloudBaseRunPodListRequest,
|
|
243
|
-
CreateCloudBaseRunResourceRequest,
|
|
244
|
-
ModifyEndUserResponse,
|
|
245
|
-
DescribeAuthDomainsRequest,
|
|
246
|
-
FreezeCloudBaseRunServersResponse,
|
|
247
|
-
CloudRunServiceVolume,
|
|
248
|
-
CloudBaseRunForGatewayConf,
|
|
249
|
-
GatewayItem,
|
|
250
|
-
ExtensionFileInfo,
|
|
251
|
-
WxGatewayCustomConfig,
|
|
252
|
-
ObjectKV,
|
|
253
|
-
CloudBaseProjectVersion,
|
|
254
|
-
DescribeEnvDealRegionRequest,
|
|
255
|
-
DescribeDatabaseACLResponse,
|
|
256
|
-
ModifyCloudBaseRunServerVersionResponse,
|
|
257
|
-
DescribeExtensionUploadInfoResponse,
|
|
258
|
-
TurnOnStandaloneGatewayResponse,
|
|
259
|
-
ModifyEnvRequest,
|
|
260
|
-
PostpayEnvQuota,
|
|
261
|
-
CustomRequestToAdd,
|
|
262
|
-
DescribePostpayPackageFreeQuotasResponse,
|
|
263
|
-
OneClickTaskStepInfo,
|
|
264
|
-
DescribeExtraPkgBillingInfoResponse,
|
|
265
|
-
CloudBaseCodeRepoName,
|
|
266
|
-
ModifyCloudBaseRunServerVersionRequest,
|
|
267
|
-
RollUpdateCloudBaseRunServerVersionRequest,
|
|
268
|
-
} from "./tcb_models"
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* tcb client
|
|
272
|
-
* @class
|
|
273
|
-
*/
|
|
274
|
-
export class Client extends TencentCloudCommon.AbstractClient {
|
|
275
|
-
constructor(clientConfig: TencentCloudCommon.ClientConfig) {
|
|
276
|
-
super("tcb.tencentcloudapi.com", "2018-06-08", clientConfig)
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
/**
|
|
280
|
-
* 查询微信云托管子网
|
|
281
|
-
*/
|
|
282
|
-
async DescribeWxCloudBaseRunSubNets(
|
|
283
|
-
req: DescribeWxCloudBaseRunSubNetsRequest,
|
|
284
|
-
cb?: (error: string, rep: DescribeWxCloudBaseRunSubNetsResponse) => void
|
|
285
|
-
): Promise<DescribeWxCloudBaseRunSubNetsResponse> {
|
|
286
|
-
return this.request("DescribeWxCloudBaseRunSubNets", req, cb)
|
|
287
|
-
}
|
|
288
|
-
|
|
289
|
-
/**
|
|
290
|
-
* 查询环境下所有的vpc列表
|
|
291
|
-
*/
|
|
292
|
-
async DescribeCloudBaseRunAllVpcs(
|
|
293
|
-
req: DescribeCloudBaseRunAllVpcsRequest,
|
|
294
|
-
cb?: (error: string, rep: DescribeCloudBaseRunAllVpcsResponse) => void
|
|
295
|
-
): Promise<DescribeCloudBaseRunAllVpcsResponse> {
|
|
296
|
-
return this.request("DescribeCloudBaseRunAllVpcs", req, cb)
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
* 查询后付费短信资源量
|
|
301
|
-
1 有免费包的返回SmsFreeQuota结构所有字段
|
|
302
|
-
2 没有免费包,有付费包,付费返回复用SmsFreeQuota结构,其中只有 TodayUsedQuota 字段有效
|
|
303
|
-
3 都没有返回为空数组
|
|
304
|
-
*/
|
|
305
|
-
async DescribeSmsQuotas(
|
|
306
|
-
req: DescribeSmsQuotasRequest,
|
|
307
|
-
cb?: (error: string, rep: DescribeSmsQuotasResponse) => void
|
|
308
|
-
): Promise<DescribeSmsQuotasResponse> {
|
|
309
|
-
return this.request("DescribeSmsQuotas", req, cb)
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
/**
|
|
313
|
-
* 查询微信云托管服务域名
|
|
314
|
-
*/
|
|
315
|
-
async DescribeCloudBaseRunServerDomainName(
|
|
316
|
-
req: DescribeCloudBaseRunServerDomainNameRequest,
|
|
317
|
-
cb?: (error: string, rep: DescribeCloudBaseRunServerDomainNameResponse) => void
|
|
318
|
-
): Promise<DescribeCloudBaseRunServerDomainNameResponse> {
|
|
319
|
-
return this.request("DescribeCloudBaseRunServerDomainName", req, cb)
|
|
320
|
-
}
|
|
321
|
-
|
|
322
|
-
/**
|
|
323
|
-
* 创建微信云托管
|
|
324
|
-
*/
|
|
325
|
-
async CreateWxCloudBaseRunEnv(
|
|
326
|
-
req: CreateWxCloudBaseRunEnvRequest,
|
|
327
|
-
cb?: (error: string, rep: CreateWxCloudBaseRunEnvResponse) => void
|
|
328
|
-
): Promise<CreateWxCloudBaseRunEnvResponse> {
|
|
329
|
-
return this.request("CreateWxCloudBaseRunEnv", req, cb)
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
/**
|
|
333
|
-
* 本接口(TurnOffStandaloneGateway)用于关闭小租户网关。
|
|
334
|
-
*/
|
|
335
|
-
async TurnOffStandaloneGateway(
|
|
336
|
-
req: TurnOffStandaloneGatewayRequest,
|
|
337
|
-
cb?: (error: string, rep: TurnOffStandaloneGatewayResponse) => void
|
|
338
|
-
): Promise<TurnOffStandaloneGatewayResponse> {
|
|
339
|
-
return this.request("TurnOffStandaloneGateway", req, cb)
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* 本接口(TurnOnStandaloneGateway)用于开启小租户网关。
|
|
344
|
-
*/
|
|
345
|
-
async TurnOnStandaloneGateway(
|
|
346
|
-
req: TurnOnStandaloneGatewayRequest,
|
|
347
|
-
cb?: (error: string, rep: TurnOnStandaloneGatewayResponse) => void
|
|
348
|
-
): Promise<TurnOnStandaloneGatewayResponse> {
|
|
349
|
-
return this.request("TurnOnStandaloneGateway", req, cb)
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
* 开通后付费资源
|
|
354
|
-
*/
|
|
355
|
-
async CreatePostpayPackage(
|
|
356
|
-
req: CreatePostpayPackageRequest,
|
|
357
|
-
cb?: (error: string, rep: CreatePostpayPackageResponse) => void
|
|
358
|
-
): Promise<CreatePostpayPackageResponse> {
|
|
359
|
-
return this.request("CreatePostpayPackage", req, cb)
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
/**
|
|
363
|
-
* 获取新套餐列表,含详情,如果传了PackageId,则只获取指定套餐详情
|
|
364
|
-
*/
|
|
365
|
-
async DescribeBaasPackageList(
|
|
366
|
-
req: DescribeBaasPackageListRequest,
|
|
367
|
-
cb?: (error: string, rep: DescribeBaasPackageListResponse) => void
|
|
368
|
-
): Promise<DescribeBaasPackageListResponse> {
|
|
369
|
-
return this.request("DescribeBaasPackageList", req, cb)
|
|
370
|
-
}
|
|
371
|
-
|
|
372
|
-
/**
|
|
373
|
-
* 云项目部署列表
|
|
374
|
-
*/
|
|
375
|
-
async DescribeCloudBaseProjectVersionList(
|
|
376
|
-
req: DescribeCloudBaseProjectVersionListRequest,
|
|
377
|
-
cb?: (error: string, rep: DescribeCloudBaseProjectVersionListResponse) => void
|
|
378
|
-
): Promise<DescribeCloudBaseProjectVersionListResponse> {
|
|
379
|
-
return this.request("DescribeCloudBaseProjectVersionList", req, cb)
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
/**
|
|
383
|
-
* 获取云开发项目列表
|
|
384
|
-
*/
|
|
385
|
-
async DescribeCloudBaseProjectLatestVersionList(
|
|
386
|
-
req: DescribeCloudBaseProjectLatestVersionListRequest,
|
|
387
|
-
cb?: (error: string, rep: DescribeCloudBaseProjectLatestVersionListResponse) => void
|
|
388
|
-
): Promise<DescribeCloudBaseProjectLatestVersionListResponse> {
|
|
389
|
-
return this.request("DescribeCloudBaseProjectLatestVersionList", req, cb)
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
/**
|
|
393
|
-
* 独立网关中拉取云托管服务对应的配置信息
|
|
394
|
-
*/
|
|
395
|
-
async DescribeCloudBaseRunConfForGateWay(
|
|
396
|
-
req: DescribeCloudBaseRunConfForGateWayRequest,
|
|
397
|
-
cb?: (error: string, rep: DescribeCloudBaseRunConfForGateWayResponse) => void
|
|
398
|
-
): Promise<DescribeCloudBaseRunConfForGateWayResponse> {
|
|
399
|
-
return this.request("DescribeCloudBaseRunConfForGateWay", req, cb)
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/**
|
|
403
|
-
* 创建云应用服务
|
|
404
|
-
*/
|
|
405
|
-
async EstablishCloudBaseRunServer(
|
|
406
|
-
req: EstablishCloudBaseRunServerRequest,
|
|
407
|
-
cb?: (error: string, rep: EstablishCloudBaseRunServerResponse) => void
|
|
408
|
-
): Promise<EstablishCloudBaseRunServerResponse> {
|
|
409
|
-
return this.request("EstablishCloudBaseRunServer", req, cb)
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/**
|
|
413
|
-
* 创建云开发项目
|
|
414
|
-
*/
|
|
415
|
-
async CreateAndDeployCloudBaseProject(
|
|
416
|
-
req: CreateAndDeployCloudBaseProjectRequest,
|
|
417
|
-
cb?: (error: string, rep: CreateAndDeployCloudBaseProjectResponse) => void
|
|
418
|
-
): Promise<CreateAndDeployCloudBaseProjectResponse> {
|
|
419
|
-
return this.request("CreateAndDeployCloudBaseProject", req, cb)
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
/**
|
|
423
|
-
* 检查是否开通Tcb服务
|
|
424
|
-
*/
|
|
425
|
-
async CheckTcbService(
|
|
426
|
-
req?: CheckTcbServiceRequest,
|
|
427
|
-
cb?: (error: string, rep: CheckTcbServiceResponse) => void
|
|
428
|
-
): Promise<CheckTcbServiceResponse> {
|
|
429
|
-
return this.request("CheckTcbService", req, cb)
|
|
430
|
-
}
|
|
431
|
-
|
|
432
|
-
/**
|
|
433
|
-
* 删除终端用户
|
|
434
|
-
*/
|
|
435
|
-
async DeleteEndUser(
|
|
436
|
-
req: DeleteEndUserRequest,
|
|
437
|
-
cb?: (error: string, rep: DeleteEndUserResponse) => void
|
|
438
|
-
): Promise<DeleteEndUserResponse> {
|
|
439
|
-
return this.request("DeleteEndUser", req, cb)
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* 创建或修改安全网关路由
|
|
444
|
-
*/
|
|
445
|
-
async EstablishWxGatewayRoute(
|
|
446
|
-
req: EstablishWxGatewayRouteRequest,
|
|
447
|
-
cb?: (error: string, rep: EstablishWxGatewayRouteResponse) => void
|
|
448
|
-
): Promise<EstablishWxGatewayRouteResponse> {
|
|
449
|
-
return this.request("EstablishWxGatewayRoute", req, cb)
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
/**
|
|
453
|
-
* 查询用户活动信息
|
|
454
|
-
*/
|
|
455
|
-
async DescribeUserActivityInfo(
|
|
456
|
-
req: DescribeUserActivityInfoRequest,
|
|
457
|
-
cb?: (error: string, rep: DescribeUserActivityInfoResponse) => void
|
|
458
|
-
): Promise<DescribeUserActivityInfoResponse> {
|
|
459
|
-
return this.request("DescribeUserActivityInfo", req, cb)
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
/**
|
|
463
|
-
* 删除云项目
|
|
464
|
-
*/
|
|
465
|
-
async DeleteCloudBaseProjectLatestVersion(
|
|
466
|
-
req: DeleteCloudBaseProjectLatestVersionRequest,
|
|
467
|
-
cb?: (error: string, rep: DeleteCloudBaseProjectLatestVersionResponse) => void
|
|
468
|
-
): Promise<DeleteCloudBaseProjectLatestVersionResponse> {
|
|
469
|
-
return this.request("DeleteCloudBaseProjectLatestVersion", req, cb)
|
|
470
|
-
}
|
|
471
|
-
|
|
472
|
-
/**
|
|
473
|
-
* 获取终端用户总量与平台分布情况
|
|
474
|
-
*/
|
|
475
|
-
async DescribeEndUserStatistic(
|
|
476
|
-
req: DescribeEndUserStatisticRequest,
|
|
477
|
-
cb?: (error: string, rep: DescribeEndUserStatisticResponse) => void
|
|
478
|
-
): Promise<DescribeEndUserStatisticResponse> {
|
|
479
|
-
return this.request("DescribeEndUserStatistic", req, cb)
|
|
480
|
-
}
|
|
481
|
-
|
|
482
|
-
/**
|
|
483
|
-
* 批量冻结
|
|
484
|
-
*/
|
|
485
|
-
async FreezeCloudBaseRunServers(
|
|
486
|
-
req: FreezeCloudBaseRunServersRequest,
|
|
487
|
-
cb?: (error: string, rep: FreezeCloudBaseRunServersResponse) => void
|
|
488
|
-
): Promise<FreezeCloudBaseRunServersResponse> {
|
|
489
|
-
return this.request("FreezeCloudBaseRunServers", req, cb)
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* 获取云托管代码上传url
|
|
494
|
-
*/
|
|
495
|
-
async DescribeCloudBaseBuildService(
|
|
496
|
-
req: DescribeCloudBaseBuildServiceRequest,
|
|
497
|
-
cb?: (error: string, rep: DescribeCloudBaseBuildServiceResponse) => void
|
|
498
|
-
): Promise<DescribeCloudBaseBuildServiceResponse> {
|
|
499
|
-
return this.request("DescribeCloudBaseBuildService", req, cb)
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
* 获取终端用户列表
|
|
504
|
-
*/
|
|
505
|
-
async DescribeEndUsers(
|
|
506
|
-
req: DescribeEndUsersRequest,
|
|
507
|
-
cb?: (error: string, rep: DescribeEndUsersResponse) => void
|
|
508
|
-
): Promise<DescribeEndUsersResponse> {
|
|
509
|
-
return this.request("DescribeEndUsers", req, cb)
|
|
510
|
-
}
|
|
511
|
-
|
|
512
|
-
/**
|
|
513
|
-
* 创建静态托管资源,包括COS和CDN,异步任务创建,查看创建结果需要根据DescribeStaticStore接口来查看
|
|
514
|
-
*/
|
|
515
|
-
async CreateStaticStore(
|
|
516
|
-
req: CreateStaticStoreRequest,
|
|
517
|
-
cb?: (error: string, rep: CreateStaticStoreResponse) => void
|
|
518
|
-
): Promise<CreateStaticStoreResponse> {
|
|
519
|
-
return this.request("CreateStaticStore", req, cb)
|
|
520
|
-
}
|
|
521
|
-
|
|
522
|
-
/**
|
|
523
|
-
* 查询环境1分钱抵扣信息
|
|
524
|
-
*/
|
|
525
|
-
async DescribeSpecialCostItems(
|
|
526
|
-
req: DescribeSpecialCostItemsRequest,
|
|
527
|
-
cb?: (error: string, rep: DescribeSpecialCostItemsResponse) => void
|
|
528
|
-
): Promise<DescribeSpecialCostItemsResponse> {
|
|
529
|
-
return this.request("DescribeSpecialCostItems", req, cb)
|
|
530
|
-
}
|
|
531
|
-
|
|
532
|
-
/**
|
|
533
|
-
* 删除网关某版本
|
|
534
|
-
*/
|
|
535
|
-
async DeleteGatewayVersion(
|
|
536
|
-
req: DeleteGatewayVersionRequest,
|
|
537
|
-
cb?: (error: string, rep: DeleteGatewayVersionResponse) => void
|
|
538
|
-
): Promise<DeleteGatewayVersionResponse> {
|
|
539
|
-
return this.request("DeleteGatewayVersion", req, cb)
|
|
540
|
-
}
|
|
541
|
-
|
|
542
|
-
/**
|
|
543
|
-
* 修改日志主题
|
|
544
|
-
*/
|
|
545
|
-
async ModifyClsTopic(
|
|
546
|
-
req: ModifyClsTopicRequest,
|
|
547
|
-
cb?: (error: string, rep: ModifyClsTopicResponse) => void
|
|
548
|
-
): Promise<ModifyClsTopicResponse> {
|
|
549
|
-
return this.request("ModifyClsTopic", req, cb)
|
|
550
|
-
}
|
|
551
|
-
|
|
552
|
-
/**
|
|
553
|
-
* 查询静态托管域名任务状态
|
|
554
|
-
*/
|
|
555
|
-
async DescribeHostingDomainTask(
|
|
556
|
-
req: DescribeHostingDomainTaskRequest,
|
|
557
|
-
cb?: (error: string, rep: DescribeHostingDomainTaskResponse) => void
|
|
558
|
-
): Promise<DescribeHostingDomainTaskResponse> {
|
|
559
|
-
return this.request("DescribeHostingDomainTask", req, cb)
|
|
560
|
-
}
|
|
561
|
-
|
|
562
|
-
/**
|
|
563
|
-
* 删除安全网关路由
|
|
564
|
-
*/
|
|
565
|
-
async DeleteWxGatewayRoute(
|
|
566
|
-
req: DeleteWxGatewayRouteRequest,
|
|
567
|
-
cb?: (error: string, rep: DeleteWxGatewayRouteResponse) => void
|
|
568
|
-
): Promise<DeleteWxGatewayRouteResponse> {
|
|
569
|
-
return this.request("DeleteWxGatewayRoute", req, cb)
|
|
570
|
-
}
|
|
571
|
-
|
|
572
|
-
/**
|
|
573
|
-
* 开通微信云托管MySQL数据库服务
|
|
574
|
-
*/
|
|
575
|
-
async CreateWxCloudBaseRunServerDBCluster(
|
|
576
|
-
req: CreateWxCloudBaseRunServerDBClusterRequest,
|
|
577
|
-
cb?: (error: string, rep: CreateWxCloudBaseRunServerDBClusterResponse) => void
|
|
578
|
-
): Promise<CreateWxCloudBaseRunServerDBClusterResponse> {
|
|
579
|
-
return this.request("CreateWxCloudBaseRunServerDBCluster", req, cb)
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
/**
|
|
583
|
-
* 设置网关版本的流量比例
|
|
584
|
-
*/
|
|
585
|
-
async ModifyGatewayVersionTraffic(
|
|
586
|
-
req: ModifyGatewayVersionTrafficRequest,
|
|
587
|
-
cb?: (error: string, rep: ModifyGatewayVersionTrafficResponse) => void
|
|
588
|
-
): Promise<ModifyGatewayVersionTrafficResponse> {
|
|
589
|
-
return this.request("ModifyGatewayVersionTraffic", req, cb)
|
|
590
|
-
}
|
|
591
|
-
|
|
592
|
-
/**
|
|
593
|
-
* 增加安全域名
|
|
594
|
-
*/
|
|
595
|
-
async CreateAuthDomain(
|
|
596
|
-
req: CreateAuthDomainRequest,
|
|
597
|
-
cb?: (error: string, rep: CreateAuthDomainResponse) => void
|
|
598
|
-
): Promise<CreateAuthDomainResponse> {
|
|
599
|
-
return this.request("CreateAuthDomain", req, cb)
|
|
600
|
-
}
|
|
601
|
-
|
|
602
|
-
/**
|
|
603
|
-
* 获取环境列表,含环境下的各个资源信息。尤其是各资源的唯一标识,是请求各资源的关键参数
|
|
604
|
-
*/
|
|
605
|
-
async DescribeEnvs(
|
|
606
|
-
req: DescribeEnvsRequest,
|
|
607
|
-
cb?: (error: string, rep: DescribeEnvsResponse) => void
|
|
608
|
-
): Promise<DescribeEnvsResponse> {
|
|
609
|
-
return this.request("DescribeEnvs", req, cb)
|
|
610
|
-
}
|
|
611
|
-
|
|
612
|
-
/**
|
|
613
|
-
* 查看容器托管的集群状态
|
|
614
|
-
*/
|
|
615
|
-
async DescribeCloudBaseRunResource(
|
|
616
|
-
req: DescribeCloudBaseRunResourceRequest,
|
|
617
|
-
cb?: (error: string, rep: DescribeCloudBaseRunResourceResponse) => void
|
|
618
|
-
): Promise<DescribeCloudBaseRunResourceResponse> {
|
|
619
|
-
return this.request("DescribeCloudBaseRunResource", req, cb)
|
|
620
|
-
}
|
|
621
|
-
|
|
622
|
-
/**
|
|
623
|
-
* 查看安全网关路由
|
|
624
|
-
*/
|
|
625
|
-
async DescribeWxGatewayRoutes(
|
|
626
|
-
req: DescribeWxGatewayRoutesRequest,
|
|
627
|
-
cb?: (error: string, rep: DescribeWxGatewayRoutesResponse) => void
|
|
628
|
-
): Promise<DescribeWxGatewayRoutesResponse> {
|
|
629
|
-
return this.request("DescribeWxGatewayRoutes", req, cb)
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
/**
|
|
633
|
-
* 管理终端用户
|
|
634
|
-
*/
|
|
635
|
-
async ModifyEndUser(
|
|
636
|
-
req: ModifyEndUserRequest,
|
|
637
|
-
cb?: (error: string, rep: ModifyEndUserResponse) => void
|
|
638
|
-
): Promise<ModifyEndUserResponse> {
|
|
639
|
-
return this.request("ModifyEndUser", req, cb)
|
|
640
|
-
}
|
|
641
|
-
|
|
642
|
-
/**
|
|
643
|
-
* 获取环境下单地域
|
|
644
|
-
*/
|
|
645
|
-
async DescribeEnvDealRegion(
|
|
646
|
-
req: DescribeEnvDealRegionRequest,
|
|
647
|
-
cb?: (error: string, rep: DescribeEnvDealRegionResponse) => void
|
|
648
|
-
): Promise<DescribeEnvDealRegionResponse> {
|
|
649
|
-
return this.request("DescribeEnvDealRegion", req, cb)
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
/**
|
|
653
|
-
* 查询网关监控数据
|
|
654
|
-
*/
|
|
655
|
-
async DescribeGatewayCurveData(
|
|
656
|
-
req: DescribeGatewayCurveDataRequest,
|
|
657
|
-
cb?: (error: string, rep: DescribeGatewayCurveDataResponse) => void
|
|
658
|
-
): Promise<DescribeGatewayCurveDataResponse> {
|
|
659
|
-
return this.request("DescribeGatewayCurveData", req, cb)
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* 描述扩展上传文件信息
|
|
664
|
-
*/
|
|
665
|
-
async DescribeExtensionUploadInfo(
|
|
666
|
-
req: DescribeExtensionUploadInfoRequest,
|
|
667
|
-
cb?: (error: string, rep: DescribeExtensionUploadInfoResponse) => void
|
|
668
|
-
): Promise<DescribeExtensionUploadInfoResponse> {
|
|
669
|
-
return this.request("DescribeExtensionUploadInfo", req, cb)
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
/**
|
|
673
|
-
* 删除服务版本
|
|
674
|
-
*/
|
|
675
|
-
async DeleteCloudBaseRunServerVersion(
|
|
676
|
-
req: DeleteCloudBaseRunServerVersionRequest,
|
|
677
|
-
cb?: (error: string, rep: DeleteCloudBaseRunServerVersionResponse) => void
|
|
678
|
-
): Promise<DeleteCloudBaseRunServerVersionResponse> {
|
|
679
|
-
return this.request("DeleteCloudBaseRunServerVersion", req, cb)
|
|
680
|
-
}
|
|
681
|
-
|
|
682
|
-
/**
|
|
683
|
-
* 开通容器托管的资源,包括集群创建,VPC配置,异步任务创建,镜像托管,Coding等,查看创建结果需要根据DescribeCloudBaseRunResource接口来查看
|
|
684
|
-
*/
|
|
685
|
-
async CreateCloudBaseRunResource(
|
|
686
|
-
req: CreateCloudBaseRunResourceRequest,
|
|
687
|
-
cb?: (error: string, rep: CreateCloudBaseRunResourceResponse) => void
|
|
688
|
-
): Promise<CreateCloudBaseRunResourceResponse> {
|
|
689
|
-
return this.request("CreateCloudBaseRunResource", req, cb)
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
/**
|
|
693
|
-
* 获取增值包计费相关信息
|
|
694
|
-
*/
|
|
695
|
-
async DescribeExtraPkgBillingInfo(
|
|
696
|
-
req: DescribeExtraPkgBillingInfoRequest,
|
|
697
|
-
cb?: (error: string, rep: DescribeExtraPkgBillingInfoResponse) => void
|
|
698
|
-
): Promise<DescribeExtraPkgBillingInfoResponse> {
|
|
699
|
-
return this.request("DescribeExtraPkgBillingInfo", req, cb)
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
/**
|
|
703
|
-
* 查询版本历史
|
|
704
|
-
*/
|
|
705
|
-
async DescribeCloudBaseRunVersionSnapshot(
|
|
706
|
-
req: DescribeCloudBaseRunVersionSnapshotRequest,
|
|
707
|
-
cb?: (error: string, rep: DescribeCloudBaseRunVersionSnapshotResponse) => void
|
|
708
|
-
): Promise<DescribeCloudBaseRunVersionSnapshotResponse> {
|
|
709
|
-
return this.request("DescribeCloudBaseRunVersionSnapshot", req, cb)
|
|
710
|
-
}
|
|
711
|
-
|
|
712
|
-
/**
|
|
713
|
-
* 根据用户传入的指标, 拉取一段时间内的监控数据。
|
|
714
|
-
*/
|
|
715
|
-
async DescribeCurveData(
|
|
716
|
-
req: DescribeCurveDataRequest,
|
|
717
|
-
cb?: (error: string, rep: DescribeCurveDataResponse) => void
|
|
718
|
-
): Promise<DescribeCurveDataResponse> {
|
|
719
|
-
return this.request("DescribeCurveData", req, cb)
|
|
720
|
-
}
|
|
721
|
-
|
|
722
|
-
/**
|
|
723
|
-
* 修改数据库权限
|
|
724
|
-
*/
|
|
725
|
-
async ModifyDatabaseACL(
|
|
726
|
-
req: ModifyDatabaseACLRequest,
|
|
727
|
-
cb?: (error: string, rep: ModifyDatabaseACLResponse) => void
|
|
728
|
-
): Promise<ModifyDatabaseACLResponse> {
|
|
729
|
-
return this.request("ModifyDatabaseACL", req, cb)
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
/**
|
|
733
|
-
* 查看安全网关
|
|
734
|
-
*/
|
|
735
|
-
async DescribeWxGateways(
|
|
736
|
-
req: DescribeWxGatewaysRequest,
|
|
737
|
-
cb?: (error: string, rep: DescribeWxGatewaysResponse) => void
|
|
738
|
-
): Promise<DescribeWxGatewaysResponse> {
|
|
739
|
-
return this.request("DescribeWxGateways", req, cb)
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
/**
|
|
743
|
-
* TCB云API统一入口
|
|
744
|
-
*/
|
|
745
|
-
async CommonServiceAPI(
|
|
746
|
-
req: CommonServiceAPIRequest,
|
|
747
|
-
cb?: (error: string, rep: CommonServiceAPIResponse) => void
|
|
748
|
-
): Promise<CommonServiceAPIResponse> {
|
|
749
|
-
return this.request("CommonServiceAPI", req, cb)
|
|
750
|
-
}
|
|
751
|
-
|
|
752
|
-
/**
|
|
753
|
-
* 查询环境个数上限
|
|
754
|
-
*/
|
|
755
|
-
async DescribeEnvLimit(
|
|
756
|
-
req?: DescribeEnvLimitRequest,
|
|
757
|
-
cb?: (error: string, rep: DescribeEnvLimitResponse) => void
|
|
758
|
-
): Promise<DescribeEnvLimitResponse> {
|
|
759
|
-
return this.request("DescribeEnvLimit", req, cb)
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
/**
|
|
763
|
-
* 销毁静态托管资源,该接口创建异步销毁任务,资源最终状态可从DestroyStaticStore接口查看
|
|
764
|
-
*/
|
|
765
|
-
async DestroyStaticStore(
|
|
766
|
-
req: DestroyStaticStoreRequest,
|
|
767
|
-
cb?: (error: string, rep: DestroyStaticStoreResponse) => void
|
|
768
|
-
): Promise<DestroyStaticStoreResponse> {
|
|
769
|
-
return this.request("DestroyStaticStore", req, cb)
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
/**
|
|
773
|
-
* 查询后付费免费配额信息
|
|
774
|
-
*/
|
|
775
|
-
async DescribeEnvFreeQuota(
|
|
776
|
-
req: DescribeEnvFreeQuotaRequest,
|
|
777
|
-
cb?: (error: string, rep: DescribeEnvFreeQuotaResponse) => void
|
|
778
|
-
): Promise<DescribeEnvFreeQuotaResponse> {
|
|
779
|
-
return this.request("DescribeEnvFreeQuota", req, cb)
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
/**
|
|
783
|
-
* 本接口(DestroyStandaloneGateway)用于销毁小租户网关。
|
|
784
|
-
*/
|
|
785
|
-
async DestroyStandaloneGateway(
|
|
786
|
-
req: DestroyStandaloneGatewayRequest,
|
|
787
|
-
cb?: (error: string, rep: DestroyStandaloneGatewayResponse) => void
|
|
788
|
-
): Promise<DestroyStandaloneGatewayResponse> {
|
|
789
|
-
return this.request("DestroyStandaloneGateway", req, cb)
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
/**
|
|
793
|
-
* 创建托管域名
|
|
794
|
-
*/
|
|
795
|
-
async CreateHostingDomain(
|
|
796
|
-
req: CreateHostingDomainRequest,
|
|
797
|
-
cb?: (error: string, rep: CreateHostingDomainResponse) => void
|
|
798
|
-
): Promise<CreateHostingDomainResponse> {
|
|
799
|
-
return this.request("CreateHostingDomain", req, cb)
|
|
800
|
-
}
|
|
801
|
-
|
|
802
|
-
/**
|
|
803
|
-
* 绑定另外一个环境下的网关,callContainer请求可以访问到该网关
|
|
804
|
-
*/
|
|
805
|
-
async BindEnvGateway(
|
|
806
|
-
req: BindEnvGatewayRequest,
|
|
807
|
-
cb?: (error: string, rep: BindEnvGatewayResponse) => void
|
|
808
|
-
): Promise<BindEnvGatewayResponse> {
|
|
809
|
-
return this.request("BindEnvGateway", req, cb)
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
/**
|
|
813
|
-
* 创建服务版本
|
|
814
|
-
*/
|
|
815
|
-
async CreateCloudBaseRunServerVersion(
|
|
816
|
-
req: CreateCloudBaseRunServerVersionRequest,
|
|
817
|
-
cb?: (error: string, rep: CreateCloudBaseRunServerVersionResponse) => void
|
|
818
|
-
): Promise<CreateCloudBaseRunServerVersionResponse> {
|
|
819
|
-
return this.request("CreateCloudBaseRunServerVersion", req, cb)
|
|
820
|
-
}
|
|
821
|
-
|
|
822
|
-
/**
|
|
823
|
-
* 查询服务版本的详情,CPU和MEM 请使用CPUSize和MemSize
|
|
824
|
-
*/
|
|
825
|
-
async DescribeCloudBaseRunServerVersion(
|
|
826
|
-
req: DescribeCloudBaseRunServerVersionRequest,
|
|
827
|
-
cb?: (error: string, rep: DescribeCloudBaseRunServerVersionResponse) => void
|
|
828
|
-
): Promise<DescribeCloudBaseRunServerVersionResponse> {
|
|
829
|
-
return this.request("DescribeCloudBaseRunServerVersion", req, cb)
|
|
830
|
-
}
|
|
831
|
-
|
|
832
|
-
/**
|
|
833
|
-
* 查询指定指标的配额使用量
|
|
834
|
-
*/
|
|
835
|
-
async DescribeQuotaData(
|
|
836
|
-
req: DescribeQuotaDataRequest,
|
|
837
|
-
cb?: (error: string, rep: DescribeQuotaDataResponse) => void
|
|
838
|
-
): Promise<DescribeQuotaDataResponse> {
|
|
839
|
-
return this.request("DescribeQuotaData", req, cb)
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
/**
|
|
843
|
-
* 查询单个服务的详情,版本以及详情
|
|
844
|
-
*/
|
|
845
|
-
async DescribeCloudBaseRunServer(
|
|
846
|
-
req: DescribeCloudBaseRunServerRequest,
|
|
847
|
-
cb?: (error: string, rep: DescribeCloudBaseRunServerResponse) => void
|
|
848
|
-
): Promise<DescribeCloudBaseRunServerResponse> {
|
|
849
|
-
return this.request("DescribeCloudBaseRunServer", req, cb)
|
|
850
|
-
}
|
|
851
|
-
|
|
852
|
-
/**
|
|
853
|
-
* 本接口(DescribeStandaloneGateway)查询小租户网关套餐信息。
|
|
854
|
-
*/
|
|
855
|
-
async DescribeStandaloneGateway(
|
|
856
|
-
req: DescribeStandaloneGatewayRequest,
|
|
857
|
-
cb?: (error: string, rep: DescribeStandaloneGatewayResponse) => void
|
|
858
|
-
): Promise<DescribeStandaloneGatewayResponse> {
|
|
859
|
-
return this.request("DescribeStandaloneGateway", req, cb)
|
|
860
|
-
}
|
|
861
|
-
|
|
862
|
-
/**
|
|
863
|
-
* 查看容器托管的集群状态扩展使用
|
|
864
|
-
*/
|
|
865
|
-
async DescribeCloudBaseRunResourceForExtend(
|
|
866
|
-
req: DescribeCloudBaseRunResourceForExtendRequest,
|
|
867
|
-
cb?: (error: string, rep: DescribeCloudBaseRunResourceForExtendResponse) => void
|
|
868
|
-
): Promise<DescribeCloudBaseRunResourceForExtendResponse> {
|
|
869
|
-
return this.request("DescribeCloudBaseRunResourceForExtend", req, cb)
|
|
870
|
-
}
|
|
871
|
-
|
|
872
|
-
/**
|
|
873
|
-
* 获取后付费免费额度
|
|
874
|
-
*/
|
|
875
|
-
async DescribePostpayPackageFreeQuotas(
|
|
876
|
-
req: DescribePostpayPackageFreeQuotasRequest,
|
|
877
|
-
cb?: (error: string, rep: DescribePostpayPackageFreeQuotasResponse) => void
|
|
878
|
-
): Promise<DescribePostpayPackageFreeQuotasResponse> {
|
|
879
|
-
return this.request("DescribePostpayPackageFreeQuotas", req, cb)
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
/**
|
|
883
|
-
* 更新活动详情
|
|
884
|
-
*/
|
|
885
|
-
async ReplaceActivityRecord(
|
|
886
|
-
req: ReplaceActivityRecordRequest,
|
|
887
|
-
cb?: (error: string, rep: ReplaceActivityRecordResponse) => void
|
|
888
|
-
): Promise<ReplaceActivityRecordResponse> {
|
|
889
|
-
return this.request("ReplaceActivityRecord", req, cb)
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
/**
|
|
893
|
-
* 获取环境终端用户新增与登录信息
|
|
894
|
-
*/
|
|
895
|
-
async DescribeEndUserLoginStatistic(
|
|
896
|
-
req: DescribeEndUserLoginStatisticRequest,
|
|
897
|
-
cb?: (error: string, rep: DescribeEndUserLoginStatisticResponse) => void
|
|
898
|
-
): Promise<DescribeEndUserLoginStatisticResponse> {
|
|
899
|
-
return this.request("DescribeEndUserLoginStatistic", req, cb)
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
/**
|
|
903
|
-
* 查询服务、版本和操作类型
|
|
904
|
-
*/
|
|
905
|
-
async DescribeCloudBaseRunOperationTypes(
|
|
906
|
-
req: DescribeCloudBaseRunOperationTypesRequest,
|
|
907
|
-
cb?: (error: string, rep: DescribeCloudBaseRunOperationTypesResponse) => void
|
|
908
|
-
): Promise<DescribeCloudBaseRunOperationTypesResponse> {
|
|
909
|
-
return this.request("DescribeCloudBaseRunOperationTypes", req, cb)
|
|
910
|
-
}
|
|
911
|
-
|
|
912
|
-
/**
|
|
913
|
-
* 销毁环境
|
|
914
|
-
*/
|
|
915
|
-
async DestroyEnv(
|
|
916
|
-
req: DestroyEnvRequest,
|
|
917
|
-
cb?: (error: string, rep: DestroyEnvResponse) => void
|
|
918
|
-
): Promise<DestroyEnvResponse> {
|
|
919
|
-
return this.request("DestroyEnv", req, cb)
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
/**
|
|
923
|
-
* 查询活动信息
|
|
924
|
-
*/
|
|
925
|
-
async DescribeActivityInfo(
|
|
926
|
-
req: DescribeActivityInfoRequest,
|
|
927
|
-
cb?: (error: string, rep: DescribeActivityInfoResponse) => void
|
|
928
|
-
): Promise<DescribeActivityInfoResponse> {
|
|
929
|
-
return this.request("DescribeActivityInfo", req, cb)
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
/**
|
|
933
|
-
* 查询一键部署任务 (特定接口:外部查询使用)
|
|
934
|
-
*/
|
|
935
|
-
async DescribeCloudBaseRunOneClickTaskExternal(
|
|
936
|
-
req: DescribeCloudBaseRunOneClickTaskExternalRequest,
|
|
937
|
-
cb?: (error: string, rep: DescribeCloudBaseRunOneClickTaskExternalResponse) => void
|
|
938
|
-
): Promise<DescribeCloudBaseRunOneClickTaskExternalResponse> {
|
|
939
|
-
return this.request("DescribeCloudBaseRunOneClickTaskExternal", req, cb)
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
/**
|
|
943
|
-
* DescribeCloudBaseRunVersionRsByCondition 获取云托管详情
|
|
944
|
-
*/
|
|
945
|
-
async DescribeCloudBaseRunVersionRsByCondition(
|
|
946
|
-
req?: DescribeCloudBaseRunVersionRsByConditionRequest,
|
|
947
|
-
cb?: (error: string, rep: DescribeCloudBaseRunVersionRsByConditionResponse) => void
|
|
948
|
-
): Promise<DescribeCloudBaseRunVersionRsByConditionResponse> {
|
|
949
|
-
return this.request("DescribeCloudBaseRunVersionRsByCondition", req, cb)
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
/**
|
|
953
|
-
* 查询后付费资源免费量
|
|
954
|
-
*/
|
|
955
|
-
async DescribePostpayFreeQuotas(
|
|
956
|
-
req: DescribePostpayFreeQuotasRequest,
|
|
957
|
-
cb?: (error: string, rep: DescribePostpayFreeQuotasResponse) => void
|
|
958
|
-
): Promise<DescribePostpayFreeQuotasResponse> {
|
|
959
|
-
return this.request("DescribePostpayFreeQuotas", req, cb)
|
|
960
|
-
}
|
|
961
|
-
|
|
962
|
-
/**
|
|
963
|
-
* 查询网关版本信息
|
|
964
|
-
暂不鉴权
|
|
965
|
-
*/
|
|
966
|
-
async DescribeGatewayVersions(
|
|
967
|
-
req: DescribeGatewayVersionsRequest,
|
|
968
|
-
cb?: (error: string, rep: DescribeGatewayVersionsResponse) => void
|
|
969
|
-
): Promise<DescribeGatewayVersionsResponse> {
|
|
970
|
-
return this.request("DescribeGatewayVersions", req, cb)
|
|
971
|
-
}
|
|
972
|
-
|
|
973
|
-
/**
|
|
974
|
-
* 查询微信云托管环境信息
|
|
975
|
-
*/
|
|
976
|
-
async DescribeWxCloudBaseRunEnvs(
|
|
977
|
-
req: DescribeWxCloudBaseRunEnvsRequest,
|
|
978
|
-
cb?: (error: string, rep: DescribeWxCloudBaseRunEnvsResponse) => void
|
|
979
|
-
): Promise<DescribeWxCloudBaseRunEnvsResponse> {
|
|
980
|
-
return this.request("DescribeWxCloudBaseRunEnvs", req, cb)
|
|
981
|
-
}
|
|
982
|
-
|
|
983
|
-
/**
|
|
984
|
-
* 查询服务版本的详情
|
|
985
|
-
*/
|
|
986
|
-
async DescribeCbrServerVersion(
|
|
987
|
-
req: DescribeCbrServerVersionRequest,
|
|
988
|
-
cb?: (error: string, rep: DescribeCbrServerVersionResponse) => void
|
|
989
|
-
): Promise<DescribeCbrServerVersionResponse> {
|
|
990
|
-
return this.request("DescribeCbrServerVersion", req, cb)
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
/**
|
|
994
|
-
* 针对特定的版本,进行滚动更新
|
|
995
|
-
*/
|
|
996
|
-
async RollUpdateCloudBaseRunServerVersion(
|
|
997
|
-
req: RollUpdateCloudBaseRunServerVersionRequest,
|
|
998
|
-
cb?: (error: string, rep: RollUpdateCloudBaseRunServerVersionResponse) => void
|
|
999
|
-
): Promise<RollUpdateCloudBaseRunServerVersionResponse> {
|
|
1000
|
-
return this.request("RollUpdateCloudBaseRunServerVersion", req, cb)
|
|
1001
|
-
}
|
|
1002
|
-
|
|
1003
|
-
/**
|
|
1004
|
-
* 查询环境后付费计费详情
|
|
1005
|
-
*/
|
|
1006
|
-
async DescribeEnvPostpaidDeduct(
|
|
1007
|
-
req: DescribeEnvPostpaidDeductRequest,
|
|
1008
|
-
cb?: (error: string, rep: DescribeEnvPostpaidDeductResponse) => void
|
|
1009
|
-
): Promise<DescribeEnvPostpaidDeductResponse> {
|
|
1010
|
-
return this.request("DescribeEnvPostpaidDeduct", req, cb)
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
/**
|
|
1014
|
-
* 获取下载文件信息
|
|
1015
|
-
*/
|
|
1016
|
-
async DescribeDownloadFile(
|
|
1017
|
-
req: DescribeDownloadFileRequest,
|
|
1018
|
-
cb?: (error: string, rep: DescribeDownloadFileResponse) => void
|
|
1019
|
-
): Promise<DescribeDownloadFileResponse> {
|
|
1020
|
-
return this.request("DescribeDownloadFile", req, cb)
|
|
1021
|
-
}
|
|
1022
|
-
|
|
1023
|
-
/**
|
|
1024
|
-
* 本接口(CreateStandaloneGateway)用于创建独立网关。
|
|
1025
|
-
*/
|
|
1026
|
-
async CreateStandaloneGateway(
|
|
1027
|
-
req: CreateStandaloneGatewayRequest,
|
|
1028
|
-
cb?: (error: string, rep: CreateStandaloneGatewayResponse) => void
|
|
1029
|
-
): Promise<CreateStandaloneGatewayResponse> {
|
|
1030
|
-
return this.request("CreateStandaloneGateway", req, cb)
|
|
1031
|
-
}
|
|
1032
|
-
|
|
1033
|
-
/**
|
|
1034
|
-
* 获取安全域名列表
|
|
1035
|
-
*/
|
|
1036
|
-
async DescribeAuthDomains(
|
|
1037
|
-
req: DescribeAuthDomainsRequest,
|
|
1038
|
-
cb?: (error: string, rep: DescribeAuthDomainsResponse) => void
|
|
1039
|
-
): Promise<DescribeAuthDomainsResponse> {
|
|
1040
|
-
return this.request("DescribeAuthDomains", req, cb)
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
/**
|
|
1044
|
-
* 批量解冻服务
|
|
1045
|
-
*/
|
|
1046
|
-
async UnfreezeCloudBaseRunServers(
|
|
1047
|
-
req: UnfreezeCloudBaseRunServersRequest,
|
|
1048
|
-
cb?: (error: string, rep: UnfreezeCloudBaseRunServersResponse) => void
|
|
1049
|
-
): Promise<UnfreezeCloudBaseRunServersResponse> {
|
|
1050
|
-
return this.request("UnfreezeCloudBaseRunServers", req, cb)
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
/**
|
|
1054
|
-
* 获取计费相关信息
|
|
1055
|
-
*/
|
|
1056
|
-
async DescribeBillingInfo(
|
|
1057
|
-
req: DescribeBillingInfoRequest,
|
|
1058
|
-
cb?: (error: string, rep: DescribeBillingInfoResponse) => void
|
|
1059
|
-
): Promise<DescribeBillingInfoResponse> {
|
|
1060
|
-
return this.request("DescribeBillingInfo", req, cb)
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
/**
|
|
1064
|
-
* 针对已隔离的免费环境,可以通过本接口将其恢复访问。
|
|
1065
|
-
*/
|
|
1066
|
-
async ReinstateEnv(
|
|
1067
|
-
req: ReinstateEnvRequest,
|
|
1068
|
-
cb?: (error: string, rep: ReinstateEnvResponse) => void
|
|
1069
|
-
): Promise<ReinstateEnvResponse> {
|
|
1070
|
-
return this.request("ReinstateEnv", req, cb)
|
|
1071
|
-
}
|
|
1072
|
-
|
|
1073
|
-
/**
|
|
1074
|
-
* 获取数据库权限
|
|
1075
|
-
*/
|
|
1076
|
-
async DescribeDatabaseACL(
|
|
1077
|
-
req: DescribeDatabaseACLRequest,
|
|
1078
|
-
cb?: (error: string, rep: DescribeDatabaseACLResponse) => void
|
|
1079
|
-
): Promise<DescribeDatabaseACLResponse> {
|
|
1080
|
-
return this.request("DescribeDatabaseACL", req, cb)
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
/**
|
|
1084
|
-
* 修改容器内的版本流量配置
|
|
1085
|
-
*/
|
|
1086
|
-
async ModifyCloudBaseRunServerFlowConf(
|
|
1087
|
-
req: ModifyCloudBaseRunServerFlowConfRequest,
|
|
1088
|
-
cb?: (error: string, rep: ModifyCloudBaseRunServerFlowConfResponse) => void
|
|
1089
|
-
): Promise<ModifyCloudBaseRunServerFlowConfResponse> {
|
|
1090
|
-
return this.request("ModifyCloudBaseRunServerFlowConf", req, cb)
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
/**
|
|
1094
|
-
* 根据用户传入的指标, 拉取一段时间内的监控数据。
|
|
1095
|
-
*/
|
|
1096
|
-
async DescribeGraphData(
|
|
1097
|
-
req: DescribeGraphDataRequest,
|
|
1098
|
-
cb?: (error: string, rep: DescribeGraphDataResponse) => void
|
|
1099
|
-
): Promise<DescribeGraphDataResponse> {
|
|
1100
|
-
return this.request("DescribeGraphData", req, cb)
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
/**
|
|
1104
|
-
* 查询活动记录信息
|
|
1105
|
-
*/
|
|
1106
|
-
async DescribeActivityRecord(
|
|
1107
|
-
req: DescribeActivityRecordRequest,
|
|
1108
|
-
cb?: (error: string, rep: DescribeActivityRecordResponse) => void
|
|
1109
|
-
): Promise<DescribeActivityRecordResponse> {
|
|
1110
|
-
return this.request("DescribeActivityRecord", req, cb)
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
/**
|
|
1114
|
-
* 搜索CLS日志,TCB角色密钥访问
|
|
1115
|
-
*/
|
|
1116
|
-
async SearchClsLog(
|
|
1117
|
-
req: SearchClsLogRequest,
|
|
1118
|
-
cb?: (error: string, rep: SearchClsLogResponse) => void
|
|
1119
|
-
): Promise<SearchClsLogResponse> {
|
|
1120
|
-
return this.request("SearchClsLog", req, cb)
|
|
1121
|
-
}
|
|
1122
|
-
|
|
1123
|
-
/**
|
|
1124
|
-
* 本接口(DescribeStandaloneGatewayPackage)用于查询小租户网关套餐信息。
|
|
1125
|
-
*/
|
|
1126
|
-
async DescribeStandaloneGatewayPackage(
|
|
1127
|
-
req: DescribeStandaloneGatewayPackageRequest,
|
|
1128
|
-
cb?: (error: string, rep: DescribeStandaloneGatewayPackageResponse) => void
|
|
1129
|
-
): Promise<DescribeStandaloneGatewayPackageResponse> {
|
|
1130
|
-
return this.request("DescribeStandaloneGatewayPackage", req, cb)
|
|
1131
|
-
}
|
|
1132
|
-
|
|
1133
|
-
/**
|
|
1134
|
-
* 更新环境信息
|
|
1135
|
-
*/
|
|
1136
|
-
async ModifyEnv(
|
|
1137
|
-
req: ModifyEnvRequest,
|
|
1138
|
-
cb?: (error: string, rep: ModifyEnvResponse) => void
|
|
1139
|
-
): Promise<ModifyEnvResponse> {
|
|
1140
|
-
return this.request("ModifyEnv", req, cb)
|
|
1141
|
-
}
|
|
1142
|
-
|
|
1143
|
-
/**
|
|
1144
|
-
* 修改服务版本的副本数,环境变量
|
|
1145
|
-
*/
|
|
1146
|
-
async ModifyCloudBaseRunServerVersion(
|
|
1147
|
-
req: ModifyCloudBaseRunServerVersionRequest,
|
|
1148
|
-
cb?: (error: string, rep: ModifyCloudBaseRunServerVersionResponse) => void
|
|
1149
|
-
): Promise<ModifyCloudBaseRunServerVersionResponse> {
|
|
1150
|
-
return this.request("ModifyCloudBaseRunServerVersion", req, cb)
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
/**
|
|
1154
|
-
* 查询服务版本详情(新)
|
|
1155
|
-
*/
|
|
1156
|
-
async DescribeCloudBaseRunVersion(
|
|
1157
|
-
req: DescribeCloudBaseRunVersionRequest,
|
|
1158
|
-
cb?: (error: string, rep: DescribeCloudBaseRunVersionResponse) => void
|
|
1159
|
-
): Promise<DescribeCloudBaseRunVersionResponse> {
|
|
1160
|
-
return this.request("DescribeCloudBaseRunVersion", req, cb)
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
/**
|
|
1164
|
-
* 查询云托管服务版本容器列表
|
|
1165
|
-
*/
|
|
1166
|
-
async DescribeCloudBaseRunPodList(
|
|
1167
|
-
req: DescribeCloudBaseRunPodListRequest,
|
|
1168
|
-
cb?: (error: string, rep: DescribeCloudBaseRunPodListResponse) => void
|
|
1169
|
-
): Promise<DescribeCloudBaseRunPodListResponse> {
|
|
1170
|
-
return this.request("DescribeCloudBaseRunPodList", req, cb)
|
|
1171
|
-
}
|
|
1172
|
-
}
|