@alicloud/polardb20170801 2.0.4 → 2.0.6

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
@@ -8,6 +8,7 @@ export declare class CancelScheduleTasksRequest extends $tea.Model {
8
8
  DBClusterId?: string;
9
9
  ownerAccount?: string;
10
10
  ownerId?: number;
11
+ resourceGroupId?: string;
11
12
  resourceOwnerAccount?: string;
12
13
  resourceOwnerId?: number;
13
14
  taskId?: string;
@@ -38,6 +39,7 @@ export declare class CancelScheduleTasksResponse extends $tea.Model {
38
39
  headers: {
39
40
  [key: string]: string;
40
41
  };
42
+ statusCode: number;
41
43
  body: CancelScheduleTasksResponseBody;
42
44
  static names(): {
43
45
  [key: string]: string;
@@ -82,6 +84,7 @@ export declare class CheckAccountNameResponse extends $tea.Model {
82
84
  headers: {
83
85
  [key: string]: string;
84
86
  };
87
+ statusCode: number;
85
88
  body: CheckAccountNameResponseBody;
86
89
  static names(): {
87
90
  [key: string]: string;
@@ -111,6 +114,7 @@ export declare class CheckDBNameRequest extends $tea.Model {
111
114
  });
112
115
  }
113
116
  export declare class CheckDBNameResponseBody extends $tea.Model {
117
+ DBName?: string;
114
118
  requestId?: string;
115
119
  static names(): {
116
120
  [key: string]: string;
@@ -126,6 +130,7 @@ export declare class CheckDBNameResponse extends $tea.Model {
126
130
  headers: {
127
131
  [key: string]: string;
128
132
  };
133
+ statusCode: number;
129
134
  body: CheckDBNameResponseBody;
130
135
  static names(): {
131
136
  [key: string]: string;
@@ -137,6 +142,52 @@ export declare class CheckDBNameResponse extends $tea.Model {
137
142
  [key: string]: any;
138
143
  });
139
144
  }
145
+ export declare class CloseAITaskRequest extends $tea.Model {
146
+ DBClusterId?: string;
147
+ ownerAccount?: string;
148
+ ownerId?: number;
149
+ regionId?: string;
150
+ resourceOwnerAccount?: string;
151
+ resourceOwnerId?: number;
152
+ static names(): {
153
+ [key: string]: string;
154
+ };
155
+ static types(): {
156
+ [key: string]: any;
157
+ };
158
+ constructor(map?: {
159
+ [key: string]: any;
160
+ });
161
+ }
162
+ export declare class CloseAITaskResponseBody extends $tea.Model {
163
+ requestId?: string;
164
+ taskId?: string;
165
+ static names(): {
166
+ [key: string]: string;
167
+ };
168
+ static types(): {
169
+ [key: string]: any;
170
+ };
171
+ constructor(map?: {
172
+ [key: string]: any;
173
+ });
174
+ }
175
+ export declare class CloseAITaskResponse extends $tea.Model {
176
+ headers: {
177
+ [key: string]: string;
178
+ };
179
+ statusCode: number;
180
+ body: CloseAITaskResponseBody;
181
+ static names(): {
182
+ [key: string]: string;
183
+ };
184
+ static types(): {
185
+ [key: string]: any;
186
+ };
187
+ constructor(map?: {
188
+ [key: string]: any;
189
+ });
190
+ }
140
191
  export declare class CloseDBClusterMigrationRequest extends $tea.Model {
141
192
  continueEnableBinlog?: boolean;
142
193
  DBClusterId?: string;
@@ -170,6 +221,7 @@ export declare class CloseDBClusterMigrationResponse extends $tea.Model {
170
221
  headers: {
171
222
  [key: string]: string;
172
223
  };
224
+ statusCode: number;
173
225
  body: CloseDBClusterMigrationResponseBody;
174
226
  static names(): {
175
227
  [key: string]: string;
@@ -220,6 +272,7 @@ export declare class CreateAccountResponse extends $tea.Model {
220
272
  headers: {
221
273
  [key: string]: string;
222
274
  };
275
+ statusCode: number;
223
276
  body: CreateAccountResponseBody;
224
277
  static names(): {
225
278
  [key: string]: string;
@@ -265,6 +318,7 @@ export declare class CreateBackupResponse extends $tea.Model {
265
318
  headers: {
266
319
  [key: string]: string;
267
320
  };
321
+ statusCode: number;
268
322
  body: CreateBackupResponseBody;
269
323
  static names(): {
270
324
  [key: string]: string;
@@ -304,6 +358,7 @@ export declare class CreateDBClusterRequest extends $tea.Model {
304
358
  securityIPList?: string;
305
359
  sourceResourceId?: string;
306
360
  TDEStatus?: boolean;
361
+ tag?: CreateDBClusterRequestTag[];
307
362
  usedTime?: string;
308
363
  VPCId?: string;
309
364
  vSwitchId?: string;
@@ -337,6 +392,7 @@ export declare class CreateDBClusterResponse extends $tea.Model {
337
392
  headers: {
338
393
  [key: string]: string;
339
394
  };
395
+ statusCode: number;
340
396
  body: CreateDBClusterResponseBody;
341
397
  static names(): {
342
398
  [key: string]: string;
@@ -387,6 +443,7 @@ export declare class CreateDBClusterEndpointResponse extends $tea.Model {
387
443
  headers: {
388
444
  [key: string]: string;
389
445
  };
446
+ statusCode: number;
390
447
  body: CreateDBClusterEndpointResponseBody;
391
448
  static names(): {
392
449
  [key: string]: string;
@@ -433,6 +490,7 @@ export declare class CreateDBEndpointAddressResponse extends $tea.Model {
433
490
  headers: {
434
491
  [key: string]: string;
435
492
  };
493
+ statusCode: number;
436
494
  body: CreateDBEndpointAddressResponseBody;
437
495
  static names(): {
438
496
  [key: string]: string;
@@ -451,6 +509,7 @@ export declare class CreateDBLinkRequest extends $tea.Model {
451
509
  ownerAccount?: string;
452
510
  ownerId?: number;
453
511
  regionId?: string;
512
+ resourceGroupId?: string;
454
513
  resourceOwnerAccount?: string;
455
514
  resourceOwnerId?: number;
456
515
  sourceDBName?: string;
@@ -487,6 +546,7 @@ export declare class CreateDBLinkResponse extends $tea.Model {
487
546
  headers: {
488
547
  [key: string]: string;
489
548
  };
549
+ statusCode: number;
490
550
  body: CreateDBLinkResponseBody;
491
551
  static names(): {
492
552
  [key: string]: string;
@@ -508,6 +568,7 @@ export declare class CreateDBNodesRequest extends $tea.Model {
508
568
  ownerId?: number;
509
569
  plannedEndTime?: string;
510
570
  plannedStartTime?: string;
571
+ resourceGroupId?: string;
511
572
  resourceOwnerAccount?: string;
512
573
  resourceOwnerId?: number;
513
574
  static names(): {
@@ -539,6 +600,7 @@ export declare class CreateDBNodesResponse extends $tea.Model {
539
600
  headers: {
540
601
  [key: string]: string;
541
602
  };
603
+ statusCode: number;
542
604
  body: CreateDBNodesResponseBody;
543
605
  static names(): {
544
606
  [key: string]: string;
@@ -589,6 +651,7 @@ export declare class CreateDatabaseResponse extends $tea.Model {
589
651
  headers: {
590
652
  [key: string]: string;
591
653
  };
654
+ statusCode: number;
592
655
  body: CreateDatabaseResponseBody;
593
656
  static names(): {
594
657
  [key: string]: string;
@@ -605,6 +668,7 @@ export declare class CreateGlobalDatabaseNetworkRequest extends $tea.Model {
605
668
  GDNDescription?: string;
606
669
  ownerAccount?: string;
607
670
  ownerId?: number;
671
+ resourceGroupId?: string;
608
672
  resourceOwnerAccount?: string;
609
673
  resourceOwnerId?: number;
610
674
  securityToken?: string;
@@ -635,6 +699,7 @@ export declare class CreateGlobalDatabaseNetworkResponse extends $tea.Model {
635
699
  headers: {
636
700
  [key: string]: string;
637
701
  };
702
+ statusCode: number;
638
703
  body: CreateGlobalDatabaseNetworkResponseBody;
639
704
  static names(): {
640
705
  [key: string]: string;
@@ -655,6 +720,7 @@ export declare class CreateParameterGroupRequest extends $tea.Model {
655
720
  parameterGroupName?: string;
656
721
  parameters?: string;
657
722
  regionId?: string;
723
+ resourceGroupId?: string;
658
724
  resourceOwnerAccount?: string;
659
725
  resourceOwnerId?: number;
660
726
  static names(): {
@@ -684,6 +750,7 @@ export declare class CreateParameterGroupResponse extends $tea.Model {
684
750
  headers: {
685
751
  [key: string]: string;
686
752
  };
753
+ statusCode: number;
687
754
  body: CreateParameterGroupResponseBody;
688
755
  static names(): {
689
756
  [key: string]: string;
@@ -733,6 +800,7 @@ export declare class CreateStoragePlanResponse extends $tea.Model {
733
800
  headers: {
734
801
  [key: string]: string;
735
802
  };
803
+ statusCode: number;
736
804
  body: CreateStoragePlanResponseBody;
737
805
  static names(): {
738
806
  [key: string]: string;
@@ -777,6 +845,7 @@ export declare class DeleteAccountResponse extends $tea.Model {
777
845
  headers: {
778
846
  [key: string]: string;
779
847
  };
848
+ statusCode: number;
780
849
  body: DeleteAccountResponseBody;
781
850
  static names(): {
782
851
  [key: string]: string;
@@ -821,6 +890,7 @@ export declare class DeleteBackupResponse extends $tea.Model {
821
890
  headers: {
822
891
  [key: string]: string;
823
892
  };
893
+ statusCode: number;
824
894
  body: DeleteBackupResponseBody;
825
895
  static names(): {
826
896
  [key: string]: string;
@@ -865,6 +935,7 @@ export declare class DeleteDBClusterResponse extends $tea.Model {
865
935
  headers: {
866
936
  [key: string]: string;
867
937
  };
938
+ statusCode: number;
868
939
  body: DeleteDBClusterResponseBody;
869
940
  static names(): {
870
941
  [key: string]: string;
@@ -909,6 +980,7 @@ export declare class DeleteDBClusterEndpointResponse extends $tea.Model {
909
980
  headers: {
910
981
  [key: string]: string;
911
982
  };
983
+ statusCode: number;
912
984
  body: DeleteDBClusterEndpointResponseBody;
913
985
  static names(): {
914
986
  [key: string]: string;
@@ -954,6 +1026,7 @@ export declare class DeleteDBEndpointAddressResponse extends $tea.Model {
954
1026
  headers: {
955
1027
  [key: string]: string;
956
1028
  };
1029
+ statusCode: number;
957
1030
  body: DeleteDBEndpointAddressResponseBody;
958
1031
  static names(): {
959
1032
  [key: string]: string;
@@ -998,6 +1071,7 @@ export declare class DeleteDBLinkResponse extends $tea.Model {
998
1071
  headers: {
999
1072
  [key: string]: string;
1000
1073
  };
1074
+ statusCode: number;
1001
1075
  body: DeleteDBLinkResponseBody;
1002
1076
  static names(): {
1003
1077
  [key: string]: string;
@@ -1045,6 +1119,7 @@ export declare class DeleteDBNodesResponse extends $tea.Model {
1045
1119
  headers: {
1046
1120
  [key: string]: string;
1047
1121
  };
1122
+ statusCode: number;
1048
1123
  body: DeleteDBNodesResponseBody;
1049
1124
  static names(): {
1050
1125
  [key: string]: string;
@@ -1089,6 +1164,7 @@ export declare class DeleteDatabaseResponse extends $tea.Model {
1089
1164
  headers: {
1090
1165
  [key: string]: string;
1091
1166
  };
1167
+ statusCode: number;
1092
1168
  body: DeleteDatabaseResponseBody;
1093
1169
  static names(): {
1094
1170
  [key: string]: string;
@@ -1104,6 +1180,7 @@ export declare class DeleteGlobalDatabaseNetworkRequest extends $tea.Model {
1104
1180
  GDNId?: string;
1105
1181
  ownerAccount?: string;
1106
1182
  ownerId?: number;
1183
+ resourceGroupId?: string;
1107
1184
  resourceOwnerAccount?: string;
1108
1185
  resourceOwnerId?: number;
1109
1186
  securityToken?: string;
@@ -1133,6 +1210,7 @@ export declare class DeleteGlobalDatabaseNetworkResponse extends $tea.Model {
1133
1210
  headers: {
1134
1211
  [key: string]: string;
1135
1212
  };
1213
+ statusCode: number;
1136
1214
  body: DeleteGlobalDatabaseNetworkResponseBody;
1137
1215
  static names(): {
1138
1216
  [key: string]: string;
@@ -1175,6 +1253,7 @@ export declare class DeleteMaskingRulesResponse extends $tea.Model {
1175
1253
  headers: {
1176
1254
  [key: string]: string;
1177
1255
  };
1256
+ statusCode: number;
1178
1257
  body: DeleteMaskingRulesResponseBody;
1179
1258
  static names(): {
1180
1259
  [key: string]: string;
@@ -1191,6 +1270,7 @@ export declare class DeleteParameterGroupRequest extends $tea.Model {
1191
1270
  ownerId?: number;
1192
1271
  parameterGroupId?: string;
1193
1272
  regionId?: string;
1273
+ resourceGroupId?: string;
1194
1274
  resourceOwnerAccount?: string;
1195
1275
  resourceOwnerId?: number;
1196
1276
  static names(): {
@@ -1219,6 +1299,7 @@ export declare class DeleteParameterGroupResponse extends $tea.Model {
1219
1299
  headers: {
1220
1300
  [key: string]: string;
1221
1301
  };
1302
+ statusCode: number;
1222
1303
  body: DeleteParameterGroupResponseBody;
1223
1304
  static names(): {
1224
1305
  [key: string]: string;
@@ -1230,6 +1311,54 @@ export declare class DeleteParameterGroupResponse extends $tea.Model {
1230
1311
  [key: string]: any;
1231
1312
  });
1232
1313
  }
1314
+ export declare class DescribeAITaskStatusRequest extends $tea.Model {
1315
+ DBClusterId?: string;
1316
+ ownerAccount?: string;
1317
+ ownerId?: number;
1318
+ regionId?: string;
1319
+ resourceOwnerAccount?: string;
1320
+ resourceOwnerId?: number;
1321
+ static names(): {
1322
+ [key: string]: string;
1323
+ };
1324
+ static types(): {
1325
+ [key: string]: any;
1326
+ };
1327
+ constructor(map?: {
1328
+ [key: string]: any;
1329
+ });
1330
+ }
1331
+ export declare class DescribeAITaskStatusResponseBody extends $tea.Model {
1332
+ DBClusterId?: string;
1333
+ requestId?: string;
1334
+ status?: string;
1335
+ statusName?: string;
1336
+ static names(): {
1337
+ [key: string]: string;
1338
+ };
1339
+ static types(): {
1340
+ [key: string]: any;
1341
+ };
1342
+ constructor(map?: {
1343
+ [key: string]: any;
1344
+ });
1345
+ }
1346
+ export declare class DescribeAITaskStatusResponse extends $tea.Model {
1347
+ headers: {
1348
+ [key: string]: string;
1349
+ };
1350
+ statusCode: number;
1351
+ body: DescribeAITaskStatusResponseBody;
1352
+ static names(): {
1353
+ [key: string]: string;
1354
+ };
1355
+ static types(): {
1356
+ [key: string]: any;
1357
+ };
1358
+ constructor(map?: {
1359
+ [key: string]: any;
1360
+ });
1361
+ }
1233
1362
  export declare class DescribeAccountsRequest extends $tea.Model {
1234
1363
  accountName?: string;
1235
1364
  DBClusterId?: string;
@@ -1268,6 +1397,7 @@ export declare class DescribeAccountsResponse extends $tea.Model {
1268
1397
  headers: {
1269
1398
  [key: string]: string;
1270
1399
  };
1400
+ statusCode: number;
1271
1401
  body: DescribeAccountsResponseBody;
1272
1402
  static names(): {
1273
1403
  [key: string]: string;
@@ -1319,6 +1449,7 @@ export declare class DescribeAutoRenewAttributeResponse extends $tea.Model {
1319
1449
  headers: {
1320
1450
  [key: string]: string;
1321
1451
  };
1452
+ statusCode: number;
1322
1453
  body: DescribeAutoRenewAttributeResponseBody;
1323
1454
  static names(): {
1324
1455
  [key: string]: string;
@@ -1331,6 +1462,7 @@ export declare class DescribeAutoRenewAttributeResponse extends $tea.Model {
1331
1462
  });
1332
1463
  }
1333
1464
  export declare class DescribeBackupLogsRequest extends $tea.Model {
1465
+ backupRegion?: string;
1334
1466
  DBClusterId?: string;
1335
1467
  endTime?: string;
1336
1468
  ownerAccount?: string;
@@ -1370,6 +1502,7 @@ export declare class DescribeBackupLogsResponse extends $tea.Model {
1370
1502
  headers: {
1371
1503
  [key: string]: string;
1372
1504
  };
1505
+ statusCode: number;
1373
1506
  body: DescribeBackupLogsResponseBody;
1374
1507
  static names(): {
1375
1508
  [key: string]: string;
@@ -1404,6 +1537,8 @@ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
1404
1537
  dataLevel1BackupPeriod?: string;
1405
1538
  dataLevel1BackupRetentionPeriod?: string;
1406
1539
  dataLevel1BackupTime?: string;
1540
+ dataLevel2BackupAnotherRegionRegion?: string;
1541
+ dataLevel2BackupAnotherRegionRetentionPeriod?: string;
1407
1542
  dataLevel2BackupPeriod?: string;
1408
1543
  dataLevel2BackupRetentionPeriod?: string;
1409
1544
  preferredBackupPeriod?: string;
@@ -1424,6 +1559,7 @@ export declare class DescribeBackupPolicyResponse extends $tea.Model {
1424
1559
  headers: {
1425
1560
  [key: string]: string;
1426
1561
  };
1562
+ statusCode: number;
1427
1563
  body: DescribeBackupPolicyResponseBody;
1428
1564
  static names(): {
1429
1565
  [key: string]: string;
@@ -1470,6 +1606,7 @@ export declare class DescribeBackupTasksResponse extends $tea.Model {
1470
1606
  headers: {
1471
1607
  [key: string]: string;
1472
1608
  };
1609
+ statusCode: number;
1473
1610
  body: DescribeBackupTasksResponseBody;
1474
1611
  static names(): {
1475
1612
  [key: string]: string;
@@ -1484,6 +1621,7 @@ export declare class DescribeBackupTasksResponse extends $tea.Model {
1484
1621
  export declare class DescribeBackupsRequest extends $tea.Model {
1485
1622
  backupId?: string;
1486
1623
  backupMode?: string;
1624
+ backupRegion?: string;
1487
1625
  backupStatus?: string;
1488
1626
  DBClusterId?: string;
1489
1627
  endTime?: string;
@@ -1524,6 +1662,7 @@ export declare class DescribeBackupsResponse extends $tea.Model {
1524
1662
  headers: {
1525
1663
  [key: string]: string;
1526
1664
  };
1665
+ statusCode: number;
1527
1666
  body: DescribeBackupsResponseBody;
1528
1667
  static names(): {
1529
1668
  [key: string]: string;
@@ -1570,6 +1709,7 @@ export declare class DescribeCharacterSetNameResponse extends $tea.Model {
1570
1709
  headers: {
1571
1710
  [key: string]: string;
1572
1711
  };
1712
+ statusCode: number;
1573
1713
  body: DescribeCharacterSetNameResponseBody;
1574
1714
  static names(): {
1575
1715
  [key: string]: string;
@@ -1581,6 +1721,55 @@ export declare class DescribeCharacterSetNameResponse extends $tea.Model {
1581
1721
  [key: string]: any;
1582
1722
  });
1583
1723
  }
1724
+ export declare class DescribeClassListRequest extends $tea.Model {
1725
+ commodityCode?: string;
1726
+ orderType?: string;
1727
+ ownerAccount?: string;
1728
+ ownerId?: number;
1729
+ regionId?: string;
1730
+ resourceGroupId?: string;
1731
+ resourceOwnerAccount?: string;
1732
+ resourceOwnerId?: number;
1733
+ static names(): {
1734
+ [key: string]: string;
1735
+ };
1736
+ static types(): {
1737
+ [key: string]: any;
1738
+ };
1739
+ constructor(map?: {
1740
+ [key: string]: any;
1741
+ });
1742
+ }
1743
+ export declare class DescribeClassListResponseBody extends $tea.Model {
1744
+ items?: DescribeClassListResponseBodyItems[];
1745
+ regionId?: string;
1746
+ requestId?: string;
1747
+ static names(): {
1748
+ [key: string]: string;
1749
+ };
1750
+ static types(): {
1751
+ [key: string]: any;
1752
+ };
1753
+ constructor(map?: {
1754
+ [key: string]: any;
1755
+ });
1756
+ }
1757
+ export declare class DescribeClassListResponse extends $tea.Model {
1758
+ headers: {
1759
+ [key: string]: string;
1760
+ };
1761
+ statusCode: number;
1762
+ body: DescribeClassListResponseBody;
1763
+ static names(): {
1764
+ [key: string]: string;
1765
+ };
1766
+ static types(): {
1767
+ [key: string]: any;
1768
+ };
1769
+ constructor(map?: {
1770
+ [key: string]: any;
1771
+ });
1772
+ }
1584
1773
  export declare class DescribeDBClusterAccessWhitelistRequest extends $tea.Model {
1585
1774
  DBClusterId?: string;
1586
1775
  ownerAccount?: string;
@@ -1615,6 +1804,7 @@ export declare class DescribeDBClusterAccessWhitelistResponse extends $tea.Model
1615
1804
  headers: {
1616
1805
  [key: string]: string;
1617
1806
  };
1807
+ statusCode: number;
1618
1808
  body: DescribeDBClusterAccessWhitelistResponseBody;
1619
1809
  static names(): {
1620
1810
  [key: string]: string;
@@ -1643,6 +1833,8 @@ export declare class DescribeDBClusterAttributeRequest extends $tea.Model {
1643
1833
  });
1644
1834
  }
1645
1835
  export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
1836
+ blktagTotal?: number;
1837
+ blktagUsed?: number;
1646
1838
  category?: string;
1647
1839
  creationTime?: string;
1648
1840
  DBClusterDescription?: string;
@@ -1658,6 +1850,8 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
1658
1850
  engine?: string;
1659
1851
  expireTime?: string;
1660
1852
  expired?: string;
1853
+ inodeTotal?: number;
1854
+ inodeUsed?: number;
1661
1855
  isLatestVersion?: boolean;
1662
1856
  isProxyLatestVersion?: boolean;
1663
1857
  lockMode?: string;
@@ -1671,7 +1865,10 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
1671
1865
  requestId?: string;
1672
1866
  resourceGroupId?: string;
1673
1867
  SQLSize?: number;
1868
+ serverlessType?: string;
1674
1869
  storageMax?: number;
1870
+ storagePayType?: string;
1871
+ storageSpace?: number;
1675
1872
  storageType?: string;
1676
1873
  storageUsed?: number;
1677
1874
  subCategory?: string;
@@ -1693,6 +1890,7 @@ export declare class DescribeDBClusterAttributeResponse extends $tea.Model {
1693
1890
  headers: {
1694
1891
  [key: string]: string;
1695
1892
  };
1893
+ statusCode: number;
1696
1894
  body: DescribeDBClusterAttributeResponseBody;
1697
1895
  static names(): {
1698
1896
  [key: string]: string;
@@ -1737,6 +1935,7 @@ export declare class DescribeDBClusterAuditLogCollectorResponse extends $tea.Mod
1737
1935
  headers: {
1738
1936
  [key: string]: string;
1739
1937
  };
1938
+ statusCode: number;
1740
1939
  body: DescribeDBClusterAuditLogCollectorResponseBody;
1741
1940
  static names(): {
1742
1941
  [key: string]: string;
@@ -1786,6 +1985,7 @@ export declare class DescribeDBClusterAvailableResourcesResponse extends $tea.Mo
1786
1985
  headers: {
1787
1986
  [key: string]: string;
1788
1987
  };
1988
+ statusCode: number;
1789
1989
  body: DescribeDBClusterAvailableResourcesResponseBody;
1790
1990
  static names(): {
1791
1991
  [key: string]: string;
@@ -1831,6 +2031,7 @@ export declare class DescribeDBClusterEndpointsResponse extends $tea.Model {
1831
2031
  headers: {
1832
2032
  [key: string]: string;
1833
2033
  };
2034
+ statusCode: number;
1834
2035
  body: DescribeDBClusterEndpointsResponseBody;
1835
2036
  static names(): {
1836
2037
  [key: string]: string;
@@ -1864,6 +2065,7 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
1864
2065
  DBClusterId?: string;
1865
2066
  DBClusterReadWriteMode?: string;
1866
2067
  delayedSeconds?: number;
2068
+ dtsInstanceId?: string;
1867
2069
  expiredTime?: string;
1868
2070
  migrationStatus?: string;
1869
2071
  rdsEndpointList?: DescribeDBClusterMigrationResponseBodyRdsEndpointList[];
@@ -1885,6 +2087,7 @@ export declare class DescribeDBClusterMigrationResponse extends $tea.Model {
1885
2087
  headers: {
1886
2088
  [key: string]: string;
1887
2089
  };
2090
+ statusCode: number;
1888
2091
  body: DescribeDBClusterMigrationResponseBody;
1889
2092
  static names(): {
1890
2093
  [key: string]: string;
@@ -1929,6 +2132,7 @@ export declare class DescribeDBClusterMonitorResponse extends $tea.Model {
1929
2132
  headers: {
1930
2133
  [key: string]: string;
1931
2134
  };
2135
+ statusCode: number;
1932
2136
  body: DescribeDBClusterMonitorResponseBody;
1933
2137
  static names(): {
1934
2138
  [key: string]: string;
@@ -1976,6 +2180,7 @@ export declare class DescribeDBClusterParametersResponse extends $tea.Model {
1976
2180
  headers: {
1977
2181
  [key: string]: string;
1978
2182
  };
2183
+ statusCode: number;
1979
2184
  body: DescribeDBClusterParametersResponseBody;
1980
2185
  static names(): {
1981
2186
  [key: string]: string;
@@ -2024,6 +2229,7 @@ export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
2024
2229
  headers: {
2025
2230
  [key: string]: string;
2026
2231
  };
2232
+ statusCode: number;
2027
2233
  body: DescribeDBClusterPerformanceResponseBody;
2028
2234
  static names(): {
2029
2235
  [key: string]: string;
@@ -2069,6 +2275,7 @@ export declare class DescribeDBClusterSSLResponse extends $tea.Model {
2069
2275
  headers: {
2070
2276
  [key: string]: string;
2071
2277
  };
2278
+ statusCode: number;
2072
2279
  body: DescribeDBClusterSSLResponseBody;
2073
2280
  static names(): {
2074
2281
  [key: string]: string;
@@ -2101,6 +2308,7 @@ export declare class DescribeDBClusterTDEResponseBody extends $tea.Model {
2101
2308
  encryptNewTables?: string;
2102
2309
  encryptionKey?: string;
2103
2310
  requestId?: string;
2311
+ TDERegion?: string;
2104
2312
  TDEStatus?: string;
2105
2313
  static names(): {
2106
2314
  [key: string]: string;
@@ -2116,6 +2324,7 @@ export declare class DescribeDBClusterTDEResponse extends $tea.Model {
2116
2324
  headers: {
2117
2325
  [key: string]: string;
2118
2326
  };
2327
+ statusCode: number;
2119
2328
  body: DescribeDBClusterTDEResponseBody;
2120
2329
  static names(): {
2121
2330
  [key: string]: string;
@@ -2151,6 +2360,7 @@ export declare class DescribeDBClusterVersionResponseBody extends $tea.Model {
2151
2360
  DBVersion?: string;
2152
2361
  DBVersionStatus?: string;
2153
2362
  isLatestVersion?: string;
2363
+ isProxyLatestVersion?: string;
2154
2364
  proxyLatestVersion?: string;
2155
2365
  proxyRevisionVersion?: string;
2156
2366
  proxyVersionStatus?: string;
@@ -2169,6 +2379,7 @@ export declare class DescribeDBClusterVersionResponse extends $tea.Model {
2169
2379
  headers: {
2170
2380
  [key: string]: string;
2171
2381
  };
2382
+ statusCode: number;
2172
2383
  body: DescribeDBClusterVersionResponseBody;
2173
2384
  static names(): {
2174
2385
  [key: string]: string;
@@ -2186,11 +2397,14 @@ export declare class DescribeDBClustersRequest extends $tea.Model {
2186
2397
  DBClusterStatus?: string;
2187
2398
  DBNodeIds?: string;
2188
2399
  DBType?: string;
2400
+ expired?: boolean;
2189
2401
  ownerAccount?: string;
2190
2402
  ownerId?: number;
2191
2403
  pageNumber?: number;
2192
2404
  pageSize?: number;
2193
2405
  payType?: string;
2406
+ recentCreationInterval?: number;
2407
+ recentExpirationInterval?: number;
2194
2408
  regionId?: string;
2195
2409
  resourceGroupId?: string;
2196
2410
  resourceOwnerAccount?: string;
@@ -2226,6 +2440,7 @@ export declare class DescribeDBClustersResponse extends $tea.Model {
2226
2440
  headers: {
2227
2441
  [key: string]: string;
2228
2442
  };
2443
+ statusCode: number;
2229
2444
  body: DescribeDBClustersResponseBody;
2230
2445
  static names(): {
2231
2446
  [key: string]: string;
@@ -2248,6 +2463,7 @@ export declare class DescribeDBClustersWithBackupsRequest extends $tea.Model {
2248
2463
  pageNumber?: number;
2249
2464
  pageSize?: number;
2250
2465
  regionId?: string;
2466
+ resourceGroupId?: string;
2251
2467
  resourceOwnerAccount?: string;
2252
2468
  resourceOwnerId?: number;
2253
2469
  static names(): {
@@ -2280,6 +2496,7 @@ export declare class DescribeDBClustersWithBackupsResponse extends $tea.Model {
2280
2496
  headers: {
2281
2497
  [key: string]: string;
2282
2498
  };
2499
+ statusCode: number;
2283
2500
  body: DescribeDBClustersWithBackupsResponseBody;
2284
2501
  static names(): {
2285
2502
  [key: string]: string;
@@ -2326,6 +2543,7 @@ export declare class DescribeDBInitializeVariableResponse extends $tea.Model {
2326
2543
  headers: {
2327
2544
  [key: string]: string;
2328
2545
  };
2546
+ statusCode: number;
2329
2547
  body: DescribeDBInitializeVariableResponseBody;
2330
2548
  static names(): {
2331
2549
  [key: string]: string;
@@ -2372,6 +2590,7 @@ export declare class DescribeDBLinksResponse extends $tea.Model {
2372
2590
  headers: {
2373
2591
  [key: string]: string;
2374
2592
  };
2593
+ statusCode: number;
2375
2594
  body: DescribeDBLinksResponseBody;
2376
2595
  static names(): {
2377
2596
  [key: string]: string;
@@ -2421,6 +2640,7 @@ export declare class DescribeDBNodePerformanceResponse extends $tea.Model {
2421
2640
  headers: {
2422
2641
  [key: string]: string;
2423
2642
  };
2643
+ statusCode: number;
2424
2644
  body: DescribeDBNodePerformanceResponseBody;
2425
2645
  static names(): {
2426
2646
  [key: string]: string;
@@ -2469,6 +2689,7 @@ export declare class DescribeDBNodesParametersResponse extends $tea.Model {
2469
2689
  headers: {
2470
2690
  [key: string]: string;
2471
2691
  };
2692
+ statusCode: number;
2472
2693
  body: DescribeDBNodesParametersResponseBody;
2473
2694
  static names(): {
2474
2695
  [key: string]: string;
@@ -2517,6 +2738,7 @@ export declare class DescribeDBProxyPerformanceResponse extends $tea.Model {
2517
2738
  headers: {
2518
2739
  [key: string]: string;
2519
2740
  };
2741
+ statusCode: number;
2520
2742
  body: DescribeDBProxyPerformanceResponseBody;
2521
2743
  static names(): {
2522
2744
  [key: string]: string;
@@ -2566,6 +2788,7 @@ export declare class DescribeDatabasesResponse extends $tea.Model {
2566
2788
  headers: {
2567
2789
  [key: string]: string;
2568
2790
  };
2791
+ statusCode: number;
2569
2792
  body: DescribeDatabasesResponseBody;
2570
2793
  static names(): {
2571
2794
  [key: string]: string;
@@ -2580,6 +2803,7 @@ export declare class DescribeDatabasesResponse extends $tea.Model {
2580
2803
  export declare class DescribeDetachedBackupsRequest extends $tea.Model {
2581
2804
  backupId?: string;
2582
2805
  backupMode?: string;
2806
+ backupRegion?: string;
2583
2807
  backupStatus?: string;
2584
2808
  DBClusterId?: string;
2585
2809
  endTime?: string;
@@ -2620,6 +2844,7 @@ export declare class DescribeDetachedBackupsResponse extends $tea.Model {
2620
2844
  headers: {
2621
2845
  [key: string]: string;
2622
2846
  };
2847
+ statusCode: number;
2623
2848
  body: DescribeDetachedBackupsResponseBody;
2624
2849
  static names(): {
2625
2850
  [key: string]: string;
@@ -2635,6 +2860,7 @@ export declare class DescribeGlobalDatabaseNetworkRequest extends $tea.Model {
2635
2860
  GDNId?: string;
2636
2861
  ownerAccount?: string;
2637
2862
  ownerId?: number;
2863
+ resourceGroupId?: string;
2638
2864
  resourceOwnerAccount?: string;
2639
2865
  resourceOwnerId?: number;
2640
2866
  securityToken?: string;
@@ -2672,6 +2898,7 @@ export declare class DescribeGlobalDatabaseNetworkResponse extends $tea.Model {
2672
2898
  headers: {
2673
2899
  [key: string]: string;
2674
2900
  };
2901
+ statusCode: number;
2675
2902
  body: DescribeGlobalDatabaseNetworkResponseBody;
2676
2903
  static names(): {
2677
2904
  [key: string]: string;
@@ -2685,10 +2912,13 @@ export declare class DescribeGlobalDatabaseNetworkResponse extends $tea.Model {
2685
2912
  }
2686
2913
  export declare class DescribeGlobalDatabaseNetworksRequest extends $tea.Model {
2687
2914
  DBClusterId?: string;
2915
+ GDNDescription?: string;
2916
+ GDNId?: string;
2688
2917
  ownerAccount?: string;
2689
2918
  ownerId?: number;
2690
2919
  pageNumber?: number;
2691
2920
  pageSize?: number;
2921
+ resourceGroupId?: string;
2692
2922
  resourceOwnerAccount?: string;
2693
2923
  resourceOwnerId?: number;
2694
2924
  securityToken?: string;
@@ -2722,6 +2952,7 @@ export declare class DescribeGlobalDatabaseNetworksResponse extends $tea.Model {
2722
2952
  headers: {
2723
2953
  [key: string]: string;
2724
2954
  };
2955
+ statusCode: number;
2725
2956
  body: DescribeGlobalDatabaseNetworksResponseBody;
2726
2957
  static names(): {
2727
2958
  [key: string]: string;
@@ -2751,6 +2982,8 @@ export declare class DescribeLogBackupPolicyRequest extends $tea.Model {
2751
2982
  }
2752
2983
  export declare class DescribeLogBackupPolicyResponseBody extends $tea.Model {
2753
2984
  enableBackupLog?: number;
2985
+ logBackupAnotherRegionRegion?: string;
2986
+ logBackupAnotherRegionRetentionPeriod?: string;
2754
2987
  logBackupRetentionPeriod?: number;
2755
2988
  requestId?: string;
2756
2989
  static names(): {
@@ -2767,6 +3000,7 @@ export declare class DescribeLogBackupPolicyResponse extends $tea.Model {
2767
3000
  headers: {
2768
3001
  [key: string]: string;
2769
3002
  };
3003
+ statusCode: number;
2770
3004
  body: DescribeLogBackupPolicyResponseBody;
2771
3005
  static names(): {
2772
3006
  [key: string]: string;
@@ -2792,6 +3026,7 @@ export declare class DescribeMaskingRulesRequest extends $tea.Model {
2792
3026
  });
2793
3027
  }
2794
3028
  export declare class DescribeMaskingRulesResponseBody extends $tea.Model {
3029
+ DBClusterId?: string;
2795
3030
  data?: DescribeMaskingRulesResponseBodyData;
2796
3031
  message?: string;
2797
3032
  requestId?: string;
@@ -2810,6 +3045,7 @@ export declare class DescribeMaskingRulesResponse extends $tea.Model {
2810
3045
  headers: {
2811
3046
  [key: string]: string;
2812
3047
  };
3048
+ statusCode: number;
2813
3049
  body: DescribeMaskingRulesResponseBody;
2814
3050
  static names(): {
2815
3051
  [key: string]: string;
@@ -2844,6 +3080,7 @@ export declare class DescribeMetaListRequest extends $tea.Model {
2844
3080
  });
2845
3081
  }
2846
3082
  export declare class DescribeMetaListResponseBody extends $tea.Model {
3083
+ DBClusterId?: string;
2847
3084
  items?: DescribeMetaListResponseBodyItems[];
2848
3085
  pageNumber?: string;
2849
3086
  pageSize?: string;
@@ -2864,6 +3101,7 @@ export declare class DescribeMetaListResponse extends $tea.Model {
2864
3101
  headers: {
2865
3102
  [key: string]: string;
2866
3103
  };
3104
+ statusCode: number;
2867
3105
  body: DescribeMetaListResponseBody;
2868
3106
  static names(): {
2869
3107
  [key: string]: string;
@@ -2880,6 +3118,7 @@ export declare class DescribeParameterGroupRequest extends $tea.Model {
2880
3118
  ownerId?: number;
2881
3119
  parameterGroupId?: string;
2882
3120
  regionId?: string;
3121
+ resourceGroupId?: string;
2883
3122
  resourceOwnerAccount?: string;
2884
3123
  resourceOwnerId?: number;
2885
3124
  static names(): {
@@ -2909,6 +3148,7 @@ export declare class DescribeParameterGroupResponse extends $tea.Model {
2909
3148
  headers: {
2910
3149
  [key: string]: string;
2911
3150
  };
3151
+ statusCode: number;
2912
3152
  body: DescribeParameterGroupResponseBody;
2913
3153
  static names(): {
2914
3154
  [key: string]: string;
@@ -2926,6 +3166,7 @@ export declare class DescribeParameterGroupsRequest extends $tea.Model {
2926
3166
  ownerAccount?: string;
2927
3167
  ownerId?: number;
2928
3168
  regionId?: string;
3169
+ resourceGroupId?: string;
2929
3170
  resourceOwnerAccount?: string;
2930
3171
  resourceOwnerId?: number;
2931
3172
  static names(): {
@@ -2955,6 +3196,7 @@ export declare class DescribeParameterGroupsResponse extends $tea.Model {
2955
3196
  headers: {
2956
3197
  [key: string]: string;
2957
3198
  };
3199
+ statusCode: number;
2958
3200
  body: DescribeParameterGroupsResponseBody;
2959
3201
  static names(): {
2960
3202
  [key: string]: string;
@@ -2972,6 +3214,7 @@ export declare class DescribeParameterTemplatesRequest extends $tea.Model {
2972
3214
  ownerAccount?: string;
2973
3215
  ownerId?: number;
2974
3216
  regionId?: string;
3217
+ resourceGroupId?: string;
2975
3218
  resourceOwnerAccount?: string;
2976
3219
  resourceOwnerId?: number;
2977
3220
  static names(): {
@@ -3005,6 +3248,7 @@ export declare class DescribeParameterTemplatesResponse extends $tea.Model {
3005
3248
  headers: {
3006
3249
  [key: string]: string;
3007
3250
  };
3251
+ statusCode: number;
3008
3252
  body: DescribeParameterTemplatesResponseBody;
3009
3253
  static names(): {
3010
3254
  [key: string]: string;
@@ -3023,6 +3267,7 @@ export declare class DescribePendingMaintenanceActionRequest extends $tea.Model
3023
3267
  pageNumber?: number;
3024
3268
  pageSize?: number;
3025
3269
  region?: string;
3270
+ resourceGroupId?: string;
3026
3271
  resourceOwnerAccount?: string;
3027
3272
  resourceOwnerId?: number;
3028
3273
  securityToken?: string;
@@ -3057,6 +3302,7 @@ export declare class DescribePendingMaintenanceActionResponse extends $tea.Model
3057
3302
  headers: {
3058
3303
  [key: string]: string;
3059
3304
  };
3305
+ statusCode: number;
3060
3306
  body: DescribePendingMaintenanceActionResponseBody;
3061
3307
  static names(): {
3062
3308
  [key: string]: string;
@@ -3073,6 +3319,7 @@ export declare class DescribePendingMaintenanceActionsRequest extends $tea.Model
3073
3319
  ownerAccount?: string;
3074
3320
  ownerId?: number;
3075
3321
  regionId?: string;
3322
+ resourceGroupId?: string;
3076
3323
  resourceOwnerAccount?: string;
3077
3324
  resourceOwnerId?: number;
3078
3325
  securityToken?: string;
@@ -3103,6 +3350,7 @@ export declare class DescribePendingMaintenanceActionsResponse extends $tea.Mode
3103
3350
  headers: {
3104
3351
  [key: string]: string;
3105
3352
  };
3353
+ statusCode: number;
3106
3354
  body: DescribePendingMaintenanceActionsResponseBody;
3107
3355
  static names(): {
3108
3356
  [key: string]: string;
@@ -3131,6 +3379,7 @@ export declare class DescribePolarSQLCollectorPolicyRequest extends $tea.Model {
3131
3379
  });
3132
3380
  }
3133
3381
  export declare class DescribePolarSQLCollectorPolicyResponseBody extends $tea.Model {
3382
+ DBClusterId?: string;
3134
3383
  requestId?: string;
3135
3384
  SQLCollectorStatus?: string;
3136
3385
  static names(): {
@@ -3147,6 +3396,7 @@ export declare class DescribePolarSQLCollectorPolicyResponse extends $tea.Model
3147
3396
  headers: {
3148
3397
  [key: string]: string;
3149
3398
  };
3399
+ statusCode: number;
3150
3400
  body: DescribePolarSQLCollectorPolicyResponseBody;
3151
3401
  static names(): {
3152
3402
  [key: string]: string;
@@ -3190,6 +3440,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
3190
3440
  headers: {
3191
3441
  [key: string]: string;
3192
3442
  };
3443
+ statusCode: number;
3193
3444
  body: DescribeRegionsResponseBody;
3194
3445
  static names(): {
3195
3446
  [key: string]: string;
@@ -3209,7 +3460,10 @@ export declare class DescribeScheduleTasksRequest extends $tea.Model {
3209
3460
  ownerId?: number;
3210
3461
  pageNumber?: number;
3211
3462
  pageSize?: number;
3463
+ plannedEndTime?: string;
3464
+ plannedStartTime?: string;
3212
3465
  regionId?: string;
3466
+ resourceGroupId?: string;
3213
3467
  resourceOwnerAccount?: string;
3214
3468
  resourceOwnerId?: number;
3215
3469
  status?: string;
@@ -3243,6 +3497,7 @@ export declare class DescribeScheduleTasksResponse extends $tea.Model {
3243
3497
  headers: {
3244
3498
  [key: string]: string;
3245
3499
  };
3500
+ statusCode: number;
3246
3501
  body: DescribeScheduleTasksResponseBody;
3247
3502
  static names(): {
3248
3503
  [key: string]: string;
@@ -3299,6 +3554,7 @@ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
3299
3554
  headers: {
3300
3555
  [key: string]: string;
3301
3556
  };
3557
+ statusCode: number;
3302
3558
  body: DescribeSlowLogRecordsResponseBody;
3303
3559
  static names(): {
3304
3560
  [key: string]: string;
@@ -3356,6 +3612,7 @@ export declare class DescribeSlowLogsResponse extends $tea.Model {
3356
3612
  headers: {
3357
3613
  [key: string]: string;
3358
3614
  };
3615
+ statusCode: number;
3359
3616
  body: DescribeSlowLogsResponseBody;
3360
3617
  static names(): {
3361
3618
  [key: string]: string;
@@ -3372,6 +3629,7 @@ export declare class DescribeStoragePlanRequest extends $tea.Model {
3372
3629
  ownerId?: number;
3373
3630
  pageNumber?: number;
3374
3631
  pageSize?: number;
3632
+ resourceGroupId?: string;
3375
3633
  resourceOwnerAccount?: string;
3376
3634
  resourceOwnerId?: number;
3377
3635
  static names(): {
@@ -3404,6 +3662,7 @@ export declare class DescribeStoragePlanResponse extends $tea.Model {
3404
3662
  headers: {
3405
3663
  [key: string]: string;
3406
3664
  };
3665
+ statusCode: number;
3407
3666
  body: DescribeStoragePlanResponseBody;
3408
3667
  static names(): {
3409
3668
  [key: string]: string;
@@ -3460,6 +3719,7 @@ export declare class DescribeTasksResponse extends $tea.Model {
3460
3719
  headers: {
3461
3720
  [key: string]: string;
3462
3721
  };
3722
+ statusCode: number;
3463
3723
  body: DescribeTasksResponseBody;
3464
3724
  static names(): {
3465
3725
  [key: string]: string;
@@ -3471,6 +3731,110 @@ export declare class DescribeTasksResponse extends $tea.Model {
3471
3731
  [key: string]: any;
3472
3732
  });
3473
3733
  }
3734
+ export declare class EnableFirewallRulesRequest extends $tea.Model {
3735
+ DBClusterId?: string;
3736
+ enable?: boolean;
3737
+ ownerAccount?: string;
3738
+ ownerId?: number;
3739
+ resourceOwnerAccount?: string;
3740
+ resourceOwnerId?: number;
3741
+ ruleNameList?: string;
3742
+ static names(): {
3743
+ [key: string]: string;
3744
+ };
3745
+ static types(): {
3746
+ [key: string]: any;
3747
+ };
3748
+ constructor(map?: {
3749
+ [key: string]: any;
3750
+ });
3751
+ }
3752
+ export declare class EnableFirewallRulesResponseBody extends $tea.Model {
3753
+ message?: string;
3754
+ requestId?: string;
3755
+ success?: boolean;
3756
+ static names(): {
3757
+ [key: string]: string;
3758
+ };
3759
+ static types(): {
3760
+ [key: string]: any;
3761
+ };
3762
+ constructor(map?: {
3763
+ [key: string]: any;
3764
+ });
3765
+ }
3766
+ export declare class EnableFirewallRulesResponse extends $tea.Model {
3767
+ headers: {
3768
+ [key: string]: string;
3769
+ };
3770
+ statusCode: number;
3771
+ body: EnableFirewallRulesResponseBody;
3772
+ static names(): {
3773
+ [key: string]: string;
3774
+ };
3775
+ static types(): {
3776
+ [key: string]: any;
3777
+ };
3778
+ constructor(map?: {
3779
+ [key: string]: any;
3780
+ });
3781
+ }
3782
+ export declare class EvaluateRegionResourceRequest extends $tea.Model {
3783
+ DBInstanceConnType?: string;
3784
+ DBNodeClass?: string;
3785
+ DBType?: string;
3786
+ DBVersion?: string;
3787
+ dispenseMode?: string;
3788
+ needMaxScaleLink?: string;
3789
+ ownerAccount?: string;
3790
+ ownerId?: number;
3791
+ regionId?: string;
3792
+ resourceGroupId?: string;
3793
+ resourceOwnerAccount?: string;
3794
+ resourceOwnerId?: number;
3795
+ subDomain?: string;
3796
+ zoneId?: string;
3797
+ static names(): {
3798
+ [key: string]: string;
3799
+ };
3800
+ static types(): {
3801
+ [key: string]: any;
3802
+ };
3803
+ constructor(map?: {
3804
+ [key: string]: any;
3805
+ });
3806
+ }
3807
+ export declare class EvaluateRegionResourceResponseBody extends $tea.Model {
3808
+ DBInstanceAvailable?: string;
3809
+ DBType?: string;
3810
+ DBVersion?: string;
3811
+ requestId?: string;
3812
+ static names(): {
3813
+ [key: string]: string;
3814
+ };
3815
+ static types(): {
3816
+ [key: string]: any;
3817
+ };
3818
+ constructor(map?: {
3819
+ [key: string]: any;
3820
+ });
3821
+ }
3822
+ export declare class EvaluateRegionResourceResponse extends $tea.Model {
3823
+ headers: {
3824
+ [key: string]: string;
3825
+ };
3826
+ statusCode: number;
3827
+ body: EvaluateRegionResourceResponseBody;
3828
+ static names(): {
3829
+ [key: string]: string;
3830
+ };
3831
+ static types(): {
3832
+ [key: string]: any;
3833
+ };
3834
+ constructor(map?: {
3835
+ [key: string]: any;
3836
+ });
3837
+ }
3474
3838
  export declare class FailoverDBClusterRequest extends $tea.Model {
3475
3839
  clientToken?: string;
3476
3840
  DBClusterId?: string;
@@ -3505,6 +3869,7 @@ export declare class FailoverDBClusterResponse extends $tea.Model {
3505
3869
  headers: {
3506
3870
  [key: string]: string;
3507
3871
  };
3872
+ statusCode: number;
3508
3873
  body: FailoverDBClusterResponseBody;
3509
3874
  static names(): {
3510
3875
  [key: string]: string;
@@ -3551,6 +3916,7 @@ export declare class GrantAccountPrivilegeResponse extends $tea.Model {
3551
3916
  headers: {
3552
3917
  [key: string]: string;
3553
3918
  };
3919
+ statusCode: number;
3554
3920
  body: GrantAccountPrivilegeResponseBody;
3555
3921
  static names(): {
3556
3922
  [key: string]: string;
@@ -3600,6 +3966,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
3600
3966
  headers: {
3601
3967
  [key: string]: string;
3602
3968
  };
3969
+ statusCode: number;
3603
3970
  body: ListTagResourcesResponseBody;
3604
3971
  static names(): {
3605
3972
  [key: string]: string;
@@ -3645,6 +4012,7 @@ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
3645
4012
  headers: {
3646
4013
  [key: string]: string;
3647
4014
  };
4015
+ statusCode: number;
3648
4016
  body: ModifyAccountDescriptionResponseBody;
3649
4017
  static names(): {
3650
4018
  [key: string]: string;
@@ -3690,6 +4058,7 @@ export declare class ModifyAccountPasswordResponse extends $tea.Model {
3690
4058
  headers: {
3691
4059
  [key: string]: string;
3692
4060
  };
4061
+ statusCode: number;
3693
4062
  body: ModifyAccountPasswordResponseBody;
3694
4063
  static names(): {
3695
4064
  [key: string]: string;
@@ -3738,6 +4107,7 @@ export declare class ModifyAutoRenewAttributeResponse extends $tea.Model {
3738
4107
  headers: {
3739
4108
  [key: string]: string;
3740
4109
  };
4110
+ statusCode: number;
3741
4111
  body: ModifyAutoRenewAttributeResponseBody;
3742
4112
  static names(): {
3743
4113
  [key: string]: string;
@@ -3757,6 +4127,8 @@ export declare class ModifyBackupPolicyRequest extends $tea.Model {
3757
4127
  dataLevel1BackupPeriod?: string;
3758
4128
  dataLevel1BackupRetentionPeriod?: string;
3759
4129
  dataLevel1BackupTime?: string;
4130
+ dataLevel2BackupAnotherRegionRegion?: string;
4131
+ dataLevel2BackupAnotherRegionRetentionPeriod?: string;
3760
4132
  dataLevel2BackupPeriod?: string;
3761
4133
  dataLevel2BackupRetentionPeriod?: string;
3762
4134
  ownerAccount?: string;
@@ -3791,6 +4163,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
3791
4163
  headers: {
3792
4164
  [key: string]: string;
3793
4165
  };
4166
+ statusCode: number;
3794
4167
  body: ModifyBackupPolicyResponseBody;
3795
4168
  static names(): {
3796
4169
  [key: string]: string;
@@ -3840,6 +4213,7 @@ export declare class ModifyDBClusterAccessWhitelistResponse extends $tea.Model {
3840
4213
  headers: {
3841
4214
  [key: string]: string;
3842
4215
  };
4216
+ statusCode: number;
3843
4217
  body: ModifyDBClusterAccessWhitelistResponseBody;
3844
4218
  static names(): {
3845
4219
  [key: string]: string;
@@ -3854,10 +4228,13 @@ export declare class ModifyDBClusterAccessWhitelistResponse extends $tea.Model {
3854
4228
  export declare class ModifyDBClusterAndNodesParametersRequest extends $tea.Model {
3855
4229
  DBClusterId?: string;
3856
4230
  DBNodeIds?: string;
4231
+ fromTimeService?: boolean;
3857
4232
  ownerAccount?: string;
3858
4233
  ownerId?: number;
3859
4234
  parameterGroupId?: string;
3860
4235
  parameters?: string;
4236
+ plannedEndTime?: string;
4237
+ plannedStartTime?: string;
3861
4238
  resourceOwnerAccount?: string;
3862
4239
  resourceOwnerId?: number;
3863
4240
  static names(): {
@@ -3886,6 +4263,7 @@ export declare class ModifyDBClusterAndNodesParametersResponse extends $tea.Mode
3886
4263
  headers: {
3887
4264
  [key: string]: string;
3888
4265
  };
4266
+ statusCode: number;
3889
4267
  body: ModifyDBClusterAndNodesParametersResponseBody;
3890
4268
  static names(): {
3891
4269
  [key: string]: string;
@@ -3930,6 +4308,7 @@ export declare class ModifyDBClusterAuditLogCollectorResponse extends $tea.Model
3930
4308
  headers: {
3931
4309
  [key: string]: string;
3932
4310
  };
4311
+ statusCode: number;
3933
4312
  body: ModifyDBClusterAuditLogCollectorResponseBody;
3934
4313
  static names(): {
3935
4314
  [key: string]: string;
@@ -3941,6 +4320,51 @@ export declare class ModifyDBClusterAuditLogCollectorResponse extends $tea.Model
3941
4320
  [key: string]: any;
3942
4321
  });
3943
4322
  }
4323
+ export declare class ModifyDBClusterDeletionRequest extends $tea.Model {
4324
+ DBClusterId?: string;
4325
+ ownerAccount?: string;
4326
+ ownerId?: number;
4327
+ protection?: boolean;
4328
+ resourceOwnerAccount?: string;
4329
+ resourceOwnerId?: number;
4330
+ static names(): {
4331
+ [key: string]: string;
4332
+ };
4333
+ static types(): {
4334
+ [key: string]: any;
4335
+ };
4336
+ constructor(map?: {
4337
+ [key: string]: any;
4338
+ });
4339
+ }
4340
+ export declare class ModifyDBClusterDeletionResponseBody extends $tea.Model {
4341
+ requestId?: string;
4342
+ static names(): {
4343
+ [key: string]: string;
4344
+ };
4345
+ static types(): {
4346
+ [key: string]: any;
4347
+ };
4348
+ constructor(map?: {
4349
+ [key: string]: any;
4350
+ });
4351
+ }
4352
+ export declare class ModifyDBClusterDeletionResponse extends $tea.Model {
4353
+ headers: {
4354
+ [key: string]: string;
4355
+ };
4356
+ statusCode: number;
4357
+ body: ModifyDBClusterDeletionResponseBody;
4358
+ static names(): {
4359
+ [key: string]: string;
4360
+ };
4361
+ static types(): {
4362
+ [key: string]: any;
4363
+ };
4364
+ constructor(map?: {
4365
+ [key: string]: any;
4366
+ });
4367
+ }
3944
4368
  export declare class ModifyDBClusterDescriptionRequest extends $tea.Model {
3945
4369
  DBClusterDescription?: string;
3946
4370
  DBClusterId?: string;
@@ -3974,6 +4398,7 @@ export declare class ModifyDBClusterDescriptionResponse extends $tea.Model {
3974
4398
  headers: {
3975
4399
  [key: string]: string;
3976
4400
  };
4401
+ statusCode: number;
3977
4402
  body: ModifyDBClusterDescriptionResponseBody;
3978
4403
  static names(): {
3979
4404
  [key: string]: string;
@@ -4023,6 +4448,7 @@ export declare class ModifyDBClusterEndpointResponse extends $tea.Model {
4023
4448
  headers: {
4024
4449
  [key: string]: string;
4025
4450
  };
4451
+ statusCode: number;
4026
4452
  body: ModifyDBClusterEndpointResponseBody;
4027
4453
  static names(): {
4028
4454
  [key: string]: string;
@@ -4067,6 +4493,7 @@ export declare class ModifyDBClusterMaintainTimeResponse extends $tea.Model {
4067
4493
  headers: {
4068
4494
  [key: string]: string;
4069
4495
  };
4496
+ statusCode: number;
4070
4497
  body: ModifyDBClusterMaintainTimeResponseBody;
4071
4498
  static names(): {
4072
4499
  [key: string]: string;
@@ -4079,6 +4506,7 @@ export declare class ModifyDBClusterMaintainTimeResponse extends $tea.Model {
4079
4506
  });
4080
4507
  }
4081
4508
  export declare class ModifyDBClusterMigrationRequest extends $tea.Model {
4509
+ connectionStrings?: string;
4082
4510
  DBClusterId?: string;
4083
4511
  newMasterInstanceId?: string;
4084
4512
  ownerAccount?: string;
@@ -4114,6 +4542,7 @@ export declare class ModifyDBClusterMigrationResponse extends $tea.Model {
4114
4542
  headers: {
4115
4543
  [key: string]: string;
4116
4544
  };
4545
+ statusCode: number;
4117
4546
  body: ModifyDBClusterMigrationResponseBody;
4118
4547
  static names(): {
4119
4548
  [key: string]: string;
@@ -4158,6 +4587,7 @@ export declare class ModifyDBClusterMonitorResponse extends $tea.Model {
4158
4587
  headers: {
4159
4588
  [key: string]: string;
4160
4589
  };
4590
+ statusCode: number;
4161
4591
  body: ModifyDBClusterMonitorResponseBody;
4162
4592
  static names(): {
4163
4593
  [key: string]: string;
@@ -4171,10 +4601,13 @@ export declare class ModifyDBClusterMonitorResponse extends $tea.Model {
4171
4601
  }
4172
4602
  export declare class ModifyDBClusterParametersRequest extends $tea.Model {
4173
4603
  DBClusterId?: string;
4604
+ fromTimeService?: boolean;
4174
4605
  ownerAccount?: string;
4175
4606
  ownerId?: number;
4176
4607
  parameterGroupId?: string;
4177
4608
  parameters?: string;
4609
+ plannedEndTime?: string;
4610
+ plannedStartTime?: string;
4178
4611
  resourceOwnerAccount?: string;
4179
4612
  resourceOwnerId?: number;
4180
4613
  static names(): {
@@ -4203,6 +4636,7 @@ export declare class ModifyDBClusterParametersResponse extends $tea.Model {
4203
4636
  headers: {
4204
4637
  [key: string]: string;
4205
4638
  };
4639
+ statusCode: number;
4206
4640
  body: ModifyDBClusterParametersResponseBody;
4207
4641
  static names(): {
4208
4642
  [key: string]: string;
@@ -4251,6 +4685,7 @@ export declare class ModifyDBClusterPrimaryZoneResponse extends $tea.Model {
4251
4685
  headers: {
4252
4686
  [key: string]: string;
4253
4687
  };
4688
+ statusCode: number;
4254
4689
  body: ModifyDBClusterPrimaryZoneResponseBody;
4255
4690
  static names(): {
4256
4691
  [key: string]: string;
@@ -4262,6 +4697,52 @@ export declare class ModifyDBClusterPrimaryZoneResponse extends $tea.Model {
4262
4697
  [key: string]: any;
4263
4698
  });
4264
4699
  }
4700
+ export declare class ModifyDBClusterResourceGroupRequest extends $tea.Model {
4701
+ DBClusterId?: string;
4702
+ newResourceGroupId?: string;
4703
+ ownerAccount?: string;
4704
+ ownerId?: number;
4705
+ resourceGroupId?: string;
4706
+ resourceOwnerAccount?: string;
4707
+ resourceOwnerId?: number;
4708
+ static names(): {
4709
+ [key: string]: string;
4710
+ };
4711
+ static types(): {
4712
+ [key: string]: any;
4713
+ };
4714
+ constructor(map?: {
4715
+ [key: string]: any;
4716
+ });
4717
+ }
4718
+ export declare class ModifyDBClusterResourceGroupResponseBody extends $tea.Model {
4719
+ requestId?: string;
4720
+ static names(): {
4721
+ [key: string]: string;
4722
+ };
4723
+ static types(): {
4724
+ [key: string]: any;
4725
+ };
4726
+ constructor(map?: {
4727
+ [key: string]: any;
4728
+ });
4729
+ }
4730
+ export declare class ModifyDBClusterResourceGroupResponse extends $tea.Model {
4731
+ headers: {
4732
+ [key: string]: string;
4733
+ };
4734
+ statusCode: number;
4735
+ body: ModifyDBClusterResourceGroupResponseBody;
4736
+ static names(): {
4737
+ [key: string]: string;
4738
+ };
4739
+ static types(): {
4740
+ [key: string]: any;
4741
+ };
4742
+ constructor(map?: {
4743
+ [key: string]: any;
4744
+ });
4745
+ }
4265
4746
  export declare class ModifyDBClusterSSLRequest extends $tea.Model {
4266
4747
  DBClusterId?: string;
4267
4748
  DBEndpointId?: string;
@@ -4298,6 +4779,7 @@ export declare class ModifyDBClusterSSLResponse extends $tea.Model {
4298
4779
  headers: {
4299
4780
  [key: string]: string;
4300
4781
  };
4782
+ statusCode: number;
4301
4783
  body: ModifyDBClusterSSLResponseBody;
4302
4784
  static names(): {
4303
4785
  [key: string]: string;
@@ -4345,6 +4827,7 @@ export declare class ModifyDBClusterTDEResponse extends $tea.Model {
4345
4827
  headers: {
4346
4828
  [key: string]: string;
4347
4829
  };
4830
+ statusCode: number;
4348
4831
  body: ModifyDBClusterTDEResponseBody;
4349
4832
  static names(): {
4350
4833
  [key: string]: string;
@@ -4390,6 +4873,7 @@ export declare class ModifyDBDescriptionResponse extends $tea.Model {
4390
4873
  headers: {
4391
4874
  [key: string]: string;
4392
4875
  };
4876
+ statusCode: number;
4393
4877
  body: ModifyDBDescriptionResponseBody;
4394
4878
  static names(): {
4395
4879
  [key: string]: string;
@@ -4439,6 +4923,7 @@ export declare class ModifyDBEndpointAddressResponse extends $tea.Model {
4439
4923
  headers: {
4440
4924
  [key: string]: string;
4441
4925
  };
4926
+ statusCode: number;
4442
4927
  body: ModifyDBEndpointAddressResponseBody;
4443
4928
  static names(): {
4444
4929
  [key: string]: string;
@@ -4490,6 +4975,7 @@ export declare class ModifyDBNodeClassResponse extends $tea.Model {
4490
4975
  headers: {
4491
4976
  [key: string]: string;
4492
4977
  };
4978
+ statusCode: number;
4493
4979
  body: ModifyDBNodeClassResponseBody;
4494
4980
  static names(): {
4495
4981
  [key: string]: string;
@@ -4541,6 +5027,7 @@ export declare class ModifyDBNodesClassResponse extends $tea.Model {
4541
5027
  headers: {
4542
5028
  [key: string]: string;
4543
5029
  };
5030
+ statusCode: number;
4544
5031
  body: ModifyDBNodesClassResponseBody;
4545
5032
  static names(): {
4546
5033
  [key: string]: string;
@@ -4555,10 +5042,13 @@ export declare class ModifyDBNodesClassResponse extends $tea.Model {
4555
5042
  export declare class ModifyDBNodesParametersRequest extends $tea.Model {
4556
5043
  DBClusterId?: string;
4557
5044
  DBNodeIds?: string;
5045
+ fromTimeService?: boolean;
4558
5046
  ownerAccount?: string;
4559
5047
  ownerId?: number;
4560
5048
  parameterGroupId?: string;
4561
5049
  parameters?: string;
5050
+ plannedEndTime?: string;
5051
+ plannedStartTime?: string;
4562
5052
  resourceOwnerAccount?: string;
4563
5053
  resourceOwnerId?: number;
4564
5054
  static names(): {
@@ -4587,6 +5077,7 @@ export declare class ModifyDBNodesParametersResponse extends $tea.Model {
4587
5077
  headers: {
4588
5078
  [key: string]: string;
4589
5079
  };
5080
+ statusCode: number;
4590
5081
  body: ModifyDBNodesParametersResponseBody;
4591
5082
  static names(): {
4592
5083
  [key: string]: string;
@@ -4603,6 +5094,7 @@ export declare class ModifyGlobalDatabaseNetworkRequest extends $tea.Model {
4603
5094
  GDNId?: string;
4604
5095
  ownerAccount?: string;
4605
5096
  ownerId?: number;
5097
+ resourceGroupId?: string;
4606
5098
  resourceOwnerAccount?: string;
4607
5099
  resourceOwnerId?: number;
4608
5100
  securityToken?: string;
@@ -4632,6 +5124,7 @@ export declare class ModifyGlobalDatabaseNetworkResponse extends $tea.Model {
4632
5124
  headers: {
4633
5125
  [key: string]: string;
4634
5126
  };
5127
+ statusCode: number;
4635
5128
  body: ModifyGlobalDatabaseNetworkResponseBody;
4636
5129
  static names(): {
4637
5130
  [key: string]: string;
@@ -4645,6 +5138,8 @@ export declare class ModifyGlobalDatabaseNetworkResponse extends $tea.Model {
4645
5138
  }
4646
5139
  export declare class ModifyLogBackupPolicyRequest extends $tea.Model {
4647
5140
  DBClusterId?: string;
5141
+ logBackupAnotherRegionRegion?: string;
5142
+ logBackupAnotherRegionRetentionPeriod?: string;
4648
5143
  logBackupRetentionPeriod?: string;
4649
5144
  ownerAccount?: string;
4650
5145
  ownerId?: number;
@@ -4676,6 +5171,7 @@ export declare class ModifyLogBackupPolicyResponse extends $tea.Model {
4676
5171
  headers: {
4677
5172
  [key: string]: string;
4678
5173
  };
5174
+ statusCode: number;
4679
5175
  body: ModifyLogBackupPolicyResponseBody;
4680
5176
  static names(): {
4681
5177
  [key: string]: string;
@@ -4721,6 +5217,7 @@ export declare class ModifyMaskingRulesResponse extends $tea.Model {
4721
5217
  headers: {
4722
5218
  [key: string]: string;
4723
5219
  };
5220
+ statusCode: number;
4724
5221
  body: ModifyMaskingRulesResponseBody;
4725
5222
  static names(): {
4726
5223
  [key: string]: string;
@@ -4737,6 +5234,7 @@ export declare class ModifyPendingMaintenanceActionRequest extends $tea.Model {
4737
5234
  ownerAccount?: string;
4738
5235
  ownerId?: number;
4739
5236
  regionId?: string;
5237
+ resourceGroupId?: string;
4740
5238
  resourceOwnerAccount?: string;
4741
5239
  resourceOwnerId?: number;
4742
5240
  securityToken?: string;
@@ -4768,6 +5266,7 @@ export declare class ModifyPendingMaintenanceActionResponse extends $tea.Model {
4768
5266
  headers: {
4769
5267
  [key: string]: string;
4770
5268
  };
5269
+ statusCode: number;
4771
5270
  body: ModifyPendingMaintenanceActionResponseBody;
4772
5271
  static names(): {
4773
5272
  [key: string]: string;
@@ -4779,6 +5278,99 @@ export declare class ModifyPendingMaintenanceActionResponse extends $tea.Model {
4779
5278
  [key: string]: any;
4780
5279
  });
4781
5280
  }
5281
+ export declare class OpenAITaskRequest extends $tea.Model {
5282
+ DBClusterId?: string;
5283
+ ownerAccount?: string;
5284
+ ownerId?: number;
5285
+ password?: string;
5286
+ regionId?: string;
5287
+ resourceGroupId?: string;
5288
+ resourceOwnerAccount?: string;
5289
+ resourceOwnerId?: number;
5290
+ username?: string;
5291
+ static names(): {
5292
+ [key: string]: string;
5293
+ };
5294
+ static types(): {
5295
+ [key: string]: any;
5296
+ };
5297
+ constructor(map?: {
5298
+ [key: string]: any;
5299
+ });
5300
+ }
5301
+ export declare class OpenAITaskResponseBody extends $tea.Model {
5302
+ requestId?: string;
5303
+ taskId?: string;
5304
+ static names(): {
5305
+ [key: string]: string;
5306
+ };
5307
+ static types(): {
5308
+ [key: string]: any;
5309
+ };
5310
+ constructor(map?: {
5311
+ [key: string]: any;
5312
+ });
5313
+ }
5314
+ export declare class OpenAITaskResponse extends $tea.Model {
5315
+ headers: {
5316
+ [key: string]: string;
5317
+ };
5318
+ statusCode: number;
5319
+ body: OpenAITaskResponseBody;
5320
+ static names(): {
5321
+ [key: string]: string;
5322
+ };
5323
+ static types(): {
5324
+ [key: string]: any;
5325
+ };
5326
+ constructor(map?: {
5327
+ [key: string]: any;
5328
+ });
5329
+ }
5330
+ export declare class RefreshDBClusterStorageUsageRequest extends $tea.Model {
5331
+ ownerAccount?: string;
5332
+ ownerId?: number;
5333
+ resourceOwnerAccount?: string;
5334
+ resourceOwnerId?: number;
5335
+ syncRealTime?: boolean;
5336
+ static names(): {
5337
+ [key: string]: string;
5338
+ };
5339
+ static types(): {
5340
+ [key: string]: any;
5341
+ };
5342
+ constructor(map?: {
5343
+ [key: string]: any;
5344
+ });
5345
+ }
5346
+ export declare class RefreshDBClusterStorageUsageResponseBody extends $tea.Model {
5347
+ requestId?: string;
5348
+ static names(): {
5349
+ [key: string]: string;
5350
+ };
5351
+ static types(): {
5352
+ [key: string]: any;
5353
+ };
5354
+ constructor(map?: {
5355
+ [key: string]: any;
5356
+ });
5357
+ }
5358
+ export declare class RefreshDBClusterStorageUsageResponse extends $tea.Model {
5359
+ headers: {
5360
+ [key: string]: string;
5361
+ };
5362
+ statusCode: number;
5363
+ body: RefreshDBClusterStorageUsageResponseBody;
5364
+ static names(): {
5365
+ [key: string]: string;
5366
+ };
5367
+ static types(): {
5368
+ [key: string]: any;
5369
+ };
5370
+ constructor(map?: {
5371
+ [key: string]: any;
5372
+ });
5373
+ }
4782
5374
  export declare class RemoveDBClusterFromGDNRequest extends $tea.Model {
4783
5375
  DBClusterId?: string;
4784
5376
  GDNId?: string;
@@ -4813,6 +5405,7 @@ export declare class RemoveDBClusterFromGDNResponse extends $tea.Model {
4813
5405
  headers: {
4814
5406
  [key: string]: string;
4815
5407
  };
5408
+ statusCode: number;
4816
5409
  body: RemoveDBClusterFromGDNResponseBody;
4817
5410
  static names(): {
4818
5411
  [key: string]: string;
@@ -4858,6 +5451,7 @@ export declare class ResetAccountResponse extends $tea.Model {
4858
5451
  headers: {
4859
5452
  [key: string]: string;
4860
5453
  };
5454
+ statusCode: number;
4861
5455
  body: ResetAccountResponseBody;
4862
5456
  static names(): {
4863
5457
  [key: string]: string;
@@ -4901,6 +5495,7 @@ export declare class RestartDBNodeResponse extends $tea.Model {
4901
5495
  headers: {
4902
5496
  [key: string]: string;
4903
5497
  };
5498
+ statusCode: number;
4904
5499
  body: RestartDBNodeResponseBody;
4905
5500
  static names(): {
4906
5501
  [key: string]: string;
@@ -4948,6 +5543,7 @@ export declare class RestoreTableResponse extends $tea.Model {
4948
5543
  headers: {
4949
5544
  [key: string]: string;
4950
5545
  };
5546
+ statusCode: number;
4951
5547
  body: RestoreTableResponseBody;
4952
5548
  static names(): {
4953
5549
  [key: string]: string;
@@ -4993,6 +5589,7 @@ export declare class RevokeAccountPrivilegeResponse extends $tea.Model {
4993
5589
  headers: {
4994
5590
  [key: string]: string;
4995
5591
  };
5592
+ statusCode: number;
4996
5593
  body: RevokeAccountPrivilegeResponseBody;
4997
5594
  static names(): {
4998
5595
  [key: string]: string;
@@ -5004,6 +5601,54 @@ export declare class RevokeAccountPrivilegeResponse extends $tea.Model {
5004
5601
  [key: string]: any;
5005
5602
  });
5006
5603
  }
5604
+ export declare class SwitchOverGlobalDatabaseNetworkRequest extends $tea.Model {
5605
+ DBClusterId?: string;
5606
+ GDNId?: string;
5607
+ ownerAccount?: string;
5608
+ ownerId?: number;
5609
+ regionId?: string;
5610
+ resourceGroupId?: string;
5611
+ resourceOwnerAccount?: string;
5612
+ resourceOwnerId?: number;
5613
+ securityToken?: string;
5614
+ static names(): {
5615
+ [key: string]: string;
5616
+ };
5617
+ static types(): {
5618
+ [key: string]: any;
5619
+ };
5620
+ constructor(map?: {
5621
+ [key: string]: any;
5622
+ });
5623
+ }
5624
+ export declare class SwitchOverGlobalDatabaseNetworkResponseBody extends $tea.Model {
5625
+ requestId?: string;
5626
+ static names(): {
5627
+ [key: string]: string;
5628
+ };
5629
+ static types(): {
5630
+ [key: string]: any;
5631
+ };
5632
+ constructor(map?: {
5633
+ [key: string]: any;
5634
+ });
5635
+ }
5636
+ export declare class SwitchOverGlobalDatabaseNetworkResponse extends $tea.Model {
5637
+ headers: {
5638
+ [key: string]: string;
5639
+ };
5640
+ statusCode: number;
5641
+ body: SwitchOverGlobalDatabaseNetworkResponseBody;
5642
+ static names(): {
5643
+ [key: string]: string;
5644
+ };
5645
+ static types(): {
5646
+ [key: string]: any;
5647
+ };
5648
+ constructor(map?: {
5649
+ [key: string]: any;
5650
+ });
5651
+ }
5007
5652
  export declare class TagResourcesRequest extends $tea.Model {
5008
5653
  ownerAccount?: string;
5009
5654
  ownerId?: number;
@@ -5039,6 +5684,7 @@ export declare class TagResourcesResponse extends $tea.Model {
5039
5684
  headers: {
5040
5685
  [key: string]: string;
5041
5686
  };
5687
+ statusCode: number;
5042
5688
  body: TagResourcesResponseBody;
5043
5689
  static names(): {
5044
5690
  [key: string]: string;
@@ -5090,6 +5736,7 @@ export declare class TempModifyDBNodeResponse extends $tea.Model {
5090
5736
  headers: {
5091
5737
  [key: string]: string;
5092
5738
  };
5739
+ statusCode: number;
5093
5740
  body: TempModifyDBNodeResponseBody;
5094
5741
  static names(): {
5095
5742
  [key: string]: string;
@@ -5143,6 +5790,7 @@ export declare class TransformDBClusterPayTypeResponse extends $tea.Model {
5143
5790
  headers: {
5144
5791
  [key: string]: string;
5145
5792
  };
5793
+ statusCode: number;
5146
5794
  body: TransformDBClusterPayTypeResponseBody;
5147
5795
  static names(): {
5148
5796
  [key: string]: string;
@@ -5190,6 +5838,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
5190
5838
  headers: {
5191
5839
  [key: string]: string;
5192
5840
  };
5841
+ statusCode: number;
5193
5842
  body: UntagResourcesResponseBody;
5194
5843
  static names(): {
5195
5844
  [key: string]: string;
@@ -5236,6 +5885,7 @@ export declare class UpgradeDBClusterMinorVersionResponse extends $tea.Model {
5236
5885
  headers: {
5237
5886
  [key: string]: string;
5238
5887
  };
5888
+ statusCode: number;
5239
5889
  body: UpgradeDBClusterMinorVersionResponseBody;
5240
5890
  static names(): {
5241
5891
  [key: string]: string;
@@ -5256,6 +5906,8 @@ export declare class UpgradeDBClusterVersionRequest extends $tea.Model {
5256
5906
  plannedStartTime?: string;
5257
5907
  resourceOwnerAccount?: string;
5258
5908
  resourceOwnerId?: number;
5909
+ upgradeLabel?: string;
5910
+ upgradePolicy?: string;
5259
5911
  upgradeType?: string;
5260
5912
  static names(): {
5261
5913
  [key: string]: string;
@@ -5283,6 +5935,7 @@ export declare class UpgradeDBClusterVersionResponse extends $tea.Model {
5283
5935
  headers: {
5284
5936
  [key: string]: string;
5285
5937
  };
5938
+ statusCode: number;
5286
5939
  body: UpgradeDBClusterVersionResponseBody;
5287
5940
  static names(): {
5288
5941
  [key: string]: string;
@@ -5294,6 +5947,19 @@ export declare class UpgradeDBClusterVersionResponse extends $tea.Model {
5294
5947
  [key: string]: any;
5295
5948
  });
5296
5949
  }
5950
+ export declare class CreateDBClusterRequestTag extends $tea.Model {
5951
+ key?: string;
5952
+ value?: string;
5953
+ static names(): {
5954
+ [key: string]: string;
5955
+ };
5956
+ static types(): {
5957
+ [key: string]: any;
5958
+ };
5959
+ constructor(map?: {
5960
+ [key: string]: any;
5961
+ });
5962
+ }
5297
5963
  export declare class CreateDBNodesRequestDBNode extends $tea.Model {
5298
5964
  targetClass?: string;
5299
5965
  zoneId?: string;
@@ -5336,6 +6002,7 @@ export declare class DescribeAccountsResponseBodyAccounts extends $tea.Model {
5336
6002
  accountDescription?: string;
5337
6003
  accountLockState?: string;
5338
6004
  accountName?: string;
6005
+ accountPassword?: string;
5339
6006
  accountPasswordValidTime?: string;
5340
6007
  accountStatus?: string;
5341
6008
  accountType?: string;
@@ -5486,6 +6153,25 @@ export declare class DescribeCharacterSetNameResponseBodyCharacterSetNameItems e
5486
6153
  [key: string]: any;
5487
6154
  });
5488
6155
  }
6156
+ export declare class DescribeClassListResponseBodyItems extends $tea.Model {
6157
+ classCode?: string;
6158
+ classGroup?: string;
6159
+ classTypeLevel?: string;
6160
+ cpu?: string;
6161
+ maxConnections?: string;
6162
+ maxIOPS?: string;
6163
+ memoryClass?: string;
6164
+ referencePrice?: string;
6165
+ static names(): {
6166
+ [key: string]: string;
6167
+ };
6168
+ static types(): {
6169
+ [key: string]: any;
6170
+ };
6171
+ constructor(map?: {
6172
+ [key: string]: any;
6173
+ });
6174
+ }
5489
6175
  export declare class DescribeDBClusterAccessWhitelistResponseBodyDBClusterSecurityGroupsDBClusterSecurityGroup extends $tea.Model {
5490
6176
  securityGroupId?: string;
5491
6177
  securityGroupName?: string;
@@ -5550,6 +6236,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.
5550
6236
  masterId?: string;
5551
6237
  maxConnections?: number;
5552
6238
  maxIOPS?: number;
6239
+ sccMode?: string;
5553
6240
  zoneId?: string;
5554
6241
  static names(): {
5555
6242
  [key: string]: string;
@@ -5636,6 +6323,7 @@ export declare class DescribeDBClusterEndpointsResponseBodyItemsAddressItems ext
5636
6323
  export declare class DescribeDBClusterEndpointsResponseBodyItems extends $tea.Model {
5637
6324
  addressItems?: DescribeDBClusterEndpointsResponseBodyItemsAddressItems[];
5638
6325
  autoAddNewNodes?: string;
6326
+ DBClusterId?: string;
5639
6327
  DBEndpointDescription?: string;
5640
6328
  DBEndpointId?: string;
5641
6329
  endpointConfig?: string;
@@ -5658,6 +6346,7 @@ export declare class DescribeDBClusterMigrationResponseBodyDBClusterEndpointList
5658
6346
  IPAddress?: string;
5659
6347
  netType?: string;
5660
6348
  port?: string;
6349
+ SSLEnabled?: string;
5661
6350
  VPCId?: string;
5662
6351
  vSwitchId?: string;
5663
6352
  static names(): {
@@ -5689,6 +6378,7 @@ export declare class DescribeDBClusterMigrationResponseBodyRdsEndpointListAddres
5689
6378
  IPAddress?: string;
5690
6379
  netType?: string;
5691
6380
  port?: string;
6381
+ SSLEnabled?: string;
5692
6382
  VPCId?: string;
5693
6383
  vSwitchId?: string;
5694
6384
  static names(): {
@@ -5719,6 +6409,7 @@ export declare class DescribeDBClusterParametersResponseBodyRunningParametersPar
5719
6409
  checkingCode?: string;
5720
6410
  dataType?: string;
5721
6411
  defaultParameterValue?: string;
6412
+ factor?: string;
5722
6413
  forceRestart?: boolean;
5723
6414
  isModifiable?: boolean;
5724
6415
  isNodeAvailable?: string;
@@ -5902,6 +6593,9 @@ export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.M
5902
6593
  payType?: string;
5903
6594
  regionId?: string;
5904
6595
  resourceGroupId?: string;
6596
+ serverlessType?: string;
6597
+ storagePayType?: string;
6598
+ storageSpace?: number;
5905
6599
  storageUsed?: number;
5906
6600
  tags?: DescribeDBClustersResponseBodyItemsDBClusterTags;
5907
6601
  vpcId?: string;
@@ -6068,6 +6762,7 @@ export declare class DescribeDBNodesParametersResponseBodyDBNodeIdsRunningParame
6068
6762
  checkingCode?: string;
6069
6763
  dataType?: string;
6070
6764
  defaultParameterValue?: string;
6765
+ factor?: string;
6071
6766
  forceRestart?: boolean;
6072
6767
  isModifiable?: boolean;
6073
6768
  isNodeAvailable?: string;
@@ -6793,6 +7488,8 @@ export default class Client extends OpenApi {
6793
7488
  checkAccountName(request: CheckAccountNameRequest): Promise<CheckAccountNameResponse>;
6794
7489
  checkDBNameWithOptions(request: CheckDBNameRequest, runtime: $Util.RuntimeOptions): Promise<CheckDBNameResponse>;
6795
7490
  checkDBName(request: CheckDBNameRequest): Promise<CheckDBNameResponse>;
7491
+ closeAITaskWithOptions(request: CloseAITaskRequest, runtime: $Util.RuntimeOptions): Promise<CloseAITaskResponse>;
7492
+ closeAITask(request: CloseAITaskRequest): Promise<CloseAITaskResponse>;
6796
7493
  closeDBClusterMigrationWithOptions(request: CloseDBClusterMigrationRequest, runtime: $Util.RuntimeOptions): Promise<CloseDBClusterMigrationResponse>;
6797
7494
  closeDBClusterMigration(request: CloseDBClusterMigrationRequest): Promise<CloseDBClusterMigrationResponse>;
6798
7495
  createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
@@ -6839,6 +7536,8 @@ export default class Client extends OpenApi {
6839
7536
  deleteMaskingRules(request: DeleteMaskingRulesRequest): Promise<DeleteMaskingRulesResponse>;
6840
7537
  deleteParameterGroupWithOptions(request: DeleteParameterGroupRequest, runtime: $Util.RuntimeOptions): Promise<DeleteParameterGroupResponse>;
6841
7538
  deleteParameterGroup(request: DeleteParameterGroupRequest): Promise<DeleteParameterGroupResponse>;
7539
+ describeAITaskStatusWithOptions(request: DescribeAITaskStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAITaskStatusResponse>;
7540
+ describeAITaskStatus(request: DescribeAITaskStatusRequest): Promise<DescribeAITaskStatusResponse>;
6842
7541
  describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
6843
7542
  describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
6844
7543
  describeAutoRenewAttributeWithOptions(request: DescribeAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutoRenewAttributeResponse>;
@@ -6853,6 +7552,8 @@ export default class Client extends OpenApi {
6853
7552
  describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
6854
7553
  describeCharacterSetNameWithOptions(request: DescribeCharacterSetNameRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCharacterSetNameResponse>;
6855
7554
  describeCharacterSetName(request: DescribeCharacterSetNameRequest): Promise<DescribeCharacterSetNameResponse>;
7555
+ describeClassListWithOptions(request: DescribeClassListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClassListResponse>;
7556
+ describeClassList(request: DescribeClassListRequest): Promise<DescribeClassListResponse>;
6856
7557
  describeDBClusterAccessWhitelistWithOptions(request: DescribeDBClusterAccessWhitelistRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAccessWhitelistResponse>;
6857
7558
  describeDBClusterAccessWhitelist(request: DescribeDBClusterAccessWhitelistRequest): Promise<DescribeDBClusterAccessWhitelistResponse>;
6858
7559
  describeDBClusterAttributeWithOptions(request: DescribeDBClusterAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterAttributeResponse>;
@@ -6929,6 +7630,10 @@ export default class Client extends OpenApi {
6929
7630
  describeStoragePlan(request: DescribeStoragePlanRequest): Promise<DescribeStoragePlanResponse>;
6930
7631
  describeTasksWithOptions(request: DescribeTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTasksResponse>;
6931
7632
  describeTasks(request: DescribeTasksRequest): Promise<DescribeTasksResponse>;
7633
+ enableFirewallRulesWithOptions(request: EnableFirewallRulesRequest, runtime: $Util.RuntimeOptions): Promise<EnableFirewallRulesResponse>;
7634
+ enableFirewallRules(request: EnableFirewallRulesRequest): Promise<EnableFirewallRulesResponse>;
7635
+ evaluateRegionResourceWithOptions(request: EvaluateRegionResourceRequest, runtime: $Util.RuntimeOptions): Promise<EvaluateRegionResourceResponse>;
7636
+ evaluateRegionResource(request: EvaluateRegionResourceRequest): Promise<EvaluateRegionResourceResponse>;
6932
7637
  failoverDBClusterWithOptions(request: FailoverDBClusterRequest, runtime: $Util.RuntimeOptions): Promise<FailoverDBClusterResponse>;
6933
7638
  failoverDBCluster(request: FailoverDBClusterRequest): Promise<FailoverDBClusterResponse>;
6934
7639
  grantAccountPrivilegeWithOptions(request: GrantAccountPrivilegeRequest, runtime: $Util.RuntimeOptions): Promise<GrantAccountPrivilegeResponse>;
@@ -6949,6 +7654,8 @@ export default class Client extends OpenApi {
6949
7654
  modifyDBClusterAndNodesParameters(request: ModifyDBClusterAndNodesParametersRequest): Promise<ModifyDBClusterAndNodesParametersResponse>;
6950
7655
  modifyDBClusterAuditLogCollectorWithOptions(request: ModifyDBClusterAuditLogCollectorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterAuditLogCollectorResponse>;
6951
7656
  modifyDBClusterAuditLogCollector(request: ModifyDBClusterAuditLogCollectorRequest): Promise<ModifyDBClusterAuditLogCollectorResponse>;
7657
+ modifyDBClusterDeletionWithOptions(request: ModifyDBClusterDeletionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterDeletionResponse>;
7658
+ modifyDBClusterDeletion(request: ModifyDBClusterDeletionRequest): Promise<ModifyDBClusterDeletionResponse>;
6952
7659
  modifyDBClusterDescriptionWithOptions(request: ModifyDBClusterDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterDescriptionResponse>;
6953
7660
  modifyDBClusterDescription(request: ModifyDBClusterDescriptionRequest): Promise<ModifyDBClusterDescriptionResponse>;
6954
7661
  modifyDBClusterEndpointWithOptions(request: ModifyDBClusterEndpointRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterEndpointResponse>;
@@ -6963,6 +7670,8 @@ export default class Client extends OpenApi {
6963
7670
  modifyDBClusterParameters(request: ModifyDBClusterParametersRequest): Promise<ModifyDBClusterParametersResponse>;
6964
7671
  modifyDBClusterPrimaryZoneWithOptions(request: ModifyDBClusterPrimaryZoneRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterPrimaryZoneResponse>;
6965
7672
  modifyDBClusterPrimaryZone(request: ModifyDBClusterPrimaryZoneRequest): Promise<ModifyDBClusterPrimaryZoneResponse>;
7673
+ modifyDBClusterResourceGroupWithOptions(request: ModifyDBClusterResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterResourceGroupResponse>;
7674
+ modifyDBClusterResourceGroup(request: ModifyDBClusterResourceGroupRequest): Promise<ModifyDBClusterResourceGroupResponse>;
6966
7675
  modifyDBClusterSSLWithOptions(request: ModifyDBClusterSSLRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterSSLResponse>;
6967
7676
  modifyDBClusterSSL(request: ModifyDBClusterSSLRequest): Promise<ModifyDBClusterSSLResponse>;
6968
7677
  modifyDBClusterTDEWithOptions(request: ModifyDBClusterTDERequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBClusterTDEResponse>;
@@ -6985,6 +7694,10 @@ export default class Client extends OpenApi {
6985
7694
  modifyMaskingRules(request: ModifyMaskingRulesRequest): Promise<ModifyMaskingRulesResponse>;
6986
7695
  modifyPendingMaintenanceActionWithOptions(request: ModifyPendingMaintenanceActionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyPendingMaintenanceActionResponse>;
6987
7696
  modifyPendingMaintenanceAction(request: ModifyPendingMaintenanceActionRequest): Promise<ModifyPendingMaintenanceActionResponse>;
7697
+ openAITaskWithOptions(request: OpenAITaskRequest, runtime: $Util.RuntimeOptions): Promise<OpenAITaskResponse>;
7698
+ openAITask(request: OpenAITaskRequest): Promise<OpenAITaskResponse>;
7699
+ refreshDBClusterStorageUsageWithOptions(request: RefreshDBClusterStorageUsageRequest, runtime: $Util.RuntimeOptions): Promise<RefreshDBClusterStorageUsageResponse>;
7700
+ refreshDBClusterStorageUsage(request: RefreshDBClusterStorageUsageRequest): Promise<RefreshDBClusterStorageUsageResponse>;
6988
7701
  removeDBClusterFromGDNWithOptions(request: RemoveDBClusterFromGDNRequest, runtime: $Util.RuntimeOptions): Promise<RemoveDBClusterFromGDNResponse>;
6989
7702
  removeDBClusterFromGDN(request: RemoveDBClusterFromGDNRequest): Promise<RemoveDBClusterFromGDNResponse>;
6990
7703
  resetAccountWithOptions(request: ResetAccountRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountResponse>;
@@ -6995,6 +7708,8 @@ export default class Client extends OpenApi {
6995
7708
  restoreTable(request: RestoreTableRequest): Promise<RestoreTableResponse>;
6996
7709
  revokeAccountPrivilegeWithOptions(request: RevokeAccountPrivilegeRequest, runtime: $Util.RuntimeOptions): Promise<RevokeAccountPrivilegeResponse>;
6997
7710
  revokeAccountPrivilege(request: RevokeAccountPrivilegeRequest): Promise<RevokeAccountPrivilegeResponse>;
7711
+ switchOverGlobalDatabaseNetworkWithOptions(request: SwitchOverGlobalDatabaseNetworkRequest, runtime: $Util.RuntimeOptions): Promise<SwitchOverGlobalDatabaseNetworkResponse>;
7712
+ switchOverGlobalDatabaseNetwork(request: SwitchOverGlobalDatabaseNetworkRequest): Promise<SwitchOverGlobalDatabaseNetworkResponse>;
6998
7713
  tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
6999
7714
  tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
7000
7715
  tempModifyDBNodeWithOptions(request: TempModifyDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<TempModifyDBNodeResponse>;