@alicloud/dataworks-public20200518 4.3.5 → 4.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +871 -10
- package/dist/client.js +1621 -12
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +2123 -0
package/dist/client.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
|
}
|
|
@@ -1220,6 +1256,8 @@ class CreateFileRequest extends $tea.Model {
|
|
|
1220
1256
|
fileName: 'FileName',
|
|
1221
1257
|
fileType: 'FileType',
|
|
1222
1258
|
inputList: 'InputList',
|
|
1259
|
+
inputParameters: 'InputParameters',
|
|
1260
|
+
outputParameters: 'OutputParameters',
|
|
1223
1261
|
owner: 'Owner',
|
|
1224
1262
|
paraValue: 'ParaValue',
|
|
1225
1263
|
projectId: 'ProjectId',
|
|
@@ -1251,6 +1289,8 @@ class CreateFileRequest extends $tea.Model {
|
|
|
1251
1289
|
fileName: 'string',
|
|
1252
1290
|
fileType: 'number',
|
|
1253
1291
|
inputList: 'string',
|
|
1292
|
+
inputParameters: 'string',
|
|
1293
|
+
outputParameters: 'string',
|
|
1254
1294
|
owner: 'string',
|
|
1255
1295
|
paraValue: 'string',
|
|
1256
1296
|
projectId: 'number',
|
|
@@ -1299,12 +1339,14 @@ class CreateFileResponse extends $tea.Model {
|
|
|
1299
1339
|
static names() {
|
|
1300
1340
|
return {
|
|
1301
1341
|
headers: 'headers',
|
|
1342
|
+
statusCode: 'statusCode',
|
|
1302
1343
|
body: 'body',
|
|
1303
1344
|
};
|
|
1304
1345
|
}
|
|
1305
1346
|
static types() {
|
|
1306
1347
|
return {
|
|
1307
1348
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1349
|
+
statusCode: 'number',
|
|
1308
1350
|
body: CreateFileResponseBody,
|
|
1309
1351
|
};
|
|
1310
1352
|
}
|
|
@@ -1363,12 +1405,14 @@ class CreateFolderResponse extends $tea.Model {
|
|
|
1363
1405
|
static names() {
|
|
1364
1406
|
return {
|
|
1365
1407
|
headers: 'headers',
|
|
1408
|
+
statusCode: 'statusCode',
|
|
1366
1409
|
body: 'body',
|
|
1367
1410
|
};
|
|
1368
1411
|
}
|
|
1369
1412
|
static types() {
|
|
1370
1413
|
return {
|
|
1371
1414
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1415
|
+
statusCode: 'number',
|
|
1372
1416
|
body: CreateFolderResponseBody,
|
|
1373
1417
|
};
|
|
1374
1418
|
}
|
|
@@ -1471,12 +1515,14 @@ class CreateImportMigrationResponse extends $tea.Model {
|
|
|
1471
1515
|
static names() {
|
|
1472
1516
|
return {
|
|
1473
1517
|
headers: 'headers',
|
|
1518
|
+
statusCode: 'statusCode',
|
|
1474
1519
|
body: 'body',
|
|
1475
1520
|
};
|
|
1476
1521
|
}
|
|
1477
1522
|
static types() {
|
|
1478
1523
|
return {
|
|
1479
1524
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1525
|
+
statusCode: 'number',
|
|
1480
1526
|
body: CreateImportMigrationResponseBody,
|
|
1481
1527
|
};
|
|
1482
1528
|
}
|
|
@@ -1537,12 +1583,14 @@ class CreateManualDagResponse extends $tea.Model {
|
|
|
1537
1583
|
static names() {
|
|
1538
1584
|
return {
|
|
1539
1585
|
headers: 'headers',
|
|
1586
|
+
statusCode: 'statusCode',
|
|
1540
1587
|
body: 'body',
|
|
1541
1588
|
};
|
|
1542
1589
|
}
|
|
1543
1590
|
static types() {
|
|
1544
1591
|
return {
|
|
1545
1592
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1593
|
+
statusCode: 'number',
|
|
1546
1594
|
body: CreateManualDagResponseBody,
|
|
1547
1595
|
};
|
|
1548
1596
|
}
|
|
@@ -1601,12 +1649,14 @@ class CreateMetaCategoryResponse extends $tea.Model {
|
|
|
1601
1649
|
static names() {
|
|
1602
1650
|
return {
|
|
1603
1651
|
headers: 'headers',
|
|
1652
|
+
statusCode: 'statusCode',
|
|
1604
1653
|
body: 'body',
|
|
1605
1654
|
};
|
|
1606
1655
|
}
|
|
1607
1656
|
static types() {
|
|
1608
1657
|
return {
|
|
1609
1658
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1659
|
+
statusCode: 'number',
|
|
1610
1660
|
body: CreateMetaCategoryResponseBody,
|
|
1611
1661
|
};
|
|
1612
1662
|
}
|
|
@@ -1667,12 +1717,14 @@ class CreatePermissionApplyOrderResponse extends $tea.Model {
|
|
|
1667
1717
|
static names() {
|
|
1668
1718
|
return {
|
|
1669
1719
|
headers: 'headers',
|
|
1720
|
+
statusCode: 'statusCode',
|
|
1670
1721
|
body: 'body',
|
|
1671
1722
|
};
|
|
1672
1723
|
}
|
|
1673
1724
|
static types() {
|
|
1674
1725
|
return {
|
|
1675
1726
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1727
|
+
statusCode: 'number',
|
|
1676
1728
|
body: CreatePermissionApplyOrderResponseBody,
|
|
1677
1729
|
};
|
|
1678
1730
|
}
|
|
@@ -1723,12 +1775,14 @@ class CreateProjectMemberResponse extends $tea.Model {
|
|
|
1723
1775
|
static names() {
|
|
1724
1776
|
return {
|
|
1725
1777
|
headers: 'headers',
|
|
1778
|
+
statusCode: 'statusCode',
|
|
1726
1779
|
body: 'body',
|
|
1727
1780
|
};
|
|
1728
1781
|
}
|
|
1729
1782
|
static types() {
|
|
1730
1783
|
return {
|
|
1731
1784
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1785
|
+
statusCode: 'number',
|
|
1732
1786
|
body: CreateProjectMemberResponseBody,
|
|
1733
1787
|
};
|
|
1734
1788
|
}
|
|
@@ -1791,12 +1845,14 @@ class CreateQualityEntityResponse extends $tea.Model {
|
|
|
1791
1845
|
static names() {
|
|
1792
1846
|
return {
|
|
1793
1847
|
headers: 'headers',
|
|
1848
|
+
statusCode: 'statusCode',
|
|
1794
1849
|
body: 'body',
|
|
1795
1850
|
};
|
|
1796
1851
|
}
|
|
1797
1852
|
static types() {
|
|
1798
1853
|
return {
|
|
1799
1854
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1855
|
+
statusCode: 'number',
|
|
1800
1856
|
body: CreateQualityEntityResponseBody,
|
|
1801
1857
|
};
|
|
1802
1858
|
}
|
|
@@ -1857,12 +1913,14 @@ class CreateQualityFollowerResponse extends $tea.Model {
|
|
|
1857
1913
|
static names() {
|
|
1858
1914
|
return {
|
|
1859
1915
|
headers: 'headers',
|
|
1916
|
+
statusCode: 'statusCode',
|
|
1860
1917
|
body: 'body',
|
|
1861
1918
|
};
|
|
1862
1919
|
}
|
|
1863
1920
|
static types() {
|
|
1864
1921
|
return {
|
|
1865
1922
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1923
|
+
statusCode: 'number',
|
|
1866
1924
|
body: CreateQualityFollowerResponseBody,
|
|
1867
1925
|
};
|
|
1868
1926
|
}
|
|
@@ -1931,12 +1989,14 @@ class CreateQualityRelativeNodeResponse extends $tea.Model {
|
|
|
1931
1989
|
static names() {
|
|
1932
1990
|
return {
|
|
1933
1991
|
headers: 'headers',
|
|
1992
|
+
statusCode: 'statusCode',
|
|
1934
1993
|
body: 'body',
|
|
1935
1994
|
};
|
|
1936
1995
|
}
|
|
1937
1996
|
static types() {
|
|
1938
1997
|
return {
|
|
1939
1998
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
1999
|
+
statusCode: 'number',
|
|
1940
2000
|
body: CreateQualityRelativeNodeResponseBody,
|
|
1941
2001
|
};
|
|
1942
2002
|
}
|
|
@@ -2025,12 +2085,14 @@ class CreateQualityRuleResponse extends $tea.Model {
|
|
|
2025
2085
|
static names() {
|
|
2026
2086
|
return {
|
|
2027
2087
|
headers: 'headers',
|
|
2088
|
+
statusCode: 'statusCode',
|
|
2028
2089
|
body: 'body',
|
|
2029
2090
|
};
|
|
2030
2091
|
}
|
|
2031
2092
|
static types() {
|
|
2032
2093
|
return {
|
|
2033
2094
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2095
|
+
statusCode: 'number',
|
|
2034
2096
|
body: CreateQualityRuleResponseBody,
|
|
2035
2097
|
};
|
|
2036
2098
|
}
|
|
@@ -2113,12 +2175,14 @@ class CreateRemindResponse extends $tea.Model {
|
|
|
2113
2175
|
static names() {
|
|
2114
2176
|
return {
|
|
2115
2177
|
headers: 'headers',
|
|
2178
|
+
statusCode: 'statusCode',
|
|
2116
2179
|
body: 'body',
|
|
2117
2180
|
};
|
|
2118
2181
|
}
|
|
2119
2182
|
static types() {
|
|
2120
2183
|
return {
|
|
2121
2184
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2185
|
+
statusCode: 'number',
|
|
2122
2186
|
body: CreateRemindResponseBody,
|
|
2123
2187
|
};
|
|
2124
2188
|
}
|
|
@@ -2201,12 +2265,14 @@ class CreateTableResponse extends $tea.Model {
|
|
|
2201
2265
|
static names() {
|
|
2202
2266
|
return {
|
|
2203
2267
|
headers: 'headers',
|
|
2268
|
+
statusCode: 'statusCode',
|
|
2204
2269
|
body: 'body',
|
|
2205
2270
|
};
|
|
2206
2271
|
}
|
|
2207
2272
|
static types() {
|
|
2208
2273
|
return {
|
|
2209
2274
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2275
|
+
statusCode: 'number',
|
|
2210
2276
|
body: CreateTableResponseBody,
|
|
2211
2277
|
};
|
|
2212
2278
|
}
|
|
@@ -2267,12 +2333,14 @@ class CreateTableLevelResponse extends $tea.Model {
|
|
|
2267
2333
|
static names() {
|
|
2268
2334
|
return {
|
|
2269
2335
|
headers: 'headers',
|
|
2336
|
+
statusCode: 'statusCode',
|
|
2270
2337
|
body: 'body',
|
|
2271
2338
|
};
|
|
2272
2339
|
}
|
|
2273
2340
|
static types() {
|
|
2274
2341
|
return {
|
|
2275
2342
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2343
|
+
statusCode: 'number',
|
|
2276
2344
|
body: CreateTableLevelResponseBody,
|
|
2277
2345
|
};
|
|
2278
2346
|
}
|
|
@@ -2333,12 +2401,14 @@ class CreateTableThemeResponse extends $tea.Model {
|
|
|
2333
2401
|
static names() {
|
|
2334
2402
|
return {
|
|
2335
2403
|
headers: 'headers',
|
|
2404
|
+
statusCode: 'statusCode',
|
|
2336
2405
|
body: 'body',
|
|
2337
2406
|
};
|
|
2338
2407
|
}
|
|
2339
2408
|
static types() {
|
|
2340
2409
|
return {
|
|
2341
2410
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2411
|
+
statusCode: 'number',
|
|
2342
2412
|
body: CreateTableThemeResponseBody,
|
|
2343
2413
|
};
|
|
2344
2414
|
}
|
|
@@ -2415,12 +2485,14 @@ class CreateUdfFileResponse extends $tea.Model {
|
|
|
2415
2485
|
static names() {
|
|
2416
2486
|
return {
|
|
2417
2487
|
headers: 'headers',
|
|
2488
|
+
statusCode: 'statusCode',
|
|
2418
2489
|
body: 'body',
|
|
2419
2490
|
};
|
|
2420
2491
|
}
|
|
2421
2492
|
static types() {
|
|
2422
2493
|
return {
|
|
2423
2494
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2495
|
+
statusCode: 'number',
|
|
2424
2496
|
body: CreateUdfFileResponseBody,
|
|
2425
2497
|
};
|
|
2426
2498
|
}
|
|
@@ -2477,12 +2549,14 @@ class DeleteBusinessResponse extends $tea.Model {
|
|
|
2477
2549
|
static names() {
|
|
2478
2550
|
return {
|
|
2479
2551
|
headers: 'headers',
|
|
2552
|
+
statusCode: 'statusCode',
|
|
2480
2553
|
body: 'body',
|
|
2481
2554
|
};
|
|
2482
2555
|
}
|
|
2483
2556
|
static types() {
|
|
2484
2557
|
return {
|
|
2485
2558
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2559
|
+
statusCode: 'number',
|
|
2486
2560
|
body: DeleteBusinessResponseBody,
|
|
2487
2561
|
};
|
|
2488
2562
|
}
|
|
@@ -2533,12 +2607,14 @@ class DeleteConnectionResponse extends $tea.Model {
|
|
|
2533
2607
|
static names() {
|
|
2534
2608
|
return {
|
|
2535
2609
|
headers: 'headers',
|
|
2610
|
+
statusCode: 'statusCode',
|
|
2536
2611
|
body: 'body',
|
|
2537
2612
|
};
|
|
2538
2613
|
}
|
|
2539
2614
|
static types() {
|
|
2540
2615
|
return {
|
|
2541
2616
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2617
|
+
statusCode: 'number',
|
|
2542
2618
|
body: DeleteConnectionResponseBody,
|
|
2543
2619
|
};
|
|
2544
2620
|
}
|
|
@@ -2591,12 +2667,14 @@ class DeleteDISyncTaskResponse extends $tea.Model {
|
|
|
2591
2667
|
static names() {
|
|
2592
2668
|
return {
|
|
2593
2669
|
headers: 'headers',
|
|
2670
|
+
statusCode: 'statusCode',
|
|
2594
2671
|
body: 'body',
|
|
2595
2672
|
};
|
|
2596
2673
|
}
|
|
2597
2674
|
static types() {
|
|
2598
2675
|
return {
|
|
2599
2676
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2677
|
+
statusCode: 'number',
|
|
2600
2678
|
body: DeleteDISyncTaskResponseBody,
|
|
2601
2679
|
};
|
|
2602
2680
|
}
|
|
@@ -2655,12 +2733,14 @@ class DeleteDataServiceApiResponse extends $tea.Model {
|
|
|
2655
2733
|
static names() {
|
|
2656
2734
|
return {
|
|
2657
2735
|
headers: 'headers',
|
|
2736
|
+
statusCode: 'statusCode',
|
|
2658
2737
|
body: 'body',
|
|
2659
2738
|
};
|
|
2660
2739
|
}
|
|
2661
2740
|
static types() {
|
|
2662
2741
|
return {
|
|
2663
2742
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2743
|
+
statusCode: 'number',
|
|
2664
2744
|
body: DeleteDataServiceApiResponseBody,
|
|
2665
2745
|
};
|
|
2666
2746
|
}
|
|
@@ -2713,12 +2793,14 @@ class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
|
|
|
2713
2793
|
static names() {
|
|
2714
2794
|
return {
|
|
2715
2795
|
headers: 'headers',
|
|
2796
|
+
statusCode: 'statusCode',
|
|
2716
2797
|
body: 'body',
|
|
2717
2798
|
};
|
|
2718
2799
|
}
|
|
2719
2800
|
static types() {
|
|
2720
2801
|
return {
|
|
2721
2802
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2803
|
+
statusCode: 'number',
|
|
2722
2804
|
body: DeleteDataServiceApiAuthorityResponseBody,
|
|
2723
2805
|
};
|
|
2724
2806
|
}
|
|
@@ -2769,12 +2851,14 @@ class DeleteDataSourceResponse extends $tea.Model {
|
|
|
2769
2851
|
static names() {
|
|
2770
2852
|
return {
|
|
2771
2853
|
headers: 'headers',
|
|
2854
|
+
statusCode: 'statusCode',
|
|
2772
2855
|
body: 'body',
|
|
2773
2856
|
};
|
|
2774
2857
|
}
|
|
2775
2858
|
static types() {
|
|
2776
2859
|
return {
|
|
2777
2860
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2861
|
+
statusCode: 'number',
|
|
2778
2862
|
body: DeleteDataSourceResponseBody,
|
|
2779
2863
|
};
|
|
2780
2864
|
}
|
|
@@ -2833,12 +2917,14 @@ class DeleteFileResponse extends $tea.Model {
|
|
|
2833
2917
|
static names() {
|
|
2834
2918
|
return {
|
|
2835
2919
|
headers: 'headers',
|
|
2920
|
+
statusCode: 'statusCode',
|
|
2836
2921
|
body: 'body',
|
|
2837
2922
|
};
|
|
2838
2923
|
}
|
|
2839
2924
|
static types() {
|
|
2840
2925
|
return {
|
|
2841
2926
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2927
|
+
statusCode: 'number',
|
|
2842
2928
|
body: DeleteFileResponseBody,
|
|
2843
2929
|
};
|
|
2844
2930
|
}
|
|
@@ -2895,12 +2981,14 @@ class DeleteFolderResponse extends $tea.Model {
|
|
|
2895
2981
|
static names() {
|
|
2896
2982
|
return {
|
|
2897
2983
|
headers: 'headers',
|
|
2984
|
+
statusCode: 'statusCode',
|
|
2898
2985
|
body: 'body',
|
|
2899
2986
|
};
|
|
2900
2987
|
}
|
|
2901
2988
|
static types() {
|
|
2902
2989
|
return {
|
|
2903
2990
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
2991
|
+
statusCode: 'number',
|
|
2904
2992
|
body: DeleteFolderResponseBody,
|
|
2905
2993
|
};
|
|
2906
2994
|
}
|
|
@@ -2957,12 +3045,14 @@ class DeleteFromMetaCategoryResponse extends $tea.Model {
|
|
|
2957
3045
|
static names() {
|
|
2958
3046
|
return {
|
|
2959
3047
|
headers: 'headers',
|
|
3048
|
+
statusCode: 'statusCode',
|
|
2960
3049
|
body: 'body',
|
|
2961
3050
|
};
|
|
2962
3051
|
}
|
|
2963
3052
|
static types() {
|
|
2964
3053
|
return {
|
|
2965
3054
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3055
|
+
statusCode: 'number',
|
|
2966
3056
|
body: DeleteFromMetaCategoryResponseBody,
|
|
2967
3057
|
};
|
|
2968
3058
|
}
|
|
@@ -3017,12 +3107,14 @@ class DeleteMetaCategoryResponse extends $tea.Model {
|
|
|
3017
3107
|
static names() {
|
|
3018
3108
|
return {
|
|
3019
3109
|
headers: 'headers',
|
|
3110
|
+
statusCode: 'statusCode',
|
|
3020
3111
|
body: 'body',
|
|
3021
3112
|
};
|
|
3022
3113
|
}
|
|
3023
3114
|
static types() {
|
|
3024
3115
|
return {
|
|
3025
3116
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3117
|
+
statusCode: 'number',
|
|
3026
3118
|
body: DeleteMetaCategoryResponseBody,
|
|
3027
3119
|
};
|
|
3028
3120
|
}
|
|
@@ -3069,12 +3161,14 @@ class DeleteProjectMemberResponse extends $tea.Model {
|
|
|
3069
3161
|
static names() {
|
|
3070
3162
|
return {
|
|
3071
3163
|
headers: 'headers',
|
|
3164
|
+
statusCode: 'statusCode',
|
|
3072
3165
|
body: 'body',
|
|
3073
3166
|
};
|
|
3074
3167
|
}
|
|
3075
3168
|
static types() {
|
|
3076
3169
|
return {
|
|
3077
3170
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3171
|
+
statusCode: 'number',
|
|
3078
3172
|
body: DeleteProjectMemberResponseBody,
|
|
3079
3173
|
};
|
|
3080
3174
|
}
|
|
@@ -3133,12 +3227,14 @@ class DeleteQualityEntityResponse extends $tea.Model {
|
|
|
3133
3227
|
static names() {
|
|
3134
3228
|
return {
|
|
3135
3229
|
headers: 'headers',
|
|
3230
|
+
statusCode: 'statusCode',
|
|
3136
3231
|
body: 'body',
|
|
3137
3232
|
};
|
|
3138
3233
|
}
|
|
3139
3234
|
static types() {
|
|
3140
3235
|
return {
|
|
3141
3236
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3237
|
+
statusCode: 'number',
|
|
3142
3238
|
body: DeleteQualityEntityResponseBody,
|
|
3143
3239
|
};
|
|
3144
3240
|
}
|
|
@@ -3195,12 +3291,14 @@ class DeleteQualityFollowerResponse extends $tea.Model {
|
|
|
3195
3291
|
static names() {
|
|
3196
3292
|
return {
|
|
3197
3293
|
headers: 'headers',
|
|
3294
|
+
statusCode: 'statusCode',
|
|
3198
3295
|
body: 'body',
|
|
3199
3296
|
};
|
|
3200
3297
|
}
|
|
3201
3298
|
static types() {
|
|
3202
3299
|
return {
|
|
3203
3300
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3301
|
+
statusCode: 'number',
|
|
3204
3302
|
body: DeleteQualityFollowerResponseBody,
|
|
3205
3303
|
};
|
|
3206
3304
|
}
|
|
@@ -3269,12 +3367,14 @@ class DeleteQualityRelativeNodeResponse extends $tea.Model {
|
|
|
3269
3367
|
static names() {
|
|
3270
3368
|
return {
|
|
3271
3369
|
headers: 'headers',
|
|
3370
|
+
statusCode: 'statusCode',
|
|
3272
3371
|
body: 'body',
|
|
3273
3372
|
};
|
|
3274
3373
|
}
|
|
3275
3374
|
static types() {
|
|
3276
3375
|
return {
|
|
3277
3376
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3377
|
+
statusCode: 'number',
|
|
3278
3378
|
body: DeleteQualityRelativeNodeResponseBody,
|
|
3279
3379
|
};
|
|
3280
3380
|
}
|
|
@@ -3331,12 +3431,14 @@ class DeleteQualityRuleResponse extends $tea.Model {
|
|
|
3331
3431
|
static names() {
|
|
3332
3432
|
return {
|
|
3333
3433
|
headers: 'headers',
|
|
3434
|
+
statusCode: 'statusCode',
|
|
3334
3435
|
body: 'body',
|
|
3335
3436
|
};
|
|
3336
3437
|
}
|
|
3337
3438
|
static types() {
|
|
3338
3439
|
return {
|
|
3339
3440
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3441
|
+
statusCode: 'number',
|
|
3340
3442
|
body: DeleteQualityRuleResponseBody,
|
|
3341
3443
|
};
|
|
3342
3444
|
}
|
|
@@ -3391,12 +3493,14 @@ class DeleteRemindResponse extends $tea.Model {
|
|
|
3391
3493
|
static names() {
|
|
3392
3494
|
return {
|
|
3393
3495
|
headers: 'headers',
|
|
3496
|
+
statusCode: 'statusCode',
|
|
3394
3497
|
body: 'body',
|
|
3395
3498
|
};
|
|
3396
3499
|
}
|
|
3397
3500
|
static types() {
|
|
3398
3501
|
return {
|
|
3399
3502
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3503
|
+
statusCode: 'number',
|
|
3400
3504
|
body: DeleteRemindResponseBody,
|
|
3401
3505
|
};
|
|
3402
3506
|
}
|
|
@@ -3449,12 +3553,14 @@ class DeleteTableResponse extends $tea.Model {
|
|
|
3449
3553
|
static names() {
|
|
3450
3554
|
return {
|
|
3451
3555
|
headers: 'headers',
|
|
3556
|
+
statusCode: 'statusCode',
|
|
3452
3557
|
body: 'body',
|
|
3453
3558
|
};
|
|
3454
3559
|
}
|
|
3455
3560
|
static types() {
|
|
3456
3561
|
return {
|
|
3457
3562
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3563
|
+
statusCode: 'number',
|
|
3458
3564
|
body: DeleteTableResponseBody,
|
|
3459
3565
|
};
|
|
3460
3566
|
}
|
|
@@ -3503,12 +3609,14 @@ class DeleteTableLevelResponse extends $tea.Model {
|
|
|
3503
3609
|
static names() {
|
|
3504
3610
|
return {
|
|
3505
3611
|
headers: 'headers',
|
|
3612
|
+
statusCode: 'statusCode',
|
|
3506
3613
|
body: 'body',
|
|
3507
3614
|
};
|
|
3508
3615
|
}
|
|
3509
3616
|
static types() {
|
|
3510
3617
|
return {
|
|
3511
3618
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3619
|
+
statusCode: 'number',
|
|
3512
3620
|
body: DeleteTableLevelResponseBody,
|
|
3513
3621
|
};
|
|
3514
3622
|
}
|
|
@@ -3565,12 +3673,14 @@ class DeleteTableThemeResponse extends $tea.Model {
|
|
|
3565
3673
|
static names() {
|
|
3566
3674
|
return {
|
|
3567
3675
|
headers: 'headers',
|
|
3676
|
+
statusCode: 'statusCode',
|
|
3568
3677
|
body: 'body',
|
|
3569
3678
|
};
|
|
3570
3679
|
}
|
|
3571
3680
|
static types() {
|
|
3572
3681
|
return {
|
|
3573
3682
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3683
|
+
statusCode: 'number',
|
|
3574
3684
|
body: DeleteTableThemeResponseBody,
|
|
3575
3685
|
};
|
|
3576
3686
|
}
|
|
@@ -3623,12 +3733,14 @@ class DeployDISyncTaskResponse extends $tea.Model {
|
|
|
3623
3733
|
static names() {
|
|
3624
3734
|
return {
|
|
3625
3735
|
headers: 'headers',
|
|
3736
|
+
statusCode: 'statusCode',
|
|
3626
3737
|
body: 'body',
|
|
3627
3738
|
};
|
|
3628
3739
|
}
|
|
3629
3740
|
static types() {
|
|
3630
3741
|
return {
|
|
3631
3742
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3743
|
+
statusCode: 'number',
|
|
3632
3744
|
body: DeployDISyncTaskResponseBody,
|
|
3633
3745
|
};
|
|
3634
3746
|
}
|
|
@@ -3691,12 +3803,14 @@ class DeployFileResponse extends $tea.Model {
|
|
|
3691
3803
|
static names() {
|
|
3692
3804
|
return {
|
|
3693
3805
|
headers: 'headers',
|
|
3806
|
+
statusCode: 'statusCode',
|
|
3694
3807
|
body: 'body',
|
|
3695
3808
|
};
|
|
3696
3809
|
}
|
|
3697
3810
|
static types() {
|
|
3698
3811
|
return {
|
|
3699
3812
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3813
|
+
statusCode: 'number',
|
|
3700
3814
|
body: DeployFileResponseBody,
|
|
3701
3815
|
};
|
|
3702
3816
|
}
|
|
@@ -3745,12 +3859,14 @@ class DesensitizeDataResponse extends $tea.Model {
|
|
|
3745
3859
|
static names() {
|
|
3746
3860
|
return {
|
|
3747
3861
|
headers: 'headers',
|
|
3862
|
+
statusCode: 'statusCode',
|
|
3748
3863
|
body: 'body',
|
|
3749
3864
|
};
|
|
3750
3865
|
}
|
|
3751
3866
|
static types() {
|
|
3752
3867
|
return {
|
|
3753
3868
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3869
|
+
statusCode: 'number',
|
|
3754
3870
|
body: DesensitizeDataResponseBody,
|
|
3755
3871
|
};
|
|
3756
3872
|
}
|
|
@@ -3811,12 +3927,14 @@ class EstablishRelationTableToBusinessResponse extends $tea.Model {
|
|
|
3811
3927
|
static names() {
|
|
3812
3928
|
return {
|
|
3813
3929
|
headers: 'headers',
|
|
3930
|
+
statusCode: 'statusCode',
|
|
3814
3931
|
body: 'body',
|
|
3815
3932
|
};
|
|
3816
3933
|
}
|
|
3817
3934
|
static types() {
|
|
3818
3935
|
return {
|
|
3819
3936
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
3937
|
+
statusCode: 'number',
|
|
3820
3938
|
body: EstablishRelationTableToBusinessResponseBody,
|
|
3821
3939
|
};
|
|
3822
3940
|
}
|
|
@@ -3879,12 +3997,14 @@ class ExportDataSourcesResponse extends $tea.Model {
|
|
|
3879
3997
|
static names() {
|
|
3880
3998
|
return {
|
|
3881
3999
|
headers: 'headers',
|
|
4000
|
+
statusCode: 'statusCode',
|
|
3882
4001
|
body: 'body',
|
|
3883
4002
|
};
|
|
3884
4003
|
}
|
|
3885
4004
|
static types() {
|
|
3886
4005
|
return {
|
|
3887
4006
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4007
|
+
statusCode: 'number',
|
|
3888
4008
|
body: ExportDataSourcesResponseBody,
|
|
3889
4009
|
};
|
|
3890
4010
|
}
|
|
@@ -3939,12 +4059,14 @@ class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Model {
|
|
|
3939
4059
|
static names() {
|
|
3940
4060
|
return {
|
|
3941
4061
|
headers: 'headers',
|
|
4062
|
+
statusCode: 'statusCode',
|
|
3942
4063
|
body: 'body',
|
|
3943
4064
|
};
|
|
3944
4065
|
}
|
|
3945
4066
|
static types() {
|
|
3946
4067
|
return {
|
|
3947
4068
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4069
|
+
statusCode: 'number',
|
|
3948
4070
|
body: GenerateDISyncTaskConfigForCreatingResponseBody,
|
|
3949
4071
|
};
|
|
3950
4072
|
}
|
|
@@ -4001,12 +4123,14 @@ class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Model {
|
|
|
4001
4123
|
static names() {
|
|
4002
4124
|
return {
|
|
4003
4125
|
headers: 'headers',
|
|
4126
|
+
statusCode: 'statusCode',
|
|
4004
4127
|
body: 'body',
|
|
4005
4128
|
};
|
|
4006
4129
|
}
|
|
4007
4130
|
static types() {
|
|
4008
4131
|
return {
|
|
4009
4132
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4133
|
+
statusCode: 'number',
|
|
4010
4134
|
body: GenerateDISyncTaskConfigForUpdatingResponseBody,
|
|
4011
4135
|
};
|
|
4012
4136
|
}
|
|
@@ -4061,12 +4185,14 @@ class GetBaselineConfigResponse extends $tea.Model {
|
|
|
4061
4185
|
static names() {
|
|
4062
4186
|
return {
|
|
4063
4187
|
headers: 'headers',
|
|
4188
|
+
statusCode: 'statusCode',
|
|
4064
4189
|
body: 'body',
|
|
4065
4190
|
};
|
|
4066
4191
|
}
|
|
4067
4192
|
static types() {
|
|
4068
4193
|
return {
|
|
4069
4194
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4195
|
+
statusCode: 'number',
|
|
4070
4196
|
body: GetBaselineConfigResponseBody,
|
|
4071
4197
|
};
|
|
4072
4198
|
}
|
|
@@ -4125,12 +4251,14 @@ class GetBaselineKeyPathResponse extends $tea.Model {
|
|
|
4125
4251
|
static names() {
|
|
4126
4252
|
return {
|
|
4127
4253
|
headers: 'headers',
|
|
4254
|
+
statusCode: 'statusCode',
|
|
4128
4255
|
body: 'body',
|
|
4129
4256
|
};
|
|
4130
4257
|
}
|
|
4131
4258
|
static types() {
|
|
4132
4259
|
return {
|
|
4133
4260
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4261
|
+
statusCode: 'number',
|
|
4134
4262
|
body: GetBaselineKeyPathResponseBody,
|
|
4135
4263
|
};
|
|
4136
4264
|
}
|
|
@@ -4189,12 +4317,14 @@ class GetBaselineStatusResponse extends $tea.Model {
|
|
|
4189
4317
|
static names() {
|
|
4190
4318
|
return {
|
|
4191
4319
|
headers: 'headers',
|
|
4320
|
+
statusCode: 'statusCode',
|
|
4192
4321
|
body: 'body',
|
|
4193
4322
|
};
|
|
4194
4323
|
}
|
|
4195
4324
|
static types() {
|
|
4196
4325
|
return {
|
|
4197
4326
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4327
|
+
statusCode: 'number',
|
|
4198
4328
|
body: GetBaselineStatusResponseBody,
|
|
4199
4329
|
};
|
|
4200
4330
|
}
|
|
@@ -4253,12 +4383,14 @@ class GetBusinessResponse extends $tea.Model {
|
|
|
4253
4383
|
static names() {
|
|
4254
4384
|
return {
|
|
4255
4385
|
headers: 'headers',
|
|
4386
|
+
statusCode: 'statusCode',
|
|
4256
4387
|
body: 'body',
|
|
4257
4388
|
};
|
|
4258
4389
|
}
|
|
4259
4390
|
static types() {
|
|
4260
4391
|
return {
|
|
4261
4392
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4393
|
+
statusCode: 'number',
|
|
4262
4394
|
body: GetBusinessResponseBody,
|
|
4263
4395
|
};
|
|
4264
4396
|
}
|
|
@@ -4305,12 +4437,14 @@ class GetDDLJobStatusResponse extends $tea.Model {
|
|
|
4305
4437
|
static names() {
|
|
4306
4438
|
return {
|
|
4307
4439
|
headers: 'headers',
|
|
4440
|
+
statusCode: 'statusCode',
|
|
4308
4441
|
body: 'body',
|
|
4309
4442
|
};
|
|
4310
4443
|
}
|
|
4311
4444
|
static types() {
|
|
4312
4445
|
return {
|
|
4313
4446
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4447
|
+
statusCode: 'number',
|
|
4314
4448
|
body: GetDDLJobStatusResponseBody,
|
|
4315
4449
|
};
|
|
4316
4450
|
}
|
|
@@ -4363,12 +4497,14 @@ class GetDISyncInstanceInfoResponse extends $tea.Model {
|
|
|
4363
4497
|
static names() {
|
|
4364
4498
|
return {
|
|
4365
4499
|
headers: 'headers',
|
|
4500
|
+
statusCode: 'statusCode',
|
|
4366
4501
|
body: 'body',
|
|
4367
4502
|
};
|
|
4368
4503
|
}
|
|
4369
4504
|
static types() {
|
|
4370
4505
|
return {
|
|
4371
4506
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4507
|
+
statusCode: 'number',
|
|
4372
4508
|
body: GetDISyncInstanceInfoResponseBody,
|
|
4373
4509
|
};
|
|
4374
4510
|
}
|
|
@@ -4421,12 +4557,14 @@ class GetDISyncTaskResponse extends $tea.Model {
|
|
|
4421
4557
|
static names() {
|
|
4422
4558
|
return {
|
|
4423
4559
|
headers: 'headers',
|
|
4560
|
+
statusCode: 'statusCode',
|
|
4424
4561
|
body: 'body',
|
|
4425
4562
|
};
|
|
4426
4563
|
}
|
|
4427
4564
|
static types() {
|
|
4428
4565
|
return {
|
|
4429
4566
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4567
|
+
statusCode: 'number',
|
|
4430
4568
|
body: GetDISyncTaskResponseBody,
|
|
4431
4569
|
};
|
|
4432
4570
|
}
|
|
@@ -4481,12 +4619,14 @@ class GetDISyncTaskMetricInfoResponse extends $tea.Model {
|
|
|
4481
4619
|
static names() {
|
|
4482
4620
|
return {
|
|
4483
4621
|
headers: 'headers',
|
|
4622
|
+
statusCode: 'statusCode',
|
|
4484
4623
|
body: 'body',
|
|
4485
4624
|
};
|
|
4486
4625
|
}
|
|
4487
4626
|
static types() {
|
|
4488
4627
|
return {
|
|
4489
4628
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4629
|
+
statusCode: 'number',
|
|
4490
4630
|
body: GetDISyncTaskMetricInfoResponseBody,
|
|
4491
4631
|
};
|
|
4492
4632
|
}
|
|
@@ -4543,12 +4683,14 @@ class GetDagResponse extends $tea.Model {
|
|
|
4543
4683
|
static names() {
|
|
4544
4684
|
return {
|
|
4545
4685
|
headers: 'headers',
|
|
4686
|
+
statusCode: 'statusCode',
|
|
4546
4687
|
body: 'body',
|
|
4547
4688
|
};
|
|
4548
4689
|
}
|
|
4549
4690
|
static types() {
|
|
4550
4691
|
return {
|
|
4551
4692
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4693
|
+
statusCode: 'number',
|
|
4552
4694
|
body: GetDagResponseBody,
|
|
4553
4695
|
};
|
|
4554
4696
|
}
|
|
@@ -4607,12 +4749,14 @@ class GetDataServiceApiResponse extends $tea.Model {
|
|
|
4607
4749
|
static names() {
|
|
4608
4750
|
return {
|
|
4609
4751
|
headers: 'headers',
|
|
4752
|
+
statusCode: 'statusCode',
|
|
4610
4753
|
body: 'body',
|
|
4611
4754
|
};
|
|
4612
4755
|
}
|
|
4613
4756
|
static types() {
|
|
4614
4757
|
return {
|
|
4615
4758
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4759
|
+
statusCode: 'number',
|
|
4616
4760
|
body: GetDataServiceApiResponseBody,
|
|
4617
4761
|
};
|
|
4618
4762
|
}
|
|
@@ -4671,12 +4815,14 @@ class GetDataServiceApplicationResponse extends $tea.Model {
|
|
|
4671
4815
|
static names() {
|
|
4672
4816
|
return {
|
|
4673
4817
|
headers: 'headers',
|
|
4818
|
+
statusCode: 'statusCode',
|
|
4674
4819
|
body: 'body',
|
|
4675
4820
|
};
|
|
4676
4821
|
}
|
|
4677
4822
|
static types() {
|
|
4678
4823
|
return {
|
|
4679
4824
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4825
|
+
statusCode: 'number',
|
|
4680
4826
|
body: GetDataServiceApplicationResponseBody,
|
|
4681
4827
|
};
|
|
4682
4828
|
}
|
|
@@ -4727,12 +4873,14 @@ class GetDataServiceFolderResponse extends $tea.Model {
|
|
|
4727
4873
|
static names() {
|
|
4728
4874
|
return {
|
|
4729
4875
|
headers: 'headers',
|
|
4876
|
+
statusCode: 'statusCode',
|
|
4730
4877
|
body: 'body',
|
|
4731
4878
|
};
|
|
4732
4879
|
}
|
|
4733
4880
|
static types() {
|
|
4734
4881
|
return {
|
|
4735
4882
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4883
|
+
statusCode: 'number',
|
|
4736
4884
|
body: GetDataServiceFolderResponseBody,
|
|
4737
4885
|
};
|
|
4738
4886
|
}
|
|
@@ -4783,12 +4931,14 @@ class GetDataServiceGroupResponse extends $tea.Model {
|
|
|
4783
4931
|
static names() {
|
|
4784
4932
|
return {
|
|
4785
4933
|
headers: 'headers',
|
|
4934
|
+
statusCode: 'statusCode',
|
|
4786
4935
|
body: 'body',
|
|
4787
4936
|
};
|
|
4788
4937
|
}
|
|
4789
4938
|
static types() {
|
|
4790
4939
|
return {
|
|
4791
4940
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
4941
|
+
statusCode: 'number',
|
|
4792
4942
|
body: GetDataServiceGroupResponseBody,
|
|
4793
4943
|
};
|
|
4794
4944
|
}
|
|
@@ -4847,12 +4997,14 @@ class GetDataServicePublishedApiResponse extends $tea.Model {
|
|
|
4847
4997
|
static names() {
|
|
4848
4998
|
return {
|
|
4849
4999
|
headers: 'headers',
|
|
5000
|
+
statusCode: 'statusCode',
|
|
4850
5001
|
body: 'body',
|
|
4851
5002
|
};
|
|
4852
5003
|
}
|
|
4853
5004
|
static types() {
|
|
4854
5005
|
return {
|
|
4855
5006
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5007
|
+
statusCode: 'number',
|
|
4856
5008
|
body: GetDataServicePublishedApiResponseBody,
|
|
4857
5009
|
};
|
|
4858
5010
|
}
|
|
@@ -4909,12 +5061,14 @@ class GetDataSourceMetaResponse extends $tea.Model {
|
|
|
4909
5061
|
static names() {
|
|
4910
5062
|
return {
|
|
4911
5063
|
headers: 'headers',
|
|
5064
|
+
statusCode: 'statusCode',
|
|
4912
5065
|
body: 'body',
|
|
4913
5066
|
};
|
|
4914
5067
|
}
|
|
4915
5068
|
static types() {
|
|
4916
5069
|
return {
|
|
4917
5070
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5071
|
+
statusCode: 'number',
|
|
4918
5072
|
body: GetDataSourceMetaResponseBody,
|
|
4919
5073
|
};
|
|
4920
5074
|
}
|
|
@@ -4973,17 +5127,73 @@ class GetDeploymentResponse extends $tea.Model {
|
|
|
4973
5127
|
static names() {
|
|
4974
5128
|
return {
|
|
4975
5129
|
headers: 'headers',
|
|
5130
|
+
statusCode: 'statusCode',
|
|
4976
5131
|
body: 'body',
|
|
4977
5132
|
};
|
|
4978
5133
|
}
|
|
4979
5134
|
static types() {
|
|
4980
5135
|
return {
|
|
4981
5136
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5137
|
+
statusCode: 'number',
|
|
4982
5138
|
body: GetDeploymentResponseBody,
|
|
4983
5139
|
};
|
|
4984
5140
|
}
|
|
4985
5141
|
}
|
|
4986
5142
|
exports.GetDeploymentResponse = GetDeploymentResponse;
|
|
5143
|
+
class GetExtensionRequest extends $tea.Model {
|
|
5144
|
+
constructor(map) {
|
|
5145
|
+
super(map);
|
|
5146
|
+
}
|
|
5147
|
+
static names() {
|
|
5148
|
+
return {
|
|
5149
|
+
extensionCode: 'ExtensionCode',
|
|
5150
|
+
};
|
|
5151
|
+
}
|
|
5152
|
+
static types() {
|
|
5153
|
+
return {
|
|
5154
|
+
extensionCode: 'string',
|
|
5155
|
+
};
|
|
5156
|
+
}
|
|
5157
|
+
}
|
|
5158
|
+
exports.GetExtensionRequest = GetExtensionRequest;
|
|
5159
|
+
class GetExtensionResponseBody extends $tea.Model {
|
|
5160
|
+
constructor(map) {
|
|
5161
|
+
super(map);
|
|
5162
|
+
}
|
|
5163
|
+
static names() {
|
|
5164
|
+
return {
|
|
5165
|
+
extension: 'Extension',
|
|
5166
|
+
requestId: 'RequestId',
|
|
5167
|
+
};
|
|
5168
|
+
}
|
|
5169
|
+
static types() {
|
|
5170
|
+
return {
|
|
5171
|
+
extension: GetExtensionResponseBodyExtension,
|
|
5172
|
+
requestId: 'string',
|
|
5173
|
+
};
|
|
5174
|
+
}
|
|
5175
|
+
}
|
|
5176
|
+
exports.GetExtensionResponseBody = GetExtensionResponseBody;
|
|
5177
|
+
class GetExtensionResponse extends $tea.Model {
|
|
5178
|
+
constructor(map) {
|
|
5179
|
+
super(map);
|
|
5180
|
+
}
|
|
5181
|
+
static names() {
|
|
5182
|
+
return {
|
|
5183
|
+
headers: 'headers',
|
|
5184
|
+
statusCode: 'statusCode',
|
|
5185
|
+
body: 'body',
|
|
5186
|
+
};
|
|
5187
|
+
}
|
|
5188
|
+
static types() {
|
|
5189
|
+
return {
|
|
5190
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5191
|
+
statusCode: 'number',
|
|
5192
|
+
body: GetExtensionResponseBody,
|
|
5193
|
+
};
|
|
5194
|
+
}
|
|
5195
|
+
}
|
|
5196
|
+
exports.GetExtensionResponse = GetExtensionResponse;
|
|
4987
5197
|
class GetFileRequest extends $tea.Model {
|
|
4988
5198
|
constructor(map) {
|
|
4989
5199
|
super(map);
|
|
@@ -5039,12 +5249,14 @@ class GetFileResponse extends $tea.Model {
|
|
|
5039
5249
|
static names() {
|
|
5040
5250
|
return {
|
|
5041
5251
|
headers: 'headers',
|
|
5252
|
+
statusCode: 'statusCode',
|
|
5042
5253
|
body: 'body',
|
|
5043
5254
|
};
|
|
5044
5255
|
}
|
|
5045
5256
|
static types() {
|
|
5046
5257
|
return {
|
|
5047
5258
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5259
|
+
statusCode: 'number',
|
|
5048
5260
|
body: GetFileResponseBody,
|
|
5049
5261
|
};
|
|
5050
5262
|
}
|
|
@@ -5093,12 +5305,14 @@ class GetFileTypeStatisticResponse extends $tea.Model {
|
|
|
5093
5305
|
static names() {
|
|
5094
5306
|
return {
|
|
5095
5307
|
headers: 'headers',
|
|
5308
|
+
statusCode: 'statusCode',
|
|
5096
5309
|
body: 'body',
|
|
5097
5310
|
};
|
|
5098
5311
|
}
|
|
5099
5312
|
static types() {
|
|
5100
5313
|
return {
|
|
5101
5314
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5315
|
+
statusCode: 'number',
|
|
5102
5316
|
body: GetFileTypeStatisticResponseBody,
|
|
5103
5317
|
};
|
|
5104
5318
|
}
|
|
@@ -5159,12 +5373,14 @@ class GetFileVersionResponse extends $tea.Model {
|
|
|
5159
5373
|
static names() {
|
|
5160
5374
|
return {
|
|
5161
5375
|
headers: 'headers',
|
|
5376
|
+
statusCode: 'statusCode',
|
|
5162
5377
|
body: 'body',
|
|
5163
5378
|
};
|
|
5164
5379
|
}
|
|
5165
5380
|
static types() {
|
|
5166
5381
|
return {
|
|
5167
5382
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5383
|
+
statusCode: 'number',
|
|
5168
5384
|
body: GetFileVersionResponseBody,
|
|
5169
5385
|
};
|
|
5170
5386
|
}
|
|
@@ -5225,12 +5441,14 @@ class GetFolderResponse extends $tea.Model {
|
|
|
5225
5441
|
static names() {
|
|
5226
5442
|
return {
|
|
5227
5443
|
headers: 'headers',
|
|
5444
|
+
statusCode: 'statusCode',
|
|
5228
5445
|
body: 'body',
|
|
5229
5446
|
};
|
|
5230
5447
|
}
|
|
5231
5448
|
static types() {
|
|
5232
5449
|
return {
|
|
5233
5450
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5451
|
+
statusCode: 'number',
|
|
5234
5452
|
body: GetFolderResponseBody,
|
|
5235
5453
|
};
|
|
5236
5454
|
}
|
|
@@ -5279,12 +5497,14 @@ class GetIDEEventDetailResponse extends $tea.Model {
|
|
|
5279
5497
|
static names() {
|
|
5280
5498
|
return {
|
|
5281
5499
|
headers: 'headers',
|
|
5500
|
+
statusCode: 'statusCode',
|
|
5282
5501
|
body: 'body',
|
|
5283
5502
|
};
|
|
5284
5503
|
}
|
|
5285
5504
|
static types() {
|
|
5286
5505
|
return {
|
|
5287
5506
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5507
|
+
statusCode: 'number',
|
|
5288
5508
|
body: GetIDEEventDetailResponseBody,
|
|
5289
5509
|
};
|
|
5290
5510
|
}
|
|
@@ -5341,12 +5561,14 @@ class GetInstanceResponse extends $tea.Model {
|
|
|
5341
5561
|
static names() {
|
|
5342
5562
|
return {
|
|
5343
5563
|
headers: 'headers',
|
|
5564
|
+
statusCode: 'statusCode',
|
|
5344
5565
|
body: 'body',
|
|
5345
5566
|
};
|
|
5346
5567
|
}
|
|
5347
5568
|
static types() {
|
|
5348
5569
|
return {
|
|
5349
5570
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5571
|
+
statusCode: 'number',
|
|
5350
5572
|
body: GetInstanceResponseBody,
|
|
5351
5573
|
};
|
|
5352
5574
|
}
|
|
@@ -5395,12 +5617,14 @@ class GetInstanceConsumeTimeRankResponse extends $tea.Model {
|
|
|
5395
5617
|
static names() {
|
|
5396
5618
|
return {
|
|
5397
5619
|
headers: 'headers',
|
|
5620
|
+
statusCode: 'statusCode',
|
|
5398
5621
|
body: 'body',
|
|
5399
5622
|
};
|
|
5400
5623
|
}
|
|
5401
5624
|
static types() {
|
|
5402
5625
|
return {
|
|
5403
5626
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5627
|
+
statusCode: 'number',
|
|
5404
5628
|
body: GetInstanceConsumeTimeRankResponseBody,
|
|
5405
5629
|
};
|
|
5406
5630
|
}
|
|
@@ -5451,12 +5675,14 @@ class GetInstanceCountTrendResponse 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: GetInstanceCountTrendResponseBody,
|
|
5461
5687
|
};
|
|
5462
5688
|
}
|
|
@@ -5503,12 +5729,14 @@ class GetInstanceErrorRankResponse extends $tea.Model {
|
|
|
5503
5729
|
static names() {
|
|
5504
5730
|
return {
|
|
5505
5731
|
headers: 'headers',
|
|
5732
|
+
statusCode: 'statusCode',
|
|
5506
5733
|
body: 'body',
|
|
5507
5734
|
};
|
|
5508
5735
|
}
|
|
5509
5736
|
static types() {
|
|
5510
5737
|
return {
|
|
5511
5738
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5739
|
+
statusCode: 'number',
|
|
5512
5740
|
body: GetInstanceErrorRankResponseBody,
|
|
5513
5741
|
};
|
|
5514
5742
|
}
|
|
@@ -5565,12 +5793,14 @@ class GetInstanceLogResponse extends $tea.Model {
|
|
|
5565
5793
|
static names() {
|
|
5566
5794
|
return {
|
|
5567
5795
|
headers: 'headers',
|
|
5796
|
+
statusCode: 'statusCode',
|
|
5568
5797
|
body: 'body',
|
|
5569
5798
|
};
|
|
5570
5799
|
}
|
|
5571
5800
|
static types() {
|
|
5572
5801
|
return {
|
|
5573
5802
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5803
|
+
statusCode: 'number',
|
|
5574
5804
|
body: GetInstanceLogResponseBody,
|
|
5575
5805
|
};
|
|
5576
5806
|
}
|
|
@@ -5621,12 +5851,14 @@ class GetInstanceStatusCountResponse 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: GetInstanceStatusCountResponseBody,
|
|
5631
5863
|
};
|
|
5632
5864
|
}
|
|
@@ -5681,12 +5913,14 @@ class GetInstanceStatusStatisticResponse extends $tea.Model {
|
|
|
5681
5913
|
static names() {
|
|
5682
5914
|
return {
|
|
5683
5915
|
headers: 'headers',
|
|
5916
|
+
statusCode: 'statusCode',
|
|
5684
5917
|
body: 'body',
|
|
5685
5918
|
};
|
|
5686
5919
|
}
|
|
5687
5920
|
static types() {
|
|
5688
5921
|
return {
|
|
5689
5922
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
5923
|
+
statusCode: 'number',
|
|
5690
5924
|
body: GetInstanceStatusStatisticResponseBody,
|
|
5691
5925
|
};
|
|
5692
5926
|
}
|
|
@@ -5737,12 +5971,14 @@ class GetManualDagInstancesResponse 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: GetManualDagInstancesResponseBody,
|
|
5747
5983
|
};
|
|
5748
5984
|
}
|
|
@@ -5801,12 +6037,14 @@ class GetMetaCategoryResponse extends $tea.Model {
|
|
|
5801
6037
|
static names() {
|
|
5802
6038
|
return {
|
|
5803
6039
|
headers: 'headers',
|
|
6040
|
+
statusCode: 'statusCode',
|
|
5804
6041
|
body: 'body',
|
|
5805
6042
|
};
|
|
5806
6043
|
}
|
|
5807
6044
|
static types() {
|
|
5808
6045
|
return {
|
|
5809
6046
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6047
|
+
statusCode: 'number',
|
|
5810
6048
|
body: GetMetaCategoryResponseBody,
|
|
5811
6049
|
};
|
|
5812
6050
|
}
|
|
@@ -5877,12 +6115,14 @@ class GetMetaColumnLineageResponse extends $tea.Model {
|
|
|
5877
6115
|
static names() {
|
|
5878
6116
|
return {
|
|
5879
6117
|
headers: 'headers',
|
|
6118
|
+
statusCode: 'statusCode',
|
|
5880
6119
|
body: 'body',
|
|
5881
6120
|
};
|
|
5882
6121
|
}
|
|
5883
6122
|
static types() {
|
|
5884
6123
|
return {
|
|
5885
6124
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6125
|
+
statusCode: 'number',
|
|
5886
6126
|
body: GetMetaColumnLineageResponseBody,
|
|
5887
6127
|
};
|
|
5888
6128
|
}
|
|
@@ -5935,12 +6175,14 @@ class GetMetaDBInfoResponse extends $tea.Model {
|
|
|
5935
6175
|
static names() {
|
|
5936
6176
|
return {
|
|
5937
6177
|
headers: 'headers',
|
|
6178
|
+
statusCode: 'statusCode',
|
|
5938
6179
|
body: 'body',
|
|
5939
6180
|
};
|
|
5940
6181
|
}
|
|
5941
6182
|
static types() {
|
|
5942
6183
|
return {
|
|
5943
6184
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6185
|
+
statusCode: 'number',
|
|
5944
6186
|
body: GetMetaDBInfoResponseBody,
|
|
5945
6187
|
};
|
|
5946
6188
|
}
|
|
@@ -5997,12 +6239,14 @@ class GetMetaDBTableListResponse extends $tea.Model {
|
|
|
5997
6239
|
static names() {
|
|
5998
6240
|
return {
|
|
5999
6241
|
headers: 'headers',
|
|
6242
|
+
statusCode: 'statusCode',
|
|
6000
6243
|
body: 'body',
|
|
6001
6244
|
};
|
|
6002
6245
|
}
|
|
6003
6246
|
static types() {
|
|
6004
6247
|
return {
|
|
6005
6248
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6249
|
+
statusCode: 'number',
|
|
6006
6250
|
body: GetMetaDBTableListResponseBody,
|
|
6007
6251
|
};
|
|
6008
6252
|
}
|
|
@@ -6067,12 +6311,14 @@ class GetMetaTableBasicInfoResponse extends $tea.Model {
|
|
|
6067
6311
|
static names() {
|
|
6068
6312
|
return {
|
|
6069
6313
|
headers: 'headers',
|
|
6314
|
+
statusCode: 'statusCode',
|
|
6070
6315
|
body: 'body',
|
|
6071
6316
|
};
|
|
6072
6317
|
}
|
|
6073
6318
|
static types() {
|
|
6074
6319
|
return {
|
|
6075
6320
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6321
|
+
statusCode: 'number',
|
|
6076
6322
|
body: GetMetaTableBasicInfoResponseBody,
|
|
6077
6323
|
};
|
|
6078
6324
|
}
|
|
@@ -6139,12 +6385,14 @@ class GetMetaTableChangeLogResponse extends $tea.Model {
|
|
|
6139
6385
|
static names() {
|
|
6140
6386
|
return {
|
|
6141
6387
|
headers: 'headers',
|
|
6388
|
+
statusCode: 'statusCode',
|
|
6142
6389
|
body: 'body',
|
|
6143
6390
|
};
|
|
6144
6391
|
}
|
|
6145
6392
|
static types() {
|
|
6146
6393
|
return {
|
|
6147
6394
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6395
|
+
statusCode: 'number',
|
|
6148
6396
|
body: GetMetaTableChangeLogResponseBody,
|
|
6149
6397
|
};
|
|
6150
6398
|
}
|
|
@@ -6211,12 +6459,14 @@ class GetMetaTableColumnResponse extends $tea.Model {
|
|
|
6211
6459
|
static names() {
|
|
6212
6460
|
return {
|
|
6213
6461
|
headers: 'headers',
|
|
6462
|
+
statusCode: 'statusCode',
|
|
6214
6463
|
body: 'body',
|
|
6215
6464
|
};
|
|
6216
6465
|
}
|
|
6217
6466
|
static types() {
|
|
6218
6467
|
return {
|
|
6219
6468
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6469
|
+
statusCode: 'number',
|
|
6220
6470
|
body: GetMetaTableColumnResponseBody,
|
|
6221
6471
|
};
|
|
6222
6472
|
}
|
|
@@ -6283,12 +6533,14 @@ class GetMetaTableFullInfoResponse extends $tea.Model {
|
|
|
6283
6533
|
static names() {
|
|
6284
6534
|
return {
|
|
6285
6535
|
headers: 'headers',
|
|
6536
|
+
statusCode: 'statusCode',
|
|
6286
6537
|
body: 'body',
|
|
6287
6538
|
};
|
|
6288
6539
|
}
|
|
6289
6540
|
static types() {
|
|
6290
6541
|
return {
|
|
6291
6542
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6543
|
+
statusCode: 'number',
|
|
6292
6544
|
body: GetMetaTableFullInfoResponseBody,
|
|
6293
6545
|
};
|
|
6294
6546
|
}
|
|
@@ -6345,12 +6597,14 @@ class GetMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
6345
6597
|
static names() {
|
|
6346
6598
|
return {
|
|
6347
6599
|
headers: 'headers',
|
|
6600
|
+
statusCode: 'statusCode',
|
|
6348
6601
|
body: 'body',
|
|
6349
6602
|
};
|
|
6350
6603
|
}
|
|
6351
6604
|
static types() {
|
|
6352
6605
|
return {
|
|
6353
6606
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6607
|
+
statusCode: 'number',
|
|
6354
6608
|
body: GetMetaTableIntroWikiResponseBody,
|
|
6355
6609
|
};
|
|
6356
6610
|
}
|
|
@@ -6419,12 +6673,14 @@ class GetMetaTableLineageResponse extends $tea.Model {
|
|
|
6419
6673
|
static names() {
|
|
6420
6674
|
return {
|
|
6421
6675
|
headers: 'headers',
|
|
6676
|
+
statusCode: 'statusCode',
|
|
6422
6677
|
body: 'body',
|
|
6423
6678
|
};
|
|
6424
6679
|
}
|
|
6425
6680
|
static types() {
|
|
6426
6681
|
return {
|
|
6427
6682
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6683
|
+
statusCode: 'number',
|
|
6428
6684
|
body: GetMetaTableLineageResponseBody,
|
|
6429
6685
|
};
|
|
6430
6686
|
}
|
|
@@ -6483,12 +6739,14 @@ class GetMetaTableListByCategoryResponse extends $tea.Model {
|
|
|
6483
6739
|
static names() {
|
|
6484
6740
|
return {
|
|
6485
6741
|
headers: 'headers',
|
|
6742
|
+
statusCode: 'statusCode',
|
|
6486
6743
|
body: 'body',
|
|
6487
6744
|
};
|
|
6488
6745
|
}
|
|
6489
6746
|
static types() {
|
|
6490
6747
|
return {
|
|
6491
6748
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6749
|
+
statusCode: 'number',
|
|
6492
6750
|
body: GetMetaTableListByCategoryResponseBody,
|
|
6493
6751
|
};
|
|
6494
6752
|
}
|
|
@@ -6551,12 +6809,14 @@ class GetMetaTableOutputResponse extends $tea.Model {
|
|
|
6551
6809
|
static names() {
|
|
6552
6810
|
return {
|
|
6553
6811
|
headers: 'headers',
|
|
6812
|
+
statusCode: 'statusCode',
|
|
6554
6813
|
body: 'body',
|
|
6555
6814
|
};
|
|
6556
6815
|
}
|
|
6557
6816
|
static types() {
|
|
6558
6817
|
return {
|
|
6559
6818
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6819
|
+
statusCode: 'number',
|
|
6560
6820
|
body: GetMetaTableOutputResponseBody,
|
|
6561
6821
|
};
|
|
6562
6822
|
}
|
|
@@ -6623,12 +6883,14 @@ class GetMetaTablePartitionResponse extends $tea.Model {
|
|
|
6623
6883
|
static names() {
|
|
6624
6884
|
return {
|
|
6625
6885
|
headers: 'headers',
|
|
6886
|
+
statusCode: 'statusCode',
|
|
6626
6887
|
body: 'body',
|
|
6627
6888
|
};
|
|
6628
6889
|
}
|
|
6629
6890
|
static types() {
|
|
6630
6891
|
return {
|
|
6631
6892
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6893
|
+
statusCode: 'number',
|
|
6632
6894
|
body: GetMetaTablePartitionResponseBody,
|
|
6633
6895
|
};
|
|
6634
6896
|
}
|
|
@@ -6685,12 +6947,14 @@ class GetMetaTableThemeLevelResponse extends $tea.Model {
|
|
|
6685
6947
|
static names() {
|
|
6686
6948
|
return {
|
|
6687
6949
|
headers: 'headers',
|
|
6950
|
+
statusCode: 'statusCode',
|
|
6688
6951
|
body: 'body',
|
|
6689
6952
|
};
|
|
6690
6953
|
}
|
|
6691
6954
|
static types() {
|
|
6692
6955
|
return {
|
|
6693
6956
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
6957
|
+
statusCode: 'number',
|
|
6694
6958
|
body: GetMetaTableThemeLevelResponseBody,
|
|
6695
6959
|
};
|
|
6696
6960
|
}
|
|
@@ -6747,12 +7011,14 @@ class GetMigrationProcessResponse extends $tea.Model {
|
|
|
6747
7011
|
static names() {
|
|
6748
7012
|
return {
|
|
6749
7013
|
headers: 'headers',
|
|
7014
|
+
statusCode: 'statusCode',
|
|
6750
7015
|
body: 'body',
|
|
6751
7016
|
};
|
|
6752
7017
|
}
|
|
6753
7018
|
static types() {
|
|
6754
7019
|
return {
|
|
6755
7020
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7021
|
+
statusCode: 'number',
|
|
6756
7022
|
body: GetMigrationProcessResponseBody,
|
|
6757
7023
|
};
|
|
6758
7024
|
}
|
|
@@ -6803,12 +7069,14 @@ class GetMigrationSummaryResponse 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: GetMigrationSummaryResponseBody,
|
|
6813
7081
|
};
|
|
6814
7082
|
}
|
|
@@ -6865,12 +7133,14 @@ class GetNodeResponse extends $tea.Model {
|
|
|
6865
7133
|
static names() {
|
|
6866
7134
|
return {
|
|
6867
7135
|
headers: 'headers',
|
|
7136
|
+
statusCode: 'statusCode',
|
|
6868
7137
|
body: 'body',
|
|
6869
7138
|
};
|
|
6870
7139
|
}
|
|
6871
7140
|
static types() {
|
|
6872
7141
|
return {
|
|
6873
7142
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7143
|
+
statusCode: 'number',
|
|
6874
7144
|
body: GetNodeResponseBody,
|
|
6875
7145
|
};
|
|
6876
7146
|
}
|
|
@@ -6927,12 +7197,14 @@ class GetNodeChildrenResponse extends $tea.Model {
|
|
|
6927
7197
|
static names() {
|
|
6928
7198
|
return {
|
|
6929
7199
|
headers: 'headers',
|
|
7200
|
+
statusCode: 'statusCode',
|
|
6930
7201
|
body: 'body',
|
|
6931
7202
|
};
|
|
6932
7203
|
}
|
|
6933
7204
|
static types() {
|
|
6934
7205
|
return {
|
|
6935
7206
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7207
|
+
statusCode: 'number',
|
|
6936
7208
|
body: GetNodeChildrenResponseBody,
|
|
6937
7209
|
};
|
|
6938
7210
|
}
|
|
@@ -6989,12 +7261,14 @@ class GetNodeCodeResponse extends $tea.Model {
|
|
|
6989
7261
|
static names() {
|
|
6990
7262
|
return {
|
|
6991
7263
|
headers: 'headers',
|
|
7264
|
+
statusCode: 'statusCode',
|
|
6992
7265
|
body: 'body',
|
|
6993
7266
|
};
|
|
6994
7267
|
}
|
|
6995
7268
|
static types() {
|
|
6996
7269
|
return {
|
|
6997
7270
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7271
|
+
statusCode: 'number',
|
|
6998
7272
|
body: GetNodeCodeResponseBody,
|
|
6999
7273
|
};
|
|
7000
7274
|
}
|
|
@@ -7049,12 +7323,14 @@ class GetNodeOnBaselineResponse extends $tea.Model {
|
|
|
7049
7323
|
static names() {
|
|
7050
7324
|
return {
|
|
7051
7325
|
headers: 'headers',
|
|
7326
|
+
statusCode: 'statusCode',
|
|
7052
7327
|
body: 'body',
|
|
7053
7328
|
};
|
|
7054
7329
|
}
|
|
7055
7330
|
static types() {
|
|
7056
7331
|
return {
|
|
7057
7332
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7333
|
+
statusCode: 'number',
|
|
7058
7334
|
body: GetNodeOnBaselineResponseBody,
|
|
7059
7335
|
};
|
|
7060
7336
|
}
|
|
@@ -7111,12 +7387,14 @@ class GetNodeParentsResponse extends $tea.Model {
|
|
|
7111
7387
|
static names() {
|
|
7112
7388
|
return {
|
|
7113
7389
|
headers: 'headers',
|
|
7390
|
+
statusCode: 'statusCode',
|
|
7114
7391
|
body: 'body',
|
|
7115
7392
|
};
|
|
7116
7393
|
}
|
|
7117
7394
|
static types() {
|
|
7118
7395
|
return {
|
|
7119
7396
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7397
|
+
statusCode: 'number',
|
|
7120
7398
|
body: GetNodeParentsResponseBody,
|
|
7121
7399
|
};
|
|
7122
7400
|
}
|
|
@@ -7173,12 +7451,14 @@ class GetNodeTypeListInfoResponse extends $tea.Model {
|
|
|
7173
7451
|
static names() {
|
|
7174
7452
|
return {
|
|
7175
7453
|
headers: 'headers',
|
|
7454
|
+
statusCode: 'statusCode',
|
|
7176
7455
|
body: 'body',
|
|
7177
7456
|
};
|
|
7178
7457
|
}
|
|
7179
7458
|
static types() {
|
|
7180
7459
|
return {
|
|
7181
7460
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7461
|
+
statusCode: 'number',
|
|
7182
7462
|
body: GetNodeTypeListInfoResponseBody,
|
|
7183
7463
|
};
|
|
7184
7464
|
}
|
|
@@ -7233,12 +7513,14 @@ class GetOpRiskDataResponse extends $tea.Model {
|
|
|
7233
7513
|
static names() {
|
|
7234
7514
|
return {
|
|
7235
7515
|
headers: 'headers',
|
|
7516
|
+
statusCode: 'statusCode',
|
|
7236
7517
|
body: 'body',
|
|
7237
7518
|
};
|
|
7238
7519
|
}
|
|
7239
7520
|
static types() {
|
|
7240
7521
|
return {
|
|
7241
7522
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7523
|
+
statusCode: 'number',
|
|
7242
7524
|
body: GetOpRiskDataResponseBody,
|
|
7243
7525
|
};
|
|
7244
7526
|
}
|
|
@@ -7293,17 +7575,75 @@ class GetOpSensitiveDataResponse extends $tea.Model {
|
|
|
7293
7575
|
static names() {
|
|
7294
7576
|
return {
|
|
7295
7577
|
headers: 'headers',
|
|
7578
|
+
statusCode: 'statusCode',
|
|
7296
7579
|
body: 'body',
|
|
7297
7580
|
};
|
|
7298
7581
|
}
|
|
7299
7582
|
static types() {
|
|
7300
7583
|
return {
|
|
7301
7584
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7585
|
+
statusCode: 'number',
|
|
7302
7586
|
body: GetOpSensitiveDataResponseBody,
|
|
7303
7587
|
};
|
|
7304
7588
|
}
|
|
7305
7589
|
}
|
|
7306
7590
|
exports.GetOpSensitiveDataResponse = GetOpSensitiveDataResponse;
|
|
7591
|
+
class GetOptionValueForProjectRequest extends $tea.Model {
|
|
7592
|
+
constructor(map) {
|
|
7593
|
+
super(map);
|
|
7594
|
+
}
|
|
7595
|
+
static names() {
|
|
7596
|
+
return {
|
|
7597
|
+
extensionCode: 'ExtensionCode',
|
|
7598
|
+
projectId: 'ProjectId',
|
|
7599
|
+
};
|
|
7600
|
+
}
|
|
7601
|
+
static types() {
|
|
7602
|
+
return {
|
|
7603
|
+
extensionCode: 'string',
|
|
7604
|
+
projectId: 'string',
|
|
7605
|
+
};
|
|
7606
|
+
}
|
|
7607
|
+
}
|
|
7608
|
+
exports.GetOptionValueForProjectRequest = GetOptionValueForProjectRequest;
|
|
7609
|
+
class GetOptionValueForProjectResponseBody extends $tea.Model {
|
|
7610
|
+
constructor(map) {
|
|
7611
|
+
super(map);
|
|
7612
|
+
}
|
|
7613
|
+
static names() {
|
|
7614
|
+
return {
|
|
7615
|
+
optionValue: 'OptionValue',
|
|
7616
|
+
requestId: 'RequestId',
|
|
7617
|
+
};
|
|
7618
|
+
}
|
|
7619
|
+
static types() {
|
|
7620
|
+
return {
|
|
7621
|
+
optionValue: 'string',
|
|
7622
|
+
requestId: 'string',
|
|
7623
|
+
};
|
|
7624
|
+
}
|
|
7625
|
+
}
|
|
7626
|
+
exports.GetOptionValueForProjectResponseBody = GetOptionValueForProjectResponseBody;
|
|
7627
|
+
class GetOptionValueForProjectResponse extends $tea.Model {
|
|
7628
|
+
constructor(map) {
|
|
7629
|
+
super(map);
|
|
7630
|
+
}
|
|
7631
|
+
static names() {
|
|
7632
|
+
return {
|
|
7633
|
+
headers: 'headers',
|
|
7634
|
+
statusCode: 'statusCode',
|
|
7635
|
+
body: 'body',
|
|
7636
|
+
};
|
|
7637
|
+
}
|
|
7638
|
+
static types() {
|
|
7639
|
+
return {
|
|
7640
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7641
|
+
statusCode: 'number',
|
|
7642
|
+
body: GetOptionValueForProjectResponseBody,
|
|
7643
|
+
};
|
|
7644
|
+
}
|
|
7645
|
+
}
|
|
7646
|
+
exports.GetOptionValueForProjectResponse = GetOptionValueForProjectResponse;
|
|
7307
7647
|
class GetPermissionApplyOrderDetailRequest extends $tea.Model {
|
|
7308
7648
|
constructor(map) {
|
|
7309
7649
|
super(map);
|
|
@@ -7345,12 +7685,14 @@ class GetPermissionApplyOrderDetailResponse extends $tea.Model {
|
|
|
7345
7685
|
static names() {
|
|
7346
7686
|
return {
|
|
7347
7687
|
headers: 'headers',
|
|
7688
|
+
statusCode: 'statusCode',
|
|
7348
7689
|
body: 'body',
|
|
7349
7690
|
};
|
|
7350
7691
|
}
|
|
7351
7692
|
static types() {
|
|
7352
7693
|
return {
|
|
7353
7694
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7695
|
+
statusCode: 'number',
|
|
7354
7696
|
body: GetPermissionApplyOrderDetailResponseBody,
|
|
7355
7697
|
};
|
|
7356
7698
|
}
|
|
@@ -7401,12 +7743,14 @@ class GetProjectResponse extends $tea.Model {
|
|
|
7401
7743
|
static names() {
|
|
7402
7744
|
return {
|
|
7403
7745
|
headers: 'headers',
|
|
7746
|
+
statusCode: 'statusCode',
|
|
7404
7747
|
body: 'body',
|
|
7405
7748
|
};
|
|
7406
7749
|
}
|
|
7407
7750
|
static types() {
|
|
7408
7751
|
return {
|
|
7409
7752
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7753
|
+
statusCode: 'number',
|
|
7410
7754
|
body: GetProjectResponseBody,
|
|
7411
7755
|
};
|
|
7412
7756
|
}
|
|
@@ -7457,12 +7801,14 @@ class GetProjectDetailResponse extends $tea.Model {
|
|
|
7457
7801
|
static names() {
|
|
7458
7802
|
return {
|
|
7459
7803
|
headers: 'headers',
|
|
7804
|
+
statusCode: 'statusCode',
|
|
7460
7805
|
body: 'body',
|
|
7461
7806
|
};
|
|
7462
7807
|
}
|
|
7463
7808
|
static types() {
|
|
7464
7809
|
return {
|
|
7465
7810
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7811
|
+
statusCode: 'number',
|
|
7466
7812
|
body: GetProjectDetailResponseBody,
|
|
7467
7813
|
};
|
|
7468
7814
|
}
|
|
@@ -7523,12 +7869,14 @@ class GetQualityEntityResponse extends $tea.Model {
|
|
|
7523
7869
|
static names() {
|
|
7524
7870
|
return {
|
|
7525
7871
|
headers: 'headers',
|
|
7872
|
+
statusCode: 'statusCode',
|
|
7526
7873
|
body: 'body',
|
|
7527
7874
|
};
|
|
7528
7875
|
}
|
|
7529
7876
|
static types() {
|
|
7530
7877
|
return {
|
|
7531
7878
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7879
|
+
statusCode: 'number',
|
|
7532
7880
|
body: GetQualityEntityResponseBody,
|
|
7533
7881
|
};
|
|
7534
7882
|
}
|
|
@@ -7585,12 +7933,14 @@ class GetQualityFollowerResponse extends $tea.Model {
|
|
|
7585
7933
|
static names() {
|
|
7586
7934
|
return {
|
|
7587
7935
|
headers: 'headers',
|
|
7936
|
+
statusCode: 'statusCode',
|
|
7588
7937
|
body: 'body',
|
|
7589
7938
|
};
|
|
7590
7939
|
}
|
|
7591
7940
|
static types() {
|
|
7592
7941
|
return {
|
|
7593
7942
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
7943
|
+
statusCode: 'number',
|
|
7594
7944
|
body: GetQualityFollowerResponseBody,
|
|
7595
7945
|
};
|
|
7596
7946
|
}
|
|
@@ -7647,12 +7997,14 @@ class GetQualityRuleResponse extends $tea.Model {
|
|
|
7647
7997
|
static names() {
|
|
7648
7998
|
return {
|
|
7649
7999
|
headers: 'headers',
|
|
8000
|
+
statusCode: 'statusCode',
|
|
7650
8001
|
body: 'body',
|
|
7651
8002
|
};
|
|
7652
8003
|
}
|
|
7653
8004
|
static types() {
|
|
7654
8005
|
return {
|
|
7655
8006
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8007
|
+
statusCode: 'number',
|
|
7656
8008
|
body: GetQualityRuleResponseBody,
|
|
7657
8009
|
};
|
|
7658
8010
|
}
|
|
@@ -7707,12 +8059,14 @@ class GetRemindResponse extends $tea.Model {
|
|
|
7707
8059
|
static names() {
|
|
7708
8060
|
return {
|
|
7709
8061
|
headers: 'headers',
|
|
8062
|
+
statusCode: 'statusCode',
|
|
7710
8063
|
body: 'body',
|
|
7711
8064
|
};
|
|
7712
8065
|
}
|
|
7713
8066
|
static types() {
|
|
7714
8067
|
return {
|
|
7715
8068
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8069
|
+
statusCode: 'number',
|
|
7716
8070
|
body: GetRemindResponseBody,
|
|
7717
8071
|
};
|
|
7718
8072
|
}
|
|
@@ -7763,12 +8117,14 @@ class GetSensitiveDataResponse extends $tea.Model {
|
|
|
7763
8117
|
static names() {
|
|
7764
8118
|
return {
|
|
7765
8119
|
headers: 'headers',
|
|
8120
|
+
statusCode: 'statusCode',
|
|
7766
8121
|
body: 'body',
|
|
7767
8122
|
};
|
|
7768
8123
|
}
|
|
7769
8124
|
static types() {
|
|
7770
8125
|
return {
|
|
7771
8126
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8127
|
+
statusCode: 'number',
|
|
7772
8128
|
body: GetSensitiveDataResponseBody,
|
|
7773
8129
|
};
|
|
7774
8130
|
}
|
|
@@ -7815,12 +8171,14 @@ class GetSuccessInstanceTrendResponse extends $tea.Model {
|
|
|
7815
8171
|
static names() {
|
|
7816
8172
|
return {
|
|
7817
8173
|
headers: 'headers',
|
|
8174
|
+
statusCode: 'statusCode',
|
|
7818
8175
|
body: 'body',
|
|
7819
8176
|
};
|
|
7820
8177
|
}
|
|
7821
8178
|
static types() {
|
|
7822
8179
|
return {
|
|
7823
8180
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8181
|
+
statusCode: 'number',
|
|
7824
8182
|
body: GetSuccessInstanceTrendResponseBody,
|
|
7825
8183
|
};
|
|
7826
8184
|
}
|
|
@@ -7875,12 +8233,14 @@ class GetTopicResponse extends $tea.Model {
|
|
|
7875
8233
|
static names() {
|
|
7876
8234
|
return {
|
|
7877
8235
|
headers: 'headers',
|
|
8236
|
+
statusCode: 'statusCode',
|
|
7878
8237
|
body: 'body',
|
|
7879
8238
|
};
|
|
7880
8239
|
}
|
|
7881
8240
|
static types() {
|
|
7882
8241
|
return {
|
|
7883
8242
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8243
|
+
statusCode: 'number',
|
|
7884
8244
|
body: GetTopicResponseBody,
|
|
7885
8245
|
};
|
|
7886
8246
|
}
|
|
@@ -7935,12 +8295,14 @@ class GetTopicInfluenceResponse extends $tea.Model {
|
|
|
7935
8295
|
static names() {
|
|
7936
8296
|
return {
|
|
7937
8297
|
headers: 'headers',
|
|
8298
|
+
statusCode: 'statusCode',
|
|
7938
8299
|
body: 'body',
|
|
7939
8300
|
};
|
|
7940
8301
|
}
|
|
7941
8302
|
static types() {
|
|
7942
8303
|
return {
|
|
7943
8304
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8305
|
+
statusCode: 'number',
|
|
7944
8306
|
body: GetTopicInfluenceResponseBody,
|
|
7945
8307
|
};
|
|
7946
8308
|
}
|
|
@@ -7991,12 +8353,14 @@ class ImportDataSourcesResponse extends $tea.Model {
|
|
|
7991
8353
|
static names() {
|
|
7992
8354
|
return {
|
|
7993
8355
|
headers: 'headers',
|
|
8356
|
+
statusCode: 'statusCode',
|
|
7994
8357
|
body: 'body',
|
|
7995
8358
|
};
|
|
7996
8359
|
}
|
|
7997
8360
|
static types() {
|
|
7998
8361
|
return {
|
|
7999
8362
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8363
|
+
statusCode: 'number',
|
|
8000
8364
|
body: ImportDataSourcesResponseBody,
|
|
8001
8365
|
};
|
|
8002
8366
|
}
|
|
@@ -8065,12 +8429,14 @@ class ListAlertMessagesResponse extends $tea.Model {
|
|
|
8065
8429
|
static names() {
|
|
8066
8430
|
return {
|
|
8067
8431
|
headers: 'headers',
|
|
8432
|
+
statusCode: 'statusCode',
|
|
8068
8433
|
body: 'body',
|
|
8069
8434
|
};
|
|
8070
8435
|
}
|
|
8071
8436
|
static types() {
|
|
8072
8437
|
return {
|
|
8073
8438
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8439
|
+
statusCode: 'number',
|
|
8074
8440
|
body: ListAlertMessagesResponseBody,
|
|
8075
8441
|
};
|
|
8076
8442
|
}
|
|
@@ -8139,12 +8505,14 @@ class ListBaselineConfigsResponse extends $tea.Model {
|
|
|
8139
8505
|
static names() {
|
|
8140
8506
|
return {
|
|
8141
8507
|
headers: 'headers',
|
|
8508
|
+
statusCode: 'statusCode',
|
|
8142
8509
|
body: 'body',
|
|
8143
8510
|
};
|
|
8144
8511
|
}
|
|
8145
8512
|
static types() {
|
|
8146
8513
|
return {
|
|
8147
8514
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8515
|
+
statusCode: 'number',
|
|
8148
8516
|
body: ListBaselineConfigsResponseBody,
|
|
8149
8517
|
};
|
|
8150
8518
|
}
|
|
@@ -8217,12 +8585,14 @@ class ListBaselineStatusesResponse extends $tea.Model {
|
|
|
8217
8585
|
static names() {
|
|
8218
8586
|
return {
|
|
8219
8587
|
headers: 'headers',
|
|
8588
|
+
statusCode: 'statusCode',
|
|
8220
8589
|
body: 'body',
|
|
8221
8590
|
};
|
|
8222
8591
|
}
|
|
8223
8592
|
static types() {
|
|
8224
8593
|
return {
|
|
8225
8594
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8595
|
+
statusCode: 'number',
|
|
8226
8596
|
body: ListBaselineStatusesResponseBody,
|
|
8227
8597
|
};
|
|
8228
8598
|
}
|
|
@@ -8285,12 +8655,14 @@ class ListBusinessResponse extends $tea.Model {
|
|
|
8285
8655
|
static names() {
|
|
8286
8656
|
return {
|
|
8287
8657
|
headers: 'headers',
|
|
8658
|
+
statusCode: 'statusCode',
|
|
8288
8659
|
body: 'body',
|
|
8289
8660
|
};
|
|
8290
8661
|
}
|
|
8291
8662
|
static types() {
|
|
8292
8663
|
return {
|
|
8293
8664
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8665
|
+
statusCode: 'number',
|
|
8294
8666
|
body: ListBusinessResponseBody,
|
|
8295
8667
|
};
|
|
8296
8668
|
}
|
|
@@ -8351,12 +8723,14 @@ class ListCalcEnginesResponse extends $tea.Model {
|
|
|
8351
8723
|
static names() {
|
|
8352
8724
|
return {
|
|
8353
8725
|
headers: 'headers',
|
|
8726
|
+
statusCode: 'statusCode',
|
|
8354
8727
|
body: 'body',
|
|
8355
8728
|
};
|
|
8356
8729
|
}
|
|
8357
8730
|
static types() {
|
|
8358
8731
|
return {
|
|
8359
8732
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8733
|
+
statusCode: 'number',
|
|
8360
8734
|
body: ListCalcEnginesResponseBody,
|
|
8361
8735
|
};
|
|
8362
8736
|
}
|
|
@@ -8421,17 +8795,151 @@ class ListConnectionsResponse extends $tea.Model {
|
|
|
8421
8795
|
static names() {
|
|
8422
8796
|
return {
|
|
8423
8797
|
headers: 'headers',
|
|
8798
|
+
statusCode: 'statusCode',
|
|
8424
8799
|
body: 'body',
|
|
8425
8800
|
};
|
|
8426
8801
|
}
|
|
8427
8802
|
static types() {
|
|
8428
8803
|
return {
|
|
8429
8804
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8805
|
+
statusCode: 'number',
|
|
8430
8806
|
body: ListConnectionsResponseBody,
|
|
8431
8807
|
};
|
|
8432
8808
|
}
|
|
8433
8809
|
}
|
|
8434
8810
|
exports.ListConnectionsResponse = ListConnectionsResponse;
|
|
8811
|
+
class ListCurrentTasksForResourceGroupRequest extends $tea.Model {
|
|
8812
|
+
constructor(map) {
|
|
8813
|
+
super(map);
|
|
8814
|
+
}
|
|
8815
|
+
static names() {
|
|
8816
|
+
return {
|
|
8817
|
+
pageNumber: 'PageNumber',
|
|
8818
|
+
pageSize: 'PageSize',
|
|
8819
|
+
projectEnv: 'ProjectEnv',
|
|
8820
|
+
resourceGroupIdentifier: 'ResourceGroupIdentifier',
|
|
8821
|
+
status: 'Status',
|
|
8822
|
+
};
|
|
8823
|
+
}
|
|
8824
|
+
static types() {
|
|
8825
|
+
return {
|
|
8826
|
+
pageNumber: 'number',
|
|
8827
|
+
pageSize: 'number',
|
|
8828
|
+
projectEnv: 'string',
|
|
8829
|
+
resourceGroupIdentifier: 'string',
|
|
8830
|
+
status: 'number',
|
|
8831
|
+
};
|
|
8832
|
+
}
|
|
8833
|
+
}
|
|
8834
|
+
exports.ListCurrentTasksForResourceGroupRequest = ListCurrentTasksForResourceGroupRequest;
|
|
8835
|
+
class ListCurrentTasksForResourceGroupResponseBody extends $tea.Model {
|
|
8836
|
+
constructor(map) {
|
|
8837
|
+
super(map);
|
|
8838
|
+
}
|
|
8839
|
+
static names() {
|
|
8840
|
+
return {
|
|
8841
|
+
data: 'Data',
|
|
8842
|
+
errorCode: 'ErrorCode',
|
|
8843
|
+
errorMessage: 'ErrorMessage',
|
|
8844
|
+
httpStatusCode: 'HttpStatusCode',
|
|
8845
|
+
requestId: 'RequestId',
|
|
8846
|
+
success: 'Success',
|
|
8847
|
+
};
|
|
8848
|
+
}
|
|
8849
|
+
static types() {
|
|
8850
|
+
return {
|
|
8851
|
+
data: ListCurrentTasksForResourceGroupResponseBodyData,
|
|
8852
|
+
errorCode: 'string',
|
|
8853
|
+
errorMessage: 'string',
|
|
8854
|
+
httpStatusCode: 'number',
|
|
8855
|
+
requestId: 'string',
|
|
8856
|
+
success: 'boolean',
|
|
8857
|
+
};
|
|
8858
|
+
}
|
|
8859
|
+
}
|
|
8860
|
+
exports.ListCurrentTasksForResourceGroupResponseBody = ListCurrentTasksForResourceGroupResponseBody;
|
|
8861
|
+
class ListCurrentTasksForResourceGroupResponse extends $tea.Model {
|
|
8862
|
+
constructor(map) {
|
|
8863
|
+
super(map);
|
|
8864
|
+
}
|
|
8865
|
+
static names() {
|
|
8866
|
+
return {
|
|
8867
|
+
headers: 'headers',
|
|
8868
|
+
statusCode: 'statusCode',
|
|
8869
|
+
body: 'body',
|
|
8870
|
+
};
|
|
8871
|
+
}
|
|
8872
|
+
static types() {
|
|
8873
|
+
return {
|
|
8874
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8875
|
+
statusCode: 'number',
|
|
8876
|
+
body: ListCurrentTasksForResourceGroupResponseBody,
|
|
8877
|
+
};
|
|
8878
|
+
}
|
|
8879
|
+
}
|
|
8880
|
+
exports.ListCurrentTasksForResourceGroupResponse = ListCurrentTasksForResourceGroupResponse;
|
|
8881
|
+
class ListCurrentUsageForResourceGroupRequest extends $tea.Model {
|
|
8882
|
+
constructor(map) {
|
|
8883
|
+
super(map);
|
|
8884
|
+
}
|
|
8885
|
+
static names() {
|
|
8886
|
+
return {
|
|
8887
|
+
projectEnv: 'ProjectEnv',
|
|
8888
|
+
resourceGroupIdentifier: 'ResourceGroupIdentifier',
|
|
8889
|
+
};
|
|
8890
|
+
}
|
|
8891
|
+
static types() {
|
|
8892
|
+
return {
|
|
8893
|
+
projectEnv: 'string',
|
|
8894
|
+
resourceGroupIdentifier: 'string',
|
|
8895
|
+
};
|
|
8896
|
+
}
|
|
8897
|
+
}
|
|
8898
|
+
exports.ListCurrentUsageForResourceGroupRequest = ListCurrentUsageForResourceGroupRequest;
|
|
8899
|
+
class ListCurrentUsageForResourceGroupResponseBody extends $tea.Model {
|
|
8900
|
+
constructor(map) {
|
|
8901
|
+
super(map);
|
|
8902
|
+
}
|
|
8903
|
+
static names() {
|
|
8904
|
+
return {
|
|
8905
|
+
data: 'Data',
|
|
8906
|
+
errorMessage: 'ErrorMessage',
|
|
8907
|
+
httpStatusCode: 'HttpStatusCode',
|
|
8908
|
+
requestId: 'RequestId',
|
|
8909
|
+
success: 'Success',
|
|
8910
|
+
};
|
|
8911
|
+
}
|
|
8912
|
+
static types() {
|
|
8913
|
+
return {
|
|
8914
|
+
data: ListCurrentUsageForResourceGroupResponseBodyData,
|
|
8915
|
+
errorMessage: 'string',
|
|
8916
|
+
httpStatusCode: 'number',
|
|
8917
|
+
requestId: 'string',
|
|
8918
|
+
success: 'boolean',
|
|
8919
|
+
};
|
|
8920
|
+
}
|
|
8921
|
+
}
|
|
8922
|
+
exports.ListCurrentUsageForResourceGroupResponseBody = ListCurrentUsageForResourceGroupResponseBody;
|
|
8923
|
+
class ListCurrentUsageForResourceGroupResponse extends $tea.Model {
|
|
8924
|
+
constructor(map) {
|
|
8925
|
+
super(map);
|
|
8926
|
+
}
|
|
8927
|
+
static names() {
|
|
8928
|
+
return {
|
|
8929
|
+
headers: 'headers',
|
|
8930
|
+
statusCode: 'statusCode',
|
|
8931
|
+
body: 'body',
|
|
8932
|
+
};
|
|
8933
|
+
}
|
|
8934
|
+
static types() {
|
|
8935
|
+
return {
|
|
8936
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8937
|
+
statusCode: 'number',
|
|
8938
|
+
body: ListCurrentUsageForResourceGroupResponseBody,
|
|
8939
|
+
};
|
|
8940
|
+
}
|
|
8941
|
+
}
|
|
8942
|
+
exports.ListCurrentUsageForResourceGroupResponse = ListCurrentUsageForResourceGroupResponse;
|
|
8435
8943
|
class ListDIProjectConfigRequest extends $tea.Model {
|
|
8436
8944
|
constructor(map) {
|
|
8437
8945
|
super(map);
|
|
@@ -8479,12 +8987,14 @@ class ListDIProjectConfigResponse extends $tea.Model {
|
|
|
8479
8987
|
static names() {
|
|
8480
8988
|
return {
|
|
8481
8989
|
headers: 'headers',
|
|
8990
|
+
statusCode: 'statusCode',
|
|
8482
8991
|
body: 'body',
|
|
8483
8992
|
};
|
|
8484
8993
|
}
|
|
8485
8994
|
static types() {
|
|
8486
8995
|
return {
|
|
8487
8996
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
8997
|
+
statusCode: 'number',
|
|
8488
8998
|
body: ListDIProjectConfigResponseBody,
|
|
8489
8999
|
};
|
|
8490
9000
|
}
|
|
@@ -8541,12 +9051,14 @@ class ListDagsResponse extends $tea.Model {
|
|
|
8541
9051
|
static names() {
|
|
8542
9052
|
return {
|
|
8543
9053
|
headers: 'headers',
|
|
9054
|
+
statusCode: 'statusCode',
|
|
8544
9055
|
body: 'body',
|
|
8545
9056
|
};
|
|
8546
9057
|
}
|
|
8547
9058
|
static types() {
|
|
8548
9059
|
return {
|
|
8549
9060
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9061
|
+
statusCode: 'number',
|
|
8550
9062
|
body: ListDagsResponseBody,
|
|
8551
9063
|
};
|
|
8552
9064
|
}
|
|
@@ -8609,12 +9121,14 @@ class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
|
|
|
8609
9121
|
static names() {
|
|
8610
9122
|
return {
|
|
8611
9123
|
headers: 'headers',
|
|
9124
|
+
statusCode: 'statusCode',
|
|
8612
9125
|
body: 'body',
|
|
8613
9126
|
};
|
|
8614
9127
|
}
|
|
8615
9128
|
static types() {
|
|
8616
9129
|
return {
|
|
8617
9130
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9131
|
+
statusCode: 'number',
|
|
8618
9132
|
body: ListDataServiceApiAuthoritiesResponseBody,
|
|
8619
9133
|
};
|
|
8620
9134
|
}
|
|
@@ -8681,12 +9195,14 @@ class ListDataServiceApisResponse extends $tea.Model {
|
|
|
8681
9195
|
static names() {
|
|
8682
9196
|
return {
|
|
8683
9197
|
headers: 'headers',
|
|
9198
|
+
statusCode: 'statusCode',
|
|
8684
9199
|
body: 'body',
|
|
8685
9200
|
};
|
|
8686
9201
|
}
|
|
8687
9202
|
static types() {
|
|
8688
9203
|
return {
|
|
8689
9204
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9205
|
+
statusCode: 'number',
|
|
8690
9206
|
body: ListDataServiceApisResponseBody,
|
|
8691
9207
|
};
|
|
8692
9208
|
}
|
|
@@ -8747,12 +9263,14 @@ class ListDataServiceApplicationsResponse extends $tea.Model {
|
|
|
8747
9263
|
static names() {
|
|
8748
9264
|
return {
|
|
8749
9265
|
headers: 'headers',
|
|
9266
|
+
statusCode: 'statusCode',
|
|
8750
9267
|
body: 'body',
|
|
8751
9268
|
};
|
|
8752
9269
|
}
|
|
8753
9270
|
static types() {
|
|
8754
9271
|
return {
|
|
8755
9272
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9273
|
+
statusCode: 'number',
|
|
8756
9274
|
body: ListDataServiceApplicationsResponseBody,
|
|
8757
9275
|
};
|
|
8758
9276
|
}
|
|
@@ -8815,12 +9333,14 @@ class ListDataServiceAuthorizedApisResponse extends $tea.Model {
|
|
|
8815
9333
|
static names() {
|
|
8816
9334
|
return {
|
|
8817
9335
|
headers: 'headers',
|
|
9336
|
+
statusCode: 'statusCode',
|
|
8818
9337
|
body: 'body',
|
|
8819
9338
|
};
|
|
8820
9339
|
}
|
|
8821
9340
|
static types() {
|
|
8822
9341
|
return {
|
|
8823
9342
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9343
|
+
statusCode: 'number',
|
|
8824
9344
|
body: ListDataServiceAuthorizedApisResponseBody,
|
|
8825
9345
|
};
|
|
8826
9346
|
}
|
|
@@ -8877,12 +9397,14 @@ class ListDataServiceFoldersResponse extends $tea.Model {
|
|
|
8877
9397
|
static names() {
|
|
8878
9398
|
return {
|
|
8879
9399
|
headers: 'headers',
|
|
9400
|
+
statusCode: 'statusCode',
|
|
8880
9401
|
body: 'body',
|
|
8881
9402
|
};
|
|
8882
9403
|
}
|
|
8883
9404
|
static types() {
|
|
8884
9405
|
return {
|
|
8885
9406
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9407
|
+
statusCode: 'number',
|
|
8886
9408
|
body: ListDataServiceFoldersResponseBody,
|
|
8887
9409
|
};
|
|
8888
9410
|
}
|
|
@@ -8937,12 +9459,14 @@ class ListDataServiceGroupsResponse extends $tea.Model {
|
|
|
8937
9459
|
static names() {
|
|
8938
9460
|
return {
|
|
8939
9461
|
headers: 'headers',
|
|
9462
|
+
statusCode: 'statusCode',
|
|
8940
9463
|
body: 'body',
|
|
8941
9464
|
};
|
|
8942
9465
|
}
|
|
8943
9466
|
static types() {
|
|
8944
9467
|
return {
|
|
8945
9468
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9469
|
+
statusCode: 'number',
|
|
8946
9470
|
body: ListDataServiceGroupsResponseBody,
|
|
8947
9471
|
};
|
|
8948
9472
|
}
|
|
@@ -9009,12 +9533,14 @@ class ListDataServicePublishedApisResponse extends $tea.Model {
|
|
|
9009
9533
|
static names() {
|
|
9010
9534
|
return {
|
|
9011
9535
|
headers: 'headers',
|
|
9536
|
+
statusCode: 'statusCode',
|
|
9012
9537
|
body: 'body',
|
|
9013
9538
|
};
|
|
9014
9539
|
}
|
|
9015
9540
|
static types() {
|
|
9016
9541
|
return {
|
|
9017
9542
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9543
|
+
statusCode: 'number',
|
|
9018
9544
|
body: ListDataServicePublishedApisResponseBody,
|
|
9019
9545
|
};
|
|
9020
9546
|
}
|
|
@@ -9079,12 +9605,14 @@ class ListDataSourcesResponse extends $tea.Model {
|
|
|
9079
9605
|
static names() {
|
|
9080
9606
|
return {
|
|
9081
9607
|
headers: 'headers',
|
|
9608
|
+
statusCode: 'statusCode',
|
|
9082
9609
|
body: 'body',
|
|
9083
9610
|
};
|
|
9084
9611
|
}
|
|
9085
9612
|
static types() {
|
|
9086
9613
|
return {
|
|
9087
9614
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9615
|
+
statusCode: 'number',
|
|
9088
9616
|
body: ListDataSourcesResponseBody,
|
|
9089
9617
|
};
|
|
9090
9618
|
}
|
|
@@ -9149,17 +9677,75 @@ class ListDeploymentsResponse extends $tea.Model {
|
|
|
9149
9677
|
static names() {
|
|
9150
9678
|
return {
|
|
9151
9679
|
headers: 'headers',
|
|
9680
|
+
statusCode: 'statusCode',
|
|
9152
9681
|
body: 'body',
|
|
9153
9682
|
};
|
|
9154
9683
|
}
|
|
9155
9684
|
static types() {
|
|
9156
9685
|
return {
|
|
9157
9686
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9687
|
+
statusCode: 'number',
|
|
9158
9688
|
body: ListDeploymentsResponseBody,
|
|
9159
9689
|
};
|
|
9160
9690
|
}
|
|
9161
9691
|
}
|
|
9162
9692
|
exports.ListDeploymentsResponse = ListDeploymentsResponse;
|
|
9693
|
+
class ListExtensionsRequest extends $tea.Model {
|
|
9694
|
+
constructor(map) {
|
|
9695
|
+
super(map);
|
|
9696
|
+
}
|
|
9697
|
+
static names() {
|
|
9698
|
+
return {
|
|
9699
|
+
pageNumber: 'PageNumber',
|
|
9700
|
+
pageSize: 'PageSize',
|
|
9701
|
+
};
|
|
9702
|
+
}
|
|
9703
|
+
static types() {
|
|
9704
|
+
return {
|
|
9705
|
+
pageNumber: 'number',
|
|
9706
|
+
pageSize: 'number',
|
|
9707
|
+
};
|
|
9708
|
+
}
|
|
9709
|
+
}
|
|
9710
|
+
exports.ListExtensionsRequest = ListExtensionsRequest;
|
|
9711
|
+
class ListExtensionsResponseBody extends $tea.Model {
|
|
9712
|
+
constructor(map) {
|
|
9713
|
+
super(map);
|
|
9714
|
+
}
|
|
9715
|
+
static names() {
|
|
9716
|
+
return {
|
|
9717
|
+
pagingInfo: 'PagingInfo',
|
|
9718
|
+
requestId: 'RequestId',
|
|
9719
|
+
};
|
|
9720
|
+
}
|
|
9721
|
+
static types() {
|
|
9722
|
+
return {
|
|
9723
|
+
pagingInfo: ListExtensionsResponseBodyPagingInfo,
|
|
9724
|
+
requestId: 'string',
|
|
9725
|
+
};
|
|
9726
|
+
}
|
|
9727
|
+
}
|
|
9728
|
+
exports.ListExtensionsResponseBody = ListExtensionsResponseBody;
|
|
9729
|
+
class ListExtensionsResponse extends $tea.Model {
|
|
9730
|
+
constructor(map) {
|
|
9731
|
+
super(map);
|
|
9732
|
+
}
|
|
9733
|
+
static names() {
|
|
9734
|
+
return {
|
|
9735
|
+
headers: 'headers',
|
|
9736
|
+
statusCode: 'statusCode',
|
|
9737
|
+
body: 'body',
|
|
9738
|
+
};
|
|
9739
|
+
}
|
|
9740
|
+
static types() {
|
|
9741
|
+
return {
|
|
9742
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9743
|
+
statusCode: 'number',
|
|
9744
|
+
body: ListExtensionsResponseBody,
|
|
9745
|
+
};
|
|
9746
|
+
}
|
|
9747
|
+
}
|
|
9748
|
+
exports.ListExtensionsResponse = ListExtensionsResponse;
|
|
9163
9749
|
class ListFileTypeRequest extends $tea.Model {
|
|
9164
9750
|
constructor(map) {
|
|
9165
9751
|
super(map);
|
|
@@ -9211,12 +9797,14 @@ class ListFileTypeResponse extends $tea.Model {
|
|
|
9211
9797
|
static names() {
|
|
9212
9798
|
return {
|
|
9213
9799
|
headers: 'headers',
|
|
9800
|
+
statusCode: 'statusCode',
|
|
9214
9801
|
body: 'body',
|
|
9215
9802
|
};
|
|
9216
9803
|
}
|
|
9217
9804
|
static types() {
|
|
9218
9805
|
return {
|
|
9219
9806
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9807
|
+
statusCode: 'number',
|
|
9220
9808
|
body: ListFileTypeResponseBody,
|
|
9221
9809
|
};
|
|
9222
9810
|
}
|
|
@@ -9279,12 +9867,14 @@ class ListFileVersionsResponse extends $tea.Model {
|
|
|
9279
9867
|
static names() {
|
|
9280
9868
|
return {
|
|
9281
9869
|
headers: 'headers',
|
|
9870
|
+
statusCode: 'statusCode',
|
|
9282
9871
|
body: 'body',
|
|
9283
9872
|
};
|
|
9284
9873
|
}
|
|
9285
9874
|
static types() {
|
|
9286
9875
|
return {
|
|
9287
9876
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9877
|
+
statusCode: 'number',
|
|
9288
9878
|
body: ListFileVersionsResponseBody,
|
|
9289
9879
|
};
|
|
9290
9880
|
}
|
|
@@ -9357,12 +9947,14 @@ class ListFilesResponse extends $tea.Model {
|
|
|
9357
9947
|
static names() {
|
|
9358
9948
|
return {
|
|
9359
9949
|
headers: 'headers',
|
|
9950
|
+
statusCode: 'statusCode',
|
|
9360
9951
|
body: 'body',
|
|
9361
9952
|
};
|
|
9362
9953
|
}
|
|
9363
9954
|
static types() {
|
|
9364
9955
|
return {
|
|
9365
9956
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
9957
|
+
statusCode: 'number',
|
|
9366
9958
|
body: ListFilesResponseBody,
|
|
9367
9959
|
};
|
|
9368
9960
|
}
|
|
@@ -9425,17 +10017,91 @@ class ListFoldersResponse extends $tea.Model {
|
|
|
9425
10017
|
static names() {
|
|
9426
10018
|
return {
|
|
9427
10019
|
headers: 'headers',
|
|
10020
|
+
statusCode: 'statusCode',
|
|
9428
10021
|
body: 'body',
|
|
9429
10022
|
};
|
|
9430
10023
|
}
|
|
9431
10024
|
static types() {
|
|
9432
10025
|
return {
|
|
9433
10026
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10027
|
+
statusCode: 'number',
|
|
9434
10028
|
body: ListFoldersResponseBody,
|
|
9435
10029
|
};
|
|
9436
10030
|
}
|
|
9437
10031
|
}
|
|
9438
10032
|
exports.ListFoldersResponse = ListFoldersResponse;
|
|
10033
|
+
class ListHistoryTasksForResourceGroupRequest extends $tea.Model {
|
|
10034
|
+
constructor(map) {
|
|
10035
|
+
super(map);
|
|
10036
|
+
}
|
|
10037
|
+
static names() {
|
|
10038
|
+
return {
|
|
10039
|
+
endTime: 'EndTime',
|
|
10040
|
+
pageNumber: 'PageNumber',
|
|
10041
|
+
pageSize: 'PageSize',
|
|
10042
|
+
projectEnv: 'ProjectEnv',
|
|
10043
|
+
resourceGroupIdentifier: 'ResourceGroupIdentifier',
|
|
10044
|
+
startTime: 'StartTime',
|
|
10045
|
+
};
|
|
10046
|
+
}
|
|
10047
|
+
static types() {
|
|
10048
|
+
return {
|
|
10049
|
+
endTime: 'number',
|
|
10050
|
+
pageNumber: 'number',
|
|
10051
|
+
pageSize: 'number',
|
|
10052
|
+
projectEnv: 'string',
|
|
10053
|
+
resourceGroupIdentifier: 'string',
|
|
10054
|
+
startTime: 'number',
|
|
10055
|
+
};
|
|
10056
|
+
}
|
|
10057
|
+
}
|
|
10058
|
+
exports.ListHistoryTasksForResourceGroupRequest = ListHistoryTasksForResourceGroupRequest;
|
|
10059
|
+
class ListHistoryTasksForResourceGroupResponseBody extends $tea.Model {
|
|
10060
|
+
constructor(map) {
|
|
10061
|
+
super(map);
|
|
10062
|
+
}
|
|
10063
|
+
static names() {
|
|
10064
|
+
return {
|
|
10065
|
+
data: 'Data',
|
|
10066
|
+
errorCode: 'ErrorCode',
|
|
10067
|
+
errorMessage: 'ErrorMessage',
|
|
10068
|
+
httpStatusCode: 'HttpStatusCode',
|
|
10069
|
+
requestId: 'RequestId',
|
|
10070
|
+
success: 'Success',
|
|
10071
|
+
};
|
|
10072
|
+
}
|
|
10073
|
+
static types() {
|
|
10074
|
+
return {
|
|
10075
|
+
data: ListHistoryTasksForResourceGroupResponseBodyData,
|
|
10076
|
+
errorCode: 'string',
|
|
10077
|
+
errorMessage: 'string',
|
|
10078
|
+
httpStatusCode: 'number',
|
|
10079
|
+
requestId: 'string',
|
|
10080
|
+
success: 'boolean',
|
|
10081
|
+
};
|
|
10082
|
+
}
|
|
10083
|
+
}
|
|
10084
|
+
exports.ListHistoryTasksForResourceGroupResponseBody = ListHistoryTasksForResourceGroupResponseBody;
|
|
10085
|
+
class ListHistoryTasksForResourceGroupResponse extends $tea.Model {
|
|
10086
|
+
constructor(map) {
|
|
10087
|
+
super(map);
|
|
10088
|
+
}
|
|
10089
|
+
static names() {
|
|
10090
|
+
return {
|
|
10091
|
+
headers: 'headers',
|
|
10092
|
+
statusCode: 'statusCode',
|
|
10093
|
+
body: 'body',
|
|
10094
|
+
};
|
|
10095
|
+
}
|
|
10096
|
+
static types() {
|
|
10097
|
+
return {
|
|
10098
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10099
|
+
statusCode: 'number',
|
|
10100
|
+
body: ListHistoryTasksForResourceGroupResponseBody,
|
|
10101
|
+
};
|
|
10102
|
+
}
|
|
10103
|
+
}
|
|
10104
|
+
exports.ListHistoryTasksForResourceGroupResponse = ListHistoryTasksForResourceGroupResponse;
|
|
9439
10105
|
class ListInstanceAmountRequest extends $tea.Model {
|
|
9440
10106
|
constructor(map) {
|
|
9441
10107
|
super(map);
|
|
@@ -9481,12 +10147,14 @@ class ListInstanceAmountResponse extends $tea.Model {
|
|
|
9481
10147
|
static names() {
|
|
9482
10148
|
return {
|
|
9483
10149
|
headers: 'headers',
|
|
10150
|
+
statusCode: 'statusCode',
|
|
9484
10151
|
body: 'body',
|
|
9485
10152
|
};
|
|
9486
10153
|
}
|
|
9487
10154
|
static types() {
|
|
9488
10155
|
return {
|
|
9489
10156
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10157
|
+
statusCode: 'number',
|
|
9490
10158
|
body: ListInstanceAmountResponseBody,
|
|
9491
10159
|
};
|
|
9492
10160
|
}
|
|
@@ -9565,12 +10233,14 @@ class ListInstancesResponse extends $tea.Model {
|
|
|
9565
10233
|
static names() {
|
|
9566
10234
|
return {
|
|
9567
10235
|
headers: 'headers',
|
|
10236
|
+
statusCode: 'statusCode',
|
|
9568
10237
|
body: 'body',
|
|
9569
10238
|
};
|
|
9570
10239
|
}
|
|
9571
10240
|
static types() {
|
|
9572
10241
|
return {
|
|
9573
10242
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10243
|
+
statusCode: 'number',
|
|
9574
10244
|
body: ListInstancesResponseBody,
|
|
9575
10245
|
};
|
|
9576
10246
|
}
|
|
@@ -9621,12 +10291,14 @@ class ListManualDagInstancesResponse extends $tea.Model {
|
|
|
9621
10291
|
static names() {
|
|
9622
10292
|
return {
|
|
9623
10293
|
headers: 'headers',
|
|
10294
|
+
statusCode: 'statusCode',
|
|
9624
10295
|
body: 'body',
|
|
9625
10296
|
};
|
|
9626
10297
|
}
|
|
9627
10298
|
static types() {
|
|
9628
10299
|
return {
|
|
9629
10300
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10301
|
+
statusCode: 'number',
|
|
9630
10302
|
body: ListManualDagInstancesResponseBody,
|
|
9631
10303
|
};
|
|
9632
10304
|
}
|
|
@@ -9681,17 +10353,83 @@ class ListMetaDBResponse extends $tea.Model {
|
|
|
9681
10353
|
static names() {
|
|
9682
10354
|
return {
|
|
9683
10355
|
headers: 'headers',
|
|
10356
|
+
statusCode: 'statusCode',
|
|
9684
10357
|
body: 'body',
|
|
9685
10358
|
};
|
|
9686
10359
|
}
|
|
9687
10360
|
static types() {
|
|
9688
10361
|
return {
|
|
9689
10362
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10363
|
+
statusCode: 'number',
|
|
9690
10364
|
body: ListMetaDBResponseBody,
|
|
9691
10365
|
};
|
|
9692
10366
|
}
|
|
9693
10367
|
}
|
|
9694
10368
|
exports.ListMetaDBResponse = ListMetaDBResponse;
|
|
10369
|
+
class ListMigrationsRequest extends $tea.Model {
|
|
10370
|
+
constructor(map) {
|
|
10371
|
+
super(map);
|
|
10372
|
+
}
|
|
10373
|
+
static names() {
|
|
10374
|
+
return {
|
|
10375
|
+
migrationType: 'MigrationType',
|
|
10376
|
+
owner: 'Owner',
|
|
10377
|
+
pageNumber: 'PageNumber',
|
|
10378
|
+
pageSize: 'PageSize',
|
|
10379
|
+
projectId: 'ProjectId',
|
|
10380
|
+
};
|
|
10381
|
+
}
|
|
10382
|
+
static types() {
|
|
10383
|
+
return {
|
|
10384
|
+
migrationType: 'string',
|
|
10385
|
+
owner: 'string',
|
|
10386
|
+
pageNumber: 'number',
|
|
10387
|
+
pageSize: 'number',
|
|
10388
|
+
projectId: 'number',
|
|
10389
|
+
};
|
|
10390
|
+
}
|
|
10391
|
+
}
|
|
10392
|
+
exports.ListMigrationsRequest = ListMigrationsRequest;
|
|
10393
|
+
class ListMigrationsResponseBody extends $tea.Model {
|
|
10394
|
+
constructor(map) {
|
|
10395
|
+
super(map);
|
|
10396
|
+
}
|
|
10397
|
+
static names() {
|
|
10398
|
+
return {
|
|
10399
|
+
data: 'Data',
|
|
10400
|
+
requestId: 'RequestId',
|
|
10401
|
+
success: 'Success',
|
|
10402
|
+
};
|
|
10403
|
+
}
|
|
10404
|
+
static types() {
|
|
10405
|
+
return {
|
|
10406
|
+
data: ListMigrationsResponseBodyData,
|
|
10407
|
+
requestId: 'string',
|
|
10408
|
+
success: 'boolean',
|
|
10409
|
+
};
|
|
10410
|
+
}
|
|
10411
|
+
}
|
|
10412
|
+
exports.ListMigrationsResponseBody = ListMigrationsResponseBody;
|
|
10413
|
+
class ListMigrationsResponse extends $tea.Model {
|
|
10414
|
+
constructor(map) {
|
|
10415
|
+
super(map);
|
|
10416
|
+
}
|
|
10417
|
+
static names() {
|
|
10418
|
+
return {
|
|
10419
|
+
headers: 'headers',
|
|
10420
|
+
statusCode: 'statusCode',
|
|
10421
|
+
body: 'body',
|
|
10422
|
+
};
|
|
10423
|
+
}
|
|
10424
|
+
static types() {
|
|
10425
|
+
return {
|
|
10426
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10427
|
+
statusCode: 'number',
|
|
10428
|
+
body: ListMigrationsResponseBody,
|
|
10429
|
+
};
|
|
10430
|
+
}
|
|
10431
|
+
}
|
|
10432
|
+
exports.ListMigrationsResponse = ListMigrationsResponse;
|
|
9695
10433
|
class ListNodeIORequest extends $tea.Model {
|
|
9696
10434
|
constructor(map) {
|
|
9697
10435
|
super(map);
|
|
@@ -9745,12 +10483,14 @@ class ListNodeIOResponse extends $tea.Model {
|
|
|
9745
10483
|
static names() {
|
|
9746
10484
|
return {
|
|
9747
10485
|
headers: 'headers',
|
|
10486
|
+
statusCode: 'statusCode',
|
|
9748
10487
|
body: 'body',
|
|
9749
10488
|
};
|
|
9750
10489
|
}
|
|
9751
10490
|
static types() {
|
|
9752
10491
|
return {
|
|
9753
10492
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10493
|
+
statusCode: 'number',
|
|
9754
10494
|
body: ListNodeIOResponseBody,
|
|
9755
10495
|
};
|
|
9756
10496
|
}
|
|
@@ -9809,12 +10549,14 @@ class ListNodeInputOrOutputResponse extends $tea.Model {
|
|
|
9809
10549
|
static names() {
|
|
9810
10550
|
return {
|
|
9811
10551
|
headers: 'headers',
|
|
10552
|
+
statusCode: 'statusCode',
|
|
9812
10553
|
body: 'body',
|
|
9813
10554
|
};
|
|
9814
10555
|
}
|
|
9815
10556
|
static types() {
|
|
9816
10557
|
return {
|
|
9817
10558
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10559
|
+
statusCode: 'number',
|
|
9818
10560
|
body: ListNodeInputOrOutputResponseBody,
|
|
9819
10561
|
};
|
|
9820
10562
|
}
|
|
@@ -9883,12 +10625,14 @@ class ListNodesResponse extends $tea.Model {
|
|
|
9883
10625
|
static names() {
|
|
9884
10626
|
return {
|
|
9885
10627
|
headers: 'headers',
|
|
10628
|
+
statusCode: 'statusCode',
|
|
9886
10629
|
body: 'body',
|
|
9887
10630
|
};
|
|
9888
10631
|
}
|
|
9889
10632
|
static types() {
|
|
9890
10633
|
return {
|
|
9891
10634
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10635
|
+
statusCode: 'number',
|
|
9892
10636
|
body: ListNodesResponseBody,
|
|
9893
10637
|
};
|
|
9894
10638
|
}
|
|
@@ -9943,12 +10687,14 @@ class ListNodesByBaselineResponse extends $tea.Model {
|
|
|
9943
10687
|
static names() {
|
|
9944
10688
|
return {
|
|
9945
10689
|
headers: 'headers',
|
|
10690
|
+
statusCode: 'statusCode',
|
|
9946
10691
|
body: 'body',
|
|
9947
10692
|
};
|
|
9948
10693
|
}
|
|
9949
10694
|
static types() {
|
|
9950
10695
|
return {
|
|
9951
10696
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10697
|
+
statusCode: 'number',
|
|
9952
10698
|
body: ListNodesByBaselineResponseBody,
|
|
9953
10699
|
};
|
|
9954
10700
|
}
|
|
@@ -10005,12 +10751,14 @@ class ListNodesByOutputResponse extends $tea.Model {
|
|
|
10005
10751
|
static names() {
|
|
10006
10752
|
return {
|
|
10007
10753
|
headers: 'headers',
|
|
10754
|
+
statusCode: 'statusCode',
|
|
10008
10755
|
body: 'body',
|
|
10009
10756
|
};
|
|
10010
10757
|
}
|
|
10011
10758
|
static types() {
|
|
10012
10759
|
return {
|
|
10013
10760
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10761
|
+
statusCode: 'number',
|
|
10014
10762
|
body: ListNodesByOutputResponseBody,
|
|
10015
10763
|
};
|
|
10016
10764
|
}
|
|
@@ -10077,12 +10825,14 @@ class ListPermissionApplyOrdersResponse extends $tea.Model {
|
|
|
10077
10825
|
static names() {
|
|
10078
10826
|
return {
|
|
10079
10827
|
headers: 'headers',
|
|
10828
|
+
statusCode: 'statusCode',
|
|
10080
10829
|
body: 'body',
|
|
10081
10830
|
};
|
|
10082
10831
|
}
|
|
10083
10832
|
static types() {
|
|
10084
10833
|
return {
|
|
10085
10834
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10835
|
+
statusCode: 'number',
|
|
10086
10836
|
body: ListPermissionApplyOrdersResponseBody,
|
|
10087
10837
|
};
|
|
10088
10838
|
}
|
|
@@ -10131,12 +10881,14 @@ class ListProgramTypeCountResponse extends $tea.Model {
|
|
|
10131
10881
|
static names() {
|
|
10132
10882
|
return {
|
|
10133
10883
|
headers: 'headers',
|
|
10884
|
+
statusCode: 'statusCode',
|
|
10134
10885
|
body: 'body',
|
|
10135
10886
|
};
|
|
10136
10887
|
}
|
|
10137
10888
|
static types() {
|
|
10138
10889
|
return {
|
|
10139
10890
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10891
|
+
statusCode: 'number',
|
|
10140
10892
|
body: ListProgramTypeCountResponseBody,
|
|
10141
10893
|
};
|
|
10142
10894
|
}
|
|
@@ -10183,12 +10935,14 @@ class ListProjectIdsResponse extends $tea.Model {
|
|
|
10183
10935
|
static names() {
|
|
10184
10936
|
return {
|
|
10185
10937
|
headers: 'headers',
|
|
10938
|
+
statusCode: 'statusCode',
|
|
10186
10939
|
body: 'body',
|
|
10187
10940
|
};
|
|
10188
10941
|
}
|
|
10189
10942
|
static types() {
|
|
10190
10943
|
return {
|
|
10191
10944
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
10945
|
+
statusCode: 'number',
|
|
10192
10946
|
body: ListProjectIdsResponseBody,
|
|
10193
10947
|
};
|
|
10194
10948
|
}
|
|
@@ -10239,12 +10993,14 @@ class ListProjectMembersResponse extends $tea.Model {
|
|
|
10239
10993
|
static names() {
|
|
10240
10994
|
return {
|
|
10241
10995
|
headers: 'headers',
|
|
10996
|
+
statusCode: 'statusCode',
|
|
10242
10997
|
body: 'body',
|
|
10243
10998
|
};
|
|
10244
10999
|
}
|
|
10245
11000
|
static types() {
|
|
10246
11001
|
return {
|
|
10247
11002
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11003
|
+
statusCode: 'number',
|
|
10248
11004
|
body: ListProjectMembersResponseBody,
|
|
10249
11005
|
};
|
|
10250
11006
|
}
|
|
@@ -10291,12 +11047,14 @@ class ListProjectRolesResponse extends $tea.Model {
|
|
|
10291
11047
|
static names() {
|
|
10292
11048
|
return {
|
|
10293
11049
|
headers: 'headers',
|
|
11050
|
+
statusCode: 'statusCode',
|
|
10294
11051
|
body: 'body',
|
|
10295
11052
|
};
|
|
10296
11053
|
}
|
|
10297
11054
|
static types() {
|
|
10298
11055
|
return {
|
|
10299
11056
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11057
|
+
statusCode: 'number',
|
|
10300
11058
|
body: ListProjectRolesResponseBody,
|
|
10301
11059
|
};
|
|
10302
11060
|
}
|
|
@@ -10345,12 +11103,14 @@ class ListProjectsResponse extends $tea.Model {
|
|
|
10345
11103
|
static names() {
|
|
10346
11104
|
return {
|
|
10347
11105
|
headers: 'headers',
|
|
11106
|
+
statusCode: 'statusCode',
|
|
10348
11107
|
body: 'body',
|
|
10349
11108
|
};
|
|
10350
11109
|
}
|
|
10351
11110
|
static types() {
|
|
10352
11111
|
return {
|
|
10353
11112
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11113
|
+
statusCode: 'number',
|
|
10354
11114
|
body: ListProjectsResponseBody,
|
|
10355
11115
|
};
|
|
10356
11116
|
}
|
|
@@ -10415,12 +11175,14 @@ class ListQualityResultsByEntityResponse extends $tea.Model {
|
|
|
10415
11175
|
static names() {
|
|
10416
11176
|
return {
|
|
10417
11177
|
headers: 'headers',
|
|
11178
|
+
statusCode: 'statusCode',
|
|
10418
11179
|
body: 'body',
|
|
10419
11180
|
};
|
|
10420
11181
|
}
|
|
10421
11182
|
static types() {
|
|
10422
11183
|
return {
|
|
10423
11184
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11185
|
+
statusCode: 'number',
|
|
10424
11186
|
body: ListQualityResultsByEntityResponseBody,
|
|
10425
11187
|
};
|
|
10426
11188
|
}
|
|
@@ -10485,12 +11247,14 @@ class ListQualityResultsByRuleResponse extends $tea.Model {
|
|
|
10485
11247
|
static names() {
|
|
10486
11248
|
return {
|
|
10487
11249
|
headers: 'headers',
|
|
11250
|
+
statusCode: 'statusCode',
|
|
10488
11251
|
body: 'body',
|
|
10489
11252
|
};
|
|
10490
11253
|
}
|
|
10491
11254
|
static types() {
|
|
10492
11255
|
return {
|
|
10493
11256
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11257
|
+
statusCode: 'number',
|
|
10494
11258
|
body: ListQualityResultsByRuleResponseBody,
|
|
10495
11259
|
};
|
|
10496
11260
|
}
|
|
@@ -10551,12 +11315,14 @@ class ListQualityRulesResponse extends $tea.Model {
|
|
|
10551
11315
|
static names() {
|
|
10552
11316
|
return {
|
|
10553
11317
|
headers: 'headers',
|
|
11318
|
+
statusCode: 'statusCode',
|
|
10554
11319
|
body: 'body',
|
|
10555
11320
|
};
|
|
10556
11321
|
}
|
|
10557
11322
|
static types() {
|
|
10558
11323
|
return {
|
|
10559
11324
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11325
|
+
statusCode: 'number',
|
|
10560
11326
|
body: ListQualityRulesResponseBody,
|
|
10561
11327
|
};
|
|
10562
11328
|
}
|
|
@@ -10615,12 +11381,14 @@ class ListRefDISyncTasksResponse extends $tea.Model {
|
|
|
10615
11381
|
static names() {
|
|
10616
11382
|
return {
|
|
10617
11383
|
headers: 'headers',
|
|
11384
|
+
statusCode: 'statusCode',
|
|
10618
11385
|
body: 'body',
|
|
10619
11386
|
};
|
|
10620
11387
|
}
|
|
10621
11388
|
static types() {
|
|
10622
11389
|
return {
|
|
10623
11390
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11391
|
+
statusCode: 'number',
|
|
10624
11392
|
body: ListRefDISyncTasksResponseBody,
|
|
10625
11393
|
};
|
|
10626
11394
|
}
|
|
@@ -10687,12 +11455,14 @@ class ListRemindsResponse extends $tea.Model {
|
|
|
10687
11455
|
static names() {
|
|
10688
11456
|
return {
|
|
10689
11457
|
headers: 'headers',
|
|
11458
|
+
statusCode: 'statusCode',
|
|
10690
11459
|
body: 'body',
|
|
10691
11460
|
};
|
|
10692
11461
|
}
|
|
10693
11462
|
static types() {
|
|
10694
11463
|
return {
|
|
10695
11464
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11465
|
+
statusCode: 'number',
|
|
10696
11466
|
body: ListRemindsResponseBody,
|
|
10697
11467
|
};
|
|
10698
11468
|
}
|
|
@@ -10747,12 +11517,14 @@ class ListResourceGroupsResponse extends $tea.Model {
|
|
|
10747
11517
|
static names() {
|
|
10748
11518
|
return {
|
|
10749
11519
|
headers: 'headers',
|
|
11520
|
+
statusCode: 'statusCode',
|
|
10750
11521
|
body: 'body',
|
|
10751
11522
|
};
|
|
10752
11523
|
}
|
|
10753
11524
|
static types() {
|
|
10754
11525
|
return {
|
|
10755
11526
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11527
|
+
statusCode: 'number',
|
|
10756
11528
|
body: ListResourceGroupsResponseBody,
|
|
10757
11529
|
};
|
|
10758
11530
|
}
|
|
@@ -10799,12 +11571,14 @@ class ListSuccessInstanceAmountResponse extends $tea.Model {
|
|
|
10799
11571
|
static names() {
|
|
10800
11572
|
return {
|
|
10801
11573
|
headers: 'headers',
|
|
11574
|
+
statusCode: 'statusCode',
|
|
10802
11575
|
body: 'body',
|
|
10803
11576
|
};
|
|
10804
11577
|
}
|
|
10805
11578
|
static types() {
|
|
10806
11579
|
return {
|
|
10807
11580
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11581
|
+
statusCode: 'number',
|
|
10808
11582
|
body: ListSuccessInstanceAmountResponseBody,
|
|
10809
11583
|
};
|
|
10810
11584
|
}
|
|
@@ -10865,12 +11639,14 @@ class ListTableLevelResponse extends $tea.Model {
|
|
|
10865
11639
|
static names() {
|
|
10866
11640
|
return {
|
|
10867
11641
|
headers: 'headers',
|
|
11642
|
+
statusCode: 'statusCode',
|
|
10868
11643
|
body: 'body',
|
|
10869
11644
|
};
|
|
10870
11645
|
}
|
|
10871
11646
|
static types() {
|
|
10872
11647
|
return {
|
|
10873
11648
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11649
|
+
statusCode: 'number',
|
|
10874
11650
|
body: ListTableLevelResponseBody,
|
|
10875
11651
|
};
|
|
10876
11652
|
}
|
|
@@ -10931,12 +11707,14 @@ class ListTableThemeResponse extends $tea.Model {
|
|
|
10931
11707
|
static names() {
|
|
10932
11708
|
return {
|
|
10933
11709
|
headers: 'headers',
|
|
11710
|
+
statusCode: 'statusCode',
|
|
10934
11711
|
body: 'body',
|
|
10935
11712
|
};
|
|
10936
11713
|
}
|
|
10937
11714
|
static types() {
|
|
10938
11715
|
return {
|
|
10939
11716
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11717
|
+
statusCode: 'number',
|
|
10940
11718
|
body: ListTableThemeResponseBody,
|
|
10941
11719
|
};
|
|
10942
11720
|
}
|
|
@@ -10999,25 +11777,95 @@ class ListTopicsResponseBody extends $tea.Model {
|
|
|
10999
11777
|
};
|
|
11000
11778
|
}
|
|
11001
11779
|
}
|
|
11002
|
-
exports.ListTopicsResponseBody = ListTopicsResponseBody;
|
|
11003
|
-
class ListTopicsResponse extends $tea.Model {
|
|
11780
|
+
exports.ListTopicsResponseBody = ListTopicsResponseBody;
|
|
11781
|
+
class ListTopicsResponse extends $tea.Model {
|
|
11782
|
+
constructor(map) {
|
|
11783
|
+
super(map);
|
|
11784
|
+
}
|
|
11785
|
+
static names() {
|
|
11786
|
+
return {
|
|
11787
|
+
headers: 'headers',
|
|
11788
|
+
statusCode: 'statusCode',
|
|
11789
|
+
body: 'body',
|
|
11790
|
+
};
|
|
11791
|
+
}
|
|
11792
|
+
static types() {
|
|
11793
|
+
return {
|
|
11794
|
+
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11795
|
+
statusCode: 'number',
|
|
11796
|
+
body: ListTopicsResponseBody,
|
|
11797
|
+
};
|
|
11798
|
+
}
|
|
11799
|
+
}
|
|
11800
|
+
exports.ListTopicsResponse = ListTopicsResponse;
|
|
11801
|
+
class ListUsageForResourceGroupRequest extends $tea.Model {
|
|
11802
|
+
constructor(map) {
|
|
11803
|
+
super(map);
|
|
11804
|
+
}
|
|
11805
|
+
static names() {
|
|
11806
|
+
return {
|
|
11807
|
+
endTime: 'EndTime',
|
|
11808
|
+
projectEnv: 'ProjectEnv',
|
|
11809
|
+
resourceGroupIdentifier: 'ResourceGroupIdentifier',
|
|
11810
|
+
startTime: 'StartTime',
|
|
11811
|
+
};
|
|
11812
|
+
}
|
|
11813
|
+
static types() {
|
|
11814
|
+
return {
|
|
11815
|
+
endTime: 'number',
|
|
11816
|
+
projectEnv: 'string',
|
|
11817
|
+
resourceGroupIdentifier: 'string',
|
|
11818
|
+
startTime: 'number',
|
|
11819
|
+
};
|
|
11820
|
+
}
|
|
11821
|
+
}
|
|
11822
|
+
exports.ListUsageForResourceGroupRequest = ListUsageForResourceGroupRequest;
|
|
11823
|
+
class ListUsageForResourceGroupResponseBody extends $tea.Model {
|
|
11824
|
+
constructor(map) {
|
|
11825
|
+
super(map);
|
|
11826
|
+
}
|
|
11827
|
+
static names() {
|
|
11828
|
+
return {
|
|
11829
|
+
data: 'Data',
|
|
11830
|
+
errorCode: 'ErrorCode',
|
|
11831
|
+
errorMessage: 'ErrorMessage',
|
|
11832
|
+
httpStatusCode: 'HttpStatusCode',
|
|
11833
|
+
requestId: 'RequestId',
|
|
11834
|
+
success: 'Success',
|
|
11835
|
+
};
|
|
11836
|
+
}
|
|
11837
|
+
static types() {
|
|
11838
|
+
return {
|
|
11839
|
+
data: { 'type': 'array', 'itemType': ListUsageForResourceGroupResponseBodyData },
|
|
11840
|
+
errorCode: 'string',
|
|
11841
|
+
errorMessage: 'string',
|
|
11842
|
+
httpStatusCode: 'number',
|
|
11843
|
+
requestId: 'string',
|
|
11844
|
+
success: 'boolean',
|
|
11845
|
+
};
|
|
11846
|
+
}
|
|
11847
|
+
}
|
|
11848
|
+
exports.ListUsageForResourceGroupResponseBody = ListUsageForResourceGroupResponseBody;
|
|
11849
|
+
class ListUsageForResourceGroupResponse extends $tea.Model {
|
|
11004
11850
|
constructor(map) {
|
|
11005
11851
|
super(map);
|
|
11006
11852
|
}
|
|
11007
11853
|
static names() {
|
|
11008
11854
|
return {
|
|
11009
11855
|
headers: 'headers',
|
|
11856
|
+
statusCode: 'statusCode',
|
|
11010
11857
|
body: 'body',
|
|
11011
11858
|
};
|
|
11012
11859
|
}
|
|
11013
11860
|
static types() {
|
|
11014
11861
|
return {
|
|
11015
11862
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11016
|
-
|
|
11863
|
+
statusCode: 'number',
|
|
11864
|
+
body: ListUsageForResourceGroupResponseBody,
|
|
11017
11865
|
};
|
|
11018
11866
|
}
|
|
11019
11867
|
}
|
|
11020
|
-
exports.
|
|
11868
|
+
exports.ListUsageForResourceGroupResponse = ListUsageForResourceGroupResponse;
|
|
11021
11869
|
class PublishDataServiceApiRequest extends $tea.Model {
|
|
11022
11870
|
constructor(map) {
|
|
11023
11871
|
super(map);
|
|
@@ -11071,12 +11919,14 @@ class PublishDataServiceApiResponse extends $tea.Model {
|
|
|
11071
11919
|
static names() {
|
|
11072
11920
|
return {
|
|
11073
11921
|
headers: 'headers',
|
|
11922
|
+
statusCode: 'statusCode',
|
|
11074
11923
|
body: 'body',
|
|
11075
11924
|
};
|
|
11076
11925
|
}
|
|
11077
11926
|
static types() {
|
|
11078
11927
|
return {
|
|
11079
11928
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11929
|
+
statusCode: 'number',
|
|
11080
11930
|
body: PublishDataServiceApiResponseBody,
|
|
11081
11931
|
};
|
|
11082
11932
|
}
|
|
@@ -11129,12 +11979,14 @@ class QueryDISyncTaskConfigProcessResultResponse extends $tea.Model {
|
|
|
11129
11979
|
static names() {
|
|
11130
11980
|
return {
|
|
11131
11981
|
headers: 'headers',
|
|
11982
|
+
statusCode: 'statusCode',
|
|
11132
11983
|
body: 'body',
|
|
11133
11984
|
};
|
|
11134
11985
|
}
|
|
11135
11986
|
static types() {
|
|
11136
11987
|
return {
|
|
11137
11988
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
11989
|
+
statusCode: 'number',
|
|
11138
11990
|
body: QueryDISyncTaskConfigProcessResultResponseBody,
|
|
11139
11991
|
};
|
|
11140
11992
|
}
|
|
@@ -11183,12 +12035,14 @@ class QueryPublicModelEngineResponse extends $tea.Model {
|
|
|
11183
12035
|
static names() {
|
|
11184
12036
|
return {
|
|
11185
12037
|
headers: 'headers',
|
|
12038
|
+
statusCode: 'statusCode',
|
|
11186
12039
|
body: 'body',
|
|
11187
12040
|
};
|
|
11188
12041
|
}
|
|
11189
12042
|
static types() {
|
|
11190
12043
|
return {
|
|
11191
12044
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12045
|
+
statusCode: 'number',
|
|
11192
12046
|
body: QueryPublicModelEngineResponseBody,
|
|
11193
12047
|
};
|
|
11194
12048
|
}
|
|
@@ -11237,12 +12091,14 @@ class RemoveProjectMemberFromRoleResponse extends $tea.Model {
|
|
|
11237
12091
|
static names() {
|
|
11238
12092
|
return {
|
|
11239
12093
|
headers: 'headers',
|
|
12094
|
+
statusCode: 'statusCode',
|
|
11240
12095
|
body: 'body',
|
|
11241
12096
|
};
|
|
11242
12097
|
}
|
|
11243
12098
|
static types() {
|
|
11244
12099
|
return {
|
|
11245
12100
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12101
|
+
statusCode: 'number',
|
|
11246
12102
|
body: RemoveProjectMemberFromRoleResponseBody,
|
|
11247
12103
|
};
|
|
11248
12104
|
}
|
|
@@ -11299,12 +12155,14 @@ class RestartInstanceResponse extends $tea.Model {
|
|
|
11299
12155
|
static names() {
|
|
11300
12156
|
return {
|
|
11301
12157
|
headers: 'headers',
|
|
12158
|
+
statusCode: 'statusCode',
|
|
11302
12159
|
body: 'body',
|
|
11303
12160
|
};
|
|
11304
12161
|
}
|
|
11305
12162
|
static types() {
|
|
11306
12163
|
return {
|
|
11307
12164
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12165
|
+
statusCode: 'number',
|
|
11308
12166
|
body: RestartInstanceResponseBody,
|
|
11309
12167
|
};
|
|
11310
12168
|
}
|
|
@@ -11361,12 +12219,14 @@ class ResumeInstanceResponse extends $tea.Model {
|
|
|
11361
12219
|
static names() {
|
|
11362
12220
|
return {
|
|
11363
12221
|
headers: 'headers',
|
|
12222
|
+
statusCode: 'statusCode',
|
|
11364
12223
|
body: 'body',
|
|
11365
12224
|
};
|
|
11366
12225
|
}
|
|
11367
12226
|
static types() {
|
|
11368
12227
|
return {
|
|
11369
12228
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12229
|
+
statusCode: 'number',
|
|
11370
12230
|
body: ResumeInstanceResponseBody,
|
|
11371
12231
|
};
|
|
11372
12232
|
}
|
|
@@ -11423,12 +12283,14 @@ class RevokeColumnPermissionResponse extends $tea.Model {
|
|
|
11423
12283
|
static names() {
|
|
11424
12284
|
return {
|
|
11425
12285
|
headers: 'headers',
|
|
12286
|
+
statusCode: 'statusCode',
|
|
11426
12287
|
body: 'body',
|
|
11427
12288
|
};
|
|
11428
12289
|
}
|
|
11429
12290
|
static types() {
|
|
11430
12291
|
return {
|
|
11431
12292
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12293
|
+
statusCode: 'number',
|
|
11432
12294
|
body: RevokeColumnPermissionResponseBody,
|
|
11433
12295
|
};
|
|
11434
12296
|
}
|
|
@@ -11485,12 +12347,14 @@ class RevokeTablePermissionResponse extends $tea.Model {
|
|
|
11485
12347
|
static names() {
|
|
11486
12348
|
return {
|
|
11487
12349
|
headers: 'headers',
|
|
12350
|
+
statusCode: 'statusCode',
|
|
11488
12351
|
body: 'body',
|
|
11489
12352
|
};
|
|
11490
12353
|
}
|
|
11491
12354
|
static types() {
|
|
11492
12355
|
return {
|
|
11493
12356
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12357
|
+
statusCode: 'number',
|
|
11494
12358
|
body: RevokeTablePermissionResponseBody,
|
|
11495
12359
|
};
|
|
11496
12360
|
}
|
|
@@ -11565,12 +12429,14 @@ class RunCycleDagNodesResponse extends $tea.Model {
|
|
|
11565
12429
|
static names() {
|
|
11566
12430
|
return {
|
|
11567
12431
|
headers: 'headers',
|
|
12432
|
+
statusCode: 'statusCode',
|
|
11568
12433
|
body: 'body',
|
|
11569
12434
|
};
|
|
11570
12435
|
}
|
|
11571
12436
|
static types() {
|
|
11572
12437
|
return {
|
|
11573
12438
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12439
|
+
statusCode: 'number',
|
|
11574
12440
|
body: RunCycleDagNodesResponseBody,
|
|
11575
12441
|
};
|
|
11576
12442
|
}
|
|
@@ -11633,12 +12499,14 @@ class RunManualDagNodesResponse extends $tea.Model {
|
|
|
11633
12499
|
static names() {
|
|
11634
12500
|
return {
|
|
11635
12501
|
headers: 'headers',
|
|
12502
|
+
statusCode: 'statusCode',
|
|
11636
12503
|
body: 'body',
|
|
11637
12504
|
};
|
|
11638
12505
|
}
|
|
11639
12506
|
static types() {
|
|
11640
12507
|
return {
|
|
11641
12508
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12509
|
+
statusCode: 'number',
|
|
11642
12510
|
body: RunManualDagNodesResponseBody,
|
|
11643
12511
|
};
|
|
11644
12512
|
}
|
|
@@ -11701,12 +12569,14 @@ class RunSmokeTestResponse extends $tea.Model {
|
|
|
11701
12569
|
static names() {
|
|
11702
12570
|
return {
|
|
11703
12571
|
headers: 'headers',
|
|
12572
|
+
statusCode: 'statusCode',
|
|
11704
12573
|
body: 'body',
|
|
11705
12574
|
};
|
|
11706
12575
|
}
|
|
11707
12576
|
static types() {
|
|
11708
12577
|
return {
|
|
11709
12578
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12579
|
+
statusCode: 'number',
|
|
11710
12580
|
body: RunSmokeTestResponseBody,
|
|
11711
12581
|
};
|
|
11712
12582
|
}
|
|
@@ -11759,12 +12629,14 @@ class RunTriggerNodeResponse extends $tea.Model {
|
|
|
11759
12629
|
static names() {
|
|
11760
12630
|
return {
|
|
11761
12631
|
headers: 'headers',
|
|
12632
|
+
statusCode: 'statusCode',
|
|
11762
12633
|
body: 'body',
|
|
11763
12634
|
};
|
|
11764
12635
|
}
|
|
11765
12636
|
static types() {
|
|
11766
12637
|
return {
|
|
11767
12638
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12639
|
+
statusCode: 'number',
|
|
11768
12640
|
body: RunTriggerNodeResponseBody,
|
|
11769
12641
|
};
|
|
11770
12642
|
}
|
|
@@ -11811,12 +12683,14 @@ class ScanSensitiveDataResponse extends $tea.Model {
|
|
|
11811
12683
|
static names() {
|
|
11812
12684
|
return {
|
|
11813
12685
|
headers: 'headers',
|
|
12686
|
+
statusCode: 'statusCode',
|
|
11814
12687
|
body: 'body',
|
|
11815
12688
|
};
|
|
11816
12689
|
}
|
|
11817
12690
|
static types() {
|
|
11818
12691
|
return {
|
|
11819
12692
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12693
|
+
statusCode: 'number',
|
|
11820
12694
|
body: ScanSensitiveDataResponseBody,
|
|
11821
12695
|
};
|
|
11822
12696
|
}
|
|
@@ -11883,12 +12757,14 @@ class SearchMetaTablesResponse extends $tea.Model {
|
|
|
11883
12757
|
static names() {
|
|
11884
12758
|
return {
|
|
11885
12759
|
headers: 'headers',
|
|
12760
|
+
statusCode: 'statusCode',
|
|
11886
12761
|
body: 'body',
|
|
11887
12762
|
};
|
|
11888
12763
|
}
|
|
11889
12764
|
static types() {
|
|
11890
12765
|
return {
|
|
11891
12766
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12767
|
+
statusCode: 'number',
|
|
11892
12768
|
body: SearchMetaTablesResponseBody,
|
|
11893
12769
|
};
|
|
11894
12770
|
}
|
|
@@ -11945,12 +12821,14 @@ class SearchNodesByOutputResponse extends $tea.Model {
|
|
|
11945
12821
|
static names() {
|
|
11946
12822
|
return {
|
|
11947
12823
|
headers: 'headers',
|
|
12824
|
+
statusCode: 'statusCode',
|
|
11948
12825
|
body: 'body',
|
|
11949
12826
|
};
|
|
11950
12827
|
}
|
|
11951
12828
|
static types() {
|
|
11952
12829
|
return {
|
|
11953
12830
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12831
|
+
statusCode: 'number',
|
|
11954
12832
|
body: SearchNodesByOutputResponseBody,
|
|
11955
12833
|
};
|
|
11956
12834
|
}
|
|
@@ -12007,12 +12885,14 @@ class SetDataSourceShareResponse extends $tea.Model {
|
|
|
12007
12885
|
static names() {
|
|
12008
12886
|
return {
|
|
12009
12887
|
headers: 'headers',
|
|
12888
|
+
statusCode: 'statusCode',
|
|
12010
12889
|
body: 'body',
|
|
12011
12890
|
};
|
|
12012
12891
|
}
|
|
12013
12892
|
static types() {
|
|
12014
12893
|
return {
|
|
12015
12894
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12895
|
+
statusCode: 'number',
|
|
12016
12896
|
body: SetDataSourceShareResponseBody,
|
|
12017
12897
|
};
|
|
12018
12898
|
}
|
|
@@ -12069,12 +12949,14 @@ class SetSuccessInstanceResponse extends $tea.Model {
|
|
|
12069
12949
|
static names() {
|
|
12070
12950
|
return {
|
|
12071
12951
|
headers: 'headers',
|
|
12952
|
+
statusCode: 'statusCode',
|
|
12072
12953
|
body: 'body',
|
|
12073
12954
|
};
|
|
12074
12955
|
}
|
|
12075
12956
|
static types() {
|
|
12076
12957
|
return {
|
|
12077
12958
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
12959
|
+
statusCode: 'number',
|
|
12078
12960
|
body: SetSuccessInstanceResponseBody,
|
|
12079
12961
|
};
|
|
12080
12962
|
}
|
|
@@ -12129,12 +13011,14 @@ class StartDISyncInstanceResponse extends $tea.Model {
|
|
|
12129
13011
|
static names() {
|
|
12130
13012
|
return {
|
|
12131
13013
|
headers: 'headers',
|
|
13014
|
+
statusCode: 'statusCode',
|
|
12132
13015
|
body: 'body',
|
|
12133
13016
|
};
|
|
12134
13017
|
}
|
|
12135
13018
|
static types() {
|
|
12136
13019
|
return {
|
|
12137
13020
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13021
|
+
statusCode: 'number',
|
|
12138
13022
|
body: StartDISyncInstanceResponseBody,
|
|
12139
13023
|
};
|
|
12140
13024
|
}
|
|
@@ -12191,12 +13075,14 @@ class StartMigrationResponse extends $tea.Model {
|
|
|
12191
13075
|
static names() {
|
|
12192
13076
|
return {
|
|
12193
13077
|
headers: 'headers',
|
|
13078
|
+
statusCode: 'statusCode',
|
|
12194
13079
|
body: 'body',
|
|
12195
13080
|
};
|
|
12196
13081
|
}
|
|
12197
13082
|
static types() {
|
|
12198
13083
|
return {
|
|
12199
13084
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13085
|
+
statusCode: 'number',
|
|
12200
13086
|
body: StartMigrationResponseBody,
|
|
12201
13087
|
};
|
|
12202
13088
|
}
|
|
@@ -12249,12 +13135,14 @@ class StopDISyncInstanceResponse extends $tea.Model {
|
|
|
12249
13135
|
static names() {
|
|
12250
13136
|
return {
|
|
12251
13137
|
headers: 'headers',
|
|
13138
|
+
statusCode: 'statusCode',
|
|
12252
13139
|
body: 'body',
|
|
12253
13140
|
};
|
|
12254
13141
|
}
|
|
12255
13142
|
static types() {
|
|
12256
13143
|
return {
|
|
12257
13144
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13145
|
+
statusCode: 'number',
|
|
12258
13146
|
body: StopDISyncInstanceResponseBody,
|
|
12259
13147
|
};
|
|
12260
13148
|
}
|
|
@@ -12311,12 +13199,14 @@ class StopInstanceResponse extends $tea.Model {
|
|
|
12311
13199
|
static names() {
|
|
12312
13200
|
return {
|
|
12313
13201
|
headers: 'headers',
|
|
13202
|
+
statusCode: 'statusCode',
|
|
12314
13203
|
body: 'body',
|
|
12315
13204
|
};
|
|
12316
13205
|
}
|
|
12317
13206
|
static types() {
|
|
12318
13207
|
return {
|
|
12319
13208
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13209
|
+
statusCode: 'number',
|
|
12320
13210
|
body: StopInstanceResponseBody,
|
|
12321
13211
|
};
|
|
12322
13212
|
}
|
|
@@ -12377,12 +13267,14 @@ class SubmitFileResponse extends $tea.Model {
|
|
|
12377
13267
|
static names() {
|
|
12378
13268
|
return {
|
|
12379
13269
|
headers: 'headers',
|
|
13270
|
+
statusCode: 'statusCode',
|
|
12380
13271
|
body: 'body',
|
|
12381
13272
|
};
|
|
12382
13273
|
}
|
|
12383
13274
|
static types() {
|
|
12384
13275
|
return {
|
|
12385
13276
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13277
|
+
statusCode: 'number',
|
|
12386
13278
|
body: SubmitFileResponseBody,
|
|
12387
13279
|
};
|
|
12388
13280
|
}
|
|
@@ -12439,12 +13331,14 @@ class SuspendInstanceResponse extends $tea.Model {
|
|
|
12439
13331
|
static names() {
|
|
12440
13332
|
return {
|
|
12441
13333
|
headers: 'headers',
|
|
13334
|
+
statusCode: 'statusCode',
|
|
12442
13335
|
body: 'body',
|
|
12443
13336
|
};
|
|
12444
13337
|
}
|
|
12445
13338
|
static types() {
|
|
12446
13339
|
return {
|
|
12447
13340
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13341
|
+
statusCode: 'number',
|
|
12448
13342
|
body: SuspendInstanceResponseBody,
|
|
12449
13343
|
};
|
|
12450
13344
|
}
|
|
@@ -12497,12 +13391,14 @@ class TerminateDISyncInstanceResponse extends $tea.Model {
|
|
|
12497
13391
|
static names() {
|
|
12498
13392
|
return {
|
|
12499
13393
|
headers: 'headers',
|
|
13394
|
+
statusCode: 'statusCode',
|
|
12500
13395
|
body: 'body',
|
|
12501
13396
|
};
|
|
12502
13397
|
}
|
|
12503
13398
|
static types() {
|
|
12504
13399
|
return {
|
|
12505
13400
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13401
|
+
statusCode: 'number',
|
|
12506
13402
|
body: TerminateDISyncInstanceResponseBody,
|
|
12507
13403
|
};
|
|
12508
13404
|
}
|
|
@@ -12557,12 +13453,14 @@ class TestNetworkConnectionResponse extends $tea.Model {
|
|
|
12557
13453
|
static names() {
|
|
12558
13454
|
return {
|
|
12559
13455
|
headers: 'headers',
|
|
13456
|
+
statusCode: 'statusCode',
|
|
12560
13457
|
body: 'body',
|
|
12561
13458
|
};
|
|
12562
13459
|
}
|
|
12563
13460
|
static types() {
|
|
12564
13461
|
return {
|
|
12565
13462
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13463
|
+
statusCode: 'number',
|
|
12566
13464
|
body: TestNetworkConnectionResponseBody,
|
|
12567
13465
|
};
|
|
12568
13466
|
}
|
|
@@ -12609,12 +13507,14 @@ class TopTenElapsedTimeInstanceResponse extends $tea.Model {
|
|
|
12609
13507
|
static names() {
|
|
12610
13508
|
return {
|
|
12611
13509
|
headers: 'headers',
|
|
13510
|
+
statusCode: 'statusCode',
|
|
12612
13511
|
body: 'body',
|
|
12613
13512
|
};
|
|
12614
13513
|
}
|
|
12615
13514
|
static types() {
|
|
12616
13515
|
return {
|
|
12617
13516
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13517
|
+
statusCode: 'number',
|
|
12618
13518
|
body: TopTenElapsedTimeInstanceResponseBody,
|
|
12619
13519
|
};
|
|
12620
13520
|
}
|
|
@@ -12661,12 +13561,14 @@ class TopTenErrorTimesInstanceResponse extends $tea.Model {
|
|
|
12661
13561
|
static names() {
|
|
12662
13562
|
return {
|
|
12663
13563
|
headers: 'headers',
|
|
13564
|
+
statusCode: 'statusCode',
|
|
12664
13565
|
body: 'body',
|
|
12665
13566
|
};
|
|
12666
13567
|
}
|
|
12667
13568
|
static types() {
|
|
12668
13569
|
return {
|
|
12669
13570
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13571
|
+
statusCode: 'number',
|
|
12670
13572
|
body: TopTenErrorTimesInstanceResponseBody,
|
|
12671
13573
|
};
|
|
12672
13574
|
}
|
|
@@ -12729,12 +13631,14 @@ class UpdateBusinessResponse extends $tea.Model {
|
|
|
12729
13631
|
static names() {
|
|
12730
13632
|
return {
|
|
12731
13633
|
headers: 'headers',
|
|
13634
|
+
statusCode: 'statusCode',
|
|
12732
13635
|
body: 'body',
|
|
12733
13636
|
};
|
|
12734
13637
|
}
|
|
12735
13638
|
static types() {
|
|
12736
13639
|
return {
|
|
12737
13640
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13641
|
+
statusCode: 'number',
|
|
12738
13642
|
body: UpdateBusinessResponseBody,
|
|
12739
13643
|
};
|
|
12740
13644
|
}
|
|
@@ -12793,12 +13697,14 @@ class UpdateConnectionResponse extends $tea.Model {
|
|
|
12793
13697
|
static names() {
|
|
12794
13698
|
return {
|
|
12795
13699
|
headers: 'headers',
|
|
13700
|
+
statusCode: 'statusCode',
|
|
12796
13701
|
body: 'body',
|
|
12797
13702
|
};
|
|
12798
13703
|
}
|
|
12799
13704
|
static types() {
|
|
12800
13705
|
return {
|
|
12801
13706
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13707
|
+
statusCode: 'number',
|
|
12802
13708
|
body: UpdateConnectionResponseBody,
|
|
12803
13709
|
};
|
|
12804
13710
|
}
|
|
@@ -12853,12 +13759,14 @@ class UpdateDIProjectConfigResponse extends $tea.Model {
|
|
|
12853
13759
|
static names() {
|
|
12854
13760
|
return {
|
|
12855
13761
|
headers: 'headers',
|
|
13762
|
+
statusCode: 'statusCode',
|
|
12856
13763
|
body: 'body',
|
|
12857
13764
|
};
|
|
12858
13765
|
}
|
|
12859
13766
|
static types() {
|
|
12860
13767
|
return {
|
|
12861
13768
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13769
|
+
statusCode: 'number',
|
|
12862
13770
|
body: UpdateDIProjectConfigResponseBody,
|
|
12863
13771
|
};
|
|
12864
13772
|
}
|
|
@@ -12915,12 +13823,14 @@ class UpdateDISyncTaskResponse extends $tea.Model {
|
|
|
12915
13823
|
static names() {
|
|
12916
13824
|
return {
|
|
12917
13825
|
headers: 'headers',
|
|
13826
|
+
statusCode: 'statusCode',
|
|
12918
13827
|
body: 'body',
|
|
12919
13828
|
};
|
|
12920
13829
|
}
|
|
12921
13830
|
static types() {
|
|
12922
13831
|
return {
|
|
12923
13832
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13833
|
+
statusCode: 'number',
|
|
12924
13834
|
body: UpdateDISyncTaskResponseBody,
|
|
12925
13835
|
};
|
|
12926
13836
|
}
|
|
@@ -12999,12 +13909,14 @@ class UpdateDataServiceApiResponse extends $tea.Model {
|
|
|
12999
13909
|
static names() {
|
|
13000
13910
|
return {
|
|
13001
13911
|
headers: 'headers',
|
|
13912
|
+
statusCode: 'statusCode',
|
|
13002
13913
|
body: 'body',
|
|
13003
13914
|
};
|
|
13004
13915
|
}
|
|
13005
13916
|
static types() {
|
|
13006
13917
|
return {
|
|
13007
13918
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13919
|
+
statusCode: 'number',
|
|
13008
13920
|
body: UpdateDataServiceApiResponseBody,
|
|
13009
13921
|
};
|
|
13010
13922
|
}
|
|
@@ -13063,12 +13975,14 @@ class UpdateDataSourceResponse extends $tea.Model {
|
|
|
13063
13975
|
static names() {
|
|
13064
13976
|
return {
|
|
13065
13977
|
headers: 'headers',
|
|
13978
|
+
statusCode: 'statusCode',
|
|
13066
13979
|
body: 'body',
|
|
13067
13980
|
};
|
|
13068
13981
|
}
|
|
13069
13982
|
static types() {
|
|
13070
13983
|
return {
|
|
13071
13984
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
13985
|
+
statusCode: 'number',
|
|
13072
13986
|
body: UpdateDataSourceResponseBody,
|
|
13073
13987
|
};
|
|
13074
13988
|
}
|
|
@@ -13096,7 +14010,9 @@ class UpdateFileRequest extends $tea.Model {
|
|
|
13096
14010
|
fileId: 'FileId',
|
|
13097
14011
|
fileName: 'FileName',
|
|
13098
14012
|
inputList: 'InputList',
|
|
14013
|
+
inputParameters: 'InputParameters',
|
|
13099
14014
|
outputList: 'OutputList',
|
|
14015
|
+
outputParameters: 'OutputParameters',
|
|
13100
14016
|
owner: 'Owner',
|
|
13101
14017
|
paraValue: 'ParaValue',
|
|
13102
14018
|
projectId: 'ProjectId',
|
|
@@ -13127,7 +14043,9 @@ class UpdateFileRequest extends $tea.Model {
|
|
|
13127
14043
|
fileId: 'number',
|
|
13128
14044
|
fileName: 'string',
|
|
13129
14045
|
inputList: 'string',
|
|
14046
|
+
inputParameters: 'string',
|
|
13130
14047
|
outputList: 'string',
|
|
14048
|
+
outputParameters: 'string',
|
|
13131
14049
|
owner: 'string',
|
|
13132
14050
|
paraValue: 'string',
|
|
13133
14051
|
projectId: 'number',
|
|
@@ -13173,12 +14091,14 @@ class UpdateFileResponse extends $tea.Model {
|
|
|
13173
14091
|
static names() {
|
|
13174
14092
|
return {
|
|
13175
14093
|
headers: 'headers',
|
|
14094
|
+
statusCode: 'statusCode',
|
|
13176
14095
|
body: 'body',
|
|
13177
14096
|
};
|
|
13178
14097
|
}
|
|
13179
14098
|
static types() {
|
|
13180
14099
|
return {
|
|
13181
14100
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14101
|
+
statusCode: 'number',
|
|
13182
14102
|
body: UpdateFileResponseBody,
|
|
13183
14103
|
};
|
|
13184
14104
|
}
|
|
@@ -13237,12 +14157,14 @@ class UpdateFolderResponse extends $tea.Model {
|
|
|
13237
14157
|
static names() {
|
|
13238
14158
|
return {
|
|
13239
14159
|
headers: 'headers',
|
|
14160
|
+
statusCode: 'statusCode',
|
|
13240
14161
|
body: 'body',
|
|
13241
14162
|
};
|
|
13242
14163
|
}
|
|
13243
14164
|
static types() {
|
|
13244
14165
|
return {
|
|
13245
14166
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14167
|
+
statusCode: 'number',
|
|
13246
14168
|
body: UpdateFolderResponseBody,
|
|
13247
14169
|
};
|
|
13248
14170
|
}
|
|
@@ -13293,12 +14215,14 @@ class UpdateIDEEventResultResponse extends $tea.Model {
|
|
|
13293
14215
|
static names() {
|
|
13294
14216
|
return {
|
|
13295
14217
|
headers: 'headers',
|
|
14218
|
+
statusCode: 'statusCode',
|
|
13296
14219
|
body: 'body',
|
|
13297
14220
|
};
|
|
13298
14221
|
}
|
|
13299
14222
|
static types() {
|
|
13300
14223
|
return {
|
|
13301
14224
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14225
|
+
statusCode: 'number',
|
|
13302
14226
|
body: UpdateIDEEventResultResponseBody,
|
|
13303
14227
|
};
|
|
13304
14228
|
}
|
|
@@ -13357,12 +14281,14 @@ class UpdateMetaCategoryResponse extends $tea.Model {
|
|
|
13357
14281
|
static names() {
|
|
13358
14282
|
return {
|
|
13359
14283
|
headers: 'headers',
|
|
14284
|
+
statusCode: 'statusCode',
|
|
13360
14285
|
body: 'body',
|
|
13361
14286
|
};
|
|
13362
14287
|
}
|
|
13363
14288
|
static types() {
|
|
13364
14289
|
return {
|
|
13365
14290
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14291
|
+
statusCode: 'number',
|
|
13366
14292
|
body: UpdateMetaCategoryResponseBody,
|
|
13367
14293
|
};
|
|
13368
14294
|
}
|
|
@@ -13427,12 +14353,14 @@ class UpdateMetaTableResponse extends $tea.Model {
|
|
|
13427
14353
|
static names() {
|
|
13428
14354
|
return {
|
|
13429
14355
|
headers: 'headers',
|
|
14356
|
+
statusCode: 'statusCode',
|
|
13430
14357
|
body: 'body',
|
|
13431
14358
|
};
|
|
13432
14359
|
}
|
|
13433
14360
|
static types() {
|
|
13434
14361
|
return {
|
|
13435
14362
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14363
|
+
statusCode: 'number',
|
|
13436
14364
|
body: UpdateMetaTableResponseBody,
|
|
13437
14365
|
};
|
|
13438
14366
|
}
|
|
@@ -13481,12 +14409,14 @@ class UpdateMetaTableIntroWikiResponse extends $tea.Model {
|
|
|
13481
14409
|
static names() {
|
|
13482
14410
|
return {
|
|
13483
14411
|
headers: 'headers',
|
|
14412
|
+
statusCode: 'statusCode',
|
|
13484
14413
|
body: 'body',
|
|
13485
14414
|
};
|
|
13486
14415
|
}
|
|
13487
14416
|
static types() {
|
|
13488
14417
|
return {
|
|
13489
14418
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14419
|
+
statusCode: 'number',
|
|
13490
14420
|
body: UpdateMetaTableIntroWikiResponseBody,
|
|
13491
14421
|
};
|
|
13492
14422
|
}
|
|
@@ -13537,12 +14467,14 @@ class UpdateNodeOwnerResponse extends $tea.Model {
|
|
|
13537
14467
|
static names() {
|
|
13538
14468
|
return {
|
|
13539
14469
|
headers: 'headers',
|
|
14470
|
+
statusCode: 'statusCode',
|
|
13540
14471
|
body: 'body',
|
|
13541
14472
|
};
|
|
13542
14473
|
}
|
|
13543
14474
|
static types() {
|
|
13544
14475
|
return {
|
|
13545
14476
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14477
|
+
statusCode: 'number',
|
|
13546
14478
|
body: UpdateNodeOwnerResponseBody,
|
|
13547
14479
|
};
|
|
13548
14480
|
}
|
|
@@ -13593,12 +14525,14 @@ class UpdateNodeRunModeResponse extends $tea.Model {
|
|
|
13593
14525
|
static names() {
|
|
13594
14526
|
return {
|
|
13595
14527
|
headers: 'headers',
|
|
14528
|
+
statusCode: 'statusCode',
|
|
13596
14529
|
body: 'body',
|
|
13597
14530
|
};
|
|
13598
14531
|
}
|
|
13599
14532
|
static types() {
|
|
13600
14533
|
return {
|
|
13601
14534
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14535
|
+
statusCode: 'number',
|
|
13602
14536
|
body: UpdateNodeRunModeResponseBody,
|
|
13603
14537
|
};
|
|
13604
14538
|
}
|
|
@@ -13659,12 +14593,14 @@ class UpdateQualityFollowerResponse extends $tea.Model {
|
|
|
13659
14593
|
static names() {
|
|
13660
14594
|
return {
|
|
13661
14595
|
headers: 'headers',
|
|
14596
|
+
statusCode: 'statusCode',
|
|
13662
14597
|
body: 'body',
|
|
13663
14598
|
};
|
|
13664
14599
|
}
|
|
13665
14600
|
static types() {
|
|
13666
14601
|
return {
|
|
13667
14602
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14603
|
+
statusCode: 'number',
|
|
13668
14604
|
body: UpdateQualityFollowerResponseBody,
|
|
13669
14605
|
};
|
|
13670
14606
|
}
|
|
@@ -13757,12 +14693,14 @@ class UpdateQualityRuleResponse extends $tea.Model {
|
|
|
13757
14693
|
static names() {
|
|
13758
14694
|
return {
|
|
13759
14695
|
headers: 'headers',
|
|
14696
|
+
statusCode: 'statusCode',
|
|
13760
14697
|
body: 'body',
|
|
13761
14698
|
};
|
|
13762
14699
|
}
|
|
13763
14700
|
static types() {
|
|
13764
14701
|
return {
|
|
13765
14702
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14703
|
+
statusCode: 'number',
|
|
13766
14704
|
body: UpdateQualityRuleResponseBody,
|
|
13767
14705
|
};
|
|
13768
14706
|
}
|
|
@@ -13849,12 +14787,14 @@ class UpdateRemindResponse extends $tea.Model {
|
|
|
13849
14787
|
static names() {
|
|
13850
14788
|
return {
|
|
13851
14789
|
headers: 'headers',
|
|
14790
|
+
statusCode: 'statusCode',
|
|
13852
14791
|
body: 'body',
|
|
13853
14792
|
};
|
|
13854
14793
|
}
|
|
13855
14794
|
static types() {
|
|
13856
14795
|
return {
|
|
13857
14796
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14797
|
+
statusCode: 'number',
|
|
13858
14798
|
body: UpdateRemindResponseBody,
|
|
13859
14799
|
};
|
|
13860
14800
|
}
|
|
@@ -13937,12 +14877,14 @@ class UpdateTableResponse extends $tea.Model {
|
|
|
13937
14877
|
static names() {
|
|
13938
14878
|
return {
|
|
13939
14879
|
headers: 'headers',
|
|
14880
|
+
statusCode: 'statusCode',
|
|
13940
14881
|
body: 'body',
|
|
13941
14882
|
};
|
|
13942
14883
|
}
|
|
13943
14884
|
static types() {
|
|
13944
14885
|
return {
|
|
13945
14886
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14887
|
+
statusCode: 'number',
|
|
13946
14888
|
body: UpdateTableResponseBody,
|
|
13947
14889
|
};
|
|
13948
14890
|
}
|
|
@@ -13991,12 +14933,14 @@ class UpdateTableAddColumnResponse extends $tea.Model {
|
|
|
13991
14933
|
static names() {
|
|
13992
14934
|
return {
|
|
13993
14935
|
headers: 'headers',
|
|
14936
|
+
statusCode: 'statusCode',
|
|
13994
14937
|
body: 'body',
|
|
13995
14938
|
};
|
|
13996
14939
|
}
|
|
13997
14940
|
static types() {
|
|
13998
14941
|
return {
|
|
13999
14942
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
14943
|
+
statusCode: 'number',
|
|
14000
14944
|
body: UpdateTableAddColumnResponseBody,
|
|
14001
14945
|
};
|
|
14002
14946
|
}
|
|
@@ -14059,12 +15003,14 @@ class UpdateTableLevelResponse extends $tea.Model {
|
|
|
14059
15003
|
static names() {
|
|
14060
15004
|
return {
|
|
14061
15005
|
headers: 'headers',
|
|
15006
|
+
statusCode: 'statusCode',
|
|
14062
15007
|
body: 'body',
|
|
14063
15008
|
};
|
|
14064
15009
|
}
|
|
14065
15010
|
static types() {
|
|
14066
15011
|
return {
|
|
14067
15012
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15013
|
+
statusCode: 'number',
|
|
14068
15014
|
body: UpdateTableLevelResponseBody,
|
|
14069
15015
|
};
|
|
14070
15016
|
}
|
|
@@ -14119,12 +15065,14 @@ class UpdateTableModelInfoResponse extends $tea.Model {
|
|
|
14119
15065
|
static names() {
|
|
14120
15066
|
return {
|
|
14121
15067
|
headers: 'headers',
|
|
15068
|
+
statusCode: 'statusCode',
|
|
14122
15069
|
body: 'body',
|
|
14123
15070
|
};
|
|
14124
15071
|
}
|
|
14125
15072
|
static types() {
|
|
14126
15073
|
return {
|
|
14127
15074
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15075
|
+
statusCode: 'number',
|
|
14128
15076
|
body: UpdateTableModelInfoResponseBody,
|
|
14129
15077
|
};
|
|
14130
15078
|
}
|
|
@@ -14183,12 +15131,14 @@ class UpdateTableThemeResponse extends $tea.Model {
|
|
|
14183
15131
|
static names() {
|
|
14184
15132
|
return {
|
|
14185
15133
|
headers: 'headers',
|
|
15134
|
+
statusCode: 'statusCode',
|
|
14186
15135
|
body: 'body',
|
|
14187
15136
|
};
|
|
14188
15137
|
}
|
|
14189
15138
|
static types() {
|
|
14190
15139
|
return {
|
|
14191
15140
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15141
|
+
statusCode: 'number',
|
|
14192
15142
|
body: UpdateTableThemeResponseBody,
|
|
14193
15143
|
};
|
|
14194
15144
|
}
|
|
@@ -14263,12 +15213,14 @@ class UpdateUdfFileResponse extends $tea.Model {
|
|
|
14263
15213
|
static names() {
|
|
14264
15214
|
return {
|
|
14265
15215
|
headers: 'headers',
|
|
15216
|
+
statusCode: 'statusCode',
|
|
14266
15217
|
body: 'body',
|
|
14267
15218
|
};
|
|
14268
15219
|
}
|
|
14269
15220
|
static types() {
|
|
14270
15221
|
return {
|
|
14271
15222
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15223
|
+
statusCode: 'number',
|
|
14272
15224
|
body: UpdateUdfFileResponseBody,
|
|
14273
15225
|
};
|
|
14274
15226
|
}
|
|
@@ -14321,12 +15273,14 @@ class UpdateWorkbenchEventResultResponse extends $tea.Model {
|
|
|
14321
15273
|
static names() {
|
|
14322
15274
|
return {
|
|
14323
15275
|
headers: 'headers',
|
|
15276
|
+
statusCode: 'statusCode',
|
|
14324
15277
|
body: 'body',
|
|
14325
15278
|
};
|
|
14326
15279
|
}
|
|
14327
15280
|
static types() {
|
|
14328
15281
|
return {
|
|
14329
15282
|
headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
|
|
15283
|
+
statusCode: 'number',
|
|
14330
15284
|
body: UpdateWorkbenchEventResultResponseBody,
|
|
14331
15285
|
};
|
|
14332
15286
|
}
|
|
@@ -16002,6 +16956,78 @@ class GetDeploymentResponseBodyData extends $tea.Model {
|
|
|
16002
16956
|
}
|
|
16003
16957
|
}
|
|
16004
16958
|
exports.GetDeploymentResponseBodyData = GetDeploymentResponseBodyData;
|
|
16959
|
+
class GetExtensionResponseBodyExtensionBindEventList extends $tea.Model {
|
|
16960
|
+
constructor(map) {
|
|
16961
|
+
super(map);
|
|
16962
|
+
}
|
|
16963
|
+
static names() {
|
|
16964
|
+
return {
|
|
16965
|
+
eventCode: 'EventCode',
|
|
16966
|
+
eventName: 'EventName',
|
|
16967
|
+
};
|
|
16968
|
+
}
|
|
16969
|
+
static types() {
|
|
16970
|
+
return {
|
|
16971
|
+
eventCode: 'string',
|
|
16972
|
+
eventName: 'string',
|
|
16973
|
+
};
|
|
16974
|
+
}
|
|
16975
|
+
}
|
|
16976
|
+
exports.GetExtensionResponseBodyExtensionBindEventList = GetExtensionResponseBodyExtensionBindEventList;
|
|
16977
|
+
class GetExtensionResponseBodyExtensionEventCategoryList extends $tea.Model {
|
|
16978
|
+
constructor(map) {
|
|
16979
|
+
super(map);
|
|
16980
|
+
}
|
|
16981
|
+
static names() {
|
|
16982
|
+
return {
|
|
16983
|
+
categoryCode: 'CategoryCode',
|
|
16984
|
+
categoryName: 'CategoryName',
|
|
16985
|
+
};
|
|
16986
|
+
}
|
|
16987
|
+
static types() {
|
|
16988
|
+
return {
|
|
16989
|
+
categoryCode: 'string',
|
|
16990
|
+
categoryName: 'string',
|
|
16991
|
+
};
|
|
16992
|
+
}
|
|
16993
|
+
}
|
|
16994
|
+
exports.GetExtensionResponseBodyExtensionEventCategoryList = GetExtensionResponseBodyExtensionEventCategoryList;
|
|
16995
|
+
class GetExtensionResponseBodyExtension extends $tea.Model {
|
|
16996
|
+
constructor(map) {
|
|
16997
|
+
super(map);
|
|
16998
|
+
}
|
|
16999
|
+
static names() {
|
|
17000
|
+
return {
|
|
17001
|
+
bindEventList: 'BindEventList',
|
|
17002
|
+
detailUrl: 'DetailUrl',
|
|
17003
|
+
eventCategoryList: 'EventCategoryList',
|
|
17004
|
+
extensionCode: 'ExtensionCode',
|
|
17005
|
+
extensionDesc: 'ExtensionDesc',
|
|
17006
|
+
extensionName: 'ExtensionName',
|
|
17007
|
+
helpDocUrl: 'HelpDocUrl',
|
|
17008
|
+
optionSetting: 'OptionSetting',
|
|
17009
|
+
parameterSetting: 'ParameterSetting',
|
|
17010
|
+
projectTesting: 'ProjectTesting',
|
|
17011
|
+
status: 'Status',
|
|
17012
|
+
};
|
|
17013
|
+
}
|
|
17014
|
+
static types() {
|
|
17015
|
+
return {
|
|
17016
|
+
bindEventList: { 'type': 'array', 'itemType': GetExtensionResponseBodyExtensionBindEventList },
|
|
17017
|
+
detailUrl: 'string',
|
|
17018
|
+
eventCategoryList: { 'type': 'array', 'itemType': GetExtensionResponseBodyExtensionEventCategoryList },
|
|
17019
|
+
extensionCode: 'string',
|
|
17020
|
+
extensionDesc: 'string',
|
|
17021
|
+
extensionName: 'string',
|
|
17022
|
+
helpDocUrl: 'string',
|
|
17023
|
+
optionSetting: 'string',
|
|
17024
|
+
parameterSetting: 'string',
|
|
17025
|
+
projectTesting: 'number',
|
|
17026
|
+
status: 'number',
|
|
17027
|
+
};
|
|
17028
|
+
}
|
|
17029
|
+
}
|
|
17030
|
+
exports.GetExtensionResponseBodyExtension = GetExtensionResponseBodyExtension;
|
|
16005
17031
|
class GetFileResponseBodyDataFile extends $tea.Model {
|
|
16006
17032
|
constructor(map) {
|
|
16007
17033
|
super(map);
|
|
@@ -16078,6 +17104,24 @@ class GetFileResponseBodyDataNodeConfigurationInputList extends $tea.Model {
|
|
|
16078
17104
|
}
|
|
16079
17105
|
}
|
|
16080
17106
|
exports.GetFileResponseBodyDataNodeConfigurationInputList = GetFileResponseBodyDataNodeConfigurationInputList;
|
|
17107
|
+
class GetFileResponseBodyDataNodeConfigurationInputParameters extends $tea.Model {
|
|
17108
|
+
constructor(map) {
|
|
17109
|
+
super(map);
|
|
17110
|
+
}
|
|
17111
|
+
static names() {
|
|
17112
|
+
return {
|
|
17113
|
+
parameterName: 'ParameterName',
|
|
17114
|
+
valueSource: 'ValueSource',
|
|
17115
|
+
};
|
|
17116
|
+
}
|
|
17117
|
+
static types() {
|
|
17118
|
+
return {
|
|
17119
|
+
parameterName: 'string',
|
|
17120
|
+
valueSource: 'string',
|
|
17121
|
+
};
|
|
17122
|
+
}
|
|
17123
|
+
}
|
|
17124
|
+
exports.GetFileResponseBodyDataNodeConfigurationInputParameters = GetFileResponseBodyDataNodeConfigurationInputParameters;
|
|
16081
17125
|
class GetFileResponseBodyDataNodeConfigurationOutputList extends $tea.Model {
|
|
16082
17126
|
constructor(map) {
|
|
16083
17127
|
super(map);
|
|
@@ -16096,6 +17140,28 @@ class GetFileResponseBodyDataNodeConfigurationOutputList extends $tea.Model {
|
|
|
16096
17140
|
}
|
|
16097
17141
|
}
|
|
16098
17142
|
exports.GetFileResponseBodyDataNodeConfigurationOutputList = GetFileResponseBodyDataNodeConfigurationOutputList;
|
|
17143
|
+
class GetFileResponseBodyDataNodeConfigurationOutputParameters extends $tea.Model {
|
|
17144
|
+
constructor(map) {
|
|
17145
|
+
super(map);
|
|
17146
|
+
}
|
|
17147
|
+
static names() {
|
|
17148
|
+
return {
|
|
17149
|
+
description: 'Description',
|
|
17150
|
+
parameterName: 'ParameterName',
|
|
17151
|
+
type: 'Type',
|
|
17152
|
+
value: 'Value',
|
|
17153
|
+
};
|
|
17154
|
+
}
|
|
17155
|
+
static types() {
|
|
17156
|
+
return {
|
|
17157
|
+
description: 'string',
|
|
17158
|
+
parameterName: 'string',
|
|
17159
|
+
type: 'string',
|
|
17160
|
+
value: 'string',
|
|
17161
|
+
};
|
|
17162
|
+
}
|
|
17163
|
+
}
|
|
17164
|
+
exports.GetFileResponseBodyDataNodeConfigurationOutputParameters = GetFileResponseBodyDataNodeConfigurationOutputParameters;
|
|
16099
17165
|
class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
|
|
16100
17166
|
constructor(map) {
|
|
16101
17167
|
super(map);
|
|
@@ -16110,7 +17176,9 @@ class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
|
|
|
16110
17176
|
dependentType: 'DependentType',
|
|
16111
17177
|
endEffectDate: 'EndEffectDate',
|
|
16112
17178
|
inputList: 'InputList',
|
|
17179
|
+
inputParameters: 'InputParameters',
|
|
16113
17180
|
outputList: 'OutputList',
|
|
17181
|
+
outputParameters: 'OutputParameters',
|
|
16114
17182
|
paraValue: 'ParaValue',
|
|
16115
17183
|
rerunMode: 'RerunMode',
|
|
16116
17184
|
resourceGroupId: 'ResourceGroupId',
|
|
@@ -16130,7 +17198,9 @@ class GetFileResponseBodyDataNodeConfiguration extends $tea.Model {
|
|
|
16130
17198
|
dependentType: 'string',
|
|
16131
17199
|
endEffectDate: 'number',
|
|
16132
17200
|
inputList: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationInputList },
|
|
17201
|
+
inputParameters: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationInputParameters },
|
|
16133
17202
|
outputList: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationOutputList },
|
|
17203
|
+
outputParameters: { 'type': 'array', 'itemType': GetFileResponseBodyDataNodeConfigurationOutputParameters },
|
|
16134
17204
|
paraValue: 'string',
|
|
16135
17205
|
rerunMode: 'string',
|
|
16136
17206
|
resourceGroupId: 'number',
|
|
@@ -18968,6 +20038,74 @@ class ListConnectionsResponseBodyData extends $tea.Model {
|
|
|
18968
20038
|
}
|
|
18969
20039
|
}
|
|
18970
20040
|
exports.ListConnectionsResponseBodyData = ListConnectionsResponseBodyData;
|
|
20041
|
+
class ListCurrentTasksForResourceGroupResponseBodyDataTasks extends $tea.Model {
|
|
20042
|
+
constructor(map) {
|
|
20043
|
+
super(map);
|
|
20044
|
+
}
|
|
20045
|
+
static names() {
|
|
20046
|
+
return {
|
|
20047
|
+
concurrency: 'Concurrency',
|
|
20048
|
+
projectName: 'ProjectName',
|
|
20049
|
+
status: 'Status',
|
|
20050
|
+
taskId: 'TaskId',
|
|
20051
|
+
taskName: 'TaskName',
|
|
20052
|
+
taskSource: 'TaskSource',
|
|
20053
|
+
taskType: 'TaskType',
|
|
20054
|
+
};
|
|
20055
|
+
}
|
|
20056
|
+
static types() {
|
|
20057
|
+
return {
|
|
20058
|
+
concurrency: 'string',
|
|
20059
|
+
projectName: 'string',
|
|
20060
|
+
status: 'number',
|
|
20061
|
+
taskId: 'string',
|
|
20062
|
+
taskName: 'string',
|
|
20063
|
+
taskSource: 'string',
|
|
20064
|
+
taskType: 'number',
|
|
20065
|
+
};
|
|
20066
|
+
}
|
|
20067
|
+
}
|
|
20068
|
+
exports.ListCurrentTasksForResourceGroupResponseBodyDataTasks = ListCurrentTasksForResourceGroupResponseBodyDataTasks;
|
|
20069
|
+
class ListCurrentTasksForResourceGroupResponseBodyData extends $tea.Model {
|
|
20070
|
+
constructor(map) {
|
|
20071
|
+
super(map);
|
|
20072
|
+
}
|
|
20073
|
+
static names() {
|
|
20074
|
+
return {
|
|
20075
|
+
pageNum: 'PageNum',
|
|
20076
|
+
pageSize: 'PageSize',
|
|
20077
|
+
tasks: 'Tasks',
|
|
20078
|
+
totalNum: 'TotalNum',
|
|
20079
|
+
};
|
|
20080
|
+
}
|
|
20081
|
+
static types() {
|
|
20082
|
+
return {
|
|
20083
|
+
pageNum: 'number',
|
|
20084
|
+
pageSize: 'number',
|
|
20085
|
+
tasks: { 'type': 'array', 'itemType': ListCurrentTasksForResourceGroupResponseBodyDataTasks },
|
|
20086
|
+
totalNum: 'number',
|
|
20087
|
+
};
|
|
20088
|
+
}
|
|
20089
|
+
}
|
|
20090
|
+
exports.ListCurrentTasksForResourceGroupResponseBodyData = ListCurrentTasksForResourceGroupResponseBodyData;
|
|
20091
|
+
class ListCurrentUsageForResourceGroupResponseBodyData extends $tea.Model {
|
|
20092
|
+
constructor(map) {
|
|
20093
|
+
super(map);
|
|
20094
|
+
}
|
|
20095
|
+
static names() {
|
|
20096
|
+
return {
|
|
20097
|
+
recodeTime: 'RecodeTime',
|
|
20098
|
+
usage: 'Usage',
|
|
20099
|
+
};
|
|
20100
|
+
}
|
|
20101
|
+
static types() {
|
|
20102
|
+
return {
|
|
20103
|
+
recodeTime: 'number',
|
|
20104
|
+
usage: 'number',
|
|
20105
|
+
};
|
|
20106
|
+
}
|
|
20107
|
+
}
|
|
20108
|
+
exports.ListCurrentUsageForResourceGroupResponseBodyData = ListCurrentUsageForResourceGroupResponseBodyData;
|
|
18971
20109
|
class ListDIProjectConfigResponseBodyData extends $tea.Model {
|
|
18972
20110
|
constructor(map) {
|
|
18973
20111
|
super(map);
|
|
@@ -20206,6 +21344,72 @@ class ListDeploymentsResponseBodyData extends $tea.Model {
|
|
|
20206
21344
|
}
|
|
20207
21345
|
}
|
|
20208
21346
|
exports.ListDeploymentsResponseBodyData = ListDeploymentsResponseBodyData;
|
|
21347
|
+
class ListExtensionsResponseBodyPagingInfoExtensionsBindEventList extends $tea.Model {
|
|
21348
|
+
constructor(map) {
|
|
21349
|
+
super(map);
|
|
21350
|
+
}
|
|
21351
|
+
static names() {
|
|
21352
|
+
return {
|
|
21353
|
+
eventCode: 'EventCode',
|
|
21354
|
+
eventName: 'EventName',
|
|
21355
|
+
};
|
|
21356
|
+
}
|
|
21357
|
+
static types() {
|
|
21358
|
+
return {
|
|
21359
|
+
eventCode: 'string',
|
|
21360
|
+
eventName: 'string',
|
|
21361
|
+
};
|
|
21362
|
+
}
|
|
21363
|
+
}
|
|
21364
|
+
exports.ListExtensionsResponseBodyPagingInfoExtensionsBindEventList = ListExtensionsResponseBodyPagingInfoExtensionsBindEventList;
|
|
21365
|
+
class ListExtensionsResponseBodyPagingInfoExtensions extends $tea.Model {
|
|
21366
|
+
constructor(map) {
|
|
21367
|
+
super(map);
|
|
21368
|
+
}
|
|
21369
|
+
static names() {
|
|
21370
|
+
return {
|
|
21371
|
+
bindEventList: 'BindEventList',
|
|
21372
|
+
extensionCode: 'ExtensionCode',
|
|
21373
|
+
extensionDesc: 'ExtensionDesc',
|
|
21374
|
+
extensionName: 'ExtensionName',
|
|
21375
|
+
owner: 'Owner',
|
|
21376
|
+
status: 'Status',
|
|
21377
|
+
};
|
|
21378
|
+
}
|
|
21379
|
+
static types() {
|
|
21380
|
+
return {
|
|
21381
|
+
bindEventList: { 'type': 'array', 'itemType': ListExtensionsResponseBodyPagingInfoExtensionsBindEventList },
|
|
21382
|
+
extensionCode: 'string',
|
|
21383
|
+
extensionDesc: 'string',
|
|
21384
|
+
extensionName: 'string',
|
|
21385
|
+
owner: 'string',
|
|
21386
|
+
status: 'number',
|
|
21387
|
+
};
|
|
21388
|
+
}
|
|
21389
|
+
}
|
|
21390
|
+
exports.ListExtensionsResponseBodyPagingInfoExtensions = ListExtensionsResponseBodyPagingInfoExtensions;
|
|
21391
|
+
class ListExtensionsResponseBodyPagingInfo extends $tea.Model {
|
|
21392
|
+
constructor(map) {
|
|
21393
|
+
super(map);
|
|
21394
|
+
}
|
|
21395
|
+
static names() {
|
|
21396
|
+
return {
|
|
21397
|
+
extensions: 'Extensions',
|
|
21398
|
+
pageNumber: 'PageNumber',
|
|
21399
|
+
pageSize: 'PageSize',
|
|
21400
|
+
totalCount: 'TotalCount',
|
|
21401
|
+
};
|
|
21402
|
+
}
|
|
21403
|
+
static types() {
|
|
21404
|
+
return {
|
|
21405
|
+
extensions: { 'type': 'array', 'itemType': ListExtensionsResponseBodyPagingInfoExtensions },
|
|
21406
|
+
pageNumber: 'number',
|
|
21407
|
+
pageSize: 'number',
|
|
21408
|
+
totalCount: 'number',
|
|
21409
|
+
};
|
|
21410
|
+
}
|
|
21411
|
+
}
|
|
21412
|
+
exports.ListExtensionsResponseBodyPagingInfo = ListExtensionsResponseBodyPagingInfo;
|
|
20209
21413
|
class ListFileTypeResponseBodyNodeTypeInfoListNodeTypeInfo extends $tea.Model {
|
|
20210
21414
|
constructor(map) {
|
|
20211
21415
|
super(map);
|
|
@@ -20426,6 +21630,54 @@ class ListFoldersResponseBodyData extends $tea.Model {
|
|
|
20426
21630
|
}
|
|
20427
21631
|
}
|
|
20428
21632
|
exports.ListFoldersResponseBodyData = ListFoldersResponseBodyData;
|
|
21633
|
+
class ListHistoryTasksForResourceGroupResponseBodyDataTasks extends $tea.Model {
|
|
21634
|
+
constructor(map) {
|
|
21635
|
+
super(map);
|
|
21636
|
+
}
|
|
21637
|
+
static names() {
|
|
21638
|
+
return {
|
|
21639
|
+
concurrency: 'Concurrency',
|
|
21640
|
+
projectName: 'ProjectName',
|
|
21641
|
+
status: 'Status',
|
|
21642
|
+
taskId: 'TaskId',
|
|
21643
|
+
taskName: 'TaskName',
|
|
21644
|
+
taskType: 'TaskType',
|
|
21645
|
+
};
|
|
21646
|
+
}
|
|
21647
|
+
static types() {
|
|
21648
|
+
return {
|
|
21649
|
+
concurrency: 'number',
|
|
21650
|
+
projectName: 'string',
|
|
21651
|
+
status: 'number',
|
|
21652
|
+
taskId: 'string',
|
|
21653
|
+
taskName: 'string',
|
|
21654
|
+
taskType: 'number',
|
|
21655
|
+
};
|
|
21656
|
+
}
|
|
21657
|
+
}
|
|
21658
|
+
exports.ListHistoryTasksForResourceGroupResponseBodyDataTasks = ListHistoryTasksForResourceGroupResponseBodyDataTasks;
|
|
21659
|
+
class ListHistoryTasksForResourceGroupResponseBodyData extends $tea.Model {
|
|
21660
|
+
constructor(map) {
|
|
21661
|
+
super(map);
|
|
21662
|
+
}
|
|
21663
|
+
static names() {
|
|
21664
|
+
return {
|
|
21665
|
+
pageNum: 'PageNum',
|
|
21666
|
+
pageSize: 'PageSize',
|
|
21667
|
+
tasks: 'Tasks',
|
|
21668
|
+
totalNum: 'TotalNum',
|
|
21669
|
+
};
|
|
21670
|
+
}
|
|
21671
|
+
static types() {
|
|
21672
|
+
return {
|
|
21673
|
+
pageNum: 'number',
|
|
21674
|
+
pageSize: 'number',
|
|
21675
|
+
tasks: { 'type': 'array', 'itemType': ListHistoryTasksForResourceGroupResponseBodyDataTasks },
|
|
21676
|
+
totalNum: 'number',
|
|
21677
|
+
};
|
|
21678
|
+
}
|
|
21679
|
+
}
|
|
21680
|
+
exports.ListHistoryTasksForResourceGroupResponseBodyData = ListHistoryTasksForResourceGroupResponseBodyData;
|
|
20429
21681
|
class ListInstanceAmountResponseBodyInstanceCounts extends $tea.Model {
|
|
20430
21682
|
constructor(map) {
|
|
20431
21683
|
super(map);
|
|
@@ -20605,31 +21857,99 @@ class ListMetaDBResponseBodyDatabaseInfoDbList extends $tea.Model {
|
|
|
20605
21857
|
location: 'string',
|
|
20606
21858
|
modifiedTimeStamp: 'number',
|
|
20607
21859
|
name: 'string',
|
|
20608
|
-
ownerId: 'string',
|
|
20609
|
-
type: 'string',
|
|
20610
|
-
UUID: 'string',
|
|
21860
|
+
ownerId: 'string',
|
|
21861
|
+
type: 'string',
|
|
21862
|
+
UUID: 'string',
|
|
21863
|
+
};
|
|
21864
|
+
}
|
|
21865
|
+
}
|
|
21866
|
+
exports.ListMetaDBResponseBodyDatabaseInfoDbList = ListMetaDBResponseBodyDatabaseInfoDbList;
|
|
21867
|
+
class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
|
|
21868
|
+
constructor(map) {
|
|
21869
|
+
super(map);
|
|
21870
|
+
}
|
|
21871
|
+
static names() {
|
|
21872
|
+
return {
|
|
21873
|
+
dbList: 'DbList',
|
|
21874
|
+
totalCount: 'TotalCount',
|
|
21875
|
+
};
|
|
21876
|
+
}
|
|
21877
|
+
static types() {
|
|
21878
|
+
return {
|
|
21879
|
+
dbList: { 'type': 'array', 'itemType': ListMetaDBResponseBodyDatabaseInfoDbList },
|
|
21880
|
+
totalCount: 'number',
|
|
21881
|
+
};
|
|
21882
|
+
}
|
|
21883
|
+
}
|
|
21884
|
+
exports.ListMetaDBResponseBodyDatabaseInfo = ListMetaDBResponseBodyDatabaseInfo;
|
|
21885
|
+
class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
|
|
21886
|
+
constructor(map) {
|
|
21887
|
+
super(map);
|
|
21888
|
+
}
|
|
21889
|
+
static names() {
|
|
21890
|
+
return {
|
|
21891
|
+
createTime: 'CreateTime',
|
|
21892
|
+
createUser: 'CreateUser',
|
|
21893
|
+
createUserName: 'CreateUserName',
|
|
21894
|
+
description: 'Description',
|
|
21895
|
+
downloadUrl: 'DownloadUrl',
|
|
21896
|
+
id: 'Id',
|
|
21897
|
+
message: 'Message',
|
|
21898
|
+
migrationType: 'MigrationType',
|
|
21899
|
+
name: 'Name',
|
|
21900
|
+
packageType: 'PackageType',
|
|
21901
|
+
projectId: 'ProjectId',
|
|
21902
|
+
status: 'Status',
|
|
21903
|
+
tenantId: 'TenantId',
|
|
21904
|
+
updateTime: 'UpdateTime',
|
|
21905
|
+
updateUser: 'UpdateUser',
|
|
21906
|
+
updateUserName: 'UpdateUserName',
|
|
21907
|
+
};
|
|
21908
|
+
}
|
|
21909
|
+
static types() {
|
|
21910
|
+
return {
|
|
21911
|
+
createTime: 'number',
|
|
21912
|
+
createUser: 'string',
|
|
21913
|
+
createUserName: 'string',
|
|
21914
|
+
description: 'string',
|
|
21915
|
+
downloadUrl: 'string',
|
|
21916
|
+
id: 'number',
|
|
21917
|
+
message: 'string',
|
|
21918
|
+
migrationType: 'string',
|
|
21919
|
+
name: 'string',
|
|
21920
|
+
packageType: 'string',
|
|
21921
|
+
projectId: 'number',
|
|
21922
|
+
status: 'string',
|
|
21923
|
+
tenantId: 'number',
|
|
21924
|
+
updateTime: 'number',
|
|
21925
|
+
updateUser: 'string',
|
|
21926
|
+
updateUserName: 'string',
|
|
20611
21927
|
};
|
|
20612
21928
|
}
|
|
20613
21929
|
}
|
|
20614
|
-
exports.
|
|
20615
|
-
class
|
|
21930
|
+
exports.ListMigrationsResponseBodyDataMigrations = ListMigrationsResponseBodyDataMigrations;
|
|
21931
|
+
class ListMigrationsResponseBodyData extends $tea.Model {
|
|
20616
21932
|
constructor(map) {
|
|
20617
21933
|
super(map);
|
|
20618
21934
|
}
|
|
20619
21935
|
static names() {
|
|
20620
21936
|
return {
|
|
20621
|
-
|
|
21937
|
+
migrations: 'Migrations',
|
|
21938
|
+
pageNumber: 'PageNumber',
|
|
21939
|
+
pageSize: 'PageSize',
|
|
20622
21940
|
totalCount: 'TotalCount',
|
|
20623
21941
|
};
|
|
20624
21942
|
}
|
|
20625
21943
|
static types() {
|
|
20626
21944
|
return {
|
|
20627
|
-
|
|
21945
|
+
migrations: { 'type': 'array', 'itemType': ListMigrationsResponseBodyDataMigrations },
|
|
21946
|
+
pageNumber: 'number',
|
|
21947
|
+
pageSize: 'number',
|
|
20628
21948
|
totalCount: 'number',
|
|
20629
21949
|
};
|
|
20630
21950
|
}
|
|
20631
21951
|
}
|
|
20632
|
-
exports.
|
|
21952
|
+
exports.ListMigrationsResponseBodyData = ListMigrationsResponseBodyData;
|
|
20633
21953
|
class ListNodeIOResponseBodyData extends $tea.Model {
|
|
20634
21954
|
constructor(map) {
|
|
20635
21955
|
super(map);
|
|
@@ -21882,6 +23202,24 @@ class ListTopicsResponseBodyData extends $tea.Model {
|
|
|
21882
23202
|
}
|
|
21883
23203
|
}
|
|
21884
23204
|
exports.ListTopicsResponseBodyData = ListTopicsResponseBodyData;
|
|
23205
|
+
class ListUsageForResourceGroupResponseBodyData extends $tea.Model {
|
|
23206
|
+
constructor(map) {
|
|
23207
|
+
super(map);
|
|
23208
|
+
}
|
|
23209
|
+
static names() {
|
|
23210
|
+
return {
|
|
23211
|
+
recodeTime: 'RecodeTime',
|
|
23212
|
+
usage: 'Usage',
|
|
23213
|
+
};
|
|
23214
|
+
}
|
|
23215
|
+
static types() {
|
|
23216
|
+
return {
|
|
23217
|
+
recodeTime: 'number',
|
|
23218
|
+
usage: 'number',
|
|
23219
|
+
};
|
|
23220
|
+
}
|
|
23221
|
+
}
|
|
23222
|
+
exports.ListUsageForResourceGroupResponseBodyData = ListUsageForResourceGroupResponseBodyData;
|
|
21885
23223
|
class QueryDISyncTaskConfigProcessResultResponseBodyData extends $tea.Model {
|
|
21886
23224
|
constructor(map) {
|
|
21887
23225
|
super(map);
|
|
@@ -23106,6 +24444,12 @@ class Client extends openapi_client_1.default {
|
|
|
23106
24444
|
if (!tea_util_1.default.isUnset(request.inputList)) {
|
|
23107
24445
|
body["InputList"] = request.inputList;
|
|
23108
24446
|
}
|
|
24447
|
+
if (!tea_util_1.default.isUnset(request.inputParameters)) {
|
|
24448
|
+
body["InputParameters"] = request.inputParameters;
|
|
24449
|
+
}
|
|
24450
|
+
if (!tea_util_1.default.isUnset(request.outputParameters)) {
|
|
24451
|
+
body["OutputParameters"] = request.outputParameters;
|
|
24452
|
+
}
|
|
23109
24453
|
if (!tea_util_1.default.isUnset(request.owner)) {
|
|
23110
24454
|
body["Owner"] = request.owner;
|
|
23111
24455
|
}
|
|
@@ -25250,6 +26594,32 @@ class Client extends openapi_client_1.default {
|
|
|
25250
26594
|
let runtime = new $Util.RuntimeOptions({});
|
|
25251
26595
|
return await this.getDeploymentWithOptions(request, runtime);
|
|
25252
26596
|
}
|
|
26597
|
+
async getExtensionWithOptions(request, runtime) {
|
|
26598
|
+
tea_util_1.default.validateModel(request);
|
|
26599
|
+
let query = {};
|
|
26600
|
+
if (!tea_util_1.default.isUnset(request.extensionCode)) {
|
|
26601
|
+
query["ExtensionCode"] = request.extensionCode;
|
|
26602
|
+
}
|
|
26603
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
26604
|
+
query: openapi_util_1.default.query(query),
|
|
26605
|
+
});
|
|
26606
|
+
let params = new $OpenApi.Params({
|
|
26607
|
+
action: "GetExtension",
|
|
26608
|
+
version: "2020-05-18",
|
|
26609
|
+
protocol: "HTTPS",
|
|
26610
|
+
pathname: "/",
|
|
26611
|
+
method: "POST",
|
|
26612
|
+
authType: "AK",
|
|
26613
|
+
style: "RPC",
|
|
26614
|
+
reqBodyType: "formData",
|
|
26615
|
+
bodyType: "json",
|
|
26616
|
+
});
|
|
26617
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetExtensionResponse({}));
|
|
26618
|
+
}
|
|
26619
|
+
async getExtension(request) {
|
|
26620
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
26621
|
+
return await this.getExtensionWithOptions(request, runtime);
|
|
26622
|
+
}
|
|
25253
26623
|
async getFileWithOptions(request, runtime) {
|
|
25254
26624
|
tea_util_1.default.validateModel(request);
|
|
25255
26625
|
let body = {};
|
|
@@ -26410,6 +27780,35 @@ class Client extends openapi_client_1.default {
|
|
|
26410
27780
|
let runtime = new $Util.RuntimeOptions({});
|
|
26411
27781
|
return await this.getOpSensitiveDataWithOptions(request, runtime);
|
|
26412
27782
|
}
|
|
27783
|
+
async getOptionValueForProjectWithOptions(request, runtime) {
|
|
27784
|
+
tea_util_1.default.validateModel(request);
|
|
27785
|
+
let body = {};
|
|
27786
|
+
if (!tea_util_1.default.isUnset(request.extensionCode)) {
|
|
27787
|
+
body["ExtensionCode"] = request.extensionCode;
|
|
27788
|
+
}
|
|
27789
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
27790
|
+
body["ProjectId"] = request.projectId;
|
|
27791
|
+
}
|
|
27792
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
27793
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
27794
|
+
});
|
|
27795
|
+
let params = new $OpenApi.Params({
|
|
27796
|
+
action: "GetOptionValueForProject",
|
|
27797
|
+
version: "2020-05-18",
|
|
27798
|
+
protocol: "HTTPS",
|
|
27799
|
+
pathname: "/",
|
|
27800
|
+
method: "POST",
|
|
27801
|
+
authType: "AK",
|
|
27802
|
+
style: "RPC",
|
|
27803
|
+
reqBodyType: "formData",
|
|
27804
|
+
bodyType: "json",
|
|
27805
|
+
});
|
|
27806
|
+
return $tea.cast(await this.callApi(params, req, runtime), new GetOptionValueForProjectResponse({}));
|
|
27807
|
+
}
|
|
27808
|
+
async getOptionValueForProject(request) {
|
|
27809
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
27810
|
+
return await this.getOptionValueForProjectWithOptions(request, runtime);
|
|
27811
|
+
}
|
|
26413
27812
|
async getPermissionApplyOrderDetailWithOptions(request, runtime) {
|
|
26414
27813
|
tea_util_1.default.validateModel(request);
|
|
26415
27814
|
let query = {};
|
|
@@ -26986,6 +28385,73 @@ class Client extends openapi_client_1.default {
|
|
|
26986
28385
|
let runtime = new $Util.RuntimeOptions({});
|
|
26987
28386
|
return await this.listConnectionsWithOptions(request, runtime);
|
|
26988
28387
|
}
|
|
28388
|
+
async listCurrentTasksForResourceGroupWithOptions(request, runtime) {
|
|
28389
|
+
tea_util_1.default.validateModel(request);
|
|
28390
|
+
let body = {};
|
|
28391
|
+
if (!tea_util_1.default.isUnset(request.pageNumber)) {
|
|
28392
|
+
body["PageNumber"] = request.pageNumber;
|
|
28393
|
+
}
|
|
28394
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
28395
|
+
body["PageSize"] = request.pageSize;
|
|
28396
|
+
}
|
|
28397
|
+
if (!tea_util_1.default.isUnset(request.projectEnv)) {
|
|
28398
|
+
body["ProjectEnv"] = request.projectEnv;
|
|
28399
|
+
}
|
|
28400
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupIdentifier)) {
|
|
28401
|
+
body["ResourceGroupIdentifier"] = request.resourceGroupIdentifier;
|
|
28402
|
+
}
|
|
28403
|
+
if (!tea_util_1.default.isUnset(request.status)) {
|
|
28404
|
+
body["Status"] = request.status;
|
|
28405
|
+
}
|
|
28406
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
28407
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
28408
|
+
});
|
|
28409
|
+
let params = new $OpenApi.Params({
|
|
28410
|
+
action: "ListCurrentTasksForResourceGroup",
|
|
28411
|
+
version: "2020-05-18",
|
|
28412
|
+
protocol: "HTTPS",
|
|
28413
|
+
pathname: "/",
|
|
28414
|
+
method: "POST",
|
|
28415
|
+
authType: "AK",
|
|
28416
|
+
style: "RPC",
|
|
28417
|
+
reqBodyType: "formData",
|
|
28418
|
+
bodyType: "json",
|
|
28419
|
+
});
|
|
28420
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListCurrentTasksForResourceGroupResponse({}));
|
|
28421
|
+
}
|
|
28422
|
+
async listCurrentTasksForResourceGroup(request) {
|
|
28423
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
28424
|
+
return await this.listCurrentTasksForResourceGroupWithOptions(request, runtime);
|
|
28425
|
+
}
|
|
28426
|
+
async listCurrentUsageForResourceGroupWithOptions(request, runtime) {
|
|
28427
|
+
tea_util_1.default.validateModel(request);
|
|
28428
|
+
let body = {};
|
|
28429
|
+
if (!tea_util_1.default.isUnset(request.projectEnv)) {
|
|
28430
|
+
body["ProjectEnv"] = request.projectEnv;
|
|
28431
|
+
}
|
|
28432
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupIdentifier)) {
|
|
28433
|
+
body["ResourceGroupIdentifier"] = request.resourceGroupIdentifier;
|
|
28434
|
+
}
|
|
28435
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
28436
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
28437
|
+
});
|
|
28438
|
+
let params = new $OpenApi.Params({
|
|
28439
|
+
action: "ListCurrentUsageForResourceGroup",
|
|
28440
|
+
version: "2020-05-18",
|
|
28441
|
+
protocol: "HTTPS",
|
|
28442
|
+
pathname: "/",
|
|
28443
|
+
method: "POST",
|
|
28444
|
+
authType: "AK",
|
|
28445
|
+
style: "RPC",
|
|
28446
|
+
reqBodyType: "formData",
|
|
28447
|
+
bodyType: "json",
|
|
28448
|
+
});
|
|
28449
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListCurrentUsageForResourceGroupResponse({}));
|
|
28450
|
+
}
|
|
28451
|
+
async listCurrentUsageForResourceGroup(request) {
|
|
28452
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
28453
|
+
return await this.listCurrentUsageForResourceGroupWithOptions(request, runtime);
|
|
28454
|
+
}
|
|
26989
28455
|
async listDIProjectConfigWithOptions(request, runtime) {
|
|
26990
28456
|
tea_util_1.default.validateModel(request);
|
|
26991
28457
|
let query = {};
|
|
@@ -27405,6 +28871,29 @@ class Client extends openapi_client_1.default {
|
|
|
27405
28871
|
let runtime = new $Util.RuntimeOptions({});
|
|
27406
28872
|
return await this.listDeploymentsWithOptions(request, runtime);
|
|
27407
28873
|
}
|
|
28874
|
+
async listExtensionsWithOptions(request, runtime) {
|
|
28875
|
+
tea_util_1.default.validateModel(request);
|
|
28876
|
+
let query = openapi_util_1.default.query(tea_util_1.default.toMap(request));
|
|
28877
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
28878
|
+
query: openapi_util_1.default.query(query),
|
|
28879
|
+
});
|
|
28880
|
+
let params = new $OpenApi.Params({
|
|
28881
|
+
action: "ListExtensions",
|
|
28882
|
+
version: "2020-05-18",
|
|
28883
|
+
protocol: "HTTPS",
|
|
28884
|
+
pathname: "/",
|
|
28885
|
+
method: "GET",
|
|
28886
|
+
authType: "AK",
|
|
28887
|
+
style: "RPC",
|
|
28888
|
+
reqBodyType: "formData",
|
|
28889
|
+
bodyType: "json",
|
|
28890
|
+
});
|
|
28891
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListExtensionsResponse({}));
|
|
28892
|
+
}
|
|
28893
|
+
async listExtensions(request) {
|
|
28894
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
28895
|
+
return await this.listExtensionsWithOptions(request, runtime);
|
|
28896
|
+
}
|
|
27408
28897
|
async listFileTypeWithOptions(request, runtime) {
|
|
27409
28898
|
tea_util_1.default.validateModel(request);
|
|
27410
28899
|
let body = {};
|
|
@@ -27575,6 +29064,47 @@ class Client extends openapi_client_1.default {
|
|
|
27575
29064
|
let runtime = new $Util.RuntimeOptions({});
|
|
27576
29065
|
return await this.listFoldersWithOptions(request, runtime);
|
|
27577
29066
|
}
|
|
29067
|
+
async listHistoryTasksForResourceGroupWithOptions(request, runtime) {
|
|
29068
|
+
tea_util_1.default.validateModel(request);
|
|
29069
|
+
let body = {};
|
|
29070
|
+
if (!tea_util_1.default.isUnset(request.endTime)) {
|
|
29071
|
+
body["EndTime"] = request.endTime;
|
|
29072
|
+
}
|
|
29073
|
+
if (!tea_util_1.default.isUnset(request.pageNumber)) {
|
|
29074
|
+
body["PageNumber"] = request.pageNumber;
|
|
29075
|
+
}
|
|
29076
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
29077
|
+
body["PageSize"] = request.pageSize;
|
|
29078
|
+
}
|
|
29079
|
+
if (!tea_util_1.default.isUnset(request.projectEnv)) {
|
|
29080
|
+
body["ProjectEnv"] = request.projectEnv;
|
|
29081
|
+
}
|
|
29082
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupIdentifier)) {
|
|
29083
|
+
body["ResourceGroupIdentifier"] = request.resourceGroupIdentifier;
|
|
29084
|
+
}
|
|
29085
|
+
if (!tea_util_1.default.isUnset(request.startTime)) {
|
|
29086
|
+
body["StartTime"] = request.startTime;
|
|
29087
|
+
}
|
|
29088
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
29089
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
29090
|
+
});
|
|
29091
|
+
let params = new $OpenApi.Params({
|
|
29092
|
+
action: "ListHistoryTasksForResourceGroup",
|
|
29093
|
+
version: "2020-05-18",
|
|
29094
|
+
protocol: "HTTPS",
|
|
29095
|
+
pathname: "/",
|
|
29096
|
+
method: "POST",
|
|
29097
|
+
authType: "AK",
|
|
29098
|
+
style: "RPC",
|
|
29099
|
+
reqBodyType: "formData",
|
|
29100
|
+
bodyType: "json",
|
|
29101
|
+
});
|
|
29102
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListHistoryTasksForResourceGroupResponse({}));
|
|
29103
|
+
}
|
|
29104
|
+
async listHistoryTasksForResourceGroup(request) {
|
|
29105
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
29106
|
+
return await this.listHistoryTasksForResourceGroupWithOptions(request, runtime);
|
|
29107
|
+
}
|
|
27578
29108
|
async listInstanceAmountWithOptions(request, runtime) {
|
|
27579
29109
|
tea_util_1.default.validateModel(request);
|
|
27580
29110
|
let body = {};
|
|
@@ -27724,6 +29254,44 @@ class Client extends openapi_client_1.default {
|
|
|
27724
29254
|
let runtime = new $Util.RuntimeOptions({});
|
|
27725
29255
|
return await this.listMetaDBWithOptions(request, runtime);
|
|
27726
29256
|
}
|
|
29257
|
+
async listMigrationsWithOptions(request, runtime) {
|
|
29258
|
+
tea_util_1.default.validateModel(request);
|
|
29259
|
+
let body = {};
|
|
29260
|
+
if (!tea_util_1.default.isUnset(request.migrationType)) {
|
|
29261
|
+
body["MigrationType"] = request.migrationType;
|
|
29262
|
+
}
|
|
29263
|
+
if (!tea_util_1.default.isUnset(request.owner)) {
|
|
29264
|
+
body["Owner"] = request.owner;
|
|
29265
|
+
}
|
|
29266
|
+
if (!tea_util_1.default.isUnset(request.pageNumber)) {
|
|
29267
|
+
body["PageNumber"] = request.pageNumber;
|
|
29268
|
+
}
|
|
29269
|
+
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
29270
|
+
body["PageSize"] = request.pageSize;
|
|
29271
|
+
}
|
|
29272
|
+
if (!tea_util_1.default.isUnset(request.projectId)) {
|
|
29273
|
+
body["ProjectId"] = request.projectId;
|
|
29274
|
+
}
|
|
29275
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
29276
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
29277
|
+
});
|
|
29278
|
+
let params = new $OpenApi.Params({
|
|
29279
|
+
action: "ListMigrations",
|
|
29280
|
+
version: "2020-05-18",
|
|
29281
|
+
protocol: "HTTPS",
|
|
29282
|
+
pathname: "/",
|
|
29283
|
+
method: "POST",
|
|
29284
|
+
authType: "AK",
|
|
29285
|
+
style: "RPC",
|
|
29286
|
+
reqBodyType: "formData",
|
|
29287
|
+
bodyType: "json",
|
|
29288
|
+
});
|
|
29289
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListMigrationsResponse({}));
|
|
29290
|
+
}
|
|
29291
|
+
async listMigrations(request) {
|
|
29292
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
29293
|
+
return await this.listMigrationsWithOptions(request, runtime);
|
|
29294
|
+
}
|
|
27727
29295
|
async listNodeIOWithOptions(request, runtime) {
|
|
27728
29296
|
tea_util_1.default.validateModel(request);
|
|
27729
29297
|
let body = {};
|
|
@@ -28444,6 +30012,41 @@ class Client extends openapi_client_1.default {
|
|
|
28444
30012
|
let runtime = new $Util.RuntimeOptions({});
|
|
28445
30013
|
return await this.listTopicsWithOptions(request, runtime);
|
|
28446
30014
|
}
|
|
30015
|
+
async listUsageForResourceGroupWithOptions(request, runtime) {
|
|
30016
|
+
tea_util_1.default.validateModel(request);
|
|
30017
|
+
let body = {};
|
|
30018
|
+
if (!tea_util_1.default.isUnset(request.endTime)) {
|
|
30019
|
+
body["EndTime"] = request.endTime;
|
|
30020
|
+
}
|
|
30021
|
+
if (!tea_util_1.default.isUnset(request.projectEnv)) {
|
|
30022
|
+
body["ProjectEnv"] = request.projectEnv;
|
|
30023
|
+
}
|
|
30024
|
+
if (!tea_util_1.default.isUnset(request.resourceGroupIdentifier)) {
|
|
30025
|
+
body["ResourceGroupIdentifier"] = request.resourceGroupIdentifier;
|
|
30026
|
+
}
|
|
30027
|
+
if (!tea_util_1.default.isUnset(request.startTime)) {
|
|
30028
|
+
body["StartTime"] = request.startTime;
|
|
30029
|
+
}
|
|
30030
|
+
let req = new $OpenApi.OpenApiRequest({
|
|
30031
|
+
body: openapi_util_1.default.parseToMap(body),
|
|
30032
|
+
});
|
|
30033
|
+
let params = new $OpenApi.Params({
|
|
30034
|
+
action: "ListUsageForResourceGroup",
|
|
30035
|
+
version: "2020-05-18",
|
|
30036
|
+
protocol: "HTTPS",
|
|
30037
|
+
pathname: "/",
|
|
30038
|
+
method: "POST",
|
|
30039
|
+
authType: "AK",
|
|
30040
|
+
style: "RPC",
|
|
30041
|
+
reqBodyType: "formData",
|
|
30042
|
+
bodyType: "json",
|
|
30043
|
+
});
|
|
30044
|
+
return $tea.cast(await this.callApi(params, req, runtime), new ListUsageForResourceGroupResponse({}));
|
|
30045
|
+
}
|
|
30046
|
+
async listUsageForResourceGroup(request) {
|
|
30047
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
30048
|
+
return await this.listUsageForResourceGroupWithOptions(request, runtime);
|
|
30049
|
+
}
|
|
28447
30050
|
async publishDataServiceApiWithOptions(request, runtime) {
|
|
28448
30051
|
tea_util_1.default.validateModel(request);
|
|
28449
30052
|
let body = {};
|
|
@@ -29662,9 +31265,15 @@ class Client extends openapi_client_1.default {
|
|
|
29662
31265
|
if (!tea_util_1.default.isUnset(request.inputList)) {
|
|
29663
31266
|
body["InputList"] = request.inputList;
|
|
29664
31267
|
}
|
|
31268
|
+
if (!tea_util_1.default.isUnset(request.inputParameters)) {
|
|
31269
|
+
body["InputParameters"] = request.inputParameters;
|
|
31270
|
+
}
|
|
29665
31271
|
if (!tea_util_1.default.isUnset(request.outputList)) {
|
|
29666
31272
|
body["OutputList"] = request.outputList;
|
|
29667
31273
|
}
|
|
31274
|
+
if (!tea_util_1.default.isUnset(request.outputParameters)) {
|
|
31275
|
+
body["OutputParameters"] = request.outputParameters;
|
|
31276
|
+
}
|
|
29668
31277
|
if (!tea_util_1.default.isUnset(request.owner)) {
|
|
29669
31278
|
body["Owner"] = request.owner;
|
|
29670
31279
|
}
|