@alicloud/sddp20190103 1.1.3 → 1.2.1

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
@@ -35,11 +35,11 @@ export declare class CreateConfigResponseBody extends $tea.Model {
35
35
  });
36
36
  }
37
37
  export declare class CreateConfigResponse extends $tea.Model {
38
- headers: {
38
+ headers?: {
39
39
  [key: string]: string;
40
40
  };
41
- statusCode: number;
42
- body: CreateConfigResponseBody;
41
+ statusCode?: number;
42
+ body?: CreateConfigResponseBody;
43
43
  static names(): {
44
44
  [key: string]: string;
45
45
  };
@@ -93,11 +93,11 @@ export declare class CreateDataLimitResponseBody extends $tea.Model {
93
93
  });
94
94
  }
95
95
  export declare class CreateDataLimitResponse extends $tea.Model {
96
- headers: {
96
+ headers?: {
97
97
  [key: string]: string;
98
98
  };
99
- statusCode: number;
100
- body: CreateDataLimitResponseBody;
99
+ statusCode?: number;
100
+ body?: CreateDataLimitResponseBody;
101
101
  static names(): {
102
102
  [key: string]: string;
103
103
  };
@@ -150,11 +150,11 @@ export declare class CreateRuleResponseBody extends $tea.Model {
150
150
  });
151
151
  }
152
152
  export declare class CreateRuleResponse extends $tea.Model {
153
- headers: {
153
+ headers?: {
154
154
  [key: string]: string;
155
155
  };
156
- statusCode: number;
157
- body: CreateRuleResponseBody;
156
+ statusCode?: number;
157
+ body?: CreateRuleResponseBody;
158
158
  static names(): {
159
159
  [key: string]: string;
160
160
  };
@@ -203,11 +203,11 @@ export declare class CreateScanTaskResponseBody extends $tea.Model {
203
203
  });
204
204
  }
205
205
  export declare class CreateScanTaskResponse extends $tea.Model {
206
- headers: {
206
+ headers?: {
207
207
  [key: string]: string;
208
208
  };
209
- statusCode: number;
210
- body: CreateScanTaskResponseBody;
209
+ statusCode?: number;
210
+ body?: CreateScanTaskResponseBody;
211
211
  static names(): {
212
212
  [key: string]: string;
213
213
  };
@@ -246,11 +246,11 @@ export declare class CreateSlrRoleResponseBody extends $tea.Model {
246
246
  });
247
247
  }
248
248
  export declare class CreateSlrRoleResponse extends $tea.Model {
249
- headers: {
249
+ headers?: {
250
250
  [key: string]: string;
251
251
  };
252
- statusCode: number;
253
- body: CreateSlrRoleResponseBody;
252
+ statusCode?: number;
253
+ body?: CreateSlrRoleResponseBody;
254
254
  static names(): {
255
255
  [key: string]: string;
256
256
  };
@@ -289,11 +289,11 @@ export declare class DeleteDataLimitResponseBody extends $tea.Model {
289
289
  });
290
290
  }
291
291
  export declare class DeleteDataLimitResponse extends $tea.Model {
292
- headers: {
292
+ headers?: {
293
293
  [key: string]: string;
294
294
  };
295
- statusCode: number;
296
- body: DeleteDataLimitResponseBody;
295
+ statusCode?: number;
296
+ body?: DeleteDataLimitResponseBody;
297
297
  static names(): {
298
298
  [key: string]: string;
299
299
  };
@@ -332,11 +332,11 @@ export declare class DeleteRuleResponseBody extends $tea.Model {
332
332
  });
333
333
  }
334
334
  export declare class DeleteRuleResponse extends $tea.Model {
335
- headers: {
335
+ headers?: {
336
336
  [key: string]: string;
337
337
  };
338
- statusCode: number;
339
- body: DeleteRuleResponseBody;
338
+ statusCode?: number;
339
+ body?: DeleteRuleResponseBody;
340
340
  static names(): {
341
341
  [key: string]: string;
342
342
  };
@@ -380,11 +380,11 @@ export declare class DescribeCategoryTemplateListResponseBody extends $tea.Model
380
380
  });
381
381
  }
382
382
  export declare class DescribeCategoryTemplateListResponse extends $tea.Model {
383
- headers: {
383
+ headers?: {
384
384
  [key: string]: string;
385
385
  };
386
- statusCode: number;
387
- body: DescribeCategoryTemplateListResponseBody;
386
+ statusCode?: number;
387
+ body?: DescribeCategoryTemplateListResponseBody;
388
388
  static names(): {
389
389
  [key: string]: string;
390
390
  };
@@ -429,11 +429,11 @@ export declare class DescribeCategoryTemplateRuleListResponseBody extends $tea.M
429
429
  });
430
430
  }
431
431
  export declare class DescribeCategoryTemplateRuleListResponse extends $tea.Model {
432
- headers: {
432
+ headers?: {
433
433
  [key: string]: string;
434
434
  };
435
- statusCode: number;
436
- body: DescribeCategoryTemplateRuleListResponseBody;
435
+ statusCode?: number;
436
+ body?: DescribeCategoryTemplateRuleListResponseBody;
437
437
  static names(): {
438
438
  [key: string]: string;
439
439
  };
@@ -485,11 +485,11 @@ export declare class DescribeColumnsResponseBody extends $tea.Model {
485
485
  });
486
486
  }
487
487
  export declare class DescribeColumnsResponse extends $tea.Model {
488
- headers: {
488
+ headers?: {
489
489
  [key: string]: string;
490
490
  };
491
- statusCode: number;
492
- body: DescribeColumnsResponseBody;
491
+ statusCode?: number;
492
+ body?: DescribeColumnsResponseBody;
493
493
  static names(): {
494
494
  [key: string]: string;
495
495
  };
@@ -541,11 +541,11 @@ export declare class DescribeColumnsV2ResponseBody extends $tea.Model {
541
541
  });
542
542
  }
543
543
  export declare class DescribeColumnsV2Response extends $tea.Model {
544
- headers: {
544
+ headers?: {
545
545
  [key: string]: string;
546
546
  };
547
- statusCode: number;
548
- body: DescribeColumnsV2ResponseBody;
547
+ statusCode?: number;
548
+ body?: DescribeColumnsV2ResponseBody;
549
549
  static names(): {
550
550
  [key: string]: string;
551
551
  };
@@ -582,11 +582,11 @@ export declare class DescribeConfigsResponseBody extends $tea.Model {
582
582
  });
583
583
  }
584
584
  export declare class DescribeConfigsResponse extends $tea.Model {
585
- headers: {
585
+ headers?: {
586
586
  [key: string]: string;
587
587
  };
588
- statusCode: number;
589
- body: DescribeConfigsResponseBody;
588
+ statusCode?: number;
589
+ body?: DescribeConfigsResponseBody;
590
590
  static names(): {
591
591
  [key: string]: string;
592
592
  };
@@ -632,11 +632,11 @@ export declare class DescribeDataAssetsResponseBody extends $tea.Model {
632
632
  });
633
633
  }
634
634
  export declare class DescribeDataAssetsResponse extends $tea.Model {
635
- headers: {
635
+ headers?: {
636
636
  [key: string]: string;
637
637
  };
638
- statusCode: number;
639
- body: DescribeDataAssetsResponseBody;
638
+ statusCode?: number;
639
+ body?: DescribeDataAssetsResponseBody;
640
640
  static names(): {
641
641
  [key: string]: string;
642
642
  };
@@ -676,11 +676,11 @@ export declare class DescribeDataLimitDetailResponseBody extends $tea.Model {
676
676
  });
677
677
  }
678
678
  export declare class DescribeDataLimitDetailResponse extends $tea.Model {
679
- headers: {
679
+ headers?: {
680
680
  [key: string]: string;
681
681
  };
682
- statusCode: number;
683
- body: DescribeDataLimitDetailResponseBody;
682
+ statusCode?: number;
683
+ body?: DescribeDataLimitDetailResponseBody;
684
684
  static names(): {
685
685
  [key: string]: string;
686
686
  };
@@ -720,11 +720,11 @@ export declare class DescribeDataLimitSetResponseBody extends $tea.Model {
720
720
  });
721
721
  }
722
722
  export declare class DescribeDataLimitSetResponse extends $tea.Model {
723
- headers: {
723
+ headers?: {
724
724
  [key: string]: string;
725
725
  };
726
- statusCode: number;
727
- body: DescribeDataLimitSetResponseBody;
726
+ statusCode?: number;
727
+ body?: DescribeDataLimitSetResponseBody;
728
728
  static names(): {
729
729
  [key: string]: string;
730
730
  };
@@ -745,6 +745,7 @@ export declare class DescribeDataLimitsRequest extends $tea.Model {
745
745
  engineType?: string;
746
746
  featureType?: number;
747
747
  lang?: string;
748
+ memberAccount?: number;
748
749
  pageSize?: number;
749
750
  parentId?: string;
750
751
  resourceType?: number;
@@ -777,11 +778,11 @@ export declare class DescribeDataLimitsResponseBody extends $tea.Model {
777
778
  });
778
779
  }
779
780
  export declare class DescribeDataLimitsResponse extends $tea.Model {
780
- headers: {
781
+ headers?: {
781
782
  [key: string]: string;
782
783
  };
783
- statusCode: number;
784
- body: DescribeDataLimitsResponseBody;
784
+ statusCode?: number;
785
+ body?: DescribeDataLimitsResponseBody;
785
786
  static names(): {
786
787
  [key: string]: string;
787
788
  };
@@ -831,11 +832,11 @@ export declare class DescribeDataMaskingRunHistoryResponseBody extends $tea.Mode
831
832
  });
832
833
  }
833
834
  export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
834
- headers: {
835
+ headers?: {
835
836
  [key: string]: string;
836
837
  };
837
- statusCode: number;
838
- body: DescribeDataMaskingRunHistoryResponseBody;
838
+ statusCode?: number;
839
+ body?: DescribeDataMaskingRunHistoryResponseBody;
839
840
  static names(): {
840
841
  [key: string]: string;
841
842
  };
@@ -881,11 +882,11 @@ export declare class DescribeDataMaskingTasksResponseBody extends $tea.Model {
881
882
  });
882
883
  }
883
884
  export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
884
- headers: {
885
+ headers?: {
885
886
  [key: string]: string;
886
887
  };
887
- statusCode: number;
888
- body: DescribeDataMaskingTasksResponseBody;
888
+ statusCode?: number;
889
+ body?: DescribeDataMaskingTasksResponseBody;
889
890
  static names(): {
890
891
  [key: string]: string;
891
892
  };
@@ -931,11 +932,11 @@ export declare class DescribeDataObjectColumnDetailResponseBody extends $tea.Mod
931
932
  });
932
933
  }
933
934
  export declare class DescribeDataObjectColumnDetailResponse extends $tea.Model {
934
- headers: {
935
+ headers?: {
935
936
  [key: string]: string;
936
937
  };
937
- statusCode: number;
938
- body: DescribeDataObjectColumnDetailResponseBody;
938
+ statusCode?: number;
939
+ body?: DescribeDataObjectColumnDetailResponseBody;
939
940
  static names(): {
940
941
  [key: string]: string;
941
942
  };
@@ -981,11 +982,11 @@ export declare class DescribeDataObjectColumnDetailV2ResponseBody extends $tea.M
981
982
  });
982
983
  }
983
984
  export declare class DescribeDataObjectColumnDetailV2Response extends $tea.Model {
984
- headers: {
985
+ headers?: {
985
986
  [key: string]: string;
986
987
  };
987
- statusCode: number;
988
- body: DescribeDataObjectColumnDetailV2ResponseBody;
988
+ statusCode?: number;
989
+ body?: DescribeDataObjectColumnDetailV2ResponseBody;
989
990
  static names(): {
990
991
  [key: string]: string;
991
992
  };
@@ -1004,6 +1005,7 @@ export declare class DescribeDataObjectsRequest extends $tea.Model {
1004
1005
  fileType?: number;
1005
1006
  instanceId?: string;
1006
1007
  lang?: string;
1008
+ memberAccount?: number;
1007
1009
  modelIds?: string;
1008
1010
  modelTagIds?: string;
1009
1011
  pageSize?: number;
@@ -1040,11 +1042,11 @@ export declare class DescribeDataObjectsResponseBody extends $tea.Model {
1040
1042
  });
1041
1043
  }
1042
1044
  export declare class DescribeDataObjectsResponse extends $tea.Model {
1043
- headers: {
1045
+ headers?: {
1044
1046
  [key: string]: string;
1045
1047
  };
1046
- statusCode: number;
1047
- body: DescribeDataObjectsResponseBody;
1048
+ statusCode?: number;
1049
+ body?: DescribeDataObjectsResponseBody;
1048
1050
  static names(): {
1049
1051
  [key: string]: string;
1050
1052
  };
@@ -1081,11 +1083,11 @@ export declare class DescribeDocTypesResponseBody extends $tea.Model {
1081
1083
  });
1082
1084
  }
1083
1085
  export declare class DescribeDocTypesResponse extends $tea.Model {
1084
- headers: {
1086
+ headers?: {
1085
1087
  [key: string]: string;
1086
1088
  };
1087
- statusCode: number;
1088
- body: DescribeDocTypesResponseBody;
1089
+ statusCode?: number;
1090
+ body?: DescribeDocTypesResponseBody;
1089
1091
  static names(): {
1090
1092
  [key: string]: string;
1091
1093
  };
@@ -1123,11 +1125,11 @@ export declare class DescribeEventDetailResponseBody extends $tea.Model {
1123
1125
  });
1124
1126
  }
1125
1127
  export declare class DescribeEventDetailResponse extends $tea.Model {
1126
- headers: {
1128
+ headers?: {
1127
1129
  [key: string]: string;
1128
1130
  };
1129
- statusCode: number;
1130
- body: DescribeEventDetailResponseBody;
1131
+ statusCode?: number;
1132
+ body?: DescribeEventDetailResponseBody;
1131
1133
  static names(): {
1132
1134
  [key: string]: string;
1133
1135
  };
@@ -1168,11 +1170,11 @@ export declare class DescribeEventTypesResponseBody extends $tea.Model {
1168
1170
  });
1169
1171
  }
1170
1172
  export declare class DescribeEventTypesResponse extends $tea.Model {
1171
- headers: {
1173
+ headers?: {
1172
1174
  [key: string]: string;
1173
1175
  };
1174
- statusCode: number;
1175
- body: DescribeEventTypesResponseBody;
1176
+ statusCode?: number;
1177
+ body?: DescribeEventTypesResponseBody;
1176
1178
  static names(): {
1177
1179
  [key: string]: string;
1178
1180
  };
@@ -1227,11 +1229,11 @@ export declare class DescribeEventsResponseBody extends $tea.Model {
1227
1229
  });
1228
1230
  }
1229
1231
  export declare class DescribeEventsResponse extends $tea.Model {
1230
- headers: {
1232
+ headers?: {
1231
1233
  [key: string]: string;
1232
1234
  };
1233
- statusCode: number;
1234
- body: DescribeEventsResponseBody;
1235
+ statusCode?: number;
1236
+ body?: DescribeEventsResponseBody;
1235
1237
  static names(): {
1236
1238
  [key: string]: string;
1237
1239
  };
@@ -1283,11 +1285,11 @@ export declare class DescribeInstanceSourcesResponseBody extends $tea.Model {
1283
1285
  });
1284
1286
  }
1285
1287
  export declare class DescribeInstanceSourcesResponse extends $tea.Model {
1286
- headers: {
1288
+ headers?: {
1287
1289
  [key: string]: string;
1288
1290
  };
1289
- statusCode: number;
1290
- body: DescribeInstanceSourcesResponseBody;
1291
+ statusCode?: number;
1292
+ body?: DescribeInstanceSourcesResponseBody;
1291
1293
  static names(): {
1292
1294
  [key: string]: string;
1293
1295
  };
@@ -1336,11 +1338,11 @@ export declare class DescribeInstancesResponseBody extends $tea.Model {
1336
1338
  });
1337
1339
  }
1338
1340
  export declare class DescribeInstancesResponse extends $tea.Model {
1339
- headers: {
1341
+ headers?: {
1340
1342
  [key: string]: string;
1341
1343
  };
1342
- statusCode: number;
1343
- body: DescribeInstancesResponseBody;
1344
+ statusCode?: number;
1345
+ body?: DescribeInstancesResponseBody;
1344
1346
  static names(): {
1345
1347
  [key: string]: string;
1346
1348
  };
@@ -1378,11 +1380,11 @@ export declare class DescribeOssObjectDetailResponseBody extends $tea.Model {
1378
1380
  });
1379
1381
  }
1380
1382
  export declare class DescribeOssObjectDetailResponse extends $tea.Model {
1381
- headers: {
1383
+ headers?: {
1382
1384
  [key: string]: string;
1383
1385
  };
1384
- statusCode: number;
1385
- body: DescribeOssObjectDetailResponseBody;
1386
+ statusCode?: number;
1387
+ body?: DescribeOssObjectDetailResponseBody;
1386
1388
  static names(): {
1387
1389
  [key: string]: string;
1388
1390
  };
@@ -1420,11 +1422,11 @@ export declare class DescribeOssObjectDetailV2ResponseBody extends $tea.Model {
1420
1422
  });
1421
1423
  }
1422
1424
  export declare class DescribeOssObjectDetailV2Response extends $tea.Model {
1423
- headers: {
1425
+ headers?: {
1424
1426
  [key: string]: string;
1425
1427
  };
1426
- statusCode: number;
1427
- body: DescribeOssObjectDetailV2ResponseBody;
1428
+ statusCode?: number;
1429
+ body?: DescribeOssObjectDetailV2ResponseBody;
1428
1430
  static names(): {
1429
1431
  [key: string]: string;
1430
1432
  };
@@ -1475,11 +1477,11 @@ export declare class DescribeOssObjectsResponseBody extends $tea.Model {
1475
1477
  });
1476
1478
  }
1477
1479
  export declare class DescribeOssObjectsResponse extends $tea.Model {
1478
- headers: {
1480
+ headers?: {
1479
1481
  [key: string]: string;
1480
1482
  };
1481
- statusCode: number;
1482
- body: DescribeOssObjectsResponseBody;
1483
+ statusCode?: number;
1484
+ body?: DescribeOssObjectsResponseBody;
1483
1485
  static names(): {
1484
1486
  [key: string]: string;
1485
1487
  };
@@ -1526,11 +1528,66 @@ export declare class DescribePackagesResponseBody extends $tea.Model {
1526
1528
  });
1527
1529
  }
1528
1530
  export declare class DescribePackagesResponse extends $tea.Model {
1529
- headers: {
1531
+ headers?: {
1530
1532
  [key: string]: string;
1531
1533
  };
1532
- statusCode: number;
1533
- body: DescribePackagesResponseBody;
1534
+ statusCode?: number;
1535
+ body?: DescribePackagesResponseBody;
1536
+ static names(): {
1537
+ [key: string]: string;
1538
+ };
1539
+ static types(): {
1540
+ [key: string]: any;
1541
+ };
1542
+ constructor(map?: {
1543
+ [key: string]: any;
1544
+ });
1545
+ }
1546
+ export declare class DescribeParentInstanceRequest extends $tea.Model {
1547
+ authStatus?: number;
1548
+ checkStatus?: number;
1549
+ clusterStatus?: string;
1550
+ currentPage?: number;
1551
+ dbName?: string;
1552
+ engineType?: string;
1553
+ instanceId?: string;
1554
+ lang?: string;
1555
+ memberAccount?: number;
1556
+ pageSize?: number;
1557
+ resourceType?: number;
1558
+ serviceRegionId?: string;
1559
+ static names(): {
1560
+ [key: string]: string;
1561
+ };
1562
+ static types(): {
1563
+ [key: string]: any;
1564
+ };
1565
+ constructor(map?: {
1566
+ [key: string]: any;
1567
+ });
1568
+ }
1569
+ export declare class DescribeParentInstanceResponseBody extends $tea.Model {
1570
+ currentPage?: number;
1571
+ items?: DescribeParentInstanceResponseBodyItems[];
1572
+ pageSize?: number;
1573
+ requestId?: string;
1574
+ totalCount?: number;
1575
+ static names(): {
1576
+ [key: string]: string;
1577
+ };
1578
+ static types(): {
1579
+ [key: string]: any;
1580
+ };
1581
+ constructor(map?: {
1582
+ [key: string]: any;
1583
+ });
1584
+ }
1585
+ export declare class DescribeParentInstanceResponse extends $tea.Model {
1586
+ headers?: {
1587
+ [key: string]: string;
1588
+ };
1589
+ statusCode?: number;
1590
+ body?: DescribeParentInstanceResponseBody;
1534
1591
  static names(): {
1535
1592
  [key: string]: string;
1536
1593
  };
@@ -1569,11 +1626,11 @@ export declare class DescribeRiskLevelsResponseBody extends $tea.Model {
1569
1626
  });
1570
1627
  }
1571
1628
  export declare class DescribeRiskLevelsResponse extends $tea.Model {
1572
- headers: {
1629
+ headers?: {
1573
1630
  [key: string]: string;
1574
1631
  };
1575
- statusCode: number;
1576
- body: DescribeRiskLevelsResponseBody;
1632
+ statusCode?: number;
1633
+ body?: DescribeRiskLevelsResponseBody;
1577
1634
  static names(): {
1578
1635
  [key: string]: string;
1579
1636
  };
@@ -1630,11 +1687,11 @@ export declare class DescribeRulesResponseBody extends $tea.Model {
1630
1687
  });
1631
1688
  }
1632
1689
  export declare class DescribeRulesResponse extends $tea.Model {
1633
- headers: {
1690
+ headers?: {
1634
1691
  [key: string]: string;
1635
1692
  };
1636
- statusCode: number;
1637
- body: DescribeRulesResponseBody;
1693
+ statusCode?: number;
1694
+ body?: DescribeRulesResponseBody;
1638
1695
  static names(): {
1639
1696
  [key: string]: string;
1640
1697
  };
@@ -1685,11 +1742,11 @@ export declare class DescribeTablesResponseBody extends $tea.Model {
1685
1742
  });
1686
1743
  }
1687
1744
  export declare class DescribeTablesResponse extends $tea.Model {
1688
- headers: {
1745
+ headers?: {
1689
1746
  [key: string]: string;
1690
1747
  };
1691
- statusCode: number;
1692
- body: DescribeTablesResponseBody;
1748
+ statusCode?: number;
1749
+ body?: DescribeTablesResponseBody;
1693
1750
  static names(): {
1694
1751
  [key: string]: string;
1695
1752
  };
@@ -1728,11 +1785,11 @@ export declare class DescribeTemplateAllRulesResponseBody extends $tea.Model {
1728
1785
  });
1729
1786
  }
1730
1787
  export declare class DescribeTemplateAllRulesResponse extends $tea.Model {
1731
- headers: {
1788
+ headers?: {
1732
1789
  [key: string]: string;
1733
1790
  };
1734
- statusCode: number;
1735
- body: DescribeTemplateAllRulesResponseBody;
1791
+ statusCode?: number;
1792
+ body?: DescribeTemplateAllRulesResponseBody;
1736
1793
  static names(): {
1737
1794
  [key: string]: string;
1738
1795
  };
@@ -1770,11 +1827,11 @@ export declare class DescribeUserStatusResponseBody extends $tea.Model {
1770
1827
  });
1771
1828
  }
1772
1829
  export declare class DescribeUserStatusResponse extends $tea.Model {
1773
- headers: {
1830
+ headers?: {
1774
1831
  [key: string]: string;
1775
1832
  };
1776
- statusCode: number;
1777
- body: DescribeUserStatusResponseBody;
1833
+ statusCode?: number;
1834
+ body?: DescribeUserStatusResponseBody;
1778
1835
  static names(): {
1779
1836
  [key: string]: string;
1780
1837
  };
@@ -1812,11 +1869,11 @@ export declare class DisableUserConfigResponseBody extends $tea.Model {
1812
1869
  });
1813
1870
  }
1814
1871
  export declare class DisableUserConfigResponse extends $tea.Model {
1815
- headers: {
1872
+ headers?: {
1816
1873
  [key: string]: string;
1817
1874
  };
1818
- statusCode: number;
1819
- body: DisableUserConfigResponseBody;
1875
+ statusCode?: number;
1876
+ body?: DisableUserConfigResponseBody;
1820
1877
  static names(): {
1821
1878
  [key: string]: string;
1822
1879
  };
@@ -1856,11 +1913,11 @@ export declare class ExecDatamaskResponseBody extends $tea.Model {
1856
1913
  });
1857
1914
  }
1858
1915
  export declare class ExecDatamaskResponse extends $tea.Model {
1859
- headers: {
1916
+ headers?: {
1860
1917
  [key: string]: string;
1861
1918
  };
1862
- statusCode: number;
1863
- body: ExecDatamaskResponseBody;
1919
+ statusCode?: number;
1920
+ body?: ExecDatamaskResponseBody;
1864
1921
  static names(): {
1865
1922
  [key: string]: string;
1866
1923
  };
@@ -1897,11 +1954,11 @@ export declare class ManualTriggerMaskingProcessResponseBody extends $tea.Model
1897
1954
  });
1898
1955
  }
1899
1956
  export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
1900
- headers: {
1957
+ headers?: {
1901
1958
  [key: string]: string;
1902
1959
  };
1903
- statusCode: number;
1904
- body: ManualTriggerMaskingProcessResponseBody;
1960
+ statusCode?: number;
1961
+ body?: ManualTriggerMaskingProcessResponseBody;
1905
1962
  static names(): {
1906
1963
  [key: string]: string;
1907
1964
  };
@@ -1953,11 +2010,11 @@ export declare class ModifyDataLimitResponseBody extends $tea.Model {
1953
2010
  });
1954
2011
  }
1955
2012
  export declare class ModifyDataLimitResponse extends $tea.Model {
1956
- headers: {
2013
+ headers?: {
1957
2014
  [key: string]: string;
1958
2015
  };
1959
- statusCode: number;
1960
- body: ModifyDataLimitResponseBody;
2016
+ statusCode?: number;
2017
+ body?: ModifyDataLimitResponseBody;
1961
2018
  static names(): {
1962
2019
  [key: string]: string;
1963
2020
  };
@@ -1995,11 +2052,11 @@ export declare class ModifyDefaultLevelResponseBody extends $tea.Model {
1995
2052
  });
1996
2053
  }
1997
2054
  export declare class ModifyDefaultLevelResponse extends $tea.Model {
1998
- headers: {
2055
+ headers?: {
1999
2056
  [key: string]: string;
2000
2057
  };
2001
- statusCode: number;
2002
- body: ModifyDefaultLevelResponseBody;
2058
+ statusCode?: number;
2059
+ body?: ModifyDefaultLevelResponseBody;
2003
2060
  static names(): {
2004
2061
  [key: string]: string;
2005
2062
  };
@@ -2039,11 +2096,11 @@ export declare class ModifyEventStatusResponseBody extends $tea.Model {
2039
2096
  });
2040
2097
  }
2041
2098
  export declare class ModifyEventStatusResponse extends $tea.Model {
2042
- headers: {
2099
+ headers?: {
2043
2100
  [key: string]: string;
2044
2101
  };
2045
- statusCode: number;
2046
- body: ModifyEventStatusResponseBody;
2102
+ statusCode?: number;
2103
+ body?: ModifyEventStatusResponseBody;
2047
2104
  static names(): {
2048
2105
  [key: string]: string;
2049
2106
  };
@@ -2081,11 +2138,11 @@ export declare class ModifyEventTypeStatusResponseBody extends $tea.Model {
2081
2138
  });
2082
2139
  }
2083
2140
  export declare class ModifyEventTypeStatusResponse extends $tea.Model {
2084
- headers: {
2141
+ headers?: {
2085
2142
  [key: string]: string;
2086
2143
  };
2087
- statusCode: number;
2088
- body: ModifyEventTypeStatusResponseBody;
2144
+ statusCode?: number;
2145
+ body?: ModifyEventTypeStatusResponseBody;
2089
2146
  static names(): {
2090
2147
  [key: string]: string;
2091
2148
  };
@@ -2123,11 +2180,11 @@ export declare class ModifyReportTaskStatusResponseBody extends $tea.Model {
2123
2180
  });
2124
2181
  }
2125
2182
  export declare class ModifyReportTaskStatusResponse extends $tea.Model {
2126
- headers: {
2183
+ headers?: {
2127
2184
  [key: string]: string;
2128
2185
  };
2129
- statusCode: number;
2130
- body: ModifyReportTaskStatusResponseBody;
2186
+ statusCode?: number;
2187
+ body?: ModifyReportTaskStatusResponseBody;
2131
2188
  static names(): {
2132
2189
  [key: string]: string;
2133
2190
  };
@@ -2174,11 +2231,11 @@ export declare class ModifyRuleResponseBody extends $tea.Model {
2174
2231
  });
2175
2232
  }
2176
2233
  export declare class ModifyRuleResponse extends $tea.Model {
2177
- headers: {
2234
+ headers?: {
2178
2235
  [key: string]: string;
2179
2236
  };
2180
- statusCode: number;
2181
- body: ModifyRuleResponseBody;
2237
+ statusCode?: number;
2238
+ body?: ModifyRuleResponseBody;
2182
2239
  static names(): {
2183
2240
  [key: string]: string;
2184
2241
  };
@@ -2218,11 +2275,11 @@ export declare class ModifyRuleStatusResponseBody extends $tea.Model {
2218
2275
  });
2219
2276
  }
2220
2277
  export declare class ModifyRuleStatusResponse extends $tea.Model {
2221
- headers: {
2278
+ headers?: {
2222
2279
  [key: string]: string;
2223
2280
  };
2224
- statusCode: number;
2225
- body: ModifyRuleStatusResponseBody;
2281
+ statusCode?: number;
2282
+ body?: ModifyRuleStatusResponseBody;
2226
2283
  static names(): {
2227
2284
  [key: string]: string;
2228
2285
  };
@@ -2259,11 +2316,11 @@ export declare class StopMaskingProcessResponseBody extends $tea.Model {
2259
2316
  });
2260
2317
  }
2261
2318
  export declare class StopMaskingProcessResponse extends $tea.Model {
2262
- headers: {
2319
+ headers?: {
2263
2320
  [key: string]: string;
2264
2321
  };
2265
- statusCode: number;
2266
- body: StopMaskingProcessResponseBody;
2322
+ statusCode?: number;
2323
+ body?: StopMaskingProcessResponseBody;
2267
2324
  static names(): {
2268
2325
  [key: string]: string;
2269
2326
  };
@@ -2554,6 +2611,7 @@ export declare class DescribeDataLimitsResponseBodyItems extends $tea.Model {
2554
2611
  lastFinishedTime?: number;
2555
2612
  localName?: string;
2556
2613
  logStoreDay?: number;
2614
+ memberAccount?: number;
2557
2615
  nextStartTime?: number;
2558
2616
  ocrStatus?: number;
2559
2617
  parentId?: string;
@@ -2616,6 +2674,7 @@ export declare class DescribeDataMaskingRunHistoryResponseBodyItems extends $tea
2616
2674
  });
2617
2675
  }
2618
2676
  export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Model {
2677
+ dstMemberAccount?: number;
2619
2678
  dstPath?: string;
2620
2679
  dstType?: number;
2621
2680
  dstTypeCode?: string;
@@ -2625,6 +2684,7 @@ export declare class DescribeDataMaskingTasksResponseBodyItems extends $tea.Mode
2625
2684
  originalTable?: boolean;
2626
2685
  owner?: string;
2627
2686
  runCount?: number;
2687
+ srcMemberAccount?: number;
2628
2688
  srcPath?: string;
2629
2689
  srcType?: number;
2630
2690
  srcTypeCode?: string;
@@ -2747,6 +2807,7 @@ export declare class DescribeDataObjectsResponseBodyItems extends $tea.Model {
2747
2807
  instanceDescription?: string;
2748
2808
  instanceId?: string;
2749
2809
  lastScanTime?: number;
2810
+ memberAccount?: number;
2750
2811
  modelTags?: DescribeDataObjectsResponseBodyItemsModelTags[];
2751
2812
  name?: string;
2752
2813
  objectFileCategory?: string;
@@ -3209,6 +3270,35 @@ export declare class DescribePackagesResponseBodyItems extends $tea.Model {
3209
3270
  [key: string]: any;
3210
3271
  });
3211
3272
  }
3273
+ export declare class DescribeParentInstanceResponseBodyItems extends $tea.Model {
3274
+ auditStatus?: number;
3275
+ authStatus?: number;
3276
+ clusterStatus?: string;
3277
+ connectNode?: string;
3278
+ dbNum?: string;
3279
+ engineType?: string;
3280
+ instanceDescription?: string;
3281
+ instanceId?: string;
3282
+ instanceSize?: number;
3283
+ localName?: string;
3284
+ memberAccount?: number;
3285
+ parentId?: string;
3286
+ resourceType?: string;
3287
+ supportConnectNodes?: string;
3288
+ tenantId?: string;
3289
+ tenantName?: string;
3290
+ unConnectDbCount?: string;
3291
+ unSupportOneClickAuthReason?: string;
3292
+ static names(): {
3293
+ [key: string]: string;
3294
+ };
3295
+ static types(): {
3296
+ [key: string]: any;
3297
+ };
3298
+ constructor(map?: {
3299
+ [key: string]: any;
3300
+ });
3301
+ }
3212
3302
  export declare class DescribeRiskLevelsResponseBodyRiskLevelList extends $tea.Model {
3213
3303
  description?: string;
3214
3304
  id?: number;
@@ -3594,9 +3684,10 @@ export default class Client extends OpenApi {
3594
3684
  */
3595
3685
  describeEvents(request: DescribeEventsRequest): Promise<DescribeEventsResponse>;
3596
3686
  /**
3597
- * You can call this operation to query the data assets that DSC is not authorized to access. This helps you obtain information about the data assets.
3598
- * # Limits
3599
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3687
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3688
+ * This operation is no longer used for the KMS console of the new version.
3689
+ * # [](#qps-)QPS limits
3690
+ * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3600
3691
  *
3601
3692
  * @param request DescribeInstanceSourcesRequest
3602
3693
  * @param runtime runtime options for this request RuntimeOptions
@@ -3604,9 +3695,10 @@ export default class Client extends OpenApi {
3604
3695
  */
3605
3696
  describeInstanceSourcesWithOptions(request: DescribeInstanceSourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceSourcesResponse>;
3606
3697
  /**
3607
- * You can call this operation to query the data assets that DSC is not authorized to access. This helps you obtain information about the data assets.
3608
- * # Limits
3609
- * You can call this operation up to 10 times per second per account. If the number of the calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3698
+ * You can query a list of unauthorized or authorized data assets based on the value of AuthStatus.
3699
+ * This operation is no longer used for the KMS console of the new version.
3700
+ * # [](#qps-)QPS limits
3701
+ * This operation can be called up to 10 times per second for each Alibaba Cloud account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
3610
3702
  *
3611
3703
  * @param request DescribeInstanceSourcesRequest
3612
3704
  * @return DescribeInstanceSourcesResponse
@@ -3677,6 +3769,8 @@ export default class Client extends OpenApi {
3677
3769
  * @return DescribePackagesResponse
3678
3770
  */
3679
3771
  describePackages(request: DescribePackagesRequest): Promise<DescribePackagesResponse>;
3772
+ describeParentInstanceWithOptions(request: DescribeParentInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParentInstanceResponse>;
3773
+ describeParentInstance(request: DescribeParentInstanceRequest): Promise<DescribeParentInstanceResponse>;
3680
3774
  /**
3681
3775
  * You can call this operation to query the sensitivity levels that are defined in the current rule template provided by DSC. This helps you learn about the number of times that each sensitivity level is referenced in the rule template and the highest sensitivity level.
3682
3776
  * # Limits