@alicloud/dataworks-public20200518 4.3.7 → 4.3.8
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/dist/client.d.ts +319 -0
- package/dist/client.js +628 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +905 -0
package/dist/client.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export declare class AbolishDataServiceApiResponse extends $tea.Model {
|
|
|
41
41
|
headers: {
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
44
|
+
statusCode: number;
|
|
44
45
|
body: AbolishDataServiceApiResponseBody;
|
|
45
46
|
static names(): {
|
|
46
47
|
[key: string]: string;
|
|
@@ -83,6 +84,7 @@ export declare class AddProjectMemberToRoleResponse extends $tea.Model {
|
|
|
83
84
|
headers: {
|
|
84
85
|
[key: string]: string;
|
|
85
86
|
};
|
|
87
|
+
statusCode: number;
|
|
86
88
|
body: AddProjectMemberToRoleResponseBody;
|
|
87
89
|
static names(): {
|
|
88
90
|
[key: string]: string;
|
|
@@ -128,6 +130,7 @@ export declare class AddToMetaCategoryResponse extends $tea.Model {
|
|
|
128
130
|
headers: {
|
|
129
131
|
[key: string]: string;
|
|
130
132
|
};
|
|
133
|
+
statusCode: number;
|
|
131
134
|
body: AddToMetaCategoryResponseBody;
|
|
132
135
|
static names(): {
|
|
133
136
|
[key: string]: string;
|
|
@@ -170,6 +173,7 @@ export declare class ApprovePermissionApplyOrderResponse extends $tea.Model {
|
|
|
170
173
|
headers: {
|
|
171
174
|
[key: string]: string;
|
|
172
175
|
};
|
|
176
|
+
statusCode: number;
|
|
173
177
|
body: ApprovePermissionApplyOrderResponseBody;
|
|
174
178
|
static names(): {
|
|
175
179
|
[key: string]: string;
|
|
@@ -211,6 +215,7 @@ export declare class CheckFileDeploymentResponse extends $tea.Model {
|
|
|
211
215
|
headers: {
|
|
212
216
|
[key: string]: string;
|
|
213
217
|
};
|
|
218
|
+
statusCode: number;
|
|
214
219
|
body: CheckFileDeploymentResponseBody;
|
|
215
220
|
static names(): {
|
|
216
221
|
[key: string]: string;
|
|
@@ -260,6 +265,7 @@ export declare class CheckMetaPartitionResponse extends $tea.Model {
|
|
|
260
265
|
headers: {
|
|
261
266
|
[key: string]: string;
|
|
262
267
|
};
|
|
268
|
+
statusCode: number;
|
|
263
269
|
body: CheckMetaPartitionResponseBody;
|
|
264
270
|
static names(): {
|
|
265
271
|
[key: string]: string;
|
|
@@ -304,6 +310,7 @@ export declare class CheckMetaTableResponse extends $tea.Model {
|
|
|
304
310
|
headers: {
|
|
305
311
|
[key: string]: string;
|
|
306
312
|
};
|
|
313
|
+
statusCode: number;
|
|
307
314
|
body: CheckMetaTableResponseBody;
|
|
308
315
|
static names(): {
|
|
309
316
|
[key: string]: string;
|
|
@@ -353,6 +360,7 @@ export declare class CreateBusinessResponse extends $tea.Model {
|
|
|
353
360
|
headers: {
|
|
354
361
|
[key: string]: string;
|
|
355
362
|
};
|
|
363
|
+
statusCode: number;
|
|
356
364
|
body: CreateBusinessResponseBody;
|
|
357
365
|
static names(): {
|
|
358
366
|
[key: string]: string;
|
|
@@ -401,6 +409,7 @@ export declare class CreateConnectionResponse extends $tea.Model {
|
|
|
401
409
|
headers: {
|
|
402
410
|
[key: string]: string;
|
|
403
411
|
};
|
|
412
|
+
statusCode: number;
|
|
404
413
|
body: CreateConnectionResponseBody;
|
|
405
414
|
static names(): {
|
|
406
415
|
[key: string]: string;
|
|
@@ -447,6 +456,7 @@ export declare class CreateDISyncTaskResponse extends $tea.Model {
|
|
|
447
456
|
headers: {
|
|
448
457
|
[key: string]: string;
|
|
449
458
|
};
|
|
459
|
+
statusCode: number;
|
|
450
460
|
body: CreateDISyncTaskResponseBody;
|
|
451
461
|
static names(): {
|
|
452
462
|
[key: string]: string;
|
|
@@ -501,6 +511,7 @@ export declare class CreateDagComplementResponse extends $tea.Model {
|
|
|
501
511
|
headers: {
|
|
502
512
|
[key: string]: string;
|
|
503
513
|
};
|
|
514
|
+
statusCode: number;
|
|
504
515
|
body: CreateDagComplementResponseBody;
|
|
505
516
|
static names(): {
|
|
506
517
|
[key: string]: string;
|
|
@@ -549,6 +560,7 @@ export declare class CreateDagTestResponse extends $tea.Model {
|
|
|
549
560
|
headers: {
|
|
550
561
|
[key: string]: string;
|
|
551
562
|
};
|
|
563
|
+
statusCode: number;
|
|
552
564
|
body: CreateDagTestResponseBody;
|
|
553
565
|
static names(): {
|
|
554
566
|
[key: string]: string;
|
|
@@ -608,6 +620,7 @@ export declare class CreateDataServiceApiResponse extends $tea.Model {
|
|
|
608
620
|
headers: {
|
|
609
621
|
[key: string]: string;
|
|
610
622
|
};
|
|
623
|
+
statusCode: number;
|
|
611
624
|
body: CreateDataServiceApiResponseBody;
|
|
612
625
|
static names(): {
|
|
613
626
|
[key: string]: string;
|
|
@@ -652,6 +665,7 @@ export declare class CreateDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
652
665
|
headers: {
|
|
653
666
|
[key: string]: string;
|
|
654
667
|
};
|
|
668
|
+
statusCode: number;
|
|
655
669
|
body: CreateDataServiceApiAuthorityResponseBody;
|
|
656
670
|
static names(): {
|
|
657
671
|
[key: string]: string;
|
|
@@ -696,6 +710,7 @@ export declare class CreateDataServiceFolderResponse extends $tea.Model {
|
|
|
696
710
|
headers: {
|
|
697
711
|
[key: string]: string;
|
|
698
712
|
};
|
|
713
|
+
statusCode: number;
|
|
699
714
|
body: CreateDataServiceFolderResponseBody;
|
|
700
715
|
static names(): {
|
|
701
716
|
[key: string]: string;
|
|
@@ -740,6 +755,7 @@ export declare class CreateDataServiceGroupResponse extends $tea.Model {
|
|
|
740
755
|
headers: {
|
|
741
756
|
[key: string]: string;
|
|
742
757
|
};
|
|
758
|
+
statusCode: number;
|
|
743
759
|
body: CreateDataServiceGroupResponseBody;
|
|
744
760
|
static names(): {
|
|
745
761
|
[key: string]: string;
|
|
@@ -788,6 +804,7 @@ export declare class CreateDataSourceResponse extends $tea.Model {
|
|
|
788
804
|
headers: {
|
|
789
805
|
[key: string]: string;
|
|
790
806
|
};
|
|
807
|
+
statusCode: number;
|
|
791
808
|
body: CreateDataSourceResponseBody;
|
|
792
809
|
static names(): {
|
|
793
810
|
[key: string]: string;
|
|
@@ -834,6 +851,7 @@ export declare class CreateExportMigrationResponse extends $tea.Model {
|
|
|
834
851
|
headers: {
|
|
835
852
|
[key: string]: string;
|
|
836
853
|
};
|
|
854
|
+
statusCode: number;
|
|
837
855
|
body: CreateExportMigrationResponseBody;
|
|
838
856
|
static names(): {
|
|
839
857
|
[key: string]: string;
|
|
@@ -906,6 +924,7 @@ export declare class CreateFileResponse extends $tea.Model {
|
|
|
906
924
|
headers: {
|
|
907
925
|
[key: string]: string;
|
|
908
926
|
};
|
|
927
|
+
statusCode: number;
|
|
909
928
|
body: CreateFileResponseBody;
|
|
910
929
|
static names(): {
|
|
911
930
|
[key: string]: string;
|
|
@@ -952,6 +971,7 @@ export declare class CreateFolderResponse extends $tea.Model {
|
|
|
952
971
|
headers: {
|
|
953
972
|
[key: string]: string;
|
|
954
973
|
};
|
|
974
|
+
statusCode: number;
|
|
955
975
|
body: CreateFolderResponseBody;
|
|
956
976
|
static names(): {
|
|
957
977
|
[key: string]: string;
|
|
@@ -1024,6 +1044,7 @@ export declare class CreateImportMigrationResponse extends $tea.Model {
|
|
|
1024
1044
|
headers: {
|
|
1025
1045
|
[key: string]: string;
|
|
1026
1046
|
};
|
|
1047
|
+
statusCode: number;
|
|
1027
1048
|
body: CreateImportMigrationResponseBody;
|
|
1028
1049
|
static names(): {
|
|
1029
1050
|
[key: string]: string;
|
|
@@ -1071,6 +1092,7 @@ export declare class CreateManualDagResponse extends $tea.Model {
|
|
|
1071
1092
|
headers: {
|
|
1072
1093
|
[key: string]: string;
|
|
1073
1094
|
};
|
|
1095
|
+
statusCode: number;
|
|
1074
1096
|
body: CreateManualDagResponseBody;
|
|
1075
1097
|
static names(): {
|
|
1076
1098
|
[key: string]: string;
|
|
@@ -1117,6 +1139,7 @@ export declare class CreateMetaCategoryResponse extends $tea.Model {
|
|
|
1117
1139
|
headers: {
|
|
1118
1140
|
[key: string]: string;
|
|
1119
1141
|
};
|
|
1142
|
+
statusCode: number;
|
|
1120
1143
|
body: CreateMetaCategoryResponseBody;
|
|
1121
1144
|
static names(): {
|
|
1122
1145
|
[key: string]: string;
|
|
@@ -1164,6 +1187,7 @@ export declare class CreatePermissionApplyOrderResponse extends $tea.Model {
|
|
|
1164
1187
|
headers: {
|
|
1165
1188
|
[key: string]: string;
|
|
1166
1189
|
};
|
|
1190
|
+
statusCode: number;
|
|
1167
1191
|
body: CreatePermissionApplyOrderResponseBody;
|
|
1168
1192
|
static names(): {
|
|
1169
1193
|
[key: string]: string;
|
|
@@ -1206,6 +1230,7 @@ export declare class CreateProjectMemberResponse extends $tea.Model {
|
|
|
1206
1230
|
headers: {
|
|
1207
1231
|
[key: string]: string;
|
|
1208
1232
|
};
|
|
1233
|
+
statusCode: number;
|
|
1209
1234
|
body: CreateProjectMemberResponseBody;
|
|
1210
1235
|
static names(): {
|
|
1211
1236
|
[key: string]: string;
|
|
@@ -1254,6 +1279,7 @@ export declare class CreateQualityEntityResponse extends $tea.Model {
|
|
|
1254
1279
|
headers: {
|
|
1255
1280
|
[key: string]: string;
|
|
1256
1281
|
};
|
|
1282
|
+
statusCode: number;
|
|
1257
1283
|
body: CreateQualityEntityResponseBody;
|
|
1258
1284
|
static names(): {
|
|
1259
1285
|
[key: string]: string;
|
|
@@ -1301,6 +1327,7 @@ export declare class CreateQualityFollowerResponse extends $tea.Model {
|
|
|
1301
1327
|
headers: {
|
|
1302
1328
|
[key: string]: string;
|
|
1303
1329
|
};
|
|
1330
|
+
statusCode: number;
|
|
1304
1331
|
body: CreateQualityFollowerResponseBody;
|
|
1305
1332
|
static names(): {
|
|
1306
1333
|
[key: string]: string;
|
|
@@ -1352,6 +1379,7 @@ export declare class CreateQualityRelativeNodeResponse extends $tea.Model {
|
|
|
1352
1379
|
headers: {
|
|
1353
1380
|
[key: string]: string;
|
|
1354
1381
|
};
|
|
1382
|
+
statusCode: number;
|
|
1355
1383
|
body: CreateQualityRelativeNodeResponseBody;
|
|
1356
1384
|
static names(): {
|
|
1357
1385
|
[key: string]: string;
|
|
@@ -1413,6 +1441,7 @@ export declare class CreateQualityRuleResponse extends $tea.Model {
|
|
|
1413
1441
|
headers: {
|
|
1414
1442
|
[key: string]: string;
|
|
1415
1443
|
};
|
|
1444
|
+
statusCode: number;
|
|
1416
1445
|
body: CreateQualityRuleResponseBody;
|
|
1417
1446
|
static names(): {
|
|
1418
1447
|
[key: string]: string;
|
|
@@ -1471,6 +1500,7 @@ export declare class CreateRemindResponse extends $tea.Model {
|
|
|
1471
1500
|
headers: {
|
|
1472
1501
|
[key: string]: string;
|
|
1473
1502
|
};
|
|
1503
|
+
statusCode: number;
|
|
1474
1504
|
body: CreateRemindResponseBody;
|
|
1475
1505
|
static names(): {
|
|
1476
1506
|
[key: string]: string;
|
|
@@ -1529,6 +1559,7 @@ export declare class CreateTableResponse extends $tea.Model {
|
|
|
1529
1559
|
headers: {
|
|
1530
1560
|
[key: string]: string;
|
|
1531
1561
|
};
|
|
1562
|
+
statusCode: number;
|
|
1532
1563
|
body: CreateTableResponseBody;
|
|
1533
1564
|
static names(): {
|
|
1534
1565
|
[key: string]: string;
|
|
@@ -1576,6 +1607,7 @@ export declare class CreateTableLevelResponse extends $tea.Model {
|
|
|
1576
1607
|
headers: {
|
|
1577
1608
|
[key: string]: string;
|
|
1578
1609
|
};
|
|
1610
|
+
statusCode: number;
|
|
1579
1611
|
body: CreateTableLevelResponseBody;
|
|
1580
1612
|
static names(): {
|
|
1581
1613
|
[key: string]: string;
|
|
@@ -1623,6 +1655,7 @@ export declare class CreateTableThemeResponse extends $tea.Model {
|
|
|
1623
1655
|
headers: {
|
|
1624
1656
|
[key: string]: string;
|
|
1625
1657
|
};
|
|
1658
|
+
statusCode: number;
|
|
1626
1659
|
body: CreateTableThemeResponseBody;
|
|
1627
1660
|
static names(): {
|
|
1628
1661
|
[key: string]: string;
|
|
@@ -1678,6 +1711,7 @@ export declare class CreateUdfFileResponse extends $tea.Model {
|
|
|
1678
1711
|
headers: {
|
|
1679
1712
|
[key: string]: string;
|
|
1680
1713
|
};
|
|
1714
|
+
statusCode: number;
|
|
1681
1715
|
body: CreateUdfFileResponseBody;
|
|
1682
1716
|
static names(): {
|
|
1683
1717
|
[key: string]: string;
|
|
@@ -1723,6 +1757,7 @@ export declare class DeleteBusinessResponse extends $tea.Model {
|
|
|
1723
1757
|
headers: {
|
|
1724
1758
|
[key: string]: string;
|
|
1725
1759
|
};
|
|
1760
|
+
statusCode: number;
|
|
1726
1761
|
body: DeleteBusinessResponseBody;
|
|
1727
1762
|
static names(): {
|
|
1728
1763
|
[key: string]: string;
|
|
@@ -1765,6 +1800,7 @@ export declare class DeleteConnectionResponse extends $tea.Model {
|
|
|
1765
1800
|
headers: {
|
|
1766
1801
|
[key: string]: string;
|
|
1767
1802
|
};
|
|
1803
|
+
statusCode: number;
|
|
1768
1804
|
body: DeleteConnectionResponseBody;
|
|
1769
1805
|
static names(): {
|
|
1770
1806
|
[key: string]: string;
|
|
@@ -1808,6 +1844,7 @@ export declare class DeleteDISyncTaskResponse extends $tea.Model {
|
|
|
1808
1844
|
headers: {
|
|
1809
1845
|
[key: string]: string;
|
|
1810
1846
|
};
|
|
1847
|
+
statusCode: number;
|
|
1811
1848
|
body: DeleteDISyncTaskResponseBody;
|
|
1812
1849
|
static names(): {
|
|
1813
1850
|
[key: string]: string;
|
|
@@ -1854,6 +1891,7 @@ export declare class DeleteDataServiceApiResponse extends $tea.Model {
|
|
|
1854
1891
|
headers: {
|
|
1855
1892
|
[key: string]: string;
|
|
1856
1893
|
};
|
|
1894
|
+
statusCode: number;
|
|
1857
1895
|
body: DeleteDataServiceApiResponseBody;
|
|
1858
1896
|
static names(): {
|
|
1859
1897
|
[key: string]: string;
|
|
@@ -1897,6 +1935,7 @@ export declare class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
1897
1935
|
headers: {
|
|
1898
1936
|
[key: string]: string;
|
|
1899
1937
|
};
|
|
1938
|
+
statusCode: number;
|
|
1900
1939
|
body: DeleteDataServiceApiAuthorityResponseBody;
|
|
1901
1940
|
static names(): {
|
|
1902
1941
|
[key: string]: string;
|
|
@@ -1939,6 +1978,7 @@ export declare class DeleteDataSourceResponse extends $tea.Model {
|
|
|
1939
1978
|
headers: {
|
|
1940
1979
|
[key: string]: string;
|
|
1941
1980
|
};
|
|
1981
|
+
statusCode: number;
|
|
1942
1982
|
body: DeleteDataSourceResponseBody;
|
|
1943
1983
|
static names(): {
|
|
1944
1984
|
[key: string]: string;
|
|
@@ -1985,6 +2025,7 @@ export declare class DeleteFileResponse extends $tea.Model {
|
|
|
1985
2025
|
headers: {
|
|
1986
2026
|
[key: string]: string;
|
|
1987
2027
|
};
|
|
2028
|
+
statusCode: number;
|
|
1988
2029
|
body: DeleteFileResponseBody;
|
|
1989
2030
|
static names(): {
|
|
1990
2031
|
[key: string]: string;
|
|
@@ -2030,6 +2071,7 @@ export declare class DeleteFolderResponse extends $tea.Model {
|
|
|
2030
2071
|
headers: {
|
|
2031
2072
|
[key: string]: string;
|
|
2032
2073
|
};
|
|
2074
|
+
statusCode: number;
|
|
2033
2075
|
body: DeleteFolderResponseBody;
|
|
2034
2076
|
static names(): {
|
|
2035
2077
|
[key: string]: string;
|
|
@@ -2075,6 +2117,7 @@ export declare class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
2075
2117
|
headers: {
|
|
2076
2118
|
[key: string]: string;
|
|
2077
2119
|
};
|
|
2120
|
+
statusCode: number;
|
|
2078
2121
|
body: DeleteFromMetaCategoryResponseBody;
|
|
2079
2122
|
static names(): {
|
|
2080
2123
|
[key: string]: string;
|
|
@@ -2119,6 +2162,7 @@ export declare class DeleteMetaCategoryResponse extends $tea.Model {
|
|
|
2119
2162
|
headers: {
|
|
2120
2163
|
[key: string]: string;
|
|
2121
2164
|
};
|
|
2165
|
+
statusCode: number;
|
|
2122
2166
|
body: DeleteMetaCategoryResponseBody;
|
|
2123
2167
|
static names(): {
|
|
2124
2168
|
[key: string]: string;
|
|
@@ -2159,6 +2203,7 @@ export declare class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
2159
2203
|
headers: {
|
|
2160
2204
|
[key: string]: string;
|
|
2161
2205
|
};
|
|
2206
|
+
statusCode: number;
|
|
2162
2207
|
body: DeleteProjectMemberResponseBody;
|
|
2163
2208
|
static names(): {
|
|
2164
2209
|
[key: string]: string;
|
|
@@ -2205,6 +2250,7 @@ export declare class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
2205
2250
|
headers: {
|
|
2206
2251
|
[key: string]: string;
|
|
2207
2252
|
};
|
|
2253
|
+
statusCode: number;
|
|
2208
2254
|
body: DeleteQualityEntityResponseBody;
|
|
2209
2255
|
static names(): {
|
|
2210
2256
|
[key: string]: string;
|
|
@@ -2250,6 +2296,7 @@ export declare class DeleteQualityFollowerResponse extends $tea.Model {
|
|
|
2250
2296
|
headers: {
|
|
2251
2297
|
[key: string]: string;
|
|
2252
2298
|
};
|
|
2299
|
+
statusCode: number;
|
|
2253
2300
|
body: DeleteQualityFollowerResponseBody;
|
|
2254
2301
|
static names(): {
|
|
2255
2302
|
[key: string]: string;
|
|
@@ -2301,6 +2348,7 @@ export declare class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
2301
2348
|
headers: {
|
|
2302
2349
|
[key: string]: string;
|
|
2303
2350
|
};
|
|
2351
|
+
statusCode: number;
|
|
2304
2352
|
body: DeleteQualityRelativeNodeResponseBody;
|
|
2305
2353
|
static names(): {
|
|
2306
2354
|
[key: string]: string;
|
|
@@ -2346,6 +2394,7 @@ export declare class DeleteQualityRuleResponse extends $tea.Model {
|
|
|
2346
2394
|
headers: {
|
|
2347
2395
|
[key: string]: string;
|
|
2348
2396
|
};
|
|
2397
|
+
statusCode: number;
|
|
2349
2398
|
body: DeleteQualityRuleResponseBody;
|
|
2350
2399
|
static names(): {
|
|
2351
2400
|
[key: string]: string;
|
|
@@ -2390,6 +2439,7 @@ export declare class DeleteRemindResponse extends $tea.Model {
|
|
|
2390
2439
|
headers: {
|
|
2391
2440
|
[key: string]: string;
|
|
2392
2441
|
};
|
|
2442
|
+
statusCode: number;
|
|
2393
2443
|
body: DeleteRemindResponseBody;
|
|
2394
2444
|
static names(): {
|
|
2395
2445
|
[key: string]: string;
|
|
@@ -2433,6 +2483,7 @@ export declare class DeleteTableResponse extends $tea.Model {
|
|
|
2433
2483
|
headers: {
|
|
2434
2484
|
[key: string]: string;
|
|
2435
2485
|
};
|
|
2486
|
+
statusCode: number;
|
|
2436
2487
|
body: DeleteTableResponseBody;
|
|
2437
2488
|
static names(): {
|
|
2438
2489
|
[key: string]: string;
|
|
@@ -2474,6 +2525,7 @@ export declare class DeleteTableLevelResponse extends $tea.Model {
|
|
|
2474
2525
|
headers: {
|
|
2475
2526
|
[key: string]: string;
|
|
2476
2527
|
};
|
|
2528
|
+
statusCode: number;
|
|
2477
2529
|
body: DeleteTableLevelResponseBody;
|
|
2478
2530
|
static names(): {
|
|
2479
2531
|
[key: string]: string;
|
|
@@ -2519,6 +2571,7 @@ export declare class DeleteTableThemeResponse extends $tea.Model {
|
|
|
2519
2571
|
headers: {
|
|
2520
2572
|
[key: string]: string;
|
|
2521
2573
|
};
|
|
2574
|
+
statusCode: number;
|
|
2522
2575
|
body: DeleteTableThemeResponseBody;
|
|
2523
2576
|
static names(): {
|
|
2524
2577
|
[key: string]: string;
|
|
@@ -2562,6 +2615,7 @@ export declare class DeployDISyncTaskResponse extends $tea.Model {
|
|
|
2562
2615
|
headers: {
|
|
2563
2616
|
[key: string]: string;
|
|
2564
2617
|
};
|
|
2618
|
+
statusCode: number;
|
|
2565
2619
|
body: DeployDISyncTaskResponseBody;
|
|
2566
2620
|
static names(): {
|
|
2567
2621
|
[key: string]: string;
|
|
@@ -2610,6 +2664,7 @@ export declare class DeployFileResponse extends $tea.Model {
|
|
|
2610
2664
|
headers: {
|
|
2611
2665
|
[key: string]: string;
|
|
2612
2666
|
};
|
|
2667
|
+
statusCode: number;
|
|
2613
2668
|
body: DeployFileResponseBody;
|
|
2614
2669
|
static names(): {
|
|
2615
2670
|
[key: string]: string;
|
|
@@ -2651,6 +2706,7 @@ export declare class DesensitizeDataResponse extends $tea.Model {
|
|
|
2651
2706
|
headers: {
|
|
2652
2707
|
[key: string]: string;
|
|
2653
2708
|
};
|
|
2709
|
+
statusCode: number;
|
|
2654
2710
|
body: DesensitizeDataResponseBody;
|
|
2655
2711
|
static names(): {
|
|
2656
2712
|
[key: string]: string;
|
|
@@ -2698,6 +2754,7 @@ export declare class EstablishRelationTableToBusinessResponse extends $tea.Model
|
|
|
2698
2754
|
headers: {
|
|
2699
2755
|
[key: string]: string;
|
|
2700
2756
|
};
|
|
2757
|
+
statusCode: number;
|
|
2701
2758
|
body: EstablishRelationTableToBusinessResponseBody;
|
|
2702
2759
|
static names(): {
|
|
2703
2760
|
[key: string]: string;
|
|
@@ -2746,6 +2803,7 @@ export declare class ExportDataSourcesResponse extends $tea.Model {
|
|
|
2746
2803
|
headers: {
|
|
2747
2804
|
[key: string]: string;
|
|
2748
2805
|
};
|
|
2806
|
+
statusCode: number;
|
|
2749
2807
|
body: ExportDataSourcesResponseBody;
|
|
2750
2808
|
static names(): {
|
|
2751
2809
|
[key: string]: string;
|
|
@@ -2790,6 +2848,7 @@ export declare class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Mo
|
|
|
2790
2848
|
headers: {
|
|
2791
2849
|
[key: string]: string;
|
|
2792
2850
|
};
|
|
2851
|
+
statusCode: number;
|
|
2793
2852
|
body: GenerateDISyncTaskConfigForCreatingResponseBody;
|
|
2794
2853
|
static names(): {
|
|
2795
2854
|
[key: string]: string;
|
|
@@ -2835,6 +2894,7 @@ export declare class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Mo
|
|
|
2835
2894
|
headers: {
|
|
2836
2895
|
[key: string]: string;
|
|
2837
2896
|
};
|
|
2897
|
+
statusCode: number;
|
|
2838
2898
|
body: GenerateDISyncTaskConfigForUpdatingResponseBody;
|
|
2839
2899
|
static names(): {
|
|
2840
2900
|
[key: string]: string;
|
|
@@ -2879,6 +2939,7 @@ export declare class GetBaselineConfigResponse extends $tea.Model {
|
|
|
2879
2939
|
headers: {
|
|
2880
2940
|
[key: string]: string;
|
|
2881
2941
|
};
|
|
2942
|
+
statusCode: number;
|
|
2882
2943
|
body: GetBaselineConfigResponseBody;
|
|
2883
2944
|
static names(): {
|
|
2884
2945
|
[key: string]: string;
|
|
@@ -2925,6 +2986,7 @@ export declare class GetBaselineKeyPathResponse extends $tea.Model {
|
|
|
2925
2986
|
headers: {
|
|
2926
2987
|
[key: string]: string;
|
|
2927
2988
|
};
|
|
2989
|
+
statusCode: number;
|
|
2928
2990
|
body: GetBaselineKeyPathResponseBody;
|
|
2929
2991
|
static names(): {
|
|
2930
2992
|
[key: string]: string;
|
|
@@ -2971,6 +3033,7 @@ export declare class GetBaselineStatusResponse extends $tea.Model {
|
|
|
2971
3033
|
headers: {
|
|
2972
3034
|
[key: string]: string;
|
|
2973
3035
|
};
|
|
3036
|
+
statusCode: number;
|
|
2974
3037
|
body: GetBaselineStatusResponseBody;
|
|
2975
3038
|
static names(): {
|
|
2976
3039
|
[key: string]: string;
|
|
@@ -3017,6 +3080,7 @@ export declare class GetBusinessResponse extends $tea.Model {
|
|
|
3017
3080
|
headers: {
|
|
3018
3081
|
[key: string]: string;
|
|
3019
3082
|
};
|
|
3083
|
+
statusCode: number;
|
|
3020
3084
|
body: GetBusinessResponseBody;
|
|
3021
3085
|
static names(): {
|
|
3022
3086
|
[key: string]: string;
|
|
@@ -3057,6 +3121,7 @@ export declare class GetDDLJobStatusResponse extends $tea.Model {
|
|
|
3057
3121
|
headers: {
|
|
3058
3122
|
[key: string]: string;
|
|
3059
3123
|
};
|
|
3124
|
+
statusCode: number;
|
|
3060
3125
|
body: GetDDLJobStatusResponseBody;
|
|
3061
3126
|
static names(): {
|
|
3062
3127
|
[key: string]: string;
|
|
@@ -3100,6 +3165,7 @@ export declare class GetDISyncInstanceInfoResponse extends $tea.Model {
|
|
|
3100
3165
|
headers: {
|
|
3101
3166
|
[key: string]: string;
|
|
3102
3167
|
};
|
|
3168
|
+
statusCode: number;
|
|
3103
3169
|
body: GetDISyncInstanceInfoResponseBody;
|
|
3104
3170
|
static names(): {
|
|
3105
3171
|
[key: string]: string;
|
|
@@ -3143,6 +3209,7 @@ export declare class GetDISyncTaskResponse extends $tea.Model {
|
|
|
3143
3209
|
headers: {
|
|
3144
3210
|
[key: string]: string;
|
|
3145
3211
|
};
|
|
3212
|
+
statusCode: number;
|
|
3146
3213
|
body: GetDISyncTaskResponseBody;
|
|
3147
3214
|
static names(): {
|
|
3148
3215
|
[key: string]: string;
|
|
@@ -3187,6 +3254,7 @@ export declare class GetDISyncTaskMetricInfoResponse extends $tea.Model {
|
|
|
3187
3254
|
headers: {
|
|
3188
3255
|
[key: string]: string;
|
|
3189
3256
|
};
|
|
3257
|
+
statusCode: number;
|
|
3190
3258
|
body: GetDISyncTaskMetricInfoResponseBody;
|
|
3191
3259
|
static names(): {
|
|
3192
3260
|
[key: string]: string;
|
|
@@ -3232,6 +3300,7 @@ export declare class GetDagResponse extends $tea.Model {
|
|
|
3232
3300
|
headers: {
|
|
3233
3301
|
[key: string]: string;
|
|
3234
3302
|
};
|
|
3303
|
+
statusCode: number;
|
|
3235
3304
|
body: GetDagResponseBody;
|
|
3236
3305
|
static names(): {
|
|
3237
3306
|
[key: string]: string;
|
|
@@ -3278,6 +3347,7 @@ export declare class GetDataServiceApiResponse extends $tea.Model {
|
|
|
3278
3347
|
headers: {
|
|
3279
3348
|
[key: string]: string;
|
|
3280
3349
|
};
|
|
3350
|
+
statusCode: number;
|
|
3281
3351
|
body: GetDataServiceApiResponseBody;
|
|
3282
3352
|
static names(): {
|
|
3283
3353
|
[key: string]: string;
|
|
@@ -3324,6 +3394,7 @@ export declare class GetDataServiceApplicationResponse extends $tea.Model {
|
|
|
3324
3394
|
headers: {
|
|
3325
3395
|
[key: string]: string;
|
|
3326
3396
|
};
|
|
3397
|
+
statusCode: number;
|
|
3327
3398
|
body: GetDataServiceApplicationResponseBody;
|
|
3328
3399
|
static names(): {
|
|
3329
3400
|
[key: string]: string;
|
|
@@ -3366,6 +3437,7 @@ export declare class GetDataServiceFolderResponse extends $tea.Model {
|
|
|
3366
3437
|
headers: {
|
|
3367
3438
|
[key: string]: string;
|
|
3368
3439
|
};
|
|
3440
|
+
statusCode: number;
|
|
3369
3441
|
body: GetDataServiceFolderResponseBody;
|
|
3370
3442
|
static names(): {
|
|
3371
3443
|
[key: string]: string;
|
|
@@ -3408,6 +3480,7 @@ export declare class GetDataServiceGroupResponse extends $tea.Model {
|
|
|
3408
3480
|
headers: {
|
|
3409
3481
|
[key: string]: string;
|
|
3410
3482
|
};
|
|
3483
|
+
statusCode: number;
|
|
3411
3484
|
body: GetDataServiceGroupResponseBody;
|
|
3412
3485
|
static names(): {
|
|
3413
3486
|
[key: string]: string;
|
|
@@ -3454,6 +3527,7 @@ export declare class GetDataServicePublishedApiResponse extends $tea.Model {
|
|
|
3454
3527
|
headers: {
|
|
3455
3528
|
[key: string]: string;
|
|
3456
3529
|
};
|
|
3530
|
+
statusCode: number;
|
|
3457
3531
|
body: GetDataServicePublishedApiResponseBody;
|
|
3458
3532
|
static names(): {
|
|
3459
3533
|
[key: string]: string;
|
|
@@ -3499,6 +3573,7 @@ export declare class GetDataSourceMetaResponse extends $tea.Model {
|
|
|
3499
3573
|
headers: {
|
|
3500
3574
|
[key: string]: string;
|
|
3501
3575
|
};
|
|
3576
|
+
statusCode: number;
|
|
3502
3577
|
body: GetDataSourceMetaResponseBody;
|
|
3503
3578
|
static names(): {
|
|
3504
3579
|
[key: string]: string;
|
|
@@ -3545,6 +3620,7 @@ export declare class GetDeploymentResponse extends $tea.Model {
|
|
|
3545
3620
|
headers: {
|
|
3546
3621
|
[key: string]: string;
|
|
3547
3622
|
};
|
|
3623
|
+
statusCode: number;
|
|
3548
3624
|
body: GetDeploymentResponseBody;
|
|
3549
3625
|
static names(): {
|
|
3550
3626
|
[key: string]: string;
|
|
@@ -3585,6 +3661,7 @@ export declare class GetExtensionResponse extends $tea.Model {
|
|
|
3585
3661
|
headers: {
|
|
3586
3662
|
[key: string]: string;
|
|
3587
3663
|
};
|
|
3664
|
+
statusCode: number;
|
|
3588
3665
|
body: GetExtensionResponseBody;
|
|
3589
3666
|
static names(): {
|
|
3590
3667
|
[key: string]: string;
|
|
@@ -3632,6 +3709,7 @@ export declare class GetFileResponse extends $tea.Model {
|
|
|
3632
3709
|
headers: {
|
|
3633
3710
|
[key: string]: string;
|
|
3634
3711
|
};
|
|
3712
|
+
statusCode: number;
|
|
3635
3713
|
body: GetFileResponseBody;
|
|
3636
3714
|
static names(): {
|
|
3637
3715
|
[key: string]: string;
|
|
@@ -3673,6 +3751,7 @@ export declare class GetFileTypeStatisticResponse extends $tea.Model {
|
|
|
3673
3751
|
headers: {
|
|
3674
3752
|
[key: string]: string;
|
|
3675
3753
|
};
|
|
3754
|
+
statusCode: number;
|
|
3676
3755
|
body: GetFileTypeStatisticResponseBody;
|
|
3677
3756
|
static names(): {
|
|
3678
3757
|
[key: string]: string;
|
|
@@ -3720,6 +3799,7 @@ export declare class GetFileVersionResponse extends $tea.Model {
|
|
|
3720
3799
|
headers: {
|
|
3721
3800
|
[key: string]: string;
|
|
3722
3801
|
};
|
|
3802
|
+
statusCode: number;
|
|
3723
3803
|
body: GetFileVersionResponseBody;
|
|
3724
3804
|
static names(): {
|
|
3725
3805
|
[key: string]: string;
|
|
@@ -3767,6 +3847,7 @@ export declare class GetFolderResponse extends $tea.Model {
|
|
|
3767
3847
|
headers: {
|
|
3768
3848
|
[key: string]: string;
|
|
3769
3849
|
};
|
|
3850
|
+
statusCode: number;
|
|
3770
3851
|
body: GetFolderResponseBody;
|
|
3771
3852
|
static names(): {
|
|
3772
3853
|
[key: string]: string;
|
|
@@ -3808,6 +3889,7 @@ export declare class GetIDEEventDetailResponse extends $tea.Model {
|
|
|
3808
3889
|
headers: {
|
|
3809
3890
|
[key: string]: string;
|
|
3810
3891
|
};
|
|
3892
|
+
statusCode: number;
|
|
3811
3893
|
body: GetIDEEventDetailResponseBody;
|
|
3812
3894
|
static names(): {
|
|
3813
3895
|
[key: string]: string;
|
|
@@ -3853,6 +3935,7 @@ export declare class GetInstanceResponse extends $tea.Model {
|
|
|
3853
3935
|
headers: {
|
|
3854
3936
|
[key: string]: string;
|
|
3855
3937
|
};
|
|
3938
|
+
statusCode: number;
|
|
3856
3939
|
body: GetInstanceResponseBody;
|
|
3857
3940
|
static names(): {
|
|
3858
3941
|
[key: string]: string;
|
|
@@ -3894,6 +3977,7 @@ export declare class GetInstanceConsumeTimeRankResponse extends $tea.Model {
|
|
|
3894
3977
|
headers: {
|
|
3895
3978
|
[key: string]: string;
|
|
3896
3979
|
};
|
|
3980
|
+
statusCode: number;
|
|
3897
3981
|
body: GetInstanceConsumeTimeRankResponseBody;
|
|
3898
3982
|
static names(): {
|
|
3899
3983
|
[key: string]: string;
|
|
@@ -3936,6 +4020,7 @@ export declare class GetInstanceCountTrendResponse extends $tea.Model {
|
|
|
3936
4020
|
headers: {
|
|
3937
4021
|
[key: string]: string;
|
|
3938
4022
|
};
|
|
4023
|
+
statusCode: number;
|
|
3939
4024
|
body: GetInstanceCountTrendResponseBody;
|
|
3940
4025
|
static names(): {
|
|
3941
4026
|
[key: string]: string;
|
|
@@ -3976,6 +4061,7 @@ export declare class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
3976
4061
|
headers: {
|
|
3977
4062
|
[key: string]: string;
|
|
3978
4063
|
};
|
|
4064
|
+
statusCode: number;
|
|
3979
4065
|
body: GetInstanceErrorRankResponseBody;
|
|
3980
4066
|
static names(): {
|
|
3981
4067
|
[key: string]: string;
|
|
@@ -4021,6 +4107,7 @@ export declare class GetInstanceLogResponse extends $tea.Model {
|
|
|
4021
4107
|
headers: {
|
|
4022
4108
|
[key: string]: string;
|
|
4023
4109
|
};
|
|
4110
|
+
statusCode: number;
|
|
4024
4111
|
body: GetInstanceLogResponseBody;
|
|
4025
4112
|
static names(): {
|
|
4026
4113
|
[key: string]: string;
|
|
@@ -4063,6 +4150,7 @@ export declare class GetInstanceStatusCountResponse extends $tea.Model {
|
|
|
4063
4150
|
headers: {
|
|
4064
4151
|
[key: string]: string;
|
|
4065
4152
|
};
|
|
4153
|
+
statusCode: number;
|
|
4066
4154
|
body: GetInstanceStatusCountResponseBody;
|
|
4067
4155
|
static names(): {
|
|
4068
4156
|
[key: string]: string;
|
|
@@ -4107,6 +4195,7 @@ export declare class GetInstanceStatusStatisticResponse extends $tea.Model {
|
|
|
4107
4195
|
headers: {
|
|
4108
4196
|
[key: string]: string;
|
|
4109
4197
|
};
|
|
4198
|
+
statusCode: number;
|
|
4110
4199
|
body: GetInstanceStatusStatisticResponseBody;
|
|
4111
4200
|
static names(): {
|
|
4112
4201
|
[key: string]: string;
|
|
@@ -4149,6 +4238,7 @@ export declare class GetManualDagInstancesResponse extends $tea.Model {
|
|
|
4149
4238
|
headers: {
|
|
4150
4239
|
[key: string]: string;
|
|
4151
4240
|
};
|
|
4241
|
+
statusCode: number;
|
|
4152
4242
|
body: GetManualDagInstancesResponseBody;
|
|
4153
4243
|
static names(): {
|
|
4154
4244
|
[key: string]: string;
|
|
@@ -4195,6 +4285,7 @@ export declare class GetMetaCategoryResponse extends $tea.Model {
|
|
|
4195
4285
|
headers: {
|
|
4196
4286
|
[key: string]: string;
|
|
4197
4287
|
};
|
|
4288
|
+
statusCode: number;
|
|
4198
4289
|
body: GetMetaCategoryResponseBody;
|
|
4199
4290
|
static names(): {
|
|
4200
4291
|
[key: string]: string;
|
|
@@ -4247,6 +4338,7 @@ export declare class GetMetaColumnLineageResponse extends $tea.Model {
|
|
|
4247
4338
|
headers: {
|
|
4248
4339
|
[key: string]: string;
|
|
4249
4340
|
};
|
|
4341
|
+
statusCode: number;
|
|
4250
4342
|
body: GetMetaColumnLineageResponseBody;
|
|
4251
4343
|
static names(): {
|
|
4252
4344
|
[key: string]: string;
|
|
@@ -4290,6 +4382,7 @@ export declare class GetMetaDBInfoResponse extends $tea.Model {
|
|
|
4290
4382
|
headers: {
|
|
4291
4383
|
[key: string]: string;
|
|
4292
4384
|
};
|
|
4385
|
+
statusCode: number;
|
|
4293
4386
|
body: GetMetaDBInfoResponseBody;
|
|
4294
4387
|
static names(): {
|
|
4295
4388
|
[key: string]: string;
|
|
@@ -4335,6 +4428,7 @@ export declare class GetMetaDBTableListResponse extends $tea.Model {
|
|
|
4335
4428
|
headers: {
|
|
4336
4429
|
[key: string]: string;
|
|
4337
4430
|
};
|
|
4431
|
+
statusCode: number;
|
|
4338
4432
|
body: GetMetaDBTableListResponseBody;
|
|
4339
4433
|
static names(): {
|
|
4340
4434
|
[key: string]: string;
|
|
@@ -4384,6 +4478,7 @@ export declare class GetMetaTableBasicInfoResponse extends $tea.Model {
|
|
|
4384
4478
|
headers: {
|
|
4385
4479
|
[key: string]: string;
|
|
4386
4480
|
};
|
|
4481
|
+
statusCode: number;
|
|
4387
4482
|
body: GetMetaTableBasicInfoResponseBody;
|
|
4388
4483
|
static names(): {
|
|
4389
4484
|
[key: string]: string;
|
|
@@ -4434,6 +4529,7 @@ export declare class GetMetaTableChangeLogResponse extends $tea.Model {
|
|
|
4434
4529
|
headers: {
|
|
4435
4530
|
[key: string]: string;
|
|
4436
4531
|
};
|
|
4532
|
+
statusCode: number;
|
|
4437
4533
|
body: GetMetaTableChangeLogResponseBody;
|
|
4438
4534
|
static names(): {
|
|
4439
4535
|
[key: string]: string;
|
|
@@ -4484,6 +4580,7 @@ export declare class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
4484
4580
|
headers: {
|
|
4485
4581
|
[key: string]: string;
|
|
4486
4582
|
};
|
|
4583
|
+
statusCode: number;
|
|
4487
4584
|
body: GetMetaTableColumnResponseBody;
|
|
4488
4585
|
static names(): {
|
|
4489
4586
|
[key: string]: string;
|
|
@@ -4534,6 +4631,7 @@ export declare class GetMetaTableFullInfoResponse extends $tea.Model {
|
|
|
4534
4631
|
headers: {
|
|
4535
4632
|
[key: string]: string;
|
|
4536
4633
|
};
|
|
4634
|
+
statusCode: number;
|
|
4537
4635
|
body: GetMetaTableFullInfoResponseBody;
|
|
4538
4636
|
static names(): {
|
|
4539
4637
|
[key: string]: string;
|
|
@@ -4579,6 +4677,7 @@ export declare class GetMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
4579
4677
|
headers: {
|
|
4580
4678
|
[key: string]: string;
|
|
4581
4679
|
};
|
|
4680
|
+
statusCode: number;
|
|
4582
4681
|
body: GetMetaTableIntroWikiResponseBody;
|
|
4583
4682
|
static names(): {
|
|
4584
4683
|
[key: string]: string;
|
|
@@ -4630,6 +4729,7 @@ export declare class GetMetaTableLineageResponse extends $tea.Model {
|
|
|
4630
4729
|
headers: {
|
|
4631
4730
|
[key: string]: string;
|
|
4632
4731
|
};
|
|
4732
|
+
statusCode: number;
|
|
4633
4733
|
body: GetMetaTableLineageResponseBody;
|
|
4634
4734
|
static names(): {
|
|
4635
4735
|
[key: string]: string;
|
|
@@ -4676,6 +4776,7 @@ export declare class GetMetaTableListByCategoryResponse extends $tea.Model {
|
|
|
4676
4776
|
headers: {
|
|
4677
4777
|
[key: string]: string;
|
|
4678
4778
|
};
|
|
4779
|
+
statusCode: number;
|
|
4679
4780
|
body: GetMetaTableListByCategoryResponseBody;
|
|
4680
4781
|
static names(): {
|
|
4681
4782
|
[key: string]: string;
|
|
@@ -4724,6 +4825,7 @@ export declare class GetMetaTableOutputResponse extends $tea.Model {
|
|
|
4724
4825
|
headers: {
|
|
4725
4826
|
[key: string]: string;
|
|
4726
4827
|
};
|
|
4828
|
+
statusCode: number;
|
|
4727
4829
|
body: GetMetaTableOutputResponseBody;
|
|
4728
4830
|
static names(): {
|
|
4729
4831
|
[key: string]: string;
|
|
@@ -4774,6 +4876,7 @@ export declare class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
4774
4876
|
headers: {
|
|
4775
4877
|
[key: string]: string;
|
|
4776
4878
|
};
|
|
4879
|
+
statusCode: number;
|
|
4777
4880
|
body: GetMetaTablePartitionResponseBody;
|
|
4778
4881
|
static names(): {
|
|
4779
4882
|
[key: string]: string;
|
|
@@ -4819,6 +4922,7 @@ export declare class GetMetaTableThemeLevelResponse extends $tea.Model {
|
|
|
4819
4922
|
headers: {
|
|
4820
4923
|
[key: string]: string;
|
|
4821
4924
|
};
|
|
4925
|
+
statusCode: number;
|
|
4822
4926
|
body: GetMetaTableThemeLevelResponseBody;
|
|
4823
4927
|
static names(): {
|
|
4824
4928
|
[key: string]: string;
|
|
@@ -4864,6 +4968,7 @@ export declare class GetMigrationProcessResponse extends $tea.Model {
|
|
|
4864
4968
|
headers: {
|
|
4865
4969
|
[key: string]: string;
|
|
4866
4970
|
};
|
|
4971
|
+
statusCode: number;
|
|
4867
4972
|
body: GetMigrationProcessResponseBody;
|
|
4868
4973
|
static names(): {
|
|
4869
4974
|
[key: string]: string;
|
|
@@ -4906,6 +5011,7 @@ export declare class GetMigrationSummaryResponse extends $tea.Model {
|
|
|
4906
5011
|
headers: {
|
|
4907
5012
|
[key: string]: string;
|
|
4908
5013
|
};
|
|
5014
|
+
statusCode: number;
|
|
4909
5015
|
body: GetMigrationSummaryResponseBody;
|
|
4910
5016
|
static names(): {
|
|
4911
5017
|
[key: string]: string;
|
|
@@ -4951,6 +5057,7 @@ export declare class GetNodeResponse extends $tea.Model {
|
|
|
4951
5057
|
headers: {
|
|
4952
5058
|
[key: string]: string;
|
|
4953
5059
|
};
|
|
5060
|
+
statusCode: number;
|
|
4954
5061
|
body: GetNodeResponseBody;
|
|
4955
5062
|
static names(): {
|
|
4956
5063
|
[key: string]: string;
|
|
@@ -4996,6 +5103,7 @@ export declare class GetNodeChildrenResponse extends $tea.Model {
|
|
|
4996
5103
|
headers: {
|
|
4997
5104
|
[key: string]: string;
|
|
4998
5105
|
};
|
|
5106
|
+
statusCode: number;
|
|
4999
5107
|
body: GetNodeChildrenResponseBody;
|
|
5000
5108
|
static names(): {
|
|
5001
5109
|
[key: string]: string;
|
|
@@ -5041,6 +5149,7 @@ export declare class GetNodeCodeResponse extends $tea.Model {
|
|
|
5041
5149
|
headers: {
|
|
5042
5150
|
[key: string]: string;
|
|
5043
5151
|
};
|
|
5152
|
+
statusCode: number;
|
|
5044
5153
|
body: GetNodeCodeResponseBody;
|
|
5045
5154
|
static names(): {
|
|
5046
5155
|
[key: string]: string;
|
|
@@ -5085,6 +5194,7 @@ export declare class GetNodeOnBaselineResponse extends $tea.Model {
|
|
|
5085
5194
|
headers: {
|
|
5086
5195
|
[key: string]: string;
|
|
5087
5196
|
};
|
|
5197
|
+
statusCode: number;
|
|
5088
5198
|
body: GetNodeOnBaselineResponseBody;
|
|
5089
5199
|
static names(): {
|
|
5090
5200
|
[key: string]: string;
|
|
@@ -5130,6 +5240,7 @@ export declare class GetNodeParentsResponse extends $tea.Model {
|
|
|
5130
5240
|
headers: {
|
|
5131
5241
|
[key: string]: string;
|
|
5132
5242
|
};
|
|
5243
|
+
statusCode: number;
|
|
5133
5244
|
body: GetNodeParentsResponseBody;
|
|
5134
5245
|
static names(): {
|
|
5135
5246
|
[key: string]: string;
|
|
@@ -5175,6 +5286,7 @@ export declare class GetNodeTypeListInfoResponse extends $tea.Model {
|
|
|
5175
5286
|
headers: {
|
|
5176
5287
|
[key: string]: string;
|
|
5177
5288
|
};
|
|
5289
|
+
statusCode: number;
|
|
5178
5290
|
body: GetNodeTypeListInfoResponseBody;
|
|
5179
5291
|
static names(): {
|
|
5180
5292
|
[key: string]: string;
|
|
@@ -5219,6 +5331,7 @@ export declare class GetOpRiskDataResponse extends $tea.Model {
|
|
|
5219
5331
|
headers: {
|
|
5220
5332
|
[key: string]: string;
|
|
5221
5333
|
};
|
|
5334
|
+
statusCode: number;
|
|
5222
5335
|
body: GetOpRiskDataResponseBody;
|
|
5223
5336
|
static names(): {
|
|
5224
5337
|
[key: string]: string;
|
|
@@ -5263,6 +5376,7 @@ export declare class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
5263
5376
|
headers: {
|
|
5264
5377
|
[key: string]: string;
|
|
5265
5378
|
};
|
|
5379
|
+
statusCode: number;
|
|
5266
5380
|
body: GetOpSensitiveDataResponseBody;
|
|
5267
5381
|
static names(): {
|
|
5268
5382
|
[key: string]: string;
|
|
@@ -5304,6 +5418,7 @@ export declare class GetOptionValueForProjectResponse extends $tea.Model {
|
|
|
5304
5418
|
headers: {
|
|
5305
5419
|
[key: string]: string;
|
|
5306
5420
|
};
|
|
5421
|
+
statusCode: number;
|
|
5307
5422
|
body: GetOptionValueForProjectResponseBody;
|
|
5308
5423
|
static names(): {
|
|
5309
5424
|
[key: string]: string;
|
|
@@ -5344,6 +5459,7 @@ export declare class GetPermissionApplyOrderDetailResponse extends $tea.Model {
|
|
|
5344
5459
|
headers: {
|
|
5345
5460
|
[key: string]: string;
|
|
5346
5461
|
};
|
|
5462
|
+
statusCode: number;
|
|
5347
5463
|
body: GetPermissionApplyOrderDetailResponseBody;
|
|
5348
5464
|
static names(): {
|
|
5349
5465
|
[key: string]: string;
|
|
@@ -5386,6 +5502,7 @@ export declare class GetProjectResponse extends $tea.Model {
|
|
|
5386
5502
|
headers: {
|
|
5387
5503
|
[key: string]: string;
|
|
5388
5504
|
};
|
|
5505
|
+
statusCode: number;
|
|
5389
5506
|
body: GetProjectResponseBody;
|
|
5390
5507
|
static names(): {
|
|
5391
5508
|
[key: string]: string;
|
|
@@ -5428,6 +5545,7 @@ export declare class GetProjectDetailResponse extends $tea.Model {
|
|
|
5428
5545
|
headers: {
|
|
5429
5546
|
[key: string]: string;
|
|
5430
5547
|
};
|
|
5548
|
+
statusCode: number;
|
|
5431
5549
|
body: GetProjectDetailResponseBody;
|
|
5432
5550
|
static names(): {
|
|
5433
5551
|
[key: string]: string;
|
|
@@ -5475,6 +5593,7 @@ export declare class GetQualityEntityResponse extends $tea.Model {
|
|
|
5475
5593
|
headers: {
|
|
5476
5594
|
[key: string]: string;
|
|
5477
5595
|
};
|
|
5596
|
+
statusCode: number;
|
|
5478
5597
|
body: GetQualityEntityResponseBody;
|
|
5479
5598
|
static names(): {
|
|
5480
5599
|
[key: string]: string;
|
|
@@ -5520,6 +5639,7 @@ export declare class GetQualityFollowerResponse extends $tea.Model {
|
|
|
5520
5639
|
headers: {
|
|
5521
5640
|
[key: string]: string;
|
|
5522
5641
|
};
|
|
5642
|
+
statusCode: number;
|
|
5523
5643
|
body: GetQualityFollowerResponseBody;
|
|
5524
5644
|
static names(): {
|
|
5525
5645
|
[key: string]: string;
|
|
@@ -5565,6 +5685,7 @@ export declare class GetQualityRuleResponse extends $tea.Model {
|
|
|
5565
5685
|
headers: {
|
|
5566
5686
|
[key: string]: string;
|
|
5567
5687
|
};
|
|
5688
|
+
statusCode: number;
|
|
5568
5689
|
body: GetQualityRuleResponseBody;
|
|
5569
5690
|
static names(): {
|
|
5570
5691
|
[key: string]: string;
|
|
@@ -5609,6 +5730,7 @@ export declare class GetRemindResponse extends $tea.Model {
|
|
|
5609
5730
|
headers: {
|
|
5610
5731
|
[key: string]: string;
|
|
5611
5732
|
};
|
|
5733
|
+
statusCode: number;
|
|
5612
5734
|
body: GetRemindResponseBody;
|
|
5613
5735
|
static names(): {
|
|
5614
5736
|
[key: string]: string;
|
|
@@ -5653,6 +5775,7 @@ export declare class GetSensitiveDataResponse extends $tea.Model {
|
|
|
5653
5775
|
headers: {
|
|
5654
5776
|
[key: string]: string;
|
|
5655
5777
|
};
|
|
5778
|
+
statusCode: number;
|
|
5656
5779
|
body: GetSensitiveDataResponseBody;
|
|
5657
5780
|
static names(): {
|
|
5658
5781
|
[key: string]: string;
|
|
@@ -5693,6 +5816,7 @@ export declare class GetSuccessInstanceTrendResponse extends $tea.Model {
|
|
|
5693
5816
|
headers: {
|
|
5694
5817
|
[key: string]: string;
|
|
5695
5818
|
};
|
|
5819
|
+
statusCode: number;
|
|
5696
5820
|
body: GetSuccessInstanceTrendResponseBody;
|
|
5697
5821
|
static names(): {
|
|
5698
5822
|
[key: string]: string;
|
|
@@ -5737,6 +5861,7 @@ export declare class GetTopicResponse extends $tea.Model {
|
|
|
5737
5861
|
headers: {
|
|
5738
5862
|
[key: string]: string;
|
|
5739
5863
|
};
|
|
5864
|
+
statusCode: number;
|
|
5740
5865
|
body: GetTopicResponseBody;
|
|
5741
5866
|
static names(): {
|
|
5742
5867
|
[key: string]: string;
|
|
@@ -5781,6 +5906,7 @@ export declare class GetTopicInfluenceResponse extends $tea.Model {
|
|
|
5781
5906
|
headers: {
|
|
5782
5907
|
[key: string]: string;
|
|
5783
5908
|
};
|
|
5909
|
+
statusCode: number;
|
|
5784
5910
|
body: GetTopicInfluenceResponseBody;
|
|
5785
5911
|
static names(): {
|
|
5786
5912
|
[key: string]: string;
|
|
@@ -5823,6 +5949,7 @@ export declare class ImportDataSourcesResponse extends $tea.Model {
|
|
|
5823
5949
|
headers: {
|
|
5824
5950
|
[key: string]: string;
|
|
5825
5951
|
};
|
|
5952
|
+
statusCode: number;
|
|
5826
5953
|
body: ImportDataSourcesResponseBody;
|
|
5827
5954
|
static names(): {
|
|
5828
5955
|
[key: string]: string;
|
|
@@ -5874,6 +6001,7 @@ export declare class ListAlertMessagesResponse extends $tea.Model {
|
|
|
5874
6001
|
headers: {
|
|
5875
6002
|
[key: string]: string;
|
|
5876
6003
|
};
|
|
6004
|
+
statusCode: number;
|
|
5877
6005
|
body: ListAlertMessagesResponseBody;
|
|
5878
6006
|
static names(): {
|
|
5879
6007
|
[key: string]: string;
|
|
@@ -5925,6 +6053,7 @@ export declare class ListBaselineConfigsResponse extends $tea.Model {
|
|
|
5925
6053
|
headers: {
|
|
5926
6054
|
[key: string]: string;
|
|
5927
6055
|
};
|
|
6056
|
+
statusCode: number;
|
|
5928
6057
|
body: ListBaselineConfigsResponseBody;
|
|
5929
6058
|
static names(): {
|
|
5930
6059
|
[key: string]: string;
|
|
@@ -5978,6 +6107,7 @@ export declare class ListBaselineStatusesResponse extends $tea.Model {
|
|
|
5978
6107
|
headers: {
|
|
5979
6108
|
[key: string]: string;
|
|
5980
6109
|
};
|
|
6110
|
+
statusCode: number;
|
|
5981
6111
|
body: ListBaselineStatusesResponseBody;
|
|
5982
6112
|
static names(): {
|
|
5983
6113
|
[key: string]: string;
|
|
@@ -6026,6 +6156,7 @@ export declare class ListBusinessResponse extends $tea.Model {
|
|
|
6026
6156
|
headers: {
|
|
6027
6157
|
[key: string]: string;
|
|
6028
6158
|
};
|
|
6159
|
+
statusCode: number;
|
|
6029
6160
|
body: ListBusinessResponseBody;
|
|
6030
6161
|
static names(): {
|
|
6031
6162
|
[key: string]: string;
|
|
@@ -6073,6 +6204,7 @@ export declare class ListCalcEnginesResponse extends $tea.Model {
|
|
|
6073
6204
|
headers: {
|
|
6074
6205
|
[key: string]: string;
|
|
6075
6206
|
};
|
|
6207
|
+
statusCode: number;
|
|
6076
6208
|
body: ListCalcEnginesResponseBody;
|
|
6077
6209
|
static names(): {
|
|
6078
6210
|
[key: string]: string;
|
|
@@ -6122,6 +6254,7 @@ export declare class ListConnectionsResponse extends $tea.Model {
|
|
|
6122
6254
|
headers: {
|
|
6123
6255
|
[key: string]: string;
|
|
6124
6256
|
};
|
|
6257
|
+
statusCode: number;
|
|
6125
6258
|
body: ListConnectionsResponseBody;
|
|
6126
6259
|
static names(): {
|
|
6127
6260
|
[key: string]: string;
|
|
@@ -6170,6 +6303,7 @@ export declare class ListCurrentTasksForResourceGroupResponse extends $tea.Model
|
|
|
6170
6303
|
headers: {
|
|
6171
6304
|
[key: string]: string;
|
|
6172
6305
|
};
|
|
6306
|
+
statusCode: number;
|
|
6173
6307
|
body: ListCurrentTasksForResourceGroupResponseBody;
|
|
6174
6308
|
static names(): {
|
|
6175
6309
|
[key: string]: string;
|
|
@@ -6214,6 +6348,7 @@ export declare class ListCurrentUsageForResourceGroupResponse extends $tea.Model
|
|
|
6214
6348
|
headers: {
|
|
6215
6349
|
[key: string]: string;
|
|
6216
6350
|
};
|
|
6351
|
+
statusCode: number;
|
|
6217
6352
|
body: ListCurrentUsageForResourceGroupResponseBody;
|
|
6218
6353
|
static names(): {
|
|
6219
6354
|
[key: string]: string;
|
|
@@ -6257,6 +6392,7 @@ export declare class ListDIProjectConfigResponse extends $tea.Model {
|
|
|
6257
6392
|
headers: {
|
|
6258
6393
|
[key: string]: string;
|
|
6259
6394
|
};
|
|
6395
|
+
statusCode: number;
|
|
6260
6396
|
body: ListDIProjectConfigResponseBody;
|
|
6261
6397
|
static names(): {
|
|
6262
6398
|
[key: string]: string;
|
|
@@ -6302,6 +6438,7 @@ export declare class ListDagsResponse extends $tea.Model {
|
|
|
6302
6438
|
headers: {
|
|
6303
6439
|
[key: string]: string;
|
|
6304
6440
|
};
|
|
6441
|
+
statusCode: number;
|
|
6305
6442
|
body: ListDagsResponseBody;
|
|
6306
6443
|
static names(): {
|
|
6307
6444
|
[key: string]: string;
|
|
@@ -6350,6 +6487,7 @@ export declare class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
6350
6487
|
headers: {
|
|
6351
6488
|
[key: string]: string;
|
|
6352
6489
|
};
|
|
6490
|
+
statusCode: number;
|
|
6353
6491
|
body: ListDataServiceApiAuthoritiesResponseBody;
|
|
6354
6492
|
static names(): {
|
|
6355
6493
|
[key: string]: string;
|
|
@@ -6400,6 +6538,7 @@ export declare class ListDataServiceApisResponse extends $tea.Model {
|
|
|
6400
6538
|
headers: {
|
|
6401
6539
|
[key: string]: string;
|
|
6402
6540
|
};
|
|
6541
|
+
statusCode: number;
|
|
6403
6542
|
body: ListDataServiceApisResponseBody;
|
|
6404
6543
|
static names(): {
|
|
6405
6544
|
[key: string]: string;
|
|
@@ -6447,6 +6586,7 @@ export declare class ListDataServiceApplicationsResponse extends $tea.Model {
|
|
|
6447
6586
|
headers: {
|
|
6448
6587
|
[key: string]: string;
|
|
6449
6588
|
};
|
|
6589
|
+
statusCode: number;
|
|
6450
6590
|
body: ListDataServiceApplicationsResponseBody;
|
|
6451
6591
|
static names(): {
|
|
6452
6592
|
[key: string]: string;
|
|
@@ -6495,6 +6635,7 @@ export declare class ListDataServiceAuthorizedApisResponse extends $tea.Model {
|
|
|
6495
6635
|
headers: {
|
|
6496
6636
|
[key: string]: string;
|
|
6497
6637
|
};
|
|
6638
|
+
statusCode: number;
|
|
6498
6639
|
body: ListDataServiceAuthorizedApisResponseBody;
|
|
6499
6640
|
static names(): {
|
|
6500
6641
|
[key: string]: string;
|
|
@@ -6540,6 +6681,7 @@ export declare class ListDataServiceFoldersResponse extends $tea.Model {
|
|
|
6540
6681
|
headers: {
|
|
6541
6682
|
[key: string]: string;
|
|
6542
6683
|
};
|
|
6684
|
+
statusCode: number;
|
|
6543
6685
|
body: ListDataServiceFoldersResponseBody;
|
|
6544
6686
|
static names(): {
|
|
6545
6687
|
[key: string]: string;
|
|
@@ -6584,6 +6726,7 @@ export declare class ListDataServiceGroupsResponse extends $tea.Model {
|
|
|
6584
6726
|
headers: {
|
|
6585
6727
|
[key: string]: string;
|
|
6586
6728
|
};
|
|
6729
|
+
statusCode: number;
|
|
6587
6730
|
body: ListDataServiceGroupsResponseBody;
|
|
6588
6731
|
static names(): {
|
|
6589
6732
|
[key: string]: string;
|
|
@@ -6634,6 +6777,7 @@ export declare class ListDataServicePublishedApisResponse extends $tea.Model {
|
|
|
6634
6777
|
headers: {
|
|
6635
6778
|
[key: string]: string;
|
|
6636
6779
|
};
|
|
6780
|
+
statusCode: number;
|
|
6637
6781
|
body: ListDataServicePublishedApisResponseBody;
|
|
6638
6782
|
static names(): {
|
|
6639
6783
|
[key: string]: string;
|
|
@@ -6683,6 +6827,7 @@ export declare class ListDataSourcesResponse extends $tea.Model {
|
|
|
6683
6827
|
headers: {
|
|
6684
6828
|
[key: string]: string;
|
|
6685
6829
|
};
|
|
6830
|
+
statusCode: number;
|
|
6686
6831
|
body: ListDataSourcesResponseBody;
|
|
6687
6832
|
static names(): {
|
|
6688
6833
|
[key: string]: string;
|
|
@@ -6732,6 +6877,7 @@ export declare class ListDeploymentsResponse extends $tea.Model {
|
|
|
6732
6877
|
headers: {
|
|
6733
6878
|
[key: string]: string;
|
|
6734
6879
|
};
|
|
6880
|
+
statusCode: number;
|
|
6735
6881
|
body: ListDeploymentsResponseBody;
|
|
6736
6882
|
static names(): {
|
|
6737
6883
|
[key: string]: string;
|
|
@@ -6773,6 +6919,7 @@ export declare class ListExtensionsResponse extends $tea.Model {
|
|
|
6773
6919
|
headers: {
|
|
6774
6920
|
[key: string]: string;
|
|
6775
6921
|
};
|
|
6922
|
+
statusCode: number;
|
|
6776
6923
|
body: ListExtensionsResponseBody;
|
|
6777
6924
|
static names(): {
|
|
6778
6925
|
[key: string]: string;
|
|
@@ -6818,6 +6965,7 @@ export declare class ListFileTypeResponse extends $tea.Model {
|
|
|
6818
6965
|
headers: {
|
|
6819
6966
|
[key: string]: string;
|
|
6820
6967
|
};
|
|
6968
|
+
statusCode: number;
|
|
6821
6969
|
body: ListFileTypeResponseBody;
|
|
6822
6970
|
static names(): {
|
|
6823
6971
|
[key: string]: string;
|
|
@@ -6866,6 +7014,7 @@ export declare class ListFileVersionsResponse extends $tea.Model {
|
|
|
6866
7014
|
headers: {
|
|
6867
7015
|
[key: string]: string;
|
|
6868
7016
|
};
|
|
7017
|
+
statusCode: number;
|
|
6869
7018
|
body: ListFileVersionsResponseBody;
|
|
6870
7019
|
static names(): {
|
|
6871
7020
|
[key: string]: string;
|
|
@@ -6919,6 +7068,7 @@ export declare class ListFilesResponse extends $tea.Model {
|
|
|
6919
7068
|
headers: {
|
|
6920
7069
|
[key: string]: string;
|
|
6921
7070
|
};
|
|
7071
|
+
statusCode: number;
|
|
6922
7072
|
body: ListFilesResponseBody;
|
|
6923
7073
|
static names(): {
|
|
6924
7074
|
[key: string]: string;
|
|
@@ -6967,6 +7117,7 @@ export declare class ListFoldersResponse extends $tea.Model {
|
|
|
6967
7117
|
headers: {
|
|
6968
7118
|
[key: string]: string;
|
|
6969
7119
|
};
|
|
7120
|
+
statusCode: number;
|
|
6970
7121
|
body: ListFoldersResponseBody;
|
|
6971
7122
|
static names(): {
|
|
6972
7123
|
[key: string]: string;
|
|
@@ -7016,6 +7167,7 @@ export declare class ListHistoryTasksForResourceGroupResponse extends $tea.Model
|
|
|
7016
7167
|
headers: {
|
|
7017
7168
|
[key: string]: string;
|
|
7018
7169
|
};
|
|
7170
|
+
statusCode: number;
|
|
7019
7171
|
body: ListHistoryTasksForResourceGroupResponseBody;
|
|
7020
7172
|
static names(): {
|
|
7021
7173
|
[key: string]: string;
|
|
@@ -7058,6 +7210,7 @@ export declare class ListInstanceAmountResponse extends $tea.Model {
|
|
|
7058
7210
|
headers: {
|
|
7059
7211
|
[key: string]: string;
|
|
7060
7212
|
};
|
|
7213
|
+
statusCode: number;
|
|
7061
7214
|
body: ListInstanceAmountResponseBody;
|
|
7062
7215
|
static names(): {
|
|
7063
7216
|
[key: string]: string;
|
|
@@ -7114,6 +7267,7 @@ export declare class ListInstancesResponse extends $tea.Model {
|
|
|
7114
7267
|
headers: {
|
|
7115
7268
|
[key: string]: string;
|
|
7116
7269
|
};
|
|
7270
|
+
statusCode: number;
|
|
7117
7271
|
body: ListInstancesResponseBody;
|
|
7118
7272
|
static names(): {
|
|
7119
7273
|
[key: string]: string;
|
|
@@ -7156,6 +7310,7 @@ export declare class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
7156
7310
|
headers: {
|
|
7157
7311
|
[key: string]: string;
|
|
7158
7312
|
};
|
|
7313
|
+
statusCode: number;
|
|
7159
7314
|
body: ListManualDagInstancesResponseBody;
|
|
7160
7315
|
static names(): {
|
|
7161
7316
|
[key: string]: string;
|
|
@@ -7200,6 +7355,7 @@ export declare class ListMetaDBResponse extends $tea.Model {
|
|
|
7200
7355
|
headers: {
|
|
7201
7356
|
[key: string]: string;
|
|
7202
7357
|
};
|
|
7358
|
+
statusCode: number;
|
|
7203
7359
|
body: ListMetaDBResponseBody;
|
|
7204
7360
|
static names(): {
|
|
7205
7361
|
[key: string]: string;
|
|
@@ -7211,6 +7367,52 @@ export declare class ListMetaDBResponse extends $tea.Model {
|
|
|
7211
7367
|
[key: string]: any;
|
|
7212
7368
|
});
|
|
7213
7369
|
}
|
|
7370
|
+
export declare class ListMigrationsRequest extends $tea.Model {
|
|
7371
|
+
migrationType?: string;
|
|
7372
|
+
owner?: string;
|
|
7373
|
+
pageNumber?: number;
|
|
7374
|
+
pageSize?: number;
|
|
7375
|
+
projectId?: number;
|
|
7376
|
+
static names(): {
|
|
7377
|
+
[key: string]: string;
|
|
7378
|
+
};
|
|
7379
|
+
static types(): {
|
|
7380
|
+
[key: string]: any;
|
|
7381
|
+
};
|
|
7382
|
+
constructor(map?: {
|
|
7383
|
+
[key: string]: any;
|
|
7384
|
+
});
|
|
7385
|
+
}
|
|
7386
|
+
export declare class ListMigrationsResponseBody extends $tea.Model {
|
|
7387
|
+
data?: ListMigrationsResponseBodyData;
|
|
7388
|
+
requestId?: string;
|
|
7389
|
+
success?: boolean;
|
|
7390
|
+
static names(): {
|
|
7391
|
+
[key: string]: string;
|
|
7392
|
+
};
|
|
7393
|
+
static types(): {
|
|
7394
|
+
[key: string]: any;
|
|
7395
|
+
};
|
|
7396
|
+
constructor(map?: {
|
|
7397
|
+
[key: string]: any;
|
|
7398
|
+
});
|
|
7399
|
+
}
|
|
7400
|
+
export declare class ListMigrationsResponse extends $tea.Model {
|
|
7401
|
+
headers: {
|
|
7402
|
+
[key: string]: string;
|
|
7403
|
+
};
|
|
7404
|
+
statusCode: number;
|
|
7405
|
+
body: ListMigrationsResponseBody;
|
|
7406
|
+
static names(): {
|
|
7407
|
+
[key: string]: string;
|
|
7408
|
+
};
|
|
7409
|
+
static types(): {
|
|
7410
|
+
[key: string]: any;
|
|
7411
|
+
};
|
|
7412
|
+
constructor(map?: {
|
|
7413
|
+
[key: string]: any;
|
|
7414
|
+
});
|
|
7415
|
+
}
|
|
7214
7416
|
export declare class ListNodeIORequest extends $tea.Model {
|
|
7215
7417
|
ioType?: string;
|
|
7216
7418
|
nodeId?: number;
|
|
@@ -7246,6 +7448,7 @@ export declare class ListNodeIOResponse extends $tea.Model {
|
|
|
7246
7448
|
headers: {
|
|
7247
7449
|
[key: string]: string;
|
|
7248
7450
|
};
|
|
7451
|
+
statusCode: number;
|
|
7249
7452
|
body: ListNodeIOResponseBody;
|
|
7250
7453
|
static names(): {
|
|
7251
7454
|
[key: string]: string;
|
|
@@ -7292,6 +7495,7 @@ export declare class ListNodeInputOrOutputResponse extends $tea.Model {
|
|
|
7292
7495
|
headers: {
|
|
7293
7496
|
[key: string]: string;
|
|
7294
7497
|
};
|
|
7498
|
+
statusCode: number;
|
|
7295
7499
|
body: ListNodeInputOrOutputResponseBody;
|
|
7296
7500
|
static names(): {
|
|
7297
7501
|
[key: string]: string;
|
|
@@ -7343,6 +7547,7 @@ export declare class ListNodesResponse extends $tea.Model {
|
|
|
7343
7547
|
headers: {
|
|
7344
7548
|
[key: string]: string;
|
|
7345
7549
|
};
|
|
7550
|
+
statusCode: number;
|
|
7346
7551
|
body: ListNodesResponseBody;
|
|
7347
7552
|
static names(): {
|
|
7348
7553
|
[key: string]: string;
|
|
@@ -7387,6 +7592,7 @@ export declare class ListNodesByBaselineResponse extends $tea.Model {
|
|
|
7387
7592
|
headers: {
|
|
7388
7593
|
[key: string]: string;
|
|
7389
7594
|
};
|
|
7595
|
+
statusCode: number;
|
|
7390
7596
|
body: ListNodesByBaselineResponseBody;
|
|
7391
7597
|
static names(): {
|
|
7392
7598
|
[key: string]: string;
|
|
@@ -7432,6 +7638,7 @@ export declare class ListNodesByOutputResponse extends $tea.Model {
|
|
|
7432
7638
|
headers: {
|
|
7433
7639
|
[key: string]: string;
|
|
7434
7640
|
};
|
|
7641
|
+
statusCode: number;
|
|
7435
7642
|
body: ListNodesByOutputResponseBody;
|
|
7436
7643
|
static names(): {
|
|
7437
7644
|
[key: string]: string;
|
|
@@ -7482,6 +7689,7 @@ export declare class ListPermissionApplyOrdersResponse extends $tea.Model {
|
|
|
7482
7689
|
headers: {
|
|
7483
7690
|
[key: string]: string;
|
|
7484
7691
|
};
|
|
7692
|
+
statusCode: number;
|
|
7485
7693
|
body: ListPermissionApplyOrdersResponseBody;
|
|
7486
7694
|
static names(): {
|
|
7487
7695
|
[key: string]: string;
|
|
@@ -7523,6 +7731,7 @@ export declare class ListProgramTypeCountResponse extends $tea.Model {
|
|
|
7523
7731
|
headers: {
|
|
7524
7732
|
[key: string]: string;
|
|
7525
7733
|
};
|
|
7734
|
+
statusCode: number;
|
|
7526
7735
|
body: ListProgramTypeCountResponseBody;
|
|
7527
7736
|
static names(): {
|
|
7528
7737
|
[key: string]: string;
|
|
@@ -7563,6 +7772,7 @@ export declare class ListProjectIdsResponse extends $tea.Model {
|
|
|
7563
7772
|
headers: {
|
|
7564
7773
|
[key: string]: string;
|
|
7565
7774
|
};
|
|
7775
|
+
statusCode: number;
|
|
7566
7776
|
body: ListProjectIdsResponseBody;
|
|
7567
7777
|
static names(): {
|
|
7568
7778
|
[key: string]: string;
|
|
@@ -7605,6 +7815,7 @@ export declare class ListProjectMembersResponse extends $tea.Model {
|
|
|
7605
7815
|
headers: {
|
|
7606
7816
|
[key: string]: string;
|
|
7607
7817
|
};
|
|
7818
|
+
statusCode: number;
|
|
7608
7819
|
body: ListProjectMembersResponseBody;
|
|
7609
7820
|
static names(): {
|
|
7610
7821
|
[key: string]: string;
|
|
@@ -7645,6 +7856,7 @@ export declare class ListProjectRolesResponse extends $tea.Model {
|
|
|
7645
7856
|
headers: {
|
|
7646
7857
|
[key: string]: string;
|
|
7647
7858
|
};
|
|
7859
|
+
statusCode: number;
|
|
7648
7860
|
body: ListProjectRolesResponseBody;
|
|
7649
7861
|
static names(): {
|
|
7650
7862
|
[key: string]: string;
|
|
@@ -7686,6 +7898,7 @@ export declare class ListProjectsResponse extends $tea.Model {
|
|
|
7686
7898
|
headers: {
|
|
7687
7899
|
[key: string]: string;
|
|
7688
7900
|
};
|
|
7901
|
+
statusCode: number;
|
|
7689
7902
|
body: ListProjectsResponseBody;
|
|
7690
7903
|
static names(): {
|
|
7691
7904
|
[key: string]: string;
|
|
@@ -7735,6 +7948,7 @@ export declare class ListQualityResultsByEntityResponse extends $tea.Model {
|
|
|
7735
7948
|
headers: {
|
|
7736
7949
|
[key: string]: string;
|
|
7737
7950
|
};
|
|
7951
|
+
statusCode: number;
|
|
7738
7952
|
body: ListQualityResultsByEntityResponseBody;
|
|
7739
7953
|
static names(): {
|
|
7740
7954
|
[key: string]: string;
|
|
@@ -7784,6 +7998,7 @@ export declare class ListQualityResultsByRuleResponse extends $tea.Model {
|
|
|
7784
7998
|
headers: {
|
|
7785
7999
|
[key: string]: string;
|
|
7786
8000
|
};
|
|
8001
|
+
statusCode: number;
|
|
7787
8002
|
body: ListQualityResultsByRuleResponseBody;
|
|
7788
8003
|
static names(): {
|
|
7789
8004
|
[key: string]: string;
|
|
@@ -7831,6 +8046,7 @@ export declare class ListQualityRulesResponse extends $tea.Model {
|
|
|
7831
8046
|
headers: {
|
|
7832
8047
|
[key: string]: string;
|
|
7833
8048
|
};
|
|
8049
|
+
statusCode: number;
|
|
7834
8050
|
body: ListQualityRulesResponseBody;
|
|
7835
8051
|
static names(): {
|
|
7836
8052
|
[key: string]: string;
|
|
@@ -7877,6 +8093,7 @@ export declare class ListRefDISyncTasksResponse extends $tea.Model {
|
|
|
7877
8093
|
headers: {
|
|
7878
8094
|
[key: string]: string;
|
|
7879
8095
|
};
|
|
8096
|
+
statusCode: number;
|
|
7880
8097
|
body: ListRefDISyncTasksResponseBody;
|
|
7881
8098
|
static names(): {
|
|
7882
8099
|
[key: string]: string;
|
|
@@ -7927,6 +8144,7 @@ export declare class ListRemindsResponse extends $tea.Model {
|
|
|
7927
8144
|
headers: {
|
|
7928
8145
|
[key: string]: string;
|
|
7929
8146
|
};
|
|
8147
|
+
statusCode: number;
|
|
7930
8148
|
body: ListRemindsResponseBody;
|
|
7931
8149
|
static names(): {
|
|
7932
8150
|
[key: string]: string;
|
|
@@ -7971,6 +8189,7 @@ export declare class ListResourceGroupsResponse extends $tea.Model {
|
|
|
7971
8189
|
headers: {
|
|
7972
8190
|
[key: string]: string;
|
|
7973
8191
|
};
|
|
8192
|
+
statusCode: number;
|
|
7974
8193
|
body: ListResourceGroupsResponseBody;
|
|
7975
8194
|
static names(): {
|
|
7976
8195
|
[key: string]: string;
|
|
@@ -8011,6 +8230,7 @@ export declare class ListSuccessInstanceAmountResponse extends $tea.Model {
|
|
|
8011
8230
|
headers: {
|
|
8012
8231
|
[key: string]: string;
|
|
8013
8232
|
};
|
|
8233
|
+
statusCode: number;
|
|
8014
8234
|
body: ListSuccessInstanceAmountResponseBody;
|
|
8015
8235
|
static names(): {
|
|
8016
8236
|
[key: string]: string;
|
|
@@ -8058,6 +8278,7 @@ export declare class ListTableLevelResponse extends $tea.Model {
|
|
|
8058
8278
|
headers: {
|
|
8059
8279
|
[key: string]: string;
|
|
8060
8280
|
};
|
|
8281
|
+
statusCode: number;
|
|
8061
8282
|
body: ListTableLevelResponseBody;
|
|
8062
8283
|
static names(): {
|
|
8063
8284
|
[key: string]: string;
|
|
@@ -8105,6 +8326,7 @@ export declare class ListTableThemeResponse extends $tea.Model {
|
|
|
8105
8326
|
headers: {
|
|
8106
8327
|
[key: string]: string;
|
|
8107
8328
|
};
|
|
8329
|
+
statusCode: number;
|
|
8108
8330
|
body: ListTableThemeResponseBody;
|
|
8109
8331
|
static names(): {
|
|
8110
8332
|
[key: string]: string;
|
|
@@ -8157,6 +8379,7 @@ export declare class ListTopicsResponse extends $tea.Model {
|
|
|
8157
8379
|
headers: {
|
|
8158
8380
|
[key: string]: string;
|
|
8159
8381
|
};
|
|
8382
|
+
statusCode: number;
|
|
8160
8383
|
body: ListTopicsResponseBody;
|
|
8161
8384
|
static names(): {
|
|
8162
8385
|
[key: string]: string;
|
|
@@ -8204,6 +8427,7 @@ export declare class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
|
8204
8427
|
headers: {
|
|
8205
8428
|
[key: string]: string;
|
|
8206
8429
|
};
|
|
8430
|
+
statusCode: number;
|
|
8207
8431
|
body: ListUsageForResourceGroupResponseBody;
|
|
8208
8432
|
static names(): {
|
|
8209
8433
|
[key: string]: string;
|
|
@@ -8250,6 +8474,7 @@ export declare class PublishDataServiceApiResponse extends $tea.Model {
|
|
|
8250
8474
|
headers: {
|
|
8251
8475
|
[key: string]: string;
|
|
8252
8476
|
};
|
|
8477
|
+
statusCode: number;
|
|
8253
8478
|
body: PublishDataServiceApiResponseBody;
|
|
8254
8479
|
static names(): {
|
|
8255
8480
|
[key: string]: string;
|
|
@@ -8293,6 +8518,7 @@ export declare class QueryDISyncTaskConfigProcessResultResponse extends $tea.Mod
|
|
|
8293
8518
|
headers: {
|
|
8294
8519
|
[key: string]: string;
|
|
8295
8520
|
};
|
|
8521
|
+
statusCode: number;
|
|
8296
8522
|
body: QueryDISyncTaskConfigProcessResultResponseBody;
|
|
8297
8523
|
static names(): {
|
|
8298
8524
|
[key: string]: string;
|
|
@@ -8336,6 +8562,7 @@ export declare class QueryPublicModelEngineResponse extends $tea.Model {
|
|
|
8336
8562
|
headers: {
|
|
8337
8563
|
[key: string]: string;
|
|
8338
8564
|
};
|
|
8565
|
+
statusCode: number;
|
|
8339
8566
|
body: QueryPublicModelEngineResponseBody;
|
|
8340
8567
|
static names(): {
|
|
8341
8568
|
[key: string]: string;
|
|
@@ -8377,6 +8604,7 @@ export declare class RemoveProjectMemberFromRoleResponse extends $tea.Model {
|
|
|
8377
8604
|
headers: {
|
|
8378
8605
|
[key: string]: string;
|
|
8379
8606
|
};
|
|
8607
|
+
statusCode: number;
|
|
8380
8608
|
body: RemoveProjectMemberFromRoleResponseBody;
|
|
8381
8609
|
static names(): {
|
|
8382
8610
|
[key: string]: string;
|
|
@@ -8422,6 +8650,7 @@ export declare class RestartInstanceResponse extends $tea.Model {
|
|
|
8422
8650
|
headers: {
|
|
8423
8651
|
[key: string]: string;
|
|
8424
8652
|
};
|
|
8653
|
+
statusCode: number;
|
|
8425
8654
|
body: RestartInstanceResponseBody;
|
|
8426
8655
|
static names(): {
|
|
8427
8656
|
[key: string]: string;
|
|
@@ -8467,6 +8696,7 @@ export declare class ResumeInstanceResponse extends $tea.Model {
|
|
|
8467
8696
|
headers: {
|
|
8468
8697
|
[key: string]: string;
|
|
8469
8698
|
};
|
|
8699
|
+
statusCode: number;
|
|
8470
8700
|
body: ResumeInstanceResponseBody;
|
|
8471
8701
|
static names(): {
|
|
8472
8702
|
[key: string]: string;
|
|
@@ -8512,6 +8742,7 @@ export declare class RevokeColumnPermissionResponse extends $tea.Model {
|
|
|
8512
8742
|
headers: {
|
|
8513
8743
|
[key: string]: string;
|
|
8514
8744
|
};
|
|
8745
|
+
statusCode: number;
|
|
8515
8746
|
body: RevokeColumnPermissionResponseBody;
|
|
8516
8747
|
static names(): {
|
|
8517
8748
|
[key: string]: string;
|
|
@@ -8557,6 +8788,7 @@ export declare class RevokeTablePermissionResponse extends $tea.Model {
|
|
|
8557
8788
|
headers: {
|
|
8558
8789
|
[key: string]: string;
|
|
8559
8790
|
};
|
|
8791
|
+
statusCode: number;
|
|
8560
8792
|
body: RevokeTablePermissionResponseBody;
|
|
8561
8793
|
static names(): {
|
|
8562
8794
|
[key: string]: string;
|
|
@@ -8611,6 +8843,7 @@ export declare class RunCycleDagNodesResponse extends $tea.Model {
|
|
|
8611
8843
|
headers: {
|
|
8612
8844
|
[key: string]: string;
|
|
8613
8845
|
};
|
|
8846
|
+
statusCode: number;
|
|
8614
8847
|
body: RunCycleDagNodesResponseBody;
|
|
8615
8848
|
static names(): {
|
|
8616
8849
|
[key: string]: string;
|
|
@@ -8659,6 +8892,7 @@ export declare class RunManualDagNodesResponse extends $tea.Model {
|
|
|
8659
8892
|
headers: {
|
|
8660
8893
|
[key: string]: string;
|
|
8661
8894
|
};
|
|
8895
|
+
statusCode: number;
|
|
8662
8896
|
body: RunManualDagNodesResponseBody;
|
|
8663
8897
|
static names(): {
|
|
8664
8898
|
[key: string]: string;
|
|
@@ -8707,6 +8941,7 @@ export declare class RunSmokeTestResponse extends $tea.Model {
|
|
|
8707
8941
|
headers: {
|
|
8708
8942
|
[key: string]: string;
|
|
8709
8943
|
};
|
|
8944
|
+
statusCode: number;
|
|
8710
8945
|
body: RunSmokeTestResponseBody;
|
|
8711
8946
|
static names(): {
|
|
8712
8947
|
[key: string]: string;
|
|
@@ -8750,6 +8985,7 @@ export declare class RunTriggerNodeResponse extends $tea.Model {
|
|
|
8750
8985
|
headers: {
|
|
8751
8986
|
[key: string]: string;
|
|
8752
8987
|
};
|
|
8988
|
+
statusCode: number;
|
|
8753
8989
|
body: RunTriggerNodeResponseBody;
|
|
8754
8990
|
static names(): {
|
|
8755
8991
|
[key: string]: string;
|
|
@@ -8792,6 +9028,7 @@ export declare class ScanSensitiveDataResponse extends $tea.Model {
|
|
|
8792
9028
|
headers: {
|
|
8793
9029
|
[key: string]: string;
|
|
8794
9030
|
};
|
|
9031
|
+
statusCode: number;
|
|
8795
9032
|
body: ScanSensitiveDataResponseBody;
|
|
8796
9033
|
static names(): {
|
|
8797
9034
|
[key: string]: string;
|
|
@@ -8842,6 +9079,7 @@ export declare class SearchMetaTablesResponse extends $tea.Model {
|
|
|
8842
9079
|
headers: {
|
|
8843
9080
|
[key: string]: string;
|
|
8844
9081
|
};
|
|
9082
|
+
statusCode: number;
|
|
8845
9083
|
body: SearchMetaTablesResponseBody;
|
|
8846
9084
|
static names(): {
|
|
8847
9085
|
[key: string]: string;
|
|
@@ -8889,6 +9127,7 @@ export declare class SearchNodesByOutputResponse extends $tea.Model {
|
|
|
8889
9127
|
headers: {
|
|
8890
9128
|
[key: string]: string;
|
|
8891
9129
|
};
|
|
9130
|
+
statusCode: number;
|
|
8892
9131
|
body: SearchNodesByOutputResponseBody;
|
|
8893
9132
|
static names(): {
|
|
8894
9133
|
[key: string]: string;
|
|
@@ -8934,6 +9173,7 @@ export declare class SetDataSourceShareResponse extends $tea.Model {
|
|
|
8934
9173
|
headers: {
|
|
8935
9174
|
[key: string]: string;
|
|
8936
9175
|
};
|
|
9176
|
+
statusCode: number;
|
|
8937
9177
|
body: SetDataSourceShareResponseBody;
|
|
8938
9178
|
static names(): {
|
|
8939
9179
|
[key: string]: string;
|
|
@@ -8979,6 +9219,7 @@ export declare class SetSuccessInstanceResponse extends $tea.Model {
|
|
|
8979
9219
|
headers: {
|
|
8980
9220
|
[key: string]: string;
|
|
8981
9221
|
};
|
|
9222
|
+
statusCode: number;
|
|
8982
9223
|
body: SetSuccessInstanceResponseBody;
|
|
8983
9224
|
static names(): {
|
|
8984
9225
|
[key: string]: string;
|
|
@@ -9023,6 +9264,7 @@ export declare class StartDISyncInstanceResponse extends $tea.Model {
|
|
|
9023
9264
|
headers: {
|
|
9024
9265
|
[key: string]: string;
|
|
9025
9266
|
};
|
|
9267
|
+
statusCode: number;
|
|
9026
9268
|
body: StartDISyncInstanceResponseBody;
|
|
9027
9269
|
static names(): {
|
|
9028
9270
|
[key: string]: string;
|
|
@@ -9068,6 +9310,7 @@ export declare class StartMigrationResponse extends $tea.Model {
|
|
|
9068
9310
|
headers: {
|
|
9069
9311
|
[key: string]: string;
|
|
9070
9312
|
};
|
|
9313
|
+
statusCode: number;
|
|
9071
9314
|
body: StartMigrationResponseBody;
|
|
9072
9315
|
static names(): {
|
|
9073
9316
|
[key: string]: string;
|
|
@@ -9111,6 +9354,7 @@ export declare class StopDISyncInstanceResponse extends $tea.Model {
|
|
|
9111
9354
|
headers: {
|
|
9112
9355
|
[key: string]: string;
|
|
9113
9356
|
};
|
|
9357
|
+
statusCode: number;
|
|
9114
9358
|
body: StopDISyncInstanceResponseBody;
|
|
9115
9359
|
static names(): {
|
|
9116
9360
|
[key: string]: string;
|
|
@@ -9156,6 +9400,7 @@ export declare class StopInstanceResponse extends $tea.Model {
|
|
|
9156
9400
|
headers: {
|
|
9157
9401
|
[key: string]: string;
|
|
9158
9402
|
};
|
|
9403
|
+
statusCode: number;
|
|
9159
9404
|
body: StopInstanceResponseBody;
|
|
9160
9405
|
static names(): {
|
|
9161
9406
|
[key: string]: string;
|
|
@@ -9203,6 +9448,7 @@ export declare class SubmitFileResponse extends $tea.Model {
|
|
|
9203
9448
|
headers: {
|
|
9204
9449
|
[key: string]: string;
|
|
9205
9450
|
};
|
|
9451
|
+
statusCode: number;
|
|
9206
9452
|
body: SubmitFileResponseBody;
|
|
9207
9453
|
static names(): {
|
|
9208
9454
|
[key: string]: string;
|
|
@@ -9248,6 +9494,7 @@ export declare class SuspendInstanceResponse extends $tea.Model {
|
|
|
9248
9494
|
headers: {
|
|
9249
9495
|
[key: string]: string;
|
|
9250
9496
|
};
|
|
9497
|
+
statusCode: number;
|
|
9251
9498
|
body: SuspendInstanceResponseBody;
|
|
9252
9499
|
static names(): {
|
|
9253
9500
|
[key: string]: string;
|
|
@@ -9291,6 +9538,7 @@ export declare class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
9291
9538
|
headers: {
|
|
9292
9539
|
[key: string]: string;
|
|
9293
9540
|
};
|
|
9541
|
+
statusCode: number;
|
|
9294
9542
|
body: TerminateDISyncInstanceResponseBody;
|
|
9295
9543
|
static names(): {
|
|
9296
9544
|
[key: string]: string;
|
|
@@ -9335,6 +9583,7 @@ export declare class TestNetworkConnectionResponse extends $tea.Model {
|
|
|
9335
9583
|
headers: {
|
|
9336
9584
|
[key: string]: string;
|
|
9337
9585
|
};
|
|
9586
|
+
statusCode: number;
|
|
9338
9587
|
body: TestNetworkConnectionResponseBody;
|
|
9339
9588
|
static names(): {
|
|
9340
9589
|
[key: string]: string;
|
|
@@ -9375,6 +9624,7 @@ export declare class TopTenElapsedTimeInstanceResponse extends $tea.Model {
|
|
|
9375
9624
|
headers: {
|
|
9376
9625
|
[key: string]: string;
|
|
9377
9626
|
};
|
|
9627
|
+
statusCode: number;
|
|
9378
9628
|
body: TopTenElapsedTimeInstanceResponseBody;
|
|
9379
9629
|
static names(): {
|
|
9380
9630
|
[key: string]: string;
|
|
@@ -9415,6 +9665,7 @@ export declare class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
9415
9665
|
headers: {
|
|
9416
9666
|
[key: string]: string;
|
|
9417
9667
|
};
|
|
9668
|
+
statusCode: number;
|
|
9418
9669
|
body: TopTenErrorTimesInstanceResponseBody;
|
|
9419
9670
|
static names(): {
|
|
9420
9671
|
[key: string]: string;
|
|
@@ -9463,6 +9714,7 @@ export declare class UpdateBusinessResponse extends $tea.Model {
|
|
|
9463
9714
|
headers: {
|
|
9464
9715
|
[key: string]: string;
|
|
9465
9716
|
};
|
|
9717
|
+
statusCode: number;
|
|
9466
9718
|
body: UpdateBusinessResponseBody;
|
|
9467
9719
|
static names(): {
|
|
9468
9720
|
[key: string]: string;
|
|
@@ -9509,6 +9761,7 @@ export declare class UpdateConnectionResponse extends $tea.Model {
|
|
|
9509
9761
|
headers: {
|
|
9510
9762
|
[key: string]: string;
|
|
9511
9763
|
};
|
|
9764
|
+
statusCode: number;
|
|
9512
9765
|
body: UpdateConnectionResponseBody;
|
|
9513
9766
|
static names(): {
|
|
9514
9767
|
[key: string]: string;
|
|
@@ -9553,6 +9806,7 @@ export declare class UpdateDIProjectConfigResponse extends $tea.Model {
|
|
|
9553
9806
|
headers: {
|
|
9554
9807
|
[key: string]: string;
|
|
9555
9808
|
};
|
|
9809
|
+
statusCode: number;
|
|
9556
9810
|
body: UpdateDIProjectConfigResponseBody;
|
|
9557
9811
|
static names(): {
|
|
9558
9812
|
[key: string]: string;
|
|
@@ -9598,6 +9852,7 @@ export declare class UpdateDISyncTaskResponse extends $tea.Model {
|
|
|
9598
9852
|
headers: {
|
|
9599
9853
|
[key: string]: string;
|
|
9600
9854
|
};
|
|
9855
|
+
statusCode: number;
|
|
9601
9856
|
body: UpdateDISyncTaskResponseBody;
|
|
9602
9857
|
static names(): {
|
|
9603
9858
|
[key: string]: string;
|
|
@@ -9654,6 +9909,7 @@ export declare class UpdateDataServiceApiResponse extends $tea.Model {
|
|
|
9654
9909
|
headers: {
|
|
9655
9910
|
[key: string]: string;
|
|
9656
9911
|
};
|
|
9912
|
+
statusCode: number;
|
|
9657
9913
|
body: UpdateDataServiceApiResponseBody;
|
|
9658
9914
|
static names(): {
|
|
9659
9915
|
[key: string]: string;
|
|
@@ -9700,6 +9956,7 @@ export declare class UpdateDataSourceResponse extends $tea.Model {
|
|
|
9700
9956
|
headers: {
|
|
9701
9957
|
[key: string]: string;
|
|
9702
9958
|
};
|
|
9959
|
+
statusCode: number;
|
|
9703
9960
|
body: UpdateDataSourceResponseBody;
|
|
9704
9961
|
static names(): {
|
|
9705
9962
|
[key: string]: string;
|
|
@@ -9771,6 +10028,7 @@ export declare class UpdateFileResponse extends $tea.Model {
|
|
|
9771
10028
|
headers: {
|
|
9772
10029
|
[key: string]: string;
|
|
9773
10030
|
};
|
|
10031
|
+
statusCode: number;
|
|
9774
10032
|
body: UpdateFileResponseBody;
|
|
9775
10033
|
static names(): {
|
|
9776
10034
|
[key: string]: string;
|
|
@@ -9817,6 +10075,7 @@ export declare class UpdateFolderResponse extends $tea.Model {
|
|
|
9817
10075
|
headers: {
|
|
9818
10076
|
[key: string]: string;
|
|
9819
10077
|
};
|
|
10078
|
+
statusCode: number;
|
|
9820
10079
|
body: UpdateFolderResponseBody;
|
|
9821
10080
|
static names(): {
|
|
9822
10081
|
[key: string]: string;
|
|
@@ -9859,6 +10118,7 @@ export declare class UpdateIDEEventResultResponse extends $tea.Model {
|
|
|
9859
10118
|
headers: {
|
|
9860
10119
|
[key: string]: string;
|
|
9861
10120
|
};
|
|
10121
|
+
statusCode: number;
|
|
9862
10122
|
body: UpdateIDEEventResultResponseBody;
|
|
9863
10123
|
static names(): {
|
|
9864
10124
|
[key: string]: string;
|
|
@@ -9905,6 +10165,7 @@ export declare class UpdateMetaCategoryResponse extends $tea.Model {
|
|
|
9905
10165
|
headers: {
|
|
9906
10166
|
[key: string]: string;
|
|
9907
10167
|
};
|
|
10168
|
+
statusCode: number;
|
|
9908
10169
|
body: UpdateMetaCategoryResponseBody;
|
|
9909
10170
|
static names(): {
|
|
9910
10171
|
[key: string]: string;
|
|
@@ -9954,6 +10215,7 @@ export declare class UpdateMetaTableResponse extends $tea.Model {
|
|
|
9954
10215
|
headers: {
|
|
9955
10216
|
[key: string]: string;
|
|
9956
10217
|
};
|
|
10218
|
+
statusCode: number;
|
|
9957
10219
|
body: UpdateMetaTableResponseBody;
|
|
9958
10220
|
static names(): {
|
|
9959
10221
|
[key: string]: string;
|
|
@@ -9995,6 +10257,7 @@ export declare class UpdateMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
9995
10257
|
headers: {
|
|
9996
10258
|
[key: string]: string;
|
|
9997
10259
|
};
|
|
10260
|
+
statusCode: number;
|
|
9998
10261
|
body: UpdateMetaTableIntroWikiResponseBody;
|
|
9999
10262
|
static names(): {
|
|
10000
10263
|
[key: string]: string;
|
|
@@ -10037,6 +10300,7 @@ export declare class UpdateNodeOwnerResponse extends $tea.Model {
|
|
|
10037
10300
|
headers: {
|
|
10038
10301
|
[key: string]: string;
|
|
10039
10302
|
};
|
|
10303
|
+
statusCode: number;
|
|
10040
10304
|
body: UpdateNodeOwnerResponseBody;
|
|
10041
10305
|
static names(): {
|
|
10042
10306
|
[key: string]: string;
|
|
@@ -10079,6 +10343,7 @@ export declare class UpdateNodeRunModeResponse extends $tea.Model {
|
|
|
10079
10343
|
headers: {
|
|
10080
10344
|
[key: string]: string;
|
|
10081
10345
|
};
|
|
10346
|
+
statusCode: number;
|
|
10082
10347
|
body: UpdateNodeRunModeResponseBody;
|
|
10083
10348
|
static names(): {
|
|
10084
10349
|
[key: string]: string;
|
|
@@ -10126,6 +10391,7 @@ export declare class UpdateQualityFollowerResponse extends $tea.Model {
|
|
|
10126
10391
|
headers: {
|
|
10127
10392
|
[key: string]: string;
|
|
10128
10393
|
};
|
|
10394
|
+
statusCode: number;
|
|
10129
10395
|
body: UpdateQualityFollowerResponseBody;
|
|
10130
10396
|
static names(): {
|
|
10131
10397
|
[key: string]: string;
|
|
@@ -10189,6 +10455,7 @@ export declare class UpdateQualityRuleResponse extends $tea.Model {
|
|
|
10189
10455
|
headers: {
|
|
10190
10456
|
[key: string]: string;
|
|
10191
10457
|
};
|
|
10458
|
+
statusCode: number;
|
|
10192
10459
|
body: UpdateQualityRuleResponseBody;
|
|
10193
10460
|
static names(): {
|
|
10194
10461
|
[key: string]: string;
|
|
@@ -10249,6 +10516,7 @@ export declare class UpdateRemindResponse extends $tea.Model {
|
|
|
10249
10516
|
headers: {
|
|
10250
10517
|
[key: string]: string;
|
|
10251
10518
|
};
|
|
10519
|
+
statusCode: number;
|
|
10252
10520
|
body: UpdateRemindResponseBody;
|
|
10253
10521
|
static names(): {
|
|
10254
10522
|
[key: string]: string;
|
|
@@ -10307,6 +10575,7 @@ export declare class UpdateTableResponse extends $tea.Model {
|
|
|
10307
10575
|
headers: {
|
|
10308
10576
|
[key: string]: string;
|
|
10309
10577
|
};
|
|
10578
|
+
statusCode: number;
|
|
10310
10579
|
body: UpdateTableResponseBody;
|
|
10311
10580
|
static names(): {
|
|
10312
10581
|
[key: string]: string;
|
|
@@ -10348,6 +10617,7 @@ export declare class UpdateTableAddColumnResponse extends $tea.Model {
|
|
|
10348
10617
|
headers: {
|
|
10349
10618
|
[key: string]: string;
|
|
10350
10619
|
};
|
|
10620
|
+
statusCode: number;
|
|
10351
10621
|
body: UpdateTableAddColumnResponseBody;
|
|
10352
10622
|
static names(): {
|
|
10353
10623
|
[key: string]: string;
|
|
@@ -10396,6 +10666,7 @@ export declare class UpdateTableLevelResponse extends $tea.Model {
|
|
|
10396
10666
|
headers: {
|
|
10397
10667
|
[key: string]: string;
|
|
10398
10668
|
};
|
|
10669
|
+
statusCode: number;
|
|
10399
10670
|
body: UpdateTableLevelResponseBody;
|
|
10400
10671
|
static names(): {
|
|
10401
10672
|
[key: string]: string;
|
|
@@ -10440,6 +10711,7 @@ export declare class UpdateTableModelInfoResponse extends $tea.Model {
|
|
|
10440
10711
|
headers: {
|
|
10441
10712
|
[key: string]: string;
|
|
10442
10713
|
};
|
|
10714
|
+
statusCode: number;
|
|
10443
10715
|
body: UpdateTableModelInfoResponseBody;
|
|
10444
10716
|
static names(): {
|
|
10445
10717
|
[key: string]: string;
|
|
@@ -10486,6 +10758,7 @@ export declare class UpdateTableThemeResponse extends $tea.Model {
|
|
|
10486
10758
|
headers: {
|
|
10487
10759
|
[key: string]: string;
|
|
10488
10760
|
};
|
|
10761
|
+
statusCode: number;
|
|
10489
10762
|
body: UpdateTableThemeResponseBody;
|
|
10490
10763
|
static names(): {
|
|
10491
10764
|
[key: string]: string;
|
|
@@ -10540,6 +10813,7 @@ export declare class UpdateUdfFileResponse extends $tea.Model {
|
|
|
10540
10813
|
headers: {
|
|
10541
10814
|
[key: string]: string;
|
|
10542
10815
|
};
|
|
10816
|
+
statusCode: number;
|
|
10543
10817
|
body: UpdateUdfFileResponseBody;
|
|
10544
10818
|
static names(): {
|
|
10545
10819
|
[key: string]: string;
|
|
@@ -10583,6 +10857,7 @@ export declare class UpdateWorkbenchEventResultResponse extends $tea.Model {
|
|
|
10583
10857
|
headers: {
|
|
10584
10858
|
[key: string]: string;
|
|
10585
10859
|
};
|
|
10860
|
+
statusCode: number;
|
|
10586
10861
|
body: UpdateWorkbenchEventResultResponseBody;
|
|
10587
10862
|
static names(): {
|
|
10588
10863
|
[key: string]: string;
|
|
@@ -14850,6 +15125,48 @@ export declare class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
|
|
|
14850
15125
|
[key: string]: any;
|
|
14851
15126
|
});
|
|
14852
15127
|
}
|
|
15128
|
+
export declare class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
|
|
15129
|
+
createTime?: number;
|
|
15130
|
+
createUser?: string;
|
|
15131
|
+
createUserName?: string;
|
|
15132
|
+
description?: string;
|
|
15133
|
+
downloadUrl?: string;
|
|
15134
|
+
id?: number;
|
|
15135
|
+
message?: string;
|
|
15136
|
+
migrationType?: string;
|
|
15137
|
+
name?: string;
|
|
15138
|
+
packageType?: string;
|
|
15139
|
+
projectId?: number;
|
|
15140
|
+
status?: string;
|
|
15141
|
+
tenantId?: number;
|
|
15142
|
+
updateTime?: number;
|
|
15143
|
+
updateUser?: string;
|
|
15144
|
+
updateUserName?: string;
|
|
15145
|
+
static names(): {
|
|
15146
|
+
[key: string]: string;
|
|
15147
|
+
};
|
|
15148
|
+
static types(): {
|
|
15149
|
+
[key: string]: any;
|
|
15150
|
+
};
|
|
15151
|
+
constructor(map?: {
|
|
15152
|
+
[key: string]: any;
|
|
15153
|
+
});
|
|
15154
|
+
}
|
|
15155
|
+
export declare class ListMigrationsResponseBodyData extends $tea.Model {
|
|
15156
|
+
migrations?: ListMigrationsResponseBodyDataMigrations[];
|
|
15157
|
+
pageNumber?: number;
|
|
15158
|
+
pageSize?: number;
|
|
15159
|
+
totalCount?: number;
|
|
15160
|
+
static names(): {
|
|
15161
|
+
[key: string]: string;
|
|
15162
|
+
};
|
|
15163
|
+
static types(): {
|
|
15164
|
+
[key: string]: any;
|
|
15165
|
+
};
|
|
15166
|
+
constructor(map?: {
|
|
15167
|
+
[key: string]: any;
|
|
15168
|
+
});
|
|
15169
|
+
}
|
|
14853
15170
|
export declare class ListNodeIOResponseBodyData extends $tea.Model {
|
|
14854
15171
|
data?: string;
|
|
14855
15172
|
nodeId?: number;
|
|
@@ -16262,6 +16579,8 @@ export default class Client extends OpenApi {
|
|
|
16262
16579
|
listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
|
|
16263
16580
|
listMetaDBWithOptions(request: ListMetaDBRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaDBResponse>;
|
|
16264
16581
|
listMetaDB(request: ListMetaDBRequest): Promise<ListMetaDBResponse>;
|
|
16582
|
+
listMigrationsWithOptions(request: ListMigrationsRequest, runtime: $Util.RuntimeOptions): Promise<ListMigrationsResponse>;
|
|
16583
|
+
listMigrations(request: ListMigrationsRequest): Promise<ListMigrationsResponse>;
|
|
16265
16584
|
listNodeIOWithOptions(request: ListNodeIORequest, runtime: $Util.RuntimeOptions): Promise<ListNodeIOResponse>;
|
|
16266
16585
|
listNodeIO(request: ListNodeIORequest): Promise<ListNodeIOResponse>;
|
|
16267
16586
|
listNodeInputOrOutputWithOptions(request: ListNodeInputOrOutputRequest, runtime: $Util.RuntimeOptions): Promise<ListNodeInputOrOutputResponse>;
|