@alicloud/dds20151201 4.0.1 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +636 -128
- package/dist/client.js +1189 -453
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +1616 -757
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(): {
|
|
@@ -1015,7 +1102,6 @@ export declare class DescribeAvailabilityZonesRequest extends $tea.Model {
|
|
|
1015
1102
|
resourceGroupId?: string;
|
|
1016
1103
|
resourceOwnerAccount?: string;
|
|
1017
1104
|
resourceOwnerId?: number;
|
|
1018
|
-
securityToken?: string;
|
|
1019
1105
|
storageSupport?: string;
|
|
1020
1106
|
storageType?: string;
|
|
1021
1107
|
zoneId?: string;
|
|
@@ -1064,7 +1150,6 @@ export declare class DescribeAvailableEngineVersionRequest extends $tea.Model {
|
|
|
1064
1150
|
ownerId?: number;
|
|
1065
1151
|
resourceOwnerAccount?: string;
|
|
1066
1152
|
resourceOwnerId?: number;
|
|
1067
|
-
securityToken?: string;
|
|
1068
1153
|
static names(): {
|
|
1069
1154
|
[key: string]: string;
|
|
1070
1155
|
};
|
|
@@ -1115,7 +1200,6 @@ export declare class DescribeAvailableResourceRequest extends $tea.Model {
|
|
|
1115
1200
|
resourceGroupId?: string;
|
|
1116
1201
|
resourceOwnerAccount?: string;
|
|
1117
1202
|
resourceOwnerId?: number;
|
|
1118
|
-
securityToken?: string;
|
|
1119
1203
|
storageType?: string;
|
|
1120
1204
|
zoneId?: string;
|
|
1121
1205
|
static names(): {
|
|
@@ -1167,7 +1251,6 @@ export declare class DescribeBackupDBsRequest extends $tea.Model {
|
|
|
1167
1251
|
resourceOwnerAccount?: string;
|
|
1168
1252
|
resourceOwnerId?: number;
|
|
1169
1253
|
restoreTime?: string;
|
|
1170
|
-
securityToken?: string;
|
|
1171
1254
|
sourceDBInstance?: string;
|
|
1172
1255
|
static names(): {
|
|
1173
1256
|
[key: string]: string;
|
|
@@ -1274,7 +1357,6 @@ export declare class DescribeBackupsRequest extends $tea.Model {
|
|
|
1274
1357
|
pageSize?: number;
|
|
1275
1358
|
resourceOwnerAccount?: string;
|
|
1276
1359
|
resourceOwnerId?: number;
|
|
1277
|
-
securityToken?: string;
|
|
1278
1360
|
startTime?: string;
|
|
1279
1361
|
static names(): {
|
|
1280
1362
|
[key: string]: string;
|
|
@@ -1329,7 +1411,6 @@ export declare class DescribeClusterBackupsRequest extends $tea.Model {
|
|
|
1329
1411
|
pageSize?: number;
|
|
1330
1412
|
resourceOwnerAccount?: string;
|
|
1331
1413
|
resourceOwnerId?: number;
|
|
1332
|
-
securityToken?: string;
|
|
1333
1414
|
startTime?: string;
|
|
1334
1415
|
static names(): {
|
|
1335
1416
|
[key: string]: string;
|
|
@@ -1379,7 +1460,6 @@ export declare class DescribeClusterRecoverTimeRequest extends $tea.Model {
|
|
|
1379
1460
|
ownerId?: number;
|
|
1380
1461
|
resourceOwnerAccount?: string;
|
|
1381
1462
|
resourceOwnerId?: number;
|
|
1382
|
-
securityToken?: string;
|
|
1383
1463
|
static names(): {
|
|
1384
1464
|
[key: string]: string;
|
|
1385
1465
|
};
|
|
@@ -1475,7 +1555,6 @@ export declare class DescribeDBInstanceEncryptionKeyRequest extends $tea.Model {
|
|
|
1475
1555
|
ownerId?: number;
|
|
1476
1556
|
resourceOwnerAccount?: string;
|
|
1477
1557
|
resourceOwnerId?: number;
|
|
1478
|
-
securityToken?: string;
|
|
1479
1558
|
static names(): {
|
|
1480
1559
|
[key: string]: string;
|
|
1481
1560
|
};
|
|
@@ -1528,7 +1607,6 @@ export declare class DescribeDBInstanceMonitorRequest extends $tea.Model {
|
|
|
1528
1607
|
ownerId?: number;
|
|
1529
1608
|
resourceOwnerAccount?: string;
|
|
1530
1609
|
resourceOwnerId?: number;
|
|
1531
|
-
securityToken?: string;
|
|
1532
1610
|
static names(): {
|
|
1533
1611
|
[key: string]: string;
|
|
1534
1612
|
};
|
|
@@ -1579,7 +1657,6 @@ export declare class DescribeDBInstancePerformanceRequest extends $tea.Model {
|
|
|
1579
1657
|
resourceOwnerAccount?: string;
|
|
1580
1658
|
resourceOwnerId?: number;
|
|
1581
1659
|
roleId?: string;
|
|
1582
|
-
securityToken?: string;
|
|
1583
1660
|
startTime?: string;
|
|
1584
1661
|
static names(): {
|
|
1585
1662
|
[key: string]: string;
|
|
@@ -1628,7 +1705,6 @@ export declare class DescribeDBInstanceSSLRequest extends $tea.Model {
|
|
|
1628
1705
|
ownerId?: number;
|
|
1629
1706
|
resourceOwnerAccount?: string;
|
|
1630
1707
|
resourceOwnerId?: number;
|
|
1631
|
-
securityToken?: string;
|
|
1632
1708
|
static names(): {
|
|
1633
1709
|
[key: string]: string;
|
|
1634
1710
|
};
|
|
@@ -1670,13 +1746,62 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
|
1670
1746
|
[key: string]: any;
|
|
1671
1747
|
});
|
|
1672
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
|
+
}
|
|
1673
1799
|
export declare class DescribeDBInstanceTDEInfoRequest extends $tea.Model {
|
|
1674
1800
|
DBInstanceId?: string;
|
|
1675
1801
|
ownerAccount?: string;
|
|
1676
1802
|
ownerId?: number;
|
|
1677
1803
|
resourceOwnerAccount?: string;
|
|
1678
1804
|
resourceOwnerId?: number;
|
|
1679
|
-
securityToken?: string;
|
|
1680
1805
|
static names(): {
|
|
1681
1806
|
[key: string]: string;
|
|
1682
1807
|
};
|
|
@@ -1742,7 +1867,6 @@ export declare class DescribeDBInstancesRequest extends $tea.Model {
|
|
|
1742
1867
|
resourceGroupId?: string;
|
|
1743
1868
|
resourceOwnerAccount?: string;
|
|
1744
1869
|
resourceOwnerId?: number;
|
|
1745
|
-
securityToken?: string;
|
|
1746
1870
|
tag?: DescribeDBInstancesRequestTag[];
|
|
1747
1871
|
vSwitchId?: string;
|
|
1748
1872
|
vpcId?: string;
|
|
@@ -1803,7 +1927,6 @@ export declare class DescribeDBInstancesOverviewRequest extends $tea.Model {
|
|
|
1803
1927
|
resourceGroupId?: string;
|
|
1804
1928
|
resourceOwnerAccount?: string;
|
|
1805
1929
|
resourceOwnerId?: number;
|
|
1806
|
-
securityToken?: string;
|
|
1807
1930
|
vSwitchId?: string;
|
|
1808
1931
|
vpcId?: string;
|
|
1809
1932
|
zoneId?: string;
|
|
@@ -1860,7 +1983,6 @@ export declare class DescribeErrorLogRecordsRequest extends $tea.Model {
|
|
|
1860
1983
|
resourceOwnerAccount?: string;
|
|
1861
1984
|
resourceOwnerId?: number;
|
|
1862
1985
|
roleType?: string;
|
|
1863
|
-
securityToken?: string;
|
|
1864
1986
|
startTime?: string;
|
|
1865
1987
|
static names(): {
|
|
1866
1988
|
[key: string]: string;
|
|
@@ -1912,7 +2034,6 @@ export declare class DescribeGlobalSecurityIPGroupRequest extends $tea.Model {
|
|
|
1912
2034
|
regionId?: string;
|
|
1913
2035
|
resourceOwnerAccount?: string;
|
|
1914
2036
|
resourceOwnerId?: number;
|
|
1915
|
-
securityToken?: string;
|
|
1916
2037
|
static names(): {
|
|
1917
2038
|
[key: string]: string;
|
|
1918
2039
|
};
|
|
@@ -1959,7 +2080,6 @@ export declare class DescribeGlobalSecurityIPGroupRelationRequest extends $tea.M
|
|
|
1959
2080
|
regionId?: string;
|
|
1960
2081
|
resourceOwnerAccount?: string;
|
|
1961
2082
|
resourceOwnerId?: number;
|
|
1962
|
-
securityToken?: string;
|
|
1963
2083
|
static names(): {
|
|
1964
2084
|
[key: string]: string;
|
|
1965
2085
|
};
|
|
@@ -1984,12 +2104,172 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponseBody extends $
|
|
|
1984
2104
|
[key: string]: any;
|
|
1985
2105
|
});
|
|
1986
2106
|
}
|
|
1987
|
-
export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
2107
|
+
export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
2108
|
+
headers: {
|
|
2109
|
+
[key: string]: string;
|
|
2110
|
+
};
|
|
2111
|
+
statusCode: number;
|
|
2112
|
+
body: DescribeGlobalSecurityIPGroupRelationResponseBody;
|
|
2113
|
+
static names(): {
|
|
2114
|
+
[key: string]: string;
|
|
2115
|
+
};
|
|
2116
|
+
static types(): {
|
|
2117
|
+
[key: string]: any;
|
|
2118
|
+
};
|
|
2119
|
+
constructor(map?: {
|
|
2120
|
+
[key: string]: any;
|
|
2121
|
+
});
|
|
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
|
+
}
|
|
2231
|
+
export declare class DescribeInstanceAutoRenewalAttributeRequest extends $tea.Model {
|
|
2232
|
+
DBInstanceId?: string;
|
|
2233
|
+
DBInstanceType?: string;
|
|
2234
|
+
ownerAccount?: string;
|
|
2235
|
+
ownerId?: number;
|
|
2236
|
+
pageNumber?: number;
|
|
2237
|
+
pageSize?: number;
|
|
2238
|
+
regionId?: string;
|
|
2239
|
+
resourceOwnerAccount?: string;
|
|
2240
|
+
resourceOwnerId?: number;
|
|
2241
|
+
static names(): {
|
|
2242
|
+
[key: string]: string;
|
|
2243
|
+
};
|
|
2244
|
+
static types(): {
|
|
2245
|
+
[key: string]: any;
|
|
2246
|
+
};
|
|
2247
|
+
constructor(map?: {
|
|
2248
|
+
[key: string]: any;
|
|
2249
|
+
});
|
|
2250
|
+
}
|
|
2251
|
+
export declare class DescribeInstanceAutoRenewalAttributeResponseBody extends $tea.Model {
|
|
2252
|
+
items?: DescribeInstanceAutoRenewalAttributeResponseBodyItems;
|
|
2253
|
+
itemsNumbers?: number;
|
|
2254
|
+
pageNumber?: number;
|
|
2255
|
+
pageRecordCount?: number;
|
|
2256
|
+
requestId?: string;
|
|
2257
|
+
static names(): {
|
|
2258
|
+
[key: string]: string;
|
|
2259
|
+
};
|
|
2260
|
+
static types(): {
|
|
2261
|
+
[key: string]: any;
|
|
2262
|
+
};
|
|
2263
|
+
constructor(map?: {
|
|
2264
|
+
[key: string]: any;
|
|
2265
|
+
});
|
|
2266
|
+
}
|
|
2267
|
+
export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
1988
2268
|
headers: {
|
|
1989
2269
|
[key: string]: string;
|
|
1990
2270
|
};
|
|
1991
2271
|
statusCode: number;
|
|
1992
|
-
body:
|
|
2272
|
+
body: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
1993
2273
|
static names(): {
|
|
1994
2274
|
[key: string]: string;
|
|
1995
2275
|
};
|
|
@@ -2000,17 +2280,12 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.
|
|
|
2000
2280
|
[key: string]: any;
|
|
2001
2281
|
});
|
|
2002
2282
|
}
|
|
2003
|
-
export declare class
|
|
2004
|
-
|
|
2005
|
-
DBInstanceType?: string;
|
|
2283
|
+
export declare class DescribeKernelReleaseNotesRequest extends $tea.Model {
|
|
2284
|
+
kernelVersion?: string;
|
|
2006
2285
|
ownerAccount?: string;
|
|
2007
2286
|
ownerId?: number;
|
|
2008
|
-
pageNumber?: number;
|
|
2009
|
-
pageSize?: number;
|
|
2010
|
-
regionId?: string;
|
|
2011
2287
|
resourceOwnerAccount?: string;
|
|
2012
2288
|
resourceOwnerId?: number;
|
|
2013
|
-
securityToken?: string;
|
|
2014
2289
|
static names(): {
|
|
2015
2290
|
[key: string]: string;
|
|
2016
2291
|
};
|
|
@@ -2021,11 +2296,8 @@ export declare class DescribeInstanceAutoRenewalAttributeRequest extends $tea.Mo
|
|
|
2021
2296
|
[key: string]: any;
|
|
2022
2297
|
});
|
|
2023
2298
|
}
|
|
2024
|
-
export declare class
|
|
2025
|
-
|
|
2026
|
-
itemsNumbers?: number;
|
|
2027
|
-
pageNumber?: number;
|
|
2028
|
-
pageRecordCount?: number;
|
|
2299
|
+
export declare class DescribeKernelReleaseNotesResponseBody extends $tea.Model {
|
|
2300
|
+
releaseNotes?: DescribeKernelReleaseNotesResponseBodyReleaseNotes;
|
|
2029
2301
|
requestId?: string;
|
|
2030
2302
|
static names(): {
|
|
2031
2303
|
[key: string]: string;
|
|
@@ -2037,12 +2309,12 @@ export declare class DescribeInstanceAutoRenewalAttributeResponseBody extends $t
|
|
|
2037
2309
|
[key: string]: any;
|
|
2038
2310
|
});
|
|
2039
2311
|
}
|
|
2040
|
-
export declare class
|
|
2312
|
+
export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
2041
2313
|
headers: {
|
|
2042
2314
|
[key: string]: string;
|
|
2043
2315
|
};
|
|
2044
2316
|
statusCode: number;
|
|
2045
|
-
body:
|
|
2317
|
+
body: DescribeKernelReleaseNotesResponseBody;
|
|
2046
2318
|
static names(): {
|
|
2047
2319
|
[key: string]: string;
|
|
2048
2320
|
};
|
|
@@ -2053,13 +2325,11 @@ export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.M
|
|
|
2053
2325
|
[key: string]: any;
|
|
2054
2326
|
});
|
|
2055
2327
|
}
|
|
2056
|
-
export declare class
|
|
2057
|
-
kernelVersion?: string;
|
|
2328
|
+
export declare class DescribeKmsKeysRequest extends $tea.Model {
|
|
2058
2329
|
ownerAccount?: string;
|
|
2059
|
-
|
|
2330
|
+
regionId?: string;
|
|
2060
2331
|
resourceOwnerAccount?: string;
|
|
2061
2332
|
resourceOwnerId?: number;
|
|
2062
|
-
securityToken?: string;
|
|
2063
2333
|
static names(): {
|
|
2064
2334
|
[key: string]: string;
|
|
2065
2335
|
};
|
|
@@ -2070,8 +2340,8 @@ export declare class DescribeKernelReleaseNotesRequest extends $tea.Model {
|
|
|
2070
2340
|
[key: string]: any;
|
|
2071
2341
|
});
|
|
2072
2342
|
}
|
|
2073
|
-
export declare class
|
|
2074
|
-
|
|
2343
|
+
export declare class DescribeKmsKeysResponseBody extends $tea.Model {
|
|
2344
|
+
kmsKeys?: DescribeKmsKeysResponseBodyKmsKeys[];
|
|
2075
2345
|
requestId?: string;
|
|
2076
2346
|
static names(): {
|
|
2077
2347
|
[key: string]: string;
|
|
@@ -2083,12 +2353,12 @@ export declare class DescribeKernelReleaseNotesResponseBody extends $tea.Model {
|
|
|
2083
2353
|
[key: string]: any;
|
|
2084
2354
|
});
|
|
2085
2355
|
}
|
|
2086
|
-
export declare class
|
|
2356
|
+
export declare class DescribeKmsKeysResponse extends $tea.Model {
|
|
2087
2357
|
headers: {
|
|
2088
2358
|
[key: string]: string;
|
|
2089
2359
|
};
|
|
2090
2360
|
statusCode: number;
|
|
2091
|
-
body:
|
|
2361
|
+
body: DescribeKmsKeysResponseBody;
|
|
2092
2362
|
static names(): {
|
|
2093
2363
|
[key: string]: string;
|
|
2094
2364
|
};
|
|
@@ -2105,7 +2375,6 @@ export declare class DescribeMongoDBLogConfigRequest extends $tea.Model {
|
|
|
2105
2375
|
ownerId?: number;
|
|
2106
2376
|
resourceOwnerAccount?: string;
|
|
2107
2377
|
resourceOwnerId?: number;
|
|
2108
|
-
securityToken?: string;
|
|
2109
2378
|
static names(): {
|
|
2110
2379
|
[key: string]: string;
|
|
2111
2380
|
};
|
|
@@ -2164,7 +2433,6 @@ export declare class DescribeParameterModificationHistoryRequest extends $tea.Mo
|
|
|
2164
2433
|
ownerId?: number;
|
|
2165
2434
|
resourceOwnerAccount?: string;
|
|
2166
2435
|
resourceOwnerId?: number;
|
|
2167
|
-
securityToken?: string;
|
|
2168
2436
|
startTime?: string;
|
|
2169
2437
|
static names(): {
|
|
2170
2438
|
[key: string]: string;
|
|
@@ -2213,7 +2481,6 @@ export declare class DescribeParameterTemplatesRequest extends $tea.Model {
|
|
|
2213
2481
|
regionId?: string;
|
|
2214
2482
|
resourceOwnerAccount?: string;
|
|
2215
2483
|
resourceOwnerId?: number;
|
|
2216
|
-
securityToken?: string;
|
|
2217
2484
|
static names(): {
|
|
2218
2485
|
[key: string]: string;
|
|
2219
2486
|
};
|
|
@@ -2265,7 +2532,6 @@ export declare class DescribeParametersRequest extends $tea.Model {
|
|
|
2265
2532
|
ownerId?: number;
|
|
2266
2533
|
resourceOwnerAccount?: string;
|
|
2267
2534
|
resourceOwnerId?: number;
|
|
2268
|
-
securityToken?: string;
|
|
2269
2535
|
static names(): {
|
|
2270
2536
|
[key: string]: string;
|
|
2271
2537
|
};
|
|
@@ -2322,7 +2588,6 @@ export declare class DescribePriceRequest extends $tea.Model {
|
|
|
2322
2588
|
resourceGroupId?: string;
|
|
2323
2589
|
resourceOwnerAccount?: string;
|
|
2324
2590
|
resourceOwnerId?: number;
|
|
2325
|
-
securityToken?: string;
|
|
2326
2591
|
static names(): {
|
|
2327
2592
|
[key: string]: string;
|
|
2328
2593
|
};
|
|
@@ -2373,7 +2638,6 @@ export declare class DescribeRegionsRequest extends $tea.Model {
|
|
|
2373
2638
|
regionId?: string;
|
|
2374
2639
|
resourceOwnerAccount?: string;
|
|
2375
2640
|
resourceOwnerId?: number;
|
|
2376
|
-
securityToken?: string;
|
|
2377
2641
|
static names(): {
|
|
2378
2642
|
[key: string]: string;
|
|
2379
2643
|
};
|
|
@@ -2421,7 +2685,6 @@ export declare class DescribeRenewalPriceRequest extends $tea.Model {
|
|
|
2421
2685
|
ownerId?: number;
|
|
2422
2686
|
resourceOwnerAccount?: string;
|
|
2423
2687
|
resourceOwnerId?: number;
|
|
2424
|
-
securityToken?: string;
|
|
2425
2688
|
static names(): {
|
|
2426
2689
|
[key: string]: string;
|
|
2427
2690
|
};
|
|
@@ -2469,7 +2732,6 @@ export declare class DescribeReplicaSetRoleRequest extends $tea.Model {
|
|
|
2469
2732
|
ownerId?: number;
|
|
2470
2733
|
resourceOwnerAccount?: string;
|
|
2471
2734
|
resourceOwnerId?: number;
|
|
2472
|
-
securityToken?: string;
|
|
2473
2735
|
static names(): {
|
|
2474
2736
|
[key: string]: string;
|
|
2475
2737
|
};
|
|
@@ -2516,7 +2778,6 @@ export declare class DescribeRoleZoneInfoRequest extends $tea.Model {
|
|
|
2516
2778
|
ownerId?: number;
|
|
2517
2779
|
resourceOwnerAccount?: string;
|
|
2518
2780
|
resourceOwnerId?: number;
|
|
2519
|
-
securityToken?: string;
|
|
2520
2781
|
static names(): {
|
|
2521
2782
|
[key: string]: string;
|
|
2522
2783
|
};
|
|
@@ -2571,7 +2832,6 @@ export declare class DescribeRunningLogRecordsRequest extends $tea.Model {
|
|
|
2571
2832
|
resourceOwnerId?: number;
|
|
2572
2833
|
roleId?: string;
|
|
2573
2834
|
roleType?: string;
|
|
2574
|
-
securityToken?: string;
|
|
2575
2835
|
startTime?: string;
|
|
2576
2836
|
static names(): {
|
|
2577
2837
|
[key: string]: string;
|
|
@@ -2622,7 +2882,6 @@ export declare class DescribeSecurityGroupConfigurationRequest extends $tea.Mode
|
|
|
2622
2882
|
ownerId?: number;
|
|
2623
2883
|
resourceOwnerAccount?: string;
|
|
2624
2884
|
resourceOwnerId?: number;
|
|
2625
|
-
securityToken?: string;
|
|
2626
2885
|
static names(): {
|
|
2627
2886
|
[key: string]: string;
|
|
2628
2887
|
};
|
|
@@ -2668,7 +2927,7 @@ export declare class DescribeSecurityIpsRequest extends $tea.Model {
|
|
|
2668
2927
|
ownerId?: number;
|
|
2669
2928
|
resourceOwnerAccount?: string;
|
|
2670
2929
|
resourceOwnerId?: number;
|
|
2671
|
-
|
|
2930
|
+
showHDMIps?: boolean;
|
|
2672
2931
|
static names(): {
|
|
2673
2932
|
[key: string]: string;
|
|
2674
2933
|
};
|
|
@@ -2716,7 +2975,6 @@ export declare class DescribeShardingNetworkAddressRequest extends $tea.Model {
|
|
|
2716
2975
|
ownerId?: number;
|
|
2717
2976
|
resourceOwnerAccount?: string;
|
|
2718
2977
|
resourceOwnerId?: number;
|
|
2719
|
-
securityToken?: string;
|
|
2720
2978
|
static names(): {
|
|
2721
2979
|
[key: string]: string;
|
|
2722
2980
|
};
|
|
@@ -2770,7 +3028,6 @@ export declare class DescribeSlowLogRecordsRequest extends $tea.Model {
|
|
|
2770
3028
|
resourceGroupId?: string;
|
|
2771
3029
|
resourceOwnerAccount?: string;
|
|
2772
3030
|
resourceOwnerId?: number;
|
|
2773
|
-
securityToken?: string;
|
|
2774
3031
|
startTime?: string;
|
|
2775
3032
|
static names(): {
|
|
2776
3033
|
[key: string]: string;
|
|
@@ -2870,7 +3127,6 @@ export declare class DescribeUserEncryptionKeyListRequest extends $tea.Model {
|
|
|
2870
3127
|
ownerId?: number;
|
|
2871
3128
|
resourceOwnerAccount?: string;
|
|
2872
3129
|
resourceOwnerId?: number;
|
|
2873
|
-
securityToken?: string;
|
|
2874
3130
|
targetRegionId?: string;
|
|
2875
3131
|
static names(): {
|
|
2876
3132
|
[key: string]: string;
|
|
@@ -2920,7 +3176,6 @@ export declare class DestroyInstanceRequest extends $tea.Model {
|
|
|
2920
3176
|
resourceGroupId?: string;
|
|
2921
3177
|
resourceOwnerAccount?: string;
|
|
2922
3178
|
resourceOwnerId?: number;
|
|
2923
|
-
securityToken?: string;
|
|
2924
3179
|
static names(): {
|
|
2925
3180
|
[key: string]: string;
|
|
2926
3181
|
};
|
|
@@ -2971,7 +3226,6 @@ export declare class EvaluateResourceRequest extends $tea.Model {
|
|
|
2971
3226
|
replicationFactor?: string;
|
|
2972
3227
|
resourceOwnerAccount?: string;
|
|
2973
3228
|
resourceOwnerId?: number;
|
|
2974
|
-
securityToken?: string;
|
|
2975
3229
|
shardsInfo?: string;
|
|
2976
3230
|
storage?: string;
|
|
2977
3231
|
zoneId?: string;
|
|
@@ -3168,7 +3422,6 @@ export declare class ModifyAccountDescriptionRequest extends $tea.Model {
|
|
|
3168
3422
|
ownerId?: number;
|
|
3169
3423
|
resourceOwnerAccount?: string;
|
|
3170
3424
|
resourceOwnerId?: number;
|
|
3171
|
-
securityToken?: string;
|
|
3172
3425
|
static names(): {
|
|
3173
3426
|
[key: string]: string;
|
|
3174
3427
|
};
|
|
@@ -3215,7 +3468,6 @@ export declare class ModifyAuditLogFilterRequest extends $tea.Model {
|
|
|
3215
3468
|
resourceOwnerAccount?: string;
|
|
3216
3469
|
resourceOwnerId?: number;
|
|
3217
3470
|
roleType?: string;
|
|
3218
|
-
securityToken?: string;
|
|
3219
3471
|
static names(): {
|
|
3220
3472
|
[key: string]: string;
|
|
3221
3473
|
};
|
|
@@ -3262,7 +3514,6 @@ export declare class ModifyAuditPolicyRequest extends $tea.Model {
|
|
|
3262
3514
|
ownerId?: number;
|
|
3263
3515
|
resourceOwnerAccount?: string;
|
|
3264
3516
|
resourceOwnerId?: number;
|
|
3265
|
-
securityToken?: string;
|
|
3266
3517
|
serviceType?: string;
|
|
3267
3518
|
storagePeriod?: number;
|
|
3268
3519
|
static names(): {
|
|
@@ -3365,7 +3616,6 @@ export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model
|
|
|
3365
3616
|
ownerId?: number;
|
|
3366
3617
|
resourceOwnerAccount?: string;
|
|
3367
3618
|
resourceOwnerId?: number;
|
|
3368
|
-
securityToken?: string;
|
|
3369
3619
|
static names(): {
|
|
3370
3620
|
[key: string]: string;
|
|
3371
3621
|
};
|
|
@@ -3412,7 +3662,6 @@ export declare class ModifyDBInstanceDescriptionRequest extends $tea.Model {
|
|
|
3412
3662
|
ownerId?: number;
|
|
3413
3663
|
resourceOwnerAccount?: string;
|
|
3414
3664
|
resourceOwnerId?: number;
|
|
3415
|
-
securityToken?: string;
|
|
3416
3665
|
static names(): {
|
|
3417
3666
|
[key: string]: string;
|
|
3418
3667
|
};
|
|
@@ -3459,7 +3708,6 @@ export declare class ModifyDBInstanceMaintainTimeRequest extends $tea.Model {
|
|
|
3459
3708
|
ownerId?: number;
|
|
3460
3709
|
resourceOwnerAccount?: string;
|
|
3461
3710
|
resourceOwnerId?: number;
|
|
3462
|
-
securityToken?: string;
|
|
3463
3711
|
static names(): {
|
|
3464
3712
|
[key: string]: string;
|
|
3465
3713
|
};
|
|
@@ -3505,7 +3753,6 @@ export declare class ModifyDBInstanceMonitorRequest extends $tea.Model {
|
|
|
3505
3753
|
ownerId?: number;
|
|
3506
3754
|
resourceOwnerAccount?: string;
|
|
3507
3755
|
resourceOwnerId?: number;
|
|
3508
|
-
securityToken?: string;
|
|
3509
3756
|
static names(): {
|
|
3510
3757
|
[key: string]: string;
|
|
3511
3758
|
};
|
|
@@ -3552,7 +3799,6 @@ export declare class ModifyDBInstanceNetExpireTimeRequest extends $tea.Model {
|
|
|
3552
3799
|
ownerId?: number;
|
|
3553
3800
|
resourceOwnerAccount?: string;
|
|
3554
3801
|
resourceOwnerId?: number;
|
|
3555
|
-
securityToken?: string;
|
|
3556
3802
|
static names(): {
|
|
3557
3803
|
[key: string]: string;
|
|
3558
3804
|
};
|
|
@@ -3600,7 +3846,6 @@ export declare class ModifyDBInstanceNetworkTypeRequest extends $tea.Model {
|
|
|
3600
3846
|
resourceOwnerAccount?: string;
|
|
3601
3847
|
resourceOwnerId?: number;
|
|
3602
3848
|
retainClassic?: string;
|
|
3603
|
-
securityToken?: string;
|
|
3604
3849
|
vSwitchId?: string;
|
|
3605
3850
|
vpcId?: string;
|
|
3606
3851
|
zoneId?: string;
|
|
@@ -3649,7 +3894,6 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
3649
3894
|
resourceOwnerAccount?: string;
|
|
3650
3895
|
resourceOwnerId?: number;
|
|
3651
3896
|
SSLAction?: string;
|
|
3652
|
-
securityToken?: string;
|
|
3653
3897
|
static names(): {
|
|
3654
3898
|
[key: string]: string;
|
|
3655
3899
|
};
|
|
@@ -3704,7 +3948,6 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
3704
3948
|
replicationFactor?: string;
|
|
3705
3949
|
resourceOwnerAccount?: string;
|
|
3706
3950
|
resourceOwnerId?: number;
|
|
3707
|
-
securityToken?: string;
|
|
3708
3951
|
static names(): {
|
|
3709
3952
|
[key: string]: string;
|
|
3710
3953
|
};
|
|
@@ -3753,7 +3996,6 @@ export declare class ModifyDBInstanceTDERequest extends $tea.Model {
|
|
|
3753
3996
|
resourceOwnerAccount?: string;
|
|
3754
3997
|
resourceOwnerId?: number;
|
|
3755
3998
|
roleARN?: string;
|
|
3756
|
-
securityToken?: string;
|
|
3757
3999
|
TDEStatus?: string;
|
|
3758
4000
|
static names(): {
|
|
3759
4001
|
[key: string]: string;
|
|
@@ -3802,7 +4044,6 @@ export declare class ModifyGlobalSecurityIPGroupRequest extends $tea.Model {
|
|
|
3802
4044
|
regionId?: string;
|
|
3803
4045
|
resourceOwnerAccount?: string;
|
|
3804
4046
|
resourceOwnerId?: number;
|
|
3805
|
-
securityToken?: string;
|
|
3806
4047
|
static names(): {
|
|
3807
4048
|
[key: string]: string;
|
|
3808
4049
|
};
|
|
@@ -3849,7 +4090,6 @@ export declare class ModifyGlobalSecurityIPGroupNameRequest extends $tea.Model {
|
|
|
3849
4090
|
regionId?: string;
|
|
3850
4091
|
resourceOwnerAccount?: string;
|
|
3851
4092
|
resourceOwnerId?: number;
|
|
3852
|
-
securityToken?: string;
|
|
3853
4093
|
static names(): {
|
|
3854
4094
|
[key: string]: string;
|
|
3855
4095
|
};
|
|
@@ -3897,7 +4137,6 @@ export declare class ModifyGlobalSecurityIPGroupRelationRequest extends $tea.Mod
|
|
|
3897
4137
|
regionId?: string;
|
|
3898
4138
|
resourceOwnerAccount?: string;
|
|
3899
4139
|
resourceOwnerId?: number;
|
|
3900
|
-
securityToken?: string;
|
|
3901
4140
|
static names(): {
|
|
3902
4141
|
[key: string]: string;
|
|
3903
4142
|
};
|
|
@@ -3945,7 +4184,6 @@ export declare class ModifyInstanceAutoRenewalAttributeRequest extends $tea.Mode
|
|
|
3945
4184
|
regionId?: string;
|
|
3946
4185
|
resourceOwnerAccount?: string;
|
|
3947
4186
|
resourceOwnerId?: number;
|
|
3948
|
-
securityToken?: string;
|
|
3949
4187
|
static names(): {
|
|
3950
4188
|
[key: string]: string;
|
|
3951
4189
|
};
|
|
@@ -3991,7 +4229,6 @@ export declare class ModifyInstanceVpcAuthModeRequest extends $tea.Model {
|
|
|
3991
4229
|
ownerId?: number;
|
|
3992
4230
|
resourceOwnerAccount?: string;
|
|
3993
4231
|
resourceOwnerId?: number;
|
|
3994
|
-
securityToken?: string;
|
|
3995
4232
|
vpcAuthMode?: string;
|
|
3996
4233
|
static names(): {
|
|
3997
4234
|
[key: string]: string;
|
|
@@ -4048,7 +4285,6 @@ export declare class ModifyNodeSpecRequest extends $tea.Model {
|
|
|
4048
4285
|
readonlyReplicas?: number;
|
|
4049
4286
|
resourceOwnerAccount?: string;
|
|
4050
4287
|
resourceOwnerId?: number;
|
|
4051
|
-
securityToken?: string;
|
|
4052
4288
|
switchTime?: string;
|
|
4053
4289
|
static names(): {
|
|
4054
4290
|
[key: string]: string;
|
|
@@ -4103,7 +4339,6 @@ export declare class ModifyNodeSpecBatchRequest extends $tea.Model {
|
|
|
4103
4339
|
regionId?: string;
|
|
4104
4340
|
resourceOwnerAccount?: string;
|
|
4105
4341
|
resourceOwnerId?: number;
|
|
4106
|
-
securityToken?: string;
|
|
4107
4342
|
static names(): {
|
|
4108
4343
|
[key: string]: string;
|
|
4109
4344
|
};
|
|
@@ -4153,7 +4388,6 @@ export declare class ModifyParametersRequest extends $tea.Model {
|
|
|
4153
4388
|
regionId?: string;
|
|
4154
4389
|
resourceOwnerAccount?: string;
|
|
4155
4390
|
resourceOwnerId?: number;
|
|
4156
|
-
securityToken?: string;
|
|
4157
4391
|
static names(): {
|
|
4158
4392
|
[key: string]: string;
|
|
4159
4393
|
};
|
|
@@ -4200,7 +4434,6 @@ export declare class ModifyResourceGroupRequest extends $tea.Model {
|
|
|
4200
4434
|
resourceGroupId?: string;
|
|
4201
4435
|
resourceOwnerAccount?: string;
|
|
4202
4436
|
resourceOwnerId?: number;
|
|
4203
|
-
securityToken?: string;
|
|
4204
4437
|
static names(): {
|
|
4205
4438
|
[key: string]: string;
|
|
4206
4439
|
};
|
|
@@ -4246,7 +4479,6 @@ export declare class ModifySecurityGroupConfigurationRequest extends $tea.Model
|
|
|
4246
4479
|
resourceOwnerAccount?: string;
|
|
4247
4480
|
resourceOwnerId?: number;
|
|
4248
4481
|
securityGroupId?: string;
|
|
4249
|
-
securityToken?: string;
|
|
4250
4482
|
static names(): {
|
|
4251
4483
|
[key: string]: string;
|
|
4252
4484
|
};
|
|
@@ -4295,7 +4527,6 @@ export declare class ModifySecurityIpsRequest extends $tea.Model {
|
|
|
4295
4527
|
securityIpGroupAttribute?: string;
|
|
4296
4528
|
securityIpGroupName?: string;
|
|
4297
4529
|
securityIps?: string;
|
|
4298
|
-
securityToken?: string;
|
|
4299
4530
|
static names(): {
|
|
4300
4531
|
[key: string]: string;
|
|
4301
4532
|
};
|
|
@@ -4334,6 +4565,55 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
4334
4565
|
[key: string]: any;
|
|
4335
4566
|
});
|
|
4336
4567
|
}
|
|
4568
|
+
export declare class ModifyTaskInfoRequest extends $tea.Model {
|
|
4569
|
+
actionParams?: string;
|
|
4570
|
+
regionId?: string;
|
|
4571
|
+
resourceOwnerAccount?: string;
|
|
4572
|
+
resourceOwnerId?: number;
|
|
4573
|
+
stepName?: string;
|
|
4574
|
+
taskAction?: string;
|
|
4575
|
+
taskId?: string;
|
|
4576
|
+
static names(): {
|
|
4577
|
+
[key: string]: string;
|
|
4578
|
+
};
|
|
4579
|
+
static types(): {
|
|
4580
|
+
[key: string]: any;
|
|
4581
|
+
};
|
|
4582
|
+
constructor(map?: {
|
|
4583
|
+
[key: string]: any;
|
|
4584
|
+
});
|
|
4585
|
+
}
|
|
4586
|
+
export declare class ModifyTaskInfoResponseBody extends $tea.Model {
|
|
4587
|
+
errorCode?: string;
|
|
4588
|
+
errorTaskId?: string;
|
|
4589
|
+
requestId?: string;
|
|
4590
|
+
successCount?: string;
|
|
4591
|
+
static names(): {
|
|
4592
|
+
[key: string]: string;
|
|
4593
|
+
};
|
|
4594
|
+
static types(): {
|
|
4595
|
+
[key: string]: any;
|
|
4596
|
+
};
|
|
4597
|
+
constructor(map?: {
|
|
4598
|
+
[key: string]: any;
|
|
4599
|
+
});
|
|
4600
|
+
}
|
|
4601
|
+
export declare class ModifyTaskInfoResponse extends $tea.Model {
|
|
4602
|
+
headers: {
|
|
4603
|
+
[key: string]: string;
|
|
4604
|
+
};
|
|
4605
|
+
statusCode: number;
|
|
4606
|
+
body: ModifyTaskInfoResponseBody;
|
|
4607
|
+
static names(): {
|
|
4608
|
+
[key: string]: string;
|
|
4609
|
+
};
|
|
4610
|
+
static types(): {
|
|
4611
|
+
[key: string]: any;
|
|
4612
|
+
};
|
|
4613
|
+
constructor(map?: {
|
|
4614
|
+
[key: string]: any;
|
|
4615
|
+
});
|
|
4616
|
+
}
|
|
4337
4617
|
export declare class ReleaseNodePrivateNetworkAddressRequest extends $tea.Model {
|
|
4338
4618
|
DBInstanceId?: string;
|
|
4339
4619
|
networkType?: string;
|
|
@@ -4342,7 +4622,6 @@ export declare class ReleaseNodePrivateNetworkAddressRequest extends $tea.Model
|
|
|
4342
4622
|
ownerId?: number;
|
|
4343
4623
|
resourceOwnerAccount?: string;
|
|
4344
4624
|
resourceOwnerId?: number;
|
|
4345
|
-
securityToken?: string;
|
|
4346
4625
|
static names(): {
|
|
4347
4626
|
[key: string]: string;
|
|
4348
4627
|
};
|
|
@@ -4388,7 +4667,6 @@ export declare class ReleasePublicNetworkAddressRequest extends $tea.Model {
|
|
|
4388
4667
|
ownerId?: number;
|
|
4389
4668
|
resourceOwnerAccount?: string;
|
|
4390
4669
|
resourceOwnerId?: number;
|
|
4391
|
-
securityToken?: string;
|
|
4392
4670
|
static names(): {
|
|
4393
4671
|
[key: string]: string;
|
|
4394
4672
|
};
|
|
@@ -4438,7 +4716,6 @@ export declare class RenewDBInstanceRequest extends $tea.Model {
|
|
|
4438
4716
|
period?: number;
|
|
4439
4717
|
resourceOwnerAccount?: string;
|
|
4440
4718
|
resourceOwnerId?: number;
|
|
4441
|
-
securityToken?: string;
|
|
4442
4719
|
static names(): {
|
|
4443
4720
|
[key: string]: string;
|
|
4444
4721
|
};
|
|
@@ -4487,7 +4764,6 @@ export declare class ResetAccountPasswordRequest extends $tea.Model {
|
|
|
4487
4764
|
ownerId?: number;
|
|
4488
4765
|
resourceOwnerAccount?: string;
|
|
4489
4766
|
resourceOwnerId?: number;
|
|
4490
|
-
securityToken?: string;
|
|
4491
4767
|
static names(): {
|
|
4492
4768
|
[key: string]: string;
|
|
4493
4769
|
};
|
|
@@ -4533,7 +4809,6 @@ export declare class RestartDBInstanceRequest extends $tea.Model {
|
|
|
4533
4809
|
ownerId?: number;
|
|
4534
4810
|
resourceOwnerAccount?: string;
|
|
4535
4811
|
resourceOwnerId?: number;
|
|
4536
|
-
securityToken?: string;
|
|
4537
4812
|
static names(): {
|
|
4538
4813
|
[key: string]: string;
|
|
4539
4814
|
};
|
|
@@ -4579,7 +4854,6 @@ export declare class RestoreDBInstanceRequest extends $tea.Model {
|
|
|
4579
4854
|
ownerId?: number;
|
|
4580
4855
|
resourceOwnerAccount?: string;
|
|
4581
4856
|
resourceOwnerId?: number;
|
|
4582
|
-
securityToken?: string;
|
|
4583
4857
|
static names(): {
|
|
4584
4858
|
[key: string]: string;
|
|
4585
4859
|
};
|
|
@@ -4626,7 +4900,6 @@ export declare class SwitchDBInstanceHARequest extends $tea.Model {
|
|
|
4626
4900
|
resourceOwnerAccount?: string;
|
|
4627
4901
|
resourceOwnerId?: number;
|
|
4628
4902
|
roleIds?: string;
|
|
4629
|
-
securityToken?: string;
|
|
4630
4903
|
switchMode?: number;
|
|
4631
4904
|
static names(): {
|
|
4632
4905
|
[key: string]: string;
|
|
@@ -4720,7 +4993,6 @@ export declare class TransferClusterBackupRequest extends $tea.Model {
|
|
|
4720
4993
|
ownerId?: number;
|
|
4721
4994
|
resourceOwnerAccount?: string;
|
|
4722
4995
|
resourceOwnerId?: number;
|
|
4723
|
-
securityToken?: string;
|
|
4724
4996
|
static names(): {
|
|
4725
4997
|
[key: string]: string;
|
|
4726
4998
|
};
|
|
@@ -4773,7 +5045,6 @@ export declare class TransformInstanceChargeTypeRequest extends $tea.Model {
|
|
|
4773
5045
|
pricingCycle?: string;
|
|
4774
5046
|
resourceOwnerAccount?: string;
|
|
4775
5047
|
resourceOwnerId?: number;
|
|
4776
|
-
securityToken?: string;
|
|
4777
5048
|
static names(): {
|
|
4778
5049
|
[key: string]: string;
|
|
4779
5050
|
};
|
|
@@ -4824,7 +5095,6 @@ export declare class TransformToPrePaidRequest extends $tea.Model {
|
|
|
4824
5095
|
period?: number;
|
|
4825
5096
|
resourceOwnerAccount?: string;
|
|
4826
5097
|
resourceOwnerId?: number;
|
|
4827
|
-
securityToken?: string;
|
|
4828
5098
|
static names(): {
|
|
4829
5099
|
[key: string]: string;
|
|
4830
5100
|
};
|
|
@@ -4920,7 +5190,6 @@ export declare class UpgradeDBInstanceEngineVersionRequest extends $tea.Model {
|
|
|
4920
5190
|
ownerId?: number;
|
|
4921
5191
|
resourceOwnerAccount?: string;
|
|
4922
5192
|
resourceOwnerId?: number;
|
|
4923
|
-
securityToken?: string;
|
|
4924
5193
|
static names(): {
|
|
4925
5194
|
[key: string]: string;
|
|
4926
5195
|
};
|
|
@@ -4965,7 +5234,6 @@ export declare class UpgradeDBInstanceKernelVersionRequest extends $tea.Model {
|
|
|
4965
5234
|
ownerId?: number;
|
|
4966
5235
|
resourceOwnerAccount?: string;
|
|
4967
5236
|
resourceOwnerId?: number;
|
|
4968
|
-
securityToken?: string;
|
|
4969
5237
|
static names(): {
|
|
4970
5238
|
[key: string]: string;
|
|
4971
5239
|
};
|
|
@@ -5127,6 +5395,43 @@ export declare class DescribeActiveOperationTaskTypeResponseBodyTypeList extends
|
|
|
5127
5395
|
[key: string]: any;
|
|
5128
5396
|
});
|
|
5129
5397
|
}
|
|
5398
|
+
export declare class DescribeActiveOperationTasksResponseBodyItems extends $tea.Model {
|
|
5399
|
+
allowCancel?: string;
|
|
5400
|
+
allowChange?: string;
|
|
5401
|
+
changeLevel?: string;
|
|
5402
|
+
changeLevelEn?: string;
|
|
5403
|
+
changeLevelZh?: string;
|
|
5404
|
+
createdTime?: string;
|
|
5405
|
+
currentAVZ?: string;
|
|
5406
|
+
dbType?: string;
|
|
5407
|
+
dbVersion?: string;
|
|
5408
|
+
deadline?: string;
|
|
5409
|
+
id?: number;
|
|
5410
|
+
impactEn?: string;
|
|
5411
|
+
impactZh?: string;
|
|
5412
|
+
insComment?: string;
|
|
5413
|
+
insName?: string;
|
|
5414
|
+
modifiedTime?: string;
|
|
5415
|
+
prepareInterval?: string;
|
|
5416
|
+
region?: string;
|
|
5417
|
+
resultInfo?: string;
|
|
5418
|
+
startTime?: string;
|
|
5419
|
+
status?: number;
|
|
5420
|
+
subInsNames?: string[];
|
|
5421
|
+
switchTime?: string;
|
|
5422
|
+
taskType?: string;
|
|
5423
|
+
taskTypeEn?: string;
|
|
5424
|
+
taskTypeZh?: string;
|
|
5425
|
+
static names(): {
|
|
5426
|
+
[key: string]: string;
|
|
5427
|
+
};
|
|
5428
|
+
static types(): {
|
|
5429
|
+
[key: string]: any;
|
|
5430
|
+
};
|
|
5431
|
+
constructor(map?: {
|
|
5432
|
+
[key: string]: any;
|
|
5433
|
+
});
|
|
5434
|
+
}
|
|
5130
5435
|
export declare class DescribeAuditRecordsResponseBodyItemsSQLRecord extends $tea.Model {
|
|
5131
5436
|
accountName?: string;
|
|
5132
5437
|
DBName?: string;
|
|
@@ -5758,6 +6063,21 @@ export declare class DescribeDBInstancePerformanceResponseBodyPerformanceKeys ex
|
|
|
5758
6063
|
[key: string]: any;
|
|
5759
6064
|
});
|
|
5760
6065
|
}
|
|
6066
|
+
export declare class DescribeDBInstanceSwitchLogResponseBodyLogItems extends $tea.Model {
|
|
6067
|
+
nodeId?: string;
|
|
6068
|
+
switchCode?: string;
|
|
6069
|
+
switchStatus?: string;
|
|
6070
|
+
switchTime?: string;
|
|
6071
|
+
static names(): {
|
|
6072
|
+
[key: string]: string;
|
|
6073
|
+
};
|
|
6074
|
+
static types(): {
|
|
6075
|
+
[key: string]: any;
|
|
6076
|
+
};
|
|
6077
|
+
constructor(map?: {
|
|
6078
|
+
[key: string]: any;
|
|
6079
|
+
});
|
|
6080
|
+
}
|
|
5761
6081
|
export declare class DescribeDBInstancesRequestTag extends $tea.Model {
|
|
5762
6082
|
key?: string;
|
|
5763
6083
|
value?: string;
|
|
@@ -6039,6 +6359,50 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponseBodyGlobalSecu
|
|
|
6039
6359
|
[key: string]: any;
|
|
6040
6360
|
});
|
|
6041
6361
|
}
|
|
6362
|
+
export declare class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
|
|
6363
|
+
actionInfo?: string;
|
|
6364
|
+
callerSource?: string;
|
|
6365
|
+
callerUid?: string;
|
|
6366
|
+
currentStepName?: string;
|
|
6367
|
+
dbType?: string;
|
|
6368
|
+
endTime?: string;
|
|
6369
|
+
instanceId?: string;
|
|
6370
|
+
instanceName?: string;
|
|
6371
|
+
instanceType?: string;
|
|
6372
|
+
product?: string;
|
|
6373
|
+
progress?: number;
|
|
6374
|
+
reasonCode?: string;
|
|
6375
|
+
regionId?: string;
|
|
6376
|
+
remainTime?: number;
|
|
6377
|
+
startTime?: string;
|
|
6378
|
+
status?: number;
|
|
6379
|
+
taskDetail?: string;
|
|
6380
|
+
taskId?: string;
|
|
6381
|
+
taskType?: string;
|
|
6382
|
+
uid?: string;
|
|
6383
|
+
static names(): {
|
|
6384
|
+
[key: string]: string;
|
|
6385
|
+
};
|
|
6386
|
+
static types(): {
|
|
6387
|
+
[key: string]: any;
|
|
6388
|
+
};
|
|
6389
|
+
constructor(map?: {
|
|
6390
|
+
[key: string]: any;
|
|
6391
|
+
});
|
|
6392
|
+
}
|
|
6393
|
+
export declare class DescribeHistoryTasksStatResponseBodyItems extends $tea.Model {
|
|
6394
|
+
status?: string;
|
|
6395
|
+
totalCount?: number;
|
|
6396
|
+
static names(): {
|
|
6397
|
+
[key: string]: string;
|
|
6398
|
+
};
|
|
6399
|
+
static types(): {
|
|
6400
|
+
[key: string]: any;
|
|
6401
|
+
};
|
|
6402
|
+
constructor(map?: {
|
|
6403
|
+
[key: string]: any;
|
|
6404
|
+
});
|
|
6405
|
+
}
|
|
6042
6406
|
export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem extends $tea.Model {
|
|
6043
6407
|
autoRenew?: string;
|
|
6044
6408
|
DBInstanceType?: string;
|
|
@@ -6092,6 +6456,19 @@ export declare class DescribeKernelReleaseNotesResponseBodyReleaseNotes extends
|
|
|
6092
6456
|
[key: string]: any;
|
|
6093
6457
|
});
|
|
6094
6458
|
}
|
|
6459
|
+
export declare class DescribeKmsKeysResponseBodyKmsKeys extends $tea.Model {
|
|
6460
|
+
keyAlias?: string;
|
|
6461
|
+
keyId?: string;
|
|
6462
|
+
static names(): {
|
|
6463
|
+
[key: string]: string;
|
|
6464
|
+
};
|
|
6465
|
+
static types(): {
|
|
6466
|
+
[key: string]: any;
|
|
6467
|
+
};
|
|
6468
|
+
constructor(map?: {
|
|
6469
|
+
[key: string]: any;
|
|
6470
|
+
});
|
|
6471
|
+
}
|
|
6095
6472
|
export declare class DescribeParameterModificationHistoryResponseBodyHistoricalParametersHistoricalParameter extends $tea.Model {
|
|
6096
6473
|
modifyTime?: string;
|
|
6097
6474
|
newParameterValue?: string;
|
|
@@ -6886,7 +7263,8 @@ export default class Client extends OpenApi {
|
|
|
6886
7263
|
*/
|
|
6887
7264
|
checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse>;
|
|
6888
7265
|
/**
|
|
6889
|
-
*
|
|
7266
|
+
* This operation is applicable to replica set instances or sharded cluster instances.
|
|
7267
|
+
* > After you confirm that the data recovery conditions are met by calling this operation, you can call the [CreateDBInstance](~~61763~~) operation to restore data to a new instance.
|
|
6890
7268
|
*
|
|
6891
7269
|
* @param request CheckRecoveryConditionRequest
|
|
6892
7270
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -6894,12 +7272,28 @@ export default class Client extends OpenApi {
|
|
|
6894
7272
|
*/
|
|
6895
7273
|
checkRecoveryConditionWithOptions(request: CheckRecoveryConditionRequest, runtime: $Util.RuntimeOptions): Promise<CheckRecoveryConditionResponse>;
|
|
6896
7274
|
/**
|
|
6897
|
-
*
|
|
7275
|
+
* This operation is applicable to replica set instances or sharded cluster instances.
|
|
7276
|
+
* > After you confirm that the data recovery conditions are met by calling this operation, you can call the [CreateDBInstance](~~61763~~) operation to restore data to a new instance.
|
|
6898
7277
|
*
|
|
6899
7278
|
* @param request CheckRecoveryConditionRequest
|
|
6900
7279
|
* @return CheckRecoveryConditionResponse
|
|
6901
7280
|
*/
|
|
6902
7281
|
checkRecoveryCondition(request: CheckRecoveryConditionRequest): Promise<CheckRecoveryConditionResponse>;
|
|
7282
|
+
/**
|
|
7283
|
+
* Database accounts can be created only for shards in sharded cluster instances that use cloud disks.
|
|
7284
|
+
*
|
|
7285
|
+
* @param request CreateAccountRequest
|
|
7286
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7287
|
+
* @return CreateAccountResponse
|
|
7288
|
+
*/
|
|
7289
|
+
createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
|
|
7290
|
+
/**
|
|
7291
|
+
* Database accounts can be created only for shards in sharded cluster instances that use cloud disks.
|
|
7292
|
+
*
|
|
7293
|
+
* @param request CreateAccountRequest
|
|
7294
|
+
* @return CreateAccountResponse
|
|
7295
|
+
*/
|
|
7296
|
+
createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
|
|
6903
7297
|
/**
|
|
6904
7298
|
* ## Usage
|
|
6905
7299
|
* When you call this operation, the instance must be in the Running state.
|
|
@@ -7050,6 +7444,8 @@ export default class Client extends OpenApi {
|
|
|
7050
7444
|
describeActiveOperationTaskCount(request: DescribeActiveOperationTaskCountRequest): Promise<DescribeActiveOperationTaskCountResponse>;
|
|
7051
7445
|
describeActiveOperationTaskTypeWithOptions(request: DescribeActiveOperationTaskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
7052
7446
|
describeActiveOperationTaskType(request: DescribeActiveOperationTaskTypeRequest): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
7447
|
+
describeActiveOperationTasksWithOptions(request: DescribeActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTasksResponse>;
|
|
7448
|
+
describeActiveOperationTasks(request: DescribeActiveOperationTasksRequest): Promise<DescribeActiveOperationTasksResponse>;
|
|
7053
7449
|
/**
|
|
7054
7450
|
* * The instance must be in the running state when you call this operation.
|
|
7055
7451
|
* * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
|
|
@@ -7159,9 +7555,39 @@ export default class Client extends OpenApi {
|
|
|
7159
7555
|
describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
|
|
7160
7556
|
describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
|
|
7161
7557
|
describeBackups(request: DescribeBackupsRequest): Promise<DescribeBackupsResponse>;
|
|
7558
|
+
/**
|
|
7559
|
+
* 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.
|
|
7560
|
+
* By default, cloud disk-based sharded cluster instances that are created after October 19, 2023 are in the cluster backup mode.
|
|
7561
|
+
*
|
|
7562
|
+
* @param request DescribeClusterBackupsRequest
|
|
7563
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7564
|
+
* @return DescribeClusterBackupsResponse
|
|
7565
|
+
*/
|
|
7162
7566
|
describeClusterBackupsWithOptions(request: DescribeClusterBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterBackupsResponse>;
|
|
7567
|
+
/**
|
|
7568
|
+
* 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.
|
|
7569
|
+
* By default, cloud disk-based sharded cluster instances that are created after October 19, 2023 are in the cluster backup mode.
|
|
7570
|
+
*
|
|
7571
|
+
* @param request DescribeClusterBackupsRequest
|
|
7572
|
+
* @return DescribeClusterBackupsResponse
|
|
7573
|
+
*/
|
|
7163
7574
|
describeClusterBackups(request: DescribeClusterBackupsRequest): Promise<DescribeClusterBackupsResponse>;
|
|
7575
|
+
/**
|
|
7576
|
+
* * 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.
|
|
7577
|
+
* * 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.
|
|
7578
|
+
*
|
|
7579
|
+
* @param request DescribeClusterRecoverTimeRequest
|
|
7580
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7581
|
+
* @return DescribeClusterRecoverTimeResponse
|
|
7582
|
+
*/
|
|
7164
7583
|
describeClusterRecoverTimeWithOptions(request: DescribeClusterRecoverTimeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClusterRecoverTimeResponse>;
|
|
7584
|
+
/**
|
|
7585
|
+
* * 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.
|
|
7586
|
+
* * 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.
|
|
7587
|
+
*
|
|
7588
|
+
* @param request DescribeClusterRecoverTimeRequest
|
|
7589
|
+
* @return DescribeClusterRecoverTimeResponse
|
|
7590
|
+
*/
|
|
7165
7591
|
describeClusterRecoverTime(request: DescribeClusterRecoverTimeRequest): Promise<DescribeClusterRecoverTimeResponse>;
|
|
7166
7592
|
describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
|
|
7167
7593
|
describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
|
|
@@ -7208,7 +7634,30 @@ export default class Client extends OpenApi {
|
|
|
7208
7634
|
*/
|
|
7209
7635
|
describeDBInstanceSSL(request: DescribeDBInstanceSSLRequest): Promise<DescribeDBInstanceSSLResponse>;
|
|
7210
7636
|
/**
|
|
7211
|
-
*
|
|
7637
|
+
* Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
|
|
7638
|
+
* * The instance is a replica set or sharded cluster instance.
|
|
7639
|
+
* * The instance uses local physical disks to store data.
|
|
7640
|
+
*
|
|
7641
|
+
* @param request DescribeDBInstanceSwitchLogRequest
|
|
7642
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7643
|
+
* @return DescribeDBInstanceSwitchLogResponse
|
|
7644
|
+
*/
|
|
7645
|
+
describeDBInstanceSwitchLogWithOptions(request: DescribeDBInstanceSwitchLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceSwitchLogResponse>;
|
|
7646
|
+
/**
|
|
7647
|
+
* Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
|
|
7648
|
+
* * The instance is a replica set or sharded cluster instance.
|
|
7649
|
+
* * The instance uses local physical disks to store data.
|
|
7650
|
+
*
|
|
7651
|
+
* @param request DescribeDBInstanceSwitchLogRequest
|
|
7652
|
+
* @return DescribeDBInstanceSwitchLogResponse
|
|
7653
|
+
*/
|
|
7654
|
+
describeDBInstanceSwitchLog(request: DescribeDBInstanceSwitchLogRequest): Promise<DescribeDBInstanceSwitchLogResponse>;
|
|
7655
|
+
/**
|
|
7656
|
+
* > For more information about this function, see [Configure TDE](~~131048~~).
|
|
7657
|
+
* Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
|
|
7658
|
+
* * A replica set or sharded cluster instance is used.
|
|
7659
|
+
* * The storage engine of the instance is WiredTiger.
|
|
7660
|
+
* * 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.
|
|
7212
7661
|
*
|
|
7213
7662
|
* @param request DescribeDBInstanceTDEInfoRequest
|
|
7214
7663
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7216,7 +7665,11 @@ export default class Client extends OpenApi {
|
|
|
7216
7665
|
*/
|
|
7217
7666
|
describeDBInstanceTDEInfoWithOptions(request: DescribeDBInstanceTDEInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceTDEInfoResponse>;
|
|
7218
7667
|
/**
|
|
7219
|
-
*
|
|
7668
|
+
* > For more information about this function, see [Configure TDE](~~131048~~).
|
|
7669
|
+
* Before you call this operation, make sure that the ApsaraDB for MongoDB instance meets the following requirements:
|
|
7670
|
+
* * A replica set or sharded cluster instance is used.
|
|
7671
|
+
* * The storage engine of the instance is WiredTiger.
|
|
7672
|
+
* * 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.
|
|
7220
7673
|
*
|
|
7221
7674
|
* @param request DescribeDBInstanceTDEInfoRequest
|
|
7222
7675
|
* @return DescribeDBInstanceTDEInfoResponse
|
|
@@ -7275,6 +7728,10 @@ export default class Client extends OpenApi {
|
|
|
7275
7728
|
describeGlobalSecurityIPGroup(request: DescribeGlobalSecurityIPGroupRequest): Promise<DescribeGlobalSecurityIPGroupResponse>;
|
|
7276
7729
|
describeGlobalSecurityIPGroupRelationWithOptions(request: DescribeGlobalSecurityIPGroupRelationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
|
|
7277
7730
|
describeGlobalSecurityIPGroupRelation(request: DescribeGlobalSecurityIPGroupRelationRequest): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
|
|
7731
|
+
describeHistoryTasksWithOptions(request: DescribeHistoryTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryTasksResponse>;
|
|
7732
|
+
describeHistoryTasks(request: DescribeHistoryTasksRequest): Promise<DescribeHistoryTasksResponse>;
|
|
7733
|
+
describeHistoryTasksStatWithOptions(request: DescribeHistoryTasksStatRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryTasksStatResponse>;
|
|
7734
|
+
describeHistoryTasksStat(request: DescribeHistoryTasksStatRequest): Promise<DescribeHistoryTasksStatResponse>;
|
|
7278
7735
|
/**
|
|
7279
7736
|
* This operation is applicable to subscription instances.
|
|
7280
7737
|
*
|
|
@@ -7292,6 +7749,21 @@ export default class Client extends OpenApi {
|
|
|
7292
7749
|
describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
|
|
7293
7750
|
describeKernelReleaseNotesWithOptions(request: DescribeKernelReleaseNotesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKernelReleaseNotesResponse>;
|
|
7294
7751
|
describeKernelReleaseNotes(request: DescribeKernelReleaseNotesRequest): Promise<DescribeKernelReleaseNotesResponse>;
|
|
7752
|
+
/**
|
|
7753
|
+
* Queried keys are available only for disk encryption.
|
|
7754
|
+
*
|
|
7755
|
+
* @param request DescribeKmsKeysRequest
|
|
7756
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
7757
|
+
* @return DescribeKmsKeysResponse
|
|
7758
|
+
*/
|
|
7759
|
+
describeKmsKeysWithOptions(request: DescribeKmsKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKmsKeysResponse>;
|
|
7760
|
+
/**
|
|
7761
|
+
* Queried keys are available only for disk encryption.
|
|
7762
|
+
*
|
|
7763
|
+
* @param request DescribeKmsKeysRequest
|
|
7764
|
+
* @return DescribeKmsKeysResponse
|
|
7765
|
+
*/
|
|
7766
|
+
describeKmsKeys(request: DescribeKmsKeysRequest): Promise<DescribeKmsKeysResponse>;
|
|
7295
7767
|
/**
|
|
7296
7768
|
* This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
|
|
7297
7769
|
* 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~~)
|
|
@@ -7322,7 +7794,7 @@ export default class Client extends OpenApi {
|
|
|
7322
7794
|
describePriceWithOptions(request: DescribePriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePriceResponse>;
|
|
7323
7795
|
describePrice(request: DescribePriceRequest): Promise<DescribePriceResponse>;
|
|
7324
7796
|
/**
|
|
7325
|
-
* > To query available regions and zones
|
|
7797
|
+
* > To query available regions and zones in which an ApsaraDB for MongoDB instance can be created, call the [DescribeAvailableResource](~~149719~~) operation.
|
|
7326
7798
|
*
|
|
7327
7799
|
* @param request DescribeRegionsRequest
|
|
7328
7800
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7330,7 +7802,7 @@ export default class Client extends OpenApi {
|
|
|
7330
7802
|
*/
|
|
7331
7803
|
describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
7332
7804
|
/**
|
|
7333
|
-
* > To query available regions and zones
|
|
7805
|
+
* > To query available regions and zones in which an ApsaraDB for MongoDB instance can be created, call the [DescribeAvailableResource](~~149719~~) operation.
|
|
7334
7806
|
*
|
|
7335
7807
|
* @param request DescribeRegionsRequest
|
|
7336
7808
|
* @return DescribeRegionsResponse
|
|
@@ -7367,8 +7839,8 @@ export default class Client extends OpenApi {
|
|
|
7367
7839
|
*/
|
|
7368
7840
|
describeReplicaSetRole(request: DescribeReplicaSetRoleRequest): Promise<DescribeReplicaSetRoleResponse>;
|
|
7369
7841
|
/**
|
|
7370
|
-
* >
|
|
7371
|
-
* This operation is applicable
|
|
7842
|
+
* > For more information, see [View the zone of a node](~~123825~~).
|
|
7843
|
+
* This operation is applicable to replica set instances and sharded cluster instances, but cannot be performed on standalone instances.
|
|
7372
7844
|
*
|
|
7373
7845
|
* @param request DescribeRoleZoneInfoRequest
|
|
7374
7846
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7376,8 +7848,8 @@ export default class Client extends OpenApi {
|
|
|
7376
7848
|
*/
|
|
7377
7849
|
describeRoleZoneInfoWithOptions(request: DescribeRoleZoneInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRoleZoneInfoResponse>;
|
|
7378
7850
|
/**
|
|
7379
|
-
* >
|
|
7380
|
-
* This operation is applicable
|
|
7851
|
+
* > For more information, see [View the zone of a node](~~123825~~).
|
|
7852
|
+
* This operation is applicable to replica set instances and sharded cluster instances, but cannot be performed on standalone instances.
|
|
7381
7853
|
*
|
|
7382
7854
|
* @param request DescribeRoleZoneInfoRequest
|
|
7383
7855
|
* @return DescribeRoleZoneInfoResponse
|
|
@@ -7535,7 +8007,7 @@ export default class Client extends OpenApi {
|
|
|
7535
8007
|
modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
|
|
7536
8008
|
/**
|
|
7537
8009
|
* * The instance must be in the running state when you call this operation.
|
|
7538
|
-
* * This operation is applicable only to **general-purpose local-disk**
|
|
8010
|
+
* * This operation is applicable only to **general-purpose local-disk** or **dedicated local-disk** instances.
|
|
7539
8011
|
* * You can call this operation up to 30 times per minute. To call this operation at a higher frequency, use a Logstore. For more information, see [Manage a Logstore](~~48990~~).
|
|
7540
8012
|
*
|
|
7541
8013
|
* @param request ModifyAuditLogFilterRequest
|
|
@@ -7545,7 +8017,7 @@ export default class Client extends OpenApi {
|
|
|
7545
8017
|
modifyAuditLogFilterWithOptions(request: ModifyAuditLogFilterRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAuditLogFilterResponse>;
|
|
7546
8018
|
/**
|
|
7547
8019
|
* * The instance must be in the running state when you call this operation.
|
|
7548
|
-
* * This operation is applicable only to **general-purpose local-disk**
|
|
8020
|
+
* * This operation is applicable only to **general-purpose local-disk** or **dedicated local-disk** instances.
|
|
7549
8021
|
* * You can call this operation up to 30 times per minute. To call this operation at a higher frequency, use a Logstore. For more information, see [Manage a Logstore](~~48990~~).
|
|
7550
8022
|
*
|
|
7551
8023
|
* @param request ModifyAuditLogFilterRequest
|
|
@@ -7620,7 +8092,7 @@ export default class Client extends OpenApi {
|
|
|
7620
8092
|
*/
|
|
7621
8093
|
modifyDBInstanceNetExpireTime(request: ModifyDBInstanceNetExpireTimeRequest): Promise<ModifyDBInstanceNetExpireTimeResponse>;
|
|
7622
8094
|
/**
|
|
7623
|
-
* This operation is applicable
|
|
8095
|
+
* 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.
|
|
7624
8096
|
*
|
|
7625
8097
|
* @param request ModifyDBInstanceNetworkTypeRequest
|
|
7626
8098
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7628,7 +8100,7 @@ export default class Client extends OpenApi {
|
|
|
7628
8100
|
*/
|
|
7629
8101
|
modifyDBInstanceNetworkTypeWithOptions(request: ModifyDBInstanceNetworkTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetworkTypeResponse>;
|
|
7630
8102
|
/**
|
|
7631
|
-
* This operation is applicable
|
|
8103
|
+
* 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.
|
|
7632
8104
|
*
|
|
7633
8105
|
* @param request ModifyDBInstanceNetworkTypeRequest
|
|
7634
8106
|
* @return ModifyDBInstanceNetworkTypeResponse
|
|
@@ -7727,7 +8199,10 @@ export default class Client extends OpenApi {
|
|
|
7727
8199
|
*/
|
|
7728
8200
|
modifyInstanceAutoRenewalAttribute(request: ModifyInstanceAutoRenewalAttributeRequest): Promise<ModifyInstanceAutoRenewalAttributeResponse>;
|
|
7729
8201
|
/**
|
|
7730
|
-
*
|
|
8202
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
8203
|
+
* * A replica set or sharded cluster instance is used.
|
|
8204
|
+
* * The database version of the instance is 4.0 (with the minor version of mongodb\\_20190408\\_3.0.11 or later) or 4.2. You can call the [DescribeDBInstanceAttribute](~~62010~~) operation to view the database engine version of the instance. If necessary, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
|
|
8205
|
+
* * The instance is in a VPC. If the network type is Classic Network, you can call the [ModifyDBInstanceNetworkType](~~62138~~) operation to switch the network type to VPC.
|
|
7731
8206
|
*
|
|
7732
8207
|
* @param request ModifyInstanceVpcAuthModeRequest
|
|
7733
8208
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -7735,7 +8210,10 @@ export default class Client extends OpenApi {
|
|
|
7735
8210
|
*/
|
|
7736
8211
|
modifyInstanceVpcAuthModeWithOptions(request: ModifyInstanceVpcAuthModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceVpcAuthModeResponse>;
|
|
7737
8212
|
/**
|
|
7738
|
-
*
|
|
8213
|
+
* Before you call this operation, make sure that the following requirements are met:
|
|
8214
|
+
* * A replica set or sharded cluster instance is used.
|
|
8215
|
+
* * The database version of the instance is 4.0 (with the minor version of mongodb\\_20190408\\_3.0.11 or later) or 4.2. You can call the [DescribeDBInstanceAttribute](~~62010~~) operation to view the database engine version of the instance. If necessary, you can call the [UpgradeDBInstanceEngineVersion](~~67608~~) operation to upgrade the database engine.
|
|
8216
|
+
* * The instance is in a VPC. If the network type is Classic Network, you can call the [ModifyDBInstanceNetworkType](~~62138~~) operation to switch the network type to VPC.
|
|
7739
8217
|
*
|
|
7740
8218
|
* @param request ModifyInstanceVpcAuthModeRequest
|
|
7741
8219
|
* @return ModifyInstanceVpcAuthModeResponse
|
|
@@ -7776,7 +8254,7 @@ export default class Client extends OpenApi {
|
|
|
7776
8254
|
*/
|
|
7777
8255
|
modifyNodeSpecBatch(request: ModifyNodeSpecBatchRequest): Promise<ModifyNodeSpecBatchResponse>;
|
|
7778
8256
|
/**
|
|
7779
|
-
*
|
|
8257
|
+
* ### Precautions
|
|
7780
8258
|
* * The instance must be in the Running state when you call this operation.
|
|
7781
8259
|
* * If you call this operation to modify specific instance parameters and the modification for part of the parameters can take effect only after an instance restart, the instance is automatically restarted after this operation is called. You can call the [DescribeParameterTemplates](~~67618~~) operation to query the parameters that take effect only after the instance is restarted.
|
|
7782
8260
|
*
|
|
@@ -7786,7 +8264,7 @@ export default class Client extends OpenApi {
|
|
|
7786
8264
|
*/
|
|
7787
8265
|
modifyParametersWithOptions(request: ModifyParametersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyParametersResponse>;
|
|
7788
8266
|
/**
|
|
7789
|
-
*
|
|
8267
|
+
* ### Precautions
|
|
7790
8268
|
* * The instance must be in the Running state when you call this operation.
|
|
7791
8269
|
* * If you call this operation to modify specific instance parameters and the modification for part of the parameters can take effect only after an instance restart, the instance is automatically restarted after this operation is called. You can call the [DescribeParameterTemplates](~~67618~~) operation to query the parameters that take effect only after the instance is restarted.
|
|
7792
8270
|
*
|
|
@@ -7826,6 +8304,21 @@ export default class Client extends OpenApi {
|
|
|
7826
8304
|
modifySecurityGroupConfiguration(request: ModifySecurityGroupConfigurationRequest): Promise<ModifySecurityGroupConfigurationResponse>;
|
|
7827
8305
|
modifySecurityIpsWithOptions(request: ModifySecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityIpsResponse>;
|
|
7828
8306
|
modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
|
|
8307
|
+
/**
|
|
8308
|
+
* The actions performed by this operation for a task vary based on the current state of the task. The supported actions for a task can be obtained from the value of the actionInfo parameter in the DescribeHistoryTasks operation.
|
|
8309
|
+
*
|
|
8310
|
+
* @param request ModifyTaskInfoRequest
|
|
8311
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8312
|
+
* @return ModifyTaskInfoResponse
|
|
8313
|
+
*/
|
|
8314
|
+
modifyTaskInfoWithOptions(request: ModifyTaskInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTaskInfoResponse>;
|
|
8315
|
+
/**
|
|
8316
|
+
* The actions performed by this operation for a task vary based on the current state of the task. The supported actions for a task can be obtained from the value of the actionInfo parameter in the DescribeHistoryTasks operation.
|
|
8317
|
+
*
|
|
8318
|
+
* @param request ModifyTaskInfoRequest
|
|
8319
|
+
* @return ModifyTaskInfoResponse
|
|
8320
|
+
*/
|
|
8321
|
+
modifyTaskInfo(request: ModifyTaskInfoRequest): Promise<ModifyTaskInfoResponse>;
|
|
7829
8322
|
/**
|
|
7830
8323
|
* * 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~~).
|
|
7831
8324
|
* * To release the public endpoint of a shard or Configserver node in a sharded cluster instance, you can call the [ReleasePublicNetworkAddress](~~67604~~) operation.
|
|
@@ -7955,7 +8448,22 @@ export default class Client extends OpenApi {
|
|
|
7955
8448
|
* @return TagResourcesResponse
|
|
7956
8449
|
*/
|
|
7957
8450
|
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
8451
|
+
/**
|
|
8452
|
+
* * 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.
|
|
8453
|
+
* * 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.
|
|
8454
|
+
*
|
|
8455
|
+
* @param request TransferClusterBackupRequest
|
|
8456
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
8457
|
+
* @return TransferClusterBackupResponse
|
|
8458
|
+
*/
|
|
7958
8459
|
transferClusterBackupWithOptions(request: TransferClusterBackupRequest, runtime: $Util.RuntimeOptions): Promise<TransferClusterBackupResponse>;
|
|
8460
|
+
/**
|
|
8461
|
+
* * 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.
|
|
8462
|
+
* * 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.
|
|
8463
|
+
*
|
|
8464
|
+
* @param request TransferClusterBackupRequest
|
|
8465
|
+
* @return TransferClusterBackupResponse
|
|
8466
|
+
*/
|
|
7959
8467
|
transferClusterBackup(request: TransferClusterBackupRequest): Promise<TransferClusterBackupResponse>;
|
|
7960
8468
|
/**
|
|
7961
8469
|
* 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.
|