tencentcloud-sdk-nodejs 4.1.248 → 4.1.249
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/es/common/sdk_version.js +1 -1
- package/es/services/dataagent/v20250513/dataagent_client.js +6 -0
- package/es/services/mongodb/v20190725/mongodb_client.js +165 -153
- package/es/services/ocr/v20181119/ocr_client.js +5 -8
- package/es/services/tokenhub/v20260322/tokenhub_client.js +43 -22
- package/es/services/tsf/v20180326/tsf_client.js +4 -73
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +219 -341
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +9 -1
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +12 -0
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +108 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -35
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +186 -170
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +274 -250
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +254 -104
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -22
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -26
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +204 -271
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -24
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +81 -39
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +107 -51
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +545 -230
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +7 -15
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -143
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -190
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +85 -1013
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -9
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.249";
|
|
@@ -66,6 +66,12 @@ export class Client extends AbstractClient {
|
|
|
66
66
|
async DeleteDataAgentSession(req, cb) {
|
|
67
67
|
return this.request("DeleteDataAgentSession", req, cb);
|
|
68
68
|
}
|
|
69
|
+
async AppendKnowledgeTask(req, cb) {
|
|
70
|
+
return this.request("AppendKnowledgeTask", req, cb);
|
|
71
|
+
}
|
|
72
|
+
async QueryKnowledgeTask(req, cb) {
|
|
73
|
+
return this.request("QueryKnowledgeTask", req, cb);
|
|
74
|
+
}
|
|
69
75
|
async GetJobsByKnowledgeBaseId(req, cb) {
|
|
70
76
|
return this.request("GetJobsByKnowledgeBaseId", req, cb);
|
|
71
77
|
}
|
|
@@ -3,194 +3,242 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("mongodb.tencentcloudapi.com", "2019-07-25", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
6
|
+
async DescribeCurrentOp(req, cb) {
|
|
7
|
+
return this.request("DescribeCurrentOp", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async DescribeClientConnections(req, cb) {
|
|
10
|
+
return this.request("DescribeClientConnections", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async DescribeDetailedSlowLogs(req, cb) {
|
|
13
|
+
return this.request("DescribeDetailedSlowLogs", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
15
|
+
async InstanceEnableSSL(req, cb) {
|
|
16
|
+
return this.request("InstanceEnableSSL", req, cb);
|
|
17
17
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
18
|
+
async ModifyDBInstanceParamTpl(req, cb) {
|
|
19
|
+
return this.request("ModifyDBInstanceParamTpl", req, cb);
|
|
20
20
|
}
|
|
21
|
-
async
|
|
22
|
-
return this.request("
|
|
21
|
+
async ModifyDBInstanceLogToCLS(req, cb) {
|
|
22
|
+
return this.request("ModifyDBInstanceLogToCLS", req, cb);
|
|
23
23
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
24
|
+
async CloseAuditService(req, cb) {
|
|
25
|
+
return this.request("CloseAuditService", req, cb);
|
|
26
26
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
27
|
+
async FlashBackDBInstance(req, cb) {
|
|
28
|
+
return this.request("FlashBackDBInstance", req, cb);
|
|
29
29
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
30
|
+
async DescribeDBInstanceNamespace(req, cb) {
|
|
31
|
+
return this.request("DescribeDBInstanceNamespace", req, cb);
|
|
32
32
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async DescribeMongodbLogs(req, cb) {
|
|
34
|
+
return this.request("DescribeMongodbLogs", req, cb);
|
|
35
35
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
36
|
+
async ModifyDBInstanceSpec(req, cb) {
|
|
37
|
+
return this.request("ModifyDBInstanceSpec", req, cb);
|
|
38
|
+
}
|
|
39
|
+
async DescribeInstanceSSL(req, cb) {
|
|
40
|
+
return this.request("DescribeInstanceSSL", req, cb);
|
|
41
|
+
}
|
|
42
|
+
async EnableWanService(req, cb) {
|
|
43
|
+
return this.request("EnableWanService", req, cb);
|
|
44
|
+
}
|
|
45
|
+
async RestoreDBInstance(req, cb) {
|
|
46
|
+
return this.request("RestoreDBInstance", req, cb);
|
|
47
|
+
}
|
|
48
|
+
async ModifyInstanceParams(req, cb) {
|
|
49
|
+
return this.request("ModifyInstanceParams", req, cb);
|
|
50
|
+
}
|
|
51
|
+
async CreateBackupDBInstance(req, cb) {
|
|
52
|
+
return this.request("CreateBackupDBInstance", req, cb);
|
|
53
|
+
}
|
|
54
|
+
async TerminateDBInstances(req, cb) {
|
|
55
|
+
return this.request("TerminateDBInstances", req, cb);
|
|
38
56
|
}
|
|
39
57
|
async ResetDBInstancePassword(req, cb) {
|
|
40
58
|
return this.request("ResetDBInstancePassword", req, cb);
|
|
41
59
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
44
|
-
}
|
|
45
|
-
async DescribeDBInstanceNamespace(req, cb) {
|
|
46
|
-
return this.request("DescribeDBInstanceNamespace", req, cb);
|
|
60
|
+
async DescribeDBBackups(req, cb) {
|
|
61
|
+
return this.request("DescribeDBBackups", req, cb);
|
|
47
62
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
63
|
+
async InquirePriceModifyDBInstanceSpec(req, cb) {
|
|
64
|
+
return this.request("InquirePriceModifyDBInstanceSpec", req, cb);
|
|
50
65
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
66
|
+
async DescribeBackupRules(req, cb) {
|
|
67
|
+
return this.request("DescribeBackupRules", req, cb);
|
|
53
68
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
69
|
+
async EnableSRVConnectionUrl(req, cb) {
|
|
70
|
+
return this.request("EnableSRVConnectionUrl", req, cb);
|
|
56
71
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
72
|
+
async ModifyDBInstanceNetworkAddress(req, cb) {
|
|
73
|
+
return this.request("ModifyDBInstanceNetworkAddress", req, cb);
|
|
59
74
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
75
|
+
async CreateDBInstanceHour(req, cb) {
|
|
76
|
+
return this.request("CreateDBInstanceHour", req, cb);
|
|
62
77
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
78
|
+
async CreateDBInstanceParamTpl(req, cb) {
|
|
79
|
+
return this.request("CreateDBInstanceParamTpl", req, cb);
|
|
65
80
|
}
|
|
66
81
|
async DropDBInstanceParamTpl(req, cb) {
|
|
67
82
|
return this.request("DropDBInstanceParamTpl", req, cb);
|
|
68
83
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
84
|
+
async DescribeSlowLogPatterns(req, cb) {
|
|
85
|
+
return this.request("DescribeSlowLogPatterns", req, cb);
|
|
71
86
|
}
|
|
72
|
-
async
|
|
73
|
-
return this.request("
|
|
87
|
+
async DescribeSlowLogs(req, cb) {
|
|
88
|
+
return this.request("DescribeSlowLogs", req, cb);
|
|
74
89
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
90
|
+
async CreateDBInstance(req, cb) {
|
|
91
|
+
return this.request("CreateDBInstance", req, cb);
|
|
77
92
|
}
|
|
78
|
-
async
|
|
79
|
-
return this.request("
|
|
93
|
+
async DescribeInstanceParams(req, cb) {
|
|
94
|
+
return this.request("DescribeInstanceParams", req, cb);
|
|
80
95
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
96
|
+
async DisableSRVConnectionUrl(req, cb) {
|
|
97
|
+
return this.request("DisableSRVConnectionUrl", req, cb);
|
|
83
98
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
99
|
+
async DescribeBackupDownloadTask(req, cb) {
|
|
100
|
+
return this.request("DescribeBackupDownloadTask", req, cb);
|
|
86
101
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
102
|
+
async DeleteDBBackups(req, cb) {
|
|
103
|
+
return this.request("DeleteDBBackups", req, cb);
|
|
89
104
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
105
|
+
async DescribeAccountUsers(req, cb) {
|
|
106
|
+
return this.request("DescribeAccountUsers", req, cb);
|
|
92
107
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
108
|
+
async DescribeAuditLogFiles(req, cb) {
|
|
109
|
+
return this.request("DescribeAuditLogFiles", req, cb);
|
|
95
110
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
111
|
+
async DescribeDBInstanceParamTplDetail(req, cb) {
|
|
112
|
+
return this.request("DescribeDBInstanceParamTplDetail", req, cb);
|
|
113
|
+
}
|
|
114
|
+
async DescribeDBInstanceURL(req, cb) {
|
|
115
|
+
return this.request("DescribeDBInstanceURL", req, cb);
|
|
116
|
+
}
|
|
117
|
+
async DescribeDBInstanceNodeProperty(req, cb) {
|
|
118
|
+
return this.request("DescribeDBInstanceNodeProperty", req, cb);
|
|
119
|
+
}
|
|
120
|
+
async DescribeDBInstanceParamTpl(req, cb) {
|
|
121
|
+
return this.request("DescribeDBInstanceParamTpl", req, cb);
|
|
122
|
+
}
|
|
123
|
+
async DescribeDBInstanceDeal(req, cb) {
|
|
124
|
+
return this.request("DescribeDBInstanceDeal", req, cb);
|
|
98
125
|
}
|
|
99
126
|
async OfflineIsolatedDBInstance(req, cb) {
|
|
100
127
|
return this.request("OfflineIsolatedDBInstance", req, cb);
|
|
101
128
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
129
|
+
async UpgradeDBInstanceKernelVersion(req, cb) {
|
|
130
|
+
return this.request("UpgradeDBInstanceKernelVersion", req, cb);
|
|
104
131
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
132
|
+
async DescribeSecurityGroup(req, cb) {
|
|
133
|
+
return this.request("DescribeSecurityGroup", req, cb);
|
|
107
134
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
135
|
+
async SetAccountUserPrivilege(req, cb) {
|
|
136
|
+
return this.request("SetAccountUserPrivilege", req, cb);
|
|
110
137
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
138
|
+
async FlushInstanceRouterConfig(req, cb) {
|
|
139
|
+
return this.request("FlushInstanceRouterConfig", req, cb);
|
|
113
140
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
141
|
+
async DescribeAuditInstanceList(req, cb) {
|
|
142
|
+
return this.request("DescribeAuditInstanceList", req, cb);
|
|
116
143
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
144
|
+
async DescribeAuditConfig(req, cb) {
|
|
145
|
+
return this.request("DescribeAuditConfig", req, cb);
|
|
146
|
+
}
|
|
147
|
+
async DescribeAsyncRequestInfo(req, cb) {
|
|
148
|
+
return this.request("DescribeAsyncRequestInfo", req, cb);
|
|
149
|
+
}
|
|
150
|
+
async DescribeAuditLogs(req, cb) {
|
|
151
|
+
return this.request("DescribeAuditLogs", req, cb);
|
|
119
152
|
}
|
|
120
153
|
async EnablePasswordRotation(req, cb) {
|
|
121
154
|
return this.request("EnablePasswordRotation", req, cb);
|
|
122
155
|
}
|
|
123
|
-
async CloseAuditService(req, cb) {
|
|
124
|
-
return this.request("CloseAuditService", req, cb);
|
|
125
|
-
}
|
|
126
156
|
async CreateBackupDownloadTask(req, cb) {
|
|
127
157
|
return this.request("CreateBackupDownloadTask", req, cb);
|
|
128
158
|
}
|
|
129
|
-
async DescribeSRVConnectionDomain(req, cb) {
|
|
130
|
-
return this.request("DescribeSRVConnectionDomain", req, cb);
|
|
131
|
-
}
|
|
132
|
-
async ModifyAuditService(req, cb) {
|
|
133
|
-
return this.request("ModifyAuditService", req, cb);
|
|
134
|
-
}
|
|
135
159
|
async DescribeDBInstances(req, cb) {
|
|
136
160
|
return this.request("DescribeDBInstances", req, cb);
|
|
137
161
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
162
|
+
async IsolateDBInstance(req, cb) {
|
|
163
|
+
return this.request("IsolateDBInstance", req, cb);
|
|
140
164
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
165
|
+
async ModifySRVConnectionUrl(req, cb) {
|
|
166
|
+
return this.request("ModifySRVConnectionUrl", req, cb);
|
|
143
167
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
168
|
+
async DescribeSpecInfo(req, cb) {
|
|
169
|
+
return this.request("DescribeSpecInfo", req, cb);
|
|
146
170
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
171
|
+
async SetDBInstanceDeletionProtection(req, cb) {
|
|
172
|
+
return this.request("SetDBInstanceDeletionProtection", req, cb);
|
|
149
173
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
174
|
+
async IncreaseDBInstanceConnectionLimit(req, cb) {
|
|
175
|
+
return this.request("IncreaseDBInstanceConnectionLimit", req, cb);
|
|
152
176
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
177
|
+
async ModifyInstanceAz(req, cb) {
|
|
178
|
+
return this.request("ModifyInstanceAz", req, cb);
|
|
155
179
|
}
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
180
|
+
async CreateAuditLogFile(req, cb) {
|
|
181
|
+
return this.request("CreateAuditLogFile", req, cb);
|
|
158
182
|
}
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
183
|
+
async SetInstanceMaintenance(req, cb) {
|
|
184
|
+
return this.request("SetInstanceMaintenance", req, cb);
|
|
185
|
+
}
|
|
186
|
+
async RenewDBInstances(req, cb) {
|
|
187
|
+
return this.request("RenewDBInstances", req, cb);
|
|
188
|
+
}
|
|
189
|
+
async ModifyBackupExpireTime(req, cb) {
|
|
190
|
+
return this.request("ModifyBackupExpireTime", req, cb);
|
|
191
|
+
}
|
|
192
|
+
async EnableTransparentDataEncryption(req, cb) {
|
|
193
|
+
return this.request("EnableTransparentDataEncryption", req, cb);
|
|
161
194
|
}
|
|
162
195
|
async PromoteDBInstanceToActive(req, cb) {
|
|
163
196
|
return this.request("PromoteDBInstanceToActive", req, cb);
|
|
164
197
|
}
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
198
|
+
async DeleteAccountUser(req, cb) {
|
|
199
|
+
return this.request("DeleteAccountUser", req, cb);
|
|
167
200
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
201
|
+
async ModifyDBInstanceSecurityGroup(req, cb) {
|
|
202
|
+
return this.request("ModifyDBInstanceSecurityGroup", req, cb);
|
|
170
203
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
204
|
+
async CreateLogDownloadTask(req, cb) {
|
|
205
|
+
return this.request("CreateLogDownloadTask", req, cb);
|
|
173
206
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
207
|
+
async DeleteLogDownloadTask(req, cb) {
|
|
208
|
+
return this.request("DeleteLogDownloadTask", req, cb);
|
|
176
209
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
210
|
+
async DeleteAuditLogFile(req, cb) {
|
|
211
|
+
return this.request("DeleteAuditLogFile", req, cb);
|
|
212
|
+
}
|
|
213
|
+
async DescribeLogDownloadTasks(req, cb) {
|
|
214
|
+
return this.request("DescribeLogDownloadTasks", req, cb);
|
|
215
|
+
}
|
|
216
|
+
async RestartNodes(req, cb) {
|
|
217
|
+
return this.request("RestartNodes", req, cb);
|
|
218
|
+
}
|
|
219
|
+
async CreateAccountUser(req, cb) {
|
|
220
|
+
return this.request("CreateAccountUser", req, cb);
|
|
221
|
+
}
|
|
222
|
+
async DescribeDBInstanceLogToCLS(req, cb) {
|
|
223
|
+
return this.request("DescribeDBInstanceLogToCLS", req, cb);
|
|
224
|
+
}
|
|
225
|
+
async ModifyAuditService(req, cb) {
|
|
226
|
+
return this.request("ModifyAuditService", req, cb);
|
|
179
227
|
}
|
|
180
228
|
async SetBackupRules(req, cb) {
|
|
181
229
|
return this.request("SetBackupRules", req, cb);
|
|
182
230
|
}
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
231
|
+
async DescribeSRVConnectionDomain(req, cb) {
|
|
232
|
+
return this.request("DescribeSRVConnectionDomain", req, cb);
|
|
233
|
+
}
|
|
234
|
+
async InquirePriceCreateDBInstances(req, cb) {
|
|
235
|
+
return this.request("InquirePriceCreateDBInstances", req, cb);
|
|
185
236
|
}
|
|
186
237
|
async DescribePasswordRotation(req, cb) {
|
|
187
238
|
return this.request("DescribePasswordRotation", req, cb);
|
|
188
239
|
}
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
191
|
-
}
|
|
192
|
-
async ModifyInstanceAz(req, cb) {
|
|
193
|
-
return this.request("ModifyInstanceAz", req, cb);
|
|
240
|
+
async CreateSlowLogPatternDownloadTask(req, cb) {
|
|
241
|
+
return this.request("CreateSlowLogPatternDownloadTask", req, cb);
|
|
194
242
|
}
|
|
195
243
|
async AssignProject(req, cb) {
|
|
196
244
|
return this.request("AssignProject", req, cb);
|
|
@@ -198,55 +246,19 @@ export class Client extends AbstractClient {
|
|
|
198
246
|
async DescribeTransparentDataEncryptionStatus(req, cb) {
|
|
199
247
|
return this.request("DescribeTransparentDataEncryptionStatus", req, cb);
|
|
200
248
|
}
|
|
201
|
-
async EnableWanService(req, cb) {
|
|
202
|
-
return this.request("EnableWanService", req, cb);
|
|
203
|
-
}
|
|
204
|
-
async RestoreDBInstance(req, cb) {
|
|
205
|
-
return this.request("RestoreDBInstance", req, cb);
|
|
206
|
-
}
|
|
207
249
|
async UpgradeDbInstanceVersion(req, cb) {
|
|
208
250
|
return this.request("UpgradeDbInstanceVersion", req, cb);
|
|
209
251
|
}
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
212
|
-
}
|
|
213
|
-
async DescribeAccountUsers(req, cb) {
|
|
214
|
-
return this.request("DescribeAccountUsers", req, cb);
|
|
215
|
-
}
|
|
216
|
-
async ModifySRVConnectionUrl(req, cb) {
|
|
217
|
-
return this.request("ModifySRVConnectionUrl", req, cb);
|
|
218
|
-
}
|
|
219
|
-
async DescribeAuditLogFiles(req, cb) {
|
|
220
|
-
return this.request("DescribeAuditLogFiles", req, cb);
|
|
221
|
-
}
|
|
222
|
-
async SetInstanceMaintenance(req, cb) {
|
|
223
|
-
return this.request("SetInstanceMaintenance", req, cb);
|
|
224
|
-
}
|
|
225
|
-
async EnableSRVConnectionUrl(req, cb) {
|
|
226
|
-
return this.request("EnableSRVConnectionUrl", req, cb);
|
|
252
|
+
async OpenAuditService(req, cb) {
|
|
253
|
+
return this.request("OpenAuditService", req, cb);
|
|
227
254
|
}
|
|
228
|
-
async
|
|
229
|
-
return this.request("
|
|
255
|
+
async RenameInstance(req, cb) {
|
|
256
|
+
return this.request("RenameInstance", req, cb);
|
|
230
257
|
}
|
|
231
258
|
async KillOps(req, cb) {
|
|
232
259
|
return this.request("KillOps", req, cb);
|
|
233
260
|
}
|
|
234
|
-
async ModifyBackupExpireTime(req, cb) {
|
|
235
|
-
return this.request("ModifyBackupExpireTime", req, cb);
|
|
236
|
-
}
|
|
237
|
-
async EnableTransparentDataEncryption(req, cb) {
|
|
238
|
-
return this.request("EnableTransparentDataEncryption", req, cb);
|
|
239
|
-
}
|
|
240
|
-
async CreateBackupDBInstance(req, cb) {
|
|
241
|
-
return this.request("CreateBackupDBInstance", req, cb);
|
|
242
|
-
}
|
|
243
261
|
async InquirePriceRenewDBInstances(req, cb) {
|
|
244
262
|
return this.request("InquirePriceRenewDBInstances", req, cb);
|
|
245
263
|
}
|
|
246
|
-
async DeleteAccountUser(req, cb) {
|
|
247
|
-
return this.request("DeleteAccountUser", req, cb);
|
|
248
|
-
}
|
|
249
|
-
async ModifyDBInstanceSecurityGroup(req, cb) {
|
|
250
|
-
return this.request("ModifyDBInstanceSecurityGroup", req, cb);
|
|
251
|
-
}
|
|
252
264
|
}
|
|
@@ -36,6 +36,9 @@ export class Client extends AbstractClient {
|
|
|
36
36
|
async GeneralAccurateOCR(req, cb) {
|
|
37
37
|
return this.request("GeneralAccurateOCR", req, cb);
|
|
38
38
|
}
|
|
39
|
+
async VerifyBizLicenseEnterprise4(req, cb) {
|
|
40
|
+
return this.request("VerifyBizLicenseEnterprise4", req, cb);
|
|
41
|
+
}
|
|
39
42
|
async RecognizeContainerOCR(req, cb) {
|
|
40
43
|
return this.request("RecognizeContainerOCR", req, cb);
|
|
41
44
|
}
|
|
@@ -63,9 +66,6 @@ export class Client extends AbstractClient {
|
|
|
63
66
|
async DescribeQuestionMarkAgentJob(req, cb) {
|
|
64
67
|
return this.request("DescribeQuestionMarkAgentJob", req, cb);
|
|
65
68
|
}
|
|
66
|
-
async RecognizeTravelCardOCR(req, cb) {
|
|
67
|
-
return this.request("RecognizeTravelCardOCR", req, cb);
|
|
68
|
-
}
|
|
69
69
|
async GeneralFastOCR(req, cb) {
|
|
70
70
|
return this.request("GeneralFastOCR", req, cb);
|
|
71
71
|
}
|
|
@@ -222,15 +222,12 @@ export class Client extends AbstractClient {
|
|
|
222
222
|
async VerifyOfdVatInvoiceOCR(req, cb) {
|
|
223
223
|
return this.request("VerifyOfdVatInvoiceOCR", req, cb);
|
|
224
224
|
}
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
225
|
+
async VerifyBizLicenseEnterprise3(req, cb) {
|
|
226
|
+
return this.request("VerifyBizLicenseEnterprise3", req, cb);
|
|
227
227
|
}
|
|
228
228
|
async MixedInvoiceOCR(req, cb) {
|
|
229
229
|
return this.request("MixedInvoiceOCR", req, cb);
|
|
230
230
|
}
|
|
231
|
-
async RecognizeHealthCodeOCR(req, cb) {
|
|
232
|
-
return this.request("RecognizeHealthCodeOCR", req, cb);
|
|
233
|
-
}
|
|
234
231
|
async EduPaperOCR(req, cb) {
|
|
235
232
|
return this.request("EduPaperOCR", req, cb);
|
|
236
233
|
}
|
|
@@ -3,11 +3,20 @@ export class Client extends AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("tokenhub.tencentcloudapi.com", "2026-03-22", clientConfig);
|
|
5
5
|
}
|
|
6
|
+
async RenewTokenPlanTeamOrder(req, cb) {
|
|
7
|
+
return this.request("RenewTokenPlanTeamOrder", req, cb);
|
|
8
|
+
}
|
|
9
|
+
async CreateTokenPlanTeamOrderAndBuy(req, cb) {
|
|
10
|
+
return this.request("CreateTokenPlanTeamOrderAndBuy", req, cb);
|
|
11
|
+
}
|
|
6
12
|
async DescribeApiKeyList(req, cb) {
|
|
7
13
|
return this.request("DescribeApiKeyList", req, cb);
|
|
8
14
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
15
|
+
async DescribeModelList(req, cb) {
|
|
16
|
+
return this.request("DescribeModelList", req, cb);
|
|
17
|
+
}
|
|
18
|
+
async DescribeTokenPlanApiKey(req, cb) {
|
|
19
|
+
return this.request("DescribeTokenPlanApiKey", req, cb);
|
|
11
20
|
}
|
|
12
21
|
async CreateTokenPlanApiKeys(req, cb) {
|
|
13
22
|
return this.request("CreateTokenPlanApiKeys", req, cb);
|
|
@@ -15,42 +24,54 @@ export class Client extends AbstractClient {
|
|
|
15
24
|
async DescribeTokenPlanApiKeyList(req, cb) {
|
|
16
25
|
return this.request("DescribeTokenPlanApiKeyList", req, cb);
|
|
17
26
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
20
|
-
}
|
|
21
|
-
async RenewTokenPlanTeamOrder(req, cb) {
|
|
22
|
-
return this.request("RenewTokenPlanTeamOrder", req, cb);
|
|
23
|
-
}
|
|
24
|
-
async CreateTokenPlanTeamOrderAndBuy(req, cb) {
|
|
25
|
-
return this.request("CreateTokenPlanTeamOrderAndBuy", req, cb);
|
|
27
|
+
async CreateGlossaryEntries(req, cb) {
|
|
28
|
+
return this.request("CreateGlossaryEntries", req, cb);
|
|
26
29
|
}
|
|
27
30
|
async DescribeTokenPlanApiKeyUsageDetail(req, cb) {
|
|
28
31
|
return this.request("DescribeTokenPlanApiKeyUsageDetail", req, cb);
|
|
29
32
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
33
|
+
async DescribeGlossaries(req, cb) {
|
|
34
|
+
return this.request("DescribeGlossaries", req, cb);
|
|
32
35
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
36
|
+
async DescribeGlossaryEntries(req, cb) {
|
|
37
|
+
return this.request("DescribeGlossaryEntries", req, cb);
|
|
35
38
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
39
|
+
async DescribeUsageRankList(req, cb) {
|
|
40
|
+
return this.request("DescribeUsageRankList", req, cb);
|
|
41
|
+
}
|
|
42
|
+
async DeleteGlossaryEntries(req, cb) {
|
|
43
|
+
return this.request("DeleteGlossaryEntries", req, cb);
|
|
38
44
|
}
|
|
39
45
|
async UpgradeTokenPlanTeamOrder(req, cb) {
|
|
40
46
|
return this.request("UpgradeTokenPlanTeamOrder", req, cb);
|
|
41
47
|
}
|
|
48
|
+
async CreateGlossary(req, cb) {
|
|
49
|
+
return this.request("CreateGlossary", req, cb);
|
|
50
|
+
}
|
|
51
|
+
async DeleteGlossary(req, cb) {
|
|
52
|
+
return this.request("DeleteGlossary", req, cb);
|
|
53
|
+
}
|
|
54
|
+
async ModifyTokenPlanApiKeySecret(req, cb) {
|
|
55
|
+
return this.request("ModifyTokenPlanApiKeySecret", req, cb);
|
|
56
|
+
}
|
|
57
|
+
async DescribeTokenPlan(req, cb) {
|
|
58
|
+
return this.request("DescribeTokenPlan", req, cb);
|
|
59
|
+
}
|
|
60
|
+
async ModifyGlossaryEntries(req, cb) {
|
|
61
|
+
return this.request("ModifyGlossaryEntries", req, cb);
|
|
62
|
+
}
|
|
63
|
+
async DescribeTokenPlanList(req, cb) {
|
|
64
|
+
return this.request("DescribeTokenPlanList", req, cb);
|
|
65
|
+
}
|
|
66
|
+
async DescribeApiKey(req, cb) {
|
|
67
|
+
return this.request("DescribeApiKey", req, cb);
|
|
68
|
+
}
|
|
42
69
|
async DeleteTokenPlanApiKey(req, cb) {
|
|
43
70
|
return this.request("DeleteTokenPlanApiKey", req, cb);
|
|
44
71
|
}
|
|
45
|
-
async DescribeUsageRankList(req, cb) {
|
|
46
|
-
return this.request("DescribeUsageRankList", req, cb);
|
|
47
|
-
}
|
|
48
72
|
async ModifyTokenPlanApiKey(req, cb) {
|
|
49
73
|
return this.request("ModifyTokenPlanApiKey", req, cb);
|
|
50
74
|
}
|
|
51
|
-
async DescribeTokenPlanApiKey(req, cb) {
|
|
52
|
-
return this.request("DescribeTokenPlanApiKey", req, cb);
|
|
53
|
-
}
|
|
54
75
|
async DescribeTokenPlanApiKeySecret(req, cb) {
|
|
55
76
|
return this.request("DescribeTokenPlanApiKeySecret", req, cb);
|
|
56
77
|
}
|