tencentcloud-sdk-nodejs-tcb 4.1.238 → 4.1.239
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,146 +3,176 @@ 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("
|
|
6
|
+
async ReleaseEnv(req, cb) {
|
|
7
|
+
return this.request("ReleaseEnv", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async DescribeApiKeyList(req, cb) {
|
|
10
|
+
return this.request("DescribeApiKeyList", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async DescribeAIModels(req, cb) {
|
|
13
|
+
return this.request("DescribeAIModels", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
15
|
+
async CreateEnvResource(req, cb) {
|
|
16
|
+
return this.request("CreateEnvResource", req, cb);
|
|
17
17
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
18
|
+
async CreateAIModel(req, cb) {
|
|
19
|
+
return this.request("CreateAIModel", req, cb);
|
|
20
20
|
}
|
|
21
|
-
async
|
|
22
|
-
return this.request("
|
|
21
|
+
async ModifyClient(req, cb) {
|
|
22
|
+
return this.request("ModifyClient", req, cb);
|
|
23
23
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
24
|
+
async DescribeClient(req, cb) {
|
|
25
|
+
return this.request("DescribeClient", req, cb);
|
|
26
26
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
27
|
+
async ModifyResourcePermission(req, cb) {
|
|
28
|
+
return this.request("ModifyResourcePermission", req, cb);
|
|
29
29
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
30
|
+
async DescribeBaasPackageList(req, cb) {
|
|
31
|
+
return this.request("DescribeBaasPackageList", req, cb);
|
|
32
32
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async UnbindStorageSource(req, cb) {
|
|
34
|
+
return this.request("UnbindStorageSource", req, cb);
|
|
35
35
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
36
|
+
async DeleteUsers(req, cb) {
|
|
37
|
+
return this.request("DeleteUsers", req, cb);
|
|
38
38
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async ListPGUserMigrations(req, cb) {
|
|
40
|
+
return this.request("ListPGUserMigrations", req, cb);
|
|
41
41
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
42
|
+
async CheckTcbService(req, cb) {
|
|
43
|
+
return this.request("CheckTcbService", req, cb);
|
|
44
44
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async AddProvider(req, cb) {
|
|
46
|
+
return this.request("AddProvider", req, cb);
|
|
47
47
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
48
|
+
async DescribeCloudBaseBuildService(req, cb) {
|
|
49
|
+
return this.request("DescribeCloudBaseBuildService", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DeleteVmInstance(req, cb) {
|
|
52
|
+
return this.request("DeleteVmInstance", req, cb);
|
|
53
|
+
}
|
|
54
|
+
async CreateUser(req, cb) {
|
|
55
|
+
return this.request("CreateUser", req, cb);
|
|
56
|
+
}
|
|
57
|
+
async CreateStaticStore(req, cb) {
|
|
58
|
+
return this.request("CreateStaticStore", req, cb);
|
|
59
|
+
}
|
|
60
|
+
async DescribeTables(req, cb) {
|
|
61
|
+
return this.request("DescribeTables", req, cb);
|
|
62
|
+
}
|
|
63
|
+
async BindStorageSource(req, cb) {
|
|
64
|
+
return this.request("BindStorageSource", req, cb);
|
|
65
|
+
}
|
|
66
|
+
async ModifyClsTopic(req, cb) {
|
|
67
|
+
return this.request("ModifyClsTopic", req, cb);
|
|
68
|
+
}
|
|
69
|
+
async DescribeUserList(req, cb) {
|
|
70
|
+
return this.request("DescribeUserList", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async DescribeHostingDomainTask(req, cb) {
|
|
73
|
+
return this.request("DescribeHostingDomainTask", req, cb);
|
|
74
|
+
}
|
|
75
|
+
async CreateMySQL(req, cb) {
|
|
76
|
+
return this.request("CreateMySQL", req, cb);
|
|
53
77
|
}
|
|
54
78
|
async CreateEnv(req, cb) {
|
|
55
79
|
return this.request("CreateEnv", req, cb);
|
|
56
80
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
81
|
+
async RunCommands(req, cb) {
|
|
82
|
+
return this.request("RunCommands", req, cb);
|
|
59
83
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
84
|
+
async DescribeVmInstances(req, cb) {
|
|
85
|
+
return this.request("DescribeVmInstances", req, cb);
|
|
62
86
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
87
|
+
async CreateAuthDomain(req, cb) {
|
|
88
|
+
return this.request("CreateAuthDomain", req, cb);
|
|
89
|
+
}
|
|
90
|
+
async ModifyProvider(req, cb) {
|
|
91
|
+
return this.request("ModifyProvider", req, cb);
|
|
92
|
+
}
|
|
93
|
+
async DeleteAuthDomain(req, cb) {
|
|
94
|
+
return this.request("DeleteAuthDomain", req, cb);
|
|
65
95
|
}
|
|
66
96
|
async DescribeHTTPServiceRoute(req, cb) {
|
|
67
97
|
return this.request("DescribeHTTPServiceRoute", req, cb);
|
|
68
98
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
99
|
+
async ModifyHTTPServiceRoute(req, cb) {
|
|
100
|
+
return this.request("ModifyHTTPServiceRoute", req, cb);
|
|
71
101
|
}
|
|
72
|
-
async
|
|
73
|
-
return this.request("
|
|
102
|
+
async DescribeLoginConfig(req, cb) {
|
|
103
|
+
return this.request("DescribeLoginConfig", req, cb);
|
|
74
104
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
105
|
+
async DeleteProvider(req, cb) {
|
|
106
|
+
return this.request("DeleteProvider", req, cb);
|
|
77
107
|
}
|
|
78
|
-
async
|
|
79
|
-
return this.request("
|
|
108
|
+
async CreateApiKey(req, cb) {
|
|
109
|
+
return this.request("CreateApiKey", req, cb);
|
|
80
110
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
111
|
+
async DescribeSafeRule(req, cb) {
|
|
112
|
+
return this.request("DescribeSafeRule", req, cb);
|
|
83
113
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
114
|
+
async DescribeMySQLTaskStatus(req, cb) {
|
|
115
|
+
return this.request("DescribeMySQLTaskStatus", req, cb);
|
|
86
116
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
117
|
+
async RunSql(req, cb) {
|
|
118
|
+
return this.request("RunSql", req, cb);
|
|
89
119
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
120
|
+
async GetProviders(req, cb) {
|
|
121
|
+
return this.request("GetProviders", req, cb);
|
|
92
122
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
123
|
+
async ModifyStorageSource(req, cb) {
|
|
124
|
+
return this.request("ModifyStorageSource", req, cb);
|
|
95
125
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
126
|
+
async CreateBillDeal(req, cb) {
|
|
127
|
+
return this.request("CreateBillDeal", req, cb);
|
|
98
128
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
129
|
+
async DescribeCurveData(req, cb) {
|
|
130
|
+
return this.request("DescribeCurveData", req, cb);
|
|
101
131
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
132
|
+
async ModifyDatabaseACL(req, cb) {
|
|
133
|
+
return this.request("ModifyDatabaseACL", req, cb);
|
|
104
134
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
135
|
+
async DescribeEnvLimit(req, cb) {
|
|
136
|
+
return this.request("DescribeEnvLimit", req, cb);
|
|
107
137
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
138
|
+
async DestroyStaticStore(req, cb) {
|
|
139
|
+
return this.request("DestroyStaticStore", req, cb);
|
|
110
140
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
141
|
+
async DeleteApiKey(req, cb) {
|
|
142
|
+
return this.request("DeleteApiKey", req, cb);
|
|
113
143
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
144
|
+
async ListTables(req, cb) {
|
|
145
|
+
return this.request("ListTables", req, cb);
|
|
116
146
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
147
|
+
async DescribePGUserMigration(req, cb) {
|
|
148
|
+
return this.request("DescribePGUserMigration", req, cb);
|
|
119
149
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
150
|
+
async DescribeManagedAIModelList(req, cb) {
|
|
151
|
+
return this.request("DescribeManagedAIModelList", req, cb);
|
|
122
152
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
153
|
+
async CreateHostingDomain(req, cb) {
|
|
154
|
+
return this.request("CreateHostingDomain", req, cb);
|
|
125
155
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
156
|
+
async CreateVmInstance(req, cb) {
|
|
157
|
+
return this.request("CreateVmInstance", req, cb);
|
|
128
158
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
159
|
+
async DeleteHTTPServiceRoute(req, cb) {
|
|
160
|
+
return this.request("DeleteHTTPServiceRoute", req, cb);
|
|
131
161
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
162
|
+
async DescribeEnvs(req, cb) {
|
|
163
|
+
return this.request("DescribeEnvs", req, cb);
|
|
134
164
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
165
|
+
async DescribeCloudBaseRunServerVersion(req, cb) {
|
|
166
|
+
return this.request("DescribeCloudBaseRunServerVersion", req, cb);
|
|
137
167
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
168
|
+
async ModifySafeRule(req, cb) {
|
|
169
|
+
return this.request("ModifySafeRule", req, cb);
|
|
140
170
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
171
|
+
async DescribeTable(req, cb) {
|
|
172
|
+
return this.request("DescribeTable", req, cb);
|
|
143
173
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
174
|
+
async RepairPGUserMigrationHistory(req, cb) {
|
|
175
|
+
return this.request("RepairPGUserMigrationHistory", req, cb);
|
|
146
176
|
}
|
|
147
177
|
async ExecutePGSql(req, cb) {
|
|
148
178
|
return this.request("ExecutePGSql", req, cb);
|
|
@@ -150,103 +180,97 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
150
180
|
async DeleteAIModel(req, cb) {
|
|
151
181
|
return this.request("DeleteAIModel", req, cb);
|
|
152
182
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
155
|
-
}
|
|
156
|
-
async DescribeSafeRule(req, cb) {
|
|
157
|
-
return this.request("DescribeSafeRule", req, cb);
|
|
158
|
-
}
|
|
159
|
-
async ModifyEnvPlan(req, cb) {
|
|
160
|
-
return this.request("ModifyEnvPlan", req, cb);
|
|
183
|
+
async DeleteTable(req, cb) {
|
|
184
|
+
return this.request("DeleteTable", req, cb);
|
|
161
185
|
}
|
|
162
|
-
async
|
|
163
|
-
return this.request("
|
|
186
|
+
async DestroyEnv(req, cb) {
|
|
187
|
+
return this.request("DestroyEnv", req, cb);
|
|
164
188
|
}
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
189
|
+
async DestroyMySQL(req, cb) {
|
|
190
|
+
return this.request("DestroyMySQL", req, cb);
|
|
167
191
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
192
|
+
async CreateHTTPServiceRoute(req, cb) {
|
|
193
|
+
return this.request("CreateHTTPServiceRoute", req, cb);
|
|
170
194
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
195
|
+
async DescribeResourcePermission(req, cb) {
|
|
196
|
+
return this.request("DescribeResourcePermission", req, cb);
|
|
173
197
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
198
|
+
async DescribeEnvAccountCircle(req, cb) {
|
|
199
|
+
return this.request("DescribeEnvAccountCircle", req, cb);
|
|
176
200
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
201
|
+
async DescribeCreateMySQLResult(req, cb) {
|
|
202
|
+
return this.request("DescribeCreateMySQLResult", req, cb);
|
|
179
203
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
204
|
+
async DescribeGatewayVersions(req, cb) {
|
|
205
|
+
return this.request("DescribeGatewayVersions", req, cb);
|
|
182
206
|
}
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
207
|
+
async CreateCustomLoginKey(req, cb) {
|
|
208
|
+
return this.request("CreateCustomLoginKey", req, cb);
|
|
185
209
|
}
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
210
|
+
async AssumeRoleForAllocatedEnv(req, cb) {
|
|
211
|
+
return this.request("AssumeRoleForAllocatedEnv", req, cb);
|
|
188
212
|
}
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
213
|
+
async CreateTable(req, cb) {
|
|
214
|
+
return this.request("CreateTable", req, cb);
|
|
191
215
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
216
|
+
async PreviewPGUserMigrations(req, cb) {
|
|
217
|
+
return this.request("PreviewPGUserMigrations", req, cb);
|
|
194
218
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
219
|
+
async InquireVmPrice(req, cb) {
|
|
220
|
+
return this.request("InquireVmPrice", req, cb);
|
|
197
221
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
222
|
+
async DescribeAuthDomains(req, cb) {
|
|
223
|
+
return this.request("DescribeAuthDomains", req, cb);
|
|
200
224
|
}
|
|
201
|
-
async
|
|
202
|
-
return this.request("
|
|
225
|
+
async DescribeMySQLClusterDetail(req, cb) {
|
|
226
|
+
return this.request("DescribeMySQLClusterDetail", req, cb);
|
|
203
227
|
}
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
228
|
+
async DescribeBillingInfo(req, cb) {
|
|
229
|
+
return this.request("DescribeBillingInfo", req, cb);
|
|
206
230
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
231
|
+
async RenewEnv(req, cb) {
|
|
232
|
+
return this.request("RenewEnv", req, cb);
|
|
209
233
|
}
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
234
|
+
async AllocateEnv(req, cb) {
|
|
235
|
+
return this.request("AllocateEnv", req, cb);
|
|
212
236
|
}
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
237
|
+
async DescribeDatabaseACL(req, cb) {
|
|
238
|
+
return this.request("DescribeDatabaseACL", req, cb);
|
|
215
239
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
240
|
+
async UpdateAIModel(req, cb) {
|
|
241
|
+
return this.request("UpdateAIModel", req, cb);
|
|
218
242
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
243
|
+
async DescribeStaticStore(req, cb) {
|
|
244
|
+
return this.request("DescribeStaticStore", req, cb);
|
|
221
245
|
}
|
|
222
|
-
async
|
|
223
|
-
return this.request("
|
|
246
|
+
async UpdateTable(req, cb) {
|
|
247
|
+
return this.request("UpdateTable", req, cb);
|
|
224
248
|
}
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
249
|
+
async ModifyEnvPlan(req, cb) {
|
|
250
|
+
return this.request("ModifyEnvPlan", req, cb);
|
|
227
251
|
}
|
|
228
|
-
async
|
|
229
|
-
return this.request("
|
|
252
|
+
async PushPGUserMigrations(req, cb) {
|
|
253
|
+
return this.request("PushPGUserMigrations", req, cb);
|
|
230
254
|
}
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
255
|
+
async SearchClsLog(req, cb) {
|
|
256
|
+
return this.request("SearchClsLog", req, cb);
|
|
233
257
|
}
|
|
234
|
-
async
|
|
235
|
-
return this.request("
|
|
258
|
+
async DescribeQuotaData(req, cb) {
|
|
259
|
+
return this.request("DescribeQuotaData", req, cb);
|
|
236
260
|
}
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
261
|
+
async RollbackPGUserMigrations(req, cb) {
|
|
262
|
+
return this.request("RollbackPGUserMigrations", req, cb);
|
|
239
263
|
}
|
|
240
|
-
async
|
|
241
|
-
return this.request("
|
|
264
|
+
async ModifyUser(req, cb) {
|
|
265
|
+
return this.request("ModifyUser", req, cb);
|
|
242
266
|
}
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
267
|
+
async ModifyEnv(req, cb) {
|
|
268
|
+
return this.request("ModifyEnv", req, cb);
|
|
245
269
|
}
|
|
246
|
-
async
|
|
247
|
-
return this.request("
|
|
270
|
+
async DescribeVmSpec(req, cb) {
|
|
271
|
+
return this.request("DescribeVmSpec", req, cb);
|
|
248
272
|
}
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
273
|
+
async ModifyLoginConfig(req, cb) {
|
|
274
|
+
return this.request("ModifyLoginConfig", req, cb);
|
|
251
275
|
}
|
|
252
276
|
}
|