@alicloud/dds20151201 3.6.5 → 3.6.8
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 +123 -209
- package/dist/client.js +275 -500
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +417 -629
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;
|
|
@@ -255,7 +260,6 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
255
260
|
databaseNames?: string;
|
|
256
261
|
engine?: string;
|
|
257
262
|
engineVersion?: string;
|
|
258
|
-
hiddenZoneId?: string;
|
|
259
263
|
networkType?: string;
|
|
260
264
|
ownerAccount?: string;
|
|
261
265
|
ownerId?: number;
|
|
@@ -267,11 +271,11 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
267
271
|
resourceOwnerAccount?: string;
|
|
268
272
|
resourceOwnerId?: number;
|
|
269
273
|
restoreTime?: string;
|
|
270
|
-
secondaryZoneId?: string;
|
|
271
274
|
securityIPList?: string;
|
|
272
275
|
securityToken?: string;
|
|
273
276
|
srcDBInstanceId?: string;
|
|
274
277
|
storageEngine?: string;
|
|
278
|
+
storageType?: string;
|
|
275
279
|
vSwitchId?: string;
|
|
276
280
|
vpcId?: string;
|
|
277
281
|
zoneId?: string;
|
|
@@ -303,6 +307,7 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
|
|
|
303
307
|
headers: {
|
|
304
308
|
[key: string]: string;
|
|
305
309
|
};
|
|
310
|
+
statusCode: number;
|
|
306
311
|
body: CreateDBInstanceResponseBody;
|
|
307
312
|
static names(): {
|
|
308
313
|
[key: string]: string;
|
|
@@ -315,6 +320,8 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
|
|
|
315
320
|
});
|
|
316
321
|
}
|
|
317
322
|
export declare class CreateNodeRequest extends $tea.Model {
|
|
323
|
+
accountName?: string;
|
|
324
|
+
accountPassword?: string;
|
|
318
325
|
autoPay?: boolean;
|
|
319
326
|
businessInfo?: string;
|
|
320
327
|
clientToken?: string;
|
|
@@ -329,6 +336,7 @@ export declare class CreateNodeRequest extends $tea.Model {
|
|
|
329
336
|
resourceOwnerAccount?: string;
|
|
330
337
|
resourceOwnerId?: number;
|
|
331
338
|
securityToken?: string;
|
|
339
|
+
shardDirect?: boolean;
|
|
332
340
|
static names(): {
|
|
333
341
|
[key: string]: string;
|
|
334
342
|
};
|
|
@@ -357,6 +365,7 @@ export declare class CreateNodeResponse extends $tea.Model {
|
|
|
357
365
|
headers: {
|
|
358
366
|
[key: string]: string;
|
|
359
367
|
};
|
|
368
|
+
statusCode: number;
|
|
360
369
|
body: CreateNodeResponseBody;
|
|
361
370
|
static names(): {
|
|
362
371
|
[key: string]: string;
|
|
@@ -369,6 +378,8 @@ export declare class CreateNodeResponse extends $tea.Model {
|
|
|
369
378
|
});
|
|
370
379
|
}
|
|
371
380
|
export declare class CreateNodeBatchRequest extends $tea.Model {
|
|
381
|
+
accountName?: string;
|
|
382
|
+
accountPassword?: string;
|
|
372
383
|
autoPay?: boolean;
|
|
373
384
|
businessInfo?: string;
|
|
374
385
|
clientToken?: string;
|
|
@@ -381,6 +392,7 @@ export declare class CreateNodeBatchRequest extends $tea.Model {
|
|
|
381
392
|
resourceOwnerAccount?: string;
|
|
382
393
|
resourceOwnerId?: number;
|
|
383
394
|
securityToken?: string;
|
|
395
|
+
shardDirect?: boolean;
|
|
384
396
|
static names(): {
|
|
385
397
|
[key: string]: string;
|
|
386
398
|
};
|
|
@@ -409,6 +421,7 @@ export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
|
409
421
|
headers: {
|
|
410
422
|
[key: string]: string;
|
|
411
423
|
};
|
|
424
|
+
statusCode: number;
|
|
412
425
|
body: CreateNodeBatchResponseBody;
|
|
413
426
|
static names(): {
|
|
414
427
|
[key: string]: string;
|
|
@@ -420,53 +433,6 @@ export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
|
420
433
|
[key: string]: any;
|
|
421
434
|
});
|
|
422
435
|
}
|
|
423
|
-
export declare class CreateRecommendationTaskRequest extends $tea.Model {
|
|
424
|
-
endTime?: string;
|
|
425
|
-
instanceId?: string;
|
|
426
|
-
nodeId?: string;
|
|
427
|
-
ownerAccount?: string;
|
|
428
|
-
ownerId?: number;
|
|
429
|
-
resourceOwnerAccount?: string;
|
|
430
|
-
resourceOwnerId?: number;
|
|
431
|
-
securityToken?: string;
|
|
432
|
-
startTime?: string;
|
|
433
|
-
static names(): {
|
|
434
|
-
[key: string]: string;
|
|
435
|
-
};
|
|
436
|
-
static types(): {
|
|
437
|
-
[key: string]: any;
|
|
438
|
-
};
|
|
439
|
-
constructor(map?: {
|
|
440
|
-
[key: string]: any;
|
|
441
|
-
});
|
|
442
|
-
}
|
|
443
|
-
export declare class CreateRecommendationTaskResponseBody extends $tea.Model {
|
|
444
|
-
requestId?: string;
|
|
445
|
-
static names(): {
|
|
446
|
-
[key: string]: string;
|
|
447
|
-
};
|
|
448
|
-
static types(): {
|
|
449
|
-
[key: string]: any;
|
|
450
|
-
};
|
|
451
|
-
constructor(map?: {
|
|
452
|
-
[key: string]: any;
|
|
453
|
-
});
|
|
454
|
-
}
|
|
455
|
-
export declare class CreateRecommendationTaskResponse extends $tea.Model {
|
|
456
|
-
headers: {
|
|
457
|
-
[key: string]: string;
|
|
458
|
-
};
|
|
459
|
-
body: CreateRecommendationTaskResponseBody;
|
|
460
|
-
static names(): {
|
|
461
|
-
[key: string]: string;
|
|
462
|
-
};
|
|
463
|
-
static types(): {
|
|
464
|
-
[key: string]: any;
|
|
465
|
-
};
|
|
466
|
-
constructor(map?: {
|
|
467
|
-
[key: string]: any;
|
|
468
|
-
});
|
|
469
|
-
}
|
|
470
436
|
export declare class CreateServerlessDBInstanceRequest extends $tea.Model {
|
|
471
437
|
accountPassword?: string;
|
|
472
438
|
autoRenew?: string;
|
|
@@ -518,6 +484,7 @@ export declare class CreateServerlessDBInstanceResponse extends $tea.Model {
|
|
|
518
484
|
headers: {
|
|
519
485
|
[key: string]: string;
|
|
520
486
|
};
|
|
487
|
+
statusCode: number;
|
|
521
488
|
body: CreateServerlessDBInstanceResponseBody;
|
|
522
489
|
static names(): {
|
|
523
490
|
[key: string]: string;
|
|
@@ -538,6 +505,7 @@ export declare class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
538
505
|
DBInstanceDescription?: string;
|
|
539
506
|
engine?: string;
|
|
540
507
|
engineVersion?: string;
|
|
508
|
+
hiddenZoneId?: string;
|
|
541
509
|
mongos?: CreateShardingDBInstanceRequestMongos[];
|
|
542
510
|
networkType?: string;
|
|
543
511
|
ownerAccount?: string;
|
|
@@ -550,6 +518,7 @@ export declare class CreateShardingDBInstanceRequest extends $tea.Model {
|
|
|
550
518
|
resourceOwnerAccount?: string;
|
|
551
519
|
resourceOwnerId?: number;
|
|
552
520
|
restoreTime?: string;
|
|
521
|
+
secondaryZoneId?: string;
|
|
553
522
|
securityIPList?: string;
|
|
554
523
|
securityToken?: string;
|
|
555
524
|
srcDBInstanceId?: string;
|
|
@@ -585,6 +554,7 @@ export declare class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
|
585
554
|
headers: {
|
|
586
555
|
[key: string]: string;
|
|
587
556
|
};
|
|
557
|
+
statusCode: number;
|
|
588
558
|
body: CreateShardingDBInstanceResponseBody;
|
|
589
559
|
static names(): {
|
|
590
560
|
[key: string]: string;
|
|
@@ -630,6 +600,7 @@ export declare class DeleteDBInstanceResponse extends $tea.Model {
|
|
|
630
600
|
headers: {
|
|
631
601
|
[key: string]: string;
|
|
632
602
|
};
|
|
603
|
+
statusCode: number;
|
|
633
604
|
body: DeleteDBInstanceResponseBody;
|
|
634
605
|
static names(): {
|
|
635
606
|
[key: string]: string;
|
|
@@ -678,6 +649,7 @@ export declare class DeleteNodeResponse extends $tea.Model {
|
|
|
678
649
|
headers: {
|
|
679
650
|
[key: string]: string;
|
|
680
651
|
};
|
|
652
|
+
statusCode: number;
|
|
681
653
|
body: DeleteNodeResponseBody;
|
|
682
654
|
static names(): {
|
|
683
655
|
[key: string]: string;
|
|
@@ -724,6 +696,7 @@ export declare class DescribeAccountsResponse extends $tea.Model {
|
|
|
724
696
|
headers: {
|
|
725
697
|
[key: string]: string;
|
|
726
698
|
};
|
|
699
|
+
statusCode: number;
|
|
727
700
|
body: DescribeAccountsResponseBody;
|
|
728
701
|
static names(): {
|
|
729
702
|
[key: string]: string;
|
|
@@ -770,6 +743,7 @@ export declare class DescribeActiveOperationTaskCountResponse extends $tea.Model
|
|
|
770
743
|
headers: {
|
|
771
744
|
[key: string]: string;
|
|
772
745
|
};
|
|
746
|
+
statusCode: number;
|
|
773
747
|
body: DescribeActiveOperationTaskCountResponseBody;
|
|
774
748
|
static names(): {
|
|
775
749
|
[key: string]: string;
|
|
@@ -816,6 +790,7 @@ export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model
|
|
|
816
790
|
headers: {
|
|
817
791
|
[key: string]: string;
|
|
818
792
|
};
|
|
793
|
+
statusCode: number;
|
|
819
794
|
body: DescribeActiveOperationTaskTypeResponseBody;
|
|
820
795
|
static names(): {
|
|
821
796
|
[key: string]: string;
|
|
@@ -827,57 +802,6 @@ export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model
|
|
|
827
802
|
[key: string]: any;
|
|
828
803
|
});
|
|
829
804
|
}
|
|
830
|
-
export declare class DescribeAuditFilesRequest extends $tea.Model {
|
|
831
|
-
DBInstanceId?: string;
|
|
832
|
-
nodeId?: string;
|
|
833
|
-
ownerAccount?: string;
|
|
834
|
-
ownerId?: number;
|
|
835
|
-
pageNumber?: number;
|
|
836
|
-
pageSize?: number;
|
|
837
|
-
resourceOwnerAccount?: string;
|
|
838
|
-
resourceOwnerId?: number;
|
|
839
|
-
securityToken?: string;
|
|
840
|
-
static names(): {
|
|
841
|
-
[key: string]: string;
|
|
842
|
-
};
|
|
843
|
-
static types(): {
|
|
844
|
-
[key: string]: any;
|
|
845
|
-
};
|
|
846
|
-
constructor(map?: {
|
|
847
|
-
[key: string]: any;
|
|
848
|
-
});
|
|
849
|
-
}
|
|
850
|
-
export declare class DescribeAuditFilesResponseBody extends $tea.Model {
|
|
851
|
-
items?: DescribeAuditFilesResponseBodyItems;
|
|
852
|
-
pageNumber?: number;
|
|
853
|
-
pageRecordCount?: number;
|
|
854
|
-
requestId?: string;
|
|
855
|
-
totalRecordCount?: number;
|
|
856
|
-
static names(): {
|
|
857
|
-
[key: string]: string;
|
|
858
|
-
};
|
|
859
|
-
static types(): {
|
|
860
|
-
[key: string]: any;
|
|
861
|
-
};
|
|
862
|
-
constructor(map?: {
|
|
863
|
-
[key: string]: any;
|
|
864
|
-
});
|
|
865
|
-
}
|
|
866
|
-
export declare class DescribeAuditFilesResponse extends $tea.Model {
|
|
867
|
-
headers: {
|
|
868
|
-
[key: string]: string;
|
|
869
|
-
};
|
|
870
|
-
body: DescribeAuditFilesResponseBody;
|
|
871
|
-
static names(): {
|
|
872
|
-
[key: string]: string;
|
|
873
|
-
};
|
|
874
|
-
static types(): {
|
|
875
|
-
[key: string]: any;
|
|
876
|
-
};
|
|
877
|
-
constructor(map?: {
|
|
878
|
-
[key: string]: any;
|
|
879
|
-
});
|
|
880
|
-
}
|
|
881
805
|
export declare class DescribeAuditLogFilterRequest extends $tea.Model {
|
|
882
806
|
DBInstanceId?: string;
|
|
883
807
|
ownerAccount?: string;
|
|
@@ -914,6 +838,7 @@ export declare class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
|
914
838
|
headers: {
|
|
915
839
|
[key: string]: string;
|
|
916
840
|
};
|
|
841
|
+
statusCode: number;
|
|
917
842
|
body: DescribeAuditLogFilterResponseBody;
|
|
918
843
|
static names(): {
|
|
919
844
|
[key: string]: string;
|
|
@@ -959,6 +884,7 @@ export declare class DescribeAuditPolicyResponse extends $tea.Model {
|
|
|
959
884
|
headers: {
|
|
960
885
|
[key: string]: string;
|
|
961
886
|
};
|
|
887
|
+
statusCode: number;
|
|
962
888
|
body: DescribeAuditPolicyResponseBody;
|
|
963
889
|
static names(): {
|
|
964
890
|
[key: string]: string;
|
|
@@ -1017,6 +943,7 @@ export declare class DescribeAuditRecordsResponse extends $tea.Model {
|
|
|
1017
943
|
headers: {
|
|
1018
944
|
[key: string]: string;
|
|
1019
945
|
};
|
|
946
|
+
statusCode: number;
|
|
1020
947
|
body: DescribeAuditRecordsResponseBody;
|
|
1021
948
|
static names(): {
|
|
1022
949
|
[key: string]: string;
|
|
@@ -1062,6 +989,7 @@ export declare class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
|
1062
989
|
headers: {
|
|
1063
990
|
[key: string]: string;
|
|
1064
991
|
};
|
|
992
|
+
statusCode: number;
|
|
1065
993
|
body: DescribeAvailableEngineVersionResponseBody;
|
|
1066
994
|
static names(): {
|
|
1067
995
|
[key: string]: string;
|
|
@@ -1111,6 +1039,7 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1111
1039
|
headers: {
|
|
1112
1040
|
[key: string]: string;
|
|
1113
1041
|
};
|
|
1042
|
+
statusCode: number;
|
|
1114
1043
|
body: DescribeAvailableResourceResponseBody;
|
|
1115
1044
|
static names(): {
|
|
1116
1045
|
[key: string]: string;
|
|
@@ -1122,52 +1051,6 @@ export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
|
1122
1051
|
[key: string]: any;
|
|
1123
1052
|
});
|
|
1124
1053
|
}
|
|
1125
|
-
export declare class DescribeAvailableTimeRangeRequest extends $tea.Model {
|
|
1126
|
-
instanceId?: string;
|
|
1127
|
-
nodeId?: string;
|
|
1128
|
-
ownerAccount?: string;
|
|
1129
|
-
ownerId?: number;
|
|
1130
|
-
resourceOwnerAccount?: string;
|
|
1131
|
-
resourceOwnerId?: number;
|
|
1132
|
-
securityToken?: string;
|
|
1133
|
-
static names(): {
|
|
1134
|
-
[key: string]: string;
|
|
1135
|
-
};
|
|
1136
|
-
static types(): {
|
|
1137
|
-
[key: string]: any;
|
|
1138
|
-
};
|
|
1139
|
-
constructor(map?: {
|
|
1140
|
-
[key: string]: any;
|
|
1141
|
-
});
|
|
1142
|
-
}
|
|
1143
|
-
export declare class DescribeAvailableTimeRangeResponseBody extends $tea.Model {
|
|
1144
|
-
requestId?: string;
|
|
1145
|
-
timeRange?: DescribeAvailableTimeRangeResponseBodyTimeRange;
|
|
1146
|
-
static names(): {
|
|
1147
|
-
[key: string]: string;
|
|
1148
|
-
};
|
|
1149
|
-
static types(): {
|
|
1150
|
-
[key: string]: any;
|
|
1151
|
-
};
|
|
1152
|
-
constructor(map?: {
|
|
1153
|
-
[key: string]: any;
|
|
1154
|
-
});
|
|
1155
|
-
}
|
|
1156
|
-
export declare class DescribeAvailableTimeRangeResponse extends $tea.Model {
|
|
1157
|
-
headers: {
|
|
1158
|
-
[key: string]: string;
|
|
1159
|
-
};
|
|
1160
|
-
body: DescribeAvailableTimeRangeResponseBody;
|
|
1161
|
-
static names(): {
|
|
1162
|
-
[key: string]: string;
|
|
1163
|
-
};
|
|
1164
|
-
static types(): {
|
|
1165
|
-
[key: string]: any;
|
|
1166
|
-
};
|
|
1167
|
-
constructor(map?: {
|
|
1168
|
-
[key: string]: any;
|
|
1169
|
-
});
|
|
1170
|
-
}
|
|
1171
1054
|
export declare class DescribeBackupDBsRequest extends $tea.Model {
|
|
1172
1055
|
backupId?: string;
|
|
1173
1056
|
ownerAccount?: string;
|
|
@@ -1210,6 +1093,7 @@ export declare class DescribeBackupDBsResponse extends $tea.Model {
|
|
|
1210
1093
|
headers: {
|
|
1211
1094
|
[key: string]: string;
|
|
1212
1095
|
};
|
|
1096
|
+
statusCode: number;
|
|
1213
1097
|
body: DescribeBackupDBsResponseBody;
|
|
1214
1098
|
static names(): {
|
|
1215
1099
|
[key: string]: string;
|
|
@@ -1259,6 +1143,7 @@ export declare class DescribeBackupPolicyResponse extends $tea.Model {
|
|
|
1259
1143
|
headers: {
|
|
1260
1144
|
[key: string]: string;
|
|
1261
1145
|
};
|
|
1146
|
+
statusCode: number;
|
|
1262
1147
|
body: DescribeBackupPolicyResponseBody;
|
|
1263
1148
|
static names(): {
|
|
1264
1149
|
[key: string]: string;
|
|
@@ -1313,6 +1198,7 @@ export declare class DescribeBackupsResponse extends $tea.Model {
|
|
|
1313
1198
|
headers: {
|
|
1314
1199
|
[key: string]: string;
|
|
1315
1200
|
};
|
|
1201
|
+
statusCode: number;
|
|
1316
1202
|
body: DescribeBackupsResponseBody;
|
|
1317
1203
|
static names(): {
|
|
1318
1204
|
[key: string]: string;
|
|
@@ -1360,6 +1246,7 @@ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
|
1360
1246
|
headers: {
|
|
1361
1247
|
[key: string]: string;
|
|
1362
1248
|
};
|
|
1249
|
+
statusCode: number;
|
|
1363
1250
|
body: DescribeDBInstanceAttributeResponseBody;
|
|
1364
1251
|
static names(): {
|
|
1365
1252
|
[key: string]: string;
|
|
@@ -1413,6 +1300,7 @@ export declare class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model
|
|
|
1413
1300
|
headers: {
|
|
1414
1301
|
[key: string]: string;
|
|
1415
1302
|
};
|
|
1303
|
+
statusCode: number;
|
|
1416
1304
|
body: DescribeDBInstanceEncryptionKeyResponseBody;
|
|
1417
1305
|
static names(): {
|
|
1418
1306
|
[key: string]: string;
|
|
@@ -1458,6 +1346,7 @@ export declare class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
|
1458
1346
|
headers: {
|
|
1459
1347
|
[key: string]: string;
|
|
1460
1348
|
};
|
|
1349
|
+
statusCode: number;
|
|
1461
1350
|
body: DescribeDBInstanceMonitorResponseBody;
|
|
1462
1351
|
static names(): {
|
|
1463
1352
|
[key: string]: string;
|
|
@@ -1511,6 +1400,7 @@ export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
|
1511
1400
|
headers: {
|
|
1512
1401
|
[key: string]: string;
|
|
1513
1402
|
};
|
|
1403
|
+
statusCode: number;
|
|
1514
1404
|
body: DescribeDBInstancePerformanceResponseBody;
|
|
1515
1405
|
static names(): {
|
|
1516
1406
|
[key: string]: string;
|
|
@@ -1558,6 +1448,7 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
|
1558
1448
|
headers: {
|
|
1559
1449
|
[key: string]: string;
|
|
1560
1450
|
};
|
|
1451
|
+
statusCode: number;
|
|
1561
1452
|
body: DescribeDBInstanceSSLResponseBody;
|
|
1562
1453
|
static names(): {
|
|
1563
1454
|
[key: string]: string;
|
|
@@ -1603,6 +1494,7 @@ export declare class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
|
1603
1494
|
headers: {
|
|
1604
1495
|
[key: string]: string;
|
|
1605
1496
|
};
|
|
1497
|
+
statusCode: number;
|
|
1606
1498
|
body: DescribeDBInstanceTDEInfoResponseBody;
|
|
1607
1499
|
static names(): {
|
|
1608
1500
|
[key: string]: string;
|
|
@@ -1671,6 +1563,7 @@ export declare class DescribeDBInstancesResponse extends $tea.Model {
|
|
|
1671
1563
|
headers: {
|
|
1672
1564
|
[key: string]: string;
|
|
1673
1565
|
};
|
|
1566
|
+
statusCode: number;
|
|
1674
1567
|
body: DescribeDBInstancesResponseBody;
|
|
1675
1568
|
static names(): {
|
|
1676
1569
|
[key: string]: string;
|
|
@@ -1728,6 +1621,7 @@ export declare class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
|
1728
1621
|
headers: {
|
|
1729
1622
|
[key: string]: string;
|
|
1730
1623
|
};
|
|
1624
|
+
statusCode: number;
|
|
1731
1625
|
body: DescribeDBInstancesOverviewResponseBody;
|
|
1732
1626
|
static names(): {
|
|
1733
1627
|
[key: string]: string;
|
|
@@ -1786,6 +1680,7 @@ export declare class DescribeDedicatedClusterInstanceListResponse extends $tea.M
|
|
|
1786
1680
|
headers: {
|
|
1787
1681
|
[key: string]: string;
|
|
1788
1682
|
};
|
|
1683
|
+
statusCode: number;
|
|
1789
1684
|
body: DescribeDedicatedClusterInstanceListResponseBody;
|
|
1790
1685
|
static names(): {
|
|
1791
1686
|
[key: string]: string;
|
|
@@ -1843,6 +1738,7 @@ export declare class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
|
1843
1738
|
headers: {
|
|
1844
1739
|
[key: string]: string;
|
|
1845
1740
|
};
|
|
1741
|
+
statusCode: number;
|
|
1846
1742
|
body: DescribeErrorLogRecordsResponseBody;
|
|
1847
1743
|
static names(): {
|
|
1848
1744
|
[key: string]: string;
|
|
@@ -1895,6 +1791,7 @@ export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.M
|
|
|
1895
1791
|
headers: {
|
|
1896
1792
|
[key: string]: string;
|
|
1897
1793
|
};
|
|
1794
|
+
statusCode: number;
|
|
1898
1795
|
body: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
1899
1796
|
static names(): {
|
|
1900
1797
|
[key: string]: string;
|
|
@@ -1940,6 +1837,7 @@ export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
|
1940
1837
|
headers: {
|
|
1941
1838
|
[key: string]: string;
|
|
1942
1839
|
};
|
|
1840
|
+
statusCode: number;
|
|
1943
1841
|
body: DescribeKernelReleaseNotesResponseBody;
|
|
1944
1842
|
static names(): {
|
|
1945
1843
|
[key: string]: string;
|
|
@@ -1995,6 +1893,7 @@ export declare class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
|
1995
1893
|
headers: {
|
|
1996
1894
|
[key: string]: string;
|
|
1997
1895
|
};
|
|
1896
|
+
statusCode: number;
|
|
1998
1897
|
body: DescribeMongoDBLogConfigResponseBody;
|
|
1999
1898
|
static names(): {
|
|
2000
1899
|
[key: string]: string;
|
|
@@ -2044,6 +1943,7 @@ export declare class DescribeParameterModificationHistoryResponse extends $tea.M
|
|
|
2044
1943
|
headers: {
|
|
2045
1944
|
[key: string]: string;
|
|
2046
1945
|
};
|
|
1946
|
+
statusCode: number;
|
|
2047
1947
|
body: DescribeParameterModificationHistoryResponseBody;
|
|
2048
1948
|
static names(): {
|
|
2049
1949
|
[key: string]: string;
|
|
@@ -2094,6 +1994,7 @@ export declare class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
|
2094
1994
|
headers: {
|
|
2095
1995
|
[key: string]: string;
|
|
2096
1996
|
};
|
|
1997
|
+
statusCode: number;
|
|
2097
1998
|
body: DescribeParameterTemplatesResponseBody;
|
|
2098
1999
|
static names(): {
|
|
2099
2000
|
[key: string]: string;
|
|
@@ -2144,6 +2045,7 @@ export declare class DescribeParametersResponse extends $tea.Model {
|
|
|
2144
2045
|
headers: {
|
|
2145
2046
|
[key: string]: string;
|
|
2146
2047
|
};
|
|
2048
|
+
statusCode: number;
|
|
2147
2049
|
body: DescribeParametersResponseBody;
|
|
2148
2050
|
static names(): {
|
|
2149
2051
|
[key: string]: string;
|
|
@@ -2201,6 +2103,7 @@ export declare class DescribePriceResponse extends $tea.Model {
|
|
|
2201
2103
|
headers: {
|
|
2202
2104
|
[key: string]: string;
|
|
2203
2105
|
};
|
|
2106
|
+
statusCode: number;
|
|
2204
2107
|
body: DescribePriceResponseBody;
|
|
2205
2108
|
static names(): {
|
|
2206
2109
|
[key: string]: string;
|
|
@@ -2213,6 +2116,7 @@ export declare class DescribePriceResponse extends $tea.Model {
|
|
|
2213
2116
|
});
|
|
2214
2117
|
}
|
|
2215
2118
|
export declare class DescribeRegionsRequest extends $tea.Model {
|
|
2119
|
+
acceptLanguage?: string;
|
|
2216
2120
|
ownerAccount?: string;
|
|
2217
2121
|
ownerId?: number;
|
|
2218
2122
|
regionId?: string;
|
|
@@ -2246,6 +2150,7 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
2246
2150
|
headers: {
|
|
2247
2151
|
[key: string]: string;
|
|
2248
2152
|
};
|
|
2153
|
+
statusCode: number;
|
|
2249
2154
|
body: DescribeRegionsResponseBody;
|
|
2250
2155
|
static names(): {
|
|
2251
2156
|
[key: string]: string;
|
|
@@ -2295,6 +2200,7 @@ export declare class DescribeRenewalPriceResponse extends $tea.Model {
|
|
|
2295
2200
|
headers: {
|
|
2296
2201
|
[key: string]: string;
|
|
2297
2202
|
};
|
|
2203
|
+
statusCode: number;
|
|
2298
2204
|
body: DescribeRenewalPriceResponseBody;
|
|
2299
2205
|
static names(): {
|
|
2300
2206
|
[key: string]: string;
|
|
@@ -2341,6 +2247,7 @@ export declare class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
|
2341
2247
|
headers: {
|
|
2342
2248
|
[key: string]: string;
|
|
2343
2249
|
};
|
|
2250
|
+
statusCode: number;
|
|
2344
2251
|
body: DescribeReplicaSetRoleResponseBody;
|
|
2345
2252
|
static names(): {
|
|
2346
2253
|
[key: string]: string;
|
|
@@ -2386,6 +2293,7 @@ export declare class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
|
2386
2293
|
headers: {
|
|
2387
2294
|
[key: string]: string;
|
|
2388
2295
|
};
|
|
2296
|
+
statusCode: number;
|
|
2389
2297
|
body: DescribeRoleZoneInfoResponseBody;
|
|
2390
2298
|
static names(): {
|
|
2391
2299
|
[key: string]: string;
|
|
@@ -2445,6 +2353,7 @@ export declare class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
|
2445
2353
|
headers: {
|
|
2446
2354
|
[key: string]: string;
|
|
2447
2355
|
};
|
|
2356
|
+
statusCode: number;
|
|
2448
2357
|
body: DescribeRunningLogRecordsResponseBody;
|
|
2449
2358
|
static names(): {
|
|
2450
2359
|
[key: string]: string;
|
|
@@ -2490,6 +2399,7 @@ export declare class DescribeSecurityGroupConfigurationResponse extends $tea.Mod
|
|
|
2490
2399
|
headers: {
|
|
2491
2400
|
[key: string]: string;
|
|
2492
2401
|
};
|
|
2402
|
+
statusCode: number;
|
|
2493
2403
|
body: DescribeSecurityGroupConfigurationResponseBody;
|
|
2494
2404
|
static names(): {
|
|
2495
2405
|
[key: string]: string;
|
|
@@ -2536,6 +2446,7 @@ export declare class DescribeSecurityIpsResponse extends $tea.Model {
|
|
|
2536
2446
|
headers: {
|
|
2537
2447
|
[key: string]: string;
|
|
2538
2448
|
};
|
|
2449
|
+
statusCode: number;
|
|
2539
2450
|
body: DescribeSecurityIpsResponseBody;
|
|
2540
2451
|
static names(): {
|
|
2541
2452
|
[key: string]: string;
|
|
@@ -2583,6 +2494,7 @@ export declare class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
|
2583
2494
|
headers: {
|
|
2584
2495
|
[key: string]: string;
|
|
2585
2496
|
};
|
|
2497
|
+
statusCode: number;
|
|
2586
2498
|
body: DescribeShardingNetworkAddressResponseBody;
|
|
2587
2499
|
static names(): {
|
|
2588
2500
|
[key: string]: string;
|
|
@@ -2640,6 +2552,7 @@ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
|
2640
2552
|
headers: {
|
|
2641
2553
|
[key: string]: string;
|
|
2642
2554
|
};
|
|
2555
|
+
statusCode: number;
|
|
2643
2556
|
body: DescribeSlowLogRecordsResponseBody;
|
|
2644
2557
|
static names(): {
|
|
2645
2558
|
[key: string]: string;
|
|
@@ -2688,6 +2601,7 @@ export declare class DescribeTagsResponse extends $tea.Model {
|
|
|
2688
2601
|
headers: {
|
|
2689
2602
|
[key: string]: string;
|
|
2690
2603
|
};
|
|
2604
|
+
statusCode: number;
|
|
2691
2605
|
body: DescribeTagsResponseBody;
|
|
2692
2606
|
static names(): {
|
|
2693
2607
|
[key: string]: string;
|
|
@@ -2734,6 +2648,7 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
|
2734
2648
|
headers: {
|
|
2735
2649
|
[key: string]: string;
|
|
2736
2650
|
};
|
|
2651
|
+
statusCode: number;
|
|
2737
2652
|
body: DescribeUserEncryptionKeyListResponseBody;
|
|
2738
2653
|
static names(): {
|
|
2739
2654
|
[key: string]: string;
|
|
@@ -2781,6 +2696,7 @@ export declare class DestroyInstanceResponse extends $tea.Model {
|
|
|
2781
2696
|
headers: {
|
|
2782
2697
|
[key: string]: string;
|
|
2783
2698
|
};
|
|
2699
|
+
statusCode: number;
|
|
2784
2700
|
body: DestroyInstanceResponseBody;
|
|
2785
2701
|
static names(): {
|
|
2786
2702
|
[key: string]: string;
|
|
@@ -2836,6 +2752,7 @@ export declare class EvaluateResourceResponse extends $tea.Model {
|
|
|
2836
2752
|
headers: {
|
|
2837
2753
|
[key: string]: string;
|
|
2838
2754
|
};
|
|
2755
|
+
statusCode: number;
|
|
2839
2756
|
body: EvaluateResourceResponseBody;
|
|
2840
2757
|
static names(): {
|
|
2841
2758
|
[key: string]: string;
|
|
@@ -2885,6 +2802,7 @@ export declare class ListTagResourcesResponse extends $tea.Model {
|
|
|
2885
2802
|
headers: {
|
|
2886
2803
|
[key: string]: string;
|
|
2887
2804
|
};
|
|
2805
|
+
statusCode: number;
|
|
2888
2806
|
body: ListTagResourcesResponseBody;
|
|
2889
2807
|
static names(): {
|
|
2890
2808
|
[key: string]: string;
|
|
@@ -2931,6 +2849,7 @@ export declare class MigrateAvailableZoneResponse extends $tea.Model {
|
|
|
2931
2849
|
headers: {
|
|
2932
2850
|
[key: string]: string;
|
|
2933
2851
|
};
|
|
2852
|
+
statusCode: number;
|
|
2934
2853
|
body: MigrateAvailableZoneResponseBody;
|
|
2935
2854
|
static names(): {
|
|
2936
2855
|
[key: string]: string;
|
|
@@ -2977,6 +2896,7 @@ export declare class MigrateToOtherZoneResponse extends $tea.Model {
|
|
|
2977
2896
|
headers: {
|
|
2978
2897
|
[key: string]: string;
|
|
2979
2898
|
};
|
|
2899
|
+
statusCode: number;
|
|
2980
2900
|
body: MigrateToOtherZoneResponseBody;
|
|
2981
2901
|
static names(): {
|
|
2982
2902
|
[key: string]: string;
|
|
@@ -3023,6 +2943,7 @@ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
|
3023
2943
|
headers: {
|
|
3024
2944
|
[key: string]: string;
|
|
3025
2945
|
};
|
|
2946
|
+
statusCode: number;
|
|
3026
2947
|
body: ModifyAccountDescriptionResponseBody;
|
|
3027
2948
|
static names(): {
|
|
3028
2949
|
[key: string]: string;
|
|
@@ -3069,6 +2990,7 @@ export declare class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
|
3069
2990
|
headers: {
|
|
3070
2991
|
[key: string]: string;
|
|
3071
2992
|
};
|
|
2993
|
+
statusCode: number;
|
|
3072
2994
|
body: ModifyAuditLogFilterResponseBody;
|
|
3073
2995
|
static names(): {
|
|
3074
2996
|
[key: string]: string;
|
|
@@ -3117,6 +3039,7 @@ export declare class ModifyAuditPolicyResponse extends $tea.Model {
|
|
|
3117
3039
|
headers: {
|
|
3118
3040
|
[key: string]: string;
|
|
3119
3041
|
};
|
|
3042
|
+
statusCode: number;
|
|
3120
3043
|
body: ModifyAuditPolicyResponseBody;
|
|
3121
3044
|
static names(): {
|
|
3122
3045
|
[key: string]: string;
|
|
@@ -3166,6 +3089,7 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
3166
3089
|
headers: {
|
|
3167
3090
|
[key: string]: string;
|
|
3168
3091
|
};
|
|
3092
|
+
statusCode: number;
|
|
3169
3093
|
body: ModifyBackupPolicyResponseBody;
|
|
3170
3094
|
static names(): {
|
|
3171
3095
|
[key: string]: string;
|
|
@@ -3213,6 +3137,7 @@ export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model
|
|
|
3213
3137
|
headers: {
|
|
3214
3138
|
[key: string]: string;
|
|
3215
3139
|
};
|
|
3140
|
+
statusCode: number;
|
|
3216
3141
|
body: ModifyDBInstanceConnectionStringResponseBody;
|
|
3217
3142
|
static names(): {
|
|
3218
3143
|
[key: string]: string;
|
|
@@ -3259,6 +3184,7 @@ export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
|
3259
3184
|
headers: {
|
|
3260
3185
|
[key: string]: string;
|
|
3261
3186
|
};
|
|
3187
|
+
statusCode: number;
|
|
3262
3188
|
body: ModifyDBInstanceDescriptionResponseBody;
|
|
3263
3189
|
static names(): {
|
|
3264
3190
|
[key: string]: string;
|
|
@@ -3305,6 +3231,7 @@ export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
|
3305
3231
|
headers: {
|
|
3306
3232
|
[key: string]: string;
|
|
3307
3233
|
};
|
|
3234
|
+
statusCode: number;
|
|
3308
3235
|
body: ModifyDBInstanceMaintainTimeResponseBody;
|
|
3309
3236
|
static names(): {
|
|
3310
3237
|
[key: string]: string;
|
|
@@ -3350,6 +3277,7 @@ export declare class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
|
3350
3277
|
headers: {
|
|
3351
3278
|
[key: string]: string;
|
|
3352
3279
|
};
|
|
3280
|
+
statusCode: number;
|
|
3353
3281
|
body: ModifyDBInstanceMonitorResponseBody;
|
|
3354
3282
|
static names(): {
|
|
3355
3283
|
[key: string]: string;
|
|
@@ -3396,6 +3324,7 @@ export declare class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
|
3396
3324
|
headers: {
|
|
3397
3325
|
[key: string]: string;
|
|
3398
3326
|
};
|
|
3327
|
+
statusCode: number;
|
|
3399
3328
|
body: ModifyDBInstanceNetExpireTimeResponseBody;
|
|
3400
3329
|
static names(): {
|
|
3401
3330
|
[key: string]: string;
|
|
@@ -3445,6 +3374,7 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
3445
3374
|
headers: {
|
|
3446
3375
|
[key: string]: string;
|
|
3447
3376
|
};
|
|
3377
|
+
statusCode: number;
|
|
3448
3378
|
body: ModifyDBInstanceNetworkTypeResponseBody;
|
|
3449
3379
|
static names(): {
|
|
3450
3380
|
[key: string]: string;
|
|
@@ -3458,6 +3388,7 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
|
3458
3388
|
}
|
|
3459
3389
|
export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
3460
3390
|
DBInstanceId?: string;
|
|
3391
|
+
disableTlsProtocol?: string;
|
|
3461
3392
|
ownerAccount?: string;
|
|
3462
3393
|
ownerId?: number;
|
|
3463
3394
|
resourceOwnerAccount?: string;
|
|
@@ -3490,6 +3421,7 @@ export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
|
3490
3421
|
headers: {
|
|
3491
3422
|
[key: string]: string;
|
|
3492
3423
|
};
|
|
3424
|
+
statusCode: number;
|
|
3493
3425
|
body: ModifyDBInstanceSSLResponseBody;
|
|
3494
3426
|
static names(): {
|
|
3495
3427
|
[key: string]: string;
|
|
@@ -3544,6 +3476,7 @@ export declare class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
|
3544
3476
|
headers: {
|
|
3545
3477
|
[key: string]: string;
|
|
3546
3478
|
};
|
|
3479
|
+
statusCode: number;
|
|
3547
3480
|
body: ModifyDBInstanceSpecResponseBody;
|
|
3548
3481
|
static names(): {
|
|
3549
3482
|
[key: string]: string;
|
|
@@ -3592,6 +3525,7 @@ export declare class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
|
3592
3525
|
headers: {
|
|
3593
3526
|
[key: string]: string;
|
|
3594
3527
|
};
|
|
3528
|
+
statusCode: number;
|
|
3595
3529
|
body: ModifyDBInstanceTDEResponseBody;
|
|
3596
3530
|
static names(): {
|
|
3597
3531
|
[key: string]: string;
|
|
@@ -3639,6 +3573,7 @@ export declare class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Mod
|
|
|
3639
3573
|
headers: {
|
|
3640
3574
|
[key: string]: string;
|
|
3641
3575
|
};
|
|
3576
|
+
statusCode: number;
|
|
3642
3577
|
body: ModifyInstanceAutoRenewalAttributeResponseBody;
|
|
3643
3578
|
static names(): {
|
|
3644
3579
|
[key: string]: string;
|
|
@@ -3685,6 +3620,7 @@ export declare class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
|
3685
3620
|
headers: {
|
|
3686
3621
|
[key: string]: string;
|
|
3687
3622
|
};
|
|
3623
|
+
statusCode: number;
|
|
3688
3624
|
body: ModifyInstanceVpcAuthModeResponseBody;
|
|
3689
3625
|
static names(): {
|
|
3690
3626
|
[key: string]: string;
|
|
@@ -3742,6 +3678,7 @@ export declare class ModifyNodeSpecResponse extends $tea.Model {
|
|
|
3742
3678
|
headers: {
|
|
3743
3679
|
[key: string]: string;
|
|
3744
3680
|
};
|
|
3681
|
+
statusCode: number;
|
|
3745
3682
|
body: ModifyNodeSpecResponseBody;
|
|
3746
3683
|
static names(): {
|
|
3747
3684
|
[key: string]: string;
|
|
@@ -3795,6 +3732,7 @@ export declare class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
|
3795
3732
|
headers: {
|
|
3796
3733
|
[key: string]: string;
|
|
3797
3734
|
};
|
|
3735
|
+
statusCode: number;
|
|
3798
3736
|
body: ModifyNodeSpecBatchResponseBody;
|
|
3799
3737
|
static names(): {
|
|
3800
3738
|
[key: string]: string;
|
|
@@ -3813,6 +3751,7 @@ export declare class ModifyParametersRequest extends $tea.Model {
|
|
|
3813
3751
|
ownerAccount?: string;
|
|
3814
3752
|
ownerId?: number;
|
|
3815
3753
|
parameters?: string;
|
|
3754
|
+
regionId?: string;
|
|
3816
3755
|
resourceOwnerAccount?: string;
|
|
3817
3756
|
resourceOwnerId?: number;
|
|
3818
3757
|
securityToken?: string;
|
|
@@ -3842,6 +3781,7 @@ export declare class ModifyParametersResponse extends $tea.Model {
|
|
|
3842
3781
|
headers: {
|
|
3843
3782
|
[key: string]: string;
|
|
3844
3783
|
};
|
|
3784
|
+
statusCode: number;
|
|
3845
3785
|
body: ModifyParametersResponseBody;
|
|
3846
3786
|
static names(): {
|
|
3847
3787
|
[key: string]: string;
|
|
@@ -3888,6 +3828,7 @@ export declare class ModifyResourceGroupResponse extends $tea.Model {
|
|
|
3888
3828
|
headers: {
|
|
3889
3829
|
[key: string]: string;
|
|
3890
3830
|
};
|
|
3831
|
+
statusCode: number;
|
|
3891
3832
|
body: ModifyResourceGroupResponseBody;
|
|
3892
3833
|
static names(): {
|
|
3893
3834
|
[key: string]: string;
|
|
@@ -3933,6 +3874,7 @@ export declare class ModifySecurityGroupConfigurationResponse extends $tea.Model
|
|
|
3933
3874
|
headers: {
|
|
3934
3875
|
[key: string]: string;
|
|
3935
3876
|
};
|
|
3877
|
+
statusCode: number;
|
|
3936
3878
|
body: ModifySecurityGroupConfigurationResponseBody;
|
|
3937
3879
|
static names(): {
|
|
3938
3880
|
[key: string]: string;
|
|
@@ -3981,6 +3923,7 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
|
3981
3923
|
headers: {
|
|
3982
3924
|
[key: string]: string;
|
|
3983
3925
|
};
|
|
3926
|
+
statusCode: number;
|
|
3984
3927
|
body: ModifySecurityIpsResponseBody;
|
|
3985
3928
|
static names(): {
|
|
3986
3929
|
[key: string]: string;
|
|
@@ -4027,6 +3970,7 @@ export declare class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model
|
|
|
4027
3970
|
headers: {
|
|
4028
3971
|
[key: string]: string;
|
|
4029
3972
|
};
|
|
3973
|
+
statusCode: number;
|
|
4030
3974
|
body: ReleaseNodePrivateNetworkAddressResponseBody;
|
|
4031
3975
|
static names(): {
|
|
4032
3976
|
[key: string]: string;
|
|
@@ -4072,6 +4016,7 @@ export declare class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
|
4072
4016
|
headers: {
|
|
4073
4017
|
[key: string]: string;
|
|
4074
4018
|
};
|
|
4019
|
+
statusCode: number;
|
|
4075
4020
|
body: ReleasePublicNetworkAddressResponseBody;
|
|
4076
4021
|
static names(): {
|
|
4077
4022
|
[key: string]: string;
|
|
@@ -4122,6 +4067,7 @@ export declare class RenewDBInstanceResponse extends $tea.Model {
|
|
|
4122
4067
|
headers: {
|
|
4123
4068
|
[key: string]: string;
|
|
4124
4069
|
};
|
|
4070
|
+
statusCode: number;
|
|
4125
4071
|
body: RenewDBInstanceResponseBody;
|
|
4126
4072
|
static names(): {
|
|
4127
4073
|
[key: string]: string;
|
|
@@ -4168,6 +4114,7 @@ export declare class ResetAccountPasswordResponse extends $tea.Model {
|
|
|
4168
4114
|
headers: {
|
|
4169
4115
|
[key: string]: string;
|
|
4170
4116
|
};
|
|
4117
|
+
statusCode: number;
|
|
4171
4118
|
body: ResetAccountPasswordResponseBody;
|
|
4172
4119
|
static names(): {
|
|
4173
4120
|
[key: string]: string;
|
|
@@ -4213,6 +4160,7 @@ export declare class RestartDBInstanceResponse extends $tea.Model {
|
|
|
4213
4160
|
headers: {
|
|
4214
4161
|
[key: string]: string;
|
|
4215
4162
|
};
|
|
4163
|
+
statusCode: number;
|
|
4216
4164
|
body: RestartDBInstanceResponseBody;
|
|
4217
4165
|
static names(): {
|
|
4218
4166
|
[key: string]: string;
|
|
@@ -4258,6 +4206,7 @@ export declare class RestoreDBInstanceResponse extends $tea.Model {
|
|
|
4258
4206
|
headers: {
|
|
4259
4207
|
[key: string]: string;
|
|
4260
4208
|
};
|
|
4209
|
+
statusCode: number;
|
|
4261
4210
|
body: RestoreDBInstanceResponseBody;
|
|
4262
4211
|
static names(): {
|
|
4263
4212
|
[key: string]: string;
|
|
@@ -4305,6 +4254,7 @@ export declare class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
|
4305
4254
|
headers: {
|
|
4306
4255
|
[key: string]: string;
|
|
4307
4256
|
};
|
|
4257
|
+
statusCode: number;
|
|
4308
4258
|
body: SwitchDBInstanceHAResponseBody;
|
|
4309
4259
|
static names(): {
|
|
4310
4260
|
[key: string]: string;
|
|
@@ -4352,6 +4302,7 @@ export declare class TagResourcesResponse extends $tea.Model {
|
|
|
4352
4302
|
headers: {
|
|
4353
4303
|
[key: string]: string;
|
|
4354
4304
|
};
|
|
4305
|
+
statusCode: number;
|
|
4355
4306
|
body: TagResourcesResponseBody;
|
|
4356
4307
|
static names(): {
|
|
4357
4308
|
[key: string]: string;
|
|
@@ -4402,6 +4353,7 @@ export declare class TransformToPrePaidResponse extends $tea.Model {
|
|
|
4402
4353
|
headers: {
|
|
4403
4354
|
[key: string]: string;
|
|
4404
4355
|
};
|
|
4356
|
+
statusCode: number;
|
|
4405
4357
|
body: TransformToPrePaidResponseBody;
|
|
4406
4358
|
static names(): {
|
|
4407
4359
|
[key: string]: string;
|
|
@@ -4450,6 +4402,7 @@ export declare class UntagResourcesResponse extends $tea.Model {
|
|
|
4450
4402
|
headers: {
|
|
4451
4403
|
[key: string]: string;
|
|
4452
4404
|
};
|
|
4405
|
+
statusCode: number;
|
|
4453
4406
|
body: UntagResourcesResponseBody;
|
|
4454
4407
|
static names(): {
|
|
4455
4408
|
[key: string]: string;
|
|
@@ -4495,6 +4448,7 @@ export declare class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
|
4495
4448
|
headers: {
|
|
4496
4449
|
[key: string]: string;
|
|
4497
4450
|
};
|
|
4451
|
+
statusCode: number;
|
|
4498
4452
|
body: UpgradeDBInstanceEngineVersionResponseBody;
|
|
4499
4453
|
static names(): {
|
|
4500
4454
|
[key: string]: string;
|
|
@@ -4539,6 +4493,7 @@ export declare class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
|
4539
4493
|
headers: {
|
|
4540
4494
|
[key: string]: string;
|
|
4541
4495
|
};
|
|
4496
|
+
statusCode: number;
|
|
4542
4497
|
body: UpgradeDBInstanceKernelVersionResponseBody;
|
|
4543
4498
|
static names(): {
|
|
4544
4499
|
[key: string]: string;
|
|
@@ -4632,35 +4587,6 @@ export declare class DescribeActiveOperationTaskTypeResponseBodyTypeList extends
|
|
|
4632
4587
|
[key: string]: any;
|
|
4633
4588
|
});
|
|
4634
4589
|
}
|
|
4635
|
-
export declare class DescribeAuditFilesResponseBodyItemsLogFile extends $tea.Model {
|
|
4636
|
-
fileID?: number;
|
|
4637
|
-
logDownloadURL?: string;
|
|
4638
|
-
logEndTime?: string;
|
|
4639
|
-
logSize?: number;
|
|
4640
|
-
logStartTime?: string;
|
|
4641
|
-
logStatus?: string;
|
|
4642
|
-
static names(): {
|
|
4643
|
-
[key: string]: string;
|
|
4644
|
-
};
|
|
4645
|
-
static types(): {
|
|
4646
|
-
[key: string]: any;
|
|
4647
|
-
};
|
|
4648
|
-
constructor(map?: {
|
|
4649
|
-
[key: string]: any;
|
|
4650
|
-
});
|
|
4651
|
-
}
|
|
4652
|
-
export declare class DescribeAuditFilesResponseBodyItems extends $tea.Model {
|
|
4653
|
-
logFile?: DescribeAuditFilesResponseBodyItemsLogFile[];
|
|
4654
|
-
static names(): {
|
|
4655
|
-
[key: string]: string;
|
|
4656
|
-
};
|
|
4657
|
-
static types(): {
|
|
4658
|
-
[key: string]: any;
|
|
4659
|
-
};
|
|
4660
|
-
constructor(map?: {
|
|
4661
|
-
[key: string]: any;
|
|
4662
|
-
});
|
|
4663
|
-
}
|
|
4664
4590
|
export declare class DescribeAuditRecordsResponseBodyItemsSQLRecord extends $tea.Model {
|
|
4665
4591
|
accountName?: string;
|
|
4666
4592
|
DBName?: string;
|
|
@@ -4705,7 +4631,22 @@ export declare class DescribeAvailableEngineVersionResponseBodyEngineVersions ex
|
|
|
4705
4631
|
[key: string]: any;
|
|
4706
4632
|
});
|
|
4707
4633
|
}
|
|
4634
|
+
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange extends $tea.Model {
|
|
4635
|
+
max?: number;
|
|
4636
|
+
min?: number;
|
|
4637
|
+
step?: number;
|
|
4638
|
+
static names(): {
|
|
4639
|
+
[key: string]: string;
|
|
4640
|
+
};
|
|
4641
|
+
static types(): {
|
|
4642
|
+
[key: string]: any;
|
|
4643
|
+
};
|
|
4644
|
+
constructor(map?: {
|
|
4645
|
+
[key: string]: any;
|
|
4646
|
+
});
|
|
4647
|
+
}
|
|
4708
4648
|
export declare class DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResource extends $tea.Model {
|
|
4649
|
+
DBInstanceStorageRange?: DescribeAvailableResourceResponseBodySupportedDBTypesSupportedDBTypeAvailableZonesAvailableZoneSupportedEngineVersionsSupportedEngineVersionSupportedEnginesSupportedEngineSupportedNodeTypesSupportedNodeTypeAvailableResourcesAvailableResourceDBInstanceStorageRange;
|
|
4709
4650
|
instanceClass?: string;
|
|
4710
4651
|
instanceClassRemark?: string;
|
|
4711
4652
|
static names(): {
|
|
@@ -4857,34 +4798,6 @@ export declare class DescribeAvailableResourceResponseBodySupportedDBTypes exten
|
|
|
4857
4798
|
[key: string]: any;
|
|
4858
4799
|
});
|
|
4859
4800
|
}
|
|
4860
|
-
export declare class DescribeAvailableTimeRangeResponseBodyTimeRangeTimeRange extends $tea.Model {
|
|
4861
|
-
endTime?: string;
|
|
4862
|
-
nodeId?: string;
|
|
4863
|
-
startTime?: string;
|
|
4864
|
-
status?: string;
|
|
4865
|
-
taskId?: string;
|
|
4866
|
-
static names(): {
|
|
4867
|
-
[key: string]: string;
|
|
4868
|
-
};
|
|
4869
|
-
static types(): {
|
|
4870
|
-
[key: string]: any;
|
|
4871
|
-
};
|
|
4872
|
-
constructor(map?: {
|
|
4873
|
-
[key: string]: any;
|
|
4874
|
-
});
|
|
4875
|
-
}
|
|
4876
|
-
export declare class DescribeAvailableTimeRangeResponseBodyTimeRange extends $tea.Model {
|
|
4877
|
-
timeRange?: DescribeAvailableTimeRangeResponseBodyTimeRangeTimeRange[];
|
|
4878
|
-
static names(): {
|
|
4879
|
-
[key: string]: string;
|
|
4880
|
-
};
|
|
4881
|
-
static types(): {
|
|
4882
|
-
[key: string]: any;
|
|
4883
|
-
};
|
|
4884
|
-
constructor(map?: {
|
|
4885
|
-
[key: string]: any;
|
|
4886
|
-
});
|
|
4887
|
-
}
|
|
4888
4801
|
export declare class DescribeBackupDBsResponseBodyDatabasesDatabase extends $tea.Model {
|
|
4889
4802
|
DBName?: string;
|
|
4890
4803
|
static names(): {
|
|
@@ -5113,6 +5026,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
|
|
|
5113
5026
|
engine?: string;
|
|
5114
5027
|
engineVersion?: string;
|
|
5115
5028
|
expireTime?: string;
|
|
5029
|
+
hiddenZoneId?: string;
|
|
5116
5030
|
kindCode?: string;
|
|
5117
5031
|
lastDowngradeTime?: string;
|
|
5118
5032
|
lockMode?: string;
|
|
@@ -5130,6 +5044,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanc
|
|
|
5130
5044
|
replicaSets?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceReplicaSets;
|
|
5131
5045
|
replicationFactor?: string;
|
|
5132
5046
|
resourceGroupId?: string;
|
|
5047
|
+
secondaryZoneId?: string;
|
|
5133
5048
|
shardList?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceShardList;
|
|
5134
5049
|
storageEngine?: string;
|
|
5135
5050
|
tags?: DescribeDBInstanceAttributeResponseBodyDBInstancesDBInstanceTags;
|
|
@@ -5318,6 +5233,7 @@ export declare class DescribeDBInstancesResponseBodyDBInstancesDBInstance extend
|
|
|
5318
5233
|
engine?: string;
|
|
5319
5234
|
engineVersion?: string;
|
|
5320
5235
|
expireTime?: string;
|
|
5236
|
+
hiddenZoneId?: string;
|
|
5321
5237
|
kindCode?: string;
|
|
5322
5238
|
lastDowngradeTime?: string;
|
|
5323
5239
|
lockMode?: string;
|
|
@@ -5326,7 +5242,9 @@ export declare class DescribeDBInstancesResponseBodyDBInstancesDBInstance extend
|
|
|
5326
5242
|
regionId?: string;
|
|
5327
5243
|
replicationFactor?: string;
|
|
5328
5244
|
resourceGroupId?: string;
|
|
5245
|
+
secondaryZoneId?: string;
|
|
5329
5246
|
shardList?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceShardList;
|
|
5247
|
+
storageType?: string;
|
|
5330
5248
|
tags?: DescribeDBInstancesResponseBodyDBInstancesDBInstanceTags;
|
|
5331
5249
|
vpcAuthMode?: string;
|
|
5332
5250
|
zoneId?: string;
|
|
@@ -5824,6 +5742,7 @@ export declare class DescribePriceResponseBodySubOrders extends $tea.Model {
|
|
|
5824
5742
|
}
|
|
5825
5743
|
export declare class DescribeRegionsResponseBodyRegionsDdsRegionZonesZone extends $tea.Model {
|
|
5826
5744
|
vpcEnabled?: boolean;
|
|
5745
|
+
zoneId?: string;
|
|
5827
5746
|
zoneName?: string;
|
|
5828
5747
|
static names(): {
|
|
5829
5748
|
[key: string]: string;
|
|
@@ -5849,6 +5768,7 @@ export declare class DescribeRegionsResponseBodyRegionsDdsRegionZones extends $t
|
|
|
5849
5768
|
}
|
|
5850
5769
|
export declare class DescribeRegionsResponseBodyRegionsDdsRegion extends $tea.Model {
|
|
5851
5770
|
regionId?: string;
|
|
5771
|
+
regionName?: string;
|
|
5852
5772
|
zones?: DescribeRegionsResponseBodyRegionsDdsRegionZones;
|
|
5853
5773
|
static names(): {
|
|
5854
5774
|
[key: string]: string;
|
|
@@ -6326,8 +6246,6 @@ export default class Client extends OpenApi {
|
|
|
6326
6246
|
createNode(request: CreateNodeRequest): Promise<CreateNodeResponse>;
|
|
6327
6247
|
createNodeBatchWithOptions(request: CreateNodeBatchRequest, runtime: $Util.RuntimeOptions): Promise<CreateNodeBatchResponse>;
|
|
6328
6248
|
createNodeBatch(request: CreateNodeBatchRequest): Promise<CreateNodeBatchResponse>;
|
|
6329
|
-
createRecommendationTaskWithOptions(request: CreateRecommendationTaskRequest, runtime: $Util.RuntimeOptions): Promise<CreateRecommendationTaskResponse>;
|
|
6330
|
-
createRecommendationTask(request: CreateRecommendationTaskRequest): Promise<CreateRecommendationTaskResponse>;
|
|
6331
6249
|
createServerlessDBInstanceWithOptions(request: CreateServerlessDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateServerlessDBInstanceResponse>;
|
|
6332
6250
|
createServerlessDBInstance(request: CreateServerlessDBInstanceRequest): Promise<CreateServerlessDBInstanceResponse>;
|
|
6333
6251
|
createShardingDBInstanceWithOptions(request: CreateShardingDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateShardingDBInstanceResponse>;
|
|
@@ -6342,8 +6260,6 @@ export default class Client extends OpenApi {
|
|
|
6342
6260
|
describeActiveOperationTaskCount(request: DescribeActiveOperationTaskCountRequest): Promise<DescribeActiveOperationTaskCountResponse>;
|
|
6343
6261
|
describeActiveOperationTaskTypeWithOptions(request: DescribeActiveOperationTaskTypeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
6344
6262
|
describeActiveOperationTaskType(request: DescribeActiveOperationTaskTypeRequest): Promise<DescribeActiveOperationTaskTypeResponse>;
|
|
6345
|
-
describeAuditFilesWithOptions(request: DescribeAuditFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditFilesResponse>;
|
|
6346
|
-
describeAuditFiles(request: DescribeAuditFilesRequest): Promise<DescribeAuditFilesResponse>;
|
|
6347
6263
|
describeAuditLogFilterWithOptions(request: DescribeAuditLogFilterRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditLogFilterResponse>;
|
|
6348
6264
|
describeAuditLogFilter(request: DescribeAuditLogFilterRequest): Promise<DescribeAuditLogFilterResponse>;
|
|
6349
6265
|
describeAuditPolicyWithOptions(request: DescribeAuditPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAuditPolicyResponse>;
|
|
@@ -6354,8 +6270,6 @@ export default class Client extends OpenApi {
|
|
|
6354
6270
|
describeAvailableEngineVersion(request: DescribeAvailableEngineVersionRequest): Promise<DescribeAvailableEngineVersionResponse>;
|
|
6355
6271
|
describeAvailableResourceWithOptions(request: DescribeAvailableResourceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourceResponse>;
|
|
6356
6272
|
describeAvailableResource(request: DescribeAvailableResourceRequest): Promise<DescribeAvailableResourceResponse>;
|
|
6357
|
-
describeAvailableTimeRangeWithOptions(request: DescribeAvailableTimeRangeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableTimeRangeResponse>;
|
|
6358
|
-
describeAvailableTimeRange(request: DescribeAvailableTimeRangeRequest): Promise<DescribeAvailableTimeRangeResponse>;
|
|
6359
6273
|
describeBackupDBsWithOptions(request: DescribeBackupDBsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupDBsResponse>;
|
|
6360
6274
|
describeBackupDBs(request: DescribeBackupDBsRequest): Promise<DescribeBackupDBsResponse>;
|
|
6361
6275
|
describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
|