@alicloud/dms-enterprise20181101 1.33.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -203,11 +203,11 @@ export declare class AddDesensitizationRuleResponseBody extends $tea.Model {
203
203
  });
204
204
  }
205
205
  export declare class AddDesensitizationRuleResponse extends $tea.Model {
206
- headers: {
206
+ headers?: {
207
207
  [key: string]: string;
208
208
  };
209
- statusCode: number;
210
- body: AddDesensitizationRuleResponseBody;
209
+ statusCode?: number;
210
+ body?: AddDesensitizationRuleResponseBody;
211
211
  static names(): {
212
212
  [key: string]: string;
213
213
  };
@@ -246,6 +246,7 @@ export declare class AddInstanceRequest extends $tea.Model {
246
246
  templateType?: string;
247
247
  tid?: number;
248
248
  useDsql?: number;
249
+ useSsl?: number;
249
250
  vpcId?: string;
250
251
  static names(): {
251
252
  [key: string]: string;
@@ -273,11 +274,11 @@ export declare class AddInstanceResponseBody extends $tea.Model {
273
274
  });
274
275
  }
275
276
  export declare class AddInstanceResponse extends $tea.Model {
276
- headers: {
277
+ headers?: {
277
278
  [key: string]: string;
278
279
  };
279
- statusCode: number;
280
- body: AddInstanceResponseBody;
280
+ statusCode?: number;
281
+ body?: AddInstanceResponseBody;
281
282
  static names(): {
282
283
  [key: string]: string;
283
284
  };
@@ -334,11 +335,11 @@ export declare class AddLhMembersResponseBody extends $tea.Model {
334
335
  });
335
336
  }
336
337
  export declare class AddLhMembersResponse extends $tea.Model {
337
- headers: {
338
+ headers?: {
338
339
  [key: string]: string;
339
340
  };
340
- statusCode: number;
341
- body: AddLhMembersResponseBody;
341
+ statusCode?: number;
342
+ body?: AddLhMembersResponseBody;
342
343
  static names(): {
343
344
  [key: string]: string;
344
345
  };
@@ -380,11 +381,11 @@ export declare class AddLogicTableRouteConfigResponseBody extends $tea.Model {
380
381
  });
381
382
  }
382
383
  export declare class AddLogicTableRouteConfigResponse extends $tea.Model {
383
- headers: {
384
+ headers?: {
384
385
  [key: string]: string;
385
386
  };
386
- statusCode: number;
387
- body: AddLogicTableRouteConfigResponseBody;
387
+ statusCode?: number;
388
+ body?: AddLogicTableRouteConfigResponseBody;
388
389
  static names(): {
389
390
  [key: string]: string;
390
391
  };
@@ -440,11 +441,11 @@ export declare class AddTaskFlowEdgesResponseBody extends $tea.Model {
440
441
  });
441
442
  }
442
443
  export declare class AddTaskFlowEdgesResponse extends $tea.Model {
443
- headers: {
444
+ headers?: {
444
445
  [key: string]: string;
445
446
  };
446
- statusCode: number;
447
- body: AddTaskFlowEdgesResponseBody;
447
+ statusCode?: number;
448
+ body?: AddTaskFlowEdgesResponseBody;
448
449
  static names(): {
449
450
  [key: string]: string;
450
451
  };
@@ -486,11 +487,11 @@ export declare class AnalyzeSQLLineageResponseBody extends $tea.Model {
486
487
  });
487
488
  }
488
489
  export declare class AnalyzeSQLLineageResponse extends $tea.Model {
489
- headers: {
490
+ headers?: {
490
491
  [key: string]: string;
491
492
  };
492
- statusCode: number;
493
- body: AnalyzeSQLLineageResponseBody;
493
+ statusCode?: number;
494
+ body?: AnalyzeSQLLineageResponseBody;
494
495
  static names(): {
495
496
  [key: string]: string;
496
497
  };
@@ -536,11 +537,11 @@ export declare class ApproveOrderResponseBody extends $tea.Model {
536
537
  });
537
538
  }
538
539
  export declare class ApproveOrderResponse extends $tea.Model {
539
- headers: {
540
+ headers?: {
540
541
  [key: string]: string;
541
542
  };
542
- statusCode: number;
543
- body: ApproveOrderResponseBody;
543
+ statusCode?: number;
544
+ body?: ApproveOrderResponseBody;
544
545
  static names(): {
545
546
  [key: string]: string;
546
547
  };
@@ -613,11 +614,11 @@ export declare class BackFillResponseBody extends $tea.Model {
613
614
  });
614
615
  }
615
616
  export declare class BackFillResponse extends $tea.Model {
616
- headers: {
617
+ headers?: {
617
618
  [key: string]: string;
618
619
  };
619
- statusCode: number;
620
- body: BackFillResponseBody;
620
+ statusCode?: number;
621
+ body?: BackFillResponseBody;
621
622
  static names(): {
622
623
  [key: string]: string;
623
624
  };
@@ -660,11 +661,11 @@ export declare class BuyPayAsYouGoOrderResponseBody extends $tea.Model {
660
661
  });
661
662
  }
662
663
  export declare class BuyPayAsYouGoOrderResponse extends $tea.Model {
663
- headers: {
664
+ headers?: {
664
665
  [key: string]: string;
665
666
  };
666
- statusCode: number;
667
- body: BuyPayAsYouGoOrderResponseBody;
667
+ statusCode?: number;
668
+ body?: BuyPayAsYouGoOrderResponseBody;
668
669
  static names(): {
669
670
  [key: string]: string;
670
671
  };
@@ -709,11 +710,11 @@ export declare class ChangeColumnSecLevelResponseBody extends $tea.Model {
709
710
  });
710
711
  }
711
712
  export declare class ChangeColumnSecLevelResponse extends $tea.Model {
712
- headers: {
713
+ headers?: {
713
714
  [key: string]: string;
714
715
  };
715
- statusCode: number;
716
- body: ChangeColumnSecLevelResponseBody;
716
+ statusCode?: number;
717
+ body?: ChangeColumnSecLevelResponseBody;
717
718
  static names(): {
718
719
  [key: string]: string;
719
720
  };
@@ -758,11 +759,11 @@ export declare class ChangeColumnSecurityLevelResponseBody extends $tea.Model {
758
759
  });
759
760
  }
760
761
  export declare class ChangeColumnSecurityLevelResponse extends $tea.Model {
761
- headers: {
762
+ headers?: {
762
763
  [key: string]: string;
763
764
  };
764
- statusCode: number;
765
- body: ChangeColumnSecurityLevelResponseBody;
765
+ statusCode?: number;
766
+ body?: ChangeColumnSecurityLevelResponseBody;
766
767
  static names(): {
767
768
  [key: string]: string;
768
769
  };
@@ -803,11 +804,11 @@ export declare class ChangeLhDagOwnerResponseBody extends $tea.Model {
803
804
  });
804
805
  }
805
806
  export declare class ChangeLhDagOwnerResponse extends $tea.Model {
806
- headers: {
807
+ headers?: {
807
808
  [key: string]: string;
808
809
  };
809
- statusCode: number;
810
- body: ChangeLhDagOwnerResponseBody;
810
+ statusCode?: number;
811
+ body?: ChangeLhDagOwnerResponseBody;
811
812
  static names(): {
812
813
  [key: string]: string;
813
814
  };
@@ -848,11 +849,11 @@ export declare class CloseOrderResponseBody extends $tea.Model {
848
849
  });
849
850
  }
850
851
  export declare class CloseOrderResponse extends $tea.Model {
851
- headers: {
852
+ headers?: {
852
853
  [key: string]: string;
853
854
  };
854
- statusCode: number;
855
- body: CloseOrderResponseBody;
855
+ statusCode?: number;
856
+ body?: CloseOrderResponseBody;
856
857
  static names(): {
857
858
  [key: string]: string;
858
859
  };
@@ -895,11 +896,11 @@ export declare class CreateAuthorityTemplateResponseBody extends $tea.Model {
895
896
  });
896
897
  }
897
898
  export declare class CreateAuthorityTemplateResponse extends $tea.Model {
898
- headers: {
899
+ headers?: {
899
900
  [key: string]: string;
900
901
  };
901
- statusCode: number;
902
- body: CreateAuthorityTemplateResponseBody;
902
+ statusCode?: number;
903
+ body?: CreateAuthorityTemplateResponseBody;
903
904
  static names(): {
904
905
  [key: string]: string;
905
906
  };
@@ -961,11 +962,11 @@ export declare class CreateDataArchiveOrderResponseBody extends $tea.Model {
961
962
  });
962
963
  }
963
964
  export declare class CreateDataArchiveOrderResponse extends $tea.Model {
964
- headers: {
965
+ headers?: {
965
966
  [key: string]: string;
966
967
  };
967
- statusCode: number;
968
- body: CreateDataArchiveOrderResponseBody;
968
+ statusCode?: number;
969
+ body?: CreateDataArchiveOrderResponseBody;
969
970
  static names(): {
970
971
  [key: string]: string;
971
972
  };
@@ -1025,11 +1026,11 @@ export declare class CreateDataCorrectOrderResponseBody extends $tea.Model {
1025
1026
  });
1026
1027
  }
1027
1028
  export declare class CreateDataCorrectOrderResponse extends $tea.Model {
1028
- headers: {
1029
+ headers?: {
1029
1030
  [key: string]: string;
1030
1031
  };
1031
- statusCode: number;
1032
- body: CreateDataCorrectOrderResponseBody;
1032
+ statusCode?: number;
1033
+ body?: CreateDataCorrectOrderResponseBody;
1033
1034
  static names(): {
1034
1035
  [key: string]: string;
1035
1036
  };
@@ -1089,11 +1090,11 @@ export declare class CreateDataCronClearOrderResponseBody extends $tea.Model {
1089
1090
  });
1090
1091
  }
1091
1092
  export declare class CreateDataCronClearOrderResponse extends $tea.Model {
1092
- headers: {
1093
+ headers?: {
1093
1094
  [key: string]: string;
1094
1095
  };
1095
- statusCode: number;
1096
- body: CreateDataCronClearOrderResponseBody;
1096
+ statusCode?: number;
1097
+ body?: CreateDataCronClearOrderResponseBody;
1097
1098
  static names(): {
1098
1099
  [key: string]: string;
1099
1100
  };
@@ -1155,11 +1156,11 @@ export declare class CreateDataExportOrderResponseBody extends $tea.Model {
1155
1156
  });
1156
1157
  }
1157
1158
  export declare class CreateDataExportOrderResponse extends $tea.Model {
1158
- headers: {
1159
+ headers?: {
1159
1160
  [key: string]: string;
1160
1161
  };
1161
- statusCode: number;
1162
- body: CreateDataExportOrderResponseBody;
1162
+ statusCode?: number;
1163
+ body?: CreateDataExportOrderResponseBody;
1163
1164
  static names(): {
1164
1165
  [key: string]: string;
1165
1166
  };
@@ -1219,11 +1220,11 @@ export declare class CreateDataImportOrderResponseBody extends $tea.Model {
1219
1220
  });
1220
1221
  }
1221
1222
  export declare class CreateDataImportOrderResponse extends $tea.Model {
1222
- headers: {
1223
+ headers?: {
1223
1224
  [key: string]: string;
1224
1225
  };
1225
- statusCode: number;
1226
- body: CreateDataImportOrderResponseBody;
1226
+ statusCode?: number;
1227
+ body?: CreateDataImportOrderResponseBody;
1227
1228
  static names(): {
1228
1229
  [key: string]: string;
1229
1230
  };
@@ -1281,11 +1282,11 @@ export declare class CreateDataTrackOrderResponseBody extends $tea.Model {
1281
1282
  });
1282
1283
  }
1283
1284
  export declare class CreateDataTrackOrderResponse extends $tea.Model {
1284
- headers: {
1285
+ headers?: {
1285
1286
  [key: string]: string;
1286
1287
  };
1287
- statusCode: number;
1288
- body: CreateDataTrackOrderResponseBody;
1288
+ statusCode?: number;
1289
+ body?: CreateDataTrackOrderResponseBody;
1289
1290
  static names(): {
1290
1291
  [key: string]: string;
1291
1292
  };
@@ -1347,11 +1348,11 @@ export declare class CreateDatabaseExportOrderResponseBody extends $tea.Model {
1347
1348
  });
1348
1349
  }
1349
1350
  export declare class CreateDatabaseExportOrderResponse extends $tea.Model {
1350
- headers: {
1351
+ headers?: {
1351
1352
  [key: string]: string;
1352
1353
  };
1353
- statusCode: number;
1354
- body: CreateDatabaseExportOrderResponseBody;
1354
+ statusCode?: number;
1355
+ body?: CreateDatabaseExportOrderResponseBody;
1355
1356
  static names(): {
1356
1357
  [key: string]: string;
1357
1358
  };
@@ -1411,11 +1412,11 @@ export declare class CreateFreeLockCorrectOrderResponseBody extends $tea.Model {
1411
1412
  });
1412
1413
  }
1413
1414
  export declare class CreateFreeLockCorrectOrderResponse extends $tea.Model {
1414
- headers: {
1415
+ headers?: {
1415
1416
  [key: string]: string;
1416
1417
  };
1417
- statusCode: number;
1418
- body: CreateFreeLockCorrectOrderResponseBody;
1418
+ statusCode?: number;
1419
+ body?: CreateFreeLockCorrectOrderResponseBody;
1419
1420
  static names(): {
1420
1421
  [key: string]: string;
1421
1422
  };
@@ -1462,11 +1463,11 @@ export declare class CreateLakeHouseSpaceResponseBody extends $tea.Model {
1462
1463
  });
1463
1464
  }
1464
1465
  export declare class CreateLakeHouseSpaceResponse extends $tea.Model {
1465
- headers: {
1466
+ headers?: {
1466
1467
  [key: string]: string;
1467
1468
  };
1468
- statusCode: number;
1469
- body: CreateLakeHouseSpaceResponseBody;
1469
+ statusCode?: number;
1470
+ body?: CreateLakeHouseSpaceResponseBody;
1470
1471
  static names(): {
1471
1472
  [key: string]: string;
1472
1473
  };
@@ -1522,11 +1523,11 @@ export declare class CreateLogicDatabaseResponseBody extends $tea.Model {
1522
1523
  });
1523
1524
  }
1524
1525
  export declare class CreateLogicDatabaseResponse extends $tea.Model {
1525
- headers: {
1526
+ headers?: {
1526
1527
  [key: string]: string;
1527
1528
  };
1528
- statusCode: number;
1529
- body: CreateLogicDatabaseResponseBody;
1529
+ statusCode?: number;
1530
+ body?: CreateLogicDatabaseResponseBody;
1530
1531
  static names(): {
1531
1532
  [key: string]: string;
1532
1533
  };
@@ -1590,11 +1591,11 @@ export declare class CreateOrderResponseBody extends $tea.Model {
1590
1591
  });
1591
1592
  }
1592
1593
  export declare class CreateOrderResponse extends $tea.Model {
1593
- headers: {
1594
+ headers?: {
1594
1595
  [key: string]: string;
1595
1596
  };
1596
- statusCode: number;
1597
- body: CreateOrderResponseBody;
1597
+ statusCode?: number;
1598
+ body?: CreateOrderResponseBody;
1598
1599
  static names(): {
1599
1600
  [key: string]: string;
1600
1601
  };
@@ -1654,11 +1655,11 @@ export declare class CreateProcCorrectOrderResponseBody extends $tea.Model {
1654
1655
  });
1655
1656
  }
1656
1657
  export declare class CreateProcCorrectOrderResponse extends $tea.Model {
1657
- headers: {
1658
+ headers?: {
1658
1659
  [key: string]: string;
1659
1660
  };
1660
- statusCode: number;
1661
- body: CreateProcCorrectOrderResponseBody;
1661
+ statusCode?: number;
1662
+ body?: CreateProcCorrectOrderResponseBody;
1662
1663
  static names(): {
1663
1664
  [key: string]: string;
1664
1665
  };
@@ -1701,11 +1702,11 @@ export declare class CreateProxyResponseBody extends $tea.Model {
1701
1702
  });
1702
1703
  }
1703
1704
  export declare class CreateProxyResponse extends $tea.Model {
1704
- headers: {
1705
+ headers?: {
1705
1706
  [key: string]: string;
1706
1707
  };
1707
- statusCode: number;
1708
- body: CreateProxyResponseBody;
1708
+ statusCode?: number;
1709
+ body?: CreateProxyResponseBody;
1709
1710
  static names(): {
1710
1711
  [key: string]: string;
1711
1712
  };
@@ -1749,11 +1750,11 @@ export declare class CreateProxyAccessResponseBody extends $tea.Model {
1749
1750
  });
1750
1751
  }
1751
1752
  export declare class CreateProxyAccessResponse extends $tea.Model {
1752
- headers: {
1753
+ headers?: {
1753
1754
  [key: string]: string;
1754
1755
  };
1755
- statusCode: number;
1756
- body: CreateProxyAccessResponseBody;
1756
+ statusCode?: number;
1757
+ body?: CreateProxyAccessResponseBody;
1757
1758
  static names(): {
1758
1759
  [key: string]: string;
1759
1760
  };
@@ -1798,11 +1799,11 @@ export declare class CreatePublishGroupTaskResponseBody extends $tea.Model {
1798
1799
  });
1799
1800
  }
1800
1801
  export declare class CreatePublishGroupTaskResponse extends $tea.Model {
1801
- headers: {
1802
+ headers?: {
1802
1803
  [key: string]: string;
1803
1804
  };
1804
- statusCode: number;
1805
- body: CreatePublishGroupTaskResponseBody;
1805
+ statusCode?: number;
1806
+ body?: CreatePublishGroupTaskResponseBody;
1806
1807
  static names(): {
1807
1808
  [key: string]: string;
1808
1809
  };
@@ -1860,11 +1861,11 @@ export declare class CreateSQLReviewOrderResponseBody extends $tea.Model {
1860
1861
  });
1861
1862
  }
1862
1863
  export declare class CreateSQLReviewOrderResponse extends $tea.Model {
1863
- headers: {
1864
+ headers?: {
1864
1865
  [key: string]: string;
1865
1866
  };
1866
- statusCode: number;
1867
- body: CreateSQLReviewOrderResponseBody;
1867
+ statusCode?: number;
1868
+ body?: CreateSQLReviewOrderResponseBody;
1868
1869
  static names(): {
1869
1870
  [key: string]: string;
1870
1871
  };
@@ -1906,11 +1907,11 @@ export declare class CreateScenarioResponseBody extends $tea.Model {
1906
1907
  });
1907
1908
  }
1908
1909
  export declare class CreateScenarioResponse extends $tea.Model {
1909
- headers: {
1910
+ headers?: {
1910
1911
  [key: string]: string;
1911
1912
  };
1912
- statusCode: number;
1913
- body: CreateScenarioResponseBody;
1913
+ statusCode?: number;
1914
+ body?: CreateScenarioResponseBody;
1914
1915
  static names(): {
1915
1916
  [key: string]: string;
1916
1917
  };
@@ -1953,11 +1954,11 @@ export declare class CreateStandardGroupResponseBody extends $tea.Model {
1953
1954
  });
1954
1955
  }
1955
1956
  export declare class CreateStandardGroupResponse extends $tea.Model {
1956
- headers: {
1957
+ headers?: {
1957
1958
  [key: string]: string;
1958
1959
  };
1959
- statusCode: number;
1960
- body: CreateStandardGroupResponseBody;
1960
+ statusCode?: number;
1961
+ body?: CreateStandardGroupResponseBody;
1961
1962
  static names(): {
1962
1963
  [key: string]: string;
1963
1964
  };
@@ -2017,11 +2018,11 @@ export declare class CreateStructSyncOrderResponseBody extends $tea.Model {
2017
2018
  });
2018
2019
  }
2019
2020
  export declare class CreateStructSyncOrderResponse extends $tea.Model {
2020
- headers: {
2021
+ headers?: {
2021
2022
  [key: string]: string;
2022
2023
  };
2023
- statusCode: number;
2024
- body: CreateStructSyncOrderResponseBody;
2024
+ statusCode?: number;
2025
+ body?: CreateStructSyncOrderResponseBody;
2025
2026
  static names(): {
2026
2027
  [key: string]: string;
2027
2028
  };
@@ -2068,11 +2069,11 @@ export declare class CreateTaskResponseBody extends $tea.Model {
2068
2069
  });
2069
2070
  }
2070
2071
  export declare class CreateTaskResponse extends $tea.Model {
2071
- headers: {
2072
+ headers?: {
2072
2073
  [key: string]: string;
2073
2074
  };
2074
- statusCode: number;
2075
- body: CreateTaskResponseBody;
2075
+ statusCode?: number;
2076
+ body?: CreateTaskResponseBody;
2076
2077
  static names(): {
2077
2078
  [key: string]: string;
2078
2079
  };
@@ -2115,11 +2116,11 @@ export declare class CreateTaskFlowResponseBody extends $tea.Model {
2115
2116
  });
2116
2117
  }
2117
2118
  export declare class CreateTaskFlowResponse extends $tea.Model {
2118
- headers: {
2119
+ headers?: {
2119
2120
  [key: string]: string;
2120
2121
  };
2121
- statusCode: number;
2122
- body: CreateTaskFlowResponseBody;
2122
+ statusCode?: number;
2123
+ body?: CreateTaskFlowResponseBody;
2123
2124
  static names(): {
2124
2125
  [key: string]: string;
2125
2126
  };
@@ -2162,11 +2163,11 @@ export declare class CreateUploadFileJobResponseBody extends $tea.Model {
2162
2163
  });
2163
2164
  }
2164
2165
  export declare class CreateUploadFileJobResponse extends $tea.Model {
2165
- headers: {
2166
+ headers?: {
2166
2167
  [key: string]: string;
2167
2168
  };
2168
- statusCode: number;
2169
- body: CreateUploadFileJobResponseBody;
2169
+ statusCode?: number;
2170
+ body?: CreateUploadFileJobResponseBody;
2170
2171
  static names(): {
2171
2172
  [key: string]: string;
2172
2173
  };
@@ -2224,11 +2225,11 @@ export declare class CreateUploadOSSFileJobResponseBody extends $tea.Model {
2224
2225
  });
2225
2226
  }
2226
2227
  export declare class CreateUploadOSSFileJobResponse extends $tea.Model {
2227
- headers: {
2228
+ headers?: {
2228
2229
  [key: string]: string;
2229
2230
  };
2230
- statusCode: number;
2231
- body: CreateUploadOSSFileJobResponseBody;
2231
+ statusCode?: number;
2232
+ body?: CreateUploadOSSFileJobResponseBody;
2232
2233
  static names(): {
2233
2234
  [key: string]: string;
2234
2235
  };
@@ -2269,11 +2270,11 @@ export declare class DeleteAuthorityTemplateResponseBody extends $tea.Model {
2269
2270
  });
2270
2271
  }
2271
2272
  export declare class DeleteAuthorityTemplateResponse extends $tea.Model {
2272
- headers: {
2273
+ headers?: {
2273
2274
  [key: string]: string;
2274
2275
  };
2275
- statusCode: number;
2276
- body: DeleteAuthorityTemplateResponseBody;
2276
+ statusCode?: number;
2277
+ body?: DeleteAuthorityTemplateResponseBody;
2277
2278
  static names(): {
2278
2279
  [key: string]: string;
2279
2280
  };
@@ -2315,11 +2316,11 @@ export declare class DeleteInstanceResponseBody extends $tea.Model {
2315
2316
  });
2316
2317
  }
2317
2318
  export declare class DeleteInstanceResponse extends $tea.Model {
2318
- headers: {
2319
+ headers?: {
2319
2320
  [key: string]: string;
2320
2321
  };
2321
- statusCode: number;
2322
- body: DeleteInstanceResponseBody;
2322
+ statusCode?: number;
2323
+ body?: DeleteInstanceResponseBody;
2323
2324
  static names(): {
2324
2325
  [key: string]: string;
2325
2326
  };
@@ -2359,11 +2360,11 @@ export declare class DeleteLakeHouseSpaceResponseBody extends $tea.Model {
2359
2360
  });
2360
2361
  }
2361
2362
  export declare class DeleteLakeHouseSpaceResponse extends $tea.Model {
2362
- headers: {
2363
+ headers?: {
2363
2364
  [key: string]: string;
2364
2365
  };
2365
- statusCode: number;
2366
- body: DeleteLakeHouseSpaceResponseBody;
2366
+ statusCode?: number;
2367
+ body?: DeleteLakeHouseSpaceResponseBody;
2367
2368
  static names(): {
2368
2369
  [key: string]: string;
2369
2370
  };
@@ -2420,11 +2421,11 @@ export declare class DeleteLhMembersResponseBody extends $tea.Model {
2420
2421
  });
2421
2422
  }
2422
2423
  export declare class DeleteLhMembersResponse extends $tea.Model {
2423
- headers: {
2424
+ headers?: {
2424
2425
  [key: string]: string;
2425
2426
  };
2426
- statusCode: number;
2427
- body: DeleteLhMembersResponseBody;
2427
+ statusCode?: number;
2428
+ body?: DeleteLhMembersResponseBody;
2428
2429
  static names(): {
2429
2430
  [key: string]: string;
2430
2431
  };
@@ -2464,11 +2465,11 @@ export declare class DeleteLogicDatabaseResponseBody extends $tea.Model {
2464
2465
  });
2465
2466
  }
2466
2467
  export declare class DeleteLogicDatabaseResponse extends $tea.Model {
2467
- headers: {
2468
+ headers?: {
2468
2469
  [key: string]: string;
2469
2470
  };
2470
- statusCode: number;
2471
- body: DeleteLogicDatabaseResponseBody;
2471
+ statusCode?: number;
2472
+ body?: DeleteLogicDatabaseResponseBody;
2472
2473
  static names(): {
2473
2474
  [key: string]: string;
2474
2475
  };
@@ -2509,11 +2510,11 @@ export declare class DeleteLogicTableRouteConfigResponseBody extends $tea.Model
2509
2510
  });
2510
2511
  }
2511
2512
  export declare class DeleteLogicTableRouteConfigResponse extends $tea.Model {
2512
- headers: {
2513
+ headers?: {
2513
2514
  [key: string]: string;
2514
2515
  };
2515
- statusCode: number;
2516
- body: DeleteLogicTableRouteConfigResponseBody;
2516
+ statusCode?: number;
2517
+ body?: DeleteLogicTableRouteConfigResponseBody;
2517
2518
  static names(): {
2518
2519
  [key: string]: string;
2519
2520
  };
@@ -2553,11 +2554,11 @@ export declare class DeleteProxyResponseBody extends $tea.Model {
2553
2554
  });
2554
2555
  }
2555
2556
  export declare class DeleteProxyResponse extends $tea.Model {
2556
- headers: {
2557
+ headers?: {
2557
2558
  [key: string]: string;
2558
2559
  };
2559
- statusCode: number;
2560
- body: DeleteProxyResponseBody;
2560
+ statusCode?: number;
2561
+ body?: DeleteProxyResponseBody;
2561
2562
  static names(): {
2562
2563
  [key: string]: string;
2563
2564
  };
@@ -2597,11 +2598,11 @@ export declare class DeleteProxyAccessResponseBody extends $tea.Model {
2597
2598
  });
2598
2599
  }
2599
2600
  export declare class DeleteProxyAccessResponse extends $tea.Model {
2600
- headers: {
2601
+ headers?: {
2601
2602
  [key: string]: string;
2602
2603
  };
2603
- statusCode: number;
2604
- body: DeleteProxyAccessResponseBody;
2604
+ statusCode?: number;
2605
+ body?: DeleteProxyAccessResponseBody;
2605
2606
  static names(): {
2606
2607
  [key: string]: string;
2607
2608
  };
@@ -2641,11 +2642,11 @@ export declare class DeleteScenarioResponseBody extends $tea.Model {
2641
2642
  });
2642
2643
  }
2643
2644
  export declare class DeleteScenarioResponse extends $tea.Model {
2644
- headers: {
2645
+ headers?: {
2645
2646
  [key: string]: string;
2646
2647
  };
2647
- statusCode: number;
2648
- body: DeleteScenarioResponseBody;
2648
+ statusCode?: number;
2649
+ body?: DeleteScenarioResponseBody;
2649
2650
  static names(): {
2650
2651
  [key: string]: string;
2651
2652
  };
@@ -2685,11 +2686,11 @@ export declare class DeleteStandardGroupResponseBody extends $tea.Model {
2685
2686
  });
2686
2687
  }
2687
2688
  export declare class DeleteStandardGroupResponse extends $tea.Model {
2688
- headers: {
2689
+ headers?: {
2689
2690
  [key: string]: string;
2690
2691
  };
2691
- statusCode: number;
2692
- body: DeleteStandardGroupResponseBody;
2692
+ statusCode?: number;
2693
+ body?: DeleteStandardGroupResponseBody;
2693
2694
  static names(): {
2694
2695
  [key: string]: string;
2695
2696
  };
@@ -2729,11 +2730,11 @@ export declare class DeleteTaskResponseBody extends $tea.Model {
2729
2730
  });
2730
2731
  }
2731
2732
  export declare class DeleteTaskResponse extends $tea.Model {
2732
- headers: {
2733
+ headers?: {
2733
2734
  [key: string]: string;
2734
2735
  };
2735
- statusCode: number;
2736
- body: DeleteTaskResponseBody;
2736
+ statusCode?: number;
2737
+ body?: DeleteTaskResponseBody;
2737
2738
  static names(): {
2738
2739
  [key: string]: string;
2739
2740
  };
@@ -2773,11 +2774,11 @@ export declare class DeleteTaskFlowResponseBody extends $tea.Model {
2773
2774
  });
2774
2775
  }
2775
2776
  export declare class DeleteTaskFlowResponse extends $tea.Model {
2776
- headers: {
2777
+ headers?: {
2777
2778
  [key: string]: string;
2778
2779
  };
2779
- statusCode: number;
2780
- body: DeleteTaskFlowResponseBody;
2780
+ statusCode?: number;
2781
+ body?: DeleteTaskFlowResponseBody;
2781
2782
  static names(): {
2782
2783
  [key: string]: string;
2783
2784
  };
@@ -2820,11 +2821,11 @@ export declare class DeleteTaskFlowEdgesByConditionResponseBody extends $tea.Mod
2820
2821
  });
2821
2822
  }
2822
2823
  export declare class DeleteTaskFlowEdgesByConditionResponse extends $tea.Model {
2823
- headers: {
2824
+ headers?: {
2824
2825
  [key: string]: string;
2825
2826
  };
2826
- statusCode: number;
2827
- body: DeleteTaskFlowEdgesByConditionResponseBody;
2827
+ statusCode?: number;
2828
+ body?: DeleteTaskFlowEdgesByConditionResponseBody;
2828
2829
  static names(): {
2829
2830
  [key: string]: string;
2830
2831
  };
@@ -2864,11 +2865,11 @@ export declare class DeleteUserResponseBody extends $tea.Model {
2864
2865
  });
2865
2866
  }
2866
2867
  export declare class DeleteUserResponse extends $tea.Model {
2867
- headers: {
2868
+ headers?: {
2868
2869
  [key: string]: string;
2869
2870
  };
2870
- statusCode: number;
2871
- body: DeleteUserResponseBody;
2871
+ statusCode?: number;
2872
+ body?: DeleteUserResponseBody;
2872
2873
  static names(): {
2873
2874
  [key: string]: string;
2874
2875
  };
@@ -2908,11 +2909,11 @@ export declare class DisableUserResponseBody extends $tea.Model {
2908
2909
  });
2909
2910
  }
2910
2911
  export declare class DisableUserResponse extends $tea.Model {
2911
- headers: {
2912
+ headers?: {
2912
2913
  [key: string]: string;
2913
2914
  };
2914
- statusCode: number;
2915
- body: DisableUserResponseBody;
2915
+ statusCode?: number;
2916
+ body?: DisableUserResponseBody;
2916
2917
  static names(): {
2917
2918
  [key: string]: string;
2918
2919
  };
@@ -2980,11 +2981,11 @@ export declare class DownloadDataTrackResultResponseBody extends $tea.Model {
2980
2981
  });
2981
2982
  }
2982
2983
  export declare class DownloadDataTrackResultResponse extends $tea.Model {
2983
- headers: {
2984
+ headers?: {
2984
2985
  [key: string]: string;
2985
2986
  };
2986
- statusCode: number;
2987
- body: DownloadDataTrackResultResponseBody;
2987
+ statusCode?: number;
2988
+ body?: DownloadDataTrackResultResponseBody;
2988
2989
  static names(): {
2989
2990
  [key: string]: string;
2990
2991
  };
@@ -3041,11 +3042,11 @@ export declare class EditLogicDatabaseResponseBody extends $tea.Model {
3041
3042
  });
3042
3043
  }
3043
3044
  export declare class EditLogicDatabaseResponse extends $tea.Model {
3044
- headers: {
3045
+ headers?: {
3045
3046
  [key: string]: string;
3046
3047
  };
3047
- statusCode: number;
3048
- body: EditLogicDatabaseResponseBody;
3048
+ statusCode?: number;
3049
+ body?: EditLogicDatabaseResponseBody;
3049
3050
  static names(): {
3050
3051
  [key: string]: string;
3051
3052
  };
@@ -3085,11 +3086,11 @@ export declare class EnableUserResponseBody extends $tea.Model {
3085
3086
  });
3086
3087
  }
3087
3088
  export declare class EnableUserResponse extends $tea.Model {
3088
- headers: {
3089
+ headers?: {
3089
3090
  [key: string]: string;
3090
3091
  };
3091
- statusCode: number;
3092
- body: EnableUserResponseBody;
3092
+ statusCode?: number;
3093
+ body?: EnableUserResponseBody;
3093
3094
  static names(): {
3094
3095
  [key: string]: string;
3095
3096
  };
@@ -3146,11 +3147,11 @@ export declare class ExecuteDataCorrectResponseBody extends $tea.Model {
3146
3147
  });
3147
3148
  }
3148
3149
  export declare class ExecuteDataCorrectResponse extends $tea.Model {
3149
- headers: {
3150
+ headers?: {
3150
3151
  [key: string]: string;
3151
3152
  };
3152
- statusCode: number;
3153
- body: ExecuteDataCorrectResponseBody;
3153
+ statusCode?: number;
3154
+ body?: ExecuteDataCorrectResponseBody;
3154
3155
  static names(): {
3155
3156
  [key: string]: string;
3156
3157
  };
@@ -3207,11 +3208,11 @@ export declare class ExecuteDataExportResponseBody extends $tea.Model {
3207
3208
  });
3208
3209
  }
3209
3210
  export declare class ExecuteDataExportResponse extends $tea.Model {
3210
- headers: {
3211
+ headers?: {
3211
3212
  [key: string]: string;
3212
3213
  };
3213
- statusCode: number;
3214
- body: ExecuteDataExportResponseBody;
3214
+ statusCode?: number;
3215
+ body?: ExecuteDataExportResponseBody;
3215
3216
  static names(): {
3216
3217
  [key: string]: string;
3217
3218
  };
@@ -3254,11 +3255,11 @@ export declare class ExecuteScriptResponseBody extends $tea.Model {
3254
3255
  });
3255
3256
  }
3256
3257
  export declare class ExecuteScriptResponse extends $tea.Model {
3257
- headers: {
3258
+ headers?: {
3258
3259
  [key: string]: string;
3259
3260
  };
3260
- statusCode: number;
3261
- body: ExecuteScriptResponseBody;
3261
+ statusCode?: number;
3262
+ body?: ExecuteScriptResponseBody;
3262
3263
  static names(): {
3263
3264
  [key: string]: string;
3264
3265
  };
@@ -3298,11 +3299,11 @@ export declare class ExecuteStructSyncResponseBody extends $tea.Model {
3298
3299
  });
3299
3300
  }
3300
3301
  export declare class ExecuteStructSyncResponse extends $tea.Model {
3301
- headers: {
3302
+ headers?: {
3302
3303
  [key: string]: string;
3303
3304
  };
3304
- statusCode: number;
3305
- body: ExecuteStructSyncResponseBody;
3305
+ statusCode?: number;
3306
+ body?: ExecuteStructSyncResponseBody;
3306
3307
  static names(): {
3307
3308
  [key: string]: string;
3308
3309
  };
@@ -3343,11 +3344,11 @@ export declare class GetApprovalDetailResponseBody extends $tea.Model {
3343
3344
  });
3344
3345
  }
3345
3346
  export declare class GetApprovalDetailResponse extends $tea.Model {
3346
- headers: {
3347
+ headers?: {
3347
3348
  [key: string]: string;
3348
3349
  };
3349
- statusCode: number;
3350
- body: GetApprovalDetailResponseBody;
3350
+ statusCode?: number;
3351
+ body?: GetApprovalDetailResponseBody;
3351
3352
  static names(): {
3352
3353
  [key: string]: string;
3353
3354
  };
@@ -3389,11 +3390,11 @@ export declare class GetAuthorityTemplateResponseBody extends $tea.Model {
3389
3390
  });
3390
3391
  }
3391
3392
  export declare class GetAuthorityTemplateResponse extends $tea.Model {
3392
- headers: {
3393
+ headers?: {
3393
3394
  [key: string]: string;
3394
3395
  };
3395
- statusCode: number;
3396
- body: GetAuthorityTemplateResponseBody;
3396
+ statusCode?: number;
3397
+ body?: GetAuthorityTemplateResponseBody;
3397
3398
  static names(): {
3398
3399
  [key: string]: string;
3399
3400
  };
@@ -3435,11 +3436,11 @@ export declare class GetAuthorityTemplateItemResponseBody extends $tea.Model {
3435
3436
  });
3436
3437
  }
3437
3438
  export declare class GetAuthorityTemplateItemResponse extends $tea.Model {
3438
- headers: {
3439
+ headers?: {
3439
3440
  [key: string]: string;
3440
3441
  };
3441
- statusCode: number;
3442
- body: GetAuthorityTemplateItemResponseBody;
3442
+ statusCode?: number;
3443
+ body?: GetAuthorityTemplateItemResponseBody;
3443
3444
  static names(): {
3444
3445
  [key: string]: string;
3445
3446
  };
@@ -3480,11 +3481,11 @@ export declare class GetClassificationTemplateResponseBody extends $tea.Model {
3480
3481
  });
3481
3482
  }
3482
3483
  export declare class GetClassificationTemplateResponse extends $tea.Model {
3483
- headers: {
3484
+ headers?: {
3484
3485
  [key: string]: string;
3485
3486
  };
3486
- statusCode: number;
3487
- body: GetClassificationTemplateResponseBody;
3487
+ statusCode?: number;
3488
+ body?: GetClassificationTemplateResponseBody;
3488
3489
  static names(): {
3489
3490
  [key: string]: string;
3490
3491
  };
@@ -3525,11 +3526,11 @@ export declare class GetDBTaskSQLJobLogResponseBody extends $tea.Model {
3525
3526
  });
3526
3527
  }
3527
3528
  export declare class GetDBTaskSQLJobLogResponse extends $tea.Model {
3528
- headers: {
3529
+ headers?: {
3529
3530
  [key: string]: string;
3530
3531
  };
3531
- statusCode: number;
3532
- body: GetDBTaskSQLJobLogResponseBody;
3532
+ statusCode?: number;
3533
+ body?: GetDBTaskSQLJobLogResponseBody;
3533
3534
  static names(): {
3534
3535
  [key: string]: string;
3535
3536
  };
@@ -3570,11 +3571,11 @@ export declare class GetDBTopologyResponseBody extends $tea.Model {
3570
3571
  });
3571
3572
  }
3572
3573
  export declare class GetDBTopologyResponse extends $tea.Model {
3573
- headers: {
3574
+ headers?: {
3574
3575
  [key: string]: string;
3575
3576
  };
3576
- statusCode: number;
3577
- body: GetDBTopologyResponseBody;
3577
+ statusCode?: number;
3578
+ body?: GetDBTopologyResponseBody;
3578
3579
  static names(): {
3579
3580
  [key: string]: string;
3580
3581
  };
@@ -3615,11 +3616,11 @@ export declare class GetDataArchiveCountResponseBody extends $tea.Model {
3615
3616
  });
3616
3617
  }
3617
3618
  export declare class GetDataArchiveCountResponse extends $tea.Model {
3618
- headers: {
3619
+ headers?: {
3619
3620
  [key: string]: string;
3620
3621
  };
3621
- statusCode: number;
3622
- body: GetDataArchiveCountResponseBody;
3622
+ statusCode?: number;
3623
+ body?: GetDataArchiveCountResponseBody;
3623
3624
  static names(): {
3624
3625
  [key: string]: string;
3625
3626
  };
@@ -3661,11 +3662,11 @@ export declare class GetDataArchiveOrderDetailResponseBody extends $tea.Model {
3661
3662
  });
3662
3663
  }
3663
3664
  export declare class GetDataArchiveOrderDetailResponse extends $tea.Model {
3664
- headers: {
3665
+ headers?: {
3665
3666
  [key: string]: string;
3666
3667
  };
3667
- statusCode: number;
3668
- body: GetDataArchiveOrderDetailResponseBody;
3668
+ statusCode?: number;
3669
+ body?: GetDataArchiveOrderDetailResponseBody;
3669
3670
  static names(): {
3670
3671
  [key: string]: string;
3671
3672
  };
@@ -3723,11 +3724,11 @@ export declare class GetDataCorrectBackupFilesResponseBody extends $tea.Model {
3723
3724
  });
3724
3725
  }
3725
3726
  export declare class GetDataCorrectBackupFilesResponse extends $tea.Model {
3726
- headers: {
3727
+ headers?: {
3727
3728
  [key: string]: string;
3728
3729
  };
3729
- statusCode: number;
3730
- body: GetDataCorrectBackupFilesResponseBody;
3730
+ statusCode?: number;
3731
+ body?: GetDataCorrectBackupFilesResponseBody;
3731
3732
  static names(): {
3732
3733
  [key: string]: string;
3733
3734
  };
@@ -3768,11 +3769,11 @@ export declare class GetDataCorrectOrderDetailResponseBody extends $tea.Model {
3768
3769
  });
3769
3770
  }
3770
3771
  export declare class GetDataCorrectOrderDetailResponse extends $tea.Model {
3771
- headers: {
3772
+ headers?: {
3772
3773
  [key: string]: string;
3773
3774
  };
3774
- statusCode: number;
3775
- body: GetDataCorrectOrderDetailResponseBody;
3775
+ statusCode?: number;
3776
+ body?: GetDataCorrectOrderDetailResponseBody;
3776
3777
  static names(): {
3777
3778
  [key: string]: string;
3778
3779
  };
@@ -3813,11 +3814,11 @@ export declare class GetDataCorrectRollbackFileResponseBody extends $tea.Model {
3813
3814
  });
3814
3815
  }
3815
3816
  export declare class GetDataCorrectRollbackFileResponse extends $tea.Model {
3816
- headers: {
3817
+ headers?: {
3817
3818
  [key: string]: string;
3818
3819
  };
3819
- statusCode: number;
3820
- body: GetDataCorrectRollbackFileResponseBody;
3820
+ statusCode?: number;
3821
+ body?: GetDataCorrectRollbackFileResponseBody;
3821
3822
  static names(): {
3822
3823
  [key: string]: string;
3823
3824
  };
@@ -3858,11 +3859,11 @@ export declare class GetDataCorrectSQLFileResponseBody extends $tea.Model {
3858
3859
  });
3859
3860
  }
3860
3861
  export declare class GetDataCorrectSQLFileResponse extends $tea.Model {
3861
- headers: {
3862
+ headers?: {
3862
3863
  [key: string]: string;
3863
3864
  };
3864
- statusCode: number;
3865
- body: GetDataCorrectSQLFileResponseBody;
3865
+ statusCode?: number;
3866
+ body?: GetDataCorrectSQLFileResponseBody;
3866
3867
  static names(): {
3867
3868
  [key: string]: string;
3868
3869
  };
@@ -3903,11 +3904,11 @@ export declare class GetDataCorrectTaskDetailResponseBody extends $tea.Model {
3903
3904
  });
3904
3905
  }
3905
3906
  export declare class GetDataCorrectTaskDetailResponse extends $tea.Model {
3906
- headers: {
3907
+ headers?: {
3907
3908
  [key: string]: string;
3908
3909
  };
3909
- statusCode: number;
3910
- body: GetDataCorrectTaskDetailResponseBody;
3910
+ statusCode?: number;
3911
+ body?: GetDataCorrectTaskDetailResponseBody;
3911
3912
  static names(): {
3912
3913
  [key: string]: string;
3913
3914
  };
@@ -3948,11 +3949,11 @@ export declare class GetDataCronClearConfigResponseBody extends $tea.Model {
3948
3949
  });
3949
3950
  }
3950
3951
  export declare class GetDataCronClearConfigResponse extends $tea.Model {
3951
- headers: {
3952
+ headers?: {
3952
3953
  [key: string]: string;
3953
3954
  };
3954
- statusCode: number;
3955
- body: GetDataCronClearConfigResponseBody;
3955
+ statusCode?: number;
3956
+ body?: GetDataCronClearConfigResponseBody;
3956
3957
  static names(): {
3957
3958
  [key: string]: string;
3958
3959
  };
@@ -3996,11 +3997,11 @@ export declare class GetDataCronClearTaskDetailListResponseBody extends $tea.Mod
3996
3997
  });
3997
3998
  }
3998
3999
  export declare class GetDataCronClearTaskDetailListResponse extends $tea.Model {
3999
- headers: {
4000
+ headers?: {
4000
4001
  [key: string]: string;
4001
4002
  };
4002
- statusCode: number;
4003
- body: GetDataCronClearTaskDetailListResponseBody;
4003
+ statusCode?: number;
4004
+ body?: GetDataCronClearTaskDetailListResponseBody;
4004
4005
  static names(): {
4005
4006
  [key: string]: string;
4006
4007
  };
@@ -4041,11 +4042,11 @@ export declare class GetDataExportDownloadURLResponseBody extends $tea.Model {
4041
4042
  });
4042
4043
  }
4043
4044
  export declare class GetDataExportDownloadURLResponse extends $tea.Model {
4044
- headers: {
4045
+ headers?: {
4045
4046
  [key: string]: string;
4046
4047
  };
4047
- statusCode: number;
4048
- body: GetDataExportDownloadURLResponseBody;
4048
+ statusCode?: number;
4049
+ body?: GetDataExportDownloadURLResponseBody;
4049
4050
  static names(): {
4050
4051
  [key: string]: string;
4051
4052
  };
@@ -4086,11 +4087,11 @@ export declare class GetDataExportOrderDetailResponseBody extends $tea.Model {
4086
4087
  });
4087
4088
  }
4088
4089
  export declare class GetDataExportOrderDetailResponse extends $tea.Model {
4089
- headers: {
4090
+ headers?: {
4090
4091
  [key: string]: string;
4091
4092
  };
4092
- statusCode: number;
4093
- body: GetDataExportOrderDetailResponseBody;
4093
+ statusCode?: number;
4094
+ body?: GetDataExportOrderDetailResponseBody;
4094
4095
  static names(): {
4095
4096
  [key: string]: string;
4096
4097
  };
@@ -4131,11 +4132,11 @@ export declare class GetDataExportPreCheckDetailResponseBody extends $tea.Model
4131
4132
  });
4132
4133
  }
4133
4134
  export declare class GetDataExportPreCheckDetailResponse extends $tea.Model {
4134
- headers: {
4135
+ headers?: {
4135
4136
  [key: string]: string;
4136
4137
  };
4137
- statusCode: number;
4138
- body: GetDataExportPreCheckDetailResponseBody;
4138
+ statusCode?: number;
4139
+ body?: GetDataExportPreCheckDetailResponseBody;
4139
4140
  static names(): {
4140
4141
  [key: string]: string;
4141
4142
  };
@@ -4177,11 +4178,11 @@ export declare class GetDataImportSQLResponseBody extends $tea.Model {
4177
4178
  });
4178
4179
  }
4179
4180
  export declare class GetDataImportSQLResponse extends $tea.Model {
4180
- headers: {
4181
+ headers?: {
4181
4182
  [key: string]: string;
4182
4183
  };
4183
- statusCode: number;
4184
- body: GetDataImportSQLResponseBody;
4184
+ statusCode?: number;
4185
+ body?: GetDataImportSQLResponseBody;
4185
4186
  static names(): {
4186
4187
  [key: string]: string;
4187
4188
  };
@@ -4222,11 +4223,11 @@ export declare class GetDataTrackJobDegreeResponseBody extends $tea.Model {
4222
4223
  });
4223
4224
  }
4224
4225
  export declare class GetDataTrackJobDegreeResponse extends $tea.Model {
4225
- headers: {
4226
+ headers?: {
4226
4227
  [key: string]: string;
4227
4228
  };
4228
- statusCode: number;
4229
- body: GetDataTrackJobDegreeResponseBody;
4229
+ statusCode?: number;
4230
+ body?: GetDataTrackJobDegreeResponseBody;
4230
4231
  static names(): {
4231
4232
  [key: string]: string;
4232
4233
  };
@@ -4267,11 +4268,11 @@ export declare class GetDataTrackJobTableMetaResponseBody extends $tea.Model {
4267
4268
  });
4268
4269
  }
4269
4270
  export declare class GetDataTrackJobTableMetaResponse extends $tea.Model {
4270
- headers: {
4271
+ headers?: {
4271
4272
  [key: string]: string;
4272
4273
  };
4273
- statusCode: number;
4274
- body: GetDataTrackJobTableMetaResponseBody;
4274
+ statusCode?: number;
4275
+ body?: GetDataTrackJobTableMetaResponseBody;
4275
4276
  static names(): {
4276
4277
  [key: string]: string;
4277
4278
  };
@@ -4312,11 +4313,11 @@ export declare class GetDataTrackOrderDetailResponseBody extends $tea.Model {
4312
4313
  });
4313
4314
  }
4314
4315
  export declare class GetDataTrackOrderDetailResponse extends $tea.Model {
4315
- headers: {
4316
+ headers?: {
4316
4317
  [key: string]: string;
4317
4318
  };
4318
- statusCode: number;
4319
- body: GetDataTrackOrderDetailResponseBody;
4319
+ statusCode?: number;
4320
+ body?: GetDataTrackOrderDetailResponseBody;
4320
4321
  static names(): {
4321
4322
  [key: string]: string;
4322
4323
  };
@@ -4360,11 +4361,11 @@ export declare class GetDatabaseResponseBody extends $tea.Model {
4360
4361
  });
4361
4362
  }
4362
4363
  export declare class GetDatabaseResponse extends $tea.Model {
4363
- headers: {
4364
+ headers?: {
4364
4365
  [key: string]: string;
4365
4366
  };
4366
- statusCode: number;
4367
- body: GetDatabaseResponseBody;
4367
+ statusCode?: number;
4368
+ body?: GetDatabaseResponseBody;
4368
4369
  static names(): {
4369
4370
  [key: string]: string;
4370
4371
  };
@@ -4405,11 +4406,11 @@ export declare class GetDatabaseExportOrderDetailResponseBody extends $tea.Model
4405
4406
  });
4406
4407
  }
4407
4408
  export declare class GetDatabaseExportOrderDetailResponse extends $tea.Model {
4408
- headers: {
4409
+ headers?: {
4409
4410
  [key: string]: string;
4410
4411
  };
4411
- statusCode: number;
4412
- body: GetDatabaseExportOrderDetailResponseBody;
4412
+ statusCode?: number;
4413
+ body?: GetDatabaseExportOrderDetailResponseBody;
4413
4414
  static names(): {
4414
4415
  [key: string]: string;
4415
4416
  };
@@ -4450,11 +4451,11 @@ export declare class GetDbExportDownloadURLResponseBody extends $tea.Model {
4450
4451
  });
4451
4452
  }
4452
4453
  export declare class GetDbExportDownloadURLResponse extends $tea.Model {
4453
- headers: {
4454
+ headers?: {
4454
4455
  [key: string]: string;
4455
4456
  };
4456
- statusCode: number;
4457
- body: GetDbExportDownloadURLResponseBody;
4457
+ statusCode?: number;
4458
+ body?: GetDbExportDownloadURLResponseBody;
4458
4459
  static names(): {
4459
4460
  [key: string]: string;
4460
4461
  };
@@ -4497,11 +4498,11 @@ export declare class GetInstanceResponseBody extends $tea.Model {
4497
4498
  });
4498
4499
  }
4499
4500
  export declare class GetInstanceResponse extends $tea.Model {
4500
- headers: {
4501
+ headers?: {
4501
4502
  [key: string]: string;
4502
4503
  };
4503
- statusCode: number;
4504
- body: GetInstanceResponseBody;
4504
+ statusCode?: number;
4505
+ body?: GetInstanceResponseBody;
4505
4506
  static names(): {
4506
4507
  [key: string]: string;
4507
4508
  };
@@ -4542,11 +4543,11 @@ export declare class GetIntervalLimitOfSLAResponseBody extends $tea.Model {
4542
4543
  });
4543
4544
  }
4544
4545
  export declare class GetIntervalLimitOfSLAResponse extends $tea.Model {
4545
- headers: {
4546
+ headers?: {
4546
4547
  [key: string]: string;
4547
4548
  };
4548
- statusCode: number;
4549
- body: GetIntervalLimitOfSLAResponseBody;
4549
+ statusCode?: number;
4550
+ body?: GetIntervalLimitOfSLAResponseBody;
4550
4551
  static names(): {
4551
4552
  [key: string]: string;
4552
4553
  };
@@ -4587,11 +4588,11 @@ export declare class GetLhSpaceByNameResponseBody extends $tea.Model {
4587
4588
  });
4588
4589
  }
4589
4590
  export declare class GetLhSpaceByNameResponse extends $tea.Model {
4590
- headers: {
4591
+ headers?: {
4591
4592
  [key: string]: string;
4592
4593
  };
4593
- statusCode: number;
4594
- body: GetLhSpaceByNameResponseBody;
4594
+ statusCode?: number;
4595
+ body?: GetLhSpaceByNameResponseBody;
4595
4596
  static names(): {
4596
4597
  [key: string]: string;
4597
4598
  };
@@ -4632,11 +4633,11 @@ export declare class GetLogicDatabaseResponseBody extends $tea.Model {
4632
4633
  });
4633
4634
  }
4634
4635
  export declare class GetLogicDatabaseResponse extends $tea.Model {
4635
- headers: {
4636
+ headers?: {
4636
4637
  [key: string]: string;
4637
4638
  };
4638
- statusCode: number;
4639
- body: GetLogicDatabaseResponseBody;
4639
+ statusCode?: number;
4640
+ body?: GetLogicDatabaseResponseBody;
4640
4641
  static names(): {
4641
4642
  [key: string]: string;
4642
4643
  };
@@ -4677,11 +4678,11 @@ export declare class GetMetaTableColumnResponseBody extends $tea.Model {
4677
4678
  });
4678
4679
  }
4679
4680
  export declare class GetMetaTableColumnResponse extends $tea.Model {
4680
- headers: {
4681
+ headers?: {
4681
4682
  [key: string]: string;
4682
4683
  };
4683
- statusCode: number;
4684
- body: GetMetaTableColumnResponseBody;
4684
+ statusCode?: number;
4685
+ body?: GetMetaTableColumnResponseBody;
4685
4686
  static names(): {
4686
4687
  [key: string]: string;
4687
4688
  };
@@ -4722,11 +4723,11 @@ export declare class GetMetaTableDetailInfoResponseBody extends $tea.Model {
4722
4723
  });
4723
4724
  }
4724
4725
  export declare class GetMetaTableDetailInfoResponse extends $tea.Model {
4725
- headers: {
4726
+ headers?: {
4726
4727
  [key: string]: string;
4727
4728
  };
4728
- statusCode: number;
4729
- body: GetMetaTableDetailInfoResponseBody;
4729
+ statusCode?: number;
4730
+ body?: GetMetaTableDetailInfoResponseBody;
4730
4731
  static names(): {
4731
4732
  [key: string]: string;
4732
4733
  };
@@ -4767,11 +4768,11 @@ export declare class GetOnlineDDLProgressResponseBody extends $tea.Model {
4767
4768
  });
4768
4769
  }
4769
4770
  export declare class GetOnlineDDLProgressResponse extends $tea.Model {
4770
- headers: {
4771
+ headers?: {
4771
4772
  [key: string]: string;
4772
4773
  };
4773
- statusCode: number;
4774
- body: GetOnlineDDLProgressResponseBody;
4774
+ statusCode?: number;
4775
+ body?: GetOnlineDDLProgressResponseBody;
4775
4776
  static names(): {
4776
4777
  [key: string]: string;
4777
4778
  };
@@ -4819,11 +4820,11 @@ export declare class GetOpLogResponseBody extends $tea.Model {
4819
4820
  });
4820
4821
  }
4821
4822
  export declare class GetOpLogResponse extends $tea.Model {
4822
- headers: {
4823
+ headers?: {
4823
4824
  [key: string]: string;
4824
4825
  };
4825
- statusCode: number;
4826
- body: GetOpLogResponseBody;
4826
+ statusCode?: number;
4827
+ body?: GetOpLogResponseBody;
4827
4828
  static names(): {
4828
4829
  [key: string]: string;
4829
4830
  };
@@ -4864,11 +4865,11 @@ export declare class GetOrderAttachmentFileResponseBody extends $tea.Model {
4864
4865
  });
4865
4866
  }
4866
4867
  export declare class GetOrderAttachmentFileResponse extends $tea.Model {
4867
- headers: {
4868
+ headers?: {
4868
4869
  [key: string]: string;
4869
4870
  };
4870
- statusCode: number;
4871
- body: GetOrderAttachmentFileResponseBody;
4871
+ statusCode?: number;
4872
+ body?: GetOrderAttachmentFileResponseBody;
4872
4873
  static names(): {
4873
4874
  [key: string]: string;
4874
4875
  };
@@ -4909,11 +4910,11 @@ export declare class GetOrderBaseInfoResponseBody extends $tea.Model {
4909
4910
  });
4910
4911
  }
4911
4912
  export declare class GetOrderBaseInfoResponse extends $tea.Model {
4912
- headers: {
4913
+ headers?: {
4913
4914
  [key: string]: string;
4914
4915
  };
4915
- statusCode: number;
4916
- body: GetOrderBaseInfoResponseBody;
4916
+ statusCode?: number;
4917
+ body?: GetOrderBaseInfoResponseBody;
4917
4918
  static names(): {
4918
4919
  [key: string]: string;
4919
4920
  };
@@ -4954,11 +4955,11 @@ export declare class GetOwnerApplyOrderDetailResponseBody extends $tea.Model {
4954
4955
  });
4955
4956
  }
4956
4957
  export declare class GetOwnerApplyOrderDetailResponse extends $tea.Model {
4957
- headers: {
4958
+ headers?: {
4958
4959
  [key: string]: string;
4959
4960
  };
4960
- statusCode: number;
4961
- body: GetOwnerApplyOrderDetailResponseBody;
4961
+ statusCode?: number;
4962
+ body?: GetOwnerApplyOrderDetailResponseBody;
4962
4963
  static names(): {
4963
4964
  [key: string]: string;
4964
4965
  };
@@ -5003,11 +5004,11 @@ export declare class GetPagedInstanceResponseBody extends $tea.Model {
5003
5004
  });
5004
5005
  }
5005
5006
  export declare class GetPagedInstanceResponse extends $tea.Model {
5006
- headers: {
5007
+ headers?: {
5007
5008
  [key: string]: string;
5008
5009
  };
5009
- statusCode: number;
5010
- body: GetPagedInstanceResponseBody;
5010
+ statusCode?: number;
5011
+ body?: GetPagedInstanceResponseBody;
5011
5012
  static names(): {
5012
5013
  [key: string]: string;
5013
5014
  };
@@ -5048,11 +5049,11 @@ export declare class GetPermApplyOrderDetailResponseBody extends $tea.Model {
5048
5049
  });
5049
5050
  }
5050
5051
  export declare class GetPermApplyOrderDetailResponse extends $tea.Model {
5051
- headers: {
5052
+ headers?: {
5052
5053
  [key: string]: string;
5053
5054
  };
5054
- statusCode: number;
5055
- body: GetPermApplyOrderDetailResponseBody;
5055
+ statusCode?: number;
5056
+ body?: GetPermApplyOrderDetailResponseBody;
5056
5057
  static names(): {
5057
5058
  [key: string]: string;
5058
5059
  };
@@ -5093,11 +5094,11 @@ export declare class GetPhysicalDatabaseResponseBody extends $tea.Model {
5093
5094
  });
5094
5095
  }
5095
5096
  export declare class GetPhysicalDatabaseResponse extends $tea.Model {
5096
- headers: {
5097
+ headers?: {
5097
5098
  [key: string]: string;
5098
5099
  };
5099
- statusCode: number;
5100
- body: GetPhysicalDatabaseResponseBody;
5100
+ statusCode?: number;
5101
+ body?: GetPhysicalDatabaseResponseBody;
5101
5102
  static names(): {
5102
5103
  [key: string]: string;
5103
5104
  };
@@ -5149,11 +5150,11 @@ export declare class GetProxyResponseBody extends $tea.Model {
5149
5150
  });
5150
5151
  }
5151
5152
  export declare class GetProxyResponse extends $tea.Model {
5152
- headers: {
5153
+ headers?: {
5153
5154
  [key: string]: string;
5154
5155
  };
5155
- statusCode: number;
5156
- body: GetProxyResponseBody;
5156
+ statusCode?: number;
5157
+ body?: GetProxyResponseBody;
5157
5158
  static names(): {
5158
5159
  [key: string]: string;
5159
5160
  };
@@ -5194,11 +5195,11 @@ export declare class GetProxyAccessResponseBody extends $tea.Model {
5194
5195
  });
5195
5196
  }
5196
5197
  export declare class GetProxyAccessResponse extends $tea.Model {
5197
- headers: {
5198
+ headers?: {
5198
5199
  [key: string]: string;
5199
5200
  };
5200
- statusCode: number;
5201
- body: GetProxyAccessResponseBody;
5201
+ statusCode?: number;
5202
+ body?: GetProxyAccessResponseBody;
5202
5203
  static names(): {
5203
5204
  [key: string]: string;
5204
5205
  };
@@ -5239,11 +5240,11 @@ export declare class GetRuleNumLimitOfSLAResponseBody extends $tea.Model {
5239
5240
  });
5240
5241
  }
5241
5242
  export declare class GetRuleNumLimitOfSLAResponse extends $tea.Model {
5242
- headers: {
5243
+ headers?: {
5243
5244
  [key: string]: string;
5244
5245
  };
5245
- statusCode: number;
5246
- body: GetRuleNumLimitOfSLAResponseBody;
5246
+ statusCode?: number;
5247
+ body?: GetRuleNumLimitOfSLAResponseBody;
5247
5248
  static names(): {
5248
5249
  [key: string]: string;
5249
5250
  };
@@ -5284,11 +5285,11 @@ export declare class GetSQLReviewCheckResultStatusResponseBody extends $tea.Mode
5284
5285
  });
5285
5286
  }
5286
5287
  export declare class GetSQLReviewCheckResultStatusResponse extends $tea.Model {
5287
- headers: {
5288
+ headers?: {
5288
5289
  [key: string]: string;
5289
5290
  };
5290
- statusCode: number;
5291
- body: GetSQLReviewCheckResultStatusResponseBody;
5291
+ statusCode?: number;
5292
+ body?: GetSQLReviewCheckResultStatusResponseBody;
5292
5293
  static names(): {
5293
5294
  [key: string]: string;
5294
5295
  };
@@ -5329,11 +5330,11 @@ export declare class GetSQLReviewOptimizeDetailResponseBody extends $tea.Model {
5329
5330
  });
5330
5331
  }
5331
5332
  export declare class GetSQLReviewOptimizeDetailResponse extends $tea.Model {
5332
- headers: {
5333
+ headers?: {
5333
5334
  [key: string]: string;
5334
5335
  };
5335
- statusCode: number;
5336
- body: GetSQLReviewOptimizeDetailResponseBody;
5336
+ statusCode?: number;
5337
+ body?: GetSQLReviewOptimizeDetailResponseBody;
5337
5338
  static names(): {
5338
5339
  [key: string]: string;
5339
5340
  };
@@ -5374,11 +5375,11 @@ export declare class GetStandardGroupResponseBody extends $tea.Model {
5374
5375
  });
5375
5376
  }
5376
5377
  export declare class GetStandardGroupResponse extends $tea.Model {
5377
- headers: {
5378
+ headers?: {
5378
5379
  [key: string]: string;
5379
5380
  };
5380
- statusCode: number;
5381
- body: GetStandardGroupResponseBody;
5381
+ statusCode?: number;
5382
+ body?: GetStandardGroupResponseBody;
5382
5383
  static names(): {
5383
5384
  [key: string]: string;
5384
5385
  };
@@ -5421,11 +5422,11 @@ export declare class GetStructSyncExecSqlDetailResponseBody extends $tea.Model {
5421
5422
  });
5422
5423
  }
5423
5424
  export declare class GetStructSyncExecSqlDetailResponse extends $tea.Model {
5424
- headers: {
5425
+ headers?: {
5425
5426
  [key: string]: string;
5426
5427
  };
5427
- statusCode: number;
5428
- body: GetStructSyncExecSqlDetailResponseBody;
5428
+ statusCode?: number;
5429
+ body?: GetStructSyncExecSqlDetailResponseBody;
5429
5430
  static names(): {
5430
5431
  [key: string]: string;
5431
5432
  };
@@ -5469,11 +5470,11 @@ export declare class GetStructSyncJobAnalyzeResultResponseBody extends $tea.Mode
5469
5470
  });
5470
5471
  }
5471
5472
  export declare class GetStructSyncJobAnalyzeResultResponse extends $tea.Model {
5472
- headers: {
5473
+ headers?: {
5473
5474
  [key: string]: string;
5474
5475
  };
5475
- statusCode: number;
5476
- body: GetStructSyncJobAnalyzeResultResponseBody;
5476
+ statusCode?: number;
5477
+ body?: GetStructSyncJobAnalyzeResultResponseBody;
5477
5478
  static names(): {
5478
5479
  [key: string]: string;
5479
5480
  };
@@ -5514,11 +5515,11 @@ export declare class GetStructSyncJobDetailResponseBody extends $tea.Model {
5514
5515
  });
5515
5516
  }
5516
5517
  export declare class GetStructSyncJobDetailResponse extends $tea.Model {
5517
- headers: {
5518
+ headers?: {
5518
5519
  [key: string]: string;
5519
5520
  };
5520
- statusCode: number;
5521
- body: GetStructSyncJobDetailResponseBody;
5521
+ statusCode?: number;
5522
+ body?: GetStructSyncJobDetailResponseBody;
5522
5523
  static names(): {
5523
5524
  [key: string]: string;
5524
5525
  };
@@ -5559,11 +5560,11 @@ export declare class GetStructSyncOrderDetailResponseBody extends $tea.Model {
5559
5560
  });
5560
5561
  }
5561
5562
  export declare class GetStructSyncOrderDetailResponse extends $tea.Model {
5562
- headers: {
5563
+ headers?: {
5563
5564
  [key: string]: string;
5564
5565
  };
5565
- statusCode: number;
5566
- body: GetStructSyncOrderDetailResponseBody;
5566
+ statusCode?: number;
5567
+ body?: GetStructSyncOrderDetailResponseBody;
5567
5568
  static names(): {
5568
5569
  [key: string]: string;
5569
5570
  };
@@ -5604,11 +5605,11 @@ export declare class GetTableDBTopologyResponseBody extends $tea.Model {
5604
5605
  });
5605
5606
  }
5606
5607
  export declare class GetTableDBTopologyResponse extends $tea.Model {
5607
- headers: {
5608
+ headers?: {
5608
5609
  [key: string]: string;
5609
5610
  };
5610
- statusCode: number;
5611
- body: GetTableDBTopologyResponseBody;
5611
+ statusCode?: number;
5612
+ body?: GetTableDBTopologyResponseBody;
5612
5613
  static names(): {
5613
5614
  [key: string]: string;
5614
5615
  };
@@ -5649,11 +5650,11 @@ export declare class GetTableTopologyResponseBody extends $tea.Model {
5649
5650
  });
5650
5651
  }
5651
5652
  export declare class GetTableTopologyResponse extends $tea.Model {
5652
- headers: {
5653
+ headers?: {
5653
5654
  [key: string]: string;
5654
5655
  };
5655
- statusCode: number;
5656
- body: GetTableTopologyResponseBody;
5656
+ statusCode?: number;
5657
+ body?: GetTableTopologyResponseBody;
5657
5658
  static names(): {
5658
5659
  [key: string]: string;
5659
5660
  };
@@ -5694,11 +5695,11 @@ export declare class GetTaskResponseBody extends $tea.Model {
5694
5695
  });
5695
5696
  }
5696
5697
  export declare class GetTaskResponse extends $tea.Model {
5697
- headers: {
5698
+ headers?: {
5698
5699
  [key: string]: string;
5699
5700
  };
5700
- statusCode: number;
5701
- body: GetTaskResponseBody;
5701
+ statusCode?: number;
5702
+ body?: GetTaskResponseBody;
5702
5703
  static names(): {
5703
5704
  [key: string]: string;
5704
5705
  };
@@ -5739,11 +5740,11 @@ export declare class GetTaskFlowGraphResponseBody extends $tea.Model {
5739
5740
  });
5740
5741
  }
5741
5742
  export declare class GetTaskFlowGraphResponse extends $tea.Model {
5742
- headers: {
5743
+ headers?: {
5743
5744
  [key: string]: string;
5744
5745
  };
5745
- statusCode: number;
5746
- body: GetTaskFlowGraphResponseBody;
5746
+ statusCode?: number;
5747
+ body?: GetTaskFlowGraphResponseBody;
5747
5748
  static names(): {
5748
5749
  [key: string]: string;
5749
5750
  };
@@ -5784,11 +5785,11 @@ export declare class GetTaskFlowNotificationResponseBody extends $tea.Model {
5784
5785
  });
5785
5786
  }
5786
5787
  export declare class GetTaskFlowNotificationResponse extends $tea.Model {
5787
- headers: {
5788
+ headers?: {
5788
5789
  [key: string]: string;
5789
5790
  };
5790
- statusCode: number;
5791
- body: GetTaskFlowNotificationResponseBody;
5791
+ statusCode?: number;
5792
+ body?: GetTaskFlowNotificationResponseBody;
5792
5793
  static names(): {
5793
5794
  [key: string]: string;
5794
5795
  };
@@ -5830,11 +5831,11 @@ export declare class GetTaskInstanceRelationResponseBody extends $tea.Model {
5830
5831
  });
5831
5832
  }
5832
5833
  export declare class GetTaskInstanceRelationResponse extends $tea.Model {
5833
- headers: {
5834
+ headers?: {
5834
5835
  [key: string]: string;
5835
5836
  };
5836
- statusCode: number;
5837
- body: GetTaskInstanceRelationResponseBody;
5837
+ statusCode?: number;
5838
+ body?: GetTaskInstanceRelationResponseBody;
5838
5839
  static names(): {
5839
5840
  [key: string]: string;
5840
5841
  };
@@ -5876,11 +5877,11 @@ export declare class GetUserResponseBody extends $tea.Model {
5876
5877
  });
5877
5878
  }
5878
5879
  export declare class GetUserResponse extends $tea.Model {
5879
- headers: {
5880
+ headers?: {
5880
5881
  [key: string]: string;
5881
5882
  };
5882
- statusCode: number;
5883
- body: GetUserResponseBody;
5883
+ statusCode?: number;
5884
+ body?: GetUserResponseBody;
5884
5885
  static names(): {
5885
5886
  [key: string]: string;
5886
5887
  };
@@ -5920,11 +5921,11 @@ export declare class GetUserActiveTenantResponseBody extends $tea.Model {
5920
5921
  });
5921
5922
  }
5922
5923
  export declare class GetUserActiveTenantResponse extends $tea.Model {
5923
- headers: {
5924
+ headers?: {
5924
5925
  [key: string]: string;
5925
5926
  };
5926
- statusCode: number;
5927
- body: GetUserActiveTenantResponseBody;
5927
+ statusCode?: number;
5928
+ body?: GetUserActiveTenantResponseBody;
5928
5929
  static names(): {
5929
5930
  [key: string]: string;
5930
5931
  };
@@ -5965,11 +5966,11 @@ export declare class GetUserUploadFileJobResponseBody extends $tea.Model {
5965
5966
  });
5966
5967
  }
5967
5968
  export declare class GetUserUploadFileJobResponse extends $tea.Model {
5968
- headers: {
5969
+ headers?: {
5969
5970
  [key: string]: string;
5970
5971
  };
5971
- statusCode: number;
5972
- body: GetUserUploadFileJobResponseBody;
5972
+ statusCode?: number;
5973
+ body?: GetUserUploadFileJobResponseBody;
5973
5974
  static names(): {
5974
5975
  [key: string]: string;
5975
5976
  };
@@ -6013,11 +6014,11 @@ export declare class GrantTemplateAuthorityResponseBody extends $tea.Model {
6013
6014
  });
6014
6015
  }
6015
6016
  export declare class GrantTemplateAuthorityResponse extends $tea.Model {
6016
- headers: {
6017
+ headers?: {
6017
6018
  [key: string]: string;
6018
6019
  };
6019
- statusCode: number;
6020
- body: GrantTemplateAuthorityResponseBody;
6020
+ statusCode?: number;
6021
+ body?: GrantTemplateAuthorityResponseBody;
6021
6022
  static names(): {
6022
6023
  [key: string]: string;
6023
6024
  };
@@ -6065,11 +6066,11 @@ export declare class GrantUserPermissionResponseBody extends $tea.Model {
6065
6066
  });
6066
6067
  }
6067
6068
  export declare class GrantUserPermissionResponse extends $tea.Model {
6068
- headers: {
6069
+ headers?: {
6069
6070
  [key: string]: string;
6070
6071
  };
6071
- statusCode: number;
6072
- body: GrantUserPermissionResponseBody;
6072
+ statusCode?: number;
6073
+ body?: GrantUserPermissionResponseBody;
6073
6074
  static names(): {
6074
6075
  [key: string]: string;
6075
6076
  };
@@ -6110,11 +6111,11 @@ export declare class InspectProxyAccessSecretResponseBody extends $tea.Model {
6110
6111
  });
6111
6112
  }
6112
6113
  export declare class InspectProxyAccessSecretResponse extends $tea.Model {
6113
- headers: {
6114
+ headers?: {
6114
6115
  [key: string]: string;
6115
6116
  };
6116
- statusCode: number;
6117
- body: InspectProxyAccessSecretResponseBody;
6117
+ statusCode?: number;
6118
+ body?: InspectProxyAccessSecretResponseBody;
6118
6119
  static names(): {
6119
6120
  [key: string]: string;
6120
6121
  };
@@ -6159,11 +6160,11 @@ export declare class ListAuthorityTemplateResponseBody extends $tea.Model {
6159
6160
  });
6160
6161
  }
6161
6162
  export declare class ListAuthorityTemplateResponse extends $tea.Model {
6162
- headers: {
6163
+ headers?: {
6163
6164
  [key: string]: string;
6164
6165
  };
6165
- statusCode: number;
6166
- body: ListAuthorityTemplateResponseBody;
6166
+ statusCode?: number;
6167
+ body?: ListAuthorityTemplateResponseBody;
6167
6168
  static names(): {
6168
6169
  [key: string]: string;
6169
6170
  };
@@ -6203,11 +6204,11 @@ export declare class ListClassificationTemplatesResponseBody extends $tea.Model
6203
6204
  });
6204
6205
  }
6205
6206
  export declare class ListClassificationTemplatesResponse extends $tea.Model {
6206
- headers: {
6207
+ headers?: {
6207
6208
  [key: string]: string;
6208
6209
  };
6209
- statusCode: number;
6210
- body: ListClassificationTemplatesResponseBody;
6210
+ statusCode?: number;
6211
+ body?: ListClassificationTemplatesResponseBody;
6211
6212
  static names(): {
6212
6213
  [key: string]: string;
6213
6214
  };
@@ -6249,11 +6250,11 @@ export declare class ListColumnsResponseBody extends $tea.Model {
6249
6250
  });
6250
6251
  }
6251
6252
  export declare class ListColumnsResponse extends $tea.Model {
6252
- headers: {
6253
+ headers?: {
6253
6254
  [key: string]: string;
6254
6255
  };
6255
- statusCode: number;
6256
- body: ListColumnsResponseBody;
6256
+ statusCode?: number;
6257
+ body?: ListColumnsResponseBody;
6257
6258
  static names(): {
6258
6259
  [key: string]: string;
6259
6260
  };
@@ -6297,11 +6298,11 @@ export declare class ListDAGVersionsResponseBody extends $tea.Model {
6297
6298
  });
6298
6299
  }
6299
6300
  export declare class ListDAGVersionsResponse extends $tea.Model {
6300
- headers: {
6301
+ headers?: {
6301
6302
  [key: string]: string;
6302
6303
  };
6303
- statusCode: number;
6304
- body: ListDAGVersionsResponseBody;
6304
+ statusCode?: number;
6305
+ body?: ListDAGVersionsResponseBody;
6305
6306
  static names(): {
6306
6307
  [key: string]: string;
6307
6308
  };
@@ -6345,11 +6346,11 @@ export declare class ListDBTaskSQLJobResponseBody extends $tea.Model {
6345
6346
  });
6346
6347
  }
6347
6348
  export declare class ListDBTaskSQLJobResponse extends $tea.Model {
6348
- headers: {
6349
+ headers?: {
6349
6350
  [key: string]: string;
6350
6351
  };
6351
- statusCode: number;
6352
- body: ListDBTaskSQLJobResponseBody;
6352
+ statusCode?: number;
6353
+ body?: ListDBTaskSQLJobResponseBody;
6353
6354
  static names(): {
6354
6355
  [key: string]: string;
6355
6356
  };
@@ -6393,11 +6394,11 @@ export declare class ListDBTaskSQLJobDetailResponseBody extends $tea.Model {
6393
6394
  });
6394
6395
  }
6395
6396
  export declare class ListDBTaskSQLJobDetailResponse extends $tea.Model {
6396
- headers: {
6397
+ headers?: {
6397
6398
  [key: string]: string;
6398
6399
  };
6399
- statusCode: number;
6400
- body: ListDBTaskSQLJobDetailResponseBody;
6400
+ statusCode?: number;
6401
+ body?: ListDBTaskSQLJobDetailResponseBody;
6401
6402
  static names(): {
6402
6403
  [key: string]: string;
6403
6404
  };
@@ -6438,11 +6439,11 @@ export declare class ListDDLPublishRecordsResponseBody extends $tea.Model {
6438
6439
  });
6439
6440
  }
6440
6441
  export declare class ListDDLPublishRecordsResponse extends $tea.Model {
6441
- headers: {
6442
+ headers?: {
6442
6443
  [key: string]: string;
6443
6444
  };
6444
- statusCode: number;
6445
- body: ListDDLPublishRecordsResponseBody;
6445
+ statusCode?: number;
6446
+ body?: ListDDLPublishRecordsResponseBody;
6446
6447
  static names(): {
6447
6448
  [key: string]: string;
6448
6449
  };
@@ -6485,11 +6486,11 @@ export declare class ListDataCorrectPreCheckDBResponseBody extends $tea.Model {
6485
6486
  });
6486
6487
  }
6487
6488
  export declare class ListDataCorrectPreCheckDBResponse extends $tea.Model {
6488
- headers: {
6489
+ headers?: {
6489
6490
  [key: string]: string;
6490
6491
  };
6491
- statusCode: number;
6492
- body: ListDataCorrectPreCheckDBResponseBody;
6492
+ statusCode?: number;
6493
+ body?: ListDataCorrectPreCheckDBResponseBody;
6493
6494
  static names(): {
6494
6495
  [key: string]: string;
6495
6496
  };
@@ -6533,11 +6534,11 @@ export declare class ListDataCorrectPreCheckSQLResponseBody extends $tea.Model {
6533
6534
  });
6534
6535
  }
6535
6536
  export declare class ListDataCorrectPreCheckSQLResponse extends $tea.Model {
6536
- headers: {
6537
+ headers?: {
6537
6538
  [key: string]: string;
6538
6539
  };
6539
- statusCode: number;
6540
- body: ListDataCorrectPreCheckSQLResponseBody;
6540
+ statusCode?: number;
6541
+ body?: ListDataCorrectPreCheckSQLResponseBody;
6541
6542
  static names(): {
6542
6543
  [key: string]: string;
6543
6544
  };
@@ -6583,11 +6584,11 @@ export declare class ListDataImportSQLPreCheckDetailResponseBody extends $tea.Mo
6583
6584
  });
6584
6585
  }
6585
6586
  export declare class ListDataImportSQLPreCheckDetailResponse extends $tea.Model {
6586
- headers: {
6587
+ headers?: {
6587
6588
  [key: string]: string;
6588
6589
  };
6589
- statusCode: number;
6590
- body: ListDataImportSQLPreCheckDetailResponseBody;
6590
+ statusCode?: number;
6591
+ body?: ListDataImportSQLPreCheckDetailResponseBody;
6591
6592
  static names(): {
6592
6593
  [key: string]: string;
6593
6594
  };
@@ -6628,11 +6629,11 @@ export declare class ListDataImportSQLTypeResponseBody extends $tea.Model {
6628
6629
  });
6629
6630
  }
6630
6631
  export declare class ListDataImportSQLTypeResponse extends $tea.Model {
6631
- headers: {
6632
+ headers?: {
6632
6633
  [key: string]: string;
6633
6634
  };
6634
- statusCode: number;
6635
- body: ListDataImportSQLTypeResponseBody;
6635
+ statusCode?: number;
6636
+ body?: ListDataImportSQLTypeResponseBody;
6636
6637
  static names(): {
6637
6638
  [key: string]: string;
6638
6639
  };
@@ -6679,11 +6680,11 @@ export declare class ListDatabaseUserPermssionsResponseBody extends $tea.Model {
6679
6680
  });
6680
6681
  }
6681
6682
  export declare class ListDatabaseUserPermssionsResponse extends $tea.Model {
6682
- headers: {
6683
+ headers?: {
6683
6684
  [key: string]: string;
6684
6685
  };
6685
- statusCode: number;
6686
- body: ListDatabaseUserPermssionsResponseBody;
6686
+ statusCode?: number;
6687
+ body?: ListDatabaseUserPermssionsResponseBody;
6687
6688
  static names(): {
6688
6689
  [key: string]: string;
6689
6690
  };
@@ -6727,11 +6728,11 @@ export declare class ListDatabasesResponseBody extends $tea.Model {
6727
6728
  });
6728
6729
  }
6729
6730
  export declare class ListDatabasesResponse extends $tea.Model {
6730
- headers: {
6731
+ headers?: {
6731
6732
  [key: string]: string;
6732
6733
  };
6733
- statusCode: number;
6734
- body: ListDatabasesResponseBody;
6734
+ statusCode?: number;
6735
+ body?: ListDatabasesResponseBody;
6735
6736
  static names(): {
6736
6737
  [key: string]: string;
6737
6738
  };
@@ -6772,11 +6773,11 @@ export declare class ListDefaultSLARulesResponseBody extends $tea.Model {
6772
6773
  });
6773
6774
  }
6774
6775
  export declare class ListDefaultSLARulesResponse extends $tea.Model {
6775
- headers: {
6776
+ headers?: {
6776
6777
  [key: string]: string;
6777
6778
  };
6778
- statusCode: number;
6779
- body: ListDefaultSLARulesResponseBody;
6779
+ statusCode?: number;
6780
+ body?: ListDefaultSLARulesResponseBody;
6780
6781
  static names(): {
6781
6782
  [key: string]: string;
6782
6783
  };
@@ -6823,11 +6824,11 @@ export declare class ListDesensitizationRuleResponseBody extends $tea.Model {
6823
6824
  });
6824
6825
  }
6825
6826
  export declare class ListDesensitizationRuleResponse extends $tea.Model {
6826
- headers: {
6827
+ headers?: {
6827
6828
  [key: string]: string;
6828
6829
  };
6829
- statusCode: number;
6830
- body: ListDesensitizationRuleResponseBody;
6830
+ statusCode?: number;
6831
+ body?: ListDesensitizationRuleResponseBody;
6831
6832
  static names(): {
6832
6833
  [key: string]: string;
6833
6834
  };
@@ -6867,11 +6868,11 @@ export declare class ListEffectiveOrdersResponseBody extends $tea.Model {
6867
6868
  });
6868
6869
  }
6869
6870
  export declare class ListEffectiveOrdersResponse extends $tea.Model {
6870
- headers: {
6871
+ headers?: {
6871
6872
  [key: string]: string;
6872
6873
  };
6873
- statusCode: number;
6874
- body: ListEffectiveOrdersResponseBody;
6874
+ statusCode?: number;
6875
+ body?: ListEffectiveOrdersResponseBody;
6875
6876
  static names(): {
6876
6877
  [key: string]: string;
6877
6878
  };
@@ -6913,11 +6914,11 @@ export declare class ListIndexesResponseBody extends $tea.Model {
6913
6914
  });
6914
6915
  }
6915
6916
  export declare class ListIndexesResponse extends $tea.Model {
6916
- headers: {
6917
+ headers?: {
6917
6918
  [key: string]: string;
6918
6919
  };
6919
- statusCode: number;
6920
- body: ListIndexesResponseBody;
6920
+ statusCode?: number;
6921
+ body?: ListIndexesResponseBody;
6921
6922
  static names(): {
6922
6923
  [key: string]: string;
6923
6924
  };
@@ -6964,11 +6965,11 @@ export declare class ListInstanceLoginAuditLogResponseBody extends $tea.Model {
6964
6965
  });
6965
6966
  }
6966
6967
  export declare class ListInstanceLoginAuditLogResponse extends $tea.Model {
6967
- headers: {
6968
+ headers?: {
6968
6969
  [key: string]: string;
6969
6970
  };
6970
- statusCode: number;
6971
- body: ListInstanceLoginAuditLogResponseBody;
6971
+ statusCode?: number;
6972
+ body?: ListInstanceLoginAuditLogResponseBody;
6972
6973
  static names(): {
6973
6974
  [key: string]: string;
6974
6975
  };
@@ -7013,11 +7014,11 @@ export declare class ListInstanceUserPermissionsResponseBody extends $tea.Model
7013
7014
  });
7014
7015
  }
7015
7016
  export declare class ListInstanceUserPermissionsResponse extends $tea.Model {
7016
- headers: {
7017
+ headers?: {
7017
7018
  [key: string]: string;
7018
7019
  };
7019
- statusCode: number;
7020
- body: ListInstanceUserPermissionsResponseBody;
7020
+ statusCode?: number;
7021
+ body?: ListInstanceUserPermissionsResponseBody;
7021
7022
  static names(): {
7022
7023
  [key: string]: string;
7023
7024
  };
@@ -7066,11 +7067,11 @@ export declare class ListInstancesResponseBody extends $tea.Model {
7066
7067
  });
7067
7068
  }
7068
7069
  export declare class ListInstancesResponse extends $tea.Model {
7069
- headers: {
7070
+ headers?: {
7070
7071
  [key: string]: string;
7071
7072
  };
7072
- statusCode: number;
7073
- body: ListInstancesResponseBody;
7073
+ statusCode?: number;
7074
+ body?: ListInstancesResponseBody;
7074
7075
  static names(): {
7075
7076
  [key: string]: string;
7076
7077
  };
@@ -7113,11 +7114,11 @@ export declare class ListLhTaskFlowAndScenarioResponseBody extends $tea.Model {
7113
7114
  });
7114
7115
  }
7115
7116
  export declare class ListLhTaskFlowAndScenarioResponse extends $tea.Model {
7116
- headers: {
7117
+ headers?: {
7117
7118
  [key: string]: string;
7118
7119
  };
7119
- statusCode: number;
7120
- body: ListLhTaskFlowAndScenarioResponseBody;
7120
+ statusCode?: number;
7121
+ body?: ListLhTaskFlowAndScenarioResponseBody;
7121
7122
  static names(): {
7122
7123
  [key: string]: string;
7123
7124
  };
@@ -7160,11 +7161,11 @@ export declare class ListLogicDatabasesResponseBody extends $tea.Model {
7160
7161
  });
7161
7162
  }
7162
7163
  export declare class ListLogicDatabasesResponse extends $tea.Model {
7163
- headers: {
7164
+ headers?: {
7164
7165
  [key: string]: string;
7165
7166
  };
7166
- statusCode: number;
7167
- body: ListLogicDatabasesResponseBody;
7167
+ statusCode?: number;
7168
+ body?: ListLogicDatabasesResponseBody;
7168
7169
  static names(): {
7169
7170
  [key: string]: string;
7170
7171
  };
@@ -7205,11 +7206,11 @@ export declare class ListLogicTableRouteConfigResponseBody extends $tea.Model {
7205
7206
  });
7206
7207
  }
7207
7208
  export declare class ListLogicTableRouteConfigResponse extends $tea.Model {
7208
- headers: {
7209
+ headers?: {
7209
7210
  [key: string]: string;
7210
7211
  };
7211
- statusCode: number;
7212
- body: ListLogicTableRouteConfigResponseBody;
7212
+ statusCode?: number;
7213
+ body?: ListLogicTableRouteConfigResponseBody;
7213
7214
  static names(): {
7214
7215
  [key: string]: string;
7215
7216
  };
@@ -7255,11 +7256,11 @@ export declare class ListLogicTablesResponseBody extends $tea.Model {
7255
7256
  });
7256
7257
  }
7257
7258
  export declare class ListLogicTablesResponse extends $tea.Model {
7258
- headers: {
7259
+ headers?: {
7259
7260
  [key: string]: string;
7260
7261
  };
7261
- statusCode: number;
7262
- body: ListLogicTablesResponseBody;
7262
+ statusCode?: number;
7263
+ body?: ListLogicTablesResponseBody;
7263
7264
  static names(): {
7264
7265
  [key: string]: string;
7265
7266
  };
@@ -7309,11 +7310,11 @@ export declare class ListOrdersResponseBody extends $tea.Model {
7309
7310
  });
7310
7311
  }
7311
7312
  export declare class ListOrdersResponse extends $tea.Model {
7312
- headers: {
7313
+ headers?: {
7313
7314
  [key: string]: string;
7314
7315
  };
7315
- statusCode: number;
7316
- body: ListOrdersResponseBody;
7316
+ statusCode?: number;
7317
+ body?: ListOrdersResponseBody;
7317
7318
  static names(): {
7318
7319
  [key: string]: string;
7319
7320
  };
@@ -7353,11 +7354,11 @@ export declare class ListProxiesResponseBody extends $tea.Model {
7353
7354
  });
7354
7355
  }
7355
7356
  export declare class ListProxiesResponse extends $tea.Model {
7356
- headers: {
7357
+ headers?: {
7357
7358
  [key: string]: string;
7358
7359
  };
7359
- statusCode: number;
7360
- body: ListProxiesResponseBody;
7360
+ statusCode?: number;
7361
+ body?: ListProxiesResponseBody;
7361
7362
  static names(): {
7362
7363
  [key: string]: string;
7363
7364
  };
@@ -7398,11 +7399,11 @@ export declare class ListProxyAccessesResponseBody extends $tea.Model {
7398
7399
  });
7399
7400
  }
7400
7401
  export declare class ListProxyAccessesResponse extends $tea.Model {
7401
- headers: {
7402
+ headers?: {
7402
7403
  [key: string]: string;
7403
7404
  };
7404
- statusCode: number;
7405
- body: ListProxyAccessesResponseBody;
7405
+ statusCode?: number;
7406
+ body?: ListProxyAccessesResponseBody;
7406
7407
  static names(): {
7407
7408
  [key: string]: string;
7408
7409
  };
@@ -7451,11 +7452,11 @@ export declare class ListProxySQLExecAuditLogResponseBody extends $tea.Model {
7451
7452
  });
7452
7453
  }
7453
7454
  export declare class ListProxySQLExecAuditLogResponse extends $tea.Model {
7454
- headers: {
7455
+ headers?: {
7455
7456
  [key: string]: string;
7456
7457
  };
7457
- statusCode: number;
7458
- body: ListProxySQLExecAuditLogResponseBody;
7458
+ statusCode?: number;
7459
+ body?: ListProxySQLExecAuditLogResponseBody;
7459
7460
  static names(): {
7460
7461
  [key: string]: string;
7461
7462
  };
@@ -7496,11 +7497,11 @@ export declare class ListSLARulesResponseBody extends $tea.Model {
7496
7497
  });
7497
7498
  }
7498
7499
  export declare class ListSLARulesResponse extends $tea.Model {
7499
- headers: {
7500
+ headers?: {
7500
7501
  [key: string]: string;
7501
7502
  };
7502
- statusCode: number;
7503
- body: ListSLARulesResponseBody;
7503
+ statusCode?: number;
7504
+ body?: ListSLARulesResponseBody;
7504
7505
  static names(): {
7505
7506
  [key: string]: string;
7506
7507
  };
@@ -7549,11 +7550,11 @@ export declare class ListSQLExecAuditLogResponseBody extends $tea.Model {
7549
7550
  });
7550
7551
  }
7551
7552
  export declare class ListSQLExecAuditLogResponse extends $tea.Model {
7552
- headers: {
7553
+ headers?: {
7553
7554
  [key: string]: string;
7554
7555
  };
7555
- statusCode: number;
7556
- body: ListSQLExecAuditLogResponseBody;
7556
+ statusCode?: number;
7557
+ body?: ListSQLExecAuditLogResponseBody;
7557
7558
  static names(): {
7558
7559
  [key: string]: string;
7559
7560
  };
@@ -7610,11 +7611,11 @@ export declare class ListSQLReviewOriginSQLResponseBody extends $tea.Model {
7610
7611
  });
7611
7612
  }
7612
7613
  export declare class ListSQLReviewOriginSQLResponse extends $tea.Model {
7613
- headers: {
7614
+ headers?: {
7614
7615
  [key: string]: string;
7615
7616
  };
7616
- statusCode: number;
7617
- body: ListSQLReviewOriginSQLResponseBody;
7617
+ statusCode?: number;
7618
+ body?: ListSQLReviewOriginSQLResponseBody;
7618
7619
  static names(): {
7619
7620
  [key: string]: string;
7620
7621
  };
@@ -7654,11 +7655,62 @@ export declare class ListScenariosResponseBody extends $tea.Model {
7654
7655
  });
7655
7656
  }
7656
7657
  export declare class ListScenariosResponse extends $tea.Model {
7657
- headers: {
7658
+ headers?: {
7658
7659
  [key: string]: string;
7659
7660
  };
7660
- statusCode: number;
7661
- body: ListScenariosResponseBody;
7661
+ statusCode?: number;
7662
+ body?: ListScenariosResponseBody;
7663
+ static names(): {
7664
+ [key: string]: string;
7665
+ };
7666
+ static types(): {
7667
+ [key: string]: any;
7668
+ };
7669
+ constructor(map?: {
7670
+ [key: string]: any;
7671
+ });
7672
+ }
7673
+ export declare class ListSensitiveColumnInfoRequest extends $tea.Model {
7674
+ columnName?: string;
7675
+ instanceId?: number;
7676
+ pageNumber?: number;
7677
+ pageSize?: number;
7678
+ schemaName?: string;
7679
+ tableName?: string;
7680
+ tid?: number;
7681
+ static names(): {
7682
+ [key: string]: string;
7683
+ };
7684
+ static types(): {
7685
+ [key: string]: any;
7686
+ };
7687
+ constructor(map?: {
7688
+ [key: string]: any;
7689
+ });
7690
+ }
7691
+ export declare class ListSensitiveColumnInfoResponseBody extends $tea.Model {
7692
+ errorCode?: string;
7693
+ errorMessage?: string;
7694
+ requestId?: string;
7695
+ sensitiveColumnList?: ListSensitiveColumnInfoResponseBodySensitiveColumnList;
7696
+ success?: boolean;
7697
+ totalCount?: number;
7698
+ static names(): {
7699
+ [key: string]: string;
7700
+ };
7701
+ static types(): {
7702
+ [key: string]: any;
7703
+ };
7704
+ constructor(map?: {
7705
+ [key: string]: any;
7706
+ });
7707
+ }
7708
+ export declare class ListSensitiveColumnInfoResponse extends $tea.Model {
7709
+ headers?: {
7710
+ [key: string]: string;
7711
+ };
7712
+ statusCode?: number;
7713
+ body?: ListSensitiveColumnInfoResponseBody;
7662
7714
  static names(): {
7663
7715
  [key: string]: string;
7664
7716
  };
@@ -7707,11 +7759,11 @@ export declare class ListSensitiveColumnsResponseBody extends $tea.Model {
7707
7759
  });
7708
7760
  }
7709
7761
  export declare class ListSensitiveColumnsResponse extends $tea.Model {
7710
- headers: {
7762
+ headers?: {
7711
7763
  [key: string]: string;
7712
7764
  };
7713
- statusCode: number;
7714
- body: ListSensitiveColumnsResponseBody;
7765
+ statusCode?: number;
7766
+ body?: ListSensitiveColumnsResponseBody;
7715
7767
  static names(): {
7716
7768
  [key: string]: string;
7717
7769
  };
@@ -7756,11 +7808,11 @@ export declare class ListSensitiveColumnsDetailResponseBody extends $tea.Model {
7756
7808
  });
7757
7809
  }
7758
7810
  export declare class ListSensitiveColumnsDetailResponse extends $tea.Model {
7759
- headers: {
7811
+ headers?: {
7760
7812
  [key: string]: string;
7761
7813
  };
7762
- statusCode: number;
7763
- body: ListSensitiveColumnsDetailResponseBody;
7814
+ statusCode?: number;
7815
+ body?: ListSensitiveColumnsDetailResponseBody;
7764
7816
  static names(): {
7765
7817
  [key: string]: string;
7766
7818
  };
@@ -7810,11 +7862,11 @@ export declare class ListSensitiveDataAuditLogResponseBody extends $tea.Model {
7810
7862
  });
7811
7863
  }
7812
7864
  export declare class ListSensitiveDataAuditLogResponse extends $tea.Model {
7813
- headers: {
7865
+ headers?: {
7814
7866
  [key: string]: string;
7815
7867
  };
7816
- statusCode: number;
7817
- body: ListSensitiveDataAuditLogResponseBody;
7868
+ statusCode?: number;
7869
+ body?: ListSensitiveDataAuditLogResponseBody;
7818
7870
  static names(): {
7819
7871
  [key: string]: string;
7820
7872
  };
@@ -7856,11 +7908,11 @@ export declare class ListSensitivityLevelResponseBody extends $tea.Model {
7856
7908
  });
7857
7909
  }
7858
7910
  export declare class ListSensitivityLevelResponse extends $tea.Model {
7859
- headers: {
7911
+ headers?: {
7860
7912
  [key: string]: string;
7861
7913
  };
7862
- statusCode: number;
7863
- body: ListSensitivityLevelResponseBody;
7914
+ statusCode?: number;
7915
+ body?: ListSensitivityLevelResponseBody;
7864
7916
  static names(): {
7865
7917
  [key: string]: string;
7866
7918
  };
@@ -7900,11 +7952,11 @@ export declare class ListStandardGroupsResponseBody extends $tea.Model {
7900
7952
  });
7901
7953
  }
7902
7954
  export declare class ListStandardGroupsResponse extends $tea.Model {
7903
- headers: {
7955
+ headers?: {
7904
7956
  [key: string]: string;
7905
7957
  };
7906
- statusCode: number;
7907
- body: ListStandardGroupsResponseBody;
7958
+ statusCode?: number;
7959
+ body?: ListStandardGroupsResponseBody;
7908
7960
  static names(): {
7909
7961
  [key: string]: string;
7910
7962
  };
@@ -7950,11 +8002,11 @@ export declare class ListTablesResponseBody extends $tea.Model {
7950
8002
  });
7951
8003
  }
7952
8004
  export declare class ListTablesResponse extends $tea.Model {
7953
- headers: {
8005
+ headers?: {
7954
8006
  [key: string]: string;
7955
8007
  };
7956
- statusCode: number;
7957
- body: ListTablesResponseBody;
8008
+ statusCode?: number;
8009
+ body?: ListTablesResponseBody;
7958
8010
  static names(): {
7959
8011
  [key: string]: string;
7960
8012
  };
@@ -7994,11 +8046,11 @@ export declare class ListTaskFlowResponseBody extends $tea.Model {
7994
8046
  });
7995
8047
  }
7996
8048
  export declare class ListTaskFlowResponse extends $tea.Model {
7997
- headers: {
8049
+ headers?: {
7998
8050
  [key: string]: string;
7999
8051
  };
8000
- statusCode: number;
8001
- body: ListTaskFlowResponseBody;
8052
+ statusCode?: number;
8053
+ body?: ListTaskFlowResponseBody;
8002
8054
  static names(): {
8003
8055
  [key: string]: string;
8004
8056
  };
@@ -8039,11 +8091,11 @@ export declare class ListTaskFlowConstantsResponseBody extends $tea.Model {
8039
8091
  });
8040
8092
  }
8041
8093
  export declare class ListTaskFlowConstantsResponse extends $tea.Model {
8042
- headers: {
8094
+ headers?: {
8043
8095
  [key: string]: string;
8044
8096
  };
8045
- statusCode: number;
8046
- body: ListTaskFlowConstantsResponseBody;
8097
+ statusCode?: number;
8098
+ body?: ListTaskFlowConstantsResponseBody;
8047
8099
  static names(): {
8048
8100
  [key: string]: string;
8049
8101
  };
@@ -8084,11 +8136,11 @@ export declare class ListTaskFlowCooperatorsResponseBody extends $tea.Model {
8084
8136
  });
8085
8137
  }
8086
8138
  export declare class ListTaskFlowCooperatorsResponse extends $tea.Model {
8087
- headers: {
8139
+ headers?: {
8088
8140
  [key: string]: string;
8089
8141
  };
8090
- statusCode: number;
8091
- body: ListTaskFlowCooperatorsResponseBody;
8142
+ statusCode?: number;
8143
+ body?: ListTaskFlowCooperatorsResponseBody;
8092
8144
  static names(): {
8093
8145
  [key: string]: string;
8094
8146
  };
@@ -8132,11 +8184,11 @@ export declare class ListTaskFlowEdgesByConditionResponseBody extends $tea.Model
8132
8184
  });
8133
8185
  }
8134
8186
  export declare class ListTaskFlowEdgesByConditionResponse extends $tea.Model {
8135
- headers: {
8187
+ headers?: {
8136
8188
  [key: string]: string;
8137
8189
  };
8138
- statusCode: number;
8139
- body: ListTaskFlowEdgesByConditionResponseBody;
8190
+ statusCode?: number;
8191
+ body?: ListTaskFlowEdgesByConditionResponseBody;
8140
8192
  static names(): {
8141
8193
  [key: string]: string;
8142
8194
  };
@@ -8185,11 +8237,11 @@ export declare class ListTaskFlowInstanceResponseBody extends $tea.Model {
8185
8237
  });
8186
8238
  }
8187
8239
  export declare class ListTaskFlowInstanceResponse extends $tea.Model {
8188
- headers: {
8240
+ headers?: {
8189
8241
  [key: string]: string;
8190
8242
  };
8191
- statusCode: number;
8192
- body: ListTaskFlowInstanceResponseBody;
8243
+ statusCode?: number;
8244
+ body?: ListTaskFlowInstanceResponseBody;
8193
8245
  static names(): {
8194
8246
  [key: string]: string;
8195
8247
  };
@@ -8230,11 +8282,11 @@ export declare class ListTaskFlowTimeVariablesResponseBody extends $tea.Model {
8230
8282
  });
8231
8283
  }
8232
8284
  export declare class ListTaskFlowTimeVariablesResponse extends $tea.Model {
8233
- headers: {
8285
+ headers?: {
8234
8286
  [key: string]: string;
8235
8287
  };
8236
- statusCode: number;
8237
- body: ListTaskFlowTimeVariablesResponseBody;
8288
+ statusCode?: number;
8289
+ body?: ListTaskFlowTimeVariablesResponseBody;
8238
8290
  static names(): {
8239
8291
  [key: string]: string;
8240
8292
  };
@@ -8297,11 +8349,11 @@ export declare class ListTaskFlowsByPageResponseBody extends $tea.Model {
8297
8349
  });
8298
8350
  }
8299
8351
  export declare class ListTaskFlowsByPageResponse extends $tea.Model {
8300
- headers: {
8352
+ headers?: {
8301
8353
  [key: string]: string;
8302
8354
  };
8303
- statusCode: number;
8304
- body: ListTaskFlowsByPageResponseBody;
8355
+ statusCode?: number;
8356
+ body?: ListTaskFlowsByPageResponseBody;
8305
8357
  static names(): {
8306
8358
  [key: string]: string;
8307
8359
  };
@@ -8342,11 +8394,11 @@ export declare class ListTasksInTaskFlowResponseBody extends $tea.Model {
8342
8394
  });
8343
8395
  }
8344
8396
  export declare class ListTasksInTaskFlowResponse extends $tea.Model {
8345
- headers: {
8397
+ headers?: {
8346
8398
  [key: string]: string;
8347
8399
  };
8348
- statusCode: number;
8349
- body: ListTasksInTaskFlowResponseBody;
8400
+ statusCode?: number;
8401
+ body?: ListTasksInTaskFlowResponseBody;
8350
8402
  static names(): {
8351
8403
  [key: string]: string;
8352
8404
  };
@@ -8396,11 +8448,11 @@ export declare class ListUserPermissionsResponseBody extends $tea.Model {
8396
8448
  });
8397
8449
  }
8398
8450
  export declare class ListUserPermissionsResponse extends $tea.Model {
8399
- headers: {
8451
+ headers?: {
8400
8452
  [key: string]: string;
8401
8453
  };
8402
- statusCode: number;
8403
- body: ListUserPermissionsResponseBody;
8454
+ statusCode?: number;
8455
+ body?: ListUserPermissionsResponseBody;
8404
8456
  static names(): {
8405
8457
  [key: string]: string;
8406
8458
  };
@@ -8440,11 +8492,11 @@ export declare class ListUserTenantsResponseBody extends $tea.Model {
8440
8492
  });
8441
8493
  }
8442
8494
  export declare class ListUserTenantsResponse extends $tea.Model {
8443
- headers: {
8495
+ headers?: {
8444
8496
  [key: string]: string;
8445
8497
  };
8446
- statusCode: number;
8447
- body: ListUserTenantsResponseBody;
8498
+ statusCode?: number;
8499
+ body?: ListUserTenantsResponseBody;
8448
8500
  static names(): {
8449
8501
  [key: string]: string;
8450
8502
  };
@@ -8490,11 +8542,11 @@ export declare class ListUsersResponseBody extends $tea.Model {
8490
8542
  });
8491
8543
  }
8492
8544
  export declare class ListUsersResponse extends $tea.Model {
8493
- headers: {
8545
+ headers?: {
8494
8546
  [key: string]: string;
8495
8547
  };
8496
- statusCode: number;
8497
- body: ListUsersResponseBody;
8548
+ statusCode?: number;
8549
+ body?: ListUsersResponseBody;
8498
8550
  static names(): {
8499
8551
  [key: string]: string;
8500
8552
  };
@@ -8535,11 +8587,11 @@ export declare class ListWorkFlowNodesResponseBody extends $tea.Model {
8535
8587
  });
8536
8588
  }
8537
8589
  export declare class ListWorkFlowNodesResponse extends $tea.Model {
8538
- headers: {
8590
+ headers?: {
8539
8591
  [key: string]: string;
8540
8592
  };
8541
- statusCode: number;
8542
- body: ListWorkFlowNodesResponseBody;
8593
+ statusCode?: number;
8594
+ body?: ListWorkFlowNodesResponseBody;
8543
8595
  static names(): {
8544
8596
  [key: string]: string;
8545
8597
  };
@@ -8580,11 +8632,11 @@ export declare class ListWorkFlowTemplatesResponseBody extends $tea.Model {
8580
8632
  });
8581
8633
  }
8582
8634
  export declare class ListWorkFlowTemplatesResponse extends $tea.Model {
8583
- headers: {
8635
+ headers?: {
8584
8636
  [key: string]: string;
8585
8637
  };
8586
- statusCode: number;
8587
- body: ListWorkFlowTemplatesResponseBody;
8638
+ statusCode?: number;
8639
+ body?: ListWorkFlowTemplatesResponseBody;
8588
8640
  static names(): {
8589
8641
  [key: string]: string;
8590
8642
  };
@@ -8625,11 +8677,11 @@ export declare class MakeTaskFlowInstanceSuccessResponseBody extends $tea.Model
8625
8677
  });
8626
8678
  }
8627
8679
  export declare class MakeTaskFlowInstanceSuccessResponse extends $tea.Model {
8628
- headers: {
8680
+ headers?: {
8629
8681
  [key: string]: string;
8630
8682
  };
8631
- statusCode: number;
8632
- body: MakeTaskFlowInstanceSuccessResponseBody;
8683
+ statusCode?: number;
8684
+ body?: MakeTaskFlowInstanceSuccessResponseBody;
8633
8685
  static names(): {
8634
8686
  [key: string]: string;
8635
8687
  };
@@ -8670,11 +8722,11 @@ export declare class ModifyDataCorrectExecSQLResponseBody extends $tea.Model {
8670
8722
  });
8671
8723
  }
8672
8724
  export declare class ModifyDataCorrectExecSQLResponse extends $tea.Model {
8673
- headers: {
8725
+ headers?: {
8674
8726
  [key: string]: string;
8675
8727
  };
8676
- statusCode: number;
8677
- body: ModifyDataCorrectExecSQLResponseBody;
8728
+ statusCode?: number;
8729
+ body?: ModifyDataCorrectExecSQLResponseBody;
8678
8730
  static names(): {
8679
8731
  [key: string]: string;
8680
8732
  };
@@ -8722,11 +8774,11 @@ export declare class ModifyDesensitizationStrategyResponseBody extends $tea.Mode
8722
8774
  });
8723
8775
  }
8724
8776
  export declare class ModifyDesensitizationStrategyResponse extends $tea.Model {
8725
- headers: {
8777
+ headers?: {
8726
8778
  [key: string]: string;
8727
8779
  };
8728
- statusCode: number;
8729
- body: ModifyDesensitizationStrategyResponseBody;
8780
+ statusCode?: number;
8781
+ body?: ModifyDesensitizationStrategyResponseBody;
8730
8782
  static names(): {
8731
8783
  [key: string]: string;
8732
8784
  };
@@ -8766,6 +8818,7 @@ export declare class ModifyInstanceRequest extends $tea.Model {
8766
8818
  templateType?: string;
8767
8819
  tid?: number;
8768
8820
  useDsql?: number;
8821
+ useSsl?: number;
8769
8822
  vpcId?: string;
8770
8823
  static names(): {
8771
8824
  [key: string]: string;
@@ -8793,11 +8846,11 @@ export declare class ModifyInstanceResponseBody extends $tea.Model {
8793
8846
  });
8794
8847
  }
8795
8848
  export declare class ModifyInstanceResponse extends $tea.Model {
8796
- headers: {
8849
+ headers?: {
8797
8850
  [key: string]: string;
8798
8851
  };
8799
- statusCode: number;
8800
- body: ModifyInstanceResponseBody;
8852
+ statusCode?: number;
8853
+ body?: ModifyInstanceResponseBody;
8801
8854
  static names(): {
8802
8855
  [key: string]: string;
8803
8856
  };
@@ -8838,11 +8891,11 @@ export declare class MoveTaskFlowToScenarioResponseBody extends $tea.Model {
8838
8891
  });
8839
8892
  }
8840
8893
  export declare class MoveTaskFlowToScenarioResponse extends $tea.Model {
8841
- headers: {
8894
+ headers?: {
8842
8895
  [key: string]: string;
8843
8896
  };
8844
- statusCode: number;
8845
- body: MoveTaskFlowToScenarioResponseBody;
8897
+ statusCode?: number;
8898
+ body?: MoveTaskFlowToScenarioResponseBody;
8846
8899
  static names(): {
8847
8900
  [key: string]: string;
8848
8901
  };
@@ -8882,11 +8935,11 @@ export declare class OfflineTaskFlowResponseBody extends $tea.Model {
8882
8935
  });
8883
8936
  }
8884
8937
  export declare class OfflineTaskFlowResponse extends $tea.Model {
8885
- headers: {
8938
+ headers?: {
8886
8939
  [key: string]: string;
8887
8940
  };
8888
- statusCode: number;
8889
- body: OfflineTaskFlowResponseBody;
8941
+ statusCode?: number;
8942
+ body?: OfflineTaskFlowResponseBody;
8890
8943
  static names(): {
8891
8944
  [key: string]: string;
8892
8945
  };
@@ -8928,11 +8981,11 @@ export declare class PauseDataCorrectSQLJobResponseBody extends $tea.Model {
8928
8981
  });
8929
8982
  }
8930
8983
  export declare class PauseDataCorrectSQLJobResponse extends $tea.Model {
8931
- headers: {
8984
+ headers?: {
8932
8985
  [key: string]: string;
8933
8986
  };
8934
- statusCode: number;
8935
- body: PauseDataCorrectSQLJobResponseBody;
8987
+ statusCode?: number;
8988
+ body?: PauseDataCorrectSQLJobResponseBody;
8936
8989
  static names(): {
8937
8990
  [key: string]: string;
8938
8991
  };
@@ -8973,11 +9026,11 @@ export declare class PreviewWorkflowResponseBody extends $tea.Model {
8973
9026
  });
8974
9027
  }
8975
9028
  export declare class PreviewWorkflowResponse extends $tea.Model {
8976
- headers: {
9029
+ headers?: {
8977
9030
  [key: string]: string;
8978
9031
  };
8979
- statusCode: number;
8980
- body: PreviewWorkflowResponseBody;
9032
+ statusCode?: number;
9033
+ body?: PreviewWorkflowResponseBody;
8981
9034
  static names(): {
8982
9035
  [key: string]: string;
8983
9036
  };
@@ -9019,11 +9072,11 @@ export declare class PublishAndDeployTaskFlowResponseBody extends $tea.Model {
9019
9072
  });
9020
9073
  }
9021
9074
  export declare class PublishAndDeployTaskFlowResponse extends $tea.Model {
9022
- headers: {
9075
+ headers?: {
9023
9076
  [key: string]: string;
9024
9077
  };
9025
- statusCode: number;
9026
- body: PublishAndDeployTaskFlowResponseBody;
9078
+ statusCode?: number;
9079
+ body?: PublishAndDeployTaskFlowResponseBody;
9027
9080
  static names(): {
9028
9081
  [key: string]: string;
9029
9082
  };
@@ -9065,11 +9118,11 @@ export declare class QueryDataTrackResultDownloadStatusResponseBody extends $tea
9065
9118
  });
9066
9119
  }
9067
9120
  export declare class QueryDataTrackResultDownloadStatusResponse extends $tea.Model {
9068
- headers: {
9121
+ headers?: {
9069
9122
  [key: string]: string;
9070
9123
  };
9071
- statusCode: number;
9072
- body: QueryDataTrackResultDownloadStatusResponseBody;
9124
+ statusCode?: number;
9125
+ body?: QueryDataTrackResultDownloadStatusResponseBody;
9073
9126
  static names(): {
9074
9127
  [key: string]: string;
9075
9128
  };
@@ -9111,11 +9164,11 @@ export declare class ReDeployLhDagVersionResponseBody extends $tea.Model {
9111
9164
  });
9112
9165
  }
9113
9166
  export declare class ReDeployLhDagVersionResponse extends $tea.Model {
9114
- headers: {
9167
+ headers?: {
9115
9168
  [key: string]: string;
9116
9169
  };
9117
- statusCode: number;
9118
- body: ReDeployLhDagVersionResponseBody;
9170
+ statusCode?: number;
9171
+ body?: ReDeployLhDagVersionResponseBody;
9119
9172
  static names(): {
9120
9173
  [key: string]: string;
9121
9174
  };
@@ -9157,11 +9210,11 @@ export declare class ReRunTaskFlowInstanceResponseBody extends $tea.Model {
9157
9210
  });
9158
9211
  }
9159
9212
  export declare class ReRunTaskFlowInstanceResponse extends $tea.Model {
9160
- headers: {
9213
+ headers?: {
9161
9214
  [key: string]: string;
9162
9215
  };
9163
- statusCode: number;
9164
- body: ReRunTaskFlowInstanceResponseBody;
9216
+ statusCode?: number;
9217
+ body?: ReRunTaskFlowInstanceResponseBody;
9165
9218
  static names(): {
9166
9219
  [key: string]: string;
9167
9220
  };
@@ -9202,11 +9255,11 @@ export declare class RefundPayAsYouGoOrderResponseBody extends $tea.Model {
9202
9255
  });
9203
9256
  }
9204
9257
  export declare class RefundPayAsYouGoOrderResponse extends $tea.Model {
9205
- headers: {
9258
+ headers?: {
9206
9259
  [key: string]: string;
9207
9260
  };
9208
- statusCode: number;
9209
- body: RefundPayAsYouGoOrderResponseBody;
9261
+ statusCode?: number;
9262
+ body?: RefundPayAsYouGoOrderResponseBody;
9210
9263
  static names(): {
9211
9264
  [key: string]: string;
9212
9265
  };
@@ -9270,11 +9323,11 @@ export declare class RegisterInstanceResponseBody extends $tea.Model {
9270
9323
  });
9271
9324
  }
9272
9325
  export declare class RegisterInstanceResponse extends $tea.Model {
9273
- headers: {
9326
+ headers?: {
9274
9327
  [key: string]: string;
9275
9328
  };
9276
- statusCode: number;
9277
- body: RegisterInstanceResponseBody;
9329
+ statusCode?: number;
9330
+ body?: RegisterInstanceResponseBody;
9278
9331
  static names(): {
9279
9332
  [key: string]: string;
9280
9333
  };
@@ -9317,11 +9370,11 @@ export declare class RegisterUserResponseBody extends $tea.Model {
9317
9370
  });
9318
9371
  }
9319
9372
  export declare class RegisterUserResponse extends $tea.Model {
9320
- headers: {
9373
+ headers?: {
9321
9374
  [key: string]: string;
9322
9375
  };
9323
- statusCode: number;
9324
- body: RegisterUserResponseBody;
9376
+ statusCode?: number;
9377
+ body?: RegisterUserResponseBody;
9325
9378
  static names(): {
9326
9379
  [key: string]: string;
9327
9380
  };
@@ -9363,11 +9416,11 @@ export declare class RestartDataCorrectSQLJobResponseBody extends $tea.Model {
9363
9416
  });
9364
9417
  }
9365
9418
  export declare class RestartDataCorrectSQLJobResponse extends $tea.Model {
9366
- headers: {
9419
+ headers?: {
9367
9420
  [key: string]: string;
9368
9421
  };
9369
- statusCode: number;
9370
- body: RestartDataCorrectSQLJobResponseBody;
9422
+ statusCode?: number;
9423
+ body?: RestartDataCorrectSQLJobResponseBody;
9371
9424
  static names(): {
9372
9425
  [key: string]: string;
9373
9426
  };
@@ -9409,11 +9462,11 @@ export declare class ResumeTaskFlowInstanceResponseBody extends $tea.Model {
9409
9462
  });
9410
9463
  }
9411
9464
  export declare class ResumeTaskFlowInstanceResponse extends $tea.Model {
9412
- headers: {
9465
+ headers?: {
9413
9466
  [key: string]: string;
9414
9467
  };
9415
- statusCode: number;
9416
- body: ResumeTaskFlowInstanceResponseBody;
9468
+ statusCode?: number;
9469
+ body?: ResumeTaskFlowInstanceResponseBody;
9417
9470
  static names(): {
9418
9471
  [key: string]: string;
9419
9472
  };
@@ -9453,11 +9506,11 @@ export declare class RetryDataCorrectPreCheckResponseBody extends $tea.Model {
9453
9506
  });
9454
9507
  }
9455
9508
  export declare class RetryDataCorrectPreCheckResponse extends $tea.Model {
9456
- headers: {
9509
+ headers?: {
9457
9510
  [key: string]: string;
9458
9511
  };
9459
- statusCode: number;
9460
- body: RetryDataCorrectPreCheckResponseBody;
9512
+ statusCode?: number;
9513
+ body?: RetryDataCorrectPreCheckResponseBody;
9461
9514
  static names(): {
9462
9515
  [key: string]: string;
9463
9516
  };
@@ -9499,11 +9552,11 @@ export declare class RevokeTemplateAuthorityResponseBody extends $tea.Model {
9499
9552
  });
9500
9553
  }
9501
9554
  export declare class RevokeTemplateAuthorityResponse extends $tea.Model {
9502
- headers: {
9555
+ headers?: {
9503
9556
  [key: string]: string;
9504
9557
  };
9505
- statusCode: number;
9506
- body: RevokeTemplateAuthorityResponseBody;
9558
+ statusCode?: number;
9559
+ body?: RevokeTemplateAuthorityResponseBody;
9507
9560
  static names(): {
9508
9561
  [key: string]: string;
9509
9562
  };
@@ -9551,11 +9604,11 @@ export declare class RevokeUserPermissionResponseBody extends $tea.Model {
9551
9604
  });
9552
9605
  }
9553
9606
  export declare class RevokeUserPermissionResponse extends $tea.Model {
9554
- headers: {
9607
+ headers?: {
9555
9608
  [key: string]: string;
9556
9609
  };
9557
- statusCode: number;
9558
- body: RevokeUserPermissionResponseBody;
9610
+ statusCode?: number;
9611
+ body?: RevokeUserPermissionResponseBody;
9559
9612
  static names(): {
9560
9613
  [key: string]: string;
9561
9614
  };
@@ -9619,11 +9672,11 @@ export declare class SearchDataTrackResultResponseBody extends $tea.Model {
9619
9672
  });
9620
9673
  }
9621
9674
  export declare class SearchDataTrackResultResponse extends $tea.Model {
9622
- headers: {
9675
+ headers?: {
9623
9676
  [key: string]: string;
9624
9677
  };
9625
- statusCode: number;
9626
- body: SearchDataTrackResultResponseBody;
9678
+ statusCode?: number;
9679
+ body?: SearchDataTrackResultResponseBody;
9627
9680
  static names(): {
9628
9681
  [key: string]: string;
9629
9682
  };
@@ -9671,11 +9724,11 @@ export declare class SearchDatabaseResponseBody extends $tea.Model {
9671
9724
  });
9672
9725
  }
9673
9726
  export declare class SearchDatabaseResponse extends $tea.Model {
9674
- headers: {
9727
+ headers?: {
9675
9728
  [key: string]: string;
9676
9729
  };
9677
- statusCode: number;
9678
- body: SearchDatabaseResponseBody;
9730
+ statusCode?: number;
9731
+ body?: SearchDatabaseResponseBody;
9679
9732
  static names(): {
9680
9733
  [key: string]: string;
9681
9734
  };
@@ -9724,11 +9777,11 @@ export declare class SearchTableResponseBody extends $tea.Model {
9724
9777
  });
9725
9778
  }
9726
9779
  export declare class SearchTableResponse extends $tea.Model {
9727
- headers: {
9780
+ headers?: {
9728
9781
  [key: string]: string;
9729
9782
  };
9730
- statusCode: number;
9731
- body: SearchTableResponseBody;
9783
+ statusCode?: number;
9784
+ body?: SearchTableResponseBody;
9732
9785
  static names(): {
9733
9786
  [key: string]: string;
9734
9787
  };
@@ -9770,11 +9823,11 @@ export declare class SetOwnersResponseBody extends $tea.Model {
9770
9823
  });
9771
9824
  }
9772
9825
  export declare class SetOwnersResponse extends $tea.Model {
9773
- headers: {
9826
+ headers?: {
9774
9827
  [key: string]: string;
9775
9828
  };
9776
- statusCode: number;
9777
- body: SetOwnersResponseBody;
9829
+ statusCode?: number;
9830
+ body?: SetOwnersResponseBody;
9778
9831
  static names(): {
9779
9832
  [key: string]: string;
9780
9833
  };
@@ -9815,11 +9868,11 @@ export declare class SkipDataCorrectRowCheckResponseBody extends $tea.Model {
9815
9868
  });
9816
9869
  }
9817
9870
  export declare class SkipDataCorrectRowCheckResponse extends $tea.Model {
9818
- headers: {
9871
+ headers?: {
9819
9872
  [key: string]: string;
9820
9873
  };
9821
- statusCode: number;
9822
- body: SkipDataCorrectRowCheckResponseBody;
9874
+ statusCode?: number;
9875
+ body?: SkipDataCorrectRowCheckResponseBody;
9823
9876
  static names(): {
9824
9877
  [key: string]: string;
9825
9878
  };
@@ -9860,11 +9913,11 @@ export declare class StopTaskFlowInstanceResponseBody extends $tea.Model {
9860
9913
  });
9861
9914
  }
9862
9915
  export declare class StopTaskFlowInstanceResponse extends $tea.Model {
9863
- headers: {
9916
+ headers?: {
9864
9917
  [key: string]: string;
9865
9918
  };
9866
- statusCode: number;
9867
- body: StopTaskFlowInstanceResponseBody;
9919
+ statusCode?: number;
9920
+ body?: StopTaskFlowInstanceResponseBody;
9868
9921
  static names(): {
9869
9922
  [key: string]: string;
9870
9923
  };
@@ -9904,11 +9957,11 @@ export declare class SubmitOrderApprovalResponseBody extends $tea.Model {
9904
9957
  });
9905
9958
  }
9906
9959
  export declare class SubmitOrderApprovalResponse extends $tea.Model {
9907
- headers: {
9960
+ headers?: {
9908
9961
  [key: string]: string;
9909
9962
  };
9910
- statusCode: number;
9911
- body: SubmitOrderApprovalResponseBody;
9963
+ statusCode?: number;
9964
+ body?: SubmitOrderApprovalResponseBody;
9912
9965
  static names(): {
9913
9966
  [key: string]: string;
9914
9967
  };
@@ -9949,11 +10002,11 @@ export declare class SubmitStructSyncOrderApprovalResponseBody extends $tea.Mode
9949
10002
  });
9950
10003
  }
9951
10004
  export declare class SubmitStructSyncOrderApprovalResponse extends $tea.Model {
9952
- headers: {
10005
+ headers?: {
9953
10006
  [key: string]: string;
9954
10007
  };
9955
- statusCode: number;
9956
- body: SubmitStructSyncOrderApprovalResponseBody;
10008
+ statusCode?: number;
10009
+ body?: SubmitStructSyncOrderApprovalResponseBody;
9957
10010
  static names(): {
9958
10011
  [key: string]: string;
9959
10012
  };
@@ -9994,11 +10047,11 @@ export declare class SuspendTaskFlowInstanceResponseBody extends $tea.Model {
9994
10047
  });
9995
10048
  }
9996
10049
  export declare class SuspendTaskFlowInstanceResponse extends $tea.Model {
9997
- headers: {
10050
+ headers?: {
9998
10051
  [key: string]: string;
9999
10052
  };
10000
- statusCode: number;
10001
- body: SuspendTaskFlowInstanceResponseBody;
10053
+ statusCode?: number;
10054
+ body?: SuspendTaskFlowInstanceResponseBody;
10002
10055
  static names(): {
10003
10056
  [key: string]: string;
10004
10057
  };
@@ -10039,11 +10092,11 @@ export declare class SyncDatabaseMetaResponseBody extends $tea.Model {
10039
10092
  });
10040
10093
  }
10041
10094
  export declare class SyncDatabaseMetaResponse extends $tea.Model {
10042
- headers: {
10095
+ headers?: {
10043
10096
  [key: string]: string;
10044
10097
  };
10045
- statusCode: number;
10046
- body: SyncDatabaseMetaResponseBody;
10098
+ statusCode?: number;
10099
+ body?: SyncDatabaseMetaResponseBody;
10047
10100
  static names(): {
10048
10101
  [key: string]: string;
10049
10102
  };
@@ -10084,11 +10137,11 @@ export declare class SyncInstanceMetaResponseBody extends $tea.Model {
10084
10137
  });
10085
10138
  }
10086
10139
  export declare class SyncInstanceMetaResponse extends $tea.Model {
10087
- headers: {
10140
+ headers?: {
10088
10141
  [key: string]: string;
10089
10142
  };
10090
- statusCode: number;
10091
- body: SyncInstanceMetaResponseBody;
10143
+ statusCode?: number;
10144
+ body?: SyncInstanceMetaResponseBody;
10092
10145
  static names(): {
10093
10146
  [key: string]: string;
10094
10147
  };
@@ -10132,11 +10185,11 @@ export declare class UpdateAuthorityTemplateResponseBody extends $tea.Model {
10132
10185
  });
10133
10186
  }
10134
10187
  export declare class UpdateAuthorityTemplateResponse extends $tea.Model {
10135
- headers: {
10188
+ headers?: {
10136
10189
  [key: string]: string;
10137
10190
  };
10138
- statusCode: number;
10139
- body: UpdateAuthorityTemplateResponseBody;
10191
+ statusCode?: number;
10192
+ body?: UpdateAuthorityTemplateResponseBody;
10140
10193
  static names(): {
10141
10194
  [key: string]: string;
10142
10195
  };
@@ -10199,11 +10252,11 @@ export declare class UpdateInstanceResponseBody extends $tea.Model {
10199
10252
  });
10200
10253
  }
10201
10254
  export declare class UpdateInstanceResponse extends $tea.Model {
10202
- headers: {
10255
+ headers?: {
10203
10256
  [key: string]: string;
10204
10257
  };
10205
- statusCode: number;
10206
- body: UpdateInstanceResponseBody;
10258
+ statusCode?: number;
10259
+ body?: UpdateInstanceResponseBody;
10207
10260
  static names(): {
10208
10261
  [key: string]: string;
10209
10262
  };
@@ -10258,11 +10311,11 @@ export declare class UpdateSLARulesResponseBody extends $tea.Model {
10258
10311
  });
10259
10312
  }
10260
10313
  export declare class UpdateSLARulesResponse extends $tea.Model {
10261
- headers: {
10314
+ headers?: {
10262
10315
  [key: string]: string;
10263
10316
  };
10264
- statusCode: number;
10265
- body: UpdateSLARulesResponseBody;
10317
+ statusCode?: number;
10318
+ body?: UpdateSLARulesResponseBody;
10266
10319
  static names(): {
10267
10320
  [key: string]: string;
10268
10321
  };
@@ -10304,11 +10357,11 @@ export declare class UpdateScenarioResponseBody extends $tea.Model {
10304
10357
  });
10305
10358
  }
10306
10359
  export declare class UpdateScenarioResponse extends $tea.Model {
10307
- headers: {
10360
+ headers?: {
10308
10361
  [key: string]: string;
10309
10362
  };
10310
- statusCode: number;
10311
- body: UpdateScenarioResponseBody;
10363
+ statusCode?: number;
10364
+ body?: UpdateScenarioResponseBody;
10312
10365
  static names(): {
10313
10366
  [key: string]: string;
10314
10367
  };
@@ -10351,11 +10404,11 @@ export declare class UpdateStandardGroupResponseBody extends $tea.Model {
10351
10404
  });
10352
10405
  }
10353
10406
  export declare class UpdateStandardGroupResponse extends $tea.Model {
10354
- headers: {
10407
+ headers?: {
10355
10408
  [key: string]: string;
10356
10409
  };
10357
- statusCode: number;
10358
- body: UpdateStandardGroupResponseBody;
10410
+ statusCode?: number;
10411
+ body?: UpdateStandardGroupResponseBody;
10359
10412
  static names(): {
10360
10413
  [key: string]: string;
10361
10414
  };
@@ -10396,11 +10449,11 @@ export declare class UpdateTaskConfigResponseBody extends $tea.Model {
10396
10449
  });
10397
10450
  }
10398
10451
  export declare class UpdateTaskConfigResponse extends $tea.Model {
10399
- headers: {
10452
+ headers?: {
10400
10453
  [key: string]: string;
10401
10454
  };
10402
- statusCode: number;
10403
- body: UpdateTaskConfigResponseBody;
10455
+ statusCode?: number;
10456
+ body?: UpdateTaskConfigResponseBody;
10404
10457
  static names(): {
10405
10458
  [key: string]: string;
10406
10459
  };
@@ -10441,11 +10494,11 @@ export declare class UpdateTaskContentResponseBody extends $tea.Model {
10441
10494
  });
10442
10495
  }
10443
10496
  export declare class UpdateTaskContentResponse extends $tea.Model {
10444
- headers: {
10497
+ headers?: {
10445
10498
  [key: string]: string;
10446
10499
  };
10447
- statusCode: number;
10448
- body: UpdateTaskContentResponseBody;
10500
+ statusCode?: number;
10501
+ body?: UpdateTaskContentResponseBody;
10449
10502
  static names(): {
10450
10503
  [key: string]: string;
10451
10504
  };
@@ -10500,11 +10553,11 @@ export declare class UpdateTaskFlowConstantsResponseBody extends $tea.Model {
10500
10553
  });
10501
10554
  }
10502
10555
  export declare class UpdateTaskFlowConstantsResponse extends $tea.Model {
10503
- headers: {
10556
+ headers?: {
10504
10557
  [key: string]: string;
10505
10558
  };
10506
- statusCode: number;
10507
- body: UpdateTaskFlowConstantsResponseBody;
10559
+ statusCode?: number;
10560
+ body?: UpdateTaskFlowConstantsResponseBody;
10508
10561
  static names(): {
10509
10562
  [key: string]: string;
10510
10563
  };
@@ -10559,11 +10612,11 @@ export declare class UpdateTaskFlowCooperatorsResponseBody extends $tea.Model {
10559
10612
  });
10560
10613
  }
10561
10614
  export declare class UpdateTaskFlowCooperatorsResponse extends $tea.Model {
10562
- headers: {
10615
+ headers?: {
10563
10616
  [key: string]: string;
10564
10617
  };
10565
- statusCode: number;
10566
- body: UpdateTaskFlowCooperatorsResponseBody;
10618
+ statusCode?: number;
10619
+ body?: UpdateTaskFlowCooperatorsResponseBody;
10567
10620
  static names(): {
10568
10621
  [key: string]: string;
10569
10622
  };
@@ -10618,11 +10671,11 @@ export declare class UpdateTaskFlowEdgesResponseBody extends $tea.Model {
10618
10671
  });
10619
10672
  }
10620
10673
  export declare class UpdateTaskFlowEdgesResponse extends $tea.Model {
10621
- headers: {
10674
+ headers?: {
10622
10675
  [key: string]: string;
10623
10676
  };
10624
- statusCode: number;
10625
- body: UpdateTaskFlowEdgesResponseBody;
10677
+ statusCode?: number;
10678
+ body?: UpdateTaskFlowEdgesResponseBody;
10626
10679
  static names(): {
10627
10680
  [key: string]: string;
10628
10681
  };
@@ -10664,11 +10717,11 @@ export declare class UpdateTaskFlowNameAndDescResponseBody extends $tea.Model {
10664
10717
  });
10665
10718
  }
10666
10719
  export declare class UpdateTaskFlowNameAndDescResponse extends $tea.Model {
10667
- headers: {
10720
+ headers?: {
10668
10721
  [key: string]: string;
10669
10722
  };
10670
- statusCode: number;
10671
- body: UpdateTaskFlowNameAndDescResponseBody;
10723
+ statusCode?: number;
10724
+ body?: UpdateTaskFlowNameAndDescResponseBody;
10672
10725
  static names(): {
10673
10726
  [key: string]: string;
10674
10727
  };
@@ -10711,11 +10764,11 @@ export declare class UpdateTaskFlowNotificationResponseBody extends $tea.Model {
10711
10764
  });
10712
10765
  }
10713
10766
  export declare class UpdateTaskFlowNotificationResponse extends $tea.Model {
10714
- headers: {
10767
+ headers?: {
10715
10768
  [key: string]: string;
10716
10769
  };
10717
- statusCode: number;
10718
- body: UpdateTaskFlowNotificationResponseBody;
10770
+ statusCode?: number;
10771
+ body?: UpdateTaskFlowNotificationResponseBody;
10719
10772
  static names(): {
10720
10773
  [key: string]: string;
10721
10774
  };
@@ -10756,11 +10809,11 @@ export declare class UpdateTaskFlowOwnerResponseBody extends $tea.Model {
10756
10809
  });
10757
10810
  }
10758
10811
  export declare class UpdateTaskFlowOwnerResponse extends $tea.Model {
10759
- headers: {
10812
+ headers?: {
10760
10813
  [key: string]: string;
10761
10814
  };
10762
- statusCode: number;
10763
- body: UpdateTaskFlowOwnerResponseBody;
10815
+ statusCode?: number;
10816
+ body?: UpdateTaskFlowOwnerResponseBody;
10764
10817
  static names(): {
10765
10818
  [key: string]: string;
10766
10819
  };
@@ -10815,11 +10868,11 @@ export declare class UpdateTaskFlowRelationsResponseBody extends $tea.Model {
10815
10868
  });
10816
10869
  }
10817
10870
  export declare class UpdateTaskFlowRelationsResponse extends $tea.Model {
10818
- headers: {
10871
+ headers?: {
10819
10872
  [key: string]: string;
10820
10873
  };
10821
- statusCode: number;
10822
- body: UpdateTaskFlowRelationsResponseBody;
10874
+ statusCode?: number;
10875
+ body?: UpdateTaskFlowRelationsResponseBody;
10823
10876
  static names(): {
10824
10877
  [key: string]: string;
10825
10878
  };
@@ -10867,11 +10920,11 @@ export declare class UpdateTaskFlowScheduleResponseBody extends $tea.Model {
10867
10920
  });
10868
10921
  }
10869
10922
  export declare class UpdateTaskFlowScheduleResponse extends $tea.Model {
10870
- headers: {
10923
+ headers?: {
10871
10924
  [key: string]: string;
10872
10925
  };
10873
- statusCode: number;
10874
- body: UpdateTaskFlowScheduleResponseBody;
10926
+ statusCode?: number;
10927
+ body?: UpdateTaskFlowScheduleResponseBody;
10875
10928
  static names(): {
10876
10929
  [key: string]: string;
10877
10930
  };
@@ -10912,11 +10965,11 @@ export declare class UpdateTaskFlowTimeVariablesResponseBody extends $tea.Model
10912
10965
  });
10913
10966
  }
10914
10967
  export declare class UpdateTaskFlowTimeVariablesResponse extends $tea.Model {
10915
- headers: {
10968
+ headers?: {
10916
10969
  [key: string]: string;
10917
10970
  };
10918
- statusCode: number;
10919
- body: UpdateTaskFlowTimeVariablesResponseBody;
10971
+ statusCode?: number;
10972
+ body?: UpdateTaskFlowTimeVariablesResponseBody;
10920
10973
  static names(): {
10921
10974
  [key: string]: string;
10922
10975
  };
@@ -10957,11 +11010,11 @@ export declare class UpdateTaskNameResponseBody extends $tea.Model {
10957
11010
  });
10958
11011
  }
10959
11012
  export declare class UpdateTaskNameResponse extends $tea.Model {
10960
- headers: {
11013
+ headers?: {
10961
11014
  [key: string]: string;
10962
11015
  };
10963
- statusCode: number;
10964
- body: UpdateTaskNameResponseBody;
11016
+ statusCode?: number;
11017
+ body?: UpdateTaskNameResponseBody;
10965
11018
  static names(): {
10966
11019
  [key: string]: string;
10967
11020
  };
@@ -11002,11 +11055,11 @@ export declare class UpdateTaskOutputResponseBody extends $tea.Model {
11002
11055
  });
11003
11056
  }
11004
11057
  export declare class UpdateTaskOutputResponse extends $tea.Model {
11005
- headers: {
11058
+ headers?: {
11006
11059
  [key: string]: string;
11007
11060
  };
11008
- statusCode: number;
11009
- body: UpdateTaskOutputResponseBody;
11061
+ statusCode?: number;
11062
+ body?: UpdateTaskOutputResponseBody;
11010
11063
  static names(): {
11011
11064
  [key: string]: string;
11012
11065
  };
@@ -11047,11 +11100,11 @@ export declare class UpdateTaskTimeVariablesResponseBody extends $tea.Model {
11047
11100
  });
11048
11101
  }
11049
11102
  export declare class UpdateTaskTimeVariablesResponse extends $tea.Model {
11050
- headers: {
11103
+ headers?: {
11051
11104
  [key: string]: string;
11052
11105
  };
11053
- statusCode: number;
11054
- body: UpdateTaskTimeVariablesResponseBody;
11106
+ statusCode?: number;
11107
+ body?: UpdateTaskTimeVariablesResponseBody;
11055
11108
  static names(): {
11056
11109
  [key: string]: string;
11057
11110
  };
@@ -11096,11 +11149,11 @@ export declare class UpdateUserResponseBody extends $tea.Model {
11096
11149
  });
11097
11150
  }
11098
11151
  export declare class UpdateUserResponse extends $tea.Model {
11099
- headers: {
11152
+ headers?: {
11100
11153
  [key: string]: string;
11101
11154
  };
11102
- statusCode: number;
11103
- body: UpdateUserResponseBody;
11155
+ statusCode?: number;
11156
+ body?: UpdateUserResponseBody;
11104
11157
  static names(): {
11105
11158
  [key: string]: string;
11106
11159
  };
@@ -15055,6 +15108,78 @@ export declare class ListScenariosResponseBodyScenarioList extends $tea.Model {
15055
15108
  [key: string]: any;
15056
15109
  });
15057
15110
  }
15111
+ export declare class ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumnDefaultDesensitizationRule extends $tea.Model {
15112
+ ruleId?: number;
15113
+ ruleName?: string;
15114
+ static names(): {
15115
+ [key: string]: string;
15116
+ };
15117
+ static types(): {
15118
+ [key: string]: any;
15119
+ };
15120
+ constructor(map?: {
15121
+ [key: string]: any;
15122
+ });
15123
+ }
15124
+ export declare class ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumnSemiDesensitizationRuleListSemiDesensitizationRule extends $tea.Model {
15125
+ ruleId?: number;
15126
+ ruleName?: string;
15127
+ static names(): {
15128
+ [key: string]: string;
15129
+ };
15130
+ static types(): {
15131
+ [key: string]: any;
15132
+ };
15133
+ constructor(map?: {
15134
+ [key: string]: any;
15135
+ });
15136
+ }
15137
+ export declare class ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumnSemiDesensitizationRuleList extends $tea.Model {
15138
+ semiDesensitizationRule?: ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumnSemiDesensitizationRuleListSemiDesensitizationRule[];
15139
+ static names(): {
15140
+ [key: string]: string;
15141
+ };
15142
+ static types(): {
15143
+ [key: string]: any;
15144
+ };
15145
+ constructor(map?: {
15146
+ [key: string]: any;
15147
+ });
15148
+ }
15149
+ export declare class ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumn extends $tea.Model {
15150
+ categoryName?: string;
15151
+ columnName?: string;
15152
+ defaultDesensitizationRule?: ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumnDefaultDesensitizationRule;
15153
+ instanceId?: number;
15154
+ isPlain?: boolean;
15155
+ sampleData?: string;
15156
+ schemaName?: string;
15157
+ securityLevel?: string;
15158
+ semiDesensitizationRuleList?: ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumnSemiDesensitizationRuleList;
15159
+ tableName?: string;
15160
+ userSensitivityLevel?: string;
15161
+ static names(): {
15162
+ [key: string]: string;
15163
+ };
15164
+ static types(): {
15165
+ [key: string]: any;
15166
+ };
15167
+ constructor(map?: {
15168
+ [key: string]: any;
15169
+ });
15170
+ }
15171
+ export declare class ListSensitiveColumnInfoResponseBodySensitiveColumnList extends $tea.Model {
15172
+ sensitiveColumn?: ListSensitiveColumnInfoResponseBodySensitiveColumnListSensitiveColumn[];
15173
+ static names(): {
15174
+ [key: string]: string;
15175
+ };
15176
+ static types(): {
15177
+ [key: string]: any;
15178
+ };
15179
+ constructor(map?: {
15180
+ [key: string]: any;
15181
+ });
15182
+ }
15058
15183
  export declare class ListSensitiveColumnsResponseBodySensitiveColumnListSensitiveColumn extends $tea.Model {
15059
15184
  columnCount?: number;
15060
15185
  columnName?: string;
@@ -16424,6 +16549,7 @@ export default class Client extends OpenApi {
16424
16549
  createPublishGroupTaskWithOptions(request: CreatePublishGroupTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreatePublishGroupTaskResponse>;
16425
16550
  createPublishGroupTask(request: CreatePublishGroupTaskRequest): Promise<CreatePublishGroupTaskResponse>;
16426
16551
  /**
16552
+ * You can call this operation only for database instances that are managed in Security Collaboration mode.
16427
16553
  * For more information about the SQL review feature, see [SQL review](~~60374~~).
16428
16554
  *
16429
16555
  * @param tmpReq CreateSQLReviewOrderRequest
@@ -16432,6 +16558,7 @@ export default class Client extends OpenApi {
16432
16558
  */
16433
16559
  createSQLReviewOrderWithOptions(tmpReq: CreateSQLReviewOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreateSQLReviewOrderResponse>;
16434
16560
  /**
16561
+ * You can call this operation only for database instances that are managed in Security Collaboration mode.
16435
16562
  * For more information about the SQL review feature, see [SQL review](~~60374~~).
16436
16563
  *
16437
16564
  * @param request CreateSQLReviewOrderRequest
@@ -17084,6 +17211,8 @@ export default class Client extends OpenApi {
17084
17211
  listSQLReviewOriginSQL(request: ListSQLReviewOriginSQLRequest): Promise<ListSQLReviewOriginSQLResponse>;
17085
17212
  listScenariosWithOptions(request: ListScenariosRequest, runtime: $Util.RuntimeOptions): Promise<ListScenariosResponse>;
17086
17213
  listScenarios(request: ListScenariosRequest): Promise<ListScenariosResponse>;
17214
+ listSensitiveColumnInfoWithOptions(request: ListSensitiveColumnInfoRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveColumnInfoResponse>;
17215
+ listSensitiveColumnInfo(request: ListSensitiveColumnInfoRequest): Promise<ListSensitiveColumnInfoResponse>;
17087
17216
  listSensitiveColumnsWithOptions(request: ListSensitiveColumnsRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveColumnsResponse>;
17088
17217
  listSensitiveColumns(request: ListSensitiveColumnsRequest): Promise<ListSensitiveColumnsResponse>;
17089
17218
  listSensitiveColumnsDetailWithOptions(request: ListSensitiveColumnsDetailRequest, runtime: $Util.RuntimeOptions): Promise<ListSensitiveColumnsDetailResponse>;
@@ -17160,7 +17289,20 @@ export default class Client extends OpenApi {
17160
17289
  moveTaskFlowToScenario(request: MoveTaskFlowToScenarioRequest): Promise<MoveTaskFlowToScenarioResponse>;
17161
17290
  offlineTaskFlowWithOptions(request: OfflineTaskFlowRequest, runtime: $Util.RuntimeOptions): Promise<OfflineTaskFlowResponse>;
17162
17291
  offlineTaskFlow(request: OfflineTaskFlowRequest): Promise<OfflineTaskFlowResponse>;
17292
+ /**
17293
+ * You can call this operation only for database instances that are managed in Security Collaboration mode.
17294
+ *
17295
+ * @param request PauseDataCorrectSQLJobRequest
17296
+ * @param runtime runtime options for this request RuntimeOptions
17297
+ * @return PauseDataCorrectSQLJobResponse
17298
+ */
17163
17299
  pauseDataCorrectSQLJobWithOptions(request: PauseDataCorrectSQLJobRequest, runtime: $Util.RuntimeOptions): Promise<PauseDataCorrectSQLJobResponse>;
17300
+ /**
17301
+ * You can call this operation only for database instances that are managed in Security Collaboration mode.
17302
+ *
17303
+ * @param request PauseDataCorrectSQLJobRequest
17304
+ * @return PauseDataCorrectSQLJobResponse
17305
+ */
17164
17306
  pauseDataCorrectSQLJob(request: PauseDataCorrectSQLJobRequest): Promise<PauseDataCorrectSQLJobResponse>;
17165
17307
  previewWorkflowWithOptions(request: PreviewWorkflowRequest, runtime: $Util.RuntimeOptions): Promise<PreviewWorkflowResponse>;
17166
17308
  previewWorkflow(request: PreviewWorkflowRequest): Promise<PreviewWorkflowResponse>;