@alicloud/gpdb20160503 1.0.9 → 1.0.12

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
@@ -36,6 +36,7 @@ export declare class AddBuDBInstanceRelationResponse extends $tea.Model {
36
36
  headers: {
37
37
  [key: string]: string;
38
38
  };
39
+ statusCode: number;
39
40
  body: AddBuDBInstanceRelationResponseBody;
40
41
  static names(): {
41
42
  [key: string]: string;
@@ -81,6 +82,7 @@ export declare class AllocateInstancePublicConnectionResponse extends $tea.Model
81
82
  headers: {
82
83
  [key: string]: string;
83
84
  };
85
+ statusCode: number;
84
86
  body: AllocateInstancePublicConnectionResponseBody;
85
87
  static names(): {
86
88
  [key: string]: string;
@@ -122,6 +124,7 @@ export declare class CheckServiceLinkedRoleResponse extends $tea.Model {
122
124
  headers: {
123
125
  [key: string]: string;
124
126
  };
127
+ statusCode: number;
125
128
  body: CheckServiceLinkedRoleResponseBody;
126
129
  static names(): {
127
130
  [key: string]: string;
@@ -166,6 +169,7 @@ export declare class CreateAccountResponse extends $tea.Model {
166
169
  headers: {
167
170
  [key: string]: string;
168
171
  };
172
+ statusCode: number;
169
173
  body: CreateAccountResponseBody;
170
174
  static names(): {
171
175
  [key: string]: string;
@@ -233,6 +237,7 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
233
237
  headers: {
234
238
  [key: string]: string;
235
239
  };
240
+ statusCode: number;
236
241
  body: CreateDBInstanceResponseBody;
237
242
  static names(): {
238
243
  [key: string]: string;
@@ -300,6 +305,7 @@ export declare class CreateECSDBInstanceResponse extends $tea.Model {
300
305
  headers: {
301
306
  [key: string]: string;
302
307
  };
308
+ statusCode: number;
303
309
  body: CreateECSDBInstanceResponseBody;
304
310
  static names(): {
305
311
  [key: string]: string;
@@ -340,6 +346,7 @@ export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
340
346
  headers: {
341
347
  [key: string]: string;
342
348
  };
349
+ statusCode: number;
343
350
  body: CreateServiceLinkedRoleResponseBody;
344
351
  static names(): {
345
352
  [key: string]: string;
@@ -381,6 +388,7 @@ export declare class DeleteDBInstanceResponse extends $tea.Model {
381
388
  headers: {
382
389
  [key: string]: string;
383
390
  };
391
+ statusCode: number;
384
392
  body: DeleteDBInstanceResponseBody;
385
393
  static names(): {
386
394
  [key: string]: string;
@@ -421,6 +429,7 @@ export declare class DeleteDatabaseResponse extends $tea.Model {
421
429
  headers: {
422
430
  [key: string]: string;
423
431
  };
432
+ statusCode: number;
424
433
  body: DeleteDatabaseResponseBody;
425
434
  static names(): {
426
435
  [key: string]: string;
@@ -462,6 +471,7 @@ export declare class DescribeAccountsResponse extends $tea.Model {
462
471
  headers: {
463
472
  [key: string]: string;
464
473
  };
474
+ statusCode: number;
465
475
  body: DescribeAccountsResponseBody;
466
476
  static names(): {
467
477
  [key: string]: string;
@@ -505,6 +515,7 @@ export declare class DescribeAvailableResourcesResponse extends $tea.Model {
505
515
  headers: {
506
516
  [key: string]: string;
507
517
  };
518
+ statusCode: number;
508
519
  body: DescribeAvailableResourcesResponseBody;
509
520
  static names(): {
510
521
  [key: string]: string;
@@ -549,6 +560,7 @@ export declare class DescribeBackupPolicyResponse extends $tea.Model {
549
560
  headers: {
550
561
  [key: string]: string;
551
562
  };
563
+ statusCode: number;
552
564
  body: DescribeBackupPolicyResponseBody;
553
565
  static names(): {
554
566
  [key: string]: string;
@@ -591,6 +603,7 @@ export declare class DescribeDBClusterNodeResponse extends $tea.Model {
591
603
  headers: {
592
604
  [key: string]: string;
593
605
  };
606
+ statusCode: number;
594
607
  body: DescribeDBClusterNodeResponseBody;
595
608
  static names(): {
596
609
  [key: string]: string;
@@ -639,6 +652,7 @@ export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
639
652
  headers: {
640
653
  [key: string]: string;
641
654
  };
655
+ statusCode: number;
642
656
  body: DescribeDBClusterPerformanceResponseBody;
643
657
  static names(): {
644
658
  [key: string]: string;
@@ -680,6 +694,7 @@ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
680
694
  headers: {
681
695
  [key: string]: string;
682
696
  };
697
+ statusCode: number;
683
698
  body: DescribeDBInstanceAttributeResponseBody;
684
699
  static names(): {
685
700
  [key: string]: string;
@@ -691,6 +706,198 @@ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
691
706
  [key: string]: any;
692
707
  });
693
708
  }
709
+ export declare class DescribeDBInstanceDataBloatRequest extends $tea.Model {
710
+ DBInstanceId?: string;
711
+ pageNumber?: number;
712
+ pageSize?: number;
713
+ static names(): {
714
+ [key: string]: string;
715
+ };
716
+ static types(): {
717
+ [key: string]: any;
718
+ };
719
+ constructor(map?: {
720
+ [key: string]: any;
721
+ });
722
+ }
723
+ export declare class DescribeDBInstanceDataBloatResponseBody extends $tea.Model {
724
+ items?: DescribeDBInstanceDataBloatResponseBodyItems[];
725
+ pageNumber?: number;
726
+ requestId?: string;
727
+ totalCount?: number;
728
+ static names(): {
729
+ [key: string]: string;
730
+ };
731
+ static types(): {
732
+ [key: string]: any;
733
+ };
734
+ constructor(map?: {
735
+ [key: string]: any;
736
+ });
737
+ }
738
+ export declare class DescribeDBInstanceDataBloatResponse extends $tea.Model {
739
+ headers: {
740
+ [key: string]: string;
741
+ };
742
+ statusCode: number;
743
+ body: DescribeDBInstanceDataBloatResponseBody;
744
+ static names(): {
745
+ [key: string]: string;
746
+ };
747
+ static types(): {
748
+ [key: string]: any;
749
+ };
750
+ constructor(map?: {
751
+ [key: string]: any;
752
+ });
753
+ }
754
+ export declare class DescribeDBInstanceDataSkewRequest extends $tea.Model {
755
+ DBInstanceId?: string;
756
+ pageNumber?: number;
757
+ pageSize?: number;
758
+ static names(): {
759
+ [key: string]: string;
760
+ };
761
+ static types(): {
762
+ [key: string]: any;
763
+ };
764
+ constructor(map?: {
765
+ [key: string]: any;
766
+ });
767
+ }
768
+ export declare class DescribeDBInstanceDataSkewResponseBody extends $tea.Model {
769
+ items?: DescribeDBInstanceDataSkewResponseBodyItems[];
770
+ pageNumber?: number;
771
+ requestId?: string;
772
+ totalCount?: number;
773
+ static names(): {
774
+ [key: string]: string;
775
+ };
776
+ static types(): {
777
+ [key: string]: any;
778
+ };
779
+ constructor(map?: {
780
+ [key: string]: any;
781
+ });
782
+ }
783
+ export declare class DescribeDBInstanceDataSkewResponse extends $tea.Model {
784
+ headers: {
785
+ [key: string]: string;
786
+ };
787
+ statusCode: number;
788
+ body: DescribeDBInstanceDataSkewResponseBody;
789
+ static names(): {
790
+ [key: string]: string;
791
+ };
792
+ static types(): {
793
+ [key: string]: any;
794
+ };
795
+ constructor(map?: {
796
+ [key: string]: any;
797
+ });
798
+ }
799
+ export declare class DescribeDBInstanceDiagnosisSummaryRequest extends $tea.Model {
800
+ DBInstanceId?: string;
801
+ pageNumber?: number;
802
+ pageSize?: number;
803
+ rolePreferd?: string;
804
+ startStatus?: string;
805
+ syncMode?: string;
806
+ static names(): {
807
+ [key: string]: string;
808
+ };
809
+ static types(): {
810
+ [key: string]: any;
811
+ };
812
+ constructor(map?: {
813
+ [key: string]: any;
814
+ });
815
+ }
816
+ export declare class DescribeDBInstanceDiagnosisSummaryResponseBody extends $tea.Model {
817
+ items?: DescribeDBInstanceDiagnosisSummaryResponseBodyItems[];
818
+ masterStatusInfo?: DescribeDBInstanceDiagnosisSummaryResponseBodyMasterStatusInfo;
819
+ pageNumber?: string;
820
+ requestId?: string;
821
+ segmentStatusInfo?: DescribeDBInstanceDiagnosisSummaryResponseBodySegmentStatusInfo;
822
+ totalCount?: string;
823
+ static names(): {
824
+ [key: string]: string;
825
+ };
826
+ static types(): {
827
+ [key: string]: any;
828
+ };
829
+ constructor(map?: {
830
+ [key: string]: any;
831
+ });
832
+ }
833
+ export declare class DescribeDBInstanceDiagnosisSummaryResponse extends $tea.Model {
834
+ headers: {
835
+ [key: string]: string;
836
+ };
837
+ statusCode: number;
838
+ body: DescribeDBInstanceDiagnosisSummaryResponseBody;
839
+ static names(): {
840
+ [key: string]: string;
841
+ };
842
+ static types(): {
843
+ [key: string]: any;
844
+ };
845
+ constructor(map?: {
846
+ [key: string]: any;
847
+ });
848
+ }
849
+ export declare class DescribeDBInstanceErrorLogRequest extends $tea.Model {
850
+ DBInstanceId?: string;
851
+ database?: string;
852
+ endTime?: string;
853
+ host?: string;
854
+ keywords?: string;
855
+ logLevel?: string;
856
+ pageNumber?: number;
857
+ pageSize?: number;
858
+ startTime?: string;
859
+ user?: string;
860
+ static names(): {
861
+ [key: string]: string;
862
+ };
863
+ static types(): {
864
+ [key: string]: any;
865
+ };
866
+ constructor(map?: {
867
+ [key: string]: any;
868
+ });
869
+ }
870
+ export declare class DescribeDBInstanceErrorLogResponseBody extends $tea.Model {
871
+ items?: DescribeDBInstanceErrorLogResponseBodyItems[];
872
+ pageNumber?: number;
873
+ requestId?: string;
874
+ totalCount?: number;
875
+ static names(): {
876
+ [key: string]: string;
877
+ };
878
+ static types(): {
879
+ [key: string]: any;
880
+ };
881
+ constructor(map?: {
882
+ [key: string]: any;
883
+ });
884
+ }
885
+ export declare class DescribeDBInstanceErrorLogResponse extends $tea.Model {
886
+ headers: {
887
+ [key: string]: string;
888
+ };
889
+ statusCode: number;
890
+ body: DescribeDBInstanceErrorLogResponseBody;
891
+ static names(): {
892
+ [key: string]: string;
893
+ };
894
+ static types(): {
895
+ [key: string]: any;
896
+ };
897
+ constructor(map?: {
898
+ [key: string]: any;
899
+ });
900
+ }
694
901
  export declare class DescribeDBInstanceIPArrayListRequest extends $tea.Model {
695
902
  DBInstanceId?: string;
696
903
  static names(): {
@@ -720,6 +927,7 @@ export declare class DescribeDBInstanceIPArrayListResponse extends $tea.Model {
720
927
  headers: {
721
928
  [key: string]: string;
722
929
  };
930
+ statusCode: number;
723
931
  body: DescribeDBInstanceIPArrayListResponseBody;
724
932
  static names(): {
725
933
  [key: string]: string;
@@ -731,6 +939,51 @@ export declare class DescribeDBInstanceIPArrayListResponse extends $tea.Model {
731
939
  [key: string]: any;
732
940
  });
733
941
  }
942
+ export declare class DescribeDBInstanceIndexUsageRequest extends $tea.Model {
943
+ DBInstanceId?: string;
944
+ pageNumber?: number;
945
+ pageSize?: number;
946
+ static names(): {
947
+ [key: string]: string;
948
+ };
949
+ static types(): {
950
+ [key: string]: any;
951
+ };
952
+ constructor(map?: {
953
+ [key: string]: any;
954
+ });
955
+ }
956
+ export declare class DescribeDBInstanceIndexUsageResponseBody extends $tea.Model {
957
+ items?: DescribeDBInstanceIndexUsageResponseBodyItems[];
958
+ pageNumber?: number;
959
+ requestId?: string;
960
+ totalCount?: number;
961
+ static names(): {
962
+ [key: string]: string;
963
+ };
964
+ static types(): {
965
+ [key: string]: any;
966
+ };
967
+ constructor(map?: {
968
+ [key: string]: any;
969
+ });
970
+ }
971
+ export declare class DescribeDBInstanceIndexUsageResponse extends $tea.Model {
972
+ headers: {
973
+ [key: string]: string;
974
+ };
975
+ statusCode: number;
976
+ body: DescribeDBInstanceIndexUsageResponseBody;
977
+ static names(): {
978
+ [key: string]: string;
979
+ };
980
+ static types(): {
981
+ [key: string]: any;
982
+ };
983
+ constructor(map?: {
984
+ [key: string]: any;
985
+ });
986
+ }
734
987
  export declare class DescribeDBInstanceNetInfoRequest extends $tea.Model {
735
988
  DBInstanceId?: string;
736
989
  static names(): {
@@ -761,6 +1014,7 @@ export declare class DescribeDBInstanceNetInfoResponse extends $tea.Model {
761
1014
  headers: {
762
1015
  [key: string]: string;
763
1016
  };
1017
+ statusCode: number;
764
1018
  body: DescribeDBInstanceNetInfoResponseBody;
765
1019
  static names(): {
766
1020
  [key: string]: string;
@@ -802,6 +1056,7 @@ export declare class DescribeDBInstanceOnECSAttributeResponse extends $tea.Model
802
1056
  headers: {
803
1057
  [key: string]: string;
804
1058
  };
1059
+ statusCode: number;
805
1060
  body: DescribeDBInstanceOnECSAttributeResponseBody;
806
1061
  static names(): {
807
1062
  [key: string]: string;
@@ -849,6 +1104,7 @@ export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
849
1104
  headers: {
850
1105
  [key: string]: string;
851
1106
  };
1107
+ statusCode: number;
852
1108
  body: DescribeDBInstancePerformanceResponseBody;
853
1109
  static names(): {
854
1110
  [key: string]: string;
@@ -898,6 +1154,7 @@ export declare class DescribeDBInstanceSQLPatternsResponse extends $tea.Model {
898
1154
  headers: {
899
1155
  [key: string]: string;
900
1156
  };
1157
+ statusCode: number;
901
1158
  body: DescribeDBInstanceSQLPatternsResponseBody;
902
1159
  static names(): {
903
1160
  [key: string]: string;
@@ -942,6 +1199,7 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
942
1199
  headers: {
943
1200
  [key: string]: string;
944
1201
  };
1202
+ statusCode: number;
945
1203
  body: DescribeDBInstanceSSLResponseBody;
946
1204
  static names(): {
947
1205
  [key: string]: string;
@@ -1019,6 +1277,7 @@ export declare class DescribeDBInstancesResponse extends $tea.Model {
1019
1277
  headers: {
1020
1278
  [key: string]: string;
1021
1279
  };
1280
+ statusCode: number;
1022
1281
  body: DescribeDBInstancesResponseBody;
1023
1282
  static names(): {
1024
1283
  [key: string]: string;
@@ -1035,11 +1294,249 @@ export declare class DescribeDataBackupsRequest extends $tea.Model {
1035
1294
  backupMode?: string;
1036
1295
  backupStatus?: string;
1037
1296
  DBInstanceId?: string;
1038
- dataType?: string;
1297
+ dataType?: string;
1298
+ endTime?: string;
1299
+ pageNumber?: number;
1300
+ pageSize?: number;
1301
+ startTime?: string;
1302
+ static names(): {
1303
+ [key: string]: string;
1304
+ };
1305
+ static types(): {
1306
+ [key: string]: any;
1307
+ };
1308
+ constructor(map?: {
1309
+ [key: string]: any;
1310
+ });
1311
+ }
1312
+ export declare class DescribeDataBackupsResponseBody extends $tea.Model {
1313
+ items?: DescribeDataBackupsResponseBodyItems[];
1314
+ pageNumber?: number;
1315
+ pageSize?: number;
1316
+ requestId?: string;
1317
+ totalCount?: number;
1318
+ static names(): {
1319
+ [key: string]: string;
1320
+ };
1321
+ static types(): {
1322
+ [key: string]: any;
1323
+ };
1324
+ constructor(map?: {
1325
+ [key: string]: any;
1326
+ });
1327
+ }
1328
+ export declare class DescribeDataBackupsResponse extends $tea.Model {
1329
+ headers: {
1330
+ [key: string]: string;
1331
+ };
1332
+ statusCode: number;
1333
+ body: DescribeDataBackupsResponseBody;
1334
+ static names(): {
1335
+ [key: string]: string;
1336
+ };
1337
+ static types(): {
1338
+ [key: string]: any;
1339
+ };
1340
+ constructor(map?: {
1341
+ [key: string]: any;
1342
+ });
1343
+ }
1344
+ export declare class DescribeDataShareInstancesRequest extends $tea.Model {
1345
+ ownerId?: number;
1346
+ pageNumber?: number;
1347
+ pageSize?: number;
1348
+ regionId?: string;
1349
+ searchValue?: string;
1350
+ static names(): {
1351
+ [key: string]: string;
1352
+ };
1353
+ static types(): {
1354
+ [key: string]: any;
1355
+ };
1356
+ constructor(map?: {
1357
+ [key: string]: any;
1358
+ });
1359
+ }
1360
+ export declare class DescribeDataShareInstancesResponseBody extends $tea.Model {
1361
+ items?: DescribeDataShareInstancesResponseBodyItems;
1362
+ pageNumber?: number;
1363
+ pageRecordCount?: number;
1364
+ requestId?: string;
1365
+ totalRecordCount?: number;
1366
+ static names(): {
1367
+ [key: string]: string;
1368
+ };
1369
+ static types(): {
1370
+ [key: string]: any;
1371
+ };
1372
+ constructor(map?: {
1373
+ [key: string]: any;
1374
+ });
1375
+ }
1376
+ export declare class DescribeDataShareInstancesResponse extends $tea.Model {
1377
+ headers: {
1378
+ [key: string]: string;
1379
+ };
1380
+ statusCode: number;
1381
+ body: DescribeDataShareInstancesResponseBody;
1382
+ static names(): {
1383
+ [key: string]: string;
1384
+ };
1385
+ static types(): {
1386
+ [key: string]: any;
1387
+ };
1388
+ constructor(map?: {
1389
+ [key: string]: any;
1390
+ });
1391
+ }
1392
+ export declare class DescribeDataSharePerformanceRequest extends $tea.Model {
1393
+ endTime?: string;
1394
+ key?: string;
1395
+ regionId?: string;
1396
+ startTime?: string;
1397
+ static names(): {
1398
+ [key: string]: string;
1399
+ };
1400
+ static types(): {
1401
+ [key: string]: any;
1402
+ };
1403
+ constructor(map?: {
1404
+ [key: string]: any;
1405
+ });
1406
+ }
1407
+ export declare class DescribeDataSharePerformanceResponseBody extends $tea.Model {
1408
+ DBClusterId?: string;
1409
+ endTime?: string;
1410
+ performanceKeys?: DescribeDataSharePerformanceResponseBodyPerformanceKeys[];
1411
+ requestId?: string;
1412
+ startTime?: string;
1413
+ static names(): {
1414
+ [key: string]: string;
1415
+ };
1416
+ static types(): {
1417
+ [key: string]: any;
1418
+ };
1419
+ constructor(map?: {
1420
+ [key: string]: any;
1421
+ });
1422
+ }
1423
+ export declare class DescribeDataSharePerformanceResponse extends $tea.Model {
1424
+ headers: {
1425
+ [key: string]: string;
1426
+ };
1427
+ statusCode: number;
1428
+ body: DescribeDataSharePerformanceResponseBody;
1429
+ static names(): {
1430
+ [key: string]: string;
1431
+ };
1432
+ static types(): {
1433
+ [key: string]: any;
1434
+ };
1435
+ constructor(map?: {
1436
+ [key: string]: any;
1437
+ });
1438
+ }
1439
+ export declare class DescribeDiagnosisDimensionsRequest extends $tea.Model {
1440
+ DBInstanceId?: string;
1441
+ static names(): {
1442
+ [key: string]: string;
1443
+ };
1444
+ static types(): {
1445
+ [key: string]: any;
1446
+ };
1447
+ constructor(map?: {
1448
+ [key: string]: any;
1449
+ });
1450
+ }
1451
+ export declare class DescribeDiagnosisDimensionsResponseBody extends $tea.Model {
1452
+ databases?: string[];
1453
+ requestId?: string;
1454
+ userNames?: string[];
1455
+ static names(): {
1456
+ [key: string]: string;
1457
+ };
1458
+ static types(): {
1459
+ [key: string]: any;
1460
+ };
1461
+ constructor(map?: {
1462
+ [key: string]: any;
1463
+ });
1464
+ }
1465
+ export declare class DescribeDiagnosisDimensionsResponse extends $tea.Model {
1466
+ headers: {
1467
+ [key: string]: string;
1468
+ };
1469
+ statusCode: number;
1470
+ body: DescribeDiagnosisDimensionsResponseBody;
1471
+ static names(): {
1472
+ [key: string]: string;
1473
+ };
1474
+ static types(): {
1475
+ [key: string]: any;
1476
+ };
1477
+ constructor(map?: {
1478
+ [key: string]: any;
1479
+ });
1480
+ }
1481
+ export declare class DescribeDiagnosisMonitorPerformanceRequest extends $tea.Model {
1482
+ DBInstanceId?: string;
1483
+ database?: string;
1484
+ endTime?: string;
1485
+ queryCondition?: string;
1486
+ startTime?: string;
1487
+ user?: string;
1488
+ static names(): {
1489
+ [key: string]: string;
1490
+ };
1491
+ static types(): {
1492
+ [key: string]: any;
1493
+ };
1494
+ constructor(map?: {
1495
+ [key: string]: any;
1496
+ });
1497
+ }
1498
+ export declare class DescribeDiagnosisMonitorPerformanceResponseBody extends $tea.Model {
1499
+ performances?: DescribeDiagnosisMonitorPerformanceResponseBodyPerformances[];
1500
+ performancesThreshold?: number;
1501
+ performancesTruncated?: boolean;
1502
+ requestId?: string;
1503
+ static names(): {
1504
+ [key: string]: string;
1505
+ };
1506
+ static types(): {
1507
+ [key: string]: any;
1508
+ };
1509
+ constructor(map?: {
1510
+ [key: string]: any;
1511
+ });
1512
+ }
1513
+ export declare class DescribeDiagnosisMonitorPerformanceResponse extends $tea.Model {
1514
+ headers: {
1515
+ [key: string]: string;
1516
+ };
1517
+ statusCode: number;
1518
+ body: DescribeDiagnosisMonitorPerformanceResponseBody;
1519
+ static names(): {
1520
+ [key: string]: string;
1521
+ };
1522
+ static types(): {
1523
+ [key: string]: any;
1524
+ };
1525
+ constructor(map?: {
1526
+ [key: string]: any;
1527
+ });
1528
+ }
1529
+ export declare class DescribeDiagnosisRecordsRequest extends $tea.Model {
1530
+ DBInstanceId?: string;
1531
+ database?: string;
1039
1532
  endTime?: string;
1533
+ keyword?: string;
1534
+ order?: string;
1040
1535
  pageNumber?: number;
1041
1536
  pageSize?: number;
1537
+ queryCondition?: string;
1042
1538
  startTime?: string;
1539
+ user?: string;
1043
1540
  static names(): {
1044
1541
  [key: string]: string;
1045
1542
  };
@@ -1050,10 +1547,9 @@ export declare class DescribeDataBackupsRequest extends $tea.Model {
1050
1547
  [key: string]: any;
1051
1548
  });
1052
1549
  }
1053
- export declare class DescribeDataBackupsResponseBody extends $tea.Model {
1054
- items?: DescribeDataBackupsResponseBodyItems[];
1550
+ export declare class DescribeDiagnosisRecordsResponseBody extends $tea.Model {
1551
+ items?: DescribeDiagnosisRecordsResponseBodyItems[];
1055
1552
  pageNumber?: number;
1056
- pageSize?: number;
1057
1553
  requestId?: string;
1058
1554
  totalCount?: number;
1059
1555
  static names(): {
@@ -1066,11 +1562,12 @@ export declare class DescribeDataBackupsResponseBody extends $tea.Model {
1066
1562
  [key: string]: any;
1067
1563
  });
1068
1564
  }
1069
- export declare class DescribeDataBackupsResponse extends $tea.Model {
1565
+ export declare class DescribeDiagnosisRecordsResponse extends $tea.Model {
1070
1566
  headers: {
1071
1567
  [key: string]: string;
1072
1568
  };
1073
- body: DescribeDataBackupsResponseBody;
1569
+ statusCode: number;
1570
+ body: DescribeDiagnosisRecordsResponseBody;
1074
1571
  static names(): {
1075
1572
  [key: string]: string;
1076
1573
  };
@@ -1081,12 +1578,10 @@ export declare class DescribeDataBackupsResponse extends $tea.Model {
1081
1578
  [key: string]: any;
1082
1579
  });
1083
1580
  }
1084
- export declare class DescribeDataShareInstancesRequest extends $tea.Model {
1085
- ownerId?: number;
1086
- pageNumber?: number;
1087
- pageSize?: number;
1088
- regionId?: string;
1089
- searchValue?: string;
1581
+ export declare class DescribeDiagnosisSQLInfoRequest extends $tea.Model {
1582
+ DBInstanceId?: string;
1583
+ database?: string;
1584
+ queryID?: string;
1090
1585
  static names(): {
1091
1586
  [key: string]: string;
1092
1587
  };
@@ -1097,12 +1592,20 @@ export declare class DescribeDataShareInstancesRequest extends $tea.Model {
1097
1592
  [key: string]: any;
1098
1593
  });
1099
1594
  }
1100
- export declare class DescribeDataShareInstancesResponseBody extends $tea.Model {
1101
- items?: DescribeDataShareInstancesResponseBodyItems;
1102
- pageNumber?: number;
1103
- pageRecordCount?: number;
1595
+ export declare class DescribeDiagnosisSQLInfoResponseBody extends $tea.Model {
1596
+ database?: string;
1597
+ duration?: number;
1598
+ maxOutputRows?: string;
1599
+ queryID?: string;
1600
+ queryPlan?: string;
1104
1601
  requestId?: string;
1105
- totalRecordCount?: number;
1602
+ SQLStmt?: string;
1603
+ sessionID?: string;
1604
+ sortedMetrics?: string;
1605
+ startTime?: number;
1606
+ status?: string;
1607
+ textPlan?: string;
1608
+ user?: string;
1106
1609
  static names(): {
1107
1610
  [key: string]: string;
1108
1611
  };
@@ -1113,11 +1616,12 @@ export declare class DescribeDataShareInstancesResponseBody extends $tea.Model {
1113
1616
  [key: string]: any;
1114
1617
  });
1115
1618
  }
1116
- export declare class DescribeDataShareInstancesResponse extends $tea.Model {
1619
+ export declare class DescribeDiagnosisSQLInfoResponse extends $tea.Model {
1117
1620
  headers: {
1118
1621
  [key: string]: string;
1119
1622
  };
1120
- body: DescribeDataShareInstancesResponseBody;
1623
+ statusCode: number;
1624
+ body: DescribeDiagnosisSQLInfoResponseBody;
1121
1625
  static names(): {
1122
1626
  [key: string]: string;
1123
1627
  };
@@ -1128,11 +1632,8 @@ export declare class DescribeDataShareInstancesResponse extends $tea.Model {
1128
1632
  [key: string]: any;
1129
1633
  });
1130
1634
  }
1131
- export declare class DescribeDataSharePerformanceRequest extends $tea.Model {
1132
- endTime?: string;
1133
- key?: string;
1134
- regionId?: string;
1135
- startTime?: string;
1635
+ export declare class DescribeDownloadRecordsRequest extends $tea.Model {
1636
+ DBInstanceId?: string;
1136
1637
  static names(): {
1137
1638
  [key: string]: string;
1138
1639
  };
@@ -1143,12 +1644,9 @@ export declare class DescribeDataSharePerformanceRequest extends $tea.Model {
1143
1644
  [key: string]: any;
1144
1645
  });
1145
1646
  }
1146
- export declare class DescribeDataSharePerformanceResponseBody extends $tea.Model {
1147
- DBClusterId?: string;
1148
- endTime?: string;
1149
- performanceKeys?: DescribeDataSharePerformanceResponseBodyPerformanceKeys[];
1647
+ export declare class DescribeDownloadRecordsResponseBody extends $tea.Model {
1648
+ records?: DescribeDownloadRecordsResponseBodyRecords[];
1150
1649
  requestId?: string;
1151
- startTime?: string;
1152
1650
  static names(): {
1153
1651
  [key: string]: string;
1154
1652
  };
@@ -1159,11 +1657,12 @@ export declare class DescribeDataSharePerformanceResponseBody extends $tea.Model
1159
1657
  [key: string]: any;
1160
1658
  });
1161
1659
  }
1162
- export declare class DescribeDataSharePerformanceResponse extends $tea.Model {
1660
+ export declare class DescribeDownloadRecordsResponse extends $tea.Model {
1163
1661
  headers: {
1164
1662
  [key: string]: string;
1165
1663
  };
1166
- body: DescribeDataSharePerformanceResponseBody;
1664
+ statusCode: number;
1665
+ body: DescribeDownloadRecordsResponseBody;
1167
1666
  static names(): {
1168
1667
  [key: string]: string;
1169
1668
  };
@@ -1205,6 +1704,7 @@ export declare class DescribeHealthStatusResponse extends $tea.Model {
1205
1704
  headers: {
1206
1705
  [key: string]: string;
1207
1706
  };
1707
+ statusCode: number;
1208
1708
  body: DescribeHealthStatusResponseBody;
1209
1709
  static names(): {
1210
1710
  [key: string]: string;
@@ -1253,6 +1753,7 @@ export declare class DescribeLogBackupsResponse extends $tea.Model {
1253
1753
  headers: {
1254
1754
  [key: string]: string;
1255
1755
  };
1756
+ statusCode: number;
1256
1757
  body: DescribeLogBackupsResponseBody;
1257
1758
  static names(): {
1258
1759
  [key: string]: string;
@@ -1295,6 +1796,7 @@ export declare class DescribeModifyParameterLogResponse extends $tea.Model {
1295
1796
  headers: {
1296
1797
  [key: string]: string;
1297
1798
  };
1799
+ statusCode: number;
1298
1800
  body: DescribeModifyParameterLogResponseBody;
1299
1801
  static names(): {
1300
1802
  [key: string]: string;
@@ -1335,6 +1837,7 @@ export declare class DescribeParametersResponse extends $tea.Model {
1335
1837
  headers: {
1336
1838
  [key: string]: string;
1337
1839
  };
1840
+ statusCode: number;
1338
1841
  body: DescribeParametersResponseBody;
1339
1842
  static names(): {
1340
1843
  [key: string]: string;
@@ -1382,6 +1885,7 @@ export declare class DescribeRdsVSwitchsResponse extends $tea.Model {
1382
1885
  headers: {
1383
1886
  [key: string]: string;
1384
1887
  };
1888
+ statusCode: number;
1385
1889
  body: DescribeRdsVSwitchsResponseBody;
1386
1890
  static names(): {
1387
1891
  [key: string]: string;
@@ -1428,6 +1932,7 @@ export declare class DescribeRdsVpcsResponse extends $tea.Model {
1428
1932
  headers: {
1429
1933
  [key: string]: string;
1430
1934
  };
1935
+ statusCode: number;
1431
1936
  body: DescribeRdsVpcsResponseBody;
1432
1937
  static names(): {
1433
1938
  [key: string]: string;
@@ -1468,6 +1973,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
1468
1973
  headers: {
1469
1974
  [key: string]: string;
1470
1975
  };
1976
+ statusCode: number;
1471
1977
  body: DescribeRegionsResponseBody;
1472
1978
  static names(): {
1473
1979
  [key: string]: string;
@@ -1513,6 +2019,7 @@ export declare class DescribeResourceUsageResponse extends $tea.Model {
1513
2019
  headers: {
1514
2020
  [key: string]: string;
1515
2021
  };
2022
+ statusCode: number;
1516
2023
  body: DescribeResourceUsageResponseBody;
1517
2024
  static names(): {
1518
2025
  [key: string]: string;
@@ -1553,6 +2060,7 @@ export declare class DescribeSQLCollectorPolicyResponse extends $tea.Model {
1553
2060
  headers: {
1554
2061
  [key: string]: string;
1555
2062
  };
2063
+ statusCode: number;
1556
2064
  body: DescribeSQLCollectorPolicyResponseBody;
1557
2065
  static names(): {
1558
2066
  [key: string]: string;
@@ -1594,6 +2102,7 @@ export declare class DescribeSQLLogByQueryIdResponse extends $tea.Model {
1594
2102
  headers: {
1595
2103
  [key: string]: string;
1596
2104
  };
2105
+ statusCode: number;
1597
2106
  body: DescribeSQLLogByQueryIdResponseBody;
1598
2107
  static names(): {
1599
2108
  [key: string]: string;
@@ -1649,6 +2158,7 @@ export declare class DescribeSQLLogCountResponse extends $tea.Model {
1649
2158
  headers: {
1650
2159
  [key: string]: string;
1651
2160
  };
2161
+ statusCode: number;
1652
2162
  body: DescribeSQLLogCountResponseBody;
1653
2163
  static names(): {
1654
2164
  [key: string]: string;
@@ -1695,6 +2205,7 @@ export declare class DescribeSQLLogFilesResponse extends $tea.Model {
1695
2205
  headers: {
1696
2206
  [key: string]: string;
1697
2207
  };
2208
+ statusCode: number;
1698
2209
  body: DescribeSQLLogFilesResponseBody;
1699
2210
  static names(): {
1700
2211
  [key: string]: string;
@@ -1746,6 +2257,7 @@ export declare class DescribeSQLLogRecordsResponse extends $tea.Model {
1746
2257
  headers: {
1747
2258
  [key: string]: string;
1748
2259
  };
2260
+ statusCode: number;
1749
2261
  body: DescribeSQLLogRecordsResponseBody;
1750
2262
  static names(): {
1751
2263
  [key: string]: string;
@@ -1802,6 +2314,7 @@ export declare class DescribeSQLLogsResponse extends $tea.Model {
1802
2314
  headers: {
1803
2315
  [key: string]: string;
1804
2316
  };
2317
+ statusCode: number;
1805
2318
  body: DescribeSQLLogsResponseBody;
1806
2319
  static names(): {
1807
2320
  [key: string]: string;
@@ -1851,6 +2364,7 @@ export declare class DescribeSQLLogsOnSliceResponse extends $tea.Model {
1851
2364
  headers: {
1852
2365
  [key: string]: string;
1853
2366
  };
2367
+ statusCode: number;
1854
2368
  body: DescribeSQLLogsOnSliceResponseBody;
1855
2369
  static names(): {
1856
2370
  [key: string]: string;
@@ -1901,6 +2415,7 @@ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
1901
2415
  headers: {
1902
2416
  [key: string]: string;
1903
2417
  };
2418
+ statusCode: number;
1904
2419
  body: DescribeSlowLogRecordsResponseBody;
1905
2420
  static names(): {
1906
2421
  [key: string]: string;
@@ -1956,6 +2471,7 @@ export declare class DescribeSlowSQLLogsResponse extends $tea.Model {
1956
2471
  headers: {
1957
2472
  [key: string]: string;
1958
2473
  };
2474
+ statusCode: number;
1959
2475
  body: DescribeSlowSQLLogsResponseBody;
1960
2476
  static names(): {
1961
2477
  [key: string]: string;
@@ -2002,6 +2518,7 @@ export declare class DescribeSpecificationResponse extends $tea.Model {
2002
2518
  headers: {
2003
2519
  [key: string]: string;
2004
2520
  };
2521
+ statusCode: number;
2005
2522
  body: DescribeSpecificationResponseBody;
2006
2523
  static names(): {
2007
2524
  [key: string]: string;
@@ -2047,6 +2564,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
2047
2564
  headers: {
2048
2565
  [key: string]: string;
2049
2566
  };
2567
+ statusCode: number;
2050
2568
  body: DescribeTagsResponseBody;
2051
2569
  static names(): {
2052
2570
  [key: string]: string;
@@ -2089,6 +2607,7 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
2089
2607
  headers: {
2090
2608
  [key: string]: string;
2091
2609
  };
2610
+ statusCode: number;
2092
2611
  body: DescribeUserEncryptionKeyListResponseBody;
2093
2612
  static names(): {
2094
2613
  [key: string]: string;
@@ -2100,6 +2619,53 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
2100
2619
  [key: string]: any;
2101
2620
  });
2102
2621
  }
2622
+ export declare class DownloadDiagnosisRecordsRequest extends $tea.Model {
2623
+ DBInstanceId?: string;
2624
+ database?: string;
2625
+ endTime?: string;
2626
+ lang?: string;
2627
+ queryCondition?: string;
2628
+ startTime?: string;
2629
+ user?: string;
2630
+ static names(): {
2631
+ [key: string]: string;
2632
+ };
2633
+ static types(): {
2634
+ [key: string]: any;
2635
+ };
2636
+ constructor(map?: {
2637
+ [key: string]: any;
2638
+ });
2639
+ }
2640
+ export declare class DownloadDiagnosisRecordsResponseBody extends $tea.Model {
2641
+ downloadId?: string;
2642
+ requestId?: string;
2643
+ static names(): {
2644
+ [key: string]: string;
2645
+ };
2646
+ static types(): {
2647
+ [key: string]: any;
2648
+ };
2649
+ constructor(map?: {
2650
+ [key: string]: any;
2651
+ });
2652
+ }
2653
+ export declare class DownloadDiagnosisRecordsResponse extends $tea.Model {
2654
+ headers: {
2655
+ [key: string]: string;
2656
+ };
2657
+ statusCode: number;
2658
+ body: DownloadDiagnosisRecordsResponseBody;
2659
+ static names(): {
2660
+ [key: string]: string;
2661
+ };
2662
+ static types(): {
2663
+ [key: string]: any;
2664
+ };
2665
+ constructor(map?: {
2666
+ [key: string]: any;
2667
+ });
2668
+ }
2103
2669
  export declare class ListTagResourcesRequest extends $tea.Model {
2104
2670
  nextToken?: string;
2105
2671
  ownerAccount?: string;
@@ -2138,6 +2704,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
2138
2704
  headers: {
2139
2705
  [key: string]: string;
2140
2706
  };
2707
+ statusCode: number;
2141
2708
  body: ListTagResourcesResponseBody;
2142
2709
  static names(): {
2143
2710
  [key: string]: string;
@@ -2179,6 +2746,7 @@ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
2179
2746
  headers: {
2180
2747
  [key: string]: string;
2181
2748
  };
2749
+ statusCode: number;
2182
2750
  body: ModifyAccountDescriptionResponseBody;
2183
2751
  static names(): {
2184
2752
  [key: string]: string;
@@ -2223,6 +2791,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
2223
2791
  headers: {
2224
2792
  [key: string]: string;
2225
2793
  };
2794
+ statusCode: number;
2226
2795
  body: ModifyBackupPolicyResponseBody;
2227
2796
  static names(): {
2228
2797
  [key: string]: string;
@@ -2263,6 +2832,7 @@ export declare class ModifyDBInstanceConnectionModeResponse extends $tea.Model {
2263
2832
  headers: {
2264
2833
  [key: string]: string;
2265
2834
  };
2835
+ statusCode: number;
2266
2836
  body: ModifyDBInstanceConnectionModeResponseBody;
2267
2837
  static names(): {
2268
2838
  [key: string]: string;
@@ -2305,6 +2875,7 @@ export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model
2305
2875
  headers: {
2306
2876
  [key: string]: string;
2307
2877
  };
2878
+ statusCode: number;
2308
2879
  body: ModifyDBInstanceConnectionStringResponseBody;
2309
2880
  static names(): {
2310
2881
  [key: string]: string;
@@ -2345,6 +2916,7 @@ export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
2345
2916
  headers: {
2346
2917
  [key: string]: string;
2347
2918
  };
2919
+ statusCode: number;
2348
2920
  body: ModifyDBInstanceDescriptionResponseBody;
2349
2921
  static names(): {
2350
2922
  [key: string]: string;
@@ -2386,6 +2958,7 @@ export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
2386
2958
  headers: {
2387
2959
  [key: string]: string;
2388
2960
  };
2961
+ statusCode: number;
2389
2962
  body: ModifyDBInstanceMaintainTimeResponseBody;
2390
2963
  static names(): {
2391
2964
  [key: string]: string;
@@ -2429,6 +3002,7 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
2429
3002
  headers: {
2430
3003
  [key: string]: string;
2431
3004
  };
3005
+ statusCode: number;
2432
3006
  body: ModifyDBInstanceNetworkTypeResponseBody;
2433
3007
  static names(): {
2434
3008
  [key: string]: string;
@@ -2470,6 +3044,7 @@ export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
2470
3044
  headers: {
2471
3045
  [key: string]: string;
2472
3046
  };
3047
+ statusCode: number;
2473
3048
  body: ModifyDBInstanceSSLResponseBody;
2474
3049
  static names(): {
2475
3050
  [key: string]: string;
@@ -2511,6 +3086,7 @@ export declare class ModifyParametersResponse extends $tea.Model {
2511
3086
  headers: {
2512
3087
  [key: string]: string;
2513
3088
  };
3089
+ statusCode: number;
2514
3090
  body: ModifyParametersResponseBody;
2515
3091
  static names(): {
2516
3092
  [key: string]: string;
@@ -2551,6 +3127,7 @@ export declare class ModifySQLCollectorPolicyResponse extends $tea.Model {
2551
3127
  headers: {
2552
3128
  [key: string]: string;
2553
3129
  };
3130
+ statusCode: number;
2554
3131
  body: ModifySQLCollectorPolicyResponseBody;
2555
3132
  static names(): {
2556
3133
  [key: string]: string;
@@ -2593,6 +3170,7 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
2593
3170
  headers: {
2594
3171
  [key: string]: string;
2595
3172
  };
3173
+ statusCode: number;
2596
3174
  body: ModifySecurityIpsResponseBody;
2597
3175
  static names(): {
2598
3176
  [key: string]: string;
@@ -2604,6 +3182,47 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
2604
3182
  [key: string]: any;
2605
3183
  });
2606
3184
  }
3185
+ export declare class RebalanceDBInstanceRequest extends $tea.Model {
3186
+ clientToken?: string;
3187
+ DBInstanceId?: string;
3188
+ static names(): {
3189
+ [key: string]: string;
3190
+ };
3191
+ static types(): {
3192
+ [key: string]: any;
3193
+ };
3194
+ constructor(map?: {
3195
+ [key: string]: any;
3196
+ });
3197
+ }
3198
+ export declare class RebalanceDBInstanceResponseBody extends $tea.Model {
3199
+ requestId?: string;
3200
+ static names(): {
3201
+ [key: string]: string;
3202
+ };
3203
+ static types(): {
3204
+ [key: string]: any;
3205
+ };
3206
+ constructor(map?: {
3207
+ [key: string]: any;
3208
+ });
3209
+ }
3210
+ export declare class RebalanceDBInstanceResponse extends $tea.Model {
3211
+ headers: {
3212
+ [key: string]: string;
3213
+ };
3214
+ statusCode: number;
3215
+ body: RebalanceDBInstanceResponseBody;
3216
+ static names(): {
3217
+ [key: string]: string;
3218
+ };
3219
+ static types(): {
3220
+ [key: string]: any;
3221
+ };
3222
+ constructor(map?: {
3223
+ [key: string]: any;
3224
+ });
3225
+ }
2607
3226
  export declare class ReleaseInstancePublicConnectionRequest extends $tea.Model {
2608
3227
  addressType?: string;
2609
3228
  currentConnectionString?: string;
@@ -2634,6 +3253,7 @@ export declare class ReleaseInstancePublicConnectionResponse extends $tea.Model
2634
3253
  headers: {
2635
3254
  [key: string]: string;
2636
3255
  };
3256
+ statusCode: number;
2637
3257
  body: ReleaseInstancePublicConnectionResponseBody;
2638
3258
  static names(): {
2639
3259
  [key: string]: string;
@@ -2675,6 +3295,7 @@ export declare class ResetAccountPasswordResponse extends $tea.Model {
2675
3295
  headers: {
2676
3296
  [key: string]: string;
2677
3297
  };
3298
+ statusCode: number;
2678
3299
  body: ResetAccountPasswordResponseBody;
2679
3300
  static names(): {
2680
3301
  [key: string]: string;
@@ -2715,6 +3336,7 @@ export declare class RestartDBInstanceResponse extends $tea.Model {
2715
3336
  headers: {
2716
3337
  [key: string]: string;
2717
3338
  };
3339
+ statusCode: number;
2718
3340
  body: RestartDBInstanceResponseBody;
2719
3341
  static names(): {
2720
3342
  [key: string]: string;
@@ -2774,6 +3396,7 @@ export declare class SetDataShareInstanceResponse extends $tea.Model {
2774
3396
  headers: {
2775
3397
  [key: string]: string;
2776
3398
  };
3399
+ statusCode: number;
2777
3400
  body: SetDataShareInstanceResponseBody;
2778
3401
  static names(): {
2779
3402
  [key: string]: string;
@@ -2815,6 +3438,7 @@ export declare class SwitchDBInstanceNetTypeResponse extends $tea.Model {
2815
3438
  headers: {
2816
3439
  [key: string]: string;
2817
3440
  };
3441
+ statusCode: number;
2818
3442
  body: SwitchDBInstanceNetTypeResponseBody;
2819
3443
  static names(): {
2820
3444
  [key: string]: string;
@@ -2861,6 +3485,7 @@ export declare class TagResourcesResponse extends $tea.Model {
2861
3485
  headers: {
2862
3486
  [key: string]: string;
2863
3487
  };
3488
+ statusCode: number;
2864
3489
  body: TagResourcesResponseBody;
2865
3490
  static names(): {
2866
3491
  [key: string]: string;
@@ -2908,6 +3533,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
2908
3533
  headers: {
2909
3534
  [key: string]: string;
2910
3535
  };
3536
+ statusCode: number;
2911
3537
  body: UntagResourcesResponseBody;
2912
3538
  static names(): {
2913
3539
  [key: string]: string;
@@ -2924,12 +3550,12 @@ export declare class UpgradeDBInstanceRequest extends $tea.Model {
2924
3550
  DBInstanceGroupCount?: string;
2925
3551
  DBInstanceId?: string;
2926
3552
  instanceSpec?: string;
3553
+ masterNodeNum?: string;
2927
3554
  ownerId?: number;
2928
3555
  payType?: string;
2929
3556
  regionId?: string;
2930
3557
  segNodeNum?: string;
2931
3558
  storageSize?: string;
2932
- masterNodeNum?: string;
2933
3559
  upgradeType?: number;
2934
3560
  static names(): {
2935
3561
  [key: string]: string;
@@ -2959,6 +3585,7 @@ export declare class UpgradeDBInstanceResponse extends $tea.Model {
2959
3585
  headers: {
2960
3586
  [key: string]: string;
2961
3587
  };
3588
+ statusCode: number;
2962
3589
  body: UpgradeDBInstanceResponseBody;
2963
3590
  static names(): {
2964
3591
  [key: string]: string;
@@ -3007,6 +3634,7 @@ export declare class UpgradeDBVersionResponse extends $tea.Model {
3007
3634
  headers: {
3008
3635
  [key: string]: string;
3009
3636
  };
3637
+ statusCode: number;
3010
3638
  body: UpgradeDBVersionResponseBody;
3011
3639
  static names(): {
3012
3640
  [key: string]: string;
@@ -3236,9 +3864,11 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
3236
3864
  port?: string;
3237
3865
  readDelayTime?: string;
3238
3866
  regionId?: string;
3867
+ runningTime?: string;
3239
3868
  securityIPList?: string;
3240
3869
  segNodeNum?: number;
3241
3870
  segmentCounts?: number;
3871
+ startTime?: string;
3242
3872
  storagePerNode?: number;
3243
3873
  storageSize?: number;
3244
3874
  storageType?: string;
@@ -3270,6 +3900,122 @@ export declare class DescribeDBInstanceAttributeResponseBodyItems extends $tea.M
3270
3900
  [key: string]: any;
3271
3901
  });
3272
3902
  }
3903
+ export declare class DescribeDBInstanceDataBloatResponseBodyItems extends $tea.Model {
3904
+ bloatCeoff?: string;
3905
+ bloatSize?: string;
3906
+ databaseName?: string;
3907
+ expectTableSize?: string;
3908
+ realTableSize?: string;
3909
+ schemaName?: string;
3910
+ sequence?: number;
3911
+ storageType?: string;
3912
+ suggestedAction?: string;
3913
+ tableName?: string;
3914
+ timeLastUpdated?: string;
3915
+ timeLastVacuumed?: string;
3916
+ static names(): {
3917
+ [key: string]: string;
3918
+ };
3919
+ static types(): {
3920
+ [key: string]: any;
3921
+ };
3922
+ constructor(map?: {
3923
+ [key: string]: any;
3924
+ });
3925
+ }
3926
+ export declare class DescribeDBInstanceDataSkewResponseBodyItems extends $tea.Model {
3927
+ databaseName?: string;
3928
+ distributeKey?: string;
3929
+ owner?: string;
3930
+ schemaName?: string;
3931
+ sequence?: number;
3932
+ tableName?: string;
3933
+ tableSize?: string;
3934
+ tableSkew?: string;
3935
+ timeLastUpdated?: string;
3936
+ static names(): {
3937
+ [key: string]: string;
3938
+ };
3939
+ static types(): {
3940
+ [key: string]: any;
3941
+ };
3942
+ constructor(map?: {
3943
+ [key: string]: any;
3944
+ });
3945
+ }
3946
+ export declare class DescribeDBInstanceDiagnosisSummaryResponseBodyItems extends $tea.Model {
3947
+ hostname?: string;
3948
+ nodeAddress?: string;
3949
+ nodeCID?: string;
3950
+ nodeID?: string;
3951
+ nodeName?: string;
3952
+ nodePort?: string;
3953
+ nodePreferredRole?: string;
3954
+ nodeReplicationMode?: string;
3955
+ nodeRole?: string;
3956
+ nodeStatus?: string;
3957
+ nodeType?: string;
3958
+ static names(): {
3959
+ [key: string]: string;
3960
+ };
3961
+ static types(): {
3962
+ [key: string]: any;
3963
+ };
3964
+ constructor(map?: {
3965
+ [key: string]: any;
3966
+ });
3967
+ }
3968
+ export declare class DescribeDBInstanceDiagnosisSummaryResponseBodyMasterStatusInfo extends $tea.Model {
3969
+ exceptionNodeNum?: number;
3970
+ normalNodeNum?: number;
3971
+ notPreferredNodeNum?: number;
3972
+ notSyncingNodeNum?: number;
3973
+ preferredNodeNum?: number;
3974
+ syncedNodeNum?: number;
3975
+ static names(): {
3976
+ [key: string]: string;
3977
+ };
3978
+ static types(): {
3979
+ [key: string]: any;
3980
+ };
3981
+ constructor(map?: {
3982
+ [key: string]: any;
3983
+ });
3984
+ }
3985
+ export declare class DescribeDBInstanceDiagnosisSummaryResponseBodySegmentStatusInfo extends $tea.Model {
3986
+ exceptionNodeNum?: number;
3987
+ normalNodeNum?: number;
3988
+ notPreferredNodeNum?: number;
3989
+ notSyncingNodeNum?: number;
3990
+ preferredNodeNum?: number;
3991
+ syncedNodeNum?: number;
3992
+ static names(): {
3993
+ [key: string]: string;
3994
+ };
3995
+ static types(): {
3996
+ [key: string]: any;
3997
+ };
3998
+ constructor(map?: {
3999
+ [key: string]: any;
4000
+ });
4001
+ }
4002
+ export declare class DescribeDBInstanceErrorLogResponseBodyItems extends $tea.Model {
4003
+ database?: string;
4004
+ host?: string;
4005
+ logContext?: string;
4006
+ logLevel?: string;
4007
+ time?: number;
4008
+ user?: string;
4009
+ static names(): {
4010
+ [key: string]: string;
4011
+ };
4012
+ static types(): {
4013
+ [key: string]: any;
4014
+ };
4015
+ constructor(map?: {
4016
+ [key: string]: any;
4017
+ });
4018
+ }
3273
4019
  export declare class DescribeDBInstanceIPArrayListResponseBodyItemsDBInstanceIPArray extends $tea.Model {
3274
4020
  DBInstanceIPArrayAttribute?: string;
3275
4021
  DBInstanceIPArrayName?: string;
@@ -3296,6 +4042,27 @@ export declare class DescribeDBInstanceIPArrayListResponseBodyItems extends $tea
3296
4042
  [key: string]: any;
3297
4043
  });
3298
4044
  }
4045
+ export declare class DescribeDBInstanceIndexUsageResponseBodyItems extends $tea.Model {
4046
+ databaseName?: string;
4047
+ indexDef?: string;
4048
+ indexName?: string;
4049
+ indexScanTimes?: number;
4050
+ indexSize?: string;
4051
+ isPartitionTable?: boolean;
4052
+ parentTableName?: string;
4053
+ schemaName?: string;
4054
+ tableName?: string;
4055
+ timeLastUpdated?: string;
4056
+ static names(): {
4057
+ [key: string]: string;
4058
+ };
4059
+ static types(): {
4060
+ [key: string]: any;
4061
+ };
4062
+ constructor(map?: {
4063
+ [key: string]: any;
4064
+ });
4065
+ }
3299
4066
  export declare class DescribeDBInstanceNetInfoResponseBodyDBInstanceNetInfosDBInstanceNetInfo extends $tea.Model {
3300
4067
  addressType?: string;
3301
4068
  connectionString?: string;
@@ -3611,6 +4378,60 @@ export declare class DescribeDataSharePerformanceResponseBodyPerformanceKeys ext
3611
4378
  [key: string]: any;
3612
4379
  });
3613
4380
  }
4381
+ export declare class DescribeDiagnosisMonitorPerformanceResponseBodyPerformances extends $tea.Model {
4382
+ cost?: number;
4383
+ database?: string;
4384
+ queryID?: string;
4385
+ startTime?: number;
4386
+ status?: string;
4387
+ user?: string;
4388
+ static names(): {
4389
+ [key: string]: string;
4390
+ };
4391
+ static types(): {
4392
+ [key: string]: any;
4393
+ };
4394
+ constructor(map?: {
4395
+ [key: string]: any;
4396
+ });
4397
+ }
4398
+ export declare class DescribeDiagnosisRecordsResponseBodyItems extends $tea.Model {
4399
+ database?: string;
4400
+ duration?: number;
4401
+ queryID?: string;
4402
+ SQLStmt?: string;
4403
+ SQLTruncated?: boolean;
4404
+ SQLTruncatedThreshold?: number;
4405
+ sessionID?: string;
4406
+ startTime?: number;
4407
+ status?: string;
4408
+ user?: string;
4409
+ static names(): {
4410
+ [key: string]: string;
4411
+ };
4412
+ static types(): {
4413
+ [key: string]: any;
4414
+ };
4415
+ constructor(map?: {
4416
+ [key: string]: any;
4417
+ });
4418
+ }
4419
+ export declare class DescribeDownloadRecordsResponseBodyRecords extends $tea.Model {
4420
+ downloadId?: number;
4421
+ downloadUrl?: string;
4422
+ exceptionMsg?: string;
4423
+ fileName?: string;
4424
+ status?: string;
4425
+ static names(): {
4426
+ [key: string]: string;
4427
+ };
4428
+ static types(): {
4429
+ [key: string]: any;
4430
+ };
4431
+ constructor(map?: {
4432
+ [key: string]: any;
4433
+ });
4434
+ }
3614
4435
  export declare class DescribeHealthStatusResponseBodyStatusAdbgpSegmentDiskUsagePercentMax extends $tea.Model {
3615
4436
  status?: string;
3616
4437
  value?: number;
@@ -3676,6 +4497,32 @@ export declare class DescribeHealthStatusResponseBodyStatusAdbpgMasterDiskUsageP
3676
4497
  [key: string]: any;
3677
4498
  });
3678
4499
  }
4500
+ export declare class DescribeHealthStatusResponseBodyStatusAdbpgMasterStatus extends $tea.Model {
4501
+ status?: string;
4502
+ value?: number;
4503
+ static names(): {
4504
+ [key: string]: string;
4505
+ };
4506
+ static types(): {
4507
+ [key: string]: any;
4508
+ };
4509
+ constructor(map?: {
4510
+ [key: string]: any;
4511
+ });
4512
+ }
4513
+ export declare class DescribeHealthStatusResponseBodyStatusAdbpgSegmentStatus extends $tea.Model {
4514
+ status?: string;
4515
+ value?: number;
4516
+ static names(): {
4517
+ [key: string]: string;
4518
+ };
4519
+ static types(): {
4520
+ [key: string]: any;
4521
+ };
4522
+ constructor(map?: {
4523
+ [key: string]: any;
4524
+ });
4525
+ }
3679
4526
  export declare class DescribeHealthStatusResponseBodyStatusAdbpgStatus extends $tea.Model {
3680
4527
  status?: string;
3681
4528
  value?: number;
@@ -3747,6 +4594,8 @@ export declare class DescribeHealthStatusResponseBodyStatus extends $tea.Model {
3747
4594
  adbpgDiskStatus?: DescribeHealthStatusResponseBodyStatusAdbpgDiskStatus;
3748
4595
  adbpgDiskUsagePercent?: DescribeHealthStatusResponseBodyStatusAdbpgDiskUsagePercent;
3749
4596
  adbpgMasterDiskUsagePercentMax?: DescribeHealthStatusResponseBodyStatusAdbpgMasterDiskUsagePercentMax;
4597
+ adbpgMasterStatus?: DescribeHealthStatusResponseBodyStatusAdbpgMasterStatus;
4598
+ adbpgSegmentStatus?: DescribeHealthStatusResponseBodyStatusAdbpgSegmentStatus;
3750
4599
  adbpgStatus?: DescribeHealthStatusResponseBodyStatusAdbpgStatus;
3751
4600
  nodeMasterConnectionStatus?: DescribeHealthStatusResponseBodyStatusNodeMasterConnectionStatus;
3752
4601
  nodeMasterStatus?: DescribeHealthStatusResponseBodyStatusNodeMasterStatus;
@@ -4327,8 +5176,18 @@ export default class Client extends OpenApi {
4327
5176
  describeDBClusterPerformance(request: DescribeDBClusterPerformanceRequest): Promise<DescribeDBClusterPerformanceResponse>;
4328
5177
  describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
4329
5178
  describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
5179
+ describeDBInstanceDataBloatWithOptions(request: DescribeDBInstanceDataBloatRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceDataBloatResponse>;
5180
+ describeDBInstanceDataBloat(request: DescribeDBInstanceDataBloatRequest): Promise<DescribeDBInstanceDataBloatResponse>;
5181
+ describeDBInstanceDataSkewWithOptions(request: DescribeDBInstanceDataSkewRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceDataSkewResponse>;
5182
+ describeDBInstanceDataSkew(request: DescribeDBInstanceDataSkewRequest): Promise<DescribeDBInstanceDataSkewResponse>;
5183
+ describeDBInstanceDiagnosisSummaryWithOptions(request: DescribeDBInstanceDiagnosisSummaryRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceDiagnosisSummaryResponse>;
5184
+ describeDBInstanceDiagnosisSummary(request: DescribeDBInstanceDiagnosisSummaryRequest): Promise<DescribeDBInstanceDiagnosisSummaryResponse>;
5185
+ describeDBInstanceErrorLogWithOptions(request: DescribeDBInstanceErrorLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceErrorLogResponse>;
5186
+ describeDBInstanceErrorLog(request: DescribeDBInstanceErrorLogRequest): Promise<DescribeDBInstanceErrorLogResponse>;
4330
5187
  describeDBInstanceIPArrayListWithOptions(request: DescribeDBInstanceIPArrayListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceIPArrayListResponse>;
4331
5188
  describeDBInstanceIPArrayList(request: DescribeDBInstanceIPArrayListRequest): Promise<DescribeDBInstanceIPArrayListResponse>;
5189
+ describeDBInstanceIndexUsageWithOptions(request: DescribeDBInstanceIndexUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceIndexUsageResponse>;
5190
+ describeDBInstanceIndexUsage(request: DescribeDBInstanceIndexUsageRequest): Promise<DescribeDBInstanceIndexUsageResponse>;
4332
5191
  describeDBInstanceNetInfoWithOptions(request: DescribeDBInstanceNetInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceNetInfoResponse>;
4333
5192
  describeDBInstanceNetInfo(request: DescribeDBInstanceNetInfoRequest): Promise<DescribeDBInstanceNetInfoResponse>;
4334
5193
  describeDBInstanceOnECSAttributeWithOptions(request: DescribeDBInstanceOnECSAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceOnECSAttributeResponse>;
@@ -4347,6 +5206,16 @@ export default class Client extends OpenApi {
4347
5206
  describeDataShareInstances(request: DescribeDataShareInstancesRequest): Promise<DescribeDataShareInstancesResponse>;
4348
5207
  describeDataSharePerformanceWithOptions(request: DescribeDataSharePerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataSharePerformanceResponse>;
4349
5208
  describeDataSharePerformance(request: DescribeDataSharePerformanceRequest): Promise<DescribeDataSharePerformanceResponse>;
5209
+ describeDiagnosisDimensionsWithOptions(request: DescribeDiagnosisDimensionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisDimensionsResponse>;
5210
+ describeDiagnosisDimensions(request: DescribeDiagnosisDimensionsRequest): Promise<DescribeDiagnosisDimensionsResponse>;
5211
+ describeDiagnosisMonitorPerformanceWithOptions(request: DescribeDiagnosisMonitorPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisMonitorPerformanceResponse>;
5212
+ describeDiagnosisMonitorPerformance(request: DescribeDiagnosisMonitorPerformanceRequest): Promise<DescribeDiagnosisMonitorPerformanceResponse>;
5213
+ describeDiagnosisRecordsWithOptions(request: DescribeDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisRecordsResponse>;
5214
+ describeDiagnosisRecords(request: DescribeDiagnosisRecordsRequest): Promise<DescribeDiagnosisRecordsResponse>;
5215
+ describeDiagnosisSQLInfoWithOptions(request: DescribeDiagnosisSQLInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDiagnosisSQLInfoResponse>;
5216
+ describeDiagnosisSQLInfo(request: DescribeDiagnosisSQLInfoRequest): Promise<DescribeDiagnosisSQLInfoResponse>;
5217
+ describeDownloadRecordsWithOptions(request: DescribeDownloadRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDownloadRecordsResponse>;
5218
+ describeDownloadRecords(request: DescribeDownloadRecordsRequest): Promise<DescribeDownloadRecordsResponse>;
4350
5219
  describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse>;
4351
5220
  describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse>;
4352
5221
  describeLogBackupsWithOptions(request: DescribeLogBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogBackupsResponse>;
@@ -4387,6 +5256,8 @@ export default class Client extends OpenApi {
4387
5256
  describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
4388
5257
  describeUserEncryptionKeyListWithOptions(request: DescribeUserEncryptionKeyListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserEncryptionKeyListResponse>;
4389
5258
  describeUserEncryptionKeyList(request: DescribeUserEncryptionKeyListRequest): Promise<DescribeUserEncryptionKeyListResponse>;
5259
+ downloadDiagnosisRecordsWithOptions(request: DownloadDiagnosisRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DownloadDiagnosisRecordsResponse>;
5260
+ downloadDiagnosisRecords(request: DownloadDiagnosisRecordsRequest): Promise<DownloadDiagnosisRecordsResponse>;
4390
5261
  listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
4391
5262
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
4392
5263
  modifyAccountDescriptionWithOptions(request: ModifyAccountDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountDescriptionResponse>;
@@ -4411,6 +5282,8 @@ export default class Client extends OpenApi {
4411
5282
  modifySQLCollectorPolicy(request: ModifySQLCollectorPolicyRequest): Promise<ModifySQLCollectorPolicyResponse>;
4412
5283
  modifySecurityIpsWithOptions(request: ModifySecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityIpsResponse>;
4413
5284
  modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
5285
+ rebalanceDBInstanceWithOptions(request: RebalanceDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RebalanceDBInstanceResponse>;
5286
+ rebalanceDBInstance(request: RebalanceDBInstanceRequest): Promise<RebalanceDBInstanceResponse>;
4414
5287
  releaseInstancePublicConnectionWithOptions(request: ReleaseInstancePublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstancePublicConnectionResponse>;
4415
5288
  releaseInstancePublicConnection(request: ReleaseInstancePublicConnectionRequest): Promise<ReleaseInstancePublicConnectionResponse>;
4416
5289
  resetAccountPasswordWithOptions(request: ResetAccountPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountPasswordResponse>;