tencentcloud-sdk-nodejs 4.1.126 → 4.1.128

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.
Files changed (89) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/ess/v20201111/ess_client.js +17 -2
  3. package/es/services/essbasic/index.js +2 -2
  4. package/es/services/ims/index.js +2 -2
  5. package/es/services/iotvideo/index.js +4 -4
  6. package/es/services/irp/index.js +2 -2
  7. package/es/services/sms/index.js +2 -2
  8. package/es/services/tbp/index.js +2 -2
  9. package/es/services/tcss/v20201101/tcss_client.js +12 -6
  10. package/es/services/tem/index.js +2 -2
  11. package/es/services/thpc/index.js +2 -2
  12. package/es/services/tke/index.js +2 -2
  13. package/es/services/tms/index.js +2 -2
  14. package/es/services/tsw/index.js +2 -2
  15. package/es/services/vm/index.js +2 -2
  16. package/es/services/vpc/v20170312/vpc_client.js +20 -8
  17. package/es/services/wedata/index.js +2 -2
  18. package/es/services/wedata/v20250806/wedata_client.js +246 -132
  19. package/es/services/yunsou/index.js +2 -2
  20. package/package.json +1 -1
  21. package/tencentcloud/common/sdk_version.d.ts +1 -1
  22. package/tencentcloud/common/sdk_version.js +1 -1
  23. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +24 -0
  24. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
  25. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -0
  26. package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +20 -0
  27. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -3
  28. package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +6 -1
  29. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
  30. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
  31. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +40 -0
  32. package/tencentcloud/services/es/v20250101/es_client.d.ts +1 -1
  33. package/tencentcloud/services/es/v20250101/es_client.js +1 -1
  34. package/tencentcloud/services/es/v20250101/es_models.d.ts +1 -1
  35. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -14
  36. package/tencentcloud/services/ess/v20201111/ess_client.js +56 -14
  37. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +304 -30
  38. package/tencentcloud/services/essbasic/index.d.ts +4 -4
  39. package/tencentcloud/services/essbasic/index.js +2 -2
  40. package/tencentcloud/services/ims/index.d.ts +4 -4
  41. package/tencentcloud/services/ims/index.js +2 -2
  42. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  43. package/tencentcloud/services/iotvideo/index.js +4 -4
  44. package/tencentcloud/services/irp/index.d.ts +4 -4
  45. package/tencentcloud/services/irp/index.js +2 -2
  46. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +7 -0
  47. package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +6 -0
  48. package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +6 -0
  49. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -9
  50. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  51. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -9
  52. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -3
  53. package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -3
  54. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +2 -2
  55. package/tencentcloud/services/postgres/v20170312/postgres_client.js +2 -2
  56. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +7 -7
  57. package/tencentcloud/services/sms/index.d.ts +4 -4
  58. package/tencentcloud/services/sms/index.js +2 -2
  59. package/tencentcloud/services/tbp/index.d.ts +4 -4
  60. package/tencentcloud/services/tbp/index.js +2 -2
  61. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -7
  62. package/tencentcloud/services/tcss/v20201101/tcss_client.js +21 -9
  63. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +129 -81
  64. package/tencentcloud/services/tem/index.d.ts +4 -4
  65. package/tencentcloud/services/tem/index.js +2 -2
  66. package/tencentcloud/services/thpc/index.d.ts +4 -4
  67. package/tencentcloud/services/thpc/index.js +2 -2
  68. package/tencentcloud/services/tke/index.d.ts +4 -4
  69. package/tencentcloud/services/tke/index.js +2 -2
  70. package/tencentcloud/services/tms/index.d.ts +4 -4
  71. package/tencentcloud/services/tms/index.js +2 -2
  72. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +2 -2
  73. package/tencentcloud/services/tsw/index.d.ts +4 -4
  74. package/tencentcloud/services/tsw/index.js +2 -2
  75. package/tencentcloud/services/vm/index.d.ts +4 -4
  76. package/tencentcloud/services/vm/index.js +2 -2
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +25 -9
  78. package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
  79. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +183 -75
  80. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +1 -1
  81. package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -1
  82. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -7
  83. package/tencentcloud/services/wedata/index.d.ts +4 -4
  84. package/tencentcloud/services/wedata/index.js +2 -2
  85. package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +288 -136
  86. package/tencentcloud/services/wedata/v20250806/wedata_client.js +460 -232
  87. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +7367 -4339
  88. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  89. package/tencentcloud/services/yunsou/index.js +2 -2
@@ -3,155 +3,239 @@ export class Client extends AbstractClient {
3
3
  constructor(clientConfig) {
4
4
  super("wedata.tencentcloudapi.com", "2025-08-06", clientConfig);
5
5
  }
6
- async CreateResourceFolder(req, cb) {
7
- return this.request("CreateResourceFolder", req, cb);
8
- }
9
6
  async CreateTask(req, cb) {
10
7
  return this.request("CreateTask", req, cb);
11
8
  }
12
9
  async ListOpsWorkflows(req, cb) {
13
10
  return this.request("ListOpsWorkflows", req, cb);
14
11
  }
15
- async CreateSQLFolder(req, cb) {
16
- return this.request("CreateSQLFolder", req, cb);
17
- }
18
- async UpdateCodeFolder(req, cb) {
19
- return this.request("UpdateCodeFolder", req, cb);
20
- }
21
12
  async ListAlarmMessages(req, cb) {
22
13
  return this.request("ListAlarmMessages", req, cb);
23
14
  }
24
- async GetWorkflow(req, cb) {
25
- return this.request("GetWorkflow", req, cb);
15
+ async PauseOpsTasksAsync(req, cb) {
16
+ return this.request("PauseOpsTasksAsync", req, cb);
17
+ }
18
+ async GetDataSourceRelatedTasks(req, cb) {
19
+ return this.request("GetDataSourceRelatedTasks", req, cb);
20
+ }
21
+ async KillTaskInstancesAsync(req, cb) {
22
+ return this.request("KillTaskInstancesAsync", req, cb);
23
+ }
24
+ async ListProjects(req, cb) {
25
+ return this.request("ListProjects", req, cb);
26
26
  }
27
27
  async ListDownstreamTaskInstances(req, cb) {
28
28
  return this.request("ListDownstreamTaskInstances", req, cb);
29
29
  }
30
- async UpdateWorkflow(req, cb) {
31
- return this.request("UpdateWorkflow", req, cb);
30
+ async ListDownstreamOpsTasks(req, cb) {
31
+ return this.request("ListDownstreamOpsTasks", req, cb);
32
+ }
33
+ async ListResourceFiles(req, cb) {
34
+ return this.request("ListResourceFiles", req, cb);
35
+ }
36
+ async ListUpstreamOpsTasks(req, cb) {
37
+ return this.request("ListUpstreamOpsTasks", req, cb);
38
+ }
39
+ async ListOpsTasks(req, cb) {
40
+ return this.request("ListOpsTasks", req, cb);
41
+ }
42
+ async ListCatalog(req, cb) {
43
+ return this.request("ListCatalog", req, cb);
44
+ }
45
+ async DeleteWorkflow(req, cb) {
46
+ return this.request("DeleteWorkflow", req, cb);
47
+ }
48
+ async DeleteDataSource(req, cb) {
49
+ return this.request("DeleteDataSource", req, cb);
50
+ }
51
+ async DissociateResourceGroupFromProject(req, cb) {
52
+ return this.request("DissociateResourceGroupFromProject", req, cb);
53
+ }
54
+ async GetResourceFile(req, cb) {
55
+ return this.request("GetResourceFile", req, cb);
56
+ }
57
+ async UpdateResourceFolder(req, cb) {
58
+ return this.request("UpdateResourceFolder", req, cb);
59
+ }
60
+ async CreateDataSource(req, cb) {
61
+ return this.request("CreateDataSource", req, cb);
62
+ }
63
+ async DeleteResourceFolder(req, cb) {
64
+ return this.request("DeleteResourceFolder", req, cb);
65
+ }
66
+ async ListTasks(req, cb) {
67
+ return this.request("ListTasks", req, cb);
68
+ }
69
+ async AssociateResourceGroupToProject(req, cb) {
70
+ return this.request("AssociateResourceGroupToProject", req, cb);
71
+ }
72
+ async RemoveMemberProjectRole(req, cb) {
73
+ return this.request("RemoveMemberProjectRole", req, cb);
74
+ }
75
+ async UpdateProject(req, cb) {
76
+ return this.request("UpdateProject", req, cb);
77
+ }
78
+ async EnableProject(req, cb) {
79
+ return this.request("EnableProject", req, cb);
80
+ }
81
+ async ListTenantRoles(req, cb) {
82
+ return this.request("ListTenantRoles", req, cb);
32
83
  }
33
84
  async ListUpstreamTasks(req, cb) {
34
85
  return this.request("ListUpstreamTasks", req, cb);
35
86
  }
36
- async GetTaskVersion(req, cb) {
37
- return this.request("GetTaskVersion", req, cb);
87
+ async ListDataBackfillInstances(req, cb) {
88
+ return this.request("ListDataBackfillInstances", req, cb);
38
89
  }
39
90
  async CreateDataBackfillPlan(req, cb) {
40
91
  return this.request("CreateDataBackfillPlan", req, cb);
41
92
  }
42
- async ListSQLFolderContents(req, cb) {
43
- return this.request("ListSQLFolderContents", req, cb);
44
- }
45
93
  async RunSQLScript(req, cb) {
46
94
  return this.request("RunSQLScript", req, cb);
47
95
  }
48
- async CreateCodeFolder(req, cb) {
49
- return this.request("CreateCodeFolder", req, cb);
50
- }
51
- async ListUpstreamOpsTasks(req, cb) {
52
- return this.request("ListUpstreamOpsTasks", req, cb);
96
+ async ListWorkflows(req, cb) {
97
+ return this.request("ListWorkflows", req, cb);
53
98
  }
54
- async CreateSQLScript(req, cb) {
55
- return this.request("CreateSQLScript", req, cb);
56
- }
57
- async PauseOpsTasksAsync(req, cb) {
58
- return this.request("PauseOpsTasksAsync", req, cb);
99
+ async GetProject(req, cb) {
100
+ return this.request("GetProject", req, cb);
59
101
  }
60
102
  async GetOpsAsyncJob(req, cb) {
61
103
  return this.request("GetOpsAsyncJob", req, cb);
62
104
  }
63
- async UpdateCodeFile(req, cb) {
64
- return this.request("UpdateCodeFile", req, cb);
65
- }
66
105
  async UpdateOpsTasksOwner(req, cb) {
67
106
  return this.request("UpdateOpsTasksOwner", req, cb);
68
107
  }
69
- async DeleteOpsAlarmRule(req, cb) {
70
- return this.request("DeleteOpsAlarmRule", req, cb);
108
+ async GetTableColumns(req, cb) {
109
+ return this.request("GetTableColumns", req, cb);
71
110
  }
72
- async GetAlarmMessage(req, cb) {
73
- return this.request("GetAlarmMessage", req, cb);
111
+ async ListColumnLineage(req, cb) {
112
+ return this.request("ListColumnLineage", req, cb);
74
113
  }
75
- async ListDownstreamOpsTasks(req, cb) {
76
- return this.request("ListDownstreamOpsTasks", req, cb);
114
+ async DeleteCodeFile(req, cb) {
115
+ return this.request("DeleteCodeFile", req, cb);
77
116
  }
78
- async ListTaskVersions(req, cb) {
79
- return this.request("ListTaskVersions", req, cb);
117
+ async DisableProject(req, cb) {
118
+ return this.request("DisableProject", req, cb);
80
119
  }
81
- async RerunTaskInstancesAsync(req, cb) {
82
- return this.request("RerunTaskInstancesAsync", req, cb);
120
+ async AddCalcEnginesToProject(req, cb) {
121
+ return this.request("AddCalcEnginesToProject", req, cb);
83
122
  }
84
- async StopOpsTasksAsync(req, cb) {
85
- return this.request("StopOpsTasksAsync", req, cb);
123
+ async RegisterLineage(req, cb) {
124
+ return this.request("RegisterLineage", req, cb);
86
125
  }
87
- async DeleteCodeFile(req, cb) {
88
- return this.request("DeleteCodeFile", req, cb);
126
+ async ListProjectMembers(req, cb) {
127
+ return this.request("ListProjectMembers", req, cb);
89
128
  }
90
- async DeleteTask(req, cb) {
91
- return this.request("DeleteTask", req, cb);
129
+ async GetOpsAlarmRule(req, cb) {
130
+ return this.request("GetOpsAlarmRule", req, cb);
92
131
  }
93
- async GetSQLScript(req, cb) {
94
- return this.request("GetSQLScript", req, cb);
132
+ async DeleteResourceGroup(req, cb) {
133
+ return this.request("DeleteResourceGroup", req, cb);
134
+ }
135
+ async ListUpstreamTaskInstances(req, cb) {
136
+ return this.request("ListUpstreamTaskInstances", req, cb);
137
+ }
138
+ async GetTask(req, cb) {
139
+ return this.request("GetTask", req, cb);
140
+ }
141
+ async GetTaskInstanceLog(req, cb) {
142
+ return this.request("GetTaskInstanceLog", req, cb);
143
+ }
144
+ async ListDataSources(req, cb) {
145
+ return this.request("ListDataSources", req, cb);
95
146
  }
96
147
  async GetTaskCode(req, cb) {
97
148
  return this.request("GetTaskCode", req, cb);
98
149
  }
99
- async ListCodeFolderContents(req, cb) {
100
- return this.request("ListCodeFolderContents", req, cb);
150
+ async ListProcessLineage(req, cb) {
151
+ return this.request("ListProcessLineage", req, cb);
101
152
  }
102
- async CreateResourceFile(req, cb) {
103
- return this.request("CreateResourceFile", req, cb);
153
+ async CreateProject(req, cb) {
154
+ return this.request("CreateProject", req, cb);
155
+ }
156
+ async CreateWorkflowFolder(req, cb) {
157
+ return this.request("CreateWorkflowFolder", req, cb);
158
+ }
159
+ async StopSQLScriptRun(req, cb) {
160
+ return this.request("StopSQLScriptRun", req, cb);
104
161
  }
105
162
  async UpdateSQLFolder(req, cb) {
106
163
  return this.request("UpdateSQLFolder", req, cb);
107
164
  }
108
- async ListSQLScriptRuns(req, cb) {
109
- return this.request("ListSQLScriptRuns", req, cb);
165
+ async UpdateSQLScript(req, cb) {
166
+ return this.request("UpdateSQLScript", req, cb);
110
167
  }
111
- async UpdateOpsAlarmRule(req, cb) {
112
- return this.request("UpdateOpsAlarmRule", req, cb);
168
+ async DeleteLineage(req, cb) {
169
+ return this.request("DeleteLineage", req, cb);
113
170
  }
114
- async ListOpsAlarmRules(req, cb) {
115
- return this.request("ListOpsAlarmRules", req, cb);
171
+ async CreateResourceFolder(req, cb) {
172
+ return this.request("CreateResourceFolder", req, cb);
116
173
  }
117
- async GetOpsAlarmRule(req, cb) {
118
- return this.request("GetOpsAlarmRule", req, cb);
174
+ async UpdateWorkflow(req, cb) {
175
+ return this.request("UpdateWorkflow", req, cb);
176
+ }
177
+ async CreateSQLFolder(req, cb) {
178
+ return this.request("CreateSQLFolder", req, cb);
179
+ }
180
+ async UpdateCodeFolder(req, cb) {
181
+ return this.request("UpdateCodeFolder", req, cb);
182
+ }
183
+ async ListSQLFolderContents(req, cb) {
184
+ return this.request("ListSQLFolderContents", req, cb);
185
+ }
186
+ async CreateCodeFolder(req, cb) {
187
+ return this.request("CreateCodeFolder", req, cb);
188
+ }
189
+ async CreateSQLScript(req, cb) {
190
+ return this.request("CreateSQLScript", req, cb);
191
+ }
192
+ async UpdateCodeFile(req, cb) {
193
+ return this.request("UpdateCodeFile", req, cb);
119
194
  }
120
195
  async ListResourceFolders(req, cb) {
121
196
  return this.request("ListResourceFolders", req, cb);
122
197
  }
123
- async ListWorkflows(req, cb) {
124
- return this.request("ListWorkflows", req, cb);
198
+ async GetResourceGroupMetrics(req, cb) {
199
+ return this.request("GetResourceGroupMetrics", req, cb);
125
200
  }
126
- async GetOpsTask(req, cb) {
127
- return this.request("GetOpsTask", req, cb);
201
+ async ListTaskVersions(req, cb) {
202
+ return this.request("ListTaskVersions", req, cb);
128
203
  }
129
- async SetSuccessTaskInstancesAsync(req, cb) {
130
- return this.request("SetSuccessTaskInstancesAsync", req, cb);
204
+ async StopOpsTasksAsync(req, cb) {
205
+ return this.request("StopOpsTasksAsync", req, cb);
131
206
  }
132
- async UpdateResourceFile(req, cb) {
133
- return this.request("UpdateResourceFile", req, cb);
207
+ async DeleteTask(req, cb) {
208
+ return this.request("DeleteTask", req, cb);
134
209
  }
135
- async ListTaskInstances(req, cb) {
136
- return this.request("ListTaskInstances", req, cb);
210
+ async ListCodeFolderContents(req, cb) {
211
+ return this.request("ListCodeFolderContents", req, cb);
137
212
  }
138
- async GetOpsWorkflow(req, cb) {
139
- return this.request("GetOpsWorkflow", req, cb);
213
+ async CreateResourceFile(req, cb) {
214
+ return this.request("CreateResourceFile", req, cb);
140
215
  }
141
- async GetOpsTaskCode(req, cb) {
142
- return this.request("GetOpsTaskCode", req, cb);
216
+ async UpdateDataSource(req, cb) {
217
+ return this.request("UpdateDataSource", req, cb);
143
218
  }
144
- async CreateOpsAlarmRule(req, cb) {
145
- return this.request("CreateOpsAlarmRule", req, cb);
219
+ async UpdateResourceGroup(req, cb) {
220
+ return this.request("UpdateResourceGroup", req, cb);
146
221
  }
147
- async ListDataBackfillInstances(req, cb) {
148
- return this.request("ListDataBackfillInstances", req, cb);
222
+ async ListOpsAlarmRules(req, cb) {
223
+ return this.request("ListOpsAlarmRules", req, cb);
149
224
  }
150
- async ListUpstreamTaskInstances(req, cb) {
151
- return this.request("ListUpstreamTaskInstances", req, cb);
225
+ async ListResourceGroups(req, cb) {
226
+ return this.request("ListResourceGroups", req, cb);
152
227
  }
153
- async ListWorkflowFolders(req, cb) {
154
- return this.request("ListWorkflowFolders", req, cb);
228
+ async UpdateOpsAlarmRule(req, cb) {
229
+ return this.request("UpdateOpsAlarmRule", req, cb);
230
+ }
231
+ async GrantMemberProjectRole(req, cb) {
232
+ return this.request("GrantMemberProjectRole", req, cb);
233
+ }
234
+ async ListTaskInstances(req, cb) {
235
+ return this.request("ListTaskInstances", req, cb);
236
+ }
237
+ async CreateProjectMember(req, cb) {
238
+ return this.request("CreateProjectMember", req, cb);
155
239
  }
156
240
  async DeleteResourceFile(req, cb) {
157
241
  return this.request("DeleteResourceFile", req, cb);
@@ -159,79 +243,109 @@ export class Client extends AbstractClient {
159
243
  async CreateCodeFile(req, cb) {
160
244
  return this.request("CreateCodeFile", req, cb);
161
245
  }
162
- async GetTask(req, cb) {
163
- return this.request("GetTask", req, cb);
164
- }
165
- async SubmitTask(req, cb) {
166
- return this.request("SubmitTask", req, cb);
167
- }
168
- async GetTaskInstanceLog(req, cb) {
169
- return this.request("GetTaskInstanceLog", req, cb);
170
- }
171
- async ListResourceFiles(req, cb) {
172
- return this.request("ListResourceFiles", req, cb);
246
+ async UpdateWorkflowFolder(req, cb) {
247
+ return this.request("UpdateWorkflowFolder", req, cb);
173
248
  }
174
249
  async UpdateTask(req, cb) {
175
250
  return this.request("UpdateTask", req, cb);
176
251
  }
177
- async DeleteWorkflow(req, cb) {
178
- return this.request("DeleteWorkflow", req, cb);
179
- }
180
- async GetResourceFile(req, cb) {
181
- return this.request("GetResourceFile", req, cb);
252
+ async UpdateResourceFile(req, cb) {
253
+ return this.request("UpdateResourceFile", req, cb);
182
254
  }
183
- async DeleteCodeFolder(req, cb) {
184
- return this.request("DeleteCodeFolder", req, cb);
255
+ async DeleteProjectMember(req, cb) {
256
+ return this.request("DeleteProjectMember", req, cb);
185
257
  }
186
- async DeleteResourceFolder(req, cb) {
187
- return this.request("DeleteResourceFolder", req, cb);
258
+ async ListProjectRoles(req, cb) {
259
+ return this.request("ListProjectRoles", req, cb);
188
260
  }
189
261
  async CreateWorkflow(req, cb) {
190
262
  return this.request("CreateWorkflow", req, cb);
191
263
  }
192
- async KillTaskInstancesAsync(req, cb) {
193
- return this.request("KillTaskInstancesAsync", req, cb);
264
+ async DeleteSQLFolder(req, cb) {
265
+ return this.request("DeleteSQLFolder", req, cb);
266
+ }
267
+ async ListTaskInstanceExecutions(req, cb) {
268
+ return this.request("ListTaskInstanceExecutions", req, cb);
269
+ }
270
+ async ListDatabase(req, cb) {
271
+ return this.request("ListDatabase", req, cb);
272
+ }
273
+ async GetTaskInstance(req, cb) {
274
+ return this.request("GetTaskInstance", req, cb);
275
+ }
276
+ async ListSQLScriptRuns(req, cb) {
277
+ return this.request("ListSQLScriptRuns", req, cb);
278
+ }
279
+ async GetWorkflow(req, cb) {
280
+ return this.request("GetWorkflow", req, cb);
281
+ }
282
+ async ListSchema(req, cb) {
283
+ return this.request("ListSchema", req, cb);
284
+ }
285
+ async GetTaskVersion(req, cb) {
286
+ return this.request("GetTaskVersion", req, cb);
287
+ }
288
+ async DeleteOpsAlarmRule(req, cb) {
289
+ return this.request("DeleteOpsAlarmRule", req, cb);
290
+ }
291
+ async GetAlarmMessage(req, cb) {
292
+ return this.request("GetAlarmMessage", req, cb);
293
+ }
294
+ async RerunTaskInstancesAsync(req, cb) {
295
+ return this.request("RerunTaskInstancesAsync", req, cb);
296
+ }
297
+ async GetSQLScript(req, cb) {
298
+ return this.request("GetSQLScript", req, cb);
299
+ }
300
+ async ListLineage(req, cb) {
301
+ return this.request("ListLineage", req, cb);
302
+ }
303
+ async GetOpsTask(req, cb) {
304
+ return this.request("GetOpsTask", req, cb);
305
+ }
306
+ async SetSuccessTaskInstancesAsync(req, cb) {
307
+ return this.request("SetSuccessTaskInstancesAsync", req, cb);
308
+ }
309
+ async GetOpsWorkflow(req, cb) {
310
+ return this.request("GetOpsWorkflow", req, cb);
311
+ }
312
+ async GetOpsTaskCode(req, cb) {
313
+ return this.request("GetOpsTaskCode", req, cb);
314
+ }
315
+ async CreateOpsAlarmRule(req, cb) {
316
+ return this.request("CreateOpsAlarmRule", req, cb);
317
+ }
318
+ async ListWorkflowFolders(req, cb) {
319
+ return this.request("ListWorkflowFolders", req, cb);
320
+ }
321
+ async SubmitTask(req, cb) {
322
+ return this.request("SubmitTask", req, cb);
323
+ }
324
+ async DeleteCodeFolder(req, cb) {
325
+ return this.request("DeleteCodeFolder", req, cb);
326
+ }
327
+ async CreateResourceGroup(req, cb) {
328
+ return this.request("CreateResourceGroup", req, cb);
194
329
  }
195
330
  async DeleteWorkflowFolder(req, cb) {
196
331
  return this.request("DeleteWorkflowFolder", req, cb);
197
332
  }
198
- async ListTasks(req, cb) {
199
- return this.request("ListTasks", req, cb);
200
- }
201
- async ListTaskInstanceExecutions(req, cb) {
202
- return this.request("ListTaskInstanceExecutions", req, cb);
333
+ async ListTable(req, cb) {
334
+ return this.request("ListTable", req, cb);
203
335
  }
204
336
  async GetCodeFile(req, cb) {
205
337
  return this.request("GetCodeFile", req, cb);
206
338
  }
207
- async CreateWorkflowFolder(req, cb) {
208
- return this.request("CreateWorkflowFolder", req, cb);
209
- }
210
- async DeleteSQLFolder(req, cb) {
211
- return this.request("DeleteSQLFolder", req, cb);
212
- }
213
339
  async DeleteSQLScript(req, cb) {
214
340
  return this.request("DeleteSQLScript", req, cb);
215
341
  }
216
- async UpdateWorkflowFolder(req, cb) {
217
- return this.request("UpdateWorkflowFolder", req, cb);
342
+ async GetDataSource(req, cb) {
343
+ return this.request("GetDataSource", req, cb);
218
344
  }
219
- async ListOpsTasks(req, cb) {
220
- return this.request("ListOpsTasks", req, cb);
221
- }
222
- async StopSQLScriptRun(req, cb) {
223
- return this.request("StopSQLScriptRun", req, cb);
345
+ async GetTable(req, cb) {
346
+ return this.request("GetTable", req, cb);
224
347
  }
225
348
  async ListDownstreamTasks(req, cb) {
226
349
  return this.request("ListDownstreamTasks", req, cb);
227
350
  }
228
- async UpdateResourceFolder(req, cb) {
229
- return this.request("UpdateResourceFolder", req, cb);
230
- }
231
- async UpdateSQLScript(req, cb) {
232
- return this.request("UpdateSQLScript", req, cb);
233
- }
234
- async GetTaskInstance(req, cb) {
235
- return this.request("GetTaskInstance", req, cb);
236
- }
237
351
  }
@@ -1,6 +1,6 @@
1
- import { v20180504 } from "./v20180504";
2
1
  import { v20191115 } from "./v20191115";
2
+ import { v20180504 } from "./v20180504";
3
3
  export const yunsou = {
4
- v20180504: v20180504,
5
4
  v20191115: v20191115,
5
+ v20180504: v20180504,
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.1.126",
3
+ "version": "4.1.128",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -1 +1 @@
1
- export declare const sdkVersion = "4.1.126";
1
+ export declare const sdkVersion = "4.1.128";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sdkVersion = void 0;
4
- exports.sdkVersion = "4.1.126";
4
+ exports.sdkVersion = "4.1.128";
@@ -431,6 +431,26 @@ export interface InstanceDbAuditStatus {
431
431
  * 实例所应用的规则模板。
432
432
  */
433
433
  RuleTemplateIds?: Array<string>;
434
+ /**
435
+ * 限免状态
436
+ */
437
+ TrialStatus?: string;
438
+ /**
439
+ * 限免开启时间
440
+ */
441
+ TrialStartTime?: number;
442
+ /**
443
+ * 限免持续时间
444
+ */
445
+ TrialDuration?: number;
446
+ /**
447
+ * 限免关闭时间
448
+ */
449
+ TrialCloseTime?: number;
450
+ /**
451
+ * 限免期查询日志时长
452
+ */
453
+ TrialDescribeLogHours?: number;
434
454
  }
435
455
  /**
436
456
  * ModifyTimeWindow返回参数结构体
@@ -1998,6 +2018,10 @@ export interface DescribeAuditConfigResponse {
1998
2018
  * 是否正在关闭审计。目前支持的值包括:"false"-否,"true"-是
1999
2019
  */
2000
2020
  IsClosing?: string;
2021
+ /**
2022
+ * 是否正在开启审计。目前支持的值包括:"false"-否,"true"-是
2023
+ */
2024
+ IsOpening?: string;
2001
2025
  /**
2002
2026
  * 审计服务开通时间。
2003
2027
  */
@@ -177,6 +177,10 @@ export interface ModifyUserPrivilegesV3Request {
177
177
  * 默认计算组
178
178
  */
179
179
  DefaultComputeGroup?: string;
180
+ /**
181
+ * 0: 灵活场景 1: 固定场景
182
+ */
183
+ ComputeGroupType?: number;
180
184
  }
181
185
  /**
182
186
  * DestroyInstance请求参数结构体
@@ -3962,6 +3962,10 @@ export interface CreateDatahubTopicResponse {
3962
3962
  * MQTT连接源参数
3963
3963
  */
3964
3964
  export interface MqttConnectParam {
3965
+ /**
3966
+ * MQTT的连接port
3967
+ */
3968
+ Port: number;
3965
3969
  /**
3966
3970
  * MQTT连接源的用户名
3967
3971
  */
@@ -3974,6 +3978,10 @@ export interface MqttConnectParam {
3974
3978
  * MQTT连接源的实例资源
3975
3979
  */
3976
3980
  Resource: string;
3981
+ /**
3982
+ * MQTT的连接ip
3983
+ */
3984
+ ServiceVip: string;
3977
3985
  /**
3978
3986
  * MQTT Instance vpc-id
3979
3987
  */
@@ -3990,6 +3998,10 @@ export interface MqttConnectParam {
3990
3998
  * MQTT连接源的实例资源地域, 跨地域时必填
3991
3999
  */
3992
4000
  Region?: string;
4001
+ /**
4002
+ * IP
4003
+ */
4004
+ Ip?: string;
3993
4005
  }
3994
4006
  /**
3995
4007
  * FetchDatahubMessageByOffset请求参数结构体
@@ -11,6 +11,14 @@ export interface SaleParam {
11
11
  注意:此字段可能返回 null,表示取不到有效值。
12
12
  */
13
13
  ParamKeyName: string;
14
+ /**
15
+ * 参数 Id
16
+ */
17
+ ParamId?: string;
18
+ /**
19
+ * 参数值 Id
20
+ */
21
+ ParamValueId?: string;
14
22
  /**
15
23
  * 售卖参数值,当ParamType=Quant时,该值有可能为Null
16
24
  注意:此字段可能返回 null,表示取不到有效值。
@@ -26,6 +34,18 @@ export interface SaleParam {
26
34
  注意:此字段可能返回 null,表示取不到有效值。
27
35
  */
28
36
  ParamType?: string;
37
+ /**
38
+ * 模块ID
39
+ */
40
+ ModuleId?: string;
41
+ /**
42
+ * 模块key
43
+ */
44
+ ModuleKey?: string;
45
+ /**
46
+ * 模块名称
47
+ */
48
+ ModuleName?: string;
29
49
  }
30
50
  /**
31
51
  * DescribeLicense返回参数结构体
@@ -3284,6 +3284,10 @@ export interface Instance {
3284
3284
  注意:此字段可能返回 null,表示取不到有效值。
3285
3285
  */
3286
3286
  LatestOperationErrorMsg?: string;
3287
+ /**
3288
+ * 自定义metadata,本参数对应创建 CVM时指定的Metadata 信息。**注:内测中**。
3289
+ */
3290
+ Metadata?: Metadata;
3287
3291
  /**
3288
3292
  * 实例绑定的公网IPv6地址。
3289
3293
  */
@@ -5546,12 +5550,11 @@ export interface ResetInstanceResponse {
5546
5550
  */
5547
5551
  export interface MetadataItem {
5548
5552
  /**
5549
- * 自定义metadata键,需符合正则 ^[a-zA-Z0-9_-]+$,长度 ≤128 字节(大小写敏感);
5550
-
5553
+ * 自定义metadata键,由大写字母(A-Z)、小写字母(a-z)、数字(0-9)、下划线(_)或连字符(-)组成,大小上限为128 字节。
5551
5554
  */
5552
5555
  Key: string;
5553
5556
  /**
5554
- * 自定义metadata值,支持任意数据(含二进制),大小 ≤256 KB(大小写敏感);
5557
+ * 自定义metadata值,大小上限为256 KB
5555
5558
  */
5556
5559
  Value: string;
5557
5560
  }
@@ -707,6 +707,11 @@ export interface MySqlProcess {
707
707
  * 线程的操作语句。
708
708
  */
709
709
  Info?: string;
710
+ /**
711
+ * sql类型
712
+ 注意:此字段可能返回 null,表示取不到有效值。
713
+ */
714
+ SqlType?: string;
710
715
  }
711
716
  /**
712
717
  * 实例诊断历史事件
@@ -2150,7 +2155,7 @@ export interface DescribeMySqlProcessListRequest {
2150
2155
  */
2151
2156
  Limit?: number;
2152
2157
  /**
2153
- * 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL,默认为"mysql"。
2158
+ * 服务产品类型,支持值:"mysql" - 云数据库 MySQL;"cynosdb" - 云数据库 TDSQL-C for MySQL"mariadb"-mariadb;"cynosdb"-TDSQL-C for MySQL ;"dcdb"-TDSQL MySQL 默认为"mysql"。
2154
2159
  */
2155
2160
  Product?: string;
2156
2161
  }