@alicloud/sddp20190103 1.1.3 → 1.2.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
@@ -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
  };
@@ -777,11 +777,11 @@ export declare class DescribeDataLimitsResponseBody extends $tea.Model {
777
777
  });
778
778
  }
779
779
  export declare class DescribeDataLimitsResponse extends $tea.Model {
780
- headers: {
780
+ headers?: {
781
781
  [key: string]: string;
782
782
  };
783
- statusCode: number;
784
- body: DescribeDataLimitsResponseBody;
783
+ statusCode?: number;
784
+ body?: DescribeDataLimitsResponseBody;
785
785
  static names(): {
786
786
  [key: string]: string;
787
787
  };
@@ -831,11 +831,11 @@ export declare class DescribeDataMaskingRunHistoryResponseBody extends $tea.Mode
831
831
  });
832
832
  }
833
833
  export declare class DescribeDataMaskingRunHistoryResponse extends $tea.Model {
834
- headers: {
834
+ headers?: {
835
835
  [key: string]: string;
836
836
  };
837
- statusCode: number;
838
- body: DescribeDataMaskingRunHistoryResponseBody;
837
+ statusCode?: number;
838
+ body?: DescribeDataMaskingRunHistoryResponseBody;
839
839
  static names(): {
840
840
  [key: string]: string;
841
841
  };
@@ -881,11 +881,11 @@ export declare class DescribeDataMaskingTasksResponseBody extends $tea.Model {
881
881
  });
882
882
  }
883
883
  export declare class DescribeDataMaskingTasksResponse extends $tea.Model {
884
- headers: {
884
+ headers?: {
885
885
  [key: string]: string;
886
886
  };
887
- statusCode: number;
888
- body: DescribeDataMaskingTasksResponseBody;
887
+ statusCode?: number;
888
+ body?: DescribeDataMaskingTasksResponseBody;
889
889
  static names(): {
890
890
  [key: string]: string;
891
891
  };
@@ -931,11 +931,11 @@ export declare class DescribeDataObjectColumnDetailResponseBody extends $tea.Mod
931
931
  });
932
932
  }
933
933
  export declare class DescribeDataObjectColumnDetailResponse extends $tea.Model {
934
- headers: {
934
+ headers?: {
935
935
  [key: string]: string;
936
936
  };
937
- statusCode: number;
938
- body: DescribeDataObjectColumnDetailResponseBody;
937
+ statusCode?: number;
938
+ body?: DescribeDataObjectColumnDetailResponseBody;
939
939
  static names(): {
940
940
  [key: string]: string;
941
941
  };
@@ -981,11 +981,11 @@ export declare class DescribeDataObjectColumnDetailV2ResponseBody extends $tea.M
981
981
  });
982
982
  }
983
983
  export declare class DescribeDataObjectColumnDetailV2Response extends $tea.Model {
984
- headers: {
984
+ headers?: {
985
985
  [key: string]: string;
986
986
  };
987
- statusCode: number;
988
- body: DescribeDataObjectColumnDetailV2ResponseBody;
987
+ statusCode?: number;
988
+ body?: DescribeDataObjectColumnDetailV2ResponseBody;
989
989
  static names(): {
990
990
  [key: string]: string;
991
991
  };
@@ -1040,11 +1040,11 @@ export declare class DescribeDataObjectsResponseBody extends $tea.Model {
1040
1040
  });
1041
1041
  }
1042
1042
  export declare class DescribeDataObjectsResponse extends $tea.Model {
1043
- headers: {
1043
+ headers?: {
1044
1044
  [key: string]: string;
1045
1045
  };
1046
- statusCode: number;
1047
- body: DescribeDataObjectsResponseBody;
1046
+ statusCode?: number;
1047
+ body?: DescribeDataObjectsResponseBody;
1048
1048
  static names(): {
1049
1049
  [key: string]: string;
1050
1050
  };
@@ -1081,11 +1081,11 @@ export declare class DescribeDocTypesResponseBody extends $tea.Model {
1081
1081
  });
1082
1082
  }
1083
1083
  export declare class DescribeDocTypesResponse extends $tea.Model {
1084
- headers: {
1084
+ headers?: {
1085
1085
  [key: string]: string;
1086
1086
  };
1087
- statusCode: number;
1088
- body: DescribeDocTypesResponseBody;
1087
+ statusCode?: number;
1088
+ body?: DescribeDocTypesResponseBody;
1089
1089
  static names(): {
1090
1090
  [key: string]: string;
1091
1091
  };
@@ -1123,11 +1123,11 @@ export declare class DescribeEventDetailResponseBody extends $tea.Model {
1123
1123
  });
1124
1124
  }
1125
1125
  export declare class DescribeEventDetailResponse extends $tea.Model {
1126
- headers: {
1126
+ headers?: {
1127
1127
  [key: string]: string;
1128
1128
  };
1129
- statusCode: number;
1130
- body: DescribeEventDetailResponseBody;
1129
+ statusCode?: number;
1130
+ body?: DescribeEventDetailResponseBody;
1131
1131
  static names(): {
1132
1132
  [key: string]: string;
1133
1133
  };
@@ -1168,11 +1168,11 @@ export declare class DescribeEventTypesResponseBody extends $tea.Model {
1168
1168
  });
1169
1169
  }
1170
1170
  export declare class DescribeEventTypesResponse extends $tea.Model {
1171
- headers: {
1171
+ headers?: {
1172
1172
  [key: string]: string;
1173
1173
  };
1174
- statusCode: number;
1175
- body: DescribeEventTypesResponseBody;
1174
+ statusCode?: number;
1175
+ body?: DescribeEventTypesResponseBody;
1176
1176
  static names(): {
1177
1177
  [key: string]: string;
1178
1178
  };
@@ -1227,11 +1227,11 @@ export declare class DescribeEventsResponseBody extends $tea.Model {
1227
1227
  });
1228
1228
  }
1229
1229
  export declare class DescribeEventsResponse extends $tea.Model {
1230
- headers: {
1230
+ headers?: {
1231
1231
  [key: string]: string;
1232
1232
  };
1233
- statusCode: number;
1234
- body: DescribeEventsResponseBody;
1233
+ statusCode?: number;
1234
+ body?: DescribeEventsResponseBody;
1235
1235
  static names(): {
1236
1236
  [key: string]: string;
1237
1237
  };
@@ -1283,11 +1283,11 @@ export declare class DescribeInstanceSourcesResponseBody extends $tea.Model {
1283
1283
  });
1284
1284
  }
1285
1285
  export declare class DescribeInstanceSourcesResponse extends $tea.Model {
1286
- headers: {
1286
+ headers?: {
1287
1287
  [key: string]: string;
1288
1288
  };
1289
- statusCode: number;
1290
- body: DescribeInstanceSourcesResponseBody;
1289
+ statusCode?: number;
1290
+ body?: DescribeInstanceSourcesResponseBody;
1291
1291
  static names(): {
1292
1292
  [key: string]: string;
1293
1293
  };
@@ -1336,11 +1336,11 @@ export declare class DescribeInstancesResponseBody extends $tea.Model {
1336
1336
  });
1337
1337
  }
1338
1338
  export declare class DescribeInstancesResponse extends $tea.Model {
1339
- headers: {
1339
+ headers?: {
1340
1340
  [key: string]: string;
1341
1341
  };
1342
- statusCode: number;
1343
- body: DescribeInstancesResponseBody;
1342
+ statusCode?: number;
1343
+ body?: DescribeInstancesResponseBody;
1344
1344
  static names(): {
1345
1345
  [key: string]: string;
1346
1346
  };
@@ -1378,11 +1378,11 @@ export declare class DescribeOssObjectDetailResponseBody extends $tea.Model {
1378
1378
  });
1379
1379
  }
1380
1380
  export declare class DescribeOssObjectDetailResponse extends $tea.Model {
1381
- headers: {
1381
+ headers?: {
1382
1382
  [key: string]: string;
1383
1383
  };
1384
- statusCode: number;
1385
- body: DescribeOssObjectDetailResponseBody;
1384
+ statusCode?: number;
1385
+ body?: DescribeOssObjectDetailResponseBody;
1386
1386
  static names(): {
1387
1387
  [key: string]: string;
1388
1388
  };
@@ -1420,11 +1420,11 @@ export declare class DescribeOssObjectDetailV2ResponseBody extends $tea.Model {
1420
1420
  });
1421
1421
  }
1422
1422
  export declare class DescribeOssObjectDetailV2Response extends $tea.Model {
1423
- headers: {
1423
+ headers?: {
1424
1424
  [key: string]: string;
1425
1425
  };
1426
- statusCode: number;
1427
- body: DescribeOssObjectDetailV2ResponseBody;
1426
+ statusCode?: number;
1427
+ body?: DescribeOssObjectDetailV2ResponseBody;
1428
1428
  static names(): {
1429
1429
  [key: string]: string;
1430
1430
  };
@@ -1475,11 +1475,11 @@ export declare class DescribeOssObjectsResponseBody extends $tea.Model {
1475
1475
  });
1476
1476
  }
1477
1477
  export declare class DescribeOssObjectsResponse extends $tea.Model {
1478
- headers: {
1478
+ headers?: {
1479
1479
  [key: string]: string;
1480
1480
  };
1481
- statusCode: number;
1482
- body: DescribeOssObjectsResponseBody;
1481
+ statusCode?: number;
1482
+ body?: DescribeOssObjectsResponseBody;
1483
1483
  static names(): {
1484
1484
  [key: string]: string;
1485
1485
  };
@@ -1526,11 +1526,65 @@ export declare class DescribePackagesResponseBody extends $tea.Model {
1526
1526
  });
1527
1527
  }
1528
1528
  export declare class DescribePackagesResponse extends $tea.Model {
1529
- headers: {
1529
+ headers?: {
1530
1530
  [key: string]: string;
1531
1531
  };
1532
- statusCode: number;
1533
- body: DescribePackagesResponseBody;
1532
+ statusCode?: number;
1533
+ body?: DescribePackagesResponseBody;
1534
+ static names(): {
1535
+ [key: string]: string;
1536
+ };
1537
+ static types(): {
1538
+ [key: string]: any;
1539
+ };
1540
+ constructor(map?: {
1541
+ [key: string]: any;
1542
+ });
1543
+ }
1544
+ export declare class DescribeParentInstanceRequest extends $tea.Model {
1545
+ authStatus?: number;
1546
+ checkStatus?: number;
1547
+ clusterStatus?: string;
1548
+ currentPage?: number;
1549
+ dbName?: string;
1550
+ engineType?: string;
1551
+ instanceId?: string;
1552
+ lang?: string;
1553
+ pageSize?: number;
1554
+ resourceType?: number;
1555
+ serviceRegionId?: string;
1556
+ static names(): {
1557
+ [key: string]: string;
1558
+ };
1559
+ static types(): {
1560
+ [key: string]: any;
1561
+ };
1562
+ constructor(map?: {
1563
+ [key: string]: any;
1564
+ });
1565
+ }
1566
+ export declare class DescribeParentInstanceResponseBody extends $tea.Model {
1567
+ currentPage?: number;
1568
+ items?: DescribeParentInstanceResponseBodyItems[];
1569
+ pageSize?: number;
1570
+ requestId?: string;
1571
+ totalCount?: number;
1572
+ static names(): {
1573
+ [key: string]: string;
1574
+ };
1575
+ static types(): {
1576
+ [key: string]: any;
1577
+ };
1578
+ constructor(map?: {
1579
+ [key: string]: any;
1580
+ });
1581
+ }
1582
+ export declare class DescribeParentInstanceResponse extends $tea.Model {
1583
+ headers?: {
1584
+ [key: string]: string;
1585
+ };
1586
+ statusCode?: number;
1587
+ body?: DescribeParentInstanceResponseBody;
1534
1588
  static names(): {
1535
1589
  [key: string]: string;
1536
1590
  };
@@ -1569,11 +1623,11 @@ export declare class DescribeRiskLevelsResponseBody extends $tea.Model {
1569
1623
  });
1570
1624
  }
1571
1625
  export declare class DescribeRiskLevelsResponse extends $tea.Model {
1572
- headers: {
1626
+ headers?: {
1573
1627
  [key: string]: string;
1574
1628
  };
1575
- statusCode: number;
1576
- body: DescribeRiskLevelsResponseBody;
1629
+ statusCode?: number;
1630
+ body?: DescribeRiskLevelsResponseBody;
1577
1631
  static names(): {
1578
1632
  [key: string]: string;
1579
1633
  };
@@ -1630,11 +1684,11 @@ export declare class DescribeRulesResponseBody extends $tea.Model {
1630
1684
  });
1631
1685
  }
1632
1686
  export declare class DescribeRulesResponse extends $tea.Model {
1633
- headers: {
1687
+ headers?: {
1634
1688
  [key: string]: string;
1635
1689
  };
1636
- statusCode: number;
1637
- body: DescribeRulesResponseBody;
1690
+ statusCode?: number;
1691
+ body?: DescribeRulesResponseBody;
1638
1692
  static names(): {
1639
1693
  [key: string]: string;
1640
1694
  };
@@ -1685,11 +1739,11 @@ export declare class DescribeTablesResponseBody extends $tea.Model {
1685
1739
  });
1686
1740
  }
1687
1741
  export declare class DescribeTablesResponse extends $tea.Model {
1688
- headers: {
1742
+ headers?: {
1689
1743
  [key: string]: string;
1690
1744
  };
1691
- statusCode: number;
1692
- body: DescribeTablesResponseBody;
1745
+ statusCode?: number;
1746
+ body?: DescribeTablesResponseBody;
1693
1747
  static names(): {
1694
1748
  [key: string]: string;
1695
1749
  };
@@ -1728,11 +1782,11 @@ export declare class DescribeTemplateAllRulesResponseBody extends $tea.Model {
1728
1782
  });
1729
1783
  }
1730
1784
  export declare class DescribeTemplateAllRulesResponse extends $tea.Model {
1731
- headers: {
1785
+ headers?: {
1732
1786
  [key: string]: string;
1733
1787
  };
1734
- statusCode: number;
1735
- body: DescribeTemplateAllRulesResponseBody;
1788
+ statusCode?: number;
1789
+ body?: DescribeTemplateAllRulesResponseBody;
1736
1790
  static names(): {
1737
1791
  [key: string]: string;
1738
1792
  };
@@ -1770,11 +1824,11 @@ export declare class DescribeUserStatusResponseBody extends $tea.Model {
1770
1824
  });
1771
1825
  }
1772
1826
  export declare class DescribeUserStatusResponse extends $tea.Model {
1773
- headers: {
1827
+ headers?: {
1774
1828
  [key: string]: string;
1775
1829
  };
1776
- statusCode: number;
1777
- body: DescribeUserStatusResponseBody;
1830
+ statusCode?: number;
1831
+ body?: DescribeUserStatusResponseBody;
1778
1832
  static names(): {
1779
1833
  [key: string]: string;
1780
1834
  };
@@ -1812,11 +1866,11 @@ export declare class DisableUserConfigResponseBody extends $tea.Model {
1812
1866
  });
1813
1867
  }
1814
1868
  export declare class DisableUserConfigResponse extends $tea.Model {
1815
- headers: {
1869
+ headers?: {
1816
1870
  [key: string]: string;
1817
1871
  };
1818
- statusCode: number;
1819
- body: DisableUserConfigResponseBody;
1872
+ statusCode?: number;
1873
+ body?: DisableUserConfigResponseBody;
1820
1874
  static names(): {
1821
1875
  [key: string]: string;
1822
1876
  };
@@ -1856,11 +1910,11 @@ export declare class ExecDatamaskResponseBody extends $tea.Model {
1856
1910
  });
1857
1911
  }
1858
1912
  export declare class ExecDatamaskResponse extends $tea.Model {
1859
- headers: {
1913
+ headers?: {
1860
1914
  [key: string]: string;
1861
1915
  };
1862
- statusCode: number;
1863
- body: ExecDatamaskResponseBody;
1916
+ statusCode?: number;
1917
+ body?: ExecDatamaskResponseBody;
1864
1918
  static names(): {
1865
1919
  [key: string]: string;
1866
1920
  };
@@ -1897,11 +1951,11 @@ export declare class ManualTriggerMaskingProcessResponseBody extends $tea.Model
1897
1951
  });
1898
1952
  }
1899
1953
  export declare class ManualTriggerMaskingProcessResponse extends $tea.Model {
1900
- headers: {
1954
+ headers?: {
1901
1955
  [key: string]: string;
1902
1956
  };
1903
- statusCode: number;
1904
- body: ManualTriggerMaskingProcessResponseBody;
1957
+ statusCode?: number;
1958
+ body?: ManualTriggerMaskingProcessResponseBody;
1905
1959
  static names(): {
1906
1960
  [key: string]: string;
1907
1961
  };
@@ -1953,11 +2007,11 @@ export declare class ModifyDataLimitResponseBody extends $tea.Model {
1953
2007
  });
1954
2008
  }
1955
2009
  export declare class ModifyDataLimitResponse extends $tea.Model {
1956
- headers: {
2010
+ headers?: {
1957
2011
  [key: string]: string;
1958
2012
  };
1959
- statusCode: number;
1960
- body: ModifyDataLimitResponseBody;
2013
+ statusCode?: number;
2014
+ body?: ModifyDataLimitResponseBody;
1961
2015
  static names(): {
1962
2016
  [key: string]: string;
1963
2017
  };
@@ -1995,11 +2049,11 @@ export declare class ModifyDefaultLevelResponseBody extends $tea.Model {
1995
2049
  });
1996
2050
  }
1997
2051
  export declare class ModifyDefaultLevelResponse extends $tea.Model {
1998
- headers: {
2052
+ headers?: {
1999
2053
  [key: string]: string;
2000
2054
  };
2001
- statusCode: number;
2002
- body: ModifyDefaultLevelResponseBody;
2055
+ statusCode?: number;
2056
+ body?: ModifyDefaultLevelResponseBody;
2003
2057
  static names(): {
2004
2058
  [key: string]: string;
2005
2059
  };
@@ -2039,11 +2093,11 @@ export declare class ModifyEventStatusResponseBody extends $tea.Model {
2039
2093
  });
2040
2094
  }
2041
2095
  export declare class ModifyEventStatusResponse extends $tea.Model {
2042
- headers: {
2096
+ headers?: {
2043
2097
  [key: string]: string;
2044
2098
  };
2045
- statusCode: number;
2046
- body: ModifyEventStatusResponseBody;
2099
+ statusCode?: number;
2100
+ body?: ModifyEventStatusResponseBody;
2047
2101
  static names(): {
2048
2102
  [key: string]: string;
2049
2103
  };
@@ -2081,11 +2135,11 @@ export declare class ModifyEventTypeStatusResponseBody extends $tea.Model {
2081
2135
  });
2082
2136
  }
2083
2137
  export declare class ModifyEventTypeStatusResponse extends $tea.Model {
2084
- headers: {
2138
+ headers?: {
2085
2139
  [key: string]: string;
2086
2140
  };
2087
- statusCode: number;
2088
- body: ModifyEventTypeStatusResponseBody;
2141
+ statusCode?: number;
2142
+ body?: ModifyEventTypeStatusResponseBody;
2089
2143
  static names(): {
2090
2144
  [key: string]: string;
2091
2145
  };
@@ -2123,11 +2177,11 @@ export declare class ModifyReportTaskStatusResponseBody extends $tea.Model {
2123
2177
  });
2124
2178
  }
2125
2179
  export declare class ModifyReportTaskStatusResponse extends $tea.Model {
2126
- headers: {
2180
+ headers?: {
2127
2181
  [key: string]: string;
2128
2182
  };
2129
- statusCode: number;
2130
- body: ModifyReportTaskStatusResponseBody;
2183
+ statusCode?: number;
2184
+ body?: ModifyReportTaskStatusResponseBody;
2131
2185
  static names(): {
2132
2186
  [key: string]: string;
2133
2187
  };
@@ -2174,11 +2228,11 @@ export declare class ModifyRuleResponseBody extends $tea.Model {
2174
2228
  });
2175
2229
  }
2176
2230
  export declare class ModifyRuleResponse extends $tea.Model {
2177
- headers: {
2231
+ headers?: {
2178
2232
  [key: string]: string;
2179
2233
  };
2180
- statusCode: number;
2181
- body: ModifyRuleResponseBody;
2234
+ statusCode?: number;
2235
+ body?: ModifyRuleResponseBody;
2182
2236
  static names(): {
2183
2237
  [key: string]: string;
2184
2238
  };
@@ -2218,11 +2272,11 @@ export declare class ModifyRuleStatusResponseBody extends $tea.Model {
2218
2272
  });
2219
2273
  }
2220
2274
  export declare class ModifyRuleStatusResponse extends $tea.Model {
2221
- headers: {
2275
+ headers?: {
2222
2276
  [key: string]: string;
2223
2277
  };
2224
- statusCode: number;
2225
- body: ModifyRuleStatusResponseBody;
2278
+ statusCode?: number;
2279
+ body?: ModifyRuleStatusResponseBody;
2226
2280
  static names(): {
2227
2281
  [key: string]: string;
2228
2282
  };
@@ -2259,11 +2313,11 @@ export declare class StopMaskingProcessResponseBody extends $tea.Model {
2259
2313
  });
2260
2314
  }
2261
2315
  export declare class StopMaskingProcessResponse extends $tea.Model {
2262
- headers: {
2316
+ headers?: {
2263
2317
  [key: string]: string;
2264
2318
  };
2265
- statusCode: number;
2266
- body: StopMaskingProcessResponseBody;
2319
+ statusCode?: number;
2320
+ body?: StopMaskingProcessResponseBody;
2267
2321
  static names(): {
2268
2322
  [key: string]: string;
2269
2323
  };
@@ -3209,6 +3263,34 @@ export declare class DescribePackagesResponseBodyItems extends $tea.Model {
3209
3263
  [key: string]: any;
3210
3264
  });
3211
3265
  }
3266
+ export declare class DescribeParentInstanceResponseBodyItems extends $tea.Model {
3267
+ auditStatus?: number;
3268
+ authStatus?: number;
3269
+ clusterStatus?: string;
3270
+ connectNode?: string;
3271
+ dbNum?: string;
3272
+ engineType?: string;
3273
+ instanceDescription?: string;
3274
+ instanceId?: string;
3275
+ instanceSize?: number;
3276
+ localName?: string;
3277
+ parentId?: string;
3278
+ resourceType?: string;
3279
+ supportConnectNodes?: string;
3280
+ tenantId?: string;
3281
+ tenantName?: string;
3282
+ unConnectDbCount?: string;
3283
+ unSupportOneClickAuthReason?: string;
3284
+ static names(): {
3285
+ [key: string]: string;
3286
+ };
3287
+ static types(): {
3288
+ [key: string]: any;
3289
+ };
3290
+ constructor(map?: {
3291
+ [key: string]: any;
3292
+ });
3293
+ }
3212
3294
  export declare class DescribeRiskLevelsResponseBodyRiskLevelList extends $tea.Model {
3213
3295
  description?: string;
3214
3296
  id?: number;
@@ -3677,6 +3759,8 @@ export default class Client extends OpenApi {
3677
3759
  * @return DescribePackagesResponse
3678
3760
  */
3679
3761
  describePackages(request: DescribePackagesRequest): Promise<DescribePackagesResponse>;
3762
+ describeParentInstanceWithOptions(request: DescribeParentInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParentInstanceResponse>;
3763
+ describeParentInstance(request: DescribeParentInstanceRequest): Promise<DescribeParentInstanceResponse>;
3680
3764
  /**
3681
3765
  * 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
3766
  * # Limits