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