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