@alicloud/dataworks-public20200518 4.3.7 → 4.3.10
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 +715 -0
- package/dist/client.js +1382 -33
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1806 -8
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;
|
|
@@ -1499,6 +1529,7 @@ export declare class CreateTableRequest extends $tea.Model {
|
|
|
1499
1529
|
ownerId?: string;
|
|
1500
1530
|
physicsLevelId?: number;
|
|
1501
1531
|
projectId?: number;
|
|
1532
|
+
schema?: string;
|
|
1502
1533
|
tableName?: string;
|
|
1503
1534
|
themes?: CreateTableRequestThemes[];
|
|
1504
1535
|
visibility?: number;
|
|
@@ -1529,6 +1560,7 @@ export declare class CreateTableResponse extends $tea.Model {
|
|
|
1529
1560
|
headers: {
|
|
1530
1561
|
[key: string]: string;
|
|
1531
1562
|
};
|
|
1563
|
+
statusCode: number;
|
|
1532
1564
|
body: CreateTableResponseBody;
|
|
1533
1565
|
static names(): {
|
|
1534
1566
|
[key: string]: string;
|
|
@@ -1576,6 +1608,7 @@ export declare class CreateTableLevelResponse extends $tea.Model {
|
|
|
1576
1608
|
headers: {
|
|
1577
1609
|
[key: string]: string;
|
|
1578
1610
|
};
|
|
1611
|
+
statusCode: number;
|
|
1579
1612
|
body: CreateTableLevelResponseBody;
|
|
1580
1613
|
static names(): {
|
|
1581
1614
|
[key: string]: string;
|
|
@@ -1623,6 +1656,7 @@ export declare class CreateTableThemeResponse extends $tea.Model {
|
|
|
1623
1656
|
headers: {
|
|
1624
1657
|
[key: string]: string;
|
|
1625
1658
|
};
|
|
1659
|
+
statusCode: number;
|
|
1626
1660
|
body: CreateTableThemeResponseBody;
|
|
1627
1661
|
static names(): {
|
|
1628
1662
|
[key: string]: string;
|
|
@@ -1678,6 +1712,7 @@ export declare class CreateUdfFileResponse extends $tea.Model {
|
|
|
1678
1712
|
headers: {
|
|
1679
1713
|
[key: string]: string;
|
|
1680
1714
|
};
|
|
1715
|
+
statusCode: number;
|
|
1681
1716
|
body: CreateUdfFileResponseBody;
|
|
1682
1717
|
static names(): {
|
|
1683
1718
|
[key: string]: string;
|
|
@@ -1723,6 +1758,7 @@ export declare class DeleteBusinessResponse extends $tea.Model {
|
|
|
1723
1758
|
headers: {
|
|
1724
1759
|
[key: string]: string;
|
|
1725
1760
|
};
|
|
1761
|
+
statusCode: number;
|
|
1726
1762
|
body: DeleteBusinessResponseBody;
|
|
1727
1763
|
static names(): {
|
|
1728
1764
|
[key: string]: string;
|
|
@@ -1765,6 +1801,7 @@ export declare class DeleteConnectionResponse extends $tea.Model {
|
|
|
1765
1801
|
headers: {
|
|
1766
1802
|
[key: string]: string;
|
|
1767
1803
|
};
|
|
1804
|
+
statusCode: number;
|
|
1768
1805
|
body: DeleteConnectionResponseBody;
|
|
1769
1806
|
static names(): {
|
|
1770
1807
|
[key: string]: string;
|
|
@@ -1808,6 +1845,7 @@ export declare class DeleteDISyncTaskResponse extends $tea.Model {
|
|
|
1808
1845
|
headers: {
|
|
1809
1846
|
[key: string]: string;
|
|
1810
1847
|
};
|
|
1848
|
+
statusCode: number;
|
|
1811
1849
|
body: DeleteDISyncTaskResponseBody;
|
|
1812
1850
|
static names(): {
|
|
1813
1851
|
[key: string]: string;
|
|
@@ -1854,6 +1892,7 @@ export declare class DeleteDataServiceApiResponse extends $tea.Model {
|
|
|
1854
1892
|
headers: {
|
|
1855
1893
|
[key: string]: string;
|
|
1856
1894
|
};
|
|
1895
|
+
statusCode: number;
|
|
1857
1896
|
body: DeleteDataServiceApiResponseBody;
|
|
1858
1897
|
static names(): {
|
|
1859
1898
|
[key: string]: string;
|
|
@@ -1897,6 +1936,7 @@ export declare class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
1897
1936
|
headers: {
|
|
1898
1937
|
[key: string]: string;
|
|
1899
1938
|
};
|
|
1939
|
+
statusCode: number;
|
|
1900
1940
|
body: DeleteDataServiceApiAuthorityResponseBody;
|
|
1901
1941
|
static names(): {
|
|
1902
1942
|
[key: string]: string;
|
|
@@ -1939,6 +1979,7 @@ export declare class DeleteDataSourceResponse extends $tea.Model {
|
|
|
1939
1979
|
headers: {
|
|
1940
1980
|
[key: string]: string;
|
|
1941
1981
|
};
|
|
1982
|
+
statusCode: number;
|
|
1942
1983
|
body: DeleteDataSourceResponseBody;
|
|
1943
1984
|
static names(): {
|
|
1944
1985
|
[key: string]: string;
|
|
@@ -1985,6 +2026,7 @@ export declare class DeleteFileResponse extends $tea.Model {
|
|
|
1985
2026
|
headers: {
|
|
1986
2027
|
[key: string]: string;
|
|
1987
2028
|
};
|
|
2029
|
+
statusCode: number;
|
|
1988
2030
|
body: DeleteFileResponseBody;
|
|
1989
2031
|
static names(): {
|
|
1990
2032
|
[key: string]: string;
|
|
@@ -2030,6 +2072,7 @@ export declare class DeleteFolderResponse extends $tea.Model {
|
|
|
2030
2072
|
headers: {
|
|
2031
2073
|
[key: string]: string;
|
|
2032
2074
|
};
|
|
2075
|
+
statusCode: number;
|
|
2033
2076
|
body: DeleteFolderResponseBody;
|
|
2034
2077
|
static names(): {
|
|
2035
2078
|
[key: string]: string;
|
|
@@ -2075,6 +2118,7 @@ export declare class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
2075
2118
|
headers: {
|
|
2076
2119
|
[key: string]: string;
|
|
2077
2120
|
};
|
|
2121
|
+
statusCode: number;
|
|
2078
2122
|
body: DeleteFromMetaCategoryResponseBody;
|
|
2079
2123
|
static names(): {
|
|
2080
2124
|
[key: string]: string;
|
|
@@ -2119,6 +2163,7 @@ export declare class DeleteMetaCategoryResponse extends $tea.Model {
|
|
|
2119
2163
|
headers: {
|
|
2120
2164
|
[key: string]: string;
|
|
2121
2165
|
};
|
|
2166
|
+
statusCode: number;
|
|
2122
2167
|
body: DeleteMetaCategoryResponseBody;
|
|
2123
2168
|
static names(): {
|
|
2124
2169
|
[key: string]: string;
|
|
@@ -2159,6 +2204,7 @@ export declare class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
2159
2204
|
headers: {
|
|
2160
2205
|
[key: string]: string;
|
|
2161
2206
|
};
|
|
2207
|
+
statusCode: number;
|
|
2162
2208
|
body: DeleteProjectMemberResponseBody;
|
|
2163
2209
|
static names(): {
|
|
2164
2210
|
[key: string]: string;
|
|
@@ -2205,6 +2251,7 @@ export declare class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
2205
2251
|
headers: {
|
|
2206
2252
|
[key: string]: string;
|
|
2207
2253
|
};
|
|
2254
|
+
statusCode: number;
|
|
2208
2255
|
body: DeleteQualityEntityResponseBody;
|
|
2209
2256
|
static names(): {
|
|
2210
2257
|
[key: string]: string;
|
|
@@ -2250,6 +2297,7 @@ export declare class DeleteQualityFollowerResponse extends $tea.Model {
|
|
|
2250
2297
|
headers: {
|
|
2251
2298
|
[key: string]: string;
|
|
2252
2299
|
};
|
|
2300
|
+
statusCode: number;
|
|
2253
2301
|
body: DeleteQualityFollowerResponseBody;
|
|
2254
2302
|
static names(): {
|
|
2255
2303
|
[key: string]: string;
|
|
@@ -2301,6 +2349,7 @@ export declare class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
2301
2349
|
headers: {
|
|
2302
2350
|
[key: string]: string;
|
|
2303
2351
|
};
|
|
2352
|
+
statusCode: number;
|
|
2304
2353
|
body: DeleteQualityRelativeNodeResponseBody;
|
|
2305
2354
|
static names(): {
|
|
2306
2355
|
[key: string]: string;
|
|
@@ -2346,6 +2395,7 @@ export declare class DeleteQualityRuleResponse extends $tea.Model {
|
|
|
2346
2395
|
headers: {
|
|
2347
2396
|
[key: string]: string;
|
|
2348
2397
|
};
|
|
2398
|
+
statusCode: number;
|
|
2349
2399
|
body: DeleteQualityRuleResponseBody;
|
|
2350
2400
|
static names(): {
|
|
2351
2401
|
[key: string]: string;
|
|
@@ -2390,6 +2440,7 @@ export declare class DeleteRemindResponse extends $tea.Model {
|
|
|
2390
2440
|
headers: {
|
|
2391
2441
|
[key: string]: string;
|
|
2392
2442
|
};
|
|
2443
|
+
statusCode: number;
|
|
2393
2444
|
body: DeleteRemindResponseBody;
|
|
2394
2445
|
static names(): {
|
|
2395
2446
|
[key: string]: string;
|
|
@@ -2405,6 +2456,7 @@ export declare class DeleteTableRequest extends $tea.Model {
|
|
|
2405
2456
|
appGuid?: string;
|
|
2406
2457
|
envType?: number;
|
|
2407
2458
|
projectId?: number;
|
|
2459
|
+
schema?: string;
|
|
2408
2460
|
tableName?: string;
|
|
2409
2461
|
static names(): {
|
|
2410
2462
|
[key: string]: string;
|
|
@@ -2433,6 +2485,7 @@ export declare class DeleteTableResponse extends $tea.Model {
|
|
|
2433
2485
|
headers: {
|
|
2434
2486
|
[key: string]: string;
|
|
2435
2487
|
};
|
|
2488
|
+
statusCode: number;
|
|
2436
2489
|
body: DeleteTableResponseBody;
|
|
2437
2490
|
static names(): {
|
|
2438
2491
|
[key: string]: string;
|
|
@@ -2474,6 +2527,7 @@ export declare class DeleteTableLevelResponse extends $tea.Model {
|
|
|
2474
2527
|
headers: {
|
|
2475
2528
|
[key: string]: string;
|
|
2476
2529
|
};
|
|
2530
|
+
statusCode: number;
|
|
2477
2531
|
body: DeleteTableLevelResponseBody;
|
|
2478
2532
|
static names(): {
|
|
2479
2533
|
[key: string]: string;
|
|
@@ -2519,6 +2573,7 @@ export declare class DeleteTableThemeResponse extends $tea.Model {
|
|
|
2519
2573
|
headers: {
|
|
2520
2574
|
[key: string]: string;
|
|
2521
2575
|
};
|
|
2576
|
+
statusCode: number;
|
|
2522
2577
|
body: DeleteTableThemeResponseBody;
|
|
2523
2578
|
static names(): {
|
|
2524
2579
|
[key: string]: string;
|
|
@@ -2562,6 +2617,7 @@ export declare class DeployDISyncTaskResponse extends $tea.Model {
|
|
|
2562
2617
|
headers: {
|
|
2563
2618
|
[key: string]: string;
|
|
2564
2619
|
};
|
|
2620
|
+
statusCode: number;
|
|
2565
2621
|
body: DeployDISyncTaskResponseBody;
|
|
2566
2622
|
static names(): {
|
|
2567
2623
|
[key: string]: string;
|
|
@@ -2610,6 +2666,7 @@ export declare class DeployFileResponse extends $tea.Model {
|
|
|
2610
2666
|
headers: {
|
|
2611
2667
|
[key: string]: string;
|
|
2612
2668
|
};
|
|
2669
|
+
statusCode: number;
|
|
2613
2670
|
body: DeployFileResponseBody;
|
|
2614
2671
|
static names(): {
|
|
2615
2672
|
[key: string]: string;
|
|
@@ -2651,6 +2708,7 @@ export declare class DesensitizeDataResponse extends $tea.Model {
|
|
|
2651
2708
|
headers: {
|
|
2652
2709
|
[key: string]: string;
|
|
2653
2710
|
};
|
|
2711
|
+
statusCode: number;
|
|
2654
2712
|
body: DesensitizeDataResponseBody;
|
|
2655
2713
|
static names(): {
|
|
2656
2714
|
[key: string]: string;
|
|
@@ -2698,6 +2756,7 @@ export declare class EstablishRelationTableToBusinessResponse extends $tea.Model
|
|
|
2698
2756
|
headers: {
|
|
2699
2757
|
[key: string]: string;
|
|
2700
2758
|
};
|
|
2759
|
+
statusCode: number;
|
|
2701
2760
|
body: EstablishRelationTableToBusinessResponseBody;
|
|
2702
2761
|
static names(): {
|
|
2703
2762
|
[key: string]: string;
|
|
@@ -2746,6 +2805,7 @@ export declare class ExportDataSourcesResponse extends $tea.Model {
|
|
|
2746
2805
|
headers: {
|
|
2747
2806
|
[key: string]: string;
|
|
2748
2807
|
};
|
|
2808
|
+
statusCode: number;
|
|
2749
2809
|
body: ExportDataSourcesResponseBody;
|
|
2750
2810
|
static names(): {
|
|
2751
2811
|
[key: string]: string;
|
|
@@ -2790,6 +2850,7 @@ export declare class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Mo
|
|
|
2790
2850
|
headers: {
|
|
2791
2851
|
[key: string]: string;
|
|
2792
2852
|
};
|
|
2853
|
+
statusCode: number;
|
|
2793
2854
|
body: GenerateDISyncTaskConfigForCreatingResponseBody;
|
|
2794
2855
|
static names(): {
|
|
2795
2856
|
[key: string]: string;
|
|
@@ -2835,6 +2896,7 @@ export declare class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Mo
|
|
|
2835
2896
|
headers: {
|
|
2836
2897
|
[key: string]: string;
|
|
2837
2898
|
};
|
|
2899
|
+
statusCode: number;
|
|
2838
2900
|
body: GenerateDISyncTaskConfigForUpdatingResponseBody;
|
|
2839
2901
|
static names(): {
|
|
2840
2902
|
[key: string]: string;
|
|
@@ -2879,6 +2941,7 @@ export declare class GetBaselineConfigResponse extends $tea.Model {
|
|
|
2879
2941
|
headers: {
|
|
2880
2942
|
[key: string]: string;
|
|
2881
2943
|
};
|
|
2944
|
+
statusCode: number;
|
|
2882
2945
|
body: GetBaselineConfigResponseBody;
|
|
2883
2946
|
static names(): {
|
|
2884
2947
|
[key: string]: string;
|
|
@@ -2925,6 +2988,7 @@ export declare class GetBaselineKeyPathResponse extends $tea.Model {
|
|
|
2925
2988
|
headers: {
|
|
2926
2989
|
[key: string]: string;
|
|
2927
2990
|
};
|
|
2991
|
+
statusCode: number;
|
|
2928
2992
|
body: GetBaselineKeyPathResponseBody;
|
|
2929
2993
|
static names(): {
|
|
2930
2994
|
[key: string]: string;
|
|
@@ -2971,6 +3035,7 @@ export declare class GetBaselineStatusResponse extends $tea.Model {
|
|
|
2971
3035
|
headers: {
|
|
2972
3036
|
[key: string]: string;
|
|
2973
3037
|
};
|
|
3038
|
+
statusCode: number;
|
|
2974
3039
|
body: GetBaselineStatusResponseBody;
|
|
2975
3040
|
static names(): {
|
|
2976
3041
|
[key: string]: string;
|
|
@@ -3017,6 +3082,7 @@ export declare class GetBusinessResponse extends $tea.Model {
|
|
|
3017
3082
|
headers: {
|
|
3018
3083
|
[key: string]: string;
|
|
3019
3084
|
};
|
|
3085
|
+
statusCode: number;
|
|
3020
3086
|
body: GetBusinessResponseBody;
|
|
3021
3087
|
static names(): {
|
|
3022
3088
|
[key: string]: string;
|
|
@@ -3057,6 +3123,7 @@ export declare class GetDDLJobStatusResponse extends $tea.Model {
|
|
|
3057
3123
|
headers: {
|
|
3058
3124
|
[key: string]: string;
|
|
3059
3125
|
};
|
|
3126
|
+
statusCode: number;
|
|
3060
3127
|
body: GetDDLJobStatusResponseBody;
|
|
3061
3128
|
static names(): {
|
|
3062
3129
|
[key: string]: string;
|
|
@@ -3100,6 +3167,7 @@ export declare class GetDISyncInstanceInfoResponse extends $tea.Model {
|
|
|
3100
3167
|
headers: {
|
|
3101
3168
|
[key: string]: string;
|
|
3102
3169
|
};
|
|
3170
|
+
statusCode: number;
|
|
3103
3171
|
body: GetDISyncInstanceInfoResponseBody;
|
|
3104
3172
|
static names(): {
|
|
3105
3173
|
[key: string]: string;
|
|
@@ -3143,6 +3211,7 @@ export declare class GetDISyncTaskResponse extends $tea.Model {
|
|
|
3143
3211
|
headers: {
|
|
3144
3212
|
[key: string]: string;
|
|
3145
3213
|
};
|
|
3214
|
+
statusCode: number;
|
|
3146
3215
|
body: GetDISyncTaskResponseBody;
|
|
3147
3216
|
static names(): {
|
|
3148
3217
|
[key: string]: string;
|
|
@@ -3187,6 +3256,7 @@ export declare class GetDISyncTaskMetricInfoResponse extends $tea.Model {
|
|
|
3187
3256
|
headers: {
|
|
3188
3257
|
[key: string]: string;
|
|
3189
3258
|
};
|
|
3259
|
+
statusCode: number;
|
|
3190
3260
|
body: GetDISyncTaskMetricInfoResponseBody;
|
|
3191
3261
|
static names(): {
|
|
3192
3262
|
[key: string]: string;
|
|
@@ -3232,6 +3302,7 @@ export declare class GetDagResponse extends $tea.Model {
|
|
|
3232
3302
|
headers: {
|
|
3233
3303
|
[key: string]: string;
|
|
3234
3304
|
};
|
|
3305
|
+
statusCode: number;
|
|
3235
3306
|
body: GetDagResponseBody;
|
|
3236
3307
|
static names(): {
|
|
3237
3308
|
[key: string]: string;
|
|
@@ -3278,6 +3349,7 @@ export declare class GetDataServiceApiResponse extends $tea.Model {
|
|
|
3278
3349
|
headers: {
|
|
3279
3350
|
[key: string]: string;
|
|
3280
3351
|
};
|
|
3352
|
+
statusCode: number;
|
|
3281
3353
|
body: GetDataServiceApiResponseBody;
|
|
3282
3354
|
static names(): {
|
|
3283
3355
|
[key: string]: string;
|
|
@@ -3289,6 +3361,47 @@ export declare class GetDataServiceApiResponse extends $tea.Model {
|
|
|
3289
3361
|
[key: string]: any;
|
|
3290
3362
|
});
|
|
3291
3363
|
}
|
|
3364
|
+
export declare class GetDataServiceApiTestRequest extends $tea.Model {
|
|
3365
|
+
testId?: number;
|
|
3366
|
+
static names(): {
|
|
3367
|
+
[key: string]: string;
|
|
3368
|
+
};
|
|
3369
|
+
static types(): {
|
|
3370
|
+
[key: string]: any;
|
|
3371
|
+
};
|
|
3372
|
+
constructor(map?: {
|
|
3373
|
+
[key: string]: any;
|
|
3374
|
+
});
|
|
3375
|
+
}
|
|
3376
|
+
export declare class GetDataServiceApiTestResponseBody extends $tea.Model {
|
|
3377
|
+
data?: GetDataServiceApiTestResponseBodyData;
|
|
3378
|
+
requestId?: string;
|
|
3379
|
+
static names(): {
|
|
3380
|
+
[key: string]: string;
|
|
3381
|
+
};
|
|
3382
|
+
static types(): {
|
|
3383
|
+
[key: string]: any;
|
|
3384
|
+
};
|
|
3385
|
+
constructor(map?: {
|
|
3386
|
+
[key: string]: any;
|
|
3387
|
+
});
|
|
3388
|
+
}
|
|
3389
|
+
export declare class GetDataServiceApiTestResponse extends $tea.Model {
|
|
3390
|
+
headers: {
|
|
3391
|
+
[key: string]: string;
|
|
3392
|
+
};
|
|
3393
|
+
statusCode: number;
|
|
3394
|
+
body: GetDataServiceApiTestResponseBody;
|
|
3395
|
+
static names(): {
|
|
3396
|
+
[key: string]: string;
|
|
3397
|
+
};
|
|
3398
|
+
static types(): {
|
|
3399
|
+
[key: string]: any;
|
|
3400
|
+
};
|
|
3401
|
+
constructor(map?: {
|
|
3402
|
+
[key: string]: any;
|
|
3403
|
+
});
|
|
3404
|
+
}
|
|
3292
3405
|
export declare class GetDataServiceApplicationRequest extends $tea.Model {
|
|
3293
3406
|
applicationId?: number;
|
|
3294
3407
|
projectId?: number;
|
|
@@ -3324,6 +3437,7 @@ export declare class GetDataServiceApplicationResponse extends $tea.Model {
|
|
|
3324
3437
|
headers: {
|
|
3325
3438
|
[key: string]: string;
|
|
3326
3439
|
};
|
|
3440
|
+
statusCode: number;
|
|
3327
3441
|
body: GetDataServiceApplicationResponseBody;
|
|
3328
3442
|
static names(): {
|
|
3329
3443
|
[key: string]: string;
|
|
@@ -3366,6 +3480,7 @@ export declare class GetDataServiceFolderResponse extends $tea.Model {
|
|
|
3366
3480
|
headers: {
|
|
3367
3481
|
[key: string]: string;
|
|
3368
3482
|
};
|
|
3483
|
+
statusCode: number;
|
|
3369
3484
|
body: GetDataServiceFolderResponseBody;
|
|
3370
3485
|
static names(): {
|
|
3371
3486
|
[key: string]: string;
|
|
@@ -3408,6 +3523,7 @@ export declare class GetDataServiceGroupResponse extends $tea.Model {
|
|
|
3408
3523
|
headers: {
|
|
3409
3524
|
[key: string]: string;
|
|
3410
3525
|
};
|
|
3526
|
+
statusCode: number;
|
|
3411
3527
|
body: GetDataServiceGroupResponseBody;
|
|
3412
3528
|
static names(): {
|
|
3413
3529
|
[key: string]: string;
|
|
@@ -3454,6 +3570,7 @@ export declare class GetDataServicePublishedApiResponse extends $tea.Model {
|
|
|
3454
3570
|
headers: {
|
|
3455
3571
|
[key: string]: string;
|
|
3456
3572
|
};
|
|
3573
|
+
statusCode: number;
|
|
3457
3574
|
body: GetDataServicePublishedApiResponseBody;
|
|
3458
3575
|
static names(): {
|
|
3459
3576
|
[key: string]: string;
|
|
@@ -3499,6 +3616,7 @@ export declare class GetDataSourceMetaResponse extends $tea.Model {
|
|
|
3499
3616
|
headers: {
|
|
3500
3617
|
[key: string]: string;
|
|
3501
3618
|
};
|
|
3619
|
+
statusCode: number;
|
|
3502
3620
|
body: GetDataSourceMetaResponseBody;
|
|
3503
3621
|
static names(): {
|
|
3504
3622
|
[key: string]: string;
|
|
@@ -3545,6 +3663,7 @@ export declare class GetDeploymentResponse extends $tea.Model {
|
|
|
3545
3663
|
headers: {
|
|
3546
3664
|
[key: string]: string;
|
|
3547
3665
|
};
|
|
3666
|
+
statusCode: number;
|
|
3548
3667
|
body: GetDeploymentResponseBody;
|
|
3549
3668
|
static names(): {
|
|
3550
3669
|
[key: string]: string;
|
|
@@ -3585,6 +3704,7 @@ export declare class GetExtensionResponse extends $tea.Model {
|
|
|
3585
3704
|
headers: {
|
|
3586
3705
|
[key: string]: string;
|
|
3587
3706
|
};
|
|
3707
|
+
statusCode: number;
|
|
3588
3708
|
body: GetExtensionResponseBody;
|
|
3589
3709
|
static names(): {
|
|
3590
3710
|
[key: string]: string;
|
|
@@ -3632,6 +3752,7 @@ export declare class GetFileResponse extends $tea.Model {
|
|
|
3632
3752
|
headers: {
|
|
3633
3753
|
[key: string]: string;
|
|
3634
3754
|
};
|
|
3755
|
+
statusCode: number;
|
|
3635
3756
|
body: GetFileResponseBody;
|
|
3636
3757
|
static names(): {
|
|
3637
3758
|
[key: string]: string;
|
|
@@ -3673,6 +3794,7 @@ export declare class GetFileTypeStatisticResponse extends $tea.Model {
|
|
|
3673
3794
|
headers: {
|
|
3674
3795
|
[key: string]: string;
|
|
3675
3796
|
};
|
|
3797
|
+
statusCode: number;
|
|
3676
3798
|
body: GetFileTypeStatisticResponseBody;
|
|
3677
3799
|
static names(): {
|
|
3678
3800
|
[key: string]: string;
|
|
@@ -3720,6 +3842,7 @@ export declare class GetFileVersionResponse extends $tea.Model {
|
|
|
3720
3842
|
headers: {
|
|
3721
3843
|
[key: string]: string;
|
|
3722
3844
|
};
|
|
3845
|
+
statusCode: number;
|
|
3723
3846
|
body: GetFileVersionResponseBody;
|
|
3724
3847
|
static names(): {
|
|
3725
3848
|
[key: string]: string;
|
|
@@ -3767,6 +3890,7 @@ export declare class GetFolderResponse extends $tea.Model {
|
|
|
3767
3890
|
headers: {
|
|
3768
3891
|
[key: string]: string;
|
|
3769
3892
|
};
|
|
3893
|
+
statusCode: number;
|
|
3770
3894
|
body: GetFolderResponseBody;
|
|
3771
3895
|
static names(): {
|
|
3772
3896
|
[key: string]: string;
|
|
@@ -3808,6 +3932,7 @@ export declare class GetIDEEventDetailResponse extends $tea.Model {
|
|
|
3808
3932
|
headers: {
|
|
3809
3933
|
[key: string]: string;
|
|
3810
3934
|
};
|
|
3935
|
+
statusCode: number;
|
|
3811
3936
|
body: GetIDEEventDetailResponseBody;
|
|
3812
3937
|
static names(): {
|
|
3813
3938
|
[key: string]: string;
|
|
@@ -3853,6 +3978,7 @@ export declare class GetInstanceResponse extends $tea.Model {
|
|
|
3853
3978
|
headers: {
|
|
3854
3979
|
[key: string]: string;
|
|
3855
3980
|
};
|
|
3981
|
+
statusCode: number;
|
|
3856
3982
|
body: GetInstanceResponseBody;
|
|
3857
3983
|
static names(): {
|
|
3858
3984
|
[key: string]: string;
|
|
@@ -3894,6 +4020,7 @@ export declare class GetInstanceConsumeTimeRankResponse extends $tea.Model {
|
|
|
3894
4020
|
headers: {
|
|
3895
4021
|
[key: string]: string;
|
|
3896
4022
|
};
|
|
4023
|
+
statusCode: number;
|
|
3897
4024
|
body: GetInstanceConsumeTimeRankResponseBody;
|
|
3898
4025
|
static names(): {
|
|
3899
4026
|
[key: string]: string;
|
|
@@ -3936,6 +4063,7 @@ export declare class GetInstanceCountTrendResponse extends $tea.Model {
|
|
|
3936
4063
|
headers: {
|
|
3937
4064
|
[key: string]: string;
|
|
3938
4065
|
};
|
|
4066
|
+
statusCode: number;
|
|
3939
4067
|
body: GetInstanceCountTrendResponseBody;
|
|
3940
4068
|
static names(): {
|
|
3941
4069
|
[key: string]: string;
|
|
@@ -3976,6 +4104,7 @@ export declare class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
3976
4104
|
headers: {
|
|
3977
4105
|
[key: string]: string;
|
|
3978
4106
|
};
|
|
4107
|
+
statusCode: number;
|
|
3979
4108
|
body: GetInstanceErrorRankResponseBody;
|
|
3980
4109
|
static names(): {
|
|
3981
4110
|
[key: string]: string;
|
|
@@ -4021,6 +4150,7 @@ export declare class GetInstanceLogResponse extends $tea.Model {
|
|
|
4021
4150
|
headers: {
|
|
4022
4151
|
[key: string]: string;
|
|
4023
4152
|
};
|
|
4153
|
+
statusCode: number;
|
|
4024
4154
|
body: GetInstanceLogResponseBody;
|
|
4025
4155
|
static names(): {
|
|
4026
4156
|
[key: string]: string;
|
|
@@ -4063,6 +4193,7 @@ export declare class GetInstanceStatusCountResponse extends $tea.Model {
|
|
|
4063
4193
|
headers: {
|
|
4064
4194
|
[key: string]: string;
|
|
4065
4195
|
};
|
|
4196
|
+
statusCode: number;
|
|
4066
4197
|
body: GetInstanceStatusCountResponseBody;
|
|
4067
4198
|
static names(): {
|
|
4068
4199
|
[key: string]: string;
|
|
@@ -4107,6 +4238,7 @@ export declare class GetInstanceStatusStatisticResponse extends $tea.Model {
|
|
|
4107
4238
|
headers: {
|
|
4108
4239
|
[key: string]: string;
|
|
4109
4240
|
};
|
|
4241
|
+
statusCode: number;
|
|
4110
4242
|
body: GetInstanceStatusStatisticResponseBody;
|
|
4111
4243
|
static names(): {
|
|
4112
4244
|
[key: string]: string;
|
|
@@ -4149,6 +4281,7 @@ export declare class GetManualDagInstancesResponse extends $tea.Model {
|
|
|
4149
4281
|
headers: {
|
|
4150
4282
|
[key: string]: string;
|
|
4151
4283
|
};
|
|
4284
|
+
statusCode: number;
|
|
4152
4285
|
body: GetManualDagInstancesResponseBody;
|
|
4153
4286
|
static names(): {
|
|
4154
4287
|
[key: string]: string;
|
|
@@ -4195,6 +4328,7 @@ export declare class GetMetaCategoryResponse extends $tea.Model {
|
|
|
4195
4328
|
headers: {
|
|
4196
4329
|
[key: string]: string;
|
|
4197
4330
|
};
|
|
4331
|
+
statusCode: number;
|
|
4198
4332
|
body: GetMetaCategoryResponseBody;
|
|
4199
4333
|
static names(): {
|
|
4200
4334
|
[key: string]: string;
|
|
@@ -4247,6 +4381,7 @@ export declare class GetMetaColumnLineageResponse extends $tea.Model {
|
|
|
4247
4381
|
headers: {
|
|
4248
4382
|
[key: string]: string;
|
|
4249
4383
|
};
|
|
4384
|
+
statusCode: number;
|
|
4250
4385
|
body: GetMetaColumnLineageResponseBody;
|
|
4251
4386
|
static names(): {
|
|
4252
4387
|
[key: string]: string;
|
|
@@ -4290,6 +4425,7 @@ export declare class GetMetaDBInfoResponse extends $tea.Model {
|
|
|
4290
4425
|
headers: {
|
|
4291
4426
|
[key: string]: string;
|
|
4292
4427
|
};
|
|
4428
|
+
statusCode: number;
|
|
4293
4429
|
body: GetMetaDBInfoResponseBody;
|
|
4294
4430
|
static names(): {
|
|
4295
4431
|
[key: string]: string;
|
|
@@ -4335,6 +4471,7 @@ export declare class GetMetaDBTableListResponse extends $tea.Model {
|
|
|
4335
4471
|
headers: {
|
|
4336
4472
|
[key: string]: string;
|
|
4337
4473
|
};
|
|
4474
|
+
statusCode: number;
|
|
4338
4475
|
body: GetMetaDBTableListResponseBody;
|
|
4339
4476
|
static names(): {
|
|
4340
4477
|
[key: string]: string;
|
|
@@ -4384,6 +4521,7 @@ export declare class GetMetaTableBasicInfoResponse extends $tea.Model {
|
|
|
4384
4521
|
headers: {
|
|
4385
4522
|
[key: string]: string;
|
|
4386
4523
|
};
|
|
4524
|
+
statusCode: number;
|
|
4387
4525
|
body: GetMetaTableBasicInfoResponseBody;
|
|
4388
4526
|
static names(): {
|
|
4389
4527
|
[key: string]: string;
|
|
@@ -4434,6 +4572,7 @@ export declare class GetMetaTableChangeLogResponse extends $tea.Model {
|
|
|
4434
4572
|
headers: {
|
|
4435
4573
|
[key: string]: string;
|
|
4436
4574
|
};
|
|
4575
|
+
statusCode: number;
|
|
4437
4576
|
body: GetMetaTableChangeLogResponseBody;
|
|
4438
4577
|
static names(): {
|
|
4439
4578
|
[key: string]: string;
|
|
@@ -4484,6 +4623,7 @@ export declare class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
4484
4623
|
headers: {
|
|
4485
4624
|
[key: string]: string;
|
|
4486
4625
|
};
|
|
4626
|
+
statusCode: number;
|
|
4487
4627
|
body: GetMetaTableColumnResponseBody;
|
|
4488
4628
|
static names(): {
|
|
4489
4629
|
[key: string]: string;
|
|
@@ -4534,6 +4674,7 @@ export declare class GetMetaTableFullInfoResponse extends $tea.Model {
|
|
|
4534
4674
|
headers: {
|
|
4535
4675
|
[key: string]: string;
|
|
4536
4676
|
};
|
|
4677
|
+
statusCode: number;
|
|
4537
4678
|
body: GetMetaTableFullInfoResponseBody;
|
|
4538
4679
|
static names(): {
|
|
4539
4680
|
[key: string]: string;
|
|
@@ -4579,6 +4720,7 @@ export declare class GetMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
4579
4720
|
headers: {
|
|
4580
4721
|
[key: string]: string;
|
|
4581
4722
|
};
|
|
4723
|
+
statusCode: number;
|
|
4582
4724
|
body: GetMetaTableIntroWikiResponseBody;
|
|
4583
4725
|
static names(): {
|
|
4584
4726
|
[key: string]: string;
|
|
@@ -4630,6 +4772,7 @@ export declare class GetMetaTableLineageResponse extends $tea.Model {
|
|
|
4630
4772
|
headers: {
|
|
4631
4773
|
[key: string]: string;
|
|
4632
4774
|
};
|
|
4775
|
+
statusCode: number;
|
|
4633
4776
|
body: GetMetaTableLineageResponseBody;
|
|
4634
4777
|
static names(): {
|
|
4635
4778
|
[key: string]: string;
|
|
@@ -4676,6 +4819,7 @@ export declare class GetMetaTableListByCategoryResponse extends $tea.Model {
|
|
|
4676
4819
|
headers: {
|
|
4677
4820
|
[key: string]: string;
|
|
4678
4821
|
};
|
|
4822
|
+
statusCode: number;
|
|
4679
4823
|
body: GetMetaTableListByCategoryResponseBody;
|
|
4680
4824
|
static names(): {
|
|
4681
4825
|
[key: string]: string;
|
|
@@ -4724,6 +4868,7 @@ export declare class GetMetaTableOutputResponse extends $tea.Model {
|
|
|
4724
4868
|
headers: {
|
|
4725
4869
|
[key: string]: string;
|
|
4726
4870
|
};
|
|
4871
|
+
statusCode: number;
|
|
4727
4872
|
body: GetMetaTableOutputResponseBody;
|
|
4728
4873
|
static names(): {
|
|
4729
4874
|
[key: string]: string;
|
|
@@ -4774,6 +4919,7 @@ export declare class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
4774
4919
|
headers: {
|
|
4775
4920
|
[key: string]: string;
|
|
4776
4921
|
};
|
|
4922
|
+
statusCode: number;
|
|
4777
4923
|
body: GetMetaTablePartitionResponseBody;
|
|
4778
4924
|
static names(): {
|
|
4779
4925
|
[key: string]: string;
|
|
@@ -4819,6 +4965,7 @@ export declare class GetMetaTableThemeLevelResponse extends $tea.Model {
|
|
|
4819
4965
|
headers: {
|
|
4820
4966
|
[key: string]: string;
|
|
4821
4967
|
};
|
|
4968
|
+
statusCode: number;
|
|
4822
4969
|
body: GetMetaTableThemeLevelResponseBody;
|
|
4823
4970
|
static names(): {
|
|
4824
4971
|
[key: string]: string;
|
|
@@ -4864,6 +5011,7 @@ export declare class GetMigrationProcessResponse extends $tea.Model {
|
|
|
4864
5011
|
headers: {
|
|
4865
5012
|
[key: string]: string;
|
|
4866
5013
|
};
|
|
5014
|
+
statusCode: number;
|
|
4867
5015
|
body: GetMigrationProcessResponseBody;
|
|
4868
5016
|
static names(): {
|
|
4869
5017
|
[key: string]: string;
|
|
@@ -4906,6 +5054,7 @@ export declare class GetMigrationSummaryResponse extends $tea.Model {
|
|
|
4906
5054
|
headers: {
|
|
4907
5055
|
[key: string]: string;
|
|
4908
5056
|
};
|
|
5057
|
+
statusCode: number;
|
|
4909
5058
|
body: GetMigrationSummaryResponseBody;
|
|
4910
5059
|
static names(): {
|
|
4911
5060
|
[key: string]: string;
|
|
@@ -4951,6 +5100,7 @@ export declare class GetNodeResponse extends $tea.Model {
|
|
|
4951
5100
|
headers: {
|
|
4952
5101
|
[key: string]: string;
|
|
4953
5102
|
};
|
|
5103
|
+
statusCode: number;
|
|
4954
5104
|
body: GetNodeResponseBody;
|
|
4955
5105
|
static names(): {
|
|
4956
5106
|
[key: string]: string;
|
|
@@ -4996,6 +5146,7 @@ export declare class GetNodeChildrenResponse extends $tea.Model {
|
|
|
4996
5146
|
headers: {
|
|
4997
5147
|
[key: string]: string;
|
|
4998
5148
|
};
|
|
5149
|
+
statusCode: number;
|
|
4999
5150
|
body: GetNodeChildrenResponseBody;
|
|
5000
5151
|
static names(): {
|
|
5001
5152
|
[key: string]: string;
|
|
@@ -5041,6 +5192,7 @@ export declare class GetNodeCodeResponse extends $tea.Model {
|
|
|
5041
5192
|
headers: {
|
|
5042
5193
|
[key: string]: string;
|
|
5043
5194
|
};
|
|
5195
|
+
statusCode: number;
|
|
5044
5196
|
body: GetNodeCodeResponseBody;
|
|
5045
5197
|
static names(): {
|
|
5046
5198
|
[key: string]: string;
|
|
@@ -5085,6 +5237,7 @@ export declare class GetNodeOnBaselineResponse extends $tea.Model {
|
|
|
5085
5237
|
headers: {
|
|
5086
5238
|
[key: string]: string;
|
|
5087
5239
|
};
|
|
5240
|
+
statusCode: number;
|
|
5088
5241
|
body: GetNodeOnBaselineResponseBody;
|
|
5089
5242
|
static names(): {
|
|
5090
5243
|
[key: string]: string;
|
|
@@ -5130,6 +5283,7 @@ export declare class GetNodeParentsResponse extends $tea.Model {
|
|
|
5130
5283
|
headers: {
|
|
5131
5284
|
[key: string]: string;
|
|
5132
5285
|
};
|
|
5286
|
+
statusCode: number;
|
|
5133
5287
|
body: GetNodeParentsResponseBody;
|
|
5134
5288
|
static names(): {
|
|
5135
5289
|
[key: string]: string;
|
|
@@ -5175,6 +5329,7 @@ export declare class GetNodeTypeListInfoResponse extends $tea.Model {
|
|
|
5175
5329
|
headers: {
|
|
5176
5330
|
[key: string]: string;
|
|
5177
5331
|
};
|
|
5332
|
+
statusCode: number;
|
|
5178
5333
|
body: GetNodeTypeListInfoResponseBody;
|
|
5179
5334
|
static names(): {
|
|
5180
5335
|
[key: string]: string;
|
|
@@ -5219,6 +5374,7 @@ export declare class GetOpRiskDataResponse extends $tea.Model {
|
|
|
5219
5374
|
headers: {
|
|
5220
5375
|
[key: string]: string;
|
|
5221
5376
|
};
|
|
5377
|
+
statusCode: number;
|
|
5222
5378
|
body: GetOpRiskDataResponseBody;
|
|
5223
5379
|
static names(): {
|
|
5224
5380
|
[key: string]: string;
|
|
@@ -5263,6 +5419,7 @@ export declare class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
5263
5419
|
headers: {
|
|
5264
5420
|
[key: string]: string;
|
|
5265
5421
|
};
|
|
5422
|
+
statusCode: number;
|
|
5266
5423
|
body: GetOpSensitiveDataResponseBody;
|
|
5267
5424
|
static names(): {
|
|
5268
5425
|
[key: string]: string;
|
|
@@ -5304,6 +5461,7 @@ export declare class GetOptionValueForProjectResponse extends $tea.Model {
|
|
|
5304
5461
|
headers: {
|
|
5305
5462
|
[key: string]: string;
|
|
5306
5463
|
};
|
|
5464
|
+
statusCode: number;
|
|
5307
5465
|
body: GetOptionValueForProjectResponseBody;
|
|
5308
5466
|
static names(): {
|
|
5309
5467
|
[key: string]: string;
|
|
@@ -5344,6 +5502,7 @@ export declare class GetPermissionApplyOrderDetailResponse extends $tea.Model {
|
|
|
5344
5502
|
headers: {
|
|
5345
5503
|
[key: string]: string;
|
|
5346
5504
|
};
|
|
5505
|
+
statusCode: number;
|
|
5347
5506
|
body: GetPermissionApplyOrderDetailResponseBody;
|
|
5348
5507
|
static names(): {
|
|
5349
5508
|
[key: string]: string;
|
|
@@ -5386,6 +5545,7 @@ export declare class GetProjectResponse extends $tea.Model {
|
|
|
5386
5545
|
headers: {
|
|
5387
5546
|
[key: string]: string;
|
|
5388
5547
|
};
|
|
5548
|
+
statusCode: number;
|
|
5389
5549
|
body: GetProjectResponseBody;
|
|
5390
5550
|
static names(): {
|
|
5391
5551
|
[key: string]: string;
|
|
@@ -5428,6 +5588,7 @@ export declare class GetProjectDetailResponse extends $tea.Model {
|
|
|
5428
5588
|
headers: {
|
|
5429
5589
|
[key: string]: string;
|
|
5430
5590
|
};
|
|
5591
|
+
statusCode: number;
|
|
5431
5592
|
body: GetProjectDetailResponseBody;
|
|
5432
5593
|
static names(): {
|
|
5433
5594
|
[key: string]: string;
|
|
@@ -5475,6 +5636,7 @@ export declare class GetQualityEntityResponse extends $tea.Model {
|
|
|
5475
5636
|
headers: {
|
|
5476
5637
|
[key: string]: string;
|
|
5477
5638
|
};
|
|
5639
|
+
statusCode: number;
|
|
5478
5640
|
body: GetQualityEntityResponseBody;
|
|
5479
5641
|
static names(): {
|
|
5480
5642
|
[key: string]: string;
|
|
@@ -5520,6 +5682,7 @@ export declare class GetQualityFollowerResponse extends $tea.Model {
|
|
|
5520
5682
|
headers: {
|
|
5521
5683
|
[key: string]: string;
|
|
5522
5684
|
};
|
|
5685
|
+
statusCode: number;
|
|
5523
5686
|
body: GetQualityFollowerResponseBody;
|
|
5524
5687
|
static names(): {
|
|
5525
5688
|
[key: string]: string;
|
|
@@ -5565,6 +5728,7 @@ export declare class GetQualityRuleResponse extends $tea.Model {
|
|
|
5565
5728
|
headers: {
|
|
5566
5729
|
[key: string]: string;
|
|
5567
5730
|
};
|
|
5731
|
+
statusCode: number;
|
|
5568
5732
|
body: GetQualityRuleResponseBody;
|
|
5569
5733
|
static names(): {
|
|
5570
5734
|
[key: string]: string;
|
|
@@ -5609,6 +5773,7 @@ export declare class GetRemindResponse extends $tea.Model {
|
|
|
5609
5773
|
headers: {
|
|
5610
5774
|
[key: string]: string;
|
|
5611
5775
|
};
|
|
5776
|
+
statusCode: number;
|
|
5612
5777
|
body: GetRemindResponseBody;
|
|
5613
5778
|
static names(): {
|
|
5614
5779
|
[key: string]: string;
|
|
@@ -5653,6 +5818,7 @@ export declare class GetSensitiveDataResponse extends $tea.Model {
|
|
|
5653
5818
|
headers: {
|
|
5654
5819
|
[key: string]: string;
|
|
5655
5820
|
};
|
|
5821
|
+
statusCode: number;
|
|
5656
5822
|
body: GetSensitiveDataResponseBody;
|
|
5657
5823
|
static names(): {
|
|
5658
5824
|
[key: string]: string;
|
|
@@ -5693,6 +5859,7 @@ export declare class GetSuccessInstanceTrendResponse extends $tea.Model {
|
|
|
5693
5859
|
headers: {
|
|
5694
5860
|
[key: string]: string;
|
|
5695
5861
|
};
|
|
5862
|
+
statusCode: number;
|
|
5696
5863
|
body: GetSuccessInstanceTrendResponseBody;
|
|
5697
5864
|
static names(): {
|
|
5698
5865
|
[key: string]: string;
|
|
@@ -5737,6 +5904,7 @@ export declare class GetTopicResponse extends $tea.Model {
|
|
|
5737
5904
|
headers: {
|
|
5738
5905
|
[key: string]: string;
|
|
5739
5906
|
};
|
|
5907
|
+
statusCode: number;
|
|
5740
5908
|
body: GetTopicResponseBody;
|
|
5741
5909
|
static names(): {
|
|
5742
5910
|
[key: string]: string;
|
|
@@ -5781,6 +5949,7 @@ export declare class GetTopicInfluenceResponse extends $tea.Model {
|
|
|
5781
5949
|
headers: {
|
|
5782
5950
|
[key: string]: string;
|
|
5783
5951
|
};
|
|
5952
|
+
statusCode: number;
|
|
5784
5953
|
body: GetTopicInfluenceResponseBody;
|
|
5785
5954
|
static names(): {
|
|
5786
5955
|
[key: string]: string;
|
|
@@ -5823,6 +5992,7 @@ export declare class ImportDataSourcesResponse extends $tea.Model {
|
|
|
5823
5992
|
headers: {
|
|
5824
5993
|
[key: string]: string;
|
|
5825
5994
|
};
|
|
5995
|
+
statusCode: number;
|
|
5826
5996
|
body: ImportDataSourcesResponseBody;
|
|
5827
5997
|
static names(): {
|
|
5828
5998
|
[key: string]: string;
|
|
@@ -5874,6 +6044,7 @@ export declare class ListAlertMessagesResponse extends $tea.Model {
|
|
|
5874
6044
|
headers: {
|
|
5875
6045
|
[key: string]: string;
|
|
5876
6046
|
};
|
|
6047
|
+
statusCode: number;
|
|
5877
6048
|
body: ListAlertMessagesResponseBody;
|
|
5878
6049
|
static names(): {
|
|
5879
6050
|
[key: string]: string;
|
|
@@ -5925,6 +6096,7 @@ export declare class ListBaselineConfigsResponse extends $tea.Model {
|
|
|
5925
6096
|
headers: {
|
|
5926
6097
|
[key: string]: string;
|
|
5927
6098
|
};
|
|
6099
|
+
statusCode: number;
|
|
5928
6100
|
body: ListBaselineConfigsResponseBody;
|
|
5929
6101
|
static names(): {
|
|
5930
6102
|
[key: string]: string;
|
|
@@ -5978,6 +6150,7 @@ export declare class ListBaselineStatusesResponse extends $tea.Model {
|
|
|
5978
6150
|
headers: {
|
|
5979
6151
|
[key: string]: string;
|
|
5980
6152
|
};
|
|
6153
|
+
statusCode: number;
|
|
5981
6154
|
body: ListBaselineStatusesResponseBody;
|
|
5982
6155
|
static names(): {
|
|
5983
6156
|
[key: string]: string;
|
|
@@ -6026,6 +6199,7 @@ export declare class ListBusinessResponse extends $tea.Model {
|
|
|
6026
6199
|
headers: {
|
|
6027
6200
|
[key: string]: string;
|
|
6028
6201
|
};
|
|
6202
|
+
statusCode: number;
|
|
6029
6203
|
body: ListBusinessResponseBody;
|
|
6030
6204
|
static names(): {
|
|
6031
6205
|
[key: string]: string;
|
|
@@ -6073,6 +6247,7 @@ export declare class ListCalcEnginesResponse extends $tea.Model {
|
|
|
6073
6247
|
headers: {
|
|
6074
6248
|
[key: string]: string;
|
|
6075
6249
|
};
|
|
6250
|
+
statusCode: number;
|
|
6076
6251
|
body: ListCalcEnginesResponseBody;
|
|
6077
6252
|
static names(): {
|
|
6078
6253
|
[key: string]: string;
|
|
@@ -6122,6 +6297,7 @@ export declare class ListConnectionsResponse extends $tea.Model {
|
|
|
6122
6297
|
headers: {
|
|
6123
6298
|
[key: string]: string;
|
|
6124
6299
|
};
|
|
6300
|
+
statusCode: number;
|
|
6125
6301
|
body: ListConnectionsResponseBody;
|
|
6126
6302
|
static names(): {
|
|
6127
6303
|
[key: string]: string;
|
|
@@ -6170,6 +6346,7 @@ export declare class ListCurrentTasksForResourceGroupResponse extends $tea.Model
|
|
|
6170
6346
|
headers: {
|
|
6171
6347
|
[key: string]: string;
|
|
6172
6348
|
};
|
|
6349
|
+
statusCode: number;
|
|
6173
6350
|
body: ListCurrentTasksForResourceGroupResponseBody;
|
|
6174
6351
|
static names(): {
|
|
6175
6352
|
[key: string]: string;
|
|
@@ -6214,6 +6391,7 @@ export declare class ListCurrentUsageForResourceGroupResponse extends $tea.Model
|
|
|
6214
6391
|
headers: {
|
|
6215
6392
|
[key: string]: string;
|
|
6216
6393
|
};
|
|
6394
|
+
statusCode: number;
|
|
6217
6395
|
body: ListCurrentUsageForResourceGroupResponseBody;
|
|
6218
6396
|
static names(): {
|
|
6219
6397
|
[key: string]: string;
|
|
@@ -6257,6 +6435,7 @@ export declare class ListDIProjectConfigResponse extends $tea.Model {
|
|
|
6257
6435
|
headers: {
|
|
6258
6436
|
[key: string]: string;
|
|
6259
6437
|
};
|
|
6438
|
+
statusCode: number;
|
|
6260
6439
|
body: ListDIProjectConfigResponseBody;
|
|
6261
6440
|
static names(): {
|
|
6262
6441
|
[key: string]: string;
|
|
@@ -6302,6 +6481,7 @@ export declare class ListDagsResponse extends $tea.Model {
|
|
|
6302
6481
|
headers: {
|
|
6303
6482
|
[key: string]: string;
|
|
6304
6483
|
};
|
|
6484
|
+
statusCode: number;
|
|
6305
6485
|
body: ListDagsResponseBody;
|
|
6306
6486
|
static names(): {
|
|
6307
6487
|
[key: string]: string;
|
|
@@ -6350,6 +6530,7 @@ export declare class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
6350
6530
|
headers: {
|
|
6351
6531
|
[key: string]: string;
|
|
6352
6532
|
};
|
|
6533
|
+
statusCode: number;
|
|
6353
6534
|
body: ListDataServiceApiAuthoritiesResponseBody;
|
|
6354
6535
|
static names(): {
|
|
6355
6536
|
[key: string]: string;
|
|
@@ -6361,6 +6542,48 @@ export declare class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
6361
6542
|
[key: string]: any;
|
|
6362
6543
|
});
|
|
6363
6544
|
}
|
|
6545
|
+
export declare class ListDataServiceApiTestRequest extends $tea.Model {
|
|
6546
|
+
apiId?: number;
|
|
6547
|
+
pageSize?: number;
|
|
6548
|
+
static names(): {
|
|
6549
|
+
[key: string]: string;
|
|
6550
|
+
};
|
|
6551
|
+
static types(): {
|
|
6552
|
+
[key: string]: any;
|
|
6553
|
+
};
|
|
6554
|
+
constructor(map?: {
|
|
6555
|
+
[key: string]: any;
|
|
6556
|
+
});
|
|
6557
|
+
}
|
|
6558
|
+
export declare class ListDataServiceApiTestResponseBody extends $tea.Model {
|
|
6559
|
+
data?: ListDataServiceApiTestResponseBodyData[];
|
|
6560
|
+
requestId?: string;
|
|
6561
|
+
static names(): {
|
|
6562
|
+
[key: string]: string;
|
|
6563
|
+
};
|
|
6564
|
+
static types(): {
|
|
6565
|
+
[key: string]: any;
|
|
6566
|
+
};
|
|
6567
|
+
constructor(map?: {
|
|
6568
|
+
[key: string]: any;
|
|
6569
|
+
});
|
|
6570
|
+
}
|
|
6571
|
+
export declare class ListDataServiceApiTestResponse extends $tea.Model {
|
|
6572
|
+
headers: {
|
|
6573
|
+
[key: string]: string;
|
|
6574
|
+
};
|
|
6575
|
+
statusCode: number;
|
|
6576
|
+
body: ListDataServiceApiTestResponseBody;
|
|
6577
|
+
static names(): {
|
|
6578
|
+
[key: string]: string;
|
|
6579
|
+
};
|
|
6580
|
+
static types(): {
|
|
6581
|
+
[key: string]: any;
|
|
6582
|
+
};
|
|
6583
|
+
constructor(map?: {
|
|
6584
|
+
[key: string]: any;
|
|
6585
|
+
});
|
|
6586
|
+
}
|
|
6364
6587
|
export declare class ListDataServiceApisRequest extends $tea.Model {
|
|
6365
6588
|
apiNameKeyword?: string;
|
|
6366
6589
|
apiPathKeyword?: string;
|
|
@@ -6400,6 +6623,7 @@ export declare class ListDataServiceApisResponse extends $tea.Model {
|
|
|
6400
6623
|
headers: {
|
|
6401
6624
|
[key: string]: string;
|
|
6402
6625
|
};
|
|
6626
|
+
statusCode: number;
|
|
6403
6627
|
body: ListDataServiceApisResponseBody;
|
|
6404
6628
|
static names(): {
|
|
6405
6629
|
[key: string]: string;
|
|
@@ -6447,6 +6671,7 @@ export declare class ListDataServiceApplicationsResponse extends $tea.Model {
|
|
|
6447
6671
|
headers: {
|
|
6448
6672
|
[key: string]: string;
|
|
6449
6673
|
};
|
|
6674
|
+
statusCode: number;
|
|
6450
6675
|
body: ListDataServiceApplicationsResponseBody;
|
|
6451
6676
|
static names(): {
|
|
6452
6677
|
[key: string]: string;
|
|
@@ -6495,6 +6720,7 @@ export declare class ListDataServiceAuthorizedApisResponse extends $tea.Model {
|
|
|
6495
6720
|
headers: {
|
|
6496
6721
|
[key: string]: string;
|
|
6497
6722
|
};
|
|
6723
|
+
statusCode: number;
|
|
6498
6724
|
body: ListDataServiceAuthorizedApisResponseBody;
|
|
6499
6725
|
static names(): {
|
|
6500
6726
|
[key: string]: string;
|
|
@@ -6540,6 +6766,7 @@ export declare class ListDataServiceFoldersResponse extends $tea.Model {
|
|
|
6540
6766
|
headers: {
|
|
6541
6767
|
[key: string]: string;
|
|
6542
6768
|
};
|
|
6769
|
+
statusCode: number;
|
|
6543
6770
|
body: ListDataServiceFoldersResponseBody;
|
|
6544
6771
|
static names(): {
|
|
6545
6772
|
[key: string]: string;
|
|
@@ -6584,6 +6811,7 @@ export declare class ListDataServiceGroupsResponse extends $tea.Model {
|
|
|
6584
6811
|
headers: {
|
|
6585
6812
|
[key: string]: string;
|
|
6586
6813
|
};
|
|
6814
|
+
statusCode: number;
|
|
6587
6815
|
body: ListDataServiceGroupsResponseBody;
|
|
6588
6816
|
static names(): {
|
|
6589
6817
|
[key: string]: string;
|
|
@@ -6634,6 +6862,7 @@ export declare class ListDataServicePublishedApisResponse extends $tea.Model {
|
|
|
6634
6862
|
headers: {
|
|
6635
6863
|
[key: string]: string;
|
|
6636
6864
|
};
|
|
6865
|
+
statusCode: number;
|
|
6637
6866
|
body: ListDataServicePublishedApisResponseBody;
|
|
6638
6867
|
static names(): {
|
|
6639
6868
|
[key: string]: string;
|
|
@@ -6683,6 +6912,7 @@ export declare class ListDataSourcesResponse extends $tea.Model {
|
|
|
6683
6912
|
headers: {
|
|
6684
6913
|
[key: string]: string;
|
|
6685
6914
|
};
|
|
6915
|
+
statusCode: number;
|
|
6686
6916
|
body: ListDataSourcesResponseBody;
|
|
6687
6917
|
static names(): {
|
|
6688
6918
|
[key: string]: string;
|
|
@@ -6732,6 +6962,7 @@ export declare class ListDeploymentsResponse extends $tea.Model {
|
|
|
6732
6962
|
headers: {
|
|
6733
6963
|
[key: string]: string;
|
|
6734
6964
|
};
|
|
6965
|
+
statusCode: number;
|
|
6735
6966
|
body: ListDeploymentsResponseBody;
|
|
6736
6967
|
static names(): {
|
|
6737
6968
|
[key: string]: string;
|
|
@@ -6773,6 +7004,7 @@ export declare class ListExtensionsResponse extends $tea.Model {
|
|
|
6773
7004
|
headers: {
|
|
6774
7005
|
[key: string]: string;
|
|
6775
7006
|
};
|
|
7007
|
+
statusCode: number;
|
|
6776
7008
|
body: ListExtensionsResponseBody;
|
|
6777
7009
|
static names(): {
|
|
6778
7010
|
[key: string]: string;
|
|
@@ -6818,6 +7050,7 @@ export declare class ListFileTypeResponse extends $tea.Model {
|
|
|
6818
7050
|
headers: {
|
|
6819
7051
|
[key: string]: string;
|
|
6820
7052
|
};
|
|
7053
|
+
statusCode: number;
|
|
6821
7054
|
body: ListFileTypeResponseBody;
|
|
6822
7055
|
static names(): {
|
|
6823
7056
|
[key: string]: string;
|
|
@@ -6866,6 +7099,7 @@ export declare class ListFileVersionsResponse extends $tea.Model {
|
|
|
6866
7099
|
headers: {
|
|
6867
7100
|
[key: string]: string;
|
|
6868
7101
|
};
|
|
7102
|
+
statusCode: number;
|
|
6869
7103
|
body: ListFileVersionsResponseBody;
|
|
6870
7104
|
static names(): {
|
|
6871
7105
|
[key: string]: string;
|
|
@@ -6919,6 +7153,7 @@ export declare class ListFilesResponse extends $tea.Model {
|
|
|
6919
7153
|
headers: {
|
|
6920
7154
|
[key: string]: string;
|
|
6921
7155
|
};
|
|
7156
|
+
statusCode: number;
|
|
6922
7157
|
body: ListFilesResponseBody;
|
|
6923
7158
|
static names(): {
|
|
6924
7159
|
[key: string]: string;
|
|
@@ -6967,6 +7202,7 @@ export declare class ListFoldersResponse extends $tea.Model {
|
|
|
6967
7202
|
headers: {
|
|
6968
7203
|
[key: string]: string;
|
|
6969
7204
|
};
|
|
7205
|
+
statusCode: number;
|
|
6970
7206
|
body: ListFoldersResponseBody;
|
|
6971
7207
|
static names(): {
|
|
6972
7208
|
[key: string]: string;
|
|
@@ -7016,6 +7252,7 @@ export declare class ListHistoryTasksForResourceGroupResponse extends $tea.Model
|
|
|
7016
7252
|
headers: {
|
|
7017
7253
|
[key: string]: string;
|
|
7018
7254
|
};
|
|
7255
|
+
statusCode: number;
|
|
7019
7256
|
body: ListHistoryTasksForResourceGroupResponseBody;
|
|
7020
7257
|
static names(): {
|
|
7021
7258
|
[key: string]: string;
|
|
@@ -7058,6 +7295,7 @@ export declare class ListInstanceAmountResponse extends $tea.Model {
|
|
|
7058
7295
|
headers: {
|
|
7059
7296
|
[key: string]: string;
|
|
7060
7297
|
};
|
|
7298
|
+
statusCode: number;
|
|
7061
7299
|
body: ListInstanceAmountResponseBody;
|
|
7062
7300
|
static names(): {
|
|
7063
7301
|
[key: string]: string;
|
|
@@ -7114,6 +7352,7 @@ export declare class ListInstancesResponse extends $tea.Model {
|
|
|
7114
7352
|
headers: {
|
|
7115
7353
|
[key: string]: string;
|
|
7116
7354
|
};
|
|
7355
|
+
statusCode: number;
|
|
7117
7356
|
body: ListInstancesResponseBody;
|
|
7118
7357
|
static names(): {
|
|
7119
7358
|
[key: string]: string;
|
|
@@ -7156,6 +7395,7 @@ export declare class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
7156
7395
|
headers: {
|
|
7157
7396
|
[key: string]: string;
|
|
7158
7397
|
};
|
|
7398
|
+
statusCode: number;
|
|
7159
7399
|
body: ListManualDagInstancesResponseBody;
|
|
7160
7400
|
static names(): {
|
|
7161
7401
|
[key: string]: string;
|
|
@@ -7200,6 +7440,7 @@ export declare class ListMetaDBResponse extends $tea.Model {
|
|
|
7200
7440
|
headers: {
|
|
7201
7441
|
[key: string]: string;
|
|
7202
7442
|
};
|
|
7443
|
+
statusCode: number;
|
|
7203
7444
|
body: ListMetaDBResponseBody;
|
|
7204
7445
|
static names(): {
|
|
7205
7446
|
[key: string]: string;
|
|
@@ -7211,6 +7452,52 @@ export declare class ListMetaDBResponse extends $tea.Model {
|
|
|
7211
7452
|
[key: string]: any;
|
|
7212
7453
|
});
|
|
7213
7454
|
}
|
|
7455
|
+
export declare class ListMigrationsRequest extends $tea.Model {
|
|
7456
|
+
migrationType?: string;
|
|
7457
|
+
owner?: string;
|
|
7458
|
+
pageNumber?: number;
|
|
7459
|
+
pageSize?: number;
|
|
7460
|
+
projectId?: number;
|
|
7461
|
+
static names(): {
|
|
7462
|
+
[key: string]: string;
|
|
7463
|
+
};
|
|
7464
|
+
static types(): {
|
|
7465
|
+
[key: string]: any;
|
|
7466
|
+
};
|
|
7467
|
+
constructor(map?: {
|
|
7468
|
+
[key: string]: any;
|
|
7469
|
+
});
|
|
7470
|
+
}
|
|
7471
|
+
export declare class ListMigrationsResponseBody extends $tea.Model {
|
|
7472
|
+
data?: ListMigrationsResponseBodyData;
|
|
7473
|
+
requestId?: string;
|
|
7474
|
+
success?: boolean;
|
|
7475
|
+
static names(): {
|
|
7476
|
+
[key: string]: string;
|
|
7477
|
+
};
|
|
7478
|
+
static types(): {
|
|
7479
|
+
[key: string]: any;
|
|
7480
|
+
};
|
|
7481
|
+
constructor(map?: {
|
|
7482
|
+
[key: string]: any;
|
|
7483
|
+
});
|
|
7484
|
+
}
|
|
7485
|
+
export declare class ListMigrationsResponse extends $tea.Model {
|
|
7486
|
+
headers: {
|
|
7487
|
+
[key: string]: string;
|
|
7488
|
+
};
|
|
7489
|
+
statusCode: number;
|
|
7490
|
+
body: ListMigrationsResponseBody;
|
|
7491
|
+
static names(): {
|
|
7492
|
+
[key: string]: string;
|
|
7493
|
+
};
|
|
7494
|
+
static types(): {
|
|
7495
|
+
[key: string]: any;
|
|
7496
|
+
};
|
|
7497
|
+
constructor(map?: {
|
|
7498
|
+
[key: string]: any;
|
|
7499
|
+
});
|
|
7500
|
+
}
|
|
7214
7501
|
export declare class ListNodeIORequest extends $tea.Model {
|
|
7215
7502
|
ioType?: string;
|
|
7216
7503
|
nodeId?: number;
|
|
@@ -7246,6 +7533,7 @@ export declare class ListNodeIOResponse extends $tea.Model {
|
|
|
7246
7533
|
headers: {
|
|
7247
7534
|
[key: string]: string;
|
|
7248
7535
|
};
|
|
7536
|
+
statusCode: number;
|
|
7249
7537
|
body: ListNodeIOResponseBody;
|
|
7250
7538
|
static names(): {
|
|
7251
7539
|
[key: string]: string;
|
|
@@ -7292,6 +7580,7 @@ export declare class ListNodeInputOrOutputResponse extends $tea.Model {
|
|
|
7292
7580
|
headers: {
|
|
7293
7581
|
[key: string]: string;
|
|
7294
7582
|
};
|
|
7583
|
+
statusCode: number;
|
|
7295
7584
|
body: ListNodeInputOrOutputResponseBody;
|
|
7296
7585
|
static names(): {
|
|
7297
7586
|
[key: string]: string;
|
|
@@ -7343,6 +7632,7 @@ export declare class ListNodesResponse extends $tea.Model {
|
|
|
7343
7632
|
headers: {
|
|
7344
7633
|
[key: string]: string;
|
|
7345
7634
|
};
|
|
7635
|
+
statusCode: number;
|
|
7346
7636
|
body: ListNodesResponseBody;
|
|
7347
7637
|
static names(): {
|
|
7348
7638
|
[key: string]: string;
|
|
@@ -7387,6 +7677,7 @@ export declare class ListNodesByBaselineResponse extends $tea.Model {
|
|
|
7387
7677
|
headers: {
|
|
7388
7678
|
[key: string]: string;
|
|
7389
7679
|
};
|
|
7680
|
+
statusCode: number;
|
|
7390
7681
|
body: ListNodesByBaselineResponseBody;
|
|
7391
7682
|
static names(): {
|
|
7392
7683
|
[key: string]: string;
|
|
@@ -7432,6 +7723,7 @@ export declare class ListNodesByOutputResponse extends $tea.Model {
|
|
|
7432
7723
|
headers: {
|
|
7433
7724
|
[key: string]: string;
|
|
7434
7725
|
};
|
|
7726
|
+
statusCode: number;
|
|
7435
7727
|
body: ListNodesByOutputResponseBody;
|
|
7436
7728
|
static names(): {
|
|
7437
7729
|
[key: string]: string;
|
|
@@ -7482,6 +7774,7 @@ export declare class ListPermissionApplyOrdersResponse extends $tea.Model {
|
|
|
7482
7774
|
headers: {
|
|
7483
7775
|
[key: string]: string;
|
|
7484
7776
|
};
|
|
7777
|
+
statusCode: number;
|
|
7485
7778
|
body: ListPermissionApplyOrdersResponseBody;
|
|
7486
7779
|
static names(): {
|
|
7487
7780
|
[key: string]: string;
|
|
@@ -7523,6 +7816,7 @@ export declare class ListProgramTypeCountResponse extends $tea.Model {
|
|
|
7523
7816
|
headers: {
|
|
7524
7817
|
[key: string]: string;
|
|
7525
7818
|
};
|
|
7819
|
+
statusCode: number;
|
|
7526
7820
|
body: ListProgramTypeCountResponseBody;
|
|
7527
7821
|
static names(): {
|
|
7528
7822
|
[key: string]: string;
|
|
@@ -7563,6 +7857,7 @@ export declare class ListProjectIdsResponse extends $tea.Model {
|
|
|
7563
7857
|
headers: {
|
|
7564
7858
|
[key: string]: string;
|
|
7565
7859
|
};
|
|
7860
|
+
statusCode: number;
|
|
7566
7861
|
body: ListProjectIdsResponseBody;
|
|
7567
7862
|
static names(): {
|
|
7568
7863
|
[key: string]: string;
|
|
@@ -7605,6 +7900,7 @@ export declare class ListProjectMembersResponse extends $tea.Model {
|
|
|
7605
7900
|
headers: {
|
|
7606
7901
|
[key: string]: string;
|
|
7607
7902
|
};
|
|
7903
|
+
statusCode: number;
|
|
7608
7904
|
body: ListProjectMembersResponseBody;
|
|
7609
7905
|
static names(): {
|
|
7610
7906
|
[key: string]: string;
|
|
@@ -7645,6 +7941,7 @@ export declare class ListProjectRolesResponse extends $tea.Model {
|
|
|
7645
7941
|
headers: {
|
|
7646
7942
|
[key: string]: string;
|
|
7647
7943
|
};
|
|
7944
|
+
statusCode: number;
|
|
7648
7945
|
body: ListProjectRolesResponseBody;
|
|
7649
7946
|
static names(): {
|
|
7650
7947
|
[key: string]: string;
|
|
@@ -7686,6 +7983,7 @@ export declare class ListProjectsResponse extends $tea.Model {
|
|
|
7686
7983
|
headers: {
|
|
7687
7984
|
[key: string]: string;
|
|
7688
7985
|
};
|
|
7986
|
+
statusCode: number;
|
|
7689
7987
|
body: ListProjectsResponseBody;
|
|
7690
7988
|
static names(): {
|
|
7691
7989
|
[key: string]: string;
|
|
@@ -7735,6 +8033,7 @@ export declare class ListQualityResultsByEntityResponse extends $tea.Model {
|
|
|
7735
8033
|
headers: {
|
|
7736
8034
|
[key: string]: string;
|
|
7737
8035
|
};
|
|
8036
|
+
statusCode: number;
|
|
7738
8037
|
body: ListQualityResultsByEntityResponseBody;
|
|
7739
8038
|
static names(): {
|
|
7740
8039
|
[key: string]: string;
|
|
@@ -7784,6 +8083,7 @@ export declare class ListQualityResultsByRuleResponse extends $tea.Model {
|
|
|
7784
8083
|
headers: {
|
|
7785
8084
|
[key: string]: string;
|
|
7786
8085
|
};
|
|
8086
|
+
statusCode: number;
|
|
7787
8087
|
body: ListQualityResultsByRuleResponseBody;
|
|
7788
8088
|
static names(): {
|
|
7789
8089
|
[key: string]: string;
|
|
@@ -7831,6 +8131,7 @@ export declare class ListQualityRulesResponse extends $tea.Model {
|
|
|
7831
8131
|
headers: {
|
|
7832
8132
|
[key: string]: string;
|
|
7833
8133
|
};
|
|
8134
|
+
statusCode: number;
|
|
7834
8135
|
body: ListQualityRulesResponseBody;
|
|
7835
8136
|
static names(): {
|
|
7836
8137
|
[key: string]: string;
|
|
@@ -7877,6 +8178,7 @@ export declare class ListRefDISyncTasksResponse extends $tea.Model {
|
|
|
7877
8178
|
headers: {
|
|
7878
8179
|
[key: string]: string;
|
|
7879
8180
|
};
|
|
8181
|
+
statusCode: number;
|
|
7880
8182
|
body: ListRefDISyncTasksResponseBody;
|
|
7881
8183
|
static names(): {
|
|
7882
8184
|
[key: string]: string;
|
|
@@ -7927,6 +8229,7 @@ export declare class ListRemindsResponse extends $tea.Model {
|
|
|
7927
8229
|
headers: {
|
|
7928
8230
|
[key: string]: string;
|
|
7929
8231
|
};
|
|
8232
|
+
statusCode: number;
|
|
7930
8233
|
body: ListRemindsResponseBody;
|
|
7931
8234
|
static names(): {
|
|
7932
8235
|
[key: string]: string;
|
|
@@ -7971,6 +8274,7 @@ export declare class ListResourceGroupsResponse extends $tea.Model {
|
|
|
7971
8274
|
headers: {
|
|
7972
8275
|
[key: string]: string;
|
|
7973
8276
|
};
|
|
8277
|
+
statusCode: number;
|
|
7974
8278
|
body: ListResourceGroupsResponseBody;
|
|
7975
8279
|
static names(): {
|
|
7976
8280
|
[key: string]: string;
|
|
@@ -7982,6 +8286,95 @@ export declare class ListResourceGroupsResponse extends $tea.Model {
|
|
|
7982
8286
|
[key: string]: any;
|
|
7983
8287
|
});
|
|
7984
8288
|
}
|
|
8289
|
+
export declare class ListShiftPersonnelsRequest extends $tea.Model {
|
|
8290
|
+
beginTime?: number;
|
|
8291
|
+
endTime?: number;
|
|
8292
|
+
shiftPersonUID?: string;
|
|
8293
|
+
shiftScheduleIdentifier?: string;
|
|
8294
|
+
userType?: string;
|
|
8295
|
+
static names(): {
|
|
8296
|
+
[key: string]: string;
|
|
8297
|
+
};
|
|
8298
|
+
static types(): {
|
|
8299
|
+
[key: string]: any;
|
|
8300
|
+
};
|
|
8301
|
+
constructor(map?: {
|
|
8302
|
+
[key: string]: any;
|
|
8303
|
+
});
|
|
8304
|
+
}
|
|
8305
|
+
export declare class ListShiftPersonnelsResponseBody extends $tea.Model {
|
|
8306
|
+
paging?: ListShiftPersonnelsResponseBodyPaging;
|
|
8307
|
+
requestId?: string;
|
|
8308
|
+
static names(): {
|
|
8309
|
+
[key: string]: string;
|
|
8310
|
+
};
|
|
8311
|
+
static types(): {
|
|
8312
|
+
[key: string]: any;
|
|
8313
|
+
};
|
|
8314
|
+
constructor(map?: {
|
|
8315
|
+
[key: string]: any;
|
|
8316
|
+
});
|
|
8317
|
+
}
|
|
8318
|
+
export declare class ListShiftPersonnelsResponse extends $tea.Model {
|
|
8319
|
+
headers: {
|
|
8320
|
+
[key: string]: string;
|
|
8321
|
+
};
|
|
8322
|
+
statusCode: number;
|
|
8323
|
+
body: ListShiftPersonnelsResponseBody;
|
|
8324
|
+
static names(): {
|
|
8325
|
+
[key: string]: string;
|
|
8326
|
+
};
|
|
8327
|
+
static types(): {
|
|
8328
|
+
[key: string]: any;
|
|
8329
|
+
};
|
|
8330
|
+
constructor(map?: {
|
|
8331
|
+
[key: string]: any;
|
|
8332
|
+
});
|
|
8333
|
+
}
|
|
8334
|
+
export declare class ListShiftSchedulesRequest extends $tea.Model {
|
|
8335
|
+
owner?: string;
|
|
8336
|
+
pageNumber?: number;
|
|
8337
|
+
pageSize?: number;
|
|
8338
|
+
shiftScheduleName?: string;
|
|
8339
|
+
static names(): {
|
|
8340
|
+
[key: string]: string;
|
|
8341
|
+
};
|
|
8342
|
+
static types(): {
|
|
8343
|
+
[key: string]: any;
|
|
8344
|
+
};
|
|
8345
|
+
constructor(map?: {
|
|
8346
|
+
[key: string]: any;
|
|
8347
|
+
});
|
|
8348
|
+
}
|
|
8349
|
+
export declare class ListShiftSchedulesResponseBody extends $tea.Model {
|
|
8350
|
+
paging?: ListShiftSchedulesResponseBodyPaging;
|
|
8351
|
+
requestId?: string;
|
|
8352
|
+
static names(): {
|
|
8353
|
+
[key: string]: string;
|
|
8354
|
+
};
|
|
8355
|
+
static types(): {
|
|
8356
|
+
[key: string]: any;
|
|
8357
|
+
};
|
|
8358
|
+
constructor(map?: {
|
|
8359
|
+
[key: string]: any;
|
|
8360
|
+
});
|
|
8361
|
+
}
|
|
8362
|
+
export declare class ListShiftSchedulesResponse extends $tea.Model {
|
|
8363
|
+
headers: {
|
|
8364
|
+
[key: string]: string;
|
|
8365
|
+
};
|
|
8366
|
+
statusCode: number;
|
|
8367
|
+
body: ListShiftSchedulesResponseBody;
|
|
8368
|
+
static names(): {
|
|
8369
|
+
[key: string]: string;
|
|
8370
|
+
};
|
|
8371
|
+
static types(): {
|
|
8372
|
+
[key: string]: any;
|
|
8373
|
+
};
|
|
8374
|
+
constructor(map?: {
|
|
8375
|
+
[key: string]: any;
|
|
8376
|
+
});
|
|
8377
|
+
}
|
|
7985
8378
|
export declare class ListSuccessInstanceAmountRequest extends $tea.Model {
|
|
7986
8379
|
projectId?: number;
|
|
7987
8380
|
static names(): {
|
|
@@ -8011,6 +8404,7 @@ export declare class ListSuccessInstanceAmountResponse extends $tea.Model {
|
|
|
8011
8404
|
headers: {
|
|
8012
8405
|
[key: string]: string;
|
|
8013
8406
|
};
|
|
8407
|
+
statusCode: number;
|
|
8014
8408
|
body: ListSuccessInstanceAmountResponseBody;
|
|
8015
8409
|
static names(): {
|
|
8016
8410
|
[key: string]: string;
|
|
@@ -8058,6 +8452,7 @@ export declare class ListTableLevelResponse extends $tea.Model {
|
|
|
8058
8452
|
headers: {
|
|
8059
8453
|
[key: string]: string;
|
|
8060
8454
|
};
|
|
8455
|
+
statusCode: number;
|
|
8061
8456
|
body: ListTableLevelResponseBody;
|
|
8062
8457
|
static names(): {
|
|
8063
8458
|
[key: string]: string;
|
|
@@ -8105,6 +8500,7 @@ export declare class ListTableThemeResponse extends $tea.Model {
|
|
|
8105
8500
|
headers: {
|
|
8106
8501
|
[key: string]: string;
|
|
8107
8502
|
};
|
|
8503
|
+
statusCode: number;
|
|
8108
8504
|
body: ListTableThemeResponseBody;
|
|
8109
8505
|
static names(): {
|
|
8110
8506
|
[key: string]: string;
|
|
@@ -8157,6 +8553,7 @@ export declare class ListTopicsResponse extends $tea.Model {
|
|
|
8157
8553
|
headers: {
|
|
8158
8554
|
[key: string]: string;
|
|
8159
8555
|
};
|
|
8556
|
+
statusCode: number;
|
|
8160
8557
|
body: ListTopicsResponseBody;
|
|
8161
8558
|
static names(): {
|
|
8162
8559
|
[key: string]: string;
|
|
@@ -8204,6 +8601,7 @@ export declare class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
|
8204
8601
|
headers: {
|
|
8205
8602
|
[key: string]: string;
|
|
8206
8603
|
};
|
|
8604
|
+
statusCode: number;
|
|
8207
8605
|
body: ListUsageForResourceGroupResponseBody;
|
|
8208
8606
|
static names(): {
|
|
8209
8607
|
[key: string]: string;
|
|
@@ -8250,6 +8648,7 @@ export declare class PublishDataServiceApiResponse extends $tea.Model {
|
|
|
8250
8648
|
headers: {
|
|
8251
8649
|
[key: string]: string;
|
|
8252
8650
|
};
|
|
8651
|
+
statusCode: number;
|
|
8253
8652
|
body: PublishDataServiceApiResponseBody;
|
|
8254
8653
|
static names(): {
|
|
8255
8654
|
[key: string]: string;
|
|
@@ -8293,6 +8692,7 @@ export declare class QueryDISyncTaskConfigProcessResultResponse extends $tea.Mod
|
|
|
8293
8692
|
headers: {
|
|
8294
8693
|
[key: string]: string;
|
|
8295
8694
|
};
|
|
8695
|
+
statusCode: number;
|
|
8296
8696
|
body: QueryDISyncTaskConfigProcessResultResponseBody;
|
|
8297
8697
|
static names(): {
|
|
8298
8698
|
[key: string]: string;
|
|
@@ -8336,6 +8736,7 @@ export declare class QueryPublicModelEngineResponse extends $tea.Model {
|
|
|
8336
8736
|
headers: {
|
|
8337
8737
|
[key: string]: string;
|
|
8338
8738
|
};
|
|
8739
|
+
statusCode: number;
|
|
8339
8740
|
body: QueryPublicModelEngineResponseBody;
|
|
8340
8741
|
static names(): {
|
|
8341
8742
|
[key: string]: string;
|
|
@@ -8377,6 +8778,7 @@ export declare class RemoveProjectMemberFromRoleResponse extends $tea.Model {
|
|
|
8377
8778
|
headers: {
|
|
8378
8779
|
[key: string]: string;
|
|
8379
8780
|
};
|
|
8781
|
+
statusCode: number;
|
|
8380
8782
|
body: RemoveProjectMemberFromRoleResponseBody;
|
|
8381
8783
|
static names(): {
|
|
8382
8784
|
[key: string]: string;
|
|
@@ -8422,6 +8824,7 @@ export declare class RestartInstanceResponse extends $tea.Model {
|
|
|
8422
8824
|
headers: {
|
|
8423
8825
|
[key: string]: string;
|
|
8424
8826
|
};
|
|
8827
|
+
statusCode: number;
|
|
8425
8828
|
body: RestartInstanceResponseBody;
|
|
8426
8829
|
static names(): {
|
|
8427
8830
|
[key: string]: string;
|
|
@@ -8467,6 +8870,7 @@ export declare class ResumeInstanceResponse extends $tea.Model {
|
|
|
8467
8870
|
headers: {
|
|
8468
8871
|
[key: string]: string;
|
|
8469
8872
|
};
|
|
8873
|
+
statusCode: number;
|
|
8470
8874
|
body: ResumeInstanceResponseBody;
|
|
8471
8875
|
static names(): {
|
|
8472
8876
|
[key: string]: string;
|
|
@@ -8512,6 +8916,7 @@ export declare class RevokeColumnPermissionResponse extends $tea.Model {
|
|
|
8512
8916
|
headers: {
|
|
8513
8917
|
[key: string]: string;
|
|
8514
8918
|
};
|
|
8919
|
+
statusCode: number;
|
|
8515
8920
|
body: RevokeColumnPermissionResponseBody;
|
|
8516
8921
|
static names(): {
|
|
8517
8922
|
[key: string]: string;
|
|
@@ -8557,6 +8962,7 @@ export declare class RevokeTablePermissionResponse extends $tea.Model {
|
|
|
8557
8962
|
headers: {
|
|
8558
8963
|
[key: string]: string;
|
|
8559
8964
|
};
|
|
8965
|
+
statusCode: number;
|
|
8560
8966
|
body: RevokeTablePermissionResponseBody;
|
|
8561
8967
|
static names(): {
|
|
8562
8968
|
[key: string]: string;
|
|
@@ -8611,6 +9017,7 @@ export declare class RunCycleDagNodesResponse extends $tea.Model {
|
|
|
8611
9017
|
headers: {
|
|
8612
9018
|
[key: string]: string;
|
|
8613
9019
|
};
|
|
9020
|
+
statusCode: number;
|
|
8614
9021
|
body: RunCycleDagNodesResponseBody;
|
|
8615
9022
|
static names(): {
|
|
8616
9023
|
[key: string]: string;
|
|
@@ -8659,6 +9066,7 @@ export declare class RunManualDagNodesResponse extends $tea.Model {
|
|
|
8659
9066
|
headers: {
|
|
8660
9067
|
[key: string]: string;
|
|
8661
9068
|
};
|
|
9069
|
+
statusCode: number;
|
|
8662
9070
|
body: RunManualDagNodesResponseBody;
|
|
8663
9071
|
static names(): {
|
|
8664
9072
|
[key: string]: string;
|
|
@@ -8707,6 +9115,7 @@ export declare class RunSmokeTestResponse extends $tea.Model {
|
|
|
8707
9115
|
headers: {
|
|
8708
9116
|
[key: string]: string;
|
|
8709
9117
|
};
|
|
9118
|
+
statusCode: number;
|
|
8710
9119
|
body: RunSmokeTestResponseBody;
|
|
8711
9120
|
static names(): {
|
|
8712
9121
|
[key: string]: string;
|
|
@@ -8750,6 +9159,7 @@ export declare class RunTriggerNodeResponse extends $tea.Model {
|
|
|
8750
9159
|
headers: {
|
|
8751
9160
|
[key: string]: string;
|
|
8752
9161
|
};
|
|
9162
|
+
statusCode: number;
|
|
8753
9163
|
body: RunTriggerNodeResponseBody;
|
|
8754
9164
|
static names(): {
|
|
8755
9165
|
[key: string]: string;
|
|
@@ -8792,6 +9202,7 @@ export declare class ScanSensitiveDataResponse extends $tea.Model {
|
|
|
8792
9202
|
headers: {
|
|
8793
9203
|
[key: string]: string;
|
|
8794
9204
|
};
|
|
9205
|
+
statusCode: number;
|
|
8795
9206
|
body: ScanSensitiveDataResponseBody;
|
|
8796
9207
|
static names(): {
|
|
8797
9208
|
[key: string]: string;
|
|
@@ -8811,6 +9222,7 @@ export declare class SearchMetaTablesRequest extends $tea.Model {
|
|
|
8811
9222
|
keyword?: string;
|
|
8812
9223
|
pageNumber?: number;
|
|
8813
9224
|
pageSize?: number;
|
|
9225
|
+
schema?: string;
|
|
8814
9226
|
static names(): {
|
|
8815
9227
|
[key: string]: string;
|
|
8816
9228
|
};
|
|
@@ -8842,6 +9254,7 @@ export declare class SearchMetaTablesResponse extends $tea.Model {
|
|
|
8842
9254
|
headers: {
|
|
8843
9255
|
[key: string]: string;
|
|
8844
9256
|
};
|
|
9257
|
+
statusCode: number;
|
|
8845
9258
|
body: SearchMetaTablesResponseBody;
|
|
8846
9259
|
static names(): {
|
|
8847
9260
|
[key: string]: string;
|
|
@@ -8889,6 +9302,7 @@ export declare class SearchNodesByOutputResponse extends $tea.Model {
|
|
|
8889
9302
|
headers: {
|
|
8890
9303
|
[key: string]: string;
|
|
8891
9304
|
};
|
|
9305
|
+
statusCode: number;
|
|
8892
9306
|
body: SearchNodesByOutputResponseBody;
|
|
8893
9307
|
static names(): {
|
|
8894
9308
|
[key: string]: string;
|
|
@@ -8934,6 +9348,7 @@ export declare class SetDataSourceShareResponse extends $tea.Model {
|
|
|
8934
9348
|
headers: {
|
|
8935
9349
|
[key: string]: string;
|
|
8936
9350
|
};
|
|
9351
|
+
statusCode: number;
|
|
8937
9352
|
body: SetDataSourceShareResponseBody;
|
|
8938
9353
|
static names(): {
|
|
8939
9354
|
[key: string]: string;
|
|
@@ -8979,6 +9394,7 @@ export declare class SetSuccessInstanceResponse extends $tea.Model {
|
|
|
8979
9394
|
headers: {
|
|
8980
9395
|
[key: string]: string;
|
|
8981
9396
|
};
|
|
9397
|
+
statusCode: number;
|
|
8982
9398
|
body: SetSuccessInstanceResponseBody;
|
|
8983
9399
|
static names(): {
|
|
8984
9400
|
[key: string]: string;
|
|
@@ -9023,6 +9439,7 @@ export declare class StartDISyncInstanceResponse extends $tea.Model {
|
|
|
9023
9439
|
headers: {
|
|
9024
9440
|
[key: string]: string;
|
|
9025
9441
|
};
|
|
9442
|
+
statusCode: number;
|
|
9026
9443
|
body: StartDISyncInstanceResponseBody;
|
|
9027
9444
|
static names(): {
|
|
9028
9445
|
[key: string]: string;
|
|
@@ -9068,6 +9485,7 @@ export declare class StartMigrationResponse extends $tea.Model {
|
|
|
9068
9485
|
headers: {
|
|
9069
9486
|
[key: string]: string;
|
|
9070
9487
|
};
|
|
9488
|
+
statusCode: number;
|
|
9071
9489
|
body: StartMigrationResponseBody;
|
|
9072
9490
|
static names(): {
|
|
9073
9491
|
[key: string]: string;
|
|
@@ -9111,6 +9529,7 @@ export declare class StopDISyncInstanceResponse extends $tea.Model {
|
|
|
9111
9529
|
headers: {
|
|
9112
9530
|
[key: string]: string;
|
|
9113
9531
|
};
|
|
9532
|
+
statusCode: number;
|
|
9114
9533
|
body: StopDISyncInstanceResponseBody;
|
|
9115
9534
|
static names(): {
|
|
9116
9535
|
[key: string]: string;
|
|
@@ -9156,6 +9575,7 @@ export declare class StopInstanceResponse extends $tea.Model {
|
|
|
9156
9575
|
headers: {
|
|
9157
9576
|
[key: string]: string;
|
|
9158
9577
|
};
|
|
9578
|
+
statusCode: number;
|
|
9159
9579
|
body: StopInstanceResponseBody;
|
|
9160
9580
|
static names(): {
|
|
9161
9581
|
[key: string]: string;
|
|
@@ -9203,6 +9623,7 @@ export declare class SubmitFileResponse extends $tea.Model {
|
|
|
9203
9623
|
headers: {
|
|
9204
9624
|
[key: string]: string;
|
|
9205
9625
|
};
|
|
9626
|
+
statusCode: number;
|
|
9206
9627
|
body: SubmitFileResponseBody;
|
|
9207
9628
|
static names(): {
|
|
9208
9629
|
[key: string]: string;
|
|
@@ -9248,6 +9669,7 @@ export declare class SuspendInstanceResponse extends $tea.Model {
|
|
|
9248
9669
|
headers: {
|
|
9249
9670
|
[key: string]: string;
|
|
9250
9671
|
};
|
|
9672
|
+
statusCode: number;
|
|
9251
9673
|
body: SuspendInstanceResponseBody;
|
|
9252
9674
|
static names(): {
|
|
9253
9675
|
[key: string]: string;
|
|
@@ -9291,6 +9713,7 @@ export declare class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
9291
9713
|
headers: {
|
|
9292
9714
|
[key: string]: string;
|
|
9293
9715
|
};
|
|
9716
|
+
statusCode: number;
|
|
9294
9717
|
body: TerminateDISyncInstanceResponseBody;
|
|
9295
9718
|
static names(): {
|
|
9296
9719
|
[key: string]: string;
|
|
@@ -9302,6 +9725,52 @@ export declare class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
9302
9725
|
[key: string]: any;
|
|
9303
9726
|
});
|
|
9304
9727
|
}
|
|
9728
|
+
export declare class TestDataServiceApiRequest extends $tea.Model {
|
|
9729
|
+
apiId?: number;
|
|
9730
|
+
bodyContent?: string;
|
|
9731
|
+
bodyParams?: TestDataServiceApiRequestBodyParams[];
|
|
9732
|
+
headParams?: TestDataServiceApiRequestHeadParams[];
|
|
9733
|
+
pathParams?: TestDataServiceApiRequestPathParams[];
|
|
9734
|
+
queryParam?: TestDataServiceApiRequestQueryParam[];
|
|
9735
|
+
static names(): {
|
|
9736
|
+
[key: string]: string;
|
|
9737
|
+
};
|
|
9738
|
+
static types(): {
|
|
9739
|
+
[key: string]: any;
|
|
9740
|
+
};
|
|
9741
|
+
constructor(map?: {
|
|
9742
|
+
[key: string]: any;
|
|
9743
|
+
});
|
|
9744
|
+
}
|
|
9745
|
+
export declare class TestDataServiceApiResponseBody extends $tea.Model {
|
|
9746
|
+
data?: TestDataServiceApiResponseBodyData;
|
|
9747
|
+
requestId?: string;
|
|
9748
|
+
static names(): {
|
|
9749
|
+
[key: string]: string;
|
|
9750
|
+
};
|
|
9751
|
+
static types(): {
|
|
9752
|
+
[key: string]: any;
|
|
9753
|
+
};
|
|
9754
|
+
constructor(map?: {
|
|
9755
|
+
[key: string]: any;
|
|
9756
|
+
});
|
|
9757
|
+
}
|
|
9758
|
+
export declare class TestDataServiceApiResponse extends $tea.Model {
|
|
9759
|
+
headers: {
|
|
9760
|
+
[key: string]: string;
|
|
9761
|
+
};
|
|
9762
|
+
statusCode: number;
|
|
9763
|
+
body: TestDataServiceApiResponseBody;
|
|
9764
|
+
static names(): {
|
|
9765
|
+
[key: string]: string;
|
|
9766
|
+
};
|
|
9767
|
+
static types(): {
|
|
9768
|
+
[key: string]: any;
|
|
9769
|
+
};
|
|
9770
|
+
constructor(map?: {
|
|
9771
|
+
[key: string]: any;
|
|
9772
|
+
});
|
|
9773
|
+
}
|
|
9305
9774
|
export declare class TestNetworkConnectionRequest extends $tea.Model {
|
|
9306
9775
|
datasourceName?: string;
|
|
9307
9776
|
envType?: string;
|
|
@@ -9335,6 +9804,7 @@ export declare class TestNetworkConnectionResponse extends $tea.Model {
|
|
|
9335
9804
|
headers: {
|
|
9336
9805
|
[key: string]: string;
|
|
9337
9806
|
};
|
|
9807
|
+
statusCode: number;
|
|
9338
9808
|
body: TestNetworkConnectionResponseBody;
|
|
9339
9809
|
static names(): {
|
|
9340
9810
|
[key: string]: string;
|
|
@@ -9375,6 +9845,7 @@ export declare class TopTenElapsedTimeInstanceResponse extends $tea.Model {
|
|
|
9375
9845
|
headers: {
|
|
9376
9846
|
[key: string]: string;
|
|
9377
9847
|
};
|
|
9848
|
+
statusCode: number;
|
|
9378
9849
|
body: TopTenElapsedTimeInstanceResponseBody;
|
|
9379
9850
|
static names(): {
|
|
9380
9851
|
[key: string]: string;
|
|
@@ -9415,6 +9886,7 @@ export declare class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
9415
9886
|
headers: {
|
|
9416
9887
|
[key: string]: string;
|
|
9417
9888
|
};
|
|
9889
|
+
statusCode: number;
|
|
9418
9890
|
body: TopTenErrorTimesInstanceResponseBody;
|
|
9419
9891
|
static names(): {
|
|
9420
9892
|
[key: string]: string;
|
|
@@ -9463,6 +9935,7 @@ export declare class UpdateBusinessResponse extends $tea.Model {
|
|
|
9463
9935
|
headers: {
|
|
9464
9936
|
[key: string]: string;
|
|
9465
9937
|
};
|
|
9938
|
+
statusCode: number;
|
|
9466
9939
|
body: UpdateBusinessResponseBody;
|
|
9467
9940
|
static names(): {
|
|
9468
9941
|
[key: string]: string;
|
|
@@ -9509,6 +9982,7 @@ export declare class UpdateConnectionResponse extends $tea.Model {
|
|
|
9509
9982
|
headers: {
|
|
9510
9983
|
[key: string]: string;
|
|
9511
9984
|
};
|
|
9985
|
+
statusCode: number;
|
|
9512
9986
|
body: UpdateConnectionResponseBody;
|
|
9513
9987
|
static names(): {
|
|
9514
9988
|
[key: string]: string;
|
|
@@ -9553,6 +10027,7 @@ export declare class UpdateDIProjectConfigResponse extends $tea.Model {
|
|
|
9553
10027
|
headers: {
|
|
9554
10028
|
[key: string]: string;
|
|
9555
10029
|
};
|
|
10030
|
+
statusCode: number;
|
|
9556
10031
|
body: UpdateDIProjectConfigResponseBody;
|
|
9557
10032
|
static names(): {
|
|
9558
10033
|
[key: string]: string;
|
|
@@ -9598,6 +10073,7 @@ export declare class UpdateDISyncTaskResponse extends $tea.Model {
|
|
|
9598
10073
|
headers: {
|
|
9599
10074
|
[key: string]: string;
|
|
9600
10075
|
};
|
|
10076
|
+
statusCode: number;
|
|
9601
10077
|
body: UpdateDISyncTaskResponseBody;
|
|
9602
10078
|
static names(): {
|
|
9603
10079
|
[key: string]: string;
|
|
@@ -9654,6 +10130,7 @@ export declare class UpdateDataServiceApiResponse extends $tea.Model {
|
|
|
9654
10130
|
headers: {
|
|
9655
10131
|
[key: string]: string;
|
|
9656
10132
|
};
|
|
10133
|
+
statusCode: number;
|
|
9657
10134
|
body: UpdateDataServiceApiResponseBody;
|
|
9658
10135
|
static names(): {
|
|
9659
10136
|
[key: string]: string;
|
|
@@ -9700,6 +10177,7 @@ export declare class UpdateDataSourceResponse extends $tea.Model {
|
|
|
9700
10177
|
headers: {
|
|
9701
10178
|
[key: string]: string;
|
|
9702
10179
|
};
|
|
10180
|
+
statusCode: number;
|
|
9703
10181
|
body: UpdateDataSourceResponseBody;
|
|
9704
10182
|
static names(): {
|
|
9705
10183
|
[key: string]: string;
|
|
@@ -9771,6 +10249,7 @@ export declare class UpdateFileResponse extends $tea.Model {
|
|
|
9771
10249
|
headers: {
|
|
9772
10250
|
[key: string]: string;
|
|
9773
10251
|
};
|
|
10252
|
+
statusCode: number;
|
|
9774
10253
|
body: UpdateFileResponseBody;
|
|
9775
10254
|
static names(): {
|
|
9776
10255
|
[key: string]: string;
|
|
@@ -9817,6 +10296,7 @@ export declare class UpdateFolderResponse extends $tea.Model {
|
|
|
9817
10296
|
headers: {
|
|
9818
10297
|
[key: string]: string;
|
|
9819
10298
|
};
|
|
10299
|
+
statusCode: number;
|
|
9820
10300
|
body: UpdateFolderResponseBody;
|
|
9821
10301
|
static names(): {
|
|
9822
10302
|
[key: string]: string;
|
|
@@ -9859,6 +10339,7 @@ export declare class UpdateIDEEventResultResponse extends $tea.Model {
|
|
|
9859
10339
|
headers: {
|
|
9860
10340
|
[key: string]: string;
|
|
9861
10341
|
};
|
|
10342
|
+
statusCode: number;
|
|
9862
10343
|
body: UpdateIDEEventResultResponseBody;
|
|
9863
10344
|
static names(): {
|
|
9864
10345
|
[key: string]: string;
|
|
@@ -9905,6 +10386,7 @@ export declare class UpdateMetaCategoryResponse extends $tea.Model {
|
|
|
9905
10386
|
headers: {
|
|
9906
10387
|
[key: string]: string;
|
|
9907
10388
|
};
|
|
10389
|
+
statusCode: number;
|
|
9908
10390
|
body: UpdateMetaCategoryResponseBody;
|
|
9909
10391
|
static names(): {
|
|
9910
10392
|
[key: string]: string;
|
|
@@ -9924,6 +10406,7 @@ export declare class UpdateMetaTableRequest extends $tea.Model {
|
|
|
9924
10406
|
newOwnerId?: string;
|
|
9925
10407
|
projectId?: number;
|
|
9926
10408
|
removedLabels?: string;
|
|
10409
|
+
schema?: string;
|
|
9927
10410
|
tableGuid?: string;
|
|
9928
10411
|
tableName?: string;
|
|
9929
10412
|
visibility?: number;
|
|
@@ -9954,6 +10437,7 @@ export declare class UpdateMetaTableResponse extends $tea.Model {
|
|
|
9954
10437
|
headers: {
|
|
9955
10438
|
[key: string]: string;
|
|
9956
10439
|
};
|
|
10440
|
+
statusCode: number;
|
|
9957
10441
|
body: UpdateMetaTableResponseBody;
|
|
9958
10442
|
static names(): {
|
|
9959
10443
|
[key: string]: string;
|
|
@@ -9995,6 +10479,7 @@ export declare class UpdateMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
9995
10479
|
headers: {
|
|
9996
10480
|
[key: string]: string;
|
|
9997
10481
|
};
|
|
10482
|
+
statusCode: number;
|
|
9998
10483
|
body: UpdateMetaTableIntroWikiResponseBody;
|
|
9999
10484
|
static names(): {
|
|
10000
10485
|
[key: string]: string;
|
|
@@ -10037,6 +10522,7 @@ export declare class UpdateNodeOwnerResponse extends $tea.Model {
|
|
|
10037
10522
|
headers: {
|
|
10038
10523
|
[key: string]: string;
|
|
10039
10524
|
};
|
|
10525
|
+
statusCode: number;
|
|
10040
10526
|
body: UpdateNodeOwnerResponseBody;
|
|
10041
10527
|
static names(): {
|
|
10042
10528
|
[key: string]: string;
|
|
@@ -10079,6 +10565,7 @@ export declare class UpdateNodeRunModeResponse extends $tea.Model {
|
|
|
10079
10565
|
headers: {
|
|
10080
10566
|
[key: string]: string;
|
|
10081
10567
|
};
|
|
10568
|
+
statusCode: number;
|
|
10082
10569
|
body: UpdateNodeRunModeResponseBody;
|
|
10083
10570
|
static names(): {
|
|
10084
10571
|
[key: string]: string;
|
|
@@ -10126,6 +10613,7 @@ export declare class UpdateQualityFollowerResponse extends $tea.Model {
|
|
|
10126
10613
|
headers: {
|
|
10127
10614
|
[key: string]: string;
|
|
10128
10615
|
};
|
|
10616
|
+
statusCode: number;
|
|
10129
10617
|
body: UpdateQualityFollowerResponseBody;
|
|
10130
10618
|
static names(): {
|
|
10131
10619
|
[key: string]: string;
|
|
@@ -10189,6 +10677,7 @@ export declare class UpdateQualityRuleResponse extends $tea.Model {
|
|
|
10189
10677
|
headers: {
|
|
10190
10678
|
[key: string]: string;
|
|
10191
10679
|
};
|
|
10680
|
+
statusCode: number;
|
|
10192
10681
|
body: UpdateQualityRuleResponseBody;
|
|
10193
10682
|
static names(): {
|
|
10194
10683
|
[key: string]: string;
|
|
@@ -10249,6 +10738,7 @@ export declare class UpdateRemindResponse extends $tea.Model {
|
|
|
10249
10738
|
headers: {
|
|
10250
10739
|
[key: string]: string;
|
|
10251
10740
|
};
|
|
10741
|
+
statusCode: number;
|
|
10252
10742
|
body: UpdateRemindResponseBody;
|
|
10253
10743
|
static names(): {
|
|
10254
10744
|
[key: string]: string;
|
|
@@ -10277,6 +10767,7 @@ export declare class UpdateTableRequest extends $tea.Model {
|
|
|
10277
10767
|
ownerId?: string;
|
|
10278
10768
|
physicsLevelId?: number;
|
|
10279
10769
|
projectId?: number;
|
|
10770
|
+
schema?: string;
|
|
10280
10771
|
tableName?: string;
|
|
10281
10772
|
themes?: UpdateTableRequestThemes[];
|
|
10282
10773
|
visibility?: number;
|
|
@@ -10307,6 +10798,7 @@ export declare class UpdateTableResponse extends $tea.Model {
|
|
|
10307
10798
|
headers: {
|
|
10308
10799
|
[key: string]: string;
|
|
10309
10800
|
};
|
|
10801
|
+
statusCode: number;
|
|
10310
10802
|
body: UpdateTableResponseBody;
|
|
10311
10803
|
static names(): {
|
|
10312
10804
|
[key: string]: string;
|
|
@@ -10348,6 +10840,7 @@ export declare class UpdateTableAddColumnResponse extends $tea.Model {
|
|
|
10348
10840
|
headers: {
|
|
10349
10841
|
[key: string]: string;
|
|
10350
10842
|
};
|
|
10843
|
+
statusCode: number;
|
|
10351
10844
|
body: UpdateTableAddColumnResponseBody;
|
|
10352
10845
|
static names(): {
|
|
10353
10846
|
[key: string]: string;
|
|
@@ -10396,6 +10889,7 @@ export declare class UpdateTableLevelResponse extends $tea.Model {
|
|
|
10396
10889
|
headers: {
|
|
10397
10890
|
[key: string]: string;
|
|
10398
10891
|
};
|
|
10892
|
+
statusCode: number;
|
|
10399
10893
|
body: UpdateTableLevelResponseBody;
|
|
10400
10894
|
static names(): {
|
|
10401
10895
|
[key: string]: string;
|
|
@@ -10440,6 +10934,7 @@ export declare class UpdateTableModelInfoResponse extends $tea.Model {
|
|
|
10440
10934
|
headers: {
|
|
10441
10935
|
[key: string]: string;
|
|
10442
10936
|
};
|
|
10937
|
+
statusCode: number;
|
|
10443
10938
|
body: UpdateTableModelInfoResponseBody;
|
|
10444
10939
|
static names(): {
|
|
10445
10940
|
[key: string]: string;
|
|
@@ -10486,6 +10981,7 @@ export declare class UpdateTableThemeResponse extends $tea.Model {
|
|
|
10486
10981
|
headers: {
|
|
10487
10982
|
[key: string]: string;
|
|
10488
10983
|
};
|
|
10984
|
+
statusCode: number;
|
|
10489
10985
|
body: UpdateTableThemeResponseBody;
|
|
10490
10986
|
static names(): {
|
|
10491
10987
|
[key: string]: string;
|
|
@@ -10540,6 +11036,7 @@ export declare class UpdateUdfFileResponse extends $tea.Model {
|
|
|
10540
11036
|
headers: {
|
|
10541
11037
|
[key: string]: string;
|
|
10542
11038
|
};
|
|
11039
|
+
statusCode: number;
|
|
10543
11040
|
body: UpdateUdfFileResponseBody;
|
|
10544
11041
|
static names(): {
|
|
10545
11042
|
[key: string]: string;
|
|
@@ -10583,6 +11080,7 @@ export declare class UpdateWorkbenchEventResultResponse extends $tea.Model {
|
|
|
10583
11080
|
headers: {
|
|
10584
11081
|
[key: string]: string;
|
|
10585
11082
|
};
|
|
11083
|
+
statusCode: number;
|
|
10586
11084
|
body: UpdateWorkbenchEventResultResponseBody;
|
|
10587
11085
|
static names(): {
|
|
10588
11086
|
[key: string]: string;
|
|
@@ -11331,6 +11829,25 @@ export declare class GetDataServiceApiResponseBodyData extends $tea.Model {
|
|
|
11331
11829
|
[key: string]: any;
|
|
11332
11830
|
});
|
|
11333
11831
|
}
|
|
11832
|
+
export declare class GetDataServiceApiTestResponseBodyData extends $tea.Model {
|
|
11833
|
+
apiId?: number;
|
|
11834
|
+
costTime?: string;
|
|
11835
|
+
debugInfo?: string;
|
|
11836
|
+
nodesDebugInfo?: string;
|
|
11837
|
+
paramMap?: string;
|
|
11838
|
+
retCode?: number;
|
|
11839
|
+
retResult?: string;
|
|
11840
|
+
status?: string;
|
|
11841
|
+
static names(): {
|
|
11842
|
+
[key: string]: string;
|
|
11843
|
+
};
|
|
11844
|
+
static types(): {
|
|
11845
|
+
[key: string]: any;
|
|
11846
|
+
};
|
|
11847
|
+
constructor(map?: {
|
|
11848
|
+
[key: string]: any;
|
|
11849
|
+
});
|
|
11850
|
+
}
|
|
11334
11851
|
export declare class GetDataServiceApplicationResponseBodyData extends $tea.Model {
|
|
11335
11852
|
applicationCode?: string;
|
|
11336
11853
|
applicationId?: number;
|
|
@@ -12399,6 +12916,7 @@ export declare class GetMetaTableBasicInfoResponseBodyData extends $tea.Model {
|
|
|
12399
12916
|
projectId?: number;
|
|
12400
12917
|
projectName?: string;
|
|
12401
12918
|
readCount?: number;
|
|
12919
|
+
schema?: string;
|
|
12402
12920
|
tableGuid?: string;
|
|
12403
12921
|
tableName?: string;
|
|
12404
12922
|
tenantId?: number;
|
|
@@ -12519,6 +13037,7 @@ export declare class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
12519
13037
|
partitionKeys?: string;
|
|
12520
13038
|
projectId?: number;
|
|
12521
13039
|
projectName?: string;
|
|
13040
|
+
schema?: string;
|
|
12522
13041
|
tableGuid?: string;
|
|
12523
13042
|
tableName?: string;
|
|
12524
13043
|
tenantId?: number;
|
|
@@ -13802,6 +14321,25 @@ export declare class ListDataServiceApiAuthoritiesResponseBodyData extends $tea.
|
|
|
13802
14321
|
[key: string]: any;
|
|
13803
14322
|
});
|
|
13804
14323
|
}
|
|
14324
|
+
export declare class ListDataServiceApiTestResponseBodyData extends $tea.Model {
|
|
14325
|
+
apiId?: number;
|
|
14326
|
+
costTime?: number;
|
|
14327
|
+
createTime?: number;
|
|
14328
|
+
paramMap?: string;
|
|
14329
|
+
retCode?: number;
|
|
14330
|
+
retResult?: string;
|
|
14331
|
+
status?: string;
|
|
14332
|
+
testId?: number;
|
|
14333
|
+
static names(): {
|
|
14334
|
+
[key: string]: string;
|
|
14335
|
+
};
|
|
14336
|
+
static types(): {
|
|
14337
|
+
[key: string]: any;
|
|
14338
|
+
};
|
|
14339
|
+
constructor(map?: {
|
|
14340
|
+
[key: string]: any;
|
|
14341
|
+
});
|
|
14342
|
+
}
|
|
13805
14343
|
export declare class ListDataServiceApisResponseBodyDataApisRegistrationDetailsRegistrationErrorCodes extends $tea.Model {
|
|
13806
14344
|
errorCode?: string;
|
|
13807
14345
|
errorMessage?: string;
|
|
@@ -14850,6 +15388,48 @@ export declare class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
|
|
|
14850
15388
|
[key: string]: any;
|
|
14851
15389
|
});
|
|
14852
15390
|
}
|
|
15391
|
+
export declare class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
|
|
15392
|
+
createTime?: number;
|
|
15393
|
+
createUser?: string;
|
|
15394
|
+
createUserName?: string;
|
|
15395
|
+
description?: string;
|
|
15396
|
+
downloadUrl?: string;
|
|
15397
|
+
id?: number;
|
|
15398
|
+
message?: string;
|
|
15399
|
+
migrationType?: string;
|
|
15400
|
+
name?: string;
|
|
15401
|
+
packageType?: string;
|
|
15402
|
+
projectId?: number;
|
|
15403
|
+
status?: string;
|
|
15404
|
+
tenantId?: number;
|
|
15405
|
+
updateTime?: number;
|
|
15406
|
+
updateUser?: string;
|
|
15407
|
+
updateUserName?: string;
|
|
15408
|
+
static names(): {
|
|
15409
|
+
[key: string]: string;
|
|
15410
|
+
};
|
|
15411
|
+
static types(): {
|
|
15412
|
+
[key: string]: any;
|
|
15413
|
+
};
|
|
15414
|
+
constructor(map?: {
|
|
15415
|
+
[key: string]: any;
|
|
15416
|
+
});
|
|
15417
|
+
}
|
|
15418
|
+
export declare class ListMigrationsResponseBodyData extends $tea.Model {
|
|
15419
|
+
migrations?: ListMigrationsResponseBodyDataMigrations[];
|
|
15420
|
+
pageNumber?: number;
|
|
15421
|
+
pageSize?: number;
|
|
15422
|
+
totalCount?: number;
|
|
15423
|
+
static names(): {
|
|
15424
|
+
[key: string]: string;
|
|
15425
|
+
};
|
|
15426
|
+
static types(): {
|
|
15427
|
+
[key: string]: any;
|
|
15428
|
+
};
|
|
15429
|
+
constructor(map?: {
|
|
15430
|
+
[key: string]: any;
|
|
15431
|
+
});
|
|
15432
|
+
}
|
|
14853
15433
|
export declare class ListNodeIOResponseBodyData extends $tea.Model {
|
|
14854
15434
|
data?: string;
|
|
14855
15435
|
nodeId?: number;
|
|
@@ -15503,6 +16083,64 @@ export declare class ListResourceGroupsResponseBodyData extends $tea.Model {
|
|
|
15503
16083
|
[key: string]: any;
|
|
15504
16084
|
});
|
|
15505
16085
|
}
|
|
16086
|
+
export declare class ListShiftPersonnelsResponseBodyPagingShiftPersons extends $tea.Model {
|
|
16087
|
+
beginTime?: number;
|
|
16088
|
+
endTime?: number;
|
|
16089
|
+
shiftPersonName?: string;
|
|
16090
|
+
shiftPersonUID?: string;
|
|
16091
|
+
static names(): {
|
|
16092
|
+
[key: string]: string;
|
|
16093
|
+
};
|
|
16094
|
+
static types(): {
|
|
16095
|
+
[key: string]: any;
|
|
16096
|
+
};
|
|
16097
|
+
constructor(map?: {
|
|
16098
|
+
[key: string]: any;
|
|
16099
|
+
});
|
|
16100
|
+
}
|
|
16101
|
+
export declare class ListShiftPersonnelsResponseBodyPaging extends $tea.Model {
|
|
16102
|
+
pageNumber?: number;
|
|
16103
|
+
pageSize?: number;
|
|
16104
|
+
shiftPersons?: ListShiftPersonnelsResponseBodyPagingShiftPersons[];
|
|
16105
|
+
totalCount?: number;
|
|
16106
|
+
static names(): {
|
|
16107
|
+
[key: string]: string;
|
|
16108
|
+
};
|
|
16109
|
+
static types(): {
|
|
16110
|
+
[key: string]: any;
|
|
16111
|
+
};
|
|
16112
|
+
constructor(map?: {
|
|
16113
|
+
[key: string]: any;
|
|
16114
|
+
});
|
|
16115
|
+
}
|
|
16116
|
+
export declare class ListShiftSchedulesResponseBodyPagingShiftSchedules extends $tea.Model {
|
|
16117
|
+
shiftScheduleIdentifier?: string;
|
|
16118
|
+
shiftScheduleName?: string;
|
|
16119
|
+
static names(): {
|
|
16120
|
+
[key: string]: string;
|
|
16121
|
+
};
|
|
16122
|
+
static types(): {
|
|
16123
|
+
[key: string]: any;
|
|
16124
|
+
};
|
|
16125
|
+
constructor(map?: {
|
|
16126
|
+
[key: string]: any;
|
|
16127
|
+
});
|
|
16128
|
+
}
|
|
16129
|
+
export declare class ListShiftSchedulesResponseBodyPaging extends $tea.Model {
|
|
16130
|
+
pageNumber?: number;
|
|
16131
|
+
pageSize?: number;
|
|
16132
|
+
shiftSchedules?: ListShiftSchedulesResponseBodyPagingShiftSchedules[];
|
|
16133
|
+
totalCount?: number;
|
|
16134
|
+
static names(): {
|
|
16135
|
+
[key: string]: string;
|
|
16136
|
+
};
|
|
16137
|
+
static types(): {
|
|
16138
|
+
[key: string]: any;
|
|
16139
|
+
};
|
|
16140
|
+
constructor(map?: {
|
|
16141
|
+
[key: string]: any;
|
|
16142
|
+
});
|
|
16143
|
+
}
|
|
15506
16144
|
export declare class ListSuccessInstanceAmountResponseBodyInstanceStatusTrendAvgTrend extends $tea.Model {
|
|
15507
16145
|
count?: number;
|
|
15508
16146
|
timePoint?: string;
|
|
@@ -15689,6 +16327,7 @@ export declare class SearchMetaTablesResponseBodyDataDataEntityList extends $tea
|
|
|
15689
16327
|
ownerId?: string;
|
|
15690
16328
|
projectId?: number;
|
|
15691
16329
|
projectName?: string;
|
|
16330
|
+
schema?: string;
|
|
15692
16331
|
tableGuid?: string;
|
|
15693
16332
|
tableName?: string;
|
|
15694
16333
|
tenantId?: number;
|
|
@@ -15769,6 +16408,70 @@ export declare class TerminateDISyncInstanceResponseBodyData extends $tea.Model
|
|
|
15769
16408
|
[key: string]: any;
|
|
15770
16409
|
});
|
|
15771
16410
|
}
|
|
16411
|
+
export declare class TestDataServiceApiRequestBodyParams extends $tea.Model {
|
|
16412
|
+
paramKey?: string;
|
|
16413
|
+
paramValue?: string;
|
|
16414
|
+
static names(): {
|
|
16415
|
+
[key: string]: string;
|
|
16416
|
+
};
|
|
16417
|
+
static types(): {
|
|
16418
|
+
[key: string]: any;
|
|
16419
|
+
};
|
|
16420
|
+
constructor(map?: {
|
|
16421
|
+
[key: string]: any;
|
|
16422
|
+
});
|
|
16423
|
+
}
|
|
16424
|
+
export declare class TestDataServiceApiRequestHeadParams extends $tea.Model {
|
|
16425
|
+
paramKey?: string;
|
|
16426
|
+
paramValue?: string;
|
|
16427
|
+
static names(): {
|
|
16428
|
+
[key: string]: string;
|
|
16429
|
+
};
|
|
16430
|
+
static types(): {
|
|
16431
|
+
[key: string]: any;
|
|
16432
|
+
};
|
|
16433
|
+
constructor(map?: {
|
|
16434
|
+
[key: string]: any;
|
|
16435
|
+
});
|
|
16436
|
+
}
|
|
16437
|
+
export declare class TestDataServiceApiRequestPathParams extends $tea.Model {
|
|
16438
|
+
paramKey?: string;
|
|
16439
|
+
paramValue?: string;
|
|
16440
|
+
static names(): {
|
|
16441
|
+
[key: string]: string;
|
|
16442
|
+
};
|
|
16443
|
+
static types(): {
|
|
16444
|
+
[key: string]: any;
|
|
16445
|
+
};
|
|
16446
|
+
constructor(map?: {
|
|
16447
|
+
[key: string]: any;
|
|
16448
|
+
});
|
|
16449
|
+
}
|
|
16450
|
+
export declare class TestDataServiceApiRequestQueryParam extends $tea.Model {
|
|
16451
|
+
paramKey?: string;
|
|
16452
|
+
paramValue?: string;
|
|
16453
|
+
static names(): {
|
|
16454
|
+
[key: string]: string;
|
|
16455
|
+
};
|
|
16456
|
+
static types(): {
|
|
16457
|
+
[key: string]: any;
|
|
16458
|
+
};
|
|
16459
|
+
constructor(map?: {
|
|
16460
|
+
[key: string]: any;
|
|
16461
|
+
});
|
|
16462
|
+
}
|
|
16463
|
+
export declare class TestDataServiceApiResponseBodyData extends $tea.Model {
|
|
16464
|
+
testId?: string;
|
|
16465
|
+
static names(): {
|
|
16466
|
+
[key: string]: string;
|
|
16467
|
+
};
|
|
16468
|
+
static types(): {
|
|
16469
|
+
[key: string]: any;
|
|
16470
|
+
};
|
|
16471
|
+
constructor(map?: {
|
|
16472
|
+
[key: string]: any;
|
|
16473
|
+
});
|
|
16474
|
+
}
|
|
15772
16475
|
export declare class TestNetworkConnectionResponseBodyTaskList extends $tea.Model {
|
|
15773
16476
|
connectMessage?: string;
|
|
15774
16477
|
connectStatus?: boolean;
|
|
@@ -16090,6 +16793,8 @@ export default class Client extends OpenApi {
|
|
|
16090
16793
|
getDag(request: GetDagRequest): Promise<GetDagResponse>;
|
|
16091
16794
|
getDataServiceApiWithOptions(request: GetDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApiResponse>;
|
|
16092
16795
|
getDataServiceApi(request: GetDataServiceApiRequest): Promise<GetDataServiceApiResponse>;
|
|
16796
|
+
getDataServiceApiTestWithOptions(request: GetDataServiceApiTestRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApiTestResponse>;
|
|
16797
|
+
getDataServiceApiTest(request: GetDataServiceApiTestRequest): Promise<GetDataServiceApiTestResponse>;
|
|
16093
16798
|
getDataServiceApplicationWithOptions(request: GetDataServiceApplicationRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApplicationResponse>;
|
|
16094
16799
|
getDataServiceApplication(request: GetDataServiceApplicationRequest): Promise<GetDataServiceApplicationResponse>;
|
|
16095
16800
|
getDataServiceFolderWithOptions(request: GetDataServiceFolderRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceFolderResponse>;
|
|
@@ -16226,6 +16931,8 @@ export default class Client extends OpenApi {
|
|
|
16226
16931
|
listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
|
|
16227
16932
|
listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
|
|
16228
16933
|
listDataServiceApiAuthorities(request: ListDataServiceApiAuthoritiesRequest): Promise<ListDataServiceApiAuthoritiesResponse>;
|
|
16934
|
+
listDataServiceApiTestWithOptions(request: ListDataServiceApiTestRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiTestResponse>;
|
|
16935
|
+
listDataServiceApiTest(request: ListDataServiceApiTestRequest): Promise<ListDataServiceApiTestResponse>;
|
|
16229
16936
|
listDataServiceApisWithOptions(request: ListDataServiceApisRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApisResponse>;
|
|
16230
16937
|
listDataServiceApis(request: ListDataServiceApisRequest): Promise<ListDataServiceApisResponse>;
|
|
16231
16938
|
listDataServiceApplicationsWithOptions(request: ListDataServiceApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApplicationsResponse>;
|
|
@@ -16262,6 +16969,8 @@ export default class Client extends OpenApi {
|
|
|
16262
16969
|
listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
|
|
16263
16970
|
listMetaDBWithOptions(request: ListMetaDBRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaDBResponse>;
|
|
16264
16971
|
listMetaDB(request: ListMetaDBRequest): Promise<ListMetaDBResponse>;
|
|
16972
|
+
listMigrationsWithOptions(request: ListMigrationsRequest, runtime: $Util.RuntimeOptions): Promise<ListMigrationsResponse>;
|
|
16973
|
+
listMigrations(request: ListMigrationsRequest): Promise<ListMigrationsResponse>;
|
|
16265
16974
|
listNodeIOWithOptions(request: ListNodeIORequest, runtime: $Util.RuntimeOptions): Promise<ListNodeIOResponse>;
|
|
16266
16975
|
listNodeIO(request: ListNodeIORequest): Promise<ListNodeIOResponse>;
|
|
16267
16976
|
listNodeInputOrOutputWithOptions(request: ListNodeInputOrOutputRequest, runtime: $Util.RuntimeOptions): Promise<ListNodeInputOrOutputResponse>;
|
|
@@ -16296,6 +17005,10 @@ export default class Client extends OpenApi {
|
|
|
16296
17005
|
listReminds(request: ListRemindsRequest): Promise<ListRemindsResponse>;
|
|
16297
17006
|
listResourceGroupsWithOptions(request: ListResourceGroupsRequest, runtime: $Util.RuntimeOptions): Promise<ListResourceGroupsResponse>;
|
|
16298
17007
|
listResourceGroups(request: ListResourceGroupsRequest): Promise<ListResourceGroupsResponse>;
|
|
17008
|
+
listShiftPersonnelsWithOptions(request: ListShiftPersonnelsRequest, runtime: $Util.RuntimeOptions): Promise<ListShiftPersonnelsResponse>;
|
|
17009
|
+
listShiftPersonnels(request: ListShiftPersonnelsRequest): Promise<ListShiftPersonnelsResponse>;
|
|
17010
|
+
listShiftSchedulesWithOptions(request: ListShiftSchedulesRequest, runtime: $Util.RuntimeOptions): Promise<ListShiftSchedulesResponse>;
|
|
17011
|
+
listShiftSchedules(request: ListShiftSchedulesRequest): Promise<ListShiftSchedulesResponse>;
|
|
16299
17012
|
listSuccessInstanceAmountWithOptions(request: ListSuccessInstanceAmountRequest, runtime: $Util.RuntimeOptions): Promise<ListSuccessInstanceAmountResponse>;
|
|
16300
17013
|
listSuccessInstanceAmount(request: ListSuccessInstanceAmountRequest): Promise<ListSuccessInstanceAmountResponse>;
|
|
16301
17014
|
listTableLevelWithOptions(request: ListTableLevelRequest, runtime: $Util.RuntimeOptions): Promise<ListTableLevelResponse>;
|
|
@@ -16354,6 +17067,8 @@ export default class Client extends OpenApi {
|
|
|
16354
17067
|
suspendInstance(request: SuspendInstanceRequest): Promise<SuspendInstanceResponse>;
|
|
16355
17068
|
terminateDISyncInstanceWithOptions(request: TerminateDISyncInstanceRequest, runtime: $Util.RuntimeOptions): Promise<TerminateDISyncInstanceResponse>;
|
|
16356
17069
|
terminateDISyncInstance(request: TerminateDISyncInstanceRequest): Promise<TerminateDISyncInstanceResponse>;
|
|
17070
|
+
testDataServiceApiWithOptions(request: TestDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<TestDataServiceApiResponse>;
|
|
17071
|
+
testDataServiceApi(request: TestDataServiceApiRequest): Promise<TestDataServiceApiResponse>;
|
|
16357
17072
|
testNetworkConnectionWithOptions(request: TestNetworkConnectionRequest, runtime: $Util.RuntimeOptions): Promise<TestNetworkConnectionResponse>;
|
|
16358
17073
|
testNetworkConnection(request: TestNetworkConnectionRequest): Promise<TestNetworkConnectionResponse>;
|
|
16359
17074
|
topTenElapsedTimeInstanceWithOptions(request: TopTenElapsedTimeInstanceRequest, runtime: $Util.RuntimeOptions): Promise<TopTenElapsedTimeInstanceResponse>;
|