@alicloud/dds20151201 1.0.6 → 3.6.7
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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +121 -207
- package/dist/client.js +253 -490
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +386 -614
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;
|
|
@@ -355,6 +362,7 @@ export declare class CreateNodeResponse extends $tea.Model {
|
|
|
355
362
|
headers: {
|
|
356
363
|
[key: string]: string;
|
|
357
364
|
};
|
|
365
|
+
statusCode: number;
|
|
358
366
|
body: CreateNodeResponseBody;
|
|
359
367
|
static names(): {
|
|
360
368
|
[key: string]: string;
|
|
@@ -407,6 +415,7 @@ export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
|
407
415
|
headers: {
|
|
408
416
|
[key: string]: string;
|
|
409
417
|
};
|
|
418
|
+
statusCode: number;
|
|
410
419
|
body: CreateNodeBatchResponseBody;
|
|
411
420
|
static names(): {
|
|
412
421
|
[key: string]: string;
|
|
@@ -418,53 +427,6 @@ export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
|
418
427
|
[key: string]: any;
|
|
419
428
|
});
|
|
420
429
|
}
|
|
421
|
-
export declare class CreateRecommendationTaskRequest extends $tea.Model {
|
|
422
|
-
endTime?: string;
|
|
423
|
-
instanceId?: string;
|
|
424
|
-
nodeId?: string;
|
|
425
|
-
ownerAccount?: string;
|
|
426
|
-
ownerId?: number;
|
|
427
|
-
resourceOwnerAccount?: string;
|
|
428
|
-
resourceOwnerId?: number;
|
|
429
|
-
securityToken?: string;
|
|
430
|
-
startTime?: string;
|
|
431
|
-
static names(): {
|
|
432
|
-
[key: string]: string;
|
|
433
|
-
};
|
|
434
|
-
static types(): {
|
|
435
|
-
[key: string]: any;
|
|
436
|
-
};
|
|
437
|
-
constructor(map?: {
|
|
438
|
-
[key: string]: any;
|
|
439
|
-
});
|
|
440
|
-
}
|
|
441
|
-
export declare class CreateRecommendationTaskResponseBody extends $tea.Model {
|
|
442
|
-
requestId?: string;
|
|
443
|
-
static names(): {
|
|
444
|
-
[key: string]: string;
|
|
445
|
-
};
|
|
446
|
-
static types(): {
|
|
447
|
-
[key: string]: any;
|
|
448
|
-
};
|
|
449
|
-
constructor(map?: {
|
|
450
|
-
[key: string]: any;
|
|
451
|
-
});
|
|
452
|
-
}
|
|
453
|
-
export declare class CreateRecommendationTaskResponse extends $tea.Model {
|
|
454
|
-
headers: {
|
|
455
|
-
[key: string]: string;
|
|
456
|
-
};
|
|
457
|
-
body: CreateRecommendationTaskResponseBody;
|
|
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
430
|
export declare class CreateServerlessDBInstanceRequest extends $tea.Model {
|
|
469
431
|
accountPassword?: string;
|
|
470
432
|
autoRenew?: string;
|
|
@@ -516,6 +478,7 @@ export declare class CreateServerlessDBInstanceResponse extends $tea.Model {
|
|
|
516
478
|
headers: {
|
|
517
479
|
[key: string]: string;
|
|
518
480
|
};
|
|
481
|
+
statusCode: number;
|
|
519
482
|
body: CreateServerlessDBInstanceResponseBody;
|
|
520
483
|
static names(): {
|
|
521
484
|
[key: string]: string;
|
|
@@ -583,6 +546,7 @@ export declare class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
|
583
546
|
headers: {
|
|
584
547
|
[key: string]: string;
|
|
585
548
|
};
|
|
549
|
+
statusCode: number;
|
|
586
550
|
body: CreateShardingDBInstanceResponseBody;
|
|
587
551
|
static names(): {
|
|
588
552
|
[key: string]: string;
|
|
@@ -628,6 +592,7 @@ export declare class DeleteDBInstanceResponse extends $tea.Model {
|
|
|
628
592
|
headers: {
|
|
629
593
|
[key: string]: string;
|
|
630
594
|
};
|
|
595
|
+
statusCode: number;
|
|
631
596
|
body: DeleteDBInstanceResponseBody;
|
|
632
597
|
static names(): {
|
|
633
598
|
[key: string]: string;
|
|
@@ -676,6 +641,7 @@ export declare class DeleteNodeResponse extends $tea.Model {
|
|
|
676
641
|
headers: {
|
|
677
642
|
[key: string]: string;
|
|
678
643
|
};
|
|
644
|
+
statusCode: number;
|
|
679
645
|
body: DeleteNodeResponseBody;
|
|
680
646
|
static names(): {
|
|
681
647
|
[key: string]: string;
|
|
@@ -722,6 +688,7 @@ export declare class DescribeAccountsResponse extends $tea.Model {
|
|
|
722
688
|
headers: {
|
|
723
689
|
[key: string]: string;
|
|
724
690
|
};
|
|
691
|
+
statusCode: number;
|
|
725
692
|
body: DescribeAccountsResponseBody;
|
|
726
693
|
static names(): {
|
|
727
694
|
[key: string]: string;
|
|
@@ -768,6 +735,7 @@ export declare class DescribeActiveOperationTaskCountResponse extends $tea.Model
|
|
|
768
735
|
headers: {
|
|
769
736
|
[key: string]: string;
|
|
770
737
|
};
|
|
738
|
+
statusCode: number;
|
|
771
739
|
body: DescribeActiveOperationTaskCountResponseBody;
|
|
772
740
|
static names(): {
|
|
773
741
|
[key: string]: string;
|
|
@@ -814,6 +782,7 @@ export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model
|
|
|
814
782
|
headers: {
|
|
815
783
|
[key: string]: string;
|
|
816
784
|
};
|
|
785
|
+
statusCode: number;
|
|
817
786
|
body: DescribeActiveOperationTaskTypeResponseBody;
|
|
818
787
|
static names(): {
|
|
819
788
|
[key: string]: string;
|
|
@@ -825,57 +794,6 @@ export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model
|
|
|
825
794
|
[key: string]: any;
|
|
826
795
|
});
|
|
827
796
|
}
|
|
828
|
-
export declare class DescribeAuditFilesRequest extends $tea.Model {
|
|
829
|
-
DBInstanceId?: string;
|
|
830
|
-
nodeId?: string;
|
|
831
|
-
ownerAccount?: string;
|
|
832
|
-
ownerId?: number;
|
|
833
|
-
pageNumber?: number;
|
|
834
|
-
pageSize?: number;
|
|
835
|
-
resourceOwnerAccount?: string;
|
|
836
|
-
resourceOwnerId?: number;
|
|
837
|
-
securityToken?: string;
|
|
838
|
-
static names(): {
|
|
839
|
-
[key: string]: string;
|
|
840
|
-
};
|
|
841
|
-
static types(): {
|
|
842
|
-
[key: string]: any;
|
|
843
|
-
};
|
|
844
|
-
constructor(map?: {
|
|
845
|
-
[key: string]: any;
|
|
846
|
-
});
|
|
847
|
-
}
|
|
848
|
-
export declare class DescribeAuditFilesResponseBody extends $tea.Model {
|
|
849
|
-
items?: DescribeAuditFilesResponseBodyItems;
|
|
850
|
-
pageNumber?: number;
|
|
851
|
-
pageRecordCount?: number;
|
|
852
|
-
requestId?: string;
|
|
853
|
-
totalRecordCount?: number;
|
|
854
|
-
static names(): {
|
|
855
|
-
[key: string]: string;
|
|
856
|
-
};
|
|
857
|
-
static types(): {
|
|
858
|
-
[key: string]: any;
|
|
859
|
-
};
|
|
860
|
-
constructor(map?: {
|
|
861
|
-
[key: string]: any;
|
|
862
|
-
});
|
|
863
|
-
}
|
|
864
|
-
export declare class DescribeAuditFilesResponse extends $tea.Model {
|
|
865
|
-
headers: {
|
|
866
|
-
[key: string]: string;
|
|
867
|
-
};
|
|
868
|
-
body: DescribeAuditFilesResponseBody;
|
|
869
|
-
static names(): {
|
|
870
|
-
[key: string]: string;
|
|
871
|
-
};
|
|
872
|
-
static types(): {
|
|
873
|
-
[key: string]: any;
|
|
874
|
-
};
|
|
875
|
-
constructor(map?: {
|
|
876
|
-
[key: string]: any;
|
|
877
|
-
});
|
|
878
|
-
}
|
|
879
797
|
export declare class DescribeAuditLogFilterRequest extends $tea.Model {
|
|
880
798
|
DBInstanceId?: string;
|
|
881
799
|
ownerAccount?: string;
|
|
@@ -912,6 +830,7 @@ export declare class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
|
912
830
|
headers: {
|
|
913
831
|
[key: string]: string;
|
|
914
832
|
};
|
|
833
|
+
statusCode: number;
|
|
915
834
|
body: DescribeAuditLogFilterResponseBody;
|
|
916
835
|
static names(): {
|
|
917
836
|
[key: string]: string;
|
|
@@ -957,6 +876,7 @@ export declare class DescribeAuditPolicyResponse extends $tea.Model {
|
|
|
957
876
|
headers: {
|
|
958
877
|
[key: string]: string;
|
|
959
878
|
};
|
|
879
|
+
statusCode: number;
|
|
960
880
|
body: DescribeAuditPolicyResponseBody;
|
|
961
881
|
static names(): {
|
|
962
882
|
[key: string]: string;
|
|
@@ -1015,6 +935,7 @@ export declare class DescribeAuditRecordsResponse extends $tea.Model {
|
|
|
1015
935
|
headers: {
|
|
1016
936
|
[key: string]: string;
|
|
1017
937
|
};
|
|
938
|
+
statusCode: number;
|
|
1018
939
|
body: DescribeAuditRecordsResponseBody;
|
|
1019
940
|
static names(): {
|
|
1020
941
|
[key: string]: string;
|
|
@@ -1060,6 +981,7 @@ export declare class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
|
1060
981
|
headers: {
|
|
1061
982
|
[key: string]: string;
|
|
1062
983
|
};
|
|
984
|
+
statusCode: number;
|
|
1063
985
|
body: DescribeAvailableEngineVersionResponseBody;
|
|
1064
986
|
static names(): {
|
|
1065
987
|
[key: string]: string;
|
|
@@ -1109,6 +1031,7 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1109
1031
|
headers: {
|
|
1110
1032
|
[key: string]: string;
|
|
1111
1033
|
};
|
|
1034
|
+
statusCode: number;
|
|
1112
1035
|
body: DescribeAvailableResourceResponseBody;
|
|
1113
1036
|
static names(): {
|
|
1114
1037
|
[key: string]: string;
|
|
@@ -1120,52 +1043,6 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1120
1043
|
[key: string]: any;
|
|
1121
1044
|
});
|
|
1122
1045
|
}
|
|
1123
|
-
export declare class DescribeAvailableTimeRangeRequest extends $tea.Model {
|
|
1124
|
-
instanceId?: string;
|
|
1125
|
-
nodeId?: string;
|
|
1126
|
-
ownerAccount?: string;
|
|
1127
|
-
ownerId?: number;
|
|
1128
|
-
resourceOwnerAccount?: string;
|
|
1129
|
-
resourceOwnerId?: number;
|
|
1130
|
-
securityToken?: string;
|
|
1131
|
-
static names(): {
|
|
1132
|
-
[key: string]: string;
|
|
1133
|
-
};
|
|
1134
|
-
static types(): {
|
|
1135
|
-
[key: string]: any;
|
|
1136
|
-
};
|
|
1137
|
-
constructor(map?: {
|
|
1138
|
-
[key: string]: any;
|
|
1139
|
-
});
|
|
1140
|
-
}
|
|
1141
|
-
export declare class DescribeAvailableTimeRangeResponseBody extends $tea.Model {
|
|
1142
|
-
requestId?: string;
|
|
1143
|
-
timeRange?: DescribeAvailableTimeRangeResponseBodyTimeRange;
|
|
1144
|
-
static names(): {
|
|
1145
|
-
[key: string]: string;
|
|
1146
|
-
};
|
|
1147
|
-
static types(): {
|
|
1148
|
-
[key: string]: any;
|
|
1149
|
-
};
|
|
1150
|
-
constructor(map?: {
|
|
1151
|
-
[key: string]: any;
|
|
1152
|
-
});
|
|
1153
|
-
}
|
|
1154
|
-
export declare class DescribeAvailableTimeRangeResponse extends $tea.Model {
|
|
1155
|
-
headers: {
|
|
1156
|
-
[key: string]: string;
|
|
1157
|
-
};
|
|
1158
|
-
body: DescribeAvailableTimeRangeResponseBody;
|
|
1159
|
-
static names(): {
|
|
1160
|
-
[key: string]: string;
|
|
1161
|
-
};
|
|
1162
|
-
static types(): {
|
|
1163
|
-
[key: string]: any;
|
|
1164
|
-
};
|
|
1165
|
-
constructor(map?: {
|
|
1166
|
-
[key: string]: any;
|
|
1167
|
-
});
|
|
1168
|
-
}
|
|
1169
1046
|
export declare class DescribeBackupDBsRequest extends $tea.Model {
|
|
1170
1047
|
backupId?: string;
|
|
1171
1048
|
ownerAccount?: string;
|
|
@@ -1208,6 +1085,7 @@ export declare class DescribeBackupDBsResponse extends $tea.Model {
|
|
|
1208
1085
|
headers: {
|
|
1209
1086
|
[key: string]: string;
|
|
1210
1087
|
};
|
|
1088
|
+
statusCode: number;
|
|
1211
1089
|
body: DescribeBackupDBsResponseBody;
|
|
1212
1090
|
static names(): {
|
|
1213
1091
|
[key: string]: string;
|
|
@@ -1257,6 +1135,7 @@ export declare class DescribeBackupPolicyResponse extends $tea.Model {
|
|
|
1257
1135
|
headers: {
|
|
1258
1136
|
[key: string]: string;
|
|
1259
1137
|
};
|
|
1138
|
+
statusCode: number;
|
|
1260
1139
|
body: DescribeBackupPolicyResponseBody;
|
|
1261
1140
|
static names(): {
|
|
1262
1141
|
[key: string]: string;
|
|
@@ -1311,6 +1190,7 @@ export declare class DescribeBackupsResponse extends $tea.Model {
|
|
|
1311
1190
|
headers: {
|
|
1312
1191
|
[key: string]: string;
|
|
1313
1192
|
};
|
|
1193
|
+
statusCode: number;
|
|
1314
1194
|
body: DescribeBackupsResponseBody;
|
|
1315
1195
|
static names(): {
|
|
1316
1196
|
[key: string]: string;
|
|
@@ -1358,6 +1238,7 @@ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
|
1358
1238
|
headers: {
|
|
1359
1239
|
[key: string]: string;
|
|
1360
1240
|
};
|
|
1241
|
+
statusCode: number;
|
|
1361
1242
|
body: DescribeDBInstanceAttributeResponseBody;
|
|
1362
1243
|
static names(): {
|
|
1363
1244
|
[key: string]: string;
|
|
@@ -1411,6 +1292,7 @@ export declare class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model
|
|
|
1411
1292
|
headers: {
|
|
1412
1293
|
[key: string]: string;
|
|
1413
1294
|
};
|
|
1295
|
+
statusCode: number;
|
|
1414
1296
|
body: DescribeDBInstanceEncryptionKeyResponseBody;
|
|
1415
1297
|
static names(): {
|
|
1416
1298
|
[key: string]: string;
|
|
@@ -1456,6 +1338,7 @@ export declare class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
|
1456
1338
|
headers: {
|
|
1457
1339
|
[key: string]: string;
|
|
1458
1340
|
};
|
|
1341
|
+
statusCode: number;
|
|
1459
1342
|
body: DescribeDBInstanceMonitorResponseBody;
|
|
1460
1343
|
static names(): {
|
|
1461
1344
|
[key: string]: string;
|
|
@@ -1509,6 +1392,7 @@ export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
|
1509
1392
|
headers: {
|
|
1510
1393
|
[key: string]: string;
|
|
1511
1394
|
};
|
|
1395
|
+
statusCode: number;
|
|
1512
1396
|
body: DescribeDBInstancePerformanceResponseBody;
|
|
1513
1397
|
static names(): {
|
|
1514
1398
|
[key: string]: string;
|
|
@@ -1556,6 +1440,7 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
|
1556
1440
|
headers: {
|
|
1557
1441
|
[key: string]: string;
|
|
1558
1442
|
};
|
|
1443
|
+
statusCode: number;
|
|
1559
1444
|
body: DescribeDBInstanceSSLResponseBody;
|
|
1560
1445
|
static names(): {
|
|
1561
1446
|
[key: string]: string;
|
|
@@ -1601,6 +1486,7 @@ export declare class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
|
1601
1486
|
headers: {
|
|
1602
1487
|
[key: string]: string;
|
|
1603
1488
|
};
|
|
1489
|
+
statusCode: number;
|
|
1604
1490
|
body: DescribeDBInstanceTDEInfoResponseBody;
|
|
1605
1491
|
static names(): {
|
|
1606
1492
|
[key: string]: string;
|
|
@@ -1669,6 +1555,7 @@ export declare class DescribeDBInstancesResponse extends $tea.Model {
|
|
|
1669
1555
|
headers: {
|
|
1670
1556
|
[key: string]: string;
|
|
1671
1557
|
};
|
|
1558
|
+
statusCode: number;
|
|
1672
1559
|
body: DescribeDBInstancesResponseBody;
|
|
1673
1560
|
static names(): {
|
|
1674
1561
|
[key: string]: string;
|
|
@@ -1690,6 +1577,7 @@ export declare class DescribeDBInstancesOverviewRequest extends $tea.Model {
|
|
|
1690
1577
|
networkType?: string;
|
|
1691
1578
|
ownerAccount?: string;
|
|
1692
1579
|
ownerId?: number;
|
|
1580
|
+
regionId?: string;
|
|
1693
1581
|
resourceGroupId?: string;
|
|
1694
1582
|
resourceOwnerAccount?: string;
|
|
1695
1583
|
resourceOwnerId?: number;
|
|
@@ -1725,6 +1613,7 @@ export declare class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
|
1725
1613
|
headers: {
|
|
1726
1614
|
[key: string]: string;
|
|
1727
1615
|
};
|
|
1616
|
+
statusCode: number;
|
|
1728
1617
|
body: DescribeDBInstancesOverviewResponseBody;
|
|
1729
1618
|
static names(): {
|
|
1730
1619
|
[key: string]: string;
|
|
@@ -1783,6 +1672,7 @@ export declare class DescribeDedicatedClusterInstanceListResponse extends $tea.M
|
|
|
1783
1672
|
headers: {
|
|
1784
1673
|
[key: string]: string;
|
|
1785
1674
|
};
|
|
1675
|
+
statusCode: number;
|
|
1786
1676
|
body: DescribeDedicatedClusterInstanceListResponseBody;
|
|
1787
1677
|
static names(): {
|
|
1788
1678
|
[key: string]: string;
|
|
@@ -1840,6 +1730,7 @@ export declare class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
|
1840
1730
|
headers: {
|
|
1841
1731
|
[key: string]: string;
|
|
1842
1732
|
};
|
|
1733
|
+
statusCode: number;
|
|
1843
1734
|
body: DescribeErrorLogRecordsResponseBody;
|
|
1844
1735
|
static names(): {
|
|
1845
1736
|
[key: string]: string;
|
|
@@ -1892,6 +1783,7 @@ export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.M
|
|
|
1892
1783
|
headers: {
|
|
1893
1784
|
[key: string]: string;
|
|
1894
1785
|
};
|
|
1786
|
+
statusCode: number;
|
|
1895
1787
|
body: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
1896
1788
|
static names(): {
|
|
1897
1789
|
[key: string]: string;
|
|
@@ -1937,6 +1829,7 @@ export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
|
1937
1829
|
headers: {
|
|
1938
1830
|
[key: string]: string;
|
|
1939
1831
|
};
|
|
1832
|
+
statusCode: number;
|
|
1940
1833
|
body: DescribeKernelReleaseNotesResponseBody;
|
|
1941
1834
|
static names(): {
|
|
1942
1835
|
[key: string]: string;
|
|
@@ -1966,9 +1859,17 @@ export declare class DescribeMongoDBLogConfigRequest extends $tea.Model {
|
|
|
1966
1859
|
});
|
|
1967
1860
|
}
|
|
1968
1861
|
export declare class DescribeMongoDBLogConfigResponseBody extends $tea.Model {
|
|
1862
|
+
enableAudit?: boolean;
|
|
1969
1863
|
isEtlMetaExist?: number;
|
|
1970
1864
|
isUserProjectLogstoreExist?: number;
|
|
1865
|
+
preserveStorageForStandard?: number;
|
|
1866
|
+
preserveStorageForTrail?: number;
|
|
1971
1867
|
requestId?: string;
|
|
1868
|
+
serviceType?: string;
|
|
1869
|
+
ttlForStandard?: number;
|
|
1870
|
+
ttlForTrail?: number;
|
|
1871
|
+
usedStorageForStandard?: number;
|
|
1872
|
+
usedStorageForTrail?: number;
|
|
1972
1873
|
userProjectName?: string;
|
|
1973
1874
|
static names(): {
|
|
1974
1875
|
[key: string]: string;
|
|
@@ -1984,6 +1885,7 @@ export declare class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
|
1984
1885
|
headers: {
|
|
1985
1886
|
[key: string]: string;
|
|
1986
1887
|
};
|
|
1888
|
+
statusCode: number;
|
|
1987
1889
|
body: DescribeMongoDBLogConfigResponseBody;
|
|
1988
1890
|
static names(): {
|
|
1989
1891
|
[key: string]: string;
|
|
@@ -2033,6 +1935,7 @@ export declare class DescribeParameterModificationHistoryResponse extends $tea.M
|
|
|
2033
1935
|
headers: {
|
|
2034
1936
|
[key: string]: string;
|
|
2035
1937
|
};
|
|
1938
|
+
statusCode: number;
|
|
2036
1939
|
body: DescribeParameterModificationHistoryResponseBody;
|
|
2037
1940
|
static names(): {
|
|
2038
1941
|
[key: string]: string;
|
|
@@ -2083,6 +1986,7 @@ export declare class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
|
2083
1986
|
headers: {
|
|
2084
1987
|
[key: string]: string;
|
|
2085
1988
|
};
|
|
1989
|
+
statusCode: number;
|
|
2086
1990
|
body: DescribeParameterTemplatesResponseBody;
|
|
2087
1991
|
static names(): {
|
|
2088
1992
|
[key: string]: string;
|
|
@@ -2133,6 +2037,7 @@ export declare class DescribeParametersResponse extends $tea.Model {
|
|
|
2133
2037
|
headers: {
|
|
2134
2038
|
[key: string]: string;
|
|
2135
2039
|
};
|
|
2040
|
+
statusCode: number;
|
|
2136
2041
|
body: DescribeParametersResponseBody;
|
|
2137
2042
|
static names(): {
|
|
2138
2043
|
[key: string]: string;
|
|
@@ -2190,6 +2095,7 @@ export declare class DescribePriceResponse extends $tea.Model {
|
|
|
2190
2095
|
headers: {
|
|
2191
2096
|
[key: string]: string;
|
|
2192
2097
|
};
|
|
2098
|
+
statusCode: number;
|
|
2193
2099
|
body: DescribePriceResponseBody;
|
|
2194
2100
|
static names(): {
|
|
2195
2101
|
[key: string]: string;
|
|
@@ -2202,6 +2108,7 @@ export declare class DescribePriceResponse extends $tea.Model {
|
|
|
2202
2108
|
});
|
|
2203
2109
|
}
|
|
2204
2110
|
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
2111
|
+
acceptLanguage?: string;
|
|
2205
2112
|
ownerAccount?: string;
|
|
2206
2113
|
ownerId?: number;
|
|
2207
2114
|
regionId?: string;
|
|
@@ -2235,6 +2142,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2235
2142
|
headers: {
|
|
2236
2143
|
[key: string]: string;
|
|
2237
2144
|
};
|
|
2145
|
+
statusCode: number;
|
|
2238
2146
|
body: DescribeRegionsResponseBody;
|
|
2239
2147
|
static names(): {
|
|
2240
2148
|
[key: string]: string;
|
|
@@ -2284,6 +2192,7 @@ export declare class DescribeRenewalPriceResponse extends $tea.Model {
|
|
|
2284
2192
|
headers: {
|
|
2285
2193
|
[key: string]: string;
|
|
2286
2194
|
};
|
|
2195
|
+
statusCode: number;
|
|
2287
2196
|
body: DescribeRenewalPriceResponseBody;
|
|
2288
2197
|
static names(): {
|
|
2289
2198
|
[key: string]: string;
|
|
@@ -2330,6 +2239,7 @@ export declare class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
|
2330
2239
|
headers: {
|
|
2331
2240
|
[key: string]: string;
|
|
2332
2241
|
};
|
|
2242
|
+
statusCode: number;
|
|
2333
2243
|
body: DescribeReplicaSetRoleResponseBody;
|
|
2334
2244
|
static names(): {
|
|
2335
2245
|
[key: string]: string;
|
|
@@ -2375,6 +2285,7 @@ export declare class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
|
2375
2285
|
headers: {
|
|
2376
2286
|
[key: string]: string;
|
|
2377
2287
|
};
|
|
2288
|
+
statusCode: number;
|
|
2378
2289
|
body: DescribeRoleZoneInfoResponseBody;
|
|
2379
2290
|
static names(): {
|
|
2380
2291
|
[key: string]: string;
|
|
@@ -2434,6 +2345,7 @@ export declare class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
|
2434
2345
|
headers: {
|
|
2435
2346
|
[key: string]: string;
|
|
2436
2347
|
};
|
|
2348
|
+
statusCode: number;
|
|
2437
2349
|
body: DescribeRunningLogRecordsResponseBody;
|
|
2438
2350
|
static names(): {
|
|
2439
2351
|
[key: string]: string;
|
|
@@ -2479,6 +2391,7 @@ export declare class DescribeSecurityGroupConfigurationResponse extends $tea.Mod
|
|
|
2479
2391
|
headers: {
|
|
2480
2392
|
[key: string]: string;
|
|
2481
2393
|
};
|
|
2394
|
+
statusCode: number;
|
|
2482
2395
|
body: DescribeSecurityGroupConfigurationResponseBody;
|
|
2483
2396
|
static names(): {
|
|
2484
2397
|
[key: string]: string;
|
|
@@ -2525,6 +2438,7 @@ export declare class DescribeSecurityIpsResponse extends $tea.Model {
|
|
|
2525
2438
|
headers: {
|
|
2526
2439
|
[key: string]: string;
|
|
2527
2440
|
};
|
|
2441
|
+
statusCode: number;
|
|
2528
2442
|
body: DescribeSecurityIpsResponseBody;
|
|
2529
2443
|
static names(): {
|
|
2530
2444
|
[key: string]: string;
|
|
@@ -2572,6 +2486,7 @@ export declare class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
|
2572
2486
|
headers: {
|
|
2573
2487
|
[key: string]: string;
|
|
2574
2488
|
};
|
|
2489
|
+
statusCode: number;
|
|
2575
2490
|
body: DescribeShardingNetworkAddressResponseBody;
|
|
2576
2491
|
static names(): {
|
|
2577
2492
|
[key: string]: string;
|
|
@@ -2629,6 +2544,7 @@ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
|
2629
2544
|
headers: {
|
|
2630
2545
|
[key: string]: string;
|
|
2631
2546
|
};
|
|
2547
|
+
statusCode: number;
|
|
2632
2548
|
body: DescribeSlowLogRecordsResponseBody;
|
|
2633
2549
|
static names(): {
|
|
2634
2550
|
[key: string]: string;
|
|
@@ -2677,6 +2593,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
|
|
|
2677
2593
|
headers: {
|
|
2678
2594
|
[key: string]: string;
|
|
2679
2595
|
};
|
|
2596
|
+
statusCode: number;
|
|
2680
2597
|
body: DescribeTagsResponseBody;
|
|
2681
2598
|
static names(): {
|
|
2682
2599
|
[key: string]: string;
|
|
@@ -2723,6 +2640,7 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
|
2723
2640
|
headers: {
|
|
2724
2641
|
[key: string]: string;
|
|
2725
2642
|
};
|
|
2643
|
+
statusCode: number;
|
|
2726
2644
|
body: DescribeUserEncryptionKeyListResponseBody;
|
|
2727
2645
|
static names(): {
|
|
2728
2646
|
[key: string]: string;
|
|
@@ -2770,6 +2688,7 @@ export declare class DestroyInstanceResponse extends $tea.Model {
|
|
|
2770
2688
|
headers: {
|
|
2771
2689
|
[key: string]: string;
|
|
2772
2690
|
};
|
|
2691
|
+
statusCode: number;
|
|
2773
2692
|
body: DestroyInstanceResponseBody;
|
|
2774
2693
|
static names(): {
|
|
2775
2694
|
[key: string]: string;
|
|
@@ -2825,6 +2744,7 @@ export declare class EvaluateResourceResponse extends $tea.Model {
|
|
|
2825
2744
|
headers: {
|
|
2826
2745
|
[key: string]: string;
|
|
2827
2746
|
};
|
|
2747
|
+
statusCode: number;
|
|
2828
2748
|
body: EvaluateResourceResponseBody;
|
|
2829
2749
|
static names(): {
|
|
2830
2750
|
[key: string]: string;
|
|
@@ -2874,6 +2794,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2874
2794
|
headers: {
|
|
2875
2795
|
[key: string]: string;
|
|
2876
2796
|
};
|
|
2797
|
+
statusCode: number;
|
|
2877
2798
|
body: ListTagResourcesResponseBody;
|
|
2878
2799
|
static names(): {
|
|
2879
2800
|
[key: string]: string;
|
|
@@ -2920,6 +2841,7 @@ export declare class MigrateAvailableZoneResponse extends $tea.Model {
|
|
|
2920
2841
|
headers: {
|
|
2921
2842
|
[key: string]: string;
|
|
2922
2843
|
};
|
|
2844
|
+
statusCode: number;
|
|
2923
2845
|
body: MigrateAvailableZoneResponseBody;
|
|
2924
2846
|
static names(): {
|
|
2925
2847
|
[key: string]: string;
|
|
@@ -2966,6 +2888,7 @@ export declare class MigrateToOtherZoneResponse extends $tea.Model {
|
|
|
2966
2888
|
headers: {
|
|
2967
2889
|
[key: string]: string;
|
|
2968
2890
|
};
|
|
2891
|
+
statusCode: number;
|
|
2969
2892
|
body: MigrateToOtherZoneResponseBody;
|
|
2970
2893
|
static names(): {
|
|
2971
2894
|
[key: string]: string;
|
|
@@ -3012,6 +2935,7 @@ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
|
3012
2935
|
headers: {
|
|
3013
2936
|
[key: string]: string;
|
|
3014
2937
|
};
|
|
2938
|
+
statusCode: number;
|
|
3015
2939
|
body: ModifyAccountDescriptionResponseBody;
|
|
3016
2940
|
static names(): {
|
|
3017
2941
|
[key: string]: string;
|
|
@@ -3058,6 +2982,7 @@ export declare class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
|
3058
2982
|
headers: {
|
|
3059
2983
|
[key: string]: string;
|
|
3060
2984
|
};
|
|
2985
|
+
statusCode: number;
|
|
3061
2986
|
body: ModifyAuditLogFilterResponseBody;
|
|
3062
2987
|
static names(): {
|
|
3063
2988
|
[key: string]: string;
|
|
@@ -3070,6 +2995,7 @@ export declare class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
|
3070
2995
|
});
|
|
3071
2996
|
}
|
|
3072
2997
|
export declare class ModifyAuditPolicyRequest extends $tea.Model {
|
|
2998
|
+
auditLogSwitchSource?: string;
|
|
3073
2999
|
auditStatus?: string;
|
|
3074
3000
|
DBInstanceId?: string;
|
|
3075
3001
|
ownerAccount?: string;
|
|
@@ -3077,6 +3003,7 @@ export declare class ModifyAuditPolicyRequest extends $tea.Model {
|
|
|
3077
3003
|
resourceOwnerAccount?: string;
|
|
3078
3004
|
resourceOwnerId?: number;
|
|
3079
3005
|
securityToken?: string;
|
|
3006
|
+
serviceType?: string;
|
|
3080
3007
|
storagePeriod?: number;
|
|
3081
3008
|
static names(): {
|
|
3082
3009
|
[key: string]: string;
|
|
@@ -3104,6 +3031,7 @@ export declare class ModifyAuditPolicyResponse extends $tea.Model {
|
|
|
3104
3031
|
headers: {
|
|
3105
3032
|
[key: string]: string;
|
|
3106
3033
|
};
|
|
3034
|
+
statusCode: number;
|
|
3107
3035
|
body: ModifyAuditPolicyResponseBody;
|
|
3108
3036
|
static names(): {
|
|
3109
3037
|
[key: string]: string;
|
|
@@ -3153,6 +3081,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
3153
3081
|
headers: {
|
|
3154
3082
|
[key: string]: string;
|
|
3155
3083
|
};
|
|
3084
|
+
statusCode: number;
|
|
3156
3085
|
body: ModifyBackupPolicyResponseBody;
|
|
3157
3086
|
static names(): {
|
|
3158
3087
|
[key: string]: string;
|
|
@@ -3200,6 +3129,7 @@ export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model
|
|
|
3200
3129
|
headers: {
|
|
3201
3130
|
[key: string]: string;
|
|
3202
3131
|
};
|
|
3132
|
+
statusCode: number;
|
|
3203
3133
|
body: ModifyDBInstanceConnectionStringResponseBody;
|
|
3204
3134
|
static names(): {
|
|
3205
3135
|
[key: string]: string;
|
|
@@ -3246,6 +3176,7 @@ export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
|
3246
3176
|
headers: {
|
|
3247
3177
|
[key: string]: string;
|
|
3248
3178
|
};
|
|
3179
|
+
statusCode: number;
|
|
3249
3180
|
body: ModifyDBInstanceDescriptionResponseBody;
|
|
3250
3181
|
static names(): {
|
|
3251
3182
|
[key: string]: string;
|
|
@@ -3292,6 +3223,7 @@ export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
|
3292
3223
|
headers: {
|
|
3293
3224
|
[key: string]: string;
|
|
3294
3225
|
};
|
|
3226
|
+
statusCode: number;
|
|
3295
3227
|
body: ModifyDBInstanceMaintainTimeResponseBody;
|
|
3296
3228
|
static names(): {
|
|
3297
3229
|
[key: string]: string;
|
|
@@ -3337,6 +3269,7 @@ export declare class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
|
3337
3269
|
headers: {
|
|
3338
3270
|
[key: string]: string;
|
|
3339
3271
|
};
|
|
3272
|
+
statusCode: number;
|
|
3340
3273
|
body: ModifyDBInstanceMonitorResponseBody;
|
|
3341
3274
|
static names(): {
|
|
3342
3275
|
[key: string]: string;
|
|
@@ -3383,6 +3316,7 @@ export declare class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
|
3383
3316
|
headers: {
|
|
3384
3317
|
[key: string]: string;
|
|
3385
3318
|
};
|
|
3319
|
+
statusCode: number;
|
|
3386
3320
|
body: ModifyDBInstanceNetExpireTimeResponseBody;
|
|
3387
3321
|
static names(): {
|
|
3388
3322
|
[key: string]: string;
|
|
@@ -3432,6 +3366,7 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
3432
3366
|
headers: {
|
|
3433
3367
|
[key: string]: string;
|
|
3434
3368
|
};
|
|
3369
|
+
statusCode: number;
|
|
3435
3370
|
body: ModifyDBInstanceNetworkTypeResponseBody;
|
|
3436
3371
|
static names(): {
|
|
3437
3372
|
[key: string]: string;
|
|
@@ -3477,6 +3412,7 @@ export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
|
3477
3412
|
headers: {
|
|
3478
3413
|
[key: string]: string;
|
|
3479
3414
|
};
|
|
3415
|
+
statusCode: number;
|
|
3480
3416
|
body: ModifyDBInstanceSSLResponseBody;
|
|
3481
3417
|
static names(): {
|
|
3482
3418
|
[key: string]: string;
|
|
@@ -3531,6 +3467,7 @@ export declare class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
|
3531
3467
|
headers: {
|
|
3532
3468
|
[key: string]: string;
|
|
3533
3469
|
};
|
|
3470
|
+
statusCode: number;
|
|
3534
3471
|
body: ModifyDBInstanceSpecResponseBody;
|
|
3535
3472
|
static names(): {
|
|
3536
3473
|
[key: string]: string;
|
|
@@ -3579,6 +3516,7 @@ export declare class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
|
3579
3516
|
headers: {
|
|
3580
3517
|
[key: string]: string;
|
|
3581
3518
|
};
|
|
3519
|
+
statusCode: number;
|
|
3582
3520
|
body: ModifyDBInstanceTDEResponseBody;
|
|
3583
3521
|
static names(): {
|
|
3584
3522
|
[key: string]: string;
|
|
@@ -3626,6 +3564,7 @@ export declare class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Mod
|
|
|
3626
3564
|
headers: {
|
|
3627
3565
|
[key: string]: string;
|
|
3628
3566
|
};
|
|
3567
|
+
statusCode: number;
|
|
3629
3568
|
body: ModifyInstanceAutoRenewalAttributeResponseBody;
|
|
3630
3569
|
static names(): {
|
|
3631
3570
|
[key: string]: string;
|
|
@@ -3672,6 +3611,7 @@ export declare class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
|
3672
3611
|
headers: {
|
|
3673
3612
|
[key: string]: string;
|
|
3674
3613
|
};
|
|
3614
|
+
statusCode: number;
|
|
3675
3615
|
body: ModifyInstanceVpcAuthModeResponseBody;
|
|
3676
3616
|
static names(): {
|
|
3677
3617
|
[key: string]: string;
|
|
@@ -3729,6 +3669,7 @@ export declare class ModifyNodeSpecResponse extends $tea.Model {
|
|
|
3729
3669
|
headers: {
|
|
3730
3670
|
[key: string]: string;
|
|
3731
3671
|
};
|
|
3672
|
+
statusCode: number;
|
|
3732
3673
|
body: ModifyNodeSpecResponseBody;
|
|
3733
3674
|
static names(): {
|
|
3734
3675
|
[key: string]: string;
|
|
@@ -3782,6 +3723,7 @@ export declare class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
|
3782
3723
|
headers: {
|
|
3783
3724
|
[key: string]: string;
|
|
3784
3725
|
};
|
|
3726
|
+
statusCode: number;
|
|
3785
3727
|
body: ModifyNodeSpecBatchResponseBody;
|
|
3786
3728
|
static names(): {
|
|
3787
3729
|
[key: string]: string;
|
|
@@ -3800,6 +3742,7 @@ export declare class ModifyParametersRequest extends $tea.Model {
|
|
|
3800
3742
|
ownerAccount?: string;
|
|
3801
3743
|
ownerId?: number;
|
|
3802
3744
|
parameters?: string;
|
|
3745
|
+
regionId?: string;
|
|
3803
3746
|
resourceOwnerAccount?: string;
|
|
3804
3747
|
resourceOwnerId?: number;
|
|
3805
3748
|
securityToken?: string;
|
|
@@ -3829,6 +3772,7 @@ export declare class ModifyParametersResponse extends $tea.Model {
|
|
|
3829
3772
|
headers: {
|
|
3830
3773
|
[key: string]: string;
|
|
3831
3774
|
};
|
|
3775
|
+
statusCode: number;
|
|
3832
3776
|
body: ModifyParametersResponseBody;
|
|
3833
3777
|
static names(): {
|
|
3834
3778
|
[key: string]: string;
|
|
@@ -3875,6 +3819,7 @@ export declare class ModifyResourceGroupResponse extends $tea.Model {
|
|
|
3875
3819
|
headers: {
|
|
3876
3820
|
[key: string]: string;
|
|
3877
3821
|
};
|
|
3822
|
+
statusCode: number;
|
|
3878
3823
|
body: ModifyResourceGroupResponseBody;
|
|
3879
3824
|
static names(): {
|
|
3880
3825
|
[key: string]: string;
|
|
@@ -3920,6 +3865,7 @@ export declare class ModifySecurityGroupConfigurationResponse extends $tea.Model
|
|
|
3920
3865
|
headers: {
|
|
3921
3866
|
[key: string]: string;
|
|
3922
3867
|
};
|
|
3868
|
+
statusCode: number;
|
|
3923
3869
|
body: ModifySecurityGroupConfigurationResponseBody;
|
|
3924
3870
|
static names(): {
|
|
3925
3871
|
[key: string]: string;
|
|
@@ -3968,6 +3914,7 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
3968
3914
|
headers: {
|
|
3969
3915
|
[key: string]: string;
|
|
3970
3916
|
};
|
|
3917
|
+
statusCode: number;
|
|
3971
3918
|
body: ModifySecurityIpsResponseBody;
|
|
3972
3919
|
static names(): {
|
|
3973
3920
|
[key: string]: string;
|
|
@@ -4014,6 +3961,7 @@ export declare class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model
|
|
|
4014
3961
|
headers: {
|
|
4015
3962
|
[key: string]: string;
|
|
4016
3963
|
};
|
|
3964
|
+
statusCode: number;
|
|
4017
3965
|
body: ReleaseNodePrivateNetworkAddressResponseBody;
|
|
4018
3966
|
static names(): {
|
|
4019
3967
|
[key: string]: string;
|
|
@@ -4059,6 +4007,7 @@ export declare class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
|
4059
4007
|
headers: {
|
|
4060
4008
|
[key: string]: string;
|
|
4061
4009
|
};
|
|
4010
|
+
statusCode: number;
|
|
4062
4011
|
body: ReleasePublicNetworkAddressResponseBody;
|
|
4063
4012
|
static names(): {
|
|
4064
4013
|
[key: string]: string;
|
|
@@ -4109,6 +4058,7 @@ export declare class RenewDBInstanceResponse extends $tea.Model {
|
|
|
4109
4058
|
headers: {
|
|
4110
4059
|
[key: string]: string;
|
|
4111
4060
|
};
|
|
4061
|
+
statusCode: number;
|
|
4112
4062
|
body: RenewDBInstanceResponseBody;
|
|
4113
4063
|
static names(): {
|
|
4114
4064
|
[key: string]: string;
|
|
@@ -4155,6 +4105,7 @@ export declare class ResetAccountPasswordResponse extends $tea.Model {
|
|
|
4155
4105
|
headers: {
|
|
4156
4106
|
[key: string]: string;
|
|
4157
4107
|
};
|
|
4108
|
+
statusCode: number;
|
|
4158
4109
|
body: ResetAccountPasswordResponseBody;
|
|
4159
4110
|
static names(): {
|
|
4160
4111
|
[key: string]: string;
|
|
@@ -4200,6 +4151,7 @@ export declare class RestartDBInstanceResponse extends $tea.Model {
|
|
|
4200
4151
|
headers: {
|
|
4201
4152
|
[key: string]: string;
|
|
4202
4153
|
};
|
|
4154
|
+
statusCode: number;
|
|
4203
4155
|
body: RestartDBInstanceResponseBody;
|
|
4204
4156
|
static names(): {
|
|
4205
4157
|
[key: string]: string;
|
|
@@ -4245,6 +4197,7 @@ export declare class RestoreDBInstanceResponse extends $tea.Model {
|
|
|
4245
4197
|
headers: {
|
|
4246
4198
|
[key: string]: string;
|
|
4247
4199
|
};
|
|
4200
|
+
statusCode: number;
|
|
4248
4201
|
body: RestoreDBInstanceResponseBody;
|
|
4249
4202
|
static names(): {
|
|
4250
4203
|
[key: string]: string;
|
|
@@ -4292,6 +4245,7 @@ export declare class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
|
4292
4245
|
headers: {
|
|
4293
4246
|
[key: string]: string;
|
|
4294
4247
|
};
|
|
4248
|
+
statusCode: number;
|
|
4295
4249
|
body: SwitchDBInstanceHAResponseBody;
|
|
4296
4250
|
static names(): {
|
|
4297
4251
|
[key: string]: string;
|
|
@@ -4339,6 +4293,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
4339
4293
|
headers: {
|
|
4340
4294
|
[key: string]: string;
|
|
4341
4295
|
};
|
|
4296
|
+
statusCode: number;
|
|
4342
4297
|
body: TagResourcesResponseBody;
|
|
4343
4298
|
static names(): {
|
|
4344
4299
|
[key: string]: string;
|
|
@@ -4389,6 +4344,7 @@ export declare class TransformToPrePaidResponse extends $tea.Model {
|
|
|
4389
4344
|
headers: {
|
|
4390
4345
|
[key: string]: string;
|
|
4391
4346
|
};
|
|
4347
|
+
statusCode: number;
|
|
4392
4348
|
body: TransformToPrePaidResponseBody;
|
|
4393
4349
|
static names(): {
|
|
4394
4350
|
[key: string]: string;
|
|
@@ -4437,6 +4393,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
4437
4393
|
headers: {
|
|
4438
4394
|
[key: string]: string;
|
|
4439
4395
|
};
|
|
4396
|
+
statusCode: number;
|
|
4440
4397
|
body: UntagResourcesResponseBody;
|
|
4441
4398
|
static names(): {
|
|
4442
4399
|
[key: string]: string;
|
|
@@ -4482,6 +4439,7 @@ export declare class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
|
4482
4439
|
headers: {
|
|
4483
4440
|
[key: string]: string;
|
|
4484
4441
|
};
|
|
4442
|
+
statusCode: number;
|
|
4485
4443
|
body: UpgradeDBInstanceEngineVersionResponseBody;
|
|
4486
4444
|
static names(): {
|
|
4487
4445
|
[key: string]: string;
|
|
@@ -4526,6 +4484,7 @@ export declare class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
|
4526
4484
|
headers: {
|
|
4527
4485
|
[key: string]: string;
|
|
4528
4486
|
};
|
|
4487
|
+
statusCode: number;
|
|
4529
4488
|
body: UpgradeDBInstanceKernelVersionResponseBody;
|
|
4530
4489
|
static names(): {
|
|
4531
4490
|
[key: string]: string;
|
|
@@ -4619,35 +4578,6 @@ export declare class DescribeActiveOperationTaskTypeResponseBodyTypeList extends
|
|
|
4619
4578
|
[key: string]: any;
|
|
4620
4579
|
});
|
|
4621
4580
|
}
|
|
4622
|
-
export declare class DescribeAuditFilesResponseBodyItemsLogFile extends $tea.Model {
|
|
4623
|
-
fileID?: number;
|
|
4624
|
-
logDownloadURL?: string;
|
|
4625
|
-
logEndTime?: string;
|
|
4626
|
-
logSize?: number;
|
|
4627
|
-
logStartTime?: string;
|
|
4628
|
-
logStatus?: string;
|
|
4629
|
-
static names(): {
|
|
4630
|
-
[key: string]: string;
|
|
4631
|
-
};
|
|
4632
|
-
static types(): {
|
|
4633
|
-
[key: string]: any;
|
|
4634
|
-
};
|
|
4635
|
-
constructor(map?: {
|
|
4636
|
-
[key: string]: any;
|
|
4637
|
-
});
|
|
4638
|
-
}
|
|
4639
|
-
export declare class DescribeAuditFilesResponseBodyItems extends $tea.Model {
|
|
4640
|
-
logFile?: DescribeAuditFilesResponseBodyItemsLogFile[];
|
|
4641
|
-
static names(): {
|
|
4642
|
-
[key: string]: string;
|
|
4643
|
-
};
|
|
4644
|
-
static types(): {
|
|
4645
|
-
[key: string]: any;
|
|
4646
|
-
};
|
|
4647
|
-
constructor(map?: {
|
|
4648
|
-
[key: string]: any;
|
|
4649
|
-
});
|
|
4650
|
-
}
|
|
4651
4581
|
export declare class DescribeAuditRecordsResponseBodyItemsSQLRecord extends $tea.Model {
|
|
4652
4582
|
accountName?: string;
|
|
4653
4583
|
DBName?: string;
|
|
@@ -4692,7 +4622,22 @@ export declare class DescribeAvailableEngineVersionResponseBodyEngineVersions ex
|
|
|
4692
4622
|
[key: string]: any;
|
|
4693
4623
|
});
|
|
4694
4624
|
}
|
|
4625
|
+
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange extends $tea.Model {
|
|
4626
|
+
max?: number;
|
|
4627
|
+
min?: number;
|
|
4628
|
+
step?: number;
|
|
4629
|
+
static names(): {
|
|
4630
|
+
[key: string]: string;
|
|
4631
|
+
};
|
|
4632
|
+
static types(): {
|
|
4633
|
+
[key: string]: any;
|
|
4634
|
+
};
|
|
4635
|
+
constructor(map?: {
|
|
4636
|
+
[key: string]: any;
|
|
4637
|
+
});
|
|
4638
|
+
}
|
|
4695
4639
|
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResource extends $tea.Model {
|
|
4640
|
+
DBInstanceStorageRange?: DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange;
|
|
4696
4641
|
instanceClass?: string;
|
|
4697
4642
|
instanceClassRemark?: string;
|
|
4698
4643
|
static names(): {
|
|
@@ -4844,34 +4789,6 @@ export declare class DescribeAvailableResourceResponseBodySupportedDBTypes exten
|
|
|
4844
4789
|
[key: string]: any;
|
|
4845
4790
|
});
|
|
4846
4791
|
}
|
|
4847
|
-
export declare class DescribeAvailableTimeRangeResponseBodyTimeRangeTimeRange extends $tea.Model {
|
|
4848
|
-
endTime?: string;
|
|
4849
|
-
nodeId?: string;
|
|
4850
|
-
startTime?: string;
|
|
4851
|
-
status?: string;
|
|
4852
|
-
taskId?: string;
|
|
4853
|
-
static names(): {
|
|
4854
|
-
[key: string]: string;
|
|
4855
|
-
};
|
|
4856
|
-
static types(): {
|
|
4857
|
-
[key: string]: any;
|
|
4858
|
-
};
|
|
4859
|
-
constructor(map?: {
|
|
4860
|
-
[key: string]: any;
|
|
4861
|
-
});
|
|
4862
|
-
}
|
|
4863
|
-
export declare class DescribeAvailableTimeRangeResponseBodyTimeRange extends $tea.Model {
|
|
4864
|
-
timeRange?: DescribeAvailableTimeRangeResponseBodyTimeRangeTimeRange[];
|
|
4865
|
-
static names(): {
|
|
4866
|
-
[key: string]: string;
|
|
4867
|
-
};
|
|
4868
|
-
static types(): {
|
|
4869
|
-
[key: string]: any;
|
|
4870
|
-
};
|
|
4871
|
-
constructor(map?: {
|
|
4872
|
-
[key: string]: any;
|
|
4873
|
-
});
|
|
4874
|
-
}
|
|
4875
4792
|
export declare class DescribeBackupDBsResponseBodyDatabasesDatabase extends $tea.Model {
|
|
4876
4793
|
DBName?: string;
|
|
4877
4794
|
static names(): {
|
|
@@ -5314,6 +5231,7 @@ export declare class DescribeDBInstancesResponseBodyDBInstancesDBInstance extend
|
|
|
5314
5231
|
replicationFactor?: string;
|
|
5315
5232
|
resourceGroupId?: string;
|
|
5316
5233
|
shardList?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceShardList;
|
|
5234
|
+
storageType?: string;
|
|
5317
5235
|
tags?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceTags;
|
|
5318
5236
|
vpcAuthMode?: string;
|
|
5319
5237
|
zoneId?: string;
|
|
@@ -5811,6 +5729,7 @@ export declare class DescribePriceResponseBodySubOrders extends $tea.Model {
|
|
|
5811
5729
|
}
|
|
5812
5730
|
export declare class DescribeRegionsResponseBodyRegionsDdsRegionZonesZone extends $tea.Model {
|
|
5813
5731
|
vpcEnabled?: boolean;
|
|
5732
|
+
zoneId?: string;
|
|
5814
5733
|
zoneName?: string;
|
|
5815
5734
|
static names(): {
|
|
5816
5735
|
[key: string]: string;
|
|
@@ -5836,6 +5755,7 @@ export declare class DescribeRegionsResponseBodyRegionsDdsRegionZones extends $t
|
|
|
5836
5755
|
}
|
|
5837
5756
|
export declare class DescribeRegionsResponseBodyRegionsDdsRegion extends $tea.Model {
|
|
5838
5757
|
regionId?: string;
|
|
5758
|
+
regionName?: string;
|
|
5839
5759
|
zones?: DescribeRegionsResponseBodyRegionsDdsRegionZones;
|
|
5840
5760
|
static names(): {
|
|
5841
5761
|
[key: string]: string;
|
|
@@ -6313,8 +6233,6 @@ export default class Client extends OpenApi {
|
|
|
6313
6233
|
createNode(request: CreateNodeRequest): Promise<CreateNodeResponse>;
|
|
6314
6234
|
createNodeBatchWithOptions(request: CreateNodeBatchRequest, runtime: $Util.RuntimeOptions): Promise<CreateNodeBatchResponse>;
|
|
6315
6235
|
createNodeBatch(request: CreateNodeBatchRequest): Promise<CreateNodeBatchResponse>;
|
|
6316
|
-
createRecommendationTaskWithOptions(request: CreateRecommendationTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRecommendationTaskResponse>;
|
|
6317
|
-
createRecommendationTask(request: CreateRecommendationTaskRequest): Promise<CreateRecommendationTaskResponse>;
|
|
6318
6236
|
createServerlessDBInstanceWithOptions(request: CreateServerlessDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateServerlessDBInstanceResponse>;
|
|
6319
6237
|
createServerlessDBInstance(request: CreateServerlessDBInstanceRequest): Promise<CreateServerlessDBInstanceResponse>;
|
|
6320
6238
|
createShardingDBInstanceWithOptions(request: CreateShardingDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateShardingDBInstanceResponse>;
|
|
@@ -6329,8 +6247,6 @@ export default class Client extends OpenApi {
|
|
|
6329
6247
|
describeActiveOperationTaskCount(request: DescribeActiveOperationTaskCountRequest): Promise<DescribeActiveOperationTaskCountResponse>;
|
|
6330
6248
|
describeActiveOperationTaskTypeWithOptions(request: DescribeActiveOperationTaskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
6331
6249
|
describeActiveOperationTaskType(request: DescribeActiveOperationTaskTypeRequest): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
6332
|
-
describeAuditFilesWithOptions(request: DescribeAuditFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditFilesResponse>;
|
|
6333
|
-
describeAuditFiles(request: DescribeAuditFilesRequest): Promise<DescribeAuditFilesResponse>;
|
|
6334
6250
|
describeAuditLogFilterWithOptions(request: DescribeAuditLogFilterRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditLogFilterResponse>;
|
|
6335
6251
|
describeAuditLogFilter(request: DescribeAuditLogFilterRequest): Promise<DescribeAuditLogFilterResponse>;
|
|
6336
6252
|
describeAuditPolicyWithOptions(request: DescribeAuditPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditPolicyResponse>;
|
|
@@ -6341,8 +6257,6 @@ export default class Client extends OpenApi {
|
|
|
6341
6257
|
describeAvailableEngineVersion(request: DescribeAvailableEngineVersionRequest): Promise<DescribeAvailableEngineVersionResponse>;
|
|
6342
6258
|
describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
|
|
6343
6259
|
describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
|
|
6344
|
-
describeAvailableTimeRangeWithOptions(request: DescribeAvailableTimeRangeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableTimeRangeResponse>;
|
|
6345
|
-
describeAvailableTimeRange(request: DescribeAvailableTimeRangeRequest): Promise<DescribeAvailableTimeRangeResponse>;
|
|
6346
6260
|
describeBackupDBsWithOptions(request: DescribeBackupDBsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupDBsResponse>;
|
|
6347
6261
|
describeBackupDBs(request: DescribeBackupDBsRequest): Promise<DescribeBackupDBsResponse>;
|
|
6348
6262
|
describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
|