@alicloud/dds20151201 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +545 -98
- package/dist/client.js +1133 -446
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +1520 -704
package/dist/client.d.ts
CHANGED
|
@@ -13,7 +13,6 @@ export declare class AllocateNodePrivateNetworkAddressRequest extends $tea.Model
|
|
|
13
13
|
ownerId?: number;
|
|
14
14
|
resourceOwnerAccount?: string;
|
|
15
15
|
resourceOwnerId?: number;
|
|
16
|
-
securityToken?: string;
|
|
17
16
|
zoneId?: string;
|
|
18
17
|
static names(): {
|
|
19
18
|
[key: string]: string;
|
|
@@ -60,7 +59,6 @@ export declare class AllocatePublicNetworkAddressRequest extends $tea.Model {
|
|
|
60
59
|
ownerId?: number;
|
|
61
60
|
resourceOwnerAccount?: string;
|
|
62
61
|
resourceOwnerId?: number;
|
|
63
|
-
securityToken?: string;
|
|
64
62
|
static names(): {
|
|
65
63
|
[key: string]: string;
|
|
66
64
|
};
|
|
@@ -105,7 +103,6 @@ export declare class CheckCloudResourceAuthorizedRequest extends $tea.Model {
|
|
|
105
103
|
ownerId?: number;
|
|
106
104
|
resourceOwnerAccount?: string;
|
|
107
105
|
resourceOwnerId?: number;
|
|
108
|
-
securityToken?: string;
|
|
109
106
|
targetRegionId?: string;
|
|
110
107
|
static names(): {
|
|
111
108
|
[key: string]: string;
|
|
@@ -156,7 +153,6 @@ export declare class CheckRecoveryConditionRequest extends $tea.Model {
|
|
|
156
153
|
resourceOwnerAccount?: string;
|
|
157
154
|
resourceOwnerId?: number;
|
|
158
155
|
restoreTime?: string;
|
|
159
|
-
securityToken?: string;
|
|
160
156
|
sourceDBInstance?: string;
|
|
161
157
|
static names(): {
|
|
162
158
|
[key: string]: string;
|
|
@@ -198,6 +194,52 @@ export declare class CheckRecoveryConditionResponse extends $tea.Model {
|
|
|
198
194
|
[key: string]: any;
|
|
199
195
|
});
|
|
200
196
|
}
|
|
197
|
+
export declare class CreateAccountRequest extends $tea.Model {
|
|
198
|
+
accountName?: string;
|
|
199
|
+
accountPassword?: string;
|
|
200
|
+
DBInstanceId?: string;
|
|
201
|
+
ownerAccount?: string;
|
|
202
|
+
ownerId?: number;
|
|
203
|
+
resourceOwnerAccount?: string;
|
|
204
|
+
resourceOwnerId?: number;
|
|
205
|
+
static names(): {
|
|
206
|
+
[key: string]: string;
|
|
207
|
+
};
|
|
208
|
+
static types(): {
|
|
209
|
+
[key: string]: any;
|
|
210
|
+
};
|
|
211
|
+
constructor(map?: {
|
|
212
|
+
[key: string]: any;
|
|
213
|
+
});
|
|
214
|
+
}
|
|
215
|
+
export declare class CreateAccountResponseBody extends $tea.Model {
|
|
216
|
+
requestId?: string;
|
|
217
|
+
static names(): {
|
|
218
|
+
[key: string]: string;
|
|
219
|
+
};
|
|
220
|
+
static types(): {
|
|
221
|
+
[key: string]: any;
|
|
222
|
+
};
|
|
223
|
+
constructor(map?: {
|
|
224
|
+
[key: string]: any;
|
|
225
|
+
});
|
|
226
|
+
}
|
|
227
|
+
export declare class CreateAccountResponse extends $tea.Model {
|
|
228
|
+
headers: {
|
|
229
|
+
[key: string]: string;
|
|
230
|
+
};
|
|
231
|
+
statusCode: number;
|
|
232
|
+
body: CreateAccountResponseBody;
|
|
233
|
+
static names(): {
|
|
234
|
+
[key: string]: string;
|
|
235
|
+
};
|
|
236
|
+
static types(): {
|
|
237
|
+
[key: string]: any;
|
|
238
|
+
};
|
|
239
|
+
constructor(map?: {
|
|
240
|
+
[key: string]: any;
|
|
241
|
+
});
|
|
242
|
+
}
|
|
201
243
|
export declare class CreateBackupRequest extends $tea.Model {
|
|
202
244
|
backupMethod?: string;
|
|
203
245
|
DBInstanceId?: string;
|
|
@@ -205,7 +247,6 @@ export declare class CreateBackupRequest extends $tea.Model {
|
|
|
205
247
|
ownerId?: number;
|
|
206
248
|
resourceOwnerAccount?: string;
|
|
207
249
|
resourceOwnerId?: number;
|
|
208
|
-
securityToken?: string;
|
|
209
250
|
static names(): {
|
|
210
251
|
[key: string]: string;
|
|
211
252
|
};
|
|
@@ -278,7 +319,6 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
278
319
|
restoreTime?: string;
|
|
279
320
|
secondaryZoneId?: string;
|
|
280
321
|
securityIPList?: string;
|
|
281
|
-
securityToken?: string;
|
|
282
322
|
srcDBInstanceId?: string;
|
|
283
323
|
storageEngine?: string;
|
|
284
324
|
storageType?: string;
|
|
@@ -390,7 +430,6 @@ export declare class CreateNodeRequest extends $tea.Model {
|
|
|
390
430
|
readonlyReplicas?: number;
|
|
391
431
|
resourceOwnerAccount?: string;
|
|
392
432
|
resourceOwnerId?: number;
|
|
393
|
-
securityToken?: string;
|
|
394
433
|
shardDirect?: boolean;
|
|
395
434
|
static names(): {
|
|
396
435
|
[key: string]: string;
|
|
@@ -446,7 +485,6 @@ export declare class CreateNodeBatchRequest extends $tea.Model {
|
|
|
446
485
|
ownerId?: number;
|
|
447
486
|
resourceOwnerAccount?: string;
|
|
448
487
|
resourceOwnerId?: number;
|
|
449
|
-
securityToken?: string;
|
|
450
488
|
shardDirect?: boolean;
|
|
451
489
|
static names(): {
|
|
452
490
|
[key: string]: string;
|
|
@@ -516,7 +554,6 @@ export declare class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
516
554
|
restoreTime?: string;
|
|
517
555
|
secondaryZoneId?: string;
|
|
518
556
|
securityIPList?: string;
|
|
519
|
-
securityToken?: string;
|
|
520
557
|
srcDBInstanceId?: string;
|
|
521
558
|
storageEngine?: string;
|
|
522
559
|
storageType?: string;
|
|
@@ -571,7 +608,6 @@ export declare class DeleteDBInstanceRequest extends $tea.Model {
|
|
|
571
608
|
ownerId?: number;
|
|
572
609
|
resourceOwnerAccount?: string;
|
|
573
610
|
resourceOwnerId?: number;
|
|
574
|
-
securityToken?: string;
|
|
575
611
|
static names(): {
|
|
576
612
|
[key: string]: string;
|
|
577
613
|
};
|
|
@@ -665,7 +701,6 @@ export declare class DeleteNodeRequest extends $tea.Model {
|
|
|
665
701
|
ownerId?: number;
|
|
666
702
|
resourceOwnerAccount?: string;
|
|
667
703
|
resourceOwnerId?: number;
|
|
668
|
-
securityToken?: string;
|
|
669
704
|
static names(): {
|
|
670
705
|
[key: string]: string;
|
|
671
706
|
};
|
|
@@ -713,7 +748,6 @@ export declare class DescribeAccountsRequest extends $tea.Model {
|
|
|
713
748
|
ownerId?: number;
|
|
714
749
|
resourceOwnerAccount?: string;
|
|
715
750
|
resourceOwnerId?: number;
|
|
716
|
-
securityToken?: string;
|
|
717
751
|
static names(): {
|
|
718
752
|
[key: string]: string;
|
|
719
753
|
};
|
|
@@ -759,7 +793,6 @@ export declare class DescribeActiveOperationTaskCountRequest extends $tea.Model
|
|
|
759
793
|
resourceGroupId?: string;
|
|
760
794
|
resourceOwnerAccount?: string;
|
|
761
795
|
resourceOwnerId?: number;
|
|
762
|
-
securityToken?: string;
|
|
763
796
|
static names(): {
|
|
764
797
|
[key: string]: string;
|
|
765
798
|
};
|
|
@@ -807,7 +840,6 @@ export declare class DescribeActiveOperationTaskTypeRequest extends $tea.Model {
|
|
|
807
840
|
resourceGroupId?: string;
|
|
808
841
|
resourceOwnerAccount?: string;
|
|
809
842
|
resourceOwnerId?: number;
|
|
810
|
-
securityToken?: string;
|
|
811
843
|
static names(): {
|
|
812
844
|
[key: string]: string;
|
|
813
845
|
};
|
|
@@ -847,6 +879,64 @@ export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model
|
|
|
847
879
|
[key: string]: any;
|
|
848
880
|
});
|
|
849
881
|
}
|
|
882
|
+
export declare class DescribeActiveOperationTasksRequest extends $tea.Model {
|
|
883
|
+
allowCancel?: number;
|
|
884
|
+
allowChange?: number;
|
|
885
|
+
changeLevel?: string;
|
|
886
|
+
dbType?: string;
|
|
887
|
+
insName?: string;
|
|
888
|
+
ownerAccount?: string;
|
|
889
|
+
ownerId?: number;
|
|
890
|
+
pageNumber?: number;
|
|
891
|
+
pageSize?: number;
|
|
892
|
+
productId?: string;
|
|
893
|
+
region?: string;
|
|
894
|
+
resourceOwnerAccount?: string;
|
|
895
|
+
resourceOwnerId?: number;
|
|
896
|
+
status?: number;
|
|
897
|
+
taskType?: string;
|
|
898
|
+
static names(): {
|
|
899
|
+
[key: string]: string;
|
|
900
|
+
};
|
|
901
|
+
static types(): {
|
|
902
|
+
[key: string]: any;
|
|
903
|
+
};
|
|
904
|
+
constructor(map?: {
|
|
905
|
+
[key: string]: any;
|
|
906
|
+
});
|
|
907
|
+
}
|
|
908
|
+
export declare class DescribeActiveOperationTasksResponseBody extends $tea.Model {
|
|
909
|
+
items?: DescribeActiveOperationTasksResponseBodyItems[];
|
|
910
|
+
pageNumber?: number;
|
|
911
|
+
pageSize?: number;
|
|
912
|
+
requestId?: string;
|
|
913
|
+
totalRecordCount?: number;
|
|
914
|
+
static names(): {
|
|
915
|
+
[key: string]: string;
|
|
916
|
+
};
|
|
917
|
+
static types(): {
|
|
918
|
+
[key: string]: any;
|
|
919
|
+
};
|
|
920
|
+
constructor(map?: {
|
|
921
|
+
[key: string]: any;
|
|
922
|
+
});
|
|
923
|
+
}
|
|
924
|
+
export declare class DescribeActiveOperationTasksResponse extends $tea.Model {
|
|
925
|
+
headers: {
|
|
926
|
+
[key: string]: string;
|
|
927
|
+
};
|
|
928
|
+
statusCode: number;
|
|
929
|
+
body: DescribeActiveOperationTasksResponseBody;
|
|
930
|
+
static names(): {
|
|
931
|
+
[key: string]: string;
|
|
932
|
+
};
|
|
933
|
+
static types(): {
|
|
934
|
+
[key: string]: any;
|
|
935
|
+
};
|
|
936
|
+
constructor(map?: {
|
|
937
|
+
[key: string]: any;
|
|
938
|
+
});
|
|
939
|
+
}
|
|
850
940
|
export declare class DescribeAuditLogFilterRequest extends $tea.Model {
|
|
851
941
|
DBInstanceId?: string;
|
|
852
942
|
ownerAccount?: string;
|
|
@@ -854,7 +944,6 @@ export declare class DescribeAuditLogFilterRequest extends $tea.Model {
|
|
|
854
944
|
resourceOwnerAccount?: string;
|
|
855
945
|
resourceOwnerId?: number;
|
|
856
946
|
roleType?: string;
|
|
857
|
-
securityToken?: string;
|
|
858
947
|
static names(): {
|
|
859
948
|
[key: string]: string;
|
|
860
949
|
};
|
|
@@ -901,7 +990,6 @@ export declare class DescribeAuditPolicyRequest extends $tea.Model {
|
|
|
901
990
|
ownerId?: number;
|
|
902
991
|
resourceOwnerAccount?: string;
|
|
903
992
|
resourceOwnerId?: number;
|
|
904
|
-
securityToken?: string;
|
|
905
993
|
static names(): {
|
|
906
994
|
[key: string]: string;
|
|
907
995
|
};
|
|
@@ -955,7 +1043,6 @@ export declare class DescribeAuditRecordsRequest extends $tea.Model {
|
|
|
955
1043
|
queryKeywords?: string;
|
|
956
1044
|
resourceOwnerAccount?: string;
|
|
957
1045
|
resourceOwnerId?: number;
|
|
958
|
-
securityToken?: string;
|
|
959
1046
|
startTime?: string;
|
|
960
1047
|
user?: string;
|
|
961
1048
|
static names(): {
|
|
@@ -1002,7 +1089,9 @@ export declare class DescribeAuditRecordsResponse extends $tea.Model {
|
|
|
1002
1089
|
}
|
|
1003
1090
|
export declare class DescribeAvailabilityZonesRequest extends $tea.Model {
|
|
1004
1091
|
acceptLanguage?: string;
|
|
1092
|
+
DBInstanceClass?: string;
|
|
1005
1093
|
dbType?: string;
|
|
1094
|
+
engineVersion?: string;
|
|
1006
1095
|
excludeSecondaryZoneId?: string;
|
|
1007
1096
|
excludeZoneId?: string;
|
|
1008
1097
|
instanceChargeType?: string;
|
|
@@ -1013,7 +1102,6 @@ export declare class DescribeAvailabilityZonesRequest extends $tea.Model {
|
|
|
1013
1102
|
resourceGroupId?: string;
|
|
1014
1103
|
resourceOwnerAccount?: string;
|
|
1015
1104
|
resourceOwnerId?: number;
|
|
1016
|
-
securityToken?: string;
|
|
1017
1105
|
storageSupport?: string;
|
|
1018
1106
|
storageType?: string;
|
|
1019
1107
|
zoneId?: string;
|
|
@@ -1062,7 +1150,6 @@ export declare class DescribeAvailableEngineVersionRequest extends $tea.Model {
|
|
|
1062
1150
|
ownerId?: number;
|
|
1063
1151
|
resourceOwnerAccount?: string;
|
|
1064
1152
|
resourceOwnerId?: number;
|
|
1065
|
-
securityToken?: string;
|
|
1066
1153
|
static names(): {
|
|
1067
1154
|
[key: string]: string;
|
|
1068
1155
|
};
|
|
@@ -1103,7 +1190,9 @@ export declare class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
|
1103
1190
|
});
|
|
1104
1191
|
}
|
|
1105
1192
|
export declare class DescribeAvailableResourceRequest extends $tea.Model {
|
|
1193
|
+
DBInstanceClass?: string;
|
|
1106
1194
|
dbType?: string;
|
|
1195
|
+
engineVersion?: string;
|
|
1107
1196
|
instanceChargeType?: string;
|
|
1108
1197
|
ownerAccount?: string;
|
|
1109
1198
|
ownerId?: number;
|
|
@@ -1111,7 +1200,6 @@ export declare class DescribeAvailableResourceRequest extends $tea.Model {
|
|
|
1111
1200
|
resourceGroupId?: string;
|
|
1112
1201
|
resourceOwnerAccount?: string;
|
|
1113
1202
|
resourceOwnerId?: number;
|
|
1114
|
-
securityToken?: string;
|
|
1115
1203
|
storageType?: string;
|
|
1116
1204
|
zoneId?: string;
|
|
1117
1205
|
static names(): {
|
|
@@ -1163,7 +1251,6 @@ export declare class DescribeBackupDBsRequest extends $tea.Model {
|
|
|
1163
1251
|
resourceOwnerAccount?: string;
|
|
1164
1252
|
resourceOwnerId?: number;
|
|
1165
1253
|
restoreTime?: string;
|
|
1166
|
-
securityToken?: string;
|
|
1167
1254
|
sourceDBInstance?: string;
|
|
1168
1255
|
static names(): {
|
|
1169
1256
|
[key: string]: string;
|
|
@@ -1270,7 +1357,6 @@ export declare class DescribeBackupsRequest extends $tea.Model {
|
|
|
1270
1357
|
pageSize?: number;
|
|
1271
1358
|
resourceOwnerAccount?: string;
|
|
1272
1359
|
resourceOwnerId?: number;
|
|
1273
|
-
securityToken?: string;
|
|
1274
1360
|
startTime?: string;
|
|
1275
1361
|
static names(): {
|
|
1276
1362
|
[key: string]: string;
|
|
@@ -1325,7 +1411,6 @@ export declare class DescribeClusterBackupsRequest extends $tea.Model {
|
|
|
1325
1411
|
pageSize?: number;
|
|
1326
1412
|
resourceOwnerAccount?: string;
|
|
1327
1413
|
resourceOwnerId?: number;
|
|
1328
|
-
securityToken?: string;
|
|
1329
1414
|
startTime?: string;
|
|
1330
1415
|
static names(): {
|
|
1331
1416
|
[key: string]: string;
|
|
@@ -1375,7 +1460,6 @@ export declare class DescribeClusterRecoverTimeRequest extends $tea.Model {
|
|
|
1375
1460
|
ownerId?: number;
|
|
1376
1461
|
resourceOwnerAccount?: string;
|
|
1377
1462
|
resourceOwnerId?: number;
|
|
1378
|
-
securityToken?: string;
|
|
1379
1463
|
static names(): {
|
|
1380
1464
|
[key: string]: string;
|
|
1381
1465
|
};
|
|
@@ -1471,7 +1555,6 @@ export declare class DescribeDBInstanceEncryptionKeyRequest extends $tea.Model {
|
|
|
1471
1555
|
ownerId?: number;
|
|
1472
1556
|
resourceOwnerAccount?: string;
|
|
1473
1557
|
resourceOwnerId?: number;
|
|
1474
|
-
securityToken?: string;
|
|
1475
1558
|
static names(): {
|
|
1476
1559
|
[key: string]: string;
|
|
1477
1560
|
};
|
|
@@ -1524,7 +1607,6 @@ export declare class DescribeDBInstanceMonitorRequest extends $tea.Model {
|
|
|
1524
1607
|
ownerId?: number;
|
|
1525
1608
|
resourceOwnerAccount?: string;
|
|
1526
1609
|
resourceOwnerId?: number;
|
|
1527
|
-
securityToken?: string;
|
|
1528
1610
|
static names(): {
|
|
1529
1611
|
[key: string]: string;
|
|
1530
1612
|
};
|
|
@@ -1575,7 +1657,6 @@ export declare class DescribeDBInstancePerformanceRequest extends $tea.Model {
|
|
|
1575
1657
|
resourceOwnerAccount?: string;
|
|
1576
1658
|
resourceOwnerId?: number;
|
|
1577
1659
|
roleId?: string;
|
|
1578
|
-
securityToken?: string;
|
|
1579
1660
|
startTime?: string;
|
|
1580
1661
|
static names(): {
|
|
1581
1662
|
[key: string]: string;
|
|
@@ -1624,7 +1705,6 @@ export declare class DescribeDBInstanceSSLRequest extends $tea.Model {
|
|
|
1624
1705
|
ownerId?: number;
|
|
1625
1706
|
resourceOwnerAccount?: string;
|
|
1626
1707
|
resourceOwnerId?: number;
|
|
1627
|
-
securityToken?: string;
|
|
1628
1708
|
static names(): {
|
|
1629
1709
|
[key: string]: string;
|
|
1630
1710
|
};
|
|
@@ -1666,13 +1746,62 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
|
1666
1746
|
[key: string]: any;
|
|
1667
1747
|
});
|
|
1668
1748
|
}
|
|
1749
|
+
export declare class DescribeDBInstanceSwitchLogRequest extends $tea.Model {
|
|
1750
|
+
DBInstanceId?: string;
|
|
1751
|
+
endTime?: string;
|
|
1752
|
+
pageNumber?: number;
|
|
1753
|
+
pageSize?: number;
|
|
1754
|
+
resourceOwnerId?: number;
|
|
1755
|
+
startTime?: string;
|
|
1756
|
+
static names(): {
|
|
1757
|
+
[key: string]: string;
|
|
1758
|
+
};
|
|
1759
|
+
static types(): {
|
|
1760
|
+
[key: string]: any;
|
|
1761
|
+
};
|
|
1762
|
+
constructor(map?: {
|
|
1763
|
+
[key: string]: any;
|
|
1764
|
+
});
|
|
1765
|
+
}
|
|
1766
|
+
export declare class DescribeDBInstanceSwitchLogResponseBody extends $tea.Model {
|
|
1767
|
+
DBInstanceId?: string;
|
|
1768
|
+
logItems?: DescribeDBInstanceSwitchLogResponseBodyLogItems[];
|
|
1769
|
+
pageNumber?: number;
|
|
1770
|
+
pageSize?: number;
|
|
1771
|
+
requestId?: string;
|
|
1772
|
+
totalCount?: number;
|
|
1773
|
+
static names(): {
|
|
1774
|
+
[key: string]: string;
|
|
1775
|
+
};
|
|
1776
|
+
static types(): {
|
|
1777
|
+
[key: string]: any;
|
|
1778
|
+
};
|
|
1779
|
+
constructor(map?: {
|
|
1780
|
+
[key: string]: any;
|
|
1781
|
+
});
|
|
1782
|
+
}
|
|
1783
|
+
export declare class DescribeDBInstanceSwitchLogResponse extends $tea.Model {
|
|
1784
|
+
headers: {
|
|
1785
|
+
[key: string]: string;
|
|
1786
|
+
};
|
|
1787
|
+
statusCode: number;
|
|
1788
|
+
body: DescribeDBInstanceSwitchLogResponseBody;
|
|
1789
|
+
static names(): {
|
|
1790
|
+
[key: string]: string;
|
|
1791
|
+
};
|
|
1792
|
+
static types(): {
|
|
1793
|
+
[key: string]: any;
|
|
1794
|
+
};
|
|
1795
|
+
constructor(map?: {
|
|
1796
|
+
[key: string]: any;
|
|
1797
|
+
});
|
|
1798
|
+
}
|
|
1669
1799
|
export declare class DescribeDBInstanceTDEInfoRequest extends $tea.Model {
|
|
1670
1800
|
DBInstanceId?: string;
|
|
1671
1801
|
ownerAccount?: string;
|
|
1672
1802
|
ownerId?: number;
|
|
1673
1803
|
resourceOwnerAccount?: string;
|
|
1674
1804
|
resourceOwnerId?: number;
|
|
1675
|
-
securityToken?: string;
|
|
1676
1805
|
static names(): {
|
|
1677
1806
|
[key: string]: string;
|
|
1678
1807
|
};
|
|
@@ -1738,7 +1867,6 @@ export declare class DescribeDBInstancesRequest extends $tea.Model {
|
|
|
1738
1867
|
resourceGroupId?: string;
|
|
1739
1868
|
resourceOwnerAccount?: string;
|
|
1740
1869
|
resourceOwnerId?: number;
|
|
1741
|
-
securityToken?: string;
|
|
1742
1870
|
tag?: DescribeDBInstancesRequestTag[];
|
|
1743
1871
|
vSwitchId?: string;
|
|
1744
1872
|
vpcId?: string;
|
|
@@ -1799,7 +1927,6 @@ export declare class DescribeDBInstancesOverviewRequest extends $tea.Model {
|
|
|
1799
1927
|
resourceGroupId?: string;
|
|
1800
1928
|
resourceOwnerAccount?: string;
|
|
1801
1929
|
resourceOwnerId?: number;
|
|
1802
|
-
securityToken?: string;
|
|
1803
1930
|
vSwitchId?: string;
|
|
1804
1931
|
vpcId?: string;
|
|
1805
1932
|
zoneId?: string;
|
|
@@ -1856,7 +1983,6 @@ export declare class DescribeErrorLogRecordsRequest extends $tea.Model {
|
|
|
1856
1983
|
resourceOwnerAccount?: string;
|
|
1857
1984
|
resourceOwnerId?: number;
|
|
1858
1985
|
roleType?: string;
|
|
1859
|
-
securityToken?: string;
|
|
1860
1986
|
startTime?: string;
|
|
1861
1987
|
static names(): {
|
|
1862
1988
|
[key: string]: string;
|
|
@@ -1908,7 +2034,6 @@ export declare class DescribeGlobalSecurityIPGroupRequest extends $tea.Model {
|
|
|
1908
2034
|
regionId?: string;
|
|
1909
2035
|
resourceOwnerAccount?: string;
|
|
1910
2036
|
resourceOwnerId?: number;
|
|
1911
|
-
securityToken?: string;
|
|
1912
2037
|
static names(): {
|
|
1913
2038
|
[key: string]: string;
|
|
1914
2039
|
};
|
|
@@ -1955,7 +2080,6 @@ export declare class DescribeGlobalSecurityIPGroupRelationRequest extends $tea.M
|
|
|
1955
2080
|
regionId?: string;
|
|
1956
2081
|
resourceOwnerAccount?: string;
|
|
1957
2082
|
resourceOwnerId?: number;
|
|
1958
|
-
securityToken?: string;
|
|
1959
2083
|
static names(): {
|
|
1960
2084
|
[key: string]: string;
|
|
1961
2085
|
};
|
|
@@ -1996,6 +2120,114 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.
|
|
|
1996
2120
|
[key: string]: any;
|
|
1997
2121
|
});
|
|
1998
2122
|
}
|
|
2123
|
+
export declare class DescribeHistoryTasksRequest extends $tea.Model {
|
|
2124
|
+
fromExecTime?: number;
|
|
2125
|
+
fromStartTime?: string;
|
|
2126
|
+
instanceId?: string;
|
|
2127
|
+
instanceType?: string;
|
|
2128
|
+
pageNumber?: number;
|
|
2129
|
+
pageSize?: number;
|
|
2130
|
+
regionId?: string;
|
|
2131
|
+
resourceOwnerAccount?: string;
|
|
2132
|
+
resourceOwnerId?: number;
|
|
2133
|
+
status?: string;
|
|
2134
|
+
taskId?: string;
|
|
2135
|
+
taskType?: string;
|
|
2136
|
+
toExecTime?: number;
|
|
2137
|
+
toStartTime?: string;
|
|
2138
|
+
static names(): {
|
|
2139
|
+
[key: string]: string;
|
|
2140
|
+
};
|
|
2141
|
+
static types(): {
|
|
2142
|
+
[key: string]: any;
|
|
2143
|
+
};
|
|
2144
|
+
constructor(map?: {
|
|
2145
|
+
[key: string]: any;
|
|
2146
|
+
});
|
|
2147
|
+
}
|
|
2148
|
+
export declare class DescribeHistoryTasksResponseBody extends $tea.Model {
|
|
2149
|
+
items?: DescribeHistoryTasksResponseBodyItems[];
|
|
2150
|
+
pageNumber?: number;
|
|
2151
|
+
pageSize?: number;
|
|
2152
|
+
requestId?: string;
|
|
2153
|
+
totalCount?: number;
|
|
2154
|
+
static names(): {
|
|
2155
|
+
[key: string]: string;
|
|
2156
|
+
};
|
|
2157
|
+
static types(): {
|
|
2158
|
+
[key: string]: any;
|
|
2159
|
+
};
|
|
2160
|
+
constructor(map?: {
|
|
2161
|
+
[key: string]: any;
|
|
2162
|
+
});
|
|
2163
|
+
}
|
|
2164
|
+
export declare class DescribeHistoryTasksResponse extends $tea.Model {
|
|
2165
|
+
headers: {
|
|
2166
|
+
[key: string]: string;
|
|
2167
|
+
};
|
|
2168
|
+
statusCode: number;
|
|
2169
|
+
body: DescribeHistoryTasksResponseBody;
|
|
2170
|
+
static names(): {
|
|
2171
|
+
[key: string]: string;
|
|
2172
|
+
};
|
|
2173
|
+
static types(): {
|
|
2174
|
+
[key: string]: any;
|
|
2175
|
+
};
|
|
2176
|
+
constructor(map?: {
|
|
2177
|
+
[key: string]: any;
|
|
2178
|
+
});
|
|
2179
|
+
}
|
|
2180
|
+
export declare class DescribeHistoryTasksStatRequest extends $tea.Model {
|
|
2181
|
+
fromExecTime?: number;
|
|
2182
|
+
fromStartTime?: string;
|
|
2183
|
+
instanceId?: string;
|
|
2184
|
+
regionId?: string;
|
|
2185
|
+
resourceOwnerAccount?: string;
|
|
2186
|
+
resourceOwnerId?: number;
|
|
2187
|
+
status?: string;
|
|
2188
|
+
taskId?: string;
|
|
2189
|
+
taskType?: string;
|
|
2190
|
+
toExecTime?: number;
|
|
2191
|
+
toStartTime?: string;
|
|
2192
|
+
static names(): {
|
|
2193
|
+
[key: string]: string;
|
|
2194
|
+
};
|
|
2195
|
+
static types(): {
|
|
2196
|
+
[key: string]: any;
|
|
2197
|
+
};
|
|
2198
|
+
constructor(map?: {
|
|
2199
|
+
[key: string]: any;
|
|
2200
|
+
});
|
|
2201
|
+
}
|
|
2202
|
+
export declare class DescribeHistoryTasksStatResponseBody extends $tea.Model {
|
|
2203
|
+
items?: DescribeHistoryTasksStatResponseBodyItems[];
|
|
2204
|
+
requestId?: string;
|
|
2205
|
+
static names(): {
|
|
2206
|
+
[key: string]: string;
|
|
2207
|
+
};
|
|
2208
|
+
static types(): {
|
|
2209
|
+
[key: string]: any;
|
|
2210
|
+
};
|
|
2211
|
+
constructor(map?: {
|
|
2212
|
+
[key: string]: any;
|
|
2213
|
+
});
|
|
2214
|
+
}
|
|
2215
|
+
export declare class DescribeHistoryTasksStatResponse extends $tea.Model {
|
|
2216
|
+
headers: {
|
|
2217
|
+
[key: string]: string;
|
|
2218
|
+
};
|
|
2219
|
+
statusCode: number;
|
|
2220
|
+
body: DescribeHistoryTasksStatResponseBody;
|
|
2221
|
+
static names(): {
|
|
2222
|
+
[key: string]: string;
|
|
2223
|
+
};
|
|
2224
|
+
static types(): {
|
|
2225
|
+
[key: string]: any;
|
|
2226
|
+
};
|
|
2227
|
+
constructor(map?: {
|
|
2228
|
+
[key: string]: any;
|
|
2229
|
+
});
|
|
2230
|
+
}
|
|
1999
2231
|
export declare class DescribeInstanceAutoRenewalAttributeRequest extends $tea.Model {
|
|
2000
2232
|
DBInstanceId?: string;
|
|
2001
2233
|
DBInstanceType?: string;
|
|
@@ -2006,7 +2238,6 @@ export declare class DescribeInstanceAutoRenewalAttributeRequest extends $tea.Mo
|
|
|
2006
2238
|
regionId?: string;
|
|
2007
2239
|
resourceOwnerAccount?: string;
|
|
2008
2240
|
resourceOwnerId?: number;
|
|
2009
|
-
securityToken?: string;
|
|
2010
2241
|
static names(): {
|
|
2011
2242
|
[key: string]: string;
|
|
2012
2243
|
};
|
|
@@ -2055,7 +2286,6 @@ export declare class DescribeKernelReleaseNotesRequest extends $tea.Model {
|
|
|
2055
2286
|
ownerId?: number;
|
|
2056
2287
|
resourceOwnerAccount?: string;
|
|
2057
2288
|
resourceOwnerId?: number;
|
|
2058
|
-
securityToken?: string;
|
|
2059
2289
|
static names(): {
|
|
2060
2290
|
[key: string]: string;
|
|
2061
2291
|
};
|
|
@@ -2095,13 +2325,56 @@ export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
|
2095
2325
|
[key: string]: any;
|
|
2096
2326
|
});
|
|
2097
2327
|
}
|
|
2328
|
+
export declare class DescribeKmsKeysRequest extends $tea.Model {
|
|
2329
|
+
ownerAccount?: string;
|
|
2330
|
+
regionId?: string;
|
|
2331
|
+
resourceOwnerAccount?: string;
|
|
2332
|
+
resourceOwnerId?: number;
|
|
2333
|
+
static names(): {
|
|
2334
|
+
[key: string]: string;
|
|
2335
|
+
};
|
|
2336
|
+
static types(): {
|
|
2337
|
+
[key: string]: any;
|
|
2338
|
+
};
|
|
2339
|
+
constructor(map?: {
|
|
2340
|
+
[key: string]: any;
|
|
2341
|
+
});
|
|
2342
|
+
}
|
|
2343
|
+
export declare class DescribeKmsKeysResponseBody extends $tea.Model {
|
|
2344
|
+
kmsKeys?: DescribeKmsKeysResponseBodyKmsKeys[];
|
|
2345
|
+
requestId?: string;
|
|
2346
|
+
static names(): {
|
|
2347
|
+
[key: string]: string;
|
|
2348
|
+
};
|
|
2349
|
+
static types(): {
|
|
2350
|
+
[key: string]: any;
|
|
2351
|
+
};
|
|
2352
|
+
constructor(map?: {
|
|
2353
|
+
[key: string]: any;
|
|
2354
|
+
});
|
|
2355
|
+
}
|
|
2356
|
+
export declare class DescribeKmsKeysResponse extends $tea.Model {
|
|
2357
|
+
headers: {
|
|
2358
|
+
[key: string]: string;
|
|
2359
|
+
};
|
|
2360
|
+
statusCode: number;
|
|
2361
|
+
body: DescribeKmsKeysResponseBody;
|
|
2362
|
+
static names(): {
|
|
2363
|
+
[key: string]: string;
|
|
2364
|
+
};
|
|
2365
|
+
static types(): {
|
|
2366
|
+
[key: string]: any;
|
|
2367
|
+
};
|
|
2368
|
+
constructor(map?: {
|
|
2369
|
+
[key: string]: any;
|
|
2370
|
+
});
|
|
2371
|
+
}
|
|
2098
2372
|
export declare class DescribeMongoDBLogConfigRequest extends $tea.Model {
|
|
2099
2373
|
DBInstanceId?: string;
|
|
2100
2374
|
ownerAccount?: string;
|
|
2101
2375
|
ownerId?: number;
|
|
2102
2376
|
resourceOwnerAccount?: string;
|
|
2103
2377
|
resourceOwnerId?: number;
|
|
2104
|
-
securityToken?: string;
|
|
2105
2378
|
static names(): {
|
|
2106
2379
|
[key: string]: string;
|
|
2107
2380
|
};
|
|
@@ -2160,7 +2433,6 @@ export declare class DescribeParameterModificationHistoryRequest extends $tea.Mo
|
|
|
2160
2433
|
ownerId?: number;
|
|
2161
2434
|
resourceOwnerAccount?: string;
|
|
2162
2435
|
resourceOwnerId?: number;
|
|
2163
|
-
securityToken?: string;
|
|
2164
2436
|
startTime?: string;
|
|
2165
2437
|
static names(): {
|
|
2166
2438
|
[key: string]: string;
|
|
@@ -2209,7 +2481,6 @@ export declare class DescribeParameterTemplatesRequest extends $tea.Model {
|
|
|
2209
2481
|
regionId?: string;
|
|
2210
2482
|
resourceOwnerAccount?: string;
|
|
2211
2483
|
resourceOwnerId?: number;
|
|
2212
|
-
securityToken?: string;
|
|
2213
2484
|
static names(): {
|
|
2214
2485
|
[key: string]: string;
|
|
2215
2486
|
};
|
|
@@ -2261,7 +2532,6 @@ export declare class DescribeParametersRequest extends $tea.Model {
|
|
|
2261
2532
|
ownerId?: number;
|
|
2262
2533
|
resourceOwnerAccount?: string;
|
|
2263
2534
|
resourceOwnerId?: number;
|
|
2264
|
-
securityToken?: string;
|
|
2265
2535
|
static names(): {
|
|
2266
2536
|
[key: string]: string;
|
|
2267
2537
|
};
|
|
@@ -2318,7 +2588,6 @@ export declare class DescribePriceRequest extends $tea.Model {
|
|
|
2318
2588
|
resourceGroupId?: string;
|
|
2319
2589
|
resourceOwnerAccount?: string;
|
|
2320
2590
|
resourceOwnerId?: number;
|
|
2321
|
-
securityToken?: string;
|
|
2322
2591
|
static names(): {
|
|
2323
2592
|
[key: string]: string;
|
|
2324
2593
|
};
|
|
@@ -2369,7 +2638,6 @@ export declare class DescribeRegionsRequest extends $tea.Model {
|
|
|
2369
2638
|
regionId?: string;
|
|
2370
2639
|
resourceOwnerAccount?: string;
|
|
2371
2640
|
resourceOwnerId?: number;
|
|
2372
|
-
securityToken?: string;
|
|
2373
2641
|
static names(): {
|
|
2374
2642
|
[key: string]: string;
|
|
2375
2643
|
};
|
|
@@ -2417,7 +2685,6 @@ export declare class DescribeRenewalPriceRequest extends $tea.Model {
|
|
|
2417
2685
|
ownerId?: number;
|
|
2418
2686
|
resourceOwnerAccount?: string;
|
|
2419
2687
|
resourceOwnerId?: number;
|
|
2420
|
-
securityToken?: string;
|
|
2421
2688
|
static names(): {
|
|
2422
2689
|
[key: string]: string;
|
|
2423
2690
|
};
|
|
@@ -2465,7 +2732,6 @@ export declare class DescribeReplicaSetRoleRequest extends $tea.Model {
|
|
|
2465
2732
|
ownerId?: number;
|
|
2466
2733
|
resourceOwnerAccount?: string;
|
|
2467
2734
|
resourceOwnerId?: number;
|
|
2468
|
-
securityToken?: string;
|
|
2469
2735
|
static names(): {
|
|
2470
2736
|
[key: string]: string;
|
|
2471
2737
|
};
|
|
@@ -2512,7 +2778,6 @@ export declare class DescribeRoleZoneInfoRequest extends $tea.Model {
|
|
|
2512
2778
|
ownerId?: number;
|
|
2513
2779
|
resourceOwnerAccount?: string;
|
|
2514
2780
|
resourceOwnerId?: number;
|
|
2515
|
-
securityToken?: string;
|
|
2516
2781
|
static names(): {
|
|
2517
2782
|
[key: string]: string;
|
|
2518
2783
|
};
|
|
@@ -2567,7 +2832,6 @@ export declare class DescribeRunningLogRecordsRequest extends $tea.Model {
|
|
|
2567
2832
|
resourceOwnerId?: number;
|
|
2568
2833
|
roleId?: string;
|
|
2569
2834
|
roleType?: string;
|
|
2570
|
-
securityToken?: string;
|
|
2571
2835
|
startTime?: string;
|
|
2572
2836
|
static names(): {
|
|
2573
2837
|
[key: string]: string;
|
|
@@ -2618,7 +2882,6 @@ export declare class DescribeSecurityGroupConfigurationRequest extends $tea.Mode
|
|
|
2618
2882
|
ownerId?: number;
|
|
2619
2883
|
resourceOwnerAccount?: string;
|
|
2620
2884
|
resourceOwnerId?: number;
|
|
2621
|
-
securityToken?: string;
|
|
2622
2885
|
static names(): {
|
|
2623
2886
|
[key: string]: string;
|
|
2624
2887
|
};
|
|
@@ -2664,7 +2927,6 @@ export declare class DescribeSecurityIpsRequest extends $tea.Model {
|
|
|
2664
2927
|
ownerId?: number;
|
|
2665
2928
|
resourceOwnerAccount?: string;
|
|
2666
2929
|
resourceOwnerId?: number;
|
|
2667
|
-
securityToken?: string;
|
|
2668
2930
|
static names(): {
|
|
2669
2931
|
[key: string]: string;
|
|
2670
2932
|
};
|
|
@@ -2712,7 +2974,6 @@ export declare class DescribeShardingNetworkAddressRequest extends $tea.Model {
|
|
|
2712
2974
|
ownerId?: number;
|
|
2713
2975
|
resourceOwnerAccount?: string;
|
|
2714
2976
|
resourceOwnerId?: number;
|
|
2715
|
-
securityToken?: string;
|
|
2716
2977
|
static names(): {
|
|
2717
2978
|
[key: string]: string;
|
|
2718
2979
|
};
|
|
@@ -2766,7 +3027,6 @@ export declare class DescribeSlowLogRecordsRequest extends $tea.Model {
|
|
|
2766
3027
|
resourceGroupId?: string;
|
|
2767
3028
|
resourceOwnerAccount?: string;
|
|
2768
3029
|
resourceOwnerId?: number;
|
|
2769
|
-
securityToken?: string;
|
|
2770
3030
|
startTime?: string;
|
|
2771
3031
|
static names(): {
|
|
2772
3032
|
[key: string]: string;
|
|
@@ -2866,7 +3126,6 @@ export declare class DescribeUserEncryptionKeyListRequest extends $tea.Model {
|
|
|
2866
3126
|
ownerId?: number;
|
|
2867
3127
|
resourceOwnerAccount?: string;
|
|
2868
3128
|
resourceOwnerId?: number;
|
|
2869
|
-
securityToken?: string;
|
|
2870
3129
|
targetRegionId?: string;
|
|
2871
3130
|
static names(): {
|
|
2872
3131
|
[key: string]: string;
|
|
@@ -2916,7 +3175,6 @@ export declare class DestroyInstanceRequest extends $tea.Model {
|
|
|
2916
3175
|
resourceGroupId?: string;
|
|
2917
3176
|
resourceOwnerAccount?: string;
|
|
2918
3177
|
resourceOwnerId?: number;
|
|
2919
|
-
securityToken?: string;
|
|
2920
3178
|
static names(): {
|
|
2921
3179
|
[key: string]: string;
|
|
2922
3180
|
};
|
|
@@ -2967,7 +3225,6 @@ export declare class EvaluateResourceRequest extends $tea.Model {
|
|
|
2967
3225
|
replicationFactor?: string;
|
|
2968
3226
|
resourceOwnerAccount?: string;
|
|
2969
3227
|
resourceOwnerId?: number;
|
|
2970
|
-
securityToken?: string;
|
|
2971
3228
|
shardsInfo?: string;
|
|
2972
3229
|
storage?: string;
|
|
2973
3230
|
zoneId?: string;
|
|
@@ -3164,7 +3421,6 @@ export declare class ModifyAccountDescriptionRequest extends $tea.Model {
|
|
|
3164
3421
|
ownerId?: number;
|
|
3165
3422
|
resourceOwnerAccount?: string;
|
|
3166
3423
|
resourceOwnerId?: number;
|
|
3167
|
-
securityToken?: string;
|
|
3168
3424
|
static names(): {
|
|
3169
3425
|
[key: string]: string;
|
|
3170
3426
|
};
|
|
@@ -3211,7 +3467,6 @@ export declare class ModifyAuditLogFilterRequest extends $tea.Model {
|
|
|
3211
3467
|
resourceOwnerAccount?: string;
|
|
3212
3468
|
resourceOwnerId?: number;
|
|
3213
3469
|
roleType?: string;
|
|
3214
|
-
securityToken?: string;
|
|
3215
3470
|
static names(): {
|
|
3216
3471
|
[key: string]: string;
|
|
3217
3472
|
};
|
|
@@ -3258,7 +3513,6 @@ export declare class ModifyAuditPolicyRequest extends $tea.Model {
|
|
|
3258
3513
|
ownerId?: number;
|
|
3259
3514
|
resourceOwnerAccount?: string;
|
|
3260
3515
|
resourceOwnerId?: number;
|
|
3261
|
-
securityToken?: string;
|
|
3262
3516
|
serviceType?: string;
|
|
3263
3517
|
storagePeriod?: number;
|
|
3264
3518
|
static names(): {
|
|
@@ -3361,7 +3615,6 @@ export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model
|
|
|
3361
3615
|
ownerId?: number;
|
|
3362
3616
|
resourceOwnerAccount?: string;
|
|
3363
3617
|
resourceOwnerId?: number;
|
|
3364
|
-
securityToken?: string;
|
|
3365
3618
|
static names(): {
|
|
3366
3619
|
[key: string]: string;
|
|
3367
3620
|
};
|
|
@@ -3408,7 +3661,6 @@ export declare class ModifyDBInstanceDescriptionRequest extends $tea.Model {
|
|
|
3408
3661
|
ownerId?: number;
|
|
3409
3662
|
resourceOwnerAccount?: string;
|
|
3410
3663
|
resourceOwnerId?: number;
|
|
3411
|
-
securityToken?: string;
|
|
3412
3664
|
static names(): {
|
|
3413
3665
|
[key: string]: string;
|
|
3414
3666
|
};
|
|
@@ -3455,7 +3707,6 @@ export declare class ModifyDBInstanceMaintainTimeRequest extends $tea.Model {
|
|
|
3455
3707
|
ownerId?: number;
|
|
3456
3708
|
resourceOwnerAccount?: string;
|
|
3457
3709
|
resourceOwnerId?: number;
|
|
3458
|
-
securityToken?: string;
|
|
3459
3710
|
static names(): {
|
|
3460
3711
|
[key: string]: string;
|
|
3461
3712
|
};
|
|
@@ -3501,7 +3752,6 @@ export declare class ModifyDBInstanceMonitorRequest extends $tea.Model {
|
|
|
3501
3752
|
ownerId?: number;
|
|
3502
3753
|
resourceOwnerAccount?: string;
|
|
3503
3754
|
resourceOwnerId?: number;
|
|
3504
|
-
securityToken?: string;
|
|
3505
3755
|
static names(): {
|
|
3506
3756
|
[key: string]: string;
|
|
3507
3757
|
};
|
|
@@ -3548,7 +3798,6 @@ export declare class ModifyDBInstanceNetExpireTimeRequest extends $tea.Model {
|
|
|
3548
3798
|
ownerId?: number;
|
|
3549
3799
|
resourceOwnerAccount?: string;
|
|
3550
3800
|
resourceOwnerId?: number;
|
|
3551
|
-
securityToken?: string;
|
|
3552
3801
|
static names(): {
|
|
3553
3802
|
[key: string]: string;
|
|
3554
3803
|
};
|
|
@@ -3596,7 +3845,6 @@ export declare class ModifyDBInstanceNetworkTypeRequest extends $tea.Model {
|
|
|
3596
3845
|
resourceOwnerAccount?: string;
|
|
3597
3846
|
resourceOwnerId?: number;
|
|
3598
3847
|
retainClassic?: string;
|
|
3599
|
-
securityToken?: string;
|
|
3600
3848
|
vSwitchId?: string;
|
|
3601
3849
|
vpcId?: string;
|
|
3602
3850
|
zoneId?: string;
|
|
@@ -3645,7 +3893,6 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
3645
3893
|
resourceOwnerAccount?: string;
|
|
3646
3894
|
resourceOwnerId?: number;
|
|
3647
3895
|
SSLAction?: string;
|
|
3648
|
-
securityToken?: string;
|
|
3649
3896
|
static names(): {
|
|
3650
3897
|
[key: string]: string;
|
|
3651
3898
|
};
|
|
@@ -3700,7 +3947,6 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
3700
3947
|
replicationFactor?: string;
|
|
3701
3948
|
resourceOwnerAccount?: string;
|
|
3702
3949
|
resourceOwnerId?: number;
|
|
3703
|
-
securityToken?: string;
|
|
3704
3950
|
static names(): {
|
|
3705
3951
|
[key: string]: string;
|
|
3706
3952
|
};
|
|
@@ -3749,7 +3995,6 @@ export declare class ModifyDBInstanceTDERequest extends $tea.Model {
|
|
|
3749
3995
|
resourceOwnerAccount?: string;
|
|
3750
3996
|
resourceOwnerId?: number;
|
|
3751
3997
|
roleARN?: string;
|
|
3752
|
-
securityToken?: string;
|
|
3753
3998
|
TDEStatus?: string;
|
|
3754
3999
|
static names(): {
|
|
3755
4000
|
[key: string]: string;
|
|
@@ -3798,7 +4043,6 @@ export declare class ModifyGlobalSecurityIPGroupRequest extends $tea.Model {
|
|
|
3798
4043
|
regionId?: string;
|
|
3799
4044
|
resourceOwnerAccount?: string;
|
|
3800
4045
|
resourceOwnerId?: number;
|
|
3801
|
-
securityToken?: string;
|
|
3802
4046
|
static names(): {
|
|
3803
4047
|
[key: string]: string;
|
|
3804
4048
|
};
|
|
@@ -3845,7 +4089,6 @@ export declare class ModifyGlobalSecurityIPGroupNameRequest extends $tea.Model {
|
|
|
3845
4089
|
regionId?: string;
|
|
3846
4090
|
resourceOwnerAccount?: string;
|
|
3847
4091
|
resourceOwnerId?: number;
|
|
3848
|
-
securityToken?: string;
|
|
3849
4092
|
static names(): {
|
|
3850
4093
|
[key: string]: string;
|
|
3851
4094
|
};
|
|
@@ -3893,7 +4136,6 @@ export declare class ModifyGlobalSecurityIPGroupRelationRequest extends $tea.Mod
|
|
|
3893
4136
|
regionId?: string;
|
|
3894
4137
|
resourceOwnerAccount?: string;
|
|
3895
4138
|
resourceOwnerId?: number;
|
|
3896
|
-
securityToken?: string;
|
|
3897
4139
|
static names(): {
|
|
3898
4140
|
[key: string]: string;
|
|
3899
4141
|
};
|
|
@@ -3941,7 +4183,6 @@ export declare class ModifyInstanceAutoRenewalAttributeRequest extends $tea.Mode
|
|
|
3941
4183
|
regionId?: string;
|
|
3942
4184
|
resourceOwnerAccount?: string;
|
|
3943
4185
|
resourceOwnerId?: number;
|
|
3944
|
-
securityToken?: string;
|
|
3945
4186
|
static names(): {
|
|
3946
4187
|
[key: string]: string;
|
|
3947
4188
|
};
|
|
@@ -3987,7 +4228,6 @@ export declare class ModifyInstanceVpcAuthModeRequest extends $tea.Model {
|
|
|
3987
4228
|
ownerId?: number;
|
|
3988
4229
|
resourceOwnerAccount?: string;
|
|
3989
4230
|
resourceOwnerId?: number;
|
|
3990
|
-
securityToken?: string;
|
|
3991
4231
|
vpcAuthMode?: string;
|
|
3992
4232
|
static names(): {
|
|
3993
4233
|
[key: string]: string;
|
|
@@ -4044,7 +4284,6 @@ export declare class ModifyNodeSpecRequest extends $tea.Model {
|
|
|
4044
4284
|
readonlyReplicas?: number;
|
|
4045
4285
|
resourceOwnerAccount?: string;
|
|
4046
4286
|
resourceOwnerId?: number;
|
|
4047
|
-
securityToken?: string;
|
|
4048
4287
|
switchTime?: string;
|
|
4049
4288
|
static names(): {
|
|
4050
4289
|
[key: string]: string;
|
|
@@ -4099,7 +4338,6 @@ export declare class ModifyNodeSpecBatchRequest extends $tea.Model {
|
|
|
4099
4338
|
regionId?: string;
|
|
4100
4339
|
resourceOwnerAccount?: string;
|
|
4101
4340
|
resourceOwnerId?: number;
|
|
4102
|
-
securityToken?: string;
|
|
4103
4341
|
static names(): {
|
|
4104
4342
|
[key: string]: string;
|
|
4105
4343
|
};
|
|
@@ -4149,7 +4387,6 @@ export declare class ModifyParametersRequest extends $tea.Model {
|
|
|
4149
4387
|
regionId?: string;
|
|
4150
4388
|
resourceOwnerAccount?: string;
|
|
4151
4389
|
resourceOwnerId?: number;
|
|
4152
|
-
securityToken?: string;
|
|
4153
4390
|
static names(): {
|
|
4154
4391
|
[key: string]: string;
|
|
4155
4392
|
};
|
|
@@ -4196,7 +4433,6 @@ export declare class ModifyResourceGroupRequest extends $tea.Model {
|
|
|
4196
4433
|
resourceGroupId?: string;
|
|
4197
4434
|
resourceOwnerAccount?: string;
|
|
4198
4435
|
resourceOwnerId?: number;
|
|
4199
|
-
securityToken?: string;
|
|
4200
4436
|
static names(): {
|
|
4201
4437
|
[key: string]: string;
|
|
4202
4438
|
};
|
|
@@ -4242,7 +4478,6 @@ export declare class ModifySecurityGroupConfigurationRequest extends $tea.Model
|
|
|
4242
4478
|
resourceOwnerAccount?: string;
|
|
4243
4479
|
resourceOwnerId?: number;
|
|
4244
4480
|
securityGroupId?: string;
|
|
4245
|
-
securityToken?: string;
|
|
4246
4481
|
static names(): {
|
|
4247
4482
|
[key: string]: string;
|
|
4248
4483
|
};
|
|
@@ -4291,7 +4526,6 @@ export declare class ModifySecurityIpsRequest extends $tea.Model {
|
|
|
4291
4526
|
securityIpGroupAttribute?: string;
|
|
4292
4527
|
securityIpGroupName?: string;
|
|
4293
4528
|
securityIps?: string;
|
|
4294
|
-
securityToken?: string;
|
|
4295
4529
|
static names(): {
|
|
4296
4530
|
[key: string]: string;
|
|
4297
4531
|
};
|
|
@@ -4330,6 +4564,55 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
4330
4564
|
[key: string]: any;
|
|
4331
4565
|
});
|
|
4332
4566
|
}
|
|
4567
|
+
export declare class ModifyTaskInfoRequest extends $tea.Model {
|
|
4568
|
+
actionParams?: string;
|
|
4569
|
+
regionId?: string;
|
|
4570
|
+
resourceOwnerAccount?: string;
|
|
4571
|
+
resourceOwnerId?: number;
|
|
4572
|
+
stepName?: string;
|
|
4573
|
+
taskAction?: string;
|
|
4574
|
+
taskId?: string;
|
|
4575
|
+
static names(): {
|
|
4576
|
+
[key: string]: string;
|
|
4577
|
+
};
|
|
4578
|
+
static types(): {
|
|
4579
|
+
[key: string]: any;
|
|
4580
|
+
};
|
|
4581
|
+
constructor(map?: {
|
|
4582
|
+
[key: string]: any;
|
|
4583
|
+
});
|
|
4584
|
+
}
|
|
4585
|
+
export declare class ModifyTaskInfoResponseBody extends $tea.Model {
|
|
4586
|
+
errorCode?: string;
|
|
4587
|
+
errorTaskId?: string;
|
|
4588
|
+
requestId?: string;
|
|
4589
|
+
successCount?: string;
|
|
4590
|
+
static names(): {
|
|
4591
|
+
[key: string]: string;
|
|
4592
|
+
};
|
|
4593
|
+
static types(): {
|
|
4594
|
+
[key: string]: any;
|
|
4595
|
+
};
|
|
4596
|
+
constructor(map?: {
|
|
4597
|
+
[key: string]: any;
|
|
4598
|
+
});
|
|
4599
|
+
}
|
|
4600
|
+
export declare class ModifyTaskInfoResponse extends $tea.Model {
|
|
4601
|
+
headers: {
|
|
4602
|
+
[key: string]: string;
|
|
4603
|
+
};
|
|
4604
|
+
statusCode: number;
|
|
4605
|
+
body: ModifyTaskInfoResponseBody;
|
|
4606
|
+
static names(): {
|
|
4607
|
+
[key: string]: string;
|
|
4608
|
+
};
|
|
4609
|
+
static types(): {
|
|
4610
|
+
[key: string]: any;
|
|
4611
|
+
};
|
|
4612
|
+
constructor(map?: {
|
|
4613
|
+
[key: string]: any;
|
|
4614
|
+
});
|
|
4615
|
+
}
|
|
4333
4616
|
export declare class ReleaseNodePrivateNetworkAddressRequest extends $tea.Model {
|
|
4334
4617
|
DBInstanceId?: string;
|
|
4335
4618
|
networkType?: string;
|
|
@@ -4338,7 +4621,6 @@ export declare class ReleaseNodePrivateNetworkAddressRequest extends $tea.Model
|
|
|
4338
4621
|
ownerId?: number;
|
|
4339
4622
|
resourceOwnerAccount?: string;
|
|
4340
4623
|
resourceOwnerId?: number;
|
|
4341
|
-
securityToken?: string;
|
|
4342
4624
|
static names(): {
|
|
4343
4625
|
[key: string]: string;
|
|
4344
4626
|
};
|
|
@@ -4384,7 +4666,6 @@ export declare class ReleasePublicNetworkAddressRequest extends $tea.Model {
|
|
|
4384
4666
|
ownerId?: number;
|
|
4385
4667
|
resourceOwnerAccount?: string;
|
|
4386
4668
|
resourceOwnerId?: number;
|
|
4387
|
-
securityToken?: string;
|
|
4388
4669
|
static names(): {
|
|
4389
4670
|
[key: string]: string;
|
|
4390
4671
|
};
|
|
@@ -4434,7 +4715,6 @@ export declare class RenewDBInstanceRequest extends $tea.Model {
|
|
|
4434
4715
|
period?: number;
|
|
4435
4716
|
resourceOwnerAccount?: string;
|
|
4436
4717
|
resourceOwnerId?: number;
|
|
4437
|
-
securityToken?: string;
|
|
4438
4718
|
static names(): {
|
|
4439
4719
|
[key: string]: string;
|
|
4440
4720
|
};
|
|
@@ -4483,7 +4763,6 @@ export declare class ResetAccountPasswordRequest extends $tea.Model {
|
|
|
4483
4763
|
ownerId?: number;
|
|
4484
4764
|
resourceOwnerAccount?: string;
|
|
4485
4765
|
resourceOwnerId?: number;
|
|
4486
|
-
securityToken?: string;
|
|
4487
4766
|
static names(): {
|
|
4488
4767
|
[key: string]: string;
|
|
4489
4768
|
};
|
|
@@ -4529,7 +4808,6 @@ export declare class RestartDBInstanceRequest extends $tea.Model {
|
|
|
4529
4808
|
ownerId?: number;
|
|
4530
4809
|
resourceOwnerAccount?: string;
|
|
4531
4810
|
resourceOwnerId?: number;
|
|
4532
|
-
securityToken?: string;
|
|
4533
4811
|
static names(): {
|
|
4534
4812
|
[key: string]: string;
|
|
4535
4813
|
};
|
|
@@ -4575,7 +4853,6 @@ export declare class RestoreDBInstanceRequest extends $tea.Model {
|
|
|
4575
4853
|
ownerId?: number;
|
|
4576
4854
|
resourceOwnerAccount?: string;
|
|
4577
4855
|
resourceOwnerId?: number;
|
|
4578
|
-
securityToken?: string;
|
|
4579
4856
|
static names(): {
|
|
4580
4857
|
[key: string]: string;
|
|
4581
4858
|
};
|
|
@@ -4622,7 +4899,6 @@ export declare class SwitchDBInstanceHARequest extends $tea.Model {
|
|
|
4622
4899
|
resourceOwnerAccount?: string;
|
|
4623
4900
|
resourceOwnerId?: number;
|
|
4624
4901
|
roleIds?: string;
|
|
4625
|
-
securityToken?: string;
|
|
4626
4902
|
switchMode?: number;
|
|
4627
4903
|
static names(): {
|
|
4628
4904
|
[key: string]: string;
|
|
@@ -4716,7 +4992,6 @@ export declare class TransferClusterBackupRequest extends $tea.Model {
|
|
|
4716
4992
|
ownerId?: number;
|
|
4717
4993
|
resourceOwnerAccount?: string;
|
|
4718
4994
|
resourceOwnerId?: number;
|
|
4719
|
-
securityToken?: string;
|
|
4720
4995
|
static names(): {
|
|
4721
4996
|
[key: string]: string;
|
|
4722
4997
|
};
|
|
@@ -4769,7 +5044,6 @@ export declare class TransformInstanceChargeTypeRequest extends $tea.Model {
|
|
|
4769
5044
|
pricingCycle?: string;
|
|
4770
5045
|
resourceOwnerAccount?: string;
|
|
4771
5046
|
resourceOwnerId?: number;
|
|
4772
|
-
securityToken?: string;
|
|
4773
5047
|
static names(): {
|
|
4774
5048
|
[key: string]: string;
|
|
4775
5049
|
};
|
|
@@ -4820,7 +5094,6 @@ export declare class TransformToPrePaidRequest extends $tea.Model {
|
|
|
4820
5094
|
period?: number;
|
|
4821
5095
|
resourceOwnerAccount?: string;
|
|
4822
5096
|
resourceOwnerId?: number;
|
|
4823
|
-
securityToken?: string;
|
|
4824
5097
|
static names(): {
|
|
4825
5098
|
[key: string]: string;
|
|
4826
5099
|
};
|
|
@@ -4916,7 +5189,6 @@ export declare class UpgradeDBInstanceEngineVersionRequest extends $tea.Model {
|
|
|
4916
5189
|
ownerId?: number;
|
|
4917
5190
|
resourceOwnerAccount?: string;
|
|
4918
5191
|
resourceOwnerId?: number;
|
|
4919
|
-
securityToken?: string;
|
|
4920
5192
|
static names(): {
|
|
4921
5193
|
[key: string]: string;
|
|
4922
5194
|
};
|
|
@@ -4961,7 +5233,6 @@ export declare class UpgradeDBInstanceKernelVersionRequest extends $tea.Model {
|
|
|
4961
5233
|
ownerId?: number;
|
|
4962
5234
|
resourceOwnerAccount?: string;
|
|
4963
5235
|
resourceOwnerId?: number;
|
|
4964
|
-
securityToken?: string;
|
|
4965
5236
|
static names(): {
|
|
4966
5237
|
[key: string]: string;
|
|
4967
5238
|
};
|
|
@@ -5123,6 +5394,43 @@ export declare class DescribeActiveOperationTaskTypeResponseBodyTypeList extends
|
|
|
5123
5394
|
[key: string]: any;
|
|
5124
5395
|
});
|
|
5125
5396
|
}
|
|
5397
|
+
export declare class DescribeActiveOperationTasksResponseBodyItems extends $tea.Model {
|
|
5398
|
+
allowCancel?: string;
|
|
5399
|
+
allowChange?: string;
|
|
5400
|
+
changeLevel?: string;
|
|
5401
|
+
changeLevelEn?: string;
|
|
5402
|
+
changeLevelZh?: string;
|
|
5403
|
+
createdTime?: string;
|
|
5404
|
+
currentAVZ?: string;
|
|
5405
|
+
dbType?: string;
|
|
5406
|
+
dbVersion?: string;
|
|
5407
|
+
deadline?: string;
|
|
5408
|
+
id?: number;
|
|
5409
|
+
impactEn?: string;
|
|
5410
|
+
impactZh?: string;
|
|
5411
|
+
insComment?: string;
|
|
5412
|
+
insName?: string;
|
|
5413
|
+
modifiedTime?: string;
|
|
5414
|
+
prepareInterval?: string;
|
|
5415
|
+
region?: string;
|
|
5416
|
+
resultInfo?: string;
|
|
5417
|
+
startTime?: string;
|
|
5418
|
+
status?: number;
|
|
5419
|
+
subInsNames?: string[];
|
|
5420
|
+
switchTime?: string;
|
|
5421
|
+
taskType?: string;
|
|
5422
|
+
taskTypeEn?: string;
|
|
5423
|
+
taskTypeZh?: string;
|
|
5424
|
+
static names(): {
|
|
5425
|
+
[key: string]: string;
|
|
5426
|
+
};
|
|
5427
|
+
static types(): {
|
|
5428
|
+
[key: string]: any;
|
|
5429
|
+
};
|
|
5430
|
+
constructor(map?: {
|
|
5431
|
+
[key: string]: any;
|
|
5432
|
+
});
|
|
5433
|
+
}
|
|
5126
5434
|
export declare class DescribeAuditRecordsResponseBodyItemsSQLRecord extends $tea.Model {
|
|
5127
5435
|
accountName?: string;
|
|
5128
5436
|
DBName?: string;
|
|
@@ -5754,6 +6062,21 @@ export declare class DescribeDBInstancePerformanceResponseBodyPerformanceKeys ex
|
|
|
5754
6062
|
[key: string]: any;
|
|
5755
6063
|
});
|
|
5756
6064
|
}
|
|
6065
|
+
export declare class DescribeDBInstanceSwitchLogResponseBodyLogItems extends $tea.Model {
|
|
6066
|
+
nodeId?: string;
|
|
6067
|
+
switchCode?: string;
|
|
6068
|
+
switchStatus?: string;
|
|
6069
|
+
switchTime?: string;
|
|
6070
|
+
static names(): {
|
|
6071
|
+
[key: string]: string;
|
|
6072
|
+
};
|
|
6073
|
+
static types(): {
|
|
6074
|
+
[key: string]: any;
|
|
6075
|
+
};
|
|
6076
|
+
constructor(map?: {
|
|
6077
|
+
[key: string]: any;
|
|
6078
|
+
});
|
|
6079
|
+
}
|
|
5757
6080
|
export declare class DescribeDBInstancesRequestTag extends $tea.Model {
|
|
5758
6081
|
key?: string;
|
|
5759
6082
|
value?: string;
|
|
@@ -6035,6 +6358,50 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponseBodyGlobalSecu
|
|
|
6035
6358
|
[key: string]: any;
|
|
6036
6359
|
});
|
|
6037
6360
|
}
|
|
6361
|
+
export declare class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
|
|
6362
|
+
actionInfo?: string;
|
|
6363
|
+
callerSource?: string;
|
|
6364
|
+
callerUid?: string;
|
|
6365
|
+
currentStepName?: string;
|
|
6366
|
+
dbType?: string;
|
|
6367
|
+
endTime?: string;
|
|
6368
|
+
instanceId?: string;
|
|
6369
|
+
instanceName?: string;
|
|
6370
|
+
instanceType?: string;
|
|
6371
|
+
product?: string;
|
|
6372
|
+
progress?: number;
|
|
6373
|
+
reasonCode?: string;
|
|
6374
|
+
regionId?: string;
|
|
6375
|
+
remainTime?: number;
|
|
6376
|
+
startTime?: string;
|
|
6377
|
+
status?: number;
|
|
6378
|
+
taskDetail?: string;
|
|
6379
|
+
taskId?: string;
|
|
6380
|
+
taskType?: string;
|
|
6381
|
+
uid?: string;
|
|
6382
|
+
static names(): {
|
|
6383
|
+
[key: string]: string;
|
|
6384
|
+
};
|
|
6385
|
+
static types(): {
|
|
6386
|
+
[key: string]: any;
|
|
6387
|
+
};
|
|
6388
|
+
constructor(map?: {
|
|
6389
|
+
[key: string]: any;
|
|
6390
|
+
});
|
|
6391
|
+
}
|
|
6392
|
+
export declare class DescribeHistoryTasksStatResponseBodyItems extends $tea.Model {
|
|
6393
|
+
status?: string;
|
|
6394
|
+
totalCount?: number;
|
|
6395
|
+
static names(): {
|
|
6396
|
+
[key: string]: string;
|
|
6397
|
+
};
|
|
6398
|
+
static types(): {
|
|
6399
|
+
[key: string]: any;
|
|
6400
|
+
};
|
|
6401
|
+
constructor(map?: {
|
|
6402
|
+
[key: string]: any;
|
|
6403
|
+
});
|
|
6404
|
+
}
|
|
6038
6405
|
export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem extends $tea.Model {
|
|
6039
6406
|
autoRenew?: string;
|
|
6040
6407
|
DBInstanceType?: string;
|
|
@@ -6088,6 +6455,19 @@ export declare class DescribeKernelReleaseNotesResponseBodyReleaseNotes extends
|
|
|
6088
6455
|
[key: string]: any;
|
|
6089
6456
|
});
|
|
6090
6457
|
}
|
|
6458
|
+
export declare class DescribeKmsKeysResponseBodyKmsKeys extends $tea.Model {
|
|
6459
|
+
keyAlias?: string;
|
|
6460
|
+
keyId?: string;
|
|
6461
|
+
static names(): {
|
|
6462
|
+
[key: string]: string;
|
|
6463
|
+
};
|
|
6464
|
+
static types(): {
|
|
6465
|
+
[key: string]: any;
|
|
6466
|
+
};
|
|
6467
|
+
constructor(map?: {
|
|
6468
|
+
[key: string]: any;
|
|
6469
|
+
});
|
|
6470
|
+
}
|
|
6091
6471
|
export declare class DescribeParameterModificationHistoryResponseBodyHistoricalParametersHistoricalParameter extends $tea.Model {
|
|
6092
6472
|
modifyTime?: string;
|
|
6093
6473
|
newParameterValue?: string;
|
|
@@ -6896,6 +7276,8 @@ export default class Client extends OpenApi {
|
|
|
6896
7276
|
* @return CheckRecoveryConditionResponse
|
|
6897
7277
|
*/
|
|
6898
7278
|
checkRecoveryCondition(request: CheckRecoveryConditionRequest): Promise<CheckRecoveryConditionResponse>;
|
|
7279
|
+
createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
|
|
7280
|
+
createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
|
|
6899
7281
|
/**
|
|
6900
7282
|
* ## Usage
|
|
6901
7283
|
* When you call this operation, the instance must be in the Running state.
|
|
@@ -7046,6 +7428,8 @@ export default class Client extends OpenApi {
|
|
|
7046
7428
|
describeActiveOperationTaskCount(request: DescribeActiveOperationTaskCountRequest): Promise<DescribeActiveOperationTaskCountResponse>;
|
|
7047
7429
|
describeActiveOperationTaskTypeWithOptions(request: DescribeActiveOperationTaskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
7048
7430
|
describeActiveOperationTaskType(request: DescribeActiveOperationTaskTypeRequest): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
7431
|
+
describeActiveOperationTasksWithOptions(request: DescribeActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTasksResponse>;
|
|
7432
|
+
describeActiveOperationTasks(request: DescribeActiveOperationTasksRequest): Promise<DescribeActiveOperationTasksResponse>;
|
|
7049
7433
|
/**
|
|
7050
7434
|
* * The instance must be in the running state when you call this operation.
|
|
7051
7435
|
* * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
|
|
@@ -7155,9 +7539,39 @@ export default class Client extends OpenApi {
|
|
|
7155
7539
|
describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
|
|
7156
7540
|
describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
|
|
7157
7541
|
describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
|
|
7542
|
+
/**
|
|
7543
|
+
* For a sharded cluster instance that is created before October 19, 2023 and uses cloud disks, you must call the [TransferClusterBackup](~~2587931~~) operation to switch the instance from the shard backup mode to the cluster backup mode before you call the DescribeClusterBackups operation.
|
|
7544
|
+
* By default, cloud disk-based sharded cluster instances that are created after October 19, 2023 are in the cluster backup mode.
|
|
7545
|
+
*
|
|
7546
|
+
* @param request DescribeClusterBackupsRequest
|
|
7547
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7548
|
+
* @return DescribeClusterBackupsResponse
|
|
7549
|
+
*/
|
|
7158
7550
|
describeClusterBackupsWithOptions(request: DescribeClusterBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterBackupsResponse>;
|
|
7551
|
+
/**
|
|
7552
|
+
* For a sharded cluster instance that is created before October 19, 2023 and uses cloud disks, you must call the [TransferClusterBackup](~~2587931~~) operation to switch the instance from the shard backup mode to the cluster backup mode before you call the DescribeClusterBackups operation.
|
|
7553
|
+
* By default, cloud disk-based sharded cluster instances that are created after October 19, 2023 are in the cluster backup mode.
|
|
7554
|
+
*
|
|
7555
|
+
* @param request DescribeClusterBackupsRequest
|
|
7556
|
+
* @return DescribeClusterBackupsResponse
|
|
7557
|
+
*/
|
|
7159
7558
|
describeClusterBackups(request: DescribeClusterBackupsRequest): Promise<DescribeClusterBackupsResponse>;
|
|
7559
|
+
/**
|
|
7560
|
+
* * The instance is an ApsaraDB for MongoDB sharded cluster instance that runs MongoDB 4.4 or later and uses enhanced SSDs (ESSDs) to store data.
|
|
7561
|
+
* * You can call the TransferClusterBackup operation only for instances that are created before October 19, 2023 to switch the instances to the cluster backup mode. The DescribeClusterRecoverTime operation is applicable only to instances that are switched to the cluster backup mode or instances that are created on or after October 19, 2023.
|
|
7562
|
+
*
|
|
7563
|
+
* @param request DescribeClusterRecoverTimeRequest
|
|
7564
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7565
|
+
* @return DescribeClusterRecoverTimeResponse
|
|
7566
|
+
*/
|
|
7160
7567
|
describeClusterRecoverTimeWithOptions(request: DescribeClusterRecoverTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterRecoverTimeResponse>;
|
|
7568
|
+
/**
|
|
7569
|
+
* * The instance is an ApsaraDB for MongoDB sharded cluster instance that runs MongoDB 4.4 or later and uses enhanced SSDs (ESSDs) to store data.
|
|
7570
|
+
* * You can call the TransferClusterBackup operation only for instances that are created before October 19, 2023 to switch the instances to the cluster backup mode. The DescribeClusterRecoverTime operation is applicable only to instances that are switched to the cluster backup mode or instances that are created on or after October 19, 2023.
|
|
7571
|
+
*
|
|
7572
|
+
* @param request DescribeClusterRecoverTimeRequest
|
|
7573
|
+
* @return DescribeClusterRecoverTimeResponse
|
|
7574
|
+
*/
|
|
7161
7575
|
describeClusterRecoverTime(request: DescribeClusterRecoverTimeRequest): Promise<DescribeClusterRecoverTimeResponse>;
|
|
7162
7576
|
describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
|
|
7163
7577
|
describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
|
|
@@ -7203,8 +7617,14 @@ export default class Client extends OpenApi {
|
|
|
7203
7617
|
* @return DescribeDBInstanceSSLResponse
|
|
7204
7618
|
*/
|
|
7205
7619
|
describeDBInstanceSSL(request: DescribeDBInstanceSSLRequest): Promise<DescribeDBInstanceSSLResponse>;
|
|
7620
|
+
describeDBInstanceSwitchLogWithOptions(request: DescribeDBInstanceSwitchLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceSwitchLogResponse>;
|
|
7621
|
+
describeDBInstanceSwitchLog(request: DescribeDBInstanceSwitchLogRequest): Promise<DescribeDBInstanceSwitchLogResponse>;
|
|
7206
7622
|
/**
|
|
7207
|
-
*
|
|
7623
|
+
* > For more information about this function, see [Configure TDE](~~131048~~).
|
|
7624
|
+
* Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
|
|
7625
|
+
* * A replica set or sharded cluster instance is used.
|
|
7626
|
+
* * The storage engine of the instance is WiredTiger.
|
|
7627
|
+
* * The database engine version of the instance is 4.0 or 4.2. If the database engine version is earlier than 4.0, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
|
|
7208
7628
|
*
|
|
7209
7629
|
* @param request DescribeDBInstanceTDEInfoRequest
|
|
7210
7630
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7212,7 +7632,11 @@ export default class Client extends OpenApi {
|
|
|
7212
7632
|
*/
|
|
7213
7633
|
describeDBInstanceTDEInfoWithOptions(request: DescribeDBInstanceTDEInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceTDEInfoResponse>;
|
|
7214
7634
|
/**
|
|
7215
|
-
*
|
|
7635
|
+
* > For more information about this function, see [Configure TDE](~~131048~~).
|
|
7636
|
+
* Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
|
|
7637
|
+
* * A replica set or sharded cluster instance is used.
|
|
7638
|
+
* * The storage engine of the instance is WiredTiger.
|
|
7639
|
+
* * The database engine version of the instance is 4.0 or 4.2. If the database engine version is earlier than 4.0, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
|
|
7216
7640
|
*
|
|
7217
7641
|
* @param request DescribeDBInstanceTDEInfoRequest
|
|
7218
7642
|
* @return DescribeDBInstanceTDEInfoResponse
|
|
@@ -7271,6 +7695,10 @@ export default class Client extends OpenApi {
|
|
|
7271
7695
|
describeGlobalSecurityIPGroup(request: DescribeGlobalSecurityIPGroupRequest): Promise<DescribeGlobalSecurityIPGroupResponse>;
|
|
7272
7696
|
describeGlobalSecurityIPGroupRelationWithOptions(request: DescribeGlobalSecurityIPGroupRelationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
|
|
7273
7697
|
describeGlobalSecurityIPGroupRelation(request: DescribeGlobalSecurityIPGroupRelationRequest): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
|
|
7698
|
+
describeHistoryTasksWithOptions(request: DescribeHistoryTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryTasksResponse>;
|
|
7699
|
+
describeHistoryTasks(request: DescribeHistoryTasksRequest): Promise<DescribeHistoryTasksResponse>;
|
|
7700
|
+
describeHistoryTasksStatWithOptions(request: DescribeHistoryTasksStatRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryTasksStatResponse>;
|
|
7701
|
+
describeHistoryTasksStat(request: DescribeHistoryTasksStatRequest): Promise<DescribeHistoryTasksStatResponse>;
|
|
7274
7702
|
/**
|
|
7275
7703
|
* This operation is applicable to subscription instances.
|
|
7276
7704
|
*
|
|
@@ -7288,6 +7716,8 @@ export default class Client extends OpenApi {
|
|
|
7288
7716
|
describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
|
|
7289
7717
|
describeKernelReleaseNotesWithOptions(request: DescribeKernelReleaseNotesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKernelReleaseNotesResponse>;
|
|
7290
7718
|
describeKernelReleaseNotes(request: DescribeKernelReleaseNotesRequest): Promise<DescribeKernelReleaseNotesResponse>;
|
|
7719
|
+
describeKmsKeysWithOptions(request: DescribeKmsKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKmsKeysResponse>;
|
|
7720
|
+
describeKmsKeys(request: DescribeKmsKeysRequest): Promise<DescribeKmsKeysResponse>;
|
|
7291
7721
|
/**
|
|
7292
7722
|
* This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
|
|
7293
7723
|
* This operation depends on the audit log feature of ApsaraDB for MongoDB. You can enable the audit log feature based on your business needs. For more information, see [Enable the audit log feature](~~59903~~)
|
|
@@ -7318,7 +7748,7 @@ export default class Client extends OpenApi {
|
|
|
7318
7748
|
describePriceWithOptions(request: DescribePriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePriceResponse>;
|
|
7319
7749
|
describePrice(request: DescribePriceRequest): Promise<DescribePriceResponse>;
|
|
7320
7750
|
/**
|
|
7321
|
-
* > To query available regions and zones
|
|
7751
|
+
* > To query available regions and zones in which an ApsaraDB for MongoDB instance can be created, call the [DescribeAvailableResource](~~149719~~) operation.
|
|
7322
7752
|
*
|
|
7323
7753
|
* @param request DescribeRegionsRequest
|
|
7324
7754
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7326,7 +7756,7 @@ export default class Client extends OpenApi {
|
|
|
7326
7756
|
*/
|
|
7327
7757
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
7328
7758
|
/**
|
|
7329
|
-
* > To query available regions and zones
|
|
7759
|
+
* > To query available regions and zones in which an ApsaraDB for MongoDB instance can be created, call the [DescribeAvailableResource](~~149719~~) operation.
|
|
7330
7760
|
*
|
|
7331
7761
|
* @param request DescribeRegionsRequest
|
|
7332
7762
|
* @return DescribeRegionsResponse
|
|
@@ -7363,8 +7793,8 @@ export default class Client extends OpenApi {
|
|
|
7363
7793
|
*/
|
|
7364
7794
|
describeReplicaSetRole(request: DescribeReplicaSetRoleRequest): Promise<DescribeReplicaSetRoleResponse>;
|
|
7365
7795
|
/**
|
|
7366
|
-
* >
|
|
7367
|
-
* This operation is applicable
|
|
7796
|
+
* > For more information, see [View the zone of a node](~~123825~~).
|
|
7797
|
+
* This operation is applicable to replica set instances and sharded cluster instances, but cannot be performed on standalone instances.
|
|
7368
7798
|
*
|
|
7369
7799
|
* @param request DescribeRoleZoneInfoRequest
|
|
7370
7800
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7372,8 +7802,8 @@ export default class Client extends OpenApi {
|
|
|
7372
7802
|
*/
|
|
7373
7803
|
describeRoleZoneInfoWithOptions(request: DescribeRoleZoneInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRoleZoneInfoResponse>;
|
|
7374
7804
|
/**
|
|
7375
|
-
* >
|
|
7376
|
-
* This operation is applicable
|
|
7805
|
+
* > For more information, see [View the zone of a node](~~123825~~).
|
|
7806
|
+
* This operation is applicable to replica set instances and sharded cluster instances, but cannot be performed on standalone instances.
|
|
7377
7807
|
*
|
|
7378
7808
|
* @param request DescribeRoleZoneInfoRequest
|
|
7379
7809
|
* @return DescribeRoleZoneInfoResponse
|
|
@@ -7616,7 +8046,7 @@ export default class Client extends OpenApi {
|
|
|
7616
8046
|
*/
|
|
7617
8047
|
modifyDBInstanceNetExpireTime(request: ModifyDBInstanceNetExpireTimeRequest): Promise<ModifyDBInstanceNetExpireTimeResponse>;
|
|
7618
8048
|
/**
|
|
7619
|
-
* This operation is applicable
|
|
8049
|
+
* This operation is applicable to replica set instances and sharded cluster instances, but not standalone instances. You can call this operation to change the network of an instance from a classic network to a VPC.
|
|
7620
8050
|
*
|
|
7621
8051
|
* @param request ModifyDBInstanceNetworkTypeRequest
|
|
7622
8052
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7624,7 +8054,7 @@ export default class Client extends OpenApi {
|
|
|
7624
8054
|
*/
|
|
7625
8055
|
modifyDBInstanceNetworkTypeWithOptions(request: ModifyDBInstanceNetworkTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetworkTypeResponse>;
|
|
7626
8056
|
/**
|
|
7627
|
-
* This operation is applicable
|
|
8057
|
+
* This operation is applicable to replica set instances and sharded cluster instances, but not standalone instances. You can call this operation to change the network of an instance from a classic network to a VPC.
|
|
7628
8058
|
*
|
|
7629
8059
|
* @param request ModifyDBInstanceNetworkTypeRequest
|
|
7630
8060
|
* @return ModifyDBInstanceNetworkTypeResponse
|
|
@@ -7822,6 +8252,8 @@ export default class Client extends OpenApi {
|
|
|
7822
8252
|
modifySecurityGroupConfiguration(request: ModifySecurityGroupConfigurationRequest): Promise<ModifySecurityGroupConfigurationResponse>;
|
|
7823
8253
|
modifySecurityIpsWithOptions(request: ModifySecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityIpsResponse>;
|
|
7824
8254
|
modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
|
|
8255
|
+
modifyTaskInfoWithOptions(request: ModifyTaskInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTaskInfoResponse>;
|
|
8256
|
+
modifyTaskInfo(request: ModifyTaskInfoRequest): Promise<ModifyTaskInfoResponse>;
|
|
7825
8257
|
/**
|
|
7826
8258
|
* * This operation can be used to release the internal endpoint of a shard or Configserver node in a sharded cluster instance. For more information, see [Release the endpoint of a shard or Configserver node](~~134067~~).
|
|
7827
8259
|
* * To release the public endpoint of a shard or Configserver node in a sharded cluster instance, you can call the [ReleasePublicNetworkAddress](~~67604~~) operation.
|
|
@@ -7951,7 +8383,22 @@ export default class Client extends OpenApi {
|
|
|
7951
8383
|
* @return TagResourcesResponse
|
|
7952
8384
|
*/
|
|
7953
8385
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
8386
|
+
/**
|
|
8387
|
+
* * The instance is an ApsaraDB for MongoDB sharded cluster instance that runs MongoDB 4.4 or later and uses enhanced SSDs (ESSDs) to store data.
|
|
8388
|
+
* * You can call the TransferClusterBackup operation only for instances that are created before October 19, 2023 to switch the instances to the cluster backup mode. Cloud disk-based sharded cluster instances that are created on or after October 19, 2023 are set to the cluster backup mode by default.
|
|
8389
|
+
*
|
|
8390
|
+
* @param request TransferClusterBackupRequest
|
|
8391
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8392
|
+
* @return TransferClusterBackupResponse
|
|
8393
|
+
*/
|
|
7954
8394
|
transferClusterBackupWithOptions(request: TransferClusterBackupRequest, runtime: $Util.RuntimeOptions): Promise<TransferClusterBackupResponse>;
|
|
8395
|
+
/**
|
|
8396
|
+
* * The instance is an ApsaraDB for MongoDB sharded cluster instance that runs MongoDB 4.4 or later and uses enhanced SSDs (ESSDs) to store data.
|
|
8397
|
+
* * You can call the TransferClusterBackup operation only for instances that are created before October 19, 2023 to switch the instances to the cluster backup mode. Cloud disk-based sharded cluster instances that are created on or after October 19, 2023 are set to the cluster backup mode by default.
|
|
8398
|
+
*
|
|
8399
|
+
* @param request TransferClusterBackupRequest
|
|
8400
|
+
* @return TransferClusterBackupResponse
|
|
8401
|
+
*/
|
|
7955
8402
|
transferClusterBackup(request: TransferClusterBackupRequest): Promise<TransferClusterBackupResponse>;
|
|
7956
8403
|
/**
|
|
7957
8404
|
* Before you call this operation, make sure that you understand the billing methods and [pricing](https://www.aliyun.com/price/product#/mongodb/detail) of ApsaraDB for MongoDB.
|