@alicloud/dataworks-public20200518 4.3.6 → 4.3.9
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 +1254 -39
- package/dist/client.js +2312 -77
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3157 -269
package/dist/client.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export declare class AbolishDataServiceApiResponse extends $tea.Model {
|
|
|
41
41
|
headers: {
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
44
|
+
statusCode: number;
|
|
44
45
|
body: AbolishDataServiceApiResponseBody;
|
|
45
46
|
static names(): {
|
|
46
47
|
[key: string]: string;
|
|
@@ -83,6 +84,7 @@ export declare class AddProjectMemberToRoleResponse extends $tea.Model {
|
|
|
83
84
|
headers: {
|
|
84
85
|
[key: string]: string;
|
|
85
86
|
};
|
|
87
|
+
statusCode: number;
|
|
86
88
|
body: AddProjectMemberToRoleResponseBody;
|
|
87
89
|
static names(): {
|
|
88
90
|
[key: string]: string;
|
|
@@ -128,6 +130,7 @@ export declare class AddToMetaCategoryResponse extends $tea.Model {
|
|
|
128
130
|
headers: {
|
|
129
131
|
[key: string]: string;
|
|
130
132
|
};
|
|
133
|
+
statusCode: number;
|
|
131
134
|
body: AddToMetaCategoryResponseBody;
|
|
132
135
|
static names(): {
|
|
133
136
|
[key: string]: string;
|
|
@@ -170,6 +173,7 @@ export declare class ApprovePermissionApplyOrderResponse extends $tea.Model {
|
|
|
170
173
|
headers: {
|
|
171
174
|
[key: string]: string;
|
|
172
175
|
};
|
|
176
|
+
statusCode: number;
|
|
173
177
|
body: ApprovePermissionApplyOrderResponseBody;
|
|
174
178
|
static names(): {
|
|
175
179
|
[key: string]: string;
|
|
@@ -211,6 +215,7 @@ export declare class CheckFileDeploymentResponse extends $tea.Model {
|
|
|
211
215
|
headers: {
|
|
212
216
|
[key: string]: string;
|
|
213
217
|
};
|
|
218
|
+
statusCode: number;
|
|
214
219
|
body: CheckFileDeploymentResponseBody;
|
|
215
220
|
static names(): {
|
|
216
221
|
[key: string]: string;
|
|
@@ -260,6 +265,7 @@ export declare class CheckMetaPartitionResponse extends $tea.Model {
|
|
|
260
265
|
headers: {
|
|
261
266
|
[key: string]: string;
|
|
262
267
|
};
|
|
268
|
+
statusCode: number;
|
|
263
269
|
body: CheckMetaPartitionResponseBody;
|
|
264
270
|
static names(): {
|
|
265
271
|
[key: string]: string;
|
|
@@ -304,6 +310,7 @@ export declare class CheckMetaTableResponse extends $tea.Model {
|
|
|
304
310
|
headers: {
|
|
305
311
|
[key: string]: string;
|
|
306
312
|
};
|
|
313
|
+
statusCode: number;
|
|
307
314
|
body: CheckMetaTableResponseBody;
|
|
308
315
|
static names(): {
|
|
309
316
|
[key: string]: string;
|
|
@@ -353,6 +360,7 @@ export declare class CreateBusinessResponse extends $tea.Model {
|
|
|
353
360
|
headers: {
|
|
354
361
|
[key: string]: string;
|
|
355
362
|
};
|
|
363
|
+
statusCode: number;
|
|
356
364
|
body: CreateBusinessResponseBody;
|
|
357
365
|
static names(): {
|
|
358
366
|
[key: string]: string;
|
|
@@ -401,6 +409,7 @@ export declare class CreateConnectionResponse extends $tea.Model {
|
|
|
401
409
|
headers: {
|
|
402
410
|
[key: string]: string;
|
|
403
411
|
};
|
|
412
|
+
statusCode: number;
|
|
404
413
|
body: CreateConnectionResponseBody;
|
|
405
414
|
static names(): {
|
|
406
415
|
[key: string]: string;
|
|
@@ -447,6 +456,7 @@ export declare class CreateDISyncTaskResponse extends $tea.Model {
|
|
|
447
456
|
headers: {
|
|
448
457
|
[key: string]: string;
|
|
449
458
|
};
|
|
459
|
+
statusCode: number;
|
|
450
460
|
body: CreateDISyncTaskResponseBody;
|
|
451
461
|
static names(): {
|
|
452
462
|
[key: string]: string;
|
|
@@ -501,6 +511,7 @@ export declare class CreateDagComplementResponse extends $tea.Model {
|
|
|
501
511
|
headers: {
|
|
502
512
|
[key: string]: string;
|
|
503
513
|
};
|
|
514
|
+
statusCode: number;
|
|
504
515
|
body: CreateDagComplementResponseBody;
|
|
505
516
|
static names(): {
|
|
506
517
|
[key: string]: string;
|
|
@@ -549,6 +560,7 @@ export declare class CreateDagTestResponse extends $tea.Model {
|
|
|
549
560
|
headers: {
|
|
550
561
|
[key: string]: string;
|
|
551
562
|
};
|
|
563
|
+
statusCode: number;
|
|
552
564
|
body: CreateDagTestResponseBody;
|
|
553
565
|
static names(): {
|
|
554
566
|
[key: string]: string;
|
|
@@ -608,6 +620,7 @@ export declare class CreateDataServiceApiResponse extends $tea.Model {
|
|
|
608
620
|
headers: {
|
|
609
621
|
[key: string]: string;
|
|
610
622
|
};
|
|
623
|
+
statusCode: number;
|
|
611
624
|
body: CreateDataServiceApiResponseBody;
|
|
612
625
|
static names(): {
|
|
613
626
|
[key: string]: string;
|
|
@@ -652,6 +665,7 @@ export declare class CreateDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
652
665
|
headers: {
|
|
653
666
|
[key: string]: string;
|
|
654
667
|
};
|
|
668
|
+
statusCode: number;
|
|
655
669
|
body: CreateDataServiceApiAuthorityResponseBody;
|
|
656
670
|
static names(): {
|
|
657
671
|
[key: string]: string;
|
|
@@ -696,6 +710,7 @@ export declare class CreateDataServiceFolderResponse extends $tea.Model {
|
|
|
696
710
|
headers: {
|
|
697
711
|
[key: string]: string;
|
|
698
712
|
};
|
|
713
|
+
statusCode: number;
|
|
699
714
|
body: CreateDataServiceFolderResponseBody;
|
|
700
715
|
static names(): {
|
|
701
716
|
[key: string]: string;
|
|
@@ -740,6 +755,7 @@ export declare class CreateDataServiceGroupResponse extends $tea.Model {
|
|
|
740
755
|
headers: {
|
|
741
756
|
[key: string]: string;
|
|
742
757
|
};
|
|
758
|
+
statusCode: number;
|
|
743
759
|
body: CreateDataServiceGroupResponseBody;
|
|
744
760
|
static names(): {
|
|
745
761
|
[key: string]: string;
|
|
@@ -788,6 +804,7 @@ export declare class CreateDataSourceResponse extends $tea.Model {
|
|
|
788
804
|
headers: {
|
|
789
805
|
[key: string]: string;
|
|
790
806
|
};
|
|
807
|
+
statusCode: number;
|
|
791
808
|
body: CreateDataSourceResponseBody;
|
|
792
809
|
static names(): {
|
|
793
810
|
[key: string]: string;
|
|
@@ -834,6 +851,7 @@ export declare class CreateExportMigrationResponse extends $tea.Model {
|
|
|
834
851
|
headers: {
|
|
835
852
|
[key: string]: string;
|
|
836
853
|
};
|
|
854
|
+
statusCode: number;
|
|
837
855
|
body: CreateExportMigrationResponseBody;
|
|
838
856
|
static names(): {
|
|
839
857
|
[key: string]: string;
|
|
@@ -906,6 +924,7 @@ export declare class CreateFileResponse extends $tea.Model {
|
|
|
906
924
|
headers: {
|
|
907
925
|
[key: string]: string;
|
|
908
926
|
};
|
|
927
|
+
statusCode: number;
|
|
909
928
|
body: CreateFileResponseBody;
|
|
910
929
|
static names(): {
|
|
911
930
|
[key: string]: string;
|
|
@@ -952,6 +971,7 @@ export declare class CreateFolderResponse extends $tea.Model {
|
|
|
952
971
|
headers: {
|
|
953
972
|
[key: string]: string;
|
|
954
973
|
};
|
|
974
|
+
statusCode: number;
|
|
955
975
|
body: CreateFolderResponseBody;
|
|
956
976
|
static names(): {
|
|
957
977
|
[key: string]: string;
|
|
@@ -1024,6 +1044,7 @@ export declare class CreateImportMigrationResponse extends $tea.Model {
|
|
|
1024
1044
|
headers: {
|
|
1025
1045
|
[key: string]: string;
|
|
1026
1046
|
};
|
|
1047
|
+
statusCode: number;
|
|
1027
1048
|
body: CreateImportMigrationResponseBody;
|
|
1028
1049
|
static names(): {
|
|
1029
1050
|
[key: string]: string;
|
|
@@ -1071,6 +1092,7 @@ export declare class CreateManualDagResponse extends $tea.Model {
|
|
|
1071
1092
|
headers: {
|
|
1072
1093
|
[key: string]: string;
|
|
1073
1094
|
};
|
|
1095
|
+
statusCode: number;
|
|
1074
1096
|
body: CreateManualDagResponseBody;
|
|
1075
1097
|
static names(): {
|
|
1076
1098
|
[key: string]: string;
|
|
@@ -1117,6 +1139,7 @@ export declare class CreateMetaCategoryResponse extends $tea.Model {
|
|
|
1117
1139
|
headers: {
|
|
1118
1140
|
[key: string]: string;
|
|
1119
1141
|
};
|
|
1142
|
+
statusCode: number;
|
|
1120
1143
|
body: CreateMetaCategoryResponseBody;
|
|
1121
1144
|
static names(): {
|
|
1122
1145
|
[key: string]: string;
|
|
@@ -1164,6 +1187,7 @@ export declare class CreatePermissionApplyOrderResponse extends $tea.Model {
|
|
|
1164
1187
|
headers: {
|
|
1165
1188
|
[key: string]: string;
|
|
1166
1189
|
};
|
|
1190
|
+
statusCode: number;
|
|
1167
1191
|
body: CreatePermissionApplyOrderResponseBody;
|
|
1168
1192
|
static names(): {
|
|
1169
1193
|
[key: string]: string;
|
|
@@ -1206,6 +1230,7 @@ export declare class CreateProjectMemberResponse extends $tea.Model {
|
|
|
1206
1230
|
headers: {
|
|
1207
1231
|
[key: string]: string;
|
|
1208
1232
|
};
|
|
1233
|
+
statusCode: number;
|
|
1209
1234
|
body: CreateProjectMemberResponseBody;
|
|
1210
1235
|
static names(): {
|
|
1211
1236
|
[key: string]: string;
|
|
@@ -1254,6 +1279,7 @@ export declare class CreateQualityEntityResponse extends $tea.Model {
|
|
|
1254
1279
|
headers: {
|
|
1255
1280
|
[key: string]: string;
|
|
1256
1281
|
};
|
|
1282
|
+
statusCode: number;
|
|
1257
1283
|
body: CreateQualityEntityResponseBody;
|
|
1258
1284
|
static names(): {
|
|
1259
1285
|
[key: string]: string;
|
|
@@ -1301,6 +1327,7 @@ export declare class CreateQualityFollowerResponse extends $tea.Model {
|
|
|
1301
1327
|
headers: {
|
|
1302
1328
|
[key: string]: string;
|
|
1303
1329
|
};
|
|
1330
|
+
statusCode: number;
|
|
1304
1331
|
body: CreateQualityFollowerResponseBody;
|
|
1305
1332
|
static names(): {
|
|
1306
1333
|
[key: string]: string;
|
|
@@ -1352,6 +1379,7 @@ export declare class CreateQualityRelativeNodeResponse extends $tea.Model {
|
|
|
1352
1379
|
headers: {
|
|
1353
1380
|
[key: string]: string;
|
|
1354
1381
|
};
|
|
1382
|
+
statusCode: number;
|
|
1355
1383
|
body: CreateQualityRelativeNodeResponseBody;
|
|
1356
1384
|
static names(): {
|
|
1357
1385
|
[key: string]: string;
|
|
@@ -1413,6 +1441,7 @@ export declare class CreateQualityRuleResponse extends $tea.Model {
|
|
|
1413
1441
|
headers: {
|
|
1414
1442
|
[key: string]: string;
|
|
1415
1443
|
};
|
|
1444
|
+
statusCode: number;
|
|
1416
1445
|
body: CreateQualityRuleResponseBody;
|
|
1417
1446
|
static names(): {
|
|
1418
1447
|
[key: string]: string;
|
|
@@ -1471,6 +1500,7 @@ export declare class CreateRemindResponse extends $tea.Model {
|
|
|
1471
1500
|
headers: {
|
|
1472
1501
|
[key: string]: string;
|
|
1473
1502
|
};
|
|
1503
|
+
statusCode: number;
|
|
1474
1504
|
body: CreateRemindResponseBody;
|
|
1475
1505
|
static names(): {
|
|
1476
1506
|
[key: string]: string;
|
|
@@ -1529,6 +1559,7 @@ export declare class CreateTableResponse extends $tea.Model {
|
|
|
1529
1559
|
headers: {
|
|
1530
1560
|
[key: string]: string;
|
|
1531
1561
|
};
|
|
1562
|
+
statusCode: number;
|
|
1532
1563
|
body: CreateTableResponseBody;
|
|
1533
1564
|
static names(): {
|
|
1534
1565
|
[key: string]: string;
|
|
@@ -1576,6 +1607,7 @@ export declare class CreateTableLevelResponse extends $tea.Model {
|
|
|
1576
1607
|
headers: {
|
|
1577
1608
|
[key: string]: string;
|
|
1578
1609
|
};
|
|
1610
|
+
statusCode: number;
|
|
1579
1611
|
body: CreateTableLevelResponseBody;
|
|
1580
1612
|
static names(): {
|
|
1581
1613
|
[key: string]: string;
|
|
@@ -1623,6 +1655,7 @@ export declare class CreateTableThemeResponse extends $tea.Model {
|
|
|
1623
1655
|
headers: {
|
|
1624
1656
|
[key: string]: string;
|
|
1625
1657
|
};
|
|
1658
|
+
statusCode: number;
|
|
1626
1659
|
body: CreateTableThemeResponseBody;
|
|
1627
1660
|
static names(): {
|
|
1628
1661
|
[key: string]: string;
|
|
@@ -1678,6 +1711,7 @@ export declare class CreateUdfFileResponse extends $tea.Model {
|
|
|
1678
1711
|
headers: {
|
|
1679
1712
|
[key: string]: string;
|
|
1680
1713
|
};
|
|
1714
|
+
statusCode: number;
|
|
1681
1715
|
body: CreateUdfFileResponseBody;
|
|
1682
1716
|
static names(): {
|
|
1683
1717
|
[key: string]: string;
|
|
@@ -1723,6 +1757,7 @@ export declare class DeleteBusinessResponse extends $tea.Model {
|
|
|
1723
1757
|
headers: {
|
|
1724
1758
|
[key: string]: string;
|
|
1725
1759
|
};
|
|
1760
|
+
statusCode: number;
|
|
1726
1761
|
body: DeleteBusinessResponseBody;
|
|
1727
1762
|
static names(): {
|
|
1728
1763
|
[key: string]: string;
|
|
@@ -1765,6 +1800,7 @@ export declare class DeleteConnectionResponse extends $tea.Model {
|
|
|
1765
1800
|
headers: {
|
|
1766
1801
|
[key: string]: string;
|
|
1767
1802
|
};
|
|
1803
|
+
statusCode: number;
|
|
1768
1804
|
body: DeleteConnectionResponseBody;
|
|
1769
1805
|
static names(): {
|
|
1770
1806
|
[key: string]: string;
|
|
@@ -1808,6 +1844,7 @@ export declare class DeleteDISyncTaskResponse extends $tea.Model {
|
|
|
1808
1844
|
headers: {
|
|
1809
1845
|
[key: string]: string;
|
|
1810
1846
|
};
|
|
1847
|
+
statusCode: number;
|
|
1811
1848
|
body: DeleteDISyncTaskResponseBody;
|
|
1812
1849
|
static names(): {
|
|
1813
1850
|
[key: string]: string;
|
|
@@ -1854,6 +1891,7 @@ export declare class DeleteDataServiceApiResponse extends $tea.Model {
|
|
|
1854
1891
|
headers: {
|
|
1855
1892
|
[key: string]: string;
|
|
1856
1893
|
};
|
|
1894
|
+
statusCode: number;
|
|
1857
1895
|
body: DeleteDataServiceApiResponseBody;
|
|
1858
1896
|
static names(): {
|
|
1859
1897
|
[key: string]: string;
|
|
@@ -1897,6 +1935,7 @@ export declare class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
1897
1935
|
headers: {
|
|
1898
1936
|
[key: string]: string;
|
|
1899
1937
|
};
|
|
1938
|
+
statusCode: number;
|
|
1900
1939
|
body: DeleteDataServiceApiAuthorityResponseBody;
|
|
1901
1940
|
static names(): {
|
|
1902
1941
|
[key: string]: string;
|
|
@@ -1939,6 +1978,7 @@ export declare class DeleteDataSourceResponse extends $tea.Model {
|
|
|
1939
1978
|
headers: {
|
|
1940
1979
|
[key: string]: string;
|
|
1941
1980
|
};
|
|
1981
|
+
statusCode: number;
|
|
1942
1982
|
body: DeleteDataSourceResponseBody;
|
|
1943
1983
|
static names(): {
|
|
1944
1984
|
[key: string]: string;
|
|
@@ -1985,6 +2025,7 @@ export declare class DeleteFileResponse extends $tea.Model {
|
|
|
1985
2025
|
headers: {
|
|
1986
2026
|
[key: string]: string;
|
|
1987
2027
|
};
|
|
2028
|
+
statusCode: number;
|
|
1988
2029
|
body: DeleteFileResponseBody;
|
|
1989
2030
|
static names(): {
|
|
1990
2031
|
[key: string]: string;
|
|
@@ -2030,6 +2071,7 @@ export declare class DeleteFolderResponse extends $tea.Model {
|
|
|
2030
2071
|
headers: {
|
|
2031
2072
|
[key: string]: string;
|
|
2032
2073
|
};
|
|
2074
|
+
statusCode: number;
|
|
2033
2075
|
body: DeleteFolderResponseBody;
|
|
2034
2076
|
static names(): {
|
|
2035
2077
|
[key: string]: string;
|
|
@@ -2075,6 +2117,7 @@ export declare class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
2075
2117
|
headers: {
|
|
2076
2118
|
[key: string]: string;
|
|
2077
2119
|
};
|
|
2120
|
+
statusCode: number;
|
|
2078
2121
|
body: DeleteFromMetaCategoryResponseBody;
|
|
2079
2122
|
static names(): {
|
|
2080
2123
|
[key: string]: string;
|
|
@@ -2119,6 +2162,7 @@ export declare class DeleteMetaCategoryResponse extends $tea.Model {
|
|
|
2119
2162
|
headers: {
|
|
2120
2163
|
[key: string]: string;
|
|
2121
2164
|
};
|
|
2165
|
+
statusCode: number;
|
|
2122
2166
|
body: DeleteMetaCategoryResponseBody;
|
|
2123
2167
|
static names(): {
|
|
2124
2168
|
[key: string]: string;
|
|
@@ -2159,6 +2203,7 @@ export declare class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
2159
2203
|
headers: {
|
|
2160
2204
|
[key: string]: string;
|
|
2161
2205
|
};
|
|
2206
|
+
statusCode: number;
|
|
2162
2207
|
body: DeleteProjectMemberResponseBody;
|
|
2163
2208
|
static names(): {
|
|
2164
2209
|
[key: string]: string;
|
|
@@ -2205,6 +2250,7 @@ export declare class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
2205
2250
|
headers: {
|
|
2206
2251
|
[key: string]: string;
|
|
2207
2252
|
};
|
|
2253
|
+
statusCode: number;
|
|
2208
2254
|
body: DeleteQualityEntityResponseBody;
|
|
2209
2255
|
static names(): {
|
|
2210
2256
|
[key: string]: string;
|
|
@@ -2250,6 +2296,7 @@ export declare class DeleteQualityFollowerResponse extends $tea.Model {
|
|
|
2250
2296
|
headers: {
|
|
2251
2297
|
[key: string]: string;
|
|
2252
2298
|
};
|
|
2299
|
+
statusCode: number;
|
|
2253
2300
|
body: DeleteQualityFollowerResponseBody;
|
|
2254
2301
|
static names(): {
|
|
2255
2302
|
[key: string]: string;
|
|
@@ -2301,6 +2348,7 @@ export declare class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
2301
2348
|
headers: {
|
|
2302
2349
|
[key: string]: string;
|
|
2303
2350
|
};
|
|
2351
|
+
statusCode: number;
|
|
2304
2352
|
body: DeleteQualityRelativeNodeResponseBody;
|
|
2305
2353
|
static names(): {
|
|
2306
2354
|
[key: string]: string;
|
|
@@ -2346,6 +2394,7 @@ export declare class DeleteQualityRuleResponse extends $tea.Model {
|
|
|
2346
2394
|
headers: {
|
|
2347
2395
|
[key: string]: string;
|
|
2348
2396
|
};
|
|
2397
|
+
statusCode: number;
|
|
2349
2398
|
body: DeleteQualityRuleResponseBody;
|
|
2350
2399
|
static names(): {
|
|
2351
2400
|
[key: string]: string;
|
|
@@ -2390,6 +2439,7 @@ export declare class DeleteRemindResponse extends $tea.Model {
|
|
|
2390
2439
|
headers: {
|
|
2391
2440
|
[key: string]: string;
|
|
2392
2441
|
};
|
|
2442
|
+
statusCode: number;
|
|
2393
2443
|
body: DeleteRemindResponseBody;
|
|
2394
2444
|
static names(): {
|
|
2395
2445
|
[key: string]: string;
|
|
@@ -2433,6 +2483,7 @@ export declare class DeleteTableResponse extends $tea.Model {
|
|
|
2433
2483
|
headers: {
|
|
2434
2484
|
[key: string]: string;
|
|
2435
2485
|
};
|
|
2486
|
+
statusCode: number;
|
|
2436
2487
|
body: DeleteTableResponseBody;
|
|
2437
2488
|
static names(): {
|
|
2438
2489
|
[key: string]: string;
|
|
@@ -2474,6 +2525,7 @@ export declare class DeleteTableLevelResponse extends $tea.Model {
|
|
|
2474
2525
|
headers: {
|
|
2475
2526
|
[key: string]: string;
|
|
2476
2527
|
};
|
|
2528
|
+
statusCode: number;
|
|
2477
2529
|
body: DeleteTableLevelResponseBody;
|
|
2478
2530
|
static names(): {
|
|
2479
2531
|
[key: string]: string;
|
|
@@ -2519,6 +2571,7 @@ export declare class DeleteTableThemeResponse extends $tea.Model {
|
|
|
2519
2571
|
headers: {
|
|
2520
2572
|
[key: string]: string;
|
|
2521
2573
|
};
|
|
2574
|
+
statusCode: number;
|
|
2522
2575
|
body: DeleteTableThemeResponseBody;
|
|
2523
2576
|
static names(): {
|
|
2524
2577
|
[key: string]: string;
|
|
@@ -2562,6 +2615,7 @@ export declare class DeployDISyncTaskResponse extends $tea.Model {
|
|
|
2562
2615
|
headers: {
|
|
2563
2616
|
[key: string]: string;
|
|
2564
2617
|
};
|
|
2618
|
+
statusCode: number;
|
|
2565
2619
|
body: DeployDISyncTaskResponseBody;
|
|
2566
2620
|
static names(): {
|
|
2567
2621
|
[key: string]: string;
|
|
@@ -2610,6 +2664,7 @@ export declare class DeployFileResponse extends $tea.Model {
|
|
|
2610
2664
|
headers: {
|
|
2611
2665
|
[key: string]: string;
|
|
2612
2666
|
};
|
|
2667
|
+
statusCode: number;
|
|
2613
2668
|
body: DeployFileResponseBody;
|
|
2614
2669
|
static names(): {
|
|
2615
2670
|
[key: string]: string;
|
|
@@ -2651,6 +2706,7 @@ export declare class DesensitizeDataResponse extends $tea.Model {
|
|
|
2651
2706
|
headers: {
|
|
2652
2707
|
[key: string]: string;
|
|
2653
2708
|
};
|
|
2709
|
+
statusCode: number;
|
|
2654
2710
|
body: DesensitizeDataResponseBody;
|
|
2655
2711
|
static names(): {
|
|
2656
2712
|
[key: string]: string;
|
|
@@ -2698,6 +2754,7 @@ export declare class EstablishRelationTableToBusinessResponse extends $tea.Model
|
|
|
2698
2754
|
headers: {
|
|
2699
2755
|
[key: string]: string;
|
|
2700
2756
|
};
|
|
2757
|
+
statusCode: number;
|
|
2701
2758
|
body: EstablishRelationTableToBusinessResponseBody;
|
|
2702
2759
|
static names(): {
|
|
2703
2760
|
[key: string]: string;
|
|
@@ -2746,6 +2803,7 @@ export declare class ExportDataSourcesResponse extends $tea.Model {
|
|
|
2746
2803
|
headers: {
|
|
2747
2804
|
[key: string]: string;
|
|
2748
2805
|
};
|
|
2806
|
+
statusCode: number;
|
|
2749
2807
|
body: ExportDataSourcesResponseBody;
|
|
2750
2808
|
static names(): {
|
|
2751
2809
|
[key: string]: string;
|
|
@@ -2790,6 +2848,7 @@ export declare class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Mo
|
|
|
2790
2848
|
headers: {
|
|
2791
2849
|
[key: string]: string;
|
|
2792
2850
|
};
|
|
2851
|
+
statusCode: number;
|
|
2793
2852
|
body: GenerateDISyncTaskConfigForCreatingResponseBody;
|
|
2794
2853
|
static names(): {
|
|
2795
2854
|
[key: string]: string;
|
|
@@ -2835,6 +2894,7 @@ export declare class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Mo
|
|
|
2835
2894
|
headers: {
|
|
2836
2895
|
[key: string]: string;
|
|
2837
2896
|
};
|
|
2897
|
+
statusCode: number;
|
|
2838
2898
|
body: GenerateDISyncTaskConfigForUpdatingResponseBody;
|
|
2839
2899
|
static names(): {
|
|
2840
2900
|
[key: string]: string;
|
|
@@ -2879,6 +2939,7 @@ export declare class GetBaselineConfigResponse extends $tea.Model {
|
|
|
2879
2939
|
headers: {
|
|
2880
2940
|
[key: string]: string;
|
|
2881
2941
|
};
|
|
2942
|
+
statusCode: number;
|
|
2882
2943
|
body: GetBaselineConfigResponseBody;
|
|
2883
2944
|
static names(): {
|
|
2884
2945
|
[key: string]: string;
|
|
@@ -2925,6 +2986,7 @@ export declare class GetBaselineKeyPathResponse extends $tea.Model {
|
|
|
2925
2986
|
headers: {
|
|
2926
2987
|
[key: string]: string;
|
|
2927
2988
|
};
|
|
2989
|
+
statusCode: number;
|
|
2928
2990
|
body: GetBaselineKeyPathResponseBody;
|
|
2929
2991
|
static names(): {
|
|
2930
2992
|
[key: string]: string;
|
|
@@ -2971,6 +3033,7 @@ export declare class GetBaselineStatusResponse extends $tea.Model {
|
|
|
2971
3033
|
headers: {
|
|
2972
3034
|
[key: string]: string;
|
|
2973
3035
|
};
|
|
3036
|
+
statusCode: number;
|
|
2974
3037
|
body: GetBaselineStatusResponseBody;
|
|
2975
3038
|
static names(): {
|
|
2976
3039
|
[key: string]: string;
|
|
@@ -3017,6 +3080,7 @@ export declare class GetBusinessResponse extends $tea.Model {
|
|
|
3017
3080
|
headers: {
|
|
3018
3081
|
[key: string]: string;
|
|
3019
3082
|
};
|
|
3083
|
+
statusCode: number;
|
|
3020
3084
|
body: GetBusinessResponseBody;
|
|
3021
3085
|
static names(): {
|
|
3022
3086
|
[key: string]: string;
|
|
@@ -3057,6 +3121,7 @@ export declare class GetDDLJobStatusResponse extends $tea.Model {
|
|
|
3057
3121
|
headers: {
|
|
3058
3122
|
[key: string]: string;
|
|
3059
3123
|
};
|
|
3124
|
+
statusCode: number;
|
|
3060
3125
|
body: GetDDLJobStatusResponseBody;
|
|
3061
3126
|
static names(): {
|
|
3062
3127
|
[key: string]: string;
|
|
@@ -3100,6 +3165,7 @@ export declare class GetDISyncInstanceInfoResponse extends $tea.Model {
|
|
|
3100
3165
|
headers: {
|
|
3101
3166
|
[key: string]: string;
|
|
3102
3167
|
};
|
|
3168
|
+
statusCode: number;
|
|
3103
3169
|
body: GetDISyncInstanceInfoResponseBody;
|
|
3104
3170
|
static names(): {
|
|
3105
3171
|
[key: string]: string;
|
|
@@ -3143,6 +3209,7 @@ export declare class GetDISyncTaskResponse extends $tea.Model {
|
|
|
3143
3209
|
headers: {
|
|
3144
3210
|
[key: string]: string;
|
|
3145
3211
|
};
|
|
3212
|
+
statusCode: number;
|
|
3146
3213
|
body: GetDISyncTaskResponseBody;
|
|
3147
3214
|
static names(): {
|
|
3148
3215
|
[key: string]: string;
|
|
@@ -3187,6 +3254,7 @@ export declare class GetDISyncTaskMetricInfoResponse extends $tea.Model {
|
|
|
3187
3254
|
headers: {
|
|
3188
3255
|
[key: string]: string;
|
|
3189
3256
|
};
|
|
3257
|
+
statusCode: number;
|
|
3190
3258
|
body: GetDISyncTaskMetricInfoResponseBody;
|
|
3191
3259
|
static names(): {
|
|
3192
3260
|
[key: string]: string;
|
|
@@ -3232,6 +3300,7 @@ export declare class GetDagResponse extends $tea.Model {
|
|
|
3232
3300
|
headers: {
|
|
3233
3301
|
[key: string]: string;
|
|
3234
3302
|
};
|
|
3303
|
+
statusCode: number;
|
|
3235
3304
|
body: GetDagResponseBody;
|
|
3236
3305
|
static names(): {
|
|
3237
3306
|
[key: string]: string;
|
|
@@ -3278,6 +3347,7 @@ export declare class GetDataServiceApiResponse extends $tea.Model {
|
|
|
3278
3347
|
headers: {
|
|
3279
3348
|
[key: string]: string;
|
|
3280
3349
|
};
|
|
3350
|
+
statusCode: number;
|
|
3281
3351
|
body: GetDataServiceApiResponseBody;
|
|
3282
3352
|
static names(): {
|
|
3283
3353
|
[key: string]: string;
|
|
@@ -3289,6 +3359,47 @@ export declare class GetDataServiceApiResponse extends $tea.Model {
|
|
|
3289
3359
|
[key: string]: any;
|
|
3290
3360
|
});
|
|
3291
3361
|
}
|
|
3362
|
+
export declare class GetDataServiceApiTestRequest extends $tea.Model {
|
|
3363
|
+
testId?: number;
|
|
3364
|
+
static names(): {
|
|
3365
|
+
[key: string]: string;
|
|
3366
|
+
};
|
|
3367
|
+
static types(): {
|
|
3368
|
+
[key: string]: any;
|
|
3369
|
+
};
|
|
3370
|
+
constructor(map?: {
|
|
3371
|
+
[key: string]: any;
|
|
3372
|
+
});
|
|
3373
|
+
}
|
|
3374
|
+
export declare class GetDataServiceApiTestResponseBody extends $tea.Model {
|
|
3375
|
+
data?: GetDataServiceApiTestResponseBodyData;
|
|
3376
|
+
requestId?: string;
|
|
3377
|
+
static names(): {
|
|
3378
|
+
[key: string]: string;
|
|
3379
|
+
};
|
|
3380
|
+
static types(): {
|
|
3381
|
+
[key: string]: any;
|
|
3382
|
+
};
|
|
3383
|
+
constructor(map?: {
|
|
3384
|
+
[key: string]: any;
|
|
3385
|
+
});
|
|
3386
|
+
}
|
|
3387
|
+
export declare class GetDataServiceApiTestResponse extends $tea.Model {
|
|
3388
|
+
headers: {
|
|
3389
|
+
[key: string]: string;
|
|
3390
|
+
};
|
|
3391
|
+
statusCode: number;
|
|
3392
|
+
body: GetDataServiceApiTestResponseBody;
|
|
3393
|
+
static names(): {
|
|
3394
|
+
[key: string]: string;
|
|
3395
|
+
};
|
|
3396
|
+
static types(): {
|
|
3397
|
+
[key: string]: any;
|
|
3398
|
+
};
|
|
3399
|
+
constructor(map?: {
|
|
3400
|
+
[key: string]: any;
|
|
3401
|
+
});
|
|
3402
|
+
}
|
|
3292
3403
|
export declare class GetDataServiceApplicationRequest extends $tea.Model {
|
|
3293
3404
|
applicationId?: number;
|
|
3294
3405
|
projectId?: number;
|
|
@@ -3324,6 +3435,7 @@ export declare class GetDataServiceApplicationResponse extends $tea.Model {
|
|
|
3324
3435
|
headers: {
|
|
3325
3436
|
[key: string]: string;
|
|
3326
3437
|
};
|
|
3438
|
+
statusCode: number;
|
|
3327
3439
|
body: GetDataServiceApplicationResponseBody;
|
|
3328
3440
|
static names(): {
|
|
3329
3441
|
[key: string]: string;
|
|
@@ -3366,6 +3478,7 @@ export declare class GetDataServiceFolderResponse extends $tea.Model {
|
|
|
3366
3478
|
headers: {
|
|
3367
3479
|
[key: string]: string;
|
|
3368
3480
|
};
|
|
3481
|
+
statusCode: number;
|
|
3369
3482
|
body: GetDataServiceFolderResponseBody;
|
|
3370
3483
|
static names(): {
|
|
3371
3484
|
[key: string]: string;
|
|
@@ -3408,6 +3521,7 @@ export declare class GetDataServiceGroupResponse extends $tea.Model {
|
|
|
3408
3521
|
headers: {
|
|
3409
3522
|
[key: string]: string;
|
|
3410
3523
|
};
|
|
3524
|
+
statusCode: number;
|
|
3411
3525
|
body: GetDataServiceGroupResponseBody;
|
|
3412
3526
|
static names(): {
|
|
3413
3527
|
[key: string]: string;
|
|
@@ -3454,6 +3568,7 @@ export declare class GetDataServicePublishedApiResponse extends $tea.Model {
|
|
|
3454
3568
|
headers: {
|
|
3455
3569
|
[key: string]: string;
|
|
3456
3570
|
};
|
|
3571
|
+
statusCode: number;
|
|
3457
3572
|
body: GetDataServicePublishedApiResponseBody;
|
|
3458
3573
|
static names(): {
|
|
3459
3574
|
[key: string]: string;
|
|
@@ -3499,6 +3614,7 @@ export declare class GetDataSourceMetaResponse extends $tea.Model {
|
|
|
3499
3614
|
headers: {
|
|
3500
3615
|
[key: string]: string;
|
|
3501
3616
|
};
|
|
3617
|
+
statusCode: number;
|
|
3502
3618
|
body: GetDataSourceMetaResponseBody;
|
|
3503
3619
|
static names(): {
|
|
3504
3620
|
[key: string]: string;
|
|
@@ -3545,6 +3661,7 @@ export declare class GetDeploymentResponse extends $tea.Model {
|
|
|
3545
3661
|
headers: {
|
|
3546
3662
|
[key: string]: string;
|
|
3547
3663
|
};
|
|
3664
|
+
statusCode: number;
|
|
3548
3665
|
body: GetDeploymentResponseBody;
|
|
3549
3666
|
static names(): {
|
|
3550
3667
|
[key: string]: string;
|
|
@@ -3556,6 +3673,92 @@ export declare class GetDeploymentResponse extends $tea.Model {
|
|
|
3556
3673
|
[key: string]: any;
|
|
3557
3674
|
});
|
|
3558
3675
|
}
|
|
3676
|
+
export declare class GetDutyRosterRequest extends $tea.Model {
|
|
3677
|
+
beginTime?: number;
|
|
3678
|
+
dutyRosterIdentifier?: string;
|
|
3679
|
+
endTime?: number;
|
|
3680
|
+
userType?: string;
|
|
3681
|
+
watchkeeper?: string;
|
|
3682
|
+
static names(): {
|
|
3683
|
+
[key: string]: string;
|
|
3684
|
+
};
|
|
3685
|
+
static types(): {
|
|
3686
|
+
[key: string]: any;
|
|
3687
|
+
};
|
|
3688
|
+
constructor(map?: {
|
|
3689
|
+
[key: string]: any;
|
|
3690
|
+
});
|
|
3691
|
+
}
|
|
3692
|
+
export declare class GetDutyRosterResponseBody extends $tea.Model {
|
|
3693
|
+
paging?: GetDutyRosterResponseBodyPaging;
|
|
3694
|
+
requestId?: string;
|
|
3695
|
+
static names(): {
|
|
3696
|
+
[key: string]: string;
|
|
3697
|
+
};
|
|
3698
|
+
static types(): {
|
|
3699
|
+
[key: string]: any;
|
|
3700
|
+
};
|
|
3701
|
+
constructor(map?: {
|
|
3702
|
+
[key: string]: any;
|
|
3703
|
+
});
|
|
3704
|
+
}
|
|
3705
|
+
export declare class GetDutyRosterResponse extends $tea.Model {
|
|
3706
|
+
headers: {
|
|
3707
|
+
[key: string]: string;
|
|
3708
|
+
};
|
|
3709
|
+
statusCode: number;
|
|
3710
|
+
body: GetDutyRosterResponseBody;
|
|
3711
|
+
static names(): {
|
|
3712
|
+
[key: string]: string;
|
|
3713
|
+
};
|
|
3714
|
+
static types(): {
|
|
3715
|
+
[key: string]: any;
|
|
3716
|
+
};
|
|
3717
|
+
constructor(map?: {
|
|
3718
|
+
[key: string]: any;
|
|
3719
|
+
});
|
|
3720
|
+
}
|
|
3721
|
+
export declare class GetExtensionRequest extends $tea.Model {
|
|
3722
|
+
extensionCode?: string;
|
|
3723
|
+
static names(): {
|
|
3724
|
+
[key: string]: string;
|
|
3725
|
+
};
|
|
3726
|
+
static types(): {
|
|
3727
|
+
[key: string]: any;
|
|
3728
|
+
};
|
|
3729
|
+
constructor(map?: {
|
|
3730
|
+
[key: string]: any;
|
|
3731
|
+
});
|
|
3732
|
+
}
|
|
3733
|
+
export declare class GetExtensionResponseBody extends $tea.Model {
|
|
3734
|
+
extension?: GetExtensionResponseBodyExtension;
|
|
3735
|
+
requestId?: string;
|
|
3736
|
+
static names(): {
|
|
3737
|
+
[key: string]: string;
|
|
3738
|
+
};
|
|
3739
|
+
static types(): {
|
|
3740
|
+
[key: string]: any;
|
|
3741
|
+
};
|
|
3742
|
+
constructor(map?: {
|
|
3743
|
+
[key: string]: any;
|
|
3744
|
+
});
|
|
3745
|
+
}
|
|
3746
|
+
export declare class GetExtensionResponse extends $tea.Model {
|
|
3747
|
+
headers: {
|
|
3748
|
+
[key: string]: string;
|
|
3749
|
+
};
|
|
3750
|
+
statusCode: number;
|
|
3751
|
+
body: GetExtensionResponseBody;
|
|
3752
|
+
static names(): {
|
|
3753
|
+
[key: string]: string;
|
|
3754
|
+
};
|
|
3755
|
+
static types(): {
|
|
3756
|
+
[key: string]: any;
|
|
3757
|
+
};
|
|
3758
|
+
constructor(map?: {
|
|
3759
|
+
[key: string]: any;
|
|
3760
|
+
});
|
|
3761
|
+
}
|
|
3559
3762
|
export declare class GetFileRequest extends $tea.Model {
|
|
3560
3763
|
fileId?: number;
|
|
3561
3764
|
nodeId?: number;
|
|
@@ -3592,6 +3795,7 @@ export declare class GetFileResponse extends $tea.Model {
|
|
|
3592
3795
|
headers: {
|
|
3593
3796
|
[key: string]: string;
|
|
3594
3797
|
};
|
|
3798
|
+
statusCode: number;
|
|
3595
3799
|
body: GetFileResponseBody;
|
|
3596
3800
|
static names(): {
|
|
3597
3801
|
[key: string]: string;
|
|
@@ -3633,6 +3837,7 @@ export declare class GetFileTypeStatisticResponse extends $tea.Model {
|
|
|
3633
3837
|
headers: {
|
|
3634
3838
|
[key: string]: string;
|
|
3635
3839
|
};
|
|
3840
|
+
statusCode: number;
|
|
3636
3841
|
body: GetFileTypeStatisticResponseBody;
|
|
3637
3842
|
static names(): {
|
|
3638
3843
|
[key: string]: string;
|
|
@@ -3680,6 +3885,7 @@ export declare class GetFileVersionResponse extends $tea.Model {
|
|
|
3680
3885
|
headers: {
|
|
3681
3886
|
[key: string]: string;
|
|
3682
3887
|
};
|
|
3888
|
+
statusCode: number;
|
|
3683
3889
|
body: GetFileVersionResponseBody;
|
|
3684
3890
|
static names(): {
|
|
3685
3891
|
[key: string]: string;
|
|
@@ -3727,6 +3933,7 @@ export declare class GetFolderResponse extends $tea.Model {
|
|
|
3727
3933
|
headers: {
|
|
3728
3934
|
[key: string]: string;
|
|
3729
3935
|
};
|
|
3936
|
+
statusCode: number;
|
|
3730
3937
|
body: GetFolderResponseBody;
|
|
3731
3938
|
static names(): {
|
|
3732
3939
|
[key: string]: string;
|
|
@@ -3768,6 +3975,7 @@ export declare class GetIDEEventDetailResponse extends $tea.Model {
|
|
|
3768
3975
|
headers: {
|
|
3769
3976
|
[key: string]: string;
|
|
3770
3977
|
};
|
|
3978
|
+
statusCode: number;
|
|
3771
3979
|
body: GetIDEEventDetailResponseBody;
|
|
3772
3980
|
static names(): {
|
|
3773
3981
|
[key: string]: string;
|
|
@@ -3813,6 +4021,7 @@ export declare class GetInstanceResponse extends $tea.Model {
|
|
|
3813
4021
|
headers: {
|
|
3814
4022
|
[key: string]: string;
|
|
3815
4023
|
};
|
|
4024
|
+
statusCode: number;
|
|
3816
4025
|
body: GetInstanceResponseBody;
|
|
3817
4026
|
static names(): {
|
|
3818
4027
|
[key: string]: string;
|
|
@@ -3854,6 +4063,7 @@ export declare class GetInstanceConsumeTimeRankResponse extends $tea.Model {
|
|
|
3854
4063
|
headers: {
|
|
3855
4064
|
[key: string]: string;
|
|
3856
4065
|
};
|
|
4066
|
+
statusCode: number;
|
|
3857
4067
|
body: GetInstanceConsumeTimeRankResponseBody;
|
|
3858
4068
|
static names(): {
|
|
3859
4069
|
[key: string]: string;
|
|
@@ -3896,6 +4106,7 @@ export declare class GetInstanceCountTrendResponse extends $tea.Model {
|
|
|
3896
4106
|
headers: {
|
|
3897
4107
|
[key: string]: string;
|
|
3898
4108
|
};
|
|
4109
|
+
statusCode: number;
|
|
3899
4110
|
body: GetInstanceCountTrendResponseBody;
|
|
3900
4111
|
static names(): {
|
|
3901
4112
|
[key: string]: string;
|
|
@@ -3936,6 +4147,7 @@ export declare class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
3936
4147
|
headers: {
|
|
3937
4148
|
[key: string]: string;
|
|
3938
4149
|
};
|
|
4150
|
+
statusCode: number;
|
|
3939
4151
|
body: GetInstanceErrorRankResponseBody;
|
|
3940
4152
|
static names(): {
|
|
3941
4153
|
[key: string]: string;
|
|
@@ -3981,6 +4193,7 @@ export declare class GetInstanceLogResponse extends $tea.Model {
|
|
|
3981
4193
|
headers: {
|
|
3982
4194
|
[key: string]: string;
|
|
3983
4195
|
};
|
|
4196
|
+
statusCode: number;
|
|
3984
4197
|
body: GetInstanceLogResponseBody;
|
|
3985
4198
|
static names(): {
|
|
3986
4199
|
[key: string]: string;
|
|
@@ -4023,6 +4236,7 @@ export declare class GetInstanceStatusCountResponse extends $tea.Model {
|
|
|
4023
4236
|
headers: {
|
|
4024
4237
|
[key: string]: string;
|
|
4025
4238
|
};
|
|
4239
|
+
statusCode: number;
|
|
4026
4240
|
body: GetInstanceStatusCountResponseBody;
|
|
4027
4241
|
static names(): {
|
|
4028
4242
|
[key: string]: string;
|
|
@@ -4067,6 +4281,7 @@ export declare class GetInstanceStatusStatisticResponse extends $tea.Model {
|
|
|
4067
4281
|
headers: {
|
|
4068
4282
|
[key: string]: string;
|
|
4069
4283
|
};
|
|
4284
|
+
statusCode: number;
|
|
4070
4285
|
body: GetInstanceStatusStatisticResponseBody;
|
|
4071
4286
|
static names(): {
|
|
4072
4287
|
[key: string]: string;
|
|
@@ -4109,6 +4324,7 @@ export declare class GetManualDagInstancesResponse extends $tea.Model {
|
|
|
4109
4324
|
headers: {
|
|
4110
4325
|
[key: string]: string;
|
|
4111
4326
|
};
|
|
4327
|
+
statusCode: number;
|
|
4112
4328
|
body: GetManualDagInstancesResponseBody;
|
|
4113
4329
|
static names(): {
|
|
4114
4330
|
[key: string]: string;
|
|
@@ -4155,6 +4371,7 @@ export declare class GetMetaCategoryResponse extends $tea.Model {
|
|
|
4155
4371
|
headers: {
|
|
4156
4372
|
[key: string]: string;
|
|
4157
4373
|
};
|
|
4374
|
+
statusCode: number;
|
|
4158
4375
|
body: GetMetaCategoryResponseBody;
|
|
4159
4376
|
static names(): {
|
|
4160
4377
|
[key: string]: string;
|
|
@@ -4207,6 +4424,7 @@ export declare class GetMetaColumnLineageResponse extends $tea.Model {
|
|
|
4207
4424
|
headers: {
|
|
4208
4425
|
[key: string]: string;
|
|
4209
4426
|
};
|
|
4427
|
+
statusCode: number;
|
|
4210
4428
|
body: GetMetaColumnLineageResponseBody;
|
|
4211
4429
|
static names(): {
|
|
4212
4430
|
[key: string]: string;
|
|
@@ -4250,6 +4468,7 @@ export declare class GetMetaDBInfoResponse extends $tea.Model {
|
|
|
4250
4468
|
headers: {
|
|
4251
4469
|
[key: string]: string;
|
|
4252
4470
|
};
|
|
4471
|
+
statusCode: number;
|
|
4253
4472
|
body: GetMetaDBInfoResponseBody;
|
|
4254
4473
|
static names(): {
|
|
4255
4474
|
[key: string]: string;
|
|
@@ -4295,6 +4514,7 @@ export declare class GetMetaDBTableListResponse extends $tea.Model {
|
|
|
4295
4514
|
headers: {
|
|
4296
4515
|
[key: string]: string;
|
|
4297
4516
|
};
|
|
4517
|
+
statusCode: number;
|
|
4298
4518
|
body: GetMetaDBTableListResponseBody;
|
|
4299
4519
|
static names(): {
|
|
4300
4520
|
[key: string]: string;
|
|
@@ -4344,6 +4564,7 @@ export declare class GetMetaTableBasicInfoResponse extends $tea.Model {
|
|
|
4344
4564
|
headers: {
|
|
4345
4565
|
[key: string]: string;
|
|
4346
4566
|
};
|
|
4567
|
+
statusCode: number;
|
|
4347
4568
|
body: GetMetaTableBasicInfoResponseBody;
|
|
4348
4569
|
static names(): {
|
|
4349
4570
|
[key: string]: string;
|
|
@@ -4394,6 +4615,7 @@ export declare class GetMetaTableChangeLogResponse extends $tea.Model {
|
|
|
4394
4615
|
headers: {
|
|
4395
4616
|
[key: string]: string;
|
|
4396
4617
|
};
|
|
4618
|
+
statusCode: number;
|
|
4397
4619
|
body: GetMetaTableChangeLogResponseBody;
|
|
4398
4620
|
static names(): {
|
|
4399
4621
|
[key: string]: string;
|
|
@@ -4444,6 +4666,7 @@ export declare class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
4444
4666
|
headers: {
|
|
4445
4667
|
[key: string]: string;
|
|
4446
4668
|
};
|
|
4669
|
+
statusCode: number;
|
|
4447
4670
|
body: GetMetaTableColumnResponseBody;
|
|
4448
4671
|
static names(): {
|
|
4449
4672
|
[key: string]: string;
|
|
@@ -4494,6 +4717,7 @@ export declare class GetMetaTableFullInfoResponse extends $tea.Model {
|
|
|
4494
4717
|
headers: {
|
|
4495
4718
|
[key: string]: string;
|
|
4496
4719
|
};
|
|
4720
|
+
statusCode: number;
|
|
4497
4721
|
body: GetMetaTableFullInfoResponseBody;
|
|
4498
4722
|
static names(): {
|
|
4499
4723
|
[key: string]: string;
|
|
@@ -4539,6 +4763,7 @@ export declare class GetMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
4539
4763
|
headers: {
|
|
4540
4764
|
[key: string]: string;
|
|
4541
4765
|
};
|
|
4766
|
+
statusCode: number;
|
|
4542
4767
|
body: GetMetaTableIntroWikiResponseBody;
|
|
4543
4768
|
static names(): {
|
|
4544
4769
|
[key: string]: string;
|
|
@@ -4590,6 +4815,7 @@ export declare class GetMetaTableLineageResponse extends $tea.Model {
|
|
|
4590
4815
|
headers: {
|
|
4591
4816
|
[key: string]: string;
|
|
4592
4817
|
};
|
|
4818
|
+
statusCode: number;
|
|
4593
4819
|
body: GetMetaTableLineageResponseBody;
|
|
4594
4820
|
static names(): {
|
|
4595
4821
|
[key: string]: string;
|
|
@@ -4636,6 +4862,7 @@ export declare class GetMetaTableListByCategoryResponse extends $tea.Model {
|
|
|
4636
4862
|
headers: {
|
|
4637
4863
|
[key: string]: string;
|
|
4638
4864
|
};
|
|
4865
|
+
statusCode: number;
|
|
4639
4866
|
body: GetMetaTableListByCategoryResponseBody;
|
|
4640
4867
|
static names(): {
|
|
4641
4868
|
[key: string]: string;
|
|
@@ -4684,6 +4911,7 @@ export declare class GetMetaTableOutputResponse extends $tea.Model {
|
|
|
4684
4911
|
headers: {
|
|
4685
4912
|
[key: string]: string;
|
|
4686
4913
|
};
|
|
4914
|
+
statusCode: number;
|
|
4687
4915
|
body: GetMetaTableOutputResponseBody;
|
|
4688
4916
|
static names(): {
|
|
4689
4917
|
[key: string]: string;
|
|
@@ -4734,6 +4962,7 @@ export declare class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
4734
4962
|
headers: {
|
|
4735
4963
|
[key: string]: string;
|
|
4736
4964
|
};
|
|
4965
|
+
statusCode: number;
|
|
4737
4966
|
body: GetMetaTablePartitionResponseBody;
|
|
4738
4967
|
static names(): {
|
|
4739
4968
|
[key: string]: string;
|
|
@@ -4779,6 +5008,7 @@ export declare class GetMetaTableThemeLevelResponse extends $tea.Model {
|
|
|
4779
5008
|
headers: {
|
|
4780
5009
|
[key: string]: string;
|
|
4781
5010
|
};
|
|
5011
|
+
statusCode: number;
|
|
4782
5012
|
body: GetMetaTableThemeLevelResponseBody;
|
|
4783
5013
|
static names(): {
|
|
4784
5014
|
[key: string]: string;
|
|
@@ -4824,6 +5054,7 @@ export declare class GetMigrationProcessResponse extends $tea.Model {
|
|
|
4824
5054
|
headers: {
|
|
4825
5055
|
[key: string]: string;
|
|
4826
5056
|
};
|
|
5057
|
+
statusCode: number;
|
|
4827
5058
|
body: GetMigrationProcessResponseBody;
|
|
4828
5059
|
static names(): {
|
|
4829
5060
|
[key: string]: string;
|
|
@@ -4866,6 +5097,7 @@ export declare class GetMigrationSummaryResponse extends $tea.Model {
|
|
|
4866
5097
|
headers: {
|
|
4867
5098
|
[key: string]: string;
|
|
4868
5099
|
};
|
|
5100
|
+
statusCode: number;
|
|
4869
5101
|
body: GetMigrationSummaryResponseBody;
|
|
4870
5102
|
static names(): {
|
|
4871
5103
|
[key: string]: string;
|
|
@@ -4911,6 +5143,7 @@ export declare class GetNodeResponse extends $tea.Model {
|
|
|
4911
5143
|
headers: {
|
|
4912
5144
|
[key: string]: string;
|
|
4913
5145
|
};
|
|
5146
|
+
statusCode: number;
|
|
4914
5147
|
body: GetNodeResponseBody;
|
|
4915
5148
|
static names(): {
|
|
4916
5149
|
[key: string]: string;
|
|
@@ -4956,6 +5189,7 @@ export declare class GetNodeChildrenResponse extends $tea.Model {
|
|
|
4956
5189
|
headers: {
|
|
4957
5190
|
[key: string]: string;
|
|
4958
5191
|
};
|
|
5192
|
+
statusCode: number;
|
|
4959
5193
|
body: GetNodeChildrenResponseBody;
|
|
4960
5194
|
static names(): {
|
|
4961
5195
|
[key: string]: string;
|
|
@@ -5001,6 +5235,7 @@ export declare class GetNodeCodeResponse extends $tea.Model {
|
|
|
5001
5235
|
headers: {
|
|
5002
5236
|
[key: string]: string;
|
|
5003
5237
|
};
|
|
5238
|
+
statusCode: number;
|
|
5004
5239
|
body: GetNodeCodeResponseBody;
|
|
5005
5240
|
static names(): {
|
|
5006
5241
|
[key: string]: string;
|
|
@@ -5045,6 +5280,7 @@ export declare class GetNodeOnBaselineResponse extends $tea.Model {
|
|
|
5045
5280
|
headers: {
|
|
5046
5281
|
[key: string]: string;
|
|
5047
5282
|
};
|
|
5283
|
+
statusCode: number;
|
|
5048
5284
|
body: GetNodeOnBaselineResponseBody;
|
|
5049
5285
|
static names(): {
|
|
5050
5286
|
[key: string]: string;
|
|
@@ -5090,6 +5326,7 @@ export declare class GetNodeParentsResponse extends $tea.Model {
|
|
|
5090
5326
|
headers: {
|
|
5091
5327
|
[key: string]: string;
|
|
5092
5328
|
};
|
|
5329
|
+
statusCode: number;
|
|
5093
5330
|
body: GetNodeParentsResponseBody;
|
|
5094
5331
|
static names(): {
|
|
5095
5332
|
[key: string]: string;
|
|
@@ -5135,6 +5372,7 @@ export declare class GetNodeTypeListInfoResponse extends $tea.Model {
|
|
|
5135
5372
|
headers: {
|
|
5136
5373
|
[key: string]: string;
|
|
5137
5374
|
};
|
|
5375
|
+
statusCode: number;
|
|
5138
5376
|
body: GetNodeTypeListInfoResponseBody;
|
|
5139
5377
|
static names(): {
|
|
5140
5378
|
[key: string]: string;
|
|
@@ -5179,6 +5417,7 @@ export declare class GetOpRiskDataResponse extends $tea.Model {
|
|
|
5179
5417
|
headers: {
|
|
5180
5418
|
[key: string]: string;
|
|
5181
5419
|
};
|
|
5420
|
+
statusCode: number;
|
|
5182
5421
|
body: GetOpRiskDataResponseBody;
|
|
5183
5422
|
static names(): {
|
|
5184
5423
|
[key: string]: string;
|
|
@@ -5223,6 +5462,7 @@ export declare class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
5223
5462
|
headers: {
|
|
5224
5463
|
[key: string]: string;
|
|
5225
5464
|
};
|
|
5465
|
+
statusCode: number;
|
|
5226
5466
|
body: GetOpSensitiveDataResponseBody;
|
|
5227
5467
|
static names(): {
|
|
5228
5468
|
[key: string]: string;
|
|
@@ -5234,6 +5474,48 @@ export declare class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
5234
5474
|
[key: string]: any;
|
|
5235
5475
|
});
|
|
5236
5476
|
}
|
|
5477
|
+
export declare class GetOptionValueForProjectRequest extends $tea.Model {
|
|
5478
|
+
extensionCode?: string;
|
|
5479
|
+
projectId?: string;
|
|
5480
|
+
static names(): {
|
|
5481
|
+
[key: string]: string;
|
|
5482
|
+
};
|
|
5483
|
+
static types(): {
|
|
5484
|
+
[key: string]: any;
|
|
5485
|
+
};
|
|
5486
|
+
constructor(map?: {
|
|
5487
|
+
[key: string]: any;
|
|
5488
|
+
});
|
|
5489
|
+
}
|
|
5490
|
+
export declare class GetOptionValueForProjectResponseBody extends $tea.Model {
|
|
5491
|
+
optionValue?: string;
|
|
5492
|
+
requestId?: string;
|
|
5493
|
+
static names(): {
|
|
5494
|
+
[key: string]: string;
|
|
5495
|
+
};
|
|
5496
|
+
static types(): {
|
|
5497
|
+
[key: string]: any;
|
|
5498
|
+
};
|
|
5499
|
+
constructor(map?: {
|
|
5500
|
+
[key: string]: any;
|
|
5501
|
+
});
|
|
5502
|
+
}
|
|
5503
|
+
export declare class GetOptionValueForProjectResponse extends $tea.Model {
|
|
5504
|
+
headers: {
|
|
5505
|
+
[key: string]: string;
|
|
5506
|
+
};
|
|
5507
|
+
statusCode: number;
|
|
5508
|
+
body: GetOptionValueForProjectResponseBody;
|
|
5509
|
+
static names(): {
|
|
5510
|
+
[key: string]: string;
|
|
5511
|
+
};
|
|
5512
|
+
static types(): {
|
|
5513
|
+
[key: string]: any;
|
|
5514
|
+
};
|
|
5515
|
+
constructor(map?: {
|
|
5516
|
+
[key: string]: any;
|
|
5517
|
+
});
|
|
5518
|
+
}
|
|
5237
5519
|
export declare class GetPermissionApplyOrderDetailRequest extends $tea.Model {
|
|
5238
5520
|
flowId?: string;
|
|
5239
5521
|
static names(): {
|
|
@@ -5263,6 +5545,7 @@ export declare class GetPermissionApplyOrderDetailResponse extends $tea.Model {
|
|
|
5263
5545
|
headers: {
|
|
5264
5546
|
[key: string]: string;
|
|
5265
5547
|
};
|
|
5548
|
+
statusCode: number;
|
|
5266
5549
|
body: GetPermissionApplyOrderDetailResponseBody;
|
|
5267
5550
|
static names(): {
|
|
5268
5551
|
[key: string]: string;
|
|
@@ -5305,6 +5588,7 @@ export declare class GetProjectResponse extends $tea.Model {
|
|
|
5305
5588
|
headers: {
|
|
5306
5589
|
[key: string]: string;
|
|
5307
5590
|
};
|
|
5591
|
+
statusCode: number;
|
|
5308
5592
|
body: GetProjectResponseBody;
|
|
5309
5593
|
static names(): {
|
|
5310
5594
|
[key: string]: string;
|
|
@@ -5347,6 +5631,7 @@ export declare class GetProjectDetailResponse extends $tea.Model {
|
|
|
5347
5631
|
headers: {
|
|
5348
5632
|
[key: string]: string;
|
|
5349
5633
|
};
|
|
5634
|
+
statusCode: number;
|
|
5350
5635
|
body: GetProjectDetailResponseBody;
|
|
5351
5636
|
static names(): {
|
|
5352
5637
|
[key: string]: string;
|
|
@@ -5394,6 +5679,7 @@ export declare class GetQualityEntityResponse extends $tea.Model {
|
|
|
5394
5679
|
headers: {
|
|
5395
5680
|
[key: string]: string;
|
|
5396
5681
|
};
|
|
5682
|
+
statusCode: number;
|
|
5397
5683
|
body: GetQualityEntityResponseBody;
|
|
5398
5684
|
static names(): {
|
|
5399
5685
|
[key: string]: string;
|
|
@@ -5439,6 +5725,7 @@ export declare class GetQualityFollowerResponse extends $tea.Model {
|
|
|
5439
5725
|
headers: {
|
|
5440
5726
|
[key: string]: string;
|
|
5441
5727
|
};
|
|
5728
|
+
statusCode: number;
|
|
5442
5729
|
body: GetQualityFollowerResponseBody;
|
|
5443
5730
|
static names(): {
|
|
5444
5731
|
[key: string]: string;
|
|
@@ -5484,6 +5771,7 @@ export declare class GetQualityRuleResponse extends $tea.Model {
|
|
|
5484
5771
|
headers: {
|
|
5485
5772
|
[key: string]: string;
|
|
5486
5773
|
};
|
|
5774
|
+
statusCode: number;
|
|
5487
5775
|
body: GetQualityRuleResponseBody;
|
|
5488
5776
|
static names(): {
|
|
5489
5777
|
[key: string]: string;
|
|
@@ -5528,6 +5816,7 @@ export declare class GetRemindResponse extends $tea.Model {
|
|
|
5528
5816
|
headers: {
|
|
5529
5817
|
[key: string]: string;
|
|
5530
5818
|
};
|
|
5819
|
+
statusCode: number;
|
|
5531
5820
|
body: GetRemindResponseBody;
|
|
5532
5821
|
static names(): {
|
|
5533
5822
|
[key: string]: string;
|
|
@@ -5572,6 +5861,7 @@ export declare class GetSensitiveDataResponse extends $tea.Model {
|
|
|
5572
5861
|
headers: {
|
|
5573
5862
|
[key: string]: string;
|
|
5574
5863
|
};
|
|
5864
|
+
statusCode: number;
|
|
5575
5865
|
body: GetSensitiveDataResponseBody;
|
|
5576
5866
|
static names(): {
|
|
5577
5867
|
[key: string]: string;
|
|
@@ -5612,6 +5902,7 @@ export declare class GetSuccessInstanceTrendResponse extends $tea.Model {
|
|
|
5612
5902
|
headers: {
|
|
5613
5903
|
[key: string]: string;
|
|
5614
5904
|
};
|
|
5905
|
+
statusCode: number;
|
|
5615
5906
|
body: GetSuccessInstanceTrendResponseBody;
|
|
5616
5907
|
static names(): {
|
|
5617
5908
|
[key: string]: string;
|
|
@@ -5656,6 +5947,7 @@ export declare class GetTopicResponse extends $tea.Model {
|
|
|
5656
5947
|
headers: {
|
|
5657
5948
|
[key: string]: string;
|
|
5658
5949
|
};
|
|
5950
|
+
statusCode: number;
|
|
5659
5951
|
body: GetTopicResponseBody;
|
|
5660
5952
|
static names(): {
|
|
5661
5953
|
[key: string]: string;
|
|
@@ -5700,6 +5992,7 @@ export declare class GetTopicInfluenceResponse extends $tea.Model {
|
|
|
5700
5992
|
headers: {
|
|
5701
5993
|
[key: string]: string;
|
|
5702
5994
|
};
|
|
5995
|
+
statusCode: number;
|
|
5703
5996
|
body: GetTopicInfluenceResponseBody;
|
|
5704
5997
|
static names(): {
|
|
5705
5998
|
[key: string]: string;
|
|
@@ -5742,6 +6035,7 @@ export declare class ImportDataSourcesResponse extends $tea.Model {
|
|
|
5742
6035
|
headers: {
|
|
5743
6036
|
[key: string]: string;
|
|
5744
6037
|
};
|
|
6038
|
+
statusCode: number;
|
|
5745
6039
|
body: ImportDataSourcesResponseBody;
|
|
5746
6040
|
static names(): {
|
|
5747
6041
|
[key: string]: string;
|
|
@@ -5793,6 +6087,7 @@ export declare class ListAlertMessagesResponse extends $tea.Model {
|
|
|
5793
6087
|
headers: {
|
|
5794
6088
|
[key: string]: string;
|
|
5795
6089
|
};
|
|
6090
|
+
statusCode: number;
|
|
5796
6091
|
body: ListAlertMessagesResponseBody;
|
|
5797
6092
|
static names(): {
|
|
5798
6093
|
[key: string]: string;
|
|
@@ -5844,6 +6139,7 @@ export declare class ListBaselineConfigsResponse extends $tea.Model {
|
|
|
5844
6139
|
headers: {
|
|
5845
6140
|
[key: string]: string;
|
|
5846
6141
|
};
|
|
6142
|
+
statusCode: number;
|
|
5847
6143
|
body: ListBaselineConfigsResponseBody;
|
|
5848
6144
|
static names(): {
|
|
5849
6145
|
[key: string]: string;
|
|
@@ -5897,6 +6193,7 @@ export declare class ListBaselineStatusesResponse extends $tea.Model {
|
|
|
5897
6193
|
headers: {
|
|
5898
6194
|
[key: string]: string;
|
|
5899
6195
|
};
|
|
6196
|
+
statusCode: number;
|
|
5900
6197
|
body: ListBaselineStatusesResponseBody;
|
|
5901
6198
|
static names(): {
|
|
5902
6199
|
[key: string]: string;
|
|
@@ -5945,6 +6242,7 @@ export declare class ListBusinessResponse extends $tea.Model {
|
|
|
5945
6242
|
headers: {
|
|
5946
6243
|
[key: string]: string;
|
|
5947
6244
|
};
|
|
6245
|
+
statusCode: number;
|
|
5948
6246
|
body: ListBusinessResponseBody;
|
|
5949
6247
|
static names(): {
|
|
5950
6248
|
[key: string]: string;
|
|
@@ -5992,6 +6290,7 @@ export declare class ListCalcEnginesResponse extends $tea.Model {
|
|
|
5992
6290
|
headers: {
|
|
5993
6291
|
[key: string]: string;
|
|
5994
6292
|
};
|
|
6293
|
+
statusCode: number;
|
|
5995
6294
|
body: ListCalcEnginesResponseBody;
|
|
5996
6295
|
static names(): {
|
|
5997
6296
|
[key: string]: string;
|
|
@@ -6041,6 +6340,7 @@ export declare class ListConnectionsResponse extends $tea.Model {
|
|
|
6041
6340
|
headers: {
|
|
6042
6341
|
[key: string]: string;
|
|
6043
6342
|
};
|
|
6343
|
+
statusCode: number;
|
|
6044
6344
|
body: ListConnectionsResponseBody;
|
|
6045
6345
|
static names(): {
|
|
6046
6346
|
[key: string]: string;
|
|
@@ -6052,6 +6352,100 @@ export declare class ListConnectionsResponse extends $tea.Model {
|
|
|
6052
6352
|
[key: string]: any;
|
|
6053
6353
|
});
|
|
6054
6354
|
}
|
|
6355
|
+
export declare class ListCurrentTasksForResourceGroupRequest extends $tea.Model {
|
|
6356
|
+
pageNumber?: number;
|
|
6357
|
+
pageSize?: number;
|
|
6358
|
+
projectEnv?: string;
|
|
6359
|
+
resourceGroupIdentifier?: string;
|
|
6360
|
+
status?: number;
|
|
6361
|
+
static names(): {
|
|
6362
|
+
[key: string]: string;
|
|
6363
|
+
};
|
|
6364
|
+
static types(): {
|
|
6365
|
+
[key: string]: any;
|
|
6366
|
+
};
|
|
6367
|
+
constructor(map?: {
|
|
6368
|
+
[key: string]: any;
|
|
6369
|
+
});
|
|
6370
|
+
}
|
|
6371
|
+
export declare class ListCurrentTasksForResourceGroupResponseBody extends $tea.Model {
|
|
6372
|
+
data?: ListCurrentTasksForResourceGroupResponseBodyData;
|
|
6373
|
+
errorCode?: string;
|
|
6374
|
+
errorMessage?: string;
|
|
6375
|
+
httpStatusCode?: number;
|
|
6376
|
+
requestId?: string;
|
|
6377
|
+
success?: boolean;
|
|
6378
|
+
static names(): {
|
|
6379
|
+
[key: string]: string;
|
|
6380
|
+
};
|
|
6381
|
+
static types(): {
|
|
6382
|
+
[key: string]: any;
|
|
6383
|
+
};
|
|
6384
|
+
constructor(map?: {
|
|
6385
|
+
[key: string]: any;
|
|
6386
|
+
});
|
|
6387
|
+
}
|
|
6388
|
+
export declare class ListCurrentTasksForResourceGroupResponse extends $tea.Model {
|
|
6389
|
+
headers: {
|
|
6390
|
+
[key: string]: string;
|
|
6391
|
+
};
|
|
6392
|
+
statusCode: number;
|
|
6393
|
+
body: ListCurrentTasksForResourceGroupResponseBody;
|
|
6394
|
+
static names(): {
|
|
6395
|
+
[key: string]: string;
|
|
6396
|
+
};
|
|
6397
|
+
static types(): {
|
|
6398
|
+
[key: string]: any;
|
|
6399
|
+
};
|
|
6400
|
+
constructor(map?: {
|
|
6401
|
+
[key: string]: any;
|
|
6402
|
+
});
|
|
6403
|
+
}
|
|
6404
|
+
export declare class ListCurrentUsageForResourceGroupRequest extends $tea.Model {
|
|
6405
|
+
projectEnv?: string;
|
|
6406
|
+
resourceGroupIdentifier?: string;
|
|
6407
|
+
static names(): {
|
|
6408
|
+
[key: string]: string;
|
|
6409
|
+
};
|
|
6410
|
+
static types(): {
|
|
6411
|
+
[key: string]: any;
|
|
6412
|
+
};
|
|
6413
|
+
constructor(map?: {
|
|
6414
|
+
[key: string]: any;
|
|
6415
|
+
});
|
|
6416
|
+
}
|
|
6417
|
+
export declare class ListCurrentUsageForResourceGroupResponseBody extends $tea.Model {
|
|
6418
|
+
data?: ListCurrentUsageForResourceGroupResponseBodyData;
|
|
6419
|
+
errorMessage?: string;
|
|
6420
|
+
httpStatusCode?: number;
|
|
6421
|
+
requestId?: string;
|
|
6422
|
+
success?: boolean;
|
|
6423
|
+
static names(): {
|
|
6424
|
+
[key: string]: string;
|
|
6425
|
+
};
|
|
6426
|
+
static types(): {
|
|
6427
|
+
[key: string]: any;
|
|
6428
|
+
};
|
|
6429
|
+
constructor(map?: {
|
|
6430
|
+
[key: string]: any;
|
|
6431
|
+
});
|
|
6432
|
+
}
|
|
6433
|
+
export declare class ListCurrentUsageForResourceGroupResponse extends $tea.Model {
|
|
6434
|
+
headers: {
|
|
6435
|
+
[key: string]: string;
|
|
6436
|
+
};
|
|
6437
|
+
statusCode: number;
|
|
6438
|
+
body: ListCurrentUsageForResourceGroupResponseBody;
|
|
6439
|
+
static names(): {
|
|
6440
|
+
[key: string]: string;
|
|
6441
|
+
};
|
|
6442
|
+
static types(): {
|
|
6443
|
+
[key: string]: any;
|
|
6444
|
+
};
|
|
6445
|
+
constructor(map?: {
|
|
6446
|
+
[key: string]: any;
|
|
6447
|
+
});
|
|
6448
|
+
}
|
|
6055
6449
|
export declare class ListDIProjectConfigRequest extends $tea.Model {
|
|
6056
6450
|
destinationType?: string;
|
|
6057
6451
|
projectId?: number;
|
|
@@ -6084,6 +6478,7 @@ export declare class ListDIProjectConfigResponse extends $tea.Model {
|
|
|
6084
6478
|
headers: {
|
|
6085
6479
|
[key: string]: string;
|
|
6086
6480
|
};
|
|
6481
|
+
statusCode: number;
|
|
6087
6482
|
body: ListDIProjectConfigResponseBody;
|
|
6088
6483
|
static names(): {
|
|
6089
6484
|
[key: string]: string;
|
|
@@ -6129,6 +6524,7 @@ export declare class ListDagsResponse extends $tea.Model {
|
|
|
6129
6524
|
headers: {
|
|
6130
6525
|
[key: string]: string;
|
|
6131
6526
|
};
|
|
6527
|
+
statusCode: number;
|
|
6132
6528
|
body: ListDagsResponseBody;
|
|
6133
6529
|
static names(): {
|
|
6134
6530
|
[key: string]: string;
|
|
@@ -6177,6 +6573,7 @@ export declare class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
6177
6573
|
headers: {
|
|
6178
6574
|
[key: string]: string;
|
|
6179
6575
|
};
|
|
6576
|
+
statusCode: number;
|
|
6180
6577
|
body: ListDataServiceApiAuthoritiesResponseBody;
|
|
6181
6578
|
static names(): {
|
|
6182
6579
|
[key: string]: string;
|
|
@@ -6188,6 +6585,48 @@ export declare class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
6188
6585
|
[key: string]: any;
|
|
6189
6586
|
});
|
|
6190
6587
|
}
|
|
6588
|
+
export declare class ListDataServiceApiTestRequest extends $tea.Model {
|
|
6589
|
+
apiId?: number;
|
|
6590
|
+
pageSize?: number;
|
|
6591
|
+
static names(): {
|
|
6592
|
+
[key: string]: string;
|
|
6593
|
+
};
|
|
6594
|
+
static types(): {
|
|
6595
|
+
[key: string]: any;
|
|
6596
|
+
};
|
|
6597
|
+
constructor(map?: {
|
|
6598
|
+
[key: string]: any;
|
|
6599
|
+
});
|
|
6600
|
+
}
|
|
6601
|
+
export declare class ListDataServiceApiTestResponseBody extends $tea.Model {
|
|
6602
|
+
data?: ListDataServiceApiTestResponseBodyData[];
|
|
6603
|
+
requestId?: string;
|
|
6604
|
+
static names(): {
|
|
6605
|
+
[key: string]: string;
|
|
6606
|
+
};
|
|
6607
|
+
static types(): {
|
|
6608
|
+
[key: string]: any;
|
|
6609
|
+
};
|
|
6610
|
+
constructor(map?: {
|
|
6611
|
+
[key: string]: any;
|
|
6612
|
+
});
|
|
6613
|
+
}
|
|
6614
|
+
export declare class ListDataServiceApiTestResponse extends $tea.Model {
|
|
6615
|
+
headers: {
|
|
6616
|
+
[key: string]: string;
|
|
6617
|
+
};
|
|
6618
|
+
statusCode: number;
|
|
6619
|
+
body: ListDataServiceApiTestResponseBody;
|
|
6620
|
+
static names(): {
|
|
6621
|
+
[key: string]: string;
|
|
6622
|
+
};
|
|
6623
|
+
static types(): {
|
|
6624
|
+
[key: string]: any;
|
|
6625
|
+
};
|
|
6626
|
+
constructor(map?: {
|
|
6627
|
+
[key: string]: any;
|
|
6628
|
+
});
|
|
6629
|
+
}
|
|
6191
6630
|
export declare class ListDataServiceApisRequest extends $tea.Model {
|
|
6192
6631
|
apiNameKeyword?: string;
|
|
6193
6632
|
apiPathKeyword?: string;
|
|
@@ -6227,6 +6666,7 @@ export declare class ListDataServiceApisResponse extends $tea.Model {
|
|
|
6227
6666
|
headers: {
|
|
6228
6667
|
[key: string]: string;
|
|
6229
6668
|
};
|
|
6669
|
+
statusCode: number;
|
|
6230
6670
|
body: ListDataServiceApisResponseBody;
|
|
6231
6671
|
static names(): {
|
|
6232
6672
|
[key: string]: string;
|
|
@@ -6274,6 +6714,7 @@ export declare class ListDataServiceApplicationsResponse extends $tea.Model {
|
|
|
6274
6714
|
headers: {
|
|
6275
6715
|
[key: string]: string;
|
|
6276
6716
|
};
|
|
6717
|
+
statusCode: number;
|
|
6277
6718
|
body: ListDataServiceApplicationsResponseBody;
|
|
6278
6719
|
static names(): {
|
|
6279
6720
|
[key: string]: string;
|
|
@@ -6322,6 +6763,7 @@ export declare class ListDataServiceAuthorizedApisResponse extends $tea.Model {
|
|
|
6322
6763
|
headers: {
|
|
6323
6764
|
[key: string]: string;
|
|
6324
6765
|
};
|
|
6766
|
+
statusCode: number;
|
|
6325
6767
|
body: ListDataServiceAuthorizedApisResponseBody;
|
|
6326
6768
|
static names(): {
|
|
6327
6769
|
[key: string]: string;
|
|
@@ -6367,6 +6809,7 @@ export declare class ListDataServiceFoldersResponse extends $tea.Model {
|
|
|
6367
6809
|
headers: {
|
|
6368
6810
|
[key: string]: string;
|
|
6369
6811
|
};
|
|
6812
|
+
statusCode: number;
|
|
6370
6813
|
body: ListDataServiceFoldersResponseBody;
|
|
6371
6814
|
static names(): {
|
|
6372
6815
|
[key: string]: string;
|
|
@@ -6411,6 +6854,7 @@ export declare class ListDataServiceGroupsResponse extends $tea.Model {
|
|
|
6411
6854
|
headers: {
|
|
6412
6855
|
[key: string]: string;
|
|
6413
6856
|
};
|
|
6857
|
+
statusCode: number;
|
|
6414
6858
|
body: ListDataServiceGroupsResponseBody;
|
|
6415
6859
|
static names(): {
|
|
6416
6860
|
[key: string]: string;
|
|
@@ -6461,6 +6905,7 @@ export declare class ListDataServicePublishedApisResponse extends $tea.Model {
|
|
|
6461
6905
|
headers: {
|
|
6462
6906
|
[key: string]: string;
|
|
6463
6907
|
};
|
|
6908
|
+
statusCode: number;
|
|
6464
6909
|
body: ListDataServicePublishedApisResponseBody;
|
|
6465
6910
|
static names(): {
|
|
6466
6911
|
[key: string]: string;
|
|
@@ -6478,9 +6923,105 @@ export declare class ListDataSourcesRequest extends $tea.Model {
|
|
|
6478
6923
|
name?: string;
|
|
6479
6924
|
pageNumber?: number;
|
|
6480
6925
|
pageSize?: number;
|
|
6481
|
-
projectId?: number;
|
|
6482
|
-
status?: string;
|
|
6483
|
-
subType?: string;
|
|
6926
|
+
projectId?: number;
|
|
6927
|
+
status?: string;
|
|
6928
|
+
subType?: string;
|
|
6929
|
+
static names(): {
|
|
6930
|
+
[key: string]: string;
|
|
6931
|
+
};
|
|
6932
|
+
static types(): {
|
|
6933
|
+
[key: string]: any;
|
|
6934
|
+
};
|
|
6935
|
+
constructor(map?: {
|
|
6936
|
+
[key: string]: any;
|
|
6937
|
+
});
|
|
6938
|
+
}
|
|
6939
|
+
export declare class ListDataSourcesResponseBody extends $tea.Model {
|
|
6940
|
+
data?: ListDataSourcesResponseBodyData;
|
|
6941
|
+
httpStatusCode?: number;
|
|
6942
|
+
requestId?: string;
|
|
6943
|
+
success?: boolean;
|
|
6944
|
+
static names(): {
|
|
6945
|
+
[key: string]: string;
|
|
6946
|
+
};
|
|
6947
|
+
static types(): {
|
|
6948
|
+
[key: string]: any;
|
|
6949
|
+
};
|
|
6950
|
+
constructor(map?: {
|
|
6951
|
+
[key: string]: any;
|
|
6952
|
+
});
|
|
6953
|
+
}
|
|
6954
|
+
export declare class ListDataSourcesResponse extends $tea.Model {
|
|
6955
|
+
headers: {
|
|
6956
|
+
[key: string]: string;
|
|
6957
|
+
};
|
|
6958
|
+
statusCode: number;
|
|
6959
|
+
body: ListDataSourcesResponseBody;
|
|
6960
|
+
static names(): {
|
|
6961
|
+
[key: string]: string;
|
|
6962
|
+
};
|
|
6963
|
+
static types(): {
|
|
6964
|
+
[key: string]: any;
|
|
6965
|
+
};
|
|
6966
|
+
constructor(map?: {
|
|
6967
|
+
[key: string]: any;
|
|
6968
|
+
});
|
|
6969
|
+
}
|
|
6970
|
+
export declare class ListDeploymentsRequest extends $tea.Model {
|
|
6971
|
+
creator?: string;
|
|
6972
|
+
endCreateTime?: number;
|
|
6973
|
+
endExecuteTime?: number;
|
|
6974
|
+
executor?: string;
|
|
6975
|
+
keyword?: string;
|
|
6976
|
+
pageNumber?: number;
|
|
6977
|
+
pageSize?: number;
|
|
6978
|
+
projectId?: number;
|
|
6979
|
+
projectIdentifier?: string;
|
|
6980
|
+
status?: number;
|
|
6981
|
+
static names(): {
|
|
6982
|
+
[key: string]: string;
|
|
6983
|
+
};
|
|
6984
|
+
static types(): {
|
|
6985
|
+
[key: string]: any;
|
|
6986
|
+
};
|
|
6987
|
+
constructor(map?: {
|
|
6988
|
+
[key: string]: any;
|
|
6989
|
+
});
|
|
6990
|
+
}
|
|
6991
|
+
export declare class ListDeploymentsResponseBody extends $tea.Model {
|
|
6992
|
+
data?: ListDeploymentsResponseBodyData;
|
|
6993
|
+
requestId?: string;
|
|
6994
|
+
static names(): {
|
|
6995
|
+
[key: string]: string;
|
|
6996
|
+
};
|
|
6997
|
+
static types(): {
|
|
6998
|
+
[key: string]: any;
|
|
6999
|
+
};
|
|
7000
|
+
constructor(map?: {
|
|
7001
|
+
[key: string]: any;
|
|
7002
|
+
});
|
|
7003
|
+
}
|
|
7004
|
+
export declare class ListDeploymentsResponse extends $tea.Model {
|
|
7005
|
+
headers: {
|
|
7006
|
+
[key: string]: string;
|
|
7007
|
+
};
|
|
7008
|
+
statusCode: number;
|
|
7009
|
+
body: ListDeploymentsResponseBody;
|
|
7010
|
+
static names(): {
|
|
7011
|
+
[key: string]: string;
|
|
7012
|
+
};
|
|
7013
|
+
static types(): {
|
|
7014
|
+
[key: string]: any;
|
|
7015
|
+
};
|
|
7016
|
+
constructor(map?: {
|
|
7017
|
+
[key: string]: any;
|
|
7018
|
+
});
|
|
7019
|
+
}
|
|
7020
|
+
export declare class ListDutyRostersRequest extends $tea.Model {
|
|
7021
|
+
dutyRosterName?: string;
|
|
7022
|
+
dutyRosterOwner?: string;
|
|
7023
|
+
pageNumber?: number;
|
|
7024
|
+
pageSize?: number;
|
|
6484
7025
|
static names(): {
|
|
6485
7026
|
[key: string]: string;
|
|
6486
7027
|
};
|
|
@@ -6491,11 +7032,9 @@ export declare class ListDataSourcesRequest extends $tea.Model {
|
|
|
6491
7032
|
[key: string]: any;
|
|
6492
7033
|
});
|
|
6493
7034
|
}
|
|
6494
|
-
export declare class
|
|
6495
|
-
|
|
6496
|
-
httpStatusCode?: number;
|
|
7035
|
+
export declare class ListDutyRostersResponseBody extends $tea.Model {
|
|
7036
|
+
paging?: ListDutyRostersResponseBodyPaging;
|
|
6497
7037
|
requestId?: string;
|
|
6498
|
-
success?: boolean;
|
|
6499
7038
|
static names(): {
|
|
6500
7039
|
[key: string]: string;
|
|
6501
7040
|
};
|
|
@@ -6506,11 +7045,12 @@ export declare class ListDataSourcesResponseBody extends $tea.Model {
|
|
|
6506
7045
|
[key: string]: any;
|
|
6507
7046
|
});
|
|
6508
7047
|
}
|
|
6509
|
-
export declare class
|
|
7048
|
+
export declare class ListDutyRostersResponse extends $tea.Model {
|
|
6510
7049
|
headers: {
|
|
6511
7050
|
[key: string]: string;
|
|
6512
7051
|
};
|
|
6513
|
-
|
|
7052
|
+
statusCode: number;
|
|
7053
|
+
body: ListDutyRostersResponseBody;
|
|
6514
7054
|
static names(): {
|
|
6515
7055
|
[key: string]: string;
|
|
6516
7056
|
};
|
|
@@ -6521,17 +7061,9 @@ export declare class ListDataSourcesResponse extends $tea.Model {
|
|
|
6521
7061
|
[key: string]: any;
|
|
6522
7062
|
});
|
|
6523
7063
|
}
|
|
6524
|
-
export declare class
|
|
6525
|
-
creator?: string;
|
|
6526
|
-
endCreateTime?: number;
|
|
6527
|
-
endExecuteTime?: number;
|
|
6528
|
-
executor?: string;
|
|
6529
|
-
keyword?: string;
|
|
7064
|
+
export declare class ListExtensionsRequest extends $tea.Model {
|
|
6530
7065
|
pageNumber?: number;
|
|
6531
7066
|
pageSize?: number;
|
|
6532
|
-
projectId?: number;
|
|
6533
|
-
projectIdentifier?: string;
|
|
6534
|
-
status?: number;
|
|
6535
7067
|
static names(): {
|
|
6536
7068
|
[key: string]: string;
|
|
6537
7069
|
};
|
|
@@ -6542,8 +7074,8 @@ export declare class ListDeploymentsRequest extends $tea.Model {
|
|
|
6542
7074
|
[key: string]: any;
|
|
6543
7075
|
});
|
|
6544
7076
|
}
|
|
6545
|
-
export declare class
|
|
6546
|
-
|
|
7077
|
+
export declare class ListExtensionsResponseBody extends $tea.Model {
|
|
7078
|
+
pagingInfo?: ListExtensionsResponseBodyPagingInfo;
|
|
6547
7079
|
requestId?: string;
|
|
6548
7080
|
static names(): {
|
|
6549
7081
|
[key: string]: string;
|
|
@@ -6555,11 +7087,12 @@ export declare class ListDeploymentsResponseBody extends $tea.Model {
|
|
|
6555
7087
|
[key: string]: any;
|
|
6556
7088
|
});
|
|
6557
7089
|
}
|
|
6558
|
-
export declare class
|
|
7090
|
+
export declare class ListExtensionsResponse extends $tea.Model {
|
|
6559
7091
|
headers: {
|
|
6560
7092
|
[key: string]: string;
|
|
6561
7093
|
};
|
|
6562
|
-
|
|
7094
|
+
statusCode: number;
|
|
7095
|
+
body: ListExtensionsResponseBody;
|
|
6563
7096
|
static names(): {
|
|
6564
7097
|
[key: string]: string;
|
|
6565
7098
|
};
|
|
@@ -6604,6 +7137,7 @@ export declare class ListFileTypeResponse extends $tea.Model {
|
|
|
6604
7137
|
headers: {
|
|
6605
7138
|
[key: string]: string;
|
|
6606
7139
|
};
|
|
7140
|
+
statusCode: number;
|
|
6607
7141
|
body: ListFileTypeResponseBody;
|
|
6608
7142
|
static names(): {
|
|
6609
7143
|
[key: string]: string;
|
|
@@ -6652,6 +7186,7 @@ export declare class ListFileVersionsResponse extends $tea.Model {
|
|
|
6652
7186
|
headers: {
|
|
6653
7187
|
[key: string]: string;
|
|
6654
7188
|
};
|
|
7189
|
+
statusCode: number;
|
|
6655
7190
|
body: ListFileVersionsResponseBody;
|
|
6656
7191
|
static names(): {
|
|
6657
7192
|
[key: string]: string;
|
|
@@ -6705,6 +7240,7 @@ export declare class ListFilesResponse extends $tea.Model {
|
|
|
6705
7240
|
headers: {
|
|
6706
7241
|
[key: string]: string;
|
|
6707
7242
|
};
|
|
7243
|
+
statusCode: number;
|
|
6708
7244
|
body: ListFilesResponseBody;
|
|
6709
7245
|
static names(): {
|
|
6710
7246
|
[key: string]: string;
|
|
@@ -6753,6 +7289,7 @@ export declare class ListFoldersResponse extends $tea.Model {
|
|
|
6753
7289
|
headers: {
|
|
6754
7290
|
[key: string]: string;
|
|
6755
7291
|
};
|
|
7292
|
+
statusCode: number;
|
|
6756
7293
|
body: ListFoldersResponseBody;
|
|
6757
7294
|
static names(): {
|
|
6758
7295
|
[key: string]: string;
|
|
@@ -6764,6 +7301,56 @@ export declare class ListFoldersResponse extends $tea.Model {
|
|
|
6764
7301
|
[key: string]: any;
|
|
6765
7302
|
});
|
|
6766
7303
|
}
|
|
7304
|
+
export declare class ListHistoryTasksForResourceGroupRequest extends $tea.Model {
|
|
7305
|
+
endTime?: number;
|
|
7306
|
+
pageNumber?: number;
|
|
7307
|
+
pageSize?: number;
|
|
7308
|
+
projectEnv?: string;
|
|
7309
|
+
resourceGroupIdentifier?: string;
|
|
7310
|
+
startTime?: number;
|
|
7311
|
+
static names(): {
|
|
7312
|
+
[key: string]: string;
|
|
7313
|
+
};
|
|
7314
|
+
static types(): {
|
|
7315
|
+
[key: string]: any;
|
|
7316
|
+
};
|
|
7317
|
+
constructor(map?: {
|
|
7318
|
+
[key: string]: any;
|
|
7319
|
+
});
|
|
7320
|
+
}
|
|
7321
|
+
export declare class ListHistoryTasksForResourceGroupResponseBody extends $tea.Model {
|
|
7322
|
+
data?: ListHistoryTasksForResourceGroupResponseBodyData;
|
|
7323
|
+
errorCode?: string;
|
|
7324
|
+
errorMessage?: string;
|
|
7325
|
+
httpStatusCode?: number;
|
|
7326
|
+
requestId?: string;
|
|
7327
|
+
success?: boolean;
|
|
7328
|
+
static names(): {
|
|
7329
|
+
[key: string]: string;
|
|
7330
|
+
};
|
|
7331
|
+
static types(): {
|
|
7332
|
+
[key: string]: any;
|
|
7333
|
+
};
|
|
7334
|
+
constructor(map?: {
|
|
7335
|
+
[key: string]: any;
|
|
7336
|
+
});
|
|
7337
|
+
}
|
|
7338
|
+
export declare class ListHistoryTasksForResourceGroupResponse extends $tea.Model {
|
|
7339
|
+
headers: {
|
|
7340
|
+
[key: string]: string;
|
|
7341
|
+
};
|
|
7342
|
+
statusCode: number;
|
|
7343
|
+
body: ListHistoryTasksForResourceGroupResponseBody;
|
|
7344
|
+
static names(): {
|
|
7345
|
+
[key: string]: string;
|
|
7346
|
+
};
|
|
7347
|
+
static types(): {
|
|
7348
|
+
[key: string]: any;
|
|
7349
|
+
};
|
|
7350
|
+
constructor(map?: {
|
|
7351
|
+
[key: string]: any;
|
|
7352
|
+
});
|
|
7353
|
+
}
|
|
6767
7354
|
export declare class ListInstanceAmountRequest extends $tea.Model {
|
|
6768
7355
|
beginDate?: string;
|
|
6769
7356
|
endDate?: string;
|
|
@@ -6795,6 +7382,7 @@ export declare class ListInstanceAmountResponse extends $tea.Model {
|
|
|
6795
7382
|
headers: {
|
|
6796
7383
|
[key: string]: string;
|
|
6797
7384
|
};
|
|
7385
|
+
statusCode: number;
|
|
6798
7386
|
body: ListInstanceAmountResponseBody;
|
|
6799
7387
|
static names(): {
|
|
6800
7388
|
[key: string]: string;
|
|
@@ -6851,6 +7439,7 @@ export declare class ListInstancesResponse extends $tea.Model {
|
|
|
6851
7439
|
headers: {
|
|
6852
7440
|
[key: string]: string;
|
|
6853
7441
|
};
|
|
7442
|
+
statusCode: number;
|
|
6854
7443
|
body: ListInstancesResponseBody;
|
|
6855
7444
|
static names(): {
|
|
6856
7445
|
[key: string]: string;
|
|
@@ -6893,6 +7482,7 @@ export declare class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
6893
7482
|
headers: {
|
|
6894
7483
|
[key: string]: string;
|
|
6895
7484
|
};
|
|
7485
|
+
statusCode: number;
|
|
6896
7486
|
body: ListManualDagInstancesResponseBody;
|
|
6897
7487
|
static names(): {
|
|
6898
7488
|
[key: string]: string;
|
|
@@ -6937,6 +7527,7 @@ export declare class ListMetaDBResponse extends $tea.Model {
|
|
|
6937
7527
|
headers: {
|
|
6938
7528
|
[key: string]: string;
|
|
6939
7529
|
};
|
|
7530
|
+
statusCode: number;
|
|
6940
7531
|
body: ListMetaDBResponseBody;
|
|
6941
7532
|
static names(): {
|
|
6942
7533
|
[key: string]: string;
|
|
@@ -6948,6 +7539,52 @@ export declare class ListMetaDBResponse extends $tea.Model {
|
|
|
6948
7539
|
[key: string]: any;
|
|
6949
7540
|
});
|
|
6950
7541
|
}
|
|
7542
|
+
export declare class ListMigrationsRequest extends $tea.Model {
|
|
7543
|
+
migrationType?: string;
|
|
7544
|
+
owner?: string;
|
|
7545
|
+
pageNumber?: number;
|
|
7546
|
+
pageSize?: number;
|
|
7547
|
+
projectId?: number;
|
|
7548
|
+
static names(): {
|
|
7549
|
+
[key: string]: string;
|
|
7550
|
+
};
|
|
7551
|
+
static types(): {
|
|
7552
|
+
[key: string]: any;
|
|
7553
|
+
};
|
|
7554
|
+
constructor(map?: {
|
|
7555
|
+
[key: string]: any;
|
|
7556
|
+
});
|
|
7557
|
+
}
|
|
7558
|
+
export declare class ListMigrationsResponseBody extends $tea.Model {
|
|
7559
|
+
data?: ListMigrationsResponseBodyData;
|
|
7560
|
+
requestId?: string;
|
|
7561
|
+
success?: boolean;
|
|
7562
|
+
static names(): {
|
|
7563
|
+
[key: string]: string;
|
|
7564
|
+
};
|
|
7565
|
+
static types(): {
|
|
7566
|
+
[key: string]: any;
|
|
7567
|
+
};
|
|
7568
|
+
constructor(map?: {
|
|
7569
|
+
[key: string]: any;
|
|
7570
|
+
});
|
|
7571
|
+
}
|
|
7572
|
+
export declare class ListMigrationsResponse extends $tea.Model {
|
|
7573
|
+
headers: {
|
|
7574
|
+
[key: string]: string;
|
|
7575
|
+
};
|
|
7576
|
+
statusCode: number;
|
|
7577
|
+
body: ListMigrationsResponseBody;
|
|
7578
|
+
static names(): {
|
|
7579
|
+
[key: string]: string;
|
|
7580
|
+
};
|
|
7581
|
+
static types(): {
|
|
7582
|
+
[key: string]: any;
|
|
7583
|
+
};
|
|
7584
|
+
constructor(map?: {
|
|
7585
|
+
[key: string]: any;
|
|
7586
|
+
});
|
|
7587
|
+
}
|
|
6951
7588
|
export declare class ListNodeIORequest extends $tea.Model {
|
|
6952
7589
|
ioType?: string;
|
|
6953
7590
|
nodeId?: number;
|
|
@@ -6983,6 +7620,7 @@ export declare class ListNodeIOResponse extends $tea.Model {
|
|
|
6983
7620
|
headers: {
|
|
6984
7621
|
[key: string]: string;
|
|
6985
7622
|
};
|
|
7623
|
+
statusCode: number;
|
|
6986
7624
|
body: ListNodeIOResponseBody;
|
|
6987
7625
|
static names(): {
|
|
6988
7626
|
[key: string]: string;
|
|
@@ -7029,6 +7667,7 @@ export declare class ListNodeInputOrOutputResponse extends $tea.Model {
|
|
|
7029
7667
|
headers: {
|
|
7030
7668
|
[key: string]: string;
|
|
7031
7669
|
};
|
|
7670
|
+
statusCode: number;
|
|
7032
7671
|
body: ListNodeInputOrOutputResponseBody;
|
|
7033
7672
|
static names(): {
|
|
7034
7673
|
[key: string]: string;
|
|
@@ -7080,6 +7719,7 @@ export declare class ListNodesResponse extends $tea.Model {
|
|
|
7080
7719
|
headers: {
|
|
7081
7720
|
[key: string]: string;
|
|
7082
7721
|
};
|
|
7722
|
+
statusCode: number;
|
|
7083
7723
|
body: ListNodesResponseBody;
|
|
7084
7724
|
static names(): {
|
|
7085
7725
|
[key: string]: string;
|
|
@@ -7124,6 +7764,7 @@ export declare class ListNodesByBaselineResponse extends $tea.Model {
|
|
|
7124
7764
|
headers: {
|
|
7125
7765
|
[key: string]: string;
|
|
7126
7766
|
};
|
|
7767
|
+
statusCode: number;
|
|
7127
7768
|
body: ListNodesByBaselineResponseBody;
|
|
7128
7769
|
static names(): {
|
|
7129
7770
|
[key: string]: string;
|
|
@@ -7169,6 +7810,7 @@ export declare class ListNodesByOutputResponse extends $tea.Model {
|
|
|
7169
7810
|
headers: {
|
|
7170
7811
|
[key: string]: string;
|
|
7171
7812
|
};
|
|
7813
|
+
statusCode: number;
|
|
7172
7814
|
body: ListNodesByOutputResponseBody;
|
|
7173
7815
|
static names(): {
|
|
7174
7816
|
[key: string]: string;
|
|
@@ -7219,6 +7861,7 @@ export declare class ListPermissionApplyOrdersResponse extends $tea.Model {
|
|
|
7219
7861
|
headers: {
|
|
7220
7862
|
[key: string]: string;
|
|
7221
7863
|
};
|
|
7864
|
+
statusCode: number;
|
|
7222
7865
|
body: ListPermissionApplyOrdersResponseBody;
|
|
7223
7866
|
static names(): {
|
|
7224
7867
|
[key: string]: string;
|
|
@@ -7260,6 +7903,7 @@ export declare class ListProgramTypeCountResponse extends $tea.Model {
|
|
|
7260
7903
|
headers: {
|
|
7261
7904
|
[key: string]: string;
|
|
7262
7905
|
};
|
|
7906
|
+
statusCode: number;
|
|
7263
7907
|
body: ListProgramTypeCountResponseBody;
|
|
7264
7908
|
static names(): {
|
|
7265
7909
|
[key: string]: string;
|
|
@@ -7300,6 +7944,7 @@ export declare class ListProjectIdsResponse extends $tea.Model {
|
|
|
7300
7944
|
headers: {
|
|
7301
7945
|
[key: string]: string;
|
|
7302
7946
|
};
|
|
7947
|
+
statusCode: number;
|
|
7303
7948
|
body: ListProjectIdsResponseBody;
|
|
7304
7949
|
static names(): {
|
|
7305
7950
|
[key: string]: string;
|
|
@@ -7342,6 +7987,7 @@ export declare class ListProjectMembersResponse extends $tea.Model {
|
|
|
7342
7987
|
headers: {
|
|
7343
7988
|
[key: string]: string;
|
|
7344
7989
|
};
|
|
7990
|
+
statusCode: number;
|
|
7345
7991
|
body: ListProjectMembersResponseBody;
|
|
7346
7992
|
static names(): {
|
|
7347
7993
|
[key: string]: string;
|
|
@@ -7382,6 +8028,7 @@ export declare class ListProjectRolesResponse extends $tea.Model {
|
|
|
7382
8028
|
headers: {
|
|
7383
8029
|
[key: string]: string;
|
|
7384
8030
|
};
|
|
8031
|
+
statusCode: number;
|
|
7385
8032
|
body: ListProjectRolesResponseBody;
|
|
7386
8033
|
static names(): {
|
|
7387
8034
|
[key: string]: string;
|
|
@@ -7423,6 +8070,7 @@ export declare class ListProjectsResponse extends $tea.Model {
|
|
|
7423
8070
|
headers: {
|
|
7424
8071
|
[key: string]: string;
|
|
7425
8072
|
};
|
|
8073
|
+
statusCode: number;
|
|
7426
8074
|
body: ListProjectsResponseBody;
|
|
7427
8075
|
static names(): {
|
|
7428
8076
|
[key: string]: string;
|
|
@@ -7472,6 +8120,7 @@ export declare class ListQualityResultsByEntityResponse extends $tea.Model {
|
|
|
7472
8120
|
headers: {
|
|
7473
8121
|
[key: string]: string;
|
|
7474
8122
|
};
|
|
8123
|
+
statusCode: number;
|
|
7475
8124
|
body: ListQualityResultsByEntityResponseBody;
|
|
7476
8125
|
static names(): {
|
|
7477
8126
|
[key: string]: string;
|
|
@@ -7521,6 +8170,7 @@ export declare class ListQualityResultsByRuleResponse extends $tea.Model {
|
|
|
7521
8170
|
headers: {
|
|
7522
8171
|
[key: string]: string;
|
|
7523
8172
|
};
|
|
8173
|
+
statusCode: number;
|
|
7524
8174
|
body: ListQualityResultsByRuleResponseBody;
|
|
7525
8175
|
static names(): {
|
|
7526
8176
|
[key: string]: string;
|
|
@@ -7568,6 +8218,7 @@ export declare class ListQualityRulesResponse extends $tea.Model {
|
|
|
7568
8218
|
headers: {
|
|
7569
8219
|
[key: string]: string;
|
|
7570
8220
|
};
|
|
8221
|
+
statusCode: number;
|
|
7571
8222
|
body: ListQualityRulesResponseBody;
|
|
7572
8223
|
static names(): {
|
|
7573
8224
|
[key: string]: string;
|
|
@@ -7614,6 +8265,7 @@ export declare class ListRefDISyncTasksResponse extends $tea.Model {
|
|
|
7614
8265
|
headers: {
|
|
7615
8266
|
[key: string]: string;
|
|
7616
8267
|
};
|
|
8268
|
+
statusCode: number;
|
|
7617
8269
|
body: ListRefDISyncTasksResponseBody;
|
|
7618
8270
|
static names(): {
|
|
7619
8271
|
[key: string]: string;
|
|
@@ -7664,6 +8316,7 @@ export declare class ListRemindsResponse extends $tea.Model {
|
|
|
7664
8316
|
headers: {
|
|
7665
8317
|
[key: string]: string;
|
|
7666
8318
|
};
|
|
8319
|
+
statusCode: number;
|
|
7667
8320
|
body: ListRemindsResponseBody;
|
|
7668
8321
|
static names(): {
|
|
7669
8322
|
[key: string]: string;
|
|
@@ -7708,6 +8361,7 @@ export declare class ListResourceGroupsResponse extends $tea.Model {
|
|
|
7708
8361
|
headers: {
|
|
7709
8362
|
[key: string]: string;
|
|
7710
8363
|
};
|
|
8364
|
+
statusCode: number;
|
|
7711
8365
|
body: ListResourceGroupsResponseBody;
|
|
7712
8366
|
static names(): {
|
|
7713
8367
|
[key: string]: string;
|
|
@@ -7748,6 +8402,7 @@ export declare class ListSuccessInstanceAmountResponse extends $tea.Model {
|
|
|
7748
8402
|
headers: {
|
|
7749
8403
|
[key: string]: string;
|
|
7750
8404
|
};
|
|
8405
|
+
statusCode: number;
|
|
7751
8406
|
body: ListSuccessInstanceAmountResponseBody;
|
|
7752
8407
|
static names(): {
|
|
7753
8408
|
[key: string]: string;
|
|
@@ -7795,6 +8450,7 @@ export declare class ListTableLevelResponse extends $tea.Model {
|
|
|
7795
8450
|
headers: {
|
|
7796
8451
|
[key: string]: string;
|
|
7797
8452
|
};
|
|
8453
|
+
statusCode: number;
|
|
7798
8454
|
body: ListTableLevelResponseBody;
|
|
7799
8455
|
static names(): {
|
|
7800
8456
|
[key: string]: string;
|
|
@@ -7842,6 +8498,7 @@ export declare class ListTableThemeResponse extends $tea.Model {
|
|
|
7842
8498
|
headers: {
|
|
7843
8499
|
[key: string]: string;
|
|
7844
8500
|
};
|
|
8501
|
+
statusCode: number;
|
|
7845
8502
|
body: ListTableThemeResponseBody;
|
|
7846
8503
|
static names(): {
|
|
7847
8504
|
[key: string]: string;
|
|
@@ -7894,6 +8551,7 @@ export declare class ListTopicsResponse extends $tea.Model {
|
|
|
7894
8551
|
headers: {
|
|
7895
8552
|
[key: string]: string;
|
|
7896
8553
|
};
|
|
8554
|
+
statusCode: number;
|
|
7897
8555
|
body: ListTopicsResponseBody;
|
|
7898
8556
|
static names(): {
|
|
7899
8557
|
[key: string]: string;
|
|
@@ -7905,6 +8563,54 @@ export declare class ListTopicsResponse extends $tea.Model {
|
|
|
7905
8563
|
[key: string]: any;
|
|
7906
8564
|
});
|
|
7907
8565
|
}
|
|
8566
|
+
export declare class ListUsageForResourceGroupRequest extends $tea.Model {
|
|
8567
|
+
endTime?: number;
|
|
8568
|
+
projectEnv?: string;
|
|
8569
|
+
resourceGroupIdentifier?: string;
|
|
8570
|
+
startTime?: number;
|
|
8571
|
+
static names(): {
|
|
8572
|
+
[key: string]: string;
|
|
8573
|
+
};
|
|
8574
|
+
static types(): {
|
|
8575
|
+
[key: string]: any;
|
|
8576
|
+
};
|
|
8577
|
+
constructor(map?: {
|
|
8578
|
+
[key: string]: any;
|
|
8579
|
+
});
|
|
8580
|
+
}
|
|
8581
|
+
export declare class ListUsageForResourceGroupResponseBody extends $tea.Model {
|
|
8582
|
+
data?: ListUsageForResourceGroupResponseBodyData[];
|
|
8583
|
+
errorCode?: string;
|
|
8584
|
+
errorMessage?: string;
|
|
8585
|
+
httpStatusCode?: number;
|
|
8586
|
+
requestId?: string;
|
|
8587
|
+
success?: boolean;
|
|
8588
|
+
static names(): {
|
|
8589
|
+
[key: string]: string;
|
|
8590
|
+
};
|
|
8591
|
+
static types(): {
|
|
8592
|
+
[key: string]: any;
|
|
8593
|
+
};
|
|
8594
|
+
constructor(map?: {
|
|
8595
|
+
[key: string]: any;
|
|
8596
|
+
});
|
|
8597
|
+
}
|
|
8598
|
+
export declare class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
8599
|
+
headers: {
|
|
8600
|
+
[key: string]: string;
|
|
8601
|
+
};
|
|
8602
|
+
statusCode: number;
|
|
8603
|
+
body: ListUsageForResourceGroupResponseBody;
|
|
8604
|
+
static names(): {
|
|
8605
|
+
[key: string]: string;
|
|
8606
|
+
};
|
|
8607
|
+
static types(): {
|
|
8608
|
+
[key: string]: any;
|
|
8609
|
+
};
|
|
8610
|
+
constructor(map?: {
|
|
8611
|
+
[key: string]: any;
|
|
8612
|
+
});
|
|
8613
|
+
}
|
|
7908
8614
|
export declare class PublishDataServiceApiRequest extends $tea.Model {
|
|
7909
8615
|
apiId?: number;
|
|
7910
8616
|
projectId?: number;
|
|
@@ -7940,6 +8646,7 @@ export declare class PublishDataServiceApiResponse extends $tea.Model {
|
|
|
7940
8646
|
headers: {
|
|
7941
8647
|
[key: string]: string;
|
|
7942
8648
|
};
|
|
8649
|
+
statusCode: number;
|
|
7943
8650
|
body: PublishDataServiceApiResponseBody;
|
|
7944
8651
|
static names(): {
|
|
7945
8652
|
[key: string]: string;
|
|
@@ -7983,6 +8690,7 @@ export declare class QueryDISyncTaskConfigProcessResultResponse extends $tea.Mod
|
|
|
7983
8690
|
headers: {
|
|
7984
8691
|
[key: string]: string;
|
|
7985
8692
|
};
|
|
8693
|
+
statusCode: number;
|
|
7986
8694
|
body: QueryDISyncTaskConfigProcessResultResponseBody;
|
|
7987
8695
|
static names(): {
|
|
7988
8696
|
[key: string]: string;
|
|
@@ -8026,6 +8734,7 @@ export declare class QueryPublicModelEngineResponse extends $tea.Model {
|
|
|
8026
8734
|
headers: {
|
|
8027
8735
|
[key: string]: string;
|
|
8028
8736
|
};
|
|
8737
|
+
statusCode: number;
|
|
8029
8738
|
body: QueryPublicModelEngineResponseBody;
|
|
8030
8739
|
static names(): {
|
|
8031
8740
|
[key: string]: string;
|
|
@@ -8067,6 +8776,7 @@ export declare class RemoveProjectMemberFromRoleResponse extends $tea.Model {
|
|
|
8067
8776
|
headers: {
|
|
8068
8777
|
[key: string]: string;
|
|
8069
8778
|
};
|
|
8779
|
+
statusCode: number;
|
|
8070
8780
|
body: RemoveProjectMemberFromRoleResponseBody;
|
|
8071
8781
|
static names(): {
|
|
8072
8782
|
[key: string]: string;
|
|
@@ -8112,6 +8822,7 @@ export declare class RestartInstanceResponse extends $tea.Model {
|
|
|
8112
8822
|
headers: {
|
|
8113
8823
|
[key: string]: string;
|
|
8114
8824
|
};
|
|
8825
|
+
statusCode: number;
|
|
8115
8826
|
body: RestartInstanceResponseBody;
|
|
8116
8827
|
static names(): {
|
|
8117
8828
|
[key: string]: string;
|
|
@@ -8157,6 +8868,7 @@ export declare class ResumeInstanceResponse extends $tea.Model {
|
|
|
8157
8868
|
headers: {
|
|
8158
8869
|
[key: string]: string;
|
|
8159
8870
|
};
|
|
8871
|
+
statusCode: number;
|
|
8160
8872
|
body: ResumeInstanceResponseBody;
|
|
8161
8873
|
static names(): {
|
|
8162
8874
|
[key: string]: string;
|
|
@@ -8202,6 +8914,7 @@ export declare class RevokeColumnPermissionResponse extends $tea.Model {
|
|
|
8202
8914
|
headers: {
|
|
8203
8915
|
[key: string]: string;
|
|
8204
8916
|
};
|
|
8917
|
+
statusCode: number;
|
|
8205
8918
|
body: RevokeColumnPermissionResponseBody;
|
|
8206
8919
|
static names(): {
|
|
8207
8920
|
[key: string]: string;
|
|
@@ -8247,6 +8960,7 @@ export declare class RevokeTablePermissionResponse extends $tea.Model {
|
|
|
8247
8960
|
headers: {
|
|
8248
8961
|
[key: string]: string;
|
|
8249
8962
|
};
|
|
8963
|
+
statusCode: number;
|
|
8250
8964
|
body: RevokeTablePermissionResponseBody;
|
|
8251
8965
|
static names(): {
|
|
8252
8966
|
[key: string]: string;
|
|
@@ -8301,6 +9015,7 @@ export declare class RunCycleDagNodesResponse extends $tea.Model {
|
|
|
8301
9015
|
headers: {
|
|
8302
9016
|
[key: string]: string;
|
|
8303
9017
|
};
|
|
9018
|
+
statusCode: number;
|
|
8304
9019
|
body: RunCycleDagNodesResponseBody;
|
|
8305
9020
|
static names(): {
|
|
8306
9021
|
[key: string]: string;
|
|
@@ -8349,6 +9064,7 @@ export declare class RunManualDagNodesResponse extends $tea.Model {
|
|
|
8349
9064
|
headers: {
|
|
8350
9065
|
[key: string]: string;
|
|
8351
9066
|
};
|
|
9067
|
+
statusCode: number;
|
|
8352
9068
|
body: RunManualDagNodesResponseBody;
|
|
8353
9069
|
static names(): {
|
|
8354
9070
|
[key: string]: string;
|
|
@@ -8397,6 +9113,7 @@ export declare class RunSmokeTestResponse extends $tea.Model {
|
|
|
8397
9113
|
headers: {
|
|
8398
9114
|
[key: string]: string;
|
|
8399
9115
|
};
|
|
9116
|
+
statusCode: number;
|
|
8400
9117
|
body: RunSmokeTestResponseBody;
|
|
8401
9118
|
static names(): {
|
|
8402
9119
|
[key: string]: string;
|
|
@@ -8440,6 +9157,7 @@ export declare class RunTriggerNodeResponse extends $tea.Model {
|
|
|
8440
9157
|
headers: {
|
|
8441
9158
|
[key: string]: string;
|
|
8442
9159
|
};
|
|
9160
|
+
statusCode: number;
|
|
8443
9161
|
body: RunTriggerNodeResponseBody;
|
|
8444
9162
|
static names(): {
|
|
8445
9163
|
[key: string]: string;
|
|
@@ -8482,6 +9200,7 @@ export declare class ScanSensitiveDataResponse extends $tea.Model {
|
|
|
8482
9200
|
headers: {
|
|
8483
9201
|
[key: string]: string;
|
|
8484
9202
|
};
|
|
9203
|
+
statusCode: number;
|
|
8485
9204
|
body: ScanSensitiveDataResponseBody;
|
|
8486
9205
|
static names(): {
|
|
8487
9206
|
[key: string]: string;
|
|
@@ -8532,6 +9251,7 @@ export declare class SearchMetaTablesResponse extends $tea.Model {
|
|
|
8532
9251
|
headers: {
|
|
8533
9252
|
[key: string]: string;
|
|
8534
9253
|
};
|
|
9254
|
+
statusCode: number;
|
|
8535
9255
|
body: SearchMetaTablesResponseBody;
|
|
8536
9256
|
static names(): {
|
|
8537
9257
|
[key: string]: string;
|
|
@@ -8579,6 +9299,7 @@ export declare class SearchNodesByOutputResponse extends $tea.Model {
|
|
|
8579
9299
|
headers: {
|
|
8580
9300
|
[key: string]: string;
|
|
8581
9301
|
};
|
|
9302
|
+
statusCode: number;
|
|
8582
9303
|
body: SearchNodesByOutputResponseBody;
|
|
8583
9304
|
static names(): {
|
|
8584
9305
|
[key: string]: string;
|
|
@@ -8624,6 +9345,7 @@ export declare class SetDataSourceShareResponse extends $tea.Model {
|
|
|
8624
9345
|
headers: {
|
|
8625
9346
|
[key: string]: string;
|
|
8626
9347
|
};
|
|
9348
|
+
statusCode: number;
|
|
8627
9349
|
body: SetDataSourceShareResponseBody;
|
|
8628
9350
|
static names(): {
|
|
8629
9351
|
[key: string]: string;
|
|
@@ -8669,6 +9391,7 @@ export declare class SetSuccessInstanceResponse extends $tea.Model {
|
|
|
8669
9391
|
headers: {
|
|
8670
9392
|
[key: string]: string;
|
|
8671
9393
|
};
|
|
9394
|
+
statusCode: number;
|
|
8672
9395
|
body: SetSuccessInstanceResponseBody;
|
|
8673
9396
|
static names(): {
|
|
8674
9397
|
[key: string]: string;
|
|
@@ -8713,6 +9436,7 @@ export declare class StartDISyncInstanceResponse extends $tea.Model {
|
|
|
8713
9436
|
headers: {
|
|
8714
9437
|
[key: string]: string;
|
|
8715
9438
|
};
|
|
9439
|
+
statusCode: number;
|
|
8716
9440
|
body: StartDISyncInstanceResponseBody;
|
|
8717
9441
|
static names(): {
|
|
8718
9442
|
[key: string]: string;
|
|
@@ -8758,6 +9482,7 @@ export declare class StartMigrationResponse extends $tea.Model {
|
|
|
8758
9482
|
headers: {
|
|
8759
9483
|
[key: string]: string;
|
|
8760
9484
|
};
|
|
9485
|
+
statusCode: number;
|
|
8761
9486
|
body: StartMigrationResponseBody;
|
|
8762
9487
|
static names(): {
|
|
8763
9488
|
[key: string]: string;
|
|
@@ -8801,6 +9526,7 @@ export declare class StopDISyncInstanceResponse extends $tea.Model {
|
|
|
8801
9526
|
headers: {
|
|
8802
9527
|
[key: string]: string;
|
|
8803
9528
|
};
|
|
9529
|
+
statusCode: number;
|
|
8804
9530
|
body: StopDISyncInstanceResponseBody;
|
|
8805
9531
|
static names(): {
|
|
8806
9532
|
[key: string]: string;
|
|
@@ -8846,6 +9572,7 @@ export declare class StopInstanceResponse extends $tea.Model {
|
|
|
8846
9572
|
headers: {
|
|
8847
9573
|
[key: string]: string;
|
|
8848
9574
|
};
|
|
9575
|
+
statusCode: number;
|
|
8849
9576
|
body: StopInstanceResponseBody;
|
|
8850
9577
|
static names(): {
|
|
8851
9578
|
[key: string]: string;
|
|
@@ -8893,6 +9620,7 @@ export declare class SubmitFileResponse extends $tea.Model {
|
|
|
8893
9620
|
headers: {
|
|
8894
9621
|
[key: string]: string;
|
|
8895
9622
|
};
|
|
9623
|
+
statusCode: number;
|
|
8896
9624
|
body: SubmitFileResponseBody;
|
|
8897
9625
|
static names(): {
|
|
8898
9626
|
[key: string]: string;
|
|
@@ -8938,6 +9666,7 @@ export declare class SuspendInstanceResponse extends $tea.Model {
|
|
|
8938
9666
|
headers: {
|
|
8939
9667
|
[key: string]: string;
|
|
8940
9668
|
};
|
|
9669
|
+
statusCode: number;
|
|
8941
9670
|
body: SuspendInstanceResponseBody;
|
|
8942
9671
|
static names(): {
|
|
8943
9672
|
[key: string]: string;
|
|
@@ -8981,6 +9710,7 @@ export declare class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
8981
9710
|
headers: {
|
|
8982
9711
|
[key: string]: string;
|
|
8983
9712
|
};
|
|
9713
|
+
statusCode: number;
|
|
8984
9714
|
body: TerminateDISyncInstanceResponseBody;
|
|
8985
9715
|
static names(): {
|
|
8986
9716
|
[key: string]: string;
|
|
@@ -8992,6 +9722,52 @@ export declare class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
8992
9722
|
[key: string]: any;
|
|
8993
9723
|
});
|
|
8994
9724
|
}
|
|
9725
|
+
export declare class TestDataServiceApiRequest extends $tea.Model {
|
|
9726
|
+
apiId?: number;
|
|
9727
|
+
bodyContent?: string;
|
|
9728
|
+
bodyParams?: TestDataServiceApiRequestBodyParams[];
|
|
9729
|
+
headParams?: TestDataServiceApiRequestHeadParams[];
|
|
9730
|
+
pathParams?: TestDataServiceApiRequestPathParams[];
|
|
9731
|
+
queryParam?: TestDataServiceApiRequestQueryParam[];
|
|
9732
|
+
static names(): {
|
|
9733
|
+
[key: string]: string;
|
|
9734
|
+
};
|
|
9735
|
+
static types(): {
|
|
9736
|
+
[key: string]: any;
|
|
9737
|
+
};
|
|
9738
|
+
constructor(map?: {
|
|
9739
|
+
[key: string]: any;
|
|
9740
|
+
});
|
|
9741
|
+
}
|
|
9742
|
+
export declare class TestDataServiceApiResponseBody extends $tea.Model {
|
|
9743
|
+
data?: TestDataServiceApiResponseBodyData;
|
|
9744
|
+
requestId?: string;
|
|
9745
|
+
static names(): {
|
|
9746
|
+
[key: string]: string;
|
|
9747
|
+
};
|
|
9748
|
+
static types(): {
|
|
9749
|
+
[key: string]: any;
|
|
9750
|
+
};
|
|
9751
|
+
constructor(map?: {
|
|
9752
|
+
[key: string]: any;
|
|
9753
|
+
});
|
|
9754
|
+
}
|
|
9755
|
+
export declare class TestDataServiceApiResponse extends $tea.Model {
|
|
9756
|
+
headers: {
|
|
9757
|
+
[key: string]: string;
|
|
9758
|
+
};
|
|
9759
|
+
statusCode: number;
|
|
9760
|
+
body: TestDataServiceApiResponseBody;
|
|
9761
|
+
static names(): {
|
|
9762
|
+
[key: string]: string;
|
|
9763
|
+
};
|
|
9764
|
+
static types(): {
|
|
9765
|
+
[key: string]: any;
|
|
9766
|
+
};
|
|
9767
|
+
constructor(map?: {
|
|
9768
|
+
[key: string]: any;
|
|
9769
|
+
});
|
|
9770
|
+
}
|
|
8995
9771
|
export declare class TestNetworkConnectionRequest extends $tea.Model {
|
|
8996
9772
|
datasourceName?: string;
|
|
8997
9773
|
envType?: string;
|
|
@@ -9025,6 +9801,7 @@ export declare class TestNetworkConnectionResponse extends $tea.Model {
|
|
|
9025
9801
|
headers: {
|
|
9026
9802
|
[key: string]: string;
|
|
9027
9803
|
};
|
|
9804
|
+
statusCode: number;
|
|
9028
9805
|
body: TestNetworkConnectionResponseBody;
|
|
9029
9806
|
static names(): {
|
|
9030
9807
|
[key: string]: string;
|
|
@@ -9065,6 +9842,7 @@ export declare class TopTenElapsedTimeInstanceResponse extends $tea.Model {
|
|
|
9065
9842
|
headers: {
|
|
9066
9843
|
[key: string]: string;
|
|
9067
9844
|
};
|
|
9845
|
+
statusCode: number;
|
|
9068
9846
|
body: TopTenElapsedTimeInstanceResponseBody;
|
|
9069
9847
|
static names(): {
|
|
9070
9848
|
[key: string]: string;
|
|
@@ -9105,6 +9883,7 @@ export declare class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
9105
9883
|
headers: {
|
|
9106
9884
|
[key: string]: string;
|
|
9107
9885
|
};
|
|
9886
|
+
statusCode: number;
|
|
9108
9887
|
body: TopTenErrorTimesInstanceResponseBody;
|
|
9109
9888
|
static names(): {
|
|
9110
9889
|
[key: string]: string;
|
|
@@ -9153,6 +9932,7 @@ export declare class UpdateBusinessResponse extends $tea.Model {
|
|
|
9153
9932
|
headers: {
|
|
9154
9933
|
[key: string]: string;
|
|
9155
9934
|
};
|
|
9935
|
+
statusCode: number;
|
|
9156
9936
|
body: UpdateBusinessResponseBody;
|
|
9157
9937
|
static names(): {
|
|
9158
9938
|
[key: string]: string;
|
|
@@ -9199,6 +9979,7 @@ export declare class UpdateConnectionResponse extends $tea.Model {
|
|
|
9199
9979
|
headers: {
|
|
9200
9980
|
[key: string]: string;
|
|
9201
9981
|
};
|
|
9982
|
+
statusCode: number;
|
|
9202
9983
|
body: UpdateConnectionResponseBody;
|
|
9203
9984
|
static names(): {
|
|
9204
9985
|
[key: string]: string;
|
|
@@ -9243,6 +10024,7 @@ export declare class UpdateDIProjectConfigResponse extends $tea.Model {
|
|
|
9243
10024
|
headers: {
|
|
9244
10025
|
[key: string]: string;
|
|
9245
10026
|
};
|
|
10027
|
+
statusCode: number;
|
|
9246
10028
|
body: UpdateDIProjectConfigResponseBody;
|
|
9247
10029
|
static names(): {
|
|
9248
10030
|
[key: string]: string;
|
|
@@ -9288,6 +10070,7 @@ export declare class UpdateDISyncTaskResponse extends $tea.Model {
|
|
|
9288
10070
|
headers: {
|
|
9289
10071
|
[key: string]: string;
|
|
9290
10072
|
};
|
|
10073
|
+
statusCode: number;
|
|
9291
10074
|
body: UpdateDISyncTaskResponseBody;
|
|
9292
10075
|
static names(): {
|
|
9293
10076
|
[key: string]: string;
|
|
@@ -9344,6 +10127,7 @@ export declare class UpdateDataServiceApiResponse extends $tea.Model {
|
|
|
9344
10127
|
headers: {
|
|
9345
10128
|
[key: string]: string;
|
|
9346
10129
|
};
|
|
10130
|
+
statusCode: number;
|
|
9347
10131
|
body: UpdateDataServiceApiResponseBody;
|
|
9348
10132
|
static names(): {
|
|
9349
10133
|
[key: string]: string;
|
|
@@ -9390,6 +10174,7 @@ export declare class UpdateDataSourceResponse extends $tea.Model {
|
|
|
9390
10174
|
headers: {
|
|
9391
10175
|
[key: string]: string;
|
|
9392
10176
|
};
|
|
10177
|
+
statusCode: number;
|
|
9393
10178
|
body: UpdateDataSourceResponseBody;
|
|
9394
10179
|
static names(): {
|
|
9395
10180
|
[key: string]: string;
|
|
@@ -9461,6 +10246,7 @@ export declare class UpdateFileResponse extends $tea.Model {
|
|
|
9461
10246
|
headers: {
|
|
9462
10247
|
[key: string]: string;
|
|
9463
10248
|
};
|
|
10249
|
+
statusCode: number;
|
|
9464
10250
|
body: UpdateFileResponseBody;
|
|
9465
10251
|
static names(): {
|
|
9466
10252
|
[key: string]: string;
|
|
@@ -9507,6 +10293,7 @@ export declare class UpdateFolderResponse extends $tea.Model {
|
|
|
9507
10293
|
headers: {
|
|
9508
10294
|
[key: string]: string;
|
|
9509
10295
|
};
|
|
10296
|
+
statusCode: number;
|
|
9510
10297
|
body: UpdateFolderResponseBody;
|
|
9511
10298
|
static names(): {
|
|
9512
10299
|
[key: string]: string;
|
|
@@ -9549,6 +10336,7 @@ export declare class UpdateIDEEventResultResponse extends $tea.Model {
|
|
|
9549
10336
|
headers: {
|
|
9550
10337
|
[key: string]: string;
|
|
9551
10338
|
};
|
|
10339
|
+
statusCode: number;
|
|
9552
10340
|
body: UpdateIDEEventResultResponseBody;
|
|
9553
10341
|
static names(): {
|
|
9554
10342
|
[key: string]: string;
|
|
@@ -9595,6 +10383,7 @@ export declare class UpdateMetaCategoryResponse extends $tea.Model {
|
|
|
9595
10383
|
headers: {
|
|
9596
10384
|
[key: string]: string;
|
|
9597
10385
|
};
|
|
10386
|
+
statusCode: number;
|
|
9598
10387
|
body: UpdateMetaCategoryResponseBody;
|
|
9599
10388
|
static names(): {
|
|
9600
10389
|
[key: string]: string;
|
|
@@ -9644,6 +10433,7 @@ export declare class UpdateMetaTableResponse extends $tea.Model {
|
|
|
9644
10433
|
headers: {
|
|
9645
10434
|
[key: string]: string;
|
|
9646
10435
|
};
|
|
10436
|
+
statusCode: number;
|
|
9647
10437
|
body: UpdateMetaTableResponseBody;
|
|
9648
10438
|
static names(): {
|
|
9649
10439
|
[key: string]: string;
|
|
@@ -9685,6 +10475,7 @@ export declare class UpdateMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
9685
10475
|
headers: {
|
|
9686
10476
|
[key: string]: string;
|
|
9687
10477
|
};
|
|
10478
|
+
statusCode: number;
|
|
9688
10479
|
body: UpdateMetaTableIntroWikiResponseBody;
|
|
9689
10480
|
static names(): {
|
|
9690
10481
|
[key: string]: string;
|
|
@@ -9727,6 +10518,7 @@ export declare class UpdateNodeOwnerResponse extends $tea.Model {
|
|
|
9727
10518
|
headers: {
|
|
9728
10519
|
[key: string]: string;
|
|
9729
10520
|
};
|
|
10521
|
+
statusCode: number;
|
|
9730
10522
|
body: UpdateNodeOwnerResponseBody;
|
|
9731
10523
|
static names(): {
|
|
9732
10524
|
[key: string]: string;
|
|
@@ -9769,6 +10561,7 @@ export declare class UpdateNodeRunModeResponse extends $tea.Model {
|
|
|
9769
10561
|
headers: {
|
|
9770
10562
|
[key: string]: string;
|
|
9771
10563
|
};
|
|
10564
|
+
statusCode: number;
|
|
9772
10565
|
body: UpdateNodeRunModeResponseBody;
|
|
9773
10566
|
static names(): {
|
|
9774
10567
|
[key: string]: string;
|
|
@@ -9816,6 +10609,7 @@ export declare class UpdateQualityFollowerResponse extends $tea.Model {
|
|
|
9816
10609
|
headers: {
|
|
9817
10610
|
[key: string]: string;
|
|
9818
10611
|
};
|
|
10612
|
+
statusCode: number;
|
|
9819
10613
|
body: UpdateQualityFollowerResponseBody;
|
|
9820
10614
|
static names(): {
|
|
9821
10615
|
[key: string]: string;
|
|
@@ -9879,6 +10673,7 @@ export declare class UpdateQualityRuleResponse extends $tea.Model {
|
|
|
9879
10673
|
headers: {
|
|
9880
10674
|
[key: string]: string;
|
|
9881
10675
|
};
|
|
10676
|
+
statusCode: number;
|
|
9882
10677
|
body: UpdateQualityRuleResponseBody;
|
|
9883
10678
|
static names(): {
|
|
9884
10679
|
[key: string]: string;
|
|
@@ -9939,6 +10734,7 @@ export declare class UpdateRemindResponse extends $tea.Model {
|
|
|
9939
10734
|
headers: {
|
|
9940
10735
|
[key: string]: string;
|
|
9941
10736
|
};
|
|
10737
|
+
statusCode: number;
|
|
9942
10738
|
body: UpdateRemindResponseBody;
|
|
9943
10739
|
static names(): {
|
|
9944
10740
|
[key: string]: string;
|
|
@@ -9997,6 +10793,7 @@ export declare class UpdateTableResponse extends $tea.Model {
|
|
|
9997
10793
|
headers: {
|
|
9998
10794
|
[key: string]: string;
|
|
9999
10795
|
};
|
|
10796
|
+
statusCode: number;
|
|
10000
10797
|
body: UpdateTableResponseBody;
|
|
10001
10798
|
static names(): {
|
|
10002
10799
|
[key: string]: string;
|
|
@@ -10038,6 +10835,7 @@ export declare class UpdateTableAddColumnResponse extends $tea.Model {
|
|
|
10038
10835
|
headers: {
|
|
10039
10836
|
[key: string]: string;
|
|
10040
10837
|
};
|
|
10838
|
+
statusCode: number;
|
|
10041
10839
|
body: UpdateTableAddColumnResponseBody;
|
|
10042
10840
|
static names(): {
|
|
10043
10841
|
[key: string]: string;
|
|
@@ -10086,6 +10884,7 @@ export declare class UpdateTableLevelResponse extends $tea.Model {
|
|
|
10086
10884
|
headers: {
|
|
10087
10885
|
[key: string]: string;
|
|
10088
10886
|
};
|
|
10887
|
+
statusCode: number;
|
|
10089
10888
|
body: UpdateTableLevelResponseBody;
|
|
10090
10889
|
static names(): {
|
|
10091
10890
|
[key: string]: string;
|
|
@@ -10130,6 +10929,7 @@ export declare class UpdateTableModelInfoResponse extends $tea.Model {
|
|
|
10130
10929
|
headers: {
|
|
10131
10930
|
[key: string]: string;
|
|
10132
10931
|
};
|
|
10932
|
+
statusCode: number;
|
|
10133
10933
|
body: UpdateTableModelInfoResponseBody;
|
|
10134
10934
|
static names(): {
|
|
10135
10935
|
[key: string]: string;
|
|
@@ -10176,6 +10976,7 @@ export declare class UpdateTableThemeResponse extends $tea.Model {
|
|
|
10176
10976
|
headers: {
|
|
10177
10977
|
[key: string]: string;
|
|
10178
10978
|
};
|
|
10979
|
+
statusCode: number;
|
|
10179
10980
|
body: UpdateTableThemeResponseBody;
|
|
10180
10981
|
static names(): {
|
|
10181
10982
|
[key: string]: string;
|
|
@@ -10230,6 +11031,7 @@ export declare class UpdateUdfFileResponse extends $tea.Model {
|
|
|
10230
11031
|
headers: {
|
|
10231
11032
|
[key: string]: string;
|
|
10232
11033
|
};
|
|
11034
|
+
statusCode: number;
|
|
10233
11035
|
body: UpdateUdfFileResponseBody;
|
|
10234
11036
|
static names(): {
|
|
10235
11037
|
[key: string]: string;
|
|
@@ -10273,6 +11075,7 @@ export declare class UpdateWorkbenchEventResultResponse extends $tea.Model {
|
|
|
10273
11075
|
headers: {
|
|
10274
11076
|
[key: string]: string;
|
|
10275
11077
|
};
|
|
11078
|
+
statusCode: number;
|
|
10276
11079
|
body: UpdateWorkbenchEventResultResponseBody;
|
|
10277
11080
|
static names(): {
|
|
10278
11081
|
[key: string]: string;
|
|
@@ -11021,6 +11824,25 @@ export declare class GetDataServiceApiResponseBodyData extends $tea.Model {
|
|
|
11021
11824
|
[key: string]: any;
|
|
11022
11825
|
});
|
|
11023
11826
|
}
|
|
11827
|
+
export declare class GetDataServiceApiTestResponseBodyData extends $tea.Model {
|
|
11828
|
+
apiId?: number;
|
|
11829
|
+
costTime?: string;
|
|
11830
|
+
debugInfo?: string;
|
|
11831
|
+
nodesDebugInfo?: string;
|
|
11832
|
+
paramMap?: string;
|
|
11833
|
+
retCode?: number;
|
|
11834
|
+
retResult?: string;
|
|
11835
|
+
status?: string;
|
|
11836
|
+
static names(): {
|
|
11837
|
+
[key: string]: string;
|
|
11838
|
+
};
|
|
11839
|
+
static types(): {
|
|
11840
|
+
[key: string]: any;
|
|
11841
|
+
};
|
|
11842
|
+
constructor(map?: {
|
|
11843
|
+
[key: string]: any;
|
|
11844
|
+
});
|
|
11845
|
+
}
|
|
11024
11846
|
export declare class GetDataServiceApplicationResponseBodyData extends $tea.Model {
|
|
11025
11847
|
applicationCode?: string;
|
|
11026
11848
|
applicationId?: number;
|
|
@@ -11320,10 +12142,86 @@ export declare class GetDataServicePublishedApiResponseBodyData extends $tea.Mod
|
|
|
11320
12142
|
[key: string]: any;
|
|
11321
12143
|
});
|
|
11322
12144
|
}
|
|
11323
|
-
export declare class GetDataSourceMetaResponseBodyData extends $tea.Model {
|
|
11324
|
-
message?: string;
|
|
11325
|
-
meta?: string;
|
|
11326
|
-
status?: string;
|
|
12145
|
+
export declare class GetDataSourceMetaResponseBodyData extends $tea.Model {
|
|
12146
|
+
message?: string;
|
|
12147
|
+
meta?: string;
|
|
12148
|
+
status?: string;
|
|
12149
|
+
static names(): {
|
|
12150
|
+
[key: string]: string;
|
|
12151
|
+
};
|
|
12152
|
+
static types(): {
|
|
12153
|
+
[key: string]: any;
|
|
12154
|
+
};
|
|
12155
|
+
constructor(map?: {
|
|
12156
|
+
[key: string]: any;
|
|
12157
|
+
});
|
|
12158
|
+
}
|
|
12159
|
+
export declare class GetDeploymentResponseBodyDataDeployment extends $tea.Model {
|
|
12160
|
+
checkingStatus?: number;
|
|
12161
|
+
createTime?: number;
|
|
12162
|
+
creatorId?: string;
|
|
12163
|
+
errorMessage?: string;
|
|
12164
|
+
executeTime?: number;
|
|
12165
|
+
fromEnvironment?: number;
|
|
12166
|
+
handlerId?: string;
|
|
12167
|
+
name?: string;
|
|
12168
|
+
status?: number;
|
|
12169
|
+
toEnvironment?: number;
|
|
12170
|
+
static names(): {
|
|
12171
|
+
[key: string]: string;
|
|
12172
|
+
};
|
|
12173
|
+
static types(): {
|
|
12174
|
+
[key: string]: any;
|
|
12175
|
+
};
|
|
12176
|
+
constructor(map?: {
|
|
12177
|
+
[key: string]: any;
|
|
12178
|
+
});
|
|
12179
|
+
}
|
|
12180
|
+
export declare class GetDeploymentResponseBodyData extends $tea.Model {
|
|
12181
|
+
deployment?: GetDeploymentResponseBodyDataDeployment;
|
|
12182
|
+
static names(): {
|
|
12183
|
+
[key: string]: string;
|
|
12184
|
+
};
|
|
12185
|
+
static types(): {
|
|
12186
|
+
[key: string]: any;
|
|
12187
|
+
};
|
|
12188
|
+
constructor(map?: {
|
|
12189
|
+
[key: string]: any;
|
|
12190
|
+
});
|
|
12191
|
+
}
|
|
12192
|
+
export declare class GetDutyRosterResponseBodyPagingDutyRoster extends $tea.Model {
|
|
12193
|
+
endLong?: number;
|
|
12194
|
+
startLong?: number;
|
|
12195
|
+
watchkeeper?: string;
|
|
12196
|
+
watchkeeperName?: string;
|
|
12197
|
+
static names(): {
|
|
12198
|
+
[key: string]: string;
|
|
12199
|
+
};
|
|
12200
|
+
static types(): {
|
|
12201
|
+
[key: string]: any;
|
|
12202
|
+
};
|
|
12203
|
+
constructor(map?: {
|
|
12204
|
+
[key: string]: any;
|
|
12205
|
+
});
|
|
12206
|
+
}
|
|
12207
|
+
export declare class GetDutyRosterResponseBodyPaging extends $tea.Model {
|
|
12208
|
+
dutyRoster?: GetDutyRosterResponseBodyPagingDutyRoster[];
|
|
12209
|
+
pageNumber?: number;
|
|
12210
|
+
pageSize?: number;
|
|
12211
|
+
totalCount?: number;
|
|
12212
|
+
static names(): {
|
|
12213
|
+
[key: string]: string;
|
|
12214
|
+
};
|
|
12215
|
+
static types(): {
|
|
12216
|
+
[key: string]: any;
|
|
12217
|
+
};
|
|
12218
|
+
constructor(map?: {
|
|
12219
|
+
[key: string]: any;
|
|
12220
|
+
});
|
|
12221
|
+
}
|
|
12222
|
+
export declare class GetExtensionResponseBodyExtensionBindEventList extends $tea.Model {
|
|
12223
|
+
eventCode?: string;
|
|
12224
|
+
eventName?: string;
|
|
11327
12225
|
static names(): {
|
|
11328
12226
|
[key: string]: string;
|
|
11329
12227
|
};
|
|
@@ -11334,17 +12232,9 @@ export declare class GetDataSourceMetaResponseBodyData extends $tea.Model {
|
|
|
11334
12232
|
[key: string]: any;
|
|
11335
12233
|
});
|
|
11336
12234
|
}
|
|
11337
|
-
export declare class
|
|
11338
|
-
|
|
11339
|
-
|
|
11340
|
-
creatorId?: string;
|
|
11341
|
-
errorMessage?: string;
|
|
11342
|
-
executeTime?: number;
|
|
11343
|
-
fromEnvironment?: number;
|
|
11344
|
-
handlerId?: string;
|
|
11345
|
-
name?: string;
|
|
11346
|
-
status?: number;
|
|
11347
|
-
toEnvironment?: number;
|
|
12235
|
+
export declare class GetExtensionResponseBodyExtensionEventCategoryList extends $tea.Model {
|
|
12236
|
+
categoryCode?: string;
|
|
12237
|
+
categoryName?: string;
|
|
11348
12238
|
static names(): {
|
|
11349
12239
|
[key: string]: string;
|
|
11350
12240
|
};
|
|
@@ -11355,8 +12245,18 @@ export declare class GetDeploymentResponseBodyDataDeployment extends $tea.Model
|
|
|
11355
12245
|
[key: string]: any;
|
|
11356
12246
|
});
|
|
11357
12247
|
}
|
|
11358
|
-
export declare class
|
|
11359
|
-
|
|
12248
|
+
export declare class GetExtensionResponseBodyExtension extends $tea.Model {
|
|
12249
|
+
bindEventList?: GetExtensionResponseBodyExtensionBindEventList[];
|
|
12250
|
+
detailUrl?: string;
|
|
12251
|
+
eventCategoryList?: GetExtensionResponseBodyExtensionEventCategoryList[];
|
|
12252
|
+
extensionCode?: string;
|
|
12253
|
+
extensionDesc?: string;
|
|
12254
|
+
extensionName?: string;
|
|
12255
|
+
helpDocUrl?: string;
|
|
12256
|
+
optionSetting?: string;
|
|
12257
|
+
parameterSetting?: string;
|
|
12258
|
+
projectTesting?: number;
|
|
12259
|
+
status?: number;
|
|
11360
12260
|
static names(): {
|
|
11361
12261
|
[key: string]: string;
|
|
11362
12262
|
};
|
|
@@ -13298,6 +14198,52 @@ export declare class ListConnectionsResponseBodyData extends $tea.Model {
|
|
|
13298
14198
|
[key: string]: any;
|
|
13299
14199
|
});
|
|
13300
14200
|
}
|
|
14201
|
+
export declare class ListCurrentTasksForResourceGroupResponseBodyDataTasks extends $tea.Model {
|
|
14202
|
+
concurrency?: string;
|
|
14203
|
+
projectName?: string;
|
|
14204
|
+
status?: number;
|
|
14205
|
+
taskId?: string;
|
|
14206
|
+
taskName?: string;
|
|
14207
|
+
taskSource?: string;
|
|
14208
|
+
taskType?: number;
|
|
14209
|
+
static names(): {
|
|
14210
|
+
[key: string]: string;
|
|
14211
|
+
};
|
|
14212
|
+
static types(): {
|
|
14213
|
+
[key: string]: any;
|
|
14214
|
+
};
|
|
14215
|
+
constructor(map?: {
|
|
14216
|
+
[key: string]: any;
|
|
14217
|
+
});
|
|
14218
|
+
}
|
|
14219
|
+
export declare class ListCurrentTasksForResourceGroupResponseBodyData extends $tea.Model {
|
|
14220
|
+
pageNum?: number;
|
|
14221
|
+
pageSize?: number;
|
|
14222
|
+
tasks?: ListCurrentTasksForResourceGroupResponseBodyDataTasks[];
|
|
14223
|
+
totalNum?: number;
|
|
14224
|
+
static names(): {
|
|
14225
|
+
[key: string]: string;
|
|
14226
|
+
};
|
|
14227
|
+
static types(): {
|
|
14228
|
+
[key: string]: any;
|
|
14229
|
+
};
|
|
14230
|
+
constructor(map?: {
|
|
14231
|
+
[key: string]: any;
|
|
14232
|
+
});
|
|
14233
|
+
}
|
|
14234
|
+
export declare class ListCurrentUsageForResourceGroupResponseBodyData extends $tea.Model {
|
|
14235
|
+
recodeTime?: number;
|
|
14236
|
+
usage?: number;
|
|
14237
|
+
static names(): {
|
|
14238
|
+
[key: string]: string;
|
|
14239
|
+
};
|
|
14240
|
+
static types(): {
|
|
14241
|
+
[key: string]: any;
|
|
14242
|
+
};
|
|
14243
|
+
constructor(map?: {
|
|
14244
|
+
[key: string]: any;
|
|
14245
|
+
});
|
|
14246
|
+
}
|
|
13301
14247
|
export declare class ListDIProjectConfigResponseBodyData extends $tea.Model {
|
|
13302
14248
|
config?: string;
|
|
13303
14249
|
static names(): {
|
|
@@ -13398,6 +14344,25 @@ export declare class ListDataServiceApiAuthoritiesResponseBodyData extends $tea.
|
|
|
13398
14344
|
[key: string]: any;
|
|
13399
14345
|
});
|
|
13400
14346
|
}
|
|
14347
|
+
export declare class ListDataServiceApiTestResponseBodyData extends $tea.Model {
|
|
14348
|
+
apiId?: number;
|
|
14349
|
+
costTime?: number;
|
|
14350
|
+
createTime?: number;
|
|
14351
|
+
paramMap?: string;
|
|
14352
|
+
retCode?: number;
|
|
14353
|
+
retResult?: string;
|
|
14354
|
+
status?: string;
|
|
14355
|
+
testId?: number;
|
|
14356
|
+
static names(): {
|
|
14357
|
+
[key: string]: string;
|
|
14358
|
+
};
|
|
14359
|
+
static types(): {
|
|
14360
|
+
[key: string]: any;
|
|
14361
|
+
};
|
|
14362
|
+
constructor(map?: {
|
|
14363
|
+
[key: string]: any;
|
|
14364
|
+
});
|
|
14365
|
+
}
|
|
13401
14366
|
export declare class ListDataServiceApisResponseBodyDataApisRegistrationDetailsRegistrationErrorCodes extends $tea.Model {
|
|
13402
14367
|
errorCode?: string;
|
|
13403
14368
|
errorMessage?: string;
|
|
@@ -14101,6 +15066,79 @@ export declare class ListDeploymentsResponseBodyData extends $tea.Model {
|
|
|
14101
15066
|
[key: string]: any;
|
|
14102
15067
|
});
|
|
14103
15068
|
}
|
|
15069
|
+
export declare class ListDutyRostersResponseBodyPagingDutyRosters extends $tea.Model {
|
|
15070
|
+
dutyRosterIdentifier?: string;
|
|
15071
|
+
dutyRosterName?: string;
|
|
15072
|
+
static names(): {
|
|
15073
|
+
[key: string]: string;
|
|
15074
|
+
};
|
|
15075
|
+
static types(): {
|
|
15076
|
+
[key: string]: any;
|
|
15077
|
+
};
|
|
15078
|
+
constructor(map?: {
|
|
15079
|
+
[key: string]: any;
|
|
15080
|
+
});
|
|
15081
|
+
}
|
|
15082
|
+
export declare class ListDutyRostersResponseBodyPaging extends $tea.Model {
|
|
15083
|
+
dutyRosters?: ListDutyRostersResponseBodyPagingDutyRosters[];
|
|
15084
|
+
pageNumber?: number;
|
|
15085
|
+
pageSize?: number;
|
|
15086
|
+
totalCount?: number;
|
|
15087
|
+
static names(): {
|
|
15088
|
+
[key: string]: string;
|
|
15089
|
+
};
|
|
15090
|
+
static types(): {
|
|
15091
|
+
[key: string]: any;
|
|
15092
|
+
};
|
|
15093
|
+
constructor(map?: {
|
|
15094
|
+
[key: string]: any;
|
|
15095
|
+
});
|
|
15096
|
+
}
|
|
15097
|
+
export declare class ListExtensionsResponseBodyPagingInfoExtensionsBindEventList extends $tea.Model {
|
|
15098
|
+
eventCode?: string;
|
|
15099
|
+
eventName?: string;
|
|
15100
|
+
static names(): {
|
|
15101
|
+
[key: string]: string;
|
|
15102
|
+
};
|
|
15103
|
+
static types(): {
|
|
15104
|
+
[key: string]: any;
|
|
15105
|
+
};
|
|
15106
|
+
constructor(map?: {
|
|
15107
|
+
[key: string]: any;
|
|
15108
|
+
});
|
|
15109
|
+
}
|
|
15110
|
+
export declare class ListExtensionsResponseBodyPagingInfoExtensions extends $tea.Model {
|
|
15111
|
+
bindEventList?: ListExtensionsResponseBodyPagingInfoExtensionsBindEventList[];
|
|
15112
|
+
extensionCode?: string;
|
|
15113
|
+
extensionDesc?: string;
|
|
15114
|
+
extensionName?: string;
|
|
15115
|
+
owner?: string;
|
|
15116
|
+
status?: number;
|
|
15117
|
+
static names(): {
|
|
15118
|
+
[key: string]: string;
|
|
15119
|
+
};
|
|
15120
|
+
static types(): {
|
|
15121
|
+
[key: string]: any;
|
|
15122
|
+
};
|
|
15123
|
+
constructor(map?: {
|
|
15124
|
+
[key: string]: any;
|
|
15125
|
+
});
|
|
15126
|
+
}
|
|
15127
|
+
export declare class ListExtensionsResponseBodyPagingInfo extends $tea.Model {
|
|
15128
|
+
extensions?: ListExtensionsResponseBodyPagingInfoExtensions[];
|
|
15129
|
+
pageNumber?: number;
|
|
15130
|
+
pageSize?: number;
|
|
15131
|
+
totalCount?: number;
|
|
15132
|
+
static names(): {
|
|
15133
|
+
[key: string]: string;
|
|
15134
|
+
};
|
|
15135
|
+
static types(): {
|
|
15136
|
+
[key: string]: any;
|
|
15137
|
+
};
|
|
15138
|
+
constructor(map?: {
|
|
15139
|
+
[key: string]: any;
|
|
15140
|
+
});
|
|
15141
|
+
}
|
|
14104
15142
|
export declare class ListFileTypeResponseBodyNodeTypeInfoListNodeTypeInfo extends $tea.Model {
|
|
14105
15143
|
nodeType?: number;
|
|
14106
15144
|
nodeTypeName?: string;
|
|
@@ -14243,6 +15281,38 @@ export declare class ListFoldersResponseBodyData extends $tea.Model {
|
|
|
14243
15281
|
[key: string]: any;
|
|
14244
15282
|
});
|
|
14245
15283
|
}
|
|
15284
|
+
export declare class ListHistoryTasksForResourceGroupResponseBodyDataTasks extends $tea.Model {
|
|
15285
|
+
concurrency?: number;
|
|
15286
|
+
projectName?: string;
|
|
15287
|
+
status?: number;
|
|
15288
|
+
taskId?: string;
|
|
15289
|
+
taskName?: string;
|
|
15290
|
+
taskType?: number;
|
|
15291
|
+
static names(): {
|
|
15292
|
+
[key: string]: string;
|
|
15293
|
+
};
|
|
15294
|
+
static types(): {
|
|
15295
|
+
[key: string]: any;
|
|
15296
|
+
};
|
|
15297
|
+
constructor(map?: {
|
|
15298
|
+
[key: string]: any;
|
|
15299
|
+
});
|
|
15300
|
+
}
|
|
15301
|
+
export declare class ListHistoryTasksForResourceGroupResponseBodyData extends $tea.Model {
|
|
15302
|
+
pageNum?: number;
|
|
15303
|
+
pageSize?: number;
|
|
15304
|
+
tasks?: ListHistoryTasksForResourceGroupResponseBodyDataTasks[];
|
|
15305
|
+
totalNum?: number;
|
|
15306
|
+
static names(): {
|
|
15307
|
+
[key: string]: string;
|
|
15308
|
+
};
|
|
15309
|
+
static types(): {
|
|
15310
|
+
[key: string]: any;
|
|
15311
|
+
};
|
|
15312
|
+
constructor(map?: {
|
|
15313
|
+
[key: string]: any;
|
|
15314
|
+
});
|
|
15315
|
+
}
|
|
14246
15316
|
export declare class ListInstanceAmountResponseBodyInstanceCounts extends $tea.Model {
|
|
14247
15317
|
count?: number;
|
|
14248
15318
|
date?: number;
|
|
@@ -14369,6 +15439,48 @@ export declare class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
|
|
|
14369
15439
|
[key: string]: any;
|
|
14370
15440
|
});
|
|
14371
15441
|
}
|
|
15442
|
+
export declare class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
|
|
15443
|
+
createTime?: number;
|
|
15444
|
+
createUser?: string;
|
|
15445
|
+
createUserName?: string;
|
|
15446
|
+
description?: string;
|
|
15447
|
+
downloadUrl?: string;
|
|
15448
|
+
id?: number;
|
|
15449
|
+
message?: string;
|
|
15450
|
+
migrationType?: string;
|
|
15451
|
+
name?: string;
|
|
15452
|
+
packageType?: string;
|
|
15453
|
+
projectId?: number;
|
|
15454
|
+
status?: string;
|
|
15455
|
+
tenantId?: number;
|
|
15456
|
+
updateTime?: number;
|
|
15457
|
+
updateUser?: string;
|
|
15458
|
+
updateUserName?: string;
|
|
15459
|
+
static names(): {
|
|
15460
|
+
[key: string]: string;
|
|
15461
|
+
};
|
|
15462
|
+
static types(): {
|
|
15463
|
+
[key: string]: any;
|
|
15464
|
+
};
|
|
15465
|
+
constructor(map?: {
|
|
15466
|
+
[key: string]: any;
|
|
15467
|
+
});
|
|
15468
|
+
}
|
|
15469
|
+
export declare class ListMigrationsResponseBodyData extends $tea.Model {
|
|
15470
|
+
migrations?: ListMigrationsResponseBodyDataMigrations[];
|
|
15471
|
+
pageNumber?: number;
|
|
15472
|
+
pageSize?: number;
|
|
15473
|
+
totalCount?: number;
|
|
15474
|
+
static names(): {
|
|
15475
|
+
[key: string]: string;
|
|
15476
|
+
};
|
|
15477
|
+
static types(): {
|
|
15478
|
+
[key: string]: any;
|
|
15479
|
+
};
|
|
15480
|
+
constructor(map?: {
|
|
15481
|
+
[key: string]: any;
|
|
15482
|
+
});
|
|
15483
|
+
}
|
|
14372
15484
|
export declare class ListNodeIOResponseBodyData extends $tea.Model {
|
|
14373
15485
|
data?: string;
|
|
14374
15486
|
nodeId?: number;
|
|
@@ -15173,6 +16285,19 @@ export declare class ListTopicsResponseBodyData extends $tea.Model {
|
|
|
15173
16285
|
[key: string]: any;
|
|
15174
16286
|
});
|
|
15175
16287
|
}
|
|
16288
|
+
export declare class ListUsageForResourceGroupResponseBodyData extends $tea.Model {
|
|
16289
|
+
recodeTime?: number;
|
|
16290
|
+
usage?: number;
|
|
16291
|
+
static names(): {
|
|
16292
|
+
[key: string]: string;
|
|
16293
|
+
};
|
|
16294
|
+
static types(): {
|
|
16295
|
+
[key: string]: any;
|
|
16296
|
+
};
|
|
16297
|
+
constructor(map?: {
|
|
16298
|
+
[key: string]: any;
|
|
16299
|
+
});
|
|
16300
|
+
}
|
|
15176
16301
|
export declare class QueryDISyncTaskConfigProcessResultResponseBodyData extends $tea.Model {
|
|
15177
16302
|
message?: string;
|
|
15178
16303
|
status?: string;
|
|
@@ -15275,6 +16400,70 @@ export declare class TerminateDISyncInstanceResponseBodyData extends $tea.Model
|
|
|
15275
16400
|
[key: string]: any;
|
|
15276
16401
|
});
|
|
15277
16402
|
}
|
|
16403
|
+
export declare class TestDataServiceApiRequestBodyParams extends $tea.Model {
|
|
16404
|
+
paramKey?: string;
|
|
16405
|
+
paramValue?: string;
|
|
16406
|
+
static names(): {
|
|
16407
|
+
[key: string]: string;
|
|
16408
|
+
};
|
|
16409
|
+
static types(): {
|
|
16410
|
+
[key: string]: any;
|
|
16411
|
+
};
|
|
16412
|
+
constructor(map?: {
|
|
16413
|
+
[key: string]: any;
|
|
16414
|
+
});
|
|
16415
|
+
}
|
|
16416
|
+
export declare class TestDataServiceApiRequestHeadParams extends $tea.Model {
|
|
16417
|
+
paramKey?: string;
|
|
16418
|
+
paramValue?: string;
|
|
16419
|
+
static names(): {
|
|
16420
|
+
[key: string]: string;
|
|
16421
|
+
};
|
|
16422
|
+
static types(): {
|
|
16423
|
+
[key: string]: any;
|
|
16424
|
+
};
|
|
16425
|
+
constructor(map?: {
|
|
16426
|
+
[key: string]: any;
|
|
16427
|
+
});
|
|
16428
|
+
}
|
|
16429
|
+
export declare class TestDataServiceApiRequestPathParams extends $tea.Model {
|
|
16430
|
+
paramKey?: string;
|
|
16431
|
+
paramValue?: string;
|
|
16432
|
+
static names(): {
|
|
16433
|
+
[key: string]: string;
|
|
16434
|
+
};
|
|
16435
|
+
static types(): {
|
|
16436
|
+
[key: string]: any;
|
|
16437
|
+
};
|
|
16438
|
+
constructor(map?: {
|
|
16439
|
+
[key: string]: any;
|
|
16440
|
+
});
|
|
16441
|
+
}
|
|
16442
|
+
export declare class TestDataServiceApiRequestQueryParam extends $tea.Model {
|
|
16443
|
+
paramKey?: string;
|
|
16444
|
+
paramValue?: string;
|
|
16445
|
+
static names(): {
|
|
16446
|
+
[key: string]: string;
|
|
16447
|
+
};
|
|
16448
|
+
static types(): {
|
|
16449
|
+
[key: string]: any;
|
|
16450
|
+
};
|
|
16451
|
+
constructor(map?: {
|
|
16452
|
+
[key: string]: any;
|
|
16453
|
+
});
|
|
16454
|
+
}
|
|
16455
|
+
export declare class TestDataServiceApiResponseBodyData extends $tea.Model {
|
|
16456
|
+
testId?: string;
|
|
16457
|
+
static names(): {
|
|
16458
|
+
[key: string]: string;
|
|
16459
|
+
};
|
|
16460
|
+
static types(): {
|
|
16461
|
+
[key: string]: any;
|
|
16462
|
+
};
|
|
16463
|
+
constructor(map?: {
|
|
16464
|
+
[key: string]: any;
|
|
16465
|
+
});
|
|
16466
|
+
}
|
|
15278
16467
|
export declare class TestNetworkConnectionResponseBodyTaskList extends $tea.Model {
|
|
15279
16468
|
connectMessage?: string;
|
|
15280
16469
|
connectStatus?: boolean;
|
|
@@ -15596,6 +16785,8 @@ export default class Client extends OpenApi {
|
|
|
15596
16785
|
getDag(request: GetDagRequest): Promise<GetDagResponse>;
|
|
15597
16786
|
getDataServiceApiWithOptions(request: GetDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApiResponse>;
|
|
15598
16787
|
getDataServiceApi(request: GetDataServiceApiRequest): Promise<GetDataServiceApiResponse>;
|
|
16788
|
+
getDataServiceApiTestWithOptions(request: GetDataServiceApiTestRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApiTestResponse>;
|
|
16789
|
+
getDataServiceApiTest(request: GetDataServiceApiTestRequest): Promise<GetDataServiceApiTestResponse>;
|
|
15599
16790
|
getDataServiceApplicationWithOptions(request: GetDataServiceApplicationRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceApplicationResponse>;
|
|
15600
16791
|
getDataServiceApplication(request: GetDataServiceApplicationRequest): Promise<GetDataServiceApplicationResponse>;
|
|
15601
16792
|
getDataServiceFolderWithOptions(request: GetDataServiceFolderRequest, runtime: $Util.RuntimeOptions): Promise<GetDataServiceFolderResponse>;
|
|
@@ -15608,6 +16799,10 @@ export default class Client extends OpenApi {
|
|
|
15608
16799
|
getDataSourceMeta(request: GetDataSourceMetaRequest): Promise<GetDataSourceMetaResponse>;
|
|
15609
16800
|
getDeploymentWithOptions(request: GetDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<GetDeploymentResponse>;
|
|
15610
16801
|
getDeployment(request: GetDeploymentRequest): Promise<GetDeploymentResponse>;
|
|
16802
|
+
getDutyRosterWithOptions(request: GetDutyRosterRequest, runtime: $Util.RuntimeOptions): Promise<GetDutyRosterResponse>;
|
|
16803
|
+
getDutyRoster(request: GetDutyRosterRequest): Promise<GetDutyRosterResponse>;
|
|
16804
|
+
getExtensionWithOptions(request: GetExtensionRequest, runtime: $Util.RuntimeOptions): Promise<GetExtensionResponse>;
|
|
16805
|
+
getExtension(request: GetExtensionRequest): Promise<GetExtensionResponse>;
|
|
15611
16806
|
getFileWithOptions(request: GetFileRequest, runtime: $Util.RuntimeOptions): Promise<GetFileResponse>;
|
|
15612
16807
|
getFile(request: GetFileRequest): Promise<GetFileResponse>;
|
|
15613
16808
|
getFileTypeStatisticWithOptions(request: GetFileTypeStatisticRequest, runtime: $Util.RuntimeOptions): Promise<GetFileTypeStatisticResponse>;
|
|
@@ -15682,6 +16877,8 @@ export default class Client extends OpenApi {
|
|
|
15682
16877
|
getOpRiskData(request: GetOpRiskDataRequest): Promise<GetOpRiskDataResponse>;
|
|
15683
16878
|
getOpSensitiveDataWithOptions(request: GetOpSensitiveDataRequest, runtime: $Util.RuntimeOptions): Promise<GetOpSensitiveDataResponse>;
|
|
15684
16879
|
getOpSensitiveData(request: GetOpSensitiveDataRequest): Promise<GetOpSensitiveDataResponse>;
|
|
16880
|
+
getOptionValueForProjectWithOptions(request: GetOptionValueForProjectRequest, runtime: $Util.RuntimeOptions): Promise<GetOptionValueForProjectResponse>;
|
|
16881
|
+
getOptionValueForProject(request: GetOptionValueForProjectRequest): Promise<GetOptionValueForProjectResponse>;
|
|
15685
16882
|
getPermissionApplyOrderDetailWithOptions(request: GetPermissionApplyOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetPermissionApplyOrderDetailResponse>;
|
|
15686
16883
|
getPermissionApplyOrderDetail(request: GetPermissionApplyOrderDetailRequest): Promise<GetPermissionApplyOrderDetailResponse>;
|
|
15687
16884
|
getProjectWithOptions(request: GetProjectRequest, runtime: $Util.RuntimeOptions): Promise<GetProjectResponse>;
|
|
@@ -15718,12 +16915,18 @@ export default class Client extends OpenApi {
|
|
|
15718
16915
|
listCalcEngines(request: ListCalcEnginesRequest): Promise<ListCalcEnginesResponse>;
|
|
15719
16916
|
listConnectionsWithOptions(request: ListConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListConnectionsResponse>;
|
|
15720
16917
|
listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
|
|
16918
|
+
listCurrentTasksForResourceGroupWithOptions(request: ListCurrentTasksForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListCurrentTasksForResourceGroupResponse>;
|
|
16919
|
+
listCurrentTasksForResourceGroup(request: ListCurrentTasksForResourceGroupRequest): Promise<ListCurrentTasksForResourceGroupResponse>;
|
|
16920
|
+
listCurrentUsageForResourceGroupWithOptions(request: ListCurrentUsageForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListCurrentUsageForResourceGroupResponse>;
|
|
16921
|
+
listCurrentUsageForResourceGroup(request: ListCurrentUsageForResourceGroupRequest): Promise<ListCurrentUsageForResourceGroupResponse>;
|
|
15721
16922
|
listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
|
|
15722
16923
|
listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
|
|
15723
16924
|
listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
|
|
15724
16925
|
listDags(request: ListDagsRequest): Promise<ListDagsResponse>;
|
|
15725
16926
|
listDataServiceApiAuthoritiesWithOptions(request: ListDataServiceApiAuthoritiesRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiAuthoritiesResponse>;
|
|
15726
16927
|
listDataServiceApiAuthorities(request: ListDataServiceApiAuthoritiesRequest): Promise<ListDataServiceApiAuthoritiesResponse>;
|
|
16928
|
+
listDataServiceApiTestWithOptions(request: ListDataServiceApiTestRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApiTestResponse>;
|
|
16929
|
+
listDataServiceApiTest(request: ListDataServiceApiTestRequest): Promise<ListDataServiceApiTestResponse>;
|
|
15727
16930
|
listDataServiceApisWithOptions(request: ListDataServiceApisRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApisResponse>;
|
|
15728
16931
|
listDataServiceApis(request: ListDataServiceApisRequest): Promise<ListDataServiceApisResponse>;
|
|
15729
16932
|
listDataServiceApplicationsWithOptions(request: ListDataServiceApplicationsRequest, runtime: $Util.RuntimeOptions): Promise<ListDataServiceApplicationsResponse>;
|
|
@@ -15740,6 +16943,10 @@ export default class Client extends OpenApi {
|
|
|
15740
16943
|
listDataSources(request: ListDataSourcesRequest): Promise<ListDataSourcesResponse>;
|
|
15741
16944
|
listDeploymentsWithOptions(request: ListDeploymentsRequest, runtime: $Util.RuntimeOptions): Promise<ListDeploymentsResponse>;
|
|
15742
16945
|
listDeployments(request: ListDeploymentsRequest): Promise<ListDeploymentsResponse>;
|
|
16946
|
+
listDutyRostersWithOptions(request: ListDutyRostersRequest, runtime: $Util.RuntimeOptions): Promise<ListDutyRostersResponse>;
|
|
16947
|
+
listDutyRosters(request: ListDutyRostersRequest): Promise<ListDutyRostersResponse>;
|
|
16948
|
+
listExtensionsWithOptions(request: ListExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<ListExtensionsResponse>;
|
|
16949
|
+
listExtensions(request: ListExtensionsRequest): Promise<ListExtensionsResponse>;
|
|
15743
16950
|
listFileTypeWithOptions(request: ListFileTypeRequest, runtime: $Util.RuntimeOptions): Promise<ListFileTypeResponse>;
|
|
15744
16951
|
listFileType(request: ListFileTypeRequest): Promise<ListFileTypeResponse>;
|
|
15745
16952
|
listFileVersionsWithOptions(request: ListFileVersionsRequest, runtime: $Util.RuntimeOptions): Promise<ListFileVersionsResponse>;
|
|
@@ -15748,6 +16955,8 @@ export default class Client extends OpenApi {
|
|
|
15748
16955
|
listFiles(request: ListFilesRequest): Promise<ListFilesResponse>;
|
|
15749
16956
|
listFoldersWithOptions(request: ListFoldersRequest, runtime: $Util.RuntimeOptions): Promise<ListFoldersResponse>;
|
|
15750
16957
|
listFolders(request: ListFoldersRequest): Promise<ListFoldersResponse>;
|
|
16958
|
+
listHistoryTasksForResourceGroupWithOptions(request: ListHistoryTasksForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListHistoryTasksForResourceGroupResponse>;
|
|
16959
|
+
listHistoryTasksForResourceGroup(request: ListHistoryTasksForResourceGroupRequest): Promise<ListHistoryTasksForResourceGroupResponse>;
|
|
15751
16960
|
listInstanceAmountWithOptions(request: ListInstanceAmountRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceAmountResponse>;
|
|
15752
16961
|
listInstanceAmount(request: ListInstanceAmountRequest): Promise<ListInstanceAmountResponse>;
|
|
15753
16962
|
listInstancesWithOptions(request: ListInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancesResponse>;
|
|
@@ -15756,6 +16965,8 @@ export default class Client extends OpenApi {
|
|
|
15756
16965
|
listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
|
|
15757
16966
|
listMetaDBWithOptions(request: ListMetaDBRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaDBResponse>;
|
|
15758
16967
|
listMetaDB(request: ListMetaDBRequest): Promise<ListMetaDBResponse>;
|
|
16968
|
+
listMigrationsWithOptions(request: ListMigrationsRequest, runtime: $Util.RuntimeOptions): Promise<ListMigrationsResponse>;
|
|
16969
|
+
listMigrations(request: ListMigrationsRequest): Promise<ListMigrationsResponse>;
|
|
15759
16970
|
listNodeIOWithOptions(request: ListNodeIORequest, runtime: $Util.RuntimeOptions): Promise<ListNodeIOResponse>;
|
|
15760
16971
|
listNodeIO(request: ListNodeIORequest): Promise<ListNodeIOResponse>;
|
|
15761
16972
|
listNodeInputOrOutputWithOptions(request: ListNodeInputOrOutputRequest, runtime: $Util.RuntimeOptions): Promise<ListNodeInputOrOutputResponse>;
|
|
@@ -15798,6 +17009,8 @@ export default class Client extends OpenApi {
|
|
|
15798
17009
|
listTableTheme(request: ListTableThemeRequest): Promise<ListTableThemeResponse>;
|
|
15799
17010
|
listTopicsWithOptions(request: ListTopicsRequest, runtime: $Util.RuntimeOptions): Promise<ListTopicsResponse>;
|
|
15800
17011
|
listTopics(request: ListTopicsRequest): Promise<ListTopicsResponse>;
|
|
17012
|
+
listUsageForResourceGroupWithOptions(request: ListUsageForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListUsageForResourceGroupResponse>;
|
|
17013
|
+
listUsageForResourceGroup(request: ListUsageForResourceGroupRequest): Promise<ListUsageForResourceGroupResponse>;
|
|
15801
17014
|
publishDataServiceApiWithOptions(request: PublishDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<PublishDataServiceApiResponse>;
|
|
15802
17015
|
publishDataServiceApi(request: PublishDataServiceApiRequest): Promise<PublishDataServiceApiResponse>;
|
|
15803
17016
|
queryDISyncTaskConfigProcessResultWithOptions(request: QueryDISyncTaskConfigProcessResultRequest, runtime: $Util.RuntimeOptions): Promise<QueryDISyncTaskConfigProcessResultResponse>;
|
|
@@ -15846,6 +17059,8 @@ export default class Client extends OpenApi {
|
|
|
15846
17059
|
suspendInstance(request: SuspendInstanceRequest): Promise<SuspendInstanceResponse>;
|
|
15847
17060
|
terminateDISyncInstanceWithOptions(request: TerminateDISyncInstanceRequest, runtime: $Util.RuntimeOptions): Promise<TerminateDISyncInstanceResponse>;
|
|
15848
17061
|
terminateDISyncInstance(request: TerminateDISyncInstanceRequest): Promise<TerminateDISyncInstanceResponse>;
|
|
17062
|
+
testDataServiceApiWithOptions(request: TestDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<TestDataServiceApiResponse>;
|
|
17063
|
+
testDataServiceApi(request: TestDataServiceApiRequest): Promise<TestDataServiceApiResponse>;
|
|
15849
17064
|
testNetworkConnectionWithOptions(request: TestNetworkConnectionRequest, runtime: $Util.RuntimeOptions): Promise<TestNetworkConnectionResponse>;
|
|
15850
17065
|
testNetworkConnection(request: TestNetworkConnectionRequest): Promise<TestNetworkConnectionResponse>;
|
|
15851
17066
|
topTenElapsedTimeInstanceWithOptions(request: TopTenElapsedTimeInstanceRequest, runtime: $Util.RuntimeOptions): Promise<TopTenElapsedTimeInstanceResponse>;
|