@alicloud/polardb20170801 4.1.5 → 5.0.1
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 +431 -494
- package/dist/client.js +24 -134
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +437 -586
package/dist/client.d.ts
CHANGED
|
@@ -36,11 +36,11 @@ export declare class CancelScheduleTasksResponseBody extends $tea.Model {
|
|
|
36
36
|
});
|
|
37
37
|
}
|
|
38
38
|
export declare class CancelScheduleTasksResponse extends $tea.Model {
|
|
39
|
-
headers
|
|
39
|
+
headers?: {
|
|
40
40
|
[key: string]: string;
|
|
41
41
|
};
|
|
42
|
-
statusCode
|
|
43
|
-
body
|
|
42
|
+
statusCode?: number;
|
|
43
|
+
body?: CancelScheduleTasksResponseBody;
|
|
44
44
|
static names(): {
|
|
45
45
|
[key: string]: string;
|
|
46
46
|
};
|
|
@@ -81,11 +81,11 @@ export declare class CheckAccountNameResponseBody extends $tea.Model {
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
export declare class CheckAccountNameResponse extends $tea.Model {
|
|
84
|
-
headers
|
|
84
|
+
headers?: {
|
|
85
85
|
[key: string]: string;
|
|
86
86
|
};
|
|
87
|
-
statusCode
|
|
88
|
-
body
|
|
87
|
+
statusCode?: number;
|
|
88
|
+
body?: CheckAccountNameResponseBody;
|
|
89
89
|
static names(): {
|
|
90
90
|
[key: string]: string;
|
|
91
91
|
};
|
|
@@ -127,11 +127,11 @@ export declare class CheckDBNameResponseBody extends $tea.Model {
|
|
|
127
127
|
});
|
|
128
128
|
}
|
|
129
129
|
export declare class CheckDBNameResponse extends $tea.Model {
|
|
130
|
-
headers
|
|
130
|
+
headers?: {
|
|
131
131
|
[key: string]: string;
|
|
132
132
|
};
|
|
133
|
-
statusCode
|
|
134
|
-
body
|
|
133
|
+
statusCode?: number;
|
|
134
|
+
body?: CheckDBNameResponseBody;
|
|
135
135
|
static names(): {
|
|
136
136
|
[key: string]: string;
|
|
137
137
|
};
|
|
@@ -176,11 +176,11 @@ export declare class CheckKMSAuthorizedResponseBody extends $tea.Model {
|
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
178
|
export declare class CheckKMSAuthorizedResponse extends $tea.Model {
|
|
179
|
-
headers
|
|
179
|
+
headers?: {
|
|
180
180
|
[key: string]: string;
|
|
181
181
|
};
|
|
182
|
-
statusCode
|
|
183
|
-
body
|
|
182
|
+
statusCode?: number;
|
|
183
|
+
body?: CheckKMSAuthorizedResponseBody;
|
|
184
184
|
static names(): {
|
|
185
185
|
[key: string]: string;
|
|
186
186
|
};
|
|
@@ -220,11 +220,11 @@ export declare class CheckServiceLinkedRoleResponseBody extends $tea.Model {
|
|
|
220
220
|
});
|
|
221
221
|
}
|
|
222
222
|
export declare class CheckServiceLinkedRoleResponse extends $tea.Model {
|
|
223
|
-
headers
|
|
223
|
+
headers?: {
|
|
224
224
|
[key: string]: string;
|
|
225
225
|
};
|
|
226
|
-
statusCode
|
|
227
|
-
body
|
|
226
|
+
statusCode?: number;
|
|
227
|
+
body?: CheckServiceLinkedRoleResponseBody;
|
|
228
228
|
static names(): {
|
|
229
229
|
[key: string]: string;
|
|
230
230
|
};
|
|
@@ -266,11 +266,11 @@ export declare class CloseAITaskResponseBody extends $tea.Model {
|
|
|
266
266
|
});
|
|
267
267
|
}
|
|
268
268
|
export declare class CloseAITaskResponse extends $tea.Model {
|
|
269
|
-
headers
|
|
269
|
+
headers?: {
|
|
270
270
|
[key: string]: string;
|
|
271
271
|
};
|
|
272
|
-
statusCode
|
|
273
|
-
body
|
|
272
|
+
statusCode?: number;
|
|
273
|
+
body?: CloseAITaskResponseBody;
|
|
274
274
|
static names(): {
|
|
275
275
|
[key: string]: string;
|
|
276
276
|
};
|
|
@@ -311,11 +311,11 @@ export declare class CloseDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
311
311
|
});
|
|
312
312
|
}
|
|
313
313
|
export declare class CloseDBClusterMigrationResponse extends $tea.Model {
|
|
314
|
-
headers
|
|
314
|
+
headers?: {
|
|
315
315
|
[key: string]: string;
|
|
316
316
|
};
|
|
317
|
-
statusCode
|
|
318
|
-
body
|
|
317
|
+
statusCode?: number;
|
|
318
|
+
body?: CloseDBClusterMigrationResponseBody;
|
|
319
319
|
static names(): {
|
|
320
320
|
[key: string]: string;
|
|
321
321
|
};
|
|
@@ -363,11 +363,11 @@ export declare class CreateAccountResponseBody extends $tea.Model {
|
|
|
363
363
|
});
|
|
364
364
|
}
|
|
365
365
|
export declare class CreateAccountResponse extends $tea.Model {
|
|
366
|
-
headers
|
|
366
|
+
headers?: {
|
|
367
367
|
[key: string]: string;
|
|
368
368
|
};
|
|
369
|
-
statusCode
|
|
370
|
-
body
|
|
369
|
+
statusCode?: number;
|
|
370
|
+
body?: CreateAccountResponseBody;
|
|
371
371
|
static names(): {
|
|
372
372
|
[key: string]: string;
|
|
373
373
|
};
|
|
@@ -409,11 +409,11 @@ export declare class CreateBackupResponseBody extends $tea.Model {
|
|
|
409
409
|
});
|
|
410
410
|
}
|
|
411
411
|
export declare class CreateBackupResponse extends $tea.Model {
|
|
412
|
-
headers
|
|
412
|
+
headers?: {
|
|
413
413
|
[key: string]: string;
|
|
414
414
|
};
|
|
415
|
-
statusCode
|
|
416
|
-
body
|
|
415
|
+
statusCode?: number;
|
|
416
|
+
body?: CreateBackupResponseBody;
|
|
417
417
|
static names(): {
|
|
418
418
|
[key: string]: string;
|
|
419
419
|
};
|
|
@@ -457,11 +457,11 @@ export declare class CreateColdStorageInstanceResponseBody extends $tea.Model {
|
|
|
457
457
|
});
|
|
458
458
|
}
|
|
459
459
|
export declare class CreateColdStorageInstanceResponse extends $tea.Model {
|
|
460
|
-
headers
|
|
460
|
+
headers?: {
|
|
461
461
|
[key: string]: string;
|
|
462
462
|
};
|
|
463
|
-
statusCode
|
|
464
|
-
body
|
|
463
|
+
statusCode?: number;
|
|
464
|
+
body?: CreateColdStorageInstanceResponseBody;
|
|
465
465
|
static names(): {
|
|
466
466
|
[key: string]: string;
|
|
467
467
|
};
|
|
@@ -553,11 +553,11 @@ export declare class CreateDBClusterResponseBody extends $tea.Model {
|
|
|
553
553
|
});
|
|
554
554
|
}
|
|
555
555
|
export declare class CreateDBClusterResponse extends $tea.Model {
|
|
556
|
-
headers
|
|
556
|
+
headers?: {
|
|
557
557
|
[key: string]: string;
|
|
558
558
|
};
|
|
559
|
-
statusCode
|
|
560
|
-
body
|
|
559
|
+
statusCode?: number;
|
|
560
|
+
body?: CreateDBClusterResponseBody;
|
|
561
561
|
static names(): {
|
|
562
562
|
[key: string]: string;
|
|
563
563
|
};
|
|
@@ -604,11 +604,11 @@ export declare class CreateDBClusterEndpointResponseBody extends $tea.Model {
|
|
|
604
604
|
});
|
|
605
605
|
}
|
|
606
606
|
export declare class CreateDBClusterEndpointResponse extends $tea.Model {
|
|
607
|
-
headers
|
|
607
|
+
headers?: {
|
|
608
608
|
[key: string]: string;
|
|
609
609
|
};
|
|
610
|
-
statusCode
|
|
611
|
-
body
|
|
610
|
+
statusCode?: number;
|
|
611
|
+
body?: CreateDBClusterEndpointResponseBody;
|
|
612
612
|
static names(): {
|
|
613
613
|
[key: string]: string;
|
|
614
614
|
};
|
|
@@ -654,11 +654,11 @@ export declare class CreateDBEndpointAddressResponseBody extends $tea.Model {
|
|
|
654
654
|
});
|
|
655
655
|
}
|
|
656
656
|
export declare class CreateDBEndpointAddressResponse extends $tea.Model {
|
|
657
|
-
headers
|
|
657
|
+
headers?: {
|
|
658
658
|
[key: string]: string;
|
|
659
659
|
};
|
|
660
|
-
statusCode
|
|
661
|
-
body
|
|
660
|
+
statusCode?: number;
|
|
661
|
+
body?: CreateDBEndpointAddressResponseBody;
|
|
662
662
|
static names(): {
|
|
663
663
|
[key: string]: string;
|
|
664
664
|
};
|
|
@@ -710,11 +710,11 @@ export declare class CreateDBLinkResponseBody extends $tea.Model {
|
|
|
710
710
|
});
|
|
711
711
|
}
|
|
712
712
|
export declare class CreateDBLinkResponse extends $tea.Model {
|
|
713
|
-
headers
|
|
713
|
+
headers?: {
|
|
714
714
|
[key: string]: string;
|
|
715
715
|
};
|
|
716
|
-
statusCode
|
|
717
|
-
body
|
|
716
|
+
statusCode?: number;
|
|
717
|
+
body?: CreateDBLinkResponseBody;
|
|
718
718
|
static names(): {
|
|
719
719
|
[key: string]: string;
|
|
720
720
|
};
|
|
@@ -765,11 +765,11 @@ export declare class CreateDBNodesResponseBody extends $tea.Model {
|
|
|
765
765
|
});
|
|
766
766
|
}
|
|
767
767
|
export declare class CreateDBNodesResponse extends $tea.Model {
|
|
768
|
-
headers
|
|
768
|
+
headers?: {
|
|
769
769
|
[key: string]: string;
|
|
770
770
|
};
|
|
771
|
-
statusCode
|
|
772
|
-
body
|
|
771
|
+
statusCode?: number;
|
|
772
|
+
body?: CreateDBNodesResponseBody;
|
|
773
773
|
static names(): {
|
|
774
774
|
[key: string]: string;
|
|
775
775
|
};
|
|
@@ -816,11 +816,11 @@ export declare class CreateDatabaseResponseBody extends $tea.Model {
|
|
|
816
816
|
});
|
|
817
817
|
}
|
|
818
818
|
export declare class CreateDatabaseResponse extends $tea.Model {
|
|
819
|
-
headers
|
|
819
|
+
headers?: {
|
|
820
820
|
[key: string]: string;
|
|
821
821
|
};
|
|
822
|
-
statusCode
|
|
823
|
-
body
|
|
822
|
+
statusCode?: number;
|
|
823
|
+
body?: CreateDatabaseResponseBody;
|
|
824
824
|
static names(): {
|
|
825
825
|
[key: string]: string;
|
|
826
826
|
};
|
|
@@ -864,11 +864,11 @@ export declare class CreateGlobalDatabaseNetworkResponseBody extends $tea.Model
|
|
|
864
864
|
});
|
|
865
865
|
}
|
|
866
866
|
export declare class CreateGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
867
|
-
headers
|
|
867
|
+
headers?: {
|
|
868
868
|
[key: string]: string;
|
|
869
869
|
};
|
|
870
|
-
statusCode
|
|
871
|
-
body
|
|
870
|
+
statusCode?: number;
|
|
871
|
+
body?: CreateGlobalDatabaseNetworkResponseBody;
|
|
872
872
|
static names(): {
|
|
873
873
|
[key: string]: string;
|
|
874
874
|
};
|
|
@@ -913,11 +913,11 @@ export declare class CreateGlobalSecurityIPGroupResponseBody extends $tea.Model
|
|
|
913
913
|
});
|
|
914
914
|
}
|
|
915
915
|
export declare class CreateGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
916
|
-
headers
|
|
916
|
+
headers?: {
|
|
917
917
|
[key: string]: string;
|
|
918
918
|
};
|
|
919
|
-
statusCode
|
|
920
|
-
body
|
|
919
|
+
statusCode?: number;
|
|
920
|
+
body?: CreateGlobalSecurityIPGroupResponseBody;
|
|
921
921
|
static names(): {
|
|
922
922
|
[key: string]: string;
|
|
923
923
|
};
|
|
@@ -964,11 +964,11 @@ export declare class CreateParameterGroupResponseBody extends $tea.Model {
|
|
|
964
964
|
});
|
|
965
965
|
}
|
|
966
966
|
export declare class CreateParameterGroupResponse extends $tea.Model {
|
|
967
|
-
headers
|
|
967
|
+
headers?: {
|
|
968
968
|
[key: string]: string;
|
|
969
969
|
};
|
|
970
|
-
statusCode
|
|
971
|
-
body
|
|
970
|
+
statusCode?: number;
|
|
971
|
+
body?: CreateParameterGroupResponseBody;
|
|
972
972
|
static names(): {
|
|
973
973
|
[key: string]: string;
|
|
974
974
|
};
|
|
@@ -1007,11 +1007,11 @@ export declare class CreateServiceLinkedRoleResponseBody extends $tea.Model {
|
|
|
1007
1007
|
});
|
|
1008
1008
|
}
|
|
1009
1009
|
export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
|
|
1010
|
-
headers
|
|
1010
|
+
headers?: {
|
|
1011
1011
|
[key: string]: string;
|
|
1012
1012
|
};
|
|
1013
|
-
statusCode
|
|
1014
|
-
body
|
|
1013
|
+
statusCode?: number;
|
|
1014
|
+
body?: CreateServiceLinkedRoleResponseBody;
|
|
1015
1015
|
static names(): {
|
|
1016
1016
|
[key: string]: string;
|
|
1017
1017
|
};
|
|
@@ -1057,11 +1057,11 @@ export declare class CreateStoragePlanResponseBody extends $tea.Model {
|
|
|
1057
1057
|
});
|
|
1058
1058
|
}
|
|
1059
1059
|
export declare class CreateStoragePlanResponse extends $tea.Model {
|
|
1060
|
-
headers
|
|
1060
|
+
headers?: {
|
|
1061
1061
|
[key: string]: string;
|
|
1062
1062
|
};
|
|
1063
|
-
statusCode
|
|
1064
|
-
body
|
|
1063
|
+
statusCode?: number;
|
|
1064
|
+
body?: CreateStoragePlanResponseBody;
|
|
1065
1065
|
static names(): {
|
|
1066
1066
|
[key: string]: string;
|
|
1067
1067
|
};
|
|
@@ -1102,11 +1102,11 @@ export declare class DeleteAccountResponseBody extends $tea.Model {
|
|
|
1102
1102
|
});
|
|
1103
1103
|
}
|
|
1104
1104
|
export declare class DeleteAccountResponse extends $tea.Model {
|
|
1105
|
-
headers
|
|
1105
|
+
headers?: {
|
|
1106
1106
|
[key: string]: string;
|
|
1107
1107
|
};
|
|
1108
|
-
statusCode
|
|
1109
|
-
body
|
|
1108
|
+
statusCode?: number;
|
|
1109
|
+
body?: DeleteAccountResponseBody;
|
|
1110
1110
|
static names(): {
|
|
1111
1111
|
[key: string]: string;
|
|
1112
1112
|
};
|
|
@@ -1147,11 +1147,11 @@ export declare class DeleteBackupResponseBody extends $tea.Model {
|
|
|
1147
1147
|
});
|
|
1148
1148
|
}
|
|
1149
1149
|
export declare class DeleteBackupResponse extends $tea.Model {
|
|
1150
|
-
headers
|
|
1150
|
+
headers?: {
|
|
1151
1151
|
[key: string]: string;
|
|
1152
1152
|
};
|
|
1153
|
-
statusCode
|
|
1154
|
-
body
|
|
1153
|
+
statusCode?: number;
|
|
1154
|
+
body?: DeleteBackupResponseBody;
|
|
1155
1155
|
static names(): {
|
|
1156
1156
|
[key: string]: string;
|
|
1157
1157
|
};
|
|
@@ -1192,11 +1192,11 @@ export declare class DeleteDBClusterResponseBody extends $tea.Model {
|
|
|
1192
1192
|
});
|
|
1193
1193
|
}
|
|
1194
1194
|
export declare class DeleteDBClusterResponse extends $tea.Model {
|
|
1195
|
-
headers
|
|
1195
|
+
headers?: {
|
|
1196
1196
|
[key: string]: string;
|
|
1197
1197
|
};
|
|
1198
|
-
statusCode
|
|
1199
|
-
body
|
|
1198
|
+
statusCode?: number;
|
|
1199
|
+
body?: DeleteDBClusterResponseBody;
|
|
1200
1200
|
static names(): {
|
|
1201
1201
|
[key: string]: string;
|
|
1202
1202
|
};
|
|
@@ -1237,11 +1237,11 @@ export declare class DeleteDBClusterEndpointResponseBody extends $tea.Model {
|
|
|
1237
1237
|
});
|
|
1238
1238
|
}
|
|
1239
1239
|
export declare class DeleteDBClusterEndpointResponse extends $tea.Model {
|
|
1240
|
-
headers
|
|
1240
|
+
headers?: {
|
|
1241
1241
|
[key: string]: string;
|
|
1242
1242
|
};
|
|
1243
|
-
statusCode
|
|
1244
|
-
body
|
|
1243
|
+
statusCode?: number;
|
|
1244
|
+
body?: DeleteDBClusterEndpointResponseBody;
|
|
1245
1245
|
static names(): {
|
|
1246
1246
|
[key: string]: string;
|
|
1247
1247
|
};
|
|
@@ -1283,11 +1283,11 @@ export declare class DeleteDBEndpointAddressResponseBody extends $tea.Model {
|
|
|
1283
1283
|
});
|
|
1284
1284
|
}
|
|
1285
1285
|
export declare class DeleteDBEndpointAddressResponse extends $tea.Model {
|
|
1286
|
-
headers
|
|
1286
|
+
headers?: {
|
|
1287
1287
|
[key: string]: string;
|
|
1288
1288
|
};
|
|
1289
|
-
statusCode
|
|
1290
|
-
body
|
|
1289
|
+
statusCode?: number;
|
|
1290
|
+
body?: DeleteDBEndpointAddressResponseBody;
|
|
1291
1291
|
static names(): {
|
|
1292
1292
|
[key: string]: string;
|
|
1293
1293
|
};
|
|
@@ -1328,11 +1328,11 @@ export declare class DeleteDBLinkResponseBody extends $tea.Model {
|
|
|
1328
1328
|
});
|
|
1329
1329
|
}
|
|
1330
1330
|
export declare class DeleteDBLinkResponse extends $tea.Model {
|
|
1331
|
-
headers
|
|
1331
|
+
headers?: {
|
|
1332
1332
|
[key: string]: string;
|
|
1333
1333
|
};
|
|
1334
|
-
statusCode
|
|
1335
|
-
body
|
|
1334
|
+
statusCode?: number;
|
|
1335
|
+
body?: DeleteDBLinkResponseBody;
|
|
1336
1336
|
static names(): {
|
|
1337
1337
|
[key: string]: string;
|
|
1338
1338
|
};
|
|
@@ -1377,11 +1377,11 @@ export declare class DeleteDBNodesResponseBody extends $tea.Model {
|
|
|
1377
1377
|
});
|
|
1378
1378
|
}
|
|
1379
1379
|
export declare class DeleteDBNodesResponse extends $tea.Model {
|
|
1380
|
-
headers
|
|
1380
|
+
headers?: {
|
|
1381
1381
|
[key: string]: string;
|
|
1382
1382
|
};
|
|
1383
|
-
statusCode
|
|
1384
|
-
body
|
|
1383
|
+
statusCode?: number;
|
|
1384
|
+
body?: DeleteDBNodesResponseBody;
|
|
1385
1385
|
static names(): {
|
|
1386
1386
|
[key: string]: string;
|
|
1387
1387
|
};
|
|
@@ -1422,11 +1422,11 @@ export declare class DeleteDatabaseResponseBody extends $tea.Model {
|
|
|
1422
1422
|
});
|
|
1423
1423
|
}
|
|
1424
1424
|
export declare class DeleteDatabaseResponse extends $tea.Model {
|
|
1425
|
-
headers
|
|
1425
|
+
headers?: {
|
|
1426
1426
|
[key: string]: string;
|
|
1427
1427
|
};
|
|
1428
|
-
statusCode
|
|
1429
|
-
body
|
|
1428
|
+
statusCode?: number;
|
|
1429
|
+
body?: DeleteDatabaseResponseBody;
|
|
1430
1430
|
static names(): {
|
|
1431
1431
|
[key: string]: string;
|
|
1432
1432
|
};
|
|
@@ -1468,11 +1468,11 @@ export declare class DeleteGlobalDatabaseNetworkResponseBody extends $tea.Model
|
|
|
1468
1468
|
});
|
|
1469
1469
|
}
|
|
1470
1470
|
export declare class DeleteGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
1471
|
-
headers
|
|
1471
|
+
headers?: {
|
|
1472
1472
|
[key: string]: string;
|
|
1473
1473
|
};
|
|
1474
|
-
statusCode
|
|
1475
|
-
body
|
|
1474
|
+
statusCode?: number;
|
|
1475
|
+
body?: DeleteGlobalDatabaseNetworkResponseBody;
|
|
1476
1476
|
static names(): {
|
|
1477
1477
|
[key: string]: string;
|
|
1478
1478
|
};
|
|
@@ -1517,11 +1517,11 @@ export declare class DeleteGlobalSecurityIPGroupResponseBody extends $tea.Model
|
|
|
1517
1517
|
});
|
|
1518
1518
|
}
|
|
1519
1519
|
export declare class DeleteGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
1520
|
-
headers
|
|
1520
|
+
headers?: {
|
|
1521
1521
|
[key: string]: string;
|
|
1522
1522
|
};
|
|
1523
|
-
statusCode
|
|
1524
|
-
body
|
|
1523
|
+
statusCode?: number;
|
|
1524
|
+
body?: DeleteGlobalSecurityIPGroupResponseBody;
|
|
1525
1525
|
static names(): {
|
|
1526
1526
|
[key: string]: string;
|
|
1527
1527
|
};
|
|
@@ -1560,11 +1560,11 @@ export declare class DeleteMaskingRulesResponseBody extends $tea.Model {
|
|
|
1560
1560
|
});
|
|
1561
1561
|
}
|
|
1562
1562
|
export declare class DeleteMaskingRulesResponse extends $tea.Model {
|
|
1563
|
-
headers
|
|
1563
|
+
headers?: {
|
|
1564
1564
|
[key: string]: string;
|
|
1565
1565
|
};
|
|
1566
|
-
statusCode
|
|
1567
|
-
body
|
|
1566
|
+
statusCode?: number;
|
|
1567
|
+
body?: DeleteMaskingRulesResponseBody;
|
|
1568
1568
|
static names(): {
|
|
1569
1569
|
[key: string]: string;
|
|
1570
1570
|
};
|
|
@@ -1606,11 +1606,11 @@ export declare class DeleteParameterGroupResponseBody extends $tea.Model {
|
|
|
1606
1606
|
});
|
|
1607
1607
|
}
|
|
1608
1608
|
export declare class DeleteParameterGroupResponse extends $tea.Model {
|
|
1609
|
-
headers
|
|
1609
|
+
headers?: {
|
|
1610
1610
|
[key: string]: string;
|
|
1611
1611
|
};
|
|
1612
|
-
statusCode
|
|
1613
|
-
body
|
|
1612
|
+
statusCode?: number;
|
|
1613
|
+
body?: DeleteParameterGroupResponseBody;
|
|
1614
1614
|
static names(): {
|
|
1615
1615
|
[key: string]: string;
|
|
1616
1616
|
};
|
|
@@ -1654,11 +1654,11 @@ export declare class DescribeAITaskStatusResponseBody extends $tea.Model {
|
|
|
1654
1654
|
});
|
|
1655
1655
|
}
|
|
1656
1656
|
export declare class DescribeAITaskStatusResponse extends $tea.Model {
|
|
1657
|
-
headers
|
|
1657
|
+
headers?: {
|
|
1658
1658
|
[key: string]: string;
|
|
1659
1659
|
};
|
|
1660
|
-
statusCode
|
|
1661
|
-
body
|
|
1660
|
+
statusCode?: number;
|
|
1661
|
+
body?: DescribeAITaskStatusResponseBody;
|
|
1662
1662
|
static names(): {
|
|
1663
1663
|
[key: string]: string;
|
|
1664
1664
|
};
|
|
@@ -1704,11 +1704,11 @@ export declare class DescribeAccountsResponseBody extends $tea.Model {
|
|
|
1704
1704
|
});
|
|
1705
1705
|
}
|
|
1706
1706
|
export declare class DescribeAccountsResponse extends $tea.Model {
|
|
1707
|
-
headers
|
|
1707
|
+
headers?: {
|
|
1708
1708
|
[key: string]: string;
|
|
1709
1709
|
};
|
|
1710
|
-
statusCode
|
|
1711
|
-
body
|
|
1710
|
+
statusCode?: number;
|
|
1711
|
+
body?: DescribeAccountsResponseBody;
|
|
1712
1712
|
static names(): {
|
|
1713
1713
|
[key: string]: string;
|
|
1714
1714
|
};
|
|
@@ -1756,11 +1756,11 @@ export declare class DescribeAutoRenewAttributeResponseBody extends $tea.Model {
|
|
|
1756
1756
|
});
|
|
1757
1757
|
}
|
|
1758
1758
|
export declare class DescribeAutoRenewAttributeResponse extends $tea.Model {
|
|
1759
|
-
headers
|
|
1759
|
+
headers?: {
|
|
1760
1760
|
[key: string]: string;
|
|
1761
1761
|
};
|
|
1762
|
-
statusCode
|
|
1763
|
-
body
|
|
1762
|
+
statusCode?: number;
|
|
1763
|
+
body?: DescribeAutoRenewAttributeResponseBody;
|
|
1764
1764
|
static names(): {
|
|
1765
1765
|
[key: string]: string;
|
|
1766
1766
|
};
|
|
@@ -1809,11 +1809,11 @@ export declare class DescribeBackupLogsResponseBody extends $tea.Model {
|
|
|
1809
1809
|
});
|
|
1810
1810
|
}
|
|
1811
1811
|
export declare class DescribeBackupLogsResponse extends $tea.Model {
|
|
1812
|
-
headers
|
|
1812
|
+
headers?: {
|
|
1813
1813
|
[key: string]: string;
|
|
1814
1814
|
};
|
|
1815
|
-
statusCode
|
|
1816
|
-
body
|
|
1815
|
+
statusCode?: number;
|
|
1816
|
+
body?: DescribeBackupLogsResponseBody;
|
|
1817
1817
|
static names(): {
|
|
1818
1818
|
[key: string]: string;
|
|
1819
1819
|
};
|
|
@@ -1866,11 +1866,11 @@ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
|
|
|
1866
1866
|
});
|
|
1867
1867
|
}
|
|
1868
1868
|
export declare class DescribeBackupPolicyResponse extends $tea.Model {
|
|
1869
|
-
headers
|
|
1869
|
+
headers?: {
|
|
1870
1870
|
[key: string]: string;
|
|
1871
1871
|
};
|
|
1872
|
-
statusCode
|
|
1873
|
-
body
|
|
1872
|
+
statusCode?: number;
|
|
1873
|
+
body?: DescribeBackupPolicyResponseBody;
|
|
1874
1874
|
static names(): {
|
|
1875
1875
|
[key: string]: string;
|
|
1876
1876
|
};
|
|
@@ -1913,11 +1913,11 @@ export declare class DescribeBackupTasksResponseBody extends $tea.Model {
|
|
|
1913
1913
|
});
|
|
1914
1914
|
}
|
|
1915
1915
|
export declare class DescribeBackupTasksResponse extends $tea.Model {
|
|
1916
|
-
headers
|
|
1916
|
+
headers?: {
|
|
1917
1917
|
[key: string]: string;
|
|
1918
1918
|
};
|
|
1919
|
-
statusCode
|
|
1920
|
-
body
|
|
1919
|
+
statusCode?: number;
|
|
1920
|
+
body?: DescribeBackupTasksResponseBody;
|
|
1921
1921
|
static names(): {
|
|
1922
1922
|
[key: string]: string;
|
|
1923
1923
|
};
|
|
@@ -1969,11 +1969,11 @@ export declare class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
1969
1969
|
});
|
|
1970
1970
|
}
|
|
1971
1971
|
export declare class DescribeBackupsResponse extends $tea.Model {
|
|
1972
|
-
headers
|
|
1972
|
+
headers?: {
|
|
1973
1973
|
[key: string]: string;
|
|
1974
1974
|
};
|
|
1975
|
-
statusCode
|
|
1976
|
-
body
|
|
1975
|
+
statusCode?: number;
|
|
1976
|
+
body?: DescribeBackupsResponseBody;
|
|
1977
1977
|
static names(): {
|
|
1978
1978
|
[key: string]: string;
|
|
1979
1979
|
};
|
|
@@ -2016,11 +2016,11 @@ export declare class DescribeCharacterSetNameResponseBody extends $tea.Model {
|
|
|
2016
2016
|
});
|
|
2017
2017
|
}
|
|
2018
2018
|
export declare class DescribeCharacterSetNameResponse extends $tea.Model {
|
|
2019
|
-
headers
|
|
2019
|
+
headers?: {
|
|
2020
2020
|
[key: string]: string;
|
|
2021
2021
|
};
|
|
2022
|
-
statusCode
|
|
2023
|
-
body
|
|
2022
|
+
statusCode?: number;
|
|
2023
|
+
body?: DescribeCharacterSetNameResponseBody;
|
|
2024
2024
|
static names(): {
|
|
2025
2025
|
[key: string]: string;
|
|
2026
2026
|
};
|
|
@@ -2066,11 +2066,11 @@ export declare class DescribeClassListResponseBody extends $tea.Model {
|
|
|
2066
2066
|
});
|
|
2067
2067
|
}
|
|
2068
2068
|
export declare class DescribeClassListResponse extends $tea.Model {
|
|
2069
|
-
headers
|
|
2069
|
+
headers?: {
|
|
2070
2070
|
[key: string]: string;
|
|
2071
2071
|
};
|
|
2072
|
-
statusCode
|
|
2073
|
-
body
|
|
2072
|
+
statusCode?: number;
|
|
2073
|
+
body?: DescribeClassListResponseBody;
|
|
2074
2074
|
static names(): {
|
|
2075
2075
|
[key: string]: string;
|
|
2076
2076
|
};
|
|
@@ -2112,11 +2112,11 @@ export declare class DescribeDBClusterAccessWhitelistResponseBody extends $tea.M
|
|
|
2112
2112
|
});
|
|
2113
2113
|
}
|
|
2114
2114
|
export declare class DescribeDBClusterAccessWhitelistResponse extends $tea.Model {
|
|
2115
|
-
headers
|
|
2115
|
+
headers?: {
|
|
2116
2116
|
[key: string]: string;
|
|
2117
2117
|
};
|
|
2118
|
-
statusCode
|
|
2119
|
-
body
|
|
2118
|
+
statusCode?: number;
|
|
2119
|
+
body?: DescribeDBClusterAccessWhitelistResponseBody;
|
|
2120
2120
|
static names(): {
|
|
2121
2121
|
[key: string]: string;
|
|
2122
2122
|
};
|
|
@@ -2210,11 +2210,11 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
2210
2210
|
});
|
|
2211
2211
|
}
|
|
2212
2212
|
export declare class DescribeDBClusterAttributeResponse extends $tea.Model {
|
|
2213
|
-
headers
|
|
2213
|
+
headers?: {
|
|
2214
2214
|
[key: string]: string;
|
|
2215
2215
|
};
|
|
2216
|
-
statusCode
|
|
2217
|
-
body
|
|
2216
|
+
statusCode?: number;
|
|
2217
|
+
body?: DescribeDBClusterAttributeResponseBody;
|
|
2218
2218
|
static names(): {
|
|
2219
2219
|
[key: string]: string;
|
|
2220
2220
|
};
|
|
@@ -2255,11 +2255,11 @@ export declare class DescribeDBClusterAuditLogCollectorResponseBody extends $tea
|
|
|
2255
2255
|
});
|
|
2256
2256
|
}
|
|
2257
2257
|
export declare class DescribeDBClusterAuditLogCollectorResponse extends $tea.Model {
|
|
2258
|
-
headers
|
|
2258
|
+
headers?: {
|
|
2259
2259
|
[key: string]: string;
|
|
2260
2260
|
};
|
|
2261
|
-
statusCode
|
|
2262
|
-
body
|
|
2261
|
+
statusCode?: number;
|
|
2262
|
+
body?: DescribeDBClusterAuditLogCollectorResponseBody;
|
|
2263
2263
|
static names(): {
|
|
2264
2264
|
[key: string]: string;
|
|
2265
2265
|
};
|
|
@@ -2305,11 +2305,11 @@ export declare class DescribeDBClusterAvailableResourcesResponseBody extends $te
|
|
|
2305
2305
|
});
|
|
2306
2306
|
}
|
|
2307
2307
|
export declare class DescribeDBClusterAvailableResourcesResponse extends $tea.Model {
|
|
2308
|
-
headers
|
|
2308
|
+
headers?: {
|
|
2309
2309
|
[key: string]: string;
|
|
2310
2310
|
};
|
|
2311
|
-
statusCode
|
|
2312
|
-
body
|
|
2311
|
+
statusCode?: number;
|
|
2312
|
+
body?: DescribeDBClusterAvailableResourcesResponseBody;
|
|
2313
2313
|
static names(): {
|
|
2314
2314
|
[key: string]: string;
|
|
2315
2315
|
};
|
|
@@ -2356,11 +2356,11 @@ export declare class DescribeDBClusterConnectivityResponseBody extends $tea.Mode
|
|
|
2356
2356
|
});
|
|
2357
2357
|
}
|
|
2358
2358
|
export declare class DescribeDBClusterConnectivityResponse extends $tea.Model {
|
|
2359
|
-
headers
|
|
2359
|
+
headers?: {
|
|
2360
2360
|
[key: string]: string;
|
|
2361
2361
|
};
|
|
2362
|
-
statusCode
|
|
2363
|
-
body
|
|
2362
|
+
statusCode?: number;
|
|
2363
|
+
body?: DescribeDBClusterConnectivityResponseBody;
|
|
2364
2364
|
static names(): {
|
|
2365
2365
|
[key: string]: string;
|
|
2366
2366
|
};
|
|
@@ -2403,11 +2403,11 @@ export declare class DescribeDBClusterEndpointsResponseBody extends $tea.Model {
|
|
|
2403
2403
|
});
|
|
2404
2404
|
}
|
|
2405
2405
|
export declare class DescribeDBClusterEndpointsResponse extends $tea.Model {
|
|
2406
|
-
headers
|
|
2406
|
+
headers?: {
|
|
2407
2407
|
[key: string]: string;
|
|
2408
2408
|
};
|
|
2409
|
-
statusCode
|
|
2410
|
-
body
|
|
2409
|
+
statusCode?: number;
|
|
2410
|
+
body?: DescribeDBClusterEndpointsResponseBody;
|
|
2411
2411
|
static names(): {
|
|
2412
2412
|
[key: string]: string;
|
|
2413
2413
|
};
|
|
@@ -2460,11 +2460,11 @@ export declare class DescribeDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
2460
2460
|
});
|
|
2461
2461
|
}
|
|
2462
2462
|
export declare class DescribeDBClusterMigrationResponse extends $tea.Model {
|
|
2463
|
-
headers
|
|
2463
|
+
headers?: {
|
|
2464
2464
|
[key: string]: string;
|
|
2465
2465
|
};
|
|
2466
|
-
statusCode
|
|
2467
|
-
body
|
|
2466
|
+
statusCode?: number;
|
|
2467
|
+
body?: DescribeDBClusterMigrationResponseBody;
|
|
2468
2468
|
static names(): {
|
|
2469
2469
|
[key: string]: string;
|
|
2470
2470
|
};
|
|
@@ -2505,11 +2505,11 @@ export declare class DescribeDBClusterMonitorResponseBody extends $tea.Model {
|
|
|
2505
2505
|
});
|
|
2506
2506
|
}
|
|
2507
2507
|
export declare class DescribeDBClusterMonitorResponse extends $tea.Model {
|
|
2508
|
-
headers
|
|
2508
|
+
headers?: {
|
|
2509
2509
|
[key: string]: string;
|
|
2510
2510
|
};
|
|
2511
|
-
statusCode
|
|
2512
|
-
body
|
|
2511
|
+
statusCode?: number;
|
|
2512
|
+
body?: DescribeDBClusterMonitorResponseBody;
|
|
2513
2513
|
static names(): {
|
|
2514
2514
|
[key: string]: string;
|
|
2515
2515
|
};
|
|
@@ -2557,11 +2557,11 @@ export declare class DescribeDBClusterParametersResponseBody extends $tea.Model
|
|
|
2557
2557
|
});
|
|
2558
2558
|
}
|
|
2559
2559
|
export declare class DescribeDBClusterParametersResponse extends $tea.Model {
|
|
2560
|
-
headers
|
|
2560
|
+
headers?: {
|
|
2561
2561
|
[key: string]: string;
|
|
2562
2562
|
};
|
|
2563
|
-
statusCode
|
|
2564
|
-
body
|
|
2563
|
+
statusCode?: number;
|
|
2564
|
+
body?: DescribeDBClusterParametersResponseBody;
|
|
2565
2565
|
static names(): {
|
|
2566
2566
|
[key: string]: string;
|
|
2567
2567
|
};
|
|
@@ -2606,11 +2606,11 @@ export declare class DescribeDBClusterPerformanceResponseBody extends $tea.Model
|
|
|
2606
2606
|
});
|
|
2607
2607
|
}
|
|
2608
2608
|
export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
|
|
2609
|
-
headers
|
|
2609
|
+
headers?: {
|
|
2610
2610
|
[key: string]: string;
|
|
2611
2611
|
};
|
|
2612
|
-
statusCode
|
|
2613
|
-
body
|
|
2612
|
+
statusCode?: number;
|
|
2613
|
+
body?: DescribeDBClusterPerformanceResponseBody;
|
|
2614
2614
|
static names(): {
|
|
2615
2615
|
[key: string]: string;
|
|
2616
2616
|
};
|
|
@@ -2652,11 +2652,11 @@ export declare class DescribeDBClusterSSLResponseBody extends $tea.Model {
|
|
|
2652
2652
|
});
|
|
2653
2653
|
}
|
|
2654
2654
|
export declare class DescribeDBClusterSSLResponse extends $tea.Model {
|
|
2655
|
-
headers
|
|
2655
|
+
headers?: {
|
|
2656
2656
|
[key: string]: string;
|
|
2657
2657
|
};
|
|
2658
|
-
statusCode
|
|
2659
|
-
body
|
|
2658
|
+
statusCode?: number;
|
|
2659
|
+
body?: DescribeDBClusterSSLResponseBody;
|
|
2660
2660
|
static names(): {
|
|
2661
2661
|
[key: string]: string;
|
|
2662
2662
|
};
|
|
@@ -2706,11 +2706,11 @@ export declare class DescribeDBClusterServerlessConfResponseBody extends $tea.Mo
|
|
|
2706
2706
|
});
|
|
2707
2707
|
}
|
|
2708
2708
|
export declare class DescribeDBClusterServerlessConfResponse extends $tea.Model {
|
|
2709
|
-
headers
|
|
2709
|
+
headers?: {
|
|
2710
2710
|
[key: string]: string;
|
|
2711
2711
|
};
|
|
2712
|
-
statusCode
|
|
2713
|
-
body
|
|
2712
|
+
statusCode?: number;
|
|
2713
|
+
body?: DescribeDBClusterServerlessConfResponseBody;
|
|
2714
2714
|
static names(): {
|
|
2715
2715
|
[key: string]: string;
|
|
2716
2716
|
};
|
|
@@ -2755,11 +2755,11 @@ export declare class DescribeDBClusterTDEResponseBody extends $tea.Model {
|
|
|
2755
2755
|
});
|
|
2756
2756
|
}
|
|
2757
2757
|
export declare class DescribeDBClusterTDEResponse extends $tea.Model {
|
|
2758
|
-
headers
|
|
2758
|
+
headers?: {
|
|
2759
2759
|
[key: string]: string;
|
|
2760
2760
|
};
|
|
2761
|
-
statusCode
|
|
2762
|
-
body
|
|
2761
|
+
statusCode?: number;
|
|
2762
|
+
body?: DescribeDBClusterTDEResponseBody;
|
|
2763
2763
|
static names(): {
|
|
2764
2764
|
[key: string]: string;
|
|
2765
2765
|
};
|
|
@@ -2812,11 +2812,11 @@ export declare class DescribeDBClusterVersionResponseBody extends $tea.Model {
|
|
|
2812
2812
|
});
|
|
2813
2813
|
}
|
|
2814
2814
|
export declare class DescribeDBClusterVersionResponse extends $tea.Model {
|
|
2815
|
-
headers
|
|
2815
|
+
headers?: {
|
|
2816
2816
|
[key: string]: string;
|
|
2817
2817
|
};
|
|
2818
|
-
statusCode
|
|
2819
|
-
body
|
|
2818
|
+
statusCode?: number;
|
|
2819
|
+
body?: DescribeDBClusterVersionResponseBody;
|
|
2820
2820
|
static names(): {
|
|
2821
2821
|
[key: string]: string;
|
|
2822
2822
|
};
|
|
@@ -2876,11 +2876,11 @@ export declare class DescribeDBClustersResponseBody extends $tea.Model {
|
|
|
2876
2876
|
});
|
|
2877
2877
|
}
|
|
2878
2878
|
export declare class DescribeDBClustersResponse extends $tea.Model {
|
|
2879
|
-
headers
|
|
2879
|
+
headers?: {
|
|
2880
2880
|
[key: string]: string;
|
|
2881
2881
|
};
|
|
2882
|
-
statusCode
|
|
2883
|
-
body
|
|
2882
|
+
statusCode?: number;
|
|
2883
|
+
body?: DescribeDBClustersResponseBody;
|
|
2884
2884
|
static names(): {
|
|
2885
2885
|
[key: string]: string;
|
|
2886
2886
|
};
|
|
@@ -2932,11 +2932,11 @@ export declare class DescribeDBClustersWithBackupsResponseBody extends $tea.Mode
|
|
|
2932
2932
|
});
|
|
2933
2933
|
}
|
|
2934
2934
|
export declare class DescribeDBClustersWithBackupsResponse extends $tea.Model {
|
|
2935
|
-
headers
|
|
2935
|
+
headers?: {
|
|
2936
2936
|
[key: string]: string;
|
|
2937
2937
|
};
|
|
2938
|
-
statusCode
|
|
2939
|
-
body
|
|
2938
|
+
statusCode?: number;
|
|
2939
|
+
body?: DescribeDBClustersWithBackupsResponseBody;
|
|
2940
2940
|
static names(): {
|
|
2941
2941
|
[key: string]: string;
|
|
2942
2942
|
};
|
|
@@ -2979,11 +2979,11 @@ export declare class DescribeDBInitializeVariableResponseBody extends $tea.Model
|
|
|
2979
2979
|
});
|
|
2980
2980
|
}
|
|
2981
2981
|
export declare class DescribeDBInitializeVariableResponse extends $tea.Model {
|
|
2982
|
-
headers
|
|
2982
|
+
headers?: {
|
|
2983
2983
|
[key: string]: string;
|
|
2984
2984
|
};
|
|
2985
|
-
statusCode
|
|
2986
|
-
body
|
|
2985
|
+
statusCode?: number;
|
|
2986
|
+
body?: DescribeDBInitializeVariableResponseBody;
|
|
2987
2987
|
static names(): {
|
|
2988
2988
|
[key: string]: string;
|
|
2989
2989
|
};
|
|
@@ -3026,11 +3026,11 @@ export declare class DescribeDBLinksResponseBody extends $tea.Model {
|
|
|
3026
3026
|
});
|
|
3027
3027
|
}
|
|
3028
3028
|
export declare class DescribeDBLinksResponse extends $tea.Model {
|
|
3029
|
-
headers
|
|
3029
|
+
headers?: {
|
|
3030
3030
|
[key: string]: string;
|
|
3031
3031
|
};
|
|
3032
|
-
statusCode
|
|
3033
|
-
body
|
|
3032
|
+
statusCode?: number;
|
|
3033
|
+
body?: DescribeDBLinksResponseBody;
|
|
3034
3034
|
static names(): {
|
|
3035
3035
|
[key: string]: string;
|
|
3036
3036
|
};
|
|
@@ -3076,11 +3076,11 @@ export declare class DescribeDBNodePerformanceResponseBody extends $tea.Model {
|
|
|
3076
3076
|
});
|
|
3077
3077
|
}
|
|
3078
3078
|
export declare class DescribeDBNodePerformanceResponse extends $tea.Model {
|
|
3079
|
-
headers
|
|
3079
|
+
headers?: {
|
|
3080
3080
|
[key: string]: string;
|
|
3081
3081
|
};
|
|
3082
|
-
statusCode
|
|
3083
|
-
body
|
|
3082
|
+
statusCode?: number;
|
|
3083
|
+
body?: DescribeDBNodePerformanceResponseBody;
|
|
3084
3084
|
static names(): {
|
|
3085
3085
|
[key: string]: string;
|
|
3086
3086
|
};
|
|
@@ -3125,11 +3125,11 @@ export declare class DescribeDBNodesParametersResponseBody extends $tea.Model {
|
|
|
3125
3125
|
});
|
|
3126
3126
|
}
|
|
3127
3127
|
export declare class DescribeDBNodesParametersResponse extends $tea.Model {
|
|
3128
|
-
headers
|
|
3128
|
+
headers?: {
|
|
3129
3129
|
[key: string]: string;
|
|
3130
3130
|
};
|
|
3131
|
-
statusCode
|
|
3132
|
-
body
|
|
3131
|
+
statusCode?: number;
|
|
3132
|
+
body?: DescribeDBNodesParametersResponseBody;
|
|
3133
3133
|
static names(): {
|
|
3134
3134
|
[key: string]: string;
|
|
3135
3135
|
};
|
|
@@ -3142,6 +3142,7 @@ export declare class DescribeDBNodesParametersResponse extends $tea.Model {
|
|
|
3142
3142
|
}
|
|
3143
3143
|
export declare class DescribeDBProxyPerformanceRequest extends $tea.Model {
|
|
3144
3144
|
DBClusterId?: string;
|
|
3145
|
+
DBEndpointId?: string;
|
|
3145
3146
|
endTime?: string;
|
|
3146
3147
|
key?: string;
|
|
3147
3148
|
startTime?: string;
|
|
@@ -3174,11 +3175,11 @@ export declare class DescribeDBProxyPerformanceResponseBody extends $tea.Model {
|
|
|
3174
3175
|
});
|
|
3175
3176
|
}
|
|
3176
3177
|
export declare class DescribeDBProxyPerformanceResponse extends $tea.Model {
|
|
3177
|
-
headers
|
|
3178
|
+
headers?: {
|
|
3178
3179
|
[key: string]: string;
|
|
3179
3180
|
};
|
|
3180
|
-
statusCode
|
|
3181
|
-
body
|
|
3181
|
+
statusCode?: number;
|
|
3182
|
+
body?: DescribeDBProxyPerformanceResponseBody;
|
|
3182
3183
|
static names(): {
|
|
3183
3184
|
[key: string]: string;
|
|
3184
3185
|
};
|
|
@@ -3220,11 +3221,11 @@ export declare class DescribeDasConfigResponseBody extends $tea.Model {
|
|
|
3220
3221
|
});
|
|
3221
3222
|
}
|
|
3222
3223
|
export declare class DescribeDasConfigResponse extends $tea.Model {
|
|
3223
|
-
headers
|
|
3224
|
+
headers?: {
|
|
3224
3225
|
[key: string]: string;
|
|
3225
3226
|
};
|
|
3226
|
-
statusCode
|
|
3227
|
-
body
|
|
3227
|
+
statusCode?: number;
|
|
3228
|
+
body?: DescribeDasConfigResponseBody;
|
|
3228
3229
|
static names(): {
|
|
3229
3230
|
[key: string]: string;
|
|
3230
3231
|
};
|
|
@@ -3270,11 +3271,11 @@ export declare class DescribeDatabasesResponseBody extends $tea.Model {
|
|
|
3270
3271
|
});
|
|
3271
3272
|
}
|
|
3272
3273
|
export declare class DescribeDatabasesResponse extends $tea.Model {
|
|
3273
|
-
headers
|
|
3274
|
+
headers?: {
|
|
3274
3275
|
[key: string]: string;
|
|
3275
3276
|
};
|
|
3276
|
-
statusCode
|
|
3277
|
-
body
|
|
3277
|
+
statusCode?: number;
|
|
3278
|
+
body?: DescribeDatabasesResponseBody;
|
|
3278
3279
|
static names(): {
|
|
3279
3280
|
[key: string]: string;
|
|
3280
3281
|
};
|
|
@@ -3326,11 +3327,11 @@ export declare class DescribeDetachedBackupsResponseBody extends $tea.Model {
|
|
|
3326
3327
|
});
|
|
3327
3328
|
}
|
|
3328
3329
|
export declare class DescribeDetachedBackupsResponse extends $tea.Model {
|
|
3329
|
-
headers
|
|
3330
|
+
headers?: {
|
|
3330
3331
|
[key: string]: string;
|
|
3331
3332
|
};
|
|
3332
|
-
statusCode
|
|
3333
|
-
body
|
|
3333
|
+
statusCode?: number;
|
|
3334
|
+
body?: DescribeDetachedBackupsResponseBody;
|
|
3334
3335
|
static names(): {
|
|
3335
3336
|
[key: string]: string;
|
|
3336
3337
|
};
|
|
@@ -3382,11 +3383,11 @@ export declare class DescribeGlobalDatabaseNetworkResponseBody extends $tea.Mode
|
|
|
3382
3383
|
});
|
|
3383
3384
|
}
|
|
3384
3385
|
export declare class DescribeGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
3385
|
-
headers
|
|
3386
|
+
headers?: {
|
|
3386
3387
|
[key: string]: string;
|
|
3387
3388
|
};
|
|
3388
|
-
statusCode
|
|
3389
|
-
body
|
|
3389
|
+
statusCode?: number;
|
|
3390
|
+
body?: DescribeGlobalDatabaseNetworkResponseBody;
|
|
3390
3391
|
static names(): {
|
|
3391
3392
|
[key: string]: string;
|
|
3392
3393
|
};
|
|
@@ -3437,11 +3438,11 @@ export declare class DescribeGlobalDatabaseNetworksResponseBody extends $tea.Mod
|
|
|
3437
3438
|
});
|
|
3438
3439
|
}
|
|
3439
3440
|
export declare class DescribeGlobalDatabaseNetworksResponse extends $tea.Model {
|
|
3440
|
-
headers
|
|
3441
|
+
headers?: {
|
|
3441
3442
|
[key: string]: string;
|
|
3442
3443
|
};
|
|
3443
|
-
statusCode
|
|
3444
|
-
body
|
|
3444
|
+
statusCode?: number;
|
|
3445
|
+
body?: DescribeGlobalDatabaseNetworksResponseBody;
|
|
3445
3446
|
static names(): {
|
|
3446
3447
|
[key: string]: string;
|
|
3447
3448
|
};
|
|
@@ -3485,11 +3486,11 @@ export declare class DescribeGlobalSecurityIPGroupResponseBody extends $tea.Mode
|
|
|
3485
3486
|
});
|
|
3486
3487
|
}
|
|
3487
3488
|
export declare class DescribeGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
3488
|
-
headers
|
|
3489
|
+
headers?: {
|
|
3489
3490
|
[key: string]: string;
|
|
3490
3491
|
};
|
|
3491
|
-
statusCode
|
|
3492
|
-
body
|
|
3492
|
+
statusCode?: number;
|
|
3493
|
+
body?: DescribeGlobalSecurityIPGroupResponseBody;
|
|
3493
3494
|
static names(): {
|
|
3494
3495
|
[key: string]: string;
|
|
3495
3496
|
};
|
|
@@ -3534,11 +3535,11 @@ export declare class DescribeGlobalSecurityIPGroupRelationResponseBody extends $
|
|
|
3534
3535
|
});
|
|
3535
3536
|
}
|
|
3536
3537
|
export declare class DescribeGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
3537
|
-
headers
|
|
3538
|
+
headers?: {
|
|
3538
3539
|
[key: string]: string;
|
|
3539
3540
|
};
|
|
3540
|
-
statusCode
|
|
3541
|
-
body
|
|
3541
|
+
statusCode?: number;
|
|
3542
|
+
body?: DescribeGlobalSecurityIPGroupRelationResponseBody;
|
|
3542
3543
|
static names(): {
|
|
3543
3544
|
[key: string]: string;
|
|
3544
3545
|
};
|
|
@@ -3582,11 +3583,11 @@ export declare class DescribeLogBackupPolicyResponseBody extends $tea.Model {
|
|
|
3582
3583
|
});
|
|
3583
3584
|
}
|
|
3584
3585
|
export declare class DescribeLogBackupPolicyResponse extends $tea.Model {
|
|
3585
|
-
headers
|
|
3586
|
+
headers?: {
|
|
3586
3587
|
[key: string]: string;
|
|
3587
3588
|
};
|
|
3588
|
-
statusCode
|
|
3589
|
-
body
|
|
3589
|
+
statusCode?: number;
|
|
3590
|
+
body?: DescribeLogBackupPolicyResponseBody;
|
|
3590
3591
|
static names(): {
|
|
3591
3592
|
[key: string]: string;
|
|
3592
3593
|
};
|
|
@@ -3627,11 +3628,11 @@ export declare class DescribeMaskingRulesResponseBody extends $tea.Model {
|
|
|
3627
3628
|
});
|
|
3628
3629
|
}
|
|
3629
3630
|
export declare class DescribeMaskingRulesResponse extends $tea.Model {
|
|
3630
|
-
headers
|
|
3631
|
+
headers?: {
|
|
3631
3632
|
[key: string]: string;
|
|
3632
3633
|
};
|
|
3633
|
-
statusCode
|
|
3634
|
-
body
|
|
3634
|
+
statusCode?: number;
|
|
3635
|
+
body?: DescribeMaskingRulesResponseBody;
|
|
3635
3636
|
static names(): {
|
|
3636
3637
|
[key: string]: string;
|
|
3637
3638
|
};
|
|
@@ -3684,11 +3685,11 @@ export declare class DescribeMetaListResponseBody extends $tea.Model {
|
|
|
3684
3685
|
});
|
|
3685
3686
|
}
|
|
3686
3687
|
export declare class DescribeMetaListResponse extends $tea.Model {
|
|
3687
|
-
headers
|
|
3688
|
+
headers?: {
|
|
3688
3689
|
[key: string]: string;
|
|
3689
3690
|
};
|
|
3690
|
-
statusCode
|
|
3691
|
-
body
|
|
3691
|
+
statusCode?: number;
|
|
3692
|
+
body?: DescribeMetaListResponseBody;
|
|
3692
3693
|
static names(): {
|
|
3693
3694
|
[key: string]: string;
|
|
3694
3695
|
};
|
|
@@ -3731,11 +3732,11 @@ export declare class DescribeParameterGroupResponseBody extends $tea.Model {
|
|
|
3731
3732
|
});
|
|
3732
3733
|
}
|
|
3733
3734
|
export declare class DescribeParameterGroupResponse extends $tea.Model {
|
|
3734
|
-
headers
|
|
3735
|
+
headers?: {
|
|
3735
3736
|
[key: string]: string;
|
|
3736
3737
|
};
|
|
3737
|
-
statusCode
|
|
3738
|
-
body
|
|
3738
|
+
statusCode?: number;
|
|
3739
|
+
body?: DescribeParameterGroupResponseBody;
|
|
3739
3740
|
static names(): {
|
|
3740
3741
|
[key: string]: string;
|
|
3741
3742
|
};
|
|
@@ -3779,11 +3780,11 @@ export declare class DescribeParameterGroupsResponseBody extends $tea.Model {
|
|
|
3779
3780
|
});
|
|
3780
3781
|
}
|
|
3781
3782
|
export declare class DescribeParameterGroupsResponse extends $tea.Model {
|
|
3782
|
-
headers
|
|
3783
|
+
headers?: {
|
|
3783
3784
|
[key: string]: string;
|
|
3784
3785
|
};
|
|
3785
|
-
statusCode
|
|
3786
|
-
body
|
|
3786
|
+
statusCode?: number;
|
|
3787
|
+
body?: DescribeParameterGroupsResponseBody;
|
|
3787
3788
|
static names(): {
|
|
3788
3789
|
[key: string]: string;
|
|
3789
3790
|
};
|
|
@@ -3831,11 +3832,11 @@ export declare class DescribeParameterTemplatesResponseBody extends $tea.Model {
|
|
|
3831
3832
|
});
|
|
3832
3833
|
}
|
|
3833
3834
|
export declare class DescribeParameterTemplatesResponse extends $tea.Model {
|
|
3834
|
-
headers
|
|
3835
|
+
headers?: {
|
|
3835
3836
|
[key: string]: string;
|
|
3836
3837
|
};
|
|
3837
|
-
statusCode
|
|
3838
|
-
body
|
|
3838
|
+
statusCode?: number;
|
|
3839
|
+
body?: DescribeParameterTemplatesResponseBody;
|
|
3839
3840
|
static names(): {
|
|
3840
3841
|
[key: string]: string;
|
|
3841
3842
|
};
|
|
@@ -3885,11 +3886,11 @@ export declare class DescribePendingMaintenanceActionResponseBody extends $tea.M
|
|
|
3885
3886
|
});
|
|
3886
3887
|
}
|
|
3887
3888
|
export declare class DescribePendingMaintenanceActionResponse extends $tea.Model {
|
|
3888
|
-
headers
|
|
3889
|
+
headers?: {
|
|
3889
3890
|
[key: string]: string;
|
|
3890
3891
|
};
|
|
3891
|
-
statusCode
|
|
3892
|
-
body
|
|
3892
|
+
statusCode?: number;
|
|
3893
|
+
body?: DescribePendingMaintenanceActionResponseBody;
|
|
3893
3894
|
static names(): {
|
|
3894
3895
|
[key: string]: string;
|
|
3895
3896
|
};
|
|
@@ -3933,11 +3934,11 @@ export declare class DescribePendingMaintenanceActionsResponseBody extends $tea.
|
|
|
3933
3934
|
});
|
|
3934
3935
|
}
|
|
3935
3936
|
export declare class DescribePendingMaintenanceActionsResponse extends $tea.Model {
|
|
3936
|
-
headers
|
|
3937
|
+
headers?: {
|
|
3937
3938
|
[key: string]: string;
|
|
3938
3939
|
};
|
|
3939
|
-
statusCode
|
|
3940
|
-
body
|
|
3940
|
+
statusCode?: number;
|
|
3941
|
+
body?: DescribePendingMaintenanceActionsResponseBody;
|
|
3941
3942
|
static names(): {
|
|
3942
3943
|
[key: string]: string;
|
|
3943
3944
|
};
|
|
@@ -3979,11 +3980,11 @@ export declare class DescribePolarSQLCollectorPolicyResponseBody extends $tea.Mo
|
|
|
3979
3980
|
});
|
|
3980
3981
|
}
|
|
3981
3982
|
export declare class DescribePolarSQLCollectorPolicyResponse extends $tea.Model {
|
|
3982
|
-
headers
|
|
3983
|
+
headers?: {
|
|
3983
3984
|
[key: string]: string;
|
|
3984
3985
|
};
|
|
3985
|
-
statusCode
|
|
3986
|
-
body
|
|
3986
|
+
statusCode?: number;
|
|
3987
|
+
body?: DescribePolarSQLCollectorPolicyResponseBody;
|
|
3987
3988
|
static names(): {
|
|
3988
3989
|
[key: string]: string;
|
|
3989
3990
|
};
|
|
@@ -4023,11 +4024,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
4023
4024
|
});
|
|
4024
4025
|
}
|
|
4025
4026
|
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
4026
|
-
headers
|
|
4027
|
+
headers?: {
|
|
4027
4028
|
[key: string]: string;
|
|
4028
4029
|
};
|
|
4029
|
-
statusCode
|
|
4030
|
-
body
|
|
4030
|
+
statusCode?: number;
|
|
4031
|
+
body?: DescribeRegionsResponseBody;
|
|
4031
4032
|
static names(): {
|
|
4032
4033
|
[key: string]: string;
|
|
4033
4034
|
};
|
|
@@ -4080,11 +4081,11 @@ export declare class DescribeScheduleTasksResponseBody extends $tea.Model {
|
|
|
4080
4081
|
});
|
|
4081
4082
|
}
|
|
4082
4083
|
export declare class DescribeScheduleTasksResponse extends $tea.Model {
|
|
4083
|
-
headers
|
|
4084
|
+
headers?: {
|
|
4084
4085
|
[key: string]: string;
|
|
4085
4086
|
};
|
|
4086
|
-
statusCode
|
|
4087
|
-
body
|
|
4087
|
+
statusCode?: number;
|
|
4088
|
+
body?: DescribeScheduleTasksResponseBody;
|
|
4088
4089
|
static names(): {
|
|
4089
4090
|
[key: string]: string;
|
|
4090
4091
|
};
|
|
@@ -4137,11 +4138,11 @@ export declare class DescribeSlowLogRecordsResponseBody extends $tea.Model {
|
|
|
4137
4138
|
});
|
|
4138
4139
|
}
|
|
4139
4140
|
export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
|
|
4140
|
-
headers
|
|
4141
|
+
headers?: {
|
|
4141
4142
|
[key: string]: string;
|
|
4142
4143
|
};
|
|
4143
|
-
statusCode
|
|
4144
|
-
body
|
|
4144
|
+
statusCode?: number;
|
|
4145
|
+
body?: DescribeSlowLogRecordsResponseBody;
|
|
4145
4146
|
static names(): {
|
|
4146
4147
|
[key: string]: string;
|
|
4147
4148
|
};
|
|
@@ -4195,11 +4196,11 @@ export declare class DescribeSlowLogsResponseBody extends $tea.Model {
|
|
|
4195
4196
|
});
|
|
4196
4197
|
}
|
|
4197
4198
|
export declare class DescribeSlowLogsResponse extends $tea.Model {
|
|
4198
|
-
headers
|
|
4199
|
+
headers?: {
|
|
4199
4200
|
[key: string]: string;
|
|
4200
4201
|
};
|
|
4201
|
-
statusCode
|
|
4202
|
-
body
|
|
4202
|
+
statusCode?: number;
|
|
4203
|
+
body?: DescribeSlowLogsResponseBody;
|
|
4203
4204
|
static names(): {
|
|
4204
4205
|
[key: string]: string;
|
|
4205
4206
|
};
|
|
@@ -4252,11 +4253,11 @@ export declare class DescribeTasksResponseBody extends $tea.Model {
|
|
|
4252
4253
|
});
|
|
4253
4254
|
}
|
|
4254
4255
|
export declare class DescribeTasksResponse extends $tea.Model {
|
|
4255
|
-
headers
|
|
4256
|
+
headers?: {
|
|
4256
4257
|
[key: string]: string;
|
|
4257
4258
|
};
|
|
4258
|
-
statusCode
|
|
4259
|
-
body
|
|
4259
|
+
statusCode?: number;
|
|
4260
|
+
body?: DescribeTasksResponseBody;
|
|
4260
4261
|
static names(): {
|
|
4261
4262
|
[key: string]: string;
|
|
4262
4263
|
};
|
|
@@ -4300,11 +4301,11 @@ export declare class DescribeUserEncryptionKeyListResponseBody extends $tea.Mode
|
|
|
4300
4301
|
});
|
|
4301
4302
|
}
|
|
4302
4303
|
export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
4303
|
-
headers
|
|
4304
|
+
headers?: {
|
|
4304
4305
|
[key: string]: string;
|
|
4305
4306
|
};
|
|
4306
|
-
statusCode
|
|
4307
|
-
body
|
|
4307
|
+
statusCode?: number;
|
|
4308
|
+
body?: DescribeUserEncryptionKeyListResponseBody;
|
|
4308
4309
|
static names(): {
|
|
4309
4310
|
[key: string]: string;
|
|
4310
4311
|
};
|
|
@@ -4355,11 +4356,11 @@ export declare class DescribeVSwitchesResponseBody extends $tea.Model {
|
|
|
4355
4356
|
});
|
|
4356
4357
|
}
|
|
4357
4358
|
export declare class DescribeVSwitchesResponse extends $tea.Model {
|
|
4358
|
-
headers
|
|
4359
|
+
headers?: {
|
|
4359
4360
|
[key: string]: string;
|
|
4360
4361
|
};
|
|
4361
|
-
statusCode
|
|
4362
|
-
body
|
|
4362
|
+
statusCode?: number;
|
|
4363
|
+
body?: DescribeVSwitchesResponseBody;
|
|
4363
4364
|
static names(): {
|
|
4364
4365
|
[key: string]: string;
|
|
4365
4366
|
};
|
|
@@ -4400,11 +4401,11 @@ export declare class DisableDBClusterServerlessResponseBody extends $tea.Model {
|
|
|
4400
4401
|
});
|
|
4401
4402
|
}
|
|
4402
4403
|
export declare class DisableDBClusterServerlessResponse extends $tea.Model {
|
|
4403
|
-
headers
|
|
4404
|
+
headers?: {
|
|
4404
4405
|
[key: string]: string;
|
|
4405
4406
|
};
|
|
4406
|
-
statusCode
|
|
4407
|
-
body
|
|
4407
|
+
statusCode?: number;
|
|
4408
|
+
body?: DisableDBClusterServerlessResponseBody;
|
|
4408
4409
|
static names(): {
|
|
4409
4410
|
[key: string]: string;
|
|
4410
4411
|
};
|
|
@@ -4451,11 +4452,11 @@ export declare class EnableDBClusterServerlessResponseBody extends $tea.Model {
|
|
|
4451
4452
|
});
|
|
4452
4453
|
}
|
|
4453
4454
|
export declare class EnableDBClusterServerlessResponse extends $tea.Model {
|
|
4454
|
-
headers
|
|
4455
|
+
headers?: {
|
|
4455
4456
|
[key: string]: string;
|
|
4456
4457
|
};
|
|
4457
|
-
statusCode
|
|
4458
|
-
body
|
|
4458
|
+
statusCode?: number;
|
|
4459
|
+
body?: EnableDBClusterServerlessResponseBody;
|
|
4459
4460
|
static names(): {
|
|
4460
4461
|
[key: string]: string;
|
|
4461
4462
|
};
|
|
@@ -4499,11 +4500,11 @@ export declare class EnableFirewallRulesResponseBody extends $tea.Model {
|
|
|
4499
4500
|
});
|
|
4500
4501
|
}
|
|
4501
4502
|
export declare class EnableFirewallRulesResponse extends $tea.Model {
|
|
4502
|
-
headers
|
|
4503
|
+
headers?: {
|
|
4503
4504
|
[key: string]: string;
|
|
4504
4505
|
};
|
|
4505
|
-
statusCode
|
|
4506
|
-
body
|
|
4506
|
+
statusCode?: number;
|
|
4507
|
+
body?: EnableFirewallRulesResponseBody;
|
|
4507
4508
|
static names(): {
|
|
4508
4509
|
[key: string]: string;
|
|
4509
4510
|
};
|
|
@@ -4555,11 +4556,11 @@ export declare class EvaluateRegionResourceResponseBody extends $tea.Model {
|
|
|
4555
4556
|
});
|
|
4556
4557
|
}
|
|
4557
4558
|
export declare class EvaluateRegionResourceResponse extends $tea.Model {
|
|
4558
|
-
headers
|
|
4559
|
+
headers?: {
|
|
4559
4560
|
[key: string]: string;
|
|
4560
4561
|
};
|
|
4561
|
-
statusCode
|
|
4562
|
-
body
|
|
4562
|
+
statusCode?: number;
|
|
4563
|
+
body?: EvaluateRegionResourceResponseBody;
|
|
4563
4564
|
static names(): {
|
|
4564
4565
|
[key: string]: string;
|
|
4565
4566
|
};
|
|
@@ -4602,11 +4603,11 @@ export declare class FailoverDBClusterResponseBody extends $tea.Model {
|
|
|
4602
4603
|
});
|
|
4603
4604
|
}
|
|
4604
4605
|
export declare class FailoverDBClusterResponse extends $tea.Model {
|
|
4605
|
-
headers
|
|
4606
|
+
headers?: {
|
|
4606
4607
|
[key: string]: string;
|
|
4607
4608
|
};
|
|
4608
|
-
statusCode
|
|
4609
|
-
body
|
|
4609
|
+
statusCode?: number;
|
|
4610
|
+
body?: FailoverDBClusterResponseBody;
|
|
4610
4611
|
static names(): {
|
|
4611
4612
|
[key: string]: string;
|
|
4612
4613
|
};
|
|
@@ -4649,11 +4650,11 @@ export declare class GrantAccountPrivilegeResponseBody extends $tea.Model {
|
|
|
4649
4650
|
});
|
|
4650
4651
|
}
|
|
4651
4652
|
export declare class GrantAccountPrivilegeResponse extends $tea.Model {
|
|
4652
|
-
headers
|
|
4653
|
+
headers?: {
|
|
4653
4654
|
[key: string]: string;
|
|
4654
4655
|
};
|
|
4655
|
-
statusCode
|
|
4656
|
-
body
|
|
4656
|
+
statusCode?: number;
|
|
4657
|
+
body?: GrantAccountPrivilegeResponseBody;
|
|
4657
4658
|
static names(): {
|
|
4658
4659
|
[key: string]: string;
|
|
4659
4660
|
};
|
|
@@ -4699,11 +4700,11 @@ export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
|
4699
4700
|
});
|
|
4700
4701
|
}
|
|
4701
4702
|
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
4702
|
-
headers
|
|
4703
|
+
headers?: {
|
|
4703
4704
|
[key: string]: string;
|
|
4704
4705
|
};
|
|
4705
|
-
statusCode
|
|
4706
|
-
body
|
|
4706
|
+
statusCode?: number;
|
|
4707
|
+
body?: ListTagResourcesResponseBody;
|
|
4707
4708
|
static names(): {
|
|
4708
4709
|
[key: string]: string;
|
|
4709
4710
|
};
|
|
@@ -4744,11 +4745,11 @@ export declare class ManuallyStartDBClusterResponseBody extends $tea.Model {
|
|
|
4744
4745
|
});
|
|
4745
4746
|
}
|
|
4746
4747
|
export declare class ManuallyStartDBClusterResponse extends $tea.Model {
|
|
4747
|
-
headers
|
|
4748
|
+
headers?: {
|
|
4748
4749
|
[key: string]: string;
|
|
4749
4750
|
};
|
|
4750
|
-
statusCode
|
|
4751
|
-
body
|
|
4751
|
+
statusCode?: number;
|
|
4752
|
+
body?: ManuallyStartDBClusterResponseBody;
|
|
4752
4753
|
static names(): {
|
|
4753
4754
|
[key: string]: string;
|
|
4754
4755
|
};
|
|
@@ -4790,11 +4791,11 @@ export declare class ModifyAccountDescriptionResponseBody extends $tea.Model {
|
|
|
4790
4791
|
});
|
|
4791
4792
|
}
|
|
4792
4793
|
export declare class ModifyAccountDescriptionResponse extends $tea.Model {
|
|
4793
|
-
headers
|
|
4794
|
+
headers?: {
|
|
4794
4795
|
[key: string]: string;
|
|
4795
4796
|
};
|
|
4796
|
-
statusCode
|
|
4797
|
-
body
|
|
4797
|
+
statusCode?: number;
|
|
4798
|
+
body?: ModifyAccountDescriptionResponseBody;
|
|
4798
4799
|
static names(): {
|
|
4799
4800
|
[key: string]: string;
|
|
4800
4801
|
};
|
|
@@ -4836,11 +4837,11 @@ export declare class ModifyAccountPasswordResponseBody extends $tea.Model {
|
|
|
4836
4837
|
});
|
|
4837
4838
|
}
|
|
4838
4839
|
export declare class ModifyAccountPasswordResponse extends $tea.Model {
|
|
4839
|
-
headers
|
|
4840
|
+
headers?: {
|
|
4840
4841
|
[key: string]: string;
|
|
4841
4842
|
};
|
|
4842
|
-
statusCode
|
|
4843
|
-
body
|
|
4843
|
+
statusCode?: number;
|
|
4844
|
+
body?: ModifyAccountPasswordResponseBody;
|
|
4844
4845
|
static names(): {
|
|
4845
4846
|
[key: string]: string;
|
|
4846
4847
|
};
|
|
@@ -4885,11 +4886,11 @@ export declare class ModifyAutoRenewAttributeResponseBody extends $tea.Model {
|
|
|
4885
4886
|
});
|
|
4886
4887
|
}
|
|
4887
4888
|
export declare class ModifyAutoRenewAttributeResponse extends $tea.Model {
|
|
4888
|
-
headers
|
|
4889
|
+
headers?: {
|
|
4889
4890
|
[key: string]: string;
|
|
4890
4891
|
};
|
|
4891
|
-
statusCode
|
|
4892
|
-
body
|
|
4892
|
+
statusCode?: number;
|
|
4893
|
+
body?: ModifyAutoRenewAttributeResponseBody;
|
|
4893
4894
|
static names(): {
|
|
4894
4895
|
[key: string]: string;
|
|
4895
4896
|
};
|
|
@@ -4941,11 +4942,11 @@ export declare class ModifyBackupPolicyResponseBody extends $tea.Model {
|
|
|
4941
4942
|
});
|
|
4942
4943
|
}
|
|
4943
4944
|
export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
4944
|
-
headers
|
|
4945
|
+
headers?: {
|
|
4945
4946
|
[key: string]: string;
|
|
4946
4947
|
};
|
|
4947
|
-
statusCode
|
|
4948
|
-
body
|
|
4948
|
+
statusCode?: number;
|
|
4949
|
+
body?: ModifyBackupPolicyResponseBody;
|
|
4949
4950
|
static names(): {
|
|
4950
4951
|
[key: string]: string;
|
|
4951
4952
|
};
|
|
@@ -4993,11 +4994,11 @@ export declare class ModifyDBClusterResponseBody extends $tea.Model {
|
|
|
4993
4994
|
});
|
|
4994
4995
|
}
|
|
4995
4996
|
export declare class ModifyDBClusterResponse extends $tea.Model {
|
|
4996
|
-
headers
|
|
4997
|
+
headers?: {
|
|
4997
4998
|
[key: string]: string;
|
|
4998
4999
|
};
|
|
4999
|
-
statusCode
|
|
5000
|
-
body
|
|
5000
|
+
statusCode?: number;
|
|
5001
|
+
body?: ModifyDBClusterResponseBody;
|
|
5001
5002
|
static names(): {
|
|
5002
5003
|
[key: string]: string;
|
|
5003
5004
|
};
|
|
@@ -5043,11 +5044,11 @@ export declare class ModifyDBClusterAccessWhitelistResponseBody extends $tea.Mod
|
|
|
5043
5044
|
});
|
|
5044
5045
|
}
|
|
5045
5046
|
export declare class ModifyDBClusterAccessWhitelistResponse extends $tea.Model {
|
|
5046
|
-
headers
|
|
5047
|
+
headers?: {
|
|
5047
5048
|
[key: string]: string;
|
|
5048
5049
|
};
|
|
5049
|
-
statusCode
|
|
5050
|
-
body
|
|
5050
|
+
statusCode?: number;
|
|
5051
|
+
body?: ModifyDBClusterAccessWhitelistResponseBody;
|
|
5051
5052
|
static names(): {
|
|
5052
5053
|
[key: string]: string;
|
|
5053
5054
|
};
|
|
@@ -5093,11 +5094,11 @@ export declare class ModifyDBClusterAndNodesParametersResponseBody extends $tea.
|
|
|
5093
5094
|
});
|
|
5094
5095
|
}
|
|
5095
5096
|
export declare class ModifyDBClusterAndNodesParametersResponse extends $tea.Model {
|
|
5096
|
-
headers
|
|
5097
|
+
headers?: {
|
|
5097
5098
|
[key: string]: string;
|
|
5098
5099
|
};
|
|
5099
|
-
statusCode
|
|
5100
|
-
body
|
|
5100
|
+
statusCode?: number;
|
|
5101
|
+
body?: ModifyDBClusterAndNodesParametersResponseBody;
|
|
5101
5102
|
static names(): {
|
|
5102
5103
|
[key: string]: string;
|
|
5103
5104
|
};
|
|
@@ -5138,11 +5139,11 @@ export declare class ModifyDBClusterAuditLogCollectorResponseBody extends $tea.M
|
|
|
5138
5139
|
});
|
|
5139
5140
|
}
|
|
5140
5141
|
export declare class ModifyDBClusterAuditLogCollectorResponse extends $tea.Model {
|
|
5141
|
-
headers
|
|
5142
|
+
headers?: {
|
|
5142
5143
|
[key: string]: string;
|
|
5143
5144
|
};
|
|
5144
|
-
statusCode
|
|
5145
|
-
body
|
|
5145
|
+
statusCode?: number;
|
|
5146
|
+
body?: ModifyDBClusterAuditLogCollectorResponseBody;
|
|
5146
5147
|
static names(): {
|
|
5147
5148
|
[key: string]: string;
|
|
5148
5149
|
};
|
|
@@ -5183,11 +5184,11 @@ export declare class ModifyDBClusterDeletionResponseBody extends $tea.Model {
|
|
|
5183
5184
|
});
|
|
5184
5185
|
}
|
|
5185
5186
|
export declare class ModifyDBClusterDeletionResponse extends $tea.Model {
|
|
5186
|
-
headers
|
|
5187
|
+
headers?: {
|
|
5187
5188
|
[key: string]: string;
|
|
5188
5189
|
};
|
|
5189
|
-
statusCode
|
|
5190
|
-
body
|
|
5190
|
+
statusCode?: number;
|
|
5191
|
+
body?: ModifyDBClusterDeletionResponseBody;
|
|
5191
5192
|
static names(): {
|
|
5192
5193
|
[key: string]: string;
|
|
5193
5194
|
};
|
|
@@ -5228,11 +5229,11 @@ export declare class ModifyDBClusterDescriptionResponseBody extends $tea.Model {
|
|
|
5228
5229
|
});
|
|
5229
5230
|
}
|
|
5230
5231
|
export declare class ModifyDBClusterDescriptionResponse extends $tea.Model {
|
|
5231
|
-
headers
|
|
5232
|
+
headers?: {
|
|
5232
5233
|
[key: string]: string;
|
|
5233
5234
|
};
|
|
5234
|
-
statusCode
|
|
5235
|
-
body
|
|
5235
|
+
statusCode?: number;
|
|
5236
|
+
body?: ModifyDBClusterDescriptionResponseBody;
|
|
5236
5237
|
static names(): {
|
|
5237
5238
|
[key: string]: string;
|
|
5238
5239
|
};
|
|
@@ -5278,11 +5279,11 @@ export declare class ModifyDBClusterEndpointResponseBody extends $tea.Model {
|
|
|
5278
5279
|
});
|
|
5279
5280
|
}
|
|
5280
5281
|
export declare class ModifyDBClusterEndpointResponse extends $tea.Model {
|
|
5281
|
-
headers
|
|
5282
|
+
headers?: {
|
|
5282
5283
|
[key: string]: string;
|
|
5283
5284
|
};
|
|
5284
|
-
statusCode
|
|
5285
|
-
body
|
|
5285
|
+
statusCode?: number;
|
|
5286
|
+
body?: ModifyDBClusterEndpointResponseBody;
|
|
5286
5287
|
static names(): {
|
|
5287
5288
|
[key: string]: string;
|
|
5288
5289
|
};
|
|
@@ -5323,11 +5324,11 @@ export declare class ModifyDBClusterMaintainTimeResponseBody extends $tea.Model
|
|
|
5323
5324
|
});
|
|
5324
5325
|
}
|
|
5325
5326
|
export declare class ModifyDBClusterMaintainTimeResponse extends $tea.Model {
|
|
5326
|
-
headers
|
|
5327
|
+
headers?: {
|
|
5327
5328
|
[key: string]: string;
|
|
5328
5329
|
};
|
|
5329
|
-
statusCode
|
|
5330
|
-
body
|
|
5330
|
+
statusCode?: number;
|
|
5331
|
+
body?: ModifyDBClusterMaintainTimeResponseBody;
|
|
5331
5332
|
static names(): {
|
|
5332
5333
|
[key: string]: string;
|
|
5333
5334
|
};
|
|
@@ -5372,11 +5373,11 @@ export declare class ModifyDBClusterMigrationResponseBody extends $tea.Model {
|
|
|
5372
5373
|
});
|
|
5373
5374
|
}
|
|
5374
5375
|
export declare class ModifyDBClusterMigrationResponse extends $tea.Model {
|
|
5375
|
-
headers
|
|
5376
|
+
headers?: {
|
|
5376
5377
|
[key: string]: string;
|
|
5377
5378
|
};
|
|
5378
|
-
statusCode
|
|
5379
|
-
body
|
|
5379
|
+
statusCode?: number;
|
|
5380
|
+
body?: ModifyDBClusterMigrationResponseBody;
|
|
5380
5381
|
static names(): {
|
|
5381
5382
|
[key: string]: string;
|
|
5382
5383
|
};
|
|
@@ -5417,11 +5418,11 @@ export declare class ModifyDBClusterMonitorResponseBody extends $tea.Model {
|
|
|
5417
5418
|
});
|
|
5418
5419
|
}
|
|
5419
5420
|
export declare class ModifyDBClusterMonitorResponse extends $tea.Model {
|
|
5420
|
-
headers
|
|
5421
|
+
headers?: {
|
|
5421
5422
|
[key: string]: string;
|
|
5422
5423
|
};
|
|
5423
|
-
statusCode
|
|
5424
|
-
body
|
|
5424
|
+
statusCode?: number;
|
|
5425
|
+
body?: ModifyDBClusterMonitorResponseBody;
|
|
5425
5426
|
static names(): {
|
|
5426
5427
|
[key: string]: string;
|
|
5427
5428
|
};
|
|
@@ -5466,11 +5467,11 @@ export declare class ModifyDBClusterParametersResponseBody extends $tea.Model {
|
|
|
5466
5467
|
});
|
|
5467
5468
|
}
|
|
5468
5469
|
export declare class ModifyDBClusterParametersResponse extends $tea.Model {
|
|
5469
|
-
headers
|
|
5470
|
+
headers?: {
|
|
5470
5471
|
[key: string]: string;
|
|
5471
5472
|
};
|
|
5472
|
-
statusCode
|
|
5473
|
-
body
|
|
5473
|
+
statusCode?: number;
|
|
5474
|
+
body?: ModifyDBClusterParametersResponseBody;
|
|
5474
5475
|
static names(): {
|
|
5475
5476
|
[key: string]: string;
|
|
5476
5477
|
};
|
|
@@ -5517,11 +5518,11 @@ export declare class ModifyDBClusterPrimaryZoneResponseBody extends $tea.Model {
|
|
|
5517
5518
|
});
|
|
5518
5519
|
}
|
|
5519
5520
|
export declare class ModifyDBClusterPrimaryZoneResponse extends $tea.Model {
|
|
5520
|
-
headers
|
|
5521
|
+
headers?: {
|
|
5521
5522
|
[key: string]: string;
|
|
5522
5523
|
};
|
|
5523
|
-
statusCode
|
|
5524
|
-
body
|
|
5524
|
+
statusCode?: number;
|
|
5525
|
+
body?: ModifyDBClusterPrimaryZoneResponseBody;
|
|
5525
5526
|
static names(): {
|
|
5526
5527
|
[key: string]: string;
|
|
5527
5528
|
};
|
|
@@ -5563,11 +5564,11 @@ export declare class ModifyDBClusterResourceGroupResponseBody extends $tea.Model
|
|
|
5563
5564
|
});
|
|
5564
5565
|
}
|
|
5565
5566
|
export declare class ModifyDBClusterResourceGroupResponse extends $tea.Model {
|
|
5566
|
-
headers
|
|
5567
|
+
headers?: {
|
|
5567
5568
|
[key: string]: string;
|
|
5568
5569
|
};
|
|
5569
|
-
statusCode
|
|
5570
|
-
body
|
|
5570
|
+
statusCode?: number;
|
|
5571
|
+
body?: ModifyDBClusterResourceGroupResponseBody;
|
|
5571
5572
|
static names(): {
|
|
5572
5573
|
[key: string]: string;
|
|
5573
5574
|
};
|
|
@@ -5611,11 +5612,11 @@ export declare class ModifyDBClusterSSLResponseBody extends $tea.Model {
|
|
|
5611
5612
|
});
|
|
5612
5613
|
}
|
|
5613
5614
|
export declare class ModifyDBClusterSSLResponse extends $tea.Model {
|
|
5614
|
-
headers
|
|
5615
|
+
headers?: {
|
|
5615
5616
|
[key: string]: string;
|
|
5616
5617
|
};
|
|
5617
|
-
statusCode
|
|
5618
|
-
body
|
|
5618
|
+
statusCode?: number;
|
|
5619
|
+
body?: ModifyDBClusterSSLResponseBody;
|
|
5619
5620
|
static names(): {
|
|
5620
5621
|
[key: string]: string;
|
|
5621
5622
|
};
|
|
@@ -5667,11 +5668,11 @@ export declare class ModifyDBClusterServerlessConfResponseBody extends $tea.Mode
|
|
|
5667
5668
|
});
|
|
5668
5669
|
}
|
|
5669
5670
|
export declare class ModifyDBClusterServerlessConfResponse extends $tea.Model {
|
|
5670
|
-
headers
|
|
5671
|
+
headers?: {
|
|
5671
5672
|
[key: string]: string;
|
|
5672
5673
|
};
|
|
5673
|
-
statusCode
|
|
5674
|
-
body
|
|
5674
|
+
statusCode?: number;
|
|
5675
|
+
body?: ModifyDBClusterServerlessConfResponseBody;
|
|
5675
5676
|
static names(): {
|
|
5676
5677
|
[key: string]: string;
|
|
5677
5678
|
};
|
|
@@ -5718,11 +5719,11 @@ export declare class ModifyDBClusterStorageSpaceResponseBody extends $tea.Model
|
|
|
5718
5719
|
});
|
|
5719
5720
|
}
|
|
5720
5721
|
export declare class ModifyDBClusterStorageSpaceResponse extends $tea.Model {
|
|
5721
|
-
headers
|
|
5722
|
+
headers?: {
|
|
5722
5723
|
[key: string]: string;
|
|
5723
5724
|
};
|
|
5724
|
-
statusCode
|
|
5725
|
-
body
|
|
5725
|
+
statusCode?: number;
|
|
5726
|
+
body?: ModifyDBClusterStorageSpaceResponseBody;
|
|
5726
5727
|
static names(): {
|
|
5727
5728
|
[key: string]: string;
|
|
5728
5729
|
};
|
|
@@ -5766,11 +5767,11 @@ export declare class ModifyDBClusterTDEResponseBody extends $tea.Model {
|
|
|
5766
5767
|
});
|
|
5767
5768
|
}
|
|
5768
5769
|
export declare class ModifyDBClusterTDEResponse extends $tea.Model {
|
|
5769
|
-
headers
|
|
5770
|
+
headers?: {
|
|
5770
5771
|
[key: string]: string;
|
|
5771
5772
|
};
|
|
5772
|
-
statusCode
|
|
5773
|
-
body
|
|
5773
|
+
statusCode?: number;
|
|
5774
|
+
body?: ModifyDBClusterTDEResponseBody;
|
|
5774
5775
|
static names(): {
|
|
5775
5776
|
[key: string]: string;
|
|
5776
5777
|
};
|
|
@@ -5812,11 +5813,11 @@ export declare class ModifyDBDescriptionResponseBody extends $tea.Model {
|
|
|
5812
5813
|
});
|
|
5813
5814
|
}
|
|
5814
5815
|
export declare class ModifyDBDescriptionResponse extends $tea.Model {
|
|
5815
|
-
headers
|
|
5816
|
+
headers?: {
|
|
5816
5817
|
[key: string]: string;
|
|
5817
5818
|
};
|
|
5818
|
-
statusCode
|
|
5819
|
-
body
|
|
5819
|
+
statusCode?: number;
|
|
5820
|
+
body?: ModifyDBDescriptionResponseBody;
|
|
5820
5821
|
static names(): {
|
|
5821
5822
|
[key: string]: string;
|
|
5822
5823
|
};
|
|
@@ -5862,11 +5863,11 @@ export declare class ModifyDBEndpointAddressResponseBody extends $tea.Model {
|
|
|
5862
5863
|
});
|
|
5863
5864
|
}
|
|
5864
5865
|
export declare class ModifyDBEndpointAddressResponse extends $tea.Model {
|
|
5865
|
-
headers
|
|
5866
|
+
headers?: {
|
|
5866
5867
|
[key: string]: string;
|
|
5867
5868
|
};
|
|
5868
|
-
statusCode
|
|
5869
|
-
body
|
|
5869
|
+
statusCode?: number;
|
|
5870
|
+
body?: ModifyDBEndpointAddressResponseBody;
|
|
5870
5871
|
static names(): {
|
|
5871
5872
|
[key: string]: string;
|
|
5872
5873
|
};
|
|
@@ -5915,11 +5916,11 @@ export declare class ModifyDBNodeClassResponseBody extends $tea.Model {
|
|
|
5915
5916
|
});
|
|
5916
5917
|
}
|
|
5917
5918
|
export declare class ModifyDBNodeClassResponse extends $tea.Model {
|
|
5918
|
-
headers
|
|
5919
|
+
headers?: {
|
|
5919
5920
|
[key: string]: string;
|
|
5920
5921
|
};
|
|
5921
|
-
statusCode
|
|
5922
|
-
body
|
|
5922
|
+
statusCode?: number;
|
|
5923
|
+
body?: ModifyDBNodeClassResponseBody;
|
|
5923
5924
|
static names(): {
|
|
5924
5925
|
[key: string]: string;
|
|
5925
5926
|
};
|
|
@@ -5963,11 +5964,11 @@ export declare class ModifyDBNodeHotReplicaModeResponseBody extends $tea.Model {
|
|
|
5963
5964
|
});
|
|
5964
5965
|
}
|
|
5965
5966
|
export declare class ModifyDBNodeHotReplicaModeResponse extends $tea.Model {
|
|
5966
|
-
headers
|
|
5967
|
+
headers?: {
|
|
5967
5968
|
[key: string]: string;
|
|
5968
5969
|
};
|
|
5969
|
-
statusCode
|
|
5970
|
-
body
|
|
5970
|
+
statusCode?: number;
|
|
5971
|
+
body?: ModifyDBNodeHotReplicaModeResponseBody;
|
|
5971
5972
|
static names(): {
|
|
5972
5973
|
[key: string]: string;
|
|
5973
5974
|
};
|
|
@@ -6015,11 +6016,11 @@ export declare class ModifyDBNodesClassResponseBody extends $tea.Model {
|
|
|
6015
6016
|
});
|
|
6016
6017
|
}
|
|
6017
6018
|
export declare class ModifyDBNodesClassResponse extends $tea.Model {
|
|
6018
|
-
headers
|
|
6019
|
+
headers?: {
|
|
6019
6020
|
[key: string]: string;
|
|
6020
6021
|
};
|
|
6021
|
-
statusCode
|
|
6022
|
-
body
|
|
6022
|
+
statusCode?: number;
|
|
6023
|
+
body?: ModifyDBNodesClassResponseBody;
|
|
6023
6024
|
static names(): {
|
|
6024
6025
|
[key: string]: string;
|
|
6025
6026
|
};
|
|
@@ -6065,11 +6066,11 @@ export declare class ModifyDBNodesParametersResponseBody extends $tea.Model {
|
|
|
6065
6066
|
});
|
|
6066
6067
|
}
|
|
6067
6068
|
export declare class ModifyDBNodesParametersResponse extends $tea.Model {
|
|
6068
|
-
headers
|
|
6069
|
+
headers?: {
|
|
6069
6070
|
[key: string]: string;
|
|
6070
6071
|
};
|
|
6071
|
-
statusCode
|
|
6072
|
-
body
|
|
6072
|
+
statusCode?: number;
|
|
6073
|
+
body?: ModifyDBNodesParametersResponseBody;
|
|
6073
6074
|
static names(): {
|
|
6074
6075
|
[key: string]: string;
|
|
6075
6076
|
};
|
|
@@ -6112,11 +6113,11 @@ export declare class ModifyGlobalDatabaseNetworkResponseBody extends $tea.Model
|
|
|
6112
6113
|
});
|
|
6113
6114
|
}
|
|
6114
6115
|
export declare class ModifyGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
6115
|
-
headers
|
|
6116
|
+
headers?: {
|
|
6116
6117
|
[key: string]: string;
|
|
6117
6118
|
};
|
|
6118
|
-
statusCode
|
|
6119
|
-
body
|
|
6119
|
+
statusCode?: number;
|
|
6120
|
+
body?: ModifyGlobalDatabaseNetworkResponseBody;
|
|
6120
6121
|
static names(): {
|
|
6121
6122
|
[key: string]: string;
|
|
6122
6123
|
};
|
|
@@ -6162,11 +6163,11 @@ export declare class ModifyGlobalSecurityIPGroupResponseBody extends $tea.Model
|
|
|
6162
6163
|
});
|
|
6163
6164
|
}
|
|
6164
6165
|
export declare class ModifyGlobalSecurityIPGroupResponse extends $tea.Model {
|
|
6165
|
-
headers
|
|
6166
|
+
headers?: {
|
|
6166
6167
|
[key: string]: string;
|
|
6167
6168
|
};
|
|
6168
|
-
statusCode
|
|
6169
|
-
body
|
|
6169
|
+
statusCode?: number;
|
|
6170
|
+
body?: ModifyGlobalSecurityIPGroupResponseBody;
|
|
6170
6171
|
static names(): {
|
|
6171
6172
|
[key: string]: string;
|
|
6172
6173
|
};
|
|
@@ -6211,11 +6212,11 @@ export declare class ModifyGlobalSecurityIPGroupNameResponseBody extends $tea.Mo
|
|
|
6211
6212
|
});
|
|
6212
6213
|
}
|
|
6213
6214
|
export declare class ModifyGlobalSecurityIPGroupNameResponse extends $tea.Model {
|
|
6214
|
-
headers
|
|
6215
|
+
headers?: {
|
|
6215
6216
|
[key: string]: string;
|
|
6216
6217
|
};
|
|
6217
|
-
statusCode
|
|
6218
|
-
body
|
|
6218
|
+
statusCode?: number;
|
|
6219
|
+
body?: ModifyGlobalSecurityIPGroupNameResponseBody;
|
|
6219
6220
|
static names(): {
|
|
6220
6221
|
[key: string]: string;
|
|
6221
6222
|
};
|
|
@@ -6261,11 +6262,11 @@ export declare class ModifyGlobalSecurityIPGroupRelationResponseBody extends $te
|
|
|
6261
6262
|
});
|
|
6262
6263
|
}
|
|
6263
6264
|
export declare class ModifyGlobalSecurityIPGroupRelationResponse extends $tea.Model {
|
|
6264
|
-
headers
|
|
6265
|
+
headers?: {
|
|
6265
6266
|
[key: string]: string;
|
|
6266
6267
|
};
|
|
6267
|
-
statusCode
|
|
6268
|
-
body
|
|
6268
|
+
statusCode?: number;
|
|
6269
|
+
body?: ModifyGlobalSecurityIPGroupRelationResponseBody;
|
|
6269
6270
|
static names(): {
|
|
6270
6271
|
[key: string]: string;
|
|
6271
6272
|
};
|
|
@@ -6308,11 +6309,11 @@ export declare class ModifyLogBackupPolicyResponseBody extends $tea.Model {
|
|
|
6308
6309
|
});
|
|
6309
6310
|
}
|
|
6310
6311
|
export declare class ModifyLogBackupPolicyResponse extends $tea.Model {
|
|
6311
|
-
headers
|
|
6312
|
+
headers?: {
|
|
6312
6313
|
[key: string]: string;
|
|
6313
6314
|
};
|
|
6314
|
-
statusCode
|
|
6315
|
-
body
|
|
6315
|
+
statusCode?: number;
|
|
6316
|
+
body?: ModifyLogBackupPolicyResponseBody;
|
|
6316
6317
|
static names(): {
|
|
6317
6318
|
[key: string]: string;
|
|
6318
6319
|
};
|
|
@@ -6355,11 +6356,11 @@ export declare class ModifyMaskingRulesResponseBody extends $tea.Model {
|
|
|
6355
6356
|
});
|
|
6356
6357
|
}
|
|
6357
6358
|
export declare class ModifyMaskingRulesResponse extends $tea.Model {
|
|
6358
|
-
headers
|
|
6359
|
+
headers?: {
|
|
6359
6360
|
[key: string]: string;
|
|
6360
6361
|
};
|
|
6361
|
-
statusCode
|
|
6362
|
-
body
|
|
6362
|
+
statusCode?: number;
|
|
6363
|
+
body?: ModifyMaskingRulesResponseBody;
|
|
6363
6364
|
static names(): {
|
|
6364
6365
|
[key: string]: string;
|
|
6365
6366
|
};
|
|
@@ -6404,11 +6405,11 @@ export declare class ModifyPendingMaintenanceActionResponseBody extends $tea.Mod
|
|
|
6404
6405
|
});
|
|
6405
6406
|
}
|
|
6406
6407
|
export declare class ModifyPendingMaintenanceActionResponse extends $tea.Model {
|
|
6407
|
-
headers
|
|
6408
|
+
headers?: {
|
|
6408
6409
|
[key: string]: string;
|
|
6409
6410
|
};
|
|
6410
|
-
statusCode
|
|
6411
|
-
body
|
|
6411
|
+
statusCode?: number;
|
|
6412
|
+
body?: ModifyPendingMaintenanceActionResponseBody;
|
|
6412
6413
|
static names(): {
|
|
6413
6414
|
[key: string]: string;
|
|
6414
6415
|
};
|
|
@@ -6454,11 +6455,11 @@ export declare class OpenAITaskResponseBody extends $tea.Model {
|
|
|
6454
6455
|
});
|
|
6455
6456
|
}
|
|
6456
6457
|
export declare class OpenAITaskResponse extends $tea.Model {
|
|
6457
|
-
headers
|
|
6458
|
+
headers?: {
|
|
6458
6459
|
[key: string]: string;
|
|
6459
6460
|
};
|
|
6460
|
-
statusCode
|
|
6461
|
-
body
|
|
6461
|
+
statusCode?: number;
|
|
6462
|
+
body?: OpenAITaskResponseBody;
|
|
6462
6463
|
static names(): {
|
|
6463
6464
|
[key: string]: string;
|
|
6464
6465
|
};
|
|
@@ -6498,11 +6499,11 @@ export declare class RefreshDBClusterStorageUsageResponseBody extends $tea.Model
|
|
|
6498
6499
|
});
|
|
6499
6500
|
}
|
|
6500
6501
|
export declare class RefreshDBClusterStorageUsageResponse extends $tea.Model {
|
|
6501
|
-
headers
|
|
6502
|
+
headers?: {
|
|
6502
6503
|
[key: string]: string;
|
|
6503
6504
|
};
|
|
6504
|
-
statusCode
|
|
6505
|
-
body
|
|
6505
|
+
statusCode?: number;
|
|
6506
|
+
body?: RefreshDBClusterStorageUsageResponseBody;
|
|
6506
6507
|
static names(): {
|
|
6507
6508
|
[key: string]: string;
|
|
6508
6509
|
};
|
|
@@ -6544,11 +6545,11 @@ export declare class RemoveDBClusterFromGDNResponseBody extends $tea.Model {
|
|
|
6544
6545
|
});
|
|
6545
6546
|
}
|
|
6546
6547
|
export declare class RemoveDBClusterFromGDNResponse extends $tea.Model {
|
|
6547
|
-
headers
|
|
6548
|
+
headers?: {
|
|
6548
6549
|
[key: string]: string;
|
|
6549
6550
|
};
|
|
6550
|
-
statusCode
|
|
6551
|
-
body
|
|
6551
|
+
statusCode?: number;
|
|
6552
|
+
body?: RemoveDBClusterFromGDNResponseBody;
|
|
6552
6553
|
static names(): {
|
|
6553
6554
|
[key: string]: string;
|
|
6554
6555
|
};
|
|
@@ -6590,11 +6591,11 @@ export declare class ResetAccountResponseBody extends $tea.Model {
|
|
|
6590
6591
|
});
|
|
6591
6592
|
}
|
|
6592
6593
|
export declare class ResetAccountResponse extends $tea.Model {
|
|
6593
|
-
headers
|
|
6594
|
+
headers?: {
|
|
6594
6595
|
[key: string]: string;
|
|
6595
6596
|
};
|
|
6596
|
-
statusCode
|
|
6597
|
-
body
|
|
6597
|
+
statusCode?: number;
|
|
6598
|
+
body?: ResetAccountResponseBody;
|
|
6598
6599
|
static names(): {
|
|
6599
6600
|
[key: string]: string;
|
|
6600
6601
|
};
|
|
@@ -6637,11 +6638,11 @@ export declare class ResetGlobalDatabaseNetworkResponseBody extends $tea.Model {
|
|
|
6637
6638
|
});
|
|
6638
6639
|
}
|
|
6639
6640
|
export declare class ResetGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
6640
|
-
headers
|
|
6641
|
+
headers?: {
|
|
6641
6642
|
[key: string]: string;
|
|
6642
6643
|
};
|
|
6643
|
-
statusCode
|
|
6644
|
-
body
|
|
6644
|
+
statusCode?: number;
|
|
6645
|
+
body?: ResetGlobalDatabaseNetworkResponseBody;
|
|
6645
6646
|
static names(): {
|
|
6646
6647
|
[key: string]: string;
|
|
6647
6648
|
};
|
|
@@ -6681,11 +6682,11 @@ export declare class RestartDBNodeResponseBody extends $tea.Model {
|
|
|
6681
6682
|
});
|
|
6682
6683
|
}
|
|
6683
6684
|
export declare class RestartDBNodeResponse extends $tea.Model {
|
|
6684
|
-
headers
|
|
6685
|
+
headers?: {
|
|
6685
6686
|
[key: string]: string;
|
|
6686
6687
|
};
|
|
6687
|
-
statusCode
|
|
6688
|
-
body
|
|
6688
|
+
statusCode?: number;
|
|
6689
|
+
body?: RestartDBNodeResponseBody;
|
|
6689
6690
|
static names(): {
|
|
6690
6691
|
[key: string]: string;
|
|
6691
6692
|
};
|
|
@@ -6729,11 +6730,11 @@ export declare class RestoreTableResponseBody extends $tea.Model {
|
|
|
6729
6730
|
});
|
|
6730
6731
|
}
|
|
6731
6732
|
export declare class RestoreTableResponse extends $tea.Model {
|
|
6732
|
-
headers
|
|
6733
|
+
headers?: {
|
|
6733
6734
|
[key: string]: string;
|
|
6734
6735
|
};
|
|
6735
|
-
statusCode
|
|
6736
|
-
body
|
|
6736
|
+
statusCode?: number;
|
|
6737
|
+
body?: RestoreTableResponseBody;
|
|
6737
6738
|
static names(): {
|
|
6738
6739
|
[key: string]: string;
|
|
6739
6740
|
};
|
|
@@ -6775,11 +6776,11 @@ export declare class RevokeAccountPrivilegeResponseBody extends $tea.Model {
|
|
|
6775
6776
|
});
|
|
6776
6777
|
}
|
|
6777
6778
|
export declare class RevokeAccountPrivilegeResponse extends $tea.Model {
|
|
6778
|
-
headers
|
|
6779
|
+
headers?: {
|
|
6779
6780
|
[key: string]: string;
|
|
6780
6781
|
};
|
|
6781
|
-
statusCode
|
|
6782
|
-
body
|
|
6782
|
+
statusCode?: number;
|
|
6783
|
+
body?: RevokeAccountPrivilegeResponseBody;
|
|
6783
6784
|
static names(): {
|
|
6784
6785
|
[key: string]: string;
|
|
6785
6786
|
};
|
|
@@ -6824,11 +6825,11 @@ export declare class SwitchOverGlobalDatabaseNetworkResponseBody extends $tea.Mo
|
|
|
6824
6825
|
});
|
|
6825
6826
|
}
|
|
6826
6827
|
export declare class SwitchOverGlobalDatabaseNetworkResponse extends $tea.Model {
|
|
6827
|
-
headers
|
|
6828
|
+
headers?: {
|
|
6828
6829
|
[key: string]: string;
|
|
6829
6830
|
};
|
|
6830
|
-
statusCode
|
|
6831
|
-
body
|
|
6831
|
+
statusCode?: number;
|
|
6832
|
+
body?: SwitchOverGlobalDatabaseNetworkResponseBody;
|
|
6832
6833
|
static names(): {
|
|
6833
6834
|
[key: string]: string;
|
|
6834
6835
|
};
|
|
@@ -6871,11 +6872,11 @@ export declare class TagResourcesResponseBody extends $tea.Model {
|
|
|
6871
6872
|
});
|
|
6872
6873
|
}
|
|
6873
6874
|
export declare class TagResourcesResponse extends $tea.Model {
|
|
6874
|
-
headers
|
|
6875
|
+
headers?: {
|
|
6875
6876
|
[key: string]: string;
|
|
6876
6877
|
};
|
|
6877
|
-
statusCode
|
|
6878
|
-
body
|
|
6878
|
+
statusCode?: number;
|
|
6879
|
+
body?: TagResourcesResponseBody;
|
|
6879
6880
|
static names(): {
|
|
6880
6881
|
[key: string]: string;
|
|
6881
6882
|
};
|
|
@@ -6923,11 +6924,11 @@ export declare class TempModifyDBNodeResponseBody extends $tea.Model {
|
|
|
6923
6924
|
});
|
|
6924
6925
|
}
|
|
6925
6926
|
export declare class TempModifyDBNodeResponse extends $tea.Model {
|
|
6926
|
-
headers
|
|
6927
|
+
headers?: {
|
|
6927
6928
|
[key: string]: string;
|
|
6928
6929
|
};
|
|
6929
|
-
statusCode
|
|
6930
|
-
body
|
|
6930
|
+
statusCode?: number;
|
|
6931
|
+
body?: TempModifyDBNodeResponseBody;
|
|
6931
6932
|
static names(): {
|
|
6932
6933
|
[key: string]: string;
|
|
6933
6934
|
};
|
|
@@ -6977,11 +6978,11 @@ export declare class TransformDBClusterPayTypeResponseBody extends $tea.Model {
|
|
|
6977
6978
|
});
|
|
6978
6979
|
}
|
|
6979
6980
|
export declare class TransformDBClusterPayTypeResponse extends $tea.Model {
|
|
6980
|
-
headers
|
|
6981
|
+
headers?: {
|
|
6981
6982
|
[key: string]: string;
|
|
6982
6983
|
};
|
|
6983
|
-
statusCode
|
|
6984
|
-
body
|
|
6984
|
+
statusCode?: number;
|
|
6985
|
+
body?: TransformDBClusterPayTypeResponseBody;
|
|
6985
6986
|
static names(): {
|
|
6986
6987
|
[key: string]: string;
|
|
6987
6988
|
};
|
|
@@ -7025,58 +7026,11 @@ export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
|
7025
7026
|
});
|
|
7026
7027
|
}
|
|
7027
7028
|
export declare class UntagResourcesResponse extends $tea.Model {
|
|
7028
|
-
headers
|
|
7029
|
-
[key: string]: string;
|
|
7030
|
-
};
|
|
7031
|
-
statusCode: number;
|
|
7032
|
-
body: UntagResourcesResponseBody;
|
|
7033
|
-
static names(): {
|
|
7029
|
+
headers?: {
|
|
7034
7030
|
[key: string]: string;
|
|
7035
7031
|
};
|
|
7036
|
-
|
|
7037
|
-
|
|
7038
|
-
};
|
|
7039
|
-
constructor(map?: {
|
|
7040
|
-
[key: string]: any;
|
|
7041
|
-
});
|
|
7042
|
-
}
|
|
7043
|
-
export declare class UpgradeDBClusterMinorVersionRequest extends $tea.Model {
|
|
7044
|
-
DBClusterId?: string;
|
|
7045
|
-
fromTimeService?: boolean;
|
|
7046
|
-
ownerAccount?: string;
|
|
7047
|
-
ownerId?: number;
|
|
7048
|
-
plannedEndTime?: string;
|
|
7049
|
-
plannedStartTime?: string;
|
|
7050
|
-
resourceOwnerAccount?: string;
|
|
7051
|
-
resourceOwnerId?: number;
|
|
7052
|
-
static names(): {
|
|
7053
|
-
[key: string]: string;
|
|
7054
|
-
};
|
|
7055
|
-
static types(): {
|
|
7056
|
-
[key: string]: any;
|
|
7057
|
-
};
|
|
7058
|
-
constructor(map?: {
|
|
7059
|
-
[key: string]: any;
|
|
7060
|
-
});
|
|
7061
|
-
}
|
|
7062
|
-
export declare class UpgradeDBClusterMinorVersionResponseBody extends $tea.Model {
|
|
7063
|
-
requestId?: string;
|
|
7064
|
-
static names(): {
|
|
7065
|
-
[key: string]: string;
|
|
7066
|
-
};
|
|
7067
|
-
static types(): {
|
|
7068
|
-
[key: string]: any;
|
|
7069
|
-
};
|
|
7070
|
-
constructor(map?: {
|
|
7071
|
-
[key: string]: any;
|
|
7072
|
-
});
|
|
7073
|
-
}
|
|
7074
|
-
export declare class UpgradeDBClusterMinorVersionResponse extends $tea.Model {
|
|
7075
|
-
headers: {
|
|
7076
|
-
[key: string]: string;
|
|
7077
|
-
};
|
|
7078
|
-
statusCode: number;
|
|
7079
|
-
body: UpgradeDBClusterMinorVersionResponseBody;
|
|
7032
|
+
statusCode?: number;
|
|
7033
|
+
body?: UntagResourcesResponseBody;
|
|
7080
7034
|
static names(): {
|
|
7081
7035
|
[key: string]: string;
|
|
7082
7036
|
};
|
|
@@ -7123,11 +7077,11 @@ export declare class UpgradeDBClusterVersionResponseBody extends $tea.Model {
|
|
|
7123
7077
|
});
|
|
7124
7078
|
}
|
|
7125
7079
|
export declare class UpgradeDBClusterVersionResponse extends $tea.Model {
|
|
7126
|
-
headers
|
|
7080
|
+
headers?: {
|
|
7127
7081
|
[key: string]: string;
|
|
7128
7082
|
};
|
|
7129
|
-
statusCode
|
|
7130
|
-
body
|
|
7083
|
+
statusCode?: number;
|
|
7084
|
+
body?: UpgradeDBClusterVersionResponseBody;
|
|
7131
7085
|
static names(): {
|
|
7132
7086
|
[key: string]: string;
|
|
7133
7087
|
};
|
|
@@ -9730,24 +9684,8 @@ export default class Client extends OpenApi {
|
|
|
9730
9684
|
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
9731
9685
|
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
9732
9686
|
/**
|
|
9733
|
-
* > You can
|
|
9734
|
-
*
|
|
9735
|
-
* @param request UpgradeDBClusterMinorVersionRequest
|
|
9736
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
9737
|
-
* @return UpgradeDBClusterMinorVersionResponse
|
|
9738
|
-
*/
|
|
9739
|
-
upgradeDBClusterMinorVersionWithOptions(request: UpgradeDBClusterMinorVersionRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBClusterMinorVersionResponse>;
|
|
9740
|
-
/**
|
|
9741
|
-
* > You can upgrade only the revision version of a PolarDB for MySQL cluster. For example, you can upgrade the version 8.0.1.1.3 of a PolarDB for MySQL cluster to the version 8.0.1.1.4.
|
|
9742
|
-
*
|
|
9743
|
-
* @param request UpgradeDBClusterMinorVersionRequest
|
|
9744
|
-
* @return UpgradeDBClusterMinorVersionResponse
|
|
9745
|
-
*/
|
|
9746
|
-
upgradeDBClusterMinorVersion(request: UpgradeDBClusterMinorVersionRequest): Promise<UpgradeDBClusterMinorVersionResponse>;
|
|
9747
|
-
/**
|
|
9748
|
-
* >
|
|
9749
|
-
* * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
|
|
9750
|
-
* * You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
9687
|
+
* > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
|
|
9688
|
+
* >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
9751
9689
|
*
|
|
9752
9690
|
* @param request UpgradeDBClusterVersionRequest
|
|
9753
9691
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9755,9 +9693,8 @@ export default class Client extends OpenApi {
|
|
|
9755
9693
|
*/
|
|
9756
9694
|
upgradeDBClusterVersionWithOptions(request: UpgradeDBClusterVersionRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBClusterVersionResponse>;
|
|
9757
9695
|
/**
|
|
9758
|
-
* >
|
|
9759
|
-
*
|
|
9760
|
-
* * You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
9696
|
+
* > * You can update only the revision version of a PolarDB for MySQL cluster, for example, from 8.0.1.1.3 to 8.0.1.1.4.
|
|
9697
|
+
* >* You can use only your Alibaba Cloud account to create scheduled tasks that update the kernel version of a PolarDB for MySQL cluster. RAM users are not authorized to update the kernel version of a PolarDB for MySQL cluster.
|
|
9761
9698
|
*
|
|
9762
9699
|
* @param request UpgradeDBClusterVersionRequest
|
|
9763
9700
|
* @return UpgradeDBClusterVersionResponse
|