@alicloud/dds20151201 5.0.3 → 5.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +333 -328
- package/dist/client.js +43 -10
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +375 -328
package/dist/client.d.ts
CHANGED
|
@@ -37,11 +37,11 @@ export declare class AllocateNodePrivateNetworkAddressResponseBody extends $tea.
|
|
|
37
37
|
});
|
|
38
38
|
}
|
|
39
39
|
export declare class AllocateNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
40
|
-
headers
|
|
40
|
+
headers?: {
|
|
41
41
|
[key: string]: string;
|
|
42
42
|
};
|
|
43
|
-
statusCode
|
|
44
|
-
body
|
|
43
|
+
statusCode?: number;
|
|
44
|
+
body?: AllocateNodePrivateNetworkAddressResponseBody;
|
|
45
45
|
static names(): {
|
|
46
46
|
[key: string]: string;
|
|
47
47
|
};
|
|
@@ -82,11 +82,11 @@ export declare class AllocatePublicNetworkAddressResponseBody extends $tea.Model
|
|
|
82
82
|
});
|
|
83
83
|
}
|
|
84
84
|
export declare class AllocatePublicNetworkAddressResponse extends $tea.Model {
|
|
85
|
-
headers
|
|
85
|
+
headers?: {
|
|
86
86
|
[key: string]: string;
|
|
87
87
|
};
|
|
88
|
-
statusCode
|
|
89
|
-
body
|
|
88
|
+
statusCode?: number;
|
|
89
|
+
body?: AllocatePublicNetworkAddressResponseBody;
|
|
90
90
|
static names(): {
|
|
91
91
|
[key: string]: string;
|
|
92
92
|
};
|
|
@@ -129,11 +129,11 @@ export declare class CheckCloudResourceAuthorizedResponseBody extends $tea.Model
|
|
|
129
129
|
});
|
|
130
130
|
}
|
|
131
131
|
export declare class CheckCloudResourceAuthorizedResponse extends $tea.Model {
|
|
132
|
-
headers
|
|
132
|
+
headers?: {
|
|
133
133
|
[key: string]: string;
|
|
134
134
|
};
|
|
135
|
-
statusCode
|
|
136
|
-
body
|
|
135
|
+
statusCode?: number;
|
|
136
|
+
body?: CheckCloudResourceAuthorizedResponseBody;
|
|
137
137
|
static names(): {
|
|
138
138
|
[key: string]: string;
|
|
139
139
|
};
|
|
@@ -179,11 +179,11 @@ export declare class CheckRecoveryConditionResponseBody extends $tea.Model {
|
|
|
179
179
|
});
|
|
180
180
|
}
|
|
181
181
|
export declare class CheckRecoveryConditionResponse extends $tea.Model {
|
|
182
|
-
headers
|
|
182
|
+
headers?: {
|
|
183
183
|
[key: string]: string;
|
|
184
184
|
};
|
|
185
|
-
statusCode
|
|
186
|
-
body
|
|
185
|
+
statusCode?: number;
|
|
186
|
+
body?: CheckRecoveryConditionResponseBody;
|
|
187
187
|
static names(): {
|
|
188
188
|
[key: string]: string;
|
|
189
189
|
};
|
|
@@ -225,11 +225,11 @@ export declare class CreateAccountResponseBody extends $tea.Model {
|
|
|
225
225
|
});
|
|
226
226
|
}
|
|
227
227
|
export declare class CreateAccountResponse extends $tea.Model {
|
|
228
|
-
headers
|
|
228
|
+
headers?: {
|
|
229
229
|
[key: string]: string;
|
|
230
230
|
};
|
|
231
|
-
statusCode
|
|
232
|
-
body
|
|
231
|
+
statusCode?: number;
|
|
232
|
+
body?: CreateAccountResponseBody;
|
|
233
233
|
static names(): {
|
|
234
234
|
[key: string]: string;
|
|
235
235
|
};
|
|
@@ -271,11 +271,11 @@ export declare class CreateBackupResponseBody extends $tea.Model {
|
|
|
271
271
|
});
|
|
272
272
|
}
|
|
273
273
|
export declare class CreateBackupResponse extends $tea.Model {
|
|
274
|
-
headers
|
|
274
|
+
headers?: {
|
|
275
275
|
[key: string]: string;
|
|
276
276
|
};
|
|
277
|
-
statusCode
|
|
278
|
-
body
|
|
277
|
+
statusCode?: number;
|
|
278
|
+
body?: CreateBackupResponseBody;
|
|
279
279
|
static names(): {
|
|
280
280
|
[key: string]: string;
|
|
281
281
|
};
|
|
@@ -351,11 +351,11 @@ export declare class CreateDBInstanceResponseBody extends $tea.Model {
|
|
|
351
351
|
});
|
|
352
352
|
}
|
|
353
353
|
export declare class CreateDBInstanceResponse extends $tea.Model {
|
|
354
|
-
headers
|
|
354
|
+
headers?: {
|
|
355
355
|
[key: string]: string;
|
|
356
356
|
};
|
|
357
|
-
statusCode
|
|
358
|
-
body
|
|
357
|
+
statusCode?: number;
|
|
358
|
+
body?: CreateDBInstanceResponseBody;
|
|
359
359
|
static names(): {
|
|
360
360
|
[key: string]: string;
|
|
361
361
|
};
|
|
@@ -399,11 +399,11 @@ export declare class CreateGlobalSecurityIPGroupResponseBody extends $tea.Model
|
|
|
399
399
|
});
|
|
400
400
|
}
|
|
401
401
|
export declare class CreateGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
402
|
-
headers
|
|
402
|
+
headers?: {
|
|
403
403
|
[key: string]: string;
|
|
404
404
|
};
|
|
405
|
-
statusCode
|
|
406
|
-
body
|
|
405
|
+
statusCode?: number;
|
|
406
|
+
body?: CreateGlobalSecurityIPGroupResponseBody;
|
|
407
407
|
static names(): {
|
|
408
408
|
[key: string]: string;
|
|
409
409
|
};
|
|
@@ -456,11 +456,11 @@ export declare class CreateNodeResponseBody extends $tea.Model {
|
|
|
456
456
|
});
|
|
457
457
|
}
|
|
458
458
|
export declare class CreateNodeResponse extends $tea.Model {
|
|
459
|
-
headers
|
|
459
|
+
headers?: {
|
|
460
460
|
[key: string]: string;
|
|
461
461
|
};
|
|
462
|
-
statusCode
|
|
463
|
-
body
|
|
462
|
+
statusCode?: number;
|
|
463
|
+
body?: CreateNodeResponseBody;
|
|
464
464
|
static names(): {
|
|
465
465
|
[key: string]: string;
|
|
466
466
|
};
|
|
@@ -511,11 +511,11 @@ export declare class CreateNodeBatchResponseBody extends $tea.Model {
|
|
|
511
511
|
});
|
|
512
512
|
}
|
|
513
513
|
export declare class CreateNodeBatchResponse extends $tea.Model {
|
|
514
|
-
headers
|
|
514
|
+
headers?: {
|
|
515
515
|
[key: string]: string;
|
|
516
516
|
};
|
|
517
|
-
statusCode
|
|
518
|
-
body
|
|
517
|
+
statusCode?: number;
|
|
518
|
+
body?: CreateNodeBatchResponseBody;
|
|
519
519
|
static names(): {
|
|
520
520
|
[key: string]: string;
|
|
521
521
|
};
|
|
@@ -586,11 +586,11 @@ export declare class CreateShardingDBInstanceResponseBody extends $tea.Model {
|
|
|
586
586
|
});
|
|
587
587
|
}
|
|
588
588
|
export declare class CreateShardingDBInstanceResponse extends $tea.Model {
|
|
589
|
-
headers
|
|
589
|
+
headers?: {
|
|
590
590
|
[key: string]: string;
|
|
591
591
|
};
|
|
592
|
-
statusCode
|
|
593
|
-
body
|
|
592
|
+
statusCode?: number;
|
|
593
|
+
body?: CreateShardingDBInstanceResponseBody;
|
|
594
594
|
static names(): {
|
|
595
595
|
[key: string]: string;
|
|
596
596
|
};
|
|
@@ -631,11 +631,11 @@ export declare class DeleteDBInstanceResponseBody extends $tea.Model {
|
|
|
631
631
|
});
|
|
632
632
|
}
|
|
633
633
|
export declare class DeleteDBInstanceResponse extends $tea.Model {
|
|
634
|
-
headers
|
|
634
|
+
headers?: {
|
|
635
635
|
[key: string]: string;
|
|
636
636
|
};
|
|
637
|
-
statusCode
|
|
638
|
-
body
|
|
637
|
+
statusCode?: number;
|
|
638
|
+
body?: DeleteDBInstanceResponseBody;
|
|
639
639
|
static names(): {
|
|
640
640
|
[key: string]: string;
|
|
641
641
|
};
|
|
@@ -678,11 +678,11 @@ export declare class DeleteGlobalSecurityIPGroupResponseBody extends $tea.Model
|
|
|
678
678
|
});
|
|
679
679
|
}
|
|
680
680
|
export declare class DeleteGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
681
|
-
headers
|
|
681
|
+
headers?: {
|
|
682
682
|
[key: string]: string;
|
|
683
683
|
};
|
|
684
|
-
statusCode
|
|
685
|
-
body
|
|
684
|
+
statusCode?: number;
|
|
685
|
+
body?: DeleteGlobalSecurityIPGroupResponseBody;
|
|
686
686
|
static names(): {
|
|
687
687
|
[key: string]: string;
|
|
688
688
|
};
|
|
@@ -726,11 +726,11 @@ export declare class DeleteNodeResponseBody extends $tea.Model {
|
|
|
726
726
|
});
|
|
727
727
|
}
|
|
728
728
|
export declare class DeleteNodeResponse extends $tea.Model {
|
|
729
|
-
headers
|
|
729
|
+
headers?: {
|
|
730
730
|
[key: string]: string;
|
|
731
731
|
};
|
|
732
|
-
statusCode
|
|
733
|
-
body
|
|
732
|
+
statusCode?: number;
|
|
733
|
+
body?: DeleteNodeResponseBody;
|
|
734
734
|
static names(): {
|
|
735
735
|
[key: string]: string;
|
|
736
736
|
};
|
|
@@ -772,11 +772,11 @@ export declare class DescribeAccountsResponseBody extends $tea.Model {
|
|
|
772
772
|
});
|
|
773
773
|
}
|
|
774
774
|
export declare class DescribeAccountsResponse extends $tea.Model {
|
|
775
|
-
headers
|
|
775
|
+
headers?: {
|
|
776
776
|
[key: string]: string;
|
|
777
777
|
};
|
|
778
|
-
statusCode
|
|
779
|
-
body
|
|
778
|
+
statusCode?: number;
|
|
779
|
+
body?: DescribeAccountsResponseBody;
|
|
780
780
|
static names(): {
|
|
781
781
|
[key: string]: string;
|
|
782
782
|
};
|
|
@@ -818,11 +818,11 @@ export declare class DescribeActiveOperationTaskCountResponseBody extends $tea.M
|
|
|
818
818
|
});
|
|
819
819
|
}
|
|
820
820
|
export declare class DescribeActiveOperationTaskCountResponse extends $tea.Model {
|
|
821
|
-
headers
|
|
821
|
+
headers?: {
|
|
822
822
|
[key: string]: string;
|
|
823
823
|
};
|
|
824
|
-
statusCode
|
|
825
|
-
body
|
|
824
|
+
statusCode?: number;
|
|
825
|
+
body?: DescribeActiveOperationTaskCountResponseBody;
|
|
826
826
|
static names(): {
|
|
827
827
|
[key: string]: string;
|
|
828
828
|
};
|
|
@@ -864,11 +864,11 @@ export declare class DescribeActiveOperationTaskTypeResponseBody extends $tea.Mo
|
|
|
864
864
|
});
|
|
865
865
|
}
|
|
866
866
|
export declare class DescribeActiveOperationTaskTypeResponse extends $tea.Model {
|
|
867
|
-
headers
|
|
867
|
+
headers?: {
|
|
868
868
|
[key: string]: string;
|
|
869
869
|
};
|
|
870
|
-
statusCode
|
|
871
|
-
body
|
|
870
|
+
statusCode?: number;
|
|
871
|
+
body?: DescribeActiveOperationTaskTypeResponseBody;
|
|
872
872
|
static names(): {
|
|
873
873
|
[key: string]: string;
|
|
874
874
|
};
|
|
@@ -922,11 +922,11 @@ export declare class DescribeActiveOperationTasksResponseBody extends $tea.Model
|
|
|
922
922
|
});
|
|
923
923
|
}
|
|
924
924
|
export declare class DescribeActiveOperationTasksResponse extends $tea.Model {
|
|
925
|
-
headers
|
|
925
|
+
headers?: {
|
|
926
926
|
[key: string]: string;
|
|
927
927
|
};
|
|
928
|
-
statusCode
|
|
929
|
-
body
|
|
928
|
+
statusCode?: number;
|
|
929
|
+
body?: DescribeActiveOperationTasksResponseBody;
|
|
930
930
|
static names(): {
|
|
931
931
|
[key: string]: string;
|
|
932
932
|
};
|
|
@@ -969,11 +969,11 @@ export declare class DescribeAuditLogFilterResponseBody extends $tea.Model {
|
|
|
969
969
|
});
|
|
970
970
|
}
|
|
971
971
|
export declare class DescribeAuditLogFilterResponse extends $tea.Model {
|
|
972
|
-
headers
|
|
972
|
+
headers?: {
|
|
973
973
|
[key: string]: string;
|
|
974
974
|
};
|
|
975
|
-
statusCode
|
|
976
|
-
body
|
|
975
|
+
statusCode?: number;
|
|
976
|
+
body?: DescribeAuditLogFilterResponseBody;
|
|
977
977
|
static names(): {
|
|
978
978
|
[key: string]: string;
|
|
979
979
|
};
|
|
@@ -1014,11 +1014,11 @@ export declare class DescribeAuditPolicyResponseBody extends $tea.Model {
|
|
|
1014
1014
|
});
|
|
1015
1015
|
}
|
|
1016
1016
|
export declare class DescribeAuditPolicyResponse extends $tea.Model {
|
|
1017
|
-
headers
|
|
1017
|
+
headers?: {
|
|
1018
1018
|
[key: string]: string;
|
|
1019
1019
|
};
|
|
1020
|
-
statusCode
|
|
1021
|
-
body
|
|
1020
|
+
statusCode?: number;
|
|
1021
|
+
body?: DescribeAuditPolicyResponseBody;
|
|
1022
1022
|
static names(): {
|
|
1023
1023
|
[key: string]: string;
|
|
1024
1024
|
};
|
|
@@ -1034,6 +1034,7 @@ export declare class DescribeAuditRecordsRequest extends $tea.Model {
|
|
|
1034
1034
|
database?: string;
|
|
1035
1035
|
endTime?: string;
|
|
1036
1036
|
form?: string;
|
|
1037
|
+
logicalOperator?: string;
|
|
1037
1038
|
nodeId?: string;
|
|
1038
1039
|
orderType?: string;
|
|
1039
1040
|
ownerAccount?: string;
|
|
@@ -1072,11 +1073,11 @@ export declare class DescribeAuditRecordsResponseBody extends $tea.Model {
|
|
|
1072
1073
|
});
|
|
1073
1074
|
}
|
|
1074
1075
|
export declare class DescribeAuditRecordsResponse extends $tea.Model {
|
|
1075
|
-
headers
|
|
1076
|
+
headers?: {
|
|
1076
1077
|
[key: string]: string;
|
|
1077
1078
|
};
|
|
1078
|
-
statusCode
|
|
1079
|
-
body
|
|
1079
|
+
statusCode?: number;
|
|
1080
|
+
body?: DescribeAuditRecordsResponseBody;
|
|
1080
1081
|
static names(): {
|
|
1081
1082
|
[key: string]: string;
|
|
1082
1083
|
};
|
|
@@ -1130,11 +1131,11 @@ export declare class DescribeAvailabilityZonesResponseBody extends $tea.Model {
|
|
|
1130
1131
|
});
|
|
1131
1132
|
}
|
|
1132
1133
|
export declare class DescribeAvailabilityZonesResponse extends $tea.Model {
|
|
1133
|
-
headers
|
|
1134
|
+
headers?: {
|
|
1134
1135
|
[key: string]: string;
|
|
1135
1136
|
};
|
|
1136
|
-
statusCode
|
|
1137
|
-
body
|
|
1137
|
+
statusCode?: number;
|
|
1138
|
+
body?: DescribeAvailabilityZonesResponseBody;
|
|
1138
1139
|
static names(): {
|
|
1139
1140
|
[key: string]: string;
|
|
1140
1141
|
};
|
|
@@ -1175,11 +1176,11 @@ export declare class DescribeAvailableEngineVersionResponseBody extends $tea.Mod
|
|
|
1175
1176
|
});
|
|
1176
1177
|
}
|
|
1177
1178
|
export declare class DescribeAvailableEngineVersionResponse extends $tea.Model {
|
|
1178
|
-
headers
|
|
1179
|
+
headers?: {
|
|
1179
1180
|
[key: string]: string;
|
|
1180
1181
|
};
|
|
1181
|
-
statusCode
|
|
1182
|
-
body
|
|
1182
|
+
statusCode?: number;
|
|
1183
|
+
body?: DescribeAvailableEngineVersionResponseBody;
|
|
1183
1184
|
static names(): {
|
|
1184
1185
|
[key: string]: string;
|
|
1185
1186
|
};
|
|
@@ -1228,11 +1229,11 @@ export declare class DescribeAvailableResourceResponseBody extends $tea.Model {
|
|
|
1228
1229
|
});
|
|
1229
1230
|
}
|
|
1230
1231
|
export declare class DescribeAvailableResourceResponse extends $tea.Model {
|
|
1231
|
-
headers
|
|
1232
|
+
headers?: {
|
|
1232
1233
|
[key: string]: string;
|
|
1233
1234
|
};
|
|
1234
|
-
statusCode
|
|
1235
|
-
body
|
|
1235
|
+
statusCode?: number;
|
|
1236
|
+
body?: DescribeAvailableResourceResponseBody;
|
|
1236
1237
|
static names(): {
|
|
1237
1238
|
[key: string]: string;
|
|
1238
1239
|
};
|
|
@@ -1281,11 +1282,11 @@ export declare class DescribeBackupDBsResponseBody extends $tea.Model {
|
|
|
1281
1282
|
});
|
|
1282
1283
|
}
|
|
1283
1284
|
export declare class DescribeBackupDBsResponse extends $tea.Model {
|
|
1284
|
-
headers
|
|
1285
|
+
headers?: {
|
|
1285
1286
|
[key: string]: string;
|
|
1286
1287
|
};
|
|
1287
|
-
statusCode
|
|
1288
|
-
body
|
|
1288
|
+
statusCode?: number;
|
|
1289
|
+
body?: DescribeBackupDBsResponseBody;
|
|
1289
1290
|
static names(): {
|
|
1290
1291
|
[key: string]: string;
|
|
1291
1292
|
};
|
|
@@ -1333,11 +1334,11 @@ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
|
|
|
1333
1334
|
});
|
|
1334
1335
|
}
|
|
1335
1336
|
export declare class DescribeBackupPolicyResponse extends $tea.Model {
|
|
1336
|
-
headers
|
|
1337
|
+
headers?: {
|
|
1337
1338
|
[key: string]: string;
|
|
1338
1339
|
};
|
|
1339
|
-
statusCode
|
|
1340
|
-
body
|
|
1340
|
+
statusCode?: number;
|
|
1341
|
+
body?: DescribeBackupPolicyResponseBody;
|
|
1341
1342
|
static names(): {
|
|
1342
1343
|
[key: string]: string;
|
|
1343
1344
|
};
|
|
@@ -1387,11 +1388,11 @@ export declare class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
1387
1388
|
});
|
|
1388
1389
|
}
|
|
1389
1390
|
export declare class DescribeBackupsResponse extends $tea.Model {
|
|
1390
|
-
headers
|
|
1391
|
+
headers?: {
|
|
1391
1392
|
[key: string]: string;
|
|
1392
1393
|
};
|
|
1393
|
-
statusCode
|
|
1394
|
-
body
|
|
1394
|
+
statusCode?: number;
|
|
1395
|
+
body?: DescribeBackupsResponseBody;
|
|
1395
1396
|
static names(): {
|
|
1396
1397
|
[key: string]: string;
|
|
1397
1398
|
};
|
|
@@ -1441,11 +1442,11 @@ export declare class DescribeClusterBackupsResponseBody extends $tea.Model {
|
|
|
1441
1442
|
});
|
|
1442
1443
|
}
|
|
1443
1444
|
export declare class DescribeClusterBackupsResponse extends $tea.Model {
|
|
1444
|
-
headers
|
|
1445
|
+
headers?: {
|
|
1445
1446
|
[key: string]: string;
|
|
1446
1447
|
};
|
|
1447
|
-
statusCode
|
|
1448
|
-
body
|
|
1448
|
+
statusCode?: number;
|
|
1449
|
+
body?: DescribeClusterBackupsResponseBody;
|
|
1449
1450
|
static names(): {
|
|
1450
1451
|
[key: string]: string;
|
|
1451
1452
|
};
|
|
@@ -1486,11 +1487,11 @@ export declare class DescribeClusterRecoverTimeResponseBody extends $tea.Model {
|
|
|
1486
1487
|
});
|
|
1487
1488
|
}
|
|
1488
1489
|
export declare class DescribeClusterRecoverTimeResponse extends $tea.Model {
|
|
1489
|
-
headers
|
|
1490
|
+
headers?: {
|
|
1490
1491
|
[key: string]: string;
|
|
1491
1492
|
};
|
|
1492
|
-
statusCode
|
|
1493
|
-
body
|
|
1493
|
+
statusCode?: number;
|
|
1494
|
+
body?: DescribeClusterRecoverTimeResponseBody;
|
|
1494
1495
|
static names(): {
|
|
1495
1496
|
[key: string]: string;
|
|
1496
1497
|
};
|
|
@@ -1535,11 +1536,11 @@ export declare class DescribeDBInstanceAttributeResponseBody extends $tea.Model
|
|
|
1535
1536
|
});
|
|
1536
1537
|
}
|
|
1537
1538
|
export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
|
|
1538
|
-
headers
|
|
1539
|
+
headers?: {
|
|
1539
1540
|
[key: string]: string;
|
|
1540
1541
|
};
|
|
1541
|
-
statusCode
|
|
1542
|
-
body
|
|
1542
|
+
statusCode?: number;
|
|
1543
|
+
body?: DescribeDBInstanceAttributeResponseBody;
|
|
1543
1544
|
static names(): {
|
|
1544
1545
|
[key: string]: string;
|
|
1545
1546
|
};
|
|
@@ -1588,11 +1589,11 @@ export declare class DescribeDBInstanceEncryptionKeyResponseBody extends $tea.Mo
|
|
|
1588
1589
|
});
|
|
1589
1590
|
}
|
|
1590
1591
|
export declare class DescribeDBInstanceEncryptionKeyResponse extends $tea.Model {
|
|
1591
|
-
headers
|
|
1592
|
+
headers?: {
|
|
1592
1593
|
[key: string]: string;
|
|
1593
1594
|
};
|
|
1594
|
-
statusCode
|
|
1595
|
-
body
|
|
1595
|
+
statusCode?: number;
|
|
1596
|
+
body?: DescribeDBInstanceEncryptionKeyResponseBody;
|
|
1596
1597
|
static names(): {
|
|
1597
1598
|
[key: string]: string;
|
|
1598
1599
|
};
|
|
@@ -1633,11 +1634,11 @@ export declare class DescribeDBInstanceMonitorResponseBody extends $tea.Model {
|
|
|
1633
1634
|
});
|
|
1634
1635
|
}
|
|
1635
1636
|
export declare class DescribeDBInstanceMonitorResponse extends $tea.Model {
|
|
1636
|
-
headers
|
|
1637
|
+
headers?: {
|
|
1637
1638
|
[key: string]: string;
|
|
1638
1639
|
};
|
|
1639
|
-
statusCode
|
|
1640
|
-
body
|
|
1640
|
+
statusCode?: number;
|
|
1641
|
+
body?: DescribeDBInstanceMonitorResponseBody;
|
|
1641
1642
|
static names(): {
|
|
1642
1643
|
[key: string]: string;
|
|
1643
1644
|
};
|
|
@@ -1686,11 +1687,11 @@ export declare class DescribeDBInstancePerformanceResponseBody extends $tea.Mode
|
|
|
1686
1687
|
});
|
|
1687
1688
|
}
|
|
1688
1689
|
export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
|
|
1689
|
-
headers
|
|
1690
|
+
headers?: {
|
|
1690
1691
|
[key: string]: string;
|
|
1691
1692
|
};
|
|
1692
|
-
statusCode
|
|
1693
|
-
body
|
|
1693
|
+
statusCode?: number;
|
|
1694
|
+
body?: DescribeDBInstancePerformanceResponseBody;
|
|
1694
1695
|
static names(): {
|
|
1695
1696
|
[key: string]: string;
|
|
1696
1697
|
};
|
|
@@ -1733,11 +1734,11 @@ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
1733
1734
|
});
|
|
1734
1735
|
}
|
|
1735
1736
|
export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
|
|
1736
|
-
headers
|
|
1737
|
+
headers?: {
|
|
1737
1738
|
[key: string]: string;
|
|
1738
1739
|
};
|
|
1739
|
-
statusCode
|
|
1740
|
-
body
|
|
1740
|
+
statusCode?: number;
|
|
1741
|
+
body?: DescribeDBInstanceSSLResponseBody;
|
|
1741
1742
|
static names(): {
|
|
1742
1743
|
[key: string]: string;
|
|
1743
1744
|
};
|
|
@@ -1783,11 +1784,11 @@ export declare class DescribeDBInstanceSwitchLogResponseBody extends $tea.Model
|
|
|
1783
1784
|
});
|
|
1784
1785
|
}
|
|
1785
1786
|
export declare class DescribeDBInstanceSwitchLogResponse extends $tea.Model {
|
|
1786
|
-
headers
|
|
1787
|
+
headers?: {
|
|
1787
1788
|
[key: string]: string;
|
|
1788
1789
|
};
|
|
1789
|
-
statusCode
|
|
1790
|
-
body
|
|
1790
|
+
statusCode?: number;
|
|
1791
|
+
body?: DescribeDBInstanceSwitchLogResponseBody;
|
|
1791
1792
|
static names(): {
|
|
1792
1793
|
[key: string]: string;
|
|
1793
1794
|
};
|
|
@@ -1831,11 +1832,11 @@ export declare class DescribeDBInstanceTDEInfoResponseBody extends $tea.Model {
|
|
|
1831
1832
|
});
|
|
1832
1833
|
}
|
|
1833
1834
|
export declare class DescribeDBInstanceTDEInfoResponse extends $tea.Model {
|
|
1834
|
-
headers
|
|
1835
|
+
headers?: {
|
|
1835
1836
|
[key: string]: string;
|
|
1836
1837
|
};
|
|
1837
|
-
statusCode
|
|
1838
|
-
body
|
|
1838
|
+
statusCode?: number;
|
|
1839
|
+
body?: DescribeDBInstanceTDEInfoResponseBody;
|
|
1839
1840
|
static names(): {
|
|
1840
1841
|
[key: string]: string;
|
|
1841
1842
|
};
|
|
@@ -1900,11 +1901,11 @@ export declare class DescribeDBInstancesResponseBody extends $tea.Model {
|
|
|
1900
1901
|
});
|
|
1901
1902
|
}
|
|
1902
1903
|
export declare class DescribeDBInstancesResponse extends $tea.Model {
|
|
1903
|
-
headers
|
|
1904
|
+
headers?: {
|
|
1904
1905
|
[key: string]: string;
|
|
1905
1906
|
};
|
|
1906
|
-
statusCode
|
|
1907
|
-
body
|
|
1907
|
+
statusCode?: number;
|
|
1908
|
+
body?: DescribeDBInstancesResponseBody;
|
|
1908
1909
|
static names(): {
|
|
1909
1910
|
[key: string]: string;
|
|
1910
1911
|
};
|
|
@@ -1957,11 +1958,11 @@ export declare class DescribeDBInstancesOverviewResponseBody extends $tea.Model
|
|
|
1957
1958
|
});
|
|
1958
1959
|
}
|
|
1959
1960
|
export declare class DescribeDBInstancesOverviewResponse extends $tea.Model {
|
|
1960
|
-
headers
|
|
1961
|
+
headers?: {
|
|
1961
1962
|
[key: string]: string;
|
|
1962
1963
|
};
|
|
1963
|
-
statusCode
|
|
1964
|
-
body
|
|
1964
|
+
statusCode?: number;
|
|
1965
|
+
body?: DescribeDBInstancesOverviewResponseBody;
|
|
1965
1966
|
static names(): {
|
|
1966
1967
|
[key: string]: string;
|
|
1967
1968
|
};
|
|
@@ -1976,11 +1977,13 @@ export declare class DescribeErrorLogRecordsRequest extends $tea.Model {
|
|
|
1976
1977
|
DBInstanceId?: string;
|
|
1977
1978
|
DBName?: string;
|
|
1978
1979
|
endTime?: string;
|
|
1980
|
+
logicalOperator?: string;
|
|
1979
1981
|
nodeId?: string;
|
|
1980
1982
|
ownerAccount?: string;
|
|
1981
1983
|
ownerId?: number;
|
|
1982
1984
|
pageNumber?: number;
|
|
1983
1985
|
pageSize?: number;
|
|
1986
|
+
queryKeywords?: string;
|
|
1984
1987
|
resourceGroupId?: string;
|
|
1985
1988
|
resourceOwnerAccount?: string;
|
|
1986
1989
|
resourceOwnerId?: number;
|
|
@@ -2014,11 +2017,11 @@ export declare class DescribeErrorLogRecordsResponseBody extends $tea.Model {
|
|
|
2014
2017
|
});
|
|
2015
2018
|
}
|
|
2016
2019
|
export declare class DescribeErrorLogRecordsResponse extends $tea.Model {
|
|
2017
|
-
headers
|
|
2020
|
+
headers?: {
|
|
2018
2021
|
[key: string]: string;
|
|
2019
2022
|
};
|
|
2020
|
-
statusCode
|
|
2021
|
-
body
|
|
2023
|
+
statusCode?: number;
|
|
2024
|
+
body?: DescribeErrorLogRecordsResponseBody;
|
|
2022
2025
|
static names(): {
|
|
2023
2026
|
[key: string]: string;
|
|
2024
2027
|
};
|
|
@@ -2060,11 +2063,11 @@ export declare class DescribeGlobalSecurityIPGroupResponseBody extends $tea.Mode
|
|
|
2060
2063
|
});
|
|
2061
2064
|
}
|
|
2062
2065
|
export declare class DescribeGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
2063
|
-
headers
|
|
2066
|
+
headers?: {
|
|
2064
2067
|
[key: string]: string;
|
|
2065
2068
|
};
|
|
2066
|
-
statusCode
|
|
2067
|
-
body
|
|
2069
|
+
statusCode?: number;
|
|
2070
|
+
body?: DescribeGlobalSecurityIPGroupResponseBody;
|
|
2068
2071
|
static names(): {
|
|
2069
2072
|
[key: string]: string;
|
|
2070
2073
|
};
|
|
@@ -2107,11 +2110,11 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponseBody extends $
|
|
|
2107
2110
|
});
|
|
2108
2111
|
}
|
|
2109
2112
|
export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
2110
|
-
headers
|
|
2113
|
+
headers?: {
|
|
2111
2114
|
[key: string]: string;
|
|
2112
2115
|
};
|
|
2113
|
-
statusCode
|
|
2114
|
-
body
|
|
2116
|
+
statusCode?: number;
|
|
2117
|
+
body?: DescribeGlobalSecurityIPGroupRelationResponseBody;
|
|
2115
2118
|
static names(): {
|
|
2116
2119
|
[key: string]: string;
|
|
2117
2120
|
};
|
|
@@ -2164,11 +2167,11 @@ export declare class DescribeHistoryTasksResponseBody extends $tea.Model {
|
|
|
2164
2167
|
});
|
|
2165
2168
|
}
|
|
2166
2169
|
export declare class DescribeHistoryTasksResponse extends $tea.Model {
|
|
2167
|
-
headers
|
|
2170
|
+
headers?: {
|
|
2168
2171
|
[key: string]: string;
|
|
2169
2172
|
};
|
|
2170
|
-
statusCode
|
|
2171
|
-
body
|
|
2173
|
+
statusCode?: number;
|
|
2174
|
+
body?: DescribeHistoryTasksResponseBody;
|
|
2172
2175
|
static names(): {
|
|
2173
2176
|
[key: string]: string;
|
|
2174
2177
|
};
|
|
@@ -2215,11 +2218,11 @@ export declare class DescribeHistoryTasksStatResponseBody extends $tea.Model {
|
|
|
2215
2218
|
});
|
|
2216
2219
|
}
|
|
2217
2220
|
export declare class DescribeHistoryTasksStatResponse extends $tea.Model {
|
|
2218
|
-
headers
|
|
2221
|
+
headers?: {
|
|
2219
2222
|
[key: string]: string;
|
|
2220
2223
|
};
|
|
2221
|
-
statusCode
|
|
2222
|
-
body
|
|
2224
|
+
statusCode?: number;
|
|
2225
|
+
body?: DescribeHistoryTasksStatResponseBody;
|
|
2223
2226
|
static names(): {
|
|
2224
2227
|
[key: string]: string;
|
|
2225
2228
|
};
|
|
@@ -2267,11 +2270,11 @@ export declare class DescribeInstanceAutoRenewalAttributeResponseBody extends $t
|
|
|
2267
2270
|
});
|
|
2268
2271
|
}
|
|
2269
2272
|
export declare class DescribeInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
2270
|
-
headers
|
|
2273
|
+
headers?: {
|
|
2271
2274
|
[key: string]: string;
|
|
2272
2275
|
};
|
|
2273
|
-
statusCode
|
|
2274
|
-
body
|
|
2276
|
+
statusCode?: number;
|
|
2277
|
+
body?: DescribeInstanceAutoRenewalAttributeResponseBody;
|
|
2275
2278
|
static names(): {
|
|
2276
2279
|
[key: string]: string;
|
|
2277
2280
|
};
|
|
@@ -2312,11 +2315,11 @@ export declare class DescribeKernelReleaseNotesResponseBody extends $tea.Model {
|
|
|
2312
2315
|
});
|
|
2313
2316
|
}
|
|
2314
2317
|
export declare class DescribeKernelReleaseNotesResponse extends $tea.Model {
|
|
2315
|
-
headers
|
|
2318
|
+
headers?: {
|
|
2316
2319
|
[key: string]: string;
|
|
2317
2320
|
};
|
|
2318
|
-
statusCode
|
|
2319
|
-
body
|
|
2321
|
+
statusCode?: number;
|
|
2322
|
+
body?: DescribeKernelReleaseNotesResponseBody;
|
|
2320
2323
|
static names(): {
|
|
2321
2324
|
[key: string]: string;
|
|
2322
2325
|
};
|
|
@@ -2356,11 +2359,11 @@ export declare class DescribeKmsKeysResponseBody extends $tea.Model {
|
|
|
2356
2359
|
});
|
|
2357
2360
|
}
|
|
2358
2361
|
export declare class DescribeKmsKeysResponse extends $tea.Model {
|
|
2359
|
-
headers
|
|
2362
|
+
headers?: {
|
|
2360
2363
|
[key: string]: string;
|
|
2361
2364
|
};
|
|
2362
|
-
statusCode
|
|
2363
|
-
body
|
|
2365
|
+
statusCode?: number;
|
|
2366
|
+
body?: DescribeKmsKeysResponseBody;
|
|
2364
2367
|
static names(): {
|
|
2365
2368
|
[key: string]: string;
|
|
2366
2369
|
};
|
|
@@ -2411,11 +2414,11 @@ export declare class DescribeMongoDBLogConfigResponseBody extends $tea.Model {
|
|
|
2411
2414
|
});
|
|
2412
2415
|
}
|
|
2413
2416
|
export declare class DescribeMongoDBLogConfigResponse extends $tea.Model {
|
|
2414
|
-
headers
|
|
2417
|
+
headers?: {
|
|
2415
2418
|
[key: string]: string;
|
|
2416
2419
|
};
|
|
2417
|
-
statusCode
|
|
2418
|
-
body
|
|
2420
|
+
statusCode?: number;
|
|
2421
|
+
body?: DescribeMongoDBLogConfigResponseBody;
|
|
2419
2422
|
static names(): {
|
|
2420
2423
|
[key: string]: string;
|
|
2421
2424
|
};
|
|
@@ -2460,11 +2463,11 @@ export declare class DescribeParameterModificationHistoryResponseBody extends $t
|
|
|
2460
2463
|
});
|
|
2461
2464
|
}
|
|
2462
2465
|
export declare class DescribeParameterModificationHistoryResponse extends $tea.Model {
|
|
2463
|
-
headers
|
|
2466
|
+
headers?: {
|
|
2464
2467
|
[key: string]: string;
|
|
2465
2468
|
};
|
|
2466
|
-
statusCode
|
|
2467
|
-
body
|
|
2469
|
+
statusCode?: number;
|
|
2470
|
+
body?: DescribeParameterModificationHistoryResponseBody;
|
|
2468
2471
|
static names(): {
|
|
2469
2472
|
[key: string]: string;
|
|
2470
2473
|
};
|
|
@@ -2511,11 +2514,11 @@ export declare class DescribeParameterTemplatesResponseBody extends $tea.Model {
|
|
|
2511
2514
|
});
|
|
2512
2515
|
}
|
|
2513
2516
|
export declare class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
2514
|
-
headers
|
|
2517
|
+
headers?: {
|
|
2515
2518
|
[key: string]: string;
|
|
2516
2519
|
};
|
|
2517
|
-
statusCode
|
|
2518
|
-
body
|
|
2520
|
+
statusCode?: number;
|
|
2521
|
+
body?: DescribeParameterTemplatesResponseBody;
|
|
2519
2522
|
static names(): {
|
|
2520
2523
|
[key: string]: string;
|
|
2521
2524
|
};
|
|
@@ -2562,11 +2565,11 @@ export declare class DescribeParametersResponseBody extends $tea.Model {
|
|
|
2562
2565
|
});
|
|
2563
2566
|
}
|
|
2564
2567
|
export declare class DescribeParametersResponse extends $tea.Model {
|
|
2565
|
-
headers
|
|
2568
|
+
headers?: {
|
|
2566
2569
|
[key: string]: string;
|
|
2567
2570
|
};
|
|
2568
|
-
statusCode
|
|
2569
|
-
body
|
|
2571
|
+
statusCode?: number;
|
|
2572
|
+
body?: DescribeParametersResponseBody;
|
|
2570
2573
|
static names(): {
|
|
2571
2574
|
[key: string]: string;
|
|
2572
2575
|
};
|
|
@@ -2619,11 +2622,11 @@ export declare class DescribePriceResponseBody extends $tea.Model {
|
|
|
2619
2622
|
});
|
|
2620
2623
|
}
|
|
2621
2624
|
export declare class DescribePriceResponse extends $tea.Model {
|
|
2622
|
-
headers
|
|
2625
|
+
headers?: {
|
|
2623
2626
|
[key: string]: string;
|
|
2624
2627
|
};
|
|
2625
|
-
statusCode
|
|
2626
|
-
body
|
|
2628
|
+
statusCode?: number;
|
|
2629
|
+
body?: DescribePriceResponseBody;
|
|
2627
2630
|
static names(): {
|
|
2628
2631
|
[key: string]: string;
|
|
2629
2632
|
};
|
|
@@ -2665,11 +2668,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
2665
2668
|
});
|
|
2666
2669
|
}
|
|
2667
2670
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
2668
|
-
headers
|
|
2671
|
+
headers?: {
|
|
2669
2672
|
[key: string]: string;
|
|
2670
2673
|
};
|
|
2671
|
-
statusCode
|
|
2672
|
-
body
|
|
2674
|
+
statusCode?: number;
|
|
2675
|
+
body?: DescribeRegionsResponseBody;
|
|
2673
2676
|
static names(): {
|
|
2674
2677
|
[key: string]: string;
|
|
2675
2678
|
};
|
|
@@ -2714,11 +2717,11 @@ export declare class DescribeRenewalPriceResponseBody extends $tea.Model {
|
|
|
2714
2717
|
});
|
|
2715
2718
|
}
|
|
2716
2719
|
export declare class DescribeRenewalPriceResponse extends $tea.Model {
|
|
2717
|
-
headers
|
|
2720
|
+
headers?: {
|
|
2718
2721
|
[key: string]: string;
|
|
2719
2722
|
};
|
|
2720
|
-
statusCode
|
|
2721
|
-
body
|
|
2723
|
+
statusCode?: number;
|
|
2724
|
+
body?: DescribeRenewalPriceResponseBody;
|
|
2722
2725
|
static names(): {
|
|
2723
2726
|
[key: string]: string;
|
|
2724
2727
|
};
|
|
@@ -2760,11 +2763,11 @@ export declare class DescribeReplicaSetRoleResponseBody extends $tea.Model {
|
|
|
2760
2763
|
});
|
|
2761
2764
|
}
|
|
2762
2765
|
export declare class DescribeReplicaSetRoleResponse extends $tea.Model {
|
|
2763
|
-
headers
|
|
2766
|
+
headers?: {
|
|
2764
2767
|
[key: string]: string;
|
|
2765
2768
|
};
|
|
2766
|
-
statusCode
|
|
2767
|
-
body
|
|
2769
|
+
statusCode?: number;
|
|
2770
|
+
body?: DescribeReplicaSetRoleResponseBody;
|
|
2768
2771
|
static names(): {
|
|
2769
2772
|
[key: string]: string;
|
|
2770
2773
|
};
|
|
@@ -2805,11 +2808,11 @@ export declare class DescribeRoleZoneInfoResponseBody extends $tea.Model {
|
|
|
2805
2808
|
});
|
|
2806
2809
|
}
|
|
2807
2810
|
export declare class DescribeRoleZoneInfoResponse extends $tea.Model {
|
|
2808
|
-
headers
|
|
2811
|
+
headers?: {
|
|
2809
2812
|
[key: string]: string;
|
|
2810
2813
|
};
|
|
2811
|
-
statusCode
|
|
2812
|
-
body
|
|
2814
|
+
statusCode?: number;
|
|
2815
|
+
body?: DescribeRoleZoneInfoResponseBody;
|
|
2813
2816
|
static names(): {
|
|
2814
2817
|
[key: string]: string;
|
|
2815
2818
|
};
|
|
@@ -2824,12 +2827,14 @@ export declare class DescribeRunningLogRecordsRequest extends $tea.Model {
|
|
|
2824
2827
|
DBInstanceId?: string;
|
|
2825
2828
|
DBName?: string;
|
|
2826
2829
|
endTime?: string;
|
|
2830
|
+
logicalOperator?: string;
|
|
2827
2831
|
nodeId?: string;
|
|
2828
2832
|
orderType?: string;
|
|
2829
2833
|
ownerAccount?: string;
|
|
2830
2834
|
ownerId?: number;
|
|
2831
2835
|
pageNumber?: number;
|
|
2832
2836
|
pageSize?: number;
|
|
2837
|
+
queryKeywords?: string;
|
|
2833
2838
|
resourceGroupId?: string;
|
|
2834
2839
|
resourceOwnerAccount?: string;
|
|
2835
2840
|
resourceOwnerId?: number;
|
|
@@ -2864,11 +2869,11 @@ export declare class DescribeRunningLogRecordsResponseBody extends $tea.Model {
|
|
|
2864
2869
|
});
|
|
2865
2870
|
}
|
|
2866
2871
|
export declare class DescribeRunningLogRecordsResponse extends $tea.Model {
|
|
2867
|
-
headers
|
|
2872
|
+
headers?: {
|
|
2868
2873
|
[key: string]: string;
|
|
2869
2874
|
};
|
|
2870
|
-
statusCode
|
|
2871
|
-
body
|
|
2875
|
+
statusCode?: number;
|
|
2876
|
+
body?: DescribeRunningLogRecordsResponseBody;
|
|
2872
2877
|
static names(): {
|
|
2873
2878
|
[key: string]: string;
|
|
2874
2879
|
};
|
|
@@ -2909,11 +2914,11 @@ export declare class DescribeSecurityGroupConfigurationResponseBody extends $tea
|
|
|
2909
2914
|
});
|
|
2910
2915
|
}
|
|
2911
2916
|
export declare class DescribeSecurityGroupConfigurationResponse extends $tea.Model {
|
|
2912
|
-
headers
|
|
2917
|
+
headers?: {
|
|
2913
2918
|
[key: string]: string;
|
|
2914
2919
|
};
|
|
2915
|
-
statusCode
|
|
2916
|
-
body
|
|
2920
|
+
statusCode?: number;
|
|
2921
|
+
body?: DescribeSecurityGroupConfigurationResponseBody;
|
|
2917
2922
|
static names(): {
|
|
2918
2923
|
[key: string]: string;
|
|
2919
2924
|
};
|
|
@@ -2956,11 +2961,11 @@ export declare class DescribeSecurityIpsResponseBody extends $tea.Model {
|
|
|
2956
2961
|
});
|
|
2957
2962
|
}
|
|
2958
2963
|
export declare class DescribeSecurityIpsResponse extends $tea.Model {
|
|
2959
|
-
headers
|
|
2964
|
+
headers?: {
|
|
2960
2965
|
[key: string]: string;
|
|
2961
2966
|
};
|
|
2962
|
-
statusCode
|
|
2963
|
-
body
|
|
2967
|
+
statusCode?: number;
|
|
2968
|
+
body?: DescribeSecurityIpsResponseBody;
|
|
2964
2969
|
static names(): {
|
|
2965
2970
|
[key: string]: string;
|
|
2966
2971
|
};
|
|
@@ -3003,11 +3008,11 @@ export declare class DescribeShardingNetworkAddressResponseBody extends $tea.Mod
|
|
|
3003
3008
|
});
|
|
3004
3009
|
}
|
|
3005
3010
|
export declare class DescribeShardingNetworkAddressResponse extends $tea.Model {
|
|
3006
|
-
headers
|
|
3011
|
+
headers?: {
|
|
3007
3012
|
[key: string]: string;
|
|
3008
3013
|
};
|
|
3009
|
-
statusCode
|
|
3010
|
-
body
|
|
3014
|
+
statusCode?: number;
|
|
3015
|
+
body?: DescribeShardingNetworkAddressResponseBody;
|
|
3011
3016
|
static names(): {
|
|
3012
3017
|
[key: string]: string;
|
|
3013
3018
|
};
|
|
@@ -3022,12 +3027,14 @@ export declare class DescribeSlowLogRecordsRequest extends $tea.Model {
|
|
|
3022
3027
|
DBInstanceId?: string;
|
|
3023
3028
|
DBName?: string;
|
|
3024
3029
|
endTime?: string;
|
|
3030
|
+
logicalOperator?: string;
|
|
3025
3031
|
nodeId?: string;
|
|
3026
3032
|
orderType?: string;
|
|
3027
3033
|
ownerAccount?: string;
|
|
3028
3034
|
ownerId?: number;
|
|
3029
3035
|
pageNumber?: number;
|
|
3030
3036
|
pageSize?: number;
|
|
3037
|
+
queryKeywords?: string;
|
|
3031
3038
|
resourceGroupId?: string;
|
|
3032
3039
|
resourceOwnerAccount?: string;
|
|
3033
3040
|
resourceOwnerId?: number;
|
|
@@ -3060,11 +3067,11 @@ export declare class DescribeSlowLogRecordsResponseBody extends $tea.Model {
|
|
|
3060
3067
|
});
|
|
3061
3068
|
}
|
|
3062
3069
|
export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
3063
|
-
headers
|
|
3070
|
+
headers?: {
|
|
3064
3071
|
[key: string]: string;
|
|
3065
3072
|
};
|
|
3066
|
-
statusCode
|
|
3067
|
-
body
|
|
3073
|
+
statusCode?: number;
|
|
3074
|
+
body?: DescribeSlowLogRecordsResponseBody;
|
|
3068
3075
|
static names(): {
|
|
3069
3076
|
[key: string]: string;
|
|
3070
3077
|
};
|
|
@@ -3109,11 +3116,11 @@ export declare class DescribeTagsResponseBody extends $tea.Model {
|
|
|
3109
3116
|
});
|
|
3110
3117
|
}
|
|
3111
3118
|
export declare class DescribeTagsResponse extends $tea.Model {
|
|
3112
|
-
headers
|
|
3119
|
+
headers?: {
|
|
3113
3120
|
[key: string]: string;
|
|
3114
3121
|
};
|
|
3115
|
-
statusCode
|
|
3116
|
-
body
|
|
3122
|
+
statusCode?: number;
|
|
3123
|
+
body?: DescribeTagsResponseBody;
|
|
3117
3124
|
static names(): {
|
|
3118
3125
|
[key: string]: string;
|
|
3119
3126
|
};
|
|
@@ -3155,11 +3162,11 @@ export declare class DescribeUserEncryptionKeyListResponseBody extends $tea.Mode
|
|
|
3155
3162
|
});
|
|
3156
3163
|
}
|
|
3157
3164
|
export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
3158
|
-
headers
|
|
3165
|
+
headers?: {
|
|
3159
3166
|
[key: string]: string;
|
|
3160
3167
|
};
|
|
3161
|
-
statusCode
|
|
3162
|
-
body
|
|
3168
|
+
statusCode?: number;
|
|
3169
|
+
body?: DescribeUserEncryptionKeyListResponseBody;
|
|
3163
3170
|
static names(): {
|
|
3164
3171
|
[key: string]: string;
|
|
3165
3172
|
};
|
|
@@ -3202,11 +3209,11 @@ export declare class DestroyInstanceResponseBody extends $tea.Model {
|
|
|
3202
3209
|
});
|
|
3203
3210
|
}
|
|
3204
3211
|
export declare class DestroyInstanceResponse extends $tea.Model {
|
|
3205
|
-
headers
|
|
3212
|
+
headers?: {
|
|
3206
3213
|
[key: string]: string;
|
|
3207
3214
|
};
|
|
3208
|
-
statusCode
|
|
3209
|
-
body
|
|
3215
|
+
statusCode?: number;
|
|
3216
|
+
body?: DestroyInstanceResponseBody;
|
|
3210
3217
|
static names(): {
|
|
3211
3218
|
[key: string]: string;
|
|
3212
3219
|
};
|
|
@@ -3258,11 +3265,11 @@ export declare class EvaluateResourceResponseBody extends $tea.Model {
|
|
|
3258
3265
|
});
|
|
3259
3266
|
}
|
|
3260
3267
|
export declare class EvaluateResourceResponse extends $tea.Model {
|
|
3261
|
-
headers
|
|
3268
|
+
headers?: {
|
|
3262
3269
|
[key: string]: string;
|
|
3263
3270
|
};
|
|
3264
|
-
statusCode
|
|
3265
|
-
body
|
|
3271
|
+
statusCode?: number;
|
|
3272
|
+
body?: EvaluateResourceResponseBody;
|
|
3266
3273
|
static names(): {
|
|
3267
3274
|
[key: string]: string;
|
|
3268
3275
|
};
|
|
@@ -3308,11 +3315,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
3308
3315
|
});
|
|
3309
3316
|
}
|
|
3310
3317
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
3311
|
-
headers
|
|
3318
|
+
headers?: {
|
|
3312
3319
|
[key: string]: string;
|
|
3313
3320
|
};
|
|
3314
|
-
statusCode
|
|
3315
|
-
body
|
|
3321
|
+
statusCode?: number;
|
|
3322
|
+
body?: ListTagResourcesResponseBody;
|
|
3316
3323
|
static names(): {
|
|
3317
3324
|
[key: string]: string;
|
|
3318
3325
|
};
|
|
@@ -3355,11 +3362,11 @@ export declare class MigrateAvailableZoneResponseBody extends $tea.Model {
|
|
|
3355
3362
|
});
|
|
3356
3363
|
}
|
|
3357
3364
|
export declare class MigrateAvailableZoneResponse extends $tea.Model {
|
|
3358
|
-
headers
|
|
3365
|
+
headers?: {
|
|
3359
3366
|
[key: string]: string;
|
|
3360
3367
|
};
|
|
3361
|
-
statusCode
|
|
3362
|
-
body
|
|
3368
|
+
statusCode?: number;
|
|
3369
|
+
body?: MigrateAvailableZoneResponseBody;
|
|
3363
3370
|
static names(): {
|
|
3364
3371
|
[key: string]: string;
|
|
3365
3372
|
};
|
|
@@ -3402,11 +3409,11 @@ export declare class MigrateToOtherZoneResponseBody extends $tea.Model {
|
|
|
3402
3409
|
});
|
|
3403
3410
|
}
|
|
3404
3411
|
export declare class MigrateToOtherZoneResponse extends $tea.Model {
|
|
3405
|
-
headers
|
|
3412
|
+
headers?: {
|
|
3406
3413
|
[key: string]: string;
|
|
3407
3414
|
};
|
|
3408
|
-
statusCode
|
|
3409
|
-
body
|
|
3415
|
+
statusCode?: number;
|
|
3416
|
+
body?: MigrateToOtherZoneResponseBody;
|
|
3410
3417
|
static names(): {
|
|
3411
3418
|
[key: string]: string;
|
|
3412
3419
|
};
|
|
@@ -3448,11 +3455,11 @@ export declare class ModifyAccountDescriptionResponseBody extends $tea.Model {
|
|
|
3448
3455
|
});
|
|
3449
3456
|
}
|
|
3450
3457
|
export declare class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
3451
|
-
headers
|
|
3458
|
+
headers?: {
|
|
3452
3459
|
[key: string]: string;
|
|
3453
3460
|
};
|
|
3454
|
-
statusCode
|
|
3455
|
-
body
|
|
3461
|
+
statusCode?: number;
|
|
3462
|
+
body?: ModifyAccountDescriptionResponseBody;
|
|
3456
3463
|
static names(): {
|
|
3457
3464
|
[key: string]: string;
|
|
3458
3465
|
};
|
|
@@ -3494,11 +3501,11 @@ export declare class ModifyAuditLogFilterResponseBody extends $tea.Model {
|
|
|
3494
3501
|
});
|
|
3495
3502
|
}
|
|
3496
3503
|
export declare class ModifyAuditLogFilterResponse extends $tea.Model {
|
|
3497
|
-
headers
|
|
3504
|
+
headers?: {
|
|
3498
3505
|
[key: string]: string;
|
|
3499
3506
|
};
|
|
3500
|
-
statusCode
|
|
3501
|
-
body
|
|
3507
|
+
statusCode?: number;
|
|
3508
|
+
body?: ModifyAuditLogFilterResponseBody;
|
|
3502
3509
|
static names(): {
|
|
3503
3510
|
[key: string]: string;
|
|
3504
3511
|
};
|
|
@@ -3542,11 +3549,11 @@ export declare class ModifyAuditPolicyResponseBody extends $tea.Model {
|
|
|
3542
3549
|
});
|
|
3543
3550
|
}
|
|
3544
3551
|
export declare class ModifyAuditPolicyResponse extends $tea.Model {
|
|
3545
|
-
headers
|
|
3552
|
+
headers?: {
|
|
3546
3553
|
[key: string]: string;
|
|
3547
3554
|
};
|
|
3548
|
-
statusCode
|
|
3549
|
-
body
|
|
3555
|
+
statusCode?: number;
|
|
3556
|
+
body?: ModifyAuditPolicyResponseBody;
|
|
3550
3557
|
static names(): {
|
|
3551
3558
|
[key: string]: string;
|
|
3552
3559
|
};
|
|
@@ -3594,11 +3601,11 @@ export declare class ModifyBackupPolicyResponseBody extends $tea.Model {
|
|
|
3594
3601
|
});
|
|
3595
3602
|
}
|
|
3596
3603
|
export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
3597
|
-
headers
|
|
3604
|
+
headers?: {
|
|
3598
3605
|
[key: string]: string;
|
|
3599
3606
|
};
|
|
3600
|
-
statusCode
|
|
3601
|
-
body
|
|
3607
|
+
statusCode?: number;
|
|
3608
|
+
body?: ModifyBackupPolicyResponseBody;
|
|
3602
3609
|
static names(): {
|
|
3603
3610
|
[key: string]: string;
|
|
3604
3611
|
};
|
|
@@ -3642,11 +3649,11 @@ export declare class ModifyDBInstanceConnectionStringResponseBody extends $tea.M
|
|
|
3642
3649
|
});
|
|
3643
3650
|
}
|
|
3644
3651
|
export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model {
|
|
3645
|
-
headers
|
|
3652
|
+
headers?: {
|
|
3646
3653
|
[key: string]: string;
|
|
3647
3654
|
};
|
|
3648
|
-
statusCode
|
|
3649
|
-
body
|
|
3655
|
+
statusCode?: number;
|
|
3656
|
+
body?: ModifyDBInstanceConnectionStringResponseBody;
|
|
3650
3657
|
static names(): {
|
|
3651
3658
|
[key: string]: string;
|
|
3652
3659
|
};
|
|
@@ -3688,11 +3695,11 @@ export declare class ModifyDBInstanceDescriptionResponseBody extends $tea.Model
|
|
|
3688
3695
|
});
|
|
3689
3696
|
}
|
|
3690
3697
|
export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
|
|
3691
|
-
headers
|
|
3698
|
+
headers?: {
|
|
3692
3699
|
[key: string]: string;
|
|
3693
3700
|
};
|
|
3694
|
-
statusCode
|
|
3695
|
-
body
|
|
3701
|
+
statusCode?: number;
|
|
3702
|
+
body?: ModifyDBInstanceDescriptionResponseBody;
|
|
3696
3703
|
static names(): {
|
|
3697
3704
|
[key: string]: string;
|
|
3698
3705
|
};
|
|
@@ -3734,11 +3741,11 @@ export declare class ModifyDBInstanceMaintainTimeResponseBody extends $tea.Model
|
|
|
3734
3741
|
});
|
|
3735
3742
|
}
|
|
3736
3743
|
export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
|
|
3737
|
-
headers
|
|
3744
|
+
headers?: {
|
|
3738
3745
|
[key: string]: string;
|
|
3739
3746
|
};
|
|
3740
|
-
statusCode
|
|
3741
|
-
body
|
|
3747
|
+
statusCode?: number;
|
|
3748
|
+
body?: ModifyDBInstanceMaintainTimeResponseBody;
|
|
3742
3749
|
static names(): {
|
|
3743
3750
|
[key: string]: string;
|
|
3744
3751
|
};
|
|
@@ -3779,11 +3786,11 @@ export declare class ModifyDBInstanceMonitorResponseBody extends $tea.Model {
|
|
|
3779
3786
|
});
|
|
3780
3787
|
}
|
|
3781
3788
|
export declare class ModifyDBInstanceMonitorResponse extends $tea.Model {
|
|
3782
|
-
headers
|
|
3789
|
+
headers?: {
|
|
3783
3790
|
[key: string]: string;
|
|
3784
3791
|
};
|
|
3785
|
-
statusCode
|
|
3786
|
-
body
|
|
3792
|
+
statusCode?: number;
|
|
3793
|
+
body?: ModifyDBInstanceMonitorResponseBody;
|
|
3787
3794
|
static names(): {
|
|
3788
3795
|
[key: string]: string;
|
|
3789
3796
|
};
|
|
@@ -3825,11 +3832,11 @@ export declare class ModifyDBInstanceNetExpireTimeResponseBody extends $tea.Mode
|
|
|
3825
3832
|
});
|
|
3826
3833
|
}
|
|
3827
3834
|
export declare class ModifyDBInstanceNetExpireTimeResponse extends $tea.Model {
|
|
3828
|
-
headers
|
|
3835
|
+
headers?: {
|
|
3829
3836
|
[key: string]: string;
|
|
3830
3837
|
};
|
|
3831
|
-
statusCode
|
|
3832
|
-
body
|
|
3838
|
+
statusCode?: number;
|
|
3839
|
+
body?: ModifyDBInstanceNetExpireTimeResponseBody;
|
|
3833
3840
|
static names(): {
|
|
3834
3841
|
[key: string]: string;
|
|
3835
3842
|
};
|
|
@@ -3875,11 +3882,11 @@ export declare class ModifyDBInstanceNetworkTypeResponseBody extends $tea.Model
|
|
|
3875
3882
|
});
|
|
3876
3883
|
}
|
|
3877
3884
|
export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
|
|
3878
|
-
headers
|
|
3885
|
+
headers?: {
|
|
3879
3886
|
[key: string]: string;
|
|
3880
3887
|
};
|
|
3881
|
-
statusCode
|
|
3882
|
-
body
|
|
3888
|
+
statusCode?: number;
|
|
3889
|
+
body?: ModifyDBInstanceNetworkTypeResponseBody;
|
|
3883
3890
|
static names(): {
|
|
3884
3891
|
[key: string]: string;
|
|
3885
3892
|
};
|
|
@@ -3920,11 +3927,11 @@ export declare class ModifyDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
3920
3927
|
});
|
|
3921
3928
|
}
|
|
3922
3929
|
export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
|
|
3923
|
-
headers
|
|
3930
|
+
headers?: {
|
|
3924
3931
|
[key: string]: string;
|
|
3925
3932
|
};
|
|
3926
|
-
statusCode
|
|
3927
|
-
body
|
|
3933
|
+
statusCode?: number;
|
|
3934
|
+
body?: ModifyDBInstanceSSLResponseBody;
|
|
3928
3935
|
static names(): {
|
|
3929
3936
|
[key: string]: string;
|
|
3930
3937
|
};
|
|
@@ -3975,11 +3982,11 @@ export declare class ModifyDBInstanceSpecResponseBody extends $tea.Model {
|
|
|
3975
3982
|
});
|
|
3976
3983
|
}
|
|
3977
3984
|
export declare class ModifyDBInstanceSpecResponse extends $tea.Model {
|
|
3978
|
-
headers
|
|
3985
|
+
headers?: {
|
|
3979
3986
|
[key: string]: string;
|
|
3980
3987
|
};
|
|
3981
|
-
statusCode
|
|
3982
|
-
body
|
|
3988
|
+
statusCode?: number;
|
|
3989
|
+
body?: ModifyDBInstanceSpecResponseBody;
|
|
3983
3990
|
static names(): {
|
|
3984
3991
|
[key: string]: string;
|
|
3985
3992
|
};
|
|
@@ -4023,11 +4030,11 @@ export declare class ModifyDBInstanceTDEResponseBody extends $tea.Model {
|
|
|
4023
4030
|
});
|
|
4024
4031
|
}
|
|
4025
4032
|
export declare class ModifyDBInstanceTDEResponse extends $tea.Model {
|
|
4026
|
-
headers
|
|
4033
|
+
headers?: {
|
|
4027
4034
|
[key: string]: string;
|
|
4028
4035
|
};
|
|
4029
|
-
statusCode
|
|
4030
|
-
body
|
|
4036
|
+
statusCode?: number;
|
|
4037
|
+
body?: ModifyDBInstanceTDEResponseBody;
|
|
4031
4038
|
static names(): {
|
|
4032
4039
|
[key: string]: string;
|
|
4033
4040
|
};
|
|
@@ -4070,11 +4077,11 @@ export declare class ModifyGlobalSecurityIPGroupResponseBody extends $tea.Model
|
|
|
4070
4077
|
});
|
|
4071
4078
|
}
|
|
4072
4079
|
export declare class ModifyGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
4073
|
-
headers
|
|
4080
|
+
headers?: {
|
|
4074
4081
|
[key: string]: string;
|
|
4075
4082
|
};
|
|
4076
|
-
statusCode
|
|
4077
|
-
body
|
|
4083
|
+
statusCode?: number;
|
|
4084
|
+
body?: ModifyGlobalSecurityIPGroupResponseBody;
|
|
4078
4085
|
static names(): {
|
|
4079
4086
|
[key: string]: string;
|
|
4080
4087
|
};
|
|
@@ -4117,11 +4124,11 @@ export declare class ModifyGlobalSecurityIPGroupNameResponseBody extends $tea.Mo
|
|
|
4117
4124
|
});
|
|
4118
4125
|
}
|
|
4119
4126
|
export declare class ModifyGlobalSecurityIPGroupNameResponse extends $tea.Model {
|
|
4120
|
-
headers
|
|
4127
|
+
headers?: {
|
|
4121
4128
|
[key: string]: string;
|
|
4122
4129
|
};
|
|
4123
|
-
statusCode
|
|
4124
|
-
body
|
|
4130
|
+
statusCode?: number;
|
|
4131
|
+
body?: ModifyGlobalSecurityIPGroupNameResponseBody;
|
|
4125
4132
|
static names(): {
|
|
4126
4133
|
[key: string]: string;
|
|
4127
4134
|
};
|
|
@@ -4163,11 +4170,11 @@ export declare class ModifyGlobalSecurityIPGroupRelationResponseBody extends $te
|
|
|
4163
4170
|
});
|
|
4164
4171
|
}
|
|
4165
4172
|
export declare class ModifyGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
4166
|
-
headers
|
|
4173
|
+
headers?: {
|
|
4167
4174
|
[key: string]: string;
|
|
4168
4175
|
};
|
|
4169
|
-
statusCode
|
|
4170
|
-
body
|
|
4176
|
+
statusCode?: number;
|
|
4177
|
+
body?: ModifyGlobalSecurityIPGroupRelationResponseBody;
|
|
4171
4178
|
static names(): {
|
|
4172
4179
|
[key: string]: string;
|
|
4173
4180
|
};
|
|
@@ -4210,11 +4217,11 @@ export declare class ModifyInstanceAutoRenewalAttributeResponseBody extends $tea
|
|
|
4210
4217
|
});
|
|
4211
4218
|
}
|
|
4212
4219
|
export declare class ModifyInstanceAutoRenewalAttributeResponse extends $tea.Model {
|
|
4213
|
-
headers
|
|
4220
|
+
headers?: {
|
|
4214
4221
|
[key: string]: string;
|
|
4215
4222
|
};
|
|
4216
|
-
statusCode
|
|
4217
|
-
body
|
|
4223
|
+
statusCode?: number;
|
|
4224
|
+
body?: ModifyInstanceAutoRenewalAttributeResponseBody;
|
|
4218
4225
|
static names(): {
|
|
4219
4226
|
[key: string]: string;
|
|
4220
4227
|
};
|
|
@@ -4256,11 +4263,11 @@ export declare class ModifyInstanceVpcAuthModeResponseBody extends $tea.Model {
|
|
|
4256
4263
|
});
|
|
4257
4264
|
}
|
|
4258
4265
|
export declare class ModifyInstanceVpcAuthModeResponse extends $tea.Model {
|
|
4259
|
-
headers
|
|
4266
|
+
headers?: {
|
|
4260
4267
|
[key: string]: string;
|
|
4261
4268
|
};
|
|
4262
|
-
statusCode
|
|
4263
|
-
body
|
|
4269
|
+
statusCode?: number;
|
|
4270
|
+
body?: ModifyInstanceVpcAuthModeResponseBody;
|
|
4264
4271
|
static names(): {
|
|
4265
4272
|
[key: string]: string;
|
|
4266
4273
|
};
|
|
@@ -4313,11 +4320,11 @@ export declare class ModifyNodeSpecResponseBody extends $tea.Model {
|
|
|
4313
4320
|
});
|
|
4314
4321
|
}
|
|
4315
4322
|
export declare class ModifyNodeSpecResponse extends $tea.Model {
|
|
4316
|
-
headers
|
|
4323
|
+
headers?: {
|
|
4317
4324
|
[key: string]: string;
|
|
4318
4325
|
};
|
|
4319
|
-
statusCode
|
|
4320
|
-
body
|
|
4326
|
+
statusCode?: number;
|
|
4327
|
+
body?: ModifyNodeSpecResponseBody;
|
|
4321
4328
|
static names(): {
|
|
4322
4329
|
[key: string]: string;
|
|
4323
4330
|
};
|
|
@@ -4366,11 +4373,11 @@ export declare class ModifyNodeSpecBatchResponseBody extends $tea.Model {
|
|
|
4366
4373
|
});
|
|
4367
4374
|
}
|
|
4368
4375
|
export declare class ModifyNodeSpecBatchResponse extends $tea.Model {
|
|
4369
|
-
headers
|
|
4376
|
+
headers?: {
|
|
4370
4377
|
[key: string]: string;
|
|
4371
4378
|
};
|
|
4372
|
-
statusCode
|
|
4373
|
-
body
|
|
4379
|
+
statusCode?: number;
|
|
4380
|
+
body?: ModifyNodeSpecBatchResponseBody;
|
|
4374
4381
|
static names(): {
|
|
4375
4382
|
[key: string]: string;
|
|
4376
4383
|
};
|
|
@@ -4414,11 +4421,11 @@ export declare class ModifyParametersResponseBody extends $tea.Model {
|
|
|
4414
4421
|
});
|
|
4415
4422
|
}
|
|
4416
4423
|
export declare class ModifyParametersResponse extends $tea.Model {
|
|
4417
|
-
headers
|
|
4424
|
+
headers?: {
|
|
4418
4425
|
[key: string]: string;
|
|
4419
4426
|
};
|
|
4420
|
-
statusCode
|
|
4421
|
-
body
|
|
4427
|
+
statusCode?: number;
|
|
4428
|
+
body?: ModifyParametersResponseBody;
|
|
4422
4429
|
static names(): {
|
|
4423
4430
|
[key: string]: string;
|
|
4424
4431
|
};
|
|
@@ -4460,11 +4467,11 @@ export declare class ModifyResourceGroupResponseBody extends $tea.Model {
|
|
|
4460
4467
|
});
|
|
4461
4468
|
}
|
|
4462
4469
|
export declare class ModifyResourceGroupResponse extends $tea.Model {
|
|
4463
|
-
headers
|
|
4470
|
+
headers?: {
|
|
4464
4471
|
[key: string]: string;
|
|
4465
4472
|
};
|
|
4466
|
-
statusCode
|
|
4467
|
-
body
|
|
4473
|
+
statusCode?: number;
|
|
4474
|
+
body?: ModifyResourceGroupResponseBody;
|
|
4468
4475
|
static names(): {
|
|
4469
4476
|
[key: string]: string;
|
|
4470
4477
|
};
|
|
@@ -4505,11 +4512,11 @@ export declare class ModifySecurityGroupConfigurationResponseBody extends $tea.M
|
|
|
4505
4512
|
});
|
|
4506
4513
|
}
|
|
4507
4514
|
export declare class ModifySecurityGroupConfigurationResponse extends $tea.Model {
|
|
4508
|
-
headers
|
|
4515
|
+
headers?: {
|
|
4509
4516
|
[key: string]: string;
|
|
4510
4517
|
};
|
|
4511
|
-
statusCode
|
|
4512
|
-
body
|
|
4518
|
+
statusCode?: number;
|
|
4519
|
+
body?: ModifySecurityGroupConfigurationResponseBody;
|
|
4513
4520
|
static names(): {
|
|
4514
4521
|
[key: string]: string;
|
|
4515
4522
|
};
|
|
@@ -4553,11 +4560,11 @@ export declare class ModifySecurityIpsResponseBody extends $tea.Model {
|
|
|
4553
4560
|
});
|
|
4554
4561
|
}
|
|
4555
4562
|
export declare class ModifySecurityIpsResponse extends $tea.Model {
|
|
4556
|
-
headers
|
|
4563
|
+
headers?: {
|
|
4557
4564
|
[key: string]: string;
|
|
4558
4565
|
};
|
|
4559
|
-
statusCode
|
|
4560
|
-
body
|
|
4566
|
+
statusCode?: number;
|
|
4567
|
+
body?: ModifySecurityIpsResponseBody;
|
|
4561
4568
|
static names(): {
|
|
4562
4569
|
[key: string]: string;
|
|
4563
4570
|
};
|
|
@@ -4602,11 +4609,11 @@ export declare class ModifyTaskInfoResponseBody extends $tea.Model {
|
|
|
4602
4609
|
});
|
|
4603
4610
|
}
|
|
4604
4611
|
export declare class ModifyTaskInfoResponse extends $tea.Model {
|
|
4605
|
-
headers
|
|
4612
|
+
headers?: {
|
|
4606
4613
|
[key: string]: string;
|
|
4607
4614
|
};
|
|
4608
|
-
statusCode
|
|
4609
|
-
body
|
|
4615
|
+
statusCode?: number;
|
|
4616
|
+
body?: ModifyTaskInfoResponseBody;
|
|
4610
4617
|
static names(): {
|
|
4611
4618
|
[key: string]: string;
|
|
4612
4619
|
};
|
|
@@ -4648,11 +4655,11 @@ export declare class ReleaseNodePrivateNetworkAddressResponseBody extends $tea.M
|
|
|
4648
4655
|
});
|
|
4649
4656
|
}
|
|
4650
4657
|
export declare class ReleaseNodePrivateNetworkAddressResponse extends $tea.Model {
|
|
4651
|
-
headers
|
|
4658
|
+
headers?: {
|
|
4652
4659
|
[key: string]: string;
|
|
4653
4660
|
};
|
|
4654
|
-
statusCode
|
|
4655
|
-
body
|
|
4661
|
+
statusCode?: number;
|
|
4662
|
+
body?: ReleaseNodePrivateNetworkAddressResponseBody;
|
|
4656
4663
|
static names(): {
|
|
4657
4664
|
[key: string]: string;
|
|
4658
4665
|
};
|
|
@@ -4693,11 +4700,11 @@ export declare class ReleasePublicNetworkAddressResponseBody extends $tea.Model
|
|
|
4693
4700
|
});
|
|
4694
4701
|
}
|
|
4695
4702
|
export declare class ReleasePublicNetworkAddressResponse extends $tea.Model {
|
|
4696
|
-
headers
|
|
4703
|
+
headers?: {
|
|
4697
4704
|
[key: string]: string;
|
|
4698
4705
|
};
|
|
4699
|
-
statusCode
|
|
4700
|
-
body
|
|
4706
|
+
statusCode?: number;
|
|
4707
|
+
body?: ReleasePublicNetworkAddressResponseBody;
|
|
4701
4708
|
static names(): {
|
|
4702
4709
|
[key: string]: string;
|
|
4703
4710
|
};
|
|
@@ -4743,11 +4750,11 @@ export declare class RenewDBInstanceResponseBody extends $tea.Model {
|
|
|
4743
4750
|
});
|
|
4744
4751
|
}
|
|
4745
4752
|
export declare class RenewDBInstanceResponse extends $tea.Model {
|
|
4746
|
-
headers
|
|
4753
|
+
headers?: {
|
|
4747
4754
|
[key: string]: string;
|
|
4748
4755
|
};
|
|
4749
|
-
statusCode
|
|
4750
|
-
body
|
|
4756
|
+
statusCode?: number;
|
|
4757
|
+
body?: RenewDBInstanceResponseBody;
|
|
4751
4758
|
static names(): {
|
|
4752
4759
|
[key: string]: string;
|
|
4753
4760
|
};
|
|
@@ -4790,11 +4797,11 @@ export declare class ResetAccountPasswordResponseBody extends $tea.Model {
|
|
|
4790
4797
|
});
|
|
4791
4798
|
}
|
|
4792
4799
|
export declare class ResetAccountPasswordResponse extends $tea.Model {
|
|
4793
|
-
headers
|
|
4800
|
+
headers?: {
|
|
4794
4801
|
[key: string]: string;
|
|
4795
4802
|
};
|
|
4796
|
-
statusCode
|
|
4797
|
-
body
|
|
4803
|
+
statusCode?: number;
|
|
4804
|
+
body?: ResetAccountPasswordResponseBody;
|
|
4798
4805
|
static names(): {
|
|
4799
4806
|
[key: string]: string;
|
|
4800
4807
|
};
|
|
@@ -4835,11 +4842,11 @@ export declare class RestartDBInstanceResponseBody extends $tea.Model {
|
|
|
4835
4842
|
});
|
|
4836
4843
|
}
|
|
4837
4844
|
export declare class RestartDBInstanceResponse extends $tea.Model {
|
|
4838
|
-
headers
|
|
4845
|
+
headers?: {
|
|
4839
4846
|
[key: string]: string;
|
|
4840
4847
|
};
|
|
4841
|
-
statusCode
|
|
4842
|
-
body
|
|
4848
|
+
statusCode?: number;
|
|
4849
|
+
body?: RestartDBInstanceResponseBody;
|
|
4843
4850
|
static names(): {
|
|
4844
4851
|
[key: string]: string;
|
|
4845
4852
|
};
|
|
@@ -4880,11 +4887,11 @@ export declare class RestoreDBInstanceResponseBody extends $tea.Model {
|
|
|
4880
4887
|
});
|
|
4881
4888
|
}
|
|
4882
4889
|
export declare class RestoreDBInstanceResponse extends $tea.Model {
|
|
4883
|
-
headers
|
|
4890
|
+
headers?: {
|
|
4884
4891
|
[key: string]: string;
|
|
4885
4892
|
};
|
|
4886
|
-
statusCode
|
|
4887
|
-
body
|
|
4893
|
+
statusCode?: number;
|
|
4894
|
+
body?: RestoreDBInstanceResponseBody;
|
|
4888
4895
|
static names(): {
|
|
4889
4896
|
[key: string]: string;
|
|
4890
4897
|
};
|
|
@@ -4927,11 +4934,11 @@ export declare class SwitchDBInstanceHAResponseBody extends $tea.Model {
|
|
|
4927
4934
|
});
|
|
4928
4935
|
}
|
|
4929
4936
|
export declare class SwitchDBInstanceHAResponse extends $tea.Model {
|
|
4930
|
-
headers
|
|
4937
|
+
headers?: {
|
|
4931
4938
|
[key: string]: string;
|
|
4932
4939
|
};
|
|
4933
|
-
statusCode
|
|
4934
|
-
body
|
|
4940
|
+
statusCode?: number;
|
|
4941
|
+
body?: SwitchDBInstanceHAResponseBody;
|
|
4935
4942
|
static names(): {
|
|
4936
4943
|
[key: string]: string;
|
|
4937
4944
|
};
|
|
@@ -4975,11 +4982,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
4975
4982
|
});
|
|
4976
4983
|
}
|
|
4977
4984
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
4978
|
-
headers
|
|
4985
|
+
headers?: {
|
|
4979
4986
|
[key: string]: string;
|
|
4980
4987
|
};
|
|
4981
|
-
statusCode
|
|
4982
|
-
body
|
|
4988
|
+
statusCode?: number;
|
|
4989
|
+
body?: TagResourcesResponseBody;
|
|
4983
4990
|
static names(): {
|
|
4984
4991
|
[key: string]: string;
|
|
4985
4992
|
};
|
|
@@ -5020,11 +5027,11 @@ export declare class TransferClusterBackupResponseBody extends $tea.Model {
|
|
|
5020
5027
|
});
|
|
5021
5028
|
}
|
|
5022
5029
|
export declare class TransferClusterBackupResponse extends $tea.Model {
|
|
5023
|
-
headers
|
|
5030
|
+
headers?: {
|
|
5024
5031
|
[key: string]: string;
|
|
5025
5032
|
};
|
|
5026
|
-
statusCode
|
|
5027
|
-
body
|
|
5033
|
+
statusCode?: number;
|
|
5034
|
+
body?: TransferClusterBackupResponseBody;
|
|
5028
5035
|
static names(): {
|
|
5029
5036
|
[key: string]: string;
|
|
5030
5037
|
};
|
|
@@ -5072,11 +5079,11 @@ export declare class TransformInstanceChargeTypeResponseBody extends $tea.Model
|
|
|
5072
5079
|
});
|
|
5073
5080
|
}
|
|
5074
5081
|
export declare class TransformInstanceChargeTypeResponse extends $tea.Model {
|
|
5075
|
-
headers
|
|
5082
|
+
headers?: {
|
|
5076
5083
|
[key: string]: string;
|
|
5077
5084
|
};
|
|
5078
|
-
statusCode
|
|
5079
|
-
body
|
|
5085
|
+
statusCode?: number;
|
|
5086
|
+
body?: TransformInstanceChargeTypeResponseBody;
|
|
5080
5087
|
static names(): {
|
|
5081
5088
|
[key: string]: string;
|
|
5082
5089
|
};
|
|
@@ -5122,11 +5129,11 @@ export declare class TransformToPrePaidResponseBody extends $tea.Model {
|
|
|
5122
5129
|
});
|
|
5123
5130
|
}
|
|
5124
5131
|
export declare class TransformToPrePaidResponse extends $tea.Model {
|
|
5125
|
-
headers
|
|
5132
|
+
headers?: {
|
|
5126
5133
|
[key: string]: string;
|
|
5127
5134
|
};
|
|
5128
|
-
statusCode
|
|
5129
|
-
body
|
|
5135
|
+
statusCode?: number;
|
|
5136
|
+
body?: TransformToPrePaidResponseBody;
|
|
5130
5137
|
static names(): {
|
|
5131
5138
|
[key: string]: string;
|
|
5132
5139
|
};
|
|
@@ -5171,11 +5178,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
5171
5178
|
});
|
|
5172
5179
|
}
|
|
5173
5180
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
5174
|
-
headers
|
|
5181
|
+
headers?: {
|
|
5175
5182
|
[key: string]: string;
|
|
5176
5183
|
};
|
|
5177
|
-
statusCode
|
|
5178
|
-
body
|
|
5184
|
+
statusCode?: number;
|
|
5185
|
+
body?: UntagResourcesResponseBody;
|
|
5179
5186
|
static names(): {
|
|
5180
5187
|
[key: string]: string;
|
|
5181
5188
|
};
|
|
@@ -5216,11 +5223,11 @@ export declare class UpgradeDBInstanceEngineVersionResponseBody extends $tea.Mod
|
|
|
5216
5223
|
});
|
|
5217
5224
|
}
|
|
5218
5225
|
export declare class UpgradeDBInstanceEngineVersionResponse extends $tea.Model {
|
|
5219
|
-
headers
|
|
5226
|
+
headers?: {
|
|
5220
5227
|
[key: string]: string;
|
|
5221
5228
|
};
|
|
5222
|
-
statusCode
|
|
5223
|
-
body
|
|
5229
|
+
statusCode?: number;
|
|
5230
|
+
body?: UpgradeDBInstanceEngineVersionResponseBody;
|
|
5224
5231
|
static names(): {
|
|
5225
5232
|
[key: string]: string;
|
|
5226
5233
|
};
|
|
@@ -5260,11 +5267,11 @@ export declare class UpgradeDBInstanceKernelVersionResponseBody extends $tea.Mod
|
|
|
5260
5267
|
});
|
|
5261
5268
|
}
|
|
5262
5269
|
export declare class UpgradeDBInstanceKernelVersionResponse extends $tea.Model {
|
|
5263
|
-
headers
|
|
5270
|
+
headers?: {
|
|
5264
5271
|
[key: string]: string;
|
|
5265
5272
|
};
|
|
5266
|
-
statusCode
|
|
5267
|
-
body
|
|
5273
|
+
statusCode?: number;
|
|
5274
|
+
body?: UpgradeDBInstanceKernelVersionResponseBody;
|
|
5268
5275
|
static names(): {
|
|
5269
5276
|
[key: string]: string;
|
|
5270
5277
|
};
|
|
@@ -8068,10 +8075,10 @@ export default class Client extends OpenApi {
|
|
|
8068
8075
|
modifyDBInstanceMaintainTimeWithOptions(request: ModifyDBInstanceMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMaintainTimeResponse>;
|
|
8069
8076
|
modifyDBInstanceMaintainTime(request: ModifyDBInstanceMaintainTimeRequest): Promise<ModifyDBInstanceMaintainTimeResponse>;
|
|
8070
8077
|
/**
|
|
8071
|
-
* > This operation is applicable only to the ApsaraDB for MongoDB console of the previous version due to the change in the
|
|
8078
|
+
* > This operation is applicable only to the ApsaraDB for MongoDB console of the previous version due to the change in the feature of adjusting collection intervals of monitoring data.
|
|
8072
8079
|
* Before you call this operation, make sure that the following requirements are met:
|
|
8073
|
-
* *
|
|
8074
|
-
* *
|
|
8080
|
+
* * A replica set or sharded cluster instance is used.
|
|
8081
|
+
* * MongoDB 3.4 (the latest minor version) or MongoDB 4.0 is selected.
|
|
8075
8082
|
*
|
|
8076
8083
|
* @param request ModifyDBInstanceMonitorRequest
|
|
8077
8084
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -8079,10 +8086,10 @@ export default class Client extends OpenApi {
|
|
|
8079
8086
|
*/
|
|
8080
8087
|
modifyDBInstanceMonitorWithOptions(request: ModifyDBInstanceMonitorRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMonitorResponse>;
|
|
8081
8088
|
/**
|
|
8082
|
-
* > This operation is applicable only to the ApsaraDB for MongoDB console of the previous version due to the change in the
|
|
8089
|
+
* > This operation is applicable only to the ApsaraDB for MongoDB console of the previous version due to the change in the feature of adjusting collection intervals of monitoring data.
|
|
8083
8090
|
* Before you call this operation, make sure that the following requirements are met:
|
|
8084
|
-
* *
|
|
8085
|
-
* *
|
|
8091
|
+
* * A replica set or sharded cluster instance is used.
|
|
8092
|
+
* * MongoDB 3.4 (the latest minor version) or MongoDB 4.0 is selected.
|
|
8086
8093
|
*
|
|
8087
8094
|
* @param request ModifyDBInstanceMonitorRequest
|
|
8088
8095
|
* @return ModifyDBInstanceMonitorResponse
|
|
@@ -8129,7 +8136,7 @@ export default class Client extends OpenApi {
|
|
|
8129
8136
|
* Before you call this operation, make sure that the following requirements are met:
|
|
8130
8137
|
* * The instance is in the running state.
|
|
8131
8138
|
* * The instance is a replica set instance.
|
|
8132
|
-
* * The engine version of the instance is
|
|
8139
|
+
* * The engine version of the instance is 3.4 or 4.0.
|
|
8133
8140
|
* > When you enable or disable SSL encryption or update the SSL certificate, the instance restarts. We recommend that you call this operation during off-peak hours.
|
|
8134
8141
|
*
|
|
8135
8142
|
* @param request ModifyDBInstanceSSLRequest
|
|
@@ -8142,7 +8149,7 @@ export default class Client extends OpenApi {
|
|
|
8142
8149
|
* Before you call this operation, make sure that the following requirements are met:
|
|
8143
8150
|
* * The instance is in the running state.
|
|
8144
8151
|
* * The instance is a replica set instance.
|
|
8145
|
-
* * The engine version of the instance is
|
|
8152
|
+
* * The engine version of the instance is 3.4 or 4.0.
|
|
8146
8153
|
* > When you enable or disable SSL encryption or update the SSL certificate, the instance restarts. We recommend that you call this operation during off-peak hours.
|
|
8147
8154
|
*
|
|
8148
8155
|
* @param request ModifyDBInstanceSSLRequest
|
|
@@ -8276,7 +8283,6 @@ export default class Client extends OpenApi {
|
|
|
8276
8283
|
*/
|
|
8277
8284
|
modifyNodeSpecBatch(request: ModifyNodeSpecBatchRequest): Promise<ModifyNodeSpecBatchResponse>;
|
|
8278
8285
|
/**
|
|
8279
|
-
* ### Precautions
|
|
8280
8286
|
* * The instance must be in the Running state when you call this operation.
|
|
8281
8287
|
* * If you call this operation to modify specific instance parameters and the modification for part of the parameters can take effect only after an instance restart, the instance is automatically restarted after this operation is called. You can call the [DescribeParameterTemplates](~~67618~~) operation to query the parameters that take effect only after the instance is restarted.
|
|
8282
8288
|
*
|
|
@@ -8286,7 +8292,6 @@ export default class Client extends OpenApi {
|
|
|
8286
8292
|
*/
|
|
8287
8293
|
modifyParametersWithOptions(request: ModifyParametersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyParametersResponse>;
|
|
8288
8294
|
/**
|
|
8289
|
-
* ### Precautions
|
|
8290
8295
|
* * The instance must be in the Running state when you call this operation.
|
|
8291
8296
|
* * If you call this operation to modify specific instance parameters and the modification for part of the parameters can take effect only after an instance restart, the instance is automatically restarted after this operation is called. You can call the [DescribeParameterTemplates](~~67618~~) operation to query the parameters that take effect only after the instance is restarted.
|
|
8292
8297
|
*
|