@alicloud/dataworks-public20200518 4.3.7 → 4.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +715 -0
- package/dist/client.js +1382 -33
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +1806 -8
package/dist/client.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
|
}
|
|
@@ -2150,6 +2210,7 @@ class CreateTableRequest extends $tea.Model {
|
|
|
2150
2210
|
ownerId: 'OwnerId',
|
|
2151
2211
|
physicsLevelId: 'PhysicsLevelId',
|
|
2152
2212
|
projectId: 'ProjectId',
|
|
2213
|
+
schema: 'Schema',
|
|
2153
2214
|
tableName: 'TableName',
|
|
2154
2215
|
themes: 'Themes',
|
|
2155
2216
|
visibility: 'Visibility',
|
|
@@ -2173,6 +2234,7 @@ class CreateTableRequest extends $tea.Model {
|
|
|
2173
2234
|
ownerId: 'string',
|
|
2174
2235
|
physicsLevelId: 'number',
|
|
2175
2236
|
projectId: 'number',
|
|
2237
|
+
schema: 'string',
|
|
2176
2238
|
tableName: 'string',
|
|
2177
2239
|
themes: { 'type': 'array', 'itemType': CreateTableRequestThemes },
|
|
2178
2240
|
visibility: 'number',
|
|
@@ -2205,12 +2267,14 @@ class CreateTableResponse extends $tea.Model {
|
|
|
2205
2267
|
static names() {
|
|
2206
2268
|
return {
|
|
2207
2269
|
headers: 'headers',
|
|
2270
|
+
statusCode: 'statusCode',
|
|
2208
2271
|
body: 'body',
|
|
2209
2272
|
};
|
|
2210
2273
|
}
|
|
2211
2274
|
static types() {
|
|
2212
2275
|
return {
|
|
2213
2276
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2277
|
+
statusCode: 'number',
|
|
2214
2278
|
body: CreateTableResponseBody,
|
|
2215
2279
|
};
|
|
2216
2280
|
}
|
|
@@ -2271,12 +2335,14 @@ class CreateTableLevelResponse extends $tea.Model {
|
|
|
2271
2335
|
static names() {
|
|
2272
2336
|
return {
|
|
2273
2337
|
headers: 'headers',
|
|
2338
|
+
statusCode: 'statusCode',
|
|
2274
2339
|
body: 'body',
|
|
2275
2340
|
};
|
|
2276
2341
|
}
|
|
2277
2342
|
static types() {
|
|
2278
2343
|
return {
|
|
2279
2344
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2345
|
+
statusCode: 'number',
|
|
2280
2346
|
body: CreateTableLevelResponseBody,
|
|
2281
2347
|
};
|
|
2282
2348
|
}
|
|
@@ -2337,12 +2403,14 @@ class CreateTableThemeResponse extends $tea.Model {
|
|
|
2337
2403
|
static names() {
|
|
2338
2404
|
return {
|
|
2339
2405
|
headers: 'headers',
|
|
2406
|
+
statusCode: 'statusCode',
|
|
2340
2407
|
body: 'body',
|
|
2341
2408
|
};
|
|
2342
2409
|
}
|
|
2343
2410
|
static types() {
|
|
2344
2411
|
return {
|
|
2345
2412
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2413
|
+
statusCode: 'number',
|
|
2346
2414
|
body: CreateTableThemeResponseBody,
|
|
2347
2415
|
};
|
|
2348
2416
|
}
|
|
@@ -2419,12 +2487,14 @@ class CreateUdfFileResponse extends $tea.Model {
|
|
|
2419
2487
|
static names() {
|
|
2420
2488
|
return {
|
|
2421
2489
|
headers: 'headers',
|
|
2490
|
+
statusCode: 'statusCode',
|
|
2422
2491
|
body: 'body',
|
|
2423
2492
|
};
|
|
2424
2493
|
}
|
|
2425
2494
|
static types() {
|
|
2426
2495
|
return {
|
|
2427
2496
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2497
|
+
statusCode: 'number',
|
|
2428
2498
|
body: CreateUdfFileResponseBody,
|
|
2429
2499
|
};
|
|
2430
2500
|
}
|
|
@@ -2481,12 +2551,14 @@ class DeleteBusinessResponse extends $tea.Model {
|
|
|
2481
2551
|
static names() {
|
|
2482
2552
|
return {
|
|
2483
2553
|
headers: 'headers',
|
|
2554
|
+
statusCode: 'statusCode',
|
|
2484
2555
|
body: 'body',
|
|
2485
2556
|
};
|
|
2486
2557
|
}
|
|
2487
2558
|
static types() {
|
|
2488
2559
|
return {
|
|
2489
2560
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2561
|
+
statusCode: 'number',
|
|
2490
2562
|
body: DeleteBusinessResponseBody,
|
|
2491
2563
|
};
|
|
2492
2564
|
}
|
|
@@ -2537,12 +2609,14 @@ class DeleteConnectionResponse extends $tea.Model {
|
|
|
2537
2609
|
static names() {
|
|
2538
2610
|
return {
|
|
2539
2611
|
headers: 'headers',
|
|
2612
|
+
statusCode: 'statusCode',
|
|
2540
2613
|
body: 'body',
|
|
2541
2614
|
};
|
|
2542
2615
|
}
|
|
2543
2616
|
static types() {
|
|
2544
2617
|
return {
|
|
2545
2618
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2619
|
+
statusCode: 'number',
|
|
2546
2620
|
body: DeleteConnectionResponseBody,
|
|
2547
2621
|
};
|
|
2548
2622
|
}
|
|
@@ -2595,12 +2669,14 @@ class DeleteDISyncTaskResponse extends $tea.Model {
|
|
|
2595
2669
|
static names() {
|
|
2596
2670
|
return {
|
|
2597
2671
|
headers: 'headers',
|
|
2672
|
+
statusCode: 'statusCode',
|
|
2598
2673
|
body: 'body',
|
|
2599
2674
|
};
|
|
2600
2675
|
}
|
|
2601
2676
|
static types() {
|
|
2602
2677
|
return {
|
|
2603
2678
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2679
|
+
statusCode: 'number',
|
|
2604
2680
|
body: DeleteDISyncTaskResponseBody,
|
|
2605
2681
|
};
|
|
2606
2682
|
}
|
|
@@ -2659,12 +2735,14 @@ class DeleteDataServiceApiResponse extends $tea.Model {
|
|
|
2659
2735
|
static names() {
|
|
2660
2736
|
return {
|
|
2661
2737
|
headers: 'headers',
|
|
2738
|
+
statusCode: 'statusCode',
|
|
2662
2739
|
body: 'body',
|
|
2663
2740
|
};
|
|
2664
2741
|
}
|
|
2665
2742
|
static types() {
|
|
2666
2743
|
return {
|
|
2667
2744
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2745
|
+
statusCode: 'number',
|
|
2668
2746
|
body: DeleteDataServiceApiResponseBody,
|
|
2669
2747
|
};
|
|
2670
2748
|
}
|
|
@@ -2717,12 +2795,14 @@ class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
2717
2795
|
static names() {
|
|
2718
2796
|
return {
|
|
2719
2797
|
headers: 'headers',
|
|
2798
|
+
statusCode: 'statusCode',
|
|
2720
2799
|
body: 'body',
|
|
2721
2800
|
};
|
|
2722
2801
|
}
|
|
2723
2802
|
static types() {
|
|
2724
2803
|
return {
|
|
2725
2804
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2805
|
+
statusCode: 'number',
|
|
2726
2806
|
body: DeleteDataServiceApiAuthorityResponseBody,
|
|
2727
2807
|
};
|
|
2728
2808
|
}
|
|
@@ -2773,12 +2853,14 @@ class DeleteDataSourceResponse extends $tea.Model {
|
|
|
2773
2853
|
static names() {
|
|
2774
2854
|
return {
|
|
2775
2855
|
headers: 'headers',
|
|
2856
|
+
statusCode: 'statusCode',
|
|
2776
2857
|
body: 'body',
|
|
2777
2858
|
};
|
|
2778
2859
|
}
|
|
2779
2860
|
static types() {
|
|
2780
2861
|
return {
|
|
2781
2862
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2863
|
+
statusCode: 'number',
|
|
2782
2864
|
body: DeleteDataSourceResponseBody,
|
|
2783
2865
|
};
|
|
2784
2866
|
}
|
|
@@ -2837,12 +2919,14 @@ class DeleteFileResponse extends $tea.Model {
|
|
|
2837
2919
|
static names() {
|
|
2838
2920
|
return {
|
|
2839
2921
|
headers: 'headers',
|
|
2922
|
+
statusCode: 'statusCode',
|
|
2840
2923
|
body: 'body',
|
|
2841
2924
|
};
|
|
2842
2925
|
}
|
|
2843
2926
|
static types() {
|
|
2844
2927
|
return {
|
|
2845
2928
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2929
|
+
statusCode: 'number',
|
|
2846
2930
|
body: DeleteFileResponseBody,
|
|
2847
2931
|
};
|
|
2848
2932
|
}
|
|
@@ -2899,12 +2983,14 @@ class DeleteFolderResponse extends $tea.Model {
|
|
|
2899
2983
|
static names() {
|
|
2900
2984
|
return {
|
|
2901
2985
|
headers: 'headers',
|
|
2986
|
+
statusCode: 'statusCode',
|
|
2902
2987
|
body: 'body',
|
|
2903
2988
|
};
|
|
2904
2989
|
}
|
|
2905
2990
|
static types() {
|
|
2906
2991
|
return {
|
|
2907
2992
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2993
|
+
statusCode: 'number',
|
|
2908
2994
|
body: DeleteFolderResponseBody,
|
|
2909
2995
|
};
|
|
2910
2996
|
}
|
|
@@ -2961,12 +3047,14 @@ class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
2961
3047
|
static names() {
|
|
2962
3048
|
return {
|
|
2963
3049
|
headers: 'headers',
|
|
3050
|
+
statusCode: 'statusCode',
|
|
2964
3051
|
body: 'body',
|
|
2965
3052
|
};
|
|
2966
3053
|
}
|
|
2967
3054
|
static types() {
|
|
2968
3055
|
return {
|
|
2969
3056
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3057
|
+
statusCode: 'number',
|
|
2970
3058
|
body: DeleteFromMetaCategoryResponseBody,
|
|
2971
3059
|
};
|
|
2972
3060
|
}
|
|
@@ -3021,12 +3109,14 @@ class DeleteMetaCategoryResponse extends $tea.Model {
|
|
|
3021
3109
|
static names() {
|
|
3022
3110
|
return {
|
|
3023
3111
|
headers: 'headers',
|
|
3112
|
+
statusCode: 'statusCode',
|
|
3024
3113
|
body: 'body',
|
|
3025
3114
|
};
|
|
3026
3115
|
}
|
|
3027
3116
|
static types() {
|
|
3028
3117
|
return {
|
|
3029
3118
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3119
|
+
statusCode: 'number',
|
|
3030
3120
|
body: DeleteMetaCategoryResponseBody,
|
|
3031
3121
|
};
|
|
3032
3122
|
}
|
|
@@ -3073,12 +3163,14 @@ class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
3073
3163
|
static names() {
|
|
3074
3164
|
return {
|
|
3075
3165
|
headers: 'headers',
|
|
3166
|
+
statusCode: 'statusCode',
|
|
3076
3167
|
body: 'body',
|
|
3077
3168
|
};
|
|
3078
3169
|
}
|
|
3079
3170
|
static types() {
|
|
3080
3171
|
return {
|
|
3081
3172
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3173
|
+
statusCode: 'number',
|
|
3082
3174
|
body: DeleteProjectMemberResponseBody,
|
|
3083
3175
|
};
|
|
3084
3176
|
}
|
|
@@ -3137,12 +3229,14 @@ class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
3137
3229
|
static names() {
|
|
3138
3230
|
return {
|
|
3139
3231
|
headers: 'headers',
|
|
3232
|
+
statusCode: 'statusCode',
|
|
3140
3233
|
body: 'body',
|
|
3141
3234
|
};
|
|
3142
3235
|
}
|
|
3143
3236
|
static types() {
|
|
3144
3237
|
return {
|
|
3145
3238
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3239
|
+
statusCode: 'number',
|
|
3146
3240
|
body: DeleteQualityEntityResponseBody,
|
|
3147
3241
|
};
|
|
3148
3242
|
}
|
|
@@ -3199,12 +3293,14 @@ class DeleteQualityFollowerResponse extends $tea.Model {
|
|
|
3199
3293
|
static names() {
|
|
3200
3294
|
return {
|
|
3201
3295
|
headers: 'headers',
|
|
3296
|
+
statusCode: 'statusCode',
|
|
3202
3297
|
body: 'body',
|
|
3203
3298
|
};
|
|
3204
3299
|
}
|
|
3205
3300
|
static types() {
|
|
3206
3301
|
return {
|
|
3207
3302
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3303
|
+
statusCode: 'number',
|
|
3208
3304
|
body: DeleteQualityFollowerResponseBody,
|
|
3209
3305
|
};
|
|
3210
3306
|
}
|
|
@@ -3273,12 +3369,14 @@ class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
3273
3369
|
static names() {
|
|
3274
3370
|
return {
|
|
3275
3371
|
headers: 'headers',
|
|
3372
|
+
statusCode: 'statusCode',
|
|
3276
3373
|
body: 'body',
|
|
3277
3374
|
};
|
|
3278
3375
|
}
|
|
3279
3376
|
static types() {
|
|
3280
3377
|
return {
|
|
3281
3378
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3379
|
+
statusCode: 'number',
|
|
3282
3380
|
body: DeleteQualityRelativeNodeResponseBody,
|
|
3283
3381
|
};
|
|
3284
3382
|
}
|
|
@@ -3335,12 +3433,14 @@ class DeleteQualityRuleResponse extends $tea.Model {
|
|
|
3335
3433
|
static names() {
|
|
3336
3434
|
return {
|
|
3337
3435
|
headers: 'headers',
|
|
3436
|
+
statusCode: 'statusCode',
|
|
3338
3437
|
body: 'body',
|
|
3339
3438
|
};
|
|
3340
3439
|
}
|
|
3341
3440
|
static types() {
|
|
3342
3441
|
return {
|
|
3343
3442
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3443
|
+
statusCode: 'number',
|
|
3344
3444
|
body: DeleteQualityRuleResponseBody,
|
|
3345
3445
|
};
|
|
3346
3446
|
}
|
|
@@ -3395,12 +3495,14 @@ class DeleteRemindResponse extends $tea.Model {
|
|
|
3395
3495
|
static names() {
|
|
3396
3496
|
return {
|
|
3397
3497
|
headers: 'headers',
|
|
3498
|
+
statusCode: 'statusCode',
|
|
3398
3499
|
body: 'body',
|
|
3399
3500
|
};
|
|
3400
3501
|
}
|
|
3401
3502
|
static types() {
|
|
3402
3503
|
return {
|
|
3403
3504
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3505
|
+
statusCode: 'number',
|
|
3404
3506
|
body: DeleteRemindResponseBody,
|
|
3405
3507
|
};
|
|
3406
3508
|
}
|
|
@@ -3415,6 +3517,7 @@ class DeleteTableRequest extends $tea.Model {
|
|
|
3415
3517
|
appGuid: 'AppGuid',
|
|
3416
3518
|
envType: 'EnvType',
|
|
3417
3519
|
projectId: 'ProjectId',
|
|
3520
|
+
schema: 'Schema',
|
|
3418
3521
|
tableName: 'TableName',
|
|
3419
3522
|
};
|
|
3420
3523
|
}
|
|
@@ -3423,6 +3526,7 @@ class DeleteTableRequest extends $tea.Model {
|
|
|
3423
3526
|
appGuid: 'string',
|
|
3424
3527
|
envType: 'number',
|
|
3425
3528
|
projectId: 'number',
|
|
3529
|
+
schema: 'string',
|
|
3426
3530
|
tableName: 'string',
|
|
3427
3531
|
};
|
|
3428
3532
|
}
|
|
@@ -3453,12 +3557,14 @@ class DeleteTableResponse extends $tea.Model {
|
|
|
3453
3557
|
static names() {
|
|
3454
3558
|
return {
|
|
3455
3559
|
headers: 'headers',
|
|
3560
|
+
statusCode: 'statusCode',
|
|
3456
3561
|
body: 'body',
|
|
3457
3562
|
};
|
|
3458
3563
|
}
|
|
3459
3564
|
static types() {
|
|
3460
3565
|
return {
|
|
3461
3566
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3567
|
+
statusCode: 'number',
|
|
3462
3568
|
body: DeleteTableResponseBody,
|
|
3463
3569
|
};
|
|
3464
3570
|
}
|
|
@@ -3507,12 +3613,14 @@ class DeleteTableLevelResponse extends $tea.Model {
|
|
|
3507
3613
|
static names() {
|
|
3508
3614
|
return {
|
|
3509
3615
|
headers: 'headers',
|
|
3616
|
+
statusCode: 'statusCode',
|
|
3510
3617
|
body: 'body',
|
|
3511
3618
|
};
|
|
3512
3619
|
}
|
|
3513
3620
|
static types() {
|
|
3514
3621
|
return {
|
|
3515
3622
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3623
|
+
statusCode: 'number',
|
|
3516
3624
|
body: DeleteTableLevelResponseBody,
|
|
3517
3625
|
};
|
|
3518
3626
|
}
|
|
@@ -3569,12 +3677,14 @@ class DeleteTableThemeResponse extends $tea.Model {
|
|
|
3569
3677
|
static names() {
|
|
3570
3678
|
return {
|
|
3571
3679
|
headers: 'headers',
|
|
3680
|
+
statusCode: 'statusCode',
|
|
3572
3681
|
body: 'body',
|
|
3573
3682
|
};
|
|
3574
3683
|
}
|
|
3575
3684
|
static types() {
|
|
3576
3685
|
return {
|
|
3577
3686
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3687
|
+
statusCode: 'number',
|
|
3578
3688
|
body: DeleteTableThemeResponseBody,
|
|
3579
3689
|
};
|
|
3580
3690
|
}
|
|
@@ -3627,12 +3737,14 @@ class DeployDISyncTaskResponse extends $tea.Model {
|
|
|
3627
3737
|
static names() {
|
|
3628
3738
|
return {
|
|
3629
3739
|
headers: 'headers',
|
|
3740
|
+
statusCode: 'statusCode',
|
|
3630
3741
|
body: 'body',
|
|
3631
3742
|
};
|
|
3632
3743
|
}
|
|
3633
3744
|
static types() {
|
|
3634
3745
|
return {
|
|
3635
3746
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3747
|
+
statusCode: 'number',
|
|
3636
3748
|
body: DeployDISyncTaskResponseBody,
|
|
3637
3749
|
};
|
|
3638
3750
|
}
|
|
@@ -3695,12 +3807,14 @@ class DeployFileResponse extends $tea.Model {
|
|
|
3695
3807
|
static names() {
|
|
3696
3808
|
return {
|
|
3697
3809
|
headers: 'headers',
|
|
3810
|
+
statusCode: 'statusCode',
|
|
3698
3811
|
body: 'body',
|
|
3699
3812
|
};
|
|
3700
3813
|
}
|
|
3701
3814
|
static types() {
|
|
3702
3815
|
return {
|
|
3703
3816
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3817
|
+
statusCode: 'number',
|
|
3704
3818
|
body: DeployFileResponseBody,
|
|
3705
3819
|
};
|
|
3706
3820
|
}
|
|
@@ -3749,12 +3863,14 @@ class DesensitizeDataResponse extends $tea.Model {
|
|
|
3749
3863
|
static names() {
|
|
3750
3864
|
return {
|
|
3751
3865
|
headers: 'headers',
|
|
3866
|
+
statusCode: 'statusCode',
|
|
3752
3867
|
body: 'body',
|
|
3753
3868
|
};
|
|
3754
3869
|
}
|
|
3755
3870
|
static types() {
|
|
3756
3871
|
return {
|
|
3757
3872
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3873
|
+
statusCode: 'number',
|
|
3758
3874
|
body: DesensitizeDataResponseBody,
|
|
3759
3875
|
};
|
|
3760
3876
|
}
|
|
@@ -3815,12 +3931,14 @@ class EstablishRelationTableToBusinessResponse extends $tea.Model {
|
|
|
3815
3931
|
static names() {
|
|
3816
3932
|
return {
|
|
3817
3933
|
headers: 'headers',
|
|
3934
|
+
statusCode: 'statusCode',
|
|
3818
3935
|
body: 'body',
|
|
3819
3936
|
};
|
|
3820
3937
|
}
|
|
3821
3938
|
static types() {
|
|
3822
3939
|
return {
|
|
3823
3940
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3941
|
+
statusCode: 'number',
|
|
3824
3942
|
body: EstablishRelationTableToBusinessResponseBody,
|
|
3825
3943
|
};
|
|
3826
3944
|
}
|
|
@@ -3883,12 +4001,14 @@ class ExportDataSourcesResponse extends $tea.Model {
|
|
|
3883
4001
|
static names() {
|
|
3884
4002
|
return {
|
|
3885
4003
|
headers: 'headers',
|
|
4004
|
+
statusCode: 'statusCode',
|
|
3886
4005
|
body: 'body',
|
|
3887
4006
|
};
|
|
3888
4007
|
}
|
|
3889
4008
|
static types() {
|
|
3890
4009
|
return {
|
|
3891
4010
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4011
|
+
statusCode: 'number',
|
|
3892
4012
|
body: ExportDataSourcesResponseBody,
|
|
3893
4013
|
};
|
|
3894
4014
|
}
|
|
@@ -3943,12 +4063,14 @@ class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Model {
|
|
|
3943
4063
|
static names() {
|
|
3944
4064
|
return {
|
|
3945
4065
|
headers: 'headers',
|
|
4066
|
+
statusCode: 'statusCode',
|
|
3946
4067
|
body: 'body',
|
|
3947
4068
|
};
|
|
3948
4069
|
}
|
|
3949
4070
|
static types() {
|
|
3950
4071
|
return {
|
|
3951
4072
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4073
|
+
statusCode: 'number',
|
|
3952
4074
|
body: GenerateDISyncTaskConfigForCreatingResponseBody,
|
|
3953
4075
|
};
|
|
3954
4076
|
}
|
|
@@ -4005,12 +4127,14 @@ class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Model {
|
|
|
4005
4127
|
static names() {
|
|
4006
4128
|
return {
|
|
4007
4129
|
headers: 'headers',
|
|
4130
|
+
statusCode: 'statusCode',
|
|
4008
4131
|
body: 'body',
|
|
4009
4132
|
};
|
|
4010
4133
|
}
|
|
4011
4134
|
static types() {
|
|
4012
4135
|
return {
|
|
4013
4136
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4137
|
+
statusCode: 'number',
|
|
4014
4138
|
body: GenerateDISyncTaskConfigForUpdatingResponseBody,
|
|
4015
4139
|
};
|
|
4016
4140
|
}
|
|
@@ -4065,12 +4189,14 @@ class GetBaselineConfigResponse extends $tea.Model {
|
|
|
4065
4189
|
static names() {
|
|
4066
4190
|
return {
|
|
4067
4191
|
headers: 'headers',
|
|
4192
|
+
statusCode: 'statusCode',
|
|
4068
4193
|
body: 'body',
|
|
4069
4194
|
};
|
|
4070
4195
|
}
|
|
4071
4196
|
static types() {
|
|
4072
4197
|
return {
|
|
4073
4198
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4199
|
+
statusCode: 'number',
|
|
4074
4200
|
body: GetBaselineConfigResponseBody,
|
|
4075
4201
|
};
|
|
4076
4202
|
}
|
|
@@ -4129,12 +4255,14 @@ class GetBaselineKeyPathResponse extends $tea.Model {
|
|
|
4129
4255
|
static names() {
|
|
4130
4256
|
return {
|
|
4131
4257
|
headers: 'headers',
|
|
4258
|
+
statusCode: 'statusCode',
|
|
4132
4259
|
body: 'body',
|
|
4133
4260
|
};
|
|
4134
4261
|
}
|
|
4135
4262
|
static types() {
|
|
4136
4263
|
return {
|
|
4137
4264
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4265
|
+
statusCode: 'number',
|
|
4138
4266
|
body: GetBaselineKeyPathResponseBody,
|
|
4139
4267
|
};
|
|
4140
4268
|
}
|
|
@@ -4193,12 +4321,14 @@ class GetBaselineStatusResponse extends $tea.Model {
|
|
|
4193
4321
|
static names() {
|
|
4194
4322
|
return {
|
|
4195
4323
|
headers: 'headers',
|
|
4324
|
+
statusCode: 'statusCode',
|
|
4196
4325
|
body: 'body',
|
|
4197
4326
|
};
|
|
4198
4327
|
}
|
|
4199
4328
|
static types() {
|
|
4200
4329
|
return {
|
|
4201
4330
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4331
|
+
statusCode: 'number',
|
|
4202
4332
|
body: GetBaselineStatusResponseBody,
|
|
4203
4333
|
};
|
|
4204
4334
|
}
|
|
@@ -4257,12 +4387,14 @@ class GetBusinessResponse extends $tea.Model {
|
|
|
4257
4387
|
static names() {
|
|
4258
4388
|
return {
|
|
4259
4389
|
headers: 'headers',
|
|
4390
|
+
statusCode: 'statusCode',
|
|
4260
4391
|
body: 'body',
|
|
4261
4392
|
};
|
|
4262
4393
|
}
|
|
4263
4394
|
static types() {
|
|
4264
4395
|
return {
|
|
4265
4396
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4397
|
+
statusCode: 'number',
|
|
4266
4398
|
body: GetBusinessResponseBody,
|
|
4267
4399
|
};
|
|
4268
4400
|
}
|
|
@@ -4309,12 +4441,14 @@ class GetDDLJobStatusResponse extends $tea.Model {
|
|
|
4309
4441
|
static names() {
|
|
4310
4442
|
return {
|
|
4311
4443
|
headers: 'headers',
|
|
4444
|
+
statusCode: 'statusCode',
|
|
4312
4445
|
body: 'body',
|
|
4313
4446
|
};
|
|
4314
4447
|
}
|
|
4315
4448
|
static types() {
|
|
4316
4449
|
return {
|
|
4317
4450
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4451
|
+
statusCode: 'number',
|
|
4318
4452
|
body: GetDDLJobStatusResponseBody,
|
|
4319
4453
|
};
|
|
4320
4454
|
}
|
|
@@ -4367,12 +4501,14 @@ class GetDISyncInstanceInfoResponse extends $tea.Model {
|
|
|
4367
4501
|
static names() {
|
|
4368
4502
|
return {
|
|
4369
4503
|
headers: 'headers',
|
|
4504
|
+
statusCode: 'statusCode',
|
|
4370
4505
|
body: 'body',
|
|
4371
4506
|
};
|
|
4372
4507
|
}
|
|
4373
4508
|
static types() {
|
|
4374
4509
|
return {
|
|
4375
4510
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4511
|
+
statusCode: 'number',
|
|
4376
4512
|
body: GetDISyncInstanceInfoResponseBody,
|
|
4377
4513
|
};
|
|
4378
4514
|
}
|
|
@@ -4425,12 +4561,14 @@ class GetDISyncTaskResponse extends $tea.Model {
|
|
|
4425
4561
|
static names() {
|
|
4426
4562
|
return {
|
|
4427
4563
|
headers: 'headers',
|
|
4564
|
+
statusCode: 'statusCode',
|
|
4428
4565
|
body: 'body',
|
|
4429
4566
|
};
|
|
4430
4567
|
}
|
|
4431
4568
|
static types() {
|
|
4432
4569
|
return {
|
|
4433
4570
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4571
|
+
statusCode: 'number',
|
|
4434
4572
|
body: GetDISyncTaskResponseBody,
|
|
4435
4573
|
};
|
|
4436
4574
|
}
|
|
@@ -4485,12 +4623,14 @@ class GetDISyncTaskMetricInfoResponse extends $tea.Model {
|
|
|
4485
4623
|
static names() {
|
|
4486
4624
|
return {
|
|
4487
4625
|
headers: 'headers',
|
|
4626
|
+
statusCode: 'statusCode',
|
|
4488
4627
|
body: 'body',
|
|
4489
4628
|
};
|
|
4490
4629
|
}
|
|
4491
4630
|
static types() {
|
|
4492
4631
|
return {
|
|
4493
4632
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4633
|
+
statusCode: 'number',
|
|
4494
4634
|
body: GetDISyncTaskMetricInfoResponseBody,
|
|
4495
4635
|
};
|
|
4496
4636
|
}
|
|
@@ -4547,12 +4687,14 @@ class GetDagResponse extends $tea.Model {
|
|
|
4547
4687
|
static names() {
|
|
4548
4688
|
return {
|
|
4549
4689
|
headers: 'headers',
|
|
4690
|
+
statusCode: 'statusCode',
|
|
4550
4691
|
body: 'body',
|
|
4551
4692
|
};
|
|
4552
4693
|
}
|
|
4553
4694
|
static types() {
|
|
4554
4695
|
return {
|
|
4555
4696
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4697
|
+
statusCode: 'number',
|
|
4556
4698
|
body: GetDagResponseBody,
|
|
4557
4699
|
};
|
|
4558
4700
|
}
|
|
@@ -4611,17 +4753,73 @@ class GetDataServiceApiResponse extends $tea.Model {
|
|
|
4611
4753
|
static names() {
|
|
4612
4754
|
return {
|
|
4613
4755
|
headers: 'headers',
|
|
4756
|
+
statusCode: 'statusCode',
|
|
4614
4757
|
body: 'body',
|
|
4615
4758
|
};
|
|
4616
4759
|
}
|
|
4617
4760
|
static types() {
|
|
4618
4761
|
return {
|
|
4619
4762
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4763
|
+
statusCode: 'number',
|
|
4620
4764
|
body: GetDataServiceApiResponseBody,
|
|
4621
4765
|
};
|
|
4622
4766
|
}
|
|
4623
4767
|
}
|
|
4624
4768
|
exports.GetDataServiceApiResponse = GetDataServiceApiResponse;
|
|
4769
|
+
class GetDataServiceApiTestRequest extends $tea.Model {
|
|
4770
|
+
constructor(map) {
|
|
4771
|
+
super(map);
|
|
4772
|
+
}
|
|
4773
|
+
static names() {
|
|
4774
|
+
return {
|
|
4775
|
+
testId: 'TestId',
|
|
4776
|
+
};
|
|
4777
|
+
}
|
|
4778
|
+
static types() {
|
|
4779
|
+
return {
|
|
4780
|
+
testId: 'number',
|
|
4781
|
+
};
|
|
4782
|
+
}
|
|
4783
|
+
}
|
|
4784
|
+
exports.GetDataServiceApiTestRequest = GetDataServiceApiTestRequest;
|
|
4785
|
+
class GetDataServiceApiTestResponseBody extends $tea.Model {
|
|
4786
|
+
constructor(map) {
|
|
4787
|
+
super(map);
|
|
4788
|
+
}
|
|
4789
|
+
static names() {
|
|
4790
|
+
return {
|
|
4791
|
+
data: 'Data',
|
|
4792
|
+
requestId: 'RequestId',
|
|
4793
|
+
};
|
|
4794
|
+
}
|
|
4795
|
+
static types() {
|
|
4796
|
+
return {
|
|
4797
|
+
data: GetDataServiceApiTestResponseBodyData,
|
|
4798
|
+
requestId: 'string',
|
|
4799
|
+
};
|
|
4800
|
+
}
|
|
4801
|
+
}
|
|
4802
|
+
exports.GetDataServiceApiTestResponseBody = GetDataServiceApiTestResponseBody;
|
|
4803
|
+
class GetDataServiceApiTestResponse extends $tea.Model {
|
|
4804
|
+
constructor(map) {
|
|
4805
|
+
super(map);
|
|
4806
|
+
}
|
|
4807
|
+
static names() {
|
|
4808
|
+
return {
|
|
4809
|
+
headers: 'headers',
|
|
4810
|
+
statusCode: 'statusCode',
|
|
4811
|
+
body: 'body',
|
|
4812
|
+
};
|
|
4813
|
+
}
|
|
4814
|
+
static types() {
|
|
4815
|
+
return {
|
|
4816
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4817
|
+
statusCode: 'number',
|
|
4818
|
+
body: GetDataServiceApiTestResponseBody,
|
|
4819
|
+
};
|
|
4820
|
+
}
|
|
4821
|
+
}
|
|
4822
|
+
exports.GetDataServiceApiTestResponse = GetDataServiceApiTestResponse;
|
|
4625
4823
|
class GetDataServiceApplicationRequest extends $tea.Model {
|
|
4626
4824
|
constructor(map) {
|
|
4627
4825
|
super(map);
|
|
@@ -4675,12 +4873,14 @@ class GetDataServiceApplicationResponse extends $tea.Model {
|
|
|
4675
4873
|
static names() {
|
|
4676
4874
|
return {
|
|
4677
4875
|
headers: 'headers',
|
|
4876
|
+
statusCode: 'statusCode',
|
|
4678
4877
|
body: 'body',
|
|
4679
4878
|
};
|
|
4680
4879
|
}
|
|
4681
4880
|
static types() {
|
|
4682
4881
|
return {
|
|
4683
4882
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4883
|
+
statusCode: 'number',
|
|
4684
4884
|
body: GetDataServiceApplicationResponseBody,
|
|
4685
4885
|
};
|
|
4686
4886
|
}
|
|
@@ -4731,12 +4931,14 @@ class GetDataServiceFolderResponse extends $tea.Model {
|
|
|
4731
4931
|
static names() {
|
|
4732
4932
|
return {
|
|
4733
4933
|
headers: 'headers',
|
|
4934
|
+
statusCode: 'statusCode',
|
|
4734
4935
|
body: 'body',
|
|
4735
4936
|
};
|
|
4736
4937
|
}
|
|
4737
4938
|
static types() {
|
|
4738
4939
|
return {
|
|
4739
4940
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4941
|
+
statusCode: 'number',
|
|
4740
4942
|
body: GetDataServiceFolderResponseBody,
|
|
4741
4943
|
};
|
|
4742
4944
|
}
|
|
@@ -4787,12 +4989,14 @@ class GetDataServiceGroupResponse extends $tea.Model {
|
|
|
4787
4989
|
static names() {
|
|
4788
4990
|
return {
|
|
4789
4991
|
headers: 'headers',
|
|
4992
|
+
statusCode: 'statusCode',
|
|
4790
4993
|
body: 'body',
|
|
4791
4994
|
};
|
|
4792
4995
|
}
|
|
4793
4996
|
static types() {
|
|
4794
4997
|
return {
|
|
4795
4998
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4999
|
+
statusCode: 'number',
|
|
4796
5000
|
body: GetDataServiceGroupResponseBody,
|
|
4797
5001
|
};
|
|
4798
5002
|
}
|
|
@@ -4851,12 +5055,14 @@ class GetDataServicePublishedApiResponse extends $tea.Model {
|
|
|
4851
5055
|
static names() {
|
|
4852
5056
|
return {
|
|
4853
5057
|
headers: 'headers',
|
|
5058
|
+
statusCode: 'statusCode',
|
|
4854
5059
|
body: 'body',
|
|
4855
5060
|
};
|
|
4856
5061
|
}
|
|
4857
5062
|
static types() {
|
|
4858
5063
|
return {
|
|
4859
5064
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5065
|
+
statusCode: 'number',
|
|
4860
5066
|
body: GetDataServicePublishedApiResponseBody,
|
|
4861
5067
|
};
|
|
4862
5068
|
}
|
|
@@ -4913,12 +5119,14 @@ class GetDataSourceMetaResponse extends $tea.Model {
|
|
|
4913
5119
|
static names() {
|
|
4914
5120
|
return {
|
|
4915
5121
|
headers: 'headers',
|
|
5122
|
+
statusCode: 'statusCode',
|
|
4916
5123
|
body: 'body',
|
|
4917
5124
|
};
|
|
4918
5125
|
}
|
|
4919
5126
|
static types() {
|
|
4920
5127
|
return {
|
|
4921
5128
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5129
|
+
statusCode: 'number',
|
|
4922
5130
|
body: GetDataSourceMetaResponseBody,
|
|
4923
5131
|
};
|
|
4924
5132
|
}
|
|
@@ -4977,12 +5185,14 @@ class GetDeploymentResponse extends $tea.Model {
|
|
|
4977
5185
|
static names() {
|
|
4978
5186
|
return {
|
|
4979
5187
|
headers: 'headers',
|
|
5188
|
+
statusCode: 'statusCode',
|
|
4980
5189
|
body: 'body',
|
|
4981
5190
|
};
|
|
4982
5191
|
}
|
|
4983
5192
|
static types() {
|
|
4984
5193
|
return {
|
|
4985
5194
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5195
|
+
statusCode: 'number',
|
|
4986
5196
|
body: GetDeploymentResponseBody,
|
|
4987
5197
|
};
|
|
4988
5198
|
}
|
|
@@ -5029,12 +5239,14 @@ class GetExtensionResponse extends $tea.Model {
|
|
|
5029
5239
|
static names() {
|
|
5030
5240
|
return {
|
|
5031
5241
|
headers: 'headers',
|
|
5242
|
+
statusCode: 'statusCode',
|
|
5032
5243
|
body: 'body',
|
|
5033
5244
|
};
|
|
5034
5245
|
}
|
|
5035
5246
|
static types() {
|
|
5036
5247
|
return {
|
|
5037
5248
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5249
|
+
statusCode: 'number',
|
|
5038
5250
|
body: GetExtensionResponseBody,
|
|
5039
5251
|
};
|
|
5040
5252
|
}
|
|
@@ -5095,12 +5307,14 @@ class GetFileResponse extends $tea.Model {
|
|
|
5095
5307
|
static names() {
|
|
5096
5308
|
return {
|
|
5097
5309
|
headers: 'headers',
|
|
5310
|
+
statusCode: 'statusCode',
|
|
5098
5311
|
body: 'body',
|
|
5099
5312
|
};
|
|
5100
5313
|
}
|
|
5101
5314
|
static types() {
|
|
5102
5315
|
return {
|
|
5103
5316
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5317
|
+
statusCode: 'number',
|
|
5104
5318
|
body: GetFileResponseBody,
|
|
5105
5319
|
};
|
|
5106
5320
|
}
|
|
@@ -5149,12 +5363,14 @@ class GetFileTypeStatisticResponse extends $tea.Model {
|
|
|
5149
5363
|
static names() {
|
|
5150
5364
|
return {
|
|
5151
5365
|
headers: 'headers',
|
|
5366
|
+
statusCode: 'statusCode',
|
|
5152
5367
|
body: 'body',
|
|
5153
5368
|
};
|
|
5154
5369
|
}
|
|
5155
5370
|
static types() {
|
|
5156
5371
|
return {
|
|
5157
5372
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5373
|
+
statusCode: 'number',
|
|
5158
5374
|
body: GetFileTypeStatisticResponseBody,
|
|
5159
5375
|
};
|
|
5160
5376
|
}
|
|
@@ -5215,12 +5431,14 @@ class GetFileVersionResponse extends $tea.Model {
|
|
|
5215
5431
|
static names() {
|
|
5216
5432
|
return {
|
|
5217
5433
|
headers: 'headers',
|
|
5434
|
+
statusCode: 'statusCode',
|
|
5218
5435
|
body: 'body',
|
|
5219
5436
|
};
|
|
5220
5437
|
}
|
|
5221
5438
|
static types() {
|
|
5222
5439
|
return {
|
|
5223
5440
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5441
|
+
statusCode: 'number',
|
|
5224
5442
|
body: GetFileVersionResponseBody,
|
|
5225
5443
|
};
|
|
5226
5444
|
}
|
|
@@ -5281,12 +5499,14 @@ class GetFolderResponse extends $tea.Model {
|
|
|
5281
5499
|
static names() {
|
|
5282
5500
|
return {
|
|
5283
5501
|
headers: 'headers',
|
|
5502
|
+
statusCode: 'statusCode',
|
|
5284
5503
|
body: 'body',
|
|
5285
5504
|
};
|
|
5286
5505
|
}
|
|
5287
5506
|
static types() {
|
|
5288
5507
|
return {
|
|
5289
5508
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5509
|
+
statusCode: 'number',
|
|
5290
5510
|
body: GetFolderResponseBody,
|
|
5291
5511
|
};
|
|
5292
5512
|
}
|
|
@@ -5335,12 +5555,14 @@ class GetIDEEventDetailResponse extends $tea.Model {
|
|
|
5335
5555
|
static names() {
|
|
5336
5556
|
return {
|
|
5337
5557
|
headers: 'headers',
|
|
5558
|
+
statusCode: 'statusCode',
|
|
5338
5559
|
body: 'body',
|
|
5339
5560
|
};
|
|
5340
5561
|
}
|
|
5341
5562
|
static types() {
|
|
5342
5563
|
return {
|
|
5343
5564
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5565
|
+
statusCode: 'number',
|
|
5344
5566
|
body: GetIDEEventDetailResponseBody,
|
|
5345
5567
|
};
|
|
5346
5568
|
}
|
|
@@ -5397,12 +5619,14 @@ class GetInstanceResponse extends $tea.Model {
|
|
|
5397
5619
|
static names() {
|
|
5398
5620
|
return {
|
|
5399
5621
|
headers: 'headers',
|
|
5622
|
+
statusCode: 'statusCode',
|
|
5400
5623
|
body: 'body',
|
|
5401
5624
|
};
|
|
5402
5625
|
}
|
|
5403
5626
|
static types() {
|
|
5404
5627
|
return {
|
|
5405
5628
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5629
|
+
statusCode: 'number',
|
|
5406
5630
|
body: GetInstanceResponseBody,
|
|
5407
5631
|
};
|
|
5408
5632
|
}
|
|
@@ -5451,12 +5675,14 @@ class GetInstanceConsumeTimeRankResponse extends $tea.Model {
|
|
|
5451
5675
|
static names() {
|
|
5452
5676
|
return {
|
|
5453
5677
|
headers: 'headers',
|
|
5678
|
+
statusCode: 'statusCode',
|
|
5454
5679
|
body: 'body',
|
|
5455
5680
|
};
|
|
5456
5681
|
}
|
|
5457
5682
|
static types() {
|
|
5458
5683
|
return {
|
|
5459
5684
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5685
|
+
statusCode: 'number',
|
|
5460
5686
|
body: GetInstanceConsumeTimeRankResponseBody,
|
|
5461
5687
|
};
|
|
5462
5688
|
}
|
|
@@ -5507,12 +5733,14 @@ class GetInstanceCountTrendResponse extends $tea.Model {
|
|
|
5507
5733
|
static names() {
|
|
5508
5734
|
return {
|
|
5509
5735
|
headers: 'headers',
|
|
5736
|
+
statusCode: 'statusCode',
|
|
5510
5737
|
body: 'body',
|
|
5511
5738
|
};
|
|
5512
5739
|
}
|
|
5513
5740
|
static types() {
|
|
5514
5741
|
return {
|
|
5515
5742
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5743
|
+
statusCode: 'number',
|
|
5516
5744
|
body: GetInstanceCountTrendResponseBody,
|
|
5517
5745
|
};
|
|
5518
5746
|
}
|
|
@@ -5559,12 +5787,14 @@ class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
5559
5787
|
static names() {
|
|
5560
5788
|
return {
|
|
5561
5789
|
headers: 'headers',
|
|
5790
|
+
statusCode: 'statusCode',
|
|
5562
5791
|
body: 'body',
|
|
5563
5792
|
};
|
|
5564
5793
|
}
|
|
5565
5794
|
static types() {
|
|
5566
5795
|
return {
|
|
5567
5796
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5797
|
+
statusCode: 'number',
|
|
5568
5798
|
body: GetInstanceErrorRankResponseBody,
|
|
5569
5799
|
};
|
|
5570
5800
|
}
|
|
@@ -5621,12 +5851,14 @@ class GetInstanceLogResponse extends $tea.Model {
|
|
|
5621
5851
|
static names() {
|
|
5622
5852
|
return {
|
|
5623
5853
|
headers: 'headers',
|
|
5854
|
+
statusCode: 'statusCode',
|
|
5624
5855
|
body: 'body',
|
|
5625
5856
|
};
|
|
5626
5857
|
}
|
|
5627
5858
|
static types() {
|
|
5628
5859
|
return {
|
|
5629
5860
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5861
|
+
statusCode: 'number',
|
|
5630
5862
|
body: GetInstanceLogResponseBody,
|
|
5631
5863
|
};
|
|
5632
5864
|
}
|
|
@@ -5677,12 +5909,14 @@ class GetInstanceStatusCountResponse extends $tea.Model {
|
|
|
5677
5909
|
static names() {
|
|
5678
5910
|
return {
|
|
5679
5911
|
headers: 'headers',
|
|
5912
|
+
statusCode: 'statusCode',
|
|
5680
5913
|
body: 'body',
|
|
5681
5914
|
};
|
|
5682
5915
|
}
|
|
5683
5916
|
static types() {
|
|
5684
5917
|
return {
|
|
5685
5918
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5919
|
+
statusCode: 'number',
|
|
5686
5920
|
body: GetInstanceStatusCountResponseBody,
|
|
5687
5921
|
};
|
|
5688
5922
|
}
|
|
@@ -5737,12 +5971,14 @@ class GetInstanceStatusStatisticResponse extends $tea.Model {
|
|
|
5737
5971
|
static names() {
|
|
5738
5972
|
return {
|
|
5739
5973
|
headers: 'headers',
|
|
5974
|
+
statusCode: 'statusCode',
|
|
5740
5975
|
body: 'body',
|
|
5741
5976
|
};
|
|
5742
5977
|
}
|
|
5743
5978
|
static types() {
|
|
5744
5979
|
return {
|
|
5745
5980
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5981
|
+
statusCode: 'number',
|
|
5746
5982
|
body: GetInstanceStatusStatisticResponseBody,
|
|
5747
5983
|
};
|
|
5748
5984
|
}
|
|
@@ -5793,12 +6029,14 @@ class GetManualDagInstancesResponse extends $tea.Model {
|
|
|
5793
6029
|
static names() {
|
|
5794
6030
|
return {
|
|
5795
6031
|
headers: 'headers',
|
|
6032
|
+
statusCode: 'statusCode',
|
|
5796
6033
|
body: 'body',
|
|
5797
6034
|
};
|
|
5798
6035
|
}
|
|
5799
6036
|
static types() {
|
|
5800
6037
|
return {
|
|
5801
6038
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6039
|
+
statusCode: 'number',
|
|
5802
6040
|
body: GetManualDagInstancesResponseBody,
|
|
5803
6041
|
};
|
|
5804
6042
|
}
|
|
@@ -5857,12 +6095,14 @@ class GetMetaCategoryResponse extends $tea.Model {
|
|
|
5857
6095
|
static names() {
|
|
5858
6096
|
return {
|
|
5859
6097
|
headers: 'headers',
|
|
6098
|
+
statusCode: 'statusCode',
|
|
5860
6099
|
body: 'body',
|
|
5861
6100
|
};
|
|
5862
6101
|
}
|
|
5863
6102
|
static types() {
|
|
5864
6103
|
return {
|
|
5865
6104
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6105
|
+
statusCode: 'number',
|
|
5866
6106
|
body: GetMetaCategoryResponseBody,
|
|
5867
6107
|
};
|
|
5868
6108
|
}
|
|
@@ -5933,12 +6173,14 @@ class GetMetaColumnLineageResponse extends $tea.Model {
|
|
|
5933
6173
|
static names() {
|
|
5934
6174
|
return {
|
|
5935
6175
|
headers: 'headers',
|
|
6176
|
+
statusCode: 'statusCode',
|
|
5936
6177
|
body: 'body',
|
|
5937
6178
|
};
|
|
5938
6179
|
}
|
|
5939
6180
|
static types() {
|
|
5940
6181
|
return {
|
|
5941
6182
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6183
|
+
statusCode: 'number',
|
|
5942
6184
|
body: GetMetaColumnLineageResponseBody,
|
|
5943
6185
|
};
|
|
5944
6186
|
}
|
|
@@ -5991,12 +6233,14 @@ class GetMetaDBInfoResponse extends $tea.Model {
|
|
|
5991
6233
|
static names() {
|
|
5992
6234
|
return {
|
|
5993
6235
|
headers: 'headers',
|
|
6236
|
+
statusCode: 'statusCode',
|
|
5994
6237
|
body: 'body',
|
|
5995
6238
|
};
|
|
5996
6239
|
}
|
|
5997
6240
|
static types() {
|
|
5998
6241
|
return {
|
|
5999
6242
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6243
|
+
statusCode: 'number',
|
|
6000
6244
|
body: GetMetaDBInfoResponseBody,
|
|
6001
6245
|
};
|
|
6002
6246
|
}
|
|
@@ -6053,12 +6297,14 @@ class GetMetaDBTableListResponse extends $tea.Model {
|
|
|
6053
6297
|
static names() {
|
|
6054
6298
|
return {
|
|
6055
6299
|
headers: 'headers',
|
|
6300
|
+
statusCode: 'statusCode',
|
|
6056
6301
|
body: 'body',
|
|
6057
6302
|
};
|
|
6058
6303
|
}
|
|
6059
6304
|
static types() {
|
|
6060
6305
|
return {
|
|
6061
6306
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6307
|
+
statusCode: 'number',
|
|
6062
6308
|
body: GetMetaDBTableListResponseBody,
|
|
6063
6309
|
};
|
|
6064
6310
|
}
|
|
@@ -6123,12 +6369,14 @@ class GetMetaTableBasicInfoResponse extends $tea.Model {
|
|
|
6123
6369
|
static names() {
|
|
6124
6370
|
return {
|
|
6125
6371
|
headers: 'headers',
|
|
6372
|
+
statusCode: 'statusCode',
|
|
6126
6373
|
body: 'body',
|
|
6127
6374
|
};
|
|
6128
6375
|
}
|
|
6129
6376
|
static types() {
|
|
6130
6377
|
return {
|
|
6131
6378
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6379
|
+
statusCode: 'number',
|
|
6132
6380
|
body: GetMetaTableBasicInfoResponseBody,
|
|
6133
6381
|
};
|
|
6134
6382
|
}
|
|
@@ -6195,12 +6443,14 @@ class GetMetaTableChangeLogResponse extends $tea.Model {
|
|
|
6195
6443
|
static names() {
|
|
6196
6444
|
return {
|
|
6197
6445
|
headers: 'headers',
|
|
6446
|
+
statusCode: 'statusCode',
|
|
6198
6447
|
body: 'body',
|
|
6199
6448
|
};
|
|
6200
6449
|
}
|
|
6201
6450
|
static types() {
|
|
6202
6451
|
return {
|
|
6203
6452
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6453
|
+
statusCode: 'number',
|
|
6204
6454
|
body: GetMetaTableChangeLogResponseBody,
|
|
6205
6455
|
};
|
|
6206
6456
|
}
|
|
@@ -6267,12 +6517,14 @@ class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
6267
6517
|
static names() {
|
|
6268
6518
|
return {
|
|
6269
6519
|
headers: 'headers',
|
|
6520
|
+
statusCode: 'statusCode',
|
|
6270
6521
|
body: 'body',
|
|
6271
6522
|
};
|
|
6272
6523
|
}
|
|
6273
6524
|
static types() {
|
|
6274
6525
|
return {
|
|
6275
6526
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6527
|
+
statusCode: 'number',
|
|
6276
6528
|
body: GetMetaTableColumnResponseBody,
|
|
6277
6529
|
};
|
|
6278
6530
|
}
|
|
@@ -6339,12 +6591,14 @@ class GetMetaTableFullInfoResponse extends $tea.Model {
|
|
|
6339
6591
|
static names() {
|
|
6340
6592
|
return {
|
|
6341
6593
|
headers: 'headers',
|
|
6594
|
+
statusCode: 'statusCode',
|
|
6342
6595
|
body: 'body',
|
|
6343
6596
|
};
|
|
6344
6597
|
}
|
|
6345
6598
|
static types() {
|
|
6346
6599
|
return {
|
|
6347
6600
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6601
|
+
statusCode: 'number',
|
|
6348
6602
|
body: GetMetaTableFullInfoResponseBody,
|
|
6349
6603
|
};
|
|
6350
6604
|
}
|
|
@@ -6401,12 +6655,14 @@ class GetMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
6401
6655
|
static names() {
|
|
6402
6656
|
return {
|
|
6403
6657
|
headers: 'headers',
|
|
6658
|
+
statusCode: 'statusCode',
|
|
6404
6659
|
body: 'body',
|
|
6405
6660
|
};
|
|
6406
6661
|
}
|
|
6407
6662
|
static types() {
|
|
6408
6663
|
return {
|
|
6409
6664
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6665
|
+
statusCode: 'number',
|
|
6410
6666
|
body: GetMetaTableIntroWikiResponseBody,
|
|
6411
6667
|
};
|
|
6412
6668
|
}
|
|
@@ -6475,12 +6731,14 @@ class GetMetaTableLineageResponse extends $tea.Model {
|
|
|
6475
6731
|
static names() {
|
|
6476
6732
|
return {
|
|
6477
6733
|
headers: 'headers',
|
|
6734
|
+
statusCode: 'statusCode',
|
|
6478
6735
|
body: 'body',
|
|
6479
6736
|
};
|
|
6480
6737
|
}
|
|
6481
6738
|
static types() {
|
|
6482
6739
|
return {
|
|
6483
6740
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6741
|
+
statusCode: 'number',
|
|
6484
6742
|
body: GetMetaTableLineageResponseBody,
|
|
6485
6743
|
};
|
|
6486
6744
|
}
|
|
@@ -6539,12 +6797,14 @@ class GetMetaTableListByCategoryResponse extends $tea.Model {
|
|
|
6539
6797
|
static names() {
|
|
6540
6798
|
return {
|
|
6541
6799
|
headers: 'headers',
|
|
6800
|
+
statusCode: 'statusCode',
|
|
6542
6801
|
body: 'body',
|
|
6543
6802
|
};
|
|
6544
6803
|
}
|
|
6545
6804
|
static types() {
|
|
6546
6805
|
return {
|
|
6547
6806
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6807
|
+
statusCode: 'number',
|
|
6548
6808
|
body: GetMetaTableListByCategoryResponseBody,
|
|
6549
6809
|
};
|
|
6550
6810
|
}
|
|
@@ -6607,12 +6867,14 @@ class GetMetaTableOutputResponse extends $tea.Model {
|
|
|
6607
6867
|
static names() {
|
|
6608
6868
|
return {
|
|
6609
6869
|
headers: 'headers',
|
|
6870
|
+
statusCode: 'statusCode',
|
|
6610
6871
|
body: 'body',
|
|
6611
6872
|
};
|
|
6612
6873
|
}
|
|
6613
6874
|
static types() {
|
|
6614
6875
|
return {
|
|
6615
6876
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6877
|
+
statusCode: 'number',
|
|
6616
6878
|
body: GetMetaTableOutputResponseBody,
|
|
6617
6879
|
};
|
|
6618
6880
|
}
|
|
@@ -6679,12 +6941,14 @@ class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
6679
6941
|
static names() {
|
|
6680
6942
|
return {
|
|
6681
6943
|
headers: 'headers',
|
|
6944
|
+
statusCode: 'statusCode',
|
|
6682
6945
|
body: 'body',
|
|
6683
6946
|
};
|
|
6684
6947
|
}
|
|
6685
6948
|
static types() {
|
|
6686
6949
|
return {
|
|
6687
6950
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6951
|
+
statusCode: 'number',
|
|
6688
6952
|
body: GetMetaTablePartitionResponseBody,
|
|
6689
6953
|
};
|
|
6690
6954
|
}
|
|
@@ -6741,12 +7005,14 @@ class GetMetaTableThemeLevelResponse extends $tea.Model {
|
|
|
6741
7005
|
static names() {
|
|
6742
7006
|
return {
|
|
6743
7007
|
headers: 'headers',
|
|
7008
|
+
statusCode: 'statusCode',
|
|
6744
7009
|
body: 'body',
|
|
6745
7010
|
};
|
|
6746
7011
|
}
|
|
6747
7012
|
static types() {
|
|
6748
7013
|
return {
|
|
6749
7014
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7015
|
+
statusCode: 'number',
|
|
6750
7016
|
body: GetMetaTableThemeLevelResponseBody,
|
|
6751
7017
|
};
|
|
6752
7018
|
}
|
|
@@ -6803,12 +7069,14 @@ class GetMigrationProcessResponse extends $tea.Model {
|
|
|
6803
7069
|
static names() {
|
|
6804
7070
|
return {
|
|
6805
7071
|
headers: 'headers',
|
|
7072
|
+
statusCode: 'statusCode',
|
|
6806
7073
|
body: 'body',
|
|
6807
7074
|
};
|
|
6808
7075
|
}
|
|
6809
7076
|
static types() {
|
|
6810
7077
|
return {
|
|
6811
7078
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7079
|
+
statusCode: 'number',
|
|
6812
7080
|
body: GetMigrationProcessResponseBody,
|
|
6813
7081
|
};
|
|
6814
7082
|
}
|
|
@@ -6859,12 +7127,14 @@ class GetMigrationSummaryResponse extends $tea.Model {
|
|
|
6859
7127
|
static names() {
|
|
6860
7128
|
return {
|
|
6861
7129
|
headers: 'headers',
|
|
7130
|
+
statusCode: 'statusCode',
|
|
6862
7131
|
body: 'body',
|
|
6863
7132
|
};
|
|
6864
7133
|
}
|
|
6865
7134
|
static types() {
|
|
6866
7135
|
return {
|
|
6867
7136
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7137
|
+
statusCode: 'number',
|
|
6868
7138
|
body: GetMigrationSummaryResponseBody,
|
|
6869
7139
|
};
|
|
6870
7140
|
}
|
|
@@ -6921,12 +7191,14 @@ class GetNodeResponse extends $tea.Model {
|
|
|
6921
7191
|
static names() {
|
|
6922
7192
|
return {
|
|
6923
7193
|
headers: 'headers',
|
|
7194
|
+
statusCode: 'statusCode',
|
|
6924
7195
|
body: 'body',
|
|
6925
7196
|
};
|
|
6926
7197
|
}
|
|
6927
7198
|
static types() {
|
|
6928
7199
|
return {
|
|
6929
7200
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7201
|
+
statusCode: 'number',
|
|
6930
7202
|
body: GetNodeResponseBody,
|
|
6931
7203
|
};
|
|
6932
7204
|
}
|
|
@@ -6983,12 +7255,14 @@ class GetNodeChildrenResponse extends $tea.Model {
|
|
|
6983
7255
|
static names() {
|
|
6984
7256
|
return {
|
|
6985
7257
|
headers: 'headers',
|
|
7258
|
+
statusCode: 'statusCode',
|
|
6986
7259
|
body: 'body',
|
|
6987
7260
|
};
|
|
6988
7261
|
}
|
|
6989
7262
|
static types() {
|
|
6990
7263
|
return {
|
|
6991
7264
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7265
|
+
statusCode: 'number',
|
|
6992
7266
|
body: GetNodeChildrenResponseBody,
|
|
6993
7267
|
};
|
|
6994
7268
|
}
|
|
@@ -7045,12 +7319,14 @@ class GetNodeCodeResponse extends $tea.Model {
|
|
|
7045
7319
|
static names() {
|
|
7046
7320
|
return {
|
|
7047
7321
|
headers: 'headers',
|
|
7322
|
+
statusCode: 'statusCode',
|
|
7048
7323
|
body: 'body',
|
|
7049
7324
|
};
|
|
7050
7325
|
}
|
|
7051
7326
|
static types() {
|
|
7052
7327
|
return {
|
|
7053
7328
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7329
|
+
statusCode: 'number',
|
|
7054
7330
|
body: GetNodeCodeResponseBody,
|
|
7055
7331
|
};
|
|
7056
7332
|
}
|
|
@@ -7105,12 +7381,14 @@ class GetNodeOnBaselineResponse extends $tea.Model {
|
|
|
7105
7381
|
static names() {
|
|
7106
7382
|
return {
|
|
7107
7383
|
headers: 'headers',
|
|
7384
|
+
statusCode: 'statusCode',
|
|
7108
7385
|
body: 'body',
|
|
7109
7386
|
};
|
|
7110
7387
|
}
|
|
7111
7388
|
static types() {
|
|
7112
7389
|
return {
|
|
7113
7390
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7391
|
+
statusCode: 'number',
|
|
7114
7392
|
body: GetNodeOnBaselineResponseBody,
|
|
7115
7393
|
};
|
|
7116
7394
|
}
|
|
@@ -7167,12 +7445,14 @@ class GetNodeParentsResponse extends $tea.Model {
|
|
|
7167
7445
|
static names() {
|
|
7168
7446
|
return {
|
|
7169
7447
|
headers: 'headers',
|
|
7448
|
+
statusCode: 'statusCode',
|
|
7170
7449
|
body: 'body',
|
|
7171
7450
|
};
|
|
7172
7451
|
}
|
|
7173
7452
|
static types() {
|
|
7174
7453
|
return {
|
|
7175
7454
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7455
|
+
statusCode: 'number',
|
|
7176
7456
|
body: GetNodeParentsResponseBody,
|
|
7177
7457
|
};
|
|
7178
7458
|
}
|
|
@@ -7229,12 +7509,14 @@ class GetNodeTypeListInfoResponse extends $tea.Model {
|
|
|
7229
7509
|
static names() {
|
|
7230
7510
|
return {
|
|
7231
7511
|
headers: 'headers',
|
|
7512
|
+
statusCode: 'statusCode',
|
|
7232
7513
|
body: 'body',
|
|
7233
7514
|
};
|
|
7234
7515
|
}
|
|
7235
7516
|
static types() {
|
|
7236
7517
|
return {
|
|
7237
7518
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7519
|
+
statusCode: 'number',
|
|
7238
7520
|
body: GetNodeTypeListInfoResponseBody,
|
|
7239
7521
|
};
|
|
7240
7522
|
}
|
|
@@ -7289,12 +7571,14 @@ class GetOpRiskDataResponse extends $tea.Model {
|
|
|
7289
7571
|
static names() {
|
|
7290
7572
|
return {
|
|
7291
7573
|
headers: 'headers',
|
|
7574
|
+
statusCode: 'statusCode',
|
|
7292
7575
|
body: 'body',
|
|
7293
7576
|
};
|
|
7294
7577
|
}
|
|
7295
7578
|
static types() {
|
|
7296
7579
|
return {
|
|
7297
7580
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7581
|
+
statusCode: 'number',
|
|
7298
7582
|
body: GetOpRiskDataResponseBody,
|
|
7299
7583
|
};
|
|
7300
7584
|
}
|
|
@@ -7349,12 +7633,14 @@ class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
7349
7633
|
static names() {
|
|
7350
7634
|
return {
|
|
7351
7635
|
headers: 'headers',
|
|
7636
|
+
statusCode: 'statusCode',
|
|
7352
7637
|
body: 'body',
|
|
7353
7638
|
};
|
|
7354
7639
|
}
|
|
7355
7640
|
static types() {
|
|
7356
7641
|
return {
|
|
7357
7642
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7643
|
+
statusCode: 'number',
|
|
7358
7644
|
body: GetOpSensitiveDataResponseBody,
|
|
7359
7645
|
};
|
|
7360
7646
|
}
|
|
@@ -7403,12 +7689,14 @@ class GetOptionValueForProjectResponse extends $tea.Model {
|
|
|
7403
7689
|
static names() {
|
|
7404
7690
|
return {
|
|
7405
7691
|
headers: 'headers',
|
|
7692
|
+
statusCode: 'statusCode',
|
|
7406
7693
|
body: 'body',
|
|
7407
7694
|
};
|
|
7408
7695
|
}
|
|
7409
7696
|
static types() {
|
|
7410
7697
|
return {
|
|
7411
7698
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7699
|
+
statusCode: 'number',
|
|
7412
7700
|
body: GetOptionValueForProjectResponseBody,
|
|
7413
7701
|
};
|
|
7414
7702
|
}
|
|
@@ -7455,12 +7743,14 @@ class GetPermissionApplyOrderDetailResponse extends $tea.Model {
|
|
|
7455
7743
|
static names() {
|
|
7456
7744
|
return {
|
|
7457
7745
|
headers: 'headers',
|
|
7746
|
+
statusCode: 'statusCode',
|
|
7458
7747
|
body: 'body',
|
|
7459
7748
|
};
|
|
7460
7749
|
}
|
|
7461
7750
|
static types() {
|
|
7462
7751
|
return {
|
|
7463
7752
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7753
|
+
statusCode: 'number',
|
|
7464
7754
|
body: GetPermissionApplyOrderDetailResponseBody,
|
|
7465
7755
|
};
|
|
7466
7756
|
}
|
|
@@ -7511,12 +7801,14 @@ class GetProjectResponse extends $tea.Model {
|
|
|
7511
7801
|
static names() {
|
|
7512
7802
|
return {
|
|
7513
7803
|
headers: 'headers',
|
|
7804
|
+
statusCode: 'statusCode',
|
|
7514
7805
|
body: 'body',
|
|
7515
7806
|
};
|
|
7516
7807
|
}
|
|
7517
7808
|
static types() {
|
|
7518
7809
|
return {
|
|
7519
7810
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7811
|
+
statusCode: 'number',
|
|
7520
7812
|
body: GetProjectResponseBody,
|
|
7521
7813
|
};
|
|
7522
7814
|
}
|
|
@@ -7567,12 +7859,14 @@ class GetProjectDetailResponse extends $tea.Model {
|
|
|
7567
7859
|
static names() {
|
|
7568
7860
|
return {
|
|
7569
7861
|
headers: 'headers',
|
|
7862
|
+
statusCode: 'statusCode',
|
|
7570
7863
|
body: 'body',
|
|
7571
7864
|
};
|
|
7572
7865
|
}
|
|
7573
7866
|
static types() {
|
|
7574
7867
|
return {
|
|
7575
7868
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7869
|
+
statusCode: 'number',
|
|
7576
7870
|
body: GetProjectDetailResponseBody,
|
|
7577
7871
|
};
|
|
7578
7872
|
}
|
|
@@ -7633,12 +7927,14 @@ class GetQualityEntityResponse extends $tea.Model {
|
|
|
7633
7927
|
static names() {
|
|
7634
7928
|
return {
|
|
7635
7929
|
headers: 'headers',
|
|
7930
|
+
statusCode: 'statusCode',
|
|
7636
7931
|
body: 'body',
|
|
7637
7932
|
};
|
|
7638
7933
|
}
|
|
7639
7934
|
static types() {
|
|
7640
7935
|
return {
|
|
7641
7936
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7937
|
+
statusCode: 'number',
|
|
7642
7938
|
body: GetQualityEntityResponseBody,
|
|
7643
7939
|
};
|
|
7644
7940
|
}
|
|
@@ -7695,12 +7991,14 @@ class GetQualityFollowerResponse extends $tea.Model {
|
|
|
7695
7991
|
static names() {
|
|
7696
7992
|
return {
|
|
7697
7993
|
headers: 'headers',
|
|
7994
|
+
statusCode: 'statusCode',
|
|
7698
7995
|
body: 'body',
|
|
7699
7996
|
};
|
|
7700
7997
|
}
|
|
7701
7998
|
static types() {
|
|
7702
7999
|
return {
|
|
7703
8000
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8001
|
+
statusCode: 'number',
|
|
7704
8002
|
body: GetQualityFollowerResponseBody,
|
|
7705
8003
|
};
|
|
7706
8004
|
}
|
|
@@ -7757,12 +8055,14 @@ class GetQualityRuleResponse extends $tea.Model {
|
|
|
7757
8055
|
static names() {
|
|
7758
8056
|
return {
|
|
7759
8057
|
headers: 'headers',
|
|
8058
|
+
statusCode: 'statusCode',
|
|
7760
8059
|
body: 'body',
|
|
7761
8060
|
};
|
|
7762
8061
|
}
|
|
7763
8062
|
static types() {
|
|
7764
8063
|
return {
|
|
7765
8064
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8065
|
+
statusCode: 'number',
|
|
7766
8066
|
body: GetQualityRuleResponseBody,
|
|
7767
8067
|
};
|
|
7768
8068
|
}
|
|
@@ -7817,12 +8117,14 @@ class GetRemindResponse extends $tea.Model {
|
|
|
7817
8117
|
static names() {
|
|
7818
8118
|
return {
|
|
7819
8119
|
headers: 'headers',
|
|
8120
|
+
statusCode: 'statusCode',
|
|
7820
8121
|
body: 'body',
|
|
7821
8122
|
};
|
|
7822
8123
|
}
|
|
7823
8124
|
static types() {
|
|
7824
8125
|
return {
|
|
7825
8126
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8127
|
+
statusCode: 'number',
|
|
7826
8128
|
body: GetRemindResponseBody,
|
|
7827
8129
|
};
|
|
7828
8130
|
}
|
|
@@ -7873,12 +8175,14 @@ class GetSensitiveDataResponse extends $tea.Model {
|
|
|
7873
8175
|
static names() {
|
|
7874
8176
|
return {
|
|
7875
8177
|
headers: 'headers',
|
|
8178
|
+
statusCode: 'statusCode',
|
|
7876
8179
|
body: 'body',
|
|
7877
8180
|
};
|
|
7878
8181
|
}
|
|
7879
8182
|
static types() {
|
|
7880
8183
|
return {
|
|
7881
8184
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8185
|
+
statusCode: 'number',
|
|
7882
8186
|
body: GetSensitiveDataResponseBody,
|
|
7883
8187
|
};
|
|
7884
8188
|
}
|
|
@@ -7925,12 +8229,14 @@ class GetSuccessInstanceTrendResponse extends $tea.Model {
|
|
|
7925
8229
|
static names() {
|
|
7926
8230
|
return {
|
|
7927
8231
|
headers: 'headers',
|
|
8232
|
+
statusCode: 'statusCode',
|
|
7928
8233
|
body: 'body',
|
|
7929
8234
|
};
|
|
7930
8235
|
}
|
|
7931
8236
|
static types() {
|
|
7932
8237
|
return {
|
|
7933
8238
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8239
|
+
statusCode: 'number',
|
|
7934
8240
|
body: GetSuccessInstanceTrendResponseBody,
|
|
7935
8241
|
};
|
|
7936
8242
|
}
|
|
@@ -7985,12 +8291,14 @@ class GetTopicResponse extends $tea.Model {
|
|
|
7985
8291
|
static names() {
|
|
7986
8292
|
return {
|
|
7987
8293
|
headers: 'headers',
|
|
8294
|
+
statusCode: 'statusCode',
|
|
7988
8295
|
body: 'body',
|
|
7989
8296
|
};
|
|
7990
8297
|
}
|
|
7991
8298
|
static types() {
|
|
7992
8299
|
return {
|
|
7993
8300
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8301
|
+
statusCode: 'number',
|
|
7994
8302
|
body: GetTopicResponseBody,
|
|
7995
8303
|
};
|
|
7996
8304
|
}
|
|
@@ -8045,12 +8353,14 @@ class GetTopicInfluenceResponse extends $tea.Model {
|
|
|
8045
8353
|
static names() {
|
|
8046
8354
|
return {
|
|
8047
8355
|
headers: 'headers',
|
|
8356
|
+
statusCode: 'statusCode',
|
|
8048
8357
|
body: 'body',
|
|
8049
8358
|
};
|
|
8050
8359
|
}
|
|
8051
8360
|
static types() {
|
|
8052
8361
|
return {
|
|
8053
8362
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8363
|
+
statusCode: 'number',
|
|
8054
8364
|
body: GetTopicInfluenceResponseBody,
|
|
8055
8365
|
};
|
|
8056
8366
|
}
|
|
@@ -8101,12 +8411,14 @@ class ImportDataSourcesResponse extends $tea.Model {
|
|
|
8101
8411
|
static names() {
|
|
8102
8412
|
return {
|
|
8103
8413
|
headers: 'headers',
|
|
8414
|
+
statusCode: 'statusCode',
|
|
8104
8415
|
body: 'body',
|
|
8105
8416
|
};
|
|
8106
8417
|
}
|
|
8107
8418
|
static types() {
|
|
8108
8419
|
return {
|
|
8109
8420
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8421
|
+
statusCode: 'number',
|
|
8110
8422
|
body: ImportDataSourcesResponseBody,
|
|
8111
8423
|
};
|
|
8112
8424
|
}
|
|
@@ -8175,12 +8487,14 @@ class ListAlertMessagesResponse extends $tea.Model {
|
|
|
8175
8487
|
static names() {
|
|
8176
8488
|
return {
|
|
8177
8489
|
headers: 'headers',
|
|
8490
|
+
statusCode: 'statusCode',
|
|
8178
8491
|
body: 'body',
|
|
8179
8492
|
};
|
|
8180
8493
|
}
|
|
8181
8494
|
static types() {
|
|
8182
8495
|
return {
|
|
8183
8496
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8497
|
+
statusCode: 'number',
|
|
8184
8498
|
body: ListAlertMessagesResponseBody,
|
|
8185
8499
|
};
|
|
8186
8500
|
}
|
|
@@ -8249,12 +8563,14 @@ class ListBaselineConfigsResponse extends $tea.Model {
|
|
|
8249
8563
|
static names() {
|
|
8250
8564
|
return {
|
|
8251
8565
|
headers: 'headers',
|
|
8566
|
+
statusCode: 'statusCode',
|
|
8252
8567
|
body: 'body',
|
|
8253
8568
|
};
|
|
8254
8569
|
}
|
|
8255
8570
|
static types() {
|
|
8256
8571
|
return {
|
|
8257
8572
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8573
|
+
statusCode: 'number',
|
|
8258
8574
|
body: ListBaselineConfigsResponseBody,
|
|
8259
8575
|
};
|
|
8260
8576
|
}
|
|
@@ -8327,12 +8643,14 @@ class ListBaselineStatusesResponse extends $tea.Model {
|
|
|
8327
8643
|
static names() {
|
|
8328
8644
|
return {
|
|
8329
8645
|
headers: 'headers',
|
|
8646
|
+
statusCode: 'statusCode',
|
|
8330
8647
|
body: 'body',
|
|
8331
8648
|
};
|
|
8332
8649
|
}
|
|
8333
8650
|
static types() {
|
|
8334
8651
|
return {
|
|
8335
8652
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8653
|
+
statusCode: 'number',
|
|
8336
8654
|
body: ListBaselineStatusesResponseBody,
|
|
8337
8655
|
};
|
|
8338
8656
|
}
|
|
@@ -8395,12 +8713,14 @@ class ListBusinessResponse extends $tea.Model {
|
|
|
8395
8713
|
static names() {
|
|
8396
8714
|
return {
|
|
8397
8715
|
headers: 'headers',
|
|
8716
|
+
statusCode: 'statusCode',
|
|
8398
8717
|
body: 'body',
|
|
8399
8718
|
};
|
|
8400
8719
|
}
|
|
8401
8720
|
static types() {
|
|
8402
8721
|
return {
|
|
8403
8722
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8723
|
+
statusCode: 'number',
|
|
8404
8724
|
body: ListBusinessResponseBody,
|
|
8405
8725
|
};
|
|
8406
8726
|
}
|
|
@@ -8461,12 +8781,14 @@ class ListCalcEnginesResponse extends $tea.Model {
|
|
|
8461
8781
|
static names() {
|
|
8462
8782
|
return {
|
|
8463
8783
|
headers: 'headers',
|
|
8784
|
+
statusCode: 'statusCode',
|
|
8464
8785
|
body: 'body',
|
|
8465
8786
|
};
|
|
8466
8787
|
}
|
|
8467
8788
|
static types() {
|
|
8468
8789
|
return {
|
|
8469
8790
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8791
|
+
statusCode: 'number',
|
|
8470
8792
|
body: ListCalcEnginesResponseBody,
|
|
8471
8793
|
};
|
|
8472
8794
|
}
|
|
@@ -8531,12 +8853,14 @@ class ListConnectionsResponse extends $tea.Model {
|
|
|
8531
8853
|
static names() {
|
|
8532
8854
|
return {
|
|
8533
8855
|
headers: 'headers',
|
|
8856
|
+
statusCode: 'statusCode',
|
|
8534
8857
|
body: 'body',
|
|
8535
8858
|
};
|
|
8536
8859
|
}
|
|
8537
8860
|
static types() {
|
|
8538
8861
|
return {
|
|
8539
8862
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8863
|
+
statusCode: 'number',
|
|
8540
8864
|
body: ListConnectionsResponseBody,
|
|
8541
8865
|
};
|
|
8542
8866
|
}
|
|
@@ -8599,12 +8923,14 @@ class ListCurrentTasksForResourceGroupResponse extends $tea.Model {
|
|
|
8599
8923
|
static names() {
|
|
8600
8924
|
return {
|
|
8601
8925
|
headers: 'headers',
|
|
8926
|
+
statusCode: 'statusCode',
|
|
8602
8927
|
body: 'body',
|
|
8603
8928
|
};
|
|
8604
8929
|
}
|
|
8605
8930
|
static types() {
|
|
8606
8931
|
return {
|
|
8607
8932
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8933
|
+
statusCode: 'number',
|
|
8608
8934
|
body: ListCurrentTasksForResourceGroupResponseBody,
|
|
8609
8935
|
};
|
|
8610
8936
|
}
|
|
@@ -8659,12 +8985,14 @@ class ListCurrentUsageForResourceGroupResponse extends $tea.Model {
|
|
|
8659
8985
|
static names() {
|
|
8660
8986
|
return {
|
|
8661
8987
|
headers: 'headers',
|
|
8988
|
+
statusCode: 'statusCode',
|
|
8662
8989
|
body: 'body',
|
|
8663
8990
|
};
|
|
8664
8991
|
}
|
|
8665
8992
|
static types() {
|
|
8666
8993
|
return {
|
|
8667
8994
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8995
|
+
statusCode: 'number',
|
|
8668
8996
|
body: ListCurrentUsageForResourceGroupResponseBody,
|
|
8669
8997
|
};
|
|
8670
8998
|
}
|
|
@@ -8717,12 +9045,14 @@ class ListDIProjectConfigResponse extends $tea.Model {
|
|
|
8717
9045
|
static names() {
|
|
8718
9046
|
return {
|
|
8719
9047
|
headers: 'headers',
|
|
9048
|
+
statusCode: 'statusCode',
|
|
8720
9049
|
body: 'body',
|
|
8721
9050
|
};
|
|
8722
9051
|
}
|
|
8723
9052
|
static types() {
|
|
8724
9053
|
return {
|
|
8725
9054
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9055
|
+
statusCode: 'number',
|
|
8726
9056
|
body: ListDIProjectConfigResponseBody,
|
|
8727
9057
|
};
|
|
8728
9058
|
}
|
|
@@ -8779,12 +9109,14 @@ class ListDagsResponse extends $tea.Model {
|
|
|
8779
9109
|
static names() {
|
|
8780
9110
|
return {
|
|
8781
9111
|
headers: 'headers',
|
|
9112
|
+
statusCode: 'statusCode',
|
|
8782
9113
|
body: 'body',
|
|
8783
9114
|
};
|
|
8784
9115
|
}
|
|
8785
9116
|
static types() {
|
|
8786
9117
|
return {
|
|
8787
9118
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9119
|
+
statusCode: 'number',
|
|
8788
9120
|
body: ListDagsResponseBody,
|
|
8789
9121
|
};
|
|
8790
9122
|
}
|
|
@@ -8847,17 +9179,75 @@ class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
8847
9179
|
static names() {
|
|
8848
9180
|
return {
|
|
8849
9181
|
headers: 'headers',
|
|
9182
|
+
statusCode: 'statusCode',
|
|
8850
9183
|
body: 'body',
|
|
8851
9184
|
};
|
|
8852
9185
|
}
|
|
8853
9186
|
static types() {
|
|
8854
9187
|
return {
|
|
8855
9188
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9189
|
+
statusCode: 'number',
|
|
8856
9190
|
body: ListDataServiceApiAuthoritiesResponseBody,
|
|
8857
9191
|
};
|
|
8858
9192
|
}
|
|
8859
9193
|
}
|
|
8860
9194
|
exports.ListDataServiceApiAuthoritiesResponse = ListDataServiceApiAuthoritiesResponse;
|
|
9195
|
+
class ListDataServiceApiTestRequest extends $tea.Model {
|
|
9196
|
+
constructor(map) {
|
|
9197
|
+
super(map);
|
|
9198
|
+
}
|
|
9199
|
+
static names() {
|
|
9200
|
+
return {
|
|
9201
|
+
apiId: 'ApiId',
|
|
9202
|
+
pageSize: 'PageSize',
|
|
9203
|
+
};
|
|
9204
|
+
}
|
|
9205
|
+
static types() {
|
|
9206
|
+
return {
|
|
9207
|
+
apiId: 'number',
|
|
9208
|
+
pageSize: 'number',
|
|
9209
|
+
};
|
|
9210
|
+
}
|
|
9211
|
+
}
|
|
9212
|
+
exports.ListDataServiceApiTestRequest = ListDataServiceApiTestRequest;
|
|
9213
|
+
class ListDataServiceApiTestResponseBody extends $tea.Model {
|
|
9214
|
+
constructor(map) {
|
|
9215
|
+
super(map);
|
|
9216
|
+
}
|
|
9217
|
+
static names() {
|
|
9218
|
+
return {
|
|
9219
|
+
data: 'Data',
|
|
9220
|
+
requestId: 'RequestId',
|
|
9221
|
+
};
|
|
9222
|
+
}
|
|
9223
|
+
static types() {
|
|
9224
|
+
return {
|
|
9225
|
+
data: { 'type': 'array', 'itemType': ListDataServiceApiTestResponseBodyData },
|
|
9226
|
+
requestId: 'string',
|
|
9227
|
+
};
|
|
9228
|
+
}
|
|
9229
|
+
}
|
|
9230
|
+
exports.ListDataServiceApiTestResponseBody = ListDataServiceApiTestResponseBody;
|
|
9231
|
+
class ListDataServiceApiTestResponse extends $tea.Model {
|
|
9232
|
+
constructor(map) {
|
|
9233
|
+
super(map);
|
|
9234
|
+
}
|
|
9235
|
+
static names() {
|
|
9236
|
+
return {
|
|
9237
|
+
headers: 'headers',
|
|
9238
|
+
statusCode: 'statusCode',
|
|
9239
|
+
body: 'body',
|
|
9240
|
+
};
|
|
9241
|
+
}
|
|
9242
|
+
static types() {
|
|
9243
|
+
return {
|
|
9244
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9245
|
+
statusCode: 'number',
|
|
9246
|
+
body: ListDataServiceApiTestResponseBody,
|
|
9247
|
+
};
|
|
9248
|
+
}
|
|
9249
|
+
}
|
|
9250
|
+
exports.ListDataServiceApiTestResponse = ListDataServiceApiTestResponse;
|
|
8861
9251
|
class ListDataServiceApisRequest extends $tea.Model {
|
|
8862
9252
|
constructor(map) {
|
|
8863
9253
|
super(map);
|
|
@@ -8919,12 +9309,14 @@ class ListDataServiceApisResponse extends $tea.Model {
|
|
|
8919
9309
|
static names() {
|
|
8920
9310
|
return {
|
|
8921
9311
|
headers: 'headers',
|
|
9312
|
+
statusCode: 'statusCode',
|
|
8922
9313
|
body: 'body',
|
|
8923
9314
|
};
|
|
8924
9315
|
}
|
|
8925
9316
|
static types() {
|
|
8926
9317
|
return {
|
|
8927
9318
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9319
|
+
statusCode: 'number',
|
|
8928
9320
|
body: ListDataServiceApisResponseBody,
|
|
8929
9321
|
};
|
|
8930
9322
|
}
|
|
@@ -8985,12 +9377,14 @@ class ListDataServiceApplicationsResponse extends $tea.Model {
|
|
|
8985
9377
|
static names() {
|
|
8986
9378
|
return {
|
|
8987
9379
|
headers: 'headers',
|
|
9380
|
+
statusCode: 'statusCode',
|
|
8988
9381
|
body: 'body',
|
|
8989
9382
|
};
|
|
8990
9383
|
}
|
|
8991
9384
|
static types() {
|
|
8992
9385
|
return {
|
|
8993
9386
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9387
|
+
statusCode: 'number',
|
|
8994
9388
|
body: ListDataServiceApplicationsResponseBody,
|
|
8995
9389
|
};
|
|
8996
9390
|
}
|
|
@@ -9053,12 +9447,14 @@ class ListDataServiceAuthorizedApisResponse extends $tea.Model {
|
|
|
9053
9447
|
static names() {
|
|
9054
9448
|
return {
|
|
9055
9449
|
headers: 'headers',
|
|
9450
|
+
statusCode: 'statusCode',
|
|
9056
9451
|
body: 'body',
|
|
9057
9452
|
};
|
|
9058
9453
|
}
|
|
9059
9454
|
static types() {
|
|
9060
9455
|
return {
|
|
9061
9456
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9457
|
+
statusCode: 'number',
|
|
9062
9458
|
body: ListDataServiceAuthorizedApisResponseBody,
|
|
9063
9459
|
};
|
|
9064
9460
|
}
|
|
@@ -9115,12 +9511,14 @@ class ListDataServiceFoldersResponse extends $tea.Model {
|
|
|
9115
9511
|
static names() {
|
|
9116
9512
|
return {
|
|
9117
9513
|
headers: 'headers',
|
|
9514
|
+
statusCode: 'statusCode',
|
|
9118
9515
|
body: 'body',
|
|
9119
9516
|
};
|
|
9120
9517
|
}
|
|
9121
9518
|
static types() {
|
|
9122
9519
|
return {
|
|
9123
9520
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9521
|
+
statusCode: 'number',
|
|
9124
9522
|
body: ListDataServiceFoldersResponseBody,
|
|
9125
9523
|
};
|
|
9126
9524
|
}
|
|
@@ -9175,12 +9573,14 @@ class ListDataServiceGroupsResponse extends $tea.Model {
|
|
|
9175
9573
|
static names() {
|
|
9176
9574
|
return {
|
|
9177
9575
|
headers: 'headers',
|
|
9576
|
+
statusCode: 'statusCode',
|
|
9178
9577
|
body: 'body',
|
|
9179
9578
|
};
|
|
9180
9579
|
}
|
|
9181
9580
|
static types() {
|
|
9182
9581
|
return {
|
|
9183
9582
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9583
|
+
statusCode: 'number',
|
|
9184
9584
|
body: ListDataServiceGroupsResponseBody,
|
|
9185
9585
|
};
|
|
9186
9586
|
}
|
|
@@ -9247,12 +9647,14 @@ class ListDataServicePublishedApisResponse extends $tea.Model {
|
|
|
9247
9647
|
static names() {
|
|
9248
9648
|
return {
|
|
9249
9649
|
headers: 'headers',
|
|
9650
|
+
statusCode: 'statusCode',
|
|
9250
9651
|
body: 'body',
|
|
9251
9652
|
};
|
|
9252
9653
|
}
|
|
9253
9654
|
static types() {
|
|
9254
9655
|
return {
|
|
9255
9656
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9657
|
+
statusCode: 'number',
|
|
9256
9658
|
body: ListDataServicePublishedApisResponseBody,
|
|
9257
9659
|
};
|
|
9258
9660
|
}
|
|
@@ -9317,12 +9719,14 @@ class ListDataSourcesResponse extends $tea.Model {
|
|
|
9317
9719
|
static names() {
|
|
9318
9720
|
return {
|
|
9319
9721
|
headers: 'headers',
|
|
9722
|
+
statusCode: 'statusCode',
|
|
9320
9723
|
body: 'body',
|
|
9321
9724
|
};
|
|
9322
9725
|
}
|
|
9323
9726
|
static types() {
|
|
9324
9727
|
return {
|
|
9325
9728
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9729
|
+
statusCode: 'number',
|
|
9326
9730
|
body: ListDataSourcesResponseBody,
|
|
9327
9731
|
};
|
|
9328
9732
|
}
|
|
@@ -9387,12 +9791,14 @@ class ListDeploymentsResponse extends $tea.Model {
|
|
|
9387
9791
|
static names() {
|
|
9388
9792
|
return {
|
|
9389
9793
|
headers: 'headers',
|
|
9794
|
+
statusCode: 'statusCode',
|
|
9390
9795
|
body: 'body',
|
|
9391
9796
|
};
|
|
9392
9797
|
}
|
|
9393
9798
|
static types() {
|
|
9394
9799
|
return {
|
|
9395
9800
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9801
|
+
statusCode: 'number',
|
|
9396
9802
|
body: ListDeploymentsResponseBody,
|
|
9397
9803
|
};
|
|
9398
9804
|
}
|
|
@@ -9441,12 +9847,14 @@ class ListExtensionsResponse extends $tea.Model {
|
|
|
9441
9847
|
static names() {
|
|
9442
9848
|
return {
|
|
9443
9849
|
headers: 'headers',
|
|
9850
|
+
statusCode: 'statusCode',
|
|
9444
9851
|
body: 'body',
|
|
9445
9852
|
};
|
|
9446
9853
|
}
|
|
9447
9854
|
static types() {
|
|
9448
9855
|
return {
|
|
9449
9856
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9857
|
+
statusCode: 'number',
|
|
9450
9858
|
body: ListExtensionsResponseBody,
|
|
9451
9859
|
};
|
|
9452
9860
|
}
|
|
@@ -9503,12 +9911,14 @@ class ListFileTypeResponse extends $tea.Model {
|
|
|
9503
9911
|
static names() {
|
|
9504
9912
|
return {
|
|
9505
9913
|
headers: 'headers',
|
|
9914
|
+
statusCode: 'statusCode',
|
|
9506
9915
|
body: 'body',
|
|
9507
9916
|
};
|
|
9508
9917
|
}
|
|
9509
9918
|
static types() {
|
|
9510
9919
|
return {
|
|
9511
9920
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9921
|
+
statusCode: 'number',
|
|
9512
9922
|
body: ListFileTypeResponseBody,
|
|
9513
9923
|
};
|
|
9514
9924
|
}
|
|
@@ -9571,12 +9981,14 @@ class ListFileVersionsResponse extends $tea.Model {
|
|
|
9571
9981
|
static names() {
|
|
9572
9982
|
return {
|
|
9573
9983
|
headers: 'headers',
|
|
9984
|
+
statusCode: 'statusCode',
|
|
9574
9985
|
body: 'body',
|
|
9575
9986
|
};
|
|
9576
9987
|
}
|
|
9577
9988
|
static types() {
|
|
9578
9989
|
return {
|
|
9579
9990
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9991
|
+
statusCode: 'number',
|
|
9580
9992
|
body: ListFileVersionsResponseBody,
|
|
9581
9993
|
};
|
|
9582
9994
|
}
|
|
@@ -9649,12 +10061,14 @@ class ListFilesResponse extends $tea.Model {
|
|
|
9649
10061
|
static names() {
|
|
9650
10062
|
return {
|
|
9651
10063
|
headers: 'headers',
|
|
10064
|
+
statusCode: 'statusCode',
|
|
9652
10065
|
body: 'body',
|
|
9653
10066
|
};
|
|
9654
10067
|
}
|
|
9655
10068
|
static types() {
|
|
9656
10069
|
return {
|
|
9657
10070
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10071
|
+
statusCode: 'number',
|
|
9658
10072
|
body: ListFilesResponseBody,
|
|
9659
10073
|
};
|
|
9660
10074
|
}
|
|
@@ -9717,12 +10131,14 @@ class ListFoldersResponse extends $tea.Model {
|
|
|
9717
10131
|
static names() {
|
|
9718
10132
|
return {
|
|
9719
10133
|
headers: 'headers',
|
|
10134
|
+
statusCode: 'statusCode',
|
|
9720
10135
|
body: 'body',
|
|
9721
10136
|
};
|
|
9722
10137
|
}
|
|
9723
10138
|
static types() {
|
|
9724
10139
|
return {
|
|
9725
10140
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10141
|
+
statusCode: 'number',
|
|
9726
10142
|
body: ListFoldersResponseBody,
|
|
9727
10143
|
};
|
|
9728
10144
|
}
|
|
@@ -9787,12 +10203,14 @@ class ListHistoryTasksForResourceGroupResponse extends $tea.Model {
|
|
|
9787
10203
|
static names() {
|
|
9788
10204
|
return {
|
|
9789
10205
|
headers: 'headers',
|
|
10206
|
+
statusCode: 'statusCode',
|
|
9790
10207
|
body: 'body',
|
|
9791
10208
|
};
|
|
9792
10209
|
}
|
|
9793
10210
|
static types() {
|
|
9794
10211
|
return {
|
|
9795
10212
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10213
|
+
statusCode: 'number',
|
|
9796
10214
|
body: ListHistoryTasksForResourceGroupResponseBody,
|
|
9797
10215
|
};
|
|
9798
10216
|
}
|
|
@@ -9843,12 +10261,14 @@ class ListInstanceAmountResponse extends $tea.Model {
|
|
|
9843
10261
|
static names() {
|
|
9844
10262
|
return {
|
|
9845
10263
|
headers: 'headers',
|
|
10264
|
+
statusCode: 'statusCode',
|
|
9846
10265
|
body: 'body',
|
|
9847
10266
|
};
|
|
9848
10267
|
}
|
|
9849
10268
|
static types() {
|
|
9850
10269
|
return {
|
|
9851
10270
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10271
|
+
statusCode: 'number',
|
|
9852
10272
|
body: ListInstanceAmountResponseBody,
|
|
9853
10273
|
};
|
|
9854
10274
|
}
|
|
@@ -9927,12 +10347,14 @@ class ListInstancesResponse extends $tea.Model {
|
|
|
9927
10347
|
static names() {
|
|
9928
10348
|
return {
|
|
9929
10349
|
headers: 'headers',
|
|
10350
|
+
statusCode: 'statusCode',
|
|
9930
10351
|
body: 'body',
|
|
9931
10352
|
};
|
|
9932
10353
|
}
|
|
9933
10354
|
static types() {
|
|
9934
10355
|
return {
|
|
9935
10356
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10357
|
+
statusCode: 'number',
|
|
9936
10358
|
body: ListInstancesResponseBody,
|
|
9937
10359
|
};
|
|
9938
10360
|
}
|
|
@@ -9983,12 +10405,14 @@ class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
9983
10405
|
static names() {
|
|
9984
10406
|
return {
|
|
9985
10407
|
headers: 'headers',
|
|
10408
|
+
statusCode: 'statusCode',
|
|
9986
10409
|
body: 'body',
|
|
9987
10410
|
};
|
|
9988
10411
|
}
|
|
9989
10412
|
static types() {
|
|
9990
10413
|
return {
|
|
9991
10414
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10415
|
+
statusCode: 'number',
|
|
9992
10416
|
body: ListManualDagInstancesResponseBody,
|
|
9993
10417
|
};
|
|
9994
10418
|
}
|
|
@@ -10043,17 +10467,83 @@ class ListMetaDBResponse extends $tea.Model {
|
|
|
10043
10467
|
static names() {
|
|
10044
10468
|
return {
|
|
10045
10469
|
headers: 'headers',
|
|
10470
|
+
statusCode: 'statusCode',
|
|
10046
10471
|
body: 'body',
|
|
10047
10472
|
};
|
|
10048
10473
|
}
|
|
10049
10474
|
static types() {
|
|
10050
10475
|
return {
|
|
10051
10476
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10477
|
+
statusCode: 'number',
|
|
10052
10478
|
body: ListMetaDBResponseBody,
|
|
10053
10479
|
};
|
|
10054
10480
|
}
|
|
10055
10481
|
}
|
|
10056
10482
|
exports.ListMetaDBResponse = ListMetaDBResponse;
|
|
10483
|
+
class ListMigrationsRequest extends $tea.Model {
|
|
10484
|
+
constructor(map) {
|
|
10485
|
+
super(map);
|
|
10486
|
+
}
|
|
10487
|
+
static names() {
|
|
10488
|
+
return {
|
|
10489
|
+
migrationType: 'MigrationType',
|
|
10490
|
+
owner: 'Owner',
|
|
10491
|
+
pageNumber: 'PageNumber',
|
|
10492
|
+
pageSize: 'PageSize',
|
|
10493
|
+
projectId: 'ProjectId',
|
|
10494
|
+
};
|
|
10495
|
+
}
|
|
10496
|
+
static types() {
|
|
10497
|
+
return {
|
|
10498
|
+
migrationType: 'string',
|
|
10499
|
+
owner: 'string',
|
|
10500
|
+
pageNumber: 'number',
|
|
10501
|
+
pageSize: 'number',
|
|
10502
|
+
projectId: 'number',
|
|
10503
|
+
};
|
|
10504
|
+
}
|
|
10505
|
+
}
|
|
10506
|
+
exports.ListMigrationsRequest = ListMigrationsRequest;
|
|
10507
|
+
class ListMigrationsResponseBody extends $tea.Model {
|
|
10508
|
+
constructor(map) {
|
|
10509
|
+
super(map);
|
|
10510
|
+
}
|
|
10511
|
+
static names() {
|
|
10512
|
+
return {
|
|
10513
|
+
data: 'Data',
|
|
10514
|
+
requestId: 'RequestId',
|
|
10515
|
+
success: 'Success',
|
|
10516
|
+
};
|
|
10517
|
+
}
|
|
10518
|
+
static types() {
|
|
10519
|
+
return {
|
|
10520
|
+
data: ListMigrationsResponseBodyData,
|
|
10521
|
+
requestId: 'string',
|
|
10522
|
+
success: 'boolean',
|
|
10523
|
+
};
|
|
10524
|
+
}
|
|
10525
|
+
}
|
|
10526
|
+
exports.ListMigrationsResponseBody = ListMigrationsResponseBody;
|
|
10527
|
+
class ListMigrationsResponse extends $tea.Model {
|
|
10528
|
+
constructor(map) {
|
|
10529
|
+
super(map);
|
|
10530
|
+
}
|
|
10531
|
+
static names() {
|
|
10532
|
+
return {
|
|
10533
|
+
headers: 'headers',
|
|
10534
|
+
statusCode: 'statusCode',
|
|
10535
|
+
body: 'body',
|
|
10536
|
+
};
|
|
10537
|
+
}
|
|
10538
|
+
static types() {
|
|
10539
|
+
return {
|
|
10540
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10541
|
+
statusCode: 'number',
|
|
10542
|
+
body: ListMigrationsResponseBody,
|
|
10543
|
+
};
|
|
10544
|
+
}
|
|
10545
|
+
}
|
|
10546
|
+
exports.ListMigrationsResponse = ListMigrationsResponse;
|
|
10057
10547
|
class ListNodeIORequest extends $tea.Model {
|
|
10058
10548
|
constructor(map) {
|
|
10059
10549
|
super(map);
|
|
@@ -10107,12 +10597,14 @@ class ListNodeIOResponse extends $tea.Model {
|
|
|
10107
10597
|
static names() {
|
|
10108
10598
|
return {
|
|
10109
10599
|
headers: 'headers',
|
|
10600
|
+
statusCode: 'statusCode',
|
|
10110
10601
|
body: 'body',
|
|
10111
10602
|
};
|
|
10112
10603
|
}
|
|
10113
10604
|
static types() {
|
|
10114
10605
|
return {
|
|
10115
10606
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10607
|
+
statusCode: 'number',
|
|
10116
10608
|
body: ListNodeIOResponseBody,
|
|
10117
10609
|
};
|
|
10118
10610
|
}
|
|
@@ -10171,12 +10663,14 @@ class ListNodeInputOrOutputResponse extends $tea.Model {
|
|
|
10171
10663
|
static names() {
|
|
10172
10664
|
return {
|
|
10173
10665
|
headers: 'headers',
|
|
10666
|
+
statusCode: 'statusCode',
|
|
10174
10667
|
body: 'body',
|
|
10175
10668
|
};
|
|
10176
10669
|
}
|
|
10177
10670
|
static types() {
|
|
10178
10671
|
return {
|
|
10179
10672
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10673
|
+
statusCode: 'number',
|
|
10180
10674
|
body: ListNodeInputOrOutputResponseBody,
|
|
10181
10675
|
};
|
|
10182
10676
|
}
|
|
@@ -10245,12 +10739,14 @@ class ListNodesResponse extends $tea.Model {
|
|
|
10245
10739
|
static names() {
|
|
10246
10740
|
return {
|
|
10247
10741
|
headers: 'headers',
|
|
10742
|
+
statusCode: 'statusCode',
|
|
10248
10743
|
body: 'body',
|
|
10249
10744
|
};
|
|
10250
10745
|
}
|
|
10251
10746
|
static types() {
|
|
10252
10747
|
return {
|
|
10253
10748
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10749
|
+
statusCode: 'number',
|
|
10254
10750
|
body: ListNodesResponseBody,
|
|
10255
10751
|
};
|
|
10256
10752
|
}
|
|
@@ -10305,12 +10801,14 @@ class ListNodesByBaselineResponse extends $tea.Model {
|
|
|
10305
10801
|
static names() {
|
|
10306
10802
|
return {
|
|
10307
10803
|
headers: 'headers',
|
|
10804
|
+
statusCode: 'statusCode',
|
|
10308
10805
|
body: 'body',
|
|
10309
10806
|
};
|
|
10310
10807
|
}
|
|
10311
10808
|
static types() {
|
|
10312
10809
|
return {
|
|
10313
10810
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10811
|
+
statusCode: 'number',
|
|
10314
10812
|
body: ListNodesByBaselineResponseBody,
|
|
10315
10813
|
};
|
|
10316
10814
|
}
|
|
@@ -10367,12 +10865,14 @@ class ListNodesByOutputResponse extends $tea.Model {
|
|
|
10367
10865
|
static names() {
|
|
10368
10866
|
return {
|
|
10369
10867
|
headers: 'headers',
|
|
10868
|
+
statusCode: 'statusCode',
|
|
10370
10869
|
body: 'body',
|
|
10371
10870
|
};
|
|
10372
10871
|
}
|
|
10373
10872
|
static types() {
|
|
10374
10873
|
return {
|
|
10375
10874
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10875
|
+
statusCode: 'number',
|
|
10376
10876
|
body: ListNodesByOutputResponseBody,
|
|
10377
10877
|
};
|
|
10378
10878
|
}
|
|
@@ -10439,12 +10939,14 @@ class ListPermissionApplyOrdersResponse extends $tea.Model {
|
|
|
10439
10939
|
static names() {
|
|
10440
10940
|
return {
|
|
10441
10941
|
headers: 'headers',
|
|
10942
|
+
statusCode: 'statusCode',
|
|
10442
10943
|
body: 'body',
|
|
10443
10944
|
};
|
|
10444
10945
|
}
|
|
10445
10946
|
static types() {
|
|
10446
10947
|
return {
|
|
10447
10948
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10949
|
+
statusCode: 'number',
|
|
10448
10950
|
body: ListPermissionApplyOrdersResponseBody,
|
|
10449
10951
|
};
|
|
10450
10952
|
}
|
|
@@ -10493,12 +10995,14 @@ class ListProgramTypeCountResponse extends $tea.Model {
|
|
|
10493
10995
|
static names() {
|
|
10494
10996
|
return {
|
|
10495
10997
|
headers: 'headers',
|
|
10998
|
+
statusCode: 'statusCode',
|
|
10496
10999
|
body: 'body',
|
|
10497
11000
|
};
|
|
10498
11001
|
}
|
|
10499
11002
|
static types() {
|
|
10500
11003
|
return {
|
|
10501
11004
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11005
|
+
statusCode: 'number',
|
|
10502
11006
|
body: ListProgramTypeCountResponseBody,
|
|
10503
11007
|
};
|
|
10504
11008
|
}
|
|
@@ -10545,12 +11049,14 @@ class ListProjectIdsResponse extends $tea.Model {
|
|
|
10545
11049
|
static names() {
|
|
10546
11050
|
return {
|
|
10547
11051
|
headers: 'headers',
|
|
11052
|
+
statusCode: 'statusCode',
|
|
10548
11053
|
body: 'body',
|
|
10549
11054
|
};
|
|
10550
11055
|
}
|
|
10551
11056
|
static types() {
|
|
10552
11057
|
return {
|
|
10553
11058
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11059
|
+
statusCode: 'number',
|
|
10554
11060
|
body: ListProjectIdsResponseBody,
|
|
10555
11061
|
};
|
|
10556
11062
|
}
|
|
@@ -10601,12 +11107,14 @@ class ListProjectMembersResponse extends $tea.Model {
|
|
|
10601
11107
|
static names() {
|
|
10602
11108
|
return {
|
|
10603
11109
|
headers: 'headers',
|
|
11110
|
+
statusCode: 'statusCode',
|
|
10604
11111
|
body: 'body',
|
|
10605
11112
|
};
|
|
10606
11113
|
}
|
|
10607
11114
|
static types() {
|
|
10608
11115
|
return {
|
|
10609
11116
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11117
|
+
statusCode: 'number',
|
|
10610
11118
|
body: ListProjectMembersResponseBody,
|
|
10611
11119
|
};
|
|
10612
11120
|
}
|
|
@@ -10653,12 +11161,14 @@ class ListProjectRolesResponse extends $tea.Model {
|
|
|
10653
11161
|
static names() {
|
|
10654
11162
|
return {
|
|
10655
11163
|
headers: 'headers',
|
|
11164
|
+
statusCode: 'statusCode',
|
|
10656
11165
|
body: 'body',
|
|
10657
11166
|
};
|
|
10658
11167
|
}
|
|
10659
11168
|
static types() {
|
|
10660
11169
|
return {
|
|
10661
11170
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11171
|
+
statusCode: 'number',
|
|
10662
11172
|
body: ListProjectRolesResponseBody,
|
|
10663
11173
|
};
|
|
10664
11174
|
}
|
|
@@ -10707,12 +11217,14 @@ class ListProjectsResponse extends $tea.Model {
|
|
|
10707
11217
|
static names() {
|
|
10708
11218
|
return {
|
|
10709
11219
|
headers: 'headers',
|
|
11220
|
+
statusCode: 'statusCode',
|
|
10710
11221
|
body: 'body',
|
|
10711
11222
|
};
|
|
10712
11223
|
}
|
|
10713
11224
|
static types() {
|
|
10714
11225
|
return {
|
|
10715
11226
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11227
|
+
statusCode: 'number',
|
|
10716
11228
|
body: ListProjectsResponseBody,
|
|
10717
11229
|
};
|
|
10718
11230
|
}
|
|
@@ -10777,12 +11289,14 @@ class ListQualityResultsByEntityResponse extends $tea.Model {
|
|
|
10777
11289
|
static names() {
|
|
10778
11290
|
return {
|
|
10779
11291
|
headers: 'headers',
|
|
11292
|
+
statusCode: 'statusCode',
|
|
10780
11293
|
body: 'body',
|
|
10781
11294
|
};
|
|
10782
11295
|
}
|
|
10783
11296
|
static types() {
|
|
10784
11297
|
return {
|
|
10785
11298
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11299
|
+
statusCode: 'number',
|
|
10786
11300
|
body: ListQualityResultsByEntityResponseBody,
|
|
10787
11301
|
};
|
|
10788
11302
|
}
|
|
@@ -10847,12 +11361,14 @@ class ListQualityResultsByRuleResponse extends $tea.Model {
|
|
|
10847
11361
|
static names() {
|
|
10848
11362
|
return {
|
|
10849
11363
|
headers: 'headers',
|
|
11364
|
+
statusCode: 'statusCode',
|
|
10850
11365
|
body: 'body',
|
|
10851
11366
|
};
|
|
10852
11367
|
}
|
|
10853
11368
|
static types() {
|
|
10854
11369
|
return {
|
|
10855
11370
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11371
|
+
statusCode: 'number',
|
|
10856
11372
|
body: ListQualityResultsByRuleResponseBody,
|
|
10857
11373
|
};
|
|
10858
11374
|
}
|
|
@@ -10913,12 +11429,14 @@ class ListQualityRulesResponse extends $tea.Model {
|
|
|
10913
11429
|
static names() {
|
|
10914
11430
|
return {
|
|
10915
11431
|
headers: 'headers',
|
|
11432
|
+
statusCode: 'statusCode',
|
|
10916
11433
|
body: 'body',
|
|
10917
11434
|
};
|
|
10918
11435
|
}
|
|
10919
11436
|
static types() {
|
|
10920
11437
|
return {
|
|
10921
11438
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11439
|
+
statusCode: 'number',
|
|
10922
11440
|
body: ListQualityRulesResponseBody,
|
|
10923
11441
|
};
|
|
10924
11442
|
}
|
|
@@ -10977,12 +11495,14 @@ class ListRefDISyncTasksResponse extends $tea.Model {
|
|
|
10977
11495
|
static names() {
|
|
10978
11496
|
return {
|
|
10979
11497
|
headers: 'headers',
|
|
11498
|
+
statusCode: 'statusCode',
|
|
10980
11499
|
body: 'body',
|
|
10981
11500
|
};
|
|
10982
11501
|
}
|
|
10983
11502
|
static types() {
|
|
10984
11503
|
return {
|
|
10985
11504
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11505
|
+
statusCode: 'number',
|
|
10986
11506
|
body: ListRefDISyncTasksResponseBody,
|
|
10987
11507
|
};
|
|
10988
11508
|
}
|
|
@@ -11049,12 +11569,14 @@ class ListRemindsResponse extends $tea.Model {
|
|
|
11049
11569
|
static names() {
|
|
11050
11570
|
return {
|
|
11051
11571
|
headers: 'headers',
|
|
11572
|
+
statusCode: 'statusCode',
|
|
11052
11573
|
body: 'body',
|
|
11053
11574
|
};
|
|
11054
11575
|
}
|
|
11055
11576
|
static types() {
|
|
11056
11577
|
return {
|
|
11057
11578
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11579
|
+
statusCode: 'number',
|
|
11058
11580
|
body: ListRemindsResponseBody,
|
|
11059
11581
|
};
|
|
11060
11582
|
}
|
|
@@ -11109,17 +11631,141 @@ class ListResourceGroupsResponse extends $tea.Model {
|
|
|
11109
11631
|
static names() {
|
|
11110
11632
|
return {
|
|
11111
11633
|
headers: 'headers',
|
|
11634
|
+
statusCode: 'statusCode',
|
|
11112
11635
|
body: 'body',
|
|
11113
11636
|
};
|
|
11114
11637
|
}
|
|
11115
11638
|
static types() {
|
|
11116
11639
|
return {
|
|
11117
11640
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11641
|
+
statusCode: 'number',
|
|
11118
11642
|
body: ListResourceGroupsResponseBody,
|
|
11119
11643
|
};
|
|
11120
11644
|
}
|
|
11121
11645
|
}
|
|
11122
11646
|
exports.ListResourceGroupsResponse = ListResourceGroupsResponse;
|
|
11647
|
+
class ListShiftPersonnelsRequest extends $tea.Model {
|
|
11648
|
+
constructor(map) {
|
|
11649
|
+
super(map);
|
|
11650
|
+
}
|
|
11651
|
+
static names() {
|
|
11652
|
+
return {
|
|
11653
|
+
beginTime: 'BeginTime',
|
|
11654
|
+
endTime: 'EndTime',
|
|
11655
|
+
shiftPersonUID: 'ShiftPersonUID',
|
|
11656
|
+
shiftScheduleIdentifier: 'ShiftScheduleIdentifier',
|
|
11657
|
+
userType: 'UserType',
|
|
11658
|
+
};
|
|
11659
|
+
}
|
|
11660
|
+
static types() {
|
|
11661
|
+
return {
|
|
11662
|
+
beginTime: 'number',
|
|
11663
|
+
endTime: 'number',
|
|
11664
|
+
shiftPersonUID: 'string',
|
|
11665
|
+
shiftScheduleIdentifier: 'string',
|
|
11666
|
+
userType: 'string',
|
|
11667
|
+
};
|
|
11668
|
+
}
|
|
11669
|
+
}
|
|
11670
|
+
exports.ListShiftPersonnelsRequest = ListShiftPersonnelsRequest;
|
|
11671
|
+
class ListShiftPersonnelsResponseBody extends $tea.Model {
|
|
11672
|
+
constructor(map) {
|
|
11673
|
+
super(map);
|
|
11674
|
+
}
|
|
11675
|
+
static names() {
|
|
11676
|
+
return {
|
|
11677
|
+
paging: 'Paging',
|
|
11678
|
+
requestId: 'RequestId',
|
|
11679
|
+
};
|
|
11680
|
+
}
|
|
11681
|
+
static types() {
|
|
11682
|
+
return {
|
|
11683
|
+
paging: ListShiftPersonnelsResponseBodyPaging,
|
|
11684
|
+
requestId: 'string',
|
|
11685
|
+
};
|
|
11686
|
+
}
|
|
11687
|
+
}
|
|
11688
|
+
exports.ListShiftPersonnelsResponseBody = ListShiftPersonnelsResponseBody;
|
|
11689
|
+
class ListShiftPersonnelsResponse extends $tea.Model {
|
|
11690
|
+
constructor(map) {
|
|
11691
|
+
super(map);
|
|
11692
|
+
}
|
|
11693
|
+
static names() {
|
|
11694
|
+
return {
|
|
11695
|
+
headers: 'headers',
|
|
11696
|
+
statusCode: 'statusCode',
|
|
11697
|
+
body: 'body',
|
|
11698
|
+
};
|
|
11699
|
+
}
|
|
11700
|
+
static types() {
|
|
11701
|
+
return {
|
|
11702
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11703
|
+
statusCode: 'number',
|
|
11704
|
+
body: ListShiftPersonnelsResponseBody,
|
|
11705
|
+
};
|
|
11706
|
+
}
|
|
11707
|
+
}
|
|
11708
|
+
exports.ListShiftPersonnelsResponse = ListShiftPersonnelsResponse;
|
|
11709
|
+
class ListShiftSchedulesRequest extends $tea.Model {
|
|
11710
|
+
constructor(map) {
|
|
11711
|
+
super(map);
|
|
11712
|
+
}
|
|
11713
|
+
static names() {
|
|
11714
|
+
return {
|
|
11715
|
+
owner: 'Owner',
|
|
11716
|
+
pageNumber: 'PageNumber',
|
|
11717
|
+
pageSize: 'PageSize',
|
|
11718
|
+
shiftScheduleName: 'ShiftScheduleName',
|
|
11719
|
+
};
|
|
11720
|
+
}
|
|
11721
|
+
static types() {
|
|
11722
|
+
return {
|
|
11723
|
+
owner: 'string',
|
|
11724
|
+
pageNumber: 'number',
|
|
11725
|
+
pageSize: 'number',
|
|
11726
|
+
shiftScheduleName: 'string',
|
|
11727
|
+
};
|
|
11728
|
+
}
|
|
11729
|
+
}
|
|
11730
|
+
exports.ListShiftSchedulesRequest = ListShiftSchedulesRequest;
|
|
11731
|
+
class ListShiftSchedulesResponseBody extends $tea.Model {
|
|
11732
|
+
constructor(map) {
|
|
11733
|
+
super(map);
|
|
11734
|
+
}
|
|
11735
|
+
static names() {
|
|
11736
|
+
return {
|
|
11737
|
+
paging: 'Paging',
|
|
11738
|
+
requestId: 'RequestId',
|
|
11739
|
+
};
|
|
11740
|
+
}
|
|
11741
|
+
static types() {
|
|
11742
|
+
return {
|
|
11743
|
+
paging: ListShiftSchedulesResponseBodyPaging,
|
|
11744
|
+
requestId: 'string',
|
|
11745
|
+
};
|
|
11746
|
+
}
|
|
11747
|
+
}
|
|
11748
|
+
exports.ListShiftSchedulesResponseBody = ListShiftSchedulesResponseBody;
|
|
11749
|
+
class ListShiftSchedulesResponse extends $tea.Model {
|
|
11750
|
+
constructor(map) {
|
|
11751
|
+
super(map);
|
|
11752
|
+
}
|
|
11753
|
+
static names() {
|
|
11754
|
+
return {
|
|
11755
|
+
headers: 'headers',
|
|
11756
|
+
statusCode: 'statusCode',
|
|
11757
|
+
body: 'body',
|
|
11758
|
+
};
|
|
11759
|
+
}
|
|
11760
|
+
static types() {
|
|
11761
|
+
return {
|
|
11762
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11763
|
+
statusCode: 'number',
|
|
11764
|
+
body: ListShiftSchedulesResponseBody,
|
|
11765
|
+
};
|
|
11766
|
+
}
|
|
11767
|
+
}
|
|
11768
|
+
exports.ListShiftSchedulesResponse = ListShiftSchedulesResponse;
|
|
11123
11769
|
class ListSuccessInstanceAmountRequest extends $tea.Model {
|
|
11124
11770
|
constructor(map) {
|
|
11125
11771
|
super(map);
|
|
@@ -11161,12 +11807,14 @@ class ListSuccessInstanceAmountResponse extends $tea.Model {
|
|
|
11161
11807
|
static names() {
|
|
11162
11808
|
return {
|
|
11163
11809
|
headers: 'headers',
|
|
11810
|
+
statusCode: 'statusCode',
|
|
11164
11811
|
body: 'body',
|
|
11165
11812
|
};
|
|
11166
11813
|
}
|
|
11167
11814
|
static types() {
|
|
11168
11815
|
return {
|
|
11169
11816
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11817
|
+
statusCode: 'number',
|
|
11170
11818
|
body: ListSuccessInstanceAmountResponseBody,
|
|
11171
11819
|
};
|
|
11172
11820
|
}
|
|
@@ -11227,12 +11875,14 @@ class ListTableLevelResponse extends $tea.Model {
|
|
|
11227
11875
|
static names() {
|
|
11228
11876
|
return {
|
|
11229
11877
|
headers: 'headers',
|
|
11878
|
+
statusCode: 'statusCode',
|
|
11230
11879
|
body: 'body',
|
|
11231
11880
|
};
|
|
11232
11881
|
}
|
|
11233
11882
|
static types() {
|
|
11234
11883
|
return {
|
|
11235
11884
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11885
|
+
statusCode: 'number',
|
|
11236
11886
|
body: ListTableLevelResponseBody,
|
|
11237
11887
|
};
|
|
11238
11888
|
}
|
|
@@ -11293,12 +11943,14 @@ class ListTableThemeResponse extends $tea.Model {
|
|
|
11293
11943
|
static names() {
|
|
11294
11944
|
return {
|
|
11295
11945
|
headers: 'headers',
|
|
11946
|
+
statusCode: 'statusCode',
|
|
11296
11947
|
body: 'body',
|
|
11297
11948
|
};
|
|
11298
11949
|
}
|
|
11299
11950
|
static types() {
|
|
11300
11951
|
return {
|
|
11301
11952
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11953
|
+
statusCode: 'number',
|
|
11302
11954
|
body: ListTableThemeResponseBody,
|
|
11303
11955
|
};
|
|
11304
11956
|
}
|
|
@@ -11369,12 +12021,14 @@ class ListTopicsResponse extends $tea.Model {
|
|
|
11369
12021
|
static names() {
|
|
11370
12022
|
return {
|
|
11371
12023
|
headers: 'headers',
|
|
12024
|
+
statusCode: 'statusCode',
|
|
11372
12025
|
body: 'body',
|
|
11373
12026
|
};
|
|
11374
12027
|
}
|
|
11375
12028
|
static types() {
|
|
11376
12029
|
return {
|
|
11377
12030
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12031
|
+
statusCode: 'number',
|
|
11378
12032
|
body: ListTopicsResponseBody,
|
|
11379
12033
|
};
|
|
11380
12034
|
}
|
|
@@ -11435,12 +12089,14 @@ class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
|
11435
12089
|
static names() {
|
|
11436
12090
|
return {
|
|
11437
12091
|
headers: 'headers',
|
|
12092
|
+
statusCode: 'statusCode',
|
|
11438
12093
|
body: 'body',
|
|
11439
12094
|
};
|
|
11440
12095
|
}
|
|
11441
12096
|
static types() {
|
|
11442
12097
|
return {
|
|
11443
12098
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12099
|
+
statusCode: 'number',
|
|
11444
12100
|
body: ListUsageForResourceGroupResponseBody,
|
|
11445
12101
|
};
|
|
11446
12102
|
}
|
|
@@ -11499,12 +12155,14 @@ class PublishDataServiceApiResponse extends $tea.Model {
|
|
|
11499
12155
|
static names() {
|
|
11500
12156
|
return {
|
|
11501
12157
|
headers: 'headers',
|
|
12158
|
+
statusCode: 'statusCode',
|
|
11502
12159
|
body: 'body',
|
|
11503
12160
|
};
|
|
11504
12161
|
}
|
|
11505
12162
|
static types() {
|
|
11506
12163
|
return {
|
|
11507
12164
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12165
|
+
statusCode: 'number',
|
|
11508
12166
|
body: PublishDataServiceApiResponseBody,
|
|
11509
12167
|
};
|
|
11510
12168
|
}
|
|
@@ -11557,12 +12215,14 @@ class QueryDISyncTaskConfigProcessResultResponse extends $tea.Model {
|
|
|
11557
12215
|
static names() {
|
|
11558
12216
|
return {
|
|
11559
12217
|
headers: 'headers',
|
|
12218
|
+
statusCode: 'statusCode',
|
|
11560
12219
|
body: 'body',
|
|
11561
12220
|
};
|
|
11562
12221
|
}
|
|
11563
12222
|
static types() {
|
|
11564
12223
|
return {
|
|
11565
12224
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12225
|
+
statusCode: 'number',
|
|
11566
12226
|
body: QueryDISyncTaskConfigProcessResultResponseBody,
|
|
11567
12227
|
};
|
|
11568
12228
|
}
|
|
@@ -11611,12 +12271,14 @@ class QueryPublicModelEngineResponse extends $tea.Model {
|
|
|
11611
12271
|
static names() {
|
|
11612
12272
|
return {
|
|
11613
12273
|
headers: 'headers',
|
|
12274
|
+
statusCode: 'statusCode',
|
|
11614
12275
|
body: 'body',
|
|
11615
12276
|
};
|
|
11616
12277
|
}
|
|
11617
12278
|
static types() {
|
|
11618
12279
|
return {
|
|
11619
12280
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12281
|
+
statusCode: 'number',
|
|
11620
12282
|
body: QueryPublicModelEngineResponseBody,
|
|
11621
12283
|
};
|
|
11622
12284
|
}
|
|
@@ -11665,12 +12327,14 @@ class RemoveProjectMemberFromRoleResponse extends $tea.Model {
|
|
|
11665
12327
|
static names() {
|
|
11666
12328
|
return {
|
|
11667
12329
|
headers: 'headers',
|
|
12330
|
+
statusCode: 'statusCode',
|
|
11668
12331
|
body: 'body',
|
|
11669
12332
|
};
|
|
11670
12333
|
}
|
|
11671
12334
|
static types() {
|
|
11672
12335
|
return {
|
|
11673
12336
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12337
|
+
statusCode: 'number',
|
|
11674
12338
|
body: RemoveProjectMemberFromRoleResponseBody,
|
|
11675
12339
|
};
|
|
11676
12340
|
}
|
|
@@ -11727,12 +12391,14 @@ class RestartInstanceResponse extends $tea.Model {
|
|
|
11727
12391
|
static names() {
|
|
11728
12392
|
return {
|
|
11729
12393
|
headers: 'headers',
|
|
12394
|
+
statusCode: 'statusCode',
|
|
11730
12395
|
body: 'body',
|
|
11731
12396
|
};
|
|
11732
12397
|
}
|
|
11733
12398
|
static types() {
|
|
11734
12399
|
return {
|
|
11735
12400
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12401
|
+
statusCode: 'number',
|
|
11736
12402
|
body: RestartInstanceResponseBody,
|
|
11737
12403
|
};
|
|
11738
12404
|
}
|
|
@@ -11789,12 +12455,14 @@ class ResumeInstanceResponse extends $tea.Model {
|
|
|
11789
12455
|
static names() {
|
|
11790
12456
|
return {
|
|
11791
12457
|
headers: 'headers',
|
|
12458
|
+
statusCode: 'statusCode',
|
|
11792
12459
|
body: 'body',
|
|
11793
12460
|
};
|
|
11794
12461
|
}
|
|
11795
12462
|
static types() {
|
|
11796
12463
|
return {
|
|
11797
12464
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12465
|
+
statusCode: 'number',
|
|
11798
12466
|
body: ResumeInstanceResponseBody,
|
|
11799
12467
|
};
|
|
11800
12468
|
}
|
|
@@ -11851,12 +12519,14 @@ class RevokeColumnPermissionResponse extends $tea.Model {
|
|
|
11851
12519
|
static names() {
|
|
11852
12520
|
return {
|
|
11853
12521
|
headers: 'headers',
|
|
12522
|
+
statusCode: 'statusCode',
|
|
11854
12523
|
body: 'body',
|
|
11855
12524
|
};
|
|
11856
12525
|
}
|
|
11857
12526
|
static types() {
|
|
11858
12527
|
return {
|
|
11859
12528
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12529
|
+
statusCode: 'number',
|
|
11860
12530
|
body: RevokeColumnPermissionResponseBody,
|
|
11861
12531
|
};
|
|
11862
12532
|
}
|
|
@@ -11913,12 +12583,14 @@ class RevokeTablePermissionResponse extends $tea.Model {
|
|
|
11913
12583
|
static names() {
|
|
11914
12584
|
return {
|
|
11915
12585
|
headers: 'headers',
|
|
12586
|
+
statusCode: 'statusCode',
|
|
11916
12587
|
body: 'body',
|
|
11917
12588
|
};
|
|
11918
12589
|
}
|
|
11919
12590
|
static types() {
|
|
11920
12591
|
return {
|
|
11921
12592
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12593
|
+
statusCode: 'number',
|
|
11922
12594
|
body: RevokeTablePermissionResponseBody,
|
|
11923
12595
|
};
|
|
11924
12596
|
}
|
|
@@ -11993,12 +12665,14 @@ class RunCycleDagNodesResponse extends $tea.Model {
|
|
|
11993
12665
|
static names() {
|
|
11994
12666
|
return {
|
|
11995
12667
|
headers: 'headers',
|
|
12668
|
+
statusCode: 'statusCode',
|
|
11996
12669
|
body: 'body',
|
|
11997
12670
|
};
|
|
11998
12671
|
}
|
|
11999
12672
|
static types() {
|
|
12000
12673
|
return {
|
|
12001
12674
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12675
|
+
statusCode: 'number',
|
|
12002
12676
|
body: RunCycleDagNodesResponseBody,
|
|
12003
12677
|
};
|
|
12004
12678
|
}
|
|
@@ -12061,12 +12735,14 @@ class RunManualDagNodesResponse extends $tea.Model {
|
|
|
12061
12735
|
static names() {
|
|
12062
12736
|
return {
|
|
12063
12737
|
headers: 'headers',
|
|
12738
|
+
statusCode: 'statusCode',
|
|
12064
12739
|
body: 'body',
|
|
12065
12740
|
};
|
|
12066
12741
|
}
|
|
12067
12742
|
static types() {
|
|
12068
12743
|
return {
|
|
12069
12744
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12745
|
+
statusCode: 'number',
|
|
12070
12746
|
body: RunManualDagNodesResponseBody,
|
|
12071
12747
|
};
|
|
12072
12748
|
}
|
|
@@ -12129,12 +12805,14 @@ class RunSmokeTestResponse extends $tea.Model {
|
|
|
12129
12805
|
static names() {
|
|
12130
12806
|
return {
|
|
12131
12807
|
headers: 'headers',
|
|
12808
|
+
statusCode: 'statusCode',
|
|
12132
12809
|
body: 'body',
|
|
12133
12810
|
};
|
|
12134
12811
|
}
|
|
12135
12812
|
static types() {
|
|
12136
12813
|
return {
|
|
12137
12814
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12815
|
+
statusCode: 'number',
|
|
12138
12816
|
body: RunSmokeTestResponseBody,
|
|
12139
12817
|
};
|
|
12140
12818
|
}
|
|
@@ -12187,12 +12865,14 @@ class RunTriggerNodeResponse extends $tea.Model {
|
|
|
12187
12865
|
static names() {
|
|
12188
12866
|
return {
|
|
12189
12867
|
headers: 'headers',
|
|
12868
|
+
statusCode: 'statusCode',
|
|
12190
12869
|
body: 'body',
|
|
12191
12870
|
};
|
|
12192
12871
|
}
|
|
12193
12872
|
static types() {
|
|
12194
12873
|
return {
|
|
12195
12874
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12875
|
+
statusCode: 'number',
|
|
12196
12876
|
body: RunTriggerNodeResponseBody,
|
|
12197
12877
|
};
|
|
12198
12878
|
}
|
|
@@ -12239,12 +12919,14 @@ class ScanSensitiveDataResponse extends $tea.Model {
|
|
|
12239
12919
|
static names() {
|
|
12240
12920
|
return {
|
|
12241
12921
|
headers: 'headers',
|
|
12922
|
+
statusCode: 'statusCode',
|
|
12242
12923
|
body: 'body',
|
|
12243
12924
|
};
|
|
12244
12925
|
}
|
|
12245
12926
|
static types() {
|
|
12246
12927
|
return {
|
|
12247
12928
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12929
|
+
statusCode: 'number',
|
|
12248
12930
|
body: ScanSensitiveDataResponseBody,
|
|
12249
12931
|
};
|
|
12250
12932
|
}
|
|
@@ -12263,6 +12945,7 @@ class SearchMetaTablesRequest extends $tea.Model {
|
|
|
12263
12945
|
keyword: 'Keyword',
|
|
12264
12946
|
pageNumber: 'PageNumber',
|
|
12265
12947
|
pageSize: 'PageSize',
|
|
12948
|
+
schema: 'Schema',
|
|
12266
12949
|
};
|
|
12267
12950
|
}
|
|
12268
12951
|
static types() {
|
|
@@ -12274,6 +12957,7 @@ class SearchMetaTablesRequest extends $tea.Model {
|
|
|
12274
12957
|
keyword: 'string',
|
|
12275
12958
|
pageNumber: 'number',
|
|
12276
12959
|
pageSize: 'number',
|
|
12960
|
+
schema: 'string',
|
|
12277
12961
|
};
|
|
12278
12962
|
}
|
|
12279
12963
|
}
|
|
@@ -12311,12 +12995,14 @@ class SearchMetaTablesResponse extends $tea.Model {
|
|
|
12311
12995
|
static names() {
|
|
12312
12996
|
return {
|
|
12313
12997
|
headers: 'headers',
|
|
12998
|
+
statusCode: 'statusCode',
|
|
12314
12999
|
body: 'body',
|
|
12315
13000
|
};
|
|
12316
13001
|
}
|
|
12317
13002
|
static types() {
|
|
12318
13003
|
return {
|
|
12319
13004
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13005
|
+
statusCode: 'number',
|
|
12320
13006
|
body: SearchMetaTablesResponseBody,
|
|
12321
13007
|
};
|
|
12322
13008
|
}
|
|
@@ -12373,12 +13059,14 @@ class SearchNodesByOutputResponse extends $tea.Model {
|
|
|
12373
13059
|
static names() {
|
|
12374
13060
|
return {
|
|
12375
13061
|
headers: 'headers',
|
|
13062
|
+
statusCode: 'statusCode',
|
|
12376
13063
|
body: 'body',
|
|
12377
13064
|
};
|
|
12378
13065
|
}
|
|
12379
13066
|
static types() {
|
|
12380
13067
|
return {
|
|
12381
13068
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13069
|
+
statusCode: 'number',
|
|
12382
13070
|
body: SearchNodesByOutputResponseBody,
|
|
12383
13071
|
};
|
|
12384
13072
|
}
|
|
@@ -12435,12 +13123,14 @@ class SetDataSourceShareResponse extends $tea.Model {
|
|
|
12435
13123
|
static names() {
|
|
12436
13124
|
return {
|
|
12437
13125
|
headers: 'headers',
|
|
13126
|
+
statusCode: 'statusCode',
|
|
12438
13127
|
body: 'body',
|
|
12439
13128
|
};
|
|
12440
13129
|
}
|
|
12441
13130
|
static types() {
|
|
12442
13131
|
return {
|
|
12443
13132
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13133
|
+
statusCode: 'number',
|
|
12444
13134
|
body: SetDataSourceShareResponseBody,
|
|
12445
13135
|
};
|
|
12446
13136
|
}
|
|
@@ -12497,12 +13187,14 @@ class SetSuccessInstanceResponse extends $tea.Model {
|
|
|
12497
13187
|
static names() {
|
|
12498
13188
|
return {
|
|
12499
13189
|
headers: 'headers',
|
|
13190
|
+
statusCode: 'statusCode',
|
|
12500
13191
|
body: 'body',
|
|
12501
13192
|
};
|
|
12502
13193
|
}
|
|
12503
13194
|
static types() {
|
|
12504
13195
|
return {
|
|
12505
13196
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13197
|
+
statusCode: 'number',
|
|
12506
13198
|
body: SetSuccessInstanceResponseBody,
|
|
12507
13199
|
};
|
|
12508
13200
|
}
|
|
@@ -12557,12 +13249,14 @@ class StartDISyncInstanceResponse extends $tea.Model {
|
|
|
12557
13249
|
static names() {
|
|
12558
13250
|
return {
|
|
12559
13251
|
headers: 'headers',
|
|
13252
|
+
statusCode: 'statusCode',
|
|
12560
13253
|
body: 'body',
|
|
12561
13254
|
};
|
|
12562
13255
|
}
|
|
12563
13256
|
static types() {
|
|
12564
13257
|
return {
|
|
12565
13258
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13259
|
+
statusCode: 'number',
|
|
12566
13260
|
body: StartDISyncInstanceResponseBody,
|
|
12567
13261
|
};
|
|
12568
13262
|
}
|
|
@@ -12619,12 +13313,14 @@ class StartMigrationResponse extends $tea.Model {
|
|
|
12619
13313
|
static names() {
|
|
12620
13314
|
return {
|
|
12621
13315
|
headers: 'headers',
|
|
13316
|
+
statusCode: 'statusCode',
|
|
12622
13317
|
body: 'body',
|
|
12623
13318
|
};
|
|
12624
13319
|
}
|
|
12625
13320
|
static types() {
|
|
12626
13321
|
return {
|
|
12627
13322
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13323
|
+
statusCode: 'number',
|
|
12628
13324
|
body: StartMigrationResponseBody,
|
|
12629
13325
|
};
|
|
12630
13326
|
}
|
|
@@ -12677,12 +13373,14 @@ class StopDISyncInstanceResponse extends $tea.Model {
|
|
|
12677
13373
|
static names() {
|
|
12678
13374
|
return {
|
|
12679
13375
|
headers: 'headers',
|
|
13376
|
+
statusCode: 'statusCode',
|
|
12680
13377
|
body: 'body',
|
|
12681
13378
|
};
|
|
12682
13379
|
}
|
|
12683
13380
|
static types() {
|
|
12684
13381
|
return {
|
|
12685
13382
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13383
|
+
statusCode: 'number',
|
|
12686
13384
|
body: StopDISyncInstanceResponseBody,
|
|
12687
13385
|
};
|
|
12688
13386
|
}
|
|
@@ -12739,12 +13437,14 @@ class StopInstanceResponse extends $tea.Model {
|
|
|
12739
13437
|
static names() {
|
|
12740
13438
|
return {
|
|
12741
13439
|
headers: 'headers',
|
|
13440
|
+
statusCode: 'statusCode',
|
|
12742
13441
|
body: 'body',
|
|
12743
13442
|
};
|
|
12744
13443
|
}
|
|
12745
13444
|
static types() {
|
|
12746
13445
|
return {
|
|
12747
13446
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13447
|
+
statusCode: 'number',
|
|
12748
13448
|
body: StopInstanceResponseBody,
|
|
12749
13449
|
};
|
|
12750
13450
|
}
|
|
@@ -12805,12 +13505,14 @@ class SubmitFileResponse extends $tea.Model {
|
|
|
12805
13505
|
static names() {
|
|
12806
13506
|
return {
|
|
12807
13507
|
headers: 'headers',
|
|
13508
|
+
statusCode: 'statusCode',
|
|
12808
13509
|
body: 'body',
|
|
12809
13510
|
};
|
|
12810
13511
|
}
|
|
12811
13512
|
static types() {
|
|
12812
13513
|
return {
|
|
12813
13514
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13515
|
+
statusCode: 'number',
|
|
12814
13516
|
body: SubmitFileResponseBody,
|
|
12815
13517
|
};
|
|
12816
13518
|
}
|
|
@@ -12867,12 +13569,14 @@ class SuspendInstanceResponse extends $tea.Model {
|
|
|
12867
13569
|
static names() {
|
|
12868
13570
|
return {
|
|
12869
13571
|
headers: 'headers',
|
|
13572
|
+
statusCode: 'statusCode',
|
|
12870
13573
|
body: 'body',
|
|
12871
13574
|
};
|
|
12872
13575
|
}
|
|
12873
13576
|
static types() {
|
|
12874
13577
|
return {
|
|
12875
13578
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13579
|
+
statusCode: 'number',
|
|
12876
13580
|
body: SuspendInstanceResponseBody,
|
|
12877
13581
|
};
|
|
12878
13582
|
}
|
|
@@ -12925,17 +13629,83 @@ class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
12925
13629
|
static names() {
|
|
12926
13630
|
return {
|
|
12927
13631
|
headers: 'headers',
|
|
13632
|
+
statusCode: 'statusCode',
|
|
12928
13633
|
body: 'body',
|
|
12929
13634
|
};
|
|
12930
13635
|
}
|
|
12931
13636
|
static types() {
|
|
12932
13637
|
return {
|
|
12933
13638
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13639
|
+
statusCode: 'number',
|
|
12934
13640
|
body: TerminateDISyncInstanceResponseBody,
|
|
12935
13641
|
};
|
|
12936
13642
|
}
|
|
12937
13643
|
}
|
|
12938
13644
|
exports.TerminateDISyncInstanceResponse = TerminateDISyncInstanceResponse;
|
|
13645
|
+
class TestDataServiceApiRequest extends $tea.Model {
|
|
13646
|
+
constructor(map) {
|
|
13647
|
+
super(map);
|
|
13648
|
+
}
|
|
13649
|
+
static names() {
|
|
13650
|
+
return {
|
|
13651
|
+
apiId: 'ApiId',
|
|
13652
|
+
bodyContent: 'BodyContent',
|
|
13653
|
+
bodyParams: 'BodyParams',
|
|
13654
|
+
headParams: 'HeadParams',
|
|
13655
|
+
pathParams: 'PathParams',
|
|
13656
|
+
queryParam: 'QueryParam',
|
|
13657
|
+
};
|
|
13658
|
+
}
|
|
13659
|
+
static types() {
|
|
13660
|
+
return {
|
|
13661
|
+
apiId: 'number',
|
|
13662
|
+
bodyContent: 'string',
|
|
13663
|
+
bodyParams: { 'type': 'array', 'itemType': TestDataServiceApiRequestBodyParams },
|
|
13664
|
+
headParams: { 'type': 'array', 'itemType': TestDataServiceApiRequestHeadParams },
|
|
13665
|
+
pathParams: { 'type': 'array', 'itemType': TestDataServiceApiRequestPathParams },
|
|
13666
|
+
queryParam: { 'type': 'array', 'itemType': TestDataServiceApiRequestQueryParam },
|
|
13667
|
+
};
|
|
13668
|
+
}
|
|
13669
|
+
}
|
|
13670
|
+
exports.TestDataServiceApiRequest = TestDataServiceApiRequest;
|
|
13671
|
+
class TestDataServiceApiResponseBody extends $tea.Model {
|
|
13672
|
+
constructor(map) {
|
|
13673
|
+
super(map);
|
|
13674
|
+
}
|
|
13675
|
+
static names() {
|
|
13676
|
+
return {
|
|
13677
|
+
data: 'Data',
|
|
13678
|
+
requestId: 'RequestId',
|
|
13679
|
+
};
|
|
13680
|
+
}
|
|
13681
|
+
static types() {
|
|
13682
|
+
return {
|
|
13683
|
+
data: TestDataServiceApiResponseBodyData,
|
|
13684
|
+
requestId: 'string',
|
|
13685
|
+
};
|
|
13686
|
+
}
|
|
13687
|
+
}
|
|
13688
|
+
exports.TestDataServiceApiResponseBody = TestDataServiceApiResponseBody;
|
|
13689
|
+
class TestDataServiceApiResponse extends $tea.Model {
|
|
13690
|
+
constructor(map) {
|
|
13691
|
+
super(map);
|
|
13692
|
+
}
|
|
13693
|
+
static names() {
|
|
13694
|
+
return {
|
|
13695
|
+
headers: 'headers',
|
|
13696
|
+
statusCode: 'statusCode',
|
|
13697
|
+
body: 'body',
|
|
13698
|
+
};
|
|
13699
|
+
}
|
|
13700
|
+
static types() {
|
|
13701
|
+
return {
|
|
13702
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13703
|
+
statusCode: 'number',
|
|
13704
|
+
body: TestDataServiceApiResponseBody,
|
|
13705
|
+
};
|
|
13706
|
+
}
|
|
13707
|
+
}
|
|
13708
|
+
exports.TestDataServiceApiResponse = TestDataServiceApiResponse;
|
|
12939
13709
|
class TestNetworkConnectionRequest extends $tea.Model {
|
|
12940
13710
|
constructor(map) {
|
|
12941
13711
|
super(map);
|
|
@@ -12985,12 +13755,14 @@ class TestNetworkConnectionResponse extends $tea.Model {
|
|
|
12985
13755
|
static names() {
|
|
12986
13756
|
return {
|
|
12987
13757
|
headers: 'headers',
|
|
13758
|
+
statusCode: 'statusCode',
|
|
12988
13759
|
body: 'body',
|
|
12989
13760
|
};
|
|
12990
13761
|
}
|
|
12991
13762
|
static types() {
|
|
12992
13763
|
return {
|
|
12993
13764
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13765
|
+
statusCode: 'number',
|
|
12994
13766
|
body: TestNetworkConnectionResponseBody,
|
|
12995
13767
|
};
|
|
12996
13768
|
}
|
|
@@ -13037,12 +13809,14 @@ class TopTenElapsedTimeInstanceResponse extends $tea.Model {
|
|
|
13037
13809
|
static names() {
|
|
13038
13810
|
return {
|
|
13039
13811
|
headers: 'headers',
|
|
13812
|
+
statusCode: 'statusCode',
|
|
13040
13813
|
body: 'body',
|
|
13041
13814
|
};
|
|
13042
13815
|
}
|
|
13043
13816
|
static types() {
|
|
13044
13817
|
return {
|
|
13045
13818
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13819
|
+
statusCode: 'number',
|
|
13046
13820
|
body: TopTenElapsedTimeInstanceResponseBody,
|
|
13047
13821
|
};
|
|
13048
13822
|
}
|
|
@@ -13089,12 +13863,14 @@ class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
13089
13863
|
static names() {
|
|
13090
13864
|
return {
|
|
13091
13865
|
headers: 'headers',
|
|
13866
|
+
statusCode: 'statusCode',
|
|
13092
13867
|
body: 'body',
|
|
13093
13868
|
};
|
|
13094
13869
|
}
|
|
13095
13870
|
static types() {
|
|
13096
13871
|
return {
|
|
13097
13872
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13873
|
+
statusCode: 'number',
|
|
13098
13874
|
body: TopTenErrorTimesInstanceResponseBody,
|
|
13099
13875
|
};
|
|
13100
13876
|
}
|
|
@@ -13157,12 +13933,14 @@ class UpdateBusinessResponse extends $tea.Model {
|
|
|
13157
13933
|
static names() {
|
|
13158
13934
|
return {
|
|
13159
13935
|
headers: 'headers',
|
|
13936
|
+
statusCode: 'statusCode',
|
|
13160
13937
|
body: 'body',
|
|
13161
13938
|
};
|
|
13162
13939
|
}
|
|
13163
13940
|
static types() {
|
|
13164
13941
|
return {
|
|
13165
13942
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13943
|
+
statusCode: 'number',
|
|
13166
13944
|
body: UpdateBusinessResponseBody,
|
|
13167
13945
|
};
|
|
13168
13946
|
}
|
|
@@ -13221,12 +13999,14 @@ class UpdateConnectionResponse extends $tea.Model {
|
|
|
13221
13999
|
static names() {
|
|
13222
14000
|
return {
|
|
13223
14001
|
headers: 'headers',
|
|
14002
|
+
statusCode: 'statusCode',
|
|
13224
14003
|
body: 'body',
|
|
13225
14004
|
};
|
|
13226
14005
|
}
|
|
13227
14006
|
static types() {
|
|
13228
14007
|
return {
|
|
13229
14008
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14009
|
+
statusCode: 'number',
|
|
13230
14010
|
body: UpdateConnectionResponseBody,
|
|
13231
14011
|
};
|
|
13232
14012
|
}
|
|
@@ -13281,12 +14061,14 @@ class UpdateDIProjectConfigResponse extends $tea.Model {
|
|
|
13281
14061
|
static names() {
|
|
13282
14062
|
return {
|
|
13283
14063
|
headers: 'headers',
|
|
14064
|
+
statusCode: 'statusCode',
|
|
13284
14065
|
body: 'body',
|
|
13285
14066
|
};
|
|
13286
14067
|
}
|
|
13287
14068
|
static types() {
|
|
13288
14069
|
return {
|
|
13289
14070
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14071
|
+
statusCode: 'number',
|
|
13290
14072
|
body: UpdateDIProjectConfigResponseBody,
|
|
13291
14073
|
};
|
|
13292
14074
|
}
|
|
@@ -13343,12 +14125,14 @@ class UpdateDISyncTaskResponse extends $tea.Model {
|
|
|
13343
14125
|
static names() {
|
|
13344
14126
|
return {
|
|
13345
14127
|
headers: 'headers',
|
|
14128
|
+
statusCode: 'statusCode',
|
|
13346
14129
|
body: 'body',
|
|
13347
14130
|
};
|
|
13348
14131
|
}
|
|
13349
14132
|
static types() {
|
|
13350
14133
|
return {
|
|
13351
14134
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14135
|
+
statusCode: 'number',
|
|
13352
14136
|
body: UpdateDISyncTaskResponseBody,
|
|
13353
14137
|
};
|
|
13354
14138
|
}
|
|
@@ -13427,12 +14211,14 @@ class UpdateDataServiceApiResponse extends $tea.Model {
|
|
|
13427
14211
|
static names() {
|
|
13428
14212
|
return {
|
|
13429
14213
|
headers: 'headers',
|
|
14214
|
+
statusCode: 'statusCode',
|
|
13430
14215
|
body: 'body',
|
|
13431
14216
|
};
|
|
13432
14217
|
}
|
|
13433
14218
|
static types() {
|
|
13434
14219
|
return {
|
|
13435
14220
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14221
|
+
statusCode: 'number',
|
|
13436
14222
|
body: UpdateDataServiceApiResponseBody,
|
|
13437
14223
|
};
|
|
13438
14224
|
}
|
|
@@ -13491,12 +14277,14 @@ class UpdateDataSourceResponse extends $tea.Model {
|
|
|
13491
14277
|
static names() {
|
|
13492
14278
|
return {
|
|
13493
14279
|
headers: 'headers',
|
|
14280
|
+
statusCode: 'statusCode',
|
|
13494
14281
|
body: 'body',
|
|
13495
14282
|
};
|
|
13496
14283
|
}
|
|
13497
14284
|
static types() {
|
|
13498
14285
|
return {
|
|
13499
14286
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14287
|
+
statusCode: 'number',
|
|
13500
14288
|
body: UpdateDataSourceResponseBody,
|
|
13501
14289
|
};
|
|
13502
14290
|
}
|
|
@@ -13605,12 +14393,14 @@ class UpdateFileResponse extends $tea.Model {
|
|
|
13605
14393
|
static names() {
|
|
13606
14394
|
return {
|
|
13607
14395
|
headers: 'headers',
|
|
14396
|
+
statusCode: 'statusCode',
|
|
13608
14397
|
body: 'body',
|
|
13609
14398
|
};
|
|
13610
14399
|
}
|
|
13611
14400
|
static types() {
|
|
13612
14401
|
return {
|
|
13613
14402
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14403
|
+
statusCode: 'number',
|
|
13614
14404
|
body: UpdateFileResponseBody,
|
|
13615
14405
|
};
|
|
13616
14406
|
}
|
|
@@ -13669,12 +14459,14 @@ class UpdateFolderResponse extends $tea.Model {
|
|
|
13669
14459
|
static names() {
|
|
13670
14460
|
return {
|
|
13671
14461
|
headers: 'headers',
|
|
14462
|
+
statusCode: 'statusCode',
|
|
13672
14463
|
body: 'body',
|
|
13673
14464
|
};
|
|
13674
14465
|
}
|
|
13675
14466
|
static types() {
|
|
13676
14467
|
return {
|
|
13677
14468
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14469
|
+
statusCode: 'number',
|
|
13678
14470
|
body: UpdateFolderResponseBody,
|
|
13679
14471
|
};
|
|
13680
14472
|
}
|
|
@@ -13725,12 +14517,14 @@ class UpdateIDEEventResultResponse extends $tea.Model {
|
|
|
13725
14517
|
static names() {
|
|
13726
14518
|
return {
|
|
13727
14519
|
headers: 'headers',
|
|
14520
|
+
statusCode: 'statusCode',
|
|
13728
14521
|
body: 'body',
|
|
13729
14522
|
};
|
|
13730
14523
|
}
|
|
13731
14524
|
static types() {
|
|
13732
14525
|
return {
|
|
13733
14526
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14527
|
+
statusCode: 'number',
|
|
13734
14528
|
body: UpdateIDEEventResultResponseBody,
|
|
13735
14529
|
};
|
|
13736
14530
|
}
|
|
@@ -13789,12 +14583,14 @@ class UpdateMetaCategoryResponse extends $tea.Model {
|
|
|
13789
14583
|
static names() {
|
|
13790
14584
|
return {
|
|
13791
14585
|
headers: 'headers',
|
|
14586
|
+
statusCode: 'statusCode',
|
|
13792
14587
|
body: 'body',
|
|
13793
14588
|
};
|
|
13794
14589
|
}
|
|
13795
14590
|
static types() {
|
|
13796
14591
|
return {
|
|
13797
14592
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14593
|
+
statusCode: 'number',
|
|
13798
14594
|
body: UpdateMetaCategoryResponseBody,
|
|
13799
14595
|
};
|
|
13800
14596
|
}
|
|
@@ -13813,6 +14609,7 @@ class UpdateMetaTableRequest extends $tea.Model {
|
|
|
13813
14609
|
newOwnerId: 'NewOwnerId',
|
|
13814
14610
|
projectId: 'ProjectId',
|
|
13815
14611
|
removedLabels: 'RemovedLabels',
|
|
14612
|
+
schema: 'Schema',
|
|
13816
14613
|
tableGuid: 'TableGuid',
|
|
13817
14614
|
tableName: 'TableName',
|
|
13818
14615
|
visibility: 'Visibility',
|
|
@@ -13827,6 +14624,7 @@ class UpdateMetaTableRequest extends $tea.Model {
|
|
|
13827
14624
|
newOwnerId: 'string',
|
|
13828
14625
|
projectId: 'number',
|
|
13829
14626
|
removedLabels: 'string',
|
|
14627
|
+
schema: 'string',
|
|
13830
14628
|
tableGuid: 'string',
|
|
13831
14629
|
tableName: 'string',
|
|
13832
14630
|
visibility: 'number',
|
|
@@ -13859,12 +14657,14 @@ class UpdateMetaTableResponse extends $tea.Model {
|
|
|
13859
14657
|
static names() {
|
|
13860
14658
|
return {
|
|
13861
14659
|
headers: 'headers',
|
|
14660
|
+
statusCode: 'statusCode',
|
|
13862
14661
|
body: 'body',
|
|
13863
14662
|
};
|
|
13864
14663
|
}
|
|
13865
14664
|
static types() {
|
|
13866
14665
|
return {
|
|
13867
14666
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14667
|
+
statusCode: 'number',
|
|
13868
14668
|
body: UpdateMetaTableResponseBody,
|
|
13869
14669
|
};
|
|
13870
14670
|
}
|
|
@@ -13913,12 +14713,14 @@ class UpdateMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
13913
14713
|
static names() {
|
|
13914
14714
|
return {
|
|
13915
14715
|
headers: 'headers',
|
|
14716
|
+
statusCode: 'statusCode',
|
|
13916
14717
|
body: 'body',
|
|
13917
14718
|
};
|
|
13918
14719
|
}
|
|
13919
14720
|
static types() {
|
|
13920
14721
|
return {
|
|
13921
14722
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14723
|
+
statusCode: 'number',
|
|
13922
14724
|
body: UpdateMetaTableIntroWikiResponseBody,
|
|
13923
14725
|
};
|
|
13924
14726
|
}
|
|
@@ -13969,12 +14771,14 @@ class UpdateNodeOwnerResponse extends $tea.Model {
|
|
|
13969
14771
|
static names() {
|
|
13970
14772
|
return {
|
|
13971
14773
|
headers: 'headers',
|
|
14774
|
+
statusCode: 'statusCode',
|
|
13972
14775
|
body: 'body',
|
|
13973
14776
|
};
|
|
13974
14777
|
}
|
|
13975
14778
|
static types() {
|
|
13976
14779
|
return {
|
|
13977
14780
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14781
|
+
statusCode: 'number',
|
|
13978
14782
|
body: UpdateNodeOwnerResponseBody,
|
|
13979
14783
|
};
|
|
13980
14784
|
}
|
|
@@ -14025,12 +14829,14 @@ class UpdateNodeRunModeResponse extends $tea.Model {
|
|
|
14025
14829
|
static names() {
|
|
14026
14830
|
return {
|
|
14027
14831
|
headers: 'headers',
|
|
14832
|
+
statusCode: 'statusCode',
|
|
14028
14833
|
body: 'body',
|
|
14029
14834
|
};
|
|
14030
14835
|
}
|
|
14031
14836
|
static types() {
|
|
14032
14837
|
return {
|
|
14033
14838
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14839
|
+
statusCode: 'number',
|
|
14034
14840
|
body: UpdateNodeRunModeResponseBody,
|
|
14035
14841
|
};
|
|
14036
14842
|
}
|
|
@@ -14091,12 +14897,14 @@ class UpdateQualityFollowerResponse extends $tea.Model {
|
|
|
14091
14897
|
static names() {
|
|
14092
14898
|
return {
|
|
14093
14899
|
headers: 'headers',
|
|
14900
|
+
statusCode: 'statusCode',
|
|
14094
14901
|
body: 'body',
|
|
14095
14902
|
};
|
|
14096
14903
|
}
|
|
14097
14904
|
static types() {
|
|
14098
14905
|
return {
|
|
14099
14906
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14907
|
+
statusCode: 'number',
|
|
14100
14908
|
body: UpdateQualityFollowerResponseBody,
|
|
14101
14909
|
};
|
|
14102
14910
|
}
|
|
@@ -14189,12 +14997,14 @@ class UpdateQualityRuleResponse extends $tea.Model {
|
|
|
14189
14997
|
static names() {
|
|
14190
14998
|
return {
|
|
14191
14999
|
headers: 'headers',
|
|
15000
|
+
statusCode: 'statusCode',
|
|
14192
15001
|
body: 'body',
|
|
14193
15002
|
};
|
|
14194
15003
|
}
|
|
14195
15004
|
static types() {
|
|
14196
15005
|
return {
|
|
14197
15006
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15007
|
+
statusCode: 'number',
|
|
14198
15008
|
body: UpdateQualityRuleResponseBody,
|
|
14199
15009
|
};
|
|
14200
15010
|
}
|
|
@@ -14281,12 +15091,14 @@ class UpdateRemindResponse extends $tea.Model {
|
|
|
14281
15091
|
static names() {
|
|
14282
15092
|
return {
|
|
14283
15093
|
headers: 'headers',
|
|
15094
|
+
statusCode: 'statusCode',
|
|
14284
15095
|
body: 'body',
|
|
14285
15096
|
};
|
|
14286
15097
|
}
|
|
14287
15098
|
static types() {
|
|
14288
15099
|
return {
|
|
14289
15100
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15101
|
+
statusCode: 'number',
|
|
14290
15102
|
body: UpdateRemindResponseBody,
|
|
14291
15103
|
};
|
|
14292
15104
|
}
|
|
@@ -14314,6 +15126,7 @@ class UpdateTableRequest extends $tea.Model {
|
|
|
14314
15126
|
ownerId: 'OwnerId',
|
|
14315
15127
|
physicsLevelId: 'PhysicsLevelId',
|
|
14316
15128
|
projectId: 'ProjectId',
|
|
15129
|
+
schema: 'Schema',
|
|
14317
15130
|
tableName: 'TableName',
|
|
14318
15131
|
themes: 'Themes',
|
|
14319
15132
|
visibility: 'Visibility',
|
|
@@ -14337,6 +15150,7 @@ class UpdateTableRequest extends $tea.Model {
|
|
|
14337
15150
|
ownerId: 'string',
|
|
14338
15151
|
physicsLevelId: 'number',
|
|
14339
15152
|
projectId: 'number',
|
|
15153
|
+
schema: 'string',
|
|
14340
15154
|
tableName: 'string',
|
|
14341
15155
|
themes: { 'type': 'array', 'itemType': UpdateTableRequestThemes },
|
|
14342
15156
|
visibility: 'number',
|
|
@@ -14369,12 +15183,14 @@ class UpdateTableResponse extends $tea.Model {
|
|
|
14369
15183
|
static names() {
|
|
14370
15184
|
return {
|
|
14371
15185
|
headers: 'headers',
|
|
15186
|
+
statusCode: 'statusCode',
|
|
14372
15187
|
body: 'body',
|
|
14373
15188
|
};
|
|
14374
15189
|
}
|
|
14375
15190
|
static types() {
|
|
14376
15191
|
return {
|
|
14377
15192
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15193
|
+
statusCode: 'number',
|
|
14378
15194
|
body: UpdateTableResponseBody,
|
|
14379
15195
|
};
|
|
14380
15196
|
}
|
|
@@ -14423,12 +15239,14 @@ class UpdateTableAddColumnResponse extends $tea.Model {
|
|
|
14423
15239
|
static names() {
|
|
14424
15240
|
return {
|
|
14425
15241
|
headers: 'headers',
|
|
15242
|
+
statusCode: 'statusCode',
|
|
14426
15243
|
body: 'body',
|
|
14427
15244
|
};
|
|
14428
15245
|
}
|
|
14429
15246
|
static types() {
|
|
14430
15247
|
return {
|
|
14431
15248
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15249
|
+
statusCode: 'number',
|
|
14432
15250
|
body: UpdateTableAddColumnResponseBody,
|
|
14433
15251
|
};
|
|
14434
15252
|
}
|
|
@@ -14491,12 +15309,14 @@ class UpdateTableLevelResponse extends $tea.Model {
|
|
|
14491
15309
|
static names() {
|
|
14492
15310
|
return {
|
|
14493
15311
|
headers: 'headers',
|
|
15312
|
+
statusCode: 'statusCode',
|
|
14494
15313
|
body: 'body',
|
|
14495
15314
|
};
|
|
14496
15315
|
}
|
|
14497
15316
|
static types() {
|
|
14498
15317
|
return {
|
|
14499
15318
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15319
|
+
statusCode: 'number',
|
|
14500
15320
|
body: UpdateTableLevelResponseBody,
|
|
14501
15321
|
};
|
|
14502
15322
|
}
|
|
@@ -14551,12 +15371,14 @@ class UpdateTableModelInfoResponse extends $tea.Model {
|
|
|
14551
15371
|
static names() {
|
|
14552
15372
|
return {
|
|
14553
15373
|
headers: 'headers',
|
|
15374
|
+
statusCode: 'statusCode',
|
|
14554
15375
|
body: 'body',
|
|
14555
15376
|
};
|
|
14556
15377
|
}
|
|
14557
15378
|
static types() {
|
|
14558
15379
|
return {
|
|
14559
15380
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15381
|
+
statusCode: 'number',
|
|
14560
15382
|
body: UpdateTableModelInfoResponseBody,
|
|
14561
15383
|
};
|
|
14562
15384
|
}
|
|
@@ -14615,12 +15437,14 @@ class UpdateTableThemeResponse extends $tea.Model {
|
|
|
14615
15437
|
static names() {
|
|
14616
15438
|
return {
|
|
14617
15439
|
headers: 'headers',
|
|
15440
|
+
statusCode: 'statusCode',
|
|
14618
15441
|
body: 'body',
|
|
14619
15442
|
};
|
|
14620
15443
|
}
|
|
14621
15444
|
static types() {
|
|
14622
15445
|
return {
|
|
14623
15446
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15447
|
+
statusCode: 'number',
|
|
14624
15448
|
body: UpdateTableThemeResponseBody,
|
|
14625
15449
|
};
|
|
14626
15450
|
}
|
|
@@ -14695,12 +15519,14 @@ class UpdateUdfFileResponse extends $tea.Model {
|
|
|
14695
15519
|
static names() {
|
|
14696
15520
|
return {
|
|
14697
15521
|
headers: 'headers',
|
|
15522
|
+
statusCode: 'statusCode',
|
|
14698
15523
|
body: 'body',
|
|
14699
15524
|
};
|
|
14700
15525
|
}
|
|
14701
15526
|
static types() {
|
|
14702
15527
|
return {
|
|
14703
15528
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15529
|
+
statusCode: 'number',
|
|
14704
15530
|
body: UpdateUdfFileResponseBody,
|
|
14705
15531
|
};
|
|
14706
15532
|
}
|
|
@@ -14753,12 +15579,14 @@ class UpdateWorkbenchEventResultResponse extends $tea.Model {
|
|
|
14753
15579
|
static names() {
|
|
14754
15580
|
return {
|
|
14755
15581
|
headers: 'headers',
|
|
15582
|
+
statusCode: 'statusCode',
|
|
14756
15583
|
body: 'body',
|
|
14757
15584
|
};
|
|
14758
15585
|
}
|
|
14759
15586
|
static types() {
|
|
14760
15587
|
return {
|
|
14761
15588
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15589
|
+
statusCode: 'number',
|
|
14762
15590
|
body: UpdateWorkbenchEventResultResponseBody,
|
|
14763
15591
|
};
|
|
14764
15592
|
}
|
|
@@ -15902,6 +16730,36 @@ class GetDataServiceApiResponseBodyData extends $tea.Model {
|
|
|
15902
16730
|
}
|
|
15903
16731
|
}
|
|
15904
16732
|
exports.GetDataServiceApiResponseBodyData = GetDataServiceApiResponseBodyData;
|
|
16733
|
+
class GetDataServiceApiTestResponseBodyData extends $tea.Model {
|
|
16734
|
+
constructor(map) {
|
|
16735
|
+
super(map);
|
|
16736
|
+
}
|
|
16737
|
+
static names() {
|
|
16738
|
+
return {
|
|
16739
|
+
apiId: 'ApiId',
|
|
16740
|
+
costTime: 'CostTime',
|
|
16741
|
+
debugInfo: 'DebugInfo',
|
|
16742
|
+
nodesDebugInfo: 'NodesDebugInfo',
|
|
16743
|
+
paramMap: 'ParamMap',
|
|
16744
|
+
retCode: 'RetCode',
|
|
16745
|
+
retResult: 'RetResult',
|
|
16746
|
+
status: 'Status',
|
|
16747
|
+
};
|
|
16748
|
+
}
|
|
16749
|
+
static types() {
|
|
16750
|
+
return {
|
|
16751
|
+
apiId: 'number',
|
|
16752
|
+
costTime: 'string',
|
|
16753
|
+
debugInfo: 'string',
|
|
16754
|
+
nodesDebugInfo: 'string',
|
|
16755
|
+
paramMap: 'string',
|
|
16756
|
+
retCode: 'number',
|
|
16757
|
+
retResult: 'string',
|
|
16758
|
+
status: 'string',
|
|
16759
|
+
};
|
|
16760
|
+
}
|
|
16761
|
+
}
|
|
16762
|
+
exports.GetDataServiceApiTestResponseBodyData = GetDataServiceApiTestResponseBodyData;
|
|
15905
16763
|
class GetDataServiceApplicationResponseBodyData extends $tea.Model {
|
|
15906
16764
|
constructor(map) {
|
|
15907
16765
|
super(map);
|
|
@@ -17548,6 +18406,7 @@ class GetMetaTableBasicInfoResponseBodyData extends $tea.Model {
|
|
|
17548
18406
|
projectId: 'ProjectId',
|
|
17549
18407
|
projectName: 'ProjectName',
|
|
17550
18408
|
readCount: 'ReadCount',
|
|
18409
|
+
schema: 'Schema',
|
|
17551
18410
|
tableGuid: 'TableGuid',
|
|
17552
18411
|
tableName: 'TableName',
|
|
17553
18412
|
tenantId: 'TenantId',
|
|
@@ -17578,6 +18437,7 @@ class GetMetaTableBasicInfoResponseBodyData extends $tea.Model {
|
|
|
17578
18437
|
projectId: 'number',
|
|
17579
18438
|
projectName: 'string',
|
|
17580
18439
|
readCount: 'number',
|
|
18440
|
+
schema: 'string',
|
|
17581
18441
|
tableGuid: 'string',
|
|
17582
18442
|
tableName: 'string',
|
|
17583
18443
|
tenantId: 'number',
|
|
@@ -17745,6 +18605,7 @@ class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
17745
18605
|
partitionKeys: 'PartitionKeys',
|
|
17746
18606
|
projectId: 'ProjectId',
|
|
17747
18607
|
projectName: 'ProjectName',
|
|
18608
|
+
schema: 'Schema',
|
|
17748
18609
|
tableGuid: 'TableGuid',
|
|
17749
18610
|
tableName: 'TableName',
|
|
17750
18611
|
tenantId: 'TenantId',
|
|
@@ -17770,6 +18631,7 @@ class GetMetaTableFullInfoResponseBodyData extends $tea.Model {
|
|
|
17770
18631
|
partitionKeys: 'string',
|
|
17771
18632
|
projectId: 'number',
|
|
17772
18633
|
projectName: 'string',
|
|
18634
|
+
schema: 'string',
|
|
17773
18635
|
tableGuid: 'string',
|
|
17774
18636
|
tableName: 'string',
|
|
17775
18637
|
tenantId: 'number',
|
|
@@ -19736,6 +20598,36 @@ class ListDataServiceApiAuthoritiesResponseBodyData extends $tea.Model {
|
|
|
19736
20598
|
}
|
|
19737
20599
|
}
|
|
19738
20600
|
exports.ListDataServiceApiAuthoritiesResponseBodyData = ListDataServiceApiAuthoritiesResponseBodyData;
|
|
20601
|
+
class ListDataServiceApiTestResponseBodyData extends $tea.Model {
|
|
20602
|
+
constructor(map) {
|
|
20603
|
+
super(map);
|
|
20604
|
+
}
|
|
20605
|
+
static names() {
|
|
20606
|
+
return {
|
|
20607
|
+
apiId: 'ApiId',
|
|
20608
|
+
costTime: 'CostTime',
|
|
20609
|
+
createTime: 'CreateTime',
|
|
20610
|
+
paramMap: 'ParamMap',
|
|
20611
|
+
retCode: 'RetCode',
|
|
20612
|
+
retResult: 'RetResult',
|
|
20613
|
+
status: 'Status',
|
|
20614
|
+
testId: 'TestId',
|
|
20615
|
+
};
|
|
20616
|
+
}
|
|
20617
|
+
static types() {
|
|
20618
|
+
return {
|
|
20619
|
+
apiId: 'number',
|
|
20620
|
+
costTime: 'number',
|
|
20621
|
+
createTime: 'number',
|
|
20622
|
+
paramMap: 'string',
|
|
20623
|
+
retCode: 'number',
|
|
20624
|
+
retResult: 'string',
|
|
20625
|
+
status: 'string',
|
|
20626
|
+
testId: 'number',
|
|
20627
|
+
};
|
|
20628
|
+
}
|
|
20629
|
+
}
|
|
20630
|
+
exports.ListDataServiceApiTestResponseBodyData = ListDataServiceApiTestResponseBodyData;
|
|
19739
20631
|
class ListDataServiceApisResponseBodyDataApisRegistrationDetailsRegistrationErrorCodes extends $tea.Model {
|
|
19740
20632
|
constructor(map) {
|
|
19741
20633
|
super(map);
|
|
@@ -21360,6 +22252,74 @@ class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
|
|
|
21360
22252
|
}
|
|
21361
22253
|
}
|
|
21362
22254
|
exports.ListMetaDBResponseBodyDatabaseInfo = ListMetaDBResponseBodyDatabaseInfo;
|
|
22255
|
+
class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
|
|
22256
|
+
constructor(map) {
|
|
22257
|
+
super(map);
|
|
22258
|
+
}
|
|
22259
|
+
static names() {
|
|
22260
|
+
return {
|
|
22261
|
+
createTime: 'CreateTime',
|
|
22262
|
+
createUser: 'CreateUser',
|
|
22263
|
+
createUserName: 'CreateUserName',
|
|
22264
|
+
description: 'Description',
|
|
22265
|
+
downloadUrl: 'DownloadUrl',
|
|
22266
|
+
id: 'Id',
|
|
22267
|
+
message: 'Message',
|
|
22268
|
+
migrationType: 'MigrationType',
|
|
22269
|
+
name: 'Name',
|
|
22270
|
+
packageType: 'PackageType',
|
|
22271
|
+
projectId: 'ProjectId',
|
|
22272
|
+
status: 'Status',
|
|
22273
|
+
tenantId: 'TenantId',
|
|
22274
|
+
updateTime: 'UpdateTime',
|
|
22275
|
+
updateUser: 'UpdateUser',
|
|
22276
|
+
updateUserName: 'UpdateUserName',
|
|
22277
|
+
};
|
|
22278
|
+
}
|
|
22279
|
+
static types() {
|
|
22280
|
+
return {
|
|
22281
|
+
createTime: 'number',
|
|
22282
|
+
createUser: 'string',
|
|
22283
|
+
createUserName: 'string',
|
|
22284
|
+
description: 'string',
|
|
22285
|
+
downloadUrl: 'string',
|
|
22286
|
+
id: 'number',
|
|
22287
|
+
message: 'string',
|
|
22288
|
+
migrationType: 'string',
|
|
22289
|
+
name: 'string',
|
|
22290
|
+
packageType: 'string',
|
|
22291
|
+
projectId: 'number',
|
|
22292
|
+
status: 'string',
|
|
22293
|
+
tenantId: 'number',
|
|
22294
|
+
updateTime: 'number',
|
|
22295
|
+
updateUser: 'string',
|
|
22296
|
+
updateUserName: 'string',
|
|
22297
|
+
};
|
|
22298
|
+
}
|
|
22299
|
+
}
|
|
22300
|
+
exports.ListMigrationsResponseBodyDataMigrations = ListMigrationsResponseBodyDataMigrations;
|
|
22301
|
+
class ListMigrationsResponseBodyData extends $tea.Model {
|
|
22302
|
+
constructor(map) {
|
|
22303
|
+
super(map);
|
|
22304
|
+
}
|
|
22305
|
+
static names() {
|
|
22306
|
+
return {
|
|
22307
|
+
migrations: 'Migrations',
|
|
22308
|
+
pageNumber: 'PageNumber',
|
|
22309
|
+
pageSize: 'PageSize',
|
|
22310
|
+
totalCount: 'TotalCount',
|
|
22311
|
+
};
|
|
22312
|
+
}
|
|
22313
|
+
static types() {
|
|
22314
|
+
return {
|
|
22315
|
+
migrations: { 'type': 'array', 'itemType': ListMigrationsResponseBodyDataMigrations },
|
|
22316
|
+
pageNumber: 'number',
|
|
22317
|
+
pageSize: 'number',
|
|
22318
|
+
totalCount: 'number',
|
|
22319
|
+
};
|
|
22320
|
+
}
|
|
22321
|
+
}
|
|
22322
|
+
exports.ListMigrationsResponseBodyData = ListMigrationsResponseBodyData;
|
|
21363
22323
|
class ListNodeIOResponseBodyData extends $tea.Model {
|
|
21364
22324
|
constructor(map) {
|
|
21365
22325
|
super(map);
|
|
@@ -22345,51 +23305,135 @@ class ListRemindsResponseBodyData extends $tea.Model {
|
|
|
22345
23305
|
};
|
|
22346
23306
|
}
|
|
22347
23307
|
}
|
|
22348
|
-
exports.ListRemindsResponseBodyData = ListRemindsResponseBodyData;
|
|
22349
|
-
class ListResourceGroupsResponseBodyData extends $tea.Model {
|
|
23308
|
+
exports.ListRemindsResponseBodyData = ListRemindsResponseBodyData;
|
|
23309
|
+
class ListResourceGroupsResponseBodyData extends $tea.Model {
|
|
23310
|
+
constructor(map) {
|
|
23311
|
+
super(map);
|
|
23312
|
+
}
|
|
23313
|
+
static names() {
|
|
23314
|
+
return {
|
|
23315
|
+
bizExtKey: 'BizExtKey',
|
|
23316
|
+
cluster: 'Cluster',
|
|
23317
|
+
createTime: 'CreateTime',
|
|
23318
|
+
enableKp: 'EnableKp',
|
|
23319
|
+
id: 'Id',
|
|
23320
|
+
identifier: 'Identifier',
|
|
23321
|
+
isDefault: 'IsDefault',
|
|
23322
|
+
mode: 'Mode',
|
|
23323
|
+
name: 'Name',
|
|
23324
|
+
resourceGroupType: 'ResourceGroupType',
|
|
23325
|
+
sequence: 'Sequence',
|
|
23326
|
+
specs: 'Specs',
|
|
23327
|
+
status: 'Status',
|
|
23328
|
+
tenantId: 'TenantId',
|
|
23329
|
+
updateTime: 'UpdateTime',
|
|
23330
|
+
};
|
|
23331
|
+
}
|
|
23332
|
+
static types() {
|
|
23333
|
+
return {
|
|
23334
|
+
bizExtKey: 'string',
|
|
23335
|
+
cluster: 'string',
|
|
23336
|
+
createTime: 'string',
|
|
23337
|
+
enableKp: 'boolean',
|
|
23338
|
+
id: 'number',
|
|
23339
|
+
identifier: 'string',
|
|
23340
|
+
isDefault: 'boolean',
|
|
23341
|
+
mode: 'string',
|
|
23342
|
+
name: 'string',
|
|
23343
|
+
resourceGroupType: 'string',
|
|
23344
|
+
sequence: 'number',
|
|
23345
|
+
specs: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
23346
|
+
status: 'number',
|
|
23347
|
+
tenantId: 'number',
|
|
23348
|
+
updateTime: 'string',
|
|
23349
|
+
};
|
|
23350
|
+
}
|
|
23351
|
+
}
|
|
23352
|
+
exports.ListResourceGroupsResponseBodyData = ListResourceGroupsResponseBodyData;
|
|
23353
|
+
class ListShiftPersonnelsResponseBodyPagingShiftPersons extends $tea.Model {
|
|
23354
|
+
constructor(map) {
|
|
23355
|
+
super(map);
|
|
23356
|
+
}
|
|
23357
|
+
static names() {
|
|
23358
|
+
return {
|
|
23359
|
+
beginTime: 'BeginTime',
|
|
23360
|
+
endTime: 'EndTime',
|
|
23361
|
+
shiftPersonName: 'ShiftPersonName',
|
|
23362
|
+
shiftPersonUID: 'ShiftPersonUID',
|
|
23363
|
+
};
|
|
23364
|
+
}
|
|
23365
|
+
static types() {
|
|
23366
|
+
return {
|
|
23367
|
+
beginTime: 'number',
|
|
23368
|
+
endTime: 'number',
|
|
23369
|
+
shiftPersonName: 'string',
|
|
23370
|
+
shiftPersonUID: 'string',
|
|
23371
|
+
};
|
|
23372
|
+
}
|
|
23373
|
+
}
|
|
23374
|
+
exports.ListShiftPersonnelsResponseBodyPagingShiftPersons = ListShiftPersonnelsResponseBodyPagingShiftPersons;
|
|
23375
|
+
class ListShiftPersonnelsResponseBodyPaging extends $tea.Model {
|
|
23376
|
+
constructor(map) {
|
|
23377
|
+
super(map);
|
|
23378
|
+
}
|
|
23379
|
+
static names() {
|
|
23380
|
+
return {
|
|
23381
|
+
pageNumber: 'PageNumber',
|
|
23382
|
+
pageSize: 'PageSize',
|
|
23383
|
+
shiftPersons: 'ShiftPersons',
|
|
23384
|
+
totalCount: 'TotalCount',
|
|
23385
|
+
};
|
|
23386
|
+
}
|
|
23387
|
+
static types() {
|
|
23388
|
+
return {
|
|
23389
|
+
pageNumber: 'number',
|
|
23390
|
+
pageSize: 'number',
|
|
23391
|
+
shiftPersons: { 'type': 'array', 'itemType': ListShiftPersonnelsResponseBodyPagingShiftPersons },
|
|
23392
|
+
totalCount: 'number',
|
|
23393
|
+
};
|
|
23394
|
+
}
|
|
23395
|
+
}
|
|
23396
|
+
exports.ListShiftPersonnelsResponseBodyPaging = ListShiftPersonnelsResponseBodyPaging;
|
|
23397
|
+
class ListShiftSchedulesResponseBodyPagingShiftSchedules extends $tea.Model {
|
|
23398
|
+
constructor(map) {
|
|
23399
|
+
super(map);
|
|
23400
|
+
}
|
|
23401
|
+
static names() {
|
|
23402
|
+
return {
|
|
23403
|
+
shiftScheduleIdentifier: 'ShiftScheduleIdentifier',
|
|
23404
|
+
shiftScheduleName: 'ShiftScheduleName',
|
|
23405
|
+
};
|
|
23406
|
+
}
|
|
23407
|
+
static types() {
|
|
23408
|
+
return {
|
|
23409
|
+
shiftScheduleIdentifier: 'string',
|
|
23410
|
+
shiftScheduleName: 'string',
|
|
23411
|
+
};
|
|
23412
|
+
}
|
|
23413
|
+
}
|
|
23414
|
+
exports.ListShiftSchedulesResponseBodyPagingShiftSchedules = ListShiftSchedulesResponseBodyPagingShiftSchedules;
|
|
23415
|
+
class ListShiftSchedulesResponseBodyPaging extends $tea.Model {
|
|
22350
23416
|
constructor(map) {
|
|
22351
23417
|
super(map);
|
|
22352
23418
|
}
|
|
22353
23419
|
static names() {
|
|
22354
23420
|
return {
|
|
22355
|
-
|
|
22356
|
-
|
|
22357
|
-
|
|
22358
|
-
|
|
22359
|
-
id: 'Id',
|
|
22360
|
-
identifier: 'Identifier',
|
|
22361
|
-
isDefault: 'IsDefault',
|
|
22362
|
-
mode: 'Mode',
|
|
22363
|
-
name: 'Name',
|
|
22364
|
-
resourceGroupType: 'ResourceGroupType',
|
|
22365
|
-
sequence: 'Sequence',
|
|
22366
|
-
specs: 'Specs',
|
|
22367
|
-
status: 'Status',
|
|
22368
|
-
tenantId: 'TenantId',
|
|
22369
|
-
updateTime: 'UpdateTime',
|
|
23421
|
+
pageNumber: 'PageNumber',
|
|
23422
|
+
pageSize: 'PageSize',
|
|
23423
|
+
shiftSchedules: 'ShiftSchedules',
|
|
23424
|
+
totalCount: 'TotalCount',
|
|
22370
23425
|
};
|
|
22371
23426
|
}
|
|
22372
23427
|
static types() {
|
|
22373
23428
|
return {
|
|
22374
|
-
|
|
22375
|
-
|
|
22376
|
-
|
|
22377
|
-
|
|
22378
|
-
id: 'number',
|
|
22379
|
-
identifier: 'string',
|
|
22380
|
-
isDefault: 'boolean',
|
|
22381
|
-
mode: 'string',
|
|
22382
|
-
name: 'string',
|
|
22383
|
-
resourceGroupType: 'string',
|
|
22384
|
-
sequence: 'number',
|
|
22385
|
-
specs: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
|
|
22386
|
-
status: 'number',
|
|
22387
|
-
tenantId: 'number',
|
|
22388
|
-
updateTime: 'string',
|
|
23429
|
+
pageNumber: 'number',
|
|
23430
|
+
pageSize: 'number',
|
|
23431
|
+
shiftSchedules: { 'type': 'array', 'itemType': ListShiftSchedulesResponseBodyPagingShiftSchedules },
|
|
23432
|
+
totalCount: 'number',
|
|
22389
23433
|
};
|
|
22390
23434
|
}
|
|
22391
23435
|
}
|
|
22392
|
-
exports.
|
|
23436
|
+
exports.ListShiftSchedulesResponseBodyPaging = ListShiftSchedulesResponseBodyPaging;
|
|
22393
23437
|
class ListSuccessInstanceAmountResponseBodyInstanceStatusTrendAvgTrend extends $tea.Model {
|
|
22394
23438
|
constructor(map) {
|
|
22395
23439
|
super(map);
|
|
@@ -22663,6 +23707,7 @@ class SearchMetaTablesResponseBodyDataDataEntityList extends $tea.Model {
|
|
|
22663
23707
|
ownerId: 'OwnerId',
|
|
22664
23708
|
projectId: 'ProjectId',
|
|
22665
23709
|
projectName: 'ProjectName',
|
|
23710
|
+
schema: 'Schema',
|
|
22666
23711
|
tableGuid: 'TableGuid',
|
|
22667
23712
|
tableName: 'TableName',
|
|
22668
23713
|
tenantId: 'TenantId',
|
|
@@ -22677,6 +23722,7 @@ class SearchMetaTablesResponseBodyDataDataEntityList extends $tea.Model {
|
|
|
22677
23722
|
ownerId: 'string',
|
|
22678
23723
|
projectId: 'number',
|
|
22679
23724
|
projectName: 'string',
|
|
23725
|
+
schema: 'string',
|
|
22680
23726
|
tableGuid: 'string',
|
|
22681
23727
|
tableName: 'string',
|
|
22682
23728
|
tenantId: 'number',
|
|
@@ -22778,6 +23824,94 @@ class TerminateDISyncInstanceResponseBodyData extends $tea.Model {
|
|
|
22778
23824
|
}
|
|
22779
23825
|
}
|
|
22780
23826
|
exports.TerminateDISyncInstanceResponseBodyData = TerminateDISyncInstanceResponseBodyData;
|
|
23827
|
+
class TestDataServiceApiRequestBodyParams extends $tea.Model {
|
|
23828
|
+
constructor(map) {
|
|
23829
|
+
super(map);
|
|
23830
|
+
}
|
|
23831
|
+
static names() {
|
|
23832
|
+
return {
|
|
23833
|
+
paramKey: 'ParamKey',
|
|
23834
|
+
paramValue: 'ParamValue',
|
|
23835
|
+
};
|
|
23836
|
+
}
|
|
23837
|
+
static types() {
|
|
23838
|
+
return {
|
|
23839
|
+
paramKey: 'string',
|
|
23840
|
+
paramValue: 'string',
|
|
23841
|
+
};
|
|
23842
|
+
}
|
|
23843
|
+
}
|
|
23844
|
+
exports.TestDataServiceApiRequestBodyParams = TestDataServiceApiRequestBodyParams;
|
|
23845
|
+
class TestDataServiceApiRequestHeadParams extends $tea.Model {
|
|
23846
|
+
constructor(map) {
|
|
23847
|
+
super(map);
|
|
23848
|
+
}
|
|
23849
|
+
static names() {
|
|
23850
|
+
return {
|
|
23851
|
+
paramKey: 'ParamKey',
|
|
23852
|
+
paramValue: 'ParamValue',
|
|
23853
|
+
};
|
|
23854
|
+
}
|
|
23855
|
+
static types() {
|
|
23856
|
+
return {
|
|
23857
|
+
paramKey: 'string',
|
|
23858
|
+
paramValue: 'string',
|
|
23859
|
+
};
|
|
23860
|
+
}
|
|
23861
|
+
}
|
|
23862
|
+
exports.TestDataServiceApiRequestHeadParams = TestDataServiceApiRequestHeadParams;
|
|
23863
|
+
class TestDataServiceApiRequestPathParams extends $tea.Model {
|
|
23864
|
+
constructor(map) {
|
|
23865
|
+
super(map);
|
|
23866
|
+
}
|
|
23867
|
+
static names() {
|
|
23868
|
+
return {
|
|
23869
|
+
paramKey: 'ParamKey',
|
|
23870
|
+
paramValue: 'ParamValue',
|
|
23871
|
+
};
|
|
23872
|
+
}
|
|
23873
|
+
static types() {
|
|
23874
|
+
return {
|
|
23875
|
+
paramKey: 'string',
|
|
23876
|
+
paramValue: 'string',
|
|
23877
|
+
};
|
|
23878
|
+
}
|
|
23879
|
+
}
|
|
23880
|
+
exports.TestDataServiceApiRequestPathParams = TestDataServiceApiRequestPathParams;
|
|
23881
|
+
class TestDataServiceApiRequestQueryParam extends $tea.Model {
|
|
23882
|
+
constructor(map) {
|
|
23883
|
+
super(map);
|
|
23884
|
+
}
|
|
23885
|
+
static names() {
|
|
23886
|
+
return {
|
|
23887
|
+
paramKey: 'ParamKey',
|
|
23888
|
+
paramValue: 'ParamValue',
|
|
23889
|
+
};
|
|
23890
|
+
}
|
|
23891
|
+
static types() {
|
|
23892
|
+
return {
|
|
23893
|
+
paramKey: 'string',
|
|
23894
|
+
paramValue: 'string',
|
|
23895
|
+
};
|
|
23896
|
+
}
|
|
23897
|
+
}
|
|
23898
|
+
exports.TestDataServiceApiRequestQueryParam = TestDataServiceApiRequestQueryParam;
|
|
23899
|
+
class TestDataServiceApiResponseBodyData extends $tea.Model {
|
|
23900
|
+
constructor(map) {
|
|
23901
|
+
super(map);
|
|
23902
|
+
}
|
|
23903
|
+
static names() {
|
|
23904
|
+
return {
|
|
23905
|
+
testId: 'TestId',
|
|
23906
|
+
};
|
|
23907
|
+
}
|
|
23908
|
+
static types() {
|
|
23909
|
+
return {
|
|
23910
|
+
testId: 'string',
|
|
23911
|
+
};
|
|
23912
|
+
}
|
|
23913
|
+
}
|
|
23914
|
+
exports.TestDataServiceApiResponseBodyData = TestDataServiceApiResponseBodyData;
|
|
22781
23915
|
class TestNetworkConnectionResponseBodyTaskList extends $tea.Model {
|
|
22782
23916
|
constructor(map) {
|
|
22783
23917
|
super(map);
|
|
@@ -24533,6 +25667,9 @@ class Client extends openapi_client_1.default {
|
|
|
24533
25667
|
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
24534
25668
|
query["ProjectId"] = request.projectId;
|
|
24535
25669
|
}
|
|
25670
|
+
if (!tea_util_1.default.isUnset(request.schema)) {
|
|
25671
|
+
query["Schema"] = request.schema;
|
|
25672
|
+
}
|
|
24536
25673
|
if (!tea_util_1.default.isUnset(request.tableName)) {
|
|
24537
25674
|
query["TableName"] = request.tableName;
|
|
24538
25675
|
}
|
|
@@ -25205,6 +26342,9 @@ class Client extends openapi_client_1.default {
|
|
|
25205
26342
|
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
25206
26343
|
query["ProjectId"] = request.projectId;
|
|
25207
26344
|
}
|
|
26345
|
+
if (!tea_util_1.default.isUnset(request.schema)) {
|
|
26346
|
+
query["Schema"] = request.schema;
|
|
26347
|
+
}
|
|
25208
26348
|
if (!tea_util_1.default.isUnset(request.tableName)) {
|
|
25209
26349
|
query["TableName"] = request.tableName;
|
|
25210
26350
|
}
|
|
@@ -25806,6 +26946,29 @@ class Client extends openapi_client_1.default {
|
|
|
25806
26946
|
let runtime = new $Util.RuntimeOptions({});
|
|
25807
26947
|
return await this.getDataServiceApiWithOptions(request, runtime);
|
|
25808
26948
|
}
|
|
26949
|
+
async getDataServiceApiTestWithOptions(request, runtime) {
|
|
26950
|
+
tea_util_1.default.validateModel(request);
|
|
26951
|
+
let query = openapi_util_1.default.query(tea_util_1.default.toMap(request));
|
|
26952
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
26953
|
+
query: openapi_util_1.default.query(query),
|
|
26954
|
+
});
|
|
26955
|
+
let params = new $OpenApi.Params({
|
|
26956
|
+
action: "GetDataServiceApiTest",
|
|
26957
|
+
version: "2020-05-18",
|
|
26958
|
+
protocol: "HTTPS",
|
|
26959
|
+
pathname: "/",
|
|
26960
|
+
method: "GET",
|
|
26961
|
+
authType: "AK",
|
|
26962
|
+
style: "RPC",
|
|
26963
|
+
reqBodyType: "formData",
|
|
26964
|
+
bodyType: "json",
|
|
26965
|
+
});
|
|
26966
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetDataServiceApiTestResponse({}));
|
|
26967
|
+
}
|
|
26968
|
+
async getDataServiceApiTest(request) {
|
|
26969
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
26970
|
+
return await this.getDataServiceApiTestWithOptions(request, runtime);
|
|
26971
|
+
}
|
|
25809
26972
|
async getDataServiceApplicationWithOptions(request, runtime) {
|
|
25810
26973
|
tea_util_1.default.validateModel(request);
|
|
25811
26974
|
let body = {};
|
|
@@ -27963,6 +29126,29 @@ class Client extends openapi_client_1.default {
|
|
|
27963
29126
|
let runtime = new $Util.RuntimeOptions({});
|
|
27964
29127
|
return await this.listDataServiceApiAuthoritiesWithOptions(request, runtime);
|
|
27965
29128
|
}
|
|
29129
|
+
async listDataServiceApiTestWithOptions(request, runtime) {
|
|
29130
|
+
tea_util_1.default.validateModel(request);
|
|
29131
|
+
let query = openapi_util_1.default.query(tea_util_1.default.toMap(request));
|
|
29132
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
29133
|
+
query: openapi_util_1.default.query(query),
|
|
29134
|
+
});
|
|
29135
|
+
let params = new $OpenApi.Params({
|
|
29136
|
+
action: "ListDataServiceApiTest",
|
|
29137
|
+
version: "2020-05-18",
|
|
29138
|
+
protocol: "HTTPS",
|
|
29139
|
+
pathname: "/",
|
|
29140
|
+
method: "GET",
|
|
29141
|
+
authType: "AK",
|
|
29142
|
+
style: "RPC",
|
|
29143
|
+
reqBodyType: "formData",
|
|
29144
|
+
bodyType: "json",
|
|
29145
|
+
});
|
|
29146
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListDataServiceApiTestResponse({}));
|
|
29147
|
+
}
|
|
29148
|
+
async listDataServiceApiTest(request) {
|
|
29149
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
29150
|
+
return await this.listDataServiceApiTestWithOptions(request, runtime);
|
|
29151
|
+
}
|
|
27966
29152
|
async listDataServiceApisWithOptions(request, runtime) {
|
|
27967
29153
|
tea_util_1.default.validateModel(request);
|
|
27968
29154
|
let body = {};
|
|
@@ -28664,6 +29850,44 @@ class Client extends openapi_client_1.default {
|
|
|
28664
29850
|
let runtime = new $Util.RuntimeOptions({});
|
|
28665
29851
|
return await this.listMetaDBWithOptions(request, runtime);
|
|
28666
29852
|
}
|
|
29853
|
+
async listMigrationsWithOptions(request, runtime) {
|
|
29854
|
+
tea_util_1.default.validateModel(request);
|
|
29855
|
+
let body = {};
|
|
29856
|
+
if (!tea_util_1.default.isUnset(request.migrationType)) {
|
|
29857
|
+
body["MigrationType"] = request.migrationType;
|
|
29858
|
+
}
|
|
29859
|
+
if (!tea_util_1.default.isUnset(request.owner)) {
|
|
29860
|
+
body["Owner"] = request.owner;
|
|
29861
|
+
}
|
|
29862
|
+
if (!tea_util_1.default.isUnset(request.pageNumber)) {
|
|
29863
|
+
body["PageNumber"] = request.pageNumber;
|
|
29864
|
+
}
|
|
29865
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
29866
|
+
body["PageSize"] = request.pageSize;
|
|
29867
|
+
}
|
|
29868
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
29869
|
+
body["ProjectId"] = request.projectId;
|
|
29870
|
+
}
|
|
29871
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
29872
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
29873
|
+
});
|
|
29874
|
+
let params = new $OpenApi.Params({
|
|
29875
|
+
action: "ListMigrations",
|
|
29876
|
+
version: "2020-05-18",
|
|
29877
|
+
protocol: "HTTPS",
|
|
29878
|
+
pathname: "/",
|
|
29879
|
+
method: "POST",
|
|
29880
|
+
authType: "AK",
|
|
29881
|
+
style: "RPC",
|
|
29882
|
+
reqBodyType: "formData",
|
|
29883
|
+
bodyType: "json",
|
|
29884
|
+
});
|
|
29885
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListMigrationsResponse({}));
|
|
29886
|
+
}
|
|
29887
|
+
async listMigrations(request) {
|
|
29888
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
29889
|
+
return await this.listMigrationsWithOptions(request, runtime);
|
|
29890
|
+
}
|
|
28667
29891
|
async listNodeIOWithOptions(request, runtime) {
|
|
28668
29892
|
tea_util_1.default.validateModel(request);
|
|
28669
29893
|
let body = {};
|
|
@@ -29262,6 +30486,79 @@ class Client extends openapi_client_1.default {
|
|
|
29262
30486
|
let runtime = new $Util.RuntimeOptions({});
|
|
29263
30487
|
return await this.listResourceGroupsWithOptions(request, runtime);
|
|
29264
30488
|
}
|
|
30489
|
+
async listShiftPersonnelsWithOptions(request, runtime) {
|
|
30490
|
+
tea_util_1.default.validateModel(request);
|
|
30491
|
+
let body = {};
|
|
30492
|
+
if (!tea_util_1.default.isUnset(request.beginTime)) {
|
|
30493
|
+
body["BeginTime"] = request.beginTime;
|
|
30494
|
+
}
|
|
30495
|
+
if (!tea_util_1.default.isUnset(request.endTime)) {
|
|
30496
|
+
body["EndTime"] = request.endTime;
|
|
30497
|
+
}
|
|
30498
|
+
if (!tea_util_1.default.isUnset(request.shiftPersonUID)) {
|
|
30499
|
+
body["ShiftPersonUID"] = request.shiftPersonUID;
|
|
30500
|
+
}
|
|
30501
|
+
if (!tea_util_1.default.isUnset(request.shiftScheduleIdentifier)) {
|
|
30502
|
+
body["ShiftScheduleIdentifier"] = request.shiftScheduleIdentifier;
|
|
30503
|
+
}
|
|
30504
|
+
if (!tea_util_1.default.isUnset(request.userType)) {
|
|
30505
|
+
body["UserType"] = request.userType;
|
|
30506
|
+
}
|
|
30507
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
30508
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
30509
|
+
});
|
|
30510
|
+
let params = new $OpenApi.Params({
|
|
30511
|
+
action: "ListShiftPersonnels",
|
|
30512
|
+
version: "2020-05-18",
|
|
30513
|
+
protocol: "HTTPS",
|
|
30514
|
+
pathname: "/",
|
|
30515
|
+
method: "POST",
|
|
30516
|
+
authType: "AK",
|
|
30517
|
+
style: "RPC",
|
|
30518
|
+
reqBodyType: "formData",
|
|
30519
|
+
bodyType: "json",
|
|
30520
|
+
});
|
|
30521
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListShiftPersonnelsResponse({}));
|
|
30522
|
+
}
|
|
30523
|
+
async listShiftPersonnels(request) {
|
|
30524
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
30525
|
+
return await this.listShiftPersonnelsWithOptions(request, runtime);
|
|
30526
|
+
}
|
|
30527
|
+
async listShiftSchedulesWithOptions(request, runtime) {
|
|
30528
|
+
tea_util_1.default.validateModel(request);
|
|
30529
|
+
let body = {};
|
|
30530
|
+
if (!tea_util_1.default.isUnset(request.owner)) {
|
|
30531
|
+
body["Owner"] = request.owner;
|
|
30532
|
+
}
|
|
30533
|
+
if (!tea_util_1.default.isUnset(request.pageNumber)) {
|
|
30534
|
+
body["PageNumber"] = request.pageNumber;
|
|
30535
|
+
}
|
|
30536
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
30537
|
+
body["PageSize"] = request.pageSize;
|
|
30538
|
+
}
|
|
30539
|
+
if (!tea_util_1.default.isUnset(request.shiftScheduleName)) {
|
|
30540
|
+
body["ShiftScheduleName"] = request.shiftScheduleName;
|
|
30541
|
+
}
|
|
30542
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
30543
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
30544
|
+
});
|
|
30545
|
+
let params = new $OpenApi.Params({
|
|
30546
|
+
action: "ListShiftSchedules",
|
|
30547
|
+
version: "2020-05-18",
|
|
30548
|
+
protocol: "HTTPS",
|
|
30549
|
+
pathname: "/",
|
|
30550
|
+
method: "POST",
|
|
30551
|
+
authType: "AK",
|
|
30552
|
+
style: "RPC",
|
|
30553
|
+
reqBodyType: "formData",
|
|
30554
|
+
bodyType: "json",
|
|
30555
|
+
});
|
|
30556
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListShiftSchedulesResponse({}));
|
|
30557
|
+
}
|
|
30558
|
+
async listShiftSchedules(request) {
|
|
30559
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
30560
|
+
return await this.listShiftSchedulesWithOptions(request, runtime);
|
|
30561
|
+
}
|
|
29265
30562
|
async listSuccessInstanceAmountWithOptions(request, runtime) {
|
|
29266
30563
|
tea_util_1.default.validateModel(request);
|
|
29267
30564
|
let body = {};
|
|
@@ -29910,6 +31207,9 @@ class Client extends openapi_client_1.default {
|
|
|
29910
31207
|
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
29911
31208
|
query["PageSize"] = request.pageSize;
|
|
29912
31209
|
}
|
|
31210
|
+
if (!tea_util_1.default.isUnset(request.schema)) {
|
|
31211
|
+
query["Schema"] = request.schema;
|
|
31212
|
+
}
|
|
29913
31213
|
let req = new $OpenApi.OpenApiRequest({
|
|
29914
31214
|
query: openapi_util_1.default.query(query),
|
|
29915
31215
|
});
|
|
@@ -30247,6 +31547,49 @@ class Client extends openapi_client_1.default {
|
|
|
30247
31547
|
let runtime = new $Util.RuntimeOptions({});
|
|
30248
31548
|
return await this.terminateDISyncInstanceWithOptions(request, runtime);
|
|
30249
31549
|
}
|
|
31550
|
+
async testDataServiceApiWithOptions(request, runtime) {
|
|
31551
|
+
tea_util_1.default.validateModel(request);
|
|
31552
|
+
let query = {};
|
|
31553
|
+
if (!tea_util_1.default.isUnset(request.apiId)) {
|
|
31554
|
+
query["ApiId"] = request.apiId;
|
|
31555
|
+
}
|
|
31556
|
+
let body = {};
|
|
31557
|
+
if (!tea_util_1.default.isUnset(request.bodyContent)) {
|
|
31558
|
+
body["BodyContent"] = request.bodyContent;
|
|
31559
|
+
}
|
|
31560
|
+
if (!tea_util_1.default.isUnset(request.bodyParams)) {
|
|
31561
|
+
body["BodyParams"] = request.bodyParams;
|
|
31562
|
+
}
|
|
31563
|
+
if (!tea_util_1.default.isUnset(request.headParams)) {
|
|
31564
|
+
body["HeadParams"] = request.headParams;
|
|
31565
|
+
}
|
|
31566
|
+
if (!tea_util_1.default.isUnset(request.pathParams)) {
|
|
31567
|
+
body["PathParams"] = request.pathParams;
|
|
31568
|
+
}
|
|
31569
|
+
if (!tea_util_1.default.isUnset(request.queryParam)) {
|
|
31570
|
+
body["QueryParam"] = request.queryParam;
|
|
31571
|
+
}
|
|
31572
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
31573
|
+
query: openapi_util_1.default.query(query),
|
|
31574
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
31575
|
+
});
|
|
31576
|
+
let params = new $OpenApi.Params({
|
|
31577
|
+
action: "TestDataServiceApi",
|
|
31578
|
+
version: "2020-05-18",
|
|
31579
|
+
protocol: "HTTPS",
|
|
31580
|
+
pathname: "/",
|
|
31581
|
+
method: "POST",
|
|
31582
|
+
authType: "AK",
|
|
31583
|
+
style: "RPC",
|
|
31584
|
+
reqBodyType: "formData",
|
|
31585
|
+
bodyType: "json",
|
|
31586
|
+
});
|
|
31587
|
+
return $tea.cast(await this.callApi(params, req, runtime), new TestDataServiceApiResponse({}));
|
|
31588
|
+
}
|
|
31589
|
+
async testDataServiceApi(request) {
|
|
31590
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
31591
|
+
return await this.testDataServiceApiWithOptions(request, runtime);
|
|
31592
|
+
}
|
|
30250
31593
|
async testNetworkConnectionWithOptions(request, runtime) {
|
|
30251
31594
|
tea_util_1.default.validateModel(request);
|
|
30252
31595
|
let query = {};
|
|
@@ -30816,6 +32159,9 @@ class Client extends openapi_client_1.default {
|
|
|
30816
32159
|
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
30817
32160
|
query["ProjectId"] = request.projectId;
|
|
30818
32161
|
}
|
|
32162
|
+
if (!tea_util_1.default.isUnset(request.schema)) {
|
|
32163
|
+
query["Schema"] = request.schema;
|
|
32164
|
+
}
|
|
30819
32165
|
if (!tea_util_1.default.isUnset(request.tableGuid)) {
|
|
30820
32166
|
query["TableGuid"] = request.tableGuid;
|
|
30821
32167
|
}
|
|
@@ -31182,6 +32528,9 @@ class Client extends openapi_client_1.default {
|
|
|
31182
32528
|
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
31183
32529
|
query["ProjectId"] = request.projectId;
|
|
31184
32530
|
}
|
|
32531
|
+
if (!tea_util_1.default.isUnset(request.schema)) {
|
|
32532
|
+
query["Schema"] = request.schema;
|
|
32533
|
+
}
|
|
31185
32534
|
if (!tea_util_1.default.isUnset(request.tableName)) {
|
|
31186
32535
|
query["TableName"] = request.tableName;
|
|
31187
32536
|
}
|