@alicloud/dataworks-public20200518 4.3.7 → 4.3.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/client.ts CHANGED
@@ -75,10 +75,12 @@ export class AbolishDataServiceApiResponseBody extends $tea.Model {
75
75
 
76
76
  export class AbolishDataServiceApiResponse extends $tea.Model {
77
77
  headers: { [key: string]: string };
78
+ statusCode: number;
78
79
  body: AbolishDataServiceApiResponseBody;
79
80
  static names(): { [key: string]: string } {
80
81
  return {
81
82
  headers: 'headers',
83
+ statusCode: 'statusCode',
82
84
  body: 'body',
83
85
  };
84
86
  }
@@ -86,6 +88,7 @@ export class AbolishDataServiceApiResponse extends $tea.Model {
86
88
  static types(): { [key: string]: any } {
87
89
  return {
88
90
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
91
+ statusCode: 'number',
89
92
  body: AbolishDataServiceApiResponseBody,
90
93
  };
91
94
  }
@@ -144,10 +147,12 @@ export class AddProjectMemberToRoleResponseBody extends $tea.Model {
144
147
 
145
148
  export class AddProjectMemberToRoleResponse extends $tea.Model {
146
149
  headers: { [key: string]: string };
150
+ statusCode: number;
147
151
  body: AddProjectMemberToRoleResponseBody;
148
152
  static names(): { [key: string]: string } {
149
153
  return {
150
154
  headers: 'headers',
155
+ statusCode: 'statusCode',
151
156
  body: 'body',
152
157
  };
153
158
  }
@@ -155,6 +160,7 @@ export class AddProjectMemberToRoleResponse extends $tea.Model {
155
160
  static types(): { [key: string]: any } {
156
161
  return {
157
162
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
163
+ statusCode: 'number',
158
164
  body: AddProjectMemberToRoleResponseBody,
159
165
  };
160
166
  }
@@ -222,10 +228,12 @@ export class AddToMetaCategoryResponseBody extends $tea.Model {
222
228
 
223
229
  export class AddToMetaCategoryResponse extends $tea.Model {
224
230
  headers: { [key: string]: string };
231
+ statusCode: number;
225
232
  body: AddToMetaCategoryResponseBody;
226
233
  static names(): { [key: string]: string } {
227
234
  return {
228
235
  headers: 'headers',
236
+ statusCode: 'statusCode',
229
237
  body: 'body',
230
238
  };
231
239
  }
@@ -233,6 +241,7 @@ export class AddToMetaCategoryResponse extends $tea.Model {
233
241
  static types(): { [key: string]: any } {
234
242
  return {
235
243
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
244
+ statusCode: 'number',
236
245
  body: AddToMetaCategoryResponseBody,
237
246
  };
238
247
  }
@@ -291,10 +300,12 @@ export class ApprovePermissionApplyOrderResponseBody extends $tea.Model {
291
300
 
292
301
  export class ApprovePermissionApplyOrderResponse extends $tea.Model {
293
302
  headers: { [key: string]: string };
303
+ statusCode: number;
294
304
  body: ApprovePermissionApplyOrderResponseBody;
295
305
  static names(): { [key: string]: string } {
296
306
  return {
297
307
  headers: 'headers',
308
+ statusCode: 'statusCode',
298
309
  body: 'body',
299
310
  };
300
311
  }
@@ -302,6 +313,7 @@ export class ApprovePermissionApplyOrderResponse extends $tea.Model {
302
313
  static types(): { [key: string]: any } {
303
314
  return {
304
315
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
316
+ statusCode: 'number',
305
317
  body: ApprovePermissionApplyOrderResponseBody,
306
318
  };
307
319
  }
@@ -357,10 +369,12 @@ export class CheckFileDeploymentResponseBody extends $tea.Model {
357
369
 
358
370
  export class CheckFileDeploymentResponse extends $tea.Model {
359
371
  headers: { [key: string]: string };
372
+ statusCode: number;
360
373
  body: CheckFileDeploymentResponseBody;
361
374
  static names(): { [key: string]: string } {
362
375
  return {
363
376
  headers: 'headers',
377
+ statusCode: 'statusCode',
364
378
  body: 'body',
365
379
  };
366
380
  }
@@ -368,6 +382,7 @@ export class CheckFileDeploymentResponse extends $tea.Model {
368
382
  static types(): { [key: string]: any } {
369
383
  return {
370
384
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
385
+ statusCode: 'number',
371
386
  body: CheckFileDeploymentResponseBody,
372
387
  };
373
388
  }
@@ -447,10 +462,12 @@ export class CheckMetaPartitionResponseBody extends $tea.Model {
447
462
 
448
463
  export class CheckMetaPartitionResponse extends $tea.Model {
449
464
  headers: { [key: string]: string };
465
+ statusCode: number;
450
466
  body: CheckMetaPartitionResponseBody;
451
467
  static names(): { [key: string]: string } {
452
468
  return {
453
469
  headers: 'headers',
470
+ statusCode: 'statusCode',
454
471
  body: 'body',
455
472
  };
456
473
  }
@@ -458,6 +475,7 @@ export class CheckMetaPartitionResponse extends $tea.Model {
458
475
  static types(): { [key: string]: any } {
459
476
  return {
460
477
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
478
+ statusCode: 'number',
461
479
  body: CheckMetaPartitionResponseBody,
462
480
  };
463
481
  }
@@ -522,10 +540,12 @@ export class CheckMetaTableResponseBody extends $tea.Model {
522
540
 
523
541
  export class CheckMetaTableResponse extends $tea.Model {
524
542
  headers: { [key: string]: string };
543
+ statusCode: number;
525
544
  body: CheckMetaTableResponseBody;
526
545
  static names(): { [key: string]: string } {
527
546
  return {
528
547
  headers: 'headers',
548
+ statusCode: 'statusCode',
529
549
  body: 'body',
530
550
  };
531
551
  }
@@ -533,6 +553,7 @@ export class CheckMetaTableResponse extends $tea.Model {
533
553
  static types(): { [key: string]: any } {
534
554
  return {
535
555
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
556
+ statusCode: 'number',
536
557
  body: CheckMetaTableResponseBody,
537
558
  };
538
559
  }
@@ -612,10 +633,12 @@ export class CreateBusinessResponseBody extends $tea.Model {
612
633
 
613
634
  export class CreateBusinessResponse extends $tea.Model {
614
635
  headers: { [key: string]: string };
636
+ statusCode: number;
615
637
  body: CreateBusinessResponseBody;
616
638
  static names(): { [key: string]: string } {
617
639
  return {
618
640
  headers: 'headers',
641
+ statusCode: 'statusCode',
619
642
  body: 'body',
620
643
  };
621
644
  }
@@ -623,6 +646,7 @@ export class CreateBusinessResponse extends $tea.Model {
623
646
  static types(): { [key: string]: any } {
624
647
  return {
625
648
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
649
+ statusCode: 'number',
626
650
  body: CreateBusinessResponseBody,
627
651
  };
628
652
  }
@@ -699,10 +723,12 @@ export class CreateConnectionResponseBody extends $tea.Model {
699
723
 
700
724
  export class CreateConnectionResponse extends $tea.Model {
701
725
  headers: { [key: string]: string };
726
+ statusCode: number;
702
727
  body: CreateConnectionResponseBody;
703
728
  static names(): { [key: string]: string } {
704
729
  return {
705
730
  headers: 'headers',
731
+ statusCode: 'statusCode',
706
732
  body: 'body',
707
733
  };
708
734
  }
@@ -710,6 +736,7 @@ export class CreateConnectionResponse extends $tea.Model {
710
736
  static types(): { [key: string]: any } {
711
737
  return {
712
738
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
739
+ statusCode: 'number',
713
740
  body: CreateConnectionResponseBody,
714
741
  };
715
742
  }
@@ -780,10 +807,12 @@ export class CreateDISyncTaskResponseBody extends $tea.Model {
780
807
 
781
808
  export class CreateDISyncTaskResponse extends $tea.Model {
782
809
  headers: { [key: string]: string };
810
+ statusCode: number;
783
811
  body: CreateDISyncTaskResponseBody;
784
812
  static names(): { [key: string]: string } {
785
813
  return {
786
814
  headers: 'headers',
815
+ statusCode: 'statusCode',
787
816
  body: 'body',
788
817
  };
789
818
  }
@@ -791,6 +820,7 @@ export class CreateDISyncTaskResponse extends $tea.Model {
791
820
  static types(): { [key: string]: any } {
792
821
  return {
793
822
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
823
+ statusCode: 'number',
794
824
  body: CreateDISyncTaskResponseBody,
795
825
  };
796
826
  }
@@ -885,10 +915,12 @@ export class CreateDagComplementResponseBody extends $tea.Model {
885
915
 
886
916
  export class CreateDagComplementResponse extends $tea.Model {
887
917
  headers: { [key: string]: string };
918
+ statusCode: number;
888
919
  body: CreateDagComplementResponseBody;
889
920
  static names(): { [key: string]: string } {
890
921
  return {
891
922
  headers: 'headers',
923
+ statusCode: 'statusCode',
892
924
  body: 'body',
893
925
  };
894
926
  }
@@ -896,6 +928,7 @@ export class CreateDagComplementResponse extends $tea.Model {
896
928
  static types(): { [key: string]: any } {
897
929
  return {
898
930
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
931
+ statusCode: 'number',
899
932
  body: CreateDagComplementResponseBody,
900
933
  };
901
934
  }
@@ -972,10 +1005,12 @@ export class CreateDagTestResponseBody extends $tea.Model {
972
1005
 
973
1006
  export class CreateDagTestResponse extends $tea.Model {
974
1007
  headers: { [key: string]: string };
1008
+ statusCode: number;
975
1009
  body: CreateDagTestResponseBody;
976
1010
  static names(): { [key: string]: string } {
977
1011
  return {
978
1012
  headers: 'headers',
1013
+ statusCode: 'statusCode',
979
1014
  body: 'body',
980
1015
  };
981
1016
  }
@@ -983,6 +1018,7 @@ export class CreateDagTestResponse extends $tea.Model {
983
1018
  static types(): { [key: string]: any } {
984
1019
  return {
985
1020
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1021
+ statusCode: 'number',
986
1022
  body: CreateDagTestResponseBody,
987
1023
  };
988
1024
  }
@@ -1092,10 +1128,12 @@ export class CreateDataServiceApiResponseBody extends $tea.Model {
1092
1128
 
1093
1129
  export class CreateDataServiceApiResponse extends $tea.Model {
1094
1130
  headers: { [key: string]: string };
1131
+ statusCode: number;
1095
1132
  body: CreateDataServiceApiResponseBody;
1096
1133
  static names(): { [key: string]: string } {
1097
1134
  return {
1098
1135
  headers: 'headers',
1136
+ statusCode: 'statusCode',
1099
1137
  body: 'body',
1100
1138
  };
1101
1139
  }
@@ -1103,6 +1141,7 @@ export class CreateDataServiceApiResponse extends $tea.Model {
1103
1141
  static types(): { [key: string]: any } {
1104
1142
  return {
1105
1143
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1144
+ statusCode: 'number',
1106
1145
  body: CreateDataServiceApiResponseBody,
1107
1146
  };
1108
1147
  }
@@ -1167,10 +1206,12 @@ export class CreateDataServiceApiAuthorityResponseBody extends $tea.Model {
1167
1206
 
1168
1207
  export class CreateDataServiceApiAuthorityResponse extends $tea.Model {
1169
1208
  headers: { [key: string]: string };
1209
+ statusCode: number;
1170
1210
  body: CreateDataServiceApiAuthorityResponseBody;
1171
1211
  static names(): { [key: string]: string } {
1172
1212
  return {
1173
1213
  headers: 'headers',
1214
+ statusCode: 'statusCode',
1174
1215
  body: 'body',
1175
1216
  };
1176
1217
  }
@@ -1178,6 +1219,7 @@ export class CreateDataServiceApiAuthorityResponse extends $tea.Model {
1178
1219
  static types(): { [key: string]: any } {
1179
1220
  return {
1180
1221
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1222
+ statusCode: 'number',
1181
1223
  body: CreateDataServiceApiAuthorityResponseBody,
1182
1224
  };
1183
1225
  }
@@ -1242,10 +1284,12 @@ export class CreateDataServiceFolderResponseBody extends $tea.Model {
1242
1284
 
1243
1285
  export class CreateDataServiceFolderResponse extends $tea.Model {
1244
1286
  headers: { [key: string]: string };
1287
+ statusCode: number;
1245
1288
  body: CreateDataServiceFolderResponseBody;
1246
1289
  static names(): { [key: string]: string } {
1247
1290
  return {
1248
1291
  headers: 'headers',
1292
+ statusCode: 'statusCode',
1249
1293
  body: 'body',
1250
1294
  };
1251
1295
  }
@@ -1253,6 +1297,7 @@ export class CreateDataServiceFolderResponse extends $tea.Model {
1253
1297
  static types(): { [key: string]: any } {
1254
1298
  return {
1255
1299
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1300
+ statusCode: 'number',
1256
1301
  body: CreateDataServiceFolderResponseBody,
1257
1302
  };
1258
1303
  }
@@ -1317,10 +1362,12 @@ export class CreateDataServiceGroupResponseBody extends $tea.Model {
1317
1362
 
1318
1363
  export class CreateDataServiceGroupResponse extends $tea.Model {
1319
1364
  headers: { [key: string]: string };
1365
+ statusCode: number;
1320
1366
  body: CreateDataServiceGroupResponseBody;
1321
1367
  static names(): { [key: string]: string } {
1322
1368
  return {
1323
1369
  headers: 'headers',
1370
+ statusCode: 'statusCode',
1324
1371
  body: 'body',
1325
1372
  };
1326
1373
  }
@@ -1328,6 +1375,7 @@ export class CreateDataServiceGroupResponse extends $tea.Model {
1328
1375
  static types(): { [key: string]: any } {
1329
1376
  return {
1330
1377
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1378
+ statusCode: 'number',
1331
1379
  body: CreateDataServiceGroupResponseBody,
1332
1380
  };
1333
1381
  }
@@ -1404,10 +1452,12 @@ export class CreateDataSourceResponseBody extends $tea.Model {
1404
1452
 
1405
1453
  export class CreateDataSourceResponse extends $tea.Model {
1406
1454
  headers: { [key: string]: string };
1455
+ statusCode: number;
1407
1456
  body: CreateDataSourceResponseBody;
1408
1457
  static names(): { [key: string]: string } {
1409
1458
  return {
1410
1459
  headers: 'headers',
1460
+ statusCode: 'statusCode',
1411
1461
  body: 'body',
1412
1462
  };
1413
1463
  }
@@ -1415,6 +1465,7 @@ export class CreateDataSourceResponse extends $tea.Model {
1415
1465
  static types(): { [key: string]: any } {
1416
1466
  return {
1417
1467
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1468
+ statusCode: 'number',
1418
1469
  body: CreateDataSourceResponseBody,
1419
1470
  };
1420
1471
  }
@@ -1485,10 +1536,12 @@ export class CreateExportMigrationResponseBody extends $tea.Model {
1485
1536
 
1486
1537
  export class CreateExportMigrationResponse extends $tea.Model {
1487
1538
  headers: { [key: string]: string };
1539
+ statusCode: number;
1488
1540
  body: CreateExportMigrationResponseBody;
1489
1541
  static names(): { [key: string]: string } {
1490
1542
  return {
1491
1543
  headers: 'headers',
1544
+ statusCode: 'statusCode',
1492
1545
  body: 'body',
1493
1546
  };
1494
1547
  }
@@ -1496,6 +1549,7 @@ export class CreateExportMigrationResponse extends $tea.Model {
1496
1549
  static types(): { [key: string]: any } {
1497
1550
  return {
1498
1551
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1552
+ statusCode: 'number',
1499
1553
  body: CreateExportMigrationResponseBody,
1500
1554
  };
1501
1555
  }
@@ -1644,10 +1698,12 @@ export class CreateFileResponseBody extends $tea.Model {
1644
1698
 
1645
1699
  export class CreateFileResponse extends $tea.Model {
1646
1700
  headers: { [key: string]: string };
1701
+ statusCode: number;
1647
1702
  body: CreateFileResponseBody;
1648
1703
  static names(): { [key: string]: string } {
1649
1704
  return {
1650
1705
  headers: 'headers',
1706
+ statusCode: 'statusCode',
1651
1707
  body: 'body',
1652
1708
  };
1653
1709
  }
@@ -1655,6 +1711,7 @@ export class CreateFileResponse extends $tea.Model {
1655
1711
  static types(): { [key: string]: any } {
1656
1712
  return {
1657
1713
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1714
+ statusCode: 'number',
1658
1715
  body: CreateFileResponseBody,
1659
1716
  };
1660
1717
  }
@@ -1725,10 +1782,12 @@ export class CreateFolderResponseBody extends $tea.Model {
1725
1782
 
1726
1783
  export class CreateFolderResponse extends $tea.Model {
1727
1784
  headers: { [key: string]: string };
1785
+ statusCode: number;
1728
1786
  body: CreateFolderResponseBody;
1729
1787
  static names(): { [key: string]: string } {
1730
1788
  return {
1731
1789
  headers: 'headers',
1790
+ statusCode: 'statusCode',
1732
1791
  body: 'body',
1733
1792
  };
1734
1793
  }
@@ -1736,6 +1795,7 @@ export class CreateFolderResponse extends $tea.Model {
1736
1795
  static types(): { [key: string]: any } {
1737
1796
  return {
1738
1797
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1798
+ statusCode: 'number',
1739
1799
  body: CreateFolderResponseBody,
1740
1800
  };
1741
1801
  }
@@ -1867,10 +1927,12 @@ export class CreateImportMigrationResponseBody extends $tea.Model {
1867
1927
 
1868
1928
  export class CreateImportMigrationResponse extends $tea.Model {
1869
1929
  headers: { [key: string]: string };
1930
+ statusCode: number;
1870
1931
  body: CreateImportMigrationResponseBody;
1871
1932
  static names(): { [key: string]: string } {
1872
1933
  return {
1873
1934
  headers: 'headers',
1935
+ statusCode: 'statusCode',
1874
1936
  body: 'body',
1875
1937
  };
1876
1938
  }
@@ -1878,6 +1940,7 @@ export class CreateImportMigrationResponse extends $tea.Model {
1878
1940
  static types(): { [key: string]: any } {
1879
1941
  return {
1880
1942
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
1943
+ statusCode: 'number',
1881
1944
  body: CreateImportMigrationResponseBody,
1882
1945
  };
1883
1946
  }
@@ -1951,10 +2014,12 @@ export class CreateManualDagResponseBody extends $tea.Model {
1951
2014
 
1952
2015
  export class CreateManualDagResponse extends $tea.Model {
1953
2016
  headers: { [key: string]: string };
2017
+ statusCode: number;
1954
2018
  body: CreateManualDagResponseBody;
1955
2019
  static names(): { [key: string]: string } {
1956
2020
  return {
1957
2021
  headers: 'headers',
2022
+ statusCode: 'statusCode',
1958
2023
  body: 'body',
1959
2024
  };
1960
2025
  }
@@ -1962,6 +2027,7 @@ export class CreateManualDagResponse extends $tea.Model {
1962
2027
  static types(): { [key: string]: any } {
1963
2028
  return {
1964
2029
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2030
+ statusCode: 'number',
1965
2031
  body: CreateManualDagResponseBody,
1966
2032
  };
1967
2033
  }
@@ -2032,10 +2098,12 @@ export class CreateMetaCategoryResponseBody extends $tea.Model {
2032
2098
 
2033
2099
  export class CreateMetaCategoryResponse extends $tea.Model {
2034
2100
  headers: { [key: string]: string };
2101
+ statusCode: number;
2035
2102
  body: CreateMetaCategoryResponseBody;
2036
2103
  static names(): { [key: string]: string } {
2037
2104
  return {
2038
2105
  headers: 'headers',
2106
+ statusCode: 'statusCode',
2039
2107
  body: 'body',
2040
2108
  };
2041
2109
  }
@@ -2043,6 +2111,7 @@ export class CreateMetaCategoryResponse extends $tea.Model {
2043
2111
  static types(): { [key: string]: any } {
2044
2112
  return {
2045
2113
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2114
+ statusCode: 'number',
2046
2115
  body: CreateMetaCategoryResponseBody,
2047
2116
  };
2048
2117
  }
@@ -2116,10 +2185,12 @@ export class CreatePermissionApplyOrderResponseBody extends $tea.Model {
2116
2185
 
2117
2186
  export class CreatePermissionApplyOrderResponse extends $tea.Model {
2118
2187
  headers: { [key: string]: string };
2188
+ statusCode: number;
2119
2189
  body: CreatePermissionApplyOrderResponseBody;
2120
2190
  static names(): { [key: string]: string } {
2121
2191
  return {
2122
2192
  headers: 'headers',
2193
+ statusCode: 'statusCode',
2123
2194
  body: 'body',
2124
2195
  };
2125
2196
  }
@@ -2127,6 +2198,7 @@ export class CreatePermissionApplyOrderResponse extends $tea.Model {
2127
2198
  static types(): { [key: string]: any } {
2128
2199
  return {
2129
2200
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2201
+ statusCode: 'number',
2130
2202
  body: CreatePermissionApplyOrderResponseBody,
2131
2203
  };
2132
2204
  }
@@ -2185,10 +2257,12 @@ export class CreateProjectMemberResponseBody extends $tea.Model {
2185
2257
 
2186
2258
  export class CreateProjectMemberResponse extends $tea.Model {
2187
2259
  headers: { [key: string]: string };
2260
+ statusCode: number;
2188
2261
  body: CreateProjectMemberResponseBody;
2189
2262
  static names(): { [key: string]: string } {
2190
2263
  return {
2191
2264
  headers: 'headers',
2265
+ statusCode: 'statusCode',
2192
2266
  body: 'body',
2193
2267
  };
2194
2268
  }
@@ -2196,6 +2270,7 @@ export class CreateProjectMemberResponse extends $tea.Model {
2196
2270
  static types(): { [key: string]: any } {
2197
2271
  return {
2198
2272
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2273
+ statusCode: 'number',
2199
2274
  body: CreateProjectMemberResponseBody,
2200
2275
  };
2201
2276
  }
@@ -2272,10 +2347,12 @@ export class CreateQualityEntityResponseBody extends $tea.Model {
2272
2347
 
2273
2348
  export class CreateQualityEntityResponse extends $tea.Model {
2274
2349
  headers: { [key: string]: string };
2350
+ statusCode: number;
2275
2351
  body: CreateQualityEntityResponseBody;
2276
2352
  static names(): { [key: string]: string } {
2277
2353
  return {
2278
2354
  headers: 'headers',
2355
+ statusCode: 'statusCode',
2279
2356
  body: 'body',
2280
2357
  };
2281
2358
  }
@@ -2283,6 +2360,7 @@ export class CreateQualityEntityResponse extends $tea.Model {
2283
2360
  static types(): { [key: string]: any } {
2284
2361
  return {
2285
2362
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2363
+ statusCode: 'number',
2286
2364
  body: CreateQualityEntityResponseBody,
2287
2365
  };
2288
2366
  }
@@ -2356,10 +2434,12 @@ export class CreateQualityFollowerResponseBody extends $tea.Model {
2356
2434
 
2357
2435
  export class CreateQualityFollowerResponse extends $tea.Model {
2358
2436
  headers: { [key: string]: string };
2437
+ statusCode: number;
2359
2438
  body: CreateQualityFollowerResponseBody;
2360
2439
  static names(): { [key: string]: string } {
2361
2440
  return {
2362
2441
  headers: 'headers',
2442
+ statusCode: 'statusCode',
2363
2443
  body: 'body',
2364
2444
  };
2365
2445
  }
@@ -2367,6 +2447,7 @@ export class CreateQualityFollowerResponse extends $tea.Model {
2367
2447
  static types(): { [key: string]: any } {
2368
2448
  return {
2369
2449
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2450
+ statusCode: 'number',
2370
2451
  body: CreateQualityFollowerResponseBody,
2371
2452
  };
2372
2453
  }
@@ -2452,10 +2533,12 @@ export class CreateQualityRelativeNodeResponseBody extends $tea.Model {
2452
2533
 
2453
2534
  export class CreateQualityRelativeNodeResponse extends $tea.Model {
2454
2535
  headers: { [key: string]: string };
2536
+ statusCode: number;
2455
2537
  body: CreateQualityRelativeNodeResponseBody;
2456
2538
  static names(): { [key: string]: string } {
2457
2539
  return {
2458
2540
  headers: 'headers',
2541
+ statusCode: 'statusCode',
2459
2542
  body: 'body',
2460
2543
  };
2461
2544
  }
@@ -2463,6 +2546,7 @@ export class CreateQualityRelativeNodeResponse extends $tea.Model {
2463
2546
  static types(): { [key: string]: any } {
2464
2547
  return {
2465
2548
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2549
+ statusCode: 'number',
2466
2550
  body: CreateQualityRelativeNodeResponseBody,
2467
2551
  };
2468
2552
  }
@@ -2578,10 +2662,12 @@ export class CreateQualityRuleResponseBody extends $tea.Model {
2578
2662
 
2579
2663
  export class CreateQualityRuleResponse extends $tea.Model {
2580
2664
  headers: { [key: string]: string };
2665
+ statusCode: number;
2581
2666
  body: CreateQualityRuleResponseBody;
2582
2667
  static names(): { [key: string]: string } {
2583
2668
  return {
2584
2669
  headers: 'headers',
2670
+ statusCode: 'statusCode',
2585
2671
  body: 'body',
2586
2672
  };
2587
2673
  }
@@ -2589,6 +2675,7 @@ export class CreateQualityRuleResponse extends $tea.Model {
2589
2675
  static types(): { [key: string]: any } {
2590
2676
  return {
2591
2677
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2678
+ statusCode: 'number',
2592
2679
  body: CreateQualityRuleResponseBody,
2593
2680
  };
2594
2681
  }
@@ -2695,10 +2782,12 @@ export class CreateRemindResponseBody extends $tea.Model {
2695
2782
 
2696
2783
  export class CreateRemindResponse extends $tea.Model {
2697
2784
  headers: { [key: string]: string };
2785
+ statusCode: number;
2698
2786
  body: CreateRemindResponseBody;
2699
2787
  static names(): { [key: string]: string } {
2700
2788
  return {
2701
2789
  headers: 'headers',
2790
+ statusCode: 'statusCode',
2702
2791
  body: 'body',
2703
2792
  };
2704
2793
  }
@@ -2706,6 +2795,7 @@ export class CreateRemindResponse extends $tea.Model {
2706
2795
  static types(): { [key: string]: any } {
2707
2796
  return {
2708
2797
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2798
+ statusCode: 'number',
2709
2799
  body: CreateRemindResponseBody,
2710
2800
  };
2711
2801
  }
@@ -2812,10 +2902,12 @@ export class CreateTableResponseBody extends $tea.Model {
2812
2902
 
2813
2903
  export class CreateTableResponse extends $tea.Model {
2814
2904
  headers: { [key: string]: string };
2905
+ statusCode: number;
2815
2906
  body: CreateTableResponseBody;
2816
2907
  static names(): { [key: string]: string } {
2817
2908
  return {
2818
2909
  headers: 'headers',
2910
+ statusCode: 'statusCode',
2819
2911
  body: 'body',
2820
2912
  };
2821
2913
  }
@@ -2823,6 +2915,7 @@ export class CreateTableResponse extends $tea.Model {
2823
2915
  static types(): { [key: string]: any } {
2824
2916
  return {
2825
2917
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2918
+ statusCode: 'number',
2826
2919
  body: CreateTableResponseBody,
2827
2920
  };
2828
2921
  }
@@ -2896,10 +2989,12 @@ export class CreateTableLevelResponseBody extends $tea.Model {
2896
2989
 
2897
2990
  export class CreateTableLevelResponse extends $tea.Model {
2898
2991
  headers: { [key: string]: string };
2992
+ statusCode: number;
2899
2993
  body: CreateTableLevelResponseBody;
2900
2994
  static names(): { [key: string]: string } {
2901
2995
  return {
2902
2996
  headers: 'headers',
2997
+ statusCode: 'statusCode',
2903
2998
  body: 'body',
2904
2999
  };
2905
3000
  }
@@ -2907,6 +3002,7 @@ export class CreateTableLevelResponse extends $tea.Model {
2907
3002
  static types(): { [key: string]: any } {
2908
3003
  return {
2909
3004
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3005
+ statusCode: 'number',
2910
3006
  body: CreateTableLevelResponseBody,
2911
3007
  };
2912
3008
  }
@@ -2980,10 +3076,12 @@ export class CreateTableThemeResponseBody extends $tea.Model {
2980
3076
 
2981
3077
  export class CreateTableThemeResponse extends $tea.Model {
2982
3078
  headers: { [key: string]: string };
3079
+ statusCode: number;
2983
3080
  body: CreateTableThemeResponseBody;
2984
3081
  static names(): { [key: string]: string } {
2985
3082
  return {
2986
3083
  headers: 'headers',
3084
+ statusCode: 'statusCode',
2987
3085
  body: 'body',
2988
3086
  };
2989
3087
  }
@@ -2991,6 +3089,7 @@ export class CreateTableThemeResponse extends $tea.Model {
2991
3089
  static types(): { [key: string]: any } {
2992
3090
  return {
2993
3091
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3092
+ statusCode: 'number',
2994
3093
  body: CreateTableThemeResponseBody,
2995
3094
  };
2996
3095
  }
@@ -3088,10 +3187,12 @@ export class CreateUdfFileResponseBody extends $tea.Model {
3088
3187
 
3089
3188
  export class CreateUdfFileResponse extends $tea.Model {
3090
3189
  headers: { [key: string]: string };
3190
+ statusCode: number;
3091
3191
  body: CreateUdfFileResponseBody;
3092
3192
  static names(): { [key: string]: string } {
3093
3193
  return {
3094
3194
  headers: 'headers',
3195
+ statusCode: 'statusCode',
3095
3196
  body: 'body',
3096
3197
  };
3097
3198
  }
@@ -3099,6 +3200,7 @@ export class CreateUdfFileResponse extends $tea.Model {
3099
3200
  static types(): { [key: string]: any } {
3100
3201
  return {
3101
3202
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3203
+ statusCode: 'number',
3102
3204
  body: CreateUdfFileResponseBody,
3103
3205
  };
3104
3206
  }
@@ -3166,10 +3268,12 @@ export class DeleteBusinessResponseBody extends $tea.Model {
3166
3268
 
3167
3269
  export class DeleteBusinessResponse extends $tea.Model {
3168
3270
  headers: { [key: string]: string };
3271
+ statusCode: number;
3169
3272
  body: DeleteBusinessResponseBody;
3170
3273
  static names(): { [key: string]: string } {
3171
3274
  return {
3172
3275
  headers: 'headers',
3276
+ statusCode: 'statusCode',
3173
3277
  body: 'body',
3174
3278
  };
3175
3279
  }
@@ -3177,6 +3281,7 @@ export class DeleteBusinessResponse extends $tea.Model {
3177
3281
  static types(): { [key: string]: any } {
3178
3282
  return {
3179
3283
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3284
+ statusCode: 'number',
3180
3285
  body: DeleteBusinessResponseBody,
3181
3286
  };
3182
3287
  }
@@ -3235,10 +3340,12 @@ export class DeleteConnectionResponseBody extends $tea.Model {
3235
3340
 
3236
3341
  export class DeleteConnectionResponse extends $tea.Model {
3237
3342
  headers: { [key: string]: string };
3343
+ statusCode: number;
3238
3344
  body: DeleteConnectionResponseBody;
3239
3345
  static names(): { [key: string]: string } {
3240
3346
  return {
3241
3347
  headers: 'headers',
3348
+ statusCode: 'statusCode',
3242
3349
  body: 'body',
3243
3350
  };
3244
3351
  }
@@ -3246,6 +3353,7 @@ export class DeleteConnectionResponse extends $tea.Model {
3246
3353
  static types(): { [key: string]: any } {
3247
3354
  return {
3248
3355
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3356
+ statusCode: 'number',
3249
3357
  body: DeleteConnectionResponseBody,
3250
3358
  };
3251
3359
  }
@@ -3307,10 +3415,12 @@ export class DeleteDISyncTaskResponseBody extends $tea.Model {
3307
3415
 
3308
3416
  export class DeleteDISyncTaskResponse extends $tea.Model {
3309
3417
  headers: { [key: string]: string };
3418
+ statusCode: number;
3310
3419
  body: DeleteDISyncTaskResponseBody;
3311
3420
  static names(): { [key: string]: string } {
3312
3421
  return {
3313
3422
  headers: 'headers',
3423
+ statusCode: 'statusCode',
3314
3424
  body: 'body',
3315
3425
  };
3316
3426
  }
@@ -3318,6 +3428,7 @@ export class DeleteDISyncTaskResponse extends $tea.Model {
3318
3428
  static types(): { [key: string]: any } {
3319
3429
  return {
3320
3430
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3431
+ statusCode: 'number',
3321
3432
  body: DeleteDISyncTaskResponseBody,
3322
3433
  };
3323
3434
  }
@@ -3388,10 +3499,12 @@ export class DeleteDataServiceApiResponseBody extends $tea.Model {
3388
3499
 
3389
3500
  export class DeleteDataServiceApiResponse extends $tea.Model {
3390
3501
  headers: { [key: string]: string };
3502
+ statusCode: number;
3391
3503
  body: DeleteDataServiceApiResponseBody;
3392
3504
  static names(): { [key: string]: string } {
3393
3505
  return {
3394
3506
  headers: 'headers',
3507
+ statusCode: 'statusCode',
3395
3508
  body: 'body',
3396
3509
  };
3397
3510
  }
@@ -3399,6 +3512,7 @@ export class DeleteDataServiceApiResponse extends $tea.Model {
3399
3512
  static types(): { [key: string]: any } {
3400
3513
  return {
3401
3514
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3515
+ statusCode: 'number',
3402
3516
  body: DeleteDataServiceApiResponseBody,
3403
3517
  };
3404
3518
  }
@@ -3460,10 +3574,12 @@ export class DeleteDataServiceApiAuthorityResponseBody extends $tea.Model {
3460
3574
 
3461
3575
  export class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
3462
3576
  headers: { [key: string]: string };
3577
+ statusCode: number;
3463
3578
  body: DeleteDataServiceApiAuthorityResponseBody;
3464
3579
  static names(): { [key: string]: string } {
3465
3580
  return {
3466
3581
  headers: 'headers',
3582
+ statusCode: 'statusCode',
3467
3583
  body: 'body',
3468
3584
  };
3469
3585
  }
@@ -3471,6 +3587,7 @@ export class DeleteDataServiceApiAuthorityResponse extends $tea.Model {
3471
3587
  static types(): { [key: string]: any } {
3472
3588
  return {
3473
3589
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3590
+ statusCode: 'number',
3474
3591
  body: DeleteDataServiceApiAuthorityResponseBody,
3475
3592
  };
3476
3593
  }
@@ -3529,10 +3646,12 @@ export class DeleteDataSourceResponseBody extends $tea.Model {
3529
3646
 
3530
3647
  export class DeleteDataSourceResponse extends $tea.Model {
3531
3648
  headers: { [key: string]: string };
3649
+ statusCode: number;
3532
3650
  body: DeleteDataSourceResponseBody;
3533
3651
  static names(): { [key: string]: string } {
3534
3652
  return {
3535
3653
  headers: 'headers',
3654
+ statusCode: 'statusCode',
3536
3655
  body: 'body',
3537
3656
  };
3538
3657
  }
@@ -3540,6 +3659,7 @@ export class DeleteDataSourceResponse extends $tea.Model {
3540
3659
  static types(): { [key: string]: any } {
3541
3660
  return {
3542
3661
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3662
+ statusCode: 'number',
3543
3663
  body: DeleteDataSourceResponseBody,
3544
3664
  };
3545
3665
  }
@@ -3610,10 +3730,12 @@ export class DeleteFileResponseBody extends $tea.Model {
3610
3730
 
3611
3731
  export class DeleteFileResponse extends $tea.Model {
3612
3732
  headers: { [key: string]: string };
3733
+ statusCode: number;
3613
3734
  body: DeleteFileResponseBody;
3614
3735
  static names(): { [key: string]: string } {
3615
3736
  return {
3616
3737
  headers: 'headers',
3738
+ statusCode: 'statusCode',
3617
3739
  body: 'body',
3618
3740
  };
3619
3741
  }
@@ -3621,6 +3743,7 @@ export class DeleteFileResponse extends $tea.Model {
3621
3743
  static types(): { [key: string]: any } {
3622
3744
  return {
3623
3745
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3746
+ statusCode: 'number',
3624
3747
  body: DeleteFileResponseBody,
3625
3748
  };
3626
3749
  }
@@ -3688,10 +3811,12 @@ export class DeleteFolderResponseBody extends $tea.Model {
3688
3811
 
3689
3812
  export class DeleteFolderResponse extends $tea.Model {
3690
3813
  headers: { [key: string]: string };
3814
+ statusCode: number;
3691
3815
  body: DeleteFolderResponseBody;
3692
3816
  static names(): { [key: string]: string } {
3693
3817
  return {
3694
3818
  headers: 'headers',
3819
+ statusCode: 'statusCode',
3695
3820
  body: 'body',
3696
3821
  };
3697
3822
  }
@@ -3699,6 +3824,7 @@ export class DeleteFolderResponse extends $tea.Model {
3699
3824
  static types(): { [key: string]: any } {
3700
3825
  return {
3701
3826
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3827
+ statusCode: 'number',
3702
3828
  body: DeleteFolderResponseBody,
3703
3829
  };
3704
3830
  }
@@ -3766,10 +3892,12 @@ export class DeleteFromMetaCategoryResponseBody extends $tea.Model {
3766
3892
 
3767
3893
  export class DeleteFromMetaCategoryResponse extends $tea.Model {
3768
3894
  headers: { [key: string]: string };
3895
+ statusCode: number;
3769
3896
  body: DeleteFromMetaCategoryResponseBody;
3770
3897
  static names(): { [key: string]: string } {
3771
3898
  return {
3772
3899
  headers: 'headers',
3900
+ statusCode: 'statusCode',
3773
3901
  body: 'body',
3774
3902
  };
3775
3903
  }
@@ -3777,6 +3905,7 @@ export class DeleteFromMetaCategoryResponse extends $tea.Model {
3777
3905
  static types(): { [key: string]: any } {
3778
3906
  return {
3779
3907
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3908
+ statusCode: 'number',
3780
3909
  body: DeleteFromMetaCategoryResponseBody,
3781
3910
  };
3782
3911
  }
@@ -3841,10 +3970,12 @@ export class DeleteMetaCategoryResponseBody extends $tea.Model {
3841
3970
 
3842
3971
  export class DeleteMetaCategoryResponse extends $tea.Model {
3843
3972
  headers: { [key: string]: string };
3973
+ statusCode: number;
3844
3974
  body: DeleteMetaCategoryResponseBody;
3845
3975
  static names(): { [key: string]: string } {
3846
3976
  return {
3847
3977
  headers: 'headers',
3978
+ statusCode: 'statusCode',
3848
3979
  body: 'body',
3849
3980
  };
3850
3981
  }
@@ -3852,6 +3983,7 @@ export class DeleteMetaCategoryResponse extends $tea.Model {
3852
3983
  static types(): { [key: string]: any } {
3853
3984
  return {
3854
3985
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
3986
+ statusCode: 'number',
3855
3987
  body: DeleteMetaCategoryResponseBody,
3856
3988
  };
3857
3989
  }
@@ -3904,10 +4036,12 @@ export class DeleteProjectMemberResponseBody extends $tea.Model {
3904
4036
 
3905
4037
  export class DeleteProjectMemberResponse extends $tea.Model {
3906
4038
  headers: { [key: string]: string };
4039
+ statusCode: number;
3907
4040
  body: DeleteProjectMemberResponseBody;
3908
4041
  static names(): { [key: string]: string } {
3909
4042
  return {
3910
4043
  headers: 'headers',
4044
+ statusCode: 'statusCode',
3911
4045
  body: 'body',
3912
4046
  };
3913
4047
  }
@@ -3915,6 +4049,7 @@ export class DeleteProjectMemberResponse extends $tea.Model {
3915
4049
  static types(): { [key: string]: any } {
3916
4050
  return {
3917
4051
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4052
+ statusCode: 'number',
3918
4053
  body: DeleteProjectMemberResponseBody,
3919
4054
  };
3920
4055
  }
@@ -3985,10 +4120,12 @@ export class DeleteQualityEntityResponseBody extends $tea.Model {
3985
4120
 
3986
4121
  export class DeleteQualityEntityResponse extends $tea.Model {
3987
4122
  headers: { [key: string]: string };
4123
+ statusCode: number;
3988
4124
  body: DeleteQualityEntityResponseBody;
3989
4125
  static names(): { [key: string]: string } {
3990
4126
  return {
3991
4127
  headers: 'headers',
4128
+ statusCode: 'statusCode',
3992
4129
  body: 'body',
3993
4130
  };
3994
4131
  }
@@ -3996,6 +4133,7 @@ export class DeleteQualityEntityResponse extends $tea.Model {
3996
4133
  static types(): { [key: string]: any } {
3997
4134
  return {
3998
4135
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4136
+ statusCode: 'number',
3999
4137
  body: DeleteQualityEntityResponseBody,
4000
4138
  };
4001
4139
  }
@@ -4063,10 +4201,12 @@ export class DeleteQualityFollowerResponseBody extends $tea.Model {
4063
4201
 
4064
4202
  export class DeleteQualityFollowerResponse extends $tea.Model {
4065
4203
  headers: { [key: string]: string };
4204
+ statusCode: number;
4066
4205
  body: DeleteQualityFollowerResponseBody;
4067
4206
  static names(): { [key: string]: string } {
4068
4207
  return {
4069
4208
  headers: 'headers',
4209
+ statusCode: 'statusCode',
4070
4210
  body: 'body',
4071
4211
  };
4072
4212
  }
@@ -4074,6 +4214,7 @@ export class DeleteQualityFollowerResponse extends $tea.Model {
4074
4214
  static types(): { [key: string]: any } {
4075
4215
  return {
4076
4216
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4217
+ statusCode: 'number',
4077
4218
  body: DeleteQualityFollowerResponseBody,
4078
4219
  };
4079
4220
  }
@@ -4159,10 +4300,12 @@ export class DeleteQualityRelativeNodeResponseBody extends $tea.Model {
4159
4300
 
4160
4301
  export class DeleteQualityRelativeNodeResponse extends $tea.Model {
4161
4302
  headers: { [key: string]: string };
4303
+ statusCode: number;
4162
4304
  body: DeleteQualityRelativeNodeResponseBody;
4163
4305
  static names(): { [key: string]: string } {
4164
4306
  return {
4165
4307
  headers: 'headers',
4308
+ statusCode: 'statusCode',
4166
4309
  body: 'body',
4167
4310
  };
4168
4311
  }
@@ -4170,6 +4313,7 @@ export class DeleteQualityRelativeNodeResponse extends $tea.Model {
4170
4313
  static types(): { [key: string]: any } {
4171
4314
  return {
4172
4315
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4316
+ statusCode: 'number',
4173
4317
  body: DeleteQualityRelativeNodeResponseBody,
4174
4318
  };
4175
4319
  }
@@ -4237,10 +4381,12 @@ export class DeleteQualityRuleResponseBody extends $tea.Model {
4237
4381
 
4238
4382
  export class DeleteQualityRuleResponse extends $tea.Model {
4239
4383
  headers: { [key: string]: string };
4384
+ statusCode: number;
4240
4385
  body: DeleteQualityRuleResponseBody;
4241
4386
  static names(): { [key: string]: string } {
4242
4387
  return {
4243
4388
  headers: 'headers',
4389
+ statusCode: 'statusCode',
4244
4390
  body: 'body',
4245
4391
  };
4246
4392
  }
@@ -4248,6 +4394,7 @@ export class DeleteQualityRuleResponse extends $tea.Model {
4248
4394
  static types(): { [key: string]: any } {
4249
4395
  return {
4250
4396
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4397
+ statusCode: 'number',
4251
4398
  body: DeleteQualityRuleResponseBody,
4252
4399
  };
4253
4400
  }
@@ -4312,10 +4459,12 @@ export class DeleteRemindResponseBody extends $tea.Model {
4312
4459
 
4313
4460
  export class DeleteRemindResponse extends $tea.Model {
4314
4461
  headers: { [key: string]: string };
4462
+ statusCode: number;
4315
4463
  body: DeleteRemindResponseBody;
4316
4464
  static names(): { [key: string]: string } {
4317
4465
  return {
4318
4466
  headers: 'headers',
4467
+ statusCode: 'statusCode',
4319
4468
  body: 'body',
4320
4469
  };
4321
4470
  }
@@ -4323,6 +4472,7 @@ export class DeleteRemindResponse extends $tea.Model {
4323
4472
  static types(): { [key: string]: any } {
4324
4473
  return {
4325
4474
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4475
+ statusCode: 'number',
4326
4476
  body: DeleteRemindResponseBody,
4327
4477
  };
4328
4478
  }
@@ -4384,10 +4534,12 @@ export class DeleteTableResponseBody extends $tea.Model {
4384
4534
 
4385
4535
  export class DeleteTableResponse extends $tea.Model {
4386
4536
  headers: { [key: string]: string };
4537
+ statusCode: number;
4387
4538
  body: DeleteTableResponseBody;
4388
4539
  static names(): { [key: string]: string } {
4389
4540
  return {
4390
4541
  headers: 'headers',
4542
+ statusCode: 'statusCode',
4391
4543
  body: 'body',
4392
4544
  };
4393
4545
  }
@@ -4395,6 +4547,7 @@ export class DeleteTableResponse extends $tea.Model {
4395
4547
  static types(): { [key: string]: any } {
4396
4548
  return {
4397
4549
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4550
+ statusCode: 'number',
4398
4551
  body: DeleteTableResponseBody,
4399
4552
  };
4400
4553
  }
@@ -4450,10 +4603,12 @@ export class DeleteTableLevelResponseBody extends $tea.Model {
4450
4603
 
4451
4604
  export class DeleteTableLevelResponse extends $tea.Model {
4452
4605
  headers: { [key: string]: string };
4606
+ statusCode: number;
4453
4607
  body: DeleteTableLevelResponseBody;
4454
4608
  static names(): { [key: string]: string } {
4455
4609
  return {
4456
4610
  headers: 'headers',
4611
+ statusCode: 'statusCode',
4457
4612
  body: 'body',
4458
4613
  };
4459
4614
  }
@@ -4461,6 +4616,7 @@ export class DeleteTableLevelResponse extends $tea.Model {
4461
4616
  static types(): { [key: string]: any } {
4462
4617
  return {
4463
4618
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4619
+ statusCode: 'number',
4464
4620
  body: DeleteTableLevelResponseBody,
4465
4621
  };
4466
4622
  }
@@ -4528,10 +4684,12 @@ export class DeleteTableThemeResponseBody extends $tea.Model {
4528
4684
 
4529
4685
  export class DeleteTableThemeResponse extends $tea.Model {
4530
4686
  headers: { [key: string]: string };
4687
+ statusCode: number;
4531
4688
  body: DeleteTableThemeResponseBody;
4532
4689
  static names(): { [key: string]: string } {
4533
4690
  return {
4534
4691
  headers: 'headers',
4692
+ statusCode: 'statusCode',
4535
4693
  body: 'body',
4536
4694
  };
4537
4695
  }
@@ -4539,6 +4697,7 @@ export class DeleteTableThemeResponse extends $tea.Model {
4539
4697
  static types(): { [key: string]: any } {
4540
4698
  return {
4541
4699
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4700
+ statusCode: 'number',
4542
4701
  body: DeleteTableThemeResponseBody,
4543
4702
  };
4544
4703
  }
@@ -4600,10 +4759,12 @@ export class DeployDISyncTaskResponseBody extends $tea.Model {
4600
4759
 
4601
4760
  export class DeployDISyncTaskResponse extends $tea.Model {
4602
4761
  headers: { [key: string]: string };
4762
+ statusCode: number;
4603
4763
  body: DeployDISyncTaskResponseBody;
4604
4764
  static names(): { [key: string]: string } {
4605
4765
  return {
4606
4766
  headers: 'headers',
4767
+ statusCode: 'statusCode',
4607
4768
  body: 'body',
4608
4769
  };
4609
4770
  }
@@ -4611,6 +4772,7 @@ export class DeployDISyncTaskResponse extends $tea.Model {
4611
4772
  static types(): { [key: string]: any } {
4612
4773
  return {
4613
4774
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4775
+ statusCode: 'number',
4614
4776
  body: DeployDISyncTaskResponseBody,
4615
4777
  };
4616
4778
  }
@@ -4687,10 +4849,12 @@ export class DeployFileResponseBody extends $tea.Model {
4687
4849
 
4688
4850
  export class DeployFileResponse extends $tea.Model {
4689
4851
  headers: { [key: string]: string };
4852
+ statusCode: number;
4690
4853
  body: DeployFileResponseBody;
4691
4854
  static names(): { [key: string]: string } {
4692
4855
  return {
4693
4856
  headers: 'headers',
4857
+ statusCode: 'statusCode',
4694
4858
  body: 'body',
4695
4859
  };
4696
4860
  }
@@ -4698,6 +4862,7 @@ export class DeployFileResponse extends $tea.Model {
4698
4862
  static types(): { [key: string]: any } {
4699
4863
  return {
4700
4864
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4865
+ statusCode: 'number',
4701
4866
  body: DeployFileResponseBody,
4702
4867
  };
4703
4868
  }
@@ -4753,10 +4918,12 @@ export class DesensitizeDataResponseBody extends $tea.Model {
4753
4918
 
4754
4919
  export class DesensitizeDataResponse extends $tea.Model {
4755
4920
  headers: { [key: string]: string };
4921
+ statusCode: number;
4756
4922
  body: DesensitizeDataResponseBody;
4757
4923
  static names(): { [key: string]: string } {
4758
4924
  return {
4759
4925
  headers: 'headers',
4926
+ statusCode: 'statusCode',
4760
4927
  body: 'body',
4761
4928
  };
4762
4929
  }
@@ -4764,6 +4931,7 @@ export class DesensitizeDataResponse extends $tea.Model {
4764
4931
  static types(): { [key: string]: any } {
4765
4932
  return {
4766
4933
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4934
+ statusCode: 'number',
4767
4935
  body: DesensitizeDataResponseBody,
4768
4936
  };
4769
4937
  }
@@ -4837,10 +5005,12 @@ export class EstablishRelationTableToBusinessResponseBody extends $tea.Model {
4837
5005
 
4838
5006
  export class EstablishRelationTableToBusinessResponse extends $tea.Model {
4839
5007
  headers: { [key: string]: string };
5008
+ statusCode: number;
4840
5009
  body: EstablishRelationTableToBusinessResponseBody;
4841
5010
  static names(): { [key: string]: string } {
4842
5011
  return {
4843
5012
  headers: 'headers',
5013
+ statusCode: 'statusCode',
4844
5014
  body: 'body',
4845
5015
  };
4846
5016
  }
@@ -4848,6 +5018,7 @@ export class EstablishRelationTableToBusinessResponse extends $tea.Model {
4848
5018
  static types(): { [key: string]: any } {
4849
5019
  return {
4850
5020
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5021
+ statusCode: 'number',
4851
5022
  body: EstablishRelationTableToBusinessResponseBody,
4852
5023
  };
4853
5024
  }
@@ -4924,10 +5095,12 @@ export class ExportDataSourcesResponseBody extends $tea.Model {
4924
5095
 
4925
5096
  export class ExportDataSourcesResponse extends $tea.Model {
4926
5097
  headers: { [key: string]: string };
5098
+ statusCode: number;
4927
5099
  body: ExportDataSourcesResponseBody;
4928
5100
  static names(): { [key: string]: string } {
4929
5101
  return {
4930
5102
  headers: 'headers',
5103
+ statusCode: 'statusCode',
4931
5104
  body: 'body',
4932
5105
  };
4933
5106
  }
@@ -4935,6 +5108,7 @@ export class ExportDataSourcesResponse extends $tea.Model {
4935
5108
  static types(): { [key: string]: any } {
4936
5109
  return {
4937
5110
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5111
+ statusCode: 'number',
4938
5112
  body: ExportDataSourcesResponseBody,
4939
5113
  };
4940
5114
  }
@@ -4999,10 +5173,12 @@ export class GenerateDISyncTaskConfigForCreatingResponseBody extends $tea.Model
4999
5173
 
5000
5174
  export class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Model {
5001
5175
  headers: { [key: string]: string };
5176
+ statusCode: number;
5002
5177
  body: GenerateDISyncTaskConfigForCreatingResponseBody;
5003
5178
  static names(): { [key: string]: string } {
5004
5179
  return {
5005
5180
  headers: 'headers',
5181
+ statusCode: 'statusCode',
5006
5182
  body: 'body',
5007
5183
  };
5008
5184
  }
@@ -5010,6 +5186,7 @@ export class GenerateDISyncTaskConfigForCreatingResponse extends $tea.Model {
5010
5186
  static types(): { [key: string]: any } {
5011
5187
  return {
5012
5188
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5189
+ statusCode: 'number',
5013
5190
  body: GenerateDISyncTaskConfigForCreatingResponseBody,
5014
5191
  };
5015
5192
  }
@@ -5077,10 +5254,12 @@ export class GenerateDISyncTaskConfigForUpdatingResponseBody extends $tea.Model
5077
5254
 
5078
5255
  export class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Model {
5079
5256
  headers: { [key: string]: string };
5257
+ statusCode: number;
5080
5258
  body: GenerateDISyncTaskConfigForUpdatingResponseBody;
5081
5259
  static names(): { [key: string]: string } {
5082
5260
  return {
5083
5261
  headers: 'headers',
5262
+ statusCode: 'statusCode',
5084
5263
  body: 'body',
5085
5264
  };
5086
5265
  }
@@ -5088,6 +5267,7 @@ export class GenerateDISyncTaskConfigForUpdatingResponse extends $tea.Model {
5088
5267
  static types(): { [key: string]: any } {
5089
5268
  return {
5090
5269
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5270
+ statusCode: 'number',
5091
5271
  body: GenerateDISyncTaskConfigForUpdatingResponseBody,
5092
5272
  };
5093
5273
  }
@@ -5152,10 +5332,12 @@ export class GetBaselineConfigResponseBody extends $tea.Model {
5152
5332
 
5153
5333
  export class GetBaselineConfigResponse extends $tea.Model {
5154
5334
  headers: { [key: string]: string };
5335
+ statusCode: number;
5155
5336
  body: GetBaselineConfigResponseBody;
5156
5337
  static names(): { [key: string]: string } {
5157
5338
  return {
5158
5339
  headers: 'headers',
5340
+ statusCode: 'statusCode',
5159
5341
  body: 'body',
5160
5342
  };
5161
5343
  }
@@ -5163,6 +5345,7 @@ export class GetBaselineConfigResponse extends $tea.Model {
5163
5345
  static types(): { [key: string]: any } {
5164
5346
  return {
5165
5347
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5348
+ statusCode: 'number',
5166
5349
  body: GetBaselineConfigResponseBody,
5167
5350
  };
5168
5351
  }
@@ -5233,10 +5416,12 @@ export class GetBaselineKeyPathResponseBody extends $tea.Model {
5233
5416
 
5234
5417
  export class GetBaselineKeyPathResponse extends $tea.Model {
5235
5418
  headers: { [key: string]: string };
5419
+ statusCode: number;
5236
5420
  body: GetBaselineKeyPathResponseBody;
5237
5421
  static names(): { [key: string]: string } {
5238
5422
  return {
5239
5423
  headers: 'headers',
5424
+ statusCode: 'statusCode',
5240
5425
  body: 'body',
5241
5426
  };
5242
5427
  }
@@ -5244,6 +5429,7 @@ export class GetBaselineKeyPathResponse extends $tea.Model {
5244
5429
  static types(): { [key: string]: any } {
5245
5430
  return {
5246
5431
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5432
+ statusCode: 'number',
5247
5433
  body: GetBaselineKeyPathResponseBody,
5248
5434
  };
5249
5435
  }
@@ -5314,10 +5500,12 @@ export class GetBaselineStatusResponseBody extends $tea.Model {
5314
5500
 
5315
5501
  export class GetBaselineStatusResponse extends $tea.Model {
5316
5502
  headers: { [key: string]: string };
5503
+ statusCode: number;
5317
5504
  body: GetBaselineStatusResponseBody;
5318
5505
  static names(): { [key: string]: string } {
5319
5506
  return {
5320
5507
  headers: 'headers',
5508
+ statusCode: 'statusCode',
5321
5509
  body: 'body',
5322
5510
  };
5323
5511
  }
@@ -5325,6 +5513,7 @@ export class GetBaselineStatusResponse extends $tea.Model {
5325
5513
  static types(): { [key: string]: any } {
5326
5514
  return {
5327
5515
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5516
+ statusCode: 'number',
5328
5517
  body: GetBaselineStatusResponseBody,
5329
5518
  };
5330
5519
  }
@@ -5395,10 +5584,12 @@ export class GetBusinessResponseBody extends $tea.Model {
5395
5584
 
5396
5585
  export class GetBusinessResponse extends $tea.Model {
5397
5586
  headers: { [key: string]: string };
5587
+ statusCode: number;
5398
5588
  body: GetBusinessResponseBody;
5399
5589
  static names(): { [key: string]: string } {
5400
5590
  return {
5401
5591
  headers: 'headers',
5592
+ statusCode: 'statusCode',
5402
5593
  body: 'body',
5403
5594
  };
5404
5595
  }
@@ -5406,6 +5597,7 @@ export class GetBusinessResponse extends $tea.Model {
5406
5597
  static types(): { [key: string]: any } {
5407
5598
  return {
5408
5599
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5600
+ statusCode: 'number',
5409
5601
  body: GetBusinessResponseBody,
5410
5602
  };
5411
5603
  }
@@ -5458,10 +5650,12 @@ export class GetDDLJobStatusResponseBody extends $tea.Model {
5458
5650
 
5459
5651
  export class GetDDLJobStatusResponse extends $tea.Model {
5460
5652
  headers: { [key: string]: string };
5653
+ statusCode: number;
5461
5654
  body: GetDDLJobStatusResponseBody;
5462
5655
  static names(): { [key: string]: string } {
5463
5656
  return {
5464
5657
  headers: 'headers',
5658
+ statusCode: 'statusCode',
5465
5659
  body: 'body',
5466
5660
  };
5467
5661
  }
@@ -5469,6 +5663,7 @@ export class GetDDLJobStatusResponse extends $tea.Model {
5469
5663
  static types(): { [key: string]: any } {
5470
5664
  return {
5471
5665
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5666
+ statusCode: 'number',
5472
5667
  body: GetDDLJobStatusResponseBody,
5473
5668
  };
5474
5669
  }
@@ -5530,10 +5725,12 @@ export class GetDISyncInstanceInfoResponseBody extends $tea.Model {
5530
5725
 
5531
5726
  export class GetDISyncInstanceInfoResponse extends $tea.Model {
5532
5727
  headers: { [key: string]: string };
5728
+ statusCode: number;
5533
5729
  body: GetDISyncInstanceInfoResponseBody;
5534
5730
  static names(): { [key: string]: string } {
5535
5731
  return {
5536
5732
  headers: 'headers',
5733
+ statusCode: 'statusCode',
5537
5734
  body: 'body',
5538
5735
  };
5539
5736
  }
@@ -5541,6 +5738,7 @@ export class GetDISyncInstanceInfoResponse extends $tea.Model {
5541
5738
  static types(): { [key: string]: any } {
5542
5739
  return {
5543
5740
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5741
+ statusCode: 'number',
5544
5742
  body: GetDISyncInstanceInfoResponseBody,
5545
5743
  };
5546
5744
  }
@@ -5602,10 +5800,12 @@ export class GetDISyncTaskResponseBody extends $tea.Model {
5602
5800
 
5603
5801
  export class GetDISyncTaskResponse extends $tea.Model {
5604
5802
  headers: { [key: string]: string };
5803
+ statusCode: number;
5605
5804
  body: GetDISyncTaskResponseBody;
5606
5805
  static names(): { [key: string]: string } {
5607
5806
  return {
5608
5807
  headers: 'headers',
5808
+ statusCode: 'statusCode',
5609
5809
  body: 'body',
5610
5810
  };
5611
5811
  }
@@ -5613,6 +5813,7 @@ export class GetDISyncTaskResponse extends $tea.Model {
5613
5813
  static types(): { [key: string]: any } {
5614
5814
  return {
5615
5815
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5816
+ statusCode: 'number',
5616
5817
  body: GetDISyncTaskResponseBody,
5617
5818
  };
5618
5819
  }
@@ -5677,10 +5878,12 @@ export class GetDISyncTaskMetricInfoResponseBody extends $tea.Model {
5677
5878
 
5678
5879
  export class GetDISyncTaskMetricInfoResponse extends $tea.Model {
5679
5880
  headers: { [key: string]: string };
5881
+ statusCode: number;
5680
5882
  body: GetDISyncTaskMetricInfoResponseBody;
5681
5883
  static names(): { [key: string]: string } {
5682
5884
  return {
5683
5885
  headers: 'headers',
5886
+ statusCode: 'statusCode',
5684
5887
  body: 'body',
5685
5888
  };
5686
5889
  }
@@ -5688,6 +5891,7 @@ export class GetDISyncTaskMetricInfoResponse extends $tea.Model {
5688
5891
  static types(): { [key: string]: any } {
5689
5892
  return {
5690
5893
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5894
+ statusCode: 'number',
5691
5895
  body: GetDISyncTaskMetricInfoResponseBody,
5692
5896
  };
5693
5897
  }
@@ -5755,10 +5959,12 @@ export class GetDagResponseBody extends $tea.Model {
5755
5959
 
5756
5960
  export class GetDagResponse extends $tea.Model {
5757
5961
  headers: { [key: string]: string };
5962
+ statusCode: number;
5758
5963
  body: GetDagResponseBody;
5759
5964
  static names(): { [key: string]: string } {
5760
5965
  return {
5761
5966
  headers: 'headers',
5967
+ statusCode: 'statusCode',
5762
5968
  body: 'body',
5763
5969
  };
5764
5970
  }
@@ -5766,6 +5972,7 @@ export class GetDagResponse extends $tea.Model {
5766
5972
  static types(): { [key: string]: any } {
5767
5973
  return {
5768
5974
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
5975
+ statusCode: 'number',
5769
5976
  body: GetDagResponseBody,
5770
5977
  };
5771
5978
  }
@@ -5836,10 +6043,12 @@ export class GetDataServiceApiResponseBody extends $tea.Model {
5836
6043
 
5837
6044
  export class GetDataServiceApiResponse extends $tea.Model {
5838
6045
  headers: { [key: string]: string };
6046
+ statusCode: number;
5839
6047
  body: GetDataServiceApiResponseBody;
5840
6048
  static names(): { [key: string]: string } {
5841
6049
  return {
5842
6050
  headers: 'headers',
6051
+ statusCode: 'statusCode',
5843
6052
  body: 'body',
5844
6053
  };
5845
6054
  }
@@ -5847,6 +6056,7 @@ export class GetDataServiceApiResponse extends $tea.Model {
5847
6056
  static types(): { [key: string]: any } {
5848
6057
  return {
5849
6058
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6059
+ statusCode: 'number',
5850
6060
  body: GetDataServiceApiResponseBody,
5851
6061
  };
5852
6062
  }
@@ -5917,10 +6127,12 @@ export class GetDataServiceApplicationResponseBody extends $tea.Model {
5917
6127
 
5918
6128
  export class GetDataServiceApplicationResponse extends $tea.Model {
5919
6129
  headers: { [key: string]: string };
6130
+ statusCode: number;
5920
6131
  body: GetDataServiceApplicationResponseBody;
5921
6132
  static names(): { [key: string]: string } {
5922
6133
  return {
5923
6134
  headers: 'headers',
6135
+ statusCode: 'statusCode',
5924
6136
  body: 'body',
5925
6137
  };
5926
6138
  }
@@ -5928,6 +6140,7 @@ export class GetDataServiceApplicationResponse extends $tea.Model {
5928
6140
  static types(): { [key: string]: any } {
5929
6141
  return {
5930
6142
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6143
+ statusCode: 'number',
5931
6144
  body: GetDataServiceApplicationResponseBody,
5932
6145
  };
5933
6146
  }
@@ -5986,10 +6199,12 @@ export class GetDataServiceFolderResponseBody extends $tea.Model {
5986
6199
 
5987
6200
  export class GetDataServiceFolderResponse extends $tea.Model {
5988
6201
  headers: { [key: string]: string };
6202
+ statusCode: number;
5989
6203
  body: GetDataServiceFolderResponseBody;
5990
6204
  static names(): { [key: string]: string } {
5991
6205
  return {
5992
6206
  headers: 'headers',
6207
+ statusCode: 'statusCode',
5993
6208
  body: 'body',
5994
6209
  };
5995
6210
  }
@@ -5997,6 +6212,7 @@ export class GetDataServiceFolderResponse extends $tea.Model {
5997
6212
  static types(): { [key: string]: any } {
5998
6213
  return {
5999
6214
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6215
+ statusCode: 'number',
6000
6216
  body: GetDataServiceFolderResponseBody,
6001
6217
  };
6002
6218
  }
@@ -6055,10 +6271,12 @@ export class GetDataServiceGroupResponseBody extends $tea.Model {
6055
6271
 
6056
6272
  export class GetDataServiceGroupResponse extends $tea.Model {
6057
6273
  headers: { [key: string]: string };
6274
+ statusCode: number;
6058
6275
  body: GetDataServiceGroupResponseBody;
6059
6276
  static names(): { [key: string]: string } {
6060
6277
  return {
6061
6278
  headers: 'headers',
6279
+ statusCode: 'statusCode',
6062
6280
  body: 'body',
6063
6281
  };
6064
6282
  }
@@ -6066,6 +6284,7 @@ export class GetDataServiceGroupResponse extends $tea.Model {
6066
6284
  static types(): { [key: string]: any } {
6067
6285
  return {
6068
6286
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6287
+ statusCode: 'number',
6069
6288
  body: GetDataServiceGroupResponseBody,
6070
6289
  };
6071
6290
  }
@@ -6136,10 +6355,12 @@ export class GetDataServicePublishedApiResponseBody extends $tea.Model {
6136
6355
 
6137
6356
  export class GetDataServicePublishedApiResponse extends $tea.Model {
6138
6357
  headers: { [key: string]: string };
6358
+ statusCode: number;
6139
6359
  body: GetDataServicePublishedApiResponseBody;
6140
6360
  static names(): { [key: string]: string } {
6141
6361
  return {
6142
6362
  headers: 'headers',
6363
+ statusCode: 'statusCode',
6143
6364
  body: 'body',
6144
6365
  };
6145
6366
  }
@@ -6147,6 +6368,7 @@ export class GetDataServicePublishedApiResponse extends $tea.Model {
6147
6368
  static types(): { [key: string]: any } {
6148
6369
  return {
6149
6370
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6371
+ statusCode: 'number',
6150
6372
  body: GetDataServicePublishedApiResponseBody,
6151
6373
  };
6152
6374
  }
@@ -6214,10 +6436,12 @@ export class GetDataSourceMetaResponseBody extends $tea.Model {
6214
6436
 
6215
6437
  export class GetDataSourceMetaResponse extends $tea.Model {
6216
6438
  headers: { [key: string]: string };
6439
+ statusCode: number;
6217
6440
  body: GetDataSourceMetaResponseBody;
6218
6441
  static names(): { [key: string]: string } {
6219
6442
  return {
6220
6443
  headers: 'headers',
6444
+ statusCode: 'statusCode',
6221
6445
  body: 'body',
6222
6446
  };
6223
6447
  }
@@ -6225,6 +6449,7 @@ export class GetDataSourceMetaResponse extends $tea.Model {
6225
6449
  static types(): { [key: string]: any } {
6226
6450
  return {
6227
6451
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6452
+ statusCode: 'number',
6228
6453
  body: GetDataSourceMetaResponseBody,
6229
6454
  };
6230
6455
  }
@@ -6295,10 +6520,12 @@ export class GetDeploymentResponseBody extends $tea.Model {
6295
6520
 
6296
6521
  export class GetDeploymentResponse extends $tea.Model {
6297
6522
  headers: { [key: string]: string };
6523
+ statusCode: number;
6298
6524
  body: GetDeploymentResponseBody;
6299
6525
  static names(): { [key: string]: string } {
6300
6526
  return {
6301
6527
  headers: 'headers',
6528
+ statusCode: 'statusCode',
6302
6529
  body: 'body',
6303
6530
  };
6304
6531
  }
@@ -6306,6 +6533,7 @@ export class GetDeploymentResponse extends $tea.Model {
6306
6533
  static types(): { [key: string]: any } {
6307
6534
  return {
6308
6535
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6536
+ statusCode: 'number',
6309
6537
  body: GetDeploymentResponseBody,
6310
6538
  };
6311
6539
  }
@@ -6358,10 +6586,12 @@ export class GetExtensionResponseBody extends $tea.Model {
6358
6586
 
6359
6587
  export class GetExtensionResponse extends $tea.Model {
6360
6588
  headers: { [key: string]: string };
6589
+ statusCode: number;
6361
6590
  body: GetExtensionResponseBody;
6362
6591
  static names(): { [key: string]: string } {
6363
6592
  return {
6364
6593
  headers: 'headers',
6594
+ statusCode: 'statusCode',
6365
6595
  body: 'body',
6366
6596
  };
6367
6597
  }
@@ -6369,6 +6599,7 @@ export class GetExtensionResponse extends $tea.Model {
6369
6599
  static types(): { [key: string]: any } {
6370
6600
  return {
6371
6601
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6602
+ statusCode: 'number',
6372
6603
  body: GetExtensionResponseBody,
6373
6604
  };
6374
6605
  }
@@ -6442,10 +6673,12 @@ export class GetFileResponseBody extends $tea.Model {
6442
6673
 
6443
6674
  export class GetFileResponse extends $tea.Model {
6444
6675
  headers: { [key: string]: string };
6676
+ statusCode: number;
6445
6677
  body: GetFileResponseBody;
6446
6678
  static names(): { [key: string]: string } {
6447
6679
  return {
6448
6680
  headers: 'headers',
6681
+ statusCode: 'statusCode',
6449
6682
  body: 'body',
6450
6683
  };
6451
6684
  }
@@ -6453,6 +6686,7 @@ export class GetFileResponse extends $tea.Model {
6453
6686
  static types(): { [key: string]: any } {
6454
6687
  return {
6455
6688
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6689
+ statusCode: 'number',
6456
6690
  body: GetFileResponseBody,
6457
6691
  };
6458
6692
  }
@@ -6508,10 +6742,12 @@ export class GetFileTypeStatisticResponseBody extends $tea.Model {
6508
6742
 
6509
6743
  export class GetFileTypeStatisticResponse extends $tea.Model {
6510
6744
  headers: { [key: string]: string };
6745
+ statusCode: number;
6511
6746
  body: GetFileTypeStatisticResponseBody;
6512
6747
  static names(): { [key: string]: string } {
6513
6748
  return {
6514
6749
  headers: 'headers',
6750
+ statusCode: 'statusCode',
6515
6751
  body: 'body',
6516
6752
  };
6517
6753
  }
@@ -6519,6 +6755,7 @@ export class GetFileTypeStatisticResponse extends $tea.Model {
6519
6755
  static types(): { [key: string]: any } {
6520
6756
  return {
6521
6757
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6758
+ statusCode: 'number',
6522
6759
  body: GetFileTypeStatisticResponseBody,
6523
6760
  };
6524
6761
  }
@@ -6592,10 +6829,12 @@ export class GetFileVersionResponseBody extends $tea.Model {
6592
6829
 
6593
6830
  export class GetFileVersionResponse extends $tea.Model {
6594
6831
  headers: { [key: string]: string };
6832
+ statusCode: number;
6595
6833
  body: GetFileVersionResponseBody;
6596
6834
  static names(): { [key: string]: string } {
6597
6835
  return {
6598
6836
  headers: 'headers',
6837
+ statusCode: 'statusCode',
6599
6838
  body: 'body',
6600
6839
  };
6601
6840
  }
@@ -6603,6 +6842,7 @@ export class GetFileVersionResponse extends $tea.Model {
6603
6842
  static types(): { [key: string]: any } {
6604
6843
  return {
6605
6844
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6845
+ statusCode: 'number',
6606
6846
  body: GetFileVersionResponseBody,
6607
6847
  };
6608
6848
  }
@@ -6676,10 +6916,12 @@ export class GetFolderResponseBody extends $tea.Model {
6676
6916
 
6677
6917
  export class GetFolderResponse extends $tea.Model {
6678
6918
  headers: { [key: string]: string };
6919
+ statusCode: number;
6679
6920
  body: GetFolderResponseBody;
6680
6921
  static names(): { [key: string]: string } {
6681
6922
  return {
6682
6923
  headers: 'headers',
6924
+ statusCode: 'statusCode',
6683
6925
  body: 'body',
6684
6926
  };
6685
6927
  }
@@ -6687,6 +6929,7 @@ export class GetFolderResponse extends $tea.Model {
6687
6929
  static types(): { [key: string]: any } {
6688
6930
  return {
6689
6931
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
6932
+ statusCode: 'number',
6690
6933
  body: GetFolderResponseBody,
6691
6934
  };
6692
6935
  }
@@ -6742,10 +6985,12 @@ export class GetIDEEventDetailResponseBody extends $tea.Model {
6742
6985
 
6743
6986
  export class GetIDEEventDetailResponse extends $tea.Model {
6744
6987
  headers: { [key: string]: string };
6988
+ statusCode: number;
6745
6989
  body: GetIDEEventDetailResponseBody;
6746
6990
  static names(): { [key: string]: string } {
6747
6991
  return {
6748
6992
  headers: 'headers',
6993
+ statusCode: 'statusCode',
6749
6994
  body: 'body',
6750
6995
  };
6751
6996
  }
@@ -6753,6 +6998,7 @@ export class GetIDEEventDetailResponse extends $tea.Model {
6753
6998
  static types(): { [key: string]: any } {
6754
6999
  return {
6755
7000
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7001
+ statusCode: 'number',
6756
7002
  body: GetIDEEventDetailResponseBody,
6757
7003
  };
6758
7004
  }
@@ -6820,10 +7066,12 @@ export class GetInstanceResponseBody extends $tea.Model {
6820
7066
 
6821
7067
  export class GetInstanceResponse extends $tea.Model {
6822
7068
  headers: { [key: string]: string };
7069
+ statusCode: number;
6823
7070
  body: GetInstanceResponseBody;
6824
7071
  static names(): { [key: string]: string } {
6825
7072
  return {
6826
7073
  headers: 'headers',
7074
+ statusCode: 'statusCode',
6827
7075
  body: 'body',
6828
7076
  };
6829
7077
  }
@@ -6831,6 +7079,7 @@ export class GetInstanceResponse extends $tea.Model {
6831
7079
  static types(): { [key: string]: any } {
6832
7080
  return {
6833
7081
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7082
+ statusCode: 'number',
6834
7083
  body: GetInstanceResponseBody,
6835
7084
  };
6836
7085
  }
@@ -6886,10 +7135,12 @@ export class GetInstanceConsumeTimeRankResponseBody extends $tea.Model {
6886
7135
 
6887
7136
  export class GetInstanceConsumeTimeRankResponse extends $tea.Model {
6888
7137
  headers: { [key: string]: string };
7138
+ statusCode: number;
6889
7139
  body: GetInstanceConsumeTimeRankResponseBody;
6890
7140
  static names(): { [key: string]: string } {
6891
7141
  return {
6892
7142
  headers: 'headers',
7143
+ statusCode: 'statusCode',
6893
7144
  body: 'body',
6894
7145
  };
6895
7146
  }
@@ -6897,6 +7148,7 @@ export class GetInstanceConsumeTimeRankResponse extends $tea.Model {
6897
7148
  static types(): { [key: string]: any } {
6898
7149
  return {
6899
7150
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7151
+ statusCode: 'number',
6900
7152
  body: GetInstanceConsumeTimeRankResponseBody,
6901
7153
  };
6902
7154
  }
@@ -6955,10 +7207,12 @@ export class GetInstanceCountTrendResponseBody extends $tea.Model {
6955
7207
 
6956
7208
  export class GetInstanceCountTrendResponse extends $tea.Model {
6957
7209
  headers: { [key: string]: string };
7210
+ statusCode: number;
6958
7211
  body: GetInstanceCountTrendResponseBody;
6959
7212
  static names(): { [key: string]: string } {
6960
7213
  return {
6961
7214
  headers: 'headers',
7215
+ statusCode: 'statusCode',
6962
7216
  body: 'body',
6963
7217
  };
6964
7218
  }
@@ -6966,6 +7220,7 @@ export class GetInstanceCountTrendResponse extends $tea.Model {
6966
7220
  static types(): { [key: string]: any } {
6967
7221
  return {
6968
7222
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7223
+ statusCode: 'number',
6969
7224
  body: GetInstanceCountTrendResponseBody,
6970
7225
  };
6971
7226
  }
@@ -7018,10 +7273,12 @@ export class GetInstanceErrorRankResponseBody extends $tea.Model {
7018
7273
 
7019
7274
  export class GetInstanceErrorRankResponse extends $tea.Model {
7020
7275
  headers: { [key: string]: string };
7276
+ statusCode: number;
7021
7277
  body: GetInstanceErrorRankResponseBody;
7022
7278
  static names(): { [key: string]: string } {
7023
7279
  return {
7024
7280
  headers: 'headers',
7281
+ statusCode: 'statusCode',
7025
7282
  body: 'body',
7026
7283
  };
7027
7284
  }
@@ -7029,6 +7286,7 @@ export class GetInstanceErrorRankResponse extends $tea.Model {
7029
7286
  static types(): { [key: string]: any } {
7030
7287
  return {
7031
7288
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7289
+ statusCode: 'number',
7032
7290
  body: GetInstanceErrorRankResponseBody,
7033
7291
  };
7034
7292
  }
@@ -7096,10 +7354,12 @@ export class GetInstanceLogResponseBody extends $tea.Model {
7096
7354
 
7097
7355
  export class GetInstanceLogResponse extends $tea.Model {
7098
7356
  headers: { [key: string]: string };
7357
+ statusCode: number;
7099
7358
  body: GetInstanceLogResponseBody;
7100
7359
  static names(): { [key: string]: string } {
7101
7360
  return {
7102
7361
  headers: 'headers',
7362
+ statusCode: 'statusCode',
7103
7363
  body: 'body',
7104
7364
  };
7105
7365
  }
@@ -7107,6 +7367,7 @@ export class GetInstanceLogResponse extends $tea.Model {
7107
7367
  static types(): { [key: string]: any } {
7108
7368
  return {
7109
7369
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7370
+ statusCode: 'number',
7110
7371
  body: GetInstanceLogResponseBody,
7111
7372
  };
7112
7373
  }
@@ -7165,10 +7426,12 @@ export class GetInstanceStatusCountResponseBody extends $tea.Model {
7165
7426
 
7166
7427
  export class GetInstanceStatusCountResponse extends $tea.Model {
7167
7428
  headers: { [key: string]: string };
7429
+ statusCode: number;
7168
7430
  body: GetInstanceStatusCountResponseBody;
7169
7431
  static names(): { [key: string]: string } {
7170
7432
  return {
7171
7433
  headers: 'headers',
7434
+ statusCode: 'statusCode',
7172
7435
  body: 'body',
7173
7436
  };
7174
7437
  }
@@ -7176,6 +7439,7 @@ export class GetInstanceStatusCountResponse extends $tea.Model {
7176
7439
  static types(): { [key: string]: any } {
7177
7440
  return {
7178
7441
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7442
+ statusCode: 'number',
7179
7443
  body: GetInstanceStatusCountResponseBody,
7180
7444
  };
7181
7445
  }
@@ -7240,10 +7504,12 @@ export class GetInstanceStatusStatisticResponseBody extends $tea.Model {
7240
7504
 
7241
7505
  export class GetInstanceStatusStatisticResponse extends $tea.Model {
7242
7506
  headers: { [key: string]: string };
7507
+ statusCode: number;
7243
7508
  body: GetInstanceStatusStatisticResponseBody;
7244
7509
  static names(): { [key: string]: string } {
7245
7510
  return {
7246
7511
  headers: 'headers',
7512
+ statusCode: 'statusCode',
7247
7513
  body: 'body',
7248
7514
  };
7249
7515
  }
@@ -7251,6 +7517,7 @@ export class GetInstanceStatusStatisticResponse extends $tea.Model {
7251
7517
  static types(): { [key: string]: any } {
7252
7518
  return {
7253
7519
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7520
+ statusCode: 'number',
7254
7521
  body: GetInstanceStatusStatisticResponseBody,
7255
7522
  };
7256
7523
  }
@@ -7309,10 +7576,12 @@ export class GetManualDagInstancesResponseBody extends $tea.Model {
7309
7576
 
7310
7577
  export class GetManualDagInstancesResponse extends $tea.Model {
7311
7578
  headers: { [key: string]: string };
7579
+ statusCode: number;
7312
7580
  body: GetManualDagInstancesResponseBody;
7313
7581
  static names(): { [key: string]: string } {
7314
7582
  return {
7315
7583
  headers: 'headers',
7584
+ statusCode: 'statusCode',
7316
7585
  body: 'body',
7317
7586
  };
7318
7587
  }
@@ -7320,6 +7589,7 @@ export class GetManualDagInstancesResponse extends $tea.Model {
7320
7589
  static types(): { [key: string]: any } {
7321
7590
  return {
7322
7591
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7592
+ statusCode: 'number',
7323
7593
  body: GetManualDagInstancesResponseBody,
7324
7594
  };
7325
7595
  }
@@ -7390,10 +7660,12 @@ export class GetMetaCategoryResponseBody extends $tea.Model {
7390
7660
 
7391
7661
  export class GetMetaCategoryResponse extends $tea.Model {
7392
7662
  headers: { [key: string]: string };
7663
+ statusCode: number;
7393
7664
  body: GetMetaCategoryResponseBody;
7394
7665
  static names(): { [key: string]: string } {
7395
7666
  return {
7396
7667
  headers: 'headers',
7668
+ statusCode: 'statusCode',
7397
7669
  body: 'body',
7398
7670
  };
7399
7671
  }
@@ -7401,6 +7673,7 @@ export class GetMetaCategoryResponse extends $tea.Model {
7401
7673
  static types(): { [key: string]: any } {
7402
7674
  return {
7403
7675
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7676
+ statusCode: 'number',
7404
7677
  body: GetMetaCategoryResponseBody,
7405
7678
  };
7406
7679
  }
@@ -7489,10 +7762,12 @@ export class GetMetaColumnLineageResponseBody extends $tea.Model {
7489
7762
 
7490
7763
  export class GetMetaColumnLineageResponse extends $tea.Model {
7491
7764
  headers: { [key: string]: string };
7765
+ statusCode: number;
7492
7766
  body: GetMetaColumnLineageResponseBody;
7493
7767
  static names(): { [key: string]: string } {
7494
7768
  return {
7495
7769
  headers: 'headers',
7770
+ statusCode: 'statusCode',
7496
7771
  body: 'body',
7497
7772
  };
7498
7773
  }
@@ -7500,6 +7775,7 @@ export class GetMetaColumnLineageResponse extends $tea.Model {
7500
7775
  static types(): { [key: string]: any } {
7501
7776
  return {
7502
7777
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7778
+ statusCode: 'number',
7503
7779
  body: GetMetaColumnLineageResponseBody,
7504
7780
  };
7505
7781
  }
@@ -7561,10 +7837,12 @@ export class GetMetaDBInfoResponseBody extends $tea.Model {
7561
7837
 
7562
7838
  export class GetMetaDBInfoResponse extends $tea.Model {
7563
7839
  headers: { [key: string]: string };
7840
+ statusCode: number;
7564
7841
  body: GetMetaDBInfoResponseBody;
7565
7842
  static names(): { [key: string]: string } {
7566
7843
  return {
7567
7844
  headers: 'headers',
7845
+ statusCode: 'statusCode',
7568
7846
  body: 'body',
7569
7847
  };
7570
7848
  }
@@ -7572,6 +7850,7 @@ export class GetMetaDBInfoResponse extends $tea.Model {
7572
7850
  static types(): { [key: string]: any } {
7573
7851
  return {
7574
7852
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7853
+ statusCode: 'number',
7575
7854
  body: GetMetaDBInfoResponseBody,
7576
7855
  };
7577
7856
  }
@@ -7639,10 +7918,12 @@ export class GetMetaDBTableListResponseBody extends $tea.Model {
7639
7918
 
7640
7919
  export class GetMetaDBTableListResponse extends $tea.Model {
7641
7920
  headers: { [key: string]: string };
7921
+ statusCode: number;
7642
7922
  body: GetMetaDBTableListResponseBody;
7643
7923
  static names(): { [key: string]: string } {
7644
7924
  return {
7645
7925
  headers: 'headers',
7926
+ statusCode: 'statusCode',
7646
7927
  body: 'body',
7647
7928
  };
7648
7929
  }
@@ -7650,6 +7931,7 @@ export class GetMetaDBTableListResponse extends $tea.Model {
7650
7931
  static types(): { [key: string]: any } {
7651
7932
  return {
7652
7933
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
7934
+ statusCode: 'number',
7653
7935
  body: GetMetaDBTableListResponseBody,
7654
7936
  };
7655
7937
  }
@@ -7729,10 +8011,12 @@ export class GetMetaTableBasicInfoResponseBody extends $tea.Model {
7729
8011
 
7730
8012
  export class GetMetaTableBasicInfoResponse extends $tea.Model {
7731
8013
  headers: { [key: string]: string };
8014
+ statusCode: number;
7732
8015
  body: GetMetaTableBasicInfoResponseBody;
7733
8016
  static names(): { [key: string]: string } {
7734
8017
  return {
7735
8018
  headers: 'headers',
8019
+ statusCode: 'statusCode',
7736
8020
  body: 'body',
7737
8021
  };
7738
8022
  }
@@ -7740,6 +8024,7 @@ export class GetMetaTableBasicInfoResponse extends $tea.Model {
7740
8024
  static types(): { [key: string]: any } {
7741
8025
  return {
7742
8026
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8027
+ statusCode: 'number',
7743
8028
  body: GetMetaTableBasicInfoResponseBody,
7744
8029
  };
7745
8030
  }
@@ -7822,10 +8107,12 @@ export class GetMetaTableChangeLogResponseBody extends $tea.Model {
7822
8107
 
7823
8108
  export class GetMetaTableChangeLogResponse extends $tea.Model {
7824
8109
  headers: { [key: string]: string };
8110
+ statusCode: number;
7825
8111
  body: GetMetaTableChangeLogResponseBody;
7826
8112
  static names(): { [key: string]: string } {
7827
8113
  return {
7828
8114
  headers: 'headers',
8115
+ statusCode: 'statusCode',
7829
8116
  body: 'body',
7830
8117
  };
7831
8118
  }
@@ -7833,6 +8120,7 @@ export class GetMetaTableChangeLogResponse extends $tea.Model {
7833
8120
  static types(): { [key: string]: any } {
7834
8121
  return {
7835
8122
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8123
+ statusCode: 'number',
7836
8124
  body: GetMetaTableChangeLogResponseBody,
7837
8125
  };
7838
8126
  }
@@ -7915,10 +8203,12 @@ export class GetMetaTableColumnResponseBody extends $tea.Model {
7915
8203
 
7916
8204
  export class GetMetaTableColumnResponse extends $tea.Model {
7917
8205
  headers: { [key: string]: string };
8206
+ statusCode: number;
7918
8207
  body: GetMetaTableColumnResponseBody;
7919
8208
  static names(): { [key: string]: string } {
7920
8209
  return {
7921
8210
  headers: 'headers',
8211
+ statusCode: 'statusCode',
7922
8212
  body: 'body',
7923
8213
  };
7924
8214
  }
@@ -7926,6 +8216,7 @@ export class GetMetaTableColumnResponse extends $tea.Model {
7926
8216
  static types(): { [key: string]: any } {
7927
8217
  return {
7928
8218
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8219
+ statusCode: 'number',
7929
8220
  body: GetMetaTableColumnResponseBody,
7930
8221
  };
7931
8222
  }
@@ -8008,10 +8299,12 @@ export class GetMetaTableFullInfoResponseBody extends $tea.Model {
8008
8299
 
8009
8300
  export class GetMetaTableFullInfoResponse extends $tea.Model {
8010
8301
  headers: { [key: string]: string };
8302
+ statusCode: number;
8011
8303
  body: GetMetaTableFullInfoResponseBody;
8012
8304
  static names(): { [key: string]: string } {
8013
8305
  return {
8014
8306
  headers: 'headers',
8307
+ statusCode: 'statusCode',
8015
8308
  body: 'body',
8016
8309
  };
8017
8310
  }
@@ -8019,6 +8312,7 @@ export class GetMetaTableFullInfoResponse extends $tea.Model {
8019
8312
  static types(): { [key: string]: any } {
8020
8313
  return {
8021
8314
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8315
+ statusCode: 'number',
8022
8316
  body: GetMetaTableFullInfoResponseBody,
8023
8317
  };
8024
8318
  }
@@ -8086,10 +8380,12 @@ export class GetMetaTableIntroWikiResponseBody extends $tea.Model {
8086
8380
 
8087
8381
  export class GetMetaTableIntroWikiResponse extends $tea.Model {
8088
8382
  headers: { [key: string]: string };
8383
+ statusCode: number;
8089
8384
  body: GetMetaTableIntroWikiResponseBody;
8090
8385
  static names(): { [key: string]: string } {
8091
8386
  return {
8092
8387
  headers: 'headers',
8388
+ statusCode: 'statusCode',
8093
8389
  body: 'body',
8094
8390
  };
8095
8391
  }
@@ -8097,6 +8393,7 @@ export class GetMetaTableIntroWikiResponse extends $tea.Model {
8097
8393
  static types(): { [key: string]: any } {
8098
8394
  return {
8099
8395
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8396
+ statusCode: 'number',
8100
8397
  body: GetMetaTableIntroWikiResponseBody,
8101
8398
  };
8102
8399
  }
@@ -8182,10 +8479,12 @@ export class GetMetaTableLineageResponseBody extends $tea.Model {
8182
8479
 
8183
8480
  export class GetMetaTableLineageResponse extends $tea.Model {
8184
8481
  headers: { [key: string]: string };
8482
+ statusCode: number;
8185
8483
  body: GetMetaTableLineageResponseBody;
8186
8484
  static names(): { [key: string]: string } {
8187
8485
  return {
8188
8486
  headers: 'headers',
8487
+ statusCode: 'statusCode',
8189
8488
  body: 'body',
8190
8489
  };
8191
8490
  }
@@ -8193,6 +8492,7 @@ export class GetMetaTableLineageResponse extends $tea.Model {
8193
8492
  static types(): { [key: string]: any } {
8194
8493
  return {
8195
8494
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8495
+ statusCode: 'number',
8196
8496
  body: GetMetaTableLineageResponseBody,
8197
8497
  };
8198
8498
  }
@@ -8263,10 +8563,12 @@ export class GetMetaTableListByCategoryResponseBody extends $tea.Model {
8263
8563
 
8264
8564
  export class GetMetaTableListByCategoryResponse extends $tea.Model {
8265
8565
  headers: { [key: string]: string };
8566
+ statusCode: number;
8266
8567
  body: GetMetaTableListByCategoryResponseBody;
8267
8568
  static names(): { [key: string]: string } {
8268
8569
  return {
8269
8570
  headers: 'headers',
8571
+ statusCode: 'statusCode',
8270
8572
  body: 'body',
8271
8573
  };
8272
8574
  }
@@ -8274,6 +8576,7 @@ export class GetMetaTableListByCategoryResponse extends $tea.Model {
8274
8576
  static types(): { [key: string]: any } {
8275
8577
  return {
8276
8578
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8579
+ statusCode: 'number',
8277
8580
  body: GetMetaTableListByCategoryResponseBody,
8278
8581
  };
8279
8582
  }
@@ -8350,10 +8653,12 @@ export class GetMetaTableOutputResponseBody extends $tea.Model {
8350
8653
 
8351
8654
  export class GetMetaTableOutputResponse extends $tea.Model {
8352
8655
  headers: { [key: string]: string };
8656
+ statusCode: number;
8353
8657
  body: GetMetaTableOutputResponseBody;
8354
8658
  static names(): { [key: string]: string } {
8355
8659
  return {
8356
8660
  headers: 'headers',
8661
+ statusCode: 'statusCode',
8357
8662
  body: 'body',
8358
8663
  };
8359
8664
  }
@@ -8361,6 +8666,7 @@ export class GetMetaTableOutputResponse extends $tea.Model {
8361
8666
  static types(): { [key: string]: any } {
8362
8667
  return {
8363
8668
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8669
+ statusCode: 'number',
8364
8670
  body: GetMetaTableOutputResponseBody,
8365
8671
  };
8366
8672
  }
@@ -8443,10 +8749,12 @@ export class GetMetaTablePartitionResponseBody extends $tea.Model {
8443
8749
 
8444
8750
  export class GetMetaTablePartitionResponse extends $tea.Model {
8445
8751
  headers: { [key: string]: string };
8752
+ statusCode: number;
8446
8753
  body: GetMetaTablePartitionResponseBody;
8447
8754
  static names(): { [key: string]: string } {
8448
8755
  return {
8449
8756
  headers: 'headers',
8757
+ statusCode: 'statusCode',
8450
8758
  body: 'body',
8451
8759
  };
8452
8760
  }
@@ -8454,6 +8762,7 @@ export class GetMetaTablePartitionResponse extends $tea.Model {
8454
8762
  static types(): { [key: string]: any } {
8455
8763
  return {
8456
8764
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8765
+ statusCode: 'number',
8457
8766
  body: GetMetaTablePartitionResponseBody,
8458
8767
  };
8459
8768
  }
@@ -8521,10 +8830,12 @@ export class GetMetaTableThemeLevelResponseBody extends $tea.Model {
8521
8830
 
8522
8831
  export class GetMetaTableThemeLevelResponse extends $tea.Model {
8523
8832
  headers: { [key: string]: string };
8833
+ statusCode: number;
8524
8834
  body: GetMetaTableThemeLevelResponseBody;
8525
8835
  static names(): { [key: string]: string } {
8526
8836
  return {
8527
8837
  headers: 'headers',
8838
+ statusCode: 'statusCode',
8528
8839
  body: 'body',
8529
8840
  };
8530
8841
  }
@@ -8532,6 +8843,7 @@ export class GetMetaTableThemeLevelResponse extends $tea.Model {
8532
8843
  static types(): { [key: string]: any } {
8533
8844
  return {
8534
8845
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8846
+ statusCode: 'number',
8535
8847
  body: GetMetaTableThemeLevelResponseBody,
8536
8848
  };
8537
8849
  }
@@ -8599,10 +8911,12 @@ export class GetMigrationProcessResponseBody extends $tea.Model {
8599
8911
 
8600
8912
  export class GetMigrationProcessResponse extends $tea.Model {
8601
8913
  headers: { [key: string]: string };
8914
+ statusCode: number;
8602
8915
  body: GetMigrationProcessResponseBody;
8603
8916
  static names(): { [key: string]: string } {
8604
8917
  return {
8605
8918
  headers: 'headers',
8919
+ statusCode: 'statusCode',
8606
8920
  body: 'body',
8607
8921
  };
8608
8922
  }
@@ -8610,6 +8924,7 @@ export class GetMigrationProcessResponse extends $tea.Model {
8610
8924
  static types(): { [key: string]: any } {
8611
8925
  return {
8612
8926
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8927
+ statusCode: 'number',
8613
8928
  body: GetMigrationProcessResponseBody,
8614
8929
  };
8615
8930
  }
@@ -8668,10 +8983,12 @@ export class GetMigrationSummaryResponseBody extends $tea.Model {
8668
8983
 
8669
8984
  export class GetMigrationSummaryResponse extends $tea.Model {
8670
8985
  headers: { [key: string]: string };
8986
+ statusCode: number;
8671
8987
  body: GetMigrationSummaryResponseBody;
8672
8988
  static names(): { [key: string]: string } {
8673
8989
  return {
8674
8990
  headers: 'headers',
8991
+ statusCode: 'statusCode',
8675
8992
  body: 'body',
8676
8993
  };
8677
8994
  }
@@ -8679,6 +8996,7 @@ export class GetMigrationSummaryResponse extends $tea.Model {
8679
8996
  static types(): { [key: string]: any } {
8680
8997
  return {
8681
8998
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
8999
+ statusCode: 'number',
8682
9000
  body: GetMigrationSummaryResponseBody,
8683
9001
  };
8684
9002
  }
@@ -8746,10 +9064,12 @@ export class GetNodeResponseBody extends $tea.Model {
8746
9064
 
8747
9065
  export class GetNodeResponse extends $tea.Model {
8748
9066
  headers: { [key: string]: string };
9067
+ statusCode: number;
8749
9068
  body: GetNodeResponseBody;
8750
9069
  static names(): { [key: string]: string } {
8751
9070
  return {
8752
9071
  headers: 'headers',
9072
+ statusCode: 'statusCode',
8753
9073
  body: 'body',
8754
9074
  };
8755
9075
  }
@@ -8757,6 +9077,7 @@ export class GetNodeResponse extends $tea.Model {
8757
9077
  static types(): { [key: string]: any } {
8758
9078
  return {
8759
9079
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9080
+ statusCode: 'number',
8760
9081
  body: GetNodeResponseBody,
8761
9082
  };
8762
9083
  }
@@ -8824,10 +9145,12 @@ export class GetNodeChildrenResponseBody extends $tea.Model {
8824
9145
 
8825
9146
  export class GetNodeChildrenResponse extends $tea.Model {
8826
9147
  headers: { [key: string]: string };
9148
+ statusCode: number;
8827
9149
  body: GetNodeChildrenResponseBody;
8828
9150
  static names(): { [key: string]: string } {
8829
9151
  return {
8830
9152
  headers: 'headers',
9153
+ statusCode: 'statusCode',
8831
9154
  body: 'body',
8832
9155
  };
8833
9156
  }
@@ -8835,6 +9158,7 @@ export class GetNodeChildrenResponse extends $tea.Model {
8835
9158
  static types(): { [key: string]: any } {
8836
9159
  return {
8837
9160
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9161
+ statusCode: 'number',
8838
9162
  body: GetNodeChildrenResponseBody,
8839
9163
  };
8840
9164
  }
@@ -8902,10 +9226,12 @@ export class GetNodeCodeResponseBody extends $tea.Model {
8902
9226
 
8903
9227
  export class GetNodeCodeResponse extends $tea.Model {
8904
9228
  headers: { [key: string]: string };
9229
+ statusCode: number;
8905
9230
  body: GetNodeCodeResponseBody;
8906
9231
  static names(): { [key: string]: string } {
8907
9232
  return {
8908
9233
  headers: 'headers',
9234
+ statusCode: 'statusCode',
8909
9235
  body: 'body',
8910
9236
  };
8911
9237
  }
@@ -8913,6 +9239,7 @@ export class GetNodeCodeResponse extends $tea.Model {
8913
9239
  static types(): { [key: string]: any } {
8914
9240
  return {
8915
9241
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9242
+ statusCode: 'number',
8916
9243
  body: GetNodeCodeResponseBody,
8917
9244
  };
8918
9245
  }
@@ -8977,10 +9304,12 @@ export class GetNodeOnBaselineResponseBody extends $tea.Model {
8977
9304
 
8978
9305
  export class GetNodeOnBaselineResponse extends $tea.Model {
8979
9306
  headers: { [key: string]: string };
9307
+ statusCode: number;
8980
9308
  body: GetNodeOnBaselineResponseBody;
8981
9309
  static names(): { [key: string]: string } {
8982
9310
  return {
8983
9311
  headers: 'headers',
9312
+ statusCode: 'statusCode',
8984
9313
  body: 'body',
8985
9314
  };
8986
9315
  }
@@ -8988,6 +9317,7 @@ export class GetNodeOnBaselineResponse extends $tea.Model {
8988
9317
  static types(): { [key: string]: any } {
8989
9318
  return {
8990
9319
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9320
+ statusCode: 'number',
8991
9321
  body: GetNodeOnBaselineResponseBody,
8992
9322
  };
8993
9323
  }
@@ -9055,10 +9385,12 @@ export class GetNodeParentsResponseBody extends $tea.Model {
9055
9385
 
9056
9386
  export class GetNodeParentsResponse extends $tea.Model {
9057
9387
  headers: { [key: string]: string };
9388
+ statusCode: number;
9058
9389
  body: GetNodeParentsResponseBody;
9059
9390
  static names(): { [key: string]: string } {
9060
9391
  return {
9061
9392
  headers: 'headers',
9393
+ statusCode: 'statusCode',
9062
9394
  body: 'body',
9063
9395
  };
9064
9396
  }
@@ -9066,6 +9398,7 @@ export class GetNodeParentsResponse extends $tea.Model {
9066
9398
  static types(): { [key: string]: any } {
9067
9399
  return {
9068
9400
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9401
+ statusCode: 'number',
9069
9402
  body: GetNodeParentsResponseBody,
9070
9403
  };
9071
9404
  }
@@ -9133,10 +9466,12 @@ export class GetNodeTypeListInfoResponseBody extends $tea.Model {
9133
9466
 
9134
9467
  export class GetNodeTypeListInfoResponse extends $tea.Model {
9135
9468
  headers: { [key: string]: string };
9469
+ statusCode: number;
9136
9470
  body: GetNodeTypeListInfoResponseBody;
9137
9471
  static names(): { [key: string]: string } {
9138
9472
  return {
9139
9473
  headers: 'headers',
9474
+ statusCode: 'statusCode',
9140
9475
  body: 'body',
9141
9476
  };
9142
9477
  }
@@ -9144,6 +9479,7 @@ export class GetNodeTypeListInfoResponse extends $tea.Model {
9144
9479
  static types(): { [key: string]: any } {
9145
9480
  return {
9146
9481
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9482
+ statusCode: 'number',
9147
9483
  body: GetNodeTypeListInfoResponseBody,
9148
9484
  };
9149
9485
  }
@@ -9208,10 +9544,12 @@ export class GetOpRiskDataResponseBody extends $tea.Model {
9208
9544
 
9209
9545
  export class GetOpRiskDataResponse extends $tea.Model {
9210
9546
  headers: { [key: string]: string };
9547
+ statusCode: number;
9211
9548
  body: GetOpRiskDataResponseBody;
9212
9549
  static names(): { [key: string]: string } {
9213
9550
  return {
9214
9551
  headers: 'headers',
9552
+ statusCode: 'statusCode',
9215
9553
  body: 'body',
9216
9554
  };
9217
9555
  }
@@ -9219,6 +9557,7 @@ export class GetOpRiskDataResponse extends $tea.Model {
9219
9557
  static types(): { [key: string]: any } {
9220
9558
  return {
9221
9559
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9560
+ statusCode: 'number',
9222
9561
  body: GetOpRiskDataResponseBody,
9223
9562
  };
9224
9563
  }
@@ -9283,10 +9622,12 @@ export class GetOpSensitiveDataResponseBody extends $tea.Model {
9283
9622
 
9284
9623
  export class GetOpSensitiveDataResponse extends $tea.Model {
9285
9624
  headers: { [key: string]: string };
9625
+ statusCode: number;
9286
9626
  body: GetOpSensitiveDataResponseBody;
9287
9627
  static names(): { [key: string]: string } {
9288
9628
  return {
9289
9629
  headers: 'headers',
9630
+ statusCode: 'statusCode',
9290
9631
  body: 'body',
9291
9632
  };
9292
9633
  }
@@ -9294,6 +9635,7 @@ export class GetOpSensitiveDataResponse extends $tea.Model {
9294
9635
  static types(): { [key: string]: any } {
9295
9636
  return {
9296
9637
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9638
+ statusCode: 'number',
9297
9639
  body: GetOpSensitiveDataResponseBody,
9298
9640
  };
9299
9641
  }
@@ -9349,10 +9691,12 @@ export class GetOptionValueForProjectResponseBody extends $tea.Model {
9349
9691
 
9350
9692
  export class GetOptionValueForProjectResponse extends $tea.Model {
9351
9693
  headers: { [key: string]: string };
9694
+ statusCode: number;
9352
9695
  body: GetOptionValueForProjectResponseBody;
9353
9696
  static names(): { [key: string]: string } {
9354
9697
  return {
9355
9698
  headers: 'headers',
9699
+ statusCode: 'statusCode',
9356
9700
  body: 'body',
9357
9701
  };
9358
9702
  }
@@ -9360,6 +9704,7 @@ export class GetOptionValueForProjectResponse extends $tea.Model {
9360
9704
  static types(): { [key: string]: any } {
9361
9705
  return {
9362
9706
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9707
+ statusCode: 'number',
9363
9708
  body: GetOptionValueForProjectResponseBody,
9364
9709
  };
9365
9710
  }
@@ -9412,10 +9757,12 @@ export class GetPermissionApplyOrderDetailResponseBody extends $tea.Model {
9412
9757
 
9413
9758
  export class GetPermissionApplyOrderDetailResponse extends $tea.Model {
9414
9759
  headers: { [key: string]: string };
9760
+ statusCode: number;
9415
9761
  body: GetPermissionApplyOrderDetailResponseBody;
9416
9762
  static names(): { [key: string]: string } {
9417
9763
  return {
9418
9764
  headers: 'headers',
9765
+ statusCode: 'statusCode',
9419
9766
  body: 'body',
9420
9767
  };
9421
9768
  }
@@ -9423,6 +9770,7 @@ export class GetPermissionApplyOrderDetailResponse extends $tea.Model {
9423
9770
  static types(): { [key: string]: any } {
9424
9771
  return {
9425
9772
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9773
+ statusCode: 'number',
9426
9774
  body: GetPermissionApplyOrderDetailResponseBody,
9427
9775
  };
9428
9776
  }
@@ -9481,10 +9829,12 @@ export class GetProjectResponseBody extends $tea.Model {
9481
9829
 
9482
9830
  export class GetProjectResponse extends $tea.Model {
9483
9831
  headers: { [key: string]: string };
9832
+ statusCode: number;
9484
9833
  body: GetProjectResponseBody;
9485
9834
  static names(): { [key: string]: string } {
9486
9835
  return {
9487
9836
  headers: 'headers',
9837
+ statusCode: 'statusCode',
9488
9838
  body: 'body',
9489
9839
  };
9490
9840
  }
@@ -9492,6 +9842,7 @@ export class GetProjectResponse extends $tea.Model {
9492
9842
  static types(): { [key: string]: any } {
9493
9843
  return {
9494
9844
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9845
+ statusCode: 'number',
9495
9846
  body: GetProjectResponseBody,
9496
9847
  };
9497
9848
  }
@@ -9550,10 +9901,12 @@ export class GetProjectDetailResponseBody extends $tea.Model {
9550
9901
 
9551
9902
  export class GetProjectDetailResponse extends $tea.Model {
9552
9903
  headers: { [key: string]: string };
9904
+ statusCode: number;
9553
9905
  body: GetProjectDetailResponseBody;
9554
9906
  static names(): { [key: string]: string } {
9555
9907
  return {
9556
9908
  headers: 'headers',
9909
+ statusCode: 'statusCode',
9557
9910
  body: 'body',
9558
9911
  };
9559
9912
  }
@@ -9561,6 +9914,7 @@ export class GetProjectDetailResponse extends $tea.Model {
9561
9914
  static types(): { [key: string]: any } {
9562
9915
  return {
9563
9916
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
9917
+ statusCode: 'number',
9564
9918
  body: GetProjectDetailResponseBody,
9565
9919
  };
9566
9920
  }
@@ -9634,10 +9988,12 @@ export class GetQualityEntityResponseBody extends $tea.Model {
9634
9988
 
9635
9989
  export class GetQualityEntityResponse extends $tea.Model {
9636
9990
  headers: { [key: string]: string };
9991
+ statusCode: number;
9637
9992
  body: GetQualityEntityResponseBody;
9638
9993
  static names(): { [key: string]: string } {
9639
9994
  return {
9640
9995
  headers: 'headers',
9996
+ statusCode: 'statusCode',
9641
9997
  body: 'body',
9642
9998
  };
9643
9999
  }
@@ -9645,6 +10001,7 @@ export class GetQualityEntityResponse extends $tea.Model {
9645
10001
  static types(): { [key: string]: any } {
9646
10002
  return {
9647
10003
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10004
+ statusCode: 'number',
9648
10005
  body: GetQualityEntityResponseBody,
9649
10006
  };
9650
10007
  }
@@ -9712,10 +10069,12 @@ export class GetQualityFollowerResponseBody extends $tea.Model {
9712
10069
 
9713
10070
  export class GetQualityFollowerResponse extends $tea.Model {
9714
10071
  headers: { [key: string]: string };
10072
+ statusCode: number;
9715
10073
  body: GetQualityFollowerResponseBody;
9716
10074
  static names(): { [key: string]: string } {
9717
10075
  return {
9718
10076
  headers: 'headers',
10077
+ statusCode: 'statusCode',
9719
10078
  body: 'body',
9720
10079
  };
9721
10080
  }
@@ -9723,6 +10082,7 @@ export class GetQualityFollowerResponse extends $tea.Model {
9723
10082
  static types(): { [key: string]: any } {
9724
10083
  return {
9725
10084
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10085
+ statusCode: 'number',
9726
10086
  body: GetQualityFollowerResponseBody,
9727
10087
  };
9728
10088
  }
@@ -9790,10 +10150,12 @@ export class GetQualityRuleResponseBody extends $tea.Model {
9790
10150
 
9791
10151
  export class GetQualityRuleResponse extends $tea.Model {
9792
10152
  headers: { [key: string]: string };
10153
+ statusCode: number;
9793
10154
  body: GetQualityRuleResponseBody;
9794
10155
  static names(): { [key: string]: string } {
9795
10156
  return {
9796
10157
  headers: 'headers',
10158
+ statusCode: 'statusCode',
9797
10159
  body: 'body',
9798
10160
  };
9799
10161
  }
@@ -9801,6 +10163,7 @@ export class GetQualityRuleResponse extends $tea.Model {
9801
10163
  static types(): { [key: string]: any } {
9802
10164
  return {
9803
10165
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10166
+ statusCode: 'number',
9804
10167
  body: GetQualityRuleResponseBody,
9805
10168
  };
9806
10169
  }
@@ -9865,10 +10228,12 @@ export class GetRemindResponseBody extends $tea.Model {
9865
10228
 
9866
10229
  export class GetRemindResponse extends $tea.Model {
9867
10230
  headers: { [key: string]: string };
10231
+ statusCode: number;
9868
10232
  body: GetRemindResponseBody;
9869
10233
  static names(): { [key: string]: string } {
9870
10234
  return {
9871
10235
  headers: 'headers',
10236
+ statusCode: 'statusCode',
9872
10237
  body: 'body',
9873
10238
  };
9874
10239
  }
@@ -9876,6 +10241,7 @@ export class GetRemindResponse extends $tea.Model {
9876
10241
  static types(): { [key: string]: any } {
9877
10242
  return {
9878
10243
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10244
+ statusCode: 'number',
9879
10245
  body: GetRemindResponseBody,
9880
10246
  };
9881
10247
  }
@@ -9934,10 +10300,12 @@ export class GetSensitiveDataResponseBody extends $tea.Model {
9934
10300
 
9935
10301
  export class GetSensitiveDataResponse extends $tea.Model {
9936
10302
  headers: { [key: string]: string };
10303
+ statusCode: number;
9937
10304
  body: GetSensitiveDataResponseBody;
9938
10305
  static names(): { [key: string]: string } {
9939
10306
  return {
9940
10307
  headers: 'headers',
10308
+ statusCode: 'statusCode',
9941
10309
  body: 'body',
9942
10310
  };
9943
10311
  }
@@ -9945,6 +10313,7 @@ export class GetSensitiveDataResponse extends $tea.Model {
9945
10313
  static types(): { [key: string]: any } {
9946
10314
  return {
9947
10315
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10316
+ statusCode: 'number',
9948
10317
  body: GetSensitiveDataResponseBody,
9949
10318
  };
9950
10319
  }
@@ -9997,10 +10366,12 @@ export class GetSuccessInstanceTrendResponseBody extends $tea.Model {
9997
10366
 
9998
10367
  export class GetSuccessInstanceTrendResponse extends $tea.Model {
9999
10368
  headers: { [key: string]: string };
10369
+ statusCode: number;
10000
10370
  body: GetSuccessInstanceTrendResponseBody;
10001
10371
  static names(): { [key: string]: string } {
10002
10372
  return {
10003
10373
  headers: 'headers',
10374
+ statusCode: 'statusCode',
10004
10375
  body: 'body',
10005
10376
  };
10006
10377
  }
@@ -10008,6 +10379,7 @@ export class GetSuccessInstanceTrendResponse extends $tea.Model {
10008
10379
  static types(): { [key: string]: any } {
10009
10380
  return {
10010
10381
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10382
+ statusCode: 'number',
10011
10383
  body: GetSuccessInstanceTrendResponseBody,
10012
10384
  };
10013
10385
  }
@@ -10072,10 +10444,12 @@ export class GetTopicResponseBody extends $tea.Model {
10072
10444
 
10073
10445
  export class GetTopicResponse extends $tea.Model {
10074
10446
  headers: { [key: string]: string };
10447
+ statusCode: number;
10075
10448
  body: GetTopicResponseBody;
10076
10449
  static names(): { [key: string]: string } {
10077
10450
  return {
10078
10451
  headers: 'headers',
10452
+ statusCode: 'statusCode',
10079
10453
  body: 'body',
10080
10454
  };
10081
10455
  }
@@ -10083,6 +10457,7 @@ export class GetTopicResponse extends $tea.Model {
10083
10457
  static types(): { [key: string]: any } {
10084
10458
  return {
10085
10459
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10460
+ statusCode: 'number',
10086
10461
  body: GetTopicResponseBody,
10087
10462
  };
10088
10463
  }
@@ -10147,10 +10522,12 @@ export class GetTopicInfluenceResponseBody extends $tea.Model {
10147
10522
 
10148
10523
  export class GetTopicInfluenceResponse extends $tea.Model {
10149
10524
  headers: { [key: string]: string };
10525
+ statusCode: number;
10150
10526
  body: GetTopicInfluenceResponseBody;
10151
10527
  static names(): { [key: string]: string } {
10152
10528
  return {
10153
10529
  headers: 'headers',
10530
+ statusCode: 'statusCode',
10154
10531
  body: 'body',
10155
10532
  };
10156
10533
  }
@@ -10158,6 +10535,7 @@ export class GetTopicInfluenceResponse extends $tea.Model {
10158
10535
  static types(): { [key: string]: any } {
10159
10536
  return {
10160
10537
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10538
+ statusCode: 'number',
10161
10539
  body: GetTopicInfluenceResponseBody,
10162
10540
  };
10163
10541
  }
@@ -10216,10 +10594,12 @@ export class ImportDataSourcesResponseBody extends $tea.Model {
10216
10594
 
10217
10595
  export class ImportDataSourcesResponse extends $tea.Model {
10218
10596
  headers: { [key: string]: string };
10597
+ statusCode: number;
10219
10598
  body: ImportDataSourcesResponseBody;
10220
10599
  static names(): { [key: string]: string } {
10221
10600
  return {
10222
10601
  headers: 'headers',
10602
+ statusCode: 'statusCode',
10223
10603
  body: 'body',
10224
10604
  };
10225
10605
  }
@@ -10227,6 +10607,7 @@ export class ImportDataSourcesResponse extends $tea.Model {
10227
10607
  static types(): { [key: string]: any } {
10228
10608
  return {
10229
10609
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10610
+ statusCode: 'number',
10230
10611
  body: ImportDataSourcesResponseBody,
10231
10612
  };
10232
10613
  }
@@ -10312,10 +10693,12 @@ export class ListAlertMessagesResponseBody extends $tea.Model {
10312
10693
 
10313
10694
  export class ListAlertMessagesResponse extends $tea.Model {
10314
10695
  headers: { [key: string]: string };
10696
+ statusCode: number;
10315
10697
  body: ListAlertMessagesResponseBody;
10316
10698
  static names(): { [key: string]: string } {
10317
10699
  return {
10318
10700
  headers: 'headers',
10701
+ statusCode: 'statusCode',
10319
10702
  body: 'body',
10320
10703
  };
10321
10704
  }
@@ -10323,6 +10706,7 @@ export class ListAlertMessagesResponse extends $tea.Model {
10323
10706
  static types(): { [key: string]: any } {
10324
10707
  return {
10325
10708
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10709
+ statusCode: 'number',
10326
10710
  body: ListAlertMessagesResponseBody,
10327
10711
  };
10328
10712
  }
@@ -10408,10 +10792,12 @@ export class ListBaselineConfigsResponseBody extends $tea.Model {
10408
10792
 
10409
10793
  export class ListBaselineConfigsResponse extends $tea.Model {
10410
10794
  headers: { [key: string]: string };
10795
+ statusCode: number;
10411
10796
  body: ListBaselineConfigsResponseBody;
10412
10797
  static names(): { [key: string]: string } {
10413
10798
  return {
10414
10799
  headers: 'headers',
10800
+ statusCode: 'statusCode',
10415
10801
  body: 'body',
10416
10802
  };
10417
10803
  }
@@ -10419,6 +10805,7 @@ export class ListBaselineConfigsResponse extends $tea.Model {
10419
10805
  static types(): { [key: string]: any } {
10420
10806
  return {
10421
10807
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10808
+ statusCode: 'number',
10422
10809
  body: ListBaselineConfigsResponseBody,
10423
10810
  };
10424
10811
  }
@@ -10510,10 +10897,12 @@ export class ListBaselineStatusesResponseBody extends $tea.Model {
10510
10897
 
10511
10898
  export class ListBaselineStatusesResponse extends $tea.Model {
10512
10899
  headers: { [key: string]: string };
10900
+ statusCode: number;
10513
10901
  body: ListBaselineStatusesResponseBody;
10514
10902
  static names(): { [key: string]: string } {
10515
10903
  return {
10516
10904
  headers: 'headers',
10905
+ statusCode: 'statusCode',
10517
10906
  body: 'body',
10518
10907
  };
10519
10908
  }
@@ -10521,6 +10910,7 @@ export class ListBaselineStatusesResponse extends $tea.Model {
10521
10910
  static types(): { [key: string]: any } {
10522
10911
  return {
10523
10912
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
10913
+ statusCode: 'number',
10524
10914
  body: ListBaselineStatusesResponseBody,
10525
10915
  };
10526
10916
  }
@@ -10597,10 +10987,12 @@ export class ListBusinessResponseBody extends $tea.Model {
10597
10987
 
10598
10988
  export class ListBusinessResponse extends $tea.Model {
10599
10989
  headers: { [key: string]: string };
10990
+ statusCode: number;
10600
10991
  body: ListBusinessResponseBody;
10601
10992
  static names(): { [key: string]: string } {
10602
10993
  return {
10603
10994
  headers: 'headers',
10995
+ statusCode: 'statusCode',
10604
10996
  body: 'body',
10605
10997
  };
10606
10998
  }
@@ -10608,6 +11000,7 @@ export class ListBusinessResponse extends $tea.Model {
10608
11000
  static types(): { [key: string]: any } {
10609
11001
  return {
10610
11002
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11003
+ statusCode: 'number',
10611
11004
  body: ListBusinessResponseBody,
10612
11005
  };
10613
11006
  }
@@ -10681,10 +11074,12 @@ export class ListCalcEnginesResponseBody extends $tea.Model {
10681
11074
 
10682
11075
  export class ListCalcEnginesResponse extends $tea.Model {
10683
11076
  headers: { [key: string]: string };
11077
+ statusCode: number;
10684
11078
  body: ListCalcEnginesResponseBody;
10685
11079
  static names(): { [key: string]: string } {
10686
11080
  return {
10687
11081
  headers: 'headers',
11082
+ statusCode: 'statusCode',
10688
11083
  body: 'body',
10689
11084
  };
10690
11085
  }
@@ -10692,6 +11087,7 @@ export class ListCalcEnginesResponse extends $tea.Model {
10692
11087
  static types(): { [key: string]: any } {
10693
11088
  return {
10694
11089
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11090
+ statusCode: 'number',
10695
11091
  body: ListCalcEnginesResponseBody,
10696
11092
  };
10697
11093
  }
@@ -10771,10 +11167,12 @@ export class ListConnectionsResponseBody extends $tea.Model {
10771
11167
 
10772
11168
  export class ListConnectionsResponse extends $tea.Model {
10773
11169
  headers: { [key: string]: string };
11170
+ statusCode: number;
10774
11171
  body: ListConnectionsResponseBody;
10775
11172
  static names(): { [key: string]: string } {
10776
11173
  return {
10777
11174
  headers: 'headers',
11175
+ statusCode: 'statusCode',
10778
11176
  body: 'body',
10779
11177
  };
10780
11178
  }
@@ -10782,6 +11180,7 @@ export class ListConnectionsResponse extends $tea.Model {
10782
11180
  static types(): { [key: string]: any } {
10783
11181
  return {
10784
11182
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11183
+ statusCode: 'number',
10785
11184
  body: ListConnectionsResponseBody,
10786
11185
  };
10787
11186
  }
@@ -10858,10 +11257,12 @@ export class ListCurrentTasksForResourceGroupResponseBody extends $tea.Model {
10858
11257
 
10859
11258
  export class ListCurrentTasksForResourceGroupResponse extends $tea.Model {
10860
11259
  headers: { [key: string]: string };
11260
+ statusCode: number;
10861
11261
  body: ListCurrentTasksForResourceGroupResponseBody;
10862
11262
  static names(): { [key: string]: string } {
10863
11263
  return {
10864
11264
  headers: 'headers',
11265
+ statusCode: 'statusCode',
10865
11266
  body: 'body',
10866
11267
  };
10867
11268
  }
@@ -10869,6 +11270,7 @@ export class ListCurrentTasksForResourceGroupResponse extends $tea.Model {
10869
11270
  static types(): { [key: string]: any } {
10870
11271
  return {
10871
11272
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11273
+ statusCode: 'number',
10872
11274
  body: ListCurrentTasksForResourceGroupResponseBody,
10873
11275
  };
10874
11276
  }
@@ -10933,10 +11335,12 @@ export class ListCurrentUsageForResourceGroupResponseBody extends $tea.Model {
10933
11335
 
10934
11336
  export class ListCurrentUsageForResourceGroupResponse extends $tea.Model {
10935
11337
  headers: { [key: string]: string };
11338
+ statusCode: number;
10936
11339
  body: ListCurrentUsageForResourceGroupResponseBody;
10937
11340
  static names(): { [key: string]: string } {
10938
11341
  return {
10939
11342
  headers: 'headers',
11343
+ statusCode: 'statusCode',
10940
11344
  body: 'body',
10941
11345
  };
10942
11346
  }
@@ -10944,6 +11348,7 @@ export class ListCurrentUsageForResourceGroupResponse extends $tea.Model {
10944
11348
  static types(): { [key: string]: any } {
10945
11349
  return {
10946
11350
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11351
+ statusCode: 'number',
10947
11352
  body: ListCurrentUsageForResourceGroupResponseBody,
10948
11353
  };
10949
11354
  }
@@ -11005,10 +11410,12 @@ export class ListDIProjectConfigResponseBody extends $tea.Model {
11005
11410
 
11006
11411
  export class ListDIProjectConfigResponse extends $tea.Model {
11007
11412
  headers: { [key: string]: string };
11413
+ statusCode: number;
11008
11414
  body: ListDIProjectConfigResponseBody;
11009
11415
  static names(): { [key: string]: string } {
11010
11416
  return {
11011
11417
  headers: 'headers',
11418
+ statusCode: 'statusCode',
11012
11419
  body: 'body',
11013
11420
  };
11014
11421
  }
@@ -11016,6 +11423,7 @@ export class ListDIProjectConfigResponse extends $tea.Model {
11016
11423
  static types(): { [key: string]: any } {
11017
11424
  return {
11018
11425
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11426
+ statusCode: 'number',
11019
11427
  body: ListDIProjectConfigResponseBody,
11020
11428
  };
11021
11429
  }
@@ -11083,10 +11491,12 @@ export class ListDagsResponseBody extends $tea.Model {
11083
11491
 
11084
11492
  export class ListDagsResponse extends $tea.Model {
11085
11493
  headers: { [key: string]: string };
11494
+ statusCode: number;
11086
11495
  body: ListDagsResponseBody;
11087
11496
  static names(): { [key: string]: string } {
11088
11497
  return {
11089
11498
  headers: 'headers',
11499
+ statusCode: 'statusCode',
11090
11500
  body: 'body',
11091
11501
  };
11092
11502
  }
@@ -11094,6 +11504,7 @@ export class ListDagsResponse extends $tea.Model {
11094
11504
  static types(): { [key: string]: any } {
11095
11505
  return {
11096
11506
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11507
+ statusCode: 'number',
11097
11508
  body: ListDagsResponseBody,
11098
11509
  };
11099
11510
  }
@@ -11170,10 +11581,12 @@ export class ListDataServiceApiAuthoritiesResponseBody extends $tea.Model {
11170
11581
 
11171
11582
  export class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
11172
11583
  headers: { [key: string]: string };
11584
+ statusCode: number;
11173
11585
  body: ListDataServiceApiAuthoritiesResponseBody;
11174
11586
  static names(): { [key: string]: string } {
11175
11587
  return {
11176
11588
  headers: 'headers',
11589
+ statusCode: 'statusCode',
11177
11590
  body: 'body',
11178
11591
  };
11179
11592
  }
@@ -11181,6 +11594,7 @@ export class ListDataServiceApiAuthoritiesResponse extends $tea.Model {
11181
11594
  static types(): { [key: string]: any } {
11182
11595
  return {
11183
11596
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11597
+ statusCode: 'number',
11184
11598
  body: ListDataServiceApiAuthoritiesResponseBody,
11185
11599
  };
11186
11600
  }
@@ -11263,10 +11677,12 @@ export class ListDataServiceApisResponseBody extends $tea.Model {
11263
11677
 
11264
11678
  export class ListDataServiceApisResponse extends $tea.Model {
11265
11679
  headers: { [key: string]: string };
11680
+ statusCode: number;
11266
11681
  body: ListDataServiceApisResponseBody;
11267
11682
  static names(): { [key: string]: string } {
11268
11683
  return {
11269
11684
  headers: 'headers',
11685
+ statusCode: 'statusCode',
11270
11686
  body: 'body',
11271
11687
  };
11272
11688
  }
@@ -11274,6 +11690,7 @@ export class ListDataServiceApisResponse extends $tea.Model {
11274
11690
  static types(): { [key: string]: any } {
11275
11691
  return {
11276
11692
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11693
+ statusCode: 'number',
11277
11694
  body: ListDataServiceApisResponseBody,
11278
11695
  };
11279
11696
  }
@@ -11347,10 +11764,12 @@ export class ListDataServiceApplicationsResponseBody extends $tea.Model {
11347
11764
 
11348
11765
  export class ListDataServiceApplicationsResponse extends $tea.Model {
11349
11766
  headers: { [key: string]: string };
11767
+ statusCode: number;
11350
11768
  body: ListDataServiceApplicationsResponseBody;
11351
11769
  static names(): { [key: string]: string } {
11352
11770
  return {
11353
11771
  headers: 'headers',
11772
+ statusCode: 'statusCode',
11354
11773
  body: 'body',
11355
11774
  };
11356
11775
  }
@@ -11358,6 +11777,7 @@ export class ListDataServiceApplicationsResponse extends $tea.Model {
11358
11777
  static types(): { [key: string]: any } {
11359
11778
  return {
11360
11779
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11780
+ statusCode: 'number',
11361
11781
  body: ListDataServiceApplicationsResponseBody,
11362
11782
  };
11363
11783
  }
@@ -11434,10 +11854,12 @@ export class ListDataServiceAuthorizedApisResponseBody extends $tea.Model {
11434
11854
 
11435
11855
  export class ListDataServiceAuthorizedApisResponse extends $tea.Model {
11436
11856
  headers: { [key: string]: string };
11857
+ statusCode: number;
11437
11858
  body: ListDataServiceAuthorizedApisResponseBody;
11438
11859
  static names(): { [key: string]: string } {
11439
11860
  return {
11440
11861
  headers: 'headers',
11862
+ statusCode: 'statusCode',
11441
11863
  body: 'body',
11442
11864
  };
11443
11865
  }
@@ -11445,6 +11867,7 @@ export class ListDataServiceAuthorizedApisResponse extends $tea.Model {
11445
11867
  static types(): { [key: string]: any } {
11446
11868
  return {
11447
11869
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11870
+ statusCode: 'number',
11448
11871
  body: ListDataServiceAuthorizedApisResponseBody,
11449
11872
  };
11450
11873
  }
@@ -11512,10 +11935,12 @@ export class ListDataServiceFoldersResponseBody extends $tea.Model {
11512
11935
 
11513
11936
  export class ListDataServiceFoldersResponse extends $tea.Model {
11514
11937
  headers: { [key: string]: string };
11938
+ statusCode: number;
11515
11939
  body: ListDataServiceFoldersResponseBody;
11516
11940
  static names(): { [key: string]: string } {
11517
11941
  return {
11518
11942
  headers: 'headers',
11943
+ statusCode: 'statusCode',
11519
11944
  body: 'body',
11520
11945
  };
11521
11946
  }
@@ -11523,6 +11948,7 @@ export class ListDataServiceFoldersResponse extends $tea.Model {
11523
11948
  static types(): { [key: string]: any } {
11524
11949
  return {
11525
11950
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
11951
+ statusCode: 'number',
11526
11952
  body: ListDataServiceFoldersResponseBody,
11527
11953
  };
11528
11954
  }
@@ -11587,10 +12013,12 @@ export class ListDataServiceGroupsResponseBody extends $tea.Model {
11587
12013
 
11588
12014
  export class ListDataServiceGroupsResponse extends $tea.Model {
11589
12015
  headers: { [key: string]: string };
12016
+ statusCode: number;
11590
12017
  body: ListDataServiceGroupsResponseBody;
11591
12018
  static names(): { [key: string]: string } {
11592
12019
  return {
11593
12020
  headers: 'headers',
12021
+ statusCode: 'statusCode',
11594
12022
  body: 'body',
11595
12023
  };
11596
12024
  }
@@ -11598,6 +12026,7 @@ export class ListDataServiceGroupsResponse extends $tea.Model {
11598
12026
  static types(): { [key: string]: any } {
11599
12027
  return {
11600
12028
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12029
+ statusCode: 'number',
11601
12030
  body: ListDataServiceGroupsResponseBody,
11602
12031
  };
11603
12032
  }
@@ -11680,10 +12109,12 @@ export class ListDataServicePublishedApisResponseBody extends $tea.Model {
11680
12109
 
11681
12110
  export class ListDataServicePublishedApisResponse extends $tea.Model {
11682
12111
  headers: { [key: string]: string };
12112
+ statusCode: number;
11683
12113
  body: ListDataServicePublishedApisResponseBody;
11684
12114
  static names(): { [key: string]: string } {
11685
12115
  return {
11686
12116
  headers: 'headers',
12117
+ statusCode: 'statusCode',
11687
12118
  body: 'body',
11688
12119
  };
11689
12120
  }
@@ -11691,6 +12122,7 @@ export class ListDataServicePublishedApisResponse extends $tea.Model {
11691
12122
  static types(): { [key: string]: any } {
11692
12123
  return {
11693
12124
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12125
+ statusCode: 'number',
11694
12126
  body: ListDataServicePublishedApisResponseBody,
11695
12127
  };
11696
12128
  }
@@ -11770,10 +12202,12 @@ export class ListDataSourcesResponseBody extends $tea.Model {
11770
12202
 
11771
12203
  export class ListDataSourcesResponse extends $tea.Model {
11772
12204
  headers: { [key: string]: string };
12205
+ statusCode: number;
11773
12206
  body: ListDataSourcesResponseBody;
11774
12207
  static names(): { [key: string]: string } {
11775
12208
  return {
11776
12209
  headers: 'headers',
12210
+ statusCode: 'statusCode',
11777
12211
  body: 'body',
11778
12212
  };
11779
12213
  }
@@ -11781,6 +12215,7 @@ export class ListDataSourcesResponse extends $tea.Model {
11781
12215
  static types(): { [key: string]: any } {
11782
12216
  return {
11783
12217
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12218
+ statusCode: 'number',
11784
12219
  body: ListDataSourcesResponseBody,
11785
12220
  };
11786
12221
  }
@@ -11860,10 +12295,12 @@ export class ListDeploymentsResponseBody extends $tea.Model {
11860
12295
 
11861
12296
  export class ListDeploymentsResponse extends $tea.Model {
11862
12297
  headers: { [key: string]: string };
12298
+ statusCode: number;
11863
12299
  body: ListDeploymentsResponseBody;
11864
12300
  static names(): { [key: string]: string } {
11865
12301
  return {
11866
12302
  headers: 'headers',
12303
+ statusCode: 'statusCode',
11867
12304
  body: 'body',
11868
12305
  };
11869
12306
  }
@@ -11871,6 +12308,7 @@ export class ListDeploymentsResponse extends $tea.Model {
11871
12308
  static types(): { [key: string]: any } {
11872
12309
  return {
11873
12310
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12311
+ statusCode: 'number',
11874
12312
  body: ListDeploymentsResponseBody,
11875
12313
  };
11876
12314
  }
@@ -11926,10 +12364,12 @@ export class ListExtensionsResponseBody extends $tea.Model {
11926
12364
 
11927
12365
  export class ListExtensionsResponse extends $tea.Model {
11928
12366
  headers: { [key: string]: string };
12367
+ statusCode: number;
11929
12368
  body: ListExtensionsResponseBody;
11930
12369
  static names(): { [key: string]: string } {
11931
12370
  return {
11932
12371
  headers: 'headers',
12372
+ statusCode: 'statusCode',
11933
12373
  body: 'body',
11934
12374
  };
11935
12375
  }
@@ -11937,6 +12377,7 @@ export class ListExtensionsResponse extends $tea.Model {
11937
12377
  static types(): { [key: string]: any } {
11938
12378
  return {
11939
12379
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12380
+ statusCode: 'number',
11940
12381
  body: ListExtensionsResponseBody,
11941
12382
  };
11942
12383
  }
@@ -12004,10 +12445,12 @@ export class ListFileTypeResponseBody extends $tea.Model {
12004
12445
 
12005
12446
  export class ListFileTypeResponse extends $tea.Model {
12006
12447
  headers: { [key: string]: string };
12448
+ statusCode: number;
12007
12449
  body: ListFileTypeResponseBody;
12008
12450
  static names(): { [key: string]: string } {
12009
12451
  return {
12010
12452
  headers: 'headers',
12453
+ statusCode: 'statusCode',
12011
12454
  body: 'body',
12012
12455
  };
12013
12456
  }
@@ -12015,6 +12458,7 @@ export class ListFileTypeResponse extends $tea.Model {
12015
12458
  static types(): { [key: string]: any } {
12016
12459
  return {
12017
12460
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12461
+ statusCode: 'number',
12018
12462
  body: ListFileTypeResponseBody,
12019
12463
  };
12020
12464
  }
@@ -12091,10 +12535,12 @@ export class ListFileVersionsResponseBody extends $tea.Model {
12091
12535
 
12092
12536
  export class ListFileVersionsResponse extends $tea.Model {
12093
12537
  headers: { [key: string]: string };
12538
+ statusCode: number;
12094
12539
  body: ListFileVersionsResponseBody;
12095
12540
  static names(): { [key: string]: string } {
12096
12541
  return {
12097
12542
  headers: 'headers',
12543
+ statusCode: 'statusCode',
12098
12544
  body: 'body',
12099
12545
  };
12100
12546
  }
@@ -12102,6 +12548,7 @@ export class ListFileVersionsResponse extends $tea.Model {
12102
12548
  static types(): { [key: string]: any } {
12103
12549
  return {
12104
12550
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12551
+ statusCode: 'number',
12105
12552
  body: ListFileVersionsResponseBody,
12106
12553
  };
12107
12554
  }
@@ -12193,10 +12640,12 @@ export class ListFilesResponseBody extends $tea.Model {
12193
12640
 
12194
12641
  export class ListFilesResponse extends $tea.Model {
12195
12642
  headers: { [key: string]: string };
12643
+ statusCode: number;
12196
12644
  body: ListFilesResponseBody;
12197
12645
  static names(): { [key: string]: string } {
12198
12646
  return {
12199
12647
  headers: 'headers',
12648
+ statusCode: 'statusCode',
12200
12649
  body: 'body',
12201
12650
  };
12202
12651
  }
@@ -12204,6 +12653,7 @@ export class ListFilesResponse extends $tea.Model {
12204
12653
  static types(): { [key: string]: any } {
12205
12654
  return {
12206
12655
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12656
+ statusCode: 'number',
12207
12657
  body: ListFilesResponseBody,
12208
12658
  };
12209
12659
  }
@@ -12280,10 +12730,12 @@ export class ListFoldersResponseBody extends $tea.Model {
12280
12730
 
12281
12731
  export class ListFoldersResponse extends $tea.Model {
12282
12732
  headers: { [key: string]: string };
12733
+ statusCode: number;
12283
12734
  body: ListFoldersResponseBody;
12284
12735
  static names(): { [key: string]: string } {
12285
12736
  return {
12286
12737
  headers: 'headers',
12738
+ statusCode: 'statusCode',
12287
12739
  body: 'body',
12288
12740
  };
12289
12741
  }
@@ -12291,6 +12743,7 @@ export class ListFoldersResponse extends $tea.Model {
12291
12743
  static types(): { [key: string]: any } {
12292
12744
  return {
12293
12745
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12746
+ statusCode: 'number',
12294
12747
  body: ListFoldersResponseBody,
12295
12748
  };
12296
12749
  }
@@ -12370,10 +12823,12 @@ export class ListHistoryTasksForResourceGroupResponseBody extends $tea.Model {
12370
12823
 
12371
12824
  export class ListHistoryTasksForResourceGroupResponse extends $tea.Model {
12372
12825
  headers: { [key: string]: string };
12826
+ statusCode: number;
12373
12827
  body: ListHistoryTasksForResourceGroupResponseBody;
12374
12828
  static names(): { [key: string]: string } {
12375
12829
  return {
12376
12830
  headers: 'headers',
12831
+ statusCode: 'statusCode',
12377
12832
  body: 'body',
12378
12833
  };
12379
12834
  }
@@ -12381,6 +12836,7 @@ export class ListHistoryTasksForResourceGroupResponse extends $tea.Model {
12381
12836
  static types(): { [key: string]: any } {
12382
12837
  return {
12383
12838
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12839
+ statusCode: 'number',
12384
12840
  body: ListHistoryTasksForResourceGroupResponseBody,
12385
12841
  };
12386
12842
  }
@@ -12439,10 +12895,12 @@ export class ListInstanceAmountResponseBody extends $tea.Model {
12439
12895
 
12440
12896
  export class ListInstanceAmountResponse extends $tea.Model {
12441
12897
  headers: { [key: string]: string };
12898
+ statusCode: number;
12442
12899
  body: ListInstanceAmountResponseBody;
12443
12900
  static names(): { [key: string]: string } {
12444
12901
  return {
12445
12902
  headers: 'headers',
12903
+ statusCode: 'statusCode',
12446
12904
  body: 'body',
12447
12905
  };
12448
12906
  }
@@ -12450,6 +12908,7 @@ export class ListInstanceAmountResponse extends $tea.Model {
12450
12908
  static types(): { [key: string]: any } {
12451
12909
  return {
12452
12910
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
12911
+ statusCode: 'number',
12453
12912
  body: ListInstanceAmountResponseBody,
12454
12913
  };
12455
12914
  }
@@ -12550,10 +13009,12 @@ export class ListInstancesResponseBody extends $tea.Model {
12550
13009
 
12551
13010
  export class ListInstancesResponse extends $tea.Model {
12552
13011
  headers: { [key: string]: string };
13012
+ statusCode: number;
12553
13013
  body: ListInstancesResponseBody;
12554
13014
  static names(): { [key: string]: string } {
12555
13015
  return {
12556
13016
  headers: 'headers',
13017
+ statusCode: 'statusCode',
12557
13018
  body: 'body',
12558
13019
  };
12559
13020
  }
@@ -12561,6 +13022,7 @@ export class ListInstancesResponse extends $tea.Model {
12561
13022
  static types(): { [key: string]: any } {
12562
13023
  return {
12563
13024
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13025
+ statusCode: 'number',
12564
13026
  body: ListInstancesResponseBody,
12565
13027
  };
12566
13028
  }
@@ -12619,10 +13081,12 @@ export class ListManualDagInstancesResponseBody extends $tea.Model {
12619
13081
 
12620
13082
  export class ListManualDagInstancesResponse extends $tea.Model {
12621
13083
  headers: { [key: string]: string };
13084
+ statusCode: number;
12622
13085
  body: ListManualDagInstancesResponseBody;
12623
13086
  static names(): { [key: string]: string } {
12624
13087
  return {
12625
13088
  headers: 'headers',
13089
+ statusCode: 'statusCode',
12626
13090
  body: 'body',
12627
13091
  };
12628
13092
  }
@@ -12630,6 +13094,7 @@ export class ListManualDagInstancesResponse extends $tea.Model {
12630
13094
  static types(): { [key: string]: any } {
12631
13095
  return {
12632
13096
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13097
+ statusCode: 'number',
12633
13098
  body: ListManualDagInstancesResponseBody,
12634
13099
  };
12635
13100
  }
@@ -12694,10 +13159,12 @@ export class ListMetaDBResponseBody extends $tea.Model {
12694
13159
 
12695
13160
  export class ListMetaDBResponse extends $tea.Model {
12696
13161
  headers: { [key: string]: string };
13162
+ statusCode: number;
12697
13163
  body: ListMetaDBResponseBody;
12698
13164
  static names(): { [key: string]: string } {
12699
13165
  return {
12700
13166
  headers: 'headers',
13167
+ statusCode: 'statusCode',
12701
13168
  body: 'body',
12702
13169
  };
12703
13170
  }
@@ -12705,6 +13172,7 @@ export class ListMetaDBResponse extends $tea.Model {
12705
13172
  static types(): { [key: string]: any } {
12706
13173
  return {
12707
13174
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13175
+ statusCode: 'number',
12708
13176
  body: ListMetaDBResponseBody,
12709
13177
  };
12710
13178
  }
@@ -12714,6 +13182,87 @@ export class ListMetaDBResponse extends $tea.Model {
12714
13182
  }
12715
13183
  }
12716
13184
 
13185
+ export class ListMigrationsRequest extends $tea.Model {
13186
+ migrationType?: string;
13187
+ owner?: string;
13188
+ pageNumber?: number;
13189
+ pageSize?: number;
13190
+ projectId?: number;
13191
+ static names(): { [key: string]: string } {
13192
+ return {
13193
+ migrationType: 'MigrationType',
13194
+ owner: 'Owner',
13195
+ pageNumber: 'PageNumber',
13196
+ pageSize: 'PageSize',
13197
+ projectId: 'ProjectId',
13198
+ };
13199
+ }
13200
+
13201
+ static types(): { [key: string]: any } {
13202
+ return {
13203
+ migrationType: 'string',
13204
+ owner: 'string',
13205
+ pageNumber: 'number',
13206
+ pageSize: 'number',
13207
+ projectId: 'number',
13208
+ };
13209
+ }
13210
+
13211
+ constructor(map?: { [key: string]: any }) {
13212
+ super(map);
13213
+ }
13214
+ }
13215
+
13216
+ export class ListMigrationsResponseBody extends $tea.Model {
13217
+ data?: ListMigrationsResponseBodyData;
13218
+ requestId?: string;
13219
+ success?: boolean;
13220
+ static names(): { [key: string]: string } {
13221
+ return {
13222
+ data: 'Data',
13223
+ requestId: 'RequestId',
13224
+ success: 'Success',
13225
+ };
13226
+ }
13227
+
13228
+ static types(): { [key: string]: any } {
13229
+ return {
13230
+ data: ListMigrationsResponseBodyData,
13231
+ requestId: 'string',
13232
+ success: 'boolean',
13233
+ };
13234
+ }
13235
+
13236
+ constructor(map?: { [key: string]: any }) {
13237
+ super(map);
13238
+ }
13239
+ }
13240
+
13241
+ export class ListMigrationsResponse extends $tea.Model {
13242
+ headers: { [key: string]: string };
13243
+ statusCode: number;
13244
+ body: ListMigrationsResponseBody;
13245
+ static names(): { [key: string]: string } {
13246
+ return {
13247
+ headers: 'headers',
13248
+ statusCode: 'statusCode',
13249
+ body: 'body',
13250
+ };
13251
+ }
13252
+
13253
+ static types(): { [key: string]: any } {
13254
+ return {
13255
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13256
+ statusCode: 'number',
13257
+ body: ListMigrationsResponseBody,
13258
+ };
13259
+ }
13260
+
13261
+ constructor(map?: { [key: string]: any }) {
13262
+ super(map);
13263
+ }
13264
+ }
13265
+
12717
13266
  export class ListNodeIORequest extends $tea.Model {
12718
13267
  ioType?: string;
12719
13268
  nodeId?: number;
@@ -12775,10 +13324,12 @@ export class ListNodeIOResponseBody extends $tea.Model {
12775
13324
 
12776
13325
  export class ListNodeIOResponse extends $tea.Model {
12777
13326
  headers: { [key: string]: string };
13327
+ statusCode: number;
12778
13328
  body: ListNodeIOResponseBody;
12779
13329
  static names(): { [key: string]: string } {
12780
13330
  return {
12781
13331
  headers: 'headers',
13332
+ statusCode: 'statusCode',
12782
13333
  body: 'body',
12783
13334
  };
12784
13335
  }
@@ -12786,6 +13337,7 @@ export class ListNodeIOResponse extends $tea.Model {
12786
13337
  static types(): { [key: string]: any } {
12787
13338
  return {
12788
13339
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13340
+ statusCode: 'number',
12789
13341
  body: ListNodeIOResponseBody,
12790
13342
  };
12791
13343
  }
@@ -12856,10 +13408,12 @@ export class ListNodeInputOrOutputResponseBody extends $tea.Model {
12856
13408
 
12857
13409
  export class ListNodeInputOrOutputResponse extends $tea.Model {
12858
13410
  headers: { [key: string]: string };
13411
+ statusCode: number;
12859
13412
  body: ListNodeInputOrOutputResponseBody;
12860
13413
  static names(): { [key: string]: string } {
12861
13414
  return {
12862
13415
  headers: 'headers',
13416
+ statusCode: 'statusCode',
12863
13417
  body: 'body',
12864
13418
  };
12865
13419
  }
@@ -12867,6 +13421,7 @@ export class ListNodeInputOrOutputResponse extends $tea.Model {
12867
13421
  static types(): { [key: string]: any } {
12868
13422
  return {
12869
13423
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13424
+ statusCode: 'number',
12870
13425
  body: ListNodeInputOrOutputResponseBody,
12871
13426
  };
12872
13427
  }
@@ -12952,10 +13507,12 @@ export class ListNodesResponseBody extends $tea.Model {
12952
13507
 
12953
13508
  export class ListNodesResponse extends $tea.Model {
12954
13509
  headers: { [key: string]: string };
13510
+ statusCode: number;
12955
13511
  body: ListNodesResponseBody;
12956
13512
  static names(): { [key: string]: string } {
12957
13513
  return {
12958
13514
  headers: 'headers',
13515
+ statusCode: 'statusCode',
12959
13516
  body: 'body',
12960
13517
  };
12961
13518
  }
@@ -12963,6 +13520,7 @@ export class ListNodesResponse extends $tea.Model {
12963
13520
  static types(): { [key: string]: any } {
12964
13521
  return {
12965
13522
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13523
+ statusCode: 'number',
12966
13524
  body: ListNodesResponseBody,
12967
13525
  };
12968
13526
  }
@@ -13027,10 +13585,12 @@ export class ListNodesByBaselineResponseBody extends $tea.Model {
13027
13585
 
13028
13586
  export class ListNodesByBaselineResponse extends $tea.Model {
13029
13587
  headers: { [key: string]: string };
13588
+ statusCode: number;
13030
13589
  body: ListNodesByBaselineResponseBody;
13031
13590
  static names(): { [key: string]: string } {
13032
13591
  return {
13033
13592
  headers: 'headers',
13593
+ statusCode: 'statusCode',
13034
13594
  body: 'body',
13035
13595
  };
13036
13596
  }
@@ -13038,6 +13598,7 @@ export class ListNodesByBaselineResponse extends $tea.Model {
13038
13598
  static types(): { [key: string]: any } {
13039
13599
  return {
13040
13600
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13601
+ statusCode: 'number',
13041
13602
  body: ListNodesByBaselineResponseBody,
13042
13603
  };
13043
13604
  }
@@ -13105,10 +13666,12 @@ export class ListNodesByOutputResponseBody extends $tea.Model {
13105
13666
 
13106
13667
  export class ListNodesByOutputResponse extends $tea.Model {
13107
13668
  headers: { [key: string]: string };
13669
+ statusCode: number;
13108
13670
  body: ListNodesByOutputResponseBody;
13109
13671
  static names(): { [key: string]: string } {
13110
13672
  return {
13111
13673
  headers: 'headers',
13674
+ statusCode: 'statusCode',
13112
13675
  body: 'body',
13113
13676
  };
13114
13677
  }
@@ -13116,6 +13679,7 @@ export class ListNodesByOutputResponse extends $tea.Model {
13116
13679
  static types(): { [key: string]: any } {
13117
13680
  return {
13118
13681
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13682
+ statusCode: 'number',
13119
13683
  body: ListNodesByOutputResponseBody,
13120
13684
  };
13121
13685
  }
@@ -13198,10 +13762,12 @@ export class ListPermissionApplyOrdersResponseBody extends $tea.Model {
13198
13762
 
13199
13763
  export class ListPermissionApplyOrdersResponse extends $tea.Model {
13200
13764
  headers: { [key: string]: string };
13765
+ statusCode: number;
13201
13766
  body: ListPermissionApplyOrdersResponseBody;
13202
13767
  static names(): { [key: string]: string } {
13203
13768
  return {
13204
13769
  headers: 'headers',
13770
+ statusCode: 'statusCode',
13205
13771
  body: 'body',
13206
13772
  };
13207
13773
  }
@@ -13209,6 +13775,7 @@ export class ListPermissionApplyOrdersResponse extends $tea.Model {
13209
13775
  static types(): { [key: string]: any } {
13210
13776
  return {
13211
13777
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13778
+ statusCode: 'number',
13212
13779
  body: ListPermissionApplyOrdersResponseBody,
13213
13780
  };
13214
13781
  }
@@ -13264,10 +13831,12 @@ export class ListProgramTypeCountResponseBody extends $tea.Model {
13264
13831
 
13265
13832
  export class ListProgramTypeCountResponse extends $tea.Model {
13266
13833
  headers: { [key: string]: string };
13834
+ statusCode: number;
13267
13835
  body: ListProgramTypeCountResponseBody;
13268
13836
  static names(): { [key: string]: string } {
13269
13837
  return {
13270
13838
  headers: 'headers',
13839
+ statusCode: 'statusCode',
13271
13840
  body: 'body',
13272
13841
  };
13273
13842
  }
@@ -13275,6 +13844,7 @@ export class ListProgramTypeCountResponse extends $tea.Model {
13275
13844
  static types(): { [key: string]: any } {
13276
13845
  return {
13277
13846
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13847
+ statusCode: 'number',
13278
13848
  body: ListProgramTypeCountResponseBody,
13279
13849
  };
13280
13850
  }
@@ -13327,10 +13897,12 @@ export class ListProjectIdsResponseBody extends $tea.Model {
13327
13897
 
13328
13898
  export class ListProjectIdsResponse extends $tea.Model {
13329
13899
  headers: { [key: string]: string };
13900
+ statusCode: number;
13330
13901
  body: ListProjectIdsResponseBody;
13331
13902
  static names(): { [key: string]: string } {
13332
13903
  return {
13333
13904
  headers: 'headers',
13905
+ statusCode: 'statusCode',
13334
13906
  body: 'body',
13335
13907
  };
13336
13908
  }
@@ -13338,6 +13910,7 @@ export class ListProjectIdsResponse extends $tea.Model {
13338
13910
  static types(): { [key: string]: any } {
13339
13911
  return {
13340
13912
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13913
+ statusCode: 'number',
13341
13914
  body: ListProjectIdsResponseBody,
13342
13915
  };
13343
13916
  }
@@ -13396,10 +13969,12 @@ export class ListProjectMembersResponseBody extends $tea.Model {
13396
13969
 
13397
13970
  export class ListProjectMembersResponse extends $tea.Model {
13398
13971
  headers: { [key: string]: string };
13972
+ statusCode: number;
13399
13973
  body: ListProjectMembersResponseBody;
13400
13974
  static names(): { [key: string]: string } {
13401
13975
  return {
13402
13976
  headers: 'headers',
13977
+ statusCode: 'statusCode',
13403
13978
  body: 'body',
13404
13979
  };
13405
13980
  }
@@ -13407,6 +13982,7 @@ export class ListProjectMembersResponse extends $tea.Model {
13407
13982
  static types(): { [key: string]: any } {
13408
13983
  return {
13409
13984
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13985
+ statusCode: 'number',
13410
13986
  body: ListProjectMembersResponseBody,
13411
13987
  };
13412
13988
  }
@@ -13459,10 +14035,12 @@ export class ListProjectRolesResponseBody extends $tea.Model {
13459
14035
 
13460
14036
  export class ListProjectRolesResponse extends $tea.Model {
13461
14037
  headers: { [key: string]: string };
14038
+ statusCode: number;
13462
14039
  body: ListProjectRolesResponseBody;
13463
14040
  static names(): { [key: string]: string } {
13464
14041
  return {
13465
14042
  headers: 'headers',
14043
+ statusCode: 'statusCode',
13466
14044
  body: 'body',
13467
14045
  };
13468
14046
  }
@@ -13470,6 +14048,7 @@ export class ListProjectRolesResponse extends $tea.Model {
13470
14048
  static types(): { [key: string]: any } {
13471
14049
  return {
13472
14050
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14051
+ statusCode: 'number',
13473
14052
  body: ListProjectRolesResponseBody,
13474
14053
  };
13475
14054
  }
@@ -13525,10 +14104,12 @@ export class ListProjectsResponseBody extends $tea.Model {
13525
14104
 
13526
14105
  export class ListProjectsResponse extends $tea.Model {
13527
14106
  headers: { [key: string]: string };
14107
+ statusCode: number;
13528
14108
  body: ListProjectsResponseBody;
13529
14109
  static names(): { [key: string]: string } {
13530
14110
  return {
13531
14111
  headers: 'headers',
14112
+ statusCode: 'statusCode',
13532
14113
  body: 'body',
13533
14114
  };
13534
14115
  }
@@ -13536,6 +14117,7 @@ export class ListProjectsResponse extends $tea.Model {
13536
14117
  static types(): { [key: string]: any } {
13537
14118
  return {
13538
14119
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14120
+ statusCode: 'number',
13539
14121
  body: ListProjectsResponseBody,
13540
14122
  };
13541
14123
  }
@@ -13615,10 +14197,12 @@ export class ListQualityResultsByEntityResponseBody extends $tea.Model {
13615
14197
 
13616
14198
  export class ListQualityResultsByEntityResponse extends $tea.Model {
13617
14199
  headers: { [key: string]: string };
14200
+ statusCode: number;
13618
14201
  body: ListQualityResultsByEntityResponseBody;
13619
14202
  static names(): { [key: string]: string } {
13620
14203
  return {
13621
14204
  headers: 'headers',
14205
+ statusCode: 'statusCode',
13622
14206
  body: 'body',
13623
14207
  };
13624
14208
  }
@@ -13626,6 +14210,7 @@ export class ListQualityResultsByEntityResponse extends $tea.Model {
13626
14210
  static types(): { [key: string]: any } {
13627
14211
  return {
13628
14212
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14213
+ statusCode: 'number',
13629
14214
  body: ListQualityResultsByEntityResponseBody,
13630
14215
  };
13631
14216
  }
@@ -13705,10 +14290,12 @@ export class ListQualityResultsByRuleResponseBody extends $tea.Model {
13705
14290
 
13706
14291
  export class ListQualityResultsByRuleResponse extends $tea.Model {
13707
14292
  headers: { [key: string]: string };
14293
+ statusCode: number;
13708
14294
  body: ListQualityResultsByRuleResponseBody;
13709
14295
  static names(): { [key: string]: string } {
13710
14296
  return {
13711
14297
  headers: 'headers',
14298
+ statusCode: 'statusCode',
13712
14299
  body: 'body',
13713
14300
  };
13714
14301
  }
@@ -13716,6 +14303,7 @@ export class ListQualityResultsByRuleResponse extends $tea.Model {
13716
14303
  static types(): { [key: string]: any } {
13717
14304
  return {
13718
14305
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14306
+ statusCode: 'number',
13719
14307
  body: ListQualityResultsByRuleResponseBody,
13720
14308
  };
13721
14309
  }
@@ -13789,10 +14377,12 @@ export class ListQualityRulesResponseBody extends $tea.Model {
13789
14377
 
13790
14378
  export class ListQualityRulesResponse extends $tea.Model {
13791
14379
  headers: { [key: string]: string };
14380
+ statusCode: number;
13792
14381
  body: ListQualityRulesResponseBody;
13793
14382
  static names(): { [key: string]: string } {
13794
14383
  return {
13795
14384
  headers: 'headers',
14385
+ statusCode: 'statusCode',
13796
14386
  body: 'body',
13797
14387
  };
13798
14388
  }
@@ -13800,6 +14390,7 @@ export class ListQualityRulesResponse extends $tea.Model {
13800
14390
  static types(): { [key: string]: any } {
13801
14391
  return {
13802
14392
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14393
+ statusCode: 'number',
13803
14394
  body: ListQualityRulesResponseBody,
13804
14395
  };
13805
14396
  }
@@ -13870,10 +14461,12 @@ export class ListRefDISyncTasksResponseBody extends $tea.Model {
13870
14461
 
13871
14462
  export class ListRefDISyncTasksResponse extends $tea.Model {
13872
14463
  headers: { [key: string]: string };
14464
+ statusCode: number;
13873
14465
  body: ListRefDISyncTasksResponseBody;
13874
14466
  static names(): { [key: string]: string } {
13875
14467
  return {
13876
14468
  headers: 'headers',
14469
+ statusCode: 'statusCode',
13877
14470
  body: 'body',
13878
14471
  };
13879
14472
  }
@@ -13881,6 +14474,7 @@ export class ListRefDISyncTasksResponse extends $tea.Model {
13881
14474
  static types(): { [key: string]: any } {
13882
14475
  return {
13883
14476
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14477
+ statusCode: 'number',
13884
14478
  body: ListRefDISyncTasksResponseBody,
13885
14479
  };
13886
14480
  }
@@ -13963,10 +14557,12 @@ export class ListRemindsResponseBody extends $tea.Model {
13963
14557
 
13964
14558
  export class ListRemindsResponse extends $tea.Model {
13965
14559
  headers: { [key: string]: string };
14560
+ statusCode: number;
13966
14561
  body: ListRemindsResponseBody;
13967
14562
  static names(): { [key: string]: string } {
13968
14563
  return {
13969
14564
  headers: 'headers',
14565
+ statusCode: 'statusCode',
13970
14566
  body: 'body',
13971
14567
  };
13972
14568
  }
@@ -13974,6 +14570,7 @@ export class ListRemindsResponse extends $tea.Model {
13974
14570
  static types(): { [key: string]: any } {
13975
14571
  return {
13976
14572
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14573
+ statusCode: 'number',
13977
14574
  body: ListRemindsResponseBody,
13978
14575
  };
13979
14576
  }
@@ -14038,10 +14635,12 @@ export class ListResourceGroupsResponseBody extends $tea.Model {
14038
14635
 
14039
14636
  export class ListResourceGroupsResponse extends $tea.Model {
14040
14637
  headers: { [key: string]: string };
14638
+ statusCode: number;
14041
14639
  body: ListResourceGroupsResponseBody;
14042
14640
  static names(): { [key: string]: string } {
14043
14641
  return {
14044
14642
  headers: 'headers',
14643
+ statusCode: 'statusCode',
14045
14644
  body: 'body',
14046
14645
  };
14047
14646
  }
@@ -14049,6 +14648,7 @@ export class ListResourceGroupsResponse extends $tea.Model {
14049
14648
  static types(): { [key: string]: any } {
14050
14649
  return {
14051
14650
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14651
+ statusCode: 'number',
14052
14652
  body: ListResourceGroupsResponseBody,
14053
14653
  };
14054
14654
  }
@@ -14101,10 +14701,12 @@ export class ListSuccessInstanceAmountResponseBody extends $tea.Model {
14101
14701
 
14102
14702
  export class ListSuccessInstanceAmountResponse extends $tea.Model {
14103
14703
  headers: { [key: string]: string };
14704
+ statusCode: number;
14104
14705
  body: ListSuccessInstanceAmountResponseBody;
14105
14706
  static names(): { [key: string]: string } {
14106
14707
  return {
14107
14708
  headers: 'headers',
14709
+ statusCode: 'statusCode',
14108
14710
  body: 'body',
14109
14711
  };
14110
14712
  }
@@ -14112,6 +14714,7 @@ export class ListSuccessInstanceAmountResponse extends $tea.Model {
14112
14714
  static types(): { [key: string]: any } {
14113
14715
  return {
14114
14716
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14717
+ statusCode: 'number',
14115
14718
  body: ListSuccessInstanceAmountResponseBody,
14116
14719
  };
14117
14720
  }
@@ -14185,10 +14788,12 @@ export class ListTableLevelResponseBody extends $tea.Model {
14185
14788
 
14186
14789
  export class ListTableLevelResponse extends $tea.Model {
14187
14790
  headers: { [key: string]: string };
14791
+ statusCode: number;
14188
14792
  body: ListTableLevelResponseBody;
14189
14793
  static names(): { [key: string]: string } {
14190
14794
  return {
14191
14795
  headers: 'headers',
14796
+ statusCode: 'statusCode',
14192
14797
  body: 'body',
14193
14798
  };
14194
14799
  }
@@ -14196,6 +14801,7 @@ export class ListTableLevelResponse extends $tea.Model {
14196
14801
  static types(): { [key: string]: any } {
14197
14802
  return {
14198
14803
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14804
+ statusCode: 'number',
14199
14805
  body: ListTableLevelResponseBody,
14200
14806
  };
14201
14807
  }
@@ -14269,10 +14875,12 @@ export class ListTableThemeResponseBody extends $tea.Model {
14269
14875
 
14270
14876
  export class ListTableThemeResponse extends $tea.Model {
14271
14877
  headers: { [key: string]: string };
14878
+ statusCode: number;
14272
14879
  body: ListTableThemeResponseBody;
14273
14880
  static names(): { [key: string]: string } {
14274
14881
  return {
14275
14882
  headers: 'headers',
14883
+ statusCode: 'statusCode',
14276
14884
  body: 'body',
14277
14885
  };
14278
14886
  }
@@ -14280,6 +14888,7 @@ export class ListTableThemeResponse extends $tea.Model {
14280
14888
  static types(): { [key: string]: any } {
14281
14889
  return {
14282
14890
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14891
+ statusCode: 'number',
14283
14892
  body: ListTableThemeResponseBody,
14284
14893
  };
14285
14894
  }
@@ -14368,10 +14977,12 @@ export class ListTopicsResponseBody extends $tea.Model {
14368
14977
 
14369
14978
  export class ListTopicsResponse extends $tea.Model {
14370
14979
  headers: { [key: string]: string };
14980
+ statusCode: number;
14371
14981
  body: ListTopicsResponseBody;
14372
14982
  static names(): { [key: string]: string } {
14373
14983
  return {
14374
14984
  headers: 'headers',
14985
+ statusCode: 'statusCode',
14375
14986
  body: 'body',
14376
14987
  };
14377
14988
  }
@@ -14379,6 +14990,7 @@ export class ListTopicsResponse extends $tea.Model {
14379
14990
  static types(): { [key: string]: any } {
14380
14991
  return {
14381
14992
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
14993
+ statusCode: 'number',
14382
14994
  body: ListTopicsResponseBody,
14383
14995
  };
14384
14996
  }
@@ -14452,10 +15064,12 @@ export class ListUsageForResourceGroupResponseBody extends $tea.Model {
14452
15064
 
14453
15065
  export class ListUsageForResourceGroupResponse extends $tea.Model {
14454
15066
  headers: { [key: string]: string };
15067
+ statusCode: number;
14455
15068
  body: ListUsageForResourceGroupResponseBody;
14456
15069
  static names(): { [key: string]: string } {
14457
15070
  return {
14458
15071
  headers: 'headers',
15072
+ statusCode: 'statusCode',
14459
15073
  body: 'body',
14460
15074
  };
14461
15075
  }
@@ -14463,6 +15077,7 @@ export class ListUsageForResourceGroupResponse extends $tea.Model {
14463
15077
  static types(): { [key: string]: any } {
14464
15078
  return {
14465
15079
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15080
+ statusCode: 'number',
14466
15081
  body: ListUsageForResourceGroupResponseBody,
14467
15082
  };
14468
15083
  }
@@ -14533,10 +15148,12 @@ export class PublishDataServiceApiResponseBody extends $tea.Model {
14533
15148
 
14534
15149
  export class PublishDataServiceApiResponse extends $tea.Model {
14535
15150
  headers: { [key: string]: string };
15151
+ statusCode: number;
14536
15152
  body: PublishDataServiceApiResponseBody;
14537
15153
  static names(): { [key: string]: string } {
14538
15154
  return {
14539
15155
  headers: 'headers',
15156
+ statusCode: 'statusCode',
14540
15157
  body: 'body',
14541
15158
  };
14542
15159
  }
@@ -14544,6 +15161,7 @@ export class PublishDataServiceApiResponse extends $tea.Model {
14544
15161
  static types(): { [key: string]: any } {
14545
15162
  return {
14546
15163
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15164
+ statusCode: 'number',
14547
15165
  body: PublishDataServiceApiResponseBody,
14548
15166
  };
14549
15167
  }
@@ -14605,10 +15223,12 @@ export class QueryDISyncTaskConfigProcessResultResponseBody extends $tea.Model {
14605
15223
 
14606
15224
  export class QueryDISyncTaskConfigProcessResultResponse extends $tea.Model {
14607
15225
  headers: { [key: string]: string };
15226
+ statusCode: number;
14608
15227
  body: QueryDISyncTaskConfigProcessResultResponseBody;
14609
15228
  static names(): { [key: string]: string } {
14610
15229
  return {
14611
15230
  headers: 'headers',
15231
+ statusCode: 'statusCode',
14612
15232
  body: 'body',
14613
15233
  };
14614
15234
  }
@@ -14616,6 +15236,7 @@ export class QueryDISyncTaskConfigProcessResultResponse extends $tea.Model {
14616
15236
  static types(): { [key: string]: any } {
14617
15237
  return {
14618
15238
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15239
+ statusCode: 'number',
14619
15240
  body: QueryDISyncTaskConfigProcessResultResponseBody,
14620
15241
  };
14621
15242
  }
@@ -14671,10 +15292,12 @@ export class QueryPublicModelEngineResponseBody extends $tea.Model {
14671
15292
 
14672
15293
  export class QueryPublicModelEngineResponse extends $tea.Model {
14673
15294
  headers: { [key: string]: string };
15295
+ statusCode: number;
14674
15296
  body: QueryPublicModelEngineResponseBody;
14675
15297
  static names(): { [key: string]: string } {
14676
15298
  return {
14677
15299
  headers: 'headers',
15300
+ statusCode: 'statusCode',
14678
15301
  body: 'body',
14679
15302
  };
14680
15303
  }
@@ -14682,6 +15305,7 @@ export class QueryPublicModelEngineResponse extends $tea.Model {
14682
15305
  static types(): { [key: string]: any } {
14683
15306
  return {
14684
15307
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15308
+ statusCode: 'number',
14685
15309
  body: QueryPublicModelEngineResponseBody,
14686
15310
  };
14687
15311
  }
@@ -14737,10 +15361,12 @@ export class RemoveProjectMemberFromRoleResponseBody extends $tea.Model {
14737
15361
 
14738
15362
  export class RemoveProjectMemberFromRoleResponse extends $tea.Model {
14739
15363
  headers: { [key: string]: string };
15364
+ statusCode: number;
14740
15365
  body: RemoveProjectMemberFromRoleResponseBody;
14741
15366
  static names(): { [key: string]: string } {
14742
15367
  return {
14743
15368
  headers: 'headers',
15369
+ statusCode: 'statusCode',
14744
15370
  body: 'body',
14745
15371
  };
14746
15372
  }
@@ -14748,6 +15374,7 @@ export class RemoveProjectMemberFromRoleResponse extends $tea.Model {
14748
15374
  static types(): { [key: string]: any } {
14749
15375
  return {
14750
15376
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15377
+ statusCode: 'number',
14751
15378
  body: RemoveProjectMemberFromRoleResponseBody,
14752
15379
  };
14753
15380
  }
@@ -14815,10 +15442,12 @@ export class RestartInstanceResponseBody extends $tea.Model {
14815
15442
 
14816
15443
  export class RestartInstanceResponse extends $tea.Model {
14817
15444
  headers: { [key: string]: string };
15445
+ statusCode: number;
14818
15446
  body: RestartInstanceResponseBody;
14819
15447
  static names(): { [key: string]: string } {
14820
15448
  return {
14821
15449
  headers: 'headers',
15450
+ statusCode: 'statusCode',
14822
15451
  body: 'body',
14823
15452
  };
14824
15453
  }
@@ -14826,6 +15455,7 @@ export class RestartInstanceResponse extends $tea.Model {
14826
15455
  static types(): { [key: string]: any } {
14827
15456
  return {
14828
15457
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15458
+ statusCode: 'number',
14829
15459
  body: RestartInstanceResponseBody,
14830
15460
  };
14831
15461
  }
@@ -14893,10 +15523,12 @@ export class ResumeInstanceResponseBody extends $tea.Model {
14893
15523
 
14894
15524
  export class ResumeInstanceResponse extends $tea.Model {
14895
15525
  headers: { [key: string]: string };
15526
+ statusCode: number;
14896
15527
  body: ResumeInstanceResponseBody;
14897
15528
  static names(): { [key: string]: string } {
14898
15529
  return {
14899
15530
  headers: 'headers',
15531
+ statusCode: 'statusCode',
14900
15532
  body: 'body',
14901
15533
  };
14902
15534
  }
@@ -14904,6 +15536,7 @@ export class ResumeInstanceResponse extends $tea.Model {
14904
15536
  static types(): { [key: string]: any } {
14905
15537
  return {
14906
15538
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15539
+ statusCode: 'number',
14907
15540
  body: ResumeInstanceResponseBody,
14908
15541
  };
14909
15542
  }
@@ -14971,10 +15604,12 @@ export class RevokeColumnPermissionResponseBody extends $tea.Model {
14971
15604
 
14972
15605
  export class RevokeColumnPermissionResponse extends $tea.Model {
14973
15606
  headers: { [key: string]: string };
15607
+ statusCode: number;
14974
15608
  body: RevokeColumnPermissionResponseBody;
14975
15609
  static names(): { [key: string]: string } {
14976
15610
  return {
14977
15611
  headers: 'headers',
15612
+ statusCode: 'statusCode',
14978
15613
  body: 'body',
14979
15614
  };
14980
15615
  }
@@ -14982,6 +15617,7 @@ export class RevokeColumnPermissionResponse extends $tea.Model {
14982
15617
  static types(): { [key: string]: any } {
14983
15618
  return {
14984
15619
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15620
+ statusCode: 'number',
14985
15621
  body: RevokeColumnPermissionResponseBody,
14986
15622
  };
14987
15623
  }
@@ -15049,10 +15685,12 @@ export class RevokeTablePermissionResponseBody extends $tea.Model {
15049
15685
 
15050
15686
  export class RevokeTablePermissionResponse extends $tea.Model {
15051
15687
  headers: { [key: string]: string };
15688
+ statusCode: number;
15052
15689
  body: RevokeTablePermissionResponseBody;
15053
15690
  static names(): { [key: string]: string } {
15054
15691
  return {
15055
15692
  headers: 'headers',
15693
+ statusCode: 'statusCode',
15056
15694
  body: 'body',
15057
15695
  };
15058
15696
  }
@@ -15060,6 +15698,7 @@ export class RevokeTablePermissionResponse extends $tea.Model {
15060
15698
  static types(): { [key: string]: any } {
15061
15699
  return {
15062
15700
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15701
+ statusCode: 'number',
15063
15702
  body: RevokeTablePermissionResponseBody,
15064
15703
  };
15065
15704
  }
@@ -15154,10 +15793,12 @@ export class RunCycleDagNodesResponseBody extends $tea.Model {
15154
15793
 
15155
15794
  export class RunCycleDagNodesResponse extends $tea.Model {
15156
15795
  headers: { [key: string]: string };
15796
+ statusCode: number;
15157
15797
  body: RunCycleDagNodesResponseBody;
15158
15798
  static names(): { [key: string]: string } {
15159
15799
  return {
15160
15800
  headers: 'headers',
15801
+ statusCode: 'statusCode',
15161
15802
  body: 'body',
15162
15803
  };
15163
15804
  }
@@ -15165,6 +15806,7 @@ export class RunCycleDagNodesResponse extends $tea.Model {
15165
15806
  static types(): { [key: string]: any } {
15166
15807
  return {
15167
15808
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15809
+ statusCode: 'number',
15168
15810
  body: RunCycleDagNodesResponseBody,
15169
15811
  };
15170
15812
  }
@@ -15241,10 +15883,12 @@ export class RunManualDagNodesResponseBody extends $tea.Model {
15241
15883
 
15242
15884
  export class RunManualDagNodesResponse extends $tea.Model {
15243
15885
  headers: { [key: string]: string };
15886
+ statusCode: number;
15244
15887
  body: RunManualDagNodesResponseBody;
15245
15888
  static names(): { [key: string]: string } {
15246
15889
  return {
15247
15890
  headers: 'headers',
15891
+ statusCode: 'statusCode',
15248
15892
  body: 'body',
15249
15893
  };
15250
15894
  }
@@ -15252,6 +15896,7 @@ export class RunManualDagNodesResponse extends $tea.Model {
15252
15896
  static types(): { [key: string]: any } {
15253
15897
  return {
15254
15898
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15899
+ statusCode: 'number',
15255
15900
  body: RunManualDagNodesResponseBody,
15256
15901
  };
15257
15902
  }
@@ -15328,10 +15973,12 @@ export class RunSmokeTestResponseBody extends $tea.Model {
15328
15973
 
15329
15974
  export class RunSmokeTestResponse extends $tea.Model {
15330
15975
  headers: { [key: string]: string };
15976
+ statusCode: number;
15331
15977
  body: RunSmokeTestResponseBody;
15332
15978
  static names(): { [key: string]: string } {
15333
15979
  return {
15334
15980
  headers: 'headers',
15981
+ statusCode: 'statusCode',
15335
15982
  body: 'body',
15336
15983
  };
15337
15984
  }
@@ -15339,6 +15986,7 @@ export class RunSmokeTestResponse extends $tea.Model {
15339
15986
  static types(): { [key: string]: any } {
15340
15987
  return {
15341
15988
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
15989
+ statusCode: 'number',
15342
15990
  body: RunSmokeTestResponseBody,
15343
15991
  };
15344
15992
  }
@@ -15400,10 +16048,12 @@ export class RunTriggerNodeResponseBody extends $tea.Model {
15400
16048
 
15401
16049
  export class RunTriggerNodeResponse extends $tea.Model {
15402
16050
  headers: { [key: string]: string };
16051
+ statusCode: number;
15403
16052
  body: RunTriggerNodeResponseBody;
15404
16053
  static names(): { [key: string]: string } {
15405
16054
  return {
15406
16055
  headers: 'headers',
16056
+ statusCode: 'statusCode',
15407
16057
  body: 'body',
15408
16058
  };
15409
16059
  }
@@ -15411,6 +16061,7 @@ export class RunTriggerNodeResponse extends $tea.Model {
15411
16061
  static types(): { [key: string]: any } {
15412
16062
  return {
15413
16063
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16064
+ statusCode: 'number',
15414
16065
  body: RunTriggerNodeResponseBody,
15415
16066
  };
15416
16067
  }
@@ -15463,10 +16114,12 @@ export class ScanSensitiveDataResponseBody extends $tea.Model {
15463
16114
 
15464
16115
  export class ScanSensitiveDataResponse extends $tea.Model {
15465
16116
  headers: { [key: string]: string };
16117
+ statusCode: number;
15466
16118
  body: ScanSensitiveDataResponseBody;
15467
16119
  static names(): { [key: string]: string } {
15468
16120
  return {
15469
16121
  headers: 'headers',
16122
+ statusCode: 'statusCode',
15470
16123
  body: 'body',
15471
16124
  };
15472
16125
  }
@@ -15474,6 +16127,7 @@ export class ScanSensitiveDataResponse extends $tea.Model {
15474
16127
  static types(): { [key: string]: any } {
15475
16128
  return {
15476
16129
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16130
+ statusCode: 'number',
15477
16131
  body: ScanSensitiveDataResponseBody,
15478
16132
  };
15479
16133
  }
@@ -15556,10 +16210,12 @@ export class SearchMetaTablesResponseBody extends $tea.Model {
15556
16210
 
15557
16211
  export class SearchMetaTablesResponse extends $tea.Model {
15558
16212
  headers: { [key: string]: string };
16213
+ statusCode: number;
15559
16214
  body: SearchMetaTablesResponseBody;
15560
16215
  static names(): { [key: string]: string } {
15561
16216
  return {
15562
16217
  headers: 'headers',
16218
+ statusCode: 'statusCode',
15563
16219
  body: 'body',
15564
16220
  };
15565
16221
  }
@@ -15567,6 +16223,7 @@ export class SearchMetaTablesResponse extends $tea.Model {
15567
16223
  static types(): { [key: string]: any } {
15568
16224
  return {
15569
16225
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16226
+ statusCode: 'number',
15570
16227
  body: SearchMetaTablesResponseBody,
15571
16228
  };
15572
16229
  }
@@ -15634,10 +16291,12 @@ export class SearchNodesByOutputResponseBody extends $tea.Model {
15634
16291
 
15635
16292
  export class SearchNodesByOutputResponse extends $tea.Model {
15636
16293
  headers: { [key: string]: string };
16294
+ statusCode: number;
15637
16295
  body: SearchNodesByOutputResponseBody;
15638
16296
  static names(): { [key: string]: string } {
15639
16297
  return {
15640
16298
  headers: 'headers',
16299
+ statusCode: 'statusCode',
15641
16300
  body: 'body',
15642
16301
  };
15643
16302
  }
@@ -15645,6 +16304,7 @@ export class SearchNodesByOutputResponse extends $tea.Model {
15645
16304
  static types(): { [key: string]: any } {
15646
16305
  return {
15647
16306
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16307
+ statusCode: 'number',
15648
16308
  body: SearchNodesByOutputResponseBody,
15649
16309
  };
15650
16310
  }
@@ -15712,10 +16372,12 @@ export class SetDataSourceShareResponseBody extends $tea.Model {
15712
16372
 
15713
16373
  export class SetDataSourceShareResponse extends $tea.Model {
15714
16374
  headers: { [key: string]: string };
16375
+ statusCode: number;
15715
16376
  body: SetDataSourceShareResponseBody;
15716
16377
  static names(): { [key: string]: string } {
15717
16378
  return {
15718
16379
  headers: 'headers',
16380
+ statusCode: 'statusCode',
15719
16381
  body: 'body',
15720
16382
  };
15721
16383
  }
@@ -15723,6 +16385,7 @@ export class SetDataSourceShareResponse extends $tea.Model {
15723
16385
  static types(): { [key: string]: any } {
15724
16386
  return {
15725
16387
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16388
+ statusCode: 'number',
15726
16389
  body: SetDataSourceShareResponseBody,
15727
16390
  };
15728
16391
  }
@@ -15790,10 +16453,12 @@ export class SetSuccessInstanceResponseBody extends $tea.Model {
15790
16453
 
15791
16454
  export class SetSuccessInstanceResponse extends $tea.Model {
15792
16455
  headers: { [key: string]: string };
16456
+ statusCode: number;
15793
16457
  body: SetSuccessInstanceResponseBody;
15794
16458
  static names(): { [key: string]: string } {
15795
16459
  return {
15796
16460
  headers: 'headers',
16461
+ statusCode: 'statusCode',
15797
16462
  body: 'body',
15798
16463
  };
15799
16464
  }
@@ -15801,6 +16466,7 @@ export class SetSuccessInstanceResponse extends $tea.Model {
15801
16466
  static types(): { [key: string]: any } {
15802
16467
  return {
15803
16468
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16469
+ statusCode: 'number',
15804
16470
  body: SetSuccessInstanceResponseBody,
15805
16471
  };
15806
16472
  }
@@ -15865,10 +16531,12 @@ export class StartDISyncInstanceResponseBody extends $tea.Model {
15865
16531
 
15866
16532
  export class StartDISyncInstanceResponse extends $tea.Model {
15867
16533
  headers: { [key: string]: string };
16534
+ statusCode: number;
15868
16535
  body: StartDISyncInstanceResponseBody;
15869
16536
  static names(): { [key: string]: string } {
15870
16537
  return {
15871
16538
  headers: 'headers',
16539
+ statusCode: 'statusCode',
15872
16540
  body: 'body',
15873
16541
  };
15874
16542
  }
@@ -15876,6 +16544,7 @@ export class StartDISyncInstanceResponse extends $tea.Model {
15876
16544
  static types(): { [key: string]: any } {
15877
16545
  return {
15878
16546
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16547
+ statusCode: 'number',
15879
16548
  body: StartDISyncInstanceResponseBody,
15880
16549
  };
15881
16550
  }
@@ -15943,10 +16612,12 @@ export class StartMigrationResponseBody extends $tea.Model {
15943
16612
 
15944
16613
  export class StartMigrationResponse extends $tea.Model {
15945
16614
  headers: { [key: string]: string };
16615
+ statusCode: number;
15946
16616
  body: StartMigrationResponseBody;
15947
16617
  static names(): { [key: string]: string } {
15948
16618
  return {
15949
16619
  headers: 'headers',
16620
+ statusCode: 'statusCode',
15950
16621
  body: 'body',
15951
16622
  };
15952
16623
  }
@@ -15954,6 +16625,7 @@ export class StartMigrationResponse extends $tea.Model {
15954
16625
  static types(): { [key: string]: any } {
15955
16626
  return {
15956
16627
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16628
+ statusCode: 'number',
15957
16629
  body: StartMigrationResponseBody,
15958
16630
  };
15959
16631
  }
@@ -16015,10 +16687,12 @@ export class StopDISyncInstanceResponseBody extends $tea.Model {
16015
16687
 
16016
16688
  export class StopDISyncInstanceResponse extends $tea.Model {
16017
16689
  headers: { [key: string]: string };
16690
+ statusCode: number;
16018
16691
  body: StopDISyncInstanceResponseBody;
16019
16692
  static names(): { [key: string]: string } {
16020
16693
  return {
16021
16694
  headers: 'headers',
16695
+ statusCode: 'statusCode',
16022
16696
  body: 'body',
16023
16697
  };
16024
16698
  }
@@ -16026,6 +16700,7 @@ export class StopDISyncInstanceResponse extends $tea.Model {
16026
16700
  static types(): { [key: string]: any } {
16027
16701
  return {
16028
16702
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16703
+ statusCode: 'number',
16029
16704
  body: StopDISyncInstanceResponseBody,
16030
16705
  };
16031
16706
  }
@@ -16093,10 +16768,12 @@ export class StopInstanceResponseBody extends $tea.Model {
16093
16768
 
16094
16769
  export class StopInstanceResponse extends $tea.Model {
16095
16770
  headers: { [key: string]: string };
16771
+ statusCode: number;
16096
16772
  body: StopInstanceResponseBody;
16097
16773
  static names(): { [key: string]: string } {
16098
16774
  return {
16099
16775
  headers: 'headers',
16776
+ statusCode: 'statusCode',
16100
16777
  body: 'body',
16101
16778
  };
16102
16779
  }
@@ -16104,6 +16781,7 @@ export class StopInstanceResponse extends $tea.Model {
16104
16781
  static types(): { [key: string]: any } {
16105
16782
  return {
16106
16783
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16784
+ statusCode: 'number',
16107
16785
  body: StopInstanceResponseBody,
16108
16786
  };
16109
16787
  }
@@ -16177,10 +16855,12 @@ export class SubmitFileResponseBody extends $tea.Model {
16177
16855
 
16178
16856
  export class SubmitFileResponse extends $tea.Model {
16179
16857
  headers: { [key: string]: string };
16858
+ statusCode: number;
16180
16859
  body: SubmitFileResponseBody;
16181
16860
  static names(): { [key: string]: string } {
16182
16861
  return {
16183
16862
  headers: 'headers',
16863
+ statusCode: 'statusCode',
16184
16864
  body: 'body',
16185
16865
  };
16186
16866
  }
@@ -16188,6 +16868,7 @@ export class SubmitFileResponse extends $tea.Model {
16188
16868
  static types(): { [key: string]: any } {
16189
16869
  return {
16190
16870
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16871
+ statusCode: 'number',
16191
16872
  body: SubmitFileResponseBody,
16192
16873
  };
16193
16874
  }
@@ -16255,10 +16936,12 @@ export class SuspendInstanceResponseBody extends $tea.Model {
16255
16936
 
16256
16937
  export class SuspendInstanceResponse extends $tea.Model {
16257
16938
  headers: { [key: string]: string };
16939
+ statusCode: number;
16258
16940
  body: SuspendInstanceResponseBody;
16259
16941
  static names(): { [key: string]: string } {
16260
16942
  return {
16261
16943
  headers: 'headers',
16944
+ statusCode: 'statusCode',
16262
16945
  body: 'body',
16263
16946
  };
16264
16947
  }
@@ -16266,6 +16949,7 @@ export class SuspendInstanceResponse extends $tea.Model {
16266
16949
  static types(): { [key: string]: any } {
16267
16950
  return {
16268
16951
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
16952
+ statusCode: 'number',
16269
16953
  body: SuspendInstanceResponseBody,
16270
16954
  };
16271
16955
  }
@@ -16327,10 +17011,12 @@ export class TerminateDISyncInstanceResponseBody extends $tea.Model {
16327
17011
 
16328
17012
  export class TerminateDISyncInstanceResponse extends $tea.Model {
16329
17013
  headers: { [key: string]: string };
17014
+ statusCode: number;
16330
17015
  body: TerminateDISyncInstanceResponseBody;
16331
17016
  static names(): { [key: string]: string } {
16332
17017
  return {
16333
17018
  headers: 'headers',
17019
+ statusCode: 'statusCode',
16334
17020
  body: 'body',
16335
17021
  };
16336
17022
  }
@@ -16338,6 +17024,7 @@ export class TerminateDISyncInstanceResponse extends $tea.Model {
16338
17024
  static types(): { [key: string]: any } {
16339
17025
  return {
16340
17026
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17027
+ statusCode: 'number',
16341
17028
  body: TerminateDISyncInstanceResponseBody,
16342
17029
  };
16343
17030
  }
@@ -16402,10 +17089,12 @@ export class TestNetworkConnectionResponseBody extends $tea.Model {
16402
17089
 
16403
17090
  export class TestNetworkConnectionResponse extends $tea.Model {
16404
17091
  headers: { [key: string]: string };
17092
+ statusCode: number;
16405
17093
  body: TestNetworkConnectionResponseBody;
16406
17094
  static names(): { [key: string]: string } {
16407
17095
  return {
16408
17096
  headers: 'headers',
17097
+ statusCode: 'statusCode',
16409
17098
  body: 'body',
16410
17099
  };
16411
17100
  }
@@ -16413,6 +17102,7 @@ export class TestNetworkConnectionResponse extends $tea.Model {
16413
17102
  static types(): { [key: string]: any } {
16414
17103
  return {
16415
17104
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17105
+ statusCode: 'number',
16416
17106
  body: TestNetworkConnectionResponseBody,
16417
17107
  };
16418
17108
  }
@@ -16465,10 +17155,12 @@ export class TopTenElapsedTimeInstanceResponseBody extends $tea.Model {
16465
17155
 
16466
17156
  export class TopTenElapsedTimeInstanceResponse extends $tea.Model {
16467
17157
  headers: { [key: string]: string };
17158
+ statusCode: number;
16468
17159
  body: TopTenElapsedTimeInstanceResponseBody;
16469
17160
  static names(): { [key: string]: string } {
16470
17161
  return {
16471
17162
  headers: 'headers',
17163
+ statusCode: 'statusCode',
16472
17164
  body: 'body',
16473
17165
  };
16474
17166
  }
@@ -16476,6 +17168,7 @@ export class TopTenElapsedTimeInstanceResponse extends $tea.Model {
16476
17168
  static types(): { [key: string]: any } {
16477
17169
  return {
16478
17170
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17171
+ statusCode: 'number',
16479
17172
  body: TopTenElapsedTimeInstanceResponseBody,
16480
17173
  };
16481
17174
  }
@@ -16528,10 +17221,12 @@ export class TopTenErrorTimesInstanceResponseBody extends $tea.Model {
16528
17221
 
16529
17222
  export class TopTenErrorTimesInstanceResponse extends $tea.Model {
16530
17223
  headers: { [key: string]: string };
17224
+ statusCode: number;
16531
17225
  body: TopTenErrorTimesInstanceResponseBody;
16532
17226
  static names(): { [key: string]: string } {
16533
17227
  return {
16534
17228
  headers: 'headers',
17229
+ statusCode: 'statusCode',
16535
17230
  body: 'body',
16536
17231
  };
16537
17232
  }
@@ -16539,6 +17234,7 @@ export class TopTenErrorTimesInstanceResponse extends $tea.Model {
16539
17234
  static types(): { [key: string]: any } {
16540
17235
  return {
16541
17236
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17237
+ statusCode: 'number',
16542
17238
  body: TopTenErrorTimesInstanceResponseBody,
16543
17239
  };
16544
17240
  }
@@ -16615,10 +17311,12 @@ export class UpdateBusinessResponseBody extends $tea.Model {
16615
17311
 
16616
17312
  export class UpdateBusinessResponse extends $tea.Model {
16617
17313
  headers: { [key: string]: string };
17314
+ statusCode: number;
16618
17315
  body: UpdateBusinessResponseBody;
16619
17316
  static names(): { [key: string]: string } {
16620
17317
  return {
16621
17318
  headers: 'headers',
17319
+ statusCode: 'statusCode',
16622
17320
  body: 'body',
16623
17321
  };
16624
17322
  }
@@ -16626,6 +17324,7 @@ export class UpdateBusinessResponse extends $tea.Model {
16626
17324
  static types(): { [key: string]: any } {
16627
17325
  return {
16628
17326
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17327
+ statusCode: 'number',
16629
17328
  body: UpdateBusinessResponseBody,
16630
17329
  };
16631
17330
  }
@@ -16696,10 +17395,12 @@ export class UpdateConnectionResponseBody extends $tea.Model {
16696
17395
 
16697
17396
  export class UpdateConnectionResponse extends $tea.Model {
16698
17397
  headers: { [key: string]: string };
17398
+ statusCode: number;
16699
17399
  body: UpdateConnectionResponseBody;
16700
17400
  static names(): { [key: string]: string } {
16701
17401
  return {
16702
17402
  headers: 'headers',
17403
+ statusCode: 'statusCode',
16703
17404
  body: 'body',
16704
17405
  };
16705
17406
  }
@@ -16707,6 +17408,7 @@ export class UpdateConnectionResponse extends $tea.Model {
16707
17408
  static types(): { [key: string]: any } {
16708
17409
  return {
16709
17410
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17411
+ statusCode: 'number',
16710
17412
  body: UpdateConnectionResponseBody,
16711
17413
  };
16712
17414
  }
@@ -16771,10 +17473,12 @@ export class UpdateDIProjectConfigResponseBody extends $tea.Model {
16771
17473
 
16772
17474
  export class UpdateDIProjectConfigResponse extends $tea.Model {
16773
17475
  headers: { [key: string]: string };
17476
+ statusCode: number;
16774
17477
  body: UpdateDIProjectConfigResponseBody;
16775
17478
  static names(): { [key: string]: string } {
16776
17479
  return {
16777
17480
  headers: 'headers',
17481
+ statusCode: 'statusCode',
16778
17482
  body: 'body',
16779
17483
  };
16780
17484
  }
@@ -16782,6 +17486,7 @@ export class UpdateDIProjectConfigResponse extends $tea.Model {
16782
17486
  static types(): { [key: string]: any } {
16783
17487
  return {
16784
17488
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17489
+ statusCode: 'number',
16785
17490
  body: UpdateDIProjectConfigResponseBody,
16786
17491
  };
16787
17492
  }
@@ -16849,10 +17554,12 @@ export class UpdateDISyncTaskResponseBody extends $tea.Model {
16849
17554
 
16850
17555
  export class UpdateDISyncTaskResponse extends $tea.Model {
16851
17556
  headers: { [key: string]: string };
17557
+ statusCode: number;
16852
17558
  body: UpdateDISyncTaskResponseBody;
16853
17559
  static names(): { [key: string]: string } {
16854
17560
  return {
16855
17561
  headers: 'headers',
17562
+ statusCode: 'statusCode',
16856
17563
  body: 'body',
16857
17564
  };
16858
17565
  }
@@ -16860,6 +17567,7 @@ export class UpdateDISyncTaskResponse extends $tea.Model {
16860
17567
  static types(): { [key: string]: any } {
16861
17568
  return {
16862
17569
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17570
+ statusCode: 'number',
16863
17571
  body: UpdateDISyncTaskResponseBody,
16864
17572
  };
16865
17573
  }
@@ -16960,10 +17668,12 @@ export class UpdateDataServiceApiResponseBody extends $tea.Model {
16960
17668
 
16961
17669
  export class UpdateDataServiceApiResponse extends $tea.Model {
16962
17670
  headers: { [key: string]: string };
17671
+ statusCode: number;
16963
17672
  body: UpdateDataServiceApiResponseBody;
16964
17673
  static names(): { [key: string]: string } {
16965
17674
  return {
16966
17675
  headers: 'headers',
17676
+ statusCode: 'statusCode',
16967
17677
  body: 'body',
16968
17678
  };
16969
17679
  }
@@ -16971,6 +17681,7 @@ export class UpdateDataServiceApiResponse extends $tea.Model {
16971
17681
  static types(): { [key: string]: any } {
16972
17682
  return {
16973
17683
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17684
+ statusCode: 'number',
16974
17685
  body: UpdateDataServiceApiResponseBody,
16975
17686
  };
16976
17687
  }
@@ -17041,10 +17752,12 @@ export class UpdateDataSourceResponseBody extends $tea.Model {
17041
17752
 
17042
17753
  export class UpdateDataSourceResponse extends $tea.Model {
17043
17754
  headers: { [key: string]: string };
17755
+ statusCode: number;
17044
17756
  body: UpdateDataSourceResponseBody;
17045
17757
  static names(): { [key: string]: string } {
17046
17758
  return {
17047
17759
  headers: 'headers',
17760
+ statusCode: 'statusCode',
17048
17761
  body: 'body',
17049
17762
  };
17050
17763
  }
@@ -17052,6 +17765,7 @@ export class UpdateDataSourceResponse extends $tea.Model {
17052
17765
  static types(): { [key: string]: any } {
17053
17766
  return {
17054
17767
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17768
+ statusCode: 'number',
17055
17769
  body: UpdateDataSourceResponseBody,
17056
17770
  };
17057
17771
  }
@@ -17197,10 +17911,12 @@ export class UpdateFileResponseBody extends $tea.Model {
17197
17911
 
17198
17912
  export class UpdateFileResponse extends $tea.Model {
17199
17913
  headers: { [key: string]: string };
17914
+ statusCode: number;
17200
17915
  body: UpdateFileResponseBody;
17201
17916
  static names(): { [key: string]: string } {
17202
17917
  return {
17203
17918
  headers: 'headers',
17919
+ statusCode: 'statusCode',
17204
17920
  body: 'body',
17205
17921
  };
17206
17922
  }
@@ -17208,6 +17924,7 @@ export class UpdateFileResponse extends $tea.Model {
17208
17924
  static types(): { [key: string]: any } {
17209
17925
  return {
17210
17926
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
17927
+ statusCode: 'number',
17211
17928
  body: UpdateFileResponseBody,
17212
17929
  };
17213
17930
  }
@@ -17278,10 +17995,12 @@ export class UpdateFolderResponseBody extends $tea.Model {
17278
17995
 
17279
17996
  export class UpdateFolderResponse extends $tea.Model {
17280
17997
  headers: { [key: string]: string };
17998
+ statusCode: number;
17281
17999
  body: UpdateFolderResponseBody;
17282
18000
  static names(): { [key: string]: string } {
17283
18001
  return {
17284
18002
  headers: 'headers',
18003
+ statusCode: 'statusCode',
17285
18004
  body: 'body',
17286
18005
  };
17287
18006
  }
@@ -17289,6 +18008,7 @@ export class UpdateFolderResponse extends $tea.Model {
17289
18008
  static types(): { [key: string]: any } {
17290
18009
  return {
17291
18010
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18011
+ statusCode: 'number',
17292
18012
  body: UpdateFolderResponseBody,
17293
18013
  };
17294
18014
  }
@@ -17347,10 +18067,12 @@ export class UpdateIDEEventResultResponseBody extends $tea.Model {
17347
18067
 
17348
18068
  export class UpdateIDEEventResultResponse extends $tea.Model {
17349
18069
  headers: { [key: string]: string };
18070
+ statusCode: number;
17350
18071
  body: UpdateIDEEventResultResponseBody;
17351
18072
  static names(): { [key: string]: string } {
17352
18073
  return {
17353
18074
  headers: 'headers',
18075
+ statusCode: 'statusCode',
17354
18076
  body: 'body',
17355
18077
  };
17356
18078
  }
@@ -17358,6 +18080,7 @@ export class UpdateIDEEventResultResponse extends $tea.Model {
17358
18080
  static types(): { [key: string]: any } {
17359
18081
  return {
17360
18082
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18083
+ statusCode: 'number',
17361
18084
  body: UpdateIDEEventResultResponseBody,
17362
18085
  };
17363
18086
  }
@@ -17428,10 +18151,12 @@ export class UpdateMetaCategoryResponseBody extends $tea.Model {
17428
18151
 
17429
18152
  export class UpdateMetaCategoryResponse extends $tea.Model {
17430
18153
  headers: { [key: string]: string };
18154
+ statusCode: number;
17431
18155
  body: UpdateMetaCategoryResponseBody;
17432
18156
  static names(): { [key: string]: string } {
17433
18157
  return {
17434
18158
  headers: 'headers',
18159
+ statusCode: 'statusCode',
17435
18160
  body: 'body',
17436
18161
  };
17437
18162
  }
@@ -17439,6 +18164,7 @@ export class UpdateMetaCategoryResponse extends $tea.Model {
17439
18164
  static types(): { [key: string]: any } {
17440
18165
  return {
17441
18166
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18167
+ statusCode: 'number',
17442
18168
  body: UpdateMetaCategoryResponseBody,
17443
18169
  };
17444
18170
  }
@@ -17518,10 +18244,12 @@ export class UpdateMetaTableResponseBody extends $tea.Model {
17518
18244
 
17519
18245
  export class UpdateMetaTableResponse extends $tea.Model {
17520
18246
  headers: { [key: string]: string };
18247
+ statusCode: number;
17521
18248
  body: UpdateMetaTableResponseBody;
17522
18249
  static names(): { [key: string]: string } {
17523
18250
  return {
17524
18251
  headers: 'headers',
18252
+ statusCode: 'statusCode',
17525
18253
  body: 'body',
17526
18254
  };
17527
18255
  }
@@ -17529,6 +18257,7 @@ export class UpdateMetaTableResponse extends $tea.Model {
17529
18257
  static types(): { [key: string]: any } {
17530
18258
  return {
17531
18259
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18260
+ statusCode: 'number',
17532
18261
  body: UpdateMetaTableResponseBody,
17533
18262
  };
17534
18263
  }
@@ -17584,10 +18313,12 @@ export class UpdateMetaTableIntroWikiResponseBody extends $tea.Model {
17584
18313
 
17585
18314
  export class UpdateMetaTableIntroWikiResponse extends $tea.Model {
17586
18315
  headers: { [key: string]: string };
18316
+ statusCode: number;
17587
18317
  body: UpdateMetaTableIntroWikiResponseBody;
17588
18318
  static names(): { [key: string]: string } {
17589
18319
  return {
17590
18320
  headers: 'headers',
18321
+ statusCode: 'statusCode',
17591
18322
  body: 'body',
17592
18323
  };
17593
18324
  }
@@ -17595,6 +18326,7 @@ export class UpdateMetaTableIntroWikiResponse extends $tea.Model {
17595
18326
  static types(): { [key: string]: any } {
17596
18327
  return {
17597
18328
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18329
+ statusCode: 'number',
17598
18330
  body: UpdateMetaTableIntroWikiResponseBody,
17599
18331
  };
17600
18332
  }
@@ -17653,10 +18385,12 @@ export class UpdateNodeOwnerResponseBody extends $tea.Model {
17653
18385
 
17654
18386
  export class UpdateNodeOwnerResponse extends $tea.Model {
17655
18387
  headers: { [key: string]: string };
18388
+ statusCode: number;
17656
18389
  body: UpdateNodeOwnerResponseBody;
17657
18390
  static names(): { [key: string]: string } {
17658
18391
  return {
17659
18392
  headers: 'headers',
18393
+ statusCode: 'statusCode',
17660
18394
  body: 'body',
17661
18395
  };
17662
18396
  }
@@ -17664,6 +18398,7 @@ export class UpdateNodeOwnerResponse extends $tea.Model {
17664
18398
  static types(): { [key: string]: any } {
17665
18399
  return {
17666
18400
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18401
+ statusCode: 'number',
17667
18402
  body: UpdateNodeOwnerResponseBody,
17668
18403
  };
17669
18404
  }
@@ -17722,10 +18457,12 @@ export class UpdateNodeRunModeResponseBody extends $tea.Model {
17722
18457
 
17723
18458
  export class UpdateNodeRunModeResponse extends $tea.Model {
17724
18459
  headers: { [key: string]: string };
18460
+ statusCode: number;
17725
18461
  body: UpdateNodeRunModeResponseBody;
17726
18462
  static names(): { [key: string]: string } {
17727
18463
  return {
17728
18464
  headers: 'headers',
18465
+ statusCode: 'statusCode',
17729
18466
  body: 'body',
17730
18467
  };
17731
18468
  }
@@ -17733,6 +18470,7 @@ export class UpdateNodeRunModeResponse extends $tea.Model {
17733
18470
  static types(): { [key: string]: any } {
17734
18471
  return {
17735
18472
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18473
+ statusCode: 'number',
17736
18474
  body: UpdateNodeRunModeResponseBody,
17737
18475
  };
17738
18476
  }
@@ -17806,10 +18544,12 @@ export class UpdateQualityFollowerResponseBody extends $tea.Model {
17806
18544
 
17807
18545
  export class UpdateQualityFollowerResponse extends $tea.Model {
17808
18546
  headers: { [key: string]: string };
18547
+ statusCode: number;
17809
18548
  body: UpdateQualityFollowerResponseBody;
17810
18549
  static names(): { [key: string]: string } {
17811
18550
  return {
17812
18551
  headers: 'headers',
18552
+ statusCode: 'statusCode',
17813
18553
  body: 'body',
17814
18554
  };
17815
18555
  }
@@ -17817,6 +18557,7 @@ export class UpdateQualityFollowerResponse extends $tea.Model {
17817
18557
  static types(): { [key: string]: any } {
17818
18558
  return {
17819
18559
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18560
+ statusCode: 'number',
17820
18561
  body: UpdateQualityFollowerResponseBody,
17821
18562
  };
17822
18563
  }
@@ -17938,10 +18679,12 @@ export class UpdateQualityRuleResponseBody extends $tea.Model {
17938
18679
 
17939
18680
  export class UpdateQualityRuleResponse extends $tea.Model {
17940
18681
  headers: { [key: string]: string };
18682
+ statusCode: number;
17941
18683
  body: UpdateQualityRuleResponseBody;
17942
18684
  static names(): { [key: string]: string } {
17943
18685
  return {
17944
18686
  headers: 'headers',
18687
+ statusCode: 'statusCode',
17945
18688
  body: 'body',
17946
18689
  };
17947
18690
  }
@@ -17949,6 +18692,7 @@ export class UpdateQualityRuleResponse extends $tea.Model {
17949
18692
  static types(): { [key: string]: any } {
17950
18693
  return {
17951
18694
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18695
+ statusCode: 'number',
17952
18696
  body: UpdateQualityRuleResponseBody,
17953
18697
  };
17954
18698
  }
@@ -18061,10 +18805,12 @@ export class UpdateRemindResponseBody extends $tea.Model {
18061
18805
 
18062
18806
  export class UpdateRemindResponse extends $tea.Model {
18063
18807
  headers: { [key: string]: string };
18808
+ statusCode: number;
18064
18809
  body: UpdateRemindResponseBody;
18065
18810
  static names(): { [key: string]: string } {
18066
18811
  return {
18067
18812
  headers: 'headers',
18813
+ statusCode: 'statusCode',
18068
18814
  body: 'body',
18069
18815
  };
18070
18816
  }
@@ -18072,6 +18818,7 @@ export class UpdateRemindResponse extends $tea.Model {
18072
18818
  static types(): { [key: string]: any } {
18073
18819
  return {
18074
18820
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18821
+ statusCode: 'number',
18075
18822
  body: UpdateRemindResponseBody,
18076
18823
  };
18077
18824
  }
@@ -18178,10 +18925,12 @@ export class UpdateTableResponseBody extends $tea.Model {
18178
18925
 
18179
18926
  export class UpdateTableResponse extends $tea.Model {
18180
18927
  headers: { [key: string]: string };
18928
+ statusCode: number;
18181
18929
  body: UpdateTableResponseBody;
18182
18930
  static names(): { [key: string]: string } {
18183
18931
  return {
18184
18932
  headers: 'headers',
18933
+ statusCode: 'statusCode',
18185
18934
  body: 'body',
18186
18935
  };
18187
18936
  }
@@ -18189,6 +18938,7 @@ export class UpdateTableResponse extends $tea.Model {
18189
18938
  static types(): { [key: string]: any } {
18190
18939
  return {
18191
18940
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
18941
+ statusCode: 'number',
18192
18942
  body: UpdateTableResponseBody,
18193
18943
  };
18194
18944
  }
@@ -18244,10 +18994,12 @@ export class UpdateTableAddColumnResponseBody extends $tea.Model {
18244
18994
 
18245
18995
  export class UpdateTableAddColumnResponse extends $tea.Model {
18246
18996
  headers: { [key: string]: string };
18997
+ statusCode: number;
18247
18998
  body: UpdateTableAddColumnResponseBody;
18248
18999
  static names(): { [key: string]: string } {
18249
19000
  return {
18250
19001
  headers: 'headers',
19002
+ statusCode: 'statusCode',
18251
19003
  body: 'body',
18252
19004
  };
18253
19005
  }
@@ -18255,6 +19007,7 @@ export class UpdateTableAddColumnResponse extends $tea.Model {
18255
19007
  static types(): { [key: string]: any } {
18256
19008
  return {
18257
19009
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
19010
+ statusCode: 'number',
18258
19011
  body: UpdateTableAddColumnResponseBody,
18259
19012
  };
18260
19013
  }
@@ -18331,10 +19084,12 @@ export class UpdateTableLevelResponseBody extends $tea.Model {
18331
19084
 
18332
19085
  export class UpdateTableLevelResponse extends $tea.Model {
18333
19086
  headers: { [key: string]: string };
19087
+ statusCode: number;
18334
19088
  body: UpdateTableLevelResponseBody;
18335
19089
  static names(): { [key: string]: string } {
18336
19090
  return {
18337
19091
  headers: 'headers',
19092
+ statusCode: 'statusCode',
18338
19093
  body: 'body',
18339
19094
  };
18340
19095
  }
@@ -18342,6 +19097,7 @@ export class UpdateTableLevelResponse extends $tea.Model {
18342
19097
  static types(): { [key: string]: any } {
18343
19098
  return {
18344
19099
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
19100
+ statusCode: 'number',
18345
19101
  body: UpdateTableLevelResponseBody,
18346
19102
  };
18347
19103
  }
@@ -18406,10 +19162,12 @@ export class UpdateTableModelInfoResponseBody extends $tea.Model {
18406
19162
 
18407
19163
  export class UpdateTableModelInfoResponse extends $tea.Model {
18408
19164
  headers: { [key: string]: string };
19165
+ statusCode: number;
18409
19166
  body: UpdateTableModelInfoResponseBody;
18410
19167
  static names(): { [key: string]: string } {
18411
19168
  return {
18412
19169
  headers: 'headers',
19170
+ statusCode: 'statusCode',
18413
19171
  body: 'body',
18414
19172
  };
18415
19173
  }
@@ -18417,6 +19175,7 @@ export class UpdateTableModelInfoResponse extends $tea.Model {
18417
19175
  static types(): { [key: string]: any } {
18418
19176
  return {
18419
19177
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
19178
+ statusCode: 'number',
18420
19179
  body: UpdateTableModelInfoResponseBody,
18421
19180
  };
18422
19181
  }
@@ -18487,10 +19246,12 @@ export class UpdateTableThemeResponseBody extends $tea.Model {
18487
19246
 
18488
19247
  export class UpdateTableThemeResponse extends $tea.Model {
18489
19248
  headers: { [key: string]: string };
19249
+ statusCode: number;
18490
19250
  body: UpdateTableThemeResponseBody;
18491
19251
  static names(): { [key: string]: string } {
18492
19252
  return {
18493
19253
  headers: 'headers',
19254
+ statusCode: 'statusCode',
18494
19255
  body: 'body',
18495
19256
  };
18496
19257
  }
@@ -18498,6 +19259,7 @@ export class UpdateTableThemeResponse extends $tea.Model {
18498
19259
  static types(): { [key: string]: any } {
18499
19260
  return {
18500
19261
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
19262
+ statusCode: 'number',
18501
19263
  body: UpdateTableThemeResponseBody,
18502
19264
  };
18503
19265
  }
@@ -18592,10 +19354,12 @@ export class UpdateUdfFileResponseBody extends $tea.Model {
18592
19354
 
18593
19355
  export class UpdateUdfFileResponse extends $tea.Model {
18594
19356
  headers: { [key: string]: string };
19357
+ statusCode: number;
18595
19358
  body: UpdateUdfFileResponseBody;
18596
19359
  static names(): { [key: string]: string } {
18597
19360
  return {
18598
19361
  headers: 'headers',
19362
+ statusCode: 'statusCode',
18599
19363
  body: 'body',
18600
19364
  };
18601
19365
  }
@@ -18603,6 +19367,7 @@ export class UpdateUdfFileResponse extends $tea.Model {
18603
19367
  static types(): { [key: string]: any } {
18604
19368
  return {
18605
19369
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
19370
+ statusCode: 'number',
18606
19371
  body: UpdateUdfFileResponseBody,
18607
19372
  };
18608
19373
  }
@@ -18664,10 +19429,12 @@ export class UpdateWorkbenchEventResultResponseBody extends $tea.Model {
18664
19429
 
18665
19430
  export class UpdateWorkbenchEventResultResponse extends $tea.Model {
18666
19431
  headers: { [key: string]: string };
19432
+ statusCode: number;
18667
19433
  body: UpdateWorkbenchEventResultResponseBody;
18668
19434
  static names(): { [key: string]: string } {
18669
19435
  return {
18670
19436
  headers: 'headers',
19437
+ statusCode: 'statusCode',
18671
19438
  body: 'body',
18672
19439
  };
18673
19440
  }
@@ -18675,6 +19442,7 @@ export class UpdateWorkbenchEventResultResponse extends $tea.Model {
18675
19442
  static types(): { [key: string]: any } {
18676
19443
  return {
18677
19444
  headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
19445
+ statusCode: 'number',
18678
19446
  body: UpdateWorkbenchEventResultResponseBody,
18679
19447
  };
18680
19448
  }
@@ -27383,6 +28151,98 @@ export class ListMetaDBResponseBodyDatabaseInfo extends $tea.Model {
27383
28151
  }
27384
28152
  }
27385
28153
 
28154
+ export class ListMigrationsResponseBodyDataMigrations extends $tea.Model {
28155
+ createTime?: number;
28156
+ createUser?: string;
28157
+ createUserName?: string;
28158
+ description?: string;
28159
+ downloadUrl?: string;
28160
+ id?: number;
28161
+ message?: string;
28162
+ migrationType?: string;
28163
+ name?: string;
28164
+ packageType?: string;
28165
+ projectId?: number;
28166
+ status?: string;
28167
+ tenantId?: number;
28168
+ updateTime?: number;
28169
+ updateUser?: string;
28170
+ updateUserName?: string;
28171
+ static names(): { [key: string]: string } {
28172
+ return {
28173
+ createTime: 'CreateTime',
28174
+ createUser: 'CreateUser',
28175
+ createUserName: 'CreateUserName',
28176
+ description: 'Description',
28177
+ downloadUrl: 'DownloadUrl',
28178
+ id: 'Id',
28179
+ message: 'Message',
28180
+ migrationType: 'MigrationType',
28181
+ name: 'Name',
28182
+ packageType: 'PackageType',
28183
+ projectId: 'ProjectId',
28184
+ status: 'Status',
28185
+ tenantId: 'TenantId',
28186
+ updateTime: 'UpdateTime',
28187
+ updateUser: 'UpdateUser',
28188
+ updateUserName: 'UpdateUserName',
28189
+ };
28190
+ }
28191
+
28192
+ static types(): { [key: string]: any } {
28193
+ return {
28194
+ createTime: 'number',
28195
+ createUser: 'string',
28196
+ createUserName: 'string',
28197
+ description: 'string',
28198
+ downloadUrl: 'string',
28199
+ id: 'number',
28200
+ message: 'string',
28201
+ migrationType: 'string',
28202
+ name: 'string',
28203
+ packageType: 'string',
28204
+ projectId: 'number',
28205
+ status: 'string',
28206
+ tenantId: 'number',
28207
+ updateTime: 'number',
28208
+ updateUser: 'string',
28209
+ updateUserName: 'string',
28210
+ };
28211
+ }
28212
+
28213
+ constructor(map?: { [key: string]: any }) {
28214
+ super(map);
28215
+ }
28216
+ }
28217
+
28218
+ export class ListMigrationsResponseBodyData extends $tea.Model {
28219
+ migrations?: ListMigrationsResponseBodyDataMigrations[];
28220
+ pageNumber?: number;
28221
+ pageSize?: number;
28222
+ totalCount?: number;
28223
+ static names(): { [key: string]: string } {
28224
+ return {
28225
+ migrations: 'Migrations',
28226
+ pageNumber: 'PageNumber',
28227
+ pageSize: 'PageSize',
28228
+ totalCount: 'TotalCount',
28229
+ };
28230
+ }
28231
+
28232
+ static types(): { [key: string]: any } {
28233
+ return {
28234
+ migrations: { 'type': 'array', 'itemType': ListMigrationsResponseBodyDataMigrations },
28235
+ pageNumber: 'number',
28236
+ pageSize: 'number',
28237
+ totalCount: 'number',
28238
+ };
28239
+ }
28240
+
28241
+ constructor(map?: { [key: string]: any }) {
28242
+ super(map);
28243
+ }
28244
+ }
28245
+
27386
28246
  export class ListNodeIOResponseBodyData extends $tea.Model {
27387
28247
  data?: string;
27388
28248
  nodeId?: number;
@@ -36168,6 +37028,51 @@ export default class Client extends OpenApi {
36168
37028
  return await this.listMetaDBWithOptions(request, runtime);
36169
37029
  }
36170
37030
 
37031
+ async listMigrationsWithOptions(request: ListMigrationsRequest, runtime: $Util.RuntimeOptions): Promise<ListMigrationsResponse> {
37032
+ Util.validateModel(request);
37033
+ let body : {[key: string ]: any} = { };
37034
+ if (!Util.isUnset(request.migrationType)) {
37035
+ body["MigrationType"] = request.migrationType;
37036
+ }
37037
+
37038
+ if (!Util.isUnset(request.owner)) {
37039
+ body["Owner"] = request.owner;
37040
+ }
37041
+
37042
+ if (!Util.isUnset(request.pageNumber)) {
37043
+ body["PageNumber"] = request.pageNumber;
37044
+ }
37045
+
37046
+ if (!Util.isUnset(request.pageSize)) {
37047
+ body["PageSize"] = request.pageSize;
37048
+ }
37049
+
37050
+ if (!Util.isUnset(request.projectId)) {
37051
+ body["ProjectId"] = request.projectId;
37052
+ }
37053
+
37054
+ let req = new $OpenApi.OpenApiRequest({
37055
+ body: OpenApiUtil.parseToMap(body),
37056
+ });
37057
+ let params = new $OpenApi.Params({
37058
+ action: "ListMigrations",
37059
+ version: "2020-05-18",
37060
+ protocol: "HTTPS",
37061
+ pathname: "/",
37062
+ method: "POST",
37063
+ authType: "AK",
37064
+ style: "RPC",
37065
+ reqBodyType: "formData",
37066
+ bodyType: "json",
37067
+ });
37068
+ return $tea.cast<ListMigrationsResponse>(await this.callApi(params, req, runtime), new ListMigrationsResponse({}));
37069
+ }
37070
+
37071
+ async listMigrations(request: ListMigrationsRequest): Promise<ListMigrationsResponse> {
37072
+ let runtime = new $Util.RuntimeOptions({ });
37073
+ return await this.listMigrationsWithOptions(request, runtime);
37074
+ }
37075
+
36171
37076
  async listNodeIOWithOptions(request: ListNodeIORequest, runtime: $Util.RuntimeOptions): Promise<ListNodeIOResponse> {
36172
37077
  Util.validateModel(request);
36173
37078
  let body : {[key: string ]: any} = { };