@alicloud/dds20151201 3.6.6 → 3.6.9
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 +120 -64
- package/dist/client.js +266 -245
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +388 -302
package/dist/client.d.ts
CHANGED
|
@@ -41,6 +41,7 @@ export declare class AllocateNodePrivateNetworkAddressResponse extends $tea.Mode
|
|
|
41
41
|
headers: {
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
44
|
+
statusCode: number;
|
|
44
45
|
body: AllocateNodePrivateNetworkAddressResponseBody;
|
|
45
46
|
static names(): {
|
|
46
47
|
[key: string]: string;
|
|
@@ -86,6 +87,7 @@ export declare class AllocatePublicNetworkAddressResponse extends $tea.Model {
|
|
|
86
87
|
headers: {
|
|
87
88
|
[key: string]: string;
|
|
88
89
|
};
|
|
90
|
+
statusCode: number;
|
|
89
91
|
body: AllocatePublicNetworkAddressResponseBody;
|
|
90
92
|
static names(): {
|
|
91
93
|
[key: string]: string;
|
|
@@ -133,6 +135,7 @@ export declare class CheckCloudResourceAuthorizedResponse extends $tea.Model {
|
|
|
133
135
|
headers: {
|
|
134
136
|
[key: string]: string;
|
|
135
137
|
};
|
|
138
|
+
statusCode: number;
|
|
136
139
|
body: CheckCloudResourceAuthorizedResponseBody;
|
|
137
140
|
static names(): {
|
|
138
141
|
[key: string]: string;
|
|
@@ -183,6 +186,7 @@ export declare class CheckRecoveryConditionResponse extends $tea.Model {
|
|
|
183
186
|
headers: {
|
|
184
187
|
[key: string]: string;
|
|
185
188
|
};
|
|
189
|
+
statusCode: number;
|
|
186
190
|
body: CheckRecoveryConditionResponseBody;
|
|
187
191
|
static names(): {
|
|
188
192
|
[key: string]: string;
|
|
@@ -229,6 +233,7 @@ export declare class CreateBackupResponse extends $tea.Model {
|
|
|
229
233
|
headers: {
|
|
230
234
|
[key: string]: string;
|
|
231
235
|
};
|
|
236
|
+
statusCode: number;
|
|
232
237
|
body: CreateBackupResponseBody;
|
|
233
238
|
static names(): {
|
|
234
239
|
[key: string]: string;
|
|
@@ -270,6 +275,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
270
275
|
securityToken?: string;
|
|
271
276
|
srcDBInstanceId?: string;
|
|
272
277
|
storageEngine?: string;
|
|
278
|
+
storageType?: string;
|
|
273
279
|
vSwitchId?: string;
|
|
274
280
|
vpcId?: string;
|
|
275
281
|
zoneId?: string;
|
|
@@ -301,6 +307,7 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
|
|
|
301
307
|
headers: {
|
|
302
308
|
[key: string]: string;
|
|
303
309
|
};
|
|
310
|
+
statusCode: number;
|
|
304
311
|
body: CreateDBInstanceResponseBody;
|
|
305
312
|
static names(): {
|
|
306
313
|
[key: string]: string;
|
|
@@ -313,6 +320,8 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
|
|
|
313
320
|
});
|
|
314
321
|
}
|
|
315
322
|
export declare class CreateNodeRequest extends $tea.Model {
|
|
323
|
+
accountName?: string;
|
|
324
|
+
accountPassword?: string;
|
|
316
325
|
autoPay?: boolean;
|
|
317
326
|
businessInfo?: string;
|
|
318
327
|
clientToken?: string;
|
|
@@ -327,6 +336,7 @@ export declare class CreateNodeRequest extends $tea.Model {
|
|
|
327
336
|
resourceOwnerAccount?: string;
|
|
328
337
|
resourceOwnerId?: number;
|
|
329
338
|
securityToken?: string;
|
|
339
|
+
shardDirect?: boolean;
|
|
330
340
|
static names(): {
|
|
331
341
|
[key: string]: string;
|
|
332
342
|
};
|
|
@@ -355,6 +365,7 @@ export declare class CreateNodeResponse extends $tea.Model {
|
|
|
355
365
|
headers: {
|
|
356
366
|
[key: string]: string;
|
|
357
367
|
};
|
|
368
|
+
statusCode: number;
|
|
358
369
|
body: CreateNodeResponseBody;
|
|
359
370
|
static names(): {
|
|
360
371
|
[key: string]: string;
|
|
@@ -367,6 +378,8 @@ export declare class CreateNodeResponse extends $tea.Model {
|
|
|
367
378
|
});
|
|
368
379
|
}
|
|
369
380
|
export declare class CreateNodeBatchRequest extends $tea.Model {
|
|
381
|
+
accountName?: string;
|
|
382
|
+
accountPassword?: string;
|
|
370
383
|
autoPay?: boolean;
|
|
371
384
|
businessInfo?: string;
|
|
372
385
|
clientToken?: string;
|
|
@@ -379,6 +392,7 @@ export declare class CreateNodeBatchRequest extends $tea.Model {
|
|
|
379
392
|
resourceOwnerAccount?: string;
|
|
380
393
|
resourceOwnerId?: number;
|
|
381
394
|
securityToken?: string;
|
|
395
|
+
shardDirect?: boolean;
|
|
382
396
|
static names(): {
|
|
383
397
|
[key: string]: string;
|
|
384
398
|
};
|
|
@@ -407,6 +421,7 @@ export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
|
407
421
|
headers: {
|
|
408
422
|
[key: string]: string;
|
|
409
423
|
};
|
|
424
|
+
statusCode: number;
|
|
410
425
|
body: CreateNodeBatchResponseBody;
|
|
411
426
|
static names(): {
|
|
412
427
|
[key: string]: string;
|
|
@@ -418,68 +433,6 @@ export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
|
418
433
|
[key: string]: any;
|
|
419
434
|
});
|
|
420
435
|
}
|
|
421
|
-
export declare class CreateServerlessDBInstanceRequest extends $tea.Model {
|
|
422
|
-
accountPassword?: string;
|
|
423
|
-
autoRenew?: string;
|
|
424
|
-
capacityUnit?: string;
|
|
425
|
-
clientToken?: string;
|
|
426
|
-
DBInstanceDescription?: string;
|
|
427
|
-
DBInstanceStorage?: number;
|
|
428
|
-
engine?: string;
|
|
429
|
-
engineVersion?: string;
|
|
430
|
-
ownerAccount?: string;
|
|
431
|
-
ownerId?: number;
|
|
432
|
-
period?: number;
|
|
433
|
-
periodPriceType?: string;
|
|
434
|
-
regionId?: string;
|
|
435
|
-
resourceGroupId?: string;
|
|
436
|
-
resourceOwnerAccount?: string;
|
|
437
|
-
resourceOwnerId?: number;
|
|
438
|
-
securityIPList?: string;
|
|
439
|
-
securityToken?: string;
|
|
440
|
-
storageEngine?: string;
|
|
441
|
-
vSwitchId?: string;
|
|
442
|
-
vpcId?: string;
|
|
443
|
-
zoneId?: string;
|
|
444
|
-
static names(): {
|
|
445
|
-
[key: string]: string;
|
|
446
|
-
};
|
|
447
|
-
static types(): {
|
|
448
|
-
[key: string]: any;
|
|
449
|
-
};
|
|
450
|
-
constructor(map?: {
|
|
451
|
-
[key: string]: any;
|
|
452
|
-
});
|
|
453
|
-
}
|
|
454
|
-
export declare class CreateServerlessDBInstanceResponseBody extends $tea.Model {
|
|
455
|
-
DBInstanceId?: string;
|
|
456
|
-
orderId?: string;
|
|
457
|
-
requestId?: string;
|
|
458
|
-
static names(): {
|
|
459
|
-
[key: string]: string;
|
|
460
|
-
};
|
|
461
|
-
static types(): {
|
|
462
|
-
[key: string]: any;
|
|
463
|
-
};
|
|
464
|
-
constructor(map?: {
|
|
465
|
-
[key: string]: any;
|
|
466
|
-
});
|
|
467
|
-
}
|
|
468
|
-
export declare class CreateServerlessDBInstanceResponse extends $tea.Model {
|
|
469
|
-
headers: {
|
|
470
|
-
[key: string]: string;
|
|
471
|
-
};
|
|
472
|
-
body: CreateServerlessDBInstanceResponseBody;
|
|
473
|
-
static names(): {
|
|
474
|
-
[key: string]: string;
|
|
475
|
-
};
|
|
476
|
-
static types(): {
|
|
477
|
-
[key: string]: any;
|
|
478
|
-
};
|
|
479
|
-
constructor(map?: {
|
|
480
|
-
[key: string]: any;
|
|
481
|
-
});
|
|
482
|
-
}
|
|
483
436
|
export declare class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
484
437
|
accountPassword?: string;
|
|
485
438
|
autoRenew?: string;
|
|
@@ -489,6 +442,7 @@ export declare class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
489
442
|
DBInstanceDescription?: string;
|
|
490
443
|
engine?: string;
|
|
491
444
|
engineVersion?: string;
|
|
445
|
+
hiddenZoneId?: string;
|
|
492
446
|
mongos?: CreateShardingDBInstanceRequestMongos[];
|
|
493
447
|
networkType?: string;
|
|
494
448
|
ownerAccount?: string;
|
|
@@ -501,6 +455,7 @@ export declare class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
501
455
|
resourceOwnerAccount?: string;
|
|
502
456
|
resourceOwnerId?: number;
|
|
503
457
|
restoreTime?: string;
|
|
458
|
+
secondaryZoneId?: string;
|
|
504
459
|
securityIPList?: string;
|
|
505
460
|
securityToken?: string;
|
|
506
461
|
srcDBInstanceId?: string;
|
|
@@ -536,6 +491,7 @@ export declare class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
|
536
491
|
headers: {
|
|
537
492
|
[key: string]: string;
|
|
538
493
|
};
|
|
494
|
+
statusCode: number;
|
|
539
495
|
body: CreateShardingDBInstanceResponseBody;
|
|
540
496
|
static names(): {
|
|
541
497
|
[key: string]: string;
|
|
@@ -581,6 +537,7 @@ export declare class DeleteDBInstanceResponse extends $tea.Model {
|
|
|
581
537
|
headers: {
|
|
582
538
|
[key: string]: string;
|
|
583
539
|
};
|
|
540
|
+
statusCode: number;
|
|
584
541
|
body: DeleteDBInstanceResponseBody;
|
|
585
542
|
static names(): {
|
|
586
543
|
[key: string]: string;
|
|
@@ -629,6 +586,7 @@ export declare class DeleteNodeResponse extends $tea.Model {
|
|
|
629
586
|
headers: {
|
|
630
587
|
[key: string]: string;
|
|
631
588
|
};
|
|
589
|
+
statusCode: number;
|
|
632
590
|
body: DeleteNodeResponseBody;
|
|
633
591
|
static names(): {
|
|
634
592
|
[key: string]: string;
|
|
@@ -675,6 +633,7 @@ export declare class DescribeAccountsResponse extends $tea.Model {
|
|
|
675
633
|
headers: {
|
|
676
634
|
[key: string]: string;
|
|
677
635
|
};
|
|
636
|
+
statusCode: number;
|
|
678
637
|
body: DescribeAccountsResponseBody;
|
|
679
638
|
static names(): {
|
|
680
639
|
[key: string]: string;
|
|
@@ -721,6 +680,7 @@ export declare class DescribeActiveOperationTaskCountResponse extends $tea.Model
|
|
|
721
680
|
headers: {
|
|
722
681
|
[key: string]: string;
|
|
723
682
|
};
|
|
683
|
+
statusCode: number;
|
|
724
684
|
body: DescribeActiveOperationTaskCountResponseBody;
|
|
725
685
|
static names(): {
|
|
726
686
|
[key: string]: string;
|
|
@@ -767,6 +727,7 @@ export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model
|
|
|
767
727
|
headers: {
|
|
768
728
|
[key: string]: string;
|
|
769
729
|
};
|
|
730
|
+
statusCode: number;
|
|
770
731
|
body: DescribeActiveOperationTaskTypeResponseBody;
|
|
771
732
|
static names(): {
|
|
772
733
|
[key: string]: string;
|
|
@@ -814,6 +775,7 @@ export declare class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
|
814
775
|
headers: {
|
|
815
776
|
[key: string]: string;
|
|
816
777
|
};
|
|
778
|
+
statusCode: number;
|
|
817
779
|
body: DescribeAuditLogFilterResponseBody;
|
|
818
780
|
static names(): {
|
|
819
781
|
[key: string]: string;
|
|
@@ -859,6 +821,7 @@ export declare class DescribeAuditPolicyResponse extends $tea.Model {
|
|
|
859
821
|
headers: {
|
|
860
822
|
[key: string]: string;
|
|
861
823
|
};
|
|
824
|
+
statusCode: number;
|
|
862
825
|
body: DescribeAuditPolicyResponseBody;
|
|
863
826
|
static names(): {
|
|
864
827
|
[key: string]: string;
|
|
@@ -917,6 +880,7 @@ export declare class DescribeAuditRecordsResponse extends $tea.Model {
|
|
|
917
880
|
headers: {
|
|
918
881
|
[key: string]: string;
|
|
919
882
|
};
|
|
883
|
+
statusCode: number;
|
|
920
884
|
body: DescribeAuditRecordsResponseBody;
|
|
921
885
|
static names(): {
|
|
922
886
|
[key: string]: string;
|
|
@@ -962,6 +926,7 @@ export declare class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
|
962
926
|
headers: {
|
|
963
927
|
[key: string]: string;
|
|
964
928
|
};
|
|
929
|
+
statusCode: number;
|
|
965
930
|
body: DescribeAvailableEngineVersionResponseBody;
|
|
966
931
|
static names(): {
|
|
967
932
|
[key: string]: string;
|
|
@@ -1011,6 +976,7 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1011
976
|
headers: {
|
|
1012
977
|
[key: string]: string;
|
|
1013
978
|
};
|
|
979
|
+
statusCode: number;
|
|
1014
980
|
body: DescribeAvailableResourceResponseBody;
|
|
1015
981
|
static names(): {
|
|
1016
982
|
[key: string]: string;
|
|
@@ -1064,6 +1030,7 @@ export declare class DescribeBackupDBsResponse extends $tea.Model {
|
|
|
1064
1030
|
headers: {
|
|
1065
1031
|
[key: string]: string;
|
|
1066
1032
|
};
|
|
1033
|
+
statusCode: number;
|
|
1067
1034
|
body: DescribeBackupDBsResponseBody;
|
|
1068
1035
|
static names(): {
|
|
1069
1036
|
[key: string]: string;
|
|
@@ -1113,6 +1080,7 @@ export declare class DescribeBackupPolicyResponse extends $tea.Model {
|
|
|
1113
1080
|
headers: {
|
|
1114
1081
|
[key: string]: string;
|
|
1115
1082
|
};
|
|
1083
|
+
statusCode: number;
|
|
1116
1084
|
body: DescribeBackupPolicyResponseBody;
|
|
1117
1085
|
static names(): {
|
|
1118
1086
|
[key: string]: string;
|
|
@@ -1167,6 +1135,7 @@ export declare class DescribeBackupsResponse extends $tea.Model {
|
|
|
1167
1135
|
headers: {
|
|
1168
1136
|
[key: string]: string;
|
|
1169
1137
|
};
|
|
1138
|
+
statusCode: number;
|
|
1170
1139
|
body: DescribeBackupsResponseBody;
|
|
1171
1140
|
static names(): {
|
|
1172
1141
|
[key: string]: string;
|
|
@@ -1214,6 +1183,7 @@ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
|
1214
1183
|
headers: {
|
|
1215
1184
|
[key: string]: string;
|
|
1216
1185
|
};
|
|
1186
|
+
statusCode: number;
|
|
1217
1187
|
body: DescribeDBInstanceAttributeResponseBody;
|
|
1218
1188
|
static names(): {
|
|
1219
1189
|
[key: string]: string;
|
|
@@ -1267,6 +1237,7 @@ export declare class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model
|
|
|
1267
1237
|
headers: {
|
|
1268
1238
|
[key: string]: string;
|
|
1269
1239
|
};
|
|
1240
|
+
statusCode: number;
|
|
1270
1241
|
body: DescribeDBInstanceEncryptionKeyResponseBody;
|
|
1271
1242
|
static names(): {
|
|
1272
1243
|
[key: string]: string;
|
|
@@ -1312,6 +1283,7 @@ export declare class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
|
1312
1283
|
headers: {
|
|
1313
1284
|
[key: string]: string;
|
|
1314
1285
|
};
|
|
1286
|
+
statusCode: number;
|
|
1315
1287
|
body: DescribeDBInstanceMonitorResponseBody;
|
|
1316
1288
|
static names(): {
|
|
1317
1289
|
[key: string]: string;
|
|
@@ -1365,6 +1337,7 @@ export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
|
1365
1337
|
headers: {
|
|
1366
1338
|
[key: string]: string;
|
|
1367
1339
|
};
|
|
1340
|
+
statusCode: number;
|
|
1368
1341
|
body: DescribeDBInstancePerformanceResponseBody;
|
|
1369
1342
|
static names(): {
|
|
1370
1343
|
[key: string]: string;
|
|
@@ -1412,6 +1385,7 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
|
1412
1385
|
headers: {
|
|
1413
1386
|
[key: string]: string;
|
|
1414
1387
|
};
|
|
1388
|
+
statusCode: number;
|
|
1415
1389
|
body: DescribeDBInstanceSSLResponseBody;
|
|
1416
1390
|
static names(): {
|
|
1417
1391
|
[key: string]: string;
|
|
@@ -1457,6 +1431,7 @@ export declare class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
|
1457
1431
|
headers: {
|
|
1458
1432
|
[key: string]: string;
|
|
1459
1433
|
};
|
|
1434
|
+
statusCode: number;
|
|
1460
1435
|
body: DescribeDBInstanceTDEInfoResponseBody;
|
|
1461
1436
|
static names(): {
|
|
1462
1437
|
[key: string]: string;
|
|
@@ -1525,6 +1500,7 @@ export declare class DescribeDBInstancesResponse extends $tea.Model {
|
|
|
1525
1500
|
headers: {
|
|
1526
1501
|
[key: string]: string;
|
|
1527
1502
|
};
|
|
1503
|
+
statusCode: number;
|
|
1528
1504
|
body: DescribeDBInstancesResponseBody;
|
|
1529
1505
|
static names(): {
|
|
1530
1506
|
[key: string]: string;
|
|
@@ -1582,6 +1558,7 @@ export declare class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
|
1582
1558
|
headers: {
|
|
1583
1559
|
[key: string]: string;
|
|
1584
1560
|
};
|
|
1561
|
+
statusCode: number;
|
|
1585
1562
|
body: DescribeDBInstancesOverviewResponseBody;
|
|
1586
1563
|
static names(): {
|
|
1587
1564
|
[key: string]: string;
|
|
@@ -1640,6 +1617,7 @@ export declare class DescribeDedicatedClusterInstanceListResponse extends $tea.M
|
|
|
1640
1617
|
headers: {
|
|
1641
1618
|
[key: string]: string;
|
|
1642
1619
|
};
|
|
1620
|
+
statusCode: number;
|
|
1643
1621
|
body: DescribeDedicatedClusterInstanceListResponseBody;
|
|
1644
1622
|
static names(): {
|
|
1645
1623
|
[key: string]: string;
|
|
@@ -1697,6 +1675,7 @@ export declare class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
|
1697
1675
|
headers: {
|
|
1698
1676
|
[key: string]: string;
|
|
1699
1677
|
};
|
|
1678
|
+
statusCode: number;
|
|
1700
1679
|
body: DescribeErrorLogRecordsResponseBody;
|
|
1701
1680
|
static names(): {
|
|
1702
1681
|
[key: string]: string;
|
|
@@ -1749,6 +1728,7 @@ export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.M
|
|
|
1749
1728
|
headers: {
|
|
1750
1729
|
[key: string]: string;
|
|
1751
1730
|
};
|
|
1731
|
+
statusCode: number;
|
|
1752
1732
|
body: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
1753
1733
|
static names(): {
|
|
1754
1734
|
[key: string]: string;
|
|
@@ -1794,6 +1774,7 @@ export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
|
1794
1774
|
headers: {
|
|
1795
1775
|
[key: string]: string;
|
|
1796
1776
|
};
|
|
1777
|
+
statusCode: number;
|
|
1797
1778
|
body: DescribeKernelReleaseNotesResponseBody;
|
|
1798
1779
|
static names(): {
|
|
1799
1780
|
[key: string]: string;
|
|
@@ -1849,6 +1830,7 @@ export declare class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
|
1849
1830
|
headers: {
|
|
1850
1831
|
[key: string]: string;
|
|
1851
1832
|
};
|
|
1833
|
+
statusCode: number;
|
|
1852
1834
|
body: DescribeMongoDBLogConfigResponseBody;
|
|
1853
1835
|
static names(): {
|
|
1854
1836
|
[key: string]: string;
|
|
@@ -1898,6 +1880,7 @@ export declare class DescribeParameterModificationHistoryResponse extends $tea.M
|
|
|
1898
1880
|
headers: {
|
|
1899
1881
|
[key: string]: string;
|
|
1900
1882
|
};
|
|
1883
|
+
statusCode: number;
|
|
1901
1884
|
body: DescribeParameterModificationHistoryResponseBody;
|
|
1902
1885
|
static names(): {
|
|
1903
1886
|
[key: string]: string;
|
|
@@ -1948,6 +1931,7 @@ export declare class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
|
1948
1931
|
headers: {
|
|
1949
1932
|
[key: string]: string;
|
|
1950
1933
|
};
|
|
1934
|
+
statusCode: number;
|
|
1951
1935
|
body: DescribeParameterTemplatesResponseBody;
|
|
1952
1936
|
static names(): {
|
|
1953
1937
|
[key: string]: string;
|
|
@@ -1998,6 +1982,7 @@ export declare class DescribeParametersResponse extends $tea.Model {
|
|
|
1998
1982
|
headers: {
|
|
1999
1983
|
[key: string]: string;
|
|
2000
1984
|
};
|
|
1985
|
+
statusCode: number;
|
|
2001
1986
|
body: DescribeParametersResponseBody;
|
|
2002
1987
|
static names(): {
|
|
2003
1988
|
[key: string]: string;
|
|
@@ -2055,6 +2040,7 @@ export declare class DescribePriceResponse extends $tea.Model {
|
|
|
2055
2040
|
headers: {
|
|
2056
2041
|
[key: string]: string;
|
|
2057
2042
|
};
|
|
2043
|
+
statusCode: number;
|
|
2058
2044
|
body: DescribePriceResponseBody;
|
|
2059
2045
|
static names(): {
|
|
2060
2046
|
[key: string]: string;
|
|
@@ -2101,6 +2087,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2101
2087
|
headers: {
|
|
2102
2088
|
[key: string]: string;
|
|
2103
2089
|
};
|
|
2090
|
+
statusCode: number;
|
|
2104
2091
|
body: DescribeRegionsResponseBody;
|
|
2105
2092
|
static names(): {
|
|
2106
2093
|
[key: string]: string;
|
|
@@ -2150,6 +2137,7 @@ export declare class DescribeRenewalPriceResponse extends $tea.Model {
|
|
|
2150
2137
|
headers: {
|
|
2151
2138
|
[key: string]: string;
|
|
2152
2139
|
};
|
|
2140
|
+
statusCode: number;
|
|
2153
2141
|
body: DescribeRenewalPriceResponseBody;
|
|
2154
2142
|
static names(): {
|
|
2155
2143
|
[key: string]: string;
|
|
@@ -2196,6 +2184,7 @@ export declare class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
|
2196
2184
|
headers: {
|
|
2197
2185
|
[key: string]: string;
|
|
2198
2186
|
};
|
|
2187
|
+
statusCode: number;
|
|
2199
2188
|
body: DescribeReplicaSetRoleResponseBody;
|
|
2200
2189
|
static names(): {
|
|
2201
2190
|
[key: string]: string;
|
|
@@ -2241,6 +2230,7 @@ export declare class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
|
2241
2230
|
headers: {
|
|
2242
2231
|
[key: string]: string;
|
|
2243
2232
|
};
|
|
2233
|
+
statusCode: number;
|
|
2244
2234
|
body: DescribeRoleZoneInfoResponseBody;
|
|
2245
2235
|
static names(): {
|
|
2246
2236
|
[key: string]: string;
|
|
@@ -2300,6 +2290,7 @@ export declare class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
|
2300
2290
|
headers: {
|
|
2301
2291
|
[key: string]: string;
|
|
2302
2292
|
};
|
|
2293
|
+
statusCode: number;
|
|
2303
2294
|
body: DescribeRunningLogRecordsResponseBody;
|
|
2304
2295
|
static names(): {
|
|
2305
2296
|
[key: string]: string;
|
|
@@ -2345,6 +2336,7 @@ export declare class DescribeSecurityGroupConfigurationResponse extends $tea.Mod
|
|
|
2345
2336
|
headers: {
|
|
2346
2337
|
[key: string]: string;
|
|
2347
2338
|
};
|
|
2339
|
+
statusCode: number;
|
|
2348
2340
|
body: DescribeSecurityGroupConfigurationResponseBody;
|
|
2349
2341
|
static names(): {
|
|
2350
2342
|
[key: string]: string;
|
|
@@ -2391,6 +2383,7 @@ export declare class DescribeSecurityIpsResponse extends $tea.Model {
|
|
|
2391
2383
|
headers: {
|
|
2392
2384
|
[key: string]: string;
|
|
2393
2385
|
};
|
|
2386
|
+
statusCode: number;
|
|
2394
2387
|
body: DescribeSecurityIpsResponseBody;
|
|
2395
2388
|
static names(): {
|
|
2396
2389
|
[key: string]: string;
|
|
@@ -2438,6 +2431,7 @@ export declare class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
|
2438
2431
|
headers: {
|
|
2439
2432
|
[key: string]: string;
|
|
2440
2433
|
};
|
|
2434
|
+
statusCode: number;
|
|
2441
2435
|
body: DescribeShardingNetworkAddressResponseBody;
|
|
2442
2436
|
static names(): {
|
|
2443
2437
|
[key: string]: string;
|
|
@@ -2495,6 +2489,7 @@ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
|
2495
2489
|
headers: {
|
|
2496
2490
|
[key: string]: string;
|
|
2497
2491
|
};
|
|
2492
|
+
statusCode: number;
|
|
2498
2493
|
body: DescribeSlowLogRecordsResponseBody;
|
|
2499
2494
|
static names(): {
|
|
2500
2495
|
[key: string]: string;
|
|
@@ -2543,6 +2538,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
|
|
|
2543
2538
|
headers: {
|
|
2544
2539
|
[key: string]: string;
|
|
2545
2540
|
};
|
|
2541
|
+
statusCode: number;
|
|
2546
2542
|
body: DescribeTagsResponseBody;
|
|
2547
2543
|
static names(): {
|
|
2548
2544
|
[key: string]: string;
|
|
@@ -2589,6 +2585,7 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
|
2589
2585
|
headers: {
|
|
2590
2586
|
[key: string]: string;
|
|
2591
2587
|
};
|
|
2588
|
+
statusCode: number;
|
|
2592
2589
|
body: DescribeUserEncryptionKeyListResponseBody;
|
|
2593
2590
|
static names(): {
|
|
2594
2591
|
[key: string]: string;
|
|
@@ -2636,6 +2633,7 @@ export declare class DestroyInstanceResponse extends $tea.Model {
|
|
|
2636
2633
|
headers: {
|
|
2637
2634
|
[key: string]: string;
|
|
2638
2635
|
};
|
|
2636
|
+
statusCode: number;
|
|
2639
2637
|
body: DestroyInstanceResponseBody;
|
|
2640
2638
|
static names(): {
|
|
2641
2639
|
[key: string]: string;
|
|
@@ -2691,6 +2689,7 @@ export declare class EvaluateResourceResponse extends $tea.Model {
|
|
|
2691
2689
|
headers: {
|
|
2692
2690
|
[key: string]: string;
|
|
2693
2691
|
};
|
|
2692
|
+
statusCode: number;
|
|
2694
2693
|
body: EvaluateResourceResponseBody;
|
|
2695
2694
|
static names(): {
|
|
2696
2695
|
[key: string]: string;
|
|
@@ -2740,6 +2739,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2740
2739
|
headers: {
|
|
2741
2740
|
[key: string]: string;
|
|
2742
2741
|
};
|
|
2742
|
+
statusCode: number;
|
|
2743
2743
|
body: ListTagResourcesResponseBody;
|
|
2744
2744
|
static names(): {
|
|
2745
2745
|
[key: string]: string;
|
|
@@ -2786,6 +2786,7 @@ export declare class MigrateAvailableZoneResponse extends $tea.Model {
|
|
|
2786
2786
|
headers: {
|
|
2787
2787
|
[key: string]: string;
|
|
2788
2788
|
};
|
|
2789
|
+
statusCode: number;
|
|
2789
2790
|
body: MigrateAvailableZoneResponseBody;
|
|
2790
2791
|
static names(): {
|
|
2791
2792
|
[key: string]: string;
|
|
@@ -2832,6 +2833,7 @@ export declare class MigrateToOtherZoneResponse extends $tea.Model {
|
|
|
2832
2833
|
headers: {
|
|
2833
2834
|
[key: string]: string;
|
|
2834
2835
|
};
|
|
2836
|
+
statusCode: number;
|
|
2835
2837
|
body: MigrateToOtherZoneResponseBody;
|
|
2836
2838
|
static names(): {
|
|
2837
2839
|
[key: string]: string;
|
|
@@ -2878,6 +2880,7 @@ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
|
2878
2880
|
headers: {
|
|
2879
2881
|
[key: string]: string;
|
|
2880
2882
|
};
|
|
2883
|
+
statusCode: number;
|
|
2881
2884
|
body: ModifyAccountDescriptionResponseBody;
|
|
2882
2885
|
static names(): {
|
|
2883
2886
|
[key: string]: string;
|
|
@@ -2924,6 +2927,7 @@ export declare class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
|
2924
2927
|
headers: {
|
|
2925
2928
|
[key: string]: string;
|
|
2926
2929
|
};
|
|
2930
|
+
statusCode: number;
|
|
2927
2931
|
body: ModifyAuditLogFilterResponseBody;
|
|
2928
2932
|
static names(): {
|
|
2929
2933
|
[key: string]: string;
|
|
@@ -2972,6 +2976,7 @@ export declare class ModifyAuditPolicyResponse extends $tea.Model {
|
|
|
2972
2976
|
headers: {
|
|
2973
2977
|
[key: string]: string;
|
|
2974
2978
|
};
|
|
2979
|
+
statusCode: number;
|
|
2975
2980
|
body: ModifyAuditPolicyResponseBody;
|
|
2976
2981
|
static names(): {
|
|
2977
2982
|
[key: string]: string;
|
|
@@ -3021,6 +3026,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
3021
3026
|
headers: {
|
|
3022
3027
|
[key: string]: string;
|
|
3023
3028
|
};
|
|
3029
|
+
statusCode: number;
|
|
3024
3030
|
body: ModifyBackupPolicyResponseBody;
|
|
3025
3031
|
static names(): {
|
|
3026
3032
|
[key: string]: string;
|
|
@@ -3068,6 +3074,7 @@ export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model
|
|
|
3068
3074
|
headers: {
|
|
3069
3075
|
[key: string]: string;
|
|
3070
3076
|
};
|
|
3077
|
+
statusCode: number;
|
|
3071
3078
|
body: ModifyDBInstanceConnectionStringResponseBody;
|
|
3072
3079
|
static names(): {
|
|
3073
3080
|
[key: string]: string;
|
|
@@ -3114,6 +3121,7 @@ export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
|
3114
3121
|
headers: {
|
|
3115
3122
|
[key: string]: string;
|
|
3116
3123
|
};
|
|
3124
|
+
statusCode: number;
|
|
3117
3125
|
body: ModifyDBInstanceDescriptionResponseBody;
|
|
3118
3126
|
static names(): {
|
|
3119
3127
|
[key: string]: string;
|
|
@@ -3160,6 +3168,7 @@ export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
|
3160
3168
|
headers: {
|
|
3161
3169
|
[key: string]: string;
|
|
3162
3170
|
};
|
|
3171
|
+
statusCode: number;
|
|
3163
3172
|
body: ModifyDBInstanceMaintainTimeResponseBody;
|
|
3164
3173
|
static names(): {
|
|
3165
3174
|
[key: string]: string;
|
|
@@ -3205,6 +3214,7 @@ export declare class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
|
3205
3214
|
headers: {
|
|
3206
3215
|
[key: string]: string;
|
|
3207
3216
|
};
|
|
3217
|
+
statusCode: number;
|
|
3208
3218
|
body: ModifyDBInstanceMonitorResponseBody;
|
|
3209
3219
|
static names(): {
|
|
3210
3220
|
[key: string]: string;
|
|
@@ -3251,6 +3261,7 @@ export declare class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
|
3251
3261
|
headers: {
|
|
3252
3262
|
[key: string]: string;
|
|
3253
3263
|
};
|
|
3264
|
+
statusCode: number;
|
|
3254
3265
|
body: ModifyDBInstanceNetExpireTimeResponseBody;
|
|
3255
3266
|
static names(): {
|
|
3256
3267
|
[key: string]: string;
|
|
@@ -3300,6 +3311,7 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
3300
3311
|
headers: {
|
|
3301
3312
|
[key: string]: string;
|
|
3302
3313
|
};
|
|
3314
|
+
statusCode: number;
|
|
3303
3315
|
body: ModifyDBInstanceNetworkTypeResponseBody;
|
|
3304
3316
|
static names(): {
|
|
3305
3317
|
[key: string]: string;
|
|
@@ -3313,6 +3325,7 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
3313
3325
|
}
|
|
3314
3326
|
export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
3315
3327
|
DBInstanceId?: string;
|
|
3328
|
+
disableTlsProtocol?: string;
|
|
3316
3329
|
ownerAccount?: string;
|
|
3317
3330
|
ownerId?: number;
|
|
3318
3331
|
resourceOwnerAccount?: string;
|
|
@@ -3345,6 +3358,7 @@ export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
|
3345
3358
|
headers: {
|
|
3346
3359
|
[key: string]: string;
|
|
3347
3360
|
};
|
|
3361
|
+
statusCode: number;
|
|
3348
3362
|
body: ModifyDBInstanceSSLResponseBody;
|
|
3349
3363
|
static names(): {
|
|
3350
3364
|
[key: string]: string;
|
|
@@ -3399,6 +3413,7 @@ export declare class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
|
3399
3413
|
headers: {
|
|
3400
3414
|
[key: string]: string;
|
|
3401
3415
|
};
|
|
3416
|
+
statusCode: number;
|
|
3402
3417
|
body: ModifyDBInstanceSpecResponseBody;
|
|
3403
3418
|
static names(): {
|
|
3404
3419
|
[key: string]: string;
|
|
@@ -3447,6 +3462,7 @@ export declare class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
|
3447
3462
|
headers: {
|
|
3448
3463
|
[key: string]: string;
|
|
3449
3464
|
};
|
|
3465
|
+
statusCode: number;
|
|
3450
3466
|
body: ModifyDBInstanceTDEResponseBody;
|
|
3451
3467
|
static names(): {
|
|
3452
3468
|
[key: string]: string;
|
|
@@ -3494,6 +3510,7 @@ export declare class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Mod
|
|
|
3494
3510
|
headers: {
|
|
3495
3511
|
[key: string]: string;
|
|
3496
3512
|
};
|
|
3513
|
+
statusCode: number;
|
|
3497
3514
|
body: ModifyInstanceAutoRenewalAttributeResponseBody;
|
|
3498
3515
|
static names(): {
|
|
3499
3516
|
[key: string]: string;
|
|
@@ -3540,6 +3557,7 @@ export declare class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
|
3540
3557
|
headers: {
|
|
3541
3558
|
[key: string]: string;
|
|
3542
3559
|
};
|
|
3560
|
+
statusCode: number;
|
|
3543
3561
|
body: ModifyInstanceVpcAuthModeResponseBody;
|
|
3544
3562
|
static names(): {
|
|
3545
3563
|
[key: string]: string;
|
|
@@ -3597,6 +3615,7 @@ export declare class ModifyNodeSpecResponse extends $tea.Model {
|
|
|
3597
3615
|
headers: {
|
|
3598
3616
|
[key: string]: string;
|
|
3599
3617
|
};
|
|
3618
|
+
statusCode: number;
|
|
3600
3619
|
body: ModifyNodeSpecResponseBody;
|
|
3601
3620
|
static names(): {
|
|
3602
3621
|
[key: string]: string;
|
|
@@ -3650,6 +3669,7 @@ export declare class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
|
3650
3669
|
headers: {
|
|
3651
3670
|
[key: string]: string;
|
|
3652
3671
|
};
|
|
3672
|
+
statusCode: number;
|
|
3653
3673
|
body: ModifyNodeSpecBatchResponseBody;
|
|
3654
3674
|
static names(): {
|
|
3655
3675
|
[key: string]: string;
|
|
@@ -3668,6 +3688,7 @@ export declare class ModifyParametersRequest extends $tea.Model {
|
|
|
3668
3688
|
ownerAccount?: string;
|
|
3669
3689
|
ownerId?: number;
|
|
3670
3690
|
parameters?: string;
|
|
3691
|
+
regionId?: string;
|
|
3671
3692
|
resourceOwnerAccount?: string;
|
|
3672
3693
|
resourceOwnerId?: number;
|
|
3673
3694
|
securityToken?: string;
|
|
@@ -3697,6 +3718,7 @@ export declare class ModifyParametersResponse extends $tea.Model {
|
|
|
3697
3718
|
headers: {
|
|
3698
3719
|
[key: string]: string;
|
|
3699
3720
|
};
|
|
3721
|
+
statusCode: number;
|
|
3700
3722
|
body: ModifyParametersResponseBody;
|
|
3701
3723
|
static names(): {
|
|
3702
3724
|
[key: string]: string;
|
|
@@ -3743,6 +3765,7 @@ export declare class ModifyResourceGroupResponse extends $tea.Model {
|
|
|
3743
3765
|
headers: {
|
|
3744
3766
|
[key: string]: string;
|
|
3745
3767
|
};
|
|
3768
|
+
statusCode: number;
|
|
3746
3769
|
body: ModifyResourceGroupResponseBody;
|
|
3747
3770
|
static names(): {
|
|
3748
3771
|
[key: string]: string;
|
|
@@ -3788,6 +3811,7 @@ export declare class ModifySecurityGroupConfigurationResponse extends $tea.Model
|
|
|
3788
3811
|
headers: {
|
|
3789
3812
|
[key: string]: string;
|
|
3790
3813
|
};
|
|
3814
|
+
statusCode: number;
|
|
3791
3815
|
body: ModifySecurityGroupConfigurationResponseBody;
|
|
3792
3816
|
static names(): {
|
|
3793
3817
|
[key: string]: string;
|
|
@@ -3836,6 +3860,7 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
3836
3860
|
headers: {
|
|
3837
3861
|
[key: string]: string;
|
|
3838
3862
|
};
|
|
3863
|
+
statusCode: number;
|
|
3839
3864
|
body: ModifySecurityIpsResponseBody;
|
|
3840
3865
|
static names(): {
|
|
3841
3866
|
[key: string]: string;
|
|
@@ -3882,6 +3907,7 @@ export declare class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model
|
|
|
3882
3907
|
headers: {
|
|
3883
3908
|
[key: string]: string;
|
|
3884
3909
|
};
|
|
3910
|
+
statusCode: number;
|
|
3885
3911
|
body: ReleaseNodePrivateNetworkAddressResponseBody;
|
|
3886
3912
|
static names(): {
|
|
3887
3913
|
[key: string]: string;
|
|
@@ -3927,6 +3953,7 @@ export declare class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
|
3927
3953
|
headers: {
|
|
3928
3954
|
[key: string]: string;
|
|
3929
3955
|
};
|
|
3956
|
+
statusCode: number;
|
|
3930
3957
|
body: ReleasePublicNetworkAddressResponseBody;
|
|
3931
3958
|
static names(): {
|
|
3932
3959
|
[key: string]: string;
|
|
@@ -3977,6 +4004,7 @@ export declare class RenewDBInstanceResponse extends $tea.Model {
|
|
|
3977
4004
|
headers: {
|
|
3978
4005
|
[key: string]: string;
|
|
3979
4006
|
};
|
|
4007
|
+
statusCode: number;
|
|
3980
4008
|
body: RenewDBInstanceResponseBody;
|
|
3981
4009
|
static names(): {
|
|
3982
4010
|
[key: string]: string;
|
|
@@ -4023,6 +4051,7 @@ export declare class ResetAccountPasswordResponse extends $tea.Model {
|
|
|
4023
4051
|
headers: {
|
|
4024
4052
|
[key: string]: string;
|
|
4025
4053
|
};
|
|
4054
|
+
statusCode: number;
|
|
4026
4055
|
body: ResetAccountPasswordResponseBody;
|
|
4027
4056
|
static names(): {
|
|
4028
4057
|
[key: string]: string;
|
|
@@ -4068,6 +4097,7 @@ export declare class RestartDBInstanceResponse extends $tea.Model {
|
|
|
4068
4097
|
headers: {
|
|
4069
4098
|
[key: string]: string;
|
|
4070
4099
|
};
|
|
4100
|
+
statusCode: number;
|
|
4071
4101
|
body: RestartDBInstanceResponseBody;
|
|
4072
4102
|
static names(): {
|
|
4073
4103
|
[key: string]: string;
|
|
@@ -4113,6 +4143,7 @@ export declare class RestoreDBInstanceResponse extends $tea.Model {
|
|
|
4113
4143
|
headers: {
|
|
4114
4144
|
[key: string]: string;
|
|
4115
4145
|
};
|
|
4146
|
+
statusCode: number;
|
|
4116
4147
|
body: RestoreDBInstanceResponseBody;
|
|
4117
4148
|
static names(): {
|
|
4118
4149
|
[key: string]: string;
|
|
@@ -4160,6 +4191,7 @@ export declare class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
|
4160
4191
|
headers: {
|
|
4161
4192
|
[key: string]: string;
|
|
4162
4193
|
};
|
|
4194
|
+
statusCode: number;
|
|
4163
4195
|
body: SwitchDBInstanceHAResponseBody;
|
|
4164
4196
|
static names(): {
|
|
4165
4197
|
[key: string]: string;
|
|
@@ -4207,6 +4239,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
4207
4239
|
headers: {
|
|
4208
4240
|
[key: string]: string;
|
|
4209
4241
|
};
|
|
4242
|
+
statusCode: number;
|
|
4210
4243
|
body: TagResourcesResponseBody;
|
|
4211
4244
|
static names(): {
|
|
4212
4245
|
[key: string]: string;
|
|
@@ -4257,6 +4290,7 @@ export declare class TransformToPrePaidResponse extends $tea.Model {
|
|
|
4257
4290
|
headers: {
|
|
4258
4291
|
[key: string]: string;
|
|
4259
4292
|
};
|
|
4293
|
+
statusCode: number;
|
|
4260
4294
|
body: TransformToPrePaidResponseBody;
|
|
4261
4295
|
static names(): {
|
|
4262
4296
|
[key: string]: string;
|
|
@@ -4305,6 +4339,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
4305
4339
|
headers: {
|
|
4306
4340
|
[key: string]: string;
|
|
4307
4341
|
};
|
|
4342
|
+
statusCode: number;
|
|
4308
4343
|
body: UntagResourcesResponseBody;
|
|
4309
4344
|
static names(): {
|
|
4310
4345
|
[key: string]: string;
|
|
@@ -4350,6 +4385,7 @@ export declare class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
|
4350
4385
|
headers: {
|
|
4351
4386
|
[key: string]: string;
|
|
4352
4387
|
};
|
|
4388
|
+
statusCode: number;
|
|
4353
4389
|
body: UpgradeDBInstanceEngineVersionResponseBody;
|
|
4354
4390
|
static names(): {
|
|
4355
4391
|
[key: string]: string;
|
|
@@ -4394,6 +4430,7 @@ export declare class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
|
4394
4430
|
headers: {
|
|
4395
4431
|
[key: string]: string;
|
|
4396
4432
|
};
|
|
4433
|
+
statusCode: number;
|
|
4397
4434
|
body: UpgradeDBInstanceKernelVersionResponseBody;
|
|
4398
4435
|
static names(): {
|
|
4399
4436
|
[key: string]: string;
|
|
@@ -4531,7 +4568,22 @@ export declare class DescribeAvailableEngineVersionResponseBodyEngineVersions ex
|
|
|
4531
4568
|
[key: string]: any;
|
|
4532
4569
|
});
|
|
4533
4570
|
}
|
|
4571
|
+
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange extends $tea.Model {
|
|
4572
|
+
max?: number;
|
|
4573
|
+
min?: number;
|
|
4574
|
+
step?: number;
|
|
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
|
+
}
|
|
4534
4585
|
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResource extends $tea.Model {
|
|
4586
|
+
DBInstanceStorageRange?: DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange;
|
|
4535
4587
|
instanceClass?: string;
|
|
4536
4588
|
instanceClassRemark?: string;
|
|
4537
4589
|
static names(): {
|
|
@@ -4911,6 +4963,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
|
|
|
4911
4963
|
engine?: string;
|
|
4912
4964
|
engineVersion?: string;
|
|
4913
4965
|
expireTime?: string;
|
|
4966
|
+
hiddenZoneId?: string;
|
|
4914
4967
|
kindCode?: string;
|
|
4915
4968
|
lastDowngradeTime?: string;
|
|
4916
4969
|
lockMode?: string;
|
|
@@ -4928,6 +4981,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
|
|
|
4928
4981
|
replicaSets?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceReplicaSets;
|
|
4929
4982
|
replicationFactor?: string;
|
|
4930
4983
|
resourceGroupId?: string;
|
|
4984
|
+
secondaryZoneId?: string;
|
|
4931
4985
|
shardList?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceShardList;
|
|
4932
4986
|
storageEngine?: string;
|
|
4933
4987
|
tags?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceTags;
|
|
@@ -5116,6 +5170,7 @@ export declare class DescribeDBInstancesResponseBodyDBInstancesDBInstance extend
|
|
|
5116
5170
|
engine?: string;
|
|
5117
5171
|
engineVersion?: string;
|
|
5118
5172
|
expireTime?: string;
|
|
5173
|
+
hiddenZoneId?: string;
|
|
5119
5174
|
kindCode?: string;
|
|
5120
5175
|
lastDowngradeTime?: string;
|
|
5121
5176
|
lockMode?: string;
|
|
@@ -5124,7 +5179,9 @@ export declare class DescribeDBInstancesResponseBodyDBInstancesDBInstance extend
|
|
|
5124
5179
|
regionId?: string;
|
|
5125
5180
|
replicationFactor?: string;
|
|
5126
5181
|
resourceGroupId?: string;
|
|
5182
|
+
secondaryZoneId?: string;
|
|
5127
5183
|
shardList?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceShardList;
|
|
5184
|
+
storageType?: string;
|
|
5128
5185
|
tags?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceTags;
|
|
5129
5186
|
vpcAuthMode?: string;
|
|
5130
5187
|
zoneId?: string;
|
|
@@ -5622,6 +5679,7 @@ export declare class DescribePriceResponseBodySubOrders extends $tea.Model {
|
|
|
5622
5679
|
}
|
|
5623
5680
|
export declare class DescribeRegionsResponseBodyRegionsDdsRegionZonesZone extends $tea.Model {
|
|
5624
5681
|
vpcEnabled?: boolean;
|
|
5682
|
+
zoneId?: string;
|
|
5625
5683
|
zoneName?: string;
|
|
5626
5684
|
static names(): {
|
|
5627
5685
|
[key: string]: string;
|
|
@@ -6125,8 +6183,6 @@ export default class Client extends OpenApi {
|
|
|
6125
6183
|
createNode(request: CreateNodeRequest): Promise<CreateNodeResponse>;
|
|
6126
6184
|
createNodeBatchWithOptions(request: CreateNodeBatchRequest, runtime: $Util.RuntimeOptions): Promise<CreateNodeBatchResponse>;
|
|
6127
6185
|
createNodeBatch(request: CreateNodeBatchRequest): Promise<CreateNodeBatchResponse>;
|
|
6128
|
-
createServerlessDBInstanceWithOptions(request: CreateServerlessDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateServerlessDBInstanceResponse>;
|
|
6129
|
-
createServerlessDBInstance(request: CreateServerlessDBInstanceRequest): Promise<CreateServerlessDBInstanceResponse>;
|
|
6130
6186
|
createShardingDBInstanceWithOptions(request: CreateShardingDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateShardingDBInstanceResponse>;
|
|
6131
6187
|
createShardingDBInstance(request: CreateShardingDBInstanceRequest): Promise<CreateShardingDBInstanceResponse>;
|
|
6132
6188
|
deleteDBInstanceWithOptions(request: DeleteDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceResponse>;
|