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.
- package/es/common/sdk_version.js +1 -1
- package/es/services/ess/v20201111/ess_client.js +17 -2
- package/es/services/essbasic/index.js +2 -2
- package/es/services/ims/index.js +2 -2
- package/es/services/iotvideo/index.js +4 -4
- package/es/services/irp/index.js +2 -2
- package/es/services/sms/index.js +2 -2
- package/es/services/tbp/index.js +2 -2
- package/es/services/tcss/v20201101/tcss_client.js +12 -6
- package/es/services/tem/index.js +2 -2
- package/es/services/thpc/index.js +2 -2
- package/es/services/tke/index.js +2 -2
- package/es/services/tms/index.js +2 -2
- package/es/services/tsw/index.js +2 -2
- package/es/services/vm/index.js +2 -2
- package/es/services/vpc/v20170312/vpc_client.js +20 -8
- package/es/services/wedata/index.js +2 -2
- package/es/services/wedata/v20250806/wedata_client.js +246 -132
- package/es/services/yunsou/index.js +2 -2
- 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/cdb/v20170320/cdb_models.d.ts +24 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +4 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -0
- package/tencentcloud/services/cloudapp/v20220530/cloudapp_models.d.ts +20 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -3
- package/tencentcloud/services/dbbrain/v20191016/dbbrain_models.d.ts +6 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +40 -0
- package/tencentcloud/services/es/v20250101/es_client.d.ts +1 -1
- package/tencentcloud/services/es/v20250101/es_client.js +1 -1
- package/tencentcloud/services/es/v20250101/es_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -14
- package/tencentcloud/services/ess/v20201111/ess_client.js +56 -14
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +304 -30
- package/tencentcloud/services/essbasic/index.d.ts +4 -4
- package/tencentcloud/services/essbasic/index.js +2 -2
- package/tencentcloud/services/ims/index.d.ts +4 -4
- package/tencentcloud/services/ims/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/irp/index.d.ts +4 -4
- package/tencentcloud/services/irp/index.js +2 -2
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +7 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +6 -0
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -9
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -9
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -3
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +7 -7
- package/tencentcloud/services/sms/index.d.ts +4 -4
- package/tencentcloud/services/sms/index.js +2 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -7
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +21 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +129 -81
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/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/index.d.ts +4 -4
- package/tencentcloud/services/tke/index.js +2 -2
- package/tencentcloud/services/tms/index.d.ts +4 -4
- package/tencentcloud/services/tms/index.js +2 -2
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +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/vpc/v20170312/vpc_client.d.ts +25 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +183 -75
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +1 -1
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +1 -1
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +3 -7
- package/tencentcloud/services/wedata/index.d.ts +4 -4
- package/tencentcloud/services/wedata/index.js +2 -2
- package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +288 -136
- package/tencentcloud/services/wedata/v20250806/wedata_client.js +460 -232
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +7367 -4339
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- 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
|
|
25
|
-
return this.request("
|
|
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
|
|
31
|
-
return this.request("
|
|
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
|
|
37
|
-
return this.request("
|
|
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
|
|
49
|
-
return this.request("
|
|
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
|
|
55
|
-
return this.request("
|
|
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
|
|
70
|
-
return this.request("
|
|
108
|
+
async GetTableColumns(req, cb) {
|
|
109
|
+
return this.request("GetTableColumns", req, cb);
|
|
71
110
|
}
|
|
72
|
-
async
|
|
73
|
-
return this.request("
|
|
111
|
+
async ListColumnLineage(req, cb) {
|
|
112
|
+
return this.request("ListColumnLineage", req, cb);
|
|
74
113
|
}
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
114
|
+
async DeleteCodeFile(req, cb) {
|
|
115
|
+
return this.request("DeleteCodeFile", req, cb);
|
|
77
116
|
}
|
|
78
|
-
async
|
|
79
|
-
return this.request("
|
|
117
|
+
async DisableProject(req, cb) {
|
|
118
|
+
return this.request("DisableProject", req, cb);
|
|
80
119
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
120
|
+
async AddCalcEnginesToProject(req, cb) {
|
|
121
|
+
return this.request("AddCalcEnginesToProject", req, cb);
|
|
83
122
|
}
|
|
84
|
-
async
|
|
85
|
-
return this.request("
|
|
123
|
+
async RegisterLineage(req, cb) {
|
|
124
|
+
return this.request("RegisterLineage", req, cb);
|
|
86
125
|
}
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
126
|
+
async ListProjectMembers(req, cb) {
|
|
127
|
+
return this.request("ListProjectMembers", req, cb);
|
|
89
128
|
}
|
|
90
|
-
async
|
|
91
|
-
return this.request("
|
|
129
|
+
async GetOpsAlarmRule(req, cb) {
|
|
130
|
+
return this.request("GetOpsAlarmRule", req, cb);
|
|
92
131
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
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
|
|
100
|
-
return this.request("
|
|
150
|
+
async ListProcessLineage(req, cb) {
|
|
151
|
+
return this.request("ListProcessLineage", req, cb);
|
|
101
152
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
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
|
|
109
|
-
return this.request("
|
|
165
|
+
async UpdateSQLScript(req, cb) {
|
|
166
|
+
return this.request("UpdateSQLScript", req, cb);
|
|
110
167
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
168
|
+
async DeleteLineage(req, cb) {
|
|
169
|
+
return this.request("DeleteLineage", req, cb);
|
|
113
170
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
171
|
+
async CreateResourceFolder(req, cb) {
|
|
172
|
+
return this.request("CreateResourceFolder", req, cb);
|
|
116
173
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
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
|
|
124
|
-
return this.request("
|
|
198
|
+
async GetResourceGroupMetrics(req, cb) {
|
|
199
|
+
return this.request("GetResourceGroupMetrics", req, cb);
|
|
125
200
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
201
|
+
async ListTaskVersions(req, cb) {
|
|
202
|
+
return this.request("ListTaskVersions", req, cb);
|
|
128
203
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
204
|
+
async StopOpsTasksAsync(req, cb) {
|
|
205
|
+
return this.request("StopOpsTasksAsync", req, cb);
|
|
131
206
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
207
|
+
async DeleteTask(req, cb) {
|
|
208
|
+
return this.request("DeleteTask", req, cb);
|
|
134
209
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
210
|
+
async ListCodeFolderContents(req, cb) {
|
|
211
|
+
return this.request("ListCodeFolderContents", req, cb);
|
|
137
212
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
213
|
+
async CreateResourceFile(req, cb) {
|
|
214
|
+
return this.request("CreateResourceFile", req, cb);
|
|
140
215
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
216
|
+
async UpdateDataSource(req, cb) {
|
|
217
|
+
return this.request("UpdateDataSource", req, cb);
|
|
143
218
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
219
|
+
async UpdateResourceGroup(req, cb) {
|
|
220
|
+
return this.request("UpdateResourceGroup", req, cb);
|
|
146
221
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
222
|
+
async ListOpsAlarmRules(req, cb) {
|
|
223
|
+
return this.request("ListOpsAlarmRules", req, cb);
|
|
149
224
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
225
|
+
async ListResourceGroups(req, cb) {
|
|
226
|
+
return this.request("ListResourceGroups", req, cb);
|
|
152
227
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
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
|
|
163
|
-
return this.request("
|
|
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
|
|
178
|
-
return this.request("
|
|
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
|
|
184
|
-
return this.request("
|
|
255
|
+
async DeleteProjectMember(req, cb) {
|
|
256
|
+
return this.request("DeleteProjectMember", req, cb);
|
|
185
257
|
}
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
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
|
|
193
|
-
return this.request("
|
|
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
|
|
199
|
-
return this.request("
|
|
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
|
|
217
|
-
return this.request("
|
|
342
|
+
async GetDataSource(req, cb) {
|
|
343
|
+
return this.request("GetDataSource", req, cb);
|
|
218
344
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const 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
|
*/
|
|
@@ -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
|
|
5550
|
-
|
|
5553
|
+
* 自定义metadata键,由大写字母(A-Z)、小写字母(a-z)、数字(0-9)、下划线(_)或连字符(-)组成,大小上限为128 字节。
|
|
5551
5554
|
*/
|
|
5552
5555
|
Key: string;
|
|
5553
5556
|
/**
|
|
5554
|
-
* 自定义metadata
|
|
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
|
|
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
|
}
|