@alicloud/dds20151201 4.0.1 → 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 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
  };
@@ -2000,6 +2120,114 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.
2000
2120
  [key: string]: any;
2001
2121
  });
2002
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
+ }
2003
2231
  export declare class DescribeInstanceAutoRenewalAttributeRequest extends $tea.Model {
2004
2232
  DBInstanceId?: string;
2005
2233
  DBInstanceType?: string;
@@ -2010,7 +2238,6 @@ export declare class DescribeInstanceAutoRenewalAttributeRequest extends $tea.Mo
2010
2238
  regionId?: string;
2011
2239
  resourceOwnerAccount?: string;
2012
2240
  resourceOwnerId?: number;
2013
- securityToken?: string;
2014
2241
  static names(): {
2015
2242
  [key: string]: string;
2016
2243
  };
@@ -2059,7 +2286,6 @@ export declare class DescribeKernelReleaseNotesRequest extends $tea.Model {
2059
2286
  ownerId?: number;
2060
2287
  resourceOwnerAccount?: string;
2061
2288
  resourceOwnerId?: number;
2062
- securityToken?: string;
2063
2289
  static names(): {
2064
2290
  [key: string]: string;
2065
2291
  };
@@ -2099,13 +2325,56 @@ export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
2099
2325
  [key: string]: any;
2100
2326
  });
2101
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
+ }
2102
2372
  export declare class DescribeMongoDBLogConfigRequest extends $tea.Model {
2103
2373
  DBInstanceId?: string;
2104
2374
  ownerAccount?: string;
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,6 @@ export declare class DescribeSecurityIpsRequest extends $tea.Model {
2668
2927
  ownerId?: number;
2669
2928
  resourceOwnerAccount?: string;
2670
2929
  resourceOwnerId?: number;
2671
- securityToken?: string;
2672
2930
  static names(): {
2673
2931
  [key: string]: string;
2674
2932
  };
@@ -2716,7 +2974,6 @@ export declare class DescribeShardingNetworkAddressRequest extends $tea.Model {
2716
2974
  ownerId?: number;
2717
2975
  resourceOwnerAccount?: string;
2718
2976
  resourceOwnerId?: number;
2719
- securityToken?: string;
2720
2977
  static names(): {
2721
2978
  [key: string]: string;
2722
2979
  };
@@ -2770,7 +3027,6 @@ export declare class DescribeSlowLogRecordsRequest extends $tea.Model {
2770
3027
  resourceGroupId?: string;
2771
3028
  resourceOwnerAccount?: string;
2772
3029
  resourceOwnerId?: number;
2773
- securityToken?: string;
2774
3030
  startTime?: string;
2775
3031
  static names(): {
2776
3032
  [key: string]: string;
@@ -2870,7 +3126,6 @@ export declare class DescribeUserEncryptionKeyListRequest extends $tea.Model {
2870
3126
  ownerId?: number;
2871
3127
  resourceOwnerAccount?: string;
2872
3128
  resourceOwnerId?: number;
2873
- securityToken?: string;
2874
3129
  targetRegionId?: string;
2875
3130
  static names(): {
2876
3131
  [key: string]: string;
@@ -2920,7 +3175,6 @@ export declare class DestroyInstanceRequest extends $tea.Model {
2920
3175
  resourceGroupId?: string;
2921
3176
  resourceOwnerAccount?: string;
2922
3177
  resourceOwnerId?: number;
2923
- securityToken?: string;
2924
3178
  static names(): {
2925
3179
  [key: string]: string;
2926
3180
  };
@@ -2971,7 +3225,6 @@ export declare class EvaluateResourceRequest extends $tea.Model {
2971
3225
  replicationFactor?: string;
2972
3226
  resourceOwnerAccount?: string;
2973
3227
  resourceOwnerId?: number;
2974
- securityToken?: string;
2975
3228
  shardsInfo?: string;
2976
3229
  storage?: string;
2977
3230
  zoneId?: string;
@@ -3168,7 +3421,6 @@ export declare class ModifyAccountDescriptionRequest extends $tea.Model {
3168
3421
  ownerId?: number;
3169
3422
  resourceOwnerAccount?: string;
3170
3423
  resourceOwnerId?: number;
3171
- securityToken?: string;
3172
3424
  static names(): {
3173
3425
  [key: string]: string;
3174
3426
  };
@@ -3215,7 +3467,6 @@ export declare class ModifyAuditLogFilterRequest extends $tea.Model {
3215
3467
  resourceOwnerAccount?: string;
3216
3468
  resourceOwnerId?: number;
3217
3469
  roleType?: string;
3218
- securityToken?: string;
3219
3470
  static names(): {
3220
3471
  [key: string]: string;
3221
3472
  };
@@ -3262,7 +3513,6 @@ export declare class ModifyAuditPolicyRequest extends $tea.Model {
3262
3513
  ownerId?: number;
3263
3514
  resourceOwnerAccount?: string;
3264
3515
  resourceOwnerId?: number;
3265
- securityToken?: string;
3266
3516
  serviceType?: string;
3267
3517
  storagePeriod?: number;
3268
3518
  static names(): {
@@ -3365,7 +3615,6 @@ export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model
3365
3615
  ownerId?: number;
3366
3616
  resourceOwnerAccount?: string;
3367
3617
  resourceOwnerId?: number;
3368
- securityToken?: string;
3369
3618
  static names(): {
3370
3619
  [key: string]: string;
3371
3620
  };
@@ -3412,7 +3661,6 @@ export declare class ModifyDBInstanceDescriptionRequest extends $tea.Model {
3412
3661
  ownerId?: number;
3413
3662
  resourceOwnerAccount?: string;
3414
3663
  resourceOwnerId?: number;
3415
- securityToken?: string;
3416
3664
  static names(): {
3417
3665
  [key: string]: string;
3418
3666
  };
@@ -3459,7 +3707,6 @@ export declare class ModifyDBInstanceMaintainTimeRequest extends $tea.Model {
3459
3707
  ownerId?: number;
3460
3708
  resourceOwnerAccount?: string;
3461
3709
  resourceOwnerId?: number;
3462
- securityToken?: string;
3463
3710
  static names(): {
3464
3711
  [key: string]: string;
3465
3712
  };
@@ -3505,7 +3752,6 @@ export declare class ModifyDBInstanceMonitorRequest extends $tea.Model {
3505
3752
  ownerId?: number;
3506
3753
  resourceOwnerAccount?: string;
3507
3754
  resourceOwnerId?: number;
3508
- securityToken?: string;
3509
3755
  static names(): {
3510
3756
  [key: string]: string;
3511
3757
  };
@@ -3552,7 +3798,6 @@ export declare class ModifyDBInstanceNetExpireTimeRequest extends $tea.Model {
3552
3798
  ownerId?: number;
3553
3799
  resourceOwnerAccount?: string;
3554
3800
  resourceOwnerId?: number;
3555
- securityToken?: string;
3556
3801
  static names(): {
3557
3802
  [key: string]: string;
3558
3803
  };
@@ -3600,7 +3845,6 @@ export declare class ModifyDBInstanceNetworkTypeRequest extends $tea.Model {
3600
3845
  resourceOwnerAccount?: string;
3601
3846
  resourceOwnerId?: number;
3602
3847
  retainClassic?: string;
3603
- securityToken?: string;
3604
3848
  vSwitchId?: string;
3605
3849
  vpcId?: string;
3606
3850
  zoneId?: string;
@@ -3649,7 +3893,6 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
3649
3893
  resourceOwnerAccount?: string;
3650
3894
  resourceOwnerId?: number;
3651
3895
  SSLAction?: string;
3652
- securityToken?: string;
3653
3896
  static names(): {
3654
3897
  [key: string]: string;
3655
3898
  };
@@ -3704,7 +3947,6 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
3704
3947
  replicationFactor?: string;
3705
3948
  resourceOwnerAccount?: string;
3706
3949
  resourceOwnerId?: number;
3707
- securityToken?: string;
3708
3950
  static names(): {
3709
3951
  [key: string]: string;
3710
3952
  };
@@ -3753,7 +3995,6 @@ export declare class ModifyDBInstanceTDERequest extends $tea.Model {
3753
3995
  resourceOwnerAccount?: string;
3754
3996
  resourceOwnerId?: number;
3755
3997
  roleARN?: string;
3756
- securityToken?: string;
3757
3998
  TDEStatus?: string;
3758
3999
  static names(): {
3759
4000
  [key: string]: string;
@@ -3802,7 +4043,6 @@ export declare class ModifyGlobalSecurityIPGroupRequest extends $tea.Model {
3802
4043
  regionId?: string;
3803
4044
  resourceOwnerAccount?: string;
3804
4045
  resourceOwnerId?: number;
3805
- securityToken?: string;
3806
4046
  static names(): {
3807
4047
  [key: string]: string;
3808
4048
  };
@@ -3849,7 +4089,6 @@ export declare class ModifyGlobalSecurityIPGroupNameRequest extends $tea.Model {
3849
4089
  regionId?: string;
3850
4090
  resourceOwnerAccount?: string;
3851
4091
  resourceOwnerId?: number;
3852
- securityToken?: string;
3853
4092
  static names(): {
3854
4093
  [key: string]: string;
3855
4094
  };
@@ -3897,7 +4136,6 @@ export declare class ModifyGlobalSecurityIPGroupRelationRequest extends $tea.Mod
3897
4136
  regionId?: string;
3898
4137
  resourceOwnerAccount?: string;
3899
4138
  resourceOwnerId?: number;
3900
- securityToken?: string;
3901
4139
  static names(): {
3902
4140
  [key: string]: string;
3903
4141
  };
@@ -3945,7 +4183,6 @@ export declare class ModifyInstanceAutoRenewalAttributeRequest extends $tea.Mode
3945
4183
  regionId?: string;
3946
4184
  resourceOwnerAccount?: string;
3947
4185
  resourceOwnerId?: number;
3948
- securityToken?: string;
3949
4186
  static names(): {
3950
4187
  [key: string]: string;
3951
4188
  };
@@ -3991,7 +4228,6 @@ export declare class ModifyInstanceVpcAuthModeRequest extends $tea.Model {
3991
4228
  ownerId?: number;
3992
4229
  resourceOwnerAccount?: string;
3993
4230
  resourceOwnerId?: number;
3994
- securityToken?: string;
3995
4231
  vpcAuthMode?: string;
3996
4232
  static names(): {
3997
4233
  [key: string]: string;
@@ -4048,7 +4284,6 @@ export declare class ModifyNodeSpecRequest extends $tea.Model {
4048
4284
  readonlyReplicas?: number;
4049
4285
  resourceOwnerAccount?: string;
4050
4286
  resourceOwnerId?: number;
4051
- securityToken?: string;
4052
4287
  switchTime?: string;
4053
4288
  static names(): {
4054
4289
  [key: string]: string;
@@ -4103,7 +4338,6 @@ export declare class ModifyNodeSpecBatchRequest extends $tea.Model {
4103
4338
  regionId?: string;
4104
4339
  resourceOwnerAccount?: string;
4105
4340
  resourceOwnerId?: number;
4106
- securityToken?: string;
4107
4341
  static names(): {
4108
4342
  [key: string]: string;
4109
4343
  };
@@ -4153,7 +4387,6 @@ export declare class ModifyParametersRequest extends $tea.Model {
4153
4387
  regionId?: string;
4154
4388
  resourceOwnerAccount?: string;
4155
4389
  resourceOwnerId?: number;
4156
- securityToken?: string;
4157
4390
  static names(): {
4158
4391
  [key: string]: string;
4159
4392
  };
@@ -4200,7 +4433,6 @@ export declare class ModifyResourceGroupRequest extends $tea.Model {
4200
4433
  resourceGroupId?: string;
4201
4434
  resourceOwnerAccount?: string;
4202
4435
  resourceOwnerId?: number;
4203
- securityToken?: string;
4204
4436
  static names(): {
4205
4437
  [key: string]: string;
4206
4438
  };
@@ -4246,7 +4478,6 @@ export declare class ModifySecurityGroupConfigurationRequest extends $tea.Model
4246
4478
  resourceOwnerAccount?: string;
4247
4479
  resourceOwnerId?: number;
4248
4480
  securityGroupId?: string;
4249
- securityToken?: string;
4250
4481
  static names(): {
4251
4482
  [key: string]: string;
4252
4483
  };
@@ -4295,7 +4526,6 @@ export declare class ModifySecurityIpsRequest extends $tea.Model {
4295
4526
  securityIpGroupAttribute?: string;
4296
4527
  securityIpGroupName?: string;
4297
4528
  securityIps?: string;
4298
- securityToken?: string;
4299
4529
  static names(): {
4300
4530
  [key: string]: string;
4301
4531
  };
@@ -4334,6 +4564,55 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
4334
4564
  [key: string]: any;
4335
4565
  });
4336
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
+ }
4337
4616
  export declare class ReleaseNodePrivateNetworkAddressRequest extends $tea.Model {
4338
4617
  DBInstanceId?: string;
4339
4618
  networkType?: string;
@@ -4342,7 +4621,6 @@ export declare class ReleaseNodePrivateNetworkAddressRequest extends $tea.Model
4342
4621
  ownerId?: number;
4343
4622
  resourceOwnerAccount?: string;
4344
4623
  resourceOwnerId?: number;
4345
- securityToken?: string;
4346
4624
  static names(): {
4347
4625
  [key: string]: string;
4348
4626
  };
@@ -4388,7 +4666,6 @@ export declare class ReleasePublicNetworkAddressRequest extends $tea.Model {
4388
4666
  ownerId?: number;
4389
4667
  resourceOwnerAccount?: string;
4390
4668
  resourceOwnerId?: number;
4391
- securityToken?: string;
4392
4669
  static names(): {
4393
4670
  [key: string]: string;
4394
4671
  };
@@ -4438,7 +4715,6 @@ export declare class RenewDBInstanceRequest extends $tea.Model {
4438
4715
  period?: number;
4439
4716
  resourceOwnerAccount?: string;
4440
4717
  resourceOwnerId?: number;
4441
- securityToken?: string;
4442
4718
  static names(): {
4443
4719
  [key: string]: string;
4444
4720
  };
@@ -4487,7 +4763,6 @@ export declare class ResetAccountPasswordRequest extends $tea.Model {
4487
4763
  ownerId?: number;
4488
4764
  resourceOwnerAccount?: string;
4489
4765
  resourceOwnerId?: number;
4490
- securityToken?: string;
4491
4766
  static names(): {
4492
4767
  [key: string]: string;
4493
4768
  };
@@ -4533,7 +4808,6 @@ export declare class RestartDBInstanceRequest extends $tea.Model {
4533
4808
  ownerId?: number;
4534
4809
  resourceOwnerAccount?: string;
4535
4810
  resourceOwnerId?: number;
4536
- securityToken?: string;
4537
4811
  static names(): {
4538
4812
  [key: string]: string;
4539
4813
  };
@@ -4579,7 +4853,6 @@ export declare class RestoreDBInstanceRequest extends $tea.Model {
4579
4853
  ownerId?: number;
4580
4854
  resourceOwnerAccount?: string;
4581
4855
  resourceOwnerId?: number;
4582
- securityToken?: string;
4583
4856
  static names(): {
4584
4857
  [key: string]: string;
4585
4858
  };
@@ -4626,7 +4899,6 @@ export declare class SwitchDBInstanceHARequest extends $tea.Model {
4626
4899
  resourceOwnerAccount?: string;
4627
4900
  resourceOwnerId?: number;
4628
4901
  roleIds?: string;
4629
- securityToken?: string;
4630
4902
  switchMode?: number;
4631
4903
  static names(): {
4632
4904
  [key: string]: string;
@@ -4720,7 +4992,6 @@ export declare class TransferClusterBackupRequest extends $tea.Model {
4720
4992
  ownerId?: number;
4721
4993
  resourceOwnerAccount?: string;
4722
4994
  resourceOwnerId?: number;
4723
- securityToken?: string;
4724
4995
  static names(): {
4725
4996
  [key: string]: string;
4726
4997
  };
@@ -4773,7 +5044,6 @@ export declare class TransformInstanceChargeTypeRequest extends $tea.Model {
4773
5044
  pricingCycle?: string;
4774
5045
  resourceOwnerAccount?: string;
4775
5046
  resourceOwnerId?: number;
4776
- securityToken?: string;
4777
5047
  static names(): {
4778
5048
  [key: string]: string;
4779
5049
  };
@@ -4824,7 +5094,6 @@ export declare class TransformToPrePaidRequest extends $tea.Model {
4824
5094
  period?: number;
4825
5095
  resourceOwnerAccount?: string;
4826
5096
  resourceOwnerId?: number;
4827
- securityToken?: string;
4828
5097
  static names(): {
4829
5098
  [key: string]: string;
4830
5099
  };
@@ -4920,7 +5189,6 @@ export declare class UpgradeDBInstanceEngineVersionRequest extends $tea.Model {
4920
5189
  ownerId?: number;
4921
5190
  resourceOwnerAccount?: string;
4922
5191
  resourceOwnerId?: number;
4923
- securityToken?: string;
4924
5192
  static names(): {
4925
5193
  [key: string]: string;
4926
5194
  };
@@ -4965,7 +5233,6 @@ export declare class UpgradeDBInstanceKernelVersionRequest extends $tea.Model {
4965
5233
  ownerId?: number;
4966
5234
  resourceOwnerAccount?: string;
4967
5235
  resourceOwnerId?: number;
4968
- securityToken?: string;
4969
5236
  static names(): {
4970
5237
  [key: string]: string;
4971
5238
  };
@@ -5127,6 +5394,43 @@ export declare class DescribeActiveOperationTaskTypeResponseBodyTypeList extends
5127
5394
  [key: string]: any;
5128
5395
  });
5129
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
+ }
5130
5434
  export declare class DescribeAuditRecordsResponseBodyItemsSQLRecord extends $tea.Model {
5131
5435
  accountName?: string;
5132
5436
  DBName?: string;
@@ -5758,6 +6062,21 @@ export declare class DescribeDBInstancePerformanceResponseBodyPerformanceKeys ex
5758
6062
  [key: string]: any;
5759
6063
  });
5760
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
+ }
5761
6080
  export declare class DescribeDBInstancesRequestTag extends $tea.Model {
5762
6081
  key?: string;
5763
6082
  value?: string;
@@ -6039,6 +6358,50 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponseBodyGlobalSecu
6039
6358
  [key: string]: any;
6040
6359
  });
6041
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
+ }
6042
6405
  export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem extends $tea.Model {
6043
6406
  autoRenew?: string;
6044
6407
  DBInstanceType?: string;
@@ -6092,6 +6455,19 @@ export declare class DescribeKernelReleaseNotesResponseBodyReleaseNotes extends
6092
6455
  [key: string]: any;
6093
6456
  });
6094
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
+ }
6095
6471
  export declare class DescribeParameterModificationHistoryResponseBodyHistoricalParametersHistoricalParameter extends $tea.Model {
6096
6472
  modifyTime?: string;
6097
6473
  newParameterValue?: string;
@@ -6900,6 +7276,8 @@ export default class Client extends OpenApi {
6900
7276
  * @return CheckRecoveryConditionResponse
6901
7277
  */
6902
7278
  checkRecoveryCondition(request: CheckRecoveryConditionRequest): Promise<CheckRecoveryConditionResponse>;
7279
+ createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
7280
+ createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
6903
7281
  /**
6904
7282
  * ## Usage
6905
7283
  * When you call this operation, the instance must be in the Running state.
@@ -7050,6 +7428,8 @@ export default class Client extends OpenApi {
7050
7428
  describeActiveOperationTaskCount(request: DescribeActiveOperationTaskCountRequest): Promise<DescribeActiveOperationTaskCountResponse>;
7051
7429
  describeActiveOperationTaskTypeWithOptions(request: DescribeActiveOperationTaskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskTypeResponse>;
7052
7430
  describeActiveOperationTaskType(request: DescribeActiveOperationTaskTypeRequest): Promise<DescribeActiveOperationTaskTypeResponse>;
7431
+ describeActiveOperationTasksWithOptions(request: DescribeActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTasksResponse>;
7432
+ describeActiveOperationTasks(request: DescribeActiveOperationTasksRequest): Promise<DescribeActiveOperationTasksResponse>;
7053
7433
  /**
7054
7434
  * * The instance must be in the running state when you call this operation.
7055
7435
  * * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
@@ -7159,9 +7539,39 @@ export default class Client extends OpenApi {
7159
7539
  describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
7160
7540
  describeBackupsWithOptions(request: DescribeBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupsResponse>;
7161
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
+ */
7162
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
+ */
7163
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
+ */
7164
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
+ */
7165
7575
  describeClusterRecoverTime(request: DescribeClusterRecoverTimeRequest): Promise<DescribeClusterRecoverTimeResponse>;
7166
7576
  describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
7167
7577
  describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
@@ -7207,8 +7617,14 @@ export default class Client extends OpenApi {
7207
7617
  * @return DescribeDBInstanceSSLResponse
7208
7618
  */
7209
7619
  describeDBInstanceSSL(request: DescribeDBInstanceSSLRequest): Promise<DescribeDBInstanceSSLResponse>;
7620
+ describeDBInstanceSwitchLogWithOptions(request: DescribeDBInstanceSwitchLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceSwitchLogResponse>;
7621
+ describeDBInstanceSwitchLog(request: DescribeDBInstanceSwitchLogRequest): Promise<DescribeDBInstanceSwitchLogResponse>;
7210
7622
  /**
7211
- * You can call this operation to query whether TDE is enabled for an ApsaraDB for MongoDB instance.
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.
7212
7628
  *
7213
7629
  * @param request DescribeDBInstanceTDEInfoRequest
7214
7630
  * @param runtime runtime options for this request RuntimeOptions
@@ -7216,7 +7632,11 @@ export default class Client extends OpenApi {
7216
7632
  */
7217
7633
  describeDBInstanceTDEInfoWithOptions(request: DescribeDBInstanceTDEInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceTDEInfoResponse>;
7218
7634
  /**
7219
- * You can call this operation to query whether TDE is enabled for an ApsaraDB for MongoDB instance.
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.
7220
7640
  *
7221
7641
  * @param request DescribeDBInstanceTDEInfoRequest
7222
7642
  * @return DescribeDBInstanceTDEInfoResponse
@@ -7275,6 +7695,10 @@ export default class Client extends OpenApi {
7275
7695
  describeGlobalSecurityIPGroup(request: DescribeGlobalSecurityIPGroupRequest): Promise<DescribeGlobalSecurityIPGroupResponse>;
7276
7696
  describeGlobalSecurityIPGroupRelationWithOptions(request: DescribeGlobalSecurityIPGroupRelationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeGlobalSecurityIPGroupRelationResponse>;
7277
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>;
7278
7702
  /**
7279
7703
  * This operation is applicable to subscription instances.
7280
7704
  *
@@ -7292,6 +7716,8 @@ export default class Client extends OpenApi {
7292
7716
  describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
7293
7717
  describeKernelReleaseNotesWithOptions(request: DescribeKernelReleaseNotesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKernelReleaseNotesResponse>;
7294
7718
  describeKernelReleaseNotes(request: DescribeKernelReleaseNotesRequest): Promise<DescribeKernelReleaseNotesResponse>;
7719
+ describeKmsKeysWithOptions(request: DescribeKmsKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeKmsKeysResponse>;
7720
+ describeKmsKeys(request: DescribeKmsKeysRequest): Promise<DescribeKmsKeysResponse>;
7295
7721
  /**
7296
7722
  * This operation is applicable only to **general-purpose local-disk** and **dedicated local-disk** instances.
7297
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~~)
@@ -7322,7 +7748,7 @@ export default class Client extends OpenApi {
7322
7748
  describePriceWithOptions(request: DescribePriceRequest, runtime: $Util.RuntimeOptions): Promise<DescribePriceResponse>;
7323
7749
  describePrice(request: DescribePriceRequest): Promise<DescribePriceResponse>;
7324
7750
  /**
7325
- * > To query available regions and zones where ApsaraDB for MongoDB instances can be created, call the [DescribeAvailableResource](~~149719~~) operation.
7751
+ * > To query available regions and zones in which an ApsaraDB for MongoDB instance can be created, call the [DescribeAvailableResource](~~149719~~) operation.
7326
7752
  *
7327
7753
  * @param request DescribeRegionsRequest
7328
7754
  * @param runtime runtime options for this request RuntimeOptions
@@ -7330,7 +7756,7 @@ export default class Client extends OpenApi {
7330
7756
  */
7331
7757
  describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
7332
7758
  /**
7333
- * > To query available regions and zones where ApsaraDB for MongoDB instances can be created, call the [DescribeAvailableResource](~~149719~~) operation.
7759
+ * > To query available regions and zones in which an ApsaraDB for MongoDB instance can be created, call the [DescribeAvailableResource](~~149719~~) operation.
7334
7760
  *
7335
7761
  * @param request DescribeRegionsRequest
7336
7762
  * @return DescribeRegionsResponse
@@ -7367,8 +7793,8 @@ export default class Client extends OpenApi {
7367
7793
  */
7368
7794
  describeReplicaSetRole(request: DescribeReplicaSetRoleRequest): Promise<DescribeReplicaSetRoleResponse>;
7369
7795
  /**
7370
- * > For more information, see [View the zone of a node](~~123825~~).
7371
- * This operation is applicable only to replica set and sharded cluster instances, but not to standalone instances.
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.
7372
7798
  *
7373
7799
  * @param request DescribeRoleZoneInfoRequest
7374
7800
  * @param runtime runtime options for this request RuntimeOptions
@@ -7376,8 +7802,8 @@ export default class Client extends OpenApi {
7376
7802
  */
7377
7803
  describeRoleZoneInfoWithOptions(request: DescribeRoleZoneInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRoleZoneInfoResponse>;
7378
7804
  /**
7379
- * > For more information, see [View the zone of a node](~~123825~~).
7380
- * This operation is applicable only to replica set and sharded cluster instances, but not to standalone instances.
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.
7381
7807
  *
7382
7808
  * @param request DescribeRoleZoneInfoRequest
7383
7809
  * @return DescribeRoleZoneInfoResponse
@@ -7620,7 +8046,7 @@ export default class Client extends OpenApi {
7620
8046
  */
7621
8047
  modifyDBInstanceNetExpireTime(request: ModifyDBInstanceNetExpireTimeRequest): Promise<ModifyDBInstanceNetExpireTimeResponse>;
7622
8048
  /**
7623
- * This operation is applicable only to replica set instances and sharded cluster instances.
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.
7624
8050
  *
7625
8051
  * @param request ModifyDBInstanceNetworkTypeRequest
7626
8052
  * @param runtime runtime options for this request RuntimeOptions
@@ -7628,7 +8054,7 @@ export default class Client extends OpenApi {
7628
8054
  */
7629
8055
  modifyDBInstanceNetworkTypeWithOptions(request: ModifyDBInstanceNetworkTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetworkTypeResponse>;
7630
8056
  /**
7631
- * This operation is applicable only to replica set instances and sharded cluster instances.
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.
7632
8058
  *
7633
8059
  * @param request ModifyDBInstanceNetworkTypeRequest
7634
8060
  * @return ModifyDBInstanceNetworkTypeResponse
@@ -7826,6 +8252,8 @@ export default class Client extends OpenApi {
7826
8252
  modifySecurityGroupConfiguration(request: ModifySecurityGroupConfigurationRequest): Promise<ModifySecurityGroupConfigurationResponse>;
7827
8253
  modifySecurityIpsWithOptions(request: ModifySecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityIpsResponse>;
7828
8254
  modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
8255
+ modifyTaskInfoWithOptions(request: ModifyTaskInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTaskInfoResponse>;
8256
+ modifyTaskInfo(request: ModifyTaskInfoRequest): Promise<ModifyTaskInfoResponse>;
7829
8257
  /**
7830
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~~).
7831
8259
  * * 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 +8383,22 @@ export default class Client extends OpenApi {
7955
8383
  * @return TagResourcesResponse
7956
8384
  */
7957
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
+ */
7958
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
+ */
7959
8402
  transferClusterBackup(request: TransferClusterBackupRequest): Promise<TransferClusterBackupResponse>;
7960
8403
  /**
7961
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.