tencentcloud-sdk-nodejs-tcb 4.1.188 → 4.1.190
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.
|
@@ -3,74 +3,8 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("tcb.tencentcloudapi.com", "2018-06-08", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
8
|
-
}
|
|
9
|
-
async ModifyCloudBaseGWAPI(req, cb) {
|
|
10
|
-
return this.request("ModifyCloudBaseGWAPI", req, cb);
|
|
11
|
-
}
|
|
12
|
-
async CreatePostpayPackage(req, cb) {
|
|
13
|
-
return this.request("CreatePostpayPackage", req, cb);
|
|
14
|
-
}
|
|
15
|
-
async DescribeBaasPackageList(req, cb) {
|
|
16
|
-
return this.request("DescribeBaasPackageList", req, cb);
|
|
17
|
-
}
|
|
18
|
-
async DescribeCloudBaseProjectVersionList(req, cb) {
|
|
19
|
-
return this.request("DescribeCloudBaseProjectVersionList", req, cb);
|
|
20
|
-
}
|
|
21
|
-
async DescribeCloudBaseProjectLatestVersionList(req, cb) {
|
|
22
|
-
return this.request("DescribeCloudBaseProjectLatestVersionList", req, cb);
|
|
23
|
-
}
|
|
24
|
-
async DeleteUsers(req, cb) {
|
|
25
|
-
return this.request("DeleteUsers", req, cb);
|
|
26
|
-
}
|
|
27
|
-
async EstablishCloudBaseRunServer(req, cb) {
|
|
28
|
-
return this.request("EstablishCloudBaseRunServer", req, cb);
|
|
29
|
-
}
|
|
30
|
-
async CreateAndDeployCloudBaseProject(req, cb) {
|
|
31
|
-
return this.request("CreateAndDeployCloudBaseProject", req, cb);
|
|
32
|
-
}
|
|
33
|
-
async CheckTcbService(req, cb) {
|
|
34
|
-
return this.request("CheckTcbService", req, cb);
|
|
35
|
-
}
|
|
36
|
-
async EstablishWxGatewayRoute(req, cb) {
|
|
37
|
-
return this.request("EstablishWxGatewayRoute", req, cb);
|
|
38
|
-
}
|
|
39
|
-
async DescribeUserActivityInfo(req, cb) {
|
|
40
|
-
return this.request("DescribeUserActivityInfo", req, cb);
|
|
41
|
-
}
|
|
42
|
-
async DeleteCloudBaseProjectLatestVersion(req, cb) {
|
|
43
|
-
return this.request("DeleteCloudBaseProjectLatestVersion", req, cb);
|
|
44
|
-
}
|
|
45
|
-
async DescribeCloudBaseGWService(req, cb) {
|
|
46
|
-
return this.request("DescribeCloudBaseGWService", req, cb);
|
|
47
|
-
}
|
|
48
|
-
async FreezeCloudBaseRunServers(req, cb) {
|
|
49
|
-
return this.request("FreezeCloudBaseRunServers", req, cb);
|
|
50
|
-
}
|
|
51
|
-
async DescribeCloudBaseBuildService(req, cb) {
|
|
52
|
-
return this.request("DescribeCloudBaseBuildService", req, cb);
|
|
53
|
-
}
|
|
54
|
-
async CreateCloudBaseGWAPI(req, cb) {
|
|
55
|
-
return this.request("CreateCloudBaseGWAPI", req, cb);
|
|
56
|
-
}
|
|
57
|
-
async CreateUser(req, cb) {
|
|
58
|
-
return this.request("CreateUser", req, cb);
|
|
59
|
-
}
|
|
60
|
-
async CreateStaticStore(req, cb) {
|
|
61
|
-
return this.request("CreateStaticStore", req, cb);
|
|
62
|
-
}
|
|
63
|
-
async EditAuthConfig(req, cb) {
|
|
64
|
-
return this.request("EditAuthConfig", req, cb);
|
|
65
|
-
}
|
|
66
|
-
async DescribeTables(req, cb) {
|
|
67
|
-
return this.request("DescribeTables", req, cb);
|
|
68
|
-
}
|
|
69
|
-
async DescribeSpecialCostItems(req, cb) {
|
|
70
|
-
return this.request("DescribeSpecialCostItems", req, cb);
|
|
71
|
-
}
|
|
72
|
-
async DeleteGatewayVersion(req, cb) {
|
|
73
|
-
return this.request("DeleteGatewayVersion", req, cb);
|
|
6
|
+
async DescribeCreateMySQLResult(req, cb) {
|
|
7
|
+
return this.request("DescribeCreateMySQLResult", req, cb);
|
|
74
8
|
}
|
|
75
9
|
async ModifyClsTopic(req, cb) {
|
|
76
10
|
return this.request("ModifyClsTopic", req, cb);
|
|
@@ -78,200 +12,92 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
78
12
|
async DescribeUserList(req, cb) {
|
|
79
13
|
return this.request("DescribeUserList", req, cb);
|
|
80
14
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
15
|
+
async CreateHostingDomain(req, cb) {
|
|
16
|
+
return this.request("CreateHostingDomain", req, cb);
|
|
83
17
|
}
|
|
84
18
|
async CreateMySQL(req, cb) {
|
|
85
19
|
return this.request("CreateMySQL", req, cb);
|
|
86
20
|
}
|
|
21
|
+
async CreateTable(req, cb) {
|
|
22
|
+
return this.request("CreateTable", req, cb);
|
|
23
|
+
}
|
|
24
|
+
async ModifyCloudBaseGWAPI(req, cb) {
|
|
25
|
+
return this.request("ModifyCloudBaseGWAPI", req, cb);
|
|
26
|
+
}
|
|
87
27
|
async CreateEnv(req, cb) {
|
|
88
28
|
return this.request("CreateEnv", req, cb);
|
|
89
29
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
30
|
+
async ModifyDatabaseACL(req, cb) {
|
|
31
|
+
return this.request("ModifyDatabaseACL", req, cb);
|
|
32
|
+
}
|
|
33
|
+
async RunCommands(req, cb) {
|
|
34
|
+
return this.request("RunCommands", req, cb);
|
|
35
|
+
}
|
|
36
|
+
async DescribeCloudBaseGWAPI(req, cb) {
|
|
37
|
+
return this.request("DescribeCloudBaseGWAPI", req, cb);
|
|
92
38
|
}
|
|
93
39
|
async CreateAuthDomain(req, cb) {
|
|
94
40
|
return this.request("CreateAuthDomain", req, cb);
|
|
95
41
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
42
|
+
async DescribeAuthDomains(req, cb) {
|
|
43
|
+
return this.request("DescribeAuthDomains", req, cb);
|
|
98
44
|
}
|
|
99
45
|
async BindCloudBaseAccessDomain(req, cb) {
|
|
100
46
|
return this.request("BindCloudBaseAccessDomain", req, cb);
|
|
101
47
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
104
|
-
}
|
|
105
|
-
async DescribeWxGatewayRoutes(req, cb) {
|
|
106
|
-
return this.request("DescribeWxGatewayRoutes", req, cb);
|
|
107
|
-
}
|
|
108
|
-
async DescribeEnvDealRegion(req, cb) {
|
|
109
|
-
return this.request("DescribeEnvDealRegion", req, cb);
|
|
110
|
-
}
|
|
111
|
-
async DescribeGatewayCurveData(req, cb) {
|
|
112
|
-
return this.request("DescribeGatewayCurveData", req, cb);
|
|
113
|
-
}
|
|
114
|
-
async DescribeExtensionUploadInfo(req, cb) {
|
|
115
|
-
return this.request("DescribeExtensionUploadInfo", req, cb);
|
|
116
|
-
}
|
|
117
|
-
async ListTables(req, cb) {
|
|
118
|
-
return this.request("ListTables", req, cb);
|
|
119
|
-
}
|
|
120
|
-
async DescribeSafeRule(req, cb) {
|
|
121
|
-
return this.request("DescribeSafeRule", req, cb);
|
|
122
|
-
}
|
|
123
|
-
async DescribeMySQLTaskStatus(req, cb) {
|
|
124
|
-
return this.request("DescribeMySQLTaskStatus", req, cb);
|
|
125
|
-
}
|
|
126
|
-
async DeleteCloudBaseRunServerVersion(req, cb) {
|
|
127
|
-
return this.request("DeleteCloudBaseRunServerVersion", req, cb);
|
|
128
|
-
}
|
|
129
|
-
async CreateCloudBaseRunResource(req, cb) {
|
|
130
|
-
return this.request("CreateCloudBaseRunResource", req, cb);
|
|
131
|
-
}
|
|
132
|
-
async DescribeExtraPkgBillingInfo(req, cb) {
|
|
133
|
-
return this.request("DescribeExtraPkgBillingInfo", req, cb);
|
|
48
|
+
async ModifySafeRule(req, cb) {
|
|
49
|
+
return this.request("ModifySafeRule", req, cb);
|
|
134
50
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
137
|
-
}
|
|
138
|
-
async DescribeCloudBaseRunVersionSnapshot(req, cb) {
|
|
139
|
-
return this.request("DescribeCloudBaseRunVersionSnapshot", req, cb);
|
|
140
|
-
}
|
|
141
|
-
async CreateBillDeal(req, cb) {
|
|
142
|
-
return this.request("CreateBillDeal", req, cb);
|
|
143
|
-
}
|
|
144
|
-
async DescribeCurveData(req, cb) {
|
|
145
|
-
return this.request("DescribeCurveData", req, cb);
|
|
51
|
+
async DeleteAuthDomain(req, cb) {
|
|
52
|
+
return this.request("DeleteAuthDomain", req, cb);
|
|
146
53
|
}
|
|
147
54
|
async DescribeMySQLClusterDetail(req, cb) {
|
|
148
55
|
return this.request("DescribeMySQLClusterDetail", req, cb);
|
|
149
56
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
152
|
-
}
|
|
153
|
-
async DescribeEnvLimit(req, cb) {
|
|
154
|
-
return this.request("DescribeEnvLimit", req, cb);
|
|
155
|
-
}
|
|
156
|
-
async DestroyStaticStore(req, cb) {
|
|
157
|
-
return this.request("DestroyStaticStore", req, cb);
|
|
158
|
-
}
|
|
159
|
-
async DescribeEnvFreeQuota(req, cb) {
|
|
160
|
-
return this.request("DescribeEnvFreeQuota", req, cb);
|
|
161
|
-
}
|
|
162
|
-
async CreateHostingDomain(req, cb) {
|
|
163
|
-
return this.request("CreateHostingDomain", req, cb);
|
|
164
|
-
}
|
|
165
|
-
async BindEnvGateway(req, cb) {
|
|
166
|
-
return this.request("BindEnvGateway", req, cb);
|
|
167
|
-
}
|
|
168
|
-
async CreateCloudBaseRunServerVersion(req, cb) {
|
|
169
|
-
return this.request("CreateCloudBaseRunServerVersion", req, cb);
|
|
170
|
-
}
|
|
171
|
-
async DescribeCloudBaseRunServerVersion(req, cb) {
|
|
172
|
-
return this.request("DescribeCloudBaseRunServerVersion", req, cb);
|
|
173
|
-
}
|
|
174
|
-
async DescribeWxGateways(req, cb) {
|
|
175
|
-
return this.request("DescribeWxGateways", req, cb);
|
|
176
|
-
}
|
|
177
|
-
async DescribeCloudBaseRunServer(req, cb) {
|
|
178
|
-
return this.request("DescribeCloudBaseRunServer", req, cb);
|
|
179
|
-
}
|
|
180
|
-
async DescribeCloudBaseRunResourceForExtend(req, cb) {
|
|
181
|
-
return this.request("DescribeCloudBaseRunResourceForExtend", req, cb);
|
|
182
|
-
}
|
|
183
|
-
async DescribeTable(req, cb) {
|
|
184
|
-
return this.request("DescribeTable", req, cb);
|
|
185
|
-
}
|
|
186
|
-
async DescribePostpayPackageFreeQuotas(req, cb) {
|
|
187
|
-
return this.request("DescribePostpayPackageFreeQuotas", req, cb);
|
|
188
|
-
}
|
|
189
|
-
async DeleteWxGatewayRoute(req, cb) {
|
|
190
|
-
return this.request("DeleteWxGatewayRoute", req, cb);
|
|
191
|
-
}
|
|
192
|
-
async ReplaceActivityRecord(req, cb) {
|
|
193
|
-
return this.request("ReplaceActivityRecord", req, cb);
|
|
194
|
-
}
|
|
195
|
-
async DeleteCloudBaseGWDomain(req, cb) {
|
|
196
|
-
return this.request("DeleteCloudBaseGWDomain", req, cb);
|
|
197
|
-
}
|
|
198
|
-
async DeleteTable(req, cb) {
|
|
199
|
-
return this.request("DeleteTable", req, cb);
|
|
200
|
-
}
|
|
201
|
-
async DestroyEnv(req, cb) {
|
|
202
|
-
return this.request("DestroyEnv", req, cb);
|
|
203
|
-
}
|
|
204
|
-
async DestroyMySQL(req, cb) {
|
|
205
|
-
return this.request("DestroyMySQL", req, cb);
|
|
206
|
-
}
|
|
207
|
-
async DescribeEnvAccountCircle(req, cb) {
|
|
208
|
-
return this.request("DescribeEnvAccountCircle", req, cb);
|
|
209
|
-
}
|
|
210
|
-
async DescribePostpayFreeQuotas(req, cb) {
|
|
211
|
-
return this.request("DescribePostpayFreeQuotas", req, cb);
|
|
212
|
-
}
|
|
213
|
-
async DescribeCreateMySQLResult(req, cb) {
|
|
214
|
-
return this.request("DescribeCreateMySQLResult", req, cb);
|
|
215
|
-
}
|
|
216
|
-
async DescribeGatewayVersions(req, cb) {
|
|
217
|
-
return this.request("DescribeGatewayVersions", req, cb);
|
|
218
|
-
}
|
|
219
|
-
async CreateTable(req, cb) {
|
|
220
|
-
return this.request("CreateTable", req, cb);
|
|
221
|
-
}
|
|
222
|
-
async DescribeCbrServerVersion(req, cb) {
|
|
223
|
-
return this.request("DescribeCbrServerVersion", req, cb);
|
|
224
|
-
}
|
|
225
|
-
async DescribeCloudBaseGWAPI(req, cb) {
|
|
226
|
-
return this.request("DescribeCloudBaseGWAPI", req, cb);
|
|
227
|
-
}
|
|
228
|
-
async DescribeEnvPostpaidDeduct(req, cb) {
|
|
229
|
-
return this.request("DescribeEnvPostpaidDeduct", req, cb);
|
|
230
|
-
}
|
|
231
|
-
async DescribeDownloadFile(req, cb) {
|
|
232
|
-
return this.request("DescribeDownloadFile", req, cb);
|
|
233
|
-
}
|
|
234
|
-
async DescribeAuthDomains(req, cb) {
|
|
235
|
-
return this.request("DescribeAuthDomains", req, cb);
|
|
236
|
-
}
|
|
237
|
-
async UnfreezeCloudBaseRunServers(req, cb) {
|
|
238
|
-
return this.request("UnfreezeCloudBaseRunServers", req, cb);
|
|
239
|
-
}
|
|
240
|
-
async ModifyDatabaseACL(req, cb) {
|
|
241
|
-
return this.request("ModifyDatabaseACL", req, cb);
|
|
242
|
-
}
|
|
243
|
-
async DescribeBillingInfo(req, cb) {
|
|
244
|
-
return this.request("DescribeBillingInfo", req, cb);
|
|
57
|
+
async DescribeBaasPackageList(req, cb) {
|
|
58
|
+
return this.request("DescribeBaasPackageList", req, cb);
|
|
245
59
|
}
|
|
246
60
|
async RenewEnv(req, cb) {
|
|
247
61
|
return this.request("RenewEnv", req, cb);
|
|
248
62
|
}
|
|
63
|
+
async DescribeHostingDomainTask(req, cb) {
|
|
64
|
+
return this.request("DescribeHostingDomainTask", req, cb);
|
|
65
|
+
}
|
|
249
66
|
async ReinstateEnv(req, cb) {
|
|
250
67
|
return this.request("ReinstateEnv", req, cb);
|
|
251
68
|
}
|
|
252
69
|
async DescribeDatabaseACL(req, cb) {
|
|
253
70
|
return this.request("DescribeDatabaseACL", req, cb);
|
|
254
71
|
}
|
|
255
|
-
async
|
|
256
|
-
return this.request("
|
|
72
|
+
async DeleteUsers(req, cb) {
|
|
73
|
+
return this.request("DeleteUsers", req, cb);
|
|
257
74
|
}
|
|
258
75
|
async DescribeStaticStore(req, cb) {
|
|
259
76
|
return this.request("DescribeStaticStore", req, cb);
|
|
260
77
|
}
|
|
78
|
+
async DescribeTable(req, cb) {
|
|
79
|
+
return this.request("DescribeTable", req, cb);
|
|
80
|
+
}
|
|
261
81
|
async UpdateTable(req, cb) {
|
|
262
82
|
return this.request("UpdateTable", req, cb);
|
|
263
83
|
}
|
|
264
84
|
async DeleteCloudBaseGWAPI(req, cb) {
|
|
265
85
|
return this.request("DeleteCloudBaseGWAPI", req, cb);
|
|
266
86
|
}
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
87
|
+
async CheckTcbService(req, cb) {
|
|
88
|
+
return this.request("CheckTcbService", req, cb);
|
|
89
|
+
}
|
|
90
|
+
async ListTables(req, cb) {
|
|
91
|
+
return this.request("ListTables", req, cb);
|
|
92
|
+
}
|
|
93
|
+
async DescribeSafeRule(req, cb) {
|
|
94
|
+
return this.request("DescribeSafeRule", req, cb);
|
|
269
95
|
}
|
|
270
96
|
async ModifyEnvPlan(req, cb) {
|
|
271
97
|
return this.request("ModifyEnvPlan", req, cb);
|
|
272
98
|
}
|
|
273
|
-
async
|
|
274
|
-
return this.request("
|
|
99
|
+
async DescribeMySQLTaskStatus(req, cb) {
|
|
100
|
+
return this.request("DescribeMySQLTaskStatus", req, cb);
|
|
275
101
|
}
|
|
276
102
|
async SearchClsLog(req, cb) {
|
|
277
103
|
return this.request("SearchClsLog", req, cb);
|
|
@@ -279,19 +105,64 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
279
105
|
async DescribeQuotaData(req, cb) {
|
|
280
106
|
return this.request("DescribeQuotaData", req, cb);
|
|
281
107
|
}
|
|
108
|
+
async EditAuthConfig(req, cb) {
|
|
109
|
+
return this.request("EditAuthConfig", req, cb);
|
|
110
|
+
}
|
|
282
111
|
async ModifyUser(req, cb) {
|
|
283
112
|
return this.request("ModifyUser", req, cb);
|
|
284
113
|
}
|
|
285
114
|
async ModifyEnv(req, cb) {
|
|
286
115
|
return this.request("ModifyEnv", req, cb);
|
|
287
116
|
}
|
|
288
|
-
async
|
|
289
|
-
return this.request("
|
|
117
|
+
async RunSql(req, cb) {
|
|
118
|
+
return this.request("RunSql", req, cb);
|
|
119
|
+
}
|
|
120
|
+
async DeleteTable(req, cb) {
|
|
121
|
+
return this.request("DeleteTable", req, cb);
|
|
122
|
+
}
|
|
123
|
+
async DestroyEnv(req, cb) {
|
|
124
|
+
return this.request("DestroyEnv", req, cb);
|
|
125
|
+
}
|
|
126
|
+
async DescribeCloudBaseGWService(req, cb) {
|
|
127
|
+
return this.request("DescribeCloudBaseGWService", req, cb);
|
|
128
|
+
}
|
|
129
|
+
async DescribeCloudBaseBuildService(req, cb) {
|
|
130
|
+
return this.request("DescribeCloudBaseBuildService", req, cb);
|
|
131
|
+
}
|
|
132
|
+
async DescribeEnvs(req, cb) {
|
|
133
|
+
return this.request("DescribeEnvs", req, cb);
|
|
134
|
+
}
|
|
135
|
+
async DestroyMySQL(req, cb) {
|
|
136
|
+
return this.request("DestroyMySQL", req, cb);
|
|
137
|
+
}
|
|
138
|
+
async CreateBillDeal(req, cb) {
|
|
139
|
+
return this.request("CreateBillDeal", req, cb);
|
|
140
|
+
}
|
|
141
|
+
async DestroyStaticStore(req, cb) {
|
|
142
|
+
return this.request("DestroyStaticStore", req, cb);
|
|
290
143
|
}
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
144
|
+
async CreateCloudBaseGWAPI(req, cb) {
|
|
145
|
+
return this.request("CreateCloudBaseGWAPI", req, cb);
|
|
293
146
|
}
|
|
294
147
|
async BindCloudBaseGWDomain(req, cb) {
|
|
295
148
|
return this.request("BindCloudBaseGWDomain", req, cb);
|
|
296
149
|
}
|
|
150
|
+
async CreateUser(req, cb) {
|
|
151
|
+
return this.request("CreateUser", req, cb);
|
|
152
|
+
}
|
|
153
|
+
async CreateStaticStore(req, cb) {
|
|
154
|
+
return this.request("CreateStaticStore", req, cb);
|
|
155
|
+
}
|
|
156
|
+
async DescribeEnvLimit(req, cb) {
|
|
157
|
+
return this.request("DescribeEnvLimit", req, cb);
|
|
158
|
+
}
|
|
159
|
+
async DeleteCloudBaseGWDomain(req, cb) {
|
|
160
|
+
return this.request("DeleteCloudBaseGWDomain", req, cb);
|
|
161
|
+
}
|
|
162
|
+
async DescribeEnvAccountCircle(req, cb) {
|
|
163
|
+
return this.request("DescribeEnvAccountCircle", req, cb);
|
|
164
|
+
}
|
|
165
|
+
async DescribeTables(req, cb) {
|
|
166
|
+
return this.request("DescribeTables", req, cb);
|
|
167
|
+
}
|
|
297
168
|
}
|