@alicloud/dataworks-public20200518 4.3.5 → 4.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +871 -10
- package/dist/client.js +1621 -12
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2123 -0
package/dist/client.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export declare class AbolishDataServiceApiResponse extends $tea.Model {
|
|
|
41
41
|
headers: {
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
44
|
+
statusCode: number;
|
|
44
45
|
body: AbolishDataServiceApiResponseBody;
|
|
45
46
|
static names(): {
|
|
46
47
|
[key: string]: string;
|
|
@@ -83,6 +84,7 @@ export declare class AddProjectMemberToRoleResponse extends $tea.Model {
|
|
|
83
84
|
headers: {
|
|
84
85
|
[key: string]: string;
|
|
85
86
|
};
|
|
87
|
+
statusCode: number;
|
|
86
88
|
body: AddProjectMemberToRoleResponseBody;
|
|
87
89
|
static names(): {
|
|
88
90
|
[key: string]: string;
|
|
@@ -128,6 +130,7 @@ export declare class AddToMetaCategoryResponse extends $tea.Model {
|
|
|
128
130
|
headers: {
|
|
129
131
|
[key: string]: string;
|
|
130
132
|
};
|
|
133
|
+
statusCode: number;
|
|
131
134
|
body: AddToMetaCategoryResponseBody;
|
|
132
135
|
static names(): {
|
|
133
136
|
[key: string]: string;
|
|
@@ -170,6 +173,7 @@ export declare class ApprovePermissionApplyOrderResponse extends $tea.Model {
|
|
|
170
173
|
headers: {
|
|
171
174
|
[key: string]: string;
|
|
172
175
|
};
|
|
176
|
+
statusCode: number;
|
|
173
177
|
body: ApprovePermissionApplyOrderResponseBody;
|
|
174
178
|
static names(): {
|
|
175
179
|
[key: string]: string;
|
|
@@ -211,6 +215,7 @@ export declare class CheckFileDeploymentResponse extends $tea.Model {
|
|
|
211
215
|
headers: {
|
|
212
216
|
[key: string]: string;
|
|
213
217
|
};
|
|
218
|
+
statusCode: number;
|
|
214
219
|
body: CheckFileDeploymentResponseBody;
|
|
215
220
|
static names(): {
|
|
216
221
|
[key: string]: string;
|
|
@@ -260,6 +265,7 @@ export declare class CheckMetaPartitionResponse extends $tea.Model {
|
|
|
260
265
|
headers: {
|
|
261
266
|
[key: string]: string;
|
|
262
267
|
};
|
|
268
|
+
statusCode: number;
|
|
263
269
|
body: CheckMetaPartitionResponseBody;
|
|
264
270
|
static names(): {
|
|
265
271
|
[key: string]: string;
|
|
@@ -304,6 +310,7 @@ export declare class CheckMetaTableResponse extends $tea.Model {
|
|
|
304
310
|
headers: {
|
|
305
311
|
[key: string]: string;
|
|
306
312
|
};
|
|
313
|
+
statusCode: number;
|
|
307
314
|
body: CheckMetaTableResponseBody;
|
|
308
315
|
static names(): {
|
|
309
316
|
[key: string]: string;
|
|
@@ -353,6 +360,7 @@ export declare class CreateBusinessResponse extends $tea.Model {
|
|
|
353
360
|
headers: {
|
|
354
361
|
[key: string]: string;
|
|
355
362
|
};
|
|
363
|
+
statusCode: number;
|
|
356
364
|
body: CreateBusinessResponseBody;
|
|
357
365
|
static names(): {
|
|
358
366
|
[key: string]: string;
|
|
@@ -401,6 +409,7 @@ export declare class CreateConnectionResponse extends $tea.Model {
|
|
|
401
409
|
headers: {
|
|
402
410
|
[key: string]: string;
|
|
403
411
|
};
|
|
412
|
+
statusCode: number;
|
|
404
413
|
body: CreateConnectionResponseBody;
|
|
405
414
|
static names(): {
|
|
406
415
|
[key: string]: string;
|
|
@@ -447,6 +456,7 @@ export declare class CreateDISyncTaskResponse extends $tea.Model {
|
|
|
447
456
|
headers: {
|
|
448
457
|
[key: string]: string;
|
|
449
458
|
};
|
|
459
|
+
statusCode: number;
|
|
450
460
|
body: CreateDISyncTaskResponseBody;
|
|
451
461
|
static names(): {
|
|
452
462
|
[key: string]: string;
|
|
@@ -501,6 +511,7 @@ export declare class CreateDagComplementResponse extends $tea.Model {
|
|
|
501
511
|
headers: {
|
|
502
512
|
[key: string]: string;
|
|
503
513
|
};
|
|
514
|
+
statusCode: number;
|
|
504
515
|
body: CreateDagComplementResponseBody;
|
|
505
516
|
static names(): {
|
|
506
517
|
[key: string]: string;
|
|
@@ -549,6 +560,7 @@ export declare class CreateDagTestResponse extends $tea.Model {
|
|
|
549
560
|
headers: {
|
|
550
561
|
[key: string]: string;
|
|
551
562
|
};
|
|
563
|
+
statusCode: number;
|
|
552
564
|
body: CreateDagTestResponseBody;
|
|
553
565
|
static names(): {
|
|
554
566
|
[key: string]: string;
|
|
@@ -608,6 +620,7 @@ export declare class CreateDataServiceApiResponse extends $tea.Model {
|
|
|
608
620
|
headers: {
|
|
609
621
|
[key: string]: string;
|
|
610
622
|
};
|
|
623
|
+
statusCode: number;
|
|
611
624
|
body: CreateDataServiceApiResponseBody;
|
|
612
625
|
static names(): {
|
|
613
626
|
[key: string]: string;
|
|
@@ -652,6 +665,7 @@ export declare class CreateDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
652
665
|
headers: {
|
|
653
666
|
[key: string]: string;
|
|
654
667
|
};
|
|
668
|
+
statusCode: number;
|
|
655
669
|
body: CreateDataServiceApiAuthorityResponseBody;
|
|
656
670
|
static names(): {
|
|
657
671
|
[key: string]: string;
|
|
@@ -696,6 +710,7 @@ export declare class CreateDataServiceFolderResponse extends $tea.Model {
|
|
|
696
710
|
headers: {
|
|
697
711
|
[key: string]: string;
|
|
698
712
|
};
|
|
713
|
+
statusCode: number;
|
|
699
714
|
body: CreateDataServiceFolderResponseBody;
|
|
700
715
|
static names(): {
|
|
701
716
|
[key: string]: string;
|
|
@@ -740,6 +755,7 @@ export declare class CreateDataServiceGroupResponse extends $tea.Model {
|
|
|
740
755
|
headers: {
|
|
741
756
|
[key: string]: string;
|
|
742
757
|
};
|
|
758
|
+
statusCode: number;
|
|
743
759
|
body: CreateDataServiceGroupResponseBody;
|
|
744
760
|
static names(): {
|
|
745
761
|
[key: string]: string;
|
|
@@ -788,6 +804,7 @@ export declare class CreateDataSourceResponse extends $tea.Model {
|
|
|
788
804
|
headers: {
|
|
789
805
|
[key: string]: string;
|
|
790
806
|
};
|
|
807
|
+
statusCode: number;
|
|
791
808
|
body: CreateDataSourceResponseBody;
|
|
792
809
|
static names(): {
|
|
793
810
|
[key: string]: string;
|
|
@@ -834,6 +851,7 @@ export declare class CreateExportMigrationResponse extends $tea.Model {
|
|
|
834
851
|
headers: {
|
|
835
852
|
[key: string]: string;
|
|
836
853
|
};
|
|
854
|
+
statusCode: number;
|
|
837
855
|
body: CreateExportMigrationResponseBody;
|
|
838
856
|
static names(): {
|
|
839
857
|
[key: string]: string;
|
|
@@ -862,6 +880,8 @@ export declare class CreateFileRequest extends $tea.Model {
|
|
|
862
880
|
fileName?: string;
|
|
863
881
|
fileType?: number;
|
|
864
882
|
inputList?: string;
|
|
883
|
+
inputParameters?: string;
|
|
884
|
+
outputParameters?: string;
|
|
865
885
|
owner?: string;
|
|
866
886
|
paraValue?: string;
|
|
867
887
|
projectId?: number;
|
|
@@ -904,6 +924,7 @@ export declare class CreateFileResponse extends $tea.Model {
|
|
|
904
924
|
headers: {
|
|
905
925
|
[key: string]: string;
|
|
906
926
|
};
|
|
927
|
+
statusCode: number;
|
|
907
928
|
body: CreateFileResponseBody;
|
|
908
929
|
static names(): {
|
|
909
930
|
[key: string]: string;
|
|
@@ -950,6 +971,7 @@ export declare class CreateFolderResponse extends $tea.Model {
|
|
|
950
971
|
headers: {
|
|
951
972
|
[key: string]: string;
|
|
952
973
|
};
|
|
974
|
+
statusCode: number;
|
|
953
975
|
body: CreateFolderResponseBody;
|
|
954
976
|
static names(): {
|
|
955
977
|
[key: string]: string;
|
|
@@ -1022,6 +1044,7 @@ export declare class CreateImportMigrationResponse extends $tea.Model {
|
|
|
1022
1044
|
headers: {
|
|
1023
1045
|
[key: string]: string;
|
|
1024
1046
|
};
|
|
1047
|
+
statusCode: number;
|
|
1025
1048
|
body: CreateImportMigrationResponseBody;
|
|
1026
1049
|
static names(): {
|
|
1027
1050
|
[key: string]: string;
|
|
@@ -1069,6 +1092,7 @@ export declare class CreateManualDagResponse extends $tea.Model {
|
|
|
1069
1092
|
headers: {
|
|
1070
1093
|
[key: string]: string;
|
|
1071
1094
|
};
|
|
1095
|
+
statusCode: number;
|
|
1072
1096
|
body: CreateManualDagResponseBody;
|
|
1073
1097
|
static names(): {
|
|
1074
1098
|
[key: string]: string;
|
|
@@ -1115,6 +1139,7 @@ export declare class CreateMetaCategoryResponse extends $tea.Model {
|
|
|
1115
1139
|
headers: {
|
|
1116
1140
|
[key: string]: string;
|
|
1117
1141
|
};
|
|
1142
|
+
statusCode: number;
|
|
1118
1143
|
body: CreateMetaCategoryResponseBody;
|
|
1119
1144
|
static names(): {
|
|
1120
1145
|
[key: string]: string;
|
|
@@ -1162,6 +1187,7 @@ export declare class CreatePermissionApplyOrderResponse extends $tea.Model {
|
|
|
1162
1187
|
headers: {
|
|
1163
1188
|
[key: string]: string;
|
|
1164
1189
|
};
|
|
1190
|
+
statusCode: number;
|
|
1165
1191
|
body: CreatePermissionApplyOrderResponseBody;
|
|
1166
1192
|
static names(): {
|
|
1167
1193
|
[key: string]: string;
|
|
@@ -1204,6 +1230,7 @@ export declare class CreateProjectMemberResponse extends $tea.Model {
|
|
|
1204
1230
|
headers: {
|
|
1205
1231
|
[key: string]: string;
|
|
1206
1232
|
};
|
|
1233
|
+
statusCode: number;
|
|
1207
1234
|
body: CreateProjectMemberResponseBody;
|
|
1208
1235
|
static names(): {
|
|
1209
1236
|
[key: string]: string;
|
|
@@ -1252,6 +1279,7 @@ export declare class CreateQualityEntityResponse extends $tea.Model {
|
|
|
1252
1279
|
headers: {
|
|
1253
1280
|
[key: string]: string;
|
|
1254
1281
|
};
|
|
1282
|
+
statusCode: number;
|
|
1255
1283
|
body: CreateQualityEntityResponseBody;
|
|
1256
1284
|
static names(): {
|
|
1257
1285
|
[key: string]: string;
|
|
@@ -1299,6 +1327,7 @@ export declare class CreateQualityFollowerResponse extends $tea.Model {
|
|
|
1299
1327
|
headers: {
|
|
1300
1328
|
[key: string]: string;
|
|
1301
1329
|
};
|
|
1330
|
+
statusCode: number;
|
|
1302
1331
|
body: CreateQualityFollowerResponseBody;
|
|
1303
1332
|
static names(): {
|
|
1304
1333
|
[key: string]: string;
|
|
@@ -1350,6 +1379,7 @@ export declare class CreateQualityRelativeNodeResponse extends $tea.Model {
|
|
|
1350
1379
|
headers: {
|
|
1351
1380
|
[key: string]: string;
|
|
1352
1381
|
};
|
|
1382
|
+
statusCode: number;
|
|
1353
1383
|
body: CreateQualityRelativeNodeResponseBody;
|
|
1354
1384
|
static names(): {
|
|
1355
1385
|
[key: string]: string;
|
|
@@ -1411,6 +1441,7 @@ export declare class CreateQualityRuleResponse extends $tea.Model {
|
|
|
1411
1441
|
headers: {
|
|
1412
1442
|
[key: string]: string;
|
|
1413
1443
|
};
|
|
1444
|
+
statusCode: number;
|
|
1414
1445
|
body: CreateQualityRuleResponseBody;
|
|
1415
1446
|
static names(): {
|
|
1416
1447
|
[key: string]: string;
|
|
@@ -1469,6 +1500,7 @@ export declare class CreateRemindResponse extends $tea.Model {
|
|
|
1469
1500
|
headers: {
|
|
1470
1501
|
[key: string]: string;
|
|
1471
1502
|
};
|
|
1503
|
+
statusCode: number;
|
|
1472
1504
|
body: CreateRemindResponseBody;
|
|
1473
1505
|
static names(): {
|
|
1474
1506
|
[key: string]: string;
|
|
@@ -1527,6 +1559,7 @@ export declare class CreateTableResponse extends $tea.Model {
|
|
|
1527
1559
|
headers: {
|
|
1528
1560
|
[key: string]: string;
|
|
1529
1561
|
};
|
|
1562
|
+
statusCode: number;
|
|
1530
1563
|
body: CreateTableResponseBody;
|
|
1531
1564
|
static names(): {
|
|
1532
1565
|
[key: string]: string;
|
|
@@ -1574,6 +1607,7 @@ export declare class CreateTableLevelResponse extends $tea.Model {
|
|
|
1574
1607
|
headers: {
|
|
1575
1608
|
[key: string]: string;
|
|
1576
1609
|
};
|
|
1610
|
+
statusCode: number;
|
|
1577
1611
|
body: CreateTableLevelResponseBody;
|
|
1578
1612
|
static names(): {
|
|
1579
1613
|
[key: string]: string;
|
|
@@ -1621,6 +1655,7 @@ export declare class CreateTableThemeResponse extends $tea.Model {
|
|
|
1621
1655
|
headers: {
|
|
1622
1656
|
[key: string]: string;
|
|
1623
1657
|
};
|
|
1658
|
+
statusCode: number;
|
|
1624
1659
|
body: CreateTableThemeResponseBody;
|
|
1625
1660
|
static names(): {
|
|
1626
1661
|
[key: string]: string;
|
|
@@ -1676,6 +1711,7 @@ export declare class CreateUdfFileResponse extends $tea.Model {
|
|
|
1676
1711
|
headers: {
|
|
1677
1712
|
[key: string]: string;
|
|
1678
1713
|
};
|
|
1714
|
+
statusCode: number;
|
|
1679
1715
|
body: CreateUdfFileResponseBody;
|
|
1680
1716
|
static names(): {
|
|
1681
1717
|
[key: string]: string;
|
|
@@ -1721,6 +1757,7 @@ export declare class DeleteBusinessResponse extends $tea.Model {
|
|
|
1721
1757
|
headers: {
|
|
1722
1758
|
[key: string]: string;
|
|
1723
1759
|
};
|
|
1760
|
+
statusCode: number;
|
|
1724
1761
|
body: DeleteBusinessResponseBody;
|
|
1725
1762
|
static names(): {
|
|
1726
1763
|
[key: string]: string;
|
|
@@ -1763,6 +1800,7 @@ export declare class DeleteConnectionResponse extends $tea.Model {
|
|
|
1763
1800
|
headers: {
|
|
1764
1801
|
[key: string]: string;
|
|
1765
1802
|
};
|
|
1803
|
+
statusCode: number;
|
|
1766
1804
|
body: DeleteConnectionResponseBody;
|
|
1767
1805
|
static names(): {
|
|
1768
1806
|
[key: string]: string;
|
|
@@ -1806,6 +1844,7 @@ export declare class DeleteDISyncTaskResponse extends $tea.Model {
|
|
|
1806
1844
|
headers: {
|
|
1807
1845
|
[key: string]: string;
|
|
1808
1846
|
};
|
|
1847
|
+
statusCode: number;
|
|
1809
1848
|
body: DeleteDISyncTaskResponseBody;
|
|
1810
1849
|
static names(): {
|
|
1811
1850
|
[key: string]: string;
|
|
@@ -1852,6 +1891,7 @@ export declare class DeleteDataServiceApiResponse extends $tea.Model {
|
|
|
1852
1891
|
headers: {
|
|
1853
1892
|
[key: string]: string;
|
|
1854
1893
|
};
|
|
1894
|
+
statusCode: number;
|
|
1855
1895
|
body: DeleteDataServiceApiResponseBody;
|
|
1856
1896
|
static names(): {
|
|
1857
1897
|
[key: string]: string;
|
|
@@ -1895,6 +1935,7 @@ export declare class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
1895
1935
|
headers: {
|
|
1896
1936
|
[key: string]: string;
|
|
1897
1937
|
};
|
|
1938
|
+
statusCode: number;
|
|
1898
1939
|
body: DeleteDataServiceApiAuthorityResponseBody;
|
|
1899
1940
|
static names(): {
|
|
1900
1941
|
[key: string]: string;
|
|
@@ -1937,6 +1978,7 @@ export declare class DeleteDataSourceResponse extends $tea.Model {
|
|
|
1937
1978
|
headers: {
|
|
1938
1979
|
[key: string]: string;
|
|
1939
1980
|
};
|
|
1981
|
+
statusCode: number;
|
|
1940
1982
|
body: DeleteDataSourceResponseBody;
|
|
1941
1983
|
static names(): {
|
|
1942
1984
|
[key: string]: string;
|
|
@@ -1983,6 +2025,7 @@ export declare class DeleteFileResponse extends $tea.Model {
|
|
|
1983
2025
|
headers: {
|
|
1984
2026
|
[key: string]: string;
|
|
1985
2027
|
};
|
|
2028
|
+
statusCode: number;
|
|
1986
2029
|
body: DeleteFileResponseBody;
|
|
1987
2030
|
static names(): {
|
|
1988
2031
|
[key: string]: string;
|
|
@@ -2028,6 +2071,7 @@ export declare class DeleteFolderResponse extends $tea.Model {
|
|
|
2028
2071
|
headers: {
|
|
2029
2072
|
[key: string]: string;
|
|
2030
2073
|
};
|
|
2074
|
+
statusCode: number;
|
|
2031
2075
|
body: DeleteFolderResponseBody;
|
|
2032
2076
|
static names(): {
|
|
2033
2077
|
[key: string]: string;
|
|
@@ -2073,6 +2117,7 @@ export declare class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
2073
2117
|
headers: {
|
|
2074
2118
|
[key: string]: string;
|
|
2075
2119
|
};
|
|
2120
|
+
statusCode: number;
|
|
2076
2121
|
body: DeleteFromMetaCategoryResponseBody;
|
|
2077
2122
|
static names(): {
|
|
2078
2123
|
[key: string]: string;
|
|
@@ -2117,6 +2162,7 @@ export declare class DeleteMetaCategoryResponse extends $tea.Model {
|
|
|
2117
2162
|
headers: {
|
|
2118
2163
|
[key: string]: string;
|
|
2119
2164
|
};
|
|
2165
|
+
statusCode: number;
|
|
2120
2166
|
body: DeleteMetaCategoryResponseBody;
|
|
2121
2167
|
static names(): {
|
|
2122
2168
|
[key: string]: string;
|
|
@@ -2157,6 +2203,7 @@ export declare class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
2157
2203
|
headers: {
|
|
2158
2204
|
[key: string]: string;
|
|
2159
2205
|
};
|
|
2206
|
+
statusCode: number;
|
|
2160
2207
|
body: DeleteProjectMemberResponseBody;
|
|
2161
2208
|
static names(): {
|
|
2162
2209
|
[key: string]: string;
|
|
@@ -2203,6 +2250,7 @@ export declare class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
2203
2250
|
headers: {
|
|
2204
2251
|
[key: string]: string;
|
|
2205
2252
|
};
|
|
2253
|
+
statusCode: number;
|
|
2206
2254
|
body: DeleteQualityEntityResponseBody;
|
|
2207
2255
|
static names(): {
|
|
2208
2256
|
[key: string]: string;
|
|
@@ -2248,6 +2296,7 @@ export declare class DeleteQualityFollowerResponse extends $tea.Model {
|
|
|
2248
2296
|
headers: {
|
|
2249
2297
|
[key: string]: string;
|
|
2250
2298
|
};
|
|
2299
|
+
statusCode: number;
|
|
2251
2300
|
body: DeleteQualityFollowerResponseBody;
|
|
2252
2301
|
static names(): {
|
|
2253
2302
|
[key: string]: string;
|
|
@@ -2299,6 +2348,7 @@ export declare class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
2299
2348
|
headers: {
|
|
2300
2349
|
[key: string]: string;
|
|
2301
2350
|
};
|
|
2351
|
+
statusCode: number;
|
|
2302
2352
|
body: DeleteQualityRelativeNodeResponseBody;
|
|
2303
2353
|
static names(): {
|
|
2304
2354
|
[key: string]: string;
|
|
@@ -2344,6 +2394,7 @@ export declare class DeleteQualityRuleResponse extends $tea.Model {
|
|
|
2344
2394
|
headers: {
|
|
2345
2395
|
[key: string]: string;
|
|
2346
2396
|
};
|
|
2397
|
+
statusCode: number;
|
|
2347
2398
|
body: DeleteQualityRuleResponseBody;
|
|
2348
2399
|
static names(): {
|
|
2349
2400
|
[key: string]: string;
|
|
@@ -2388,6 +2439,7 @@ export declare class DeleteRemindResponse extends $tea.Model {
|
|
|
2388
2439
|
headers: {
|
|
2389
2440
|
[key: string]: string;
|
|
2390
2441
|
};
|
|
2442
|
+
statusCode: number;
|
|
2391
2443
|
body: DeleteRemindResponseBody;
|
|
2392
2444
|
static names(): {
|
|
2393
2445
|
[key: string]: string;
|
|
@@ -2431,6 +2483,7 @@ export declare class DeleteTableResponse extends $tea.Model {
|
|
|
2431
2483
|
headers: {
|
|
2432
2484
|
[key: string]: string;
|
|
2433
2485
|
};
|
|
2486
|
+
statusCode: number;
|
|
2434
2487
|
body: DeleteTableResponseBody;
|
|
2435
2488
|
static names(): {
|
|
2436
2489
|
[key: string]: string;
|
|
@@ -2472,6 +2525,7 @@ export declare class DeleteTableLevelResponse extends $tea.Model {
|
|
|
2472
2525
|
headers: {
|
|
2473
2526
|
[key: string]: string;
|
|
2474
2527
|
};
|
|
2528
|
+
statusCode: number;
|
|
2475
2529
|
body: DeleteTableLevelResponseBody;
|
|
2476
2530
|
static names(): {
|
|
2477
2531
|
[key: string]: string;
|
|
@@ -2517,6 +2571,7 @@ export declare class DeleteTableThemeResponse extends $tea.Model {
|
|
|
2517
2571
|
headers: {
|
|
2518
2572
|
[key: string]: string;
|
|
2519
2573
|
};
|
|
2574
|
+
statusCode: number;
|
|
2520
2575
|
body: DeleteTableThemeResponseBody;
|
|
2521
2576
|
static names(): {
|
|
2522
2577
|
[key: string]: string;
|
|
@@ -2560,6 +2615,7 @@ export declare class DeployDISyncTaskResponse extends $tea.Model {
|
|
|
2560
2615
|
headers: {
|
|
2561
2616
|
[key: string]: string;
|
|
2562
2617
|
};
|
|
2618
|
+
statusCode: number;
|
|
2563
2619
|
body: DeployDISyncTaskResponseBody;
|
|
2564
2620
|
static names(): {
|
|
2565
2621
|
[key: string]: string;
|
|
@@ -2608,6 +2664,7 @@ export declare class DeployFileResponse extends $tea.Model {
|
|
|
2608
2664
|
headers: {
|
|
2609
2665
|
[key: string]: string;
|
|
2610
2666
|
};
|
|
2667
|
+
statusCode: number;
|
|
2611
2668
|
body: DeployFileResponseBody;
|
|
2612
2669
|
static names(): {
|
|
2613
2670
|
[key: string]: string;
|
|
@@ -2649,6 +2706,7 @@ export declare class DesensitizeDataResponse extends $tea.Model {
|
|
|
2649
2706
|
headers: {
|
|
2650
2707
|
[key: string]: string;
|
|
2651
2708
|
};
|
|
2709
|
+
statusCode: number;
|
|
2652
2710
|
body: DesensitizeDataResponseBody;
|
|
2653
2711
|
static names(): {
|
|
2654
2712
|
[key: string]: string;
|
|
@@ -2696,6 +2754,7 @@ export declare class EstablishRelationTableToBusinessResponse extends $tea.Model
|
|
|
2696
2754
|
headers: {
|
|
2697
2755
|
[key: string]: string;
|
|
2698
2756
|
};
|
|
2757
|
+
statusCode: number;
|
|
2699
2758
|
body: EstablishRelationTableToBusinessResponseBody;
|
|
2700
2759
|
static names(): {
|
|
2701
2760
|
[key: string]: string;
|
|
@@ -2744,6 +2803,7 @@ export declare class ExportDataSourcesResponse extends $tea.Model {
|
|
|
2744
2803
|
headers: {
|
|
2745
2804
|
[key: string]: string;
|
|
2746
2805
|
};
|
|
2806
|
+
statusCode: number;
|
|
2747
2807
|
body: ExportDataSourcesResponseBody;
|
|
2748
2808
|
static names(): {
|
|
2749
2809
|
[key: string]: string;
|
|
@@ -2788,6 +2848,7 @@ export declare class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Mo
|
|
|
2788
2848
|
headers: {
|
|
2789
2849
|
[key: string]: string;
|
|
2790
2850
|
};
|
|
2851
|
+
statusCode: number;
|
|
2791
2852
|
body: GenerateDISyncTaskConfigForCreatingResponseBody;
|
|
2792
2853
|
static names(): {
|
|
2793
2854
|
[key: string]: string;
|
|
@@ -2833,6 +2894,7 @@ export declare class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Mo
|
|
|
2833
2894
|
headers: {
|
|
2834
2895
|
[key: string]: string;
|
|
2835
2896
|
};
|
|
2897
|
+
statusCode: number;
|
|
2836
2898
|
body: GenerateDISyncTaskConfigForUpdatingResponseBody;
|
|
2837
2899
|
static names(): {
|
|
2838
2900
|
[key: string]: string;
|
|
@@ -2877,6 +2939,7 @@ export declare class GetBaselineConfigResponse extends $tea.Model {
|
|
|
2877
2939
|
headers: {
|
|
2878
2940
|
[key: string]: string;
|
|
2879
2941
|
};
|
|
2942
|
+
statusCode: number;
|
|
2880
2943
|
body: GetBaselineConfigResponseBody;
|
|
2881
2944
|
static names(): {
|
|
2882
2945
|
[key: string]: string;
|
|
@@ -2923,6 +2986,7 @@ export declare class GetBaselineKeyPathResponse extends $tea.Model {
|
|
|
2923
2986
|
headers: {
|
|
2924
2987
|
[key: string]: string;
|
|
2925
2988
|
};
|
|
2989
|
+
statusCode: number;
|
|
2926
2990
|
body: GetBaselineKeyPathResponseBody;
|
|
2927
2991
|
static names(): {
|
|
2928
2992
|
[key: string]: string;
|
|
@@ -2969,6 +3033,7 @@ export declare class GetBaselineStatusResponse extends $tea.Model {
|
|
|
2969
3033
|
headers: {
|
|
2970
3034
|
[key: string]: string;
|
|
2971
3035
|
};
|
|
3036
|
+
statusCode: number;
|
|
2972
3037
|
body: GetBaselineStatusResponseBody;
|
|
2973
3038
|
static names(): {
|
|
2974
3039
|
[key: string]: string;
|
|
@@ -3015,6 +3080,7 @@ export declare class GetBusinessResponse extends $tea.Model {
|
|
|
3015
3080
|
headers: {
|
|
3016
3081
|
[key: string]: string;
|
|
3017
3082
|
};
|
|
3083
|
+
statusCode: number;
|
|
3018
3084
|
body: GetBusinessResponseBody;
|
|
3019
3085
|
static names(): {
|
|
3020
3086
|
[key: string]: string;
|
|
@@ -3055,6 +3121,7 @@ export declare class GetDDLJobStatusResponse extends $tea.Model {
|
|
|
3055
3121
|
headers: {
|
|
3056
3122
|
[key: string]: string;
|
|
3057
3123
|
};
|
|
3124
|
+
statusCode: number;
|
|
3058
3125
|
body: GetDDLJobStatusResponseBody;
|
|
3059
3126
|
static names(): {
|
|
3060
3127
|
[key: string]: string;
|
|
@@ -3098,6 +3165,7 @@ export declare class GetDISyncInstanceInfoResponse extends $tea.Model {
|
|
|
3098
3165
|
headers: {
|
|
3099
3166
|
[key: string]: string;
|
|
3100
3167
|
};
|
|
3168
|
+
statusCode: number;
|
|
3101
3169
|
body: GetDISyncInstanceInfoResponseBody;
|
|
3102
3170
|
static names(): {
|
|
3103
3171
|
[key: string]: string;
|
|
@@ -3141,6 +3209,7 @@ export declare class GetDISyncTaskResponse extends $tea.Model {
|
|
|
3141
3209
|
headers: {
|
|
3142
3210
|
[key: string]: string;
|
|
3143
3211
|
};
|
|
3212
|
+
statusCode: number;
|
|
3144
3213
|
body: GetDISyncTaskResponseBody;
|
|
3145
3214
|
static names(): {
|
|
3146
3215
|
[key: string]: string;
|
|
@@ -3185,6 +3254,7 @@ export declare class GetDISyncTaskMetricInfoResponse extends $tea.Model {
|
|
|
3185
3254
|
headers: {
|
|
3186
3255
|
[key: string]: string;
|
|
3187
3256
|
};
|
|
3257
|
+
statusCode: number;
|
|
3188
3258
|
body: GetDISyncTaskMetricInfoResponseBody;
|
|
3189
3259
|
static names(): {
|
|
3190
3260
|
[key: string]: string;
|
|
@@ -3230,6 +3300,7 @@ export declare class GetDagResponse extends $tea.Model {
|
|
|
3230
3300
|
headers: {
|
|
3231
3301
|
[key: string]: string;
|
|
3232
3302
|
};
|
|
3303
|
+
statusCode: number;
|
|
3233
3304
|
body: GetDagResponseBody;
|
|
3234
3305
|
static names(): {
|
|
3235
3306
|
[key: string]: string;
|
|
@@ -3276,6 +3347,7 @@ export declare class GetDataServiceApiResponse extends $tea.Model {
|
|
|
3276
3347
|
headers: {
|
|
3277
3348
|
[key: string]: string;
|
|
3278
3349
|
};
|
|
3350
|
+
statusCode: number;
|
|
3279
3351
|
body: GetDataServiceApiResponseBody;
|
|
3280
3352
|
static names(): {
|
|
3281
3353
|
[key: string]: string;
|
|
@@ -3322,6 +3394,7 @@ export declare class GetDataServiceApplicationResponse extends $tea.Model {
|
|
|
3322
3394
|
headers: {
|
|
3323
3395
|
[key: string]: string;
|
|
3324
3396
|
};
|
|
3397
|
+
statusCode: number;
|
|
3325
3398
|
body: GetDataServiceApplicationResponseBody;
|
|
3326
3399
|
static names(): {
|
|
3327
3400
|
[key: string]: string;
|
|
@@ -3364,6 +3437,7 @@ export declare class GetDataServiceFolderResponse extends $tea.Model {
|
|
|
3364
3437
|
headers: {
|
|
3365
3438
|
[key: string]: string;
|
|
3366
3439
|
};
|
|
3440
|
+
statusCode: number;
|
|
3367
3441
|
body: GetDataServiceFolderResponseBody;
|
|
3368
3442
|
static names(): {
|
|
3369
3443
|
[key: string]: string;
|
|
@@ -3406,6 +3480,7 @@ export declare class GetDataServiceGroupResponse extends $tea.Model {
|
|
|
3406
3480
|
headers: {
|
|
3407
3481
|
[key: string]: string;
|
|
3408
3482
|
};
|
|
3483
|
+
statusCode: number;
|
|
3409
3484
|
body: GetDataServiceGroupResponseBody;
|
|
3410
3485
|
static names(): {
|
|
3411
3486
|
[key: string]: string;
|
|
@@ -3452,6 +3527,7 @@ export declare class GetDataServicePublishedApiResponse extends $tea.Model {
|
|
|
3452
3527
|
headers: {
|
|
3453
3528
|
[key: string]: string;
|
|
3454
3529
|
};
|
|
3530
|
+
statusCode: number;
|
|
3455
3531
|
body: GetDataServicePublishedApiResponseBody;
|
|
3456
3532
|
static names(): {
|
|
3457
3533
|
[key: string]: string;
|
|
@@ -3497,6 +3573,7 @@ export declare class GetDataSourceMetaResponse extends $tea.Model {
|
|
|
3497
3573
|
headers: {
|
|
3498
3574
|
[key: string]: string;
|
|
3499
3575
|
};
|
|
3576
|
+
statusCode: number;
|
|
3500
3577
|
body: GetDataSourceMetaResponseBody;
|
|
3501
3578
|
static names(): {
|
|
3502
3579
|
[key: string]: string;
|
|
@@ -3543,6 +3620,7 @@ export declare class GetDeploymentResponse extends $tea.Model {
|
|
|
3543
3620
|
headers: {
|
|
3544
3621
|
[key: string]: string;
|
|
3545
3622
|
};
|
|
3623
|
+
statusCode: number;
|
|
3546
3624
|
body: GetDeploymentResponseBody;
|
|
3547
3625
|
static names(): {
|
|
3548
3626
|
[key: string]: string;
|
|
@@ -3554,6 +3632,47 @@ export declare class GetDeploymentResponse extends $tea.Model {
|
|
|
3554
3632
|
[key: string]: any;
|
|
3555
3633
|
});
|
|
3556
3634
|
}
|
|
3635
|
+
export declare class GetExtensionRequest extends $tea.Model {
|
|
3636
|
+
extensionCode?: string;
|
|
3637
|
+
static names(): {
|
|
3638
|
+
[key: string]: string;
|
|
3639
|
+
};
|
|
3640
|
+
static types(): {
|
|
3641
|
+
[key: string]: any;
|
|
3642
|
+
};
|
|
3643
|
+
constructor(map?: {
|
|
3644
|
+
[key: string]: any;
|
|
3645
|
+
});
|
|
3646
|
+
}
|
|
3647
|
+
export declare class GetExtensionResponseBody extends $tea.Model {
|
|
3648
|
+
extension?: GetExtensionResponseBodyExtension;
|
|
3649
|
+
requestId?: string;
|
|
3650
|
+
static names(): {
|
|
3651
|
+
[key: string]: string;
|
|
3652
|
+
};
|
|
3653
|
+
static types(): {
|
|
3654
|
+
[key: string]: any;
|
|
3655
|
+
};
|
|
3656
|
+
constructor(map?: {
|
|
3657
|
+
[key: string]: any;
|
|
3658
|
+
});
|
|
3659
|
+
}
|
|
3660
|
+
export declare class GetExtensionResponse extends $tea.Model {
|
|
3661
|
+
headers: {
|
|
3662
|
+
[key: string]: string;
|
|
3663
|
+
};
|
|
3664
|
+
statusCode: number;
|
|
3665
|
+
body: GetExtensionResponseBody;
|
|
3666
|
+
static names(): {
|
|
3667
|
+
[key: string]: string;
|
|
3668
|
+
};
|
|
3669
|
+
static types(): {
|
|
3670
|
+
[key: string]: any;
|
|
3671
|
+
};
|
|
3672
|
+
constructor(map?: {
|
|
3673
|
+
[key: string]: any;
|
|
3674
|
+
});
|
|
3675
|
+
}
|
|
3557
3676
|
export declare class GetFileRequest extends $tea.Model {
|
|
3558
3677
|
fileId?: number;
|
|
3559
3678
|
nodeId?: number;
|
|
@@ -3590,6 +3709,7 @@ export declare class GetFileResponse extends $tea.Model {
|
|
|
3590
3709
|
headers: {
|
|
3591
3710
|
[key: string]: string;
|
|
3592
3711
|
};
|
|
3712
|
+
statusCode: number;
|
|
3593
3713
|
body: GetFileResponseBody;
|
|
3594
3714
|
static names(): {
|
|
3595
3715
|
[key: string]: string;
|
|
@@ -3631,6 +3751,7 @@ export declare class GetFileTypeStatisticResponse extends $tea.Model {
|
|
|
3631
3751
|
headers: {
|
|
3632
3752
|
[key: string]: string;
|
|
3633
3753
|
};
|
|
3754
|
+
statusCode: number;
|
|
3634
3755
|
body: GetFileTypeStatisticResponseBody;
|
|
3635
3756
|
static names(): {
|
|
3636
3757
|
[key: string]: string;
|
|
@@ -3678,6 +3799,7 @@ export declare class GetFileVersionResponse extends $tea.Model {
|
|
|
3678
3799
|
headers: {
|
|
3679
3800
|
[key: string]: string;
|
|
3680
3801
|
};
|
|
3802
|
+
statusCode: number;
|
|
3681
3803
|
body: GetFileVersionResponseBody;
|
|
3682
3804
|
static names(): {
|
|
3683
3805
|
[key: string]: string;
|
|
@@ -3725,6 +3847,7 @@ export declare class GetFolderResponse extends $tea.Model {
|
|
|
3725
3847
|
headers: {
|
|
3726
3848
|
[key: string]: string;
|
|
3727
3849
|
};
|
|
3850
|
+
statusCode: number;
|
|
3728
3851
|
body: GetFolderResponseBody;
|
|
3729
3852
|
static names(): {
|
|
3730
3853
|
[key: string]: string;
|
|
@@ -3766,6 +3889,7 @@ export declare class GetIDEEventDetailResponse extends $tea.Model {
|
|
|
3766
3889
|
headers: {
|
|
3767
3890
|
[key: string]: string;
|
|
3768
3891
|
};
|
|
3892
|
+
statusCode: number;
|
|
3769
3893
|
body: GetIDEEventDetailResponseBody;
|
|
3770
3894
|
static names(): {
|
|
3771
3895
|
[key: string]: string;
|
|
@@ -3811,6 +3935,7 @@ export declare class GetInstanceResponse extends $tea.Model {
|
|
|
3811
3935
|
headers: {
|
|
3812
3936
|
[key: string]: string;
|
|
3813
3937
|
};
|
|
3938
|
+
statusCode: number;
|
|
3814
3939
|
body: GetInstanceResponseBody;
|
|
3815
3940
|
static names(): {
|
|
3816
3941
|
[key: string]: string;
|
|
@@ -3852,6 +3977,7 @@ export declare class GetInstanceConsumeTimeRankResponse extends $tea.Model {
|
|
|
3852
3977
|
headers: {
|
|
3853
3978
|
[key: string]: string;
|
|
3854
3979
|
};
|
|
3980
|
+
statusCode: number;
|
|
3855
3981
|
body: GetInstanceConsumeTimeRankResponseBody;
|
|
3856
3982
|
static names(): {
|
|
3857
3983
|
[key: string]: string;
|
|
@@ -3894,6 +4020,7 @@ export declare class GetInstanceCountTrendResponse extends $tea.Model {
|
|
|
3894
4020
|
headers: {
|
|
3895
4021
|
[key: string]: string;
|
|
3896
4022
|
};
|
|
4023
|
+
statusCode: number;
|
|
3897
4024
|
body: GetInstanceCountTrendResponseBody;
|
|
3898
4025
|
static names(): {
|
|
3899
4026
|
[key: string]: string;
|
|
@@ -3934,6 +4061,7 @@ export declare class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
3934
4061
|
headers: {
|
|
3935
4062
|
[key: string]: string;
|
|
3936
4063
|
};
|
|
4064
|
+
statusCode: number;
|
|
3937
4065
|
body: GetInstanceErrorRankResponseBody;
|
|
3938
4066
|
static names(): {
|
|
3939
4067
|
[key: string]: string;
|
|
@@ -3979,6 +4107,7 @@ export declare class GetInstanceLogResponse extends $tea.Model {
|
|
|
3979
4107
|
headers: {
|
|
3980
4108
|
[key: string]: string;
|
|
3981
4109
|
};
|
|
4110
|
+
statusCode: number;
|
|
3982
4111
|
body: GetInstanceLogResponseBody;
|
|
3983
4112
|
static names(): {
|
|
3984
4113
|
[key: string]: string;
|
|
@@ -4021,6 +4150,7 @@ export declare class GetInstanceStatusCountResponse extends $tea.Model {
|
|
|
4021
4150
|
headers: {
|
|
4022
4151
|
[key: string]: string;
|
|
4023
4152
|
};
|
|
4153
|
+
statusCode: number;
|
|
4024
4154
|
body: GetInstanceStatusCountResponseBody;
|
|
4025
4155
|
static names(): {
|
|
4026
4156
|
[key: string]: string;
|
|
@@ -4065,6 +4195,7 @@ export declare class GetInstanceStatusStatisticResponse extends $tea.Model {
|
|
|
4065
4195
|
headers: {
|
|
4066
4196
|
[key: string]: string;
|
|
4067
4197
|
};
|
|
4198
|
+
statusCode: number;
|
|
4068
4199
|
body: GetInstanceStatusStatisticResponseBody;
|
|
4069
4200
|
static names(): {
|
|
4070
4201
|
[key: string]: string;
|
|
@@ -4107,6 +4238,7 @@ export declare class GetManualDagInstancesResponse extends $tea.Model {
|
|
|
4107
4238
|
headers: {
|
|
4108
4239
|
[key: string]: string;
|
|
4109
4240
|
};
|
|
4241
|
+
statusCode: number;
|
|
4110
4242
|
body: GetManualDagInstancesResponseBody;
|
|
4111
4243
|
static names(): {
|
|
4112
4244
|
[key: string]: string;
|
|
@@ -4153,6 +4285,7 @@ export declare class GetMetaCategoryResponse extends $tea.Model {
|
|
|
4153
4285
|
headers: {
|
|
4154
4286
|
[key: string]: string;
|
|
4155
4287
|
};
|
|
4288
|
+
statusCode: number;
|
|
4156
4289
|
body: GetMetaCategoryResponseBody;
|
|
4157
4290
|
static names(): {
|
|
4158
4291
|
[key: string]: string;
|
|
@@ -4205,6 +4338,7 @@ export declare class GetMetaColumnLineageResponse extends $tea.Model {
|
|
|
4205
4338
|
headers: {
|
|
4206
4339
|
[key: string]: string;
|
|
4207
4340
|
};
|
|
4341
|
+
statusCode: number;
|
|
4208
4342
|
body: GetMetaColumnLineageResponseBody;
|
|
4209
4343
|
static names(): {
|
|
4210
4344
|
[key: string]: string;
|
|
@@ -4248,6 +4382,7 @@ export declare class GetMetaDBInfoResponse extends $tea.Model {
|
|
|
4248
4382
|
headers: {
|
|
4249
4383
|
[key: string]: string;
|
|
4250
4384
|
};
|
|
4385
|
+
statusCode: number;
|
|
4251
4386
|
body: GetMetaDBInfoResponseBody;
|
|
4252
4387
|
static names(): {
|
|
4253
4388
|
[key: string]: string;
|
|
@@ -4293,6 +4428,7 @@ export declare class GetMetaDBTableListResponse extends $tea.Model {
|
|
|
4293
4428
|
headers: {
|
|
4294
4429
|
[key: string]: string;
|
|
4295
4430
|
};
|
|
4431
|
+
statusCode: number;
|
|
4296
4432
|
body: GetMetaDBTableListResponseBody;
|
|
4297
4433
|
static names(): {
|
|
4298
4434
|
[key: string]: string;
|
|
@@ -4342,6 +4478,7 @@ export declare class GetMetaTableBasicInfoResponse extends $tea.Model {
|
|
|
4342
4478
|
headers: {
|
|
4343
4479
|
[key: string]: string;
|
|
4344
4480
|
};
|
|
4481
|
+
statusCode: number;
|
|
4345
4482
|
body: GetMetaTableBasicInfoResponseBody;
|
|
4346
4483
|
static names(): {
|
|
4347
4484
|
[key: string]: string;
|
|
@@ -4392,6 +4529,7 @@ export declare class GetMetaTableChangeLogResponse extends $tea.Model {
|
|
|
4392
4529
|
headers: {
|
|
4393
4530
|
[key: string]: string;
|
|
4394
4531
|
};
|
|
4532
|
+
statusCode: number;
|
|
4395
4533
|
body: GetMetaTableChangeLogResponseBody;
|
|
4396
4534
|
static names(): {
|
|
4397
4535
|
[key: string]: string;
|
|
@@ -4442,6 +4580,7 @@ export declare class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
4442
4580
|
headers: {
|
|
4443
4581
|
[key: string]: string;
|
|
4444
4582
|
};
|
|
4583
|
+
statusCode: number;
|
|
4445
4584
|
body: GetMetaTableColumnResponseBody;
|
|
4446
4585
|
static names(): {
|
|
4447
4586
|
[key: string]: string;
|
|
@@ -4492,6 +4631,7 @@ export declare class GetMetaTableFullInfoResponse extends $tea.Model {
|
|
|
4492
4631
|
headers: {
|
|
4493
4632
|
[key: string]: string;
|
|
4494
4633
|
};
|
|
4634
|
+
statusCode: number;
|
|
4495
4635
|
body: GetMetaTableFullInfoResponseBody;
|
|
4496
4636
|
static names(): {
|
|
4497
4637
|
[key: string]: string;
|
|
@@ -4537,6 +4677,7 @@ export declare class GetMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
4537
4677
|
headers: {
|
|
4538
4678
|
[key: string]: string;
|
|
4539
4679
|
};
|
|
4680
|
+
statusCode: number;
|
|
4540
4681
|
body: GetMetaTableIntroWikiResponseBody;
|
|
4541
4682
|
static names(): {
|
|
4542
4683
|
[key: string]: string;
|
|
@@ -4588,6 +4729,7 @@ export declare class GetMetaTableLineageResponse extends $tea.Model {
|
|
|
4588
4729
|
headers: {
|
|
4589
4730
|
[key: string]: string;
|
|
4590
4731
|
};
|
|
4732
|
+
statusCode: number;
|
|
4591
4733
|
body: GetMetaTableLineageResponseBody;
|
|
4592
4734
|
static names(): {
|
|
4593
4735
|
[key: string]: string;
|
|
@@ -4634,6 +4776,7 @@ export declare class GetMetaTableListByCategoryResponse extends $tea.Model {
|
|
|
4634
4776
|
headers: {
|
|
4635
4777
|
[key: string]: string;
|
|
4636
4778
|
};
|
|
4779
|
+
statusCode: number;
|
|
4637
4780
|
body: GetMetaTableListByCategoryResponseBody;
|
|
4638
4781
|
static names(): {
|
|
4639
4782
|
[key: string]: string;
|
|
@@ -4682,6 +4825,7 @@ export declare class GetMetaTableOutputResponse extends $tea.Model {
|
|
|
4682
4825
|
headers: {
|
|
4683
4826
|
[key: string]: string;
|
|
4684
4827
|
};
|
|
4828
|
+
statusCode: number;
|
|
4685
4829
|
body: GetMetaTableOutputResponseBody;
|
|
4686
4830
|
static names(): {
|
|
4687
4831
|
[key: string]: string;
|
|
@@ -4732,6 +4876,7 @@ export declare class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
4732
4876
|
headers: {
|
|
4733
4877
|
[key: string]: string;
|
|
4734
4878
|
};
|
|
4879
|
+
statusCode: number;
|
|
4735
4880
|
body: GetMetaTablePartitionResponseBody;
|
|
4736
4881
|
static names(): {
|
|
4737
4882
|
[key: string]: string;
|
|
@@ -4777,6 +4922,7 @@ export declare class GetMetaTableThemeLevelResponse extends $tea.Model {
|
|
|
4777
4922
|
headers: {
|
|
4778
4923
|
[key: string]: string;
|
|
4779
4924
|
};
|
|
4925
|
+
statusCode: number;
|
|
4780
4926
|
body: GetMetaTableThemeLevelResponseBody;
|
|
4781
4927
|
static names(): {
|
|
4782
4928
|
[key: string]: string;
|
|
@@ -4822,6 +4968,7 @@ export declare class GetMigrationProcessResponse extends $tea.Model {
|
|
|
4822
4968
|
headers: {
|
|
4823
4969
|
[key: string]: string;
|
|
4824
4970
|
};
|
|
4971
|
+
statusCode: number;
|
|
4825
4972
|
body: GetMigrationProcessResponseBody;
|
|
4826
4973
|
static names(): {
|
|
4827
4974
|
[key: string]: string;
|
|
@@ -4864,6 +5011,7 @@ export declare class GetMigrationSummaryResponse extends $tea.Model {
|
|
|
4864
5011
|
headers: {
|
|
4865
5012
|
[key: string]: string;
|
|
4866
5013
|
};
|
|
5014
|
+
statusCode: number;
|
|
4867
5015
|
body: GetMigrationSummaryResponseBody;
|
|
4868
5016
|
static names(): {
|
|
4869
5017
|
[key: string]: string;
|
|
@@ -4909,6 +5057,7 @@ export declare class GetNodeResponse extends $tea.Model {
|
|
|
4909
5057
|
headers: {
|
|
4910
5058
|
[key: string]: string;
|
|
4911
5059
|
};
|
|
5060
|
+
statusCode: number;
|
|
4912
5061
|
body: GetNodeResponseBody;
|
|
4913
5062
|
static names(): {
|
|
4914
5063
|
[key: string]: string;
|
|
@@ -4954,6 +5103,7 @@ export declare class GetNodeChildrenResponse extends $tea.Model {
|
|
|
4954
5103
|
headers: {
|
|
4955
5104
|
[key: string]: string;
|
|
4956
5105
|
};
|
|
5106
|
+
statusCode: number;
|
|
4957
5107
|
body: GetNodeChildrenResponseBody;
|
|
4958
5108
|
static names(): {
|
|
4959
5109
|
[key: string]: string;
|
|
@@ -4999,6 +5149,7 @@ export declare class GetNodeCodeResponse extends $tea.Model {
|
|
|
4999
5149
|
headers: {
|
|
5000
5150
|
[key: string]: string;
|
|
5001
5151
|
};
|
|
5152
|
+
statusCode: number;
|
|
5002
5153
|
body: GetNodeCodeResponseBody;
|
|
5003
5154
|
static names(): {
|
|
5004
5155
|
[key: string]: string;
|
|
@@ -5043,6 +5194,7 @@ export declare class GetNodeOnBaselineResponse extends $tea.Model {
|
|
|
5043
5194
|
headers: {
|
|
5044
5195
|
[key: string]: string;
|
|
5045
5196
|
};
|
|
5197
|
+
statusCode: number;
|
|
5046
5198
|
body: GetNodeOnBaselineResponseBody;
|
|
5047
5199
|
static names(): {
|
|
5048
5200
|
[key: string]: string;
|
|
@@ -5088,6 +5240,7 @@ export declare class GetNodeParentsResponse extends $tea.Model {
|
|
|
5088
5240
|
headers: {
|
|
5089
5241
|
[key: string]: string;
|
|
5090
5242
|
};
|
|
5243
|
+
statusCode: number;
|
|
5091
5244
|
body: GetNodeParentsResponseBody;
|
|
5092
5245
|
static names(): {
|
|
5093
5246
|
[key: string]: string;
|
|
@@ -5133,6 +5286,7 @@ export declare class GetNodeTypeListInfoResponse extends $tea.Model {
|
|
|
5133
5286
|
headers: {
|
|
5134
5287
|
[key: string]: string;
|
|
5135
5288
|
};
|
|
5289
|
+
statusCode: number;
|
|
5136
5290
|
body: GetNodeTypeListInfoResponseBody;
|
|
5137
5291
|
static names(): {
|
|
5138
5292
|
[key: string]: string;
|
|
@@ -5177,6 +5331,7 @@ export declare class GetOpRiskDataResponse extends $tea.Model {
|
|
|
5177
5331
|
headers: {
|
|
5178
5332
|
[key: string]: string;
|
|
5179
5333
|
};
|
|
5334
|
+
statusCode: number;
|
|
5180
5335
|
body: GetOpRiskDataResponseBody;
|
|
5181
5336
|
static names(): {
|
|
5182
5337
|
[key: string]: string;
|
|
@@ -5221,6 +5376,7 @@ export declare class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
5221
5376
|
headers: {
|
|
5222
5377
|
[key: string]: string;
|
|
5223
5378
|
};
|
|
5379
|
+
statusCode: number;
|
|
5224
5380
|
body: GetOpSensitiveDataResponseBody;
|
|
5225
5381
|
static names(): {
|
|
5226
5382
|
[key: string]: string;
|
|
@@ -5232,6 +5388,48 @@ export declare class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
5232
5388
|
[key: string]: any;
|
|
5233
5389
|
});
|
|
5234
5390
|
}
|
|
5391
|
+
export declare class GetOptionValueForProjectRequest extends $tea.Model {
|
|
5392
|
+
extensionCode?: string;
|
|
5393
|
+
projectId?: string;
|
|
5394
|
+
static names(): {
|
|
5395
|
+
[key: string]: string;
|
|
5396
|
+
};
|
|
5397
|
+
static types(): {
|
|
5398
|
+
[key: string]: any;
|
|
5399
|
+
};
|
|
5400
|
+
constructor(map?: {
|
|
5401
|
+
[key: string]: any;
|
|
5402
|
+
});
|
|
5403
|
+
}
|
|
5404
|
+
export declare class GetOptionValueForProjectResponseBody extends $tea.Model {
|
|
5405
|
+
optionValue?: string;
|
|
5406
|
+
requestId?: string;
|
|
5407
|
+
static names(): {
|
|
5408
|
+
[key: string]: string;
|
|
5409
|
+
};
|
|
5410
|
+
static types(): {
|
|
5411
|
+
[key: string]: any;
|
|
5412
|
+
};
|
|
5413
|
+
constructor(map?: {
|
|
5414
|
+
[key: string]: any;
|
|
5415
|
+
});
|
|
5416
|
+
}
|
|
5417
|
+
export declare class GetOptionValueForProjectResponse extends $tea.Model {
|
|
5418
|
+
headers: {
|
|
5419
|
+
[key: string]: string;
|
|
5420
|
+
};
|
|
5421
|
+
statusCode: number;
|
|
5422
|
+
body: GetOptionValueForProjectResponseBody;
|
|
5423
|
+
static names(): {
|
|
5424
|
+
[key: string]: string;
|
|
5425
|
+
};
|
|
5426
|
+
static types(): {
|
|
5427
|
+
[key: string]: any;
|
|
5428
|
+
};
|
|
5429
|
+
constructor(map?: {
|
|
5430
|
+
[key: string]: any;
|
|
5431
|
+
});
|
|
5432
|
+
}
|
|
5235
5433
|
export declare class GetPermissionApplyOrderDetailRequest extends $tea.Model {
|
|
5236
5434
|
flowId?: string;
|
|
5237
5435
|
static names(): {
|
|
@@ -5261,6 +5459,7 @@ export declare class GetPermissionApplyOrderDetailResponse extends $tea.Model {
|
|
|
5261
5459
|
headers: {
|
|
5262
5460
|
[key: string]: string;
|
|
5263
5461
|
};
|
|
5462
|
+
statusCode: number;
|
|
5264
5463
|
body: GetPermissionApplyOrderDetailResponseBody;
|
|
5265
5464
|
static names(): {
|
|
5266
5465
|
[key: string]: string;
|
|
@@ -5303,6 +5502,7 @@ export declare class GetProjectResponse extends $tea.Model {
|
|
|
5303
5502
|
headers: {
|
|
5304
5503
|
[key: string]: string;
|
|
5305
5504
|
};
|
|
5505
|
+
statusCode: number;
|
|
5306
5506
|
body: GetProjectResponseBody;
|
|
5307
5507
|
static names(): {
|
|
5308
5508
|
[key: string]: string;
|
|
@@ -5345,6 +5545,7 @@ export declare class GetProjectDetailResponse extends $tea.Model {
|
|
|
5345
5545
|
headers: {
|
|
5346
5546
|
[key: string]: string;
|
|
5347
5547
|
};
|
|
5548
|
+
statusCode: number;
|
|
5348
5549
|
body: GetProjectDetailResponseBody;
|
|
5349
5550
|
static names(): {
|
|
5350
5551
|
[key: string]: string;
|
|
@@ -5392,6 +5593,7 @@ export declare class GetQualityEntityResponse extends $tea.Model {
|
|
|
5392
5593
|
headers: {
|
|
5393
5594
|
[key: string]: string;
|
|
5394
5595
|
};
|
|
5596
|
+
statusCode: number;
|
|
5395
5597
|
body: GetQualityEntityResponseBody;
|
|
5396
5598
|
static names(): {
|
|
5397
5599
|
[key: string]: string;
|
|
@@ -5437,6 +5639,7 @@ export declare class GetQualityFollowerResponse extends $tea.Model {
|
|
|
5437
5639
|
headers: {
|
|
5438
5640
|
[key: string]: string;
|
|
5439
5641
|
};
|
|
5642
|
+
statusCode: number;
|
|
5440
5643
|
body: GetQualityFollowerResponseBody;
|
|
5441
5644
|
static names(): {
|
|
5442
5645
|
[key: string]: string;
|
|
@@ -5482,6 +5685,7 @@ export declare class GetQualityRuleResponse extends $tea.Model {
|
|
|
5482
5685
|
headers: {
|
|
5483
5686
|
[key: string]: string;
|
|
5484
5687
|
};
|
|
5688
|
+
statusCode: number;
|
|
5485
5689
|
body: GetQualityRuleResponseBody;
|
|
5486
5690
|
static names(): {
|
|
5487
5691
|
[key: string]: string;
|
|
@@ -5526,6 +5730,7 @@ export declare class GetRemindResponse extends $tea.Model {
|
|
|
5526
5730
|
headers: {
|
|
5527
5731
|
[key: string]: string;
|
|
5528
5732
|
};
|
|
5733
|
+
statusCode: number;
|
|
5529
5734
|
body: GetRemindResponseBody;
|
|
5530
5735
|
static names(): {
|
|
5531
5736
|
[key: string]: string;
|
|
@@ -5570,6 +5775,7 @@ export declare class GetSensitiveDataResponse extends $tea.Model {
|
|
|
5570
5775
|
headers: {
|
|
5571
5776
|
[key: string]: string;
|
|
5572
5777
|
};
|
|
5778
|
+
statusCode: number;
|
|
5573
5779
|
body: GetSensitiveDataResponseBody;
|
|
5574
5780
|
static names(): {
|
|
5575
5781
|
[key: string]: string;
|
|
@@ -5610,6 +5816,7 @@ export declare class GetSuccessInstanceTrendResponse extends $tea.Model {
|
|
|
5610
5816
|
headers: {
|
|
5611
5817
|
[key: string]: string;
|
|
5612
5818
|
};
|
|
5819
|
+
statusCode: number;
|
|
5613
5820
|
body: GetSuccessInstanceTrendResponseBody;
|
|
5614
5821
|
static names(): {
|
|
5615
5822
|
[key: string]: string;
|
|
@@ -5654,6 +5861,7 @@ export declare class GetTopicResponse extends $tea.Model {
|
|
|
5654
5861
|
headers: {
|
|
5655
5862
|
[key: string]: string;
|
|
5656
5863
|
};
|
|
5864
|
+
statusCode: number;
|
|
5657
5865
|
body: GetTopicResponseBody;
|
|
5658
5866
|
static names(): {
|
|
5659
5867
|
[key: string]: string;
|
|
@@ -5698,6 +5906,7 @@ export declare class GetTopicInfluenceResponse extends $tea.Model {
|
|
|
5698
5906
|
headers: {
|
|
5699
5907
|
[key: string]: string;
|
|
5700
5908
|
};
|
|
5909
|
+
statusCode: number;
|
|
5701
5910
|
body: GetTopicInfluenceResponseBody;
|
|
5702
5911
|
static names(): {
|
|
5703
5912
|
[key: string]: string;
|
|
@@ -5740,6 +5949,7 @@ export declare class ImportDataSourcesResponse extends $tea.Model {
|
|
|
5740
5949
|
headers: {
|
|
5741
5950
|
[key: string]: string;
|
|
5742
5951
|
};
|
|
5952
|
+
statusCode: number;
|
|
5743
5953
|
body: ImportDataSourcesResponseBody;
|
|
5744
5954
|
static names(): {
|
|
5745
5955
|
[key: string]: string;
|
|
@@ -5791,6 +6001,7 @@ export declare class ListAlertMessagesResponse extends $tea.Model {
|
|
|
5791
6001
|
headers: {
|
|
5792
6002
|
[key: string]: string;
|
|
5793
6003
|
};
|
|
6004
|
+
statusCode: number;
|
|
5794
6005
|
body: ListAlertMessagesResponseBody;
|
|
5795
6006
|
static names(): {
|
|
5796
6007
|
[key: string]: string;
|
|
@@ -5842,6 +6053,7 @@ export declare class ListBaselineConfigsResponse extends $tea.Model {
|
|
|
5842
6053
|
headers: {
|
|
5843
6054
|
[key: string]: string;
|
|
5844
6055
|
};
|
|
6056
|
+
statusCode: number;
|
|
5845
6057
|
body: ListBaselineConfigsResponseBody;
|
|
5846
6058
|
static names(): {
|
|
5847
6059
|
[key: string]: string;
|
|
@@ -5895,6 +6107,7 @@ export declare class ListBaselineStatusesResponse extends $tea.Model {
|
|
|
5895
6107
|
headers: {
|
|
5896
6108
|
[key: string]: string;
|
|
5897
6109
|
};
|
|
6110
|
+
statusCode: number;
|
|
5898
6111
|
body: ListBaselineStatusesResponseBody;
|
|
5899
6112
|
static names(): {
|
|
5900
6113
|
[key: string]: string;
|
|
@@ -5943,6 +6156,7 @@ export declare class ListBusinessResponse extends $tea.Model {
|
|
|
5943
6156
|
headers: {
|
|
5944
6157
|
[key: string]: string;
|
|
5945
6158
|
};
|
|
6159
|
+
statusCode: number;
|
|
5946
6160
|
body: ListBusinessResponseBody;
|
|
5947
6161
|
static names(): {
|
|
5948
6162
|
[key: string]: string;
|
|
@@ -5990,6 +6204,7 @@ export declare class ListCalcEnginesResponse extends $tea.Model {
|
|
|
5990
6204
|
headers: {
|
|
5991
6205
|
[key: string]: string;
|
|
5992
6206
|
};
|
|
6207
|
+
statusCode: number;
|
|
5993
6208
|
body: ListCalcEnginesResponseBody;
|
|
5994
6209
|
static names(): {
|
|
5995
6210
|
[key: string]: string;
|
|
@@ -6039,6 +6254,7 @@ export declare class ListConnectionsResponse extends $tea.Model {
|
|
|
6039
6254
|
headers: {
|
|
6040
6255
|
[key: string]: string;
|
|
6041
6256
|
};
|
|
6257
|
+
statusCode: number;
|
|
6042
6258
|
body: ListConnectionsResponseBody;
|
|
6043
6259
|
static names(): {
|
|
6044
6260
|
[key: string]: string;
|
|
@@ -6050,6 +6266,100 @@ export declare class ListConnectionsResponse extends $tea.Model {
|
|
|
6050
6266
|
[key: string]: any;
|
|
6051
6267
|
});
|
|
6052
6268
|
}
|
|
6269
|
+
export declare class ListCurrentTasksForResourceGroupRequest extends $tea.Model {
|
|
6270
|
+
pageNumber?: number;
|
|
6271
|
+
pageSize?: number;
|
|
6272
|
+
projectEnv?: string;
|
|
6273
|
+
resourceGroupIdentifier?: string;
|
|
6274
|
+
status?: number;
|
|
6275
|
+
static names(): {
|
|
6276
|
+
[key: string]: string;
|
|
6277
|
+
};
|
|
6278
|
+
static types(): {
|
|
6279
|
+
[key: string]: any;
|
|
6280
|
+
};
|
|
6281
|
+
constructor(map?: {
|
|
6282
|
+
[key: string]: any;
|
|
6283
|
+
});
|
|
6284
|
+
}
|
|
6285
|
+
export declare class ListCurrentTasksForResourceGroupResponseBody extends $tea.Model {
|
|
6286
|
+
data?: ListCurrentTasksForResourceGroupResponseBodyData;
|
|
6287
|
+
errorCode?: string;
|
|
6288
|
+
errorMessage?: string;
|
|
6289
|
+
httpStatusCode?: number;
|
|
6290
|
+
requestId?: string;
|
|
6291
|
+
success?: boolean;
|
|
6292
|
+
static names(): {
|
|
6293
|
+
[key: string]: string;
|
|
6294
|
+
};
|
|
6295
|
+
static types(): {
|
|
6296
|
+
[key: string]: any;
|
|
6297
|
+
};
|
|
6298
|
+
constructor(map?: {
|
|
6299
|
+
[key: string]: any;
|
|
6300
|
+
});
|
|
6301
|
+
}
|
|
6302
|
+
export declare class ListCurrentTasksForResourceGroupResponse extends $tea.Model {
|
|
6303
|
+
headers: {
|
|
6304
|
+
[key: string]: string;
|
|
6305
|
+
};
|
|
6306
|
+
statusCode: number;
|
|
6307
|
+
body: ListCurrentTasksForResourceGroupResponseBody;
|
|
6308
|
+
static names(): {
|
|
6309
|
+
[key: string]: string;
|
|
6310
|
+
};
|
|
6311
|
+
static types(): {
|
|
6312
|
+
[key: string]: any;
|
|
6313
|
+
};
|
|
6314
|
+
constructor(map?: {
|
|
6315
|
+
[key: string]: any;
|
|
6316
|
+
});
|
|
6317
|
+
}
|
|
6318
|
+
export declare class ListCurrentUsageForResourceGroupRequest extends $tea.Model {
|
|
6319
|
+
projectEnv?: string;
|
|
6320
|
+
resourceGroupIdentifier?: string;
|
|
6321
|
+
static names(): {
|
|
6322
|
+
[key: string]: string;
|
|
6323
|
+
};
|
|
6324
|
+
static types(): {
|
|
6325
|
+
[key: string]: any;
|
|
6326
|
+
};
|
|
6327
|
+
constructor(map?: {
|
|
6328
|
+
[key: string]: any;
|
|
6329
|
+
});
|
|
6330
|
+
}
|
|
6331
|
+
export declare class ListCurrentUsageForResourceGroupResponseBody extends $tea.Model {
|
|
6332
|
+
data?: ListCurrentUsageForResourceGroupResponseBodyData;
|
|
6333
|
+
errorMessage?: string;
|
|
6334
|
+
httpStatusCode?: number;
|
|
6335
|
+
requestId?: string;
|
|
6336
|
+
success?: boolean;
|
|
6337
|
+
static names(): {
|
|
6338
|
+
[key: string]: string;
|
|
6339
|
+
};
|
|
6340
|
+
static types(): {
|
|
6341
|
+
[key: string]: any;
|
|
6342
|
+
};
|
|
6343
|
+
constructor(map?: {
|
|
6344
|
+
[key: string]: any;
|
|
6345
|
+
});
|
|
6346
|
+
}
|
|
6347
|
+
export declare class ListCurrentUsageForResourceGroupResponse extends $tea.Model {
|
|
6348
|
+
headers: {
|
|
6349
|
+
[key: string]: string;
|
|
6350
|
+
};
|
|
6351
|
+
statusCode: number;
|
|
6352
|
+
body: ListCurrentUsageForResourceGroupResponseBody;
|
|
6353
|
+
static names(): {
|
|
6354
|
+
[key: string]: string;
|
|
6355
|
+
};
|
|
6356
|
+
static types(): {
|
|
6357
|
+
[key: string]: any;
|
|
6358
|
+
};
|
|
6359
|
+
constructor(map?: {
|
|
6360
|
+
[key: string]: any;
|
|
6361
|
+
});
|
|
6362
|
+
}
|
|
6053
6363
|
export declare class ListDIProjectConfigRequest extends $tea.Model {
|
|
6054
6364
|
destinationType?: string;
|
|
6055
6365
|
projectId?: number;
|
|
@@ -6082,6 +6392,7 @@ export declare class ListDIProjectConfigResponse extends $tea.Model {
|
|
|
6082
6392
|
headers: {
|
|
6083
6393
|
[key: string]: string;
|
|
6084
6394
|
};
|
|
6395
|
+
statusCode: number;
|
|
6085
6396
|
body: ListDIProjectConfigResponseBody;
|
|
6086
6397
|
static names(): {
|
|
6087
6398
|
[key: string]: string;
|
|
@@ -6127,6 +6438,7 @@ export declare class ListDagsResponse extends $tea.Model {
|
|
|
6127
6438
|
headers: {
|
|
6128
6439
|
[key: string]: string;
|
|
6129
6440
|
};
|
|
6441
|
+
statusCode: number;
|
|
6130
6442
|
body: ListDagsResponseBody;
|
|
6131
6443
|
static names(): {
|
|
6132
6444
|
[key: string]: string;
|
|
@@ -6175,6 +6487,7 @@ export declare class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
6175
6487
|
headers: {
|
|
6176
6488
|
[key: string]: string;
|
|
6177
6489
|
};
|
|
6490
|
+
statusCode: number;
|
|
6178
6491
|
body: ListDataServiceApiAuthoritiesResponseBody;
|
|
6179
6492
|
static names(): {
|
|
6180
6493
|
[key: string]: string;
|
|
@@ -6225,6 +6538,7 @@ export declare class ListDataServiceApisResponse extends $tea.Model {
|
|
|
6225
6538
|
headers: {
|
|
6226
6539
|
[key: string]: string;
|
|
6227
6540
|
};
|
|
6541
|
+
statusCode: number;
|
|
6228
6542
|
body: ListDataServiceApisResponseBody;
|
|
6229
6543
|
static names(): {
|
|
6230
6544
|
[key: string]: string;
|
|
@@ -6272,6 +6586,7 @@ export declare class ListDataServiceApplicationsResponse extends $tea.Model {
|
|
|
6272
6586
|
headers: {
|
|
6273
6587
|
[key: string]: string;
|
|
6274
6588
|
};
|
|
6589
|
+
statusCode: number;
|
|
6275
6590
|
body: ListDataServiceApplicationsResponseBody;
|
|
6276
6591
|
static names(): {
|
|
6277
6592
|
[key: string]: string;
|
|
@@ -6320,6 +6635,7 @@ export declare class ListDataServiceAuthorizedApisResponse extends $tea.Model {
|
|
|
6320
6635
|
headers: {
|
|
6321
6636
|
[key: string]: string;
|
|
6322
6637
|
};
|
|
6638
|
+
statusCode: number;
|
|
6323
6639
|
body: ListDataServiceAuthorizedApisResponseBody;
|
|
6324
6640
|
static names(): {
|
|
6325
6641
|
[key: string]: string;
|
|
@@ -6365,6 +6681,7 @@ export declare class ListDataServiceFoldersResponse extends $tea.Model {
|
|
|
6365
6681
|
headers: {
|
|
6366
6682
|
[key: string]: string;
|
|
6367
6683
|
};
|
|
6684
|
+
statusCode: number;
|
|
6368
6685
|
body: ListDataServiceFoldersResponseBody;
|
|
6369
6686
|
static names(): {
|
|
6370
6687
|
[key: string]: string;
|
|
@@ -6409,6 +6726,7 @@ export declare class ListDataServiceGroupsResponse extends $tea.Model {
|
|
|
6409
6726
|
headers: {
|
|
6410
6727
|
[key: string]: string;
|
|
6411
6728
|
};
|
|
6729
|
+
statusCode: number;
|
|
6412
6730
|
body: ListDataServiceGroupsResponseBody;
|
|
6413
6731
|
static names(): {
|
|
6414
6732
|
[key: string]: string;
|
|
@@ -6459,6 +6777,7 @@ export declare class ListDataServicePublishedApisResponse extends $tea.Model {
|
|
|
6459
6777
|
headers: {
|
|
6460
6778
|
[key: string]: string;
|
|
6461
6779
|
};
|
|
6780
|
+
statusCode: number;
|
|
6462
6781
|
body: ListDataServicePublishedApisResponseBody;
|
|
6463
6782
|
static names(): {
|
|
6464
6783
|
[key: string]: string;
|
|
@@ -6508,6 +6827,7 @@ export declare class ListDataSourcesResponse extends $tea.Model {
|
|
|
6508
6827
|
headers: {
|
|
6509
6828
|
[key: string]: string;
|
|
6510
6829
|
};
|
|
6830
|
+
statusCode: number;
|
|
6511
6831
|
body: ListDataSourcesResponseBody;
|
|
6512
6832
|
static names(): {
|
|
6513
6833
|
[key: string]: string;
|
|
@@ -6557,6 +6877,7 @@ export declare class ListDeploymentsResponse extends $tea.Model {
|
|
|
6557
6877
|
headers: {
|
|
6558
6878
|
[key: string]: string;
|
|
6559
6879
|
};
|
|
6880
|
+
statusCode: number;
|
|
6560
6881
|
body: ListDeploymentsResponseBody;
|
|
6561
6882
|
static names(): {
|
|
6562
6883
|
[key: string]: string;
|
|
@@ -6568,6 +6889,48 @@ export declare class ListDeploymentsResponse extends $tea.Model {
|
|
|
6568
6889
|
[key: string]: any;
|
|
6569
6890
|
});
|
|
6570
6891
|
}
|
|
6892
|
+
export declare class ListExtensionsRequest extends $tea.Model {
|
|
6893
|
+
pageNumber?: number;
|
|
6894
|
+
pageSize?: number;
|
|
6895
|
+
static names(): {
|
|
6896
|
+
[key: string]: string;
|
|
6897
|
+
};
|
|
6898
|
+
static types(): {
|
|
6899
|
+
[key: string]: any;
|
|
6900
|
+
};
|
|
6901
|
+
constructor(map?: {
|
|
6902
|
+
[key: string]: any;
|
|
6903
|
+
});
|
|
6904
|
+
}
|
|
6905
|
+
export declare class ListExtensionsResponseBody extends $tea.Model {
|
|
6906
|
+
pagingInfo?: ListExtensionsResponseBodyPagingInfo;
|
|
6907
|
+
requestId?: string;
|
|
6908
|
+
static names(): {
|
|
6909
|
+
[key: string]: string;
|
|
6910
|
+
};
|
|
6911
|
+
static types(): {
|
|
6912
|
+
[key: string]: any;
|
|
6913
|
+
};
|
|
6914
|
+
constructor(map?: {
|
|
6915
|
+
[key: string]: any;
|
|
6916
|
+
});
|
|
6917
|
+
}
|
|
6918
|
+
export declare class ListExtensionsResponse extends $tea.Model {
|
|
6919
|
+
headers: {
|
|
6920
|
+
[key: string]: string;
|
|
6921
|
+
};
|
|
6922
|
+
statusCode: number;
|
|
6923
|
+
body: ListExtensionsResponseBody;
|
|
6924
|
+
static names(): {
|
|
6925
|
+
[key: string]: string;
|
|
6926
|
+
};
|
|
6927
|
+
static types(): {
|
|
6928
|
+
[key: string]: any;
|
|
6929
|
+
};
|
|
6930
|
+
constructor(map?: {
|
|
6931
|
+
[key: string]: any;
|
|
6932
|
+
});
|
|
6933
|
+
}
|
|
6571
6934
|
export declare class ListFileTypeRequest extends $tea.Model {
|
|
6572
6935
|
keyword?: string;
|
|
6573
6936
|
locale?: string;
|
|
@@ -6602,6 +6965,7 @@ export declare class ListFileTypeResponse extends $tea.Model {
|
|
|
6602
6965
|
headers: {
|
|
6603
6966
|
[key: string]: string;
|
|
6604
6967
|
};
|
|
6968
|
+
statusCode: number;
|
|
6605
6969
|
body: ListFileTypeResponseBody;
|
|
6606
6970
|
static names(): {
|
|
6607
6971
|
[key: string]: string;
|
|
@@ -6650,6 +7014,7 @@ export declare class ListFileVersionsResponse extends $tea.Model {
|
|
|
6650
7014
|
headers: {
|
|
6651
7015
|
[key: string]: string;
|
|
6652
7016
|
};
|
|
7017
|
+
statusCode: number;
|
|
6653
7018
|
body: ListFileVersionsResponseBody;
|
|
6654
7019
|
static names(): {
|
|
6655
7020
|
[key: string]: string;
|
|
@@ -6703,6 +7068,7 @@ export declare class ListFilesResponse extends $tea.Model {
|
|
|
6703
7068
|
headers: {
|
|
6704
7069
|
[key: string]: string;
|
|
6705
7070
|
};
|
|
7071
|
+
statusCode: number;
|
|
6706
7072
|
body: ListFilesResponseBody;
|
|
6707
7073
|
static names(): {
|
|
6708
7074
|
[key: string]: string;
|
|
@@ -6751,6 +7117,7 @@ export declare class ListFoldersResponse extends $tea.Model {
|
|
|
6751
7117
|
headers: {
|
|
6752
7118
|
[key: string]: string;
|
|
6753
7119
|
};
|
|
7120
|
+
statusCode: number;
|
|
6754
7121
|
body: ListFoldersResponseBody;
|
|
6755
7122
|
static names(): {
|
|
6756
7123
|
[key: string]: string;
|
|
@@ -6762,6 +7129,56 @@ export declare class ListFoldersResponse extends $tea.Model {
|
|
|
6762
7129
|
[key: string]: any;
|
|
6763
7130
|
});
|
|
6764
7131
|
}
|
|
7132
|
+
export declare class ListHistoryTasksForResourceGroupRequest extends $tea.Model {
|
|
7133
|
+
endTime?: number;
|
|
7134
|
+
pageNumber?: number;
|
|
7135
|
+
pageSize?: number;
|
|
7136
|
+
projectEnv?: string;
|
|
7137
|
+
resourceGroupIdentifier?: string;
|
|
7138
|
+
startTime?: number;
|
|
7139
|
+
static names(): {
|
|
7140
|
+
[key: string]: string;
|
|
7141
|
+
};
|
|
7142
|
+
static types(): {
|
|
7143
|
+
[key: string]: any;
|
|
7144
|
+
};
|
|
7145
|
+
constructor(map?: {
|
|
7146
|
+
[key: string]: any;
|
|
7147
|
+
});
|
|
7148
|
+
}
|
|
7149
|
+
export declare class ListHistoryTasksForResourceGroupResponseBody extends $tea.Model {
|
|
7150
|
+
data?: ListHistoryTasksForResourceGroupResponseBodyData;
|
|
7151
|
+
errorCode?: string;
|
|
7152
|
+
errorMessage?: string;
|
|
7153
|
+
httpStatusCode?: number;
|
|
7154
|
+
requestId?: string;
|
|
7155
|
+
success?: boolean;
|
|
7156
|
+
static names(): {
|
|
7157
|
+
[key: string]: string;
|
|
7158
|
+
};
|
|
7159
|
+
static types(): {
|
|
7160
|
+
[key: string]: any;
|
|
7161
|
+
};
|
|
7162
|
+
constructor(map?: {
|
|
7163
|
+
[key: string]: any;
|
|
7164
|
+
});
|
|
7165
|
+
}
|
|
7166
|
+
export declare class ListHistoryTasksForResourceGroupResponse extends $tea.Model {
|
|
7167
|
+
headers: {
|
|
7168
|
+
[key: string]: string;
|
|
7169
|
+
};
|
|
7170
|
+
statusCode: number;
|
|
7171
|
+
body: ListHistoryTasksForResourceGroupResponseBody;
|
|
7172
|
+
static names(): {
|
|
7173
|
+
[key: string]: string;
|
|
7174
|
+
};
|
|
7175
|
+
static types(): {
|
|
7176
|
+
[key: string]: any;
|
|
7177
|
+
};
|
|
7178
|
+
constructor(map?: {
|
|
7179
|
+
[key: string]: any;
|
|
7180
|
+
});
|
|
7181
|
+
}
|
|
6765
7182
|
export declare class ListInstanceAmountRequest extends $tea.Model {
|
|
6766
7183
|
beginDate?: string;
|
|
6767
7184
|
endDate?: string;
|
|
@@ -6793,6 +7210,7 @@ export declare class ListInstanceAmountResponse extends $tea.Model {
|
|
|
6793
7210
|
headers: {
|
|
6794
7211
|
[key: string]: string;
|
|
6795
7212
|
};
|
|
7213
|
+
statusCode: number;
|
|
6796
7214
|
body: ListInstanceAmountResponseBody;
|
|
6797
7215
|
static names(): {
|
|
6798
7216
|
[key: string]: string;
|
|
@@ -6849,6 +7267,7 @@ export declare class ListInstancesResponse extends $tea.Model {
|
|
|
6849
7267
|
headers: {
|
|
6850
7268
|
[key: string]: string;
|
|
6851
7269
|
};
|
|
7270
|
+
statusCode: number;
|
|
6852
7271
|
body: ListInstancesResponseBody;
|
|
6853
7272
|
static names(): {
|
|
6854
7273
|
[key: string]: string;
|
|
@@ -6887,11 +7306,57 @@ export declare class ListManualDagInstancesResponseBody extends $tea.Model {
|
|
|
6887
7306
|
[key: string]: any;
|
|
6888
7307
|
});
|
|
6889
7308
|
}
|
|
6890
|
-
export declare class ListManualDagInstancesResponse extends $tea.Model {
|
|
7309
|
+
export declare class ListManualDagInstancesResponse extends $tea.Model {
|
|
7310
|
+
headers: {
|
|
7311
|
+
[key: string]: string;
|
|
7312
|
+
};
|
|
7313
|
+
statusCode: number;
|
|
7314
|
+
body: ListManualDagInstancesResponseBody;
|
|
7315
|
+
static names(): {
|
|
7316
|
+
[key: string]: string;
|
|
7317
|
+
};
|
|
7318
|
+
static types(): {
|
|
7319
|
+
[key: string]: any;
|
|
7320
|
+
};
|
|
7321
|
+
constructor(map?: {
|
|
7322
|
+
[key: string]: any;
|
|
7323
|
+
});
|
|
7324
|
+
}
|
|
7325
|
+
export declare class ListMetaDBRequest extends $tea.Model {
|
|
7326
|
+
clusterId?: string;
|
|
7327
|
+
dataSourceType?: string;
|
|
7328
|
+
pageNum?: number;
|
|
7329
|
+
pageSize?: number;
|
|
7330
|
+
projectId?: number;
|
|
7331
|
+
static names(): {
|
|
7332
|
+
[key: string]: string;
|
|
7333
|
+
};
|
|
7334
|
+
static types(): {
|
|
7335
|
+
[key: string]: any;
|
|
7336
|
+
};
|
|
7337
|
+
constructor(map?: {
|
|
7338
|
+
[key: string]: any;
|
|
7339
|
+
});
|
|
7340
|
+
}
|
|
7341
|
+
export declare class ListMetaDBResponseBody extends $tea.Model {
|
|
7342
|
+
databaseInfo?: ListMetaDBResponseBodyDatabaseInfo;
|
|
7343
|
+
requestId?: string;
|
|
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
|
+
}
|
|
7354
|
+
export declare class ListMetaDBResponse extends $tea.Model {
|
|
6891
7355
|
headers: {
|
|
6892
7356
|
[key: string]: string;
|
|
6893
7357
|
};
|
|
6894
|
-
|
|
7358
|
+
statusCode: number;
|
|
7359
|
+
body: ListMetaDBResponseBody;
|
|
6895
7360
|
static names(): {
|
|
6896
7361
|
[key: string]: string;
|
|
6897
7362
|
};
|
|
@@ -6902,10 +7367,10 @@ export declare class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
6902
7367
|
[key: string]: any;
|
|
6903
7368
|
});
|
|
6904
7369
|
}
|
|
6905
|
-
export declare class
|
|
6906
|
-
|
|
6907
|
-
|
|
6908
|
-
|
|
7370
|
+
export declare class ListMigrationsRequest extends $tea.Model {
|
|
7371
|
+
migrationType?: string;
|
|
7372
|
+
owner?: string;
|
|
7373
|
+
pageNumber?: number;
|
|
6909
7374
|
pageSize?: number;
|
|
6910
7375
|
projectId?: number;
|
|
6911
7376
|
static names(): {
|
|
@@ -6918,9 +7383,10 @@ export declare class ListMetaDBRequest extends $tea.Model {
|
|
|
6918
7383
|
[key: string]: any;
|
|
6919
7384
|
});
|
|
6920
7385
|
}
|
|
6921
|
-
export declare class
|
|
6922
|
-
|
|
7386
|
+
export declare class ListMigrationsResponseBody extends $tea.Model {
|
|
7387
|
+
data?: ListMigrationsResponseBodyData;
|
|
6923
7388
|
requestId?: string;
|
|
7389
|
+
success?: boolean;
|
|
6924
7390
|
static names(): {
|
|
6925
7391
|
[key: string]: string;
|
|
6926
7392
|
};
|
|
@@ -6931,11 +7397,12 @@ export declare class ListMetaDBResponseBody extends $tea.Model {
|
|
|
6931
7397
|
[key: string]: any;
|
|
6932
7398
|
});
|
|
6933
7399
|
}
|
|
6934
|
-
export declare class
|
|
7400
|
+
export declare class ListMigrationsResponse extends $tea.Model {
|
|
6935
7401
|
headers: {
|
|
6936
7402
|
[key: string]: string;
|
|
6937
7403
|
};
|
|
6938
|
-
|
|
7404
|
+
statusCode: number;
|
|
7405
|
+
body: ListMigrationsResponseBody;
|
|
6939
7406
|
static names(): {
|
|
6940
7407
|
[key: string]: string;
|
|
6941
7408
|
};
|
|
@@ -6981,6 +7448,7 @@ export declare class ListNodeIOResponse extends $tea.Model {
|
|
|
6981
7448
|
headers: {
|
|
6982
7449
|
[key: string]: string;
|
|
6983
7450
|
};
|
|
7451
|
+
statusCode: number;
|
|
6984
7452
|
body: ListNodeIOResponseBody;
|
|
6985
7453
|
static names(): {
|
|
6986
7454
|
[key: string]: string;
|
|
@@ -7027,6 +7495,7 @@ export declare class ListNodeInputOrOutputResponse extends $tea.Model {
|
|
|
7027
7495
|
headers: {
|
|
7028
7496
|
[key: string]: string;
|
|
7029
7497
|
};
|
|
7498
|
+
statusCode: number;
|
|
7030
7499
|
body: ListNodeInputOrOutputResponseBody;
|
|
7031
7500
|
static names(): {
|
|
7032
7501
|
[key: string]: string;
|
|
@@ -7078,6 +7547,7 @@ export declare class ListNodesResponse extends $tea.Model {
|
|
|
7078
7547
|
headers: {
|
|
7079
7548
|
[key: string]: string;
|
|
7080
7549
|
};
|
|
7550
|
+
statusCode: number;
|
|
7081
7551
|
body: ListNodesResponseBody;
|
|
7082
7552
|
static names(): {
|
|
7083
7553
|
[key: string]: string;
|
|
@@ -7122,6 +7592,7 @@ export declare class ListNodesByBaselineResponse extends $tea.Model {
|
|
|
7122
7592
|
headers: {
|
|
7123
7593
|
[key: string]: string;
|
|
7124
7594
|
};
|
|
7595
|
+
statusCode: number;
|
|
7125
7596
|
body: ListNodesByBaselineResponseBody;
|
|
7126
7597
|
static names(): {
|
|
7127
7598
|
[key: string]: string;
|
|
@@ -7167,6 +7638,7 @@ export declare class ListNodesByOutputResponse extends $tea.Model {
|
|
|
7167
7638
|
headers: {
|
|
7168
7639
|
[key: string]: string;
|
|
7169
7640
|
};
|
|
7641
|
+
statusCode: number;
|
|
7170
7642
|
body: ListNodesByOutputResponseBody;
|
|
7171
7643
|
static names(): {
|
|
7172
7644
|
[key: string]: string;
|
|
@@ -7217,6 +7689,7 @@ export declare class ListPermissionApplyOrdersResponse extends $tea.Model {
|
|
|
7217
7689
|
headers: {
|
|
7218
7690
|
[key: string]: string;
|
|
7219
7691
|
};
|
|
7692
|
+
statusCode: number;
|
|
7220
7693
|
body: ListPermissionApplyOrdersResponseBody;
|
|
7221
7694
|
static names(): {
|
|
7222
7695
|
[key: string]: string;
|
|
@@ -7258,6 +7731,7 @@ export declare class ListProgramTypeCountResponse extends $tea.Model {
|
|
|
7258
7731
|
headers: {
|
|
7259
7732
|
[key: string]: string;
|
|
7260
7733
|
};
|
|
7734
|
+
statusCode: number;
|
|
7261
7735
|
body: ListProgramTypeCountResponseBody;
|
|
7262
7736
|
static names(): {
|
|
7263
7737
|
[key: string]: string;
|
|
@@ -7298,6 +7772,7 @@ export declare class ListProjectIdsResponse extends $tea.Model {
|
|
|
7298
7772
|
headers: {
|
|
7299
7773
|
[key: string]: string;
|
|
7300
7774
|
};
|
|
7775
|
+
statusCode: number;
|
|
7301
7776
|
body: ListProjectIdsResponseBody;
|
|
7302
7777
|
static names(): {
|
|
7303
7778
|
[key: string]: string;
|
|
@@ -7340,6 +7815,7 @@ export declare class ListProjectMembersResponse extends $tea.Model {
|
|
|
7340
7815
|
headers: {
|
|
7341
7816
|
[key: string]: string;
|
|
7342
7817
|
};
|
|
7818
|
+
statusCode: number;
|
|
7343
7819
|
body: ListProjectMembersResponseBody;
|
|
7344
7820
|
static names(): {
|
|
7345
7821
|
[key: string]: string;
|
|
@@ -7380,6 +7856,7 @@ export declare class ListProjectRolesResponse extends $tea.Model {
|
|
|
7380
7856
|
headers: {
|
|
7381
7857
|
[key: string]: string;
|
|
7382
7858
|
};
|
|
7859
|
+
statusCode: number;
|
|
7383
7860
|
body: ListProjectRolesResponseBody;
|
|
7384
7861
|
static names(): {
|
|
7385
7862
|
[key: string]: string;
|
|
@@ -7421,6 +7898,7 @@ export declare class ListProjectsResponse extends $tea.Model {
|
|
|
7421
7898
|
headers: {
|
|
7422
7899
|
[key: string]: string;
|
|
7423
7900
|
};
|
|
7901
|
+
statusCode: number;
|
|
7424
7902
|
body: ListProjectsResponseBody;
|
|
7425
7903
|
static names(): {
|
|
7426
7904
|
[key: string]: string;
|
|
@@ -7470,6 +7948,7 @@ export declare class ListQualityResultsByEntityResponse extends $tea.Model {
|
|
|
7470
7948
|
headers: {
|
|
7471
7949
|
[key: string]: string;
|
|
7472
7950
|
};
|
|
7951
|
+
statusCode: number;
|
|
7473
7952
|
body: ListQualityResultsByEntityResponseBody;
|
|
7474
7953
|
static names(): {
|
|
7475
7954
|
[key: string]: string;
|
|
@@ -7519,6 +7998,7 @@ export declare class ListQualityResultsByRuleResponse extends $tea.Model {
|
|
|
7519
7998
|
headers: {
|
|
7520
7999
|
[key: string]: string;
|
|
7521
8000
|
};
|
|
8001
|
+
statusCode: number;
|
|
7522
8002
|
body: ListQualityResultsByRuleResponseBody;
|
|
7523
8003
|
static names(): {
|
|
7524
8004
|
[key: string]: string;
|
|
@@ -7566,6 +8046,7 @@ export declare class ListQualityRulesResponse extends $tea.Model {
|
|
|
7566
8046
|
headers: {
|
|
7567
8047
|
[key: string]: string;
|
|
7568
8048
|
};
|
|
8049
|
+
statusCode: number;
|
|
7569
8050
|
body: ListQualityRulesResponseBody;
|
|
7570
8051
|
static names(): {
|
|
7571
8052
|
[key: string]: string;
|
|
@@ -7612,6 +8093,7 @@ export declare class ListRefDISyncTasksResponse extends $tea.Model {
|
|
|
7612
8093
|
headers: {
|
|
7613
8094
|
[key: string]: string;
|
|
7614
8095
|
};
|
|
8096
|
+
statusCode: number;
|
|
7615
8097
|
body: ListRefDISyncTasksResponseBody;
|
|
7616
8098
|
static names(): {
|
|
7617
8099
|
[key: string]: string;
|
|
@@ -7662,6 +8144,7 @@ export declare class ListRemindsResponse extends $tea.Model {
|
|
|
7662
8144
|
headers: {
|
|
7663
8145
|
[key: string]: string;
|
|
7664
8146
|
};
|
|
8147
|
+
statusCode: number;
|
|
7665
8148
|
body: ListRemindsResponseBody;
|
|
7666
8149
|
static names(): {
|
|
7667
8150
|
[key: string]: string;
|
|
@@ -7706,6 +8189,7 @@ export declare class ListResourceGroupsResponse extends $tea.Model {
|
|
|
7706
8189
|
headers: {
|
|
7707
8190
|
[key: string]: string;
|
|
7708
8191
|
};
|
|
8192
|
+
statusCode: number;
|
|
7709
8193
|
body: ListResourceGroupsResponseBody;
|
|
7710
8194
|
static names(): {
|
|
7711
8195
|
[key: string]: string;
|
|
@@ -7746,6 +8230,7 @@ export declare class ListSuccessInstanceAmountResponse extends $tea.Model {
|
|
|
7746
8230
|
headers: {
|
|
7747
8231
|
[key: string]: string;
|
|
7748
8232
|
};
|
|
8233
|
+
statusCode: number;
|
|
7749
8234
|
body: ListSuccessInstanceAmountResponseBody;
|
|
7750
8235
|
static names(): {
|
|
7751
8236
|
[key: string]: string;
|
|
@@ -7793,6 +8278,7 @@ export declare class ListTableLevelResponse extends $tea.Model {
|
|
|
7793
8278
|
headers: {
|
|
7794
8279
|
[key: string]: string;
|
|
7795
8280
|
};
|
|
8281
|
+
statusCode: number;
|
|
7796
8282
|
body: ListTableLevelResponseBody;
|
|
7797
8283
|
static names(): {
|
|
7798
8284
|
[key: string]: string;
|
|
@@ -7840,6 +8326,7 @@ export declare class ListTableThemeResponse extends $tea.Model {
|
|
|
7840
8326
|
headers: {
|
|
7841
8327
|
[key: string]: string;
|
|
7842
8328
|
};
|
|
8329
|
+
statusCode: number;
|
|
7843
8330
|
body: ListTableThemeResponseBody;
|
|
7844
8331
|
static names(): {
|
|
7845
8332
|
[key: string]: string;
|
|
@@ -7892,6 +8379,7 @@ export declare class ListTopicsResponse extends $tea.Model {
|
|
|
7892
8379
|
headers: {
|
|
7893
8380
|
[key: string]: string;
|
|
7894
8381
|
};
|
|
8382
|
+
statusCode: number;
|
|
7895
8383
|
body: ListTopicsResponseBody;
|
|
7896
8384
|
static names(): {
|
|
7897
8385
|
[key: string]: string;
|
|
@@ -7903,6 +8391,54 @@ export declare class ListTopicsResponse extends $tea.Model {
|
|
|
7903
8391
|
[key: string]: any;
|
|
7904
8392
|
});
|
|
7905
8393
|
}
|
|
8394
|
+
export declare class ListUsageForResourceGroupRequest extends $tea.Model {
|
|
8395
|
+
endTime?: number;
|
|
8396
|
+
projectEnv?: string;
|
|
8397
|
+
resourceGroupIdentifier?: string;
|
|
8398
|
+
startTime?: number;
|
|
8399
|
+
static names(): {
|
|
8400
|
+
[key: string]: string;
|
|
8401
|
+
};
|
|
8402
|
+
static types(): {
|
|
8403
|
+
[key: string]: any;
|
|
8404
|
+
};
|
|
8405
|
+
constructor(map?: {
|
|
8406
|
+
[key: string]: any;
|
|
8407
|
+
});
|
|
8408
|
+
}
|
|
8409
|
+
export declare class ListUsageForResourceGroupResponseBody extends $tea.Model {
|
|
8410
|
+
data?: ListUsageForResourceGroupResponseBodyData[];
|
|
8411
|
+
errorCode?: string;
|
|
8412
|
+
errorMessage?: string;
|
|
8413
|
+
httpStatusCode?: number;
|
|
8414
|
+
requestId?: string;
|
|
8415
|
+
success?: boolean;
|
|
8416
|
+
static names(): {
|
|
8417
|
+
[key: string]: string;
|
|
8418
|
+
};
|
|
8419
|
+
static types(): {
|
|
8420
|
+
[key: string]: any;
|
|
8421
|
+
};
|
|
8422
|
+
constructor(map?: {
|
|
8423
|
+
[key: string]: any;
|
|
8424
|
+
});
|
|
8425
|
+
}
|
|
8426
|
+
export declare class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
8427
|
+
headers: {
|
|
8428
|
+
[key: string]: string;
|
|
8429
|
+
};
|
|
8430
|
+
statusCode: number;
|
|
8431
|
+
body: ListUsageForResourceGroupResponseBody;
|
|
8432
|
+
static names(): {
|
|
8433
|
+
[key: string]: string;
|
|
8434
|
+
};
|
|
8435
|
+
static types(): {
|
|
8436
|
+
[key: string]: any;
|
|
8437
|
+
};
|
|
8438
|
+
constructor(map?: {
|
|
8439
|
+
[key: string]: any;
|
|
8440
|
+
});
|
|
8441
|
+
}
|
|
7906
8442
|
export declare class PublishDataServiceApiRequest extends $tea.Model {
|
|
7907
8443
|
apiId?: number;
|
|
7908
8444
|
projectId?: number;
|
|
@@ -7938,6 +8474,7 @@ export declare class PublishDataServiceApiResponse extends $tea.Model {
|
|
|
7938
8474
|
headers: {
|
|
7939
8475
|
[key: string]: string;
|
|
7940
8476
|
};
|
|
8477
|
+
statusCode: number;
|
|
7941
8478
|
body: PublishDataServiceApiResponseBody;
|
|
7942
8479
|
static names(): {
|
|
7943
8480
|
[key: string]: string;
|
|
@@ -7981,6 +8518,7 @@ export declare class QueryDISyncTaskConfigProcessResultResponse extends $tea.Mod
|
|
|
7981
8518
|
headers: {
|
|
7982
8519
|
[key: string]: string;
|
|
7983
8520
|
};
|
|
8521
|
+
statusCode: number;
|
|
7984
8522
|
body: QueryDISyncTaskConfigProcessResultResponseBody;
|
|
7985
8523
|
static names(): {
|
|
7986
8524
|
[key: string]: string;
|
|
@@ -8024,6 +8562,7 @@ export declare class QueryPublicModelEngineResponse extends $tea.Model {
|
|
|
8024
8562
|
headers: {
|
|
8025
8563
|
[key: string]: string;
|
|
8026
8564
|
};
|
|
8565
|
+
statusCode: number;
|
|
8027
8566
|
body: QueryPublicModelEngineResponseBody;
|
|
8028
8567
|
static names(): {
|
|
8029
8568
|
[key: string]: string;
|
|
@@ -8065,6 +8604,7 @@ export declare class RemoveProjectMemberFromRoleResponse extends $tea.Model {
|
|
|
8065
8604
|
headers: {
|
|
8066
8605
|
[key: string]: string;
|
|
8067
8606
|
};
|
|
8607
|
+
statusCode: number;
|
|
8068
8608
|
body: RemoveProjectMemberFromRoleResponseBody;
|
|
8069
8609
|
static names(): {
|
|
8070
8610
|
[key: string]: string;
|
|
@@ -8110,6 +8650,7 @@ export declare class RestartInstanceResponse extends $tea.Model {
|
|
|
8110
8650
|
headers: {
|
|
8111
8651
|
[key: string]: string;
|
|
8112
8652
|
};
|
|
8653
|
+
statusCode: number;
|
|
8113
8654
|
body: RestartInstanceResponseBody;
|
|
8114
8655
|
static names(): {
|
|
8115
8656
|
[key: string]: string;
|
|
@@ -8155,6 +8696,7 @@ export declare class ResumeInstanceResponse extends $tea.Model {
|
|
|
8155
8696
|
headers: {
|
|
8156
8697
|
[key: string]: string;
|
|
8157
8698
|
};
|
|
8699
|
+
statusCode: number;
|
|
8158
8700
|
body: ResumeInstanceResponseBody;
|
|
8159
8701
|
static names(): {
|
|
8160
8702
|
[key: string]: string;
|
|
@@ -8200,6 +8742,7 @@ export declare class RevokeColumnPermissionResponse extends $tea.Model {
|
|
|
8200
8742
|
headers: {
|
|
8201
8743
|
[key: string]: string;
|
|
8202
8744
|
};
|
|
8745
|
+
statusCode: number;
|
|
8203
8746
|
body: RevokeColumnPermissionResponseBody;
|
|
8204
8747
|
static names(): {
|
|
8205
8748
|
[key: string]: string;
|
|
@@ -8245,6 +8788,7 @@ export declare class RevokeTablePermissionResponse extends $tea.Model {
|
|
|
8245
8788
|
headers: {
|
|
8246
8789
|
[key: string]: string;
|
|
8247
8790
|
};
|
|
8791
|
+
statusCode: number;
|
|
8248
8792
|
body: RevokeTablePermissionResponseBody;
|
|
8249
8793
|
static names(): {
|
|
8250
8794
|
[key: string]: string;
|
|
@@ -8299,6 +8843,7 @@ export declare class RunCycleDagNodesResponse extends $tea.Model {
|
|
|
8299
8843
|
headers: {
|
|
8300
8844
|
[key: string]: string;
|
|
8301
8845
|
};
|
|
8846
|
+
statusCode: number;
|
|
8302
8847
|
body: RunCycleDagNodesResponseBody;
|
|
8303
8848
|
static names(): {
|
|
8304
8849
|
[key: string]: string;
|
|
@@ -8347,6 +8892,7 @@ export declare class RunManualDagNodesResponse extends $tea.Model {
|
|
|
8347
8892
|
headers: {
|
|
8348
8893
|
[key: string]: string;
|
|
8349
8894
|
};
|
|
8895
|
+
statusCode: number;
|
|
8350
8896
|
body: RunManualDagNodesResponseBody;
|
|
8351
8897
|
static names(): {
|
|
8352
8898
|
[key: string]: string;
|
|
@@ -8395,6 +8941,7 @@ export declare class RunSmokeTestResponse extends $tea.Model {
|
|
|
8395
8941
|
headers: {
|
|
8396
8942
|
[key: string]: string;
|
|
8397
8943
|
};
|
|
8944
|
+
statusCode: number;
|
|
8398
8945
|
body: RunSmokeTestResponseBody;
|
|
8399
8946
|
static names(): {
|
|
8400
8947
|
[key: string]: string;
|
|
@@ -8438,6 +8985,7 @@ export declare class RunTriggerNodeResponse extends $tea.Model {
|
|
|
8438
8985
|
headers: {
|
|
8439
8986
|
[key: string]: string;
|
|
8440
8987
|
};
|
|
8988
|
+
statusCode: number;
|
|
8441
8989
|
body: RunTriggerNodeResponseBody;
|
|
8442
8990
|
static names(): {
|
|
8443
8991
|
[key: string]: string;
|
|
@@ -8480,6 +9028,7 @@ export declare class ScanSensitiveDataResponse extends $tea.Model {
|
|
|
8480
9028
|
headers: {
|
|
8481
9029
|
[key: string]: string;
|
|
8482
9030
|
};
|
|
9031
|
+
statusCode: number;
|
|
8483
9032
|
body: ScanSensitiveDataResponseBody;
|
|
8484
9033
|
static names(): {
|
|
8485
9034
|
[key: string]: string;
|
|
@@ -8530,6 +9079,7 @@ export declare class SearchMetaTablesResponse extends $tea.Model {
|
|
|
8530
9079
|
headers: {
|
|
8531
9080
|
[key: string]: string;
|
|
8532
9081
|
};
|
|
9082
|
+
statusCode: number;
|
|
8533
9083
|
body: SearchMetaTablesResponseBody;
|
|
8534
9084
|
static names(): {
|
|
8535
9085
|
[key: string]: string;
|
|
@@ -8577,6 +9127,7 @@ export declare class SearchNodesByOutputResponse extends $tea.Model {
|
|
|
8577
9127
|
headers: {
|
|
8578
9128
|
[key: string]: string;
|
|
8579
9129
|
};
|
|
9130
|
+
statusCode: number;
|
|
8580
9131
|
body: SearchNodesByOutputResponseBody;
|
|
8581
9132
|
static names(): {
|
|
8582
9133
|
[key: string]: string;
|
|
@@ -8622,6 +9173,7 @@ export declare class SetDataSourceShareResponse extends $tea.Model {
|
|
|
8622
9173
|
headers: {
|
|
8623
9174
|
[key: string]: string;
|
|
8624
9175
|
};
|
|
9176
|
+
statusCode: number;
|
|
8625
9177
|
body: SetDataSourceShareResponseBody;
|
|
8626
9178
|
static names(): {
|
|
8627
9179
|
[key: string]: string;
|
|
@@ -8667,6 +9219,7 @@ export declare class SetSuccessInstanceResponse extends $tea.Model {
|
|
|
8667
9219
|
headers: {
|
|
8668
9220
|
[key: string]: string;
|
|
8669
9221
|
};
|
|
9222
|
+
statusCode: number;
|
|
8670
9223
|
body: SetSuccessInstanceResponseBody;
|
|
8671
9224
|
static names(): {
|
|
8672
9225
|
[key: string]: string;
|
|
@@ -8711,6 +9264,7 @@ export declare class StartDISyncInstanceResponse extends $tea.Model {
|
|
|
8711
9264
|
headers: {
|
|
8712
9265
|
[key: string]: string;
|
|
8713
9266
|
};
|
|
9267
|
+
statusCode: number;
|
|
8714
9268
|
body: StartDISyncInstanceResponseBody;
|
|
8715
9269
|
static names(): {
|
|
8716
9270
|
[key: string]: string;
|
|
@@ -8756,6 +9310,7 @@ export declare class StartMigrationResponse extends $tea.Model {
|
|
|
8756
9310
|
headers: {
|
|
8757
9311
|
[key: string]: string;
|
|
8758
9312
|
};
|
|
9313
|
+
statusCode: number;
|
|
8759
9314
|
body: StartMigrationResponseBody;
|
|
8760
9315
|
static names(): {
|
|
8761
9316
|
[key: string]: string;
|
|
@@ -8799,6 +9354,7 @@ export declare class StopDISyncInstanceResponse extends $tea.Model {
|
|
|
8799
9354
|
headers: {
|
|
8800
9355
|
[key: string]: string;
|
|
8801
9356
|
};
|
|
9357
|
+
statusCode: number;
|
|
8802
9358
|
body: StopDISyncInstanceResponseBody;
|
|
8803
9359
|
static names(): {
|
|
8804
9360
|
[key: string]: string;
|
|
@@ -8844,6 +9400,7 @@ export declare class StopInstanceResponse extends $tea.Model {
|
|
|
8844
9400
|
headers: {
|
|
8845
9401
|
[key: string]: string;
|
|
8846
9402
|
};
|
|
9403
|
+
statusCode: number;
|
|
8847
9404
|
body: StopInstanceResponseBody;
|
|
8848
9405
|
static names(): {
|
|
8849
9406
|
[key: string]: string;
|
|
@@ -8891,6 +9448,7 @@ export declare class SubmitFileResponse extends $tea.Model {
|
|
|
8891
9448
|
headers: {
|
|
8892
9449
|
[key: string]: string;
|
|
8893
9450
|
};
|
|
9451
|
+
statusCode: number;
|
|
8894
9452
|
body: SubmitFileResponseBody;
|
|
8895
9453
|
static names(): {
|
|
8896
9454
|
[key: string]: string;
|
|
@@ -8936,6 +9494,7 @@ export declare class SuspendInstanceResponse extends $tea.Model {
|
|
|
8936
9494
|
headers: {
|
|
8937
9495
|
[key: string]: string;
|
|
8938
9496
|
};
|
|
9497
|
+
statusCode: number;
|
|
8939
9498
|
body: SuspendInstanceResponseBody;
|
|
8940
9499
|
static names(): {
|
|
8941
9500
|
[key: string]: string;
|
|
@@ -8979,6 +9538,7 @@ export declare class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
8979
9538
|
headers: {
|
|
8980
9539
|
[key: string]: string;
|
|
8981
9540
|
};
|
|
9541
|
+
statusCode: number;
|
|
8982
9542
|
body: TerminateDISyncInstanceResponseBody;
|
|
8983
9543
|
static names(): {
|
|
8984
9544
|
[key: string]: string;
|
|
@@ -9023,6 +9583,7 @@ export declare class TestNetworkConnectionResponse extends $tea.Model {
|
|
|
9023
9583
|
headers: {
|
|
9024
9584
|
[key: string]: string;
|
|
9025
9585
|
};
|
|
9586
|
+
statusCode: number;
|
|
9026
9587
|
body: TestNetworkConnectionResponseBody;
|
|
9027
9588
|
static names(): {
|
|
9028
9589
|
[key: string]: string;
|
|
@@ -9063,6 +9624,7 @@ export declare class TopTenElapsedTimeInstanceResponse extends $tea.Model {
|
|
|
9063
9624
|
headers: {
|
|
9064
9625
|
[key: string]: string;
|
|
9065
9626
|
};
|
|
9627
|
+
statusCode: number;
|
|
9066
9628
|
body: TopTenElapsedTimeInstanceResponseBody;
|
|
9067
9629
|
static names(): {
|
|
9068
9630
|
[key: string]: string;
|
|
@@ -9103,6 +9665,7 @@ export declare class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
9103
9665
|
headers: {
|
|
9104
9666
|
[key: string]: string;
|
|
9105
9667
|
};
|
|
9668
|
+
statusCode: number;
|
|
9106
9669
|
body: TopTenErrorTimesInstanceResponseBody;
|
|
9107
9670
|
static names(): {
|
|
9108
9671
|
[key: string]: string;
|
|
@@ -9151,6 +9714,7 @@ export declare class UpdateBusinessResponse extends $tea.Model {
|
|
|
9151
9714
|
headers: {
|
|
9152
9715
|
[key: string]: string;
|
|
9153
9716
|
};
|
|
9717
|
+
statusCode: number;
|
|
9154
9718
|
body: UpdateBusinessResponseBody;
|
|
9155
9719
|
static names(): {
|
|
9156
9720
|
[key: string]: string;
|
|
@@ -9197,6 +9761,7 @@ export declare class UpdateConnectionResponse extends $tea.Model {
|
|
|
9197
9761
|
headers: {
|
|
9198
9762
|
[key: string]: string;
|
|
9199
9763
|
};
|
|
9764
|
+
statusCode: number;
|
|
9200
9765
|
body: UpdateConnectionResponseBody;
|
|
9201
9766
|
static names(): {
|
|
9202
9767
|
[key: string]: string;
|
|
@@ -9241,6 +9806,7 @@ export declare class UpdateDIProjectConfigResponse extends $tea.Model {
|
|
|
9241
9806
|
headers: {
|
|
9242
9807
|
[key: string]: string;
|
|
9243
9808
|
};
|
|
9809
|
+
statusCode: number;
|
|
9244
9810
|
body: UpdateDIProjectConfigResponseBody;
|
|
9245
9811
|
static names(): {
|
|
9246
9812
|
[key: string]: string;
|
|
@@ -9286,6 +9852,7 @@ export declare class UpdateDISyncTaskResponse extends $tea.Model {
|
|
|
9286
9852
|
headers: {
|
|
9287
9853
|
[key: string]: string;
|
|
9288
9854
|
};
|
|
9855
|
+
statusCode: number;
|
|
9289
9856
|
body: UpdateDISyncTaskResponseBody;
|
|
9290
9857
|
static names(): {
|
|
9291
9858
|
[key: string]: string;
|
|
@@ -9342,6 +9909,7 @@ export declare class UpdateDataServiceApiResponse extends $tea.Model {
|
|
|
9342
9909
|
headers: {
|
|
9343
9910
|
[key: string]: string;
|
|
9344
9911
|
};
|
|
9912
|
+
statusCode: number;
|
|
9345
9913
|
body: UpdateDataServiceApiResponseBody;
|
|
9346
9914
|
static names(): {
|
|
9347
9915
|
[key: string]: string;
|
|
@@ -9388,6 +9956,7 @@ export declare class UpdateDataSourceResponse extends $tea.Model {
|
|
|
9388
9956
|
headers: {
|
|
9389
9957
|
[key: string]: string;
|
|
9390
9958
|
};
|
|
9959
|
+
statusCode: number;
|
|
9391
9960
|
body: UpdateDataSourceResponseBody;
|
|
9392
9961
|
static names(): {
|
|
9393
9962
|
[key: string]: string;
|
|
@@ -9416,7 +9985,9 @@ export declare class UpdateFileRequest extends $tea.Model {
|
|
|
9416
9985
|
fileId?: number;
|
|
9417
9986
|
fileName?: string;
|
|
9418
9987
|
inputList?: string;
|
|
9988
|
+
inputParameters?: string;
|
|
9419
9989
|
outputList?: string;
|
|
9990
|
+
outputParameters?: string;
|
|
9420
9991
|
owner?: string;
|
|
9421
9992
|
paraValue?: string;
|
|
9422
9993
|
projectId?: number;
|
|
@@ -9457,6 +10028,7 @@ export declare class UpdateFileResponse extends $tea.Model {
|
|
|
9457
10028
|
headers: {
|
|
9458
10029
|
[key: string]: string;
|
|
9459
10030
|
};
|
|
10031
|
+
statusCode: number;
|
|
9460
10032
|
body: UpdateFileResponseBody;
|
|
9461
10033
|
static names(): {
|
|
9462
10034
|
[key: string]: string;
|
|
@@ -9503,6 +10075,7 @@ export declare class UpdateFolderResponse extends $tea.Model {
|
|
|
9503
10075
|
headers: {
|
|
9504
10076
|
[key: string]: string;
|
|
9505
10077
|
};
|
|
10078
|
+
statusCode: number;
|
|
9506
10079
|
body: UpdateFolderResponseBody;
|
|
9507
10080
|
static names(): {
|
|
9508
10081
|
[key: string]: string;
|
|
@@ -9545,6 +10118,7 @@ export declare class UpdateIDEEventResultResponse extends $tea.Model {
|
|
|
9545
10118
|
headers: {
|
|
9546
10119
|
[key: string]: string;
|
|
9547
10120
|
};
|
|
10121
|
+
statusCode: number;
|
|
9548
10122
|
body: UpdateIDEEventResultResponseBody;
|
|
9549
10123
|
static names(): {
|
|
9550
10124
|
[key: string]: string;
|
|
@@ -9591,6 +10165,7 @@ export declare class UpdateMetaCategoryResponse extends $tea.Model {
|
|
|
9591
10165
|
headers: {
|
|
9592
10166
|
[key: string]: string;
|
|
9593
10167
|
};
|
|
10168
|
+
statusCode: number;
|
|
9594
10169
|
body: UpdateMetaCategoryResponseBody;
|
|
9595
10170
|
static names(): {
|
|
9596
10171
|
[key: string]: string;
|
|
@@ -9640,6 +10215,7 @@ export declare class UpdateMetaTableResponse extends $tea.Model {
|
|
|
9640
10215
|
headers: {
|
|
9641
10216
|
[key: string]: string;
|
|
9642
10217
|
};
|
|
10218
|
+
statusCode: number;
|
|
9643
10219
|
body: UpdateMetaTableResponseBody;
|
|
9644
10220
|
static names(): {
|
|
9645
10221
|
[key: string]: string;
|
|
@@ -9681,6 +10257,7 @@ export declare class UpdateMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
9681
10257
|
headers: {
|
|
9682
10258
|
[key: string]: string;
|
|
9683
10259
|
};
|
|
10260
|
+
statusCode: number;
|
|
9684
10261
|
body: UpdateMetaTableIntroWikiResponseBody;
|
|
9685
10262
|
static names(): {
|
|
9686
10263
|
[key: string]: string;
|
|
@@ -9723,6 +10300,7 @@ export declare class UpdateNodeOwnerResponse extends $tea.Model {
|
|
|
9723
10300
|
headers: {
|
|
9724
10301
|
[key: string]: string;
|
|
9725
10302
|
};
|
|
10303
|
+
statusCode: number;
|
|
9726
10304
|
body: UpdateNodeOwnerResponseBody;
|
|
9727
10305
|
static names(): {
|
|
9728
10306
|
[key: string]: string;
|
|
@@ -9765,6 +10343,7 @@ export declare class UpdateNodeRunModeResponse extends $tea.Model {
|
|
|
9765
10343
|
headers: {
|
|
9766
10344
|
[key: string]: string;
|
|
9767
10345
|
};
|
|
10346
|
+
statusCode: number;
|
|
9768
10347
|
body: UpdateNodeRunModeResponseBody;
|
|
9769
10348
|
static names(): {
|
|
9770
10349
|
[key: string]: string;
|
|
@@ -9812,6 +10391,7 @@ export declare class UpdateQualityFollowerResponse extends $tea.Model {
|
|
|
9812
10391
|
headers: {
|
|
9813
10392
|
[key: string]: string;
|
|
9814
10393
|
};
|
|
10394
|
+
statusCode: number;
|
|
9815
10395
|
body: UpdateQualityFollowerResponseBody;
|
|
9816
10396
|
static names(): {
|
|
9817
10397
|
[key: string]: string;
|
|
@@ -9875,6 +10455,7 @@ export declare class UpdateQualityRuleResponse extends $tea.Model {
|
|
|
9875
10455
|
headers: {
|
|
9876
10456
|
[key: string]: string;
|
|
9877
10457
|
};
|
|
10458
|
+
statusCode: number;
|
|
9878
10459
|
body: UpdateQualityRuleResponseBody;
|
|
9879
10460
|
static names(): {
|
|
9880
10461
|
[key: string]: string;
|
|
@@ -9935,6 +10516,7 @@ export declare class UpdateRemindResponse extends $tea.Model {
|
|
|
9935
10516
|
headers: {
|
|
9936
10517
|
[key: string]: string;
|
|
9937
10518
|
};
|
|
10519
|
+
statusCode: number;
|
|
9938
10520
|
body: UpdateRemindResponseBody;
|
|
9939
10521
|
static names(): {
|
|
9940
10522
|
[key: string]: string;
|
|
@@ -9993,6 +10575,7 @@ export declare class UpdateTableResponse extends $tea.Model {
|
|
|
9993
10575
|
headers: {
|
|
9994
10576
|
[key: string]: string;
|
|
9995
10577
|
};
|
|
10578
|
+
statusCode: number;
|
|
9996
10579
|
body: UpdateTableResponseBody;
|
|
9997
10580
|
static names(): {
|
|
9998
10581
|
[key: string]: string;
|
|
@@ -10034,6 +10617,7 @@ export declare class UpdateTableAddColumnResponse extends $tea.Model {
|
|
|
10034
10617
|
headers: {
|
|
10035
10618
|
[key: string]: string;
|
|
10036
10619
|
};
|
|
10620
|
+
statusCode: number;
|
|
10037
10621
|
body: UpdateTableAddColumnResponseBody;
|
|
10038
10622
|
static names(): {
|
|
10039
10623
|
[key: string]: string;
|
|
@@ -10082,6 +10666,7 @@ export declare class UpdateTableLevelResponse extends $tea.Model {
|
|
|
10082
10666
|
headers: {
|
|
10083
10667
|
[key: string]: string;
|
|
10084
10668
|
};
|
|
10669
|
+
statusCode: number;
|
|
10085
10670
|
body: UpdateTableLevelResponseBody;
|
|
10086
10671
|
static names(): {
|
|
10087
10672
|
[key: string]: string;
|
|
@@ -10126,6 +10711,7 @@ export declare class UpdateTableModelInfoResponse extends $tea.Model {
|
|
|
10126
10711
|
headers: {
|
|
10127
10712
|
[key: string]: string;
|
|
10128
10713
|
};
|
|
10714
|
+
statusCode: number;
|
|
10129
10715
|
body: UpdateTableModelInfoResponseBody;
|
|
10130
10716
|
static names(): {
|
|
10131
10717
|
[key: string]: string;
|
|
@@ -10172,6 +10758,7 @@ export declare class UpdateTableThemeResponse extends $tea.Model {
|
|
|
10172
10758
|
headers: {
|
|
10173
10759
|
[key: string]: string;
|
|
10174
10760
|
};
|
|
10761
|
+
statusCode: number;
|
|
10175
10762
|
body: UpdateTableThemeResponseBody;
|
|
10176
10763
|
static names(): {
|
|
10177
10764
|
[key: string]: string;
|
|
@@ -10226,6 +10813,7 @@ export declare class UpdateUdfFileResponse extends $tea.Model {
|
|
|
10226
10813
|
headers: {
|
|
10227
10814
|
[key: string]: string;
|
|
10228
10815
|
};
|
|
10816
|
+
statusCode: number;
|
|
10229
10817
|
body: UpdateUdfFileResponseBody;
|
|
10230
10818
|
static names(): {
|
|
10231
10819
|
[key: string]: string;
|
|
@@ -10269,6 +10857,7 @@ export declare class UpdateWorkbenchEventResultResponse extends $tea.Model {
|
|
|
10269
10857
|
headers: {
|
|
10270
10858
|
[key: string]: string;
|
|
10271
10859
|
};
|
|
10860
|
+
statusCode: number;
|
|
10272
10861
|
body: UpdateWorkbenchEventResultResponseBody;
|
|
10273
10862
|
static names(): {
|
|
10274
10863
|
[key: string]: string;
|
|
@@ -11363,6 +11952,54 @@ export declare class GetDeploymentResponseBodyData extends $tea.Model {
|
|
|
11363
11952
|
[key: string]: any;
|
|
11364
11953
|
});
|
|
11365
11954
|
}
|
|
11955
|
+
export declare class GetExtensionResponseBodyExtensionBindEventList extends $tea.Model {
|
|
11956
|
+
eventCode?: string;
|
|
11957
|
+
eventName?: string;
|
|
11958
|
+
static names(): {
|
|
11959
|
+
[key: string]: string;
|
|
11960
|
+
};
|
|
11961
|
+
static types(): {
|
|
11962
|
+
[key: string]: any;
|
|
11963
|
+
};
|
|
11964
|
+
constructor(map?: {
|
|
11965
|
+
[key: string]: any;
|
|
11966
|
+
});
|
|
11967
|
+
}
|
|
11968
|
+
export declare class GetExtensionResponseBodyExtensionEventCategoryList extends $tea.Model {
|
|
11969
|
+
categoryCode?: string;
|
|
11970
|
+
categoryName?: string;
|
|
11971
|
+
static names(): {
|
|
11972
|
+
[key: string]: string;
|
|
11973
|
+
};
|
|
11974
|
+
static types(): {
|
|
11975
|
+
[key: string]: any;
|
|
11976
|
+
};
|
|
11977
|
+
constructor(map?: {
|
|
11978
|
+
[key: string]: any;
|
|
11979
|
+
});
|
|
11980
|
+
}
|
|
11981
|
+
export declare class GetExtensionResponseBodyExtension extends $tea.Model {
|
|
11982
|
+
bindEventList?: GetExtensionResponseBodyExtensionBindEventList[];
|
|
11983
|
+
detailUrl?: string;
|
|
11984
|
+
eventCategoryList?: GetExtensionResponseBodyExtensionEventCategoryList[];
|
|
11985
|
+
extensionCode?: string;
|
|
11986
|
+
extensionDesc?: string;
|
|
11987
|
+
extensionName?: string;
|
|
11988
|
+
helpDocUrl?: string;
|
|
11989
|
+
optionSetting?: string;
|
|
11990
|
+
parameterSetting?: string;
|
|
11991
|
+
projectTesting?: number;
|
|
11992
|
+
status?: number;
|
|
11993
|
+
static names(): {
|
|
11994
|
+
[key: string]: string;
|
|
11995
|
+
};
|
|
11996
|
+
static types(): {
|
|
11997
|
+
[key: string]: any;
|
|
11998
|
+
};
|
|
11999
|
+
constructor(map?: {
|
|
12000
|
+
[key: string]: any;
|
|
12001
|
+
});
|
|
12002
|
+
}
|
|
11366
12003
|
export declare class GetFileResponseBodyDataFile extends $tea.Model {
|
|
11367
12004
|
advancedSettings?: string;
|
|
11368
12005
|
autoParsing?: boolean;
|
|
@@ -11409,6 +12046,19 @@ export declare class GetFileResponseBodyDataNodeConfigurationInputList extends $
|
|
|
11409
12046
|
[key: string]: any;
|
|
11410
12047
|
});
|
|
11411
12048
|
}
|
|
12049
|
+
export declare class GetFileResponseBodyDataNodeConfigurationInputParameters extends $tea.Model {
|
|
12050
|
+
parameterName?: string;
|
|
12051
|
+
valueSource?: string;
|
|
12052
|
+
static names(): {
|
|
12053
|
+
[key: string]: string;
|
|
12054
|
+
};
|
|
12055
|
+
static types(): {
|
|
12056
|
+
[key: string]: any;
|
|
12057
|
+
};
|
|
12058
|
+
constructor(map?: {
|
|
12059
|
+
[key: string]: any;
|
|
12060
|
+
});
|
|
12061
|
+
}
|
|
11412
12062
|
export declare class GetFileResponseBodyDataNodeConfigurationOutputList extends $tea.Model {
|
|
11413
12063
|
output?: string;
|
|
11414
12064
|
refTableName?: string;
|
|
@@ -11422,6 +12072,21 @@ export declare class GetFileResponseBodyDataNodeConfigurationOutputList extends
|
|
|
11422
12072
|
[key: string]: any;
|
|
11423
12073
|
});
|
|
11424
12074
|
}
|
|
12075
|
+
export declare class GetFileResponseBodyDataNodeConfigurationOutputParameters extends $tea.Model {
|
|
12076
|
+
description?: string;
|
|
12077
|
+
parameterName?: string;
|
|
12078
|
+
type?: string;
|
|
12079
|
+
value?: string;
|
|
12080
|
+
static names(): {
|
|
12081
|
+
[key: string]: string;
|
|
12082
|
+
};
|
|
12083
|
+
static types(): {
|
|
12084
|
+
[key: string]: any;
|
|
12085
|
+
};
|
|
12086
|
+
constructor(map?: {
|
|
12087
|
+
[key: string]: any;
|
|
12088
|
+
});
|
|
12089
|
+
}
|
|
11425
12090
|
export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
|
|
11426
12091
|
autoRerunIntervalMillis?: number;
|
|
11427
12092
|
autoRerunTimes?: number;
|
|
@@ -11431,7 +12096,9 @@ export declare class GetFileResponseBodyDataNodeConfiguration extends $tea.Model
|
|
|
11431
12096
|
dependentType?: string;
|
|
11432
12097
|
endEffectDate?: number;
|
|
11433
12098
|
inputList?: GetFileResponseBodyDataNodeConfigurationInputList[];
|
|
12099
|
+
inputParameters?: GetFileResponseBodyDataNodeConfigurationInputParameters[];
|
|
11434
12100
|
outputList?: GetFileResponseBodyDataNodeConfigurationOutputList[];
|
|
12101
|
+
outputParameters?: GetFileResponseBodyDataNodeConfigurationOutputParameters[];
|
|
11435
12102
|
paraValue?: string;
|
|
11436
12103
|
rerunMode?: string;
|
|
11437
12104
|
resourceGroupId?: number;
|
|
@@ -13264,6 +13931,52 @@ export declare class ListConnectionsResponseBodyData extends $tea.Model {
|
|
|
13264
13931
|
[key: string]: any;
|
|
13265
13932
|
});
|
|
13266
13933
|
}
|
|
13934
|
+
export declare class ListCurrentTasksForResourceGroupResponseBodyDataTasks extends $tea.Model {
|
|
13935
|
+
concurrency?: string;
|
|
13936
|
+
projectName?: string;
|
|
13937
|
+
status?: number;
|
|
13938
|
+
taskId?: string;
|
|
13939
|
+
taskName?: string;
|
|
13940
|
+
taskSource?: string;
|
|
13941
|
+
taskType?: number;
|
|
13942
|
+
static names(): {
|
|
13943
|
+
[key: string]: string;
|
|
13944
|
+
};
|
|
13945
|
+
static types(): {
|
|
13946
|
+
[key: string]: any;
|
|
13947
|
+
};
|
|
13948
|
+
constructor(map?: {
|
|
13949
|
+
[key: string]: any;
|
|
13950
|
+
});
|
|
13951
|
+
}
|
|
13952
|
+
export declare class ListCurrentTasksForResourceGroupResponseBodyData extends $tea.Model {
|
|
13953
|
+
pageNum?: number;
|
|
13954
|
+
pageSize?: number;
|
|
13955
|
+
tasks?: ListCurrentTasksForResourceGroupResponseBodyDataTasks[];
|
|
13956
|
+
totalNum?: number;
|
|
13957
|
+
static names(): {
|
|
13958
|
+
[key: string]: string;
|
|
13959
|
+
};
|
|
13960
|
+
static types(): {
|
|
13961
|
+
[key: string]: any;
|
|
13962
|
+
};
|
|
13963
|
+
constructor(map?: {
|
|
13964
|
+
[key: string]: any;
|
|
13965
|
+
});
|
|
13966
|
+
}
|
|
13967
|
+
export declare class ListCurrentUsageForResourceGroupResponseBodyData extends $tea.Model {
|
|
13968
|
+
recodeTime?: number;
|
|
13969
|
+
usage?: number;
|
|
13970
|
+
static names(): {
|
|
13971
|
+
[key: string]: string;
|
|
13972
|
+
};
|
|
13973
|
+
static types(): {
|
|
13974
|
+
[key: string]: any;
|
|
13975
|
+
};
|
|
13976
|
+
constructor(map?: {
|
|
13977
|
+
[key: string]: any;
|
|
13978
|
+
});
|
|
13979
|
+
}
|
|
13267
13980
|
export declare class ListDIProjectConfigResponseBodyData extends $tea.Model {
|
|
13268
13981
|
config?: string;
|
|
13269
13982
|
static names(): {
|
|
@@ -14067,6 +14780,51 @@ export declare class ListDeploymentsResponseBodyData extends $tea.Model {
|
|
|
14067
14780
|
[key: string]: any;
|
|
14068
14781
|
});
|
|
14069
14782
|
}
|
|
14783
|
+
export declare class ListExtensionsResponseBodyPagingInfoExtensionsBindEventList extends $tea.Model {
|
|
14784
|
+
eventCode?: string;
|
|
14785
|
+
eventName?: string;
|
|
14786
|
+
static names(): {
|
|
14787
|
+
[key: string]: string;
|
|
14788
|
+
};
|
|
14789
|
+
static types(): {
|
|
14790
|
+
[key: string]: any;
|
|
14791
|
+
};
|
|
14792
|
+
constructor(map?: {
|
|
14793
|
+
[key: string]: any;
|
|
14794
|
+
});
|
|
14795
|
+
}
|
|
14796
|
+
export declare class ListExtensionsResponseBodyPagingInfoExtensions extends $tea.Model {
|
|
14797
|
+
bindEventList?: ListExtensionsResponseBodyPagingInfoExtensionsBindEventList[];
|
|
14798
|
+
extensionCode?: string;
|
|
14799
|
+
extensionDesc?: string;
|
|
14800
|
+
extensionName?: string;
|
|
14801
|
+
owner?: string;
|
|
14802
|
+
status?: number;
|
|
14803
|
+
static names(): {
|
|
14804
|
+
[key: string]: string;
|
|
14805
|
+
};
|
|
14806
|
+
static types(): {
|
|
14807
|
+
[key: string]: any;
|
|
14808
|
+
};
|
|
14809
|
+
constructor(map?: {
|
|
14810
|
+
[key: string]: any;
|
|
14811
|
+
});
|
|
14812
|
+
}
|
|
14813
|
+
export declare class ListExtensionsResponseBodyPagingInfo extends $tea.Model {
|
|
14814
|
+
extensions?: ListExtensionsResponseBodyPagingInfoExtensions[];
|
|
14815
|
+
pageNumber?: number;
|
|
14816
|
+
pageSize?: number;
|
|
14817
|
+
totalCount?: number;
|
|
14818
|
+
static names(): {
|
|
14819
|
+
[key: string]: string;
|
|
14820
|
+
};
|
|
14821
|
+
static types(): {
|
|
14822
|
+
[key: string]: any;
|
|
14823
|
+
};
|
|
14824
|
+
constructor(map?: {
|
|
14825
|
+
[key: string]: any;
|
|
14826
|
+
});
|
|
14827
|
+
}
|
|
14070
14828
|
export declare class ListFileTypeResponseBodyNodeTypeInfoListNodeTypeInfo extends $tea.Model {
|
|
14071
14829
|
nodeType?: number;
|
|
14072
14830
|
nodeTypeName?: string;
|
|
@@ -14209,6 +14967,38 @@ export declare class ListFoldersResponseBodyData extends $tea.Model {
|
|
|
14209
14967
|
[key: string]: any;
|
|
14210
14968
|
});
|
|
14211
14969
|
}
|
|
14970
|
+
export declare class ListHistoryTasksForResourceGroupResponseBodyDataTasks extends $tea.Model {
|
|
14971
|
+
concurrency?: number;
|
|
14972
|
+
projectName?: string;
|
|
14973
|
+
status?: number;
|
|
14974
|
+
taskId?: string;
|
|
14975
|
+
taskName?: string;
|
|
14976
|
+
taskType?: number;
|
|
14977
|
+
static names(): {
|
|
14978
|
+
[key: string]: string;
|
|
14979
|
+
};
|
|
14980
|
+
static types(): {
|
|
14981
|
+
[key: string]: any;
|
|
14982
|
+
};
|
|
14983
|
+
constructor(map?: {
|
|
14984
|
+
[key: string]: any;
|
|
14985
|
+
});
|
|
14986
|
+
}
|
|
14987
|
+
export declare class ListHistoryTasksForResourceGroupResponseBodyData extends $tea.Model {
|
|
14988
|
+
pageNum?: number;
|
|
14989
|
+
pageSize?: number;
|
|
14990
|
+
tasks?: ListHistoryTasksForResourceGroupResponseBodyDataTasks[];
|
|
14991
|
+
totalNum?: number;
|
|
14992
|
+
static names(): {
|
|
14993
|
+
[key: string]: string;
|
|
14994
|
+
};
|
|
14995
|
+
static types(): {
|
|
14996
|
+
[key: string]: any;
|
|
14997
|
+
};
|
|
14998
|
+
constructor(map?: {
|
|
14999
|
+
[key: string]: any;
|
|
15000
|
+
});
|
|
15001
|
+
}
|
|
14212
15002
|
export declare class ListInstanceAmountResponseBodyInstanceCounts extends $tea.Model {
|
|
14213
15003
|
count?: number;
|
|
14214
15004
|
date?: number;
|
|
@@ -14335,6 +15125,48 @@ export declare class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
|
|
|
14335
15125
|
[key: string]: any;
|
|
14336
15126
|
});
|
|
14337
15127
|
}
|
|
15128
|
+
export declare class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
|
|
15129
|
+
createTime?: number;
|
|
15130
|
+
createUser?: string;
|
|
15131
|
+
createUserName?: string;
|
|
15132
|
+
description?: string;
|
|
15133
|
+
downloadUrl?: string;
|
|
15134
|
+
id?: number;
|
|
15135
|
+
message?: string;
|
|
15136
|
+
migrationType?: string;
|
|
15137
|
+
name?: string;
|
|
15138
|
+
packageType?: string;
|
|
15139
|
+
projectId?: number;
|
|
15140
|
+
status?: string;
|
|
15141
|
+
tenantId?: number;
|
|
15142
|
+
updateTime?: number;
|
|
15143
|
+
updateUser?: string;
|
|
15144
|
+
updateUserName?: string;
|
|
15145
|
+
static names(): {
|
|
15146
|
+
[key: string]: string;
|
|
15147
|
+
};
|
|
15148
|
+
static types(): {
|
|
15149
|
+
[key: string]: any;
|
|
15150
|
+
};
|
|
15151
|
+
constructor(map?: {
|
|
15152
|
+
[key: string]: any;
|
|
15153
|
+
});
|
|
15154
|
+
}
|
|
15155
|
+
export declare class ListMigrationsResponseBodyData extends $tea.Model {
|
|
15156
|
+
migrations?: ListMigrationsResponseBodyDataMigrations[];
|
|
15157
|
+
pageNumber?: number;
|
|
15158
|
+
pageSize?: number;
|
|
15159
|
+
totalCount?: number;
|
|
15160
|
+
static names(): {
|
|
15161
|
+
[key: string]: string;
|
|
15162
|
+
};
|
|
15163
|
+
static types(): {
|
|
15164
|
+
[key: string]: any;
|
|
15165
|
+
};
|
|
15166
|
+
constructor(map?: {
|
|
15167
|
+
[key: string]: any;
|
|
15168
|
+
});
|
|
15169
|
+
}
|
|
14338
15170
|
export declare class ListNodeIOResponseBodyData extends $tea.Model {
|
|
14339
15171
|
data?: string;
|
|
14340
15172
|
nodeId?: number;
|
|
@@ -15139,6 +15971,19 @@ export declare class ListTopicsResponseBodyData extends $tea.Model {
|
|
|
15139
15971
|
[key: string]: any;
|
|
15140
15972
|
});
|
|
15141
15973
|
}
|
|
15974
|
+
export declare class ListUsageForResourceGroupResponseBodyData extends $tea.Model {
|
|
15975
|
+
recodeTime?: number;
|
|
15976
|
+
usage?: number;
|
|
15977
|
+
static names(): {
|
|
15978
|
+
[key: string]: string;
|
|
15979
|
+
};
|
|
15980
|
+
static types(): {
|
|
15981
|
+
[key: string]: any;
|
|
15982
|
+
};
|
|
15983
|
+
constructor(map?: {
|
|
15984
|
+
[key: string]: any;
|
|
15985
|
+
});
|
|
15986
|
+
}
|
|
15142
15987
|
export declare class QueryDISyncTaskConfigProcessResultResponseBodyData extends $tea.Model {
|
|
15143
15988
|
message?: string;
|
|
15144
15989
|
status?: string;
|
|
@@ -15574,6 +16419,8 @@ export default class Client extends OpenApi {
|
|
|
15574
16419
|
getDataSourceMeta(request: GetDataSourceMetaRequest): Promise<GetDataSourceMetaResponse>;
|
|
15575
16420
|
getDeploymentWithOptions(request: GetDeploymentRequest, runtime: $Util.RuntimeOptions): Promise<GetDeploymentResponse>;
|
|
15576
16421
|
getDeployment(request: GetDeploymentRequest): Promise<GetDeploymentResponse>;
|
|
16422
|
+
getExtensionWithOptions(request: GetExtensionRequest, runtime: $Util.RuntimeOptions): Promise<GetExtensionResponse>;
|
|
16423
|
+
getExtension(request: GetExtensionRequest): Promise<GetExtensionResponse>;
|
|
15577
16424
|
getFileWithOptions(request: GetFileRequest, runtime: $Util.RuntimeOptions): Promise<GetFileResponse>;
|
|
15578
16425
|
getFile(request: GetFileRequest): Promise<GetFileResponse>;
|
|
15579
16426
|
getFileTypeStatisticWithOptions(request: GetFileTypeStatisticRequest, runtime: $Util.RuntimeOptions): Promise<GetFileTypeStatisticResponse>;
|
|
@@ -15648,6 +16495,8 @@ export default class Client extends OpenApi {
|
|
|
15648
16495
|
getOpRiskData(request: GetOpRiskDataRequest): Promise<GetOpRiskDataResponse>;
|
|
15649
16496
|
getOpSensitiveDataWithOptions(request: GetOpSensitiveDataRequest, runtime: $Util.RuntimeOptions): Promise<GetOpSensitiveDataResponse>;
|
|
15650
16497
|
getOpSensitiveData(request: GetOpSensitiveDataRequest): Promise<GetOpSensitiveDataResponse>;
|
|
16498
|
+
getOptionValueForProjectWithOptions(request: GetOptionValueForProjectRequest, runtime: $Util.RuntimeOptions): Promise<GetOptionValueForProjectResponse>;
|
|
16499
|
+
getOptionValueForProject(request: GetOptionValueForProjectRequest): Promise<GetOptionValueForProjectResponse>;
|
|
15651
16500
|
getPermissionApplyOrderDetailWithOptions(request: GetPermissionApplyOrderDetailRequest, runtime: $Util.RuntimeOptions): Promise<GetPermissionApplyOrderDetailResponse>;
|
|
15652
16501
|
getPermissionApplyOrderDetail(request: GetPermissionApplyOrderDetailRequest): Promise<GetPermissionApplyOrderDetailResponse>;
|
|
15653
16502
|
getProjectWithOptions(request: GetProjectRequest, runtime: $Util.RuntimeOptions): Promise<GetProjectResponse>;
|
|
@@ -15684,6 +16533,10 @@ export default class Client extends OpenApi {
|
|
|
15684
16533
|
listCalcEngines(request: ListCalcEnginesRequest): Promise<ListCalcEnginesResponse>;
|
|
15685
16534
|
listConnectionsWithOptions(request: ListConnectionsRequest, runtime: $Util.RuntimeOptions): Promise<ListConnectionsResponse>;
|
|
15686
16535
|
listConnections(request: ListConnectionsRequest): Promise<ListConnectionsResponse>;
|
|
16536
|
+
listCurrentTasksForResourceGroupWithOptions(request: ListCurrentTasksForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListCurrentTasksForResourceGroupResponse>;
|
|
16537
|
+
listCurrentTasksForResourceGroup(request: ListCurrentTasksForResourceGroupRequest): Promise<ListCurrentTasksForResourceGroupResponse>;
|
|
16538
|
+
listCurrentUsageForResourceGroupWithOptions(request: ListCurrentUsageForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListCurrentUsageForResourceGroupResponse>;
|
|
16539
|
+
listCurrentUsageForResourceGroup(request: ListCurrentUsageForResourceGroupRequest): Promise<ListCurrentUsageForResourceGroupResponse>;
|
|
15687
16540
|
listDIProjectConfigWithOptions(request: ListDIProjectConfigRequest, runtime: $Util.RuntimeOptions): Promise<ListDIProjectConfigResponse>;
|
|
15688
16541
|
listDIProjectConfig(request: ListDIProjectConfigRequest): Promise<ListDIProjectConfigResponse>;
|
|
15689
16542
|
listDagsWithOptions(request: ListDagsRequest, runtime: $Util.RuntimeOptions): Promise<ListDagsResponse>;
|
|
@@ -15706,6 +16559,8 @@ export default class Client extends OpenApi {
|
|
|
15706
16559
|
listDataSources(request: ListDataSourcesRequest): Promise<ListDataSourcesResponse>;
|
|
15707
16560
|
listDeploymentsWithOptions(request: ListDeploymentsRequest, runtime: $Util.RuntimeOptions): Promise<ListDeploymentsResponse>;
|
|
15708
16561
|
listDeployments(request: ListDeploymentsRequest): Promise<ListDeploymentsResponse>;
|
|
16562
|
+
listExtensionsWithOptions(request: ListExtensionsRequest, runtime: $Util.RuntimeOptions): Promise<ListExtensionsResponse>;
|
|
16563
|
+
listExtensions(request: ListExtensionsRequest): Promise<ListExtensionsResponse>;
|
|
15709
16564
|
listFileTypeWithOptions(request: ListFileTypeRequest, runtime: $Util.RuntimeOptions): Promise<ListFileTypeResponse>;
|
|
15710
16565
|
listFileType(request: ListFileTypeRequest): Promise<ListFileTypeResponse>;
|
|
15711
16566
|
listFileVersionsWithOptions(request: ListFileVersionsRequest, runtime: $Util.RuntimeOptions): Promise<ListFileVersionsResponse>;
|
|
@@ -15714,6 +16569,8 @@ export default class Client extends OpenApi {
|
|
|
15714
16569
|
listFiles(request: ListFilesRequest): Promise<ListFilesResponse>;
|
|
15715
16570
|
listFoldersWithOptions(request: ListFoldersRequest, runtime: $Util.RuntimeOptions): Promise<ListFoldersResponse>;
|
|
15716
16571
|
listFolders(request: ListFoldersRequest): Promise<ListFoldersResponse>;
|
|
16572
|
+
listHistoryTasksForResourceGroupWithOptions(request: ListHistoryTasksForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListHistoryTasksForResourceGroupResponse>;
|
|
16573
|
+
listHistoryTasksForResourceGroup(request: ListHistoryTasksForResourceGroupRequest): Promise<ListHistoryTasksForResourceGroupResponse>;
|
|
15717
16574
|
listInstanceAmountWithOptions(request: ListInstanceAmountRequest, runtime: $Util.RuntimeOptions): Promise<ListInstanceAmountResponse>;
|
|
15718
16575
|
listInstanceAmount(request: ListInstanceAmountRequest): Promise<ListInstanceAmountResponse>;
|
|
15719
16576
|
listInstancesWithOptions(request: ListInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ListInstancesResponse>;
|
|
@@ -15722,6 +16579,8 @@ export default class Client extends OpenApi {
|
|
|
15722
16579
|
listManualDagInstances(request: ListManualDagInstancesRequest): Promise<ListManualDagInstancesResponse>;
|
|
15723
16580
|
listMetaDBWithOptions(request: ListMetaDBRequest, runtime: $Util.RuntimeOptions): Promise<ListMetaDBResponse>;
|
|
15724
16581
|
listMetaDB(request: ListMetaDBRequest): Promise<ListMetaDBResponse>;
|
|
16582
|
+
listMigrationsWithOptions(request: ListMigrationsRequest, runtime: $Util.RuntimeOptions): Promise<ListMigrationsResponse>;
|
|
16583
|
+
listMigrations(request: ListMigrationsRequest): Promise<ListMigrationsResponse>;
|
|
15725
16584
|
listNodeIOWithOptions(request: ListNodeIORequest, runtime: $Util.RuntimeOptions): Promise<ListNodeIOResponse>;
|
|
15726
16585
|
listNodeIO(request: ListNodeIORequest): Promise<ListNodeIOResponse>;
|
|
15727
16586
|
listNodeInputOrOutputWithOptions(request: ListNodeInputOrOutputRequest, runtime: $Util.RuntimeOptions): Promise<ListNodeInputOrOutputResponse>;
|
|
@@ -15764,6 +16623,8 @@ export default class Client extends OpenApi {
|
|
|
15764
16623
|
listTableTheme(request: ListTableThemeRequest): Promise<ListTableThemeResponse>;
|
|
15765
16624
|
listTopicsWithOptions(request: ListTopicsRequest, runtime: $Util.RuntimeOptions): Promise<ListTopicsResponse>;
|
|
15766
16625
|
listTopics(request: ListTopicsRequest): Promise<ListTopicsResponse>;
|
|
16626
|
+
listUsageForResourceGroupWithOptions(request: ListUsageForResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ListUsageForResourceGroupResponse>;
|
|
16627
|
+
listUsageForResourceGroup(request: ListUsageForResourceGroupRequest): Promise<ListUsageForResourceGroupResponse>;
|
|
15767
16628
|
publishDataServiceApiWithOptions(request: PublishDataServiceApiRequest, runtime: $Util.RuntimeOptions): Promise<PublishDataServiceApiResponse>;
|
|
15768
16629
|
publishDataServiceApi(request: PublishDataServiceApiRequest): Promise<PublishDataServiceApiResponse>;
|
|
15769
16630
|
queryDISyncTaskConfigProcessResultWithOptions(request: QueryDISyncTaskConfigProcessResultRequest, runtime: $Util.RuntimeOptions): Promise<QueryDISyncTaskConfigProcessResultResponse>;
|