@alicloud/dataworks-public20200518 4.3.7 → 4.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +319 -0
- package/dist/client.js +628 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +905 -0
package/dist/client.js
CHANGED
|
@@ -77,12 +77,14 @@ class AbolishDataServiceApiResponse extends $tea.Model {
|
|
|
77
77
|
static names() {
|
|
78
78
|
return {
|
|
79
79
|
headers: 'headers',
|
|
80
|
+
statusCode: 'statusCode',
|
|
80
81
|
body: 'body',
|
|
81
82
|
};
|
|
82
83
|
}
|
|
83
84
|
static types() {
|
|
84
85
|
return {
|
|
85
86
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
87
|
+
statusCode: 'number',
|
|
86
88
|
body: AbolishDataServiceApiResponseBody,
|
|
87
89
|
};
|
|
88
90
|
}
|
|
@@ -133,12 +135,14 @@ class AddProjectMemberToRoleResponse extends $tea.Model {
|
|
|
133
135
|
static names() {
|
|
134
136
|
return {
|
|
135
137
|
headers: 'headers',
|
|
138
|
+
statusCode: 'statusCode',
|
|
136
139
|
body: 'body',
|
|
137
140
|
};
|
|
138
141
|
}
|
|
139
142
|
static types() {
|
|
140
143
|
return {
|
|
141
144
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
145
|
+
statusCode: 'number',
|
|
142
146
|
body: AddProjectMemberToRoleResponseBody,
|
|
143
147
|
};
|
|
144
148
|
}
|
|
@@ -195,12 +199,14 @@ class AddToMetaCategoryResponse extends $tea.Model {
|
|
|
195
199
|
static names() {
|
|
196
200
|
return {
|
|
197
201
|
headers: 'headers',
|
|
202
|
+
statusCode: 'statusCode',
|
|
198
203
|
body: 'body',
|
|
199
204
|
};
|
|
200
205
|
}
|
|
201
206
|
static types() {
|
|
202
207
|
return {
|
|
203
208
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
209
|
+
statusCode: 'number',
|
|
204
210
|
body: AddToMetaCategoryResponseBody,
|
|
205
211
|
};
|
|
206
212
|
}
|
|
@@ -251,12 +257,14 @@ class ApprovePermissionApplyOrderResponse extends $tea.Model {
|
|
|
251
257
|
static names() {
|
|
252
258
|
return {
|
|
253
259
|
headers: 'headers',
|
|
260
|
+
statusCode: 'statusCode',
|
|
254
261
|
body: 'body',
|
|
255
262
|
};
|
|
256
263
|
}
|
|
257
264
|
static types() {
|
|
258
265
|
return {
|
|
259
266
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
267
|
+
statusCode: 'number',
|
|
260
268
|
body: ApprovePermissionApplyOrderResponseBody,
|
|
261
269
|
};
|
|
262
270
|
}
|
|
@@ -305,12 +313,14 @@ class CheckFileDeploymentResponse extends $tea.Model {
|
|
|
305
313
|
static names() {
|
|
306
314
|
return {
|
|
307
315
|
headers: 'headers',
|
|
316
|
+
statusCode: 'statusCode',
|
|
308
317
|
body: 'body',
|
|
309
318
|
};
|
|
310
319
|
}
|
|
311
320
|
static types() {
|
|
312
321
|
return {
|
|
313
322
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
323
|
+
statusCode: 'number',
|
|
314
324
|
body: CheckFileDeploymentResponseBody,
|
|
315
325
|
};
|
|
316
326
|
}
|
|
@@ -375,12 +385,14 @@ class CheckMetaPartitionResponse extends $tea.Model {
|
|
|
375
385
|
static names() {
|
|
376
386
|
return {
|
|
377
387
|
headers: 'headers',
|
|
388
|
+
statusCode: 'statusCode',
|
|
378
389
|
body: 'body',
|
|
379
390
|
};
|
|
380
391
|
}
|
|
381
392
|
static types() {
|
|
382
393
|
return {
|
|
383
394
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
395
|
+
statusCode: 'number',
|
|
384
396
|
body: CheckMetaPartitionResponseBody,
|
|
385
397
|
};
|
|
386
398
|
}
|
|
@@ -435,12 +447,14 @@ class CheckMetaTableResponse extends $tea.Model {
|
|
|
435
447
|
static names() {
|
|
436
448
|
return {
|
|
437
449
|
headers: 'headers',
|
|
450
|
+
statusCode: 'statusCode',
|
|
438
451
|
body: 'body',
|
|
439
452
|
};
|
|
440
453
|
}
|
|
441
454
|
static types() {
|
|
442
455
|
return {
|
|
443
456
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
457
|
+
statusCode: 'number',
|
|
444
458
|
body: CheckMetaTableResponseBody,
|
|
445
459
|
};
|
|
446
460
|
}
|
|
@@ -505,12 +519,14 @@ class CreateBusinessResponse extends $tea.Model {
|
|
|
505
519
|
static names() {
|
|
506
520
|
return {
|
|
507
521
|
headers: 'headers',
|
|
522
|
+
statusCode: 'statusCode',
|
|
508
523
|
body: 'body',
|
|
509
524
|
};
|
|
510
525
|
}
|
|
511
526
|
static types() {
|
|
512
527
|
return {
|
|
513
528
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
529
|
+
statusCode: 'number',
|
|
514
530
|
body: CreateBusinessResponseBody,
|
|
515
531
|
};
|
|
516
532
|
}
|
|
@@ -573,12 +589,14 @@ class CreateConnectionResponse extends $tea.Model {
|
|
|
573
589
|
static names() {
|
|
574
590
|
return {
|
|
575
591
|
headers: 'headers',
|
|
592
|
+
statusCode: 'statusCode',
|
|
576
593
|
body: 'body',
|
|
577
594
|
};
|
|
578
595
|
}
|
|
579
596
|
static types() {
|
|
580
597
|
return {
|
|
581
598
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
599
|
+
statusCode: 'number',
|
|
582
600
|
body: CreateConnectionResponseBody,
|
|
583
601
|
};
|
|
584
602
|
}
|
|
@@ -637,12 +655,14 @@ class CreateDISyncTaskResponse extends $tea.Model {
|
|
|
637
655
|
static names() {
|
|
638
656
|
return {
|
|
639
657
|
headers: 'headers',
|
|
658
|
+
statusCode: 'statusCode',
|
|
640
659
|
body: 'body',
|
|
641
660
|
};
|
|
642
661
|
}
|
|
643
662
|
static types() {
|
|
644
663
|
return {
|
|
645
664
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
665
|
+
statusCode: 'number',
|
|
646
666
|
body: CreateDISyncTaskResponseBody,
|
|
647
667
|
};
|
|
648
668
|
}
|
|
@@ -717,12 +737,14 @@ class CreateDagComplementResponse extends $tea.Model {
|
|
|
717
737
|
static names() {
|
|
718
738
|
return {
|
|
719
739
|
headers: 'headers',
|
|
740
|
+
statusCode: 'statusCode',
|
|
720
741
|
body: 'body',
|
|
721
742
|
};
|
|
722
743
|
}
|
|
723
744
|
static types() {
|
|
724
745
|
return {
|
|
725
746
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
747
|
+
statusCode: 'number',
|
|
726
748
|
body: CreateDagComplementResponseBody,
|
|
727
749
|
};
|
|
728
750
|
}
|
|
@@ -785,12 +807,14 @@ class CreateDagTestResponse extends $tea.Model {
|
|
|
785
807
|
static names() {
|
|
786
808
|
return {
|
|
787
809
|
headers: 'headers',
|
|
810
|
+
statusCode: 'statusCode',
|
|
788
811
|
body: 'body',
|
|
789
812
|
};
|
|
790
813
|
}
|
|
791
814
|
static types() {
|
|
792
815
|
return {
|
|
793
816
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
817
|
+
statusCode: 'number',
|
|
794
818
|
body: CreateDagTestResponseBody,
|
|
795
819
|
};
|
|
796
820
|
}
|
|
@@ -875,12 +899,14 @@ class CreateDataServiceApiResponse extends $tea.Model {
|
|
|
875
899
|
static names() {
|
|
876
900
|
return {
|
|
877
901
|
headers: 'headers',
|
|
902
|
+
statusCode: 'statusCode',
|
|
878
903
|
body: 'body',
|
|
879
904
|
};
|
|
880
905
|
}
|
|
881
906
|
static types() {
|
|
882
907
|
return {
|
|
883
908
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
909
|
+
statusCode: 'number',
|
|
884
910
|
body: CreateDataServiceApiResponseBody,
|
|
885
911
|
};
|
|
886
912
|
}
|
|
@@ -935,12 +961,14 @@ class CreateDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
935
961
|
static names() {
|
|
936
962
|
return {
|
|
937
963
|
headers: 'headers',
|
|
964
|
+
statusCode: 'statusCode',
|
|
938
965
|
body: 'body',
|
|
939
966
|
};
|
|
940
967
|
}
|
|
941
968
|
static types() {
|
|
942
969
|
return {
|
|
943
970
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
971
|
+
statusCode: 'number',
|
|
944
972
|
body: CreateDataServiceApiAuthorityResponseBody,
|
|
945
973
|
};
|
|
946
974
|
}
|
|
@@ -995,12 +1023,14 @@ class CreateDataServiceFolderResponse extends $tea.Model {
|
|
|
995
1023
|
static names() {
|
|
996
1024
|
return {
|
|
997
1025
|
headers: 'headers',
|
|
1026
|
+
statusCode: 'statusCode',
|
|
998
1027
|
body: 'body',
|
|
999
1028
|
};
|
|
1000
1029
|
}
|
|
1001
1030
|
static types() {
|
|
1002
1031
|
return {
|
|
1003
1032
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1033
|
+
statusCode: 'number',
|
|
1004
1034
|
body: CreateDataServiceFolderResponseBody,
|
|
1005
1035
|
};
|
|
1006
1036
|
}
|
|
@@ -1055,12 +1085,14 @@ class CreateDataServiceGroupResponse extends $tea.Model {
|
|
|
1055
1085
|
static names() {
|
|
1056
1086
|
return {
|
|
1057
1087
|
headers: 'headers',
|
|
1088
|
+
statusCode: 'statusCode',
|
|
1058
1089
|
body: 'body',
|
|
1059
1090
|
};
|
|
1060
1091
|
}
|
|
1061
1092
|
static types() {
|
|
1062
1093
|
return {
|
|
1063
1094
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1095
|
+
statusCode: 'number',
|
|
1064
1096
|
body: CreateDataServiceGroupResponseBody,
|
|
1065
1097
|
};
|
|
1066
1098
|
}
|
|
@@ -1123,12 +1155,14 @@ class CreateDataSourceResponse extends $tea.Model {
|
|
|
1123
1155
|
static names() {
|
|
1124
1156
|
return {
|
|
1125
1157
|
headers: 'headers',
|
|
1158
|
+
statusCode: 'statusCode',
|
|
1126
1159
|
body: 'body',
|
|
1127
1160
|
};
|
|
1128
1161
|
}
|
|
1129
1162
|
static types() {
|
|
1130
1163
|
return {
|
|
1131
1164
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1165
|
+
statusCode: 'number',
|
|
1132
1166
|
body: CreateDataSourceResponseBody,
|
|
1133
1167
|
};
|
|
1134
1168
|
}
|
|
@@ -1187,12 +1221,14 @@ class CreateExportMigrationResponse extends $tea.Model {
|
|
|
1187
1221
|
static names() {
|
|
1188
1222
|
return {
|
|
1189
1223
|
headers: 'headers',
|
|
1224
|
+
statusCode: 'statusCode',
|
|
1190
1225
|
body: 'body',
|
|
1191
1226
|
};
|
|
1192
1227
|
}
|
|
1193
1228
|
static types() {
|
|
1194
1229
|
return {
|
|
1195
1230
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1231
|
+
statusCode: 'number',
|
|
1196
1232
|
body: CreateExportMigrationResponseBody,
|
|
1197
1233
|
};
|
|
1198
1234
|
}
|
|
@@ -1303,12 +1339,14 @@ class CreateFileResponse extends $tea.Model {
|
|
|
1303
1339
|
static names() {
|
|
1304
1340
|
return {
|
|
1305
1341
|
headers: 'headers',
|
|
1342
|
+
statusCode: 'statusCode',
|
|
1306
1343
|
body: 'body',
|
|
1307
1344
|
};
|
|
1308
1345
|
}
|
|
1309
1346
|
static types() {
|
|
1310
1347
|
return {
|
|
1311
1348
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1349
|
+
statusCode: 'number',
|
|
1312
1350
|
body: CreateFileResponseBody,
|
|
1313
1351
|
};
|
|
1314
1352
|
}
|
|
@@ -1367,12 +1405,14 @@ class CreateFolderResponse extends $tea.Model {
|
|
|
1367
1405
|
static names() {
|
|
1368
1406
|
return {
|
|
1369
1407
|
headers: 'headers',
|
|
1408
|
+
statusCode: 'statusCode',
|
|
1370
1409
|
body: 'body',
|
|
1371
1410
|
};
|
|
1372
1411
|
}
|
|
1373
1412
|
static types() {
|
|
1374
1413
|
return {
|
|
1375
1414
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1415
|
+
statusCode: 'number',
|
|
1376
1416
|
body: CreateFolderResponseBody,
|
|
1377
1417
|
};
|
|
1378
1418
|
}
|
|
@@ -1475,12 +1515,14 @@ class CreateImportMigrationResponse extends $tea.Model {
|
|
|
1475
1515
|
static names() {
|
|
1476
1516
|
return {
|
|
1477
1517
|
headers: 'headers',
|
|
1518
|
+
statusCode: 'statusCode',
|
|
1478
1519
|
body: 'body',
|
|
1479
1520
|
};
|
|
1480
1521
|
}
|
|
1481
1522
|
static types() {
|
|
1482
1523
|
return {
|
|
1483
1524
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1525
|
+
statusCode: 'number',
|
|
1484
1526
|
body: CreateImportMigrationResponseBody,
|
|
1485
1527
|
};
|
|
1486
1528
|
}
|
|
@@ -1541,12 +1583,14 @@ class CreateManualDagResponse extends $tea.Model {
|
|
|
1541
1583
|
static names() {
|
|
1542
1584
|
return {
|
|
1543
1585
|
headers: 'headers',
|
|
1586
|
+
statusCode: 'statusCode',
|
|
1544
1587
|
body: 'body',
|
|
1545
1588
|
};
|
|
1546
1589
|
}
|
|
1547
1590
|
static types() {
|
|
1548
1591
|
return {
|
|
1549
1592
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1593
|
+
statusCode: 'number',
|
|
1550
1594
|
body: CreateManualDagResponseBody,
|
|
1551
1595
|
};
|
|
1552
1596
|
}
|
|
@@ -1605,12 +1649,14 @@ class CreateMetaCategoryResponse extends $tea.Model {
|
|
|
1605
1649
|
static names() {
|
|
1606
1650
|
return {
|
|
1607
1651
|
headers: 'headers',
|
|
1652
|
+
statusCode: 'statusCode',
|
|
1608
1653
|
body: 'body',
|
|
1609
1654
|
};
|
|
1610
1655
|
}
|
|
1611
1656
|
static types() {
|
|
1612
1657
|
return {
|
|
1613
1658
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1659
|
+
statusCode: 'number',
|
|
1614
1660
|
body: CreateMetaCategoryResponseBody,
|
|
1615
1661
|
};
|
|
1616
1662
|
}
|
|
@@ -1671,12 +1717,14 @@ class CreatePermissionApplyOrderResponse extends $tea.Model {
|
|
|
1671
1717
|
static names() {
|
|
1672
1718
|
return {
|
|
1673
1719
|
headers: 'headers',
|
|
1720
|
+
statusCode: 'statusCode',
|
|
1674
1721
|
body: 'body',
|
|
1675
1722
|
};
|
|
1676
1723
|
}
|
|
1677
1724
|
static types() {
|
|
1678
1725
|
return {
|
|
1679
1726
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1727
|
+
statusCode: 'number',
|
|
1680
1728
|
body: CreatePermissionApplyOrderResponseBody,
|
|
1681
1729
|
};
|
|
1682
1730
|
}
|
|
@@ -1727,12 +1775,14 @@ class CreateProjectMemberResponse extends $tea.Model {
|
|
|
1727
1775
|
static names() {
|
|
1728
1776
|
return {
|
|
1729
1777
|
headers: 'headers',
|
|
1778
|
+
statusCode: 'statusCode',
|
|
1730
1779
|
body: 'body',
|
|
1731
1780
|
};
|
|
1732
1781
|
}
|
|
1733
1782
|
static types() {
|
|
1734
1783
|
return {
|
|
1735
1784
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1785
|
+
statusCode: 'number',
|
|
1736
1786
|
body: CreateProjectMemberResponseBody,
|
|
1737
1787
|
};
|
|
1738
1788
|
}
|
|
@@ -1795,12 +1845,14 @@ class CreateQualityEntityResponse extends $tea.Model {
|
|
|
1795
1845
|
static names() {
|
|
1796
1846
|
return {
|
|
1797
1847
|
headers: 'headers',
|
|
1848
|
+
statusCode: 'statusCode',
|
|
1798
1849
|
body: 'body',
|
|
1799
1850
|
};
|
|
1800
1851
|
}
|
|
1801
1852
|
static types() {
|
|
1802
1853
|
return {
|
|
1803
1854
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1855
|
+
statusCode: 'number',
|
|
1804
1856
|
body: CreateQualityEntityResponseBody,
|
|
1805
1857
|
};
|
|
1806
1858
|
}
|
|
@@ -1861,12 +1913,14 @@ class CreateQualityFollowerResponse extends $tea.Model {
|
|
|
1861
1913
|
static names() {
|
|
1862
1914
|
return {
|
|
1863
1915
|
headers: 'headers',
|
|
1916
|
+
statusCode: 'statusCode',
|
|
1864
1917
|
body: 'body',
|
|
1865
1918
|
};
|
|
1866
1919
|
}
|
|
1867
1920
|
static types() {
|
|
1868
1921
|
return {
|
|
1869
1922
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1923
|
+
statusCode: 'number',
|
|
1870
1924
|
body: CreateQualityFollowerResponseBody,
|
|
1871
1925
|
};
|
|
1872
1926
|
}
|
|
@@ -1935,12 +1989,14 @@ class CreateQualityRelativeNodeResponse extends $tea.Model {
|
|
|
1935
1989
|
static names() {
|
|
1936
1990
|
return {
|
|
1937
1991
|
headers: 'headers',
|
|
1992
|
+
statusCode: 'statusCode',
|
|
1938
1993
|
body: 'body',
|
|
1939
1994
|
};
|
|
1940
1995
|
}
|
|
1941
1996
|
static types() {
|
|
1942
1997
|
return {
|
|
1943
1998
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1999
|
+
statusCode: 'number',
|
|
1944
2000
|
body: CreateQualityRelativeNodeResponseBody,
|
|
1945
2001
|
};
|
|
1946
2002
|
}
|
|
@@ -2029,12 +2085,14 @@ class CreateQualityRuleResponse extends $tea.Model {
|
|
|
2029
2085
|
static names() {
|
|
2030
2086
|
return {
|
|
2031
2087
|
headers: 'headers',
|
|
2088
|
+
statusCode: 'statusCode',
|
|
2032
2089
|
body: 'body',
|
|
2033
2090
|
};
|
|
2034
2091
|
}
|
|
2035
2092
|
static types() {
|
|
2036
2093
|
return {
|
|
2037
2094
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2095
|
+
statusCode: 'number',
|
|
2038
2096
|
body: CreateQualityRuleResponseBody,
|
|
2039
2097
|
};
|
|
2040
2098
|
}
|
|
@@ -2117,12 +2175,14 @@ class CreateRemindResponse extends $tea.Model {
|
|
|
2117
2175
|
static names() {
|
|
2118
2176
|
return {
|
|
2119
2177
|
headers: 'headers',
|
|
2178
|
+
statusCode: 'statusCode',
|
|
2120
2179
|
body: 'body',
|
|
2121
2180
|
};
|
|
2122
2181
|
}
|
|
2123
2182
|
static types() {
|
|
2124
2183
|
return {
|
|
2125
2184
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2185
|
+
statusCode: 'number',
|
|
2126
2186
|
body: CreateRemindResponseBody,
|
|
2127
2187
|
};
|
|
2128
2188
|
}
|
|
@@ -2205,12 +2265,14 @@ class CreateTableResponse extends $tea.Model {
|
|
|
2205
2265
|
static names() {
|
|
2206
2266
|
return {
|
|
2207
2267
|
headers: 'headers',
|
|
2268
|
+
statusCode: 'statusCode',
|
|
2208
2269
|
body: 'body',
|
|
2209
2270
|
};
|
|
2210
2271
|
}
|
|
2211
2272
|
static types() {
|
|
2212
2273
|
return {
|
|
2213
2274
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2275
|
+
statusCode: 'number',
|
|
2214
2276
|
body: CreateTableResponseBody,
|
|
2215
2277
|
};
|
|
2216
2278
|
}
|
|
@@ -2271,12 +2333,14 @@ class CreateTableLevelResponse extends $tea.Model {
|
|
|
2271
2333
|
static names() {
|
|
2272
2334
|
return {
|
|
2273
2335
|
headers: 'headers',
|
|
2336
|
+
statusCode: 'statusCode',
|
|
2274
2337
|
body: 'body',
|
|
2275
2338
|
};
|
|
2276
2339
|
}
|
|
2277
2340
|
static types() {
|
|
2278
2341
|
return {
|
|
2279
2342
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2343
|
+
statusCode: 'number',
|
|
2280
2344
|
body: CreateTableLevelResponseBody,
|
|
2281
2345
|
};
|
|
2282
2346
|
}
|
|
@@ -2337,12 +2401,14 @@ class CreateTableThemeResponse extends $tea.Model {
|
|
|
2337
2401
|
static names() {
|
|
2338
2402
|
return {
|
|
2339
2403
|
headers: 'headers',
|
|
2404
|
+
statusCode: 'statusCode',
|
|
2340
2405
|
body: 'body',
|
|
2341
2406
|
};
|
|
2342
2407
|
}
|
|
2343
2408
|
static types() {
|
|
2344
2409
|
return {
|
|
2345
2410
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2411
|
+
statusCode: 'number',
|
|
2346
2412
|
body: CreateTableThemeResponseBody,
|
|
2347
2413
|
};
|
|
2348
2414
|
}
|
|
@@ -2419,12 +2485,14 @@ class CreateUdfFileResponse extends $tea.Model {
|
|
|
2419
2485
|
static names() {
|
|
2420
2486
|
return {
|
|
2421
2487
|
headers: 'headers',
|
|
2488
|
+
statusCode: 'statusCode',
|
|
2422
2489
|
body: 'body',
|
|
2423
2490
|
};
|
|
2424
2491
|
}
|
|
2425
2492
|
static types() {
|
|
2426
2493
|
return {
|
|
2427
2494
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2495
|
+
statusCode: 'number',
|
|
2428
2496
|
body: CreateUdfFileResponseBody,
|
|
2429
2497
|
};
|
|
2430
2498
|
}
|
|
@@ -2481,12 +2549,14 @@ class DeleteBusinessResponse extends $tea.Model {
|
|
|
2481
2549
|
static names() {
|
|
2482
2550
|
return {
|
|
2483
2551
|
headers: 'headers',
|
|
2552
|
+
statusCode: 'statusCode',
|
|
2484
2553
|
body: 'body',
|
|
2485
2554
|
};
|
|
2486
2555
|
}
|
|
2487
2556
|
static types() {
|
|
2488
2557
|
return {
|
|
2489
2558
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2559
|
+
statusCode: 'number',
|
|
2490
2560
|
body: DeleteBusinessResponseBody,
|
|
2491
2561
|
};
|
|
2492
2562
|
}
|
|
@@ -2537,12 +2607,14 @@ class DeleteConnectionResponse extends $tea.Model {
|
|
|
2537
2607
|
static names() {
|
|
2538
2608
|
return {
|
|
2539
2609
|
headers: 'headers',
|
|
2610
|
+
statusCode: 'statusCode',
|
|
2540
2611
|
body: 'body',
|
|
2541
2612
|
};
|
|
2542
2613
|
}
|
|
2543
2614
|
static types() {
|
|
2544
2615
|
return {
|
|
2545
2616
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2617
|
+
statusCode: 'number',
|
|
2546
2618
|
body: DeleteConnectionResponseBody,
|
|
2547
2619
|
};
|
|
2548
2620
|
}
|
|
@@ -2595,12 +2667,14 @@ class DeleteDISyncTaskResponse extends $tea.Model {
|
|
|
2595
2667
|
static names() {
|
|
2596
2668
|
return {
|
|
2597
2669
|
headers: 'headers',
|
|
2670
|
+
statusCode: 'statusCode',
|
|
2598
2671
|
body: 'body',
|
|
2599
2672
|
};
|
|
2600
2673
|
}
|
|
2601
2674
|
static types() {
|
|
2602
2675
|
return {
|
|
2603
2676
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2677
|
+
statusCode: 'number',
|
|
2604
2678
|
body: DeleteDISyncTaskResponseBody,
|
|
2605
2679
|
};
|
|
2606
2680
|
}
|
|
@@ -2659,12 +2733,14 @@ class DeleteDataServiceApiResponse extends $tea.Model {
|
|
|
2659
2733
|
static names() {
|
|
2660
2734
|
return {
|
|
2661
2735
|
headers: 'headers',
|
|
2736
|
+
statusCode: 'statusCode',
|
|
2662
2737
|
body: 'body',
|
|
2663
2738
|
};
|
|
2664
2739
|
}
|
|
2665
2740
|
static types() {
|
|
2666
2741
|
return {
|
|
2667
2742
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2743
|
+
statusCode: 'number',
|
|
2668
2744
|
body: DeleteDataServiceApiResponseBody,
|
|
2669
2745
|
};
|
|
2670
2746
|
}
|
|
@@ -2717,12 +2793,14 @@ class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
2717
2793
|
static names() {
|
|
2718
2794
|
return {
|
|
2719
2795
|
headers: 'headers',
|
|
2796
|
+
statusCode: 'statusCode',
|
|
2720
2797
|
body: 'body',
|
|
2721
2798
|
};
|
|
2722
2799
|
}
|
|
2723
2800
|
static types() {
|
|
2724
2801
|
return {
|
|
2725
2802
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2803
|
+
statusCode: 'number',
|
|
2726
2804
|
body: DeleteDataServiceApiAuthorityResponseBody,
|
|
2727
2805
|
};
|
|
2728
2806
|
}
|
|
@@ -2773,12 +2851,14 @@ class DeleteDataSourceResponse extends $tea.Model {
|
|
|
2773
2851
|
static names() {
|
|
2774
2852
|
return {
|
|
2775
2853
|
headers: 'headers',
|
|
2854
|
+
statusCode: 'statusCode',
|
|
2776
2855
|
body: 'body',
|
|
2777
2856
|
};
|
|
2778
2857
|
}
|
|
2779
2858
|
static types() {
|
|
2780
2859
|
return {
|
|
2781
2860
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2861
|
+
statusCode: 'number',
|
|
2782
2862
|
body: DeleteDataSourceResponseBody,
|
|
2783
2863
|
};
|
|
2784
2864
|
}
|
|
@@ -2837,12 +2917,14 @@ class DeleteFileResponse extends $tea.Model {
|
|
|
2837
2917
|
static names() {
|
|
2838
2918
|
return {
|
|
2839
2919
|
headers: 'headers',
|
|
2920
|
+
statusCode: 'statusCode',
|
|
2840
2921
|
body: 'body',
|
|
2841
2922
|
};
|
|
2842
2923
|
}
|
|
2843
2924
|
static types() {
|
|
2844
2925
|
return {
|
|
2845
2926
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2927
|
+
statusCode: 'number',
|
|
2846
2928
|
body: DeleteFileResponseBody,
|
|
2847
2929
|
};
|
|
2848
2930
|
}
|
|
@@ -2899,12 +2981,14 @@ class DeleteFolderResponse extends $tea.Model {
|
|
|
2899
2981
|
static names() {
|
|
2900
2982
|
return {
|
|
2901
2983
|
headers: 'headers',
|
|
2984
|
+
statusCode: 'statusCode',
|
|
2902
2985
|
body: 'body',
|
|
2903
2986
|
};
|
|
2904
2987
|
}
|
|
2905
2988
|
static types() {
|
|
2906
2989
|
return {
|
|
2907
2990
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2991
|
+
statusCode: 'number',
|
|
2908
2992
|
body: DeleteFolderResponseBody,
|
|
2909
2993
|
};
|
|
2910
2994
|
}
|
|
@@ -2961,12 +3045,14 @@ class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
2961
3045
|
static names() {
|
|
2962
3046
|
return {
|
|
2963
3047
|
headers: 'headers',
|
|
3048
|
+
statusCode: 'statusCode',
|
|
2964
3049
|
body: 'body',
|
|
2965
3050
|
};
|
|
2966
3051
|
}
|
|
2967
3052
|
static types() {
|
|
2968
3053
|
return {
|
|
2969
3054
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3055
|
+
statusCode: 'number',
|
|
2970
3056
|
body: DeleteFromMetaCategoryResponseBody,
|
|
2971
3057
|
};
|
|
2972
3058
|
}
|
|
@@ -3021,12 +3107,14 @@ class DeleteMetaCategoryResponse extends $tea.Model {
|
|
|
3021
3107
|
static names() {
|
|
3022
3108
|
return {
|
|
3023
3109
|
headers: 'headers',
|
|
3110
|
+
statusCode: 'statusCode',
|
|
3024
3111
|
body: 'body',
|
|
3025
3112
|
};
|
|
3026
3113
|
}
|
|
3027
3114
|
static types() {
|
|
3028
3115
|
return {
|
|
3029
3116
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3117
|
+
statusCode: 'number',
|
|
3030
3118
|
body: DeleteMetaCategoryResponseBody,
|
|
3031
3119
|
};
|
|
3032
3120
|
}
|
|
@@ -3073,12 +3161,14 @@ class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
3073
3161
|
static names() {
|
|
3074
3162
|
return {
|
|
3075
3163
|
headers: 'headers',
|
|
3164
|
+
statusCode: 'statusCode',
|
|
3076
3165
|
body: 'body',
|
|
3077
3166
|
};
|
|
3078
3167
|
}
|
|
3079
3168
|
static types() {
|
|
3080
3169
|
return {
|
|
3081
3170
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3171
|
+
statusCode: 'number',
|
|
3082
3172
|
body: DeleteProjectMemberResponseBody,
|
|
3083
3173
|
};
|
|
3084
3174
|
}
|
|
@@ -3137,12 +3227,14 @@ class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
3137
3227
|
static names() {
|
|
3138
3228
|
return {
|
|
3139
3229
|
headers: 'headers',
|
|
3230
|
+
statusCode: 'statusCode',
|
|
3140
3231
|
body: 'body',
|
|
3141
3232
|
};
|
|
3142
3233
|
}
|
|
3143
3234
|
static types() {
|
|
3144
3235
|
return {
|
|
3145
3236
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3237
|
+
statusCode: 'number',
|
|
3146
3238
|
body: DeleteQualityEntityResponseBody,
|
|
3147
3239
|
};
|
|
3148
3240
|
}
|
|
@@ -3199,12 +3291,14 @@ class DeleteQualityFollowerResponse extends $tea.Model {
|
|
|
3199
3291
|
static names() {
|
|
3200
3292
|
return {
|
|
3201
3293
|
headers: 'headers',
|
|
3294
|
+
statusCode: 'statusCode',
|
|
3202
3295
|
body: 'body',
|
|
3203
3296
|
};
|
|
3204
3297
|
}
|
|
3205
3298
|
static types() {
|
|
3206
3299
|
return {
|
|
3207
3300
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3301
|
+
statusCode: 'number',
|
|
3208
3302
|
body: DeleteQualityFollowerResponseBody,
|
|
3209
3303
|
};
|
|
3210
3304
|
}
|
|
@@ -3273,12 +3367,14 @@ class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
3273
3367
|
static names() {
|
|
3274
3368
|
return {
|
|
3275
3369
|
headers: 'headers',
|
|
3370
|
+
statusCode: 'statusCode',
|
|
3276
3371
|
body: 'body',
|
|
3277
3372
|
};
|
|
3278
3373
|
}
|
|
3279
3374
|
static types() {
|
|
3280
3375
|
return {
|
|
3281
3376
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3377
|
+
statusCode: 'number',
|
|
3282
3378
|
body: DeleteQualityRelativeNodeResponseBody,
|
|
3283
3379
|
};
|
|
3284
3380
|
}
|
|
@@ -3335,12 +3431,14 @@ class DeleteQualityRuleResponse extends $tea.Model {
|
|
|
3335
3431
|
static names() {
|
|
3336
3432
|
return {
|
|
3337
3433
|
headers: 'headers',
|
|
3434
|
+
statusCode: 'statusCode',
|
|
3338
3435
|
body: 'body',
|
|
3339
3436
|
};
|
|
3340
3437
|
}
|
|
3341
3438
|
static types() {
|
|
3342
3439
|
return {
|
|
3343
3440
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3441
|
+
statusCode: 'number',
|
|
3344
3442
|
body: DeleteQualityRuleResponseBody,
|
|
3345
3443
|
};
|
|
3346
3444
|
}
|
|
@@ -3395,12 +3493,14 @@ class DeleteRemindResponse extends $tea.Model {
|
|
|
3395
3493
|
static names() {
|
|
3396
3494
|
return {
|
|
3397
3495
|
headers: 'headers',
|
|
3496
|
+
statusCode: 'statusCode',
|
|
3398
3497
|
body: 'body',
|
|
3399
3498
|
};
|
|
3400
3499
|
}
|
|
3401
3500
|
static types() {
|
|
3402
3501
|
return {
|
|
3403
3502
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3503
|
+
statusCode: 'number',
|
|
3404
3504
|
body: DeleteRemindResponseBody,
|
|
3405
3505
|
};
|
|
3406
3506
|
}
|
|
@@ -3453,12 +3553,14 @@ class DeleteTableResponse extends $tea.Model {
|
|
|
3453
3553
|
static names() {
|
|
3454
3554
|
return {
|
|
3455
3555
|
headers: 'headers',
|
|
3556
|
+
statusCode: 'statusCode',
|
|
3456
3557
|
body: 'body',
|
|
3457
3558
|
};
|
|
3458
3559
|
}
|
|
3459
3560
|
static types() {
|
|
3460
3561
|
return {
|
|
3461
3562
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3563
|
+
statusCode: 'number',
|
|
3462
3564
|
body: DeleteTableResponseBody,
|
|
3463
3565
|
};
|
|
3464
3566
|
}
|
|
@@ -3507,12 +3609,14 @@ class DeleteTableLevelResponse extends $tea.Model {
|
|
|
3507
3609
|
static names() {
|
|
3508
3610
|
return {
|
|
3509
3611
|
headers: 'headers',
|
|
3612
|
+
statusCode: 'statusCode',
|
|
3510
3613
|
body: 'body',
|
|
3511
3614
|
};
|
|
3512
3615
|
}
|
|
3513
3616
|
static types() {
|
|
3514
3617
|
return {
|
|
3515
3618
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3619
|
+
statusCode: 'number',
|
|
3516
3620
|
body: DeleteTableLevelResponseBody,
|
|
3517
3621
|
};
|
|
3518
3622
|
}
|
|
@@ -3569,12 +3673,14 @@ class DeleteTableThemeResponse extends $tea.Model {
|
|
|
3569
3673
|
static names() {
|
|
3570
3674
|
return {
|
|
3571
3675
|
headers: 'headers',
|
|
3676
|
+
statusCode: 'statusCode',
|
|
3572
3677
|
body: 'body',
|
|
3573
3678
|
};
|
|
3574
3679
|
}
|
|
3575
3680
|
static types() {
|
|
3576
3681
|
return {
|
|
3577
3682
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3683
|
+
statusCode: 'number',
|
|
3578
3684
|
body: DeleteTableThemeResponseBody,
|
|
3579
3685
|
};
|
|
3580
3686
|
}
|
|
@@ -3627,12 +3733,14 @@ class DeployDISyncTaskResponse extends $tea.Model {
|
|
|
3627
3733
|
static names() {
|
|
3628
3734
|
return {
|
|
3629
3735
|
headers: 'headers',
|
|
3736
|
+
statusCode: 'statusCode',
|
|
3630
3737
|
body: 'body',
|
|
3631
3738
|
};
|
|
3632
3739
|
}
|
|
3633
3740
|
static types() {
|
|
3634
3741
|
return {
|
|
3635
3742
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3743
|
+
statusCode: 'number',
|
|
3636
3744
|
body: DeployDISyncTaskResponseBody,
|
|
3637
3745
|
};
|
|
3638
3746
|
}
|
|
@@ -3695,12 +3803,14 @@ class DeployFileResponse extends $tea.Model {
|
|
|
3695
3803
|
static names() {
|
|
3696
3804
|
return {
|
|
3697
3805
|
headers: 'headers',
|
|
3806
|
+
statusCode: 'statusCode',
|
|
3698
3807
|
body: 'body',
|
|
3699
3808
|
};
|
|
3700
3809
|
}
|
|
3701
3810
|
static types() {
|
|
3702
3811
|
return {
|
|
3703
3812
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3813
|
+
statusCode: 'number',
|
|
3704
3814
|
body: DeployFileResponseBody,
|
|
3705
3815
|
};
|
|
3706
3816
|
}
|
|
@@ -3749,12 +3859,14 @@ class DesensitizeDataResponse extends $tea.Model {
|
|
|
3749
3859
|
static names() {
|
|
3750
3860
|
return {
|
|
3751
3861
|
headers: 'headers',
|
|
3862
|
+
statusCode: 'statusCode',
|
|
3752
3863
|
body: 'body',
|
|
3753
3864
|
};
|
|
3754
3865
|
}
|
|
3755
3866
|
static types() {
|
|
3756
3867
|
return {
|
|
3757
3868
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3869
|
+
statusCode: 'number',
|
|
3758
3870
|
body: DesensitizeDataResponseBody,
|
|
3759
3871
|
};
|
|
3760
3872
|
}
|
|
@@ -3815,12 +3927,14 @@ class EstablishRelationTableToBusinessResponse extends $tea.Model {
|
|
|
3815
3927
|
static names() {
|
|
3816
3928
|
return {
|
|
3817
3929
|
headers: 'headers',
|
|
3930
|
+
statusCode: 'statusCode',
|
|
3818
3931
|
body: 'body',
|
|
3819
3932
|
};
|
|
3820
3933
|
}
|
|
3821
3934
|
static types() {
|
|
3822
3935
|
return {
|
|
3823
3936
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3937
|
+
statusCode: 'number',
|
|
3824
3938
|
body: EstablishRelationTableToBusinessResponseBody,
|
|
3825
3939
|
};
|
|
3826
3940
|
}
|
|
@@ -3883,12 +3997,14 @@ class ExportDataSourcesResponse extends $tea.Model {
|
|
|
3883
3997
|
static names() {
|
|
3884
3998
|
return {
|
|
3885
3999
|
headers: 'headers',
|
|
4000
|
+
statusCode: 'statusCode',
|
|
3886
4001
|
body: 'body',
|
|
3887
4002
|
};
|
|
3888
4003
|
}
|
|
3889
4004
|
static types() {
|
|
3890
4005
|
return {
|
|
3891
4006
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4007
|
+
statusCode: 'number',
|
|
3892
4008
|
body: ExportDataSourcesResponseBody,
|
|
3893
4009
|
};
|
|
3894
4010
|
}
|
|
@@ -3943,12 +4059,14 @@ class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Model {
|
|
|
3943
4059
|
static names() {
|
|
3944
4060
|
return {
|
|
3945
4061
|
headers: 'headers',
|
|
4062
|
+
statusCode: 'statusCode',
|
|
3946
4063
|
body: 'body',
|
|
3947
4064
|
};
|
|
3948
4065
|
}
|
|
3949
4066
|
static types() {
|
|
3950
4067
|
return {
|
|
3951
4068
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4069
|
+
statusCode: 'number',
|
|
3952
4070
|
body: GenerateDISyncTaskConfigForCreatingResponseBody,
|
|
3953
4071
|
};
|
|
3954
4072
|
}
|
|
@@ -4005,12 +4123,14 @@ class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Model {
|
|
|
4005
4123
|
static names() {
|
|
4006
4124
|
return {
|
|
4007
4125
|
headers: 'headers',
|
|
4126
|
+
statusCode: 'statusCode',
|
|
4008
4127
|
body: 'body',
|
|
4009
4128
|
};
|
|
4010
4129
|
}
|
|
4011
4130
|
static types() {
|
|
4012
4131
|
return {
|
|
4013
4132
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4133
|
+
statusCode: 'number',
|
|
4014
4134
|
body: GenerateDISyncTaskConfigForUpdatingResponseBody,
|
|
4015
4135
|
};
|
|
4016
4136
|
}
|
|
@@ -4065,12 +4185,14 @@ class GetBaselineConfigResponse extends $tea.Model {
|
|
|
4065
4185
|
static names() {
|
|
4066
4186
|
return {
|
|
4067
4187
|
headers: 'headers',
|
|
4188
|
+
statusCode: 'statusCode',
|
|
4068
4189
|
body: 'body',
|
|
4069
4190
|
};
|
|
4070
4191
|
}
|
|
4071
4192
|
static types() {
|
|
4072
4193
|
return {
|
|
4073
4194
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4195
|
+
statusCode: 'number',
|
|
4074
4196
|
body: GetBaselineConfigResponseBody,
|
|
4075
4197
|
};
|
|
4076
4198
|
}
|
|
@@ -4129,12 +4251,14 @@ class GetBaselineKeyPathResponse extends $tea.Model {
|
|
|
4129
4251
|
static names() {
|
|
4130
4252
|
return {
|
|
4131
4253
|
headers: 'headers',
|
|
4254
|
+
statusCode: 'statusCode',
|
|
4132
4255
|
body: 'body',
|
|
4133
4256
|
};
|
|
4134
4257
|
}
|
|
4135
4258
|
static types() {
|
|
4136
4259
|
return {
|
|
4137
4260
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4261
|
+
statusCode: 'number',
|
|
4138
4262
|
body: GetBaselineKeyPathResponseBody,
|
|
4139
4263
|
};
|
|
4140
4264
|
}
|
|
@@ -4193,12 +4317,14 @@ class GetBaselineStatusResponse extends $tea.Model {
|
|
|
4193
4317
|
static names() {
|
|
4194
4318
|
return {
|
|
4195
4319
|
headers: 'headers',
|
|
4320
|
+
statusCode: 'statusCode',
|
|
4196
4321
|
body: 'body',
|
|
4197
4322
|
};
|
|
4198
4323
|
}
|
|
4199
4324
|
static types() {
|
|
4200
4325
|
return {
|
|
4201
4326
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4327
|
+
statusCode: 'number',
|
|
4202
4328
|
body: GetBaselineStatusResponseBody,
|
|
4203
4329
|
};
|
|
4204
4330
|
}
|
|
@@ -4257,12 +4383,14 @@ class GetBusinessResponse extends $tea.Model {
|
|
|
4257
4383
|
static names() {
|
|
4258
4384
|
return {
|
|
4259
4385
|
headers: 'headers',
|
|
4386
|
+
statusCode: 'statusCode',
|
|
4260
4387
|
body: 'body',
|
|
4261
4388
|
};
|
|
4262
4389
|
}
|
|
4263
4390
|
static types() {
|
|
4264
4391
|
return {
|
|
4265
4392
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4393
|
+
statusCode: 'number',
|
|
4266
4394
|
body: GetBusinessResponseBody,
|
|
4267
4395
|
};
|
|
4268
4396
|
}
|
|
@@ -4309,12 +4437,14 @@ class GetDDLJobStatusResponse extends $tea.Model {
|
|
|
4309
4437
|
static names() {
|
|
4310
4438
|
return {
|
|
4311
4439
|
headers: 'headers',
|
|
4440
|
+
statusCode: 'statusCode',
|
|
4312
4441
|
body: 'body',
|
|
4313
4442
|
};
|
|
4314
4443
|
}
|
|
4315
4444
|
static types() {
|
|
4316
4445
|
return {
|
|
4317
4446
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4447
|
+
statusCode: 'number',
|
|
4318
4448
|
body: GetDDLJobStatusResponseBody,
|
|
4319
4449
|
};
|
|
4320
4450
|
}
|
|
@@ -4367,12 +4497,14 @@ class GetDISyncInstanceInfoResponse extends $tea.Model {
|
|
|
4367
4497
|
static names() {
|
|
4368
4498
|
return {
|
|
4369
4499
|
headers: 'headers',
|
|
4500
|
+
statusCode: 'statusCode',
|
|
4370
4501
|
body: 'body',
|
|
4371
4502
|
};
|
|
4372
4503
|
}
|
|
4373
4504
|
static types() {
|
|
4374
4505
|
return {
|
|
4375
4506
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4507
|
+
statusCode: 'number',
|
|
4376
4508
|
body: GetDISyncInstanceInfoResponseBody,
|
|
4377
4509
|
};
|
|
4378
4510
|
}
|
|
@@ -4425,12 +4557,14 @@ class GetDISyncTaskResponse extends $tea.Model {
|
|
|
4425
4557
|
static names() {
|
|
4426
4558
|
return {
|
|
4427
4559
|
headers: 'headers',
|
|
4560
|
+
statusCode: 'statusCode',
|
|
4428
4561
|
body: 'body',
|
|
4429
4562
|
};
|
|
4430
4563
|
}
|
|
4431
4564
|
static types() {
|
|
4432
4565
|
return {
|
|
4433
4566
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4567
|
+
statusCode: 'number',
|
|
4434
4568
|
body: GetDISyncTaskResponseBody,
|
|
4435
4569
|
};
|
|
4436
4570
|
}
|
|
@@ -4485,12 +4619,14 @@ class GetDISyncTaskMetricInfoResponse extends $tea.Model {
|
|
|
4485
4619
|
static names() {
|
|
4486
4620
|
return {
|
|
4487
4621
|
headers: 'headers',
|
|
4622
|
+
statusCode: 'statusCode',
|
|
4488
4623
|
body: 'body',
|
|
4489
4624
|
};
|
|
4490
4625
|
}
|
|
4491
4626
|
static types() {
|
|
4492
4627
|
return {
|
|
4493
4628
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4629
|
+
statusCode: 'number',
|
|
4494
4630
|
body: GetDISyncTaskMetricInfoResponseBody,
|
|
4495
4631
|
};
|
|
4496
4632
|
}
|
|
@@ -4547,12 +4683,14 @@ class GetDagResponse extends $tea.Model {
|
|
|
4547
4683
|
static names() {
|
|
4548
4684
|
return {
|
|
4549
4685
|
headers: 'headers',
|
|
4686
|
+
statusCode: 'statusCode',
|
|
4550
4687
|
body: 'body',
|
|
4551
4688
|
};
|
|
4552
4689
|
}
|
|
4553
4690
|
static types() {
|
|
4554
4691
|
return {
|
|
4555
4692
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4693
|
+
statusCode: 'number',
|
|
4556
4694
|
body: GetDagResponseBody,
|
|
4557
4695
|
};
|
|
4558
4696
|
}
|
|
@@ -4611,12 +4749,14 @@ class GetDataServiceApiResponse extends $tea.Model {
|
|
|
4611
4749
|
static names() {
|
|
4612
4750
|
return {
|
|
4613
4751
|
headers: 'headers',
|
|
4752
|
+
statusCode: 'statusCode',
|
|
4614
4753
|
body: 'body',
|
|
4615
4754
|
};
|
|
4616
4755
|
}
|
|
4617
4756
|
static types() {
|
|
4618
4757
|
return {
|
|
4619
4758
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4759
|
+
statusCode: 'number',
|
|
4620
4760
|
body: GetDataServiceApiResponseBody,
|
|
4621
4761
|
};
|
|
4622
4762
|
}
|
|
@@ -4675,12 +4815,14 @@ class GetDataServiceApplicationResponse extends $tea.Model {
|
|
|
4675
4815
|
static names() {
|
|
4676
4816
|
return {
|
|
4677
4817
|
headers: 'headers',
|
|
4818
|
+
statusCode: 'statusCode',
|
|
4678
4819
|
body: 'body',
|
|
4679
4820
|
};
|
|
4680
4821
|
}
|
|
4681
4822
|
static types() {
|
|
4682
4823
|
return {
|
|
4683
4824
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4825
|
+
statusCode: 'number',
|
|
4684
4826
|
body: GetDataServiceApplicationResponseBody,
|
|
4685
4827
|
};
|
|
4686
4828
|
}
|
|
@@ -4731,12 +4873,14 @@ class GetDataServiceFolderResponse extends $tea.Model {
|
|
|
4731
4873
|
static names() {
|
|
4732
4874
|
return {
|
|
4733
4875
|
headers: 'headers',
|
|
4876
|
+
statusCode: 'statusCode',
|
|
4734
4877
|
body: 'body',
|
|
4735
4878
|
};
|
|
4736
4879
|
}
|
|
4737
4880
|
static types() {
|
|
4738
4881
|
return {
|
|
4739
4882
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4883
|
+
statusCode: 'number',
|
|
4740
4884
|
body: GetDataServiceFolderResponseBody,
|
|
4741
4885
|
};
|
|
4742
4886
|
}
|
|
@@ -4787,12 +4931,14 @@ class GetDataServiceGroupResponse extends $tea.Model {
|
|
|
4787
4931
|
static names() {
|
|
4788
4932
|
return {
|
|
4789
4933
|
headers: 'headers',
|
|
4934
|
+
statusCode: 'statusCode',
|
|
4790
4935
|
body: 'body',
|
|
4791
4936
|
};
|
|
4792
4937
|
}
|
|
4793
4938
|
static types() {
|
|
4794
4939
|
return {
|
|
4795
4940
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4941
|
+
statusCode: 'number',
|
|
4796
4942
|
body: GetDataServiceGroupResponseBody,
|
|
4797
4943
|
};
|
|
4798
4944
|
}
|
|
@@ -4851,12 +4997,14 @@ class GetDataServicePublishedApiResponse extends $tea.Model {
|
|
|
4851
4997
|
static names() {
|
|
4852
4998
|
return {
|
|
4853
4999
|
headers: 'headers',
|
|
5000
|
+
statusCode: 'statusCode',
|
|
4854
5001
|
body: 'body',
|
|
4855
5002
|
};
|
|
4856
5003
|
}
|
|
4857
5004
|
static types() {
|
|
4858
5005
|
return {
|
|
4859
5006
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5007
|
+
statusCode: 'number',
|
|
4860
5008
|
body: GetDataServicePublishedApiResponseBody,
|
|
4861
5009
|
};
|
|
4862
5010
|
}
|
|
@@ -4913,12 +5061,14 @@ class GetDataSourceMetaResponse extends $tea.Model {
|
|
|
4913
5061
|
static names() {
|
|
4914
5062
|
return {
|
|
4915
5063
|
headers: 'headers',
|
|
5064
|
+
statusCode: 'statusCode',
|
|
4916
5065
|
body: 'body',
|
|
4917
5066
|
};
|
|
4918
5067
|
}
|
|
4919
5068
|
static types() {
|
|
4920
5069
|
return {
|
|
4921
5070
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5071
|
+
statusCode: 'number',
|
|
4922
5072
|
body: GetDataSourceMetaResponseBody,
|
|
4923
5073
|
};
|
|
4924
5074
|
}
|
|
@@ -4977,12 +5127,14 @@ class GetDeploymentResponse extends $tea.Model {
|
|
|
4977
5127
|
static names() {
|
|
4978
5128
|
return {
|
|
4979
5129
|
headers: 'headers',
|
|
5130
|
+
statusCode: 'statusCode',
|
|
4980
5131
|
body: 'body',
|
|
4981
5132
|
};
|
|
4982
5133
|
}
|
|
4983
5134
|
static types() {
|
|
4984
5135
|
return {
|
|
4985
5136
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5137
|
+
statusCode: 'number',
|
|
4986
5138
|
body: GetDeploymentResponseBody,
|
|
4987
5139
|
};
|
|
4988
5140
|
}
|
|
@@ -5029,12 +5181,14 @@ class GetExtensionResponse extends $tea.Model {
|
|
|
5029
5181
|
static names() {
|
|
5030
5182
|
return {
|
|
5031
5183
|
headers: 'headers',
|
|
5184
|
+
statusCode: 'statusCode',
|
|
5032
5185
|
body: 'body',
|
|
5033
5186
|
};
|
|
5034
5187
|
}
|
|
5035
5188
|
static types() {
|
|
5036
5189
|
return {
|
|
5037
5190
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5191
|
+
statusCode: 'number',
|
|
5038
5192
|
body: GetExtensionResponseBody,
|
|
5039
5193
|
};
|
|
5040
5194
|
}
|
|
@@ -5095,12 +5249,14 @@ class GetFileResponse extends $tea.Model {
|
|
|
5095
5249
|
static names() {
|
|
5096
5250
|
return {
|
|
5097
5251
|
headers: 'headers',
|
|
5252
|
+
statusCode: 'statusCode',
|
|
5098
5253
|
body: 'body',
|
|
5099
5254
|
};
|
|
5100
5255
|
}
|
|
5101
5256
|
static types() {
|
|
5102
5257
|
return {
|
|
5103
5258
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5259
|
+
statusCode: 'number',
|
|
5104
5260
|
body: GetFileResponseBody,
|
|
5105
5261
|
};
|
|
5106
5262
|
}
|
|
@@ -5149,12 +5305,14 @@ class GetFileTypeStatisticResponse extends $tea.Model {
|
|
|
5149
5305
|
static names() {
|
|
5150
5306
|
return {
|
|
5151
5307
|
headers: 'headers',
|
|
5308
|
+
statusCode: 'statusCode',
|
|
5152
5309
|
body: 'body',
|
|
5153
5310
|
};
|
|
5154
5311
|
}
|
|
5155
5312
|
static types() {
|
|
5156
5313
|
return {
|
|
5157
5314
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5315
|
+
statusCode: 'number',
|
|
5158
5316
|
body: GetFileTypeStatisticResponseBody,
|
|
5159
5317
|
};
|
|
5160
5318
|
}
|
|
@@ -5215,12 +5373,14 @@ class GetFileVersionResponse extends $tea.Model {
|
|
|
5215
5373
|
static names() {
|
|
5216
5374
|
return {
|
|
5217
5375
|
headers: 'headers',
|
|
5376
|
+
statusCode: 'statusCode',
|
|
5218
5377
|
body: 'body',
|
|
5219
5378
|
};
|
|
5220
5379
|
}
|
|
5221
5380
|
static types() {
|
|
5222
5381
|
return {
|
|
5223
5382
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5383
|
+
statusCode: 'number',
|
|
5224
5384
|
body: GetFileVersionResponseBody,
|
|
5225
5385
|
};
|
|
5226
5386
|
}
|
|
@@ -5281,12 +5441,14 @@ class GetFolderResponse extends $tea.Model {
|
|
|
5281
5441
|
static names() {
|
|
5282
5442
|
return {
|
|
5283
5443
|
headers: 'headers',
|
|
5444
|
+
statusCode: 'statusCode',
|
|
5284
5445
|
body: 'body',
|
|
5285
5446
|
};
|
|
5286
5447
|
}
|
|
5287
5448
|
static types() {
|
|
5288
5449
|
return {
|
|
5289
5450
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5451
|
+
statusCode: 'number',
|
|
5290
5452
|
body: GetFolderResponseBody,
|
|
5291
5453
|
};
|
|
5292
5454
|
}
|
|
@@ -5335,12 +5497,14 @@ class GetIDEEventDetailResponse extends $tea.Model {
|
|
|
5335
5497
|
static names() {
|
|
5336
5498
|
return {
|
|
5337
5499
|
headers: 'headers',
|
|
5500
|
+
statusCode: 'statusCode',
|
|
5338
5501
|
body: 'body',
|
|
5339
5502
|
};
|
|
5340
5503
|
}
|
|
5341
5504
|
static types() {
|
|
5342
5505
|
return {
|
|
5343
5506
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5507
|
+
statusCode: 'number',
|
|
5344
5508
|
body: GetIDEEventDetailResponseBody,
|
|
5345
5509
|
};
|
|
5346
5510
|
}
|
|
@@ -5397,12 +5561,14 @@ class GetInstanceResponse extends $tea.Model {
|
|
|
5397
5561
|
static names() {
|
|
5398
5562
|
return {
|
|
5399
5563
|
headers: 'headers',
|
|
5564
|
+
statusCode: 'statusCode',
|
|
5400
5565
|
body: 'body',
|
|
5401
5566
|
};
|
|
5402
5567
|
}
|
|
5403
5568
|
static types() {
|
|
5404
5569
|
return {
|
|
5405
5570
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5571
|
+
statusCode: 'number',
|
|
5406
5572
|
body: GetInstanceResponseBody,
|
|
5407
5573
|
};
|
|
5408
5574
|
}
|
|
@@ -5451,12 +5617,14 @@ class GetInstanceConsumeTimeRankResponse extends $tea.Model {
|
|
|
5451
5617
|
static names() {
|
|
5452
5618
|
return {
|
|
5453
5619
|
headers: 'headers',
|
|
5620
|
+
statusCode: 'statusCode',
|
|
5454
5621
|
body: 'body',
|
|
5455
5622
|
};
|
|
5456
5623
|
}
|
|
5457
5624
|
static types() {
|
|
5458
5625
|
return {
|
|
5459
5626
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5627
|
+
statusCode: 'number',
|
|
5460
5628
|
body: GetInstanceConsumeTimeRankResponseBody,
|
|
5461
5629
|
};
|
|
5462
5630
|
}
|
|
@@ -5507,12 +5675,14 @@ class GetInstanceCountTrendResponse extends $tea.Model {
|
|
|
5507
5675
|
static names() {
|
|
5508
5676
|
return {
|
|
5509
5677
|
headers: 'headers',
|
|
5678
|
+
statusCode: 'statusCode',
|
|
5510
5679
|
body: 'body',
|
|
5511
5680
|
};
|
|
5512
5681
|
}
|
|
5513
5682
|
static types() {
|
|
5514
5683
|
return {
|
|
5515
5684
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5685
|
+
statusCode: 'number',
|
|
5516
5686
|
body: GetInstanceCountTrendResponseBody,
|
|
5517
5687
|
};
|
|
5518
5688
|
}
|
|
@@ -5559,12 +5729,14 @@ class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
5559
5729
|
static names() {
|
|
5560
5730
|
return {
|
|
5561
5731
|
headers: 'headers',
|
|
5732
|
+
statusCode: 'statusCode',
|
|
5562
5733
|
body: 'body',
|
|
5563
5734
|
};
|
|
5564
5735
|
}
|
|
5565
5736
|
static types() {
|
|
5566
5737
|
return {
|
|
5567
5738
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5739
|
+
statusCode: 'number',
|
|
5568
5740
|
body: GetInstanceErrorRankResponseBody,
|
|
5569
5741
|
};
|
|
5570
5742
|
}
|
|
@@ -5621,12 +5793,14 @@ class GetInstanceLogResponse extends $tea.Model {
|
|
|
5621
5793
|
static names() {
|
|
5622
5794
|
return {
|
|
5623
5795
|
headers: 'headers',
|
|
5796
|
+
statusCode: 'statusCode',
|
|
5624
5797
|
body: 'body',
|
|
5625
5798
|
};
|
|
5626
5799
|
}
|
|
5627
5800
|
static types() {
|
|
5628
5801
|
return {
|
|
5629
5802
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5803
|
+
statusCode: 'number',
|
|
5630
5804
|
body: GetInstanceLogResponseBody,
|
|
5631
5805
|
};
|
|
5632
5806
|
}
|
|
@@ -5677,12 +5851,14 @@ class GetInstanceStatusCountResponse extends $tea.Model {
|
|
|
5677
5851
|
static names() {
|
|
5678
5852
|
return {
|
|
5679
5853
|
headers: 'headers',
|
|
5854
|
+
statusCode: 'statusCode',
|
|
5680
5855
|
body: 'body',
|
|
5681
5856
|
};
|
|
5682
5857
|
}
|
|
5683
5858
|
static types() {
|
|
5684
5859
|
return {
|
|
5685
5860
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5861
|
+
statusCode: 'number',
|
|
5686
5862
|
body: GetInstanceStatusCountResponseBody,
|
|
5687
5863
|
};
|
|
5688
5864
|
}
|
|
@@ -5737,12 +5913,14 @@ class GetInstanceStatusStatisticResponse extends $tea.Model {
|
|
|
5737
5913
|
static names() {
|
|
5738
5914
|
return {
|
|
5739
5915
|
headers: 'headers',
|
|
5916
|
+
statusCode: 'statusCode',
|
|
5740
5917
|
body: 'body',
|
|
5741
5918
|
};
|
|
5742
5919
|
}
|
|
5743
5920
|
static types() {
|
|
5744
5921
|
return {
|
|
5745
5922
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5923
|
+
statusCode: 'number',
|
|
5746
5924
|
body: GetInstanceStatusStatisticResponseBody,
|
|
5747
5925
|
};
|
|
5748
5926
|
}
|
|
@@ -5793,12 +5971,14 @@ class GetManualDagInstancesResponse extends $tea.Model {
|
|
|
5793
5971
|
static names() {
|
|
5794
5972
|
return {
|
|
5795
5973
|
headers: 'headers',
|
|
5974
|
+
statusCode: 'statusCode',
|
|
5796
5975
|
body: 'body',
|
|
5797
5976
|
};
|
|
5798
5977
|
}
|
|
5799
5978
|
static types() {
|
|
5800
5979
|
return {
|
|
5801
5980
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5981
|
+
statusCode: 'number',
|
|
5802
5982
|
body: GetManualDagInstancesResponseBody,
|
|
5803
5983
|
};
|
|
5804
5984
|
}
|
|
@@ -5857,12 +6037,14 @@ class GetMetaCategoryResponse extends $tea.Model {
|
|
|
5857
6037
|
static names() {
|
|
5858
6038
|
return {
|
|
5859
6039
|
headers: 'headers',
|
|
6040
|
+
statusCode: 'statusCode',
|
|
5860
6041
|
body: 'body',
|
|
5861
6042
|
};
|
|
5862
6043
|
}
|
|
5863
6044
|
static types() {
|
|
5864
6045
|
return {
|
|
5865
6046
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6047
|
+
statusCode: 'number',
|
|
5866
6048
|
body: GetMetaCategoryResponseBody,
|
|
5867
6049
|
};
|
|
5868
6050
|
}
|
|
@@ -5933,12 +6115,14 @@ class GetMetaColumnLineageResponse extends $tea.Model {
|
|
|
5933
6115
|
static names() {
|
|
5934
6116
|
return {
|
|
5935
6117
|
headers: 'headers',
|
|
6118
|
+
statusCode: 'statusCode',
|
|
5936
6119
|
body: 'body',
|
|
5937
6120
|
};
|
|
5938
6121
|
}
|
|
5939
6122
|
static types() {
|
|
5940
6123
|
return {
|
|
5941
6124
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6125
|
+
statusCode: 'number',
|
|
5942
6126
|
body: GetMetaColumnLineageResponseBody,
|
|
5943
6127
|
};
|
|
5944
6128
|
}
|
|
@@ -5991,12 +6175,14 @@ class GetMetaDBInfoResponse extends $tea.Model {
|
|
|
5991
6175
|
static names() {
|
|
5992
6176
|
return {
|
|
5993
6177
|
headers: 'headers',
|
|
6178
|
+
statusCode: 'statusCode',
|
|
5994
6179
|
body: 'body',
|
|
5995
6180
|
};
|
|
5996
6181
|
}
|
|
5997
6182
|
static types() {
|
|
5998
6183
|
return {
|
|
5999
6184
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6185
|
+
statusCode: 'number',
|
|
6000
6186
|
body: GetMetaDBInfoResponseBody,
|
|
6001
6187
|
};
|
|
6002
6188
|
}
|
|
@@ -6053,12 +6239,14 @@ class GetMetaDBTableListResponse extends $tea.Model {
|
|
|
6053
6239
|
static names() {
|
|
6054
6240
|
return {
|
|
6055
6241
|
headers: 'headers',
|
|
6242
|
+
statusCode: 'statusCode',
|
|
6056
6243
|
body: 'body',
|
|
6057
6244
|
};
|
|
6058
6245
|
}
|
|
6059
6246
|
static types() {
|
|
6060
6247
|
return {
|
|
6061
6248
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6249
|
+
statusCode: 'number',
|
|
6062
6250
|
body: GetMetaDBTableListResponseBody,
|
|
6063
6251
|
};
|
|
6064
6252
|
}
|
|
@@ -6123,12 +6311,14 @@ class GetMetaTableBasicInfoResponse extends $tea.Model {
|
|
|
6123
6311
|
static names() {
|
|
6124
6312
|
return {
|
|
6125
6313
|
headers: 'headers',
|
|
6314
|
+
statusCode: 'statusCode',
|
|
6126
6315
|
body: 'body',
|
|
6127
6316
|
};
|
|
6128
6317
|
}
|
|
6129
6318
|
static types() {
|
|
6130
6319
|
return {
|
|
6131
6320
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6321
|
+
statusCode: 'number',
|
|
6132
6322
|
body: GetMetaTableBasicInfoResponseBody,
|
|
6133
6323
|
};
|
|
6134
6324
|
}
|
|
@@ -6195,12 +6385,14 @@ class GetMetaTableChangeLogResponse extends $tea.Model {
|
|
|
6195
6385
|
static names() {
|
|
6196
6386
|
return {
|
|
6197
6387
|
headers: 'headers',
|
|
6388
|
+
statusCode: 'statusCode',
|
|
6198
6389
|
body: 'body',
|
|
6199
6390
|
};
|
|
6200
6391
|
}
|
|
6201
6392
|
static types() {
|
|
6202
6393
|
return {
|
|
6203
6394
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6395
|
+
statusCode: 'number',
|
|
6204
6396
|
body: GetMetaTableChangeLogResponseBody,
|
|
6205
6397
|
};
|
|
6206
6398
|
}
|
|
@@ -6267,12 +6459,14 @@ class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
6267
6459
|
static names() {
|
|
6268
6460
|
return {
|
|
6269
6461
|
headers: 'headers',
|
|
6462
|
+
statusCode: 'statusCode',
|
|
6270
6463
|
body: 'body',
|
|
6271
6464
|
};
|
|
6272
6465
|
}
|
|
6273
6466
|
static types() {
|
|
6274
6467
|
return {
|
|
6275
6468
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6469
|
+
statusCode: 'number',
|
|
6276
6470
|
body: GetMetaTableColumnResponseBody,
|
|
6277
6471
|
};
|
|
6278
6472
|
}
|
|
@@ -6339,12 +6533,14 @@ class GetMetaTableFullInfoResponse extends $tea.Model {
|
|
|
6339
6533
|
static names() {
|
|
6340
6534
|
return {
|
|
6341
6535
|
headers: 'headers',
|
|
6536
|
+
statusCode: 'statusCode',
|
|
6342
6537
|
body: 'body',
|
|
6343
6538
|
};
|
|
6344
6539
|
}
|
|
6345
6540
|
static types() {
|
|
6346
6541
|
return {
|
|
6347
6542
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6543
|
+
statusCode: 'number',
|
|
6348
6544
|
body: GetMetaTableFullInfoResponseBody,
|
|
6349
6545
|
};
|
|
6350
6546
|
}
|
|
@@ -6401,12 +6597,14 @@ class GetMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
6401
6597
|
static names() {
|
|
6402
6598
|
return {
|
|
6403
6599
|
headers: 'headers',
|
|
6600
|
+
statusCode: 'statusCode',
|
|
6404
6601
|
body: 'body',
|
|
6405
6602
|
};
|
|
6406
6603
|
}
|
|
6407
6604
|
static types() {
|
|
6408
6605
|
return {
|
|
6409
6606
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6607
|
+
statusCode: 'number',
|
|
6410
6608
|
body: GetMetaTableIntroWikiResponseBody,
|
|
6411
6609
|
};
|
|
6412
6610
|
}
|
|
@@ -6475,12 +6673,14 @@ class GetMetaTableLineageResponse extends $tea.Model {
|
|
|
6475
6673
|
static names() {
|
|
6476
6674
|
return {
|
|
6477
6675
|
headers: 'headers',
|
|
6676
|
+
statusCode: 'statusCode',
|
|
6478
6677
|
body: 'body',
|
|
6479
6678
|
};
|
|
6480
6679
|
}
|
|
6481
6680
|
static types() {
|
|
6482
6681
|
return {
|
|
6483
6682
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6683
|
+
statusCode: 'number',
|
|
6484
6684
|
body: GetMetaTableLineageResponseBody,
|
|
6485
6685
|
};
|
|
6486
6686
|
}
|
|
@@ -6539,12 +6739,14 @@ class GetMetaTableListByCategoryResponse extends $tea.Model {
|
|
|
6539
6739
|
static names() {
|
|
6540
6740
|
return {
|
|
6541
6741
|
headers: 'headers',
|
|
6742
|
+
statusCode: 'statusCode',
|
|
6542
6743
|
body: 'body',
|
|
6543
6744
|
};
|
|
6544
6745
|
}
|
|
6545
6746
|
static types() {
|
|
6546
6747
|
return {
|
|
6547
6748
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6749
|
+
statusCode: 'number',
|
|
6548
6750
|
body: GetMetaTableListByCategoryResponseBody,
|
|
6549
6751
|
};
|
|
6550
6752
|
}
|
|
@@ -6607,12 +6809,14 @@ class GetMetaTableOutputResponse extends $tea.Model {
|
|
|
6607
6809
|
static names() {
|
|
6608
6810
|
return {
|
|
6609
6811
|
headers: 'headers',
|
|
6812
|
+
statusCode: 'statusCode',
|
|
6610
6813
|
body: 'body',
|
|
6611
6814
|
};
|
|
6612
6815
|
}
|
|
6613
6816
|
static types() {
|
|
6614
6817
|
return {
|
|
6615
6818
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6819
|
+
statusCode: 'number',
|
|
6616
6820
|
body: GetMetaTableOutputResponseBody,
|
|
6617
6821
|
};
|
|
6618
6822
|
}
|
|
@@ -6679,12 +6883,14 @@ class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
6679
6883
|
static names() {
|
|
6680
6884
|
return {
|
|
6681
6885
|
headers: 'headers',
|
|
6886
|
+
statusCode: 'statusCode',
|
|
6682
6887
|
body: 'body',
|
|
6683
6888
|
};
|
|
6684
6889
|
}
|
|
6685
6890
|
static types() {
|
|
6686
6891
|
return {
|
|
6687
6892
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6893
|
+
statusCode: 'number',
|
|
6688
6894
|
body: GetMetaTablePartitionResponseBody,
|
|
6689
6895
|
};
|
|
6690
6896
|
}
|
|
@@ -6741,12 +6947,14 @@ class GetMetaTableThemeLevelResponse extends $tea.Model {
|
|
|
6741
6947
|
static names() {
|
|
6742
6948
|
return {
|
|
6743
6949
|
headers: 'headers',
|
|
6950
|
+
statusCode: 'statusCode',
|
|
6744
6951
|
body: 'body',
|
|
6745
6952
|
};
|
|
6746
6953
|
}
|
|
6747
6954
|
static types() {
|
|
6748
6955
|
return {
|
|
6749
6956
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6957
|
+
statusCode: 'number',
|
|
6750
6958
|
body: GetMetaTableThemeLevelResponseBody,
|
|
6751
6959
|
};
|
|
6752
6960
|
}
|
|
@@ -6803,12 +7011,14 @@ class GetMigrationProcessResponse extends $tea.Model {
|
|
|
6803
7011
|
static names() {
|
|
6804
7012
|
return {
|
|
6805
7013
|
headers: 'headers',
|
|
7014
|
+
statusCode: 'statusCode',
|
|
6806
7015
|
body: 'body',
|
|
6807
7016
|
};
|
|
6808
7017
|
}
|
|
6809
7018
|
static types() {
|
|
6810
7019
|
return {
|
|
6811
7020
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7021
|
+
statusCode: 'number',
|
|
6812
7022
|
body: GetMigrationProcessResponseBody,
|
|
6813
7023
|
};
|
|
6814
7024
|
}
|
|
@@ -6859,12 +7069,14 @@ class GetMigrationSummaryResponse extends $tea.Model {
|
|
|
6859
7069
|
static names() {
|
|
6860
7070
|
return {
|
|
6861
7071
|
headers: 'headers',
|
|
7072
|
+
statusCode: 'statusCode',
|
|
6862
7073
|
body: 'body',
|
|
6863
7074
|
};
|
|
6864
7075
|
}
|
|
6865
7076
|
static types() {
|
|
6866
7077
|
return {
|
|
6867
7078
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7079
|
+
statusCode: 'number',
|
|
6868
7080
|
body: GetMigrationSummaryResponseBody,
|
|
6869
7081
|
};
|
|
6870
7082
|
}
|
|
@@ -6921,12 +7133,14 @@ class GetNodeResponse extends $tea.Model {
|
|
|
6921
7133
|
static names() {
|
|
6922
7134
|
return {
|
|
6923
7135
|
headers: 'headers',
|
|
7136
|
+
statusCode: 'statusCode',
|
|
6924
7137
|
body: 'body',
|
|
6925
7138
|
};
|
|
6926
7139
|
}
|
|
6927
7140
|
static types() {
|
|
6928
7141
|
return {
|
|
6929
7142
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7143
|
+
statusCode: 'number',
|
|
6930
7144
|
body: GetNodeResponseBody,
|
|
6931
7145
|
};
|
|
6932
7146
|
}
|
|
@@ -6983,12 +7197,14 @@ class GetNodeChildrenResponse extends $tea.Model {
|
|
|
6983
7197
|
static names() {
|
|
6984
7198
|
return {
|
|
6985
7199
|
headers: 'headers',
|
|
7200
|
+
statusCode: 'statusCode',
|
|
6986
7201
|
body: 'body',
|
|
6987
7202
|
};
|
|
6988
7203
|
}
|
|
6989
7204
|
static types() {
|
|
6990
7205
|
return {
|
|
6991
7206
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7207
|
+
statusCode: 'number',
|
|
6992
7208
|
body: GetNodeChildrenResponseBody,
|
|
6993
7209
|
};
|
|
6994
7210
|
}
|
|
@@ -7045,12 +7261,14 @@ class GetNodeCodeResponse extends $tea.Model {
|
|
|
7045
7261
|
static names() {
|
|
7046
7262
|
return {
|
|
7047
7263
|
headers: 'headers',
|
|
7264
|
+
statusCode: 'statusCode',
|
|
7048
7265
|
body: 'body',
|
|
7049
7266
|
};
|
|
7050
7267
|
}
|
|
7051
7268
|
static types() {
|
|
7052
7269
|
return {
|
|
7053
7270
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7271
|
+
statusCode: 'number',
|
|
7054
7272
|
body: GetNodeCodeResponseBody,
|
|
7055
7273
|
};
|
|
7056
7274
|
}
|
|
@@ -7105,12 +7323,14 @@ class GetNodeOnBaselineResponse extends $tea.Model {
|
|
|
7105
7323
|
static names() {
|
|
7106
7324
|
return {
|
|
7107
7325
|
headers: 'headers',
|
|
7326
|
+
statusCode: 'statusCode',
|
|
7108
7327
|
body: 'body',
|
|
7109
7328
|
};
|
|
7110
7329
|
}
|
|
7111
7330
|
static types() {
|
|
7112
7331
|
return {
|
|
7113
7332
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7333
|
+
statusCode: 'number',
|
|
7114
7334
|
body: GetNodeOnBaselineResponseBody,
|
|
7115
7335
|
};
|
|
7116
7336
|
}
|
|
@@ -7167,12 +7387,14 @@ class GetNodeParentsResponse extends $tea.Model {
|
|
|
7167
7387
|
static names() {
|
|
7168
7388
|
return {
|
|
7169
7389
|
headers: 'headers',
|
|
7390
|
+
statusCode: 'statusCode',
|
|
7170
7391
|
body: 'body',
|
|
7171
7392
|
};
|
|
7172
7393
|
}
|
|
7173
7394
|
static types() {
|
|
7174
7395
|
return {
|
|
7175
7396
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7397
|
+
statusCode: 'number',
|
|
7176
7398
|
body: GetNodeParentsResponseBody,
|
|
7177
7399
|
};
|
|
7178
7400
|
}
|
|
@@ -7229,12 +7451,14 @@ class GetNodeTypeListInfoResponse extends $tea.Model {
|
|
|
7229
7451
|
static names() {
|
|
7230
7452
|
return {
|
|
7231
7453
|
headers: 'headers',
|
|
7454
|
+
statusCode: 'statusCode',
|
|
7232
7455
|
body: 'body',
|
|
7233
7456
|
};
|
|
7234
7457
|
}
|
|
7235
7458
|
static types() {
|
|
7236
7459
|
return {
|
|
7237
7460
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7461
|
+
statusCode: 'number',
|
|
7238
7462
|
body: GetNodeTypeListInfoResponseBody,
|
|
7239
7463
|
};
|
|
7240
7464
|
}
|
|
@@ -7289,12 +7513,14 @@ class GetOpRiskDataResponse extends $tea.Model {
|
|
|
7289
7513
|
static names() {
|
|
7290
7514
|
return {
|
|
7291
7515
|
headers: 'headers',
|
|
7516
|
+
statusCode: 'statusCode',
|
|
7292
7517
|
body: 'body',
|
|
7293
7518
|
};
|
|
7294
7519
|
}
|
|
7295
7520
|
static types() {
|
|
7296
7521
|
return {
|
|
7297
7522
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7523
|
+
statusCode: 'number',
|
|
7298
7524
|
body: GetOpRiskDataResponseBody,
|
|
7299
7525
|
};
|
|
7300
7526
|
}
|
|
@@ -7349,12 +7575,14 @@ class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
7349
7575
|
static names() {
|
|
7350
7576
|
return {
|
|
7351
7577
|
headers: 'headers',
|
|
7578
|
+
statusCode: 'statusCode',
|
|
7352
7579
|
body: 'body',
|
|
7353
7580
|
};
|
|
7354
7581
|
}
|
|
7355
7582
|
static types() {
|
|
7356
7583
|
return {
|
|
7357
7584
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7585
|
+
statusCode: 'number',
|
|
7358
7586
|
body: GetOpSensitiveDataResponseBody,
|
|
7359
7587
|
};
|
|
7360
7588
|
}
|
|
@@ -7403,12 +7631,14 @@ class GetOptionValueForProjectResponse extends $tea.Model {
|
|
|
7403
7631
|
static names() {
|
|
7404
7632
|
return {
|
|
7405
7633
|
headers: 'headers',
|
|
7634
|
+
statusCode: 'statusCode',
|
|
7406
7635
|
body: 'body',
|
|
7407
7636
|
};
|
|
7408
7637
|
}
|
|
7409
7638
|
static types() {
|
|
7410
7639
|
return {
|
|
7411
7640
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7641
|
+
statusCode: 'number',
|
|
7412
7642
|
body: GetOptionValueForProjectResponseBody,
|
|
7413
7643
|
};
|
|
7414
7644
|
}
|
|
@@ -7455,12 +7685,14 @@ class GetPermissionApplyOrderDetailResponse extends $tea.Model {
|
|
|
7455
7685
|
static names() {
|
|
7456
7686
|
return {
|
|
7457
7687
|
headers: 'headers',
|
|
7688
|
+
statusCode: 'statusCode',
|
|
7458
7689
|
body: 'body',
|
|
7459
7690
|
};
|
|
7460
7691
|
}
|
|
7461
7692
|
static types() {
|
|
7462
7693
|
return {
|
|
7463
7694
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7695
|
+
statusCode: 'number',
|
|
7464
7696
|
body: GetPermissionApplyOrderDetailResponseBody,
|
|
7465
7697
|
};
|
|
7466
7698
|
}
|
|
@@ -7511,12 +7743,14 @@ class GetProjectResponse extends $tea.Model {
|
|
|
7511
7743
|
static names() {
|
|
7512
7744
|
return {
|
|
7513
7745
|
headers: 'headers',
|
|
7746
|
+
statusCode: 'statusCode',
|
|
7514
7747
|
body: 'body',
|
|
7515
7748
|
};
|
|
7516
7749
|
}
|
|
7517
7750
|
static types() {
|
|
7518
7751
|
return {
|
|
7519
7752
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7753
|
+
statusCode: 'number',
|
|
7520
7754
|
body: GetProjectResponseBody,
|
|
7521
7755
|
};
|
|
7522
7756
|
}
|
|
@@ -7567,12 +7801,14 @@ class GetProjectDetailResponse extends $tea.Model {
|
|
|
7567
7801
|
static names() {
|
|
7568
7802
|
return {
|
|
7569
7803
|
headers: 'headers',
|
|
7804
|
+
statusCode: 'statusCode',
|
|
7570
7805
|
body: 'body',
|
|
7571
7806
|
};
|
|
7572
7807
|
}
|
|
7573
7808
|
static types() {
|
|
7574
7809
|
return {
|
|
7575
7810
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7811
|
+
statusCode: 'number',
|
|
7576
7812
|
body: GetProjectDetailResponseBody,
|
|
7577
7813
|
};
|
|
7578
7814
|
}
|
|
@@ -7633,12 +7869,14 @@ class GetQualityEntityResponse extends $tea.Model {
|
|
|
7633
7869
|
static names() {
|
|
7634
7870
|
return {
|
|
7635
7871
|
headers: 'headers',
|
|
7872
|
+
statusCode: 'statusCode',
|
|
7636
7873
|
body: 'body',
|
|
7637
7874
|
};
|
|
7638
7875
|
}
|
|
7639
7876
|
static types() {
|
|
7640
7877
|
return {
|
|
7641
7878
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7879
|
+
statusCode: 'number',
|
|
7642
7880
|
body: GetQualityEntityResponseBody,
|
|
7643
7881
|
};
|
|
7644
7882
|
}
|
|
@@ -7695,12 +7933,14 @@ class GetQualityFollowerResponse extends $tea.Model {
|
|
|
7695
7933
|
static names() {
|
|
7696
7934
|
return {
|
|
7697
7935
|
headers: 'headers',
|
|
7936
|
+
statusCode: 'statusCode',
|
|
7698
7937
|
body: 'body',
|
|
7699
7938
|
};
|
|
7700
7939
|
}
|
|
7701
7940
|
static types() {
|
|
7702
7941
|
return {
|
|
7703
7942
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7943
|
+
statusCode: 'number',
|
|
7704
7944
|
body: GetQualityFollowerResponseBody,
|
|
7705
7945
|
};
|
|
7706
7946
|
}
|
|
@@ -7757,12 +7997,14 @@ class GetQualityRuleResponse extends $tea.Model {
|
|
|
7757
7997
|
static names() {
|
|
7758
7998
|
return {
|
|
7759
7999
|
headers: 'headers',
|
|
8000
|
+
statusCode: 'statusCode',
|
|
7760
8001
|
body: 'body',
|
|
7761
8002
|
};
|
|
7762
8003
|
}
|
|
7763
8004
|
static types() {
|
|
7764
8005
|
return {
|
|
7765
8006
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8007
|
+
statusCode: 'number',
|
|
7766
8008
|
body: GetQualityRuleResponseBody,
|
|
7767
8009
|
};
|
|
7768
8010
|
}
|
|
@@ -7817,12 +8059,14 @@ class GetRemindResponse extends $tea.Model {
|
|
|
7817
8059
|
static names() {
|
|
7818
8060
|
return {
|
|
7819
8061
|
headers: 'headers',
|
|
8062
|
+
statusCode: 'statusCode',
|
|
7820
8063
|
body: 'body',
|
|
7821
8064
|
};
|
|
7822
8065
|
}
|
|
7823
8066
|
static types() {
|
|
7824
8067
|
return {
|
|
7825
8068
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8069
|
+
statusCode: 'number',
|
|
7826
8070
|
body: GetRemindResponseBody,
|
|
7827
8071
|
};
|
|
7828
8072
|
}
|
|
@@ -7873,12 +8117,14 @@ class GetSensitiveDataResponse extends $tea.Model {
|
|
|
7873
8117
|
static names() {
|
|
7874
8118
|
return {
|
|
7875
8119
|
headers: 'headers',
|
|
8120
|
+
statusCode: 'statusCode',
|
|
7876
8121
|
body: 'body',
|
|
7877
8122
|
};
|
|
7878
8123
|
}
|
|
7879
8124
|
static types() {
|
|
7880
8125
|
return {
|
|
7881
8126
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8127
|
+
statusCode: 'number',
|
|
7882
8128
|
body: GetSensitiveDataResponseBody,
|
|
7883
8129
|
};
|
|
7884
8130
|
}
|
|
@@ -7925,12 +8171,14 @@ class GetSuccessInstanceTrendResponse extends $tea.Model {
|
|
|
7925
8171
|
static names() {
|
|
7926
8172
|
return {
|
|
7927
8173
|
headers: 'headers',
|
|
8174
|
+
statusCode: 'statusCode',
|
|
7928
8175
|
body: 'body',
|
|
7929
8176
|
};
|
|
7930
8177
|
}
|
|
7931
8178
|
static types() {
|
|
7932
8179
|
return {
|
|
7933
8180
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8181
|
+
statusCode: 'number',
|
|
7934
8182
|
body: GetSuccessInstanceTrendResponseBody,
|
|
7935
8183
|
};
|
|
7936
8184
|
}
|
|
@@ -7985,12 +8233,14 @@ class GetTopicResponse extends $tea.Model {
|
|
|
7985
8233
|
static names() {
|
|
7986
8234
|
return {
|
|
7987
8235
|
headers: 'headers',
|
|
8236
|
+
statusCode: 'statusCode',
|
|
7988
8237
|
body: 'body',
|
|
7989
8238
|
};
|
|
7990
8239
|
}
|
|
7991
8240
|
static types() {
|
|
7992
8241
|
return {
|
|
7993
8242
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8243
|
+
statusCode: 'number',
|
|
7994
8244
|
body: GetTopicResponseBody,
|
|
7995
8245
|
};
|
|
7996
8246
|
}
|
|
@@ -8045,12 +8295,14 @@ class GetTopicInfluenceResponse extends $tea.Model {
|
|
|
8045
8295
|
static names() {
|
|
8046
8296
|
return {
|
|
8047
8297
|
headers: 'headers',
|
|
8298
|
+
statusCode: 'statusCode',
|
|
8048
8299
|
body: 'body',
|
|
8049
8300
|
};
|
|
8050
8301
|
}
|
|
8051
8302
|
static types() {
|
|
8052
8303
|
return {
|
|
8053
8304
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8305
|
+
statusCode: 'number',
|
|
8054
8306
|
body: GetTopicInfluenceResponseBody,
|
|
8055
8307
|
};
|
|
8056
8308
|
}
|
|
@@ -8101,12 +8353,14 @@ class ImportDataSourcesResponse extends $tea.Model {
|
|
|
8101
8353
|
static names() {
|
|
8102
8354
|
return {
|
|
8103
8355
|
headers: 'headers',
|
|
8356
|
+
statusCode: 'statusCode',
|
|
8104
8357
|
body: 'body',
|
|
8105
8358
|
};
|
|
8106
8359
|
}
|
|
8107
8360
|
static types() {
|
|
8108
8361
|
return {
|
|
8109
8362
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8363
|
+
statusCode: 'number',
|
|
8110
8364
|
body: ImportDataSourcesResponseBody,
|
|
8111
8365
|
};
|
|
8112
8366
|
}
|
|
@@ -8175,12 +8429,14 @@ class ListAlertMessagesResponse extends $tea.Model {
|
|
|
8175
8429
|
static names() {
|
|
8176
8430
|
return {
|
|
8177
8431
|
headers: 'headers',
|
|
8432
|
+
statusCode: 'statusCode',
|
|
8178
8433
|
body: 'body',
|
|
8179
8434
|
};
|
|
8180
8435
|
}
|
|
8181
8436
|
static types() {
|
|
8182
8437
|
return {
|
|
8183
8438
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8439
|
+
statusCode: 'number',
|
|
8184
8440
|
body: ListAlertMessagesResponseBody,
|
|
8185
8441
|
};
|
|
8186
8442
|
}
|
|
@@ -8249,12 +8505,14 @@ class ListBaselineConfigsResponse extends $tea.Model {
|
|
|
8249
8505
|
static names() {
|
|
8250
8506
|
return {
|
|
8251
8507
|
headers: 'headers',
|
|
8508
|
+
statusCode: 'statusCode',
|
|
8252
8509
|
body: 'body',
|
|
8253
8510
|
};
|
|
8254
8511
|
}
|
|
8255
8512
|
static types() {
|
|
8256
8513
|
return {
|
|
8257
8514
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8515
|
+
statusCode: 'number',
|
|
8258
8516
|
body: ListBaselineConfigsResponseBody,
|
|
8259
8517
|
};
|
|
8260
8518
|
}
|
|
@@ -8327,12 +8585,14 @@ class ListBaselineStatusesResponse extends $tea.Model {
|
|
|
8327
8585
|
static names() {
|
|
8328
8586
|
return {
|
|
8329
8587
|
headers: 'headers',
|
|
8588
|
+
statusCode: 'statusCode',
|
|
8330
8589
|
body: 'body',
|
|
8331
8590
|
};
|
|
8332
8591
|
}
|
|
8333
8592
|
static types() {
|
|
8334
8593
|
return {
|
|
8335
8594
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8595
|
+
statusCode: 'number',
|
|
8336
8596
|
body: ListBaselineStatusesResponseBody,
|
|
8337
8597
|
};
|
|
8338
8598
|
}
|
|
@@ -8395,12 +8655,14 @@ class ListBusinessResponse extends $tea.Model {
|
|
|
8395
8655
|
static names() {
|
|
8396
8656
|
return {
|
|
8397
8657
|
headers: 'headers',
|
|
8658
|
+
statusCode: 'statusCode',
|
|
8398
8659
|
body: 'body',
|
|
8399
8660
|
};
|
|
8400
8661
|
}
|
|
8401
8662
|
static types() {
|
|
8402
8663
|
return {
|
|
8403
8664
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8665
|
+
statusCode: 'number',
|
|
8404
8666
|
body: ListBusinessResponseBody,
|
|
8405
8667
|
};
|
|
8406
8668
|
}
|
|
@@ -8461,12 +8723,14 @@ class ListCalcEnginesResponse extends $tea.Model {
|
|
|
8461
8723
|
static names() {
|
|
8462
8724
|
return {
|
|
8463
8725
|
headers: 'headers',
|
|
8726
|
+
statusCode: 'statusCode',
|
|
8464
8727
|
body: 'body',
|
|
8465
8728
|
};
|
|
8466
8729
|
}
|
|
8467
8730
|
static types() {
|
|
8468
8731
|
return {
|
|
8469
8732
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8733
|
+
statusCode: 'number',
|
|
8470
8734
|
body: ListCalcEnginesResponseBody,
|
|
8471
8735
|
};
|
|
8472
8736
|
}
|
|
@@ -8531,12 +8795,14 @@ class ListConnectionsResponse extends $tea.Model {
|
|
|
8531
8795
|
static names() {
|
|
8532
8796
|
return {
|
|
8533
8797
|
headers: 'headers',
|
|
8798
|
+
statusCode: 'statusCode',
|
|
8534
8799
|
body: 'body',
|
|
8535
8800
|
};
|
|
8536
8801
|
}
|
|
8537
8802
|
static types() {
|
|
8538
8803
|
return {
|
|
8539
8804
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8805
|
+
statusCode: 'number',
|
|
8540
8806
|
body: ListConnectionsResponseBody,
|
|
8541
8807
|
};
|
|
8542
8808
|
}
|
|
@@ -8599,12 +8865,14 @@ class ListCurrentTasksForResourceGroupResponse extends $tea.Model {
|
|
|
8599
8865
|
static names() {
|
|
8600
8866
|
return {
|
|
8601
8867
|
headers: 'headers',
|
|
8868
|
+
statusCode: 'statusCode',
|
|
8602
8869
|
body: 'body',
|
|
8603
8870
|
};
|
|
8604
8871
|
}
|
|
8605
8872
|
static types() {
|
|
8606
8873
|
return {
|
|
8607
8874
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8875
|
+
statusCode: 'number',
|
|
8608
8876
|
body: ListCurrentTasksForResourceGroupResponseBody,
|
|
8609
8877
|
};
|
|
8610
8878
|
}
|
|
@@ -8659,12 +8927,14 @@ class ListCurrentUsageForResourceGroupResponse extends $tea.Model {
|
|
|
8659
8927
|
static names() {
|
|
8660
8928
|
return {
|
|
8661
8929
|
headers: 'headers',
|
|
8930
|
+
statusCode: 'statusCode',
|
|
8662
8931
|
body: 'body',
|
|
8663
8932
|
};
|
|
8664
8933
|
}
|
|
8665
8934
|
static types() {
|
|
8666
8935
|
return {
|
|
8667
8936
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8937
|
+
statusCode: 'number',
|
|
8668
8938
|
body: ListCurrentUsageForResourceGroupResponseBody,
|
|
8669
8939
|
};
|
|
8670
8940
|
}
|
|
@@ -8717,12 +8987,14 @@ class ListDIProjectConfigResponse extends $tea.Model {
|
|
|
8717
8987
|
static names() {
|
|
8718
8988
|
return {
|
|
8719
8989
|
headers: 'headers',
|
|
8990
|
+
statusCode: 'statusCode',
|
|
8720
8991
|
body: 'body',
|
|
8721
8992
|
};
|
|
8722
8993
|
}
|
|
8723
8994
|
static types() {
|
|
8724
8995
|
return {
|
|
8725
8996
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8997
|
+
statusCode: 'number',
|
|
8726
8998
|
body: ListDIProjectConfigResponseBody,
|
|
8727
8999
|
};
|
|
8728
9000
|
}
|
|
@@ -8779,12 +9051,14 @@ class ListDagsResponse extends $tea.Model {
|
|
|
8779
9051
|
static names() {
|
|
8780
9052
|
return {
|
|
8781
9053
|
headers: 'headers',
|
|
9054
|
+
statusCode: 'statusCode',
|
|
8782
9055
|
body: 'body',
|
|
8783
9056
|
};
|
|
8784
9057
|
}
|
|
8785
9058
|
static types() {
|
|
8786
9059
|
return {
|
|
8787
9060
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9061
|
+
statusCode: 'number',
|
|
8788
9062
|
body: ListDagsResponseBody,
|
|
8789
9063
|
};
|
|
8790
9064
|
}
|
|
@@ -8847,12 +9121,14 @@ class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
8847
9121
|
static names() {
|
|
8848
9122
|
return {
|
|
8849
9123
|
headers: 'headers',
|
|
9124
|
+
statusCode: 'statusCode',
|
|
8850
9125
|
body: 'body',
|
|
8851
9126
|
};
|
|
8852
9127
|
}
|
|
8853
9128
|
static types() {
|
|
8854
9129
|
return {
|
|
8855
9130
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9131
|
+
statusCode: 'number',
|
|
8856
9132
|
body: ListDataServiceApiAuthoritiesResponseBody,
|
|
8857
9133
|
};
|
|
8858
9134
|
}
|
|
@@ -8919,12 +9195,14 @@ class ListDataServiceApisResponse extends $tea.Model {
|
|
|
8919
9195
|
static names() {
|
|
8920
9196
|
return {
|
|
8921
9197
|
headers: 'headers',
|
|
9198
|
+
statusCode: 'statusCode',
|
|
8922
9199
|
body: 'body',
|
|
8923
9200
|
};
|
|
8924
9201
|
}
|
|
8925
9202
|
static types() {
|
|
8926
9203
|
return {
|
|
8927
9204
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9205
|
+
statusCode: 'number',
|
|
8928
9206
|
body: ListDataServiceApisResponseBody,
|
|
8929
9207
|
};
|
|
8930
9208
|
}
|
|
@@ -8985,12 +9263,14 @@ class ListDataServiceApplicationsResponse extends $tea.Model {
|
|
|
8985
9263
|
static names() {
|
|
8986
9264
|
return {
|
|
8987
9265
|
headers: 'headers',
|
|
9266
|
+
statusCode: 'statusCode',
|
|
8988
9267
|
body: 'body',
|
|
8989
9268
|
};
|
|
8990
9269
|
}
|
|
8991
9270
|
static types() {
|
|
8992
9271
|
return {
|
|
8993
9272
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9273
|
+
statusCode: 'number',
|
|
8994
9274
|
body: ListDataServiceApplicationsResponseBody,
|
|
8995
9275
|
};
|
|
8996
9276
|
}
|
|
@@ -9053,12 +9333,14 @@ class ListDataServiceAuthorizedApisResponse extends $tea.Model {
|
|
|
9053
9333
|
static names() {
|
|
9054
9334
|
return {
|
|
9055
9335
|
headers: 'headers',
|
|
9336
|
+
statusCode: 'statusCode',
|
|
9056
9337
|
body: 'body',
|
|
9057
9338
|
};
|
|
9058
9339
|
}
|
|
9059
9340
|
static types() {
|
|
9060
9341
|
return {
|
|
9061
9342
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9343
|
+
statusCode: 'number',
|
|
9062
9344
|
body: ListDataServiceAuthorizedApisResponseBody,
|
|
9063
9345
|
};
|
|
9064
9346
|
}
|
|
@@ -9115,12 +9397,14 @@ class ListDataServiceFoldersResponse extends $tea.Model {
|
|
|
9115
9397
|
static names() {
|
|
9116
9398
|
return {
|
|
9117
9399
|
headers: 'headers',
|
|
9400
|
+
statusCode: 'statusCode',
|
|
9118
9401
|
body: 'body',
|
|
9119
9402
|
};
|
|
9120
9403
|
}
|
|
9121
9404
|
static types() {
|
|
9122
9405
|
return {
|
|
9123
9406
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9407
|
+
statusCode: 'number',
|
|
9124
9408
|
body: ListDataServiceFoldersResponseBody,
|
|
9125
9409
|
};
|
|
9126
9410
|
}
|
|
@@ -9175,12 +9459,14 @@ class ListDataServiceGroupsResponse extends $tea.Model {
|
|
|
9175
9459
|
static names() {
|
|
9176
9460
|
return {
|
|
9177
9461
|
headers: 'headers',
|
|
9462
|
+
statusCode: 'statusCode',
|
|
9178
9463
|
body: 'body',
|
|
9179
9464
|
};
|
|
9180
9465
|
}
|
|
9181
9466
|
static types() {
|
|
9182
9467
|
return {
|
|
9183
9468
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9469
|
+
statusCode: 'number',
|
|
9184
9470
|
body: ListDataServiceGroupsResponseBody,
|
|
9185
9471
|
};
|
|
9186
9472
|
}
|
|
@@ -9247,12 +9533,14 @@ class ListDataServicePublishedApisResponse extends $tea.Model {
|
|
|
9247
9533
|
static names() {
|
|
9248
9534
|
return {
|
|
9249
9535
|
headers: 'headers',
|
|
9536
|
+
statusCode: 'statusCode',
|
|
9250
9537
|
body: 'body',
|
|
9251
9538
|
};
|
|
9252
9539
|
}
|
|
9253
9540
|
static types() {
|
|
9254
9541
|
return {
|
|
9255
9542
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9543
|
+
statusCode: 'number',
|
|
9256
9544
|
body: ListDataServicePublishedApisResponseBody,
|
|
9257
9545
|
};
|
|
9258
9546
|
}
|
|
@@ -9317,12 +9605,14 @@ class ListDataSourcesResponse extends $tea.Model {
|
|
|
9317
9605
|
static names() {
|
|
9318
9606
|
return {
|
|
9319
9607
|
headers: 'headers',
|
|
9608
|
+
statusCode: 'statusCode',
|
|
9320
9609
|
body: 'body',
|
|
9321
9610
|
};
|
|
9322
9611
|
}
|
|
9323
9612
|
static types() {
|
|
9324
9613
|
return {
|
|
9325
9614
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9615
|
+
statusCode: 'number',
|
|
9326
9616
|
body: ListDataSourcesResponseBody,
|
|
9327
9617
|
};
|
|
9328
9618
|
}
|
|
@@ -9387,12 +9677,14 @@ class ListDeploymentsResponse extends $tea.Model {
|
|
|
9387
9677
|
static names() {
|
|
9388
9678
|
return {
|
|
9389
9679
|
headers: 'headers',
|
|
9680
|
+
statusCode: 'statusCode',
|
|
9390
9681
|
body: 'body',
|
|
9391
9682
|
};
|
|
9392
9683
|
}
|
|
9393
9684
|
static types() {
|
|
9394
9685
|
return {
|
|
9395
9686
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9687
|
+
statusCode: 'number',
|
|
9396
9688
|
body: ListDeploymentsResponseBody,
|
|
9397
9689
|
};
|
|
9398
9690
|
}
|
|
@@ -9441,12 +9733,14 @@ class ListExtensionsResponse extends $tea.Model {
|
|
|
9441
9733
|
static names() {
|
|
9442
9734
|
return {
|
|
9443
9735
|
headers: 'headers',
|
|
9736
|
+
statusCode: 'statusCode',
|
|
9444
9737
|
body: 'body',
|
|
9445
9738
|
};
|
|
9446
9739
|
}
|
|
9447
9740
|
static types() {
|
|
9448
9741
|
return {
|
|
9449
9742
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9743
|
+
statusCode: 'number',
|
|
9450
9744
|
body: ListExtensionsResponseBody,
|
|
9451
9745
|
};
|
|
9452
9746
|
}
|
|
@@ -9503,12 +9797,14 @@ class ListFileTypeResponse extends $tea.Model {
|
|
|
9503
9797
|
static names() {
|
|
9504
9798
|
return {
|
|
9505
9799
|
headers: 'headers',
|
|
9800
|
+
statusCode: 'statusCode',
|
|
9506
9801
|
body: 'body',
|
|
9507
9802
|
};
|
|
9508
9803
|
}
|
|
9509
9804
|
static types() {
|
|
9510
9805
|
return {
|
|
9511
9806
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9807
|
+
statusCode: 'number',
|
|
9512
9808
|
body: ListFileTypeResponseBody,
|
|
9513
9809
|
};
|
|
9514
9810
|
}
|
|
@@ -9571,12 +9867,14 @@ class ListFileVersionsResponse extends $tea.Model {
|
|
|
9571
9867
|
static names() {
|
|
9572
9868
|
return {
|
|
9573
9869
|
headers: 'headers',
|
|
9870
|
+
statusCode: 'statusCode',
|
|
9574
9871
|
body: 'body',
|
|
9575
9872
|
};
|
|
9576
9873
|
}
|
|
9577
9874
|
static types() {
|
|
9578
9875
|
return {
|
|
9579
9876
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9877
|
+
statusCode: 'number',
|
|
9580
9878
|
body: ListFileVersionsResponseBody,
|
|
9581
9879
|
};
|
|
9582
9880
|
}
|
|
@@ -9649,12 +9947,14 @@ class ListFilesResponse extends $tea.Model {
|
|
|
9649
9947
|
static names() {
|
|
9650
9948
|
return {
|
|
9651
9949
|
headers: 'headers',
|
|
9950
|
+
statusCode: 'statusCode',
|
|
9652
9951
|
body: 'body',
|
|
9653
9952
|
};
|
|
9654
9953
|
}
|
|
9655
9954
|
static types() {
|
|
9656
9955
|
return {
|
|
9657
9956
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9957
|
+
statusCode: 'number',
|
|
9658
9958
|
body: ListFilesResponseBody,
|
|
9659
9959
|
};
|
|
9660
9960
|
}
|
|
@@ -9717,12 +10017,14 @@ class ListFoldersResponse extends $tea.Model {
|
|
|
9717
10017
|
static names() {
|
|
9718
10018
|
return {
|
|
9719
10019
|
headers: 'headers',
|
|
10020
|
+
statusCode: 'statusCode',
|
|
9720
10021
|
body: 'body',
|
|
9721
10022
|
};
|
|
9722
10023
|
}
|
|
9723
10024
|
static types() {
|
|
9724
10025
|
return {
|
|
9725
10026
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10027
|
+
statusCode: 'number',
|
|
9726
10028
|
body: ListFoldersResponseBody,
|
|
9727
10029
|
};
|
|
9728
10030
|
}
|
|
@@ -9787,12 +10089,14 @@ class ListHistoryTasksForResourceGroupResponse extends $tea.Model {
|
|
|
9787
10089
|
static names() {
|
|
9788
10090
|
return {
|
|
9789
10091
|
headers: 'headers',
|
|
10092
|
+
statusCode: 'statusCode',
|
|
9790
10093
|
body: 'body',
|
|
9791
10094
|
};
|
|
9792
10095
|
}
|
|
9793
10096
|
static types() {
|
|
9794
10097
|
return {
|
|
9795
10098
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10099
|
+
statusCode: 'number',
|
|
9796
10100
|
body: ListHistoryTasksForResourceGroupResponseBody,
|
|
9797
10101
|
};
|
|
9798
10102
|
}
|
|
@@ -9843,12 +10147,14 @@ class ListInstanceAmountResponse extends $tea.Model {
|
|
|
9843
10147
|
static names() {
|
|
9844
10148
|
return {
|
|
9845
10149
|
headers: 'headers',
|
|
10150
|
+
statusCode: 'statusCode',
|
|
9846
10151
|
body: 'body',
|
|
9847
10152
|
};
|
|
9848
10153
|
}
|
|
9849
10154
|
static types() {
|
|
9850
10155
|
return {
|
|
9851
10156
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10157
|
+
statusCode: 'number',
|
|
9852
10158
|
body: ListInstanceAmountResponseBody,
|
|
9853
10159
|
};
|
|
9854
10160
|
}
|
|
@@ -9927,12 +10233,14 @@ class ListInstancesResponse extends $tea.Model {
|
|
|
9927
10233
|
static names() {
|
|
9928
10234
|
return {
|
|
9929
10235
|
headers: 'headers',
|
|
10236
|
+
statusCode: 'statusCode',
|
|
9930
10237
|
body: 'body',
|
|
9931
10238
|
};
|
|
9932
10239
|
}
|
|
9933
10240
|
static types() {
|
|
9934
10241
|
return {
|
|
9935
10242
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10243
|
+
statusCode: 'number',
|
|
9936
10244
|
body: ListInstancesResponseBody,
|
|
9937
10245
|
};
|
|
9938
10246
|
}
|
|
@@ -9983,12 +10291,14 @@ class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
9983
10291
|
static names() {
|
|
9984
10292
|
return {
|
|
9985
10293
|
headers: 'headers',
|
|
10294
|
+
statusCode: 'statusCode',
|
|
9986
10295
|
body: 'body',
|
|
9987
10296
|
};
|
|
9988
10297
|
}
|
|
9989
10298
|
static types() {
|
|
9990
10299
|
return {
|
|
9991
10300
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10301
|
+
statusCode: 'number',
|
|
9992
10302
|
body: ListManualDagInstancesResponseBody,
|
|
9993
10303
|
};
|
|
9994
10304
|
}
|
|
@@ -10043,17 +10353,83 @@ class ListMetaDBResponse extends $tea.Model {
|
|
|
10043
10353
|
static names() {
|
|
10044
10354
|
return {
|
|
10045
10355
|
headers: 'headers',
|
|
10356
|
+
statusCode: 'statusCode',
|
|
10046
10357
|
body: 'body',
|
|
10047
10358
|
};
|
|
10048
10359
|
}
|
|
10049
10360
|
static types() {
|
|
10050
10361
|
return {
|
|
10051
10362
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10363
|
+
statusCode: 'number',
|
|
10052
10364
|
body: ListMetaDBResponseBody,
|
|
10053
10365
|
};
|
|
10054
10366
|
}
|
|
10055
10367
|
}
|
|
10056
10368
|
exports.ListMetaDBResponse = ListMetaDBResponse;
|
|
10369
|
+
class ListMigrationsRequest extends $tea.Model {
|
|
10370
|
+
constructor(map) {
|
|
10371
|
+
super(map);
|
|
10372
|
+
}
|
|
10373
|
+
static names() {
|
|
10374
|
+
return {
|
|
10375
|
+
migrationType: 'MigrationType',
|
|
10376
|
+
owner: 'Owner',
|
|
10377
|
+
pageNumber: 'PageNumber',
|
|
10378
|
+
pageSize: 'PageSize',
|
|
10379
|
+
projectId: 'ProjectId',
|
|
10380
|
+
};
|
|
10381
|
+
}
|
|
10382
|
+
static types() {
|
|
10383
|
+
return {
|
|
10384
|
+
migrationType: 'string',
|
|
10385
|
+
owner: 'string',
|
|
10386
|
+
pageNumber: 'number',
|
|
10387
|
+
pageSize: 'number',
|
|
10388
|
+
projectId: 'number',
|
|
10389
|
+
};
|
|
10390
|
+
}
|
|
10391
|
+
}
|
|
10392
|
+
exports.ListMigrationsRequest = ListMigrationsRequest;
|
|
10393
|
+
class ListMigrationsResponseBody extends $tea.Model {
|
|
10394
|
+
constructor(map) {
|
|
10395
|
+
super(map);
|
|
10396
|
+
}
|
|
10397
|
+
static names() {
|
|
10398
|
+
return {
|
|
10399
|
+
data: 'Data',
|
|
10400
|
+
requestId: 'RequestId',
|
|
10401
|
+
success: 'Success',
|
|
10402
|
+
};
|
|
10403
|
+
}
|
|
10404
|
+
static types() {
|
|
10405
|
+
return {
|
|
10406
|
+
data: ListMigrationsResponseBodyData,
|
|
10407
|
+
requestId: 'string',
|
|
10408
|
+
success: 'boolean',
|
|
10409
|
+
};
|
|
10410
|
+
}
|
|
10411
|
+
}
|
|
10412
|
+
exports.ListMigrationsResponseBody = ListMigrationsResponseBody;
|
|
10413
|
+
class ListMigrationsResponse extends $tea.Model {
|
|
10414
|
+
constructor(map) {
|
|
10415
|
+
super(map);
|
|
10416
|
+
}
|
|
10417
|
+
static names() {
|
|
10418
|
+
return {
|
|
10419
|
+
headers: 'headers',
|
|
10420
|
+
statusCode: 'statusCode',
|
|
10421
|
+
body: 'body',
|
|
10422
|
+
};
|
|
10423
|
+
}
|
|
10424
|
+
static types() {
|
|
10425
|
+
return {
|
|
10426
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10427
|
+
statusCode: 'number',
|
|
10428
|
+
body: ListMigrationsResponseBody,
|
|
10429
|
+
};
|
|
10430
|
+
}
|
|
10431
|
+
}
|
|
10432
|
+
exports.ListMigrationsResponse = ListMigrationsResponse;
|
|
10057
10433
|
class ListNodeIORequest extends $tea.Model {
|
|
10058
10434
|
constructor(map) {
|
|
10059
10435
|
super(map);
|
|
@@ -10107,12 +10483,14 @@ class ListNodeIOResponse extends $tea.Model {
|
|
|
10107
10483
|
static names() {
|
|
10108
10484
|
return {
|
|
10109
10485
|
headers: 'headers',
|
|
10486
|
+
statusCode: 'statusCode',
|
|
10110
10487
|
body: 'body',
|
|
10111
10488
|
};
|
|
10112
10489
|
}
|
|
10113
10490
|
static types() {
|
|
10114
10491
|
return {
|
|
10115
10492
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10493
|
+
statusCode: 'number',
|
|
10116
10494
|
body: ListNodeIOResponseBody,
|
|
10117
10495
|
};
|
|
10118
10496
|
}
|
|
@@ -10171,12 +10549,14 @@ class ListNodeInputOrOutputResponse extends $tea.Model {
|
|
|
10171
10549
|
static names() {
|
|
10172
10550
|
return {
|
|
10173
10551
|
headers: 'headers',
|
|
10552
|
+
statusCode: 'statusCode',
|
|
10174
10553
|
body: 'body',
|
|
10175
10554
|
};
|
|
10176
10555
|
}
|
|
10177
10556
|
static types() {
|
|
10178
10557
|
return {
|
|
10179
10558
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10559
|
+
statusCode: 'number',
|
|
10180
10560
|
body: ListNodeInputOrOutputResponseBody,
|
|
10181
10561
|
};
|
|
10182
10562
|
}
|
|
@@ -10245,12 +10625,14 @@ class ListNodesResponse extends $tea.Model {
|
|
|
10245
10625
|
static names() {
|
|
10246
10626
|
return {
|
|
10247
10627
|
headers: 'headers',
|
|
10628
|
+
statusCode: 'statusCode',
|
|
10248
10629
|
body: 'body',
|
|
10249
10630
|
};
|
|
10250
10631
|
}
|
|
10251
10632
|
static types() {
|
|
10252
10633
|
return {
|
|
10253
10634
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10635
|
+
statusCode: 'number',
|
|
10254
10636
|
body: ListNodesResponseBody,
|
|
10255
10637
|
};
|
|
10256
10638
|
}
|
|
@@ -10305,12 +10687,14 @@ class ListNodesByBaselineResponse extends $tea.Model {
|
|
|
10305
10687
|
static names() {
|
|
10306
10688
|
return {
|
|
10307
10689
|
headers: 'headers',
|
|
10690
|
+
statusCode: 'statusCode',
|
|
10308
10691
|
body: 'body',
|
|
10309
10692
|
};
|
|
10310
10693
|
}
|
|
10311
10694
|
static types() {
|
|
10312
10695
|
return {
|
|
10313
10696
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10697
|
+
statusCode: 'number',
|
|
10314
10698
|
body: ListNodesByBaselineResponseBody,
|
|
10315
10699
|
};
|
|
10316
10700
|
}
|
|
@@ -10367,12 +10751,14 @@ class ListNodesByOutputResponse extends $tea.Model {
|
|
|
10367
10751
|
static names() {
|
|
10368
10752
|
return {
|
|
10369
10753
|
headers: 'headers',
|
|
10754
|
+
statusCode: 'statusCode',
|
|
10370
10755
|
body: 'body',
|
|
10371
10756
|
};
|
|
10372
10757
|
}
|
|
10373
10758
|
static types() {
|
|
10374
10759
|
return {
|
|
10375
10760
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10761
|
+
statusCode: 'number',
|
|
10376
10762
|
body: ListNodesByOutputResponseBody,
|
|
10377
10763
|
};
|
|
10378
10764
|
}
|
|
@@ -10439,12 +10825,14 @@ class ListPermissionApplyOrdersResponse extends $tea.Model {
|
|
|
10439
10825
|
static names() {
|
|
10440
10826
|
return {
|
|
10441
10827
|
headers: 'headers',
|
|
10828
|
+
statusCode: 'statusCode',
|
|
10442
10829
|
body: 'body',
|
|
10443
10830
|
};
|
|
10444
10831
|
}
|
|
10445
10832
|
static types() {
|
|
10446
10833
|
return {
|
|
10447
10834
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10835
|
+
statusCode: 'number',
|
|
10448
10836
|
body: ListPermissionApplyOrdersResponseBody,
|
|
10449
10837
|
};
|
|
10450
10838
|
}
|
|
@@ -10493,12 +10881,14 @@ class ListProgramTypeCountResponse extends $tea.Model {
|
|
|
10493
10881
|
static names() {
|
|
10494
10882
|
return {
|
|
10495
10883
|
headers: 'headers',
|
|
10884
|
+
statusCode: 'statusCode',
|
|
10496
10885
|
body: 'body',
|
|
10497
10886
|
};
|
|
10498
10887
|
}
|
|
10499
10888
|
static types() {
|
|
10500
10889
|
return {
|
|
10501
10890
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10891
|
+
statusCode: 'number',
|
|
10502
10892
|
body: ListProgramTypeCountResponseBody,
|
|
10503
10893
|
};
|
|
10504
10894
|
}
|
|
@@ -10545,12 +10935,14 @@ class ListProjectIdsResponse extends $tea.Model {
|
|
|
10545
10935
|
static names() {
|
|
10546
10936
|
return {
|
|
10547
10937
|
headers: 'headers',
|
|
10938
|
+
statusCode: 'statusCode',
|
|
10548
10939
|
body: 'body',
|
|
10549
10940
|
};
|
|
10550
10941
|
}
|
|
10551
10942
|
static types() {
|
|
10552
10943
|
return {
|
|
10553
10944
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10945
|
+
statusCode: 'number',
|
|
10554
10946
|
body: ListProjectIdsResponseBody,
|
|
10555
10947
|
};
|
|
10556
10948
|
}
|
|
@@ -10601,12 +10993,14 @@ class ListProjectMembersResponse extends $tea.Model {
|
|
|
10601
10993
|
static names() {
|
|
10602
10994
|
return {
|
|
10603
10995
|
headers: 'headers',
|
|
10996
|
+
statusCode: 'statusCode',
|
|
10604
10997
|
body: 'body',
|
|
10605
10998
|
};
|
|
10606
10999
|
}
|
|
10607
11000
|
static types() {
|
|
10608
11001
|
return {
|
|
10609
11002
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11003
|
+
statusCode: 'number',
|
|
10610
11004
|
body: ListProjectMembersResponseBody,
|
|
10611
11005
|
};
|
|
10612
11006
|
}
|
|
@@ -10653,12 +11047,14 @@ class ListProjectRolesResponse extends $tea.Model {
|
|
|
10653
11047
|
static names() {
|
|
10654
11048
|
return {
|
|
10655
11049
|
headers: 'headers',
|
|
11050
|
+
statusCode: 'statusCode',
|
|
10656
11051
|
body: 'body',
|
|
10657
11052
|
};
|
|
10658
11053
|
}
|
|
10659
11054
|
static types() {
|
|
10660
11055
|
return {
|
|
10661
11056
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11057
|
+
statusCode: 'number',
|
|
10662
11058
|
body: ListProjectRolesResponseBody,
|
|
10663
11059
|
};
|
|
10664
11060
|
}
|
|
@@ -10707,12 +11103,14 @@ class ListProjectsResponse extends $tea.Model {
|
|
|
10707
11103
|
static names() {
|
|
10708
11104
|
return {
|
|
10709
11105
|
headers: 'headers',
|
|
11106
|
+
statusCode: 'statusCode',
|
|
10710
11107
|
body: 'body',
|
|
10711
11108
|
};
|
|
10712
11109
|
}
|
|
10713
11110
|
static types() {
|
|
10714
11111
|
return {
|
|
10715
11112
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11113
|
+
statusCode: 'number',
|
|
10716
11114
|
body: ListProjectsResponseBody,
|
|
10717
11115
|
};
|
|
10718
11116
|
}
|
|
@@ -10777,12 +11175,14 @@ class ListQualityResultsByEntityResponse extends $tea.Model {
|
|
|
10777
11175
|
static names() {
|
|
10778
11176
|
return {
|
|
10779
11177
|
headers: 'headers',
|
|
11178
|
+
statusCode: 'statusCode',
|
|
10780
11179
|
body: 'body',
|
|
10781
11180
|
};
|
|
10782
11181
|
}
|
|
10783
11182
|
static types() {
|
|
10784
11183
|
return {
|
|
10785
11184
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11185
|
+
statusCode: 'number',
|
|
10786
11186
|
body: ListQualityResultsByEntityResponseBody,
|
|
10787
11187
|
};
|
|
10788
11188
|
}
|
|
@@ -10847,12 +11247,14 @@ class ListQualityResultsByRuleResponse extends $tea.Model {
|
|
|
10847
11247
|
static names() {
|
|
10848
11248
|
return {
|
|
10849
11249
|
headers: 'headers',
|
|
11250
|
+
statusCode: 'statusCode',
|
|
10850
11251
|
body: 'body',
|
|
10851
11252
|
};
|
|
10852
11253
|
}
|
|
10853
11254
|
static types() {
|
|
10854
11255
|
return {
|
|
10855
11256
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11257
|
+
statusCode: 'number',
|
|
10856
11258
|
body: ListQualityResultsByRuleResponseBody,
|
|
10857
11259
|
};
|
|
10858
11260
|
}
|
|
@@ -10913,12 +11315,14 @@ class ListQualityRulesResponse extends $tea.Model {
|
|
|
10913
11315
|
static names() {
|
|
10914
11316
|
return {
|
|
10915
11317
|
headers: 'headers',
|
|
11318
|
+
statusCode: 'statusCode',
|
|
10916
11319
|
body: 'body',
|
|
10917
11320
|
};
|
|
10918
11321
|
}
|
|
10919
11322
|
static types() {
|
|
10920
11323
|
return {
|
|
10921
11324
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11325
|
+
statusCode: 'number',
|
|
10922
11326
|
body: ListQualityRulesResponseBody,
|
|
10923
11327
|
};
|
|
10924
11328
|
}
|
|
@@ -10977,12 +11381,14 @@ class ListRefDISyncTasksResponse extends $tea.Model {
|
|
|
10977
11381
|
static names() {
|
|
10978
11382
|
return {
|
|
10979
11383
|
headers: 'headers',
|
|
11384
|
+
statusCode: 'statusCode',
|
|
10980
11385
|
body: 'body',
|
|
10981
11386
|
};
|
|
10982
11387
|
}
|
|
10983
11388
|
static types() {
|
|
10984
11389
|
return {
|
|
10985
11390
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11391
|
+
statusCode: 'number',
|
|
10986
11392
|
body: ListRefDISyncTasksResponseBody,
|
|
10987
11393
|
};
|
|
10988
11394
|
}
|
|
@@ -11049,12 +11455,14 @@ class ListRemindsResponse extends $tea.Model {
|
|
|
11049
11455
|
static names() {
|
|
11050
11456
|
return {
|
|
11051
11457
|
headers: 'headers',
|
|
11458
|
+
statusCode: 'statusCode',
|
|
11052
11459
|
body: 'body',
|
|
11053
11460
|
};
|
|
11054
11461
|
}
|
|
11055
11462
|
static types() {
|
|
11056
11463
|
return {
|
|
11057
11464
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11465
|
+
statusCode: 'number',
|
|
11058
11466
|
body: ListRemindsResponseBody,
|
|
11059
11467
|
};
|
|
11060
11468
|
}
|
|
@@ -11109,12 +11517,14 @@ class ListResourceGroupsResponse extends $tea.Model {
|
|
|
11109
11517
|
static names() {
|
|
11110
11518
|
return {
|
|
11111
11519
|
headers: 'headers',
|
|
11520
|
+
statusCode: 'statusCode',
|
|
11112
11521
|
body: 'body',
|
|
11113
11522
|
};
|
|
11114
11523
|
}
|
|
11115
11524
|
static types() {
|
|
11116
11525
|
return {
|
|
11117
11526
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11527
|
+
statusCode: 'number',
|
|
11118
11528
|
body: ListResourceGroupsResponseBody,
|
|
11119
11529
|
};
|
|
11120
11530
|
}
|
|
@@ -11161,12 +11571,14 @@ class ListSuccessInstanceAmountResponse extends $tea.Model {
|
|
|
11161
11571
|
static names() {
|
|
11162
11572
|
return {
|
|
11163
11573
|
headers: 'headers',
|
|
11574
|
+
statusCode: 'statusCode',
|
|
11164
11575
|
body: 'body',
|
|
11165
11576
|
};
|
|
11166
11577
|
}
|
|
11167
11578
|
static types() {
|
|
11168
11579
|
return {
|
|
11169
11580
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11581
|
+
statusCode: 'number',
|
|
11170
11582
|
body: ListSuccessInstanceAmountResponseBody,
|
|
11171
11583
|
};
|
|
11172
11584
|
}
|
|
@@ -11227,12 +11639,14 @@ class ListTableLevelResponse extends $tea.Model {
|
|
|
11227
11639
|
static names() {
|
|
11228
11640
|
return {
|
|
11229
11641
|
headers: 'headers',
|
|
11642
|
+
statusCode: 'statusCode',
|
|
11230
11643
|
body: 'body',
|
|
11231
11644
|
};
|
|
11232
11645
|
}
|
|
11233
11646
|
static types() {
|
|
11234
11647
|
return {
|
|
11235
11648
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11649
|
+
statusCode: 'number',
|
|
11236
11650
|
body: ListTableLevelResponseBody,
|
|
11237
11651
|
};
|
|
11238
11652
|
}
|
|
@@ -11293,12 +11707,14 @@ class ListTableThemeResponse extends $tea.Model {
|
|
|
11293
11707
|
static names() {
|
|
11294
11708
|
return {
|
|
11295
11709
|
headers: 'headers',
|
|
11710
|
+
statusCode: 'statusCode',
|
|
11296
11711
|
body: 'body',
|
|
11297
11712
|
};
|
|
11298
11713
|
}
|
|
11299
11714
|
static types() {
|
|
11300
11715
|
return {
|
|
11301
11716
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11717
|
+
statusCode: 'number',
|
|
11302
11718
|
body: ListTableThemeResponseBody,
|
|
11303
11719
|
};
|
|
11304
11720
|
}
|
|
@@ -11369,12 +11785,14 @@ class ListTopicsResponse extends $tea.Model {
|
|
|
11369
11785
|
static names() {
|
|
11370
11786
|
return {
|
|
11371
11787
|
headers: 'headers',
|
|
11788
|
+
statusCode: 'statusCode',
|
|
11372
11789
|
body: 'body',
|
|
11373
11790
|
};
|
|
11374
11791
|
}
|
|
11375
11792
|
static types() {
|
|
11376
11793
|
return {
|
|
11377
11794
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11795
|
+
statusCode: 'number',
|
|
11378
11796
|
body: ListTopicsResponseBody,
|
|
11379
11797
|
};
|
|
11380
11798
|
}
|
|
@@ -11435,12 +11853,14 @@ class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
|
11435
11853
|
static names() {
|
|
11436
11854
|
return {
|
|
11437
11855
|
headers: 'headers',
|
|
11856
|
+
statusCode: 'statusCode',
|
|
11438
11857
|
body: 'body',
|
|
11439
11858
|
};
|
|
11440
11859
|
}
|
|
11441
11860
|
static types() {
|
|
11442
11861
|
return {
|
|
11443
11862
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11863
|
+
statusCode: 'number',
|
|
11444
11864
|
body: ListUsageForResourceGroupResponseBody,
|
|
11445
11865
|
};
|
|
11446
11866
|
}
|
|
@@ -11499,12 +11919,14 @@ class PublishDataServiceApiResponse extends $tea.Model {
|
|
|
11499
11919
|
static names() {
|
|
11500
11920
|
return {
|
|
11501
11921
|
headers: 'headers',
|
|
11922
|
+
statusCode: 'statusCode',
|
|
11502
11923
|
body: 'body',
|
|
11503
11924
|
};
|
|
11504
11925
|
}
|
|
11505
11926
|
static types() {
|
|
11506
11927
|
return {
|
|
11507
11928
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11929
|
+
statusCode: 'number',
|
|
11508
11930
|
body: PublishDataServiceApiResponseBody,
|
|
11509
11931
|
};
|
|
11510
11932
|
}
|
|
@@ -11557,12 +11979,14 @@ class QueryDISyncTaskConfigProcessResultResponse extends $tea.Model {
|
|
|
11557
11979
|
static names() {
|
|
11558
11980
|
return {
|
|
11559
11981
|
headers: 'headers',
|
|
11982
|
+
statusCode: 'statusCode',
|
|
11560
11983
|
body: 'body',
|
|
11561
11984
|
};
|
|
11562
11985
|
}
|
|
11563
11986
|
static types() {
|
|
11564
11987
|
return {
|
|
11565
11988
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11989
|
+
statusCode: 'number',
|
|
11566
11990
|
body: QueryDISyncTaskConfigProcessResultResponseBody,
|
|
11567
11991
|
};
|
|
11568
11992
|
}
|
|
@@ -11611,12 +12035,14 @@ class QueryPublicModelEngineResponse extends $tea.Model {
|
|
|
11611
12035
|
static names() {
|
|
11612
12036
|
return {
|
|
11613
12037
|
headers: 'headers',
|
|
12038
|
+
statusCode: 'statusCode',
|
|
11614
12039
|
body: 'body',
|
|
11615
12040
|
};
|
|
11616
12041
|
}
|
|
11617
12042
|
static types() {
|
|
11618
12043
|
return {
|
|
11619
12044
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12045
|
+
statusCode: 'number',
|
|
11620
12046
|
body: QueryPublicModelEngineResponseBody,
|
|
11621
12047
|
};
|
|
11622
12048
|
}
|
|
@@ -11665,12 +12091,14 @@ class RemoveProjectMemberFromRoleResponse extends $tea.Model {
|
|
|
11665
12091
|
static names() {
|
|
11666
12092
|
return {
|
|
11667
12093
|
headers: 'headers',
|
|
12094
|
+
statusCode: 'statusCode',
|
|
11668
12095
|
body: 'body',
|
|
11669
12096
|
};
|
|
11670
12097
|
}
|
|
11671
12098
|
static types() {
|
|
11672
12099
|
return {
|
|
11673
12100
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12101
|
+
statusCode: 'number',
|
|
11674
12102
|
body: RemoveProjectMemberFromRoleResponseBody,
|
|
11675
12103
|
};
|
|
11676
12104
|
}
|
|
@@ -11727,12 +12155,14 @@ class RestartInstanceResponse extends $tea.Model {
|
|
|
11727
12155
|
static names() {
|
|
11728
12156
|
return {
|
|
11729
12157
|
headers: 'headers',
|
|
12158
|
+
statusCode: 'statusCode',
|
|
11730
12159
|
body: 'body',
|
|
11731
12160
|
};
|
|
11732
12161
|
}
|
|
11733
12162
|
static types() {
|
|
11734
12163
|
return {
|
|
11735
12164
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12165
|
+
statusCode: 'number',
|
|
11736
12166
|
body: RestartInstanceResponseBody,
|
|
11737
12167
|
};
|
|
11738
12168
|
}
|
|
@@ -11789,12 +12219,14 @@ class ResumeInstanceResponse extends $tea.Model {
|
|
|
11789
12219
|
static names() {
|
|
11790
12220
|
return {
|
|
11791
12221
|
headers: 'headers',
|
|
12222
|
+
statusCode: 'statusCode',
|
|
11792
12223
|
body: 'body',
|
|
11793
12224
|
};
|
|
11794
12225
|
}
|
|
11795
12226
|
static types() {
|
|
11796
12227
|
return {
|
|
11797
12228
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12229
|
+
statusCode: 'number',
|
|
11798
12230
|
body: ResumeInstanceResponseBody,
|
|
11799
12231
|
};
|
|
11800
12232
|
}
|
|
@@ -11851,12 +12283,14 @@ class RevokeColumnPermissionResponse extends $tea.Model {
|
|
|
11851
12283
|
static names() {
|
|
11852
12284
|
return {
|
|
11853
12285
|
headers: 'headers',
|
|
12286
|
+
statusCode: 'statusCode',
|
|
11854
12287
|
body: 'body',
|
|
11855
12288
|
};
|
|
11856
12289
|
}
|
|
11857
12290
|
static types() {
|
|
11858
12291
|
return {
|
|
11859
12292
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12293
|
+
statusCode: 'number',
|
|
11860
12294
|
body: RevokeColumnPermissionResponseBody,
|
|
11861
12295
|
};
|
|
11862
12296
|
}
|
|
@@ -11913,12 +12347,14 @@ class RevokeTablePermissionResponse extends $tea.Model {
|
|
|
11913
12347
|
static names() {
|
|
11914
12348
|
return {
|
|
11915
12349
|
headers: 'headers',
|
|
12350
|
+
statusCode: 'statusCode',
|
|
11916
12351
|
body: 'body',
|
|
11917
12352
|
};
|
|
11918
12353
|
}
|
|
11919
12354
|
static types() {
|
|
11920
12355
|
return {
|
|
11921
12356
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12357
|
+
statusCode: 'number',
|
|
11922
12358
|
body: RevokeTablePermissionResponseBody,
|
|
11923
12359
|
};
|
|
11924
12360
|
}
|
|
@@ -11993,12 +12429,14 @@ class RunCycleDagNodesResponse extends $tea.Model {
|
|
|
11993
12429
|
static names() {
|
|
11994
12430
|
return {
|
|
11995
12431
|
headers: 'headers',
|
|
12432
|
+
statusCode: 'statusCode',
|
|
11996
12433
|
body: 'body',
|
|
11997
12434
|
};
|
|
11998
12435
|
}
|
|
11999
12436
|
static types() {
|
|
12000
12437
|
return {
|
|
12001
12438
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12439
|
+
statusCode: 'number',
|
|
12002
12440
|
body: RunCycleDagNodesResponseBody,
|
|
12003
12441
|
};
|
|
12004
12442
|
}
|
|
@@ -12061,12 +12499,14 @@ class RunManualDagNodesResponse extends $tea.Model {
|
|
|
12061
12499
|
static names() {
|
|
12062
12500
|
return {
|
|
12063
12501
|
headers: 'headers',
|
|
12502
|
+
statusCode: 'statusCode',
|
|
12064
12503
|
body: 'body',
|
|
12065
12504
|
};
|
|
12066
12505
|
}
|
|
12067
12506
|
static types() {
|
|
12068
12507
|
return {
|
|
12069
12508
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12509
|
+
statusCode: 'number',
|
|
12070
12510
|
body: RunManualDagNodesResponseBody,
|
|
12071
12511
|
};
|
|
12072
12512
|
}
|
|
@@ -12129,12 +12569,14 @@ class RunSmokeTestResponse extends $tea.Model {
|
|
|
12129
12569
|
static names() {
|
|
12130
12570
|
return {
|
|
12131
12571
|
headers: 'headers',
|
|
12572
|
+
statusCode: 'statusCode',
|
|
12132
12573
|
body: 'body',
|
|
12133
12574
|
};
|
|
12134
12575
|
}
|
|
12135
12576
|
static types() {
|
|
12136
12577
|
return {
|
|
12137
12578
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12579
|
+
statusCode: 'number',
|
|
12138
12580
|
body: RunSmokeTestResponseBody,
|
|
12139
12581
|
};
|
|
12140
12582
|
}
|
|
@@ -12187,12 +12629,14 @@ class RunTriggerNodeResponse extends $tea.Model {
|
|
|
12187
12629
|
static names() {
|
|
12188
12630
|
return {
|
|
12189
12631
|
headers: 'headers',
|
|
12632
|
+
statusCode: 'statusCode',
|
|
12190
12633
|
body: 'body',
|
|
12191
12634
|
};
|
|
12192
12635
|
}
|
|
12193
12636
|
static types() {
|
|
12194
12637
|
return {
|
|
12195
12638
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12639
|
+
statusCode: 'number',
|
|
12196
12640
|
body: RunTriggerNodeResponseBody,
|
|
12197
12641
|
};
|
|
12198
12642
|
}
|
|
@@ -12239,12 +12683,14 @@ class ScanSensitiveDataResponse extends $tea.Model {
|
|
|
12239
12683
|
static names() {
|
|
12240
12684
|
return {
|
|
12241
12685
|
headers: 'headers',
|
|
12686
|
+
statusCode: 'statusCode',
|
|
12242
12687
|
body: 'body',
|
|
12243
12688
|
};
|
|
12244
12689
|
}
|
|
12245
12690
|
static types() {
|
|
12246
12691
|
return {
|
|
12247
12692
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12693
|
+
statusCode: 'number',
|
|
12248
12694
|
body: ScanSensitiveDataResponseBody,
|
|
12249
12695
|
};
|
|
12250
12696
|
}
|
|
@@ -12311,12 +12757,14 @@ class SearchMetaTablesResponse extends $tea.Model {
|
|
|
12311
12757
|
static names() {
|
|
12312
12758
|
return {
|
|
12313
12759
|
headers: 'headers',
|
|
12760
|
+
statusCode: 'statusCode',
|
|
12314
12761
|
body: 'body',
|
|
12315
12762
|
};
|
|
12316
12763
|
}
|
|
12317
12764
|
static types() {
|
|
12318
12765
|
return {
|
|
12319
12766
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12767
|
+
statusCode: 'number',
|
|
12320
12768
|
body: SearchMetaTablesResponseBody,
|
|
12321
12769
|
};
|
|
12322
12770
|
}
|
|
@@ -12373,12 +12821,14 @@ class SearchNodesByOutputResponse extends $tea.Model {
|
|
|
12373
12821
|
static names() {
|
|
12374
12822
|
return {
|
|
12375
12823
|
headers: 'headers',
|
|
12824
|
+
statusCode: 'statusCode',
|
|
12376
12825
|
body: 'body',
|
|
12377
12826
|
};
|
|
12378
12827
|
}
|
|
12379
12828
|
static types() {
|
|
12380
12829
|
return {
|
|
12381
12830
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12831
|
+
statusCode: 'number',
|
|
12382
12832
|
body: SearchNodesByOutputResponseBody,
|
|
12383
12833
|
};
|
|
12384
12834
|
}
|
|
@@ -12435,12 +12885,14 @@ class SetDataSourceShareResponse extends $tea.Model {
|
|
|
12435
12885
|
static names() {
|
|
12436
12886
|
return {
|
|
12437
12887
|
headers: 'headers',
|
|
12888
|
+
statusCode: 'statusCode',
|
|
12438
12889
|
body: 'body',
|
|
12439
12890
|
};
|
|
12440
12891
|
}
|
|
12441
12892
|
static types() {
|
|
12442
12893
|
return {
|
|
12443
12894
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12895
|
+
statusCode: 'number',
|
|
12444
12896
|
body: SetDataSourceShareResponseBody,
|
|
12445
12897
|
};
|
|
12446
12898
|
}
|
|
@@ -12497,12 +12949,14 @@ class SetSuccessInstanceResponse extends $tea.Model {
|
|
|
12497
12949
|
static names() {
|
|
12498
12950
|
return {
|
|
12499
12951
|
headers: 'headers',
|
|
12952
|
+
statusCode: 'statusCode',
|
|
12500
12953
|
body: 'body',
|
|
12501
12954
|
};
|
|
12502
12955
|
}
|
|
12503
12956
|
static types() {
|
|
12504
12957
|
return {
|
|
12505
12958
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12959
|
+
statusCode: 'number',
|
|
12506
12960
|
body: SetSuccessInstanceResponseBody,
|
|
12507
12961
|
};
|
|
12508
12962
|
}
|
|
@@ -12557,12 +13011,14 @@ class StartDISyncInstanceResponse extends $tea.Model {
|
|
|
12557
13011
|
static names() {
|
|
12558
13012
|
return {
|
|
12559
13013
|
headers: 'headers',
|
|
13014
|
+
statusCode: 'statusCode',
|
|
12560
13015
|
body: 'body',
|
|
12561
13016
|
};
|
|
12562
13017
|
}
|
|
12563
13018
|
static types() {
|
|
12564
13019
|
return {
|
|
12565
13020
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13021
|
+
statusCode: 'number',
|
|
12566
13022
|
body: StartDISyncInstanceResponseBody,
|
|
12567
13023
|
};
|
|
12568
13024
|
}
|
|
@@ -12619,12 +13075,14 @@ class StartMigrationResponse extends $tea.Model {
|
|
|
12619
13075
|
static names() {
|
|
12620
13076
|
return {
|
|
12621
13077
|
headers: 'headers',
|
|
13078
|
+
statusCode: 'statusCode',
|
|
12622
13079
|
body: 'body',
|
|
12623
13080
|
};
|
|
12624
13081
|
}
|
|
12625
13082
|
static types() {
|
|
12626
13083
|
return {
|
|
12627
13084
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13085
|
+
statusCode: 'number',
|
|
12628
13086
|
body: StartMigrationResponseBody,
|
|
12629
13087
|
};
|
|
12630
13088
|
}
|
|
@@ -12677,12 +13135,14 @@ class StopDISyncInstanceResponse extends $tea.Model {
|
|
|
12677
13135
|
static names() {
|
|
12678
13136
|
return {
|
|
12679
13137
|
headers: 'headers',
|
|
13138
|
+
statusCode: 'statusCode',
|
|
12680
13139
|
body: 'body',
|
|
12681
13140
|
};
|
|
12682
13141
|
}
|
|
12683
13142
|
static types() {
|
|
12684
13143
|
return {
|
|
12685
13144
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13145
|
+
statusCode: 'number',
|
|
12686
13146
|
body: StopDISyncInstanceResponseBody,
|
|
12687
13147
|
};
|
|
12688
13148
|
}
|
|
@@ -12739,12 +13199,14 @@ class StopInstanceResponse extends $tea.Model {
|
|
|
12739
13199
|
static names() {
|
|
12740
13200
|
return {
|
|
12741
13201
|
headers: 'headers',
|
|
13202
|
+
statusCode: 'statusCode',
|
|
12742
13203
|
body: 'body',
|
|
12743
13204
|
};
|
|
12744
13205
|
}
|
|
12745
13206
|
static types() {
|
|
12746
13207
|
return {
|
|
12747
13208
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13209
|
+
statusCode: 'number',
|
|
12748
13210
|
body: StopInstanceResponseBody,
|
|
12749
13211
|
};
|
|
12750
13212
|
}
|
|
@@ -12805,12 +13267,14 @@ class SubmitFileResponse extends $tea.Model {
|
|
|
12805
13267
|
static names() {
|
|
12806
13268
|
return {
|
|
12807
13269
|
headers: 'headers',
|
|
13270
|
+
statusCode: 'statusCode',
|
|
12808
13271
|
body: 'body',
|
|
12809
13272
|
};
|
|
12810
13273
|
}
|
|
12811
13274
|
static types() {
|
|
12812
13275
|
return {
|
|
12813
13276
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13277
|
+
statusCode: 'number',
|
|
12814
13278
|
body: SubmitFileResponseBody,
|
|
12815
13279
|
};
|
|
12816
13280
|
}
|
|
@@ -12867,12 +13331,14 @@ class SuspendInstanceResponse extends $tea.Model {
|
|
|
12867
13331
|
static names() {
|
|
12868
13332
|
return {
|
|
12869
13333
|
headers: 'headers',
|
|
13334
|
+
statusCode: 'statusCode',
|
|
12870
13335
|
body: 'body',
|
|
12871
13336
|
};
|
|
12872
13337
|
}
|
|
12873
13338
|
static types() {
|
|
12874
13339
|
return {
|
|
12875
13340
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13341
|
+
statusCode: 'number',
|
|
12876
13342
|
body: SuspendInstanceResponseBody,
|
|
12877
13343
|
};
|
|
12878
13344
|
}
|
|
@@ -12925,12 +13391,14 @@ class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
12925
13391
|
static names() {
|
|
12926
13392
|
return {
|
|
12927
13393
|
headers: 'headers',
|
|
13394
|
+
statusCode: 'statusCode',
|
|
12928
13395
|
body: 'body',
|
|
12929
13396
|
};
|
|
12930
13397
|
}
|
|
12931
13398
|
static types() {
|
|
12932
13399
|
return {
|
|
12933
13400
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13401
|
+
statusCode: 'number',
|
|
12934
13402
|
body: TerminateDISyncInstanceResponseBody,
|
|
12935
13403
|
};
|
|
12936
13404
|
}
|
|
@@ -12985,12 +13453,14 @@ class TestNetworkConnectionResponse extends $tea.Model {
|
|
|
12985
13453
|
static names() {
|
|
12986
13454
|
return {
|
|
12987
13455
|
headers: 'headers',
|
|
13456
|
+
statusCode: 'statusCode',
|
|
12988
13457
|
body: 'body',
|
|
12989
13458
|
};
|
|
12990
13459
|
}
|
|
12991
13460
|
static types() {
|
|
12992
13461
|
return {
|
|
12993
13462
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13463
|
+
statusCode: 'number',
|
|
12994
13464
|
body: TestNetworkConnectionResponseBody,
|
|
12995
13465
|
};
|
|
12996
13466
|
}
|
|
@@ -13037,12 +13507,14 @@ class TopTenElapsedTimeInstanceResponse extends $tea.Model {
|
|
|
13037
13507
|
static names() {
|
|
13038
13508
|
return {
|
|
13039
13509
|
headers: 'headers',
|
|
13510
|
+
statusCode: 'statusCode',
|
|
13040
13511
|
body: 'body',
|
|
13041
13512
|
};
|
|
13042
13513
|
}
|
|
13043
13514
|
static types() {
|
|
13044
13515
|
return {
|
|
13045
13516
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13517
|
+
statusCode: 'number',
|
|
13046
13518
|
body: TopTenElapsedTimeInstanceResponseBody,
|
|
13047
13519
|
};
|
|
13048
13520
|
}
|
|
@@ -13089,12 +13561,14 @@ class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
13089
13561
|
static names() {
|
|
13090
13562
|
return {
|
|
13091
13563
|
headers: 'headers',
|
|
13564
|
+
statusCode: 'statusCode',
|
|
13092
13565
|
body: 'body',
|
|
13093
13566
|
};
|
|
13094
13567
|
}
|
|
13095
13568
|
static types() {
|
|
13096
13569
|
return {
|
|
13097
13570
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13571
|
+
statusCode: 'number',
|
|
13098
13572
|
body: TopTenErrorTimesInstanceResponseBody,
|
|
13099
13573
|
};
|
|
13100
13574
|
}
|
|
@@ -13157,12 +13631,14 @@ class UpdateBusinessResponse extends $tea.Model {
|
|
|
13157
13631
|
static names() {
|
|
13158
13632
|
return {
|
|
13159
13633
|
headers: 'headers',
|
|
13634
|
+
statusCode: 'statusCode',
|
|
13160
13635
|
body: 'body',
|
|
13161
13636
|
};
|
|
13162
13637
|
}
|
|
13163
13638
|
static types() {
|
|
13164
13639
|
return {
|
|
13165
13640
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13641
|
+
statusCode: 'number',
|
|
13166
13642
|
body: UpdateBusinessResponseBody,
|
|
13167
13643
|
};
|
|
13168
13644
|
}
|
|
@@ -13221,12 +13697,14 @@ class UpdateConnectionResponse extends $tea.Model {
|
|
|
13221
13697
|
static names() {
|
|
13222
13698
|
return {
|
|
13223
13699
|
headers: 'headers',
|
|
13700
|
+
statusCode: 'statusCode',
|
|
13224
13701
|
body: 'body',
|
|
13225
13702
|
};
|
|
13226
13703
|
}
|
|
13227
13704
|
static types() {
|
|
13228
13705
|
return {
|
|
13229
13706
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13707
|
+
statusCode: 'number',
|
|
13230
13708
|
body: UpdateConnectionResponseBody,
|
|
13231
13709
|
};
|
|
13232
13710
|
}
|
|
@@ -13281,12 +13759,14 @@ class UpdateDIProjectConfigResponse extends $tea.Model {
|
|
|
13281
13759
|
static names() {
|
|
13282
13760
|
return {
|
|
13283
13761
|
headers: 'headers',
|
|
13762
|
+
statusCode: 'statusCode',
|
|
13284
13763
|
body: 'body',
|
|
13285
13764
|
};
|
|
13286
13765
|
}
|
|
13287
13766
|
static types() {
|
|
13288
13767
|
return {
|
|
13289
13768
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13769
|
+
statusCode: 'number',
|
|
13290
13770
|
body: UpdateDIProjectConfigResponseBody,
|
|
13291
13771
|
};
|
|
13292
13772
|
}
|
|
@@ -13343,12 +13823,14 @@ class UpdateDISyncTaskResponse extends $tea.Model {
|
|
|
13343
13823
|
static names() {
|
|
13344
13824
|
return {
|
|
13345
13825
|
headers: 'headers',
|
|
13826
|
+
statusCode: 'statusCode',
|
|
13346
13827
|
body: 'body',
|
|
13347
13828
|
};
|
|
13348
13829
|
}
|
|
13349
13830
|
static types() {
|
|
13350
13831
|
return {
|
|
13351
13832
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13833
|
+
statusCode: 'number',
|
|
13352
13834
|
body: UpdateDISyncTaskResponseBody,
|
|
13353
13835
|
};
|
|
13354
13836
|
}
|
|
@@ -13427,12 +13909,14 @@ class UpdateDataServiceApiResponse extends $tea.Model {
|
|
|
13427
13909
|
static names() {
|
|
13428
13910
|
return {
|
|
13429
13911
|
headers: 'headers',
|
|
13912
|
+
statusCode: 'statusCode',
|
|
13430
13913
|
body: 'body',
|
|
13431
13914
|
};
|
|
13432
13915
|
}
|
|
13433
13916
|
static types() {
|
|
13434
13917
|
return {
|
|
13435
13918
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13919
|
+
statusCode: 'number',
|
|
13436
13920
|
body: UpdateDataServiceApiResponseBody,
|
|
13437
13921
|
};
|
|
13438
13922
|
}
|
|
@@ -13491,12 +13975,14 @@ class UpdateDataSourceResponse extends $tea.Model {
|
|
|
13491
13975
|
static names() {
|
|
13492
13976
|
return {
|
|
13493
13977
|
headers: 'headers',
|
|
13978
|
+
statusCode: 'statusCode',
|
|
13494
13979
|
body: 'body',
|
|
13495
13980
|
};
|
|
13496
13981
|
}
|
|
13497
13982
|
static types() {
|
|
13498
13983
|
return {
|
|
13499
13984
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13985
|
+
statusCode: 'number',
|
|
13500
13986
|
body: UpdateDataSourceResponseBody,
|
|
13501
13987
|
};
|
|
13502
13988
|
}
|
|
@@ -13605,12 +14091,14 @@ class UpdateFileResponse extends $tea.Model {
|
|
|
13605
14091
|
static names() {
|
|
13606
14092
|
return {
|
|
13607
14093
|
headers: 'headers',
|
|
14094
|
+
statusCode: 'statusCode',
|
|
13608
14095
|
body: 'body',
|
|
13609
14096
|
};
|
|
13610
14097
|
}
|
|
13611
14098
|
static types() {
|
|
13612
14099
|
return {
|
|
13613
14100
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14101
|
+
statusCode: 'number',
|
|
13614
14102
|
body: UpdateFileResponseBody,
|
|
13615
14103
|
};
|
|
13616
14104
|
}
|
|
@@ -13669,12 +14157,14 @@ class UpdateFolderResponse extends $tea.Model {
|
|
|
13669
14157
|
static names() {
|
|
13670
14158
|
return {
|
|
13671
14159
|
headers: 'headers',
|
|
14160
|
+
statusCode: 'statusCode',
|
|
13672
14161
|
body: 'body',
|
|
13673
14162
|
};
|
|
13674
14163
|
}
|
|
13675
14164
|
static types() {
|
|
13676
14165
|
return {
|
|
13677
14166
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14167
|
+
statusCode: 'number',
|
|
13678
14168
|
body: UpdateFolderResponseBody,
|
|
13679
14169
|
};
|
|
13680
14170
|
}
|
|
@@ -13725,12 +14215,14 @@ class UpdateIDEEventResultResponse extends $tea.Model {
|
|
|
13725
14215
|
static names() {
|
|
13726
14216
|
return {
|
|
13727
14217
|
headers: 'headers',
|
|
14218
|
+
statusCode: 'statusCode',
|
|
13728
14219
|
body: 'body',
|
|
13729
14220
|
};
|
|
13730
14221
|
}
|
|
13731
14222
|
static types() {
|
|
13732
14223
|
return {
|
|
13733
14224
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14225
|
+
statusCode: 'number',
|
|
13734
14226
|
body: UpdateIDEEventResultResponseBody,
|
|
13735
14227
|
};
|
|
13736
14228
|
}
|
|
@@ -13789,12 +14281,14 @@ class UpdateMetaCategoryResponse extends $tea.Model {
|
|
|
13789
14281
|
static names() {
|
|
13790
14282
|
return {
|
|
13791
14283
|
headers: 'headers',
|
|
14284
|
+
statusCode: 'statusCode',
|
|
13792
14285
|
body: 'body',
|
|
13793
14286
|
};
|
|
13794
14287
|
}
|
|
13795
14288
|
static types() {
|
|
13796
14289
|
return {
|
|
13797
14290
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14291
|
+
statusCode: 'number',
|
|
13798
14292
|
body: UpdateMetaCategoryResponseBody,
|
|
13799
14293
|
};
|
|
13800
14294
|
}
|
|
@@ -13859,12 +14353,14 @@ class UpdateMetaTableResponse extends $tea.Model {
|
|
|
13859
14353
|
static names() {
|
|
13860
14354
|
return {
|
|
13861
14355
|
headers: 'headers',
|
|
14356
|
+
statusCode: 'statusCode',
|
|
13862
14357
|
body: 'body',
|
|
13863
14358
|
};
|
|
13864
14359
|
}
|
|
13865
14360
|
static types() {
|
|
13866
14361
|
return {
|
|
13867
14362
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14363
|
+
statusCode: 'number',
|
|
13868
14364
|
body: UpdateMetaTableResponseBody,
|
|
13869
14365
|
};
|
|
13870
14366
|
}
|
|
@@ -13913,12 +14409,14 @@ class UpdateMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
13913
14409
|
static names() {
|
|
13914
14410
|
return {
|
|
13915
14411
|
headers: 'headers',
|
|
14412
|
+
statusCode: 'statusCode',
|
|
13916
14413
|
body: 'body',
|
|
13917
14414
|
};
|
|
13918
14415
|
}
|
|
13919
14416
|
static types() {
|
|
13920
14417
|
return {
|
|
13921
14418
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14419
|
+
statusCode: 'number',
|
|
13922
14420
|
body: UpdateMetaTableIntroWikiResponseBody,
|
|
13923
14421
|
};
|
|
13924
14422
|
}
|
|
@@ -13969,12 +14467,14 @@ class UpdateNodeOwnerResponse extends $tea.Model {
|
|
|
13969
14467
|
static names() {
|
|
13970
14468
|
return {
|
|
13971
14469
|
headers: 'headers',
|
|
14470
|
+
statusCode: 'statusCode',
|
|
13972
14471
|
body: 'body',
|
|
13973
14472
|
};
|
|
13974
14473
|
}
|
|
13975
14474
|
static types() {
|
|
13976
14475
|
return {
|
|
13977
14476
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14477
|
+
statusCode: 'number',
|
|
13978
14478
|
body: UpdateNodeOwnerResponseBody,
|
|
13979
14479
|
};
|
|
13980
14480
|
}
|
|
@@ -14025,12 +14525,14 @@ class UpdateNodeRunModeResponse extends $tea.Model {
|
|
|
14025
14525
|
static names() {
|
|
14026
14526
|
return {
|
|
14027
14527
|
headers: 'headers',
|
|
14528
|
+
statusCode: 'statusCode',
|
|
14028
14529
|
body: 'body',
|
|
14029
14530
|
};
|
|
14030
14531
|
}
|
|
14031
14532
|
static types() {
|
|
14032
14533
|
return {
|
|
14033
14534
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14535
|
+
statusCode: 'number',
|
|
14034
14536
|
body: UpdateNodeRunModeResponseBody,
|
|
14035
14537
|
};
|
|
14036
14538
|
}
|
|
@@ -14091,12 +14593,14 @@ class UpdateQualityFollowerResponse extends $tea.Model {
|
|
|
14091
14593
|
static names() {
|
|
14092
14594
|
return {
|
|
14093
14595
|
headers: 'headers',
|
|
14596
|
+
statusCode: 'statusCode',
|
|
14094
14597
|
body: 'body',
|
|
14095
14598
|
};
|
|
14096
14599
|
}
|
|
14097
14600
|
static types() {
|
|
14098
14601
|
return {
|
|
14099
14602
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14603
|
+
statusCode: 'number',
|
|
14100
14604
|
body: UpdateQualityFollowerResponseBody,
|
|
14101
14605
|
};
|
|
14102
14606
|
}
|
|
@@ -14189,12 +14693,14 @@ class UpdateQualityRuleResponse extends $tea.Model {
|
|
|
14189
14693
|
static names() {
|
|
14190
14694
|
return {
|
|
14191
14695
|
headers: 'headers',
|
|
14696
|
+
statusCode: 'statusCode',
|
|
14192
14697
|
body: 'body',
|
|
14193
14698
|
};
|
|
14194
14699
|
}
|
|
14195
14700
|
static types() {
|
|
14196
14701
|
return {
|
|
14197
14702
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14703
|
+
statusCode: 'number',
|
|
14198
14704
|
body: UpdateQualityRuleResponseBody,
|
|
14199
14705
|
};
|
|
14200
14706
|
}
|
|
@@ -14281,12 +14787,14 @@ class UpdateRemindResponse extends $tea.Model {
|
|
|
14281
14787
|
static names() {
|
|
14282
14788
|
return {
|
|
14283
14789
|
headers: 'headers',
|
|
14790
|
+
statusCode: 'statusCode',
|
|
14284
14791
|
body: 'body',
|
|
14285
14792
|
};
|
|
14286
14793
|
}
|
|
14287
14794
|
static types() {
|
|
14288
14795
|
return {
|
|
14289
14796
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14797
|
+
statusCode: 'number',
|
|
14290
14798
|
body: UpdateRemindResponseBody,
|
|
14291
14799
|
};
|
|
14292
14800
|
}
|
|
@@ -14369,12 +14877,14 @@ class UpdateTableResponse extends $tea.Model {
|
|
|
14369
14877
|
static names() {
|
|
14370
14878
|
return {
|
|
14371
14879
|
headers: 'headers',
|
|
14880
|
+
statusCode: 'statusCode',
|
|
14372
14881
|
body: 'body',
|
|
14373
14882
|
};
|
|
14374
14883
|
}
|
|
14375
14884
|
static types() {
|
|
14376
14885
|
return {
|
|
14377
14886
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14887
|
+
statusCode: 'number',
|
|
14378
14888
|
body: UpdateTableResponseBody,
|
|
14379
14889
|
};
|
|
14380
14890
|
}
|
|
@@ -14423,12 +14933,14 @@ class UpdateTableAddColumnResponse extends $tea.Model {
|
|
|
14423
14933
|
static names() {
|
|
14424
14934
|
return {
|
|
14425
14935
|
headers: 'headers',
|
|
14936
|
+
statusCode: 'statusCode',
|
|
14426
14937
|
body: 'body',
|
|
14427
14938
|
};
|
|
14428
14939
|
}
|
|
14429
14940
|
static types() {
|
|
14430
14941
|
return {
|
|
14431
14942
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14943
|
+
statusCode: 'number',
|
|
14432
14944
|
body: UpdateTableAddColumnResponseBody,
|
|
14433
14945
|
};
|
|
14434
14946
|
}
|
|
@@ -14491,12 +15003,14 @@ class UpdateTableLevelResponse extends $tea.Model {
|
|
|
14491
15003
|
static names() {
|
|
14492
15004
|
return {
|
|
14493
15005
|
headers: 'headers',
|
|
15006
|
+
statusCode: 'statusCode',
|
|
14494
15007
|
body: 'body',
|
|
14495
15008
|
};
|
|
14496
15009
|
}
|
|
14497
15010
|
static types() {
|
|
14498
15011
|
return {
|
|
14499
15012
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15013
|
+
statusCode: 'number',
|
|
14500
15014
|
body: UpdateTableLevelResponseBody,
|
|
14501
15015
|
};
|
|
14502
15016
|
}
|
|
@@ -14551,12 +15065,14 @@ class UpdateTableModelInfoResponse extends $tea.Model {
|
|
|
14551
15065
|
static names() {
|
|
14552
15066
|
return {
|
|
14553
15067
|
headers: 'headers',
|
|
15068
|
+
statusCode: 'statusCode',
|
|
14554
15069
|
body: 'body',
|
|
14555
15070
|
};
|
|
14556
15071
|
}
|
|
14557
15072
|
static types() {
|
|
14558
15073
|
return {
|
|
14559
15074
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15075
|
+
statusCode: 'number',
|
|
14560
15076
|
body: UpdateTableModelInfoResponseBody,
|
|
14561
15077
|
};
|
|
14562
15078
|
}
|
|
@@ -14615,12 +15131,14 @@ class UpdateTableThemeResponse extends $tea.Model {
|
|
|
14615
15131
|
static names() {
|
|
14616
15132
|
return {
|
|
14617
15133
|
headers: 'headers',
|
|
15134
|
+
statusCode: 'statusCode',
|
|
14618
15135
|
body: 'body',
|
|
14619
15136
|
};
|
|
14620
15137
|
}
|
|
14621
15138
|
static types() {
|
|
14622
15139
|
return {
|
|
14623
15140
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15141
|
+
statusCode: 'number',
|
|
14624
15142
|
body: UpdateTableThemeResponseBody,
|
|
14625
15143
|
};
|
|
14626
15144
|
}
|
|
@@ -14695,12 +15213,14 @@ class UpdateUdfFileResponse extends $tea.Model {
|
|
|
14695
15213
|
static names() {
|
|
14696
15214
|
return {
|
|
14697
15215
|
headers: 'headers',
|
|
15216
|
+
statusCode: 'statusCode',
|
|
14698
15217
|
body: 'body',
|
|
14699
15218
|
};
|
|
14700
15219
|
}
|
|
14701
15220
|
static types() {
|
|
14702
15221
|
return {
|
|
14703
15222
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15223
|
+
statusCode: 'number',
|
|
14704
15224
|
body: UpdateUdfFileResponseBody,
|
|
14705
15225
|
};
|
|
14706
15226
|
}
|
|
@@ -14753,12 +15273,14 @@ class UpdateWorkbenchEventResultResponse extends $tea.Model {
|
|
|
14753
15273
|
static names() {
|
|
14754
15274
|
return {
|
|
14755
15275
|
headers: 'headers',
|
|
15276
|
+
statusCode: 'statusCode',
|
|
14756
15277
|
body: 'body',
|
|
14757
15278
|
};
|
|
14758
15279
|
}
|
|
14759
15280
|
static types() {
|
|
14760
15281
|
return {
|
|
14761
15282
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15283
|
+
statusCode: 'number',
|
|
14762
15284
|
body: UpdateWorkbenchEventResultResponseBody,
|
|
14763
15285
|
};
|
|
14764
15286
|
}
|
|
@@ -21360,6 +21882,74 @@ class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
|
|
|
21360
21882
|
}
|
|
21361
21883
|
}
|
|
21362
21884
|
exports.ListMetaDBResponseBodyDatabaseInfo = ListMetaDBResponseBodyDatabaseInfo;
|
|
21885
|
+
class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
|
|
21886
|
+
constructor(map) {
|
|
21887
|
+
super(map);
|
|
21888
|
+
}
|
|
21889
|
+
static names() {
|
|
21890
|
+
return {
|
|
21891
|
+
createTime: 'CreateTime',
|
|
21892
|
+
createUser: 'CreateUser',
|
|
21893
|
+
createUserName: 'CreateUserName',
|
|
21894
|
+
description: 'Description',
|
|
21895
|
+
downloadUrl: 'DownloadUrl',
|
|
21896
|
+
id: 'Id',
|
|
21897
|
+
message: 'Message',
|
|
21898
|
+
migrationType: 'MigrationType',
|
|
21899
|
+
name: 'Name',
|
|
21900
|
+
packageType: 'PackageType',
|
|
21901
|
+
projectId: 'ProjectId',
|
|
21902
|
+
status: 'Status',
|
|
21903
|
+
tenantId: 'TenantId',
|
|
21904
|
+
updateTime: 'UpdateTime',
|
|
21905
|
+
updateUser: 'UpdateUser',
|
|
21906
|
+
updateUserName: 'UpdateUserName',
|
|
21907
|
+
};
|
|
21908
|
+
}
|
|
21909
|
+
static types() {
|
|
21910
|
+
return {
|
|
21911
|
+
createTime: 'number',
|
|
21912
|
+
createUser: 'string',
|
|
21913
|
+
createUserName: 'string',
|
|
21914
|
+
description: 'string',
|
|
21915
|
+
downloadUrl: 'string',
|
|
21916
|
+
id: 'number',
|
|
21917
|
+
message: 'string',
|
|
21918
|
+
migrationType: 'string',
|
|
21919
|
+
name: 'string',
|
|
21920
|
+
packageType: 'string',
|
|
21921
|
+
projectId: 'number',
|
|
21922
|
+
status: 'string',
|
|
21923
|
+
tenantId: 'number',
|
|
21924
|
+
updateTime: 'number',
|
|
21925
|
+
updateUser: 'string',
|
|
21926
|
+
updateUserName: 'string',
|
|
21927
|
+
};
|
|
21928
|
+
}
|
|
21929
|
+
}
|
|
21930
|
+
exports.ListMigrationsResponseBodyDataMigrations = ListMigrationsResponseBodyDataMigrations;
|
|
21931
|
+
class ListMigrationsResponseBodyData extends $tea.Model {
|
|
21932
|
+
constructor(map) {
|
|
21933
|
+
super(map);
|
|
21934
|
+
}
|
|
21935
|
+
static names() {
|
|
21936
|
+
return {
|
|
21937
|
+
migrations: 'Migrations',
|
|
21938
|
+
pageNumber: 'PageNumber',
|
|
21939
|
+
pageSize: 'PageSize',
|
|
21940
|
+
totalCount: 'TotalCount',
|
|
21941
|
+
};
|
|
21942
|
+
}
|
|
21943
|
+
static types() {
|
|
21944
|
+
return {
|
|
21945
|
+
migrations: { 'type': 'array', 'itemType': ListMigrationsResponseBodyDataMigrations },
|
|
21946
|
+
pageNumber: 'number',
|
|
21947
|
+
pageSize: 'number',
|
|
21948
|
+
totalCount: 'number',
|
|
21949
|
+
};
|
|
21950
|
+
}
|
|
21951
|
+
}
|
|
21952
|
+
exports.ListMigrationsResponseBodyData = ListMigrationsResponseBodyData;
|
|
21363
21953
|
class ListNodeIOResponseBodyData extends $tea.Model {
|
|
21364
21954
|
constructor(map) {
|
|
21365
21955
|
super(map);
|
|
@@ -28664,6 +29254,44 @@ class Client extends openapi_client_1.default {
|
|
|
28664
29254
|
let runtime = new $Util.RuntimeOptions({});
|
|
28665
29255
|
return await this.listMetaDBWithOptions(request, runtime);
|
|
28666
29256
|
}
|
|
29257
|
+
async listMigrationsWithOptions(request, runtime) {
|
|
29258
|
+
tea_util_1.default.validateModel(request);
|
|
29259
|
+
let body = {};
|
|
29260
|
+
if (!tea_util_1.default.isUnset(request.migrationType)) {
|
|
29261
|
+
body["MigrationType"] = request.migrationType;
|
|
29262
|
+
}
|
|
29263
|
+
if (!tea_util_1.default.isUnset(request.owner)) {
|
|
29264
|
+
body["Owner"] = request.owner;
|
|
29265
|
+
}
|
|
29266
|
+
if (!tea_util_1.default.isUnset(request.pageNumber)) {
|
|
29267
|
+
body["PageNumber"] = request.pageNumber;
|
|
29268
|
+
}
|
|
29269
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
29270
|
+
body["PageSize"] = request.pageSize;
|
|
29271
|
+
}
|
|
29272
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
29273
|
+
body["ProjectId"] = request.projectId;
|
|
29274
|
+
}
|
|
29275
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
29276
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
29277
|
+
});
|
|
29278
|
+
let params = new $OpenApi.Params({
|
|
29279
|
+
action: "ListMigrations",
|
|
29280
|
+
version: "2020-05-18",
|
|
29281
|
+
protocol: "HTTPS",
|
|
29282
|
+
pathname: "/",
|
|
29283
|
+
method: "POST",
|
|
29284
|
+
authType: "AK",
|
|
29285
|
+
style: "RPC",
|
|
29286
|
+
reqBodyType: "formData",
|
|
29287
|
+
bodyType: "json",
|
|
29288
|
+
});
|
|
29289
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListMigrationsResponse({}));
|
|
29290
|
+
}
|
|
29291
|
+
async listMigrations(request) {
|
|
29292
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
29293
|
+
return await this.listMigrationsWithOptions(request, runtime);
|
|
29294
|
+
}
|
|
28667
29295
|
async listNodeIOWithOptions(request, runtime) {
|
|
28668
29296
|
tea_util_1.default.validateModel(request);
|
|
28669
29297
|
let body = {};
|