@alicloud/gpdb20160503 1.0.3 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -1,10 +1,13 @@
1
+ /**
2
+ *
3
+ */
1
4
  import * as $Util from '@alicloud/tea-util';
2
- import RPC, * as $RPC from '@alicloud/rpc-client';
5
+ import OpenApi, * as $OpenApi from '@alicloud/openapi-client';
3
6
  import * as $tea from '@alicloud/tea-typescript';
4
- export declare class DescribeUserEncryptionKeyListRequest extends $tea.Model {
5
- regionId: string;
6
- pageNumber?: string;
7
- pageSize?: string;
7
+ export declare class AddBuDBInstanceRelationRequest extends $tea.Model {
8
+ businessUnit?: string;
9
+ DBInstanceId?: string;
10
+ ownerId?: number;
8
11
  static names(): {
9
12
  [key: string]: string;
10
13
  };
@@ -15,9 +18,10 @@ export declare class DescribeUserEncryptionKeyListRequest extends $tea.Model {
15
18
  [key: string]: any;
16
19
  });
17
20
  }
18
- export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
19
- requestId: string;
20
- kmsKeys: DescribeUserEncryptionKeyListResponseKmsKeys[];
21
+ export declare class AddBuDBInstanceRelationResponseBody extends $tea.Model {
22
+ businessUnit?: string;
23
+ DBInstanceName?: string;
24
+ requestId?: string;
21
25
  static names(): {
22
26
  [key: string]: string;
23
27
  };
@@ -28,10 +32,11 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
28
32
  [key: string]: any;
29
33
  });
30
34
  }
31
- export declare class DescribeModifyParameterLogRequest extends $tea.Model {
32
- DBInstanceId: string;
33
- startTime?: string;
34
- endTime?: string;
35
+ export declare class AddBuDBInstanceRelationResponse extends $tea.Model {
36
+ headers: {
37
+ [key: string]: string;
38
+ };
39
+ body: AddBuDBInstanceRelationResponseBody;
35
40
  static names(): {
36
41
  [key: string]: string;
37
42
  };
@@ -42,9 +47,14 @@ export declare class DescribeModifyParameterLogRequest extends $tea.Model {
42
47
  [key: string]: any;
43
48
  });
44
49
  }
45
- export declare class DescribeModifyParameterLogResponse extends $tea.Model {
46
- requestId: string;
47
- changelogs: DescribeModifyParameterLogResponseChangelogs[];
50
+ export declare class AllocateInstancePublicConnectionRequest extends $tea.Model {
51
+ addressType?: string;
52
+ connectionStringPrefix?: string;
53
+ DBInstanceId?: string;
54
+ ownerId?: number;
55
+ port?: string;
56
+ resourceOwnerAccount?: string;
57
+ resourceOwnerId?: number;
48
58
  static names(): {
49
59
  [key: string]: string;
50
60
  };
@@ -55,8 +65,8 @@ export declare class DescribeModifyParameterLogResponse extends $tea.Model {
55
65
  [key: string]: any;
56
66
  });
57
67
  }
58
- export declare class DescribeParametersRequest extends $tea.Model {
59
- DBInstanceId: string;
68
+ export declare class AllocateInstancePublicConnectionResponseBody extends $tea.Model {
69
+ requestId?: string;
60
70
  static names(): {
61
71
  [key: string]: string;
62
72
  };
@@ -67,9 +77,11 @@ export declare class DescribeParametersRequest extends $tea.Model {
67
77
  [key: string]: any;
68
78
  });
69
79
  }
70
- export declare class DescribeParametersResponse extends $tea.Model {
71
- requestId: string;
72
- parameters: DescribeParametersResponseParameters[];
80
+ export declare class AllocateInstancePublicConnectionResponse extends $tea.Model {
81
+ headers: {
82
+ [key: string]: string;
83
+ };
84
+ body: AllocateInstancePublicConnectionResponseBody;
73
85
  static names(): {
74
86
  [key: string]: string;
75
87
  };
@@ -80,10 +92,8 @@ export declare class DescribeParametersResponse extends $tea.Model {
80
92
  [key: string]: any;
81
93
  });
82
94
  }
83
- export declare class ModifyParametersRequest extends $tea.Model {
84
- DBInstanceId: string;
85
- parameters: string;
86
- forceRestartInstance?: boolean;
95
+ export declare class CheckServiceLinkedRoleRequest extends $tea.Model {
96
+ regionId?: string;
87
97
  static names(): {
88
98
  [key: string]: string;
89
99
  };
@@ -94,8 +104,10 @@ export declare class ModifyParametersRequest extends $tea.Model {
94
104
  [key: string]: any;
95
105
  });
96
106
  }
97
- export declare class ModifyParametersResponse extends $tea.Model {
98
- requestId: string;
107
+ export declare class CheckServiceLinkedRoleResponseBody extends $tea.Model {
108
+ hasServiceLinkedRole?: string;
109
+ regionId?: string;
110
+ requestId?: string;
99
111
  static names(): {
100
112
  [key: string]: string;
101
113
  };
@@ -106,8 +118,11 @@ export declare class ModifyParametersResponse extends $tea.Model {
106
118
  [key: string]: any;
107
119
  });
108
120
  }
109
- export declare class CreateServiceLinkedRoleRequest extends $tea.Model {
110
- regionId: string;
121
+ export declare class CheckServiceLinkedRoleResponse extends $tea.Model {
122
+ headers: {
123
+ [key: string]: string;
124
+ };
125
+ body: CheckServiceLinkedRoleResponseBody;
111
126
  static names(): {
112
127
  [key: string]: string;
113
128
  };
@@ -118,8 +133,13 @@ export declare class CreateServiceLinkedRoleRequest extends $tea.Model {
118
133
  [key: string]: any;
119
134
  });
120
135
  }
121
- export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
122
- requestId: string;
136
+ export declare class CreateAccountRequest extends $tea.Model {
137
+ accountDescription?: string;
138
+ accountName?: string;
139
+ accountPassword?: string;
140
+ DBInstanceId?: string;
141
+ databaseName?: string;
142
+ ownerId?: number;
123
143
  static names(): {
124
144
  [key: string]: string;
125
145
  };
@@ -130,8 +150,8 @@ export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
130
150
  [key: string]: any;
131
151
  });
132
152
  }
133
- export declare class CheckServiceLinkedRoleRequest extends $tea.Model {
134
- regionId?: string;
153
+ export declare class CreateAccountResponseBody extends $tea.Model {
154
+ requestId?: string;
135
155
  static names(): {
136
156
  [key: string]: string;
137
157
  };
@@ -142,10 +162,11 @@ export declare class CheckServiceLinkedRoleRequest extends $tea.Model {
142
162
  [key: string]: any;
143
163
  });
144
164
  }
145
- export declare class CheckServiceLinkedRoleResponse extends $tea.Model {
146
- requestId: string;
147
- hasServiceLinkedRole: string;
148
- regionId: string;
165
+ export declare class CreateAccountResponse extends $tea.Model {
166
+ headers: {
167
+ [key: string]: string;
168
+ };
169
+ body: CreateAccountResponseBody;
149
170
  static names(): {
150
171
  [key: string]: string;
151
172
  };
@@ -156,18 +177,32 @@ export declare class CheckServiceLinkedRoleResponse extends $tea.Model {
156
177
  [key: string]: any;
157
178
  });
158
179
  }
159
- export declare class DescribeSQLLogCountRequest extends $tea.Model {
160
- DBInstanceId: string;
161
- queryKeywords?: string;
162
- startTime: string;
163
- database?: string;
164
- user?: string;
165
- endTime: string;
166
- executeCost?: string;
167
- sourceIP?: string;
168
- executeState?: string;
169
- operationClass?: string;
170
- operationType?: string;
180
+ export declare class CreateDBInstanceRequest extends $tea.Model {
181
+ clientToken?: string;
182
+ DBInstanceCategory?: string;
183
+ DBInstanceClass?: string;
184
+ DBInstanceDescription?: string;
185
+ DBInstanceGroupCount?: string;
186
+ DBInstanceMode?: string;
187
+ engine?: string;
188
+ engineVersion?: string;
189
+ instanceNetworkType?: string;
190
+ instanceSpec?: string;
191
+ masterNodeNum?: string;
192
+ ownerId?: number;
193
+ payType?: string;
194
+ period?: string;
195
+ privateIpAddress?: string;
196
+ regionId?: string;
197
+ securityIPList?: string;
198
+ segNodeNum?: string;
199
+ segStorageType?: string;
200
+ storageSize?: number;
201
+ storageType?: string;
202
+ usedTime?: string;
203
+ VPCId?: string;
204
+ vSwitchId?: string;
205
+ zoneId?: string;
171
206
  static names(): {
172
207
  [key: string]: string;
173
208
  };
@@ -178,12 +213,12 @@ export declare class DescribeSQLLogCountRequest extends $tea.Model {
178
213
  [key: string]: any;
179
214
  });
180
215
  }
181
- export declare class DescribeSQLLogCountResponse extends $tea.Model {
182
- requestId: string;
183
- DBClusterId: string;
184
- startTime: string;
185
- endTime: string;
186
- items: DescribeSQLLogCountResponseItems[];
216
+ export declare class CreateDBInstanceResponseBody extends $tea.Model {
217
+ connectionString?: string;
218
+ DBInstanceId?: string;
219
+ orderId?: string;
220
+ port?: string;
221
+ requestId?: string;
187
222
  static names(): {
188
223
  [key: string]: string;
189
224
  };
@@ -194,20 +229,11 @@ export declare class DescribeSQLLogCountResponse extends $tea.Model {
194
229
  [key: string]: any;
195
230
  });
196
231
  }
197
- export declare class DescribeSQLLogsRequest extends $tea.Model {
198
- DBInstanceId: string;
199
- queryKeywords?: string;
200
- startTime: string;
201
- database?: string;
202
- user?: string;
203
- endTime: string;
204
- pageSize?: number;
205
- pageNumber?: number;
206
- executeCost?: string;
207
- sourceIP?: string;
208
- executeState?: string;
209
- operationClass?: string;
210
- operationType?: string;
232
+ export declare class CreateDBInstanceResponse extends $tea.Model {
233
+ headers: {
234
+ [key: string]: string;
235
+ };
236
+ body: CreateDBInstanceResponseBody;
211
237
  static names(): {
212
238
  [key: string]: string;
213
239
  };
@@ -218,11 +244,32 @@ export declare class DescribeSQLLogsRequest extends $tea.Model {
218
244
  [key: string]: any;
219
245
  });
220
246
  }
221
- export declare class DescribeSQLLogsResponse extends $tea.Model {
222
- requestId: string;
223
- pageNumber: number;
224
- pageRecordCount: number;
225
- items: DescribeSQLLogsResponseItems[];
247
+ export declare class CreateECSDBInstanceRequest extends $tea.Model {
248
+ backupId?: string;
249
+ clientToken?: string;
250
+ DBInstanceCategory?: string;
251
+ DBInstanceDescription?: string;
252
+ encryptionKey?: string;
253
+ encryptionType?: string;
254
+ engine?: string;
255
+ engineVersion?: string;
256
+ instanceNetworkType?: string;
257
+ instanceSpec?: string;
258
+ masterNodeNum?: number;
259
+ ownerId?: number;
260
+ payType?: string;
261
+ period?: string;
262
+ privateIpAddress?: string;
263
+ regionId?: string;
264
+ securityIPList?: string;
265
+ segNodeNum?: number;
266
+ segStorageType?: string;
267
+ srcDbInstanceName?: string;
268
+ storageSize?: number;
269
+ usedTime?: string;
270
+ VPCId?: string;
271
+ vSwitchId?: string;
272
+ zoneId?: string;
226
273
  static names(): {
227
274
  [key: string]: string;
228
275
  };
@@ -233,29 +280,12 @@ export declare class DescribeSQLLogsResponse extends $tea.Model {
233
280
  [key: string]: any;
234
281
  });
235
282
  }
236
- export declare class CreateECSDBInstanceRequest extends $tea.Model {
237
- ownerId?: number;
238
- regionId: string;
239
- zoneId: string;
240
- engineVersion: string;
241
- engine: string;
242
- instanceSpec: string;
243
- segNodeNum: number;
244
- segStorageType: string;
245
- storageSize: number;
246
- DBInstanceDescription?: string;
247
- securityIPList?: string;
248
- payType?: string;
249
- period?: string;
250
- usedTime?: string;
251
- clientToken?: string;
252
- instanceNetworkType?: string;
253
- VPCId?: string;
254
- vSwitchId?: string;
255
- privateIpAddress?: string;
256
- encryptionKey?: string;
257
- encryptionType?: string;
258
- masterNodeNum?: number;
283
+ export declare class CreateECSDBInstanceResponseBody extends $tea.Model {
284
+ connectionString?: string;
285
+ DBInstanceId?: string;
286
+ orderId?: string;
287
+ port?: string;
288
+ requestId?: string;
259
289
  static names(): {
260
290
  [key: string]: string;
261
291
  };
@@ -267,11 +297,10 @@ export declare class CreateECSDBInstanceRequest extends $tea.Model {
267
297
  });
268
298
  }
269
299
  export declare class CreateECSDBInstanceResponse extends $tea.Model {
270
- requestId: string;
271
- DBInstanceId: string;
272
- port: string;
273
- orderId: string;
274
- connectionString: string;
300
+ headers: {
301
+ [key: string]: string;
302
+ };
303
+ body: CreateECSDBInstanceResponseBody;
275
304
  static names(): {
276
305
  [key: string]: string;
277
306
  };
@@ -282,11 +311,9 @@ export declare class CreateECSDBInstanceResponse extends $tea.Model {
282
311
  [key: string]: any;
283
312
  });
284
313
  }
285
- export declare class DescribeDBClusterPerformanceRequest extends $tea.Model {
286
- DBInstanceId: string;
287
- key: string;
288
- startTime: string;
289
- endTime: string;
314
+ export declare class CreateServiceLinkedRoleRequest extends $tea.Model {
315
+ ownerId?: number;
316
+ regionId?: string;
290
317
  static names(): {
291
318
  [key: string]: string;
292
319
  };
@@ -297,12 +324,8 @@ export declare class DescribeDBClusterPerformanceRequest extends $tea.Model {
297
324
  [key: string]: any;
298
325
  });
299
326
  }
300
- export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
301
- requestId: string;
302
- DBClusterId: string;
303
- startTime: string;
304
- endTime: string;
305
- performanceKeys: DescribeDBClusterPerformanceResponsePerformanceKeys[];
327
+ export declare class CreateServiceLinkedRoleResponseBody extends $tea.Model {
328
+ requestId?: string;
306
329
  static names(): {
307
330
  [key: string]: string;
308
331
  };
@@ -313,9 +336,11 @@ export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
313
336
  [key: string]: any;
314
337
  });
315
338
  }
316
- export declare class DescribeDBInstanceOnECSAttributeRequest extends $tea.Model {
317
- ownerId?: number;
318
- DBInstanceId: string;
339
+ export declare class CreateServiceLinkedRoleResponse extends $tea.Model {
340
+ headers: {
341
+ [key: string]: string;
342
+ };
343
+ body: CreateServiceLinkedRoleResponseBody;
319
344
  static names(): {
320
345
  [key: string]: string;
321
346
  };
@@ -326,9 +351,10 @@ export declare class DescribeDBInstanceOnECSAttributeRequest extends $tea.Model
326
351
  [key: string]: any;
327
352
  });
328
353
  }
329
- export declare class DescribeDBInstanceOnECSAttributeResponse extends $tea.Model {
330
- requestId: string;
331
- items: DescribeDBInstanceOnECSAttributeResponseItems;
354
+ export declare class DeleteDBInstanceRequest extends $tea.Model {
355
+ clientToken?: string;
356
+ DBInstanceId?: string;
357
+ ownerId?: number;
332
358
  static names(): {
333
359
  [key: string]: string;
334
360
  };
@@ -339,10 +365,8 @@ export declare class DescribeDBInstanceOnECSAttributeResponse extends $tea.Model
339
365
  [key: string]: any;
340
366
  });
341
367
  }
342
- export declare class DescribeAvailableResourcesRequest extends $tea.Model {
343
- region: string;
344
- zoneId: string;
345
- chargeType?: string;
368
+ export declare class DeleteDBInstanceResponseBody extends $tea.Model {
369
+ requestId?: string;
346
370
  static names(): {
347
371
  [key: string]: string;
348
372
  };
@@ -353,10 +377,11 @@ export declare class DescribeAvailableResourcesRequest extends $tea.Model {
353
377
  [key: string]: any;
354
378
  });
355
379
  }
356
- export declare class DescribeAvailableResourcesResponse extends $tea.Model {
357
- requestId: string;
358
- regionId: string;
359
- resources: DescribeAvailableResourcesResponseResources[];
380
+ export declare class DeleteDBInstanceResponse extends $tea.Model {
381
+ headers: {
382
+ [key: string]: string;
383
+ };
384
+ body: DeleteDBInstanceResponseBody;
360
385
  static names(): {
361
386
  [key: string]: string;
362
387
  };
@@ -367,8 +392,9 @@ export declare class DescribeAvailableResourcesResponse extends $tea.Model {
367
392
  [key: string]: any;
368
393
  });
369
394
  }
370
- export declare class DescribeDBInstanceSSLRequest extends $tea.Model {
371
- DBInstanceId: string;
395
+ export declare class DeleteDatabaseRequest extends $tea.Model {
396
+ DBInstanceId?: string;
397
+ DBName?: string;
372
398
  static names(): {
373
399
  [key: string]: string;
374
400
  };
@@ -379,13 +405,8 @@ export declare class DescribeDBInstanceSSLRequest extends $tea.Model {
379
405
  [key: string]: any;
380
406
  });
381
407
  }
382
- export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
383
- requestId: string;
384
- DBInstanceId: string;
385
- DBInstanceName: string;
386
- certCommonName: string;
387
- SSLExpiredTime: string;
388
- SSLEnabled: boolean;
408
+ export declare class DeleteDatabaseResponseBody extends $tea.Model {
409
+ requestId?: string;
389
410
  static names(): {
390
411
  [key: string]: string;
391
412
  };
@@ -396,10 +417,11 @@ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
396
417
  [key: string]: any;
397
418
  });
398
419
  }
399
- export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
400
- DBInstanceId: string;
401
- connectionString?: string;
402
- SSLEnabled: number;
420
+ export declare class DeleteDatabaseResponse extends $tea.Model {
421
+ headers: {
422
+ [key: string]: string;
423
+ };
424
+ body: DeleteDatabaseResponseBody;
403
425
  static names(): {
404
426
  [key: string]: string;
405
427
  };
@@ -410,8 +432,9 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
410
432
  [key: string]: any;
411
433
  });
412
434
  }
413
- export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
414
- requestId: string;
435
+ export declare class DeleteInstanceSPInfoRequest extends $tea.Model {
436
+ DBInstanceId?: string;
437
+ DBInstanceInfos?: string;
415
438
  static names(): {
416
439
  [key: string]: string;
417
440
  };
@@ -422,13 +445,8 @@ export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
422
445
  [key: string]: any;
423
446
  });
424
447
  }
425
- export declare class DescribeTagsRequest extends $tea.Model {
426
- ownerId?: number;
427
- resourceOwnerAccount?: string;
428
- resourceOwnerId?: number;
429
- ownerAccount?: string;
430
- regionId: string;
431
- resourceType: string;
448
+ export declare class DeleteInstanceSPInfoResponseBody extends $tea.Model {
449
+ requestId?: string;
432
450
  static names(): {
433
451
  [key: string]: string;
434
452
  };
@@ -439,9 +457,11 @@ export declare class DescribeTagsRequest extends $tea.Model {
439
457
  [key: string]: any;
440
458
  });
441
459
  }
442
- export declare class DescribeTagsResponse extends $tea.Model {
443
- requestId: string;
444
- tags: DescribeTagsResponseTags[];
460
+ export declare class DeleteInstanceSPInfoResponse extends $tea.Model {
461
+ headers: {
462
+ [key: string]: string;
463
+ };
464
+ body: DeleteInstanceSPInfoResponseBody;
445
465
  static names(): {
446
466
  [key: string]: string;
447
467
  };
@@ -452,12 +472,9 @@ export declare class DescribeTagsResponse extends $tea.Model {
452
472
  [key: string]: any;
453
473
  });
454
474
  }
455
- export declare class DescribeSpecificationRequest extends $tea.Model {
456
- ownerId?: number;
475
+ export declare class DescribeAccountsRequest extends $tea.Model {
476
+ accountName?: string;
457
477
  DBInstanceId?: string;
458
- storageType: string;
459
- cpuCores: number;
460
- totalNodeNum: number;
461
478
  static names(): {
462
479
  [key: string]: string;
463
480
  };
@@ -468,11 +485,9 @@ export declare class DescribeSpecificationRequest extends $tea.Model {
468
485
  [key: string]: any;
469
486
  });
470
487
  }
471
- export declare class DescribeSpecificationResponse extends $tea.Model {
472
- requestId: string;
473
- DBInstanceClass: DescribeSpecificationResponseDBInstanceClass[];
474
- DBInstanceGroupCount: DescribeSpecificationResponseDBInstanceGroupCount[];
475
- storageNotice: DescribeSpecificationResponseStorageNotice[];
488
+ export declare class DescribeAccountsResponseBody extends $tea.Model {
489
+ accounts?: DescribeAccountsResponseBodyAccounts;
490
+ requestId?: string;
476
491
  static names(): {
477
492
  [key: string]: string;
478
493
  };
@@ -483,14 +498,39 @@ export declare class DescribeSpecificationResponse extends $tea.Model {
483
498
  [key: string]: any;
484
499
  });
485
500
  }
486
- export declare class UpgradeDBVersionRequest extends $tea.Model {
487
- ownerId?: number;
501
+ export declare class DescribeAccountsResponse extends $tea.Model {
502
+ headers: {
503
+ [key: string]: string;
504
+ };
505
+ body: DescribeAccountsResponseBody;
506
+ static names(): {
507
+ [key: string]: string;
508
+ };
509
+ static types(): {
510
+ [key: string]: any;
511
+ };
512
+ constructor(map?: {
513
+ [key: string]: any;
514
+ });
515
+ }
516
+ export declare class DescribeAvailableResourcesRequest extends $tea.Model {
517
+ chargeType?: string;
518
+ region?: string;
519
+ zoneId?: string;
520
+ static names(): {
521
+ [key: string]: string;
522
+ };
523
+ static types(): {
524
+ [key: string]: any;
525
+ };
526
+ constructor(map?: {
527
+ [key: string]: any;
528
+ });
529
+ }
530
+ export declare class DescribeAvailableResourcesResponseBody extends $tea.Model {
488
531
  regionId?: string;
489
- DBInstanceId: string;
490
- minorVersion?: string;
491
- majorVersion?: string;
492
- switchTimeMode?: string;
493
- switchTime?: string;
532
+ requestId?: string;
533
+ resources?: DescribeAvailableResourcesResponseBodyResources[];
494
534
  static names(): {
495
535
  [key: string]: string;
496
536
  };
@@ -501,11 +541,11 @@ export declare class UpgradeDBVersionRequest extends $tea.Model {
501
541
  [key: string]: any;
502
542
  });
503
543
  }
504
- export declare class UpgradeDBVersionResponse extends $tea.Model {
505
- requestId: string;
506
- DBInstanceId: string;
507
- DBInstanceName: string;
508
- taskId: string;
544
+ export declare class DescribeAvailableResourcesResponse extends $tea.Model {
545
+ headers: {
546
+ [key: string]: string;
547
+ };
548
+ body: DescribeAvailableResourcesResponseBody;
509
549
  static names(): {
510
550
  [key: string]: string;
511
551
  };
@@ -516,13 +556,8 @@ export declare class UpgradeDBVersionResponse extends $tea.Model {
516
556
  [key: string]: any;
517
557
  });
518
558
  }
519
- export declare class UpgradeDBInstanceRequest extends $tea.Model {
520
- ownerId?: number;
521
- regionId: string;
522
- DBInstanceClass: string;
523
- DBInstanceGroupCount: string;
524
- DBInstanceId: string;
525
- payType?: string;
559
+ export declare class DescribeBackupPolicyRequest extends $tea.Model {
560
+ DBInstanceId?: string;
526
561
  static names(): {
527
562
  [key: string]: string;
528
563
  };
@@ -533,10 +568,13 @@ export declare class UpgradeDBInstanceRequest extends $tea.Model {
533
568
  [key: string]: any;
534
569
  });
535
570
  }
536
- export declare class UpgradeDBInstanceResponse extends $tea.Model {
537
- requestId: string;
538
- DBInstanceId: string;
539
- orderId: string;
571
+ export declare class DescribeBackupPolicyResponseBody extends $tea.Model {
572
+ backupRetentionPeriod?: number;
573
+ enableRecoveryPoint?: boolean;
574
+ preferredBackupPeriod?: string;
575
+ preferredBackupTime?: string;
576
+ recoveryPointPeriod?: string;
577
+ requestId?: string;
540
578
  static names(): {
541
579
  [key: string]: string;
542
580
  };
@@ -547,16 +585,11 @@ export declare class UpgradeDBInstanceResponse extends $tea.Model {
547
585
  [key: string]: any;
548
586
  });
549
587
  }
550
- export declare class UntagResourcesRequest extends $tea.Model {
551
- ownerId?: number;
552
- resourceOwnerAccount?: string;
553
- resourceOwnerId?: number;
554
- ownerAccount?: string;
555
- regionId: string;
556
- resourceType: string;
557
- resourceId: string[];
558
- tagKey?: string[];
559
- all?: boolean;
588
+ export declare class DescribeBackupPolicyResponse extends $tea.Model {
589
+ headers: {
590
+ [key: string]: string;
591
+ };
592
+ body: DescribeBackupPolicyResponseBody;
560
593
  static names(): {
561
594
  [key: string]: string;
562
595
  };
@@ -567,8 +600,9 @@ export declare class UntagResourcesRequest extends $tea.Model {
567
600
  [key: string]: any;
568
601
  });
569
602
  }
570
- export declare class UntagResourcesResponse extends $tea.Model {
571
- requestId: string;
603
+ export declare class DescribeDBClusterNodeRequest extends $tea.Model {
604
+ DBInstanceId?: string;
605
+ nodeType?: string;
572
606
  static names(): {
573
607
  [key: string]: string;
574
608
  };
@@ -579,15 +613,10 @@ export declare class UntagResourcesResponse extends $tea.Model {
579
613
  [key: string]: any;
580
614
  });
581
615
  }
582
- export declare class TagResourcesRequest extends $tea.Model {
583
- ownerId?: number;
584
- resourceOwnerAccount?: string;
585
- resourceOwnerId?: number;
586
- ownerAccount?: string;
587
- regionId: string;
588
- resourceType: string;
589
- resourceId: string[];
590
- tag: TagResourcesRequestTag[];
616
+ export declare class DescribeDBClusterNodeResponseBody extends $tea.Model {
617
+ DBClusterId?: string;
618
+ nodes?: DescribeDBClusterNodeResponseBodyNodes[];
619
+ requestId?: string;
591
620
  static names(): {
592
621
  [key: string]: string;
593
622
  };
@@ -598,8 +627,11 @@ export declare class TagResourcesRequest extends $tea.Model {
598
627
  [key: string]: any;
599
628
  });
600
629
  }
601
- export declare class TagResourcesResponse extends $tea.Model {
602
- requestId: string;
630
+ export declare class DescribeDBClusterNodeResponse extends $tea.Model {
631
+ headers: {
632
+ [key: string]: string;
633
+ };
634
+ body: DescribeDBClusterNodeResponseBody;
603
635
  static names(): {
604
636
  [key: string]: string;
605
637
  };
@@ -610,16 +642,9 @@ export declare class TagResourcesResponse extends $tea.Model {
610
642
  [key: string]: any;
611
643
  });
612
644
  }
613
- export declare class ListTagResourcesRequest extends $tea.Model {
614
- ownerId?: number;
615
- resourceOwnerAccount?: string;
616
- resourceOwnerId?: number;
617
- ownerAccount?: string;
618
- regionId: string;
619
- resourceType: string;
620
- resourceId?: string[];
621
- tag?: ListTagResourcesRequestTag[];
622
- nextToken?: string;
645
+ export declare class DescribeDBClusterNodesRequest extends $tea.Model {
646
+ DBInstanceId?: string;
647
+ nodeType?: string;
623
648
  static names(): {
624
649
  [key: string]: string;
625
650
  };
@@ -630,10 +655,1811 @@ export declare class ListTagResourcesRequest extends $tea.Model {
630
655
  [key: string]: any;
631
656
  });
632
657
  }
633
- export declare class ListTagResourcesResponse extends $tea.Model {
634
- requestId: string;
635
- nextToken: string;
636
- tagResources: ListTagResourcesResponseTagResources;
658
+ export declare class DescribeDBClusterNodesResponseBody extends $tea.Model {
659
+ DBClusterId?: string;
660
+ nodes?: DescribeDBClusterNodesResponseBodyNodes[];
661
+ requestId?: string;
662
+ static names(): {
663
+ [key: string]: string;
664
+ };
665
+ static types(): {
666
+ [key: string]: any;
667
+ };
668
+ constructor(map?: {
669
+ [key: string]: any;
670
+ });
671
+ }
672
+ export declare class DescribeDBClusterNodesResponse extends $tea.Model {
673
+ headers: {
674
+ [key: string]: string;
675
+ };
676
+ body: DescribeDBClusterNodesResponseBody;
677
+ static names(): {
678
+ [key: string]: string;
679
+ };
680
+ static types(): {
681
+ [key: string]: any;
682
+ };
683
+ constructor(map?: {
684
+ [key: string]: any;
685
+ });
686
+ }
687
+ export declare class DescribeDBClusterPerformanceRequest extends $tea.Model {
688
+ DBInstanceId?: string;
689
+ endTime?: string;
690
+ key?: string;
691
+ nodeType?: string;
692
+ nodes?: string;
693
+ startTime?: string;
694
+ static names(): {
695
+ [key: string]: string;
696
+ };
697
+ static types(): {
698
+ [key: string]: any;
699
+ };
700
+ constructor(map?: {
701
+ [key: string]: any;
702
+ });
703
+ }
704
+ export declare class DescribeDBClusterPerformanceResponseBody extends $tea.Model {
705
+ DBClusterId?: string;
706
+ endTime?: string;
707
+ performanceKeys?: DescribeDBClusterPerformanceResponseBodyPerformanceKeys[];
708
+ requestId?: string;
709
+ startTime?: string;
710
+ static names(): {
711
+ [key: string]: string;
712
+ };
713
+ static types(): {
714
+ [key: string]: any;
715
+ };
716
+ constructor(map?: {
717
+ [key: string]: any;
718
+ });
719
+ }
720
+ export declare class DescribeDBClusterPerformanceResponse extends $tea.Model {
721
+ headers: {
722
+ [key: string]: string;
723
+ };
724
+ body: DescribeDBClusterPerformanceResponseBody;
725
+ static names(): {
726
+ [key: string]: string;
727
+ };
728
+ static types(): {
729
+ [key: string]: any;
730
+ };
731
+ constructor(map?: {
732
+ [key: string]: any;
733
+ });
734
+ }
735
+ export declare class DescribeDBInstanceAttributeRequest extends $tea.Model {
736
+ DBInstanceId?: string;
737
+ ownerId?: number;
738
+ static names(): {
739
+ [key: string]: string;
740
+ };
741
+ static types(): {
742
+ [key: string]: any;
743
+ };
744
+ constructor(map?: {
745
+ [key: string]: any;
746
+ });
747
+ }
748
+ export declare class DescribeDBInstanceAttributeResponseBody extends $tea.Model {
749
+ items?: DescribeDBInstanceAttributeResponseBodyItems;
750
+ requestId?: string;
751
+ static names(): {
752
+ [key: string]: string;
753
+ };
754
+ static types(): {
755
+ [key: string]: any;
756
+ };
757
+ constructor(map?: {
758
+ [key: string]: any;
759
+ });
760
+ }
761
+ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
762
+ headers: {
763
+ [key: string]: string;
764
+ };
765
+ body: DescribeDBInstanceAttributeResponseBody;
766
+ static names(): {
767
+ [key: string]: string;
768
+ };
769
+ static types(): {
770
+ [key: string]: any;
771
+ };
772
+ constructor(map?: {
773
+ [key: string]: any;
774
+ });
775
+ }
776
+ export declare class DescribeDBInstanceIPArrayListRequest extends $tea.Model {
777
+ DBInstanceId?: string;
778
+ static names(): {
779
+ [key: string]: string;
780
+ };
781
+ static types(): {
782
+ [key: string]: any;
783
+ };
784
+ constructor(map?: {
785
+ [key: string]: any;
786
+ });
787
+ }
788
+ export declare class DescribeDBInstanceIPArrayListResponseBody extends $tea.Model {
789
+ items?: DescribeDBInstanceIPArrayListResponseBodyItems;
790
+ requestId?: string;
791
+ static names(): {
792
+ [key: string]: string;
793
+ };
794
+ static types(): {
795
+ [key: string]: any;
796
+ };
797
+ constructor(map?: {
798
+ [key: string]: any;
799
+ });
800
+ }
801
+ export declare class DescribeDBInstanceIPArrayListResponse extends $tea.Model {
802
+ headers: {
803
+ [key: string]: string;
804
+ };
805
+ body: DescribeDBInstanceIPArrayListResponseBody;
806
+ static names(): {
807
+ [key: string]: string;
808
+ };
809
+ static types(): {
810
+ [key: string]: any;
811
+ };
812
+ constructor(map?: {
813
+ [key: string]: any;
814
+ });
815
+ }
816
+ export declare class DescribeDBInstanceNetInfoRequest extends $tea.Model {
817
+ DBInstanceId?: string;
818
+ static names(): {
819
+ [key: string]: string;
820
+ };
821
+ static types(): {
822
+ [key: string]: any;
823
+ };
824
+ constructor(map?: {
825
+ [key: string]: any;
826
+ });
827
+ }
828
+ export declare class DescribeDBInstanceNetInfoResponseBody extends $tea.Model {
829
+ DBInstanceNetInfos?: DescribeDBInstanceNetInfoResponseBodyDBInstanceNetInfos;
830
+ instanceNetworkType?: string;
831
+ requestId?: string;
832
+ static names(): {
833
+ [key: string]: string;
834
+ };
835
+ static types(): {
836
+ [key: string]: any;
837
+ };
838
+ constructor(map?: {
839
+ [key: string]: any;
840
+ });
841
+ }
842
+ export declare class DescribeDBInstanceNetInfoResponse extends $tea.Model {
843
+ headers: {
844
+ [key: string]: string;
845
+ };
846
+ body: DescribeDBInstanceNetInfoResponseBody;
847
+ static names(): {
848
+ [key: string]: string;
849
+ };
850
+ static types(): {
851
+ [key: string]: any;
852
+ };
853
+ constructor(map?: {
854
+ [key: string]: any;
855
+ });
856
+ }
857
+ export declare class DescribeDBInstanceOnECSAttributeRequest extends $tea.Model {
858
+ DBInstanceId?: string;
859
+ ownerId?: number;
860
+ static names(): {
861
+ [key: string]: string;
862
+ };
863
+ static types(): {
864
+ [key: string]: any;
865
+ };
866
+ constructor(map?: {
867
+ [key: string]: any;
868
+ });
869
+ }
870
+ export declare class DescribeDBInstanceOnECSAttributeResponseBody extends $tea.Model {
871
+ items?: DescribeDBInstanceOnECSAttributeResponseBodyItems;
872
+ requestId?: string;
873
+ static names(): {
874
+ [key: string]: string;
875
+ };
876
+ static types(): {
877
+ [key: string]: any;
878
+ };
879
+ constructor(map?: {
880
+ [key: string]: any;
881
+ });
882
+ }
883
+ export declare class DescribeDBInstanceOnECSAttributeResponse extends $tea.Model {
884
+ headers: {
885
+ [key: string]: string;
886
+ };
887
+ body: DescribeDBInstanceOnECSAttributeResponseBody;
888
+ static names(): {
889
+ [key: string]: string;
890
+ };
891
+ static types(): {
892
+ [key: string]: any;
893
+ };
894
+ constructor(map?: {
895
+ [key: string]: any;
896
+ });
897
+ }
898
+ export declare class DescribeDBInstanceSQLPatternsRequest extends $tea.Model {
899
+ DBInstanceId?: string;
900
+ database?: string;
901
+ endTime?: string;
902
+ queryKeywords?: string;
903
+ sourceIP?: string;
904
+ startTime?: string;
905
+ user?: string;
906
+ static names(): {
907
+ [key: string]: string;
908
+ };
909
+ static types(): {
910
+ [key: string]: any;
911
+ };
912
+ constructor(map?: {
913
+ [key: string]: any;
914
+ });
915
+ }
916
+ export declare class DescribeDBInstanceSQLPatternsResponseBody extends $tea.Model {
917
+ DBClusterId?: string;
918
+ endTime?: string;
919
+ patterns?: DescribeDBInstanceSQLPatternsResponseBodyPatterns[];
920
+ requestId?: string;
921
+ startTime?: string;
922
+ static names(): {
923
+ [key: string]: string;
924
+ };
925
+ static types(): {
926
+ [key: string]: any;
927
+ };
928
+ constructor(map?: {
929
+ [key: string]: any;
930
+ });
931
+ }
932
+ export declare class DescribeDBInstanceSQLPatternsResponse extends $tea.Model {
933
+ headers: {
934
+ [key: string]: string;
935
+ };
936
+ body: DescribeDBInstanceSQLPatternsResponseBody;
937
+ static names(): {
938
+ [key: string]: string;
939
+ };
940
+ static types(): {
941
+ [key: string]: any;
942
+ };
943
+ constructor(map?: {
944
+ [key: string]: any;
945
+ });
946
+ }
947
+ export declare class DescribeDBInstanceSSLRequest extends $tea.Model {
948
+ DBInstanceId?: string;
949
+ static names(): {
950
+ [key: string]: string;
951
+ };
952
+ static types(): {
953
+ [key: string]: any;
954
+ };
955
+ constructor(map?: {
956
+ [key: string]: any;
957
+ });
958
+ }
959
+ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
960
+ certCommonName?: string;
961
+ DBInstanceId?: string;
962
+ DBInstanceName?: string;
963
+ requestId?: string;
964
+ SSLEnabled?: boolean;
965
+ SSLExpiredTime?: string;
966
+ static names(): {
967
+ [key: string]: string;
968
+ };
969
+ static types(): {
970
+ [key: string]: any;
971
+ };
972
+ constructor(map?: {
973
+ [key: string]: any;
974
+ });
975
+ }
976
+ export declare class DescribeDBInstanceSSLResponse extends $tea.Model {
977
+ headers: {
978
+ [key: string]: string;
979
+ };
980
+ body: DescribeDBInstanceSSLResponseBody;
981
+ static names(): {
982
+ [key: string]: string;
983
+ };
984
+ static types(): {
985
+ [key: string]: any;
986
+ };
987
+ constructor(map?: {
988
+ [key: string]: any;
989
+ });
990
+ }
991
+ export declare class DescribeDBInstancesRequest extends $tea.Model {
992
+ DBInstanceCategories?: string[];
993
+ DBInstanceDescription?: string;
994
+ DBInstanceIds?: string;
995
+ DBInstanceModes?: string[];
996
+ DBInstanceStatuses?: string[];
997
+ instanceDeployTypes?: string[];
998
+ instanceNetworkType?: string;
999
+ ownerId?: number;
1000
+ pageNumber?: number;
1001
+ pageSize?: number;
1002
+ regionId?: string;
1003
+ tag?: DescribeDBInstancesRequestTag[];
1004
+ static names(): {
1005
+ [key: string]: string;
1006
+ };
1007
+ static types(): {
1008
+ [key: string]: any;
1009
+ };
1010
+ constructor(map?: {
1011
+ [key: string]: any;
1012
+ });
1013
+ }
1014
+ export declare class DescribeDBInstancesShrinkRequest extends $tea.Model {
1015
+ DBInstanceCategoriesShrink?: string;
1016
+ DBInstanceDescription?: string;
1017
+ DBInstanceIds?: string;
1018
+ DBInstanceModesShrink?: string;
1019
+ DBInstanceStatusesShrink?: string;
1020
+ instanceDeployTypesShrink?: string;
1021
+ instanceNetworkType?: string;
1022
+ ownerId?: number;
1023
+ pageNumber?: number;
1024
+ pageSize?: number;
1025
+ regionId?: string;
1026
+ tag?: DescribeDBInstancesShrinkRequestTag[];
1027
+ static names(): {
1028
+ [key: string]: string;
1029
+ };
1030
+ static types(): {
1031
+ [key: string]: any;
1032
+ };
1033
+ constructor(map?: {
1034
+ [key: string]: any;
1035
+ });
1036
+ }
1037
+ export declare class DescribeDBInstancesResponseBody extends $tea.Model {
1038
+ items?: DescribeDBInstancesResponseBodyItems;
1039
+ pageNumber?: number;
1040
+ pageRecordCount?: number;
1041
+ requestId?: string;
1042
+ totalRecordCount?: number;
1043
+ static names(): {
1044
+ [key: string]: string;
1045
+ };
1046
+ static types(): {
1047
+ [key: string]: any;
1048
+ };
1049
+ constructor(map?: {
1050
+ [key: string]: any;
1051
+ });
1052
+ }
1053
+ export declare class DescribeDBInstancesResponse extends $tea.Model {
1054
+ headers: {
1055
+ [key: string]: string;
1056
+ };
1057
+ body: DescribeDBInstancesResponseBody;
1058
+ static names(): {
1059
+ [key: string]: string;
1060
+ };
1061
+ static types(): {
1062
+ [key: string]: any;
1063
+ };
1064
+ constructor(map?: {
1065
+ [key: string]: any;
1066
+ });
1067
+ }
1068
+ export declare class DescribeDataBackupsRequest extends $tea.Model {
1069
+ backupId?: string;
1070
+ backupMode?: string;
1071
+ backupStatus?: string;
1072
+ DBInstanceId?: string;
1073
+ dataType?: string;
1074
+ endTime?: string;
1075
+ pageNumber?: number;
1076
+ pageSize?: number;
1077
+ startTime?: string;
1078
+ static names(): {
1079
+ [key: string]: string;
1080
+ };
1081
+ static types(): {
1082
+ [key: string]: any;
1083
+ };
1084
+ constructor(map?: {
1085
+ [key: string]: any;
1086
+ });
1087
+ }
1088
+ export declare class DescribeDataBackupsResponseBody extends $tea.Model {
1089
+ items?: DescribeDataBackupsResponseBodyItems[];
1090
+ pageNumber?: number;
1091
+ pageSize?: number;
1092
+ requestId?: string;
1093
+ totalCount?: number;
1094
+ static names(): {
1095
+ [key: string]: string;
1096
+ };
1097
+ static types(): {
1098
+ [key: string]: any;
1099
+ };
1100
+ constructor(map?: {
1101
+ [key: string]: any;
1102
+ });
1103
+ }
1104
+ export declare class DescribeDataBackupsResponse extends $tea.Model {
1105
+ headers: {
1106
+ [key: string]: string;
1107
+ };
1108
+ body: DescribeDataBackupsResponseBody;
1109
+ static names(): {
1110
+ [key: string]: string;
1111
+ };
1112
+ static types(): {
1113
+ [key: string]: any;
1114
+ };
1115
+ constructor(map?: {
1116
+ [key: string]: any;
1117
+ });
1118
+ }
1119
+ export declare class DescribeDataShareInstancesRequest extends $tea.Model {
1120
+ ownerId?: number;
1121
+ pageNumber?: number;
1122
+ pageSize?: number;
1123
+ regionId?: string;
1124
+ searchValue?: string;
1125
+ static names(): {
1126
+ [key: string]: string;
1127
+ };
1128
+ static types(): {
1129
+ [key: string]: any;
1130
+ };
1131
+ constructor(map?: {
1132
+ [key: string]: any;
1133
+ });
1134
+ }
1135
+ export declare class DescribeDataShareInstancesResponseBody extends $tea.Model {
1136
+ items?: DescribeDataShareInstancesResponseBodyItems;
1137
+ pageNumber?: number;
1138
+ pageRecordCount?: number;
1139
+ requestId?: string;
1140
+ totalRecordCount?: number;
1141
+ static names(): {
1142
+ [key: string]: string;
1143
+ };
1144
+ static types(): {
1145
+ [key: string]: any;
1146
+ };
1147
+ constructor(map?: {
1148
+ [key: string]: any;
1149
+ });
1150
+ }
1151
+ export declare class DescribeDataShareInstancesResponse extends $tea.Model {
1152
+ headers: {
1153
+ [key: string]: string;
1154
+ };
1155
+ body: DescribeDataShareInstancesResponseBody;
1156
+ static names(): {
1157
+ [key: string]: string;
1158
+ };
1159
+ static types(): {
1160
+ [key: string]: any;
1161
+ };
1162
+ constructor(map?: {
1163
+ [key: string]: any;
1164
+ });
1165
+ }
1166
+ export declare class DescribeHealthStatusRequest extends $tea.Model {
1167
+ DBInstanceId?: string;
1168
+ key?: string;
1169
+ static names(): {
1170
+ [key: string]: string;
1171
+ };
1172
+ static types(): {
1173
+ [key: string]: any;
1174
+ };
1175
+ constructor(map?: {
1176
+ [key: string]: any;
1177
+ });
1178
+ }
1179
+ export declare class DescribeHealthStatusResponseBody extends $tea.Model {
1180
+ DBClusterId?: string;
1181
+ requestId?: string;
1182
+ status?: DescribeHealthStatusResponseBodyStatus;
1183
+ static names(): {
1184
+ [key: string]: string;
1185
+ };
1186
+ static types(): {
1187
+ [key: string]: any;
1188
+ };
1189
+ constructor(map?: {
1190
+ [key: string]: any;
1191
+ });
1192
+ }
1193
+ export declare class DescribeHealthStatusResponse extends $tea.Model {
1194
+ headers: {
1195
+ [key: string]: string;
1196
+ };
1197
+ body: DescribeHealthStatusResponseBody;
1198
+ static names(): {
1199
+ [key: string]: string;
1200
+ };
1201
+ static types(): {
1202
+ [key: string]: any;
1203
+ };
1204
+ constructor(map?: {
1205
+ [key: string]: any;
1206
+ });
1207
+ }
1208
+ export declare class DescribeLogBackupsRequest extends $tea.Model {
1209
+ DBInstanceId?: string;
1210
+ endTime?: string;
1211
+ pageNumber?: number;
1212
+ pageSize?: number;
1213
+ startTime?: string;
1214
+ static names(): {
1215
+ [key: string]: string;
1216
+ };
1217
+ static types(): {
1218
+ [key: string]: any;
1219
+ };
1220
+ constructor(map?: {
1221
+ [key: string]: any;
1222
+ });
1223
+ }
1224
+ export declare class DescribeLogBackupsResponseBody extends $tea.Model {
1225
+ items?: DescribeLogBackupsResponseBodyItems[];
1226
+ pageNumber?: number;
1227
+ pageSize?: number;
1228
+ requestId?: string;
1229
+ totalCount?: number;
1230
+ totalLogSize?: number;
1231
+ static names(): {
1232
+ [key: string]: string;
1233
+ };
1234
+ static types(): {
1235
+ [key: string]: any;
1236
+ };
1237
+ constructor(map?: {
1238
+ [key: string]: any;
1239
+ });
1240
+ }
1241
+ export declare class DescribeLogBackupsResponse extends $tea.Model {
1242
+ headers: {
1243
+ [key: string]: string;
1244
+ };
1245
+ body: DescribeLogBackupsResponseBody;
1246
+ static names(): {
1247
+ [key: string]: string;
1248
+ };
1249
+ static types(): {
1250
+ [key: string]: any;
1251
+ };
1252
+ constructor(map?: {
1253
+ [key: string]: any;
1254
+ });
1255
+ }
1256
+ export declare class DescribeModifyParameterLogRequest extends $tea.Model {
1257
+ DBInstanceId?: string;
1258
+ endTime?: string;
1259
+ startTime?: string;
1260
+ static names(): {
1261
+ [key: string]: string;
1262
+ };
1263
+ static types(): {
1264
+ [key: string]: any;
1265
+ };
1266
+ constructor(map?: {
1267
+ [key: string]: any;
1268
+ });
1269
+ }
1270
+ export declare class DescribeModifyParameterLogResponseBody extends $tea.Model {
1271
+ changelogs?: DescribeModifyParameterLogResponseBodyChangelogs[];
1272
+ requestId?: string;
1273
+ static names(): {
1274
+ [key: string]: string;
1275
+ };
1276
+ static types(): {
1277
+ [key: string]: any;
1278
+ };
1279
+ constructor(map?: {
1280
+ [key: string]: any;
1281
+ });
1282
+ }
1283
+ export declare class DescribeModifyParameterLogResponse extends $tea.Model {
1284
+ headers: {
1285
+ [key: string]: string;
1286
+ };
1287
+ body: DescribeModifyParameterLogResponseBody;
1288
+ static names(): {
1289
+ [key: string]: string;
1290
+ };
1291
+ static types(): {
1292
+ [key: string]: any;
1293
+ };
1294
+ constructor(map?: {
1295
+ [key: string]: any;
1296
+ });
1297
+ }
1298
+ export declare class DescribeParametersRequest extends $tea.Model {
1299
+ DBInstanceId?: string;
1300
+ static names(): {
1301
+ [key: string]: string;
1302
+ };
1303
+ static types(): {
1304
+ [key: string]: any;
1305
+ };
1306
+ constructor(map?: {
1307
+ [key: string]: any;
1308
+ });
1309
+ }
1310
+ export declare class DescribeParametersResponseBody extends $tea.Model {
1311
+ parameters?: DescribeParametersResponseBodyParameters[];
1312
+ requestId?: string;
1313
+ static names(): {
1314
+ [key: string]: string;
1315
+ };
1316
+ static types(): {
1317
+ [key: string]: any;
1318
+ };
1319
+ constructor(map?: {
1320
+ [key: string]: any;
1321
+ });
1322
+ }
1323
+ export declare class DescribeParametersResponse extends $tea.Model {
1324
+ headers: {
1325
+ [key: string]: string;
1326
+ };
1327
+ body: DescribeParametersResponseBody;
1328
+ static names(): {
1329
+ [key: string]: string;
1330
+ };
1331
+ static types(): {
1332
+ [key: string]: any;
1333
+ };
1334
+ constructor(map?: {
1335
+ [key: string]: any;
1336
+ });
1337
+ }
1338
+ export declare class DescribeRdsVSwitchsRequest extends $tea.Model {
1339
+ ownerAccount?: string;
1340
+ ownerId?: number;
1341
+ regionId?: string;
1342
+ resourceOwnerAccount?: string;
1343
+ resourceOwnerId?: number;
1344
+ securityToken?: string;
1345
+ vpcId?: string;
1346
+ zoneId?: string;
1347
+ static names(): {
1348
+ [key: string]: string;
1349
+ };
1350
+ static types(): {
1351
+ [key: string]: any;
1352
+ };
1353
+ constructor(map?: {
1354
+ [key: string]: any;
1355
+ });
1356
+ }
1357
+ export declare class DescribeRdsVSwitchsResponseBody extends $tea.Model {
1358
+ requestId?: string;
1359
+ vSwitches?: DescribeRdsVSwitchsResponseBodyVSwitches;
1360
+ static names(): {
1361
+ [key: string]: string;
1362
+ };
1363
+ static types(): {
1364
+ [key: string]: any;
1365
+ };
1366
+ constructor(map?: {
1367
+ [key: string]: any;
1368
+ });
1369
+ }
1370
+ export declare class DescribeRdsVSwitchsResponse extends $tea.Model {
1371
+ headers: {
1372
+ [key: string]: string;
1373
+ };
1374
+ body: DescribeRdsVSwitchsResponseBody;
1375
+ static names(): {
1376
+ [key: string]: string;
1377
+ };
1378
+ static types(): {
1379
+ [key: string]: any;
1380
+ };
1381
+ constructor(map?: {
1382
+ [key: string]: any;
1383
+ });
1384
+ }
1385
+ export declare class DescribeRdsVpcsRequest extends $tea.Model {
1386
+ ownerAccount?: string;
1387
+ ownerId?: number;
1388
+ regionId?: string;
1389
+ resourceOwnerAccount?: string;
1390
+ resourceOwnerId?: number;
1391
+ securityToken?: string;
1392
+ zoneId?: string;
1393
+ static names(): {
1394
+ [key: string]: string;
1395
+ };
1396
+ static types(): {
1397
+ [key: string]: any;
1398
+ };
1399
+ constructor(map?: {
1400
+ [key: string]: any;
1401
+ });
1402
+ }
1403
+ export declare class DescribeRdsVpcsResponseBody extends $tea.Model {
1404
+ requestId?: string;
1405
+ vpcs?: DescribeRdsVpcsResponseBodyVpcs;
1406
+ static names(): {
1407
+ [key: string]: string;
1408
+ };
1409
+ static types(): {
1410
+ [key: string]: any;
1411
+ };
1412
+ constructor(map?: {
1413
+ [key: string]: any;
1414
+ });
1415
+ }
1416
+ export declare class DescribeRdsVpcsResponse extends $tea.Model {
1417
+ headers: {
1418
+ [key: string]: string;
1419
+ };
1420
+ body: DescribeRdsVpcsResponseBody;
1421
+ static names(): {
1422
+ [key: string]: string;
1423
+ };
1424
+ static types(): {
1425
+ [key: string]: any;
1426
+ };
1427
+ constructor(map?: {
1428
+ [key: string]: any;
1429
+ });
1430
+ }
1431
+ export declare class DescribeRegionsRequest extends $tea.Model {
1432
+ region?: string;
1433
+ static names(): {
1434
+ [key: string]: string;
1435
+ };
1436
+ static types(): {
1437
+ [key: string]: any;
1438
+ };
1439
+ constructor(map?: {
1440
+ [key: string]: any;
1441
+ });
1442
+ }
1443
+ export declare class DescribeRegionsResponseBody extends $tea.Model {
1444
+ regions?: DescribeRegionsResponseBodyRegions;
1445
+ requestId?: string;
1446
+ static names(): {
1447
+ [key: string]: string;
1448
+ };
1449
+ static types(): {
1450
+ [key: string]: any;
1451
+ };
1452
+ constructor(map?: {
1453
+ [key: string]: any;
1454
+ });
1455
+ }
1456
+ export declare class DescribeRegionsResponse extends $tea.Model {
1457
+ headers: {
1458
+ [key: string]: string;
1459
+ };
1460
+ body: DescribeRegionsResponseBody;
1461
+ static names(): {
1462
+ [key: string]: string;
1463
+ };
1464
+ static types(): {
1465
+ [key: string]: any;
1466
+ };
1467
+ constructor(map?: {
1468
+ [key: string]: any;
1469
+ });
1470
+ }
1471
+ export declare class DescribeResourceUsageRequest extends $tea.Model {
1472
+ DBInstanceId?: string;
1473
+ static names(): {
1474
+ [key: string]: string;
1475
+ };
1476
+ static types(): {
1477
+ [key: string]: any;
1478
+ };
1479
+ constructor(map?: {
1480
+ [key: string]: any;
1481
+ });
1482
+ }
1483
+ export declare class DescribeResourceUsageResponseBody extends $tea.Model {
1484
+ backupSize?: number;
1485
+ DBInstanceId?: string;
1486
+ dataSize?: number;
1487
+ diskUsed?: number;
1488
+ engine?: string;
1489
+ logSize?: number;
1490
+ requestId?: string;
1491
+ static names(): {
1492
+ [key: string]: string;
1493
+ };
1494
+ static types(): {
1495
+ [key: string]: any;
1496
+ };
1497
+ constructor(map?: {
1498
+ [key: string]: any;
1499
+ });
1500
+ }
1501
+ export declare class DescribeResourceUsageResponse extends $tea.Model {
1502
+ headers: {
1503
+ [key: string]: string;
1504
+ };
1505
+ body: DescribeResourceUsageResponseBody;
1506
+ static names(): {
1507
+ [key: string]: string;
1508
+ };
1509
+ static types(): {
1510
+ [key: string]: any;
1511
+ };
1512
+ constructor(map?: {
1513
+ [key: string]: any;
1514
+ });
1515
+ }
1516
+ export declare class DescribeSQLCollectorPolicyRequest extends $tea.Model {
1517
+ DBInstanceId?: string;
1518
+ static names(): {
1519
+ [key: string]: string;
1520
+ };
1521
+ static types(): {
1522
+ [key: string]: any;
1523
+ };
1524
+ constructor(map?: {
1525
+ [key: string]: any;
1526
+ });
1527
+ }
1528
+ export declare class DescribeSQLCollectorPolicyResponseBody extends $tea.Model {
1529
+ requestId?: string;
1530
+ SQLCollectorStatus?: string;
1531
+ static names(): {
1532
+ [key: string]: string;
1533
+ };
1534
+ static types(): {
1535
+ [key: string]: any;
1536
+ };
1537
+ constructor(map?: {
1538
+ [key: string]: any;
1539
+ });
1540
+ }
1541
+ export declare class DescribeSQLCollectorPolicyResponse extends $tea.Model {
1542
+ headers: {
1543
+ [key: string]: string;
1544
+ };
1545
+ body: DescribeSQLCollectorPolicyResponseBody;
1546
+ static names(): {
1547
+ [key: string]: string;
1548
+ };
1549
+ static types(): {
1550
+ [key: string]: any;
1551
+ };
1552
+ constructor(map?: {
1553
+ [key: string]: any;
1554
+ });
1555
+ }
1556
+ export declare class DescribeSQLLogRequest extends $tea.Model {
1557
+ DBInstanceId?: string;
1558
+ queryId?: string;
1559
+ static names(): {
1560
+ [key: string]: string;
1561
+ };
1562
+ static types(): {
1563
+ [key: string]: any;
1564
+ };
1565
+ constructor(map?: {
1566
+ [key: string]: any;
1567
+ });
1568
+ }
1569
+ export declare class DescribeSQLLogResponseBody extends $tea.Model {
1570
+ items?: DescribeSQLLogResponseBodyItems[];
1571
+ requestId?: string;
1572
+ static names(): {
1573
+ [key: string]: string;
1574
+ };
1575
+ static types(): {
1576
+ [key: string]: any;
1577
+ };
1578
+ constructor(map?: {
1579
+ [key: string]: any;
1580
+ });
1581
+ }
1582
+ export declare class DescribeSQLLogResponse extends $tea.Model {
1583
+ headers: {
1584
+ [key: string]: string;
1585
+ };
1586
+ body: DescribeSQLLogResponseBody;
1587
+ static names(): {
1588
+ [key: string]: string;
1589
+ };
1590
+ static types(): {
1591
+ [key: string]: any;
1592
+ };
1593
+ constructor(map?: {
1594
+ [key: string]: any;
1595
+ });
1596
+ }
1597
+ export declare class DescribeSQLLogByQueryIdRequest extends $tea.Model {
1598
+ DBInstanceId?: string;
1599
+ queryId?: string;
1600
+ static names(): {
1601
+ [key: string]: string;
1602
+ };
1603
+ static types(): {
1604
+ [key: string]: any;
1605
+ };
1606
+ constructor(map?: {
1607
+ [key: string]: any;
1608
+ });
1609
+ }
1610
+ export declare class DescribeSQLLogByQueryIdResponseBody extends $tea.Model {
1611
+ items?: DescribeSQLLogByQueryIdResponseBodyItems[];
1612
+ requestId?: string;
1613
+ static names(): {
1614
+ [key: string]: string;
1615
+ };
1616
+ static types(): {
1617
+ [key: string]: any;
1618
+ };
1619
+ constructor(map?: {
1620
+ [key: string]: any;
1621
+ });
1622
+ }
1623
+ export declare class DescribeSQLLogByQueryIdResponse extends $tea.Model {
1624
+ headers: {
1625
+ [key: string]: string;
1626
+ };
1627
+ body: DescribeSQLLogByQueryIdResponseBody;
1628
+ static names(): {
1629
+ [key: string]: string;
1630
+ };
1631
+ static types(): {
1632
+ [key: string]: any;
1633
+ };
1634
+ constructor(map?: {
1635
+ [key: string]: any;
1636
+ });
1637
+ }
1638
+ export declare class DescribeSQLLogCountRequest extends $tea.Model {
1639
+ DBInstanceId?: string;
1640
+ database?: string;
1641
+ endTime?: string;
1642
+ executeCost?: string;
1643
+ executeState?: string;
1644
+ maxExecuteCost?: string;
1645
+ minExecuteCost?: string;
1646
+ operationClass?: string;
1647
+ operationType?: string;
1648
+ queryKeywords?: string;
1649
+ sourceIP?: string;
1650
+ startTime?: string;
1651
+ user?: string;
1652
+ static names(): {
1653
+ [key: string]: string;
1654
+ };
1655
+ static types(): {
1656
+ [key: string]: any;
1657
+ };
1658
+ constructor(map?: {
1659
+ [key: string]: any;
1660
+ });
1661
+ }
1662
+ export declare class DescribeSQLLogCountResponseBody extends $tea.Model {
1663
+ DBClusterId?: string;
1664
+ endTime?: string;
1665
+ items?: DescribeSQLLogCountResponseBodyItems[];
1666
+ requestId?: string;
1667
+ startTime?: string;
1668
+ static names(): {
1669
+ [key: string]: string;
1670
+ };
1671
+ static types(): {
1672
+ [key: string]: any;
1673
+ };
1674
+ constructor(map?: {
1675
+ [key: string]: any;
1676
+ });
1677
+ }
1678
+ export declare class DescribeSQLLogCountResponse extends $tea.Model {
1679
+ headers: {
1680
+ [key: string]: string;
1681
+ };
1682
+ body: DescribeSQLLogCountResponseBody;
1683
+ static names(): {
1684
+ [key: string]: string;
1685
+ };
1686
+ static types(): {
1687
+ [key: string]: any;
1688
+ };
1689
+ constructor(map?: {
1690
+ [key: string]: any;
1691
+ });
1692
+ }
1693
+ export declare class DescribeSQLLogFilesRequest extends $tea.Model {
1694
+ DBInstanceId?: string;
1695
+ fileName?: string;
1696
+ pageNumber?: number;
1697
+ pageSize?: number;
1698
+ static names(): {
1699
+ [key: string]: string;
1700
+ };
1701
+ static types(): {
1702
+ [key: string]: any;
1703
+ };
1704
+ constructor(map?: {
1705
+ [key: string]: any;
1706
+ });
1707
+ }
1708
+ export declare class DescribeSQLLogFilesResponseBody extends $tea.Model {
1709
+ items?: DescribeSQLLogFilesResponseBodyItems;
1710
+ pageNumber?: number;
1711
+ pageRecordCount?: number;
1712
+ requestId?: string;
1713
+ totalRecordCount?: number;
1714
+ static names(): {
1715
+ [key: string]: string;
1716
+ };
1717
+ static types(): {
1718
+ [key: string]: any;
1719
+ };
1720
+ constructor(map?: {
1721
+ [key: string]: any;
1722
+ });
1723
+ }
1724
+ export declare class DescribeSQLLogFilesResponse extends $tea.Model {
1725
+ headers: {
1726
+ [key: string]: string;
1727
+ };
1728
+ body: DescribeSQLLogFilesResponseBody;
1729
+ static names(): {
1730
+ [key: string]: string;
1731
+ };
1732
+ static types(): {
1733
+ [key: string]: any;
1734
+ };
1735
+ constructor(map?: {
1736
+ [key: string]: any;
1737
+ });
1738
+ }
1739
+ export declare class DescribeSQLLogRecordsRequest extends $tea.Model {
1740
+ DBInstanceId?: string;
1741
+ database?: string;
1742
+ endTime?: string;
1743
+ form?: string;
1744
+ pageNumber?: number;
1745
+ pageSize?: number;
1746
+ queryKeywords?: string;
1747
+ startTime?: string;
1748
+ user?: string;
1749
+ static names(): {
1750
+ [key: string]: string;
1751
+ };
1752
+ static types(): {
1753
+ [key: string]: any;
1754
+ };
1755
+ constructor(map?: {
1756
+ [key: string]: any;
1757
+ });
1758
+ }
1759
+ export declare class DescribeSQLLogRecordsResponseBody extends $tea.Model {
1760
+ items?: DescribeSQLLogRecordsResponseBodyItems;
1761
+ pageNumber?: number;
1762
+ pageRecordCount?: number;
1763
+ requestId?: string;
1764
+ totalRecordCount?: number;
1765
+ static names(): {
1766
+ [key: string]: string;
1767
+ };
1768
+ static types(): {
1769
+ [key: string]: any;
1770
+ };
1771
+ constructor(map?: {
1772
+ [key: string]: any;
1773
+ });
1774
+ }
1775
+ export declare class DescribeSQLLogRecordsResponse extends $tea.Model {
1776
+ headers: {
1777
+ [key: string]: string;
1778
+ };
1779
+ body: DescribeSQLLogRecordsResponseBody;
1780
+ static names(): {
1781
+ [key: string]: string;
1782
+ };
1783
+ static types(): {
1784
+ [key: string]: any;
1785
+ };
1786
+ constructor(map?: {
1787
+ [key: string]: any;
1788
+ });
1789
+ }
1790
+ export declare class DescribeSQLLogsRequest extends $tea.Model {
1791
+ DBInstanceId?: string;
1792
+ database?: string;
1793
+ endTime?: string;
1794
+ executeCost?: string;
1795
+ executeState?: string;
1796
+ maxExecuteCost?: string;
1797
+ minExecuteCost?: string;
1798
+ operationClass?: string;
1799
+ operationType?: string;
1800
+ pageNumber?: number;
1801
+ pageSize?: number;
1802
+ queryKeywords?: string;
1803
+ sourceIP?: string;
1804
+ startTime?: string;
1805
+ user?: string;
1806
+ static names(): {
1807
+ [key: string]: string;
1808
+ };
1809
+ static types(): {
1810
+ [key: string]: any;
1811
+ };
1812
+ constructor(map?: {
1813
+ [key: string]: any;
1814
+ });
1815
+ }
1816
+ export declare class DescribeSQLLogsResponseBody extends $tea.Model {
1817
+ items?: DescribeSQLLogsResponseBodyItems[];
1818
+ pageNumber?: number;
1819
+ pageRecordCount?: number;
1820
+ requestId?: string;
1821
+ static names(): {
1822
+ [key: string]: string;
1823
+ };
1824
+ static types(): {
1825
+ [key: string]: any;
1826
+ };
1827
+ constructor(map?: {
1828
+ [key: string]: any;
1829
+ });
1830
+ }
1831
+ export declare class DescribeSQLLogsResponse extends $tea.Model {
1832
+ headers: {
1833
+ [key: string]: string;
1834
+ };
1835
+ body: DescribeSQLLogsResponseBody;
1836
+ static names(): {
1837
+ [key: string]: string;
1838
+ };
1839
+ static types(): {
1840
+ [key: string]: any;
1841
+ };
1842
+ constructor(map?: {
1843
+ [key: string]: any;
1844
+ });
1845
+ }
1846
+ export declare class DescribeSQLLogsOnSliceRequest extends $tea.Model {
1847
+ DBInstanceId?: string;
1848
+ executeState?: string;
1849
+ maxExecuteCost?: string;
1850
+ minExecuteCost?: string;
1851
+ pageNumber?: number;
1852
+ pageSize?: number;
1853
+ queryId?: string;
1854
+ sliceId?: string;
1855
+ static names(): {
1856
+ [key: string]: string;
1857
+ };
1858
+ static types(): {
1859
+ [key: string]: any;
1860
+ };
1861
+ constructor(map?: {
1862
+ [key: string]: any;
1863
+ });
1864
+ }
1865
+ export declare class DescribeSQLLogsOnSliceResponseBody extends $tea.Model {
1866
+ pageNumber?: number;
1867
+ pageRecordCount?: number;
1868
+ requestId?: string;
1869
+ sliceLogItems?: DescribeSQLLogsOnSliceResponseBodySliceLogItems[];
1870
+ static names(): {
1871
+ [key: string]: string;
1872
+ };
1873
+ static types(): {
1874
+ [key: string]: any;
1875
+ };
1876
+ constructor(map?: {
1877
+ [key: string]: any;
1878
+ });
1879
+ }
1880
+ export declare class DescribeSQLLogsOnSliceResponse extends $tea.Model {
1881
+ headers: {
1882
+ [key: string]: string;
1883
+ };
1884
+ body: DescribeSQLLogsOnSliceResponseBody;
1885
+ static names(): {
1886
+ [key: string]: string;
1887
+ };
1888
+ static types(): {
1889
+ [key: string]: any;
1890
+ };
1891
+ constructor(map?: {
1892
+ [key: string]: any;
1893
+ });
1894
+ }
1895
+ export declare class DescribeSlowLogRecordsRequest extends $tea.Model {
1896
+ DBInstanceId?: string;
1897
+ DBName?: string;
1898
+ endTime?: string;
1899
+ pageNumber?: number;
1900
+ pageSize?: number;
1901
+ SQLId?: number;
1902
+ startTime?: string;
1903
+ static names(): {
1904
+ [key: string]: string;
1905
+ };
1906
+ static types(): {
1907
+ [key: string]: any;
1908
+ };
1909
+ constructor(map?: {
1910
+ [key: string]: any;
1911
+ });
1912
+ }
1913
+ export declare class DescribeSlowLogRecordsResponseBody extends $tea.Model {
1914
+ engine?: string;
1915
+ items?: DescribeSlowLogRecordsResponseBodyItems;
1916
+ pageNumber?: number;
1917
+ pageRecordCount?: number;
1918
+ requestId?: string;
1919
+ totalRecordCount?: number;
1920
+ static names(): {
1921
+ [key: string]: string;
1922
+ };
1923
+ static types(): {
1924
+ [key: string]: any;
1925
+ };
1926
+ constructor(map?: {
1927
+ [key: string]: any;
1928
+ });
1929
+ }
1930
+ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
1931
+ headers: {
1932
+ [key: string]: string;
1933
+ };
1934
+ body: DescribeSlowLogRecordsResponseBody;
1935
+ static names(): {
1936
+ [key: string]: string;
1937
+ };
1938
+ static types(): {
1939
+ [key: string]: any;
1940
+ };
1941
+ constructor(map?: {
1942
+ [key: string]: any;
1943
+ });
1944
+ }
1945
+ export declare class DescribeSlowSQLLogsRequest extends $tea.Model {
1946
+ DBInstanceId?: string;
1947
+ database?: string;
1948
+ endTime?: string;
1949
+ executeState?: string;
1950
+ maxExecuteCost?: string;
1951
+ minExecuteCost?: string;
1952
+ operationClass?: string;
1953
+ operationType?: string;
1954
+ pageNumber?: number;
1955
+ pageSize?: number;
1956
+ queryKeywords?: string;
1957
+ sourceIP?: string;
1958
+ startTime?: string;
1959
+ user?: string;
1960
+ static names(): {
1961
+ [key: string]: string;
1962
+ };
1963
+ static types(): {
1964
+ [key: string]: any;
1965
+ };
1966
+ constructor(map?: {
1967
+ [key: string]: any;
1968
+ });
1969
+ }
1970
+ export declare class DescribeSlowSQLLogsResponseBody extends $tea.Model {
1971
+ items?: DescribeSlowSQLLogsResponseBodyItems[];
1972
+ pageNumber?: number;
1973
+ pageRecordCount?: number;
1974
+ requestId?: string;
1975
+ static names(): {
1976
+ [key: string]: string;
1977
+ };
1978
+ static types(): {
1979
+ [key: string]: any;
1980
+ };
1981
+ constructor(map?: {
1982
+ [key: string]: any;
1983
+ });
1984
+ }
1985
+ export declare class DescribeSlowSQLLogsResponse extends $tea.Model {
1986
+ headers: {
1987
+ [key: string]: string;
1988
+ };
1989
+ body: DescribeSlowSQLLogsResponseBody;
1990
+ static names(): {
1991
+ [key: string]: string;
1992
+ };
1993
+ static types(): {
1994
+ [key: string]: any;
1995
+ };
1996
+ constructor(map?: {
1997
+ [key: string]: any;
1998
+ });
1999
+ }
2000
+ export declare class DescribeSpecificationRequest extends $tea.Model {
2001
+ cpuCores?: number;
2002
+ DBInstanceId?: string;
2003
+ ownerId?: number;
2004
+ storageType?: string;
2005
+ totalNodeNum?: number;
2006
+ static names(): {
2007
+ [key: string]: string;
2008
+ };
2009
+ static types(): {
2010
+ [key: string]: any;
2011
+ };
2012
+ constructor(map?: {
2013
+ [key: string]: any;
2014
+ });
2015
+ }
2016
+ export declare class DescribeSpecificationResponseBody extends $tea.Model {
2017
+ DBInstanceClass?: DescribeSpecificationResponseBodyDBInstanceClass[];
2018
+ DBInstanceGroupCount?: DescribeSpecificationResponseBodyDBInstanceGroupCount[];
2019
+ requestId?: string;
2020
+ storageNotice?: DescribeSpecificationResponseBodyStorageNotice[];
2021
+ static names(): {
2022
+ [key: string]: string;
2023
+ };
2024
+ static types(): {
2025
+ [key: string]: any;
2026
+ };
2027
+ constructor(map?: {
2028
+ [key: string]: any;
2029
+ });
2030
+ }
2031
+ export declare class DescribeSpecificationResponse extends $tea.Model {
2032
+ headers: {
2033
+ [key: string]: string;
2034
+ };
2035
+ body: DescribeSpecificationResponseBody;
2036
+ static names(): {
2037
+ [key: string]: string;
2038
+ };
2039
+ static types(): {
2040
+ [key: string]: any;
2041
+ };
2042
+ constructor(map?: {
2043
+ [key: string]: any;
2044
+ });
2045
+ }
2046
+ export declare class DescribeTagsRequest extends $tea.Model {
2047
+ ownerAccount?: string;
2048
+ ownerId?: number;
2049
+ regionId?: string;
2050
+ resourceOwnerAccount?: string;
2051
+ resourceOwnerId?: number;
2052
+ resourceType?: string;
2053
+ static names(): {
2054
+ [key: string]: string;
2055
+ };
2056
+ static types(): {
2057
+ [key: string]: any;
2058
+ };
2059
+ constructor(map?: {
2060
+ [key: string]: any;
2061
+ });
2062
+ }
2063
+ export declare class DescribeTagsResponseBody extends $tea.Model {
2064
+ requestId?: string;
2065
+ tags?: DescribeTagsResponseBodyTags[];
2066
+ static names(): {
2067
+ [key: string]: string;
2068
+ };
2069
+ static types(): {
2070
+ [key: string]: any;
2071
+ };
2072
+ constructor(map?: {
2073
+ [key: string]: any;
2074
+ });
2075
+ }
2076
+ export declare class DescribeTagsResponse extends $tea.Model {
2077
+ headers: {
2078
+ [key: string]: string;
2079
+ };
2080
+ body: DescribeTagsResponseBody;
2081
+ static names(): {
2082
+ [key: string]: string;
2083
+ };
2084
+ static types(): {
2085
+ [key: string]: any;
2086
+ };
2087
+ constructor(map?: {
2088
+ [key: string]: any;
2089
+ });
2090
+ }
2091
+ export declare class DescribeUserEncryptionKeyListRequest extends $tea.Model {
2092
+ pageNumber?: string;
2093
+ pageSize?: string;
2094
+ regionId?: string;
2095
+ static names(): {
2096
+ [key: string]: string;
2097
+ };
2098
+ static types(): {
2099
+ [key: string]: any;
2100
+ };
2101
+ constructor(map?: {
2102
+ [key: string]: any;
2103
+ });
2104
+ }
2105
+ export declare class DescribeUserEncryptionKeyListResponseBody extends $tea.Model {
2106
+ kmsKeys?: DescribeUserEncryptionKeyListResponseBodyKmsKeys[];
2107
+ requestId?: string;
2108
+ static names(): {
2109
+ [key: string]: string;
2110
+ };
2111
+ static types(): {
2112
+ [key: string]: any;
2113
+ };
2114
+ constructor(map?: {
2115
+ [key: string]: any;
2116
+ });
2117
+ }
2118
+ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
2119
+ headers: {
2120
+ [key: string]: string;
2121
+ };
2122
+ body: DescribeUserEncryptionKeyListResponseBody;
2123
+ static names(): {
2124
+ [key: string]: string;
2125
+ };
2126
+ static types(): {
2127
+ [key: string]: any;
2128
+ };
2129
+ constructor(map?: {
2130
+ [key: string]: any;
2131
+ });
2132
+ }
2133
+ export declare class ListTagResourcesRequest extends $tea.Model {
2134
+ nextToken?: string;
2135
+ ownerAccount?: string;
2136
+ ownerId?: number;
2137
+ regionId?: string;
2138
+ resourceId?: string[];
2139
+ resourceOwnerAccount?: string;
2140
+ resourceOwnerId?: number;
2141
+ resourceType?: string;
2142
+ tag?: ListTagResourcesRequestTag[];
2143
+ static names(): {
2144
+ [key: string]: string;
2145
+ };
2146
+ static types(): {
2147
+ [key: string]: any;
2148
+ };
2149
+ constructor(map?: {
2150
+ [key: string]: any;
2151
+ });
2152
+ }
2153
+ export declare class ListTagResourcesResponseBody extends $tea.Model {
2154
+ nextToken?: string;
2155
+ requestId?: string;
2156
+ tagResources?: ListTagResourcesResponseBodyTagResources;
2157
+ static names(): {
2158
+ [key: string]: string;
2159
+ };
2160
+ static types(): {
2161
+ [key: string]: any;
2162
+ };
2163
+ constructor(map?: {
2164
+ [key: string]: any;
2165
+ });
2166
+ }
2167
+ export declare class ListTagResourcesResponse extends $tea.Model {
2168
+ headers: {
2169
+ [key: string]: string;
2170
+ };
2171
+ body: ListTagResourcesResponseBody;
2172
+ static names(): {
2173
+ [key: string]: string;
2174
+ };
2175
+ static types(): {
2176
+ [key: string]: any;
2177
+ };
2178
+ constructor(map?: {
2179
+ [key: string]: any;
2180
+ });
2181
+ }
2182
+ export declare class ModifyAccountDescriptionRequest extends $tea.Model {
2183
+ accountDescription?: string;
2184
+ accountName?: string;
2185
+ DBInstanceId?: string;
2186
+ static names(): {
2187
+ [key: string]: string;
2188
+ };
2189
+ static types(): {
2190
+ [key: string]: any;
2191
+ };
2192
+ constructor(map?: {
2193
+ [key: string]: any;
2194
+ });
2195
+ }
2196
+ export declare class ModifyAccountDescriptionResponseBody extends $tea.Model {
2197
+ requestId?: string;
2198
+ static names(): {
2199
+ [key: string]: string;
2200
+ };
2201
+ static types(): {
2202
+ [key: string]: any;
2203
+ };
2204
+ constructor(map?: {
2205
+ [key: string]: any;
2206
+ });
2207
+ }
2208
+ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
2209
+ headers: {
2210
+ [key: string]: string;
2211
+ };
2212
+ body: ModifyAccountDescriptionResponseBody;
2213
+ static names(): {
2214
+ [key: string]: string;
2215
+ };
2216
+ static types(): {
2217
+ [key: string]: any;
2218
+ };
2219
+ constructor(map?: {
2220
+ [key: string]: any;
2221
+ });
2222
+ }
2223
+ export declare class ModifyBackupPolicyRequest extends $tea.Model {
2224
+ backupRetentionPeriod?: number;
2225
+ DBInstanceId?: string;
2226
+ enableRecoveryPoint?: boolean;
2227
+ preferredBackupPeriod?: string;
2228
+ preferredBackupTime?: string;
2229
+ recoveryPointPeriod?: string;
2230
+ static names(): {
2231
+ [key: string]: string;
2232
+ };
2233
+ static types(): {
2234
+ [key: string]: any;
2235
+ };
2236
+ constructor(map?: {
2237
+ [key: string]: any;
2238
+ });
2239
+ }
2240
+ export declare class ModifyBackupPolicyResponseBody extends $tea.Model {
2241
+ requestId?: string;
2242
+ static names(): {
2243
+ [key: string]: string;
2244
+ };
2245
+ static types(): {
2246
+ [key: string]: any;
2247
+ };
2248
+ constructor(map?: {
2249
+ [key: string]: any;
2250
+ });
2251
+ }
2252
+ export declare class ModifyBackupPolicyResponse extends $tea.Model {
2253
+ headers: {
2254
+ [key: string]: string;
2255
+ };
2256
+ body: ModifyBackupPolicyResponseBody;
2257
+ static names(): {
2258
+ [key: string]: string;
2259
+ };
2260
+ static types(): {
2261
+ [key: string]: any;
2262
+ };
2263
+ constructor(map?: {
2264
+ [key: string]: any;
2265
+ });
2266
+ }
2267
+ export declare class ModifyDBInstanceConnectionModeRequest extends $tea.Model {
2268
+ connectionMode?: string;
2269
+ DBInstanceId?: string;
2270
+ static names(): {
2271
+ [key: string]: string;
2272
+ };
2273
+ static types(): {
2274
+ [key: string]: any;
2275
+ };
2276
+ constructor(map?: {
2277
+ [key: string]: any;
2278
+ });
2279
+ }
2280
+ export declare class ModifyDBInstanceConnectionModeResponseBody extends $tea.Model {
2281
+ requestId?: string;
2282
+ static names(): {
2283
+ [key: string]: string;
2284
+ };
2285
+ static types(): {
2286
+ [key: string]: any;
2287
+ };
2288
+ constructor(map?: {
2289
+ [key: string]: any;
2290
+ });
2291
+ }
2292
+ export declare class ModifyDBInstanceConnectionModeResponse extends $tea.Model {
2293
+ headers: {
2294
+ [key: string]: string;
2295
+ };
2296
+ body: ModifyDBInstanceConnectionModeResponseBody;
2297
+ static names(): {
2298
+ [key: string]: string;
2299
+ };
2300
+ static types(): {
2301
+ [key: string]: any;
2302
+ };
2303
+ constructor(map?: {
2304
+ [key: string]: any;
2305
+ });
2306
+ }
2307
+ export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model {
2308
+ connectionStringPrefix?: string;
2309
+ currentConnectionString?: string;
2310
+ DBInstanceId?: string;
2311
+ port?: string;
2312
+ static names(): {
2313
+ [key: string]: string;
2314
+ };
2315
+ static types(): {
2316
+ [key: string]: any;
2317
+ };
2318
+ constructor(map?: {
2319
+ [key: string]: any;
2320
+ });
2321
+ }
2322
+ export declare class ModifyDBInstanceConnectionStringResponseBody extends $tea.Model {
2323
+ requestId?: string;
2324
+ static names(): {
2325
+ [key: string]: string;
2326
+ };
2327
+ static types(): {
2328
+ [key: string]: any;
2329
+ };
2330
+ constructor(map?: {
2331
+ [key: string]: any;
2332
+ });
2333
+ }
2334
+ export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model {
2335
+ headers: {
2336
+ [key: string]: string;
2337
+ };
2338
+ body: ModifyDBInstanceConnectionStringResponseBody;
2339
+ static names(): {
2340
+ [key: string]: string;
2341
+ };
2342
+ static types(): {
2343
+ [key: string]: any;
2344
+ };
2345
+ constructor(map?: {
2346
+ [key: string]: any;
2347
+ });
2348
+ }
2349
+ export declare class ModifyDBInstanceDescriptionRequest extends $tea.Model {
2350
+ DBInstanceDescription?: string;
2351
+ DBInstanceId?: string;
2352
+ static names(): {
2353
+ [key: string]: string;
2354
+ };
2355
+ static types(): {
2356
+ [key: string]: any;
2357
+ };
2358
+ constructor(map?: {
2359
+ [key: string]: any;
2360
+ });
2361
+ }
2362
+ export declare class ModifyDBInstanceDescriptionResponseBody extends $tea.Model {
2363
+ requestId?: string;
2364
+ static names(): {
2365
+ [key: string]: string;
2366
+ };
2367
+ static types(): {
2368
+ [key: string]: any;
2369
+ };
2370
+ constructor(map?: {
2371
+ [key: string]: any;
2372
+ });
2373
+ }
2374
+ export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
2375
+ headers: {
2376
+ [key: string]: string;
2377
+ };
2378
+ body: ModifyDBInstanceDescriptionResponseBody;
2379
+ static names(): {
2380
+ [key: string]: string;
2381
+ };
2382
+ static types(): {
2383
+ [key: string]: any;
2384
+ };
2385
+ constructor(map?: {
2386
+ [key: string]: any;
2387
+ });
2388
+ }
2389
+ export declare class ModifyDBInstanceMaintainTimeRequest extends $tea.Model {
2390
+ DBInstanceId?: string;
2391
+ endTime?: string;
2392
+ startTime?: string;
2393
+ static names(): {
2394
+ [key: string]: string;
2395
+ };
2396
+ static types(): {
2397
+ [key: string]: any;
2398
+ };
2399
+ constructor(map?: {
2400
+ [key: string]: any;
2401
+ });
2402
+ }
2403
+ export declare class ModifyDBInstanceMaintainTimeResponseBody extends $tea.Model {
2404
+ requestId?: string;
2405
+ static names(): {
2406
+ [key: string]: string;
2407
+ };
2408
+ static types(): {
2409
+ [key: string]: any;
2410
+ };
2411
+ constructor(map?: {
2412
+ [key: string]: any;
2413
+ });
2414
+ }
2415
+ export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
2416
+ headers: {
2417
+ [key: string]: string;
2418
+ };
2419
+ body: ModifyDBInstanceMaintainTimeResponseBody;
2420
+ static names(): {
2421
+ [key: string]: string;
2422
+ };
2423
+ static types(): {
2424
+ [key: string]: any;
2425
+ };
2426
+ constructor(map?: {
2427
+ [key: string]: any;
2428
+ });
2429
+ }
2430
+ export declare class ModifyDBInstanceNetworkTypeRequest extends $tea.Model {
2431
+ DBInstanceId?: string;
2432
+ instanceNetworkType?: string;
2433
+ privateIpAddress?: string;
2434
+ VPCId?: string;
2435
+ vSwitchId?: string;
2436
+ static names(): {
2437
+ [key: string]: string;
2438
+ };
2439
+ static types(): {
2440
+ [key: string]: any;
2441
+ };
2442
+ constructor(map?: {
2443
+ [key: string]: any;
2444
+ });
2445
+ }
2446
+ export declare class ModifyDBInstanceNetworkTypeResponseBody extends $tea.Model {
2447
+ requestId?: string;
2448
+ static names(): {
2449
+ [key: string]: string;
2450
+ };
2451
+ static types(): {
2452
+ [key: string]: any;
2453
+ };
2454
+ constructor(map?: {
2455
+ [key: string]: any;
2456
+ });
2457
+ }
2458
+ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
2459
+ headers: {
2460
+ [key: string]: string;
2461
+ };
2462
+ body: ModifyDBInstanceNetworkTypeResponseBody;
637
2463
  static names(): {
638
2464
  [key: string]: string;
639
2465
  };
@@ -644,14 +2470,10 @@ export declare class ListTagResourcesResponse extends $tea.Model {
644
2470
  [key: string]: any;
645
2471
  });
646
2472
  }
647
- export declare class DescribeRdsVSwitchsRequest extends $tea.Model {
648
- securityToken?: string;
649
- ownerId?: number;
650
- resourceOwnerAccount?: string;
651
- resourceOwnerId?: number;
652
- ownerAccount?: string;
653
- vpcId?: string;
654
- zoneId?: string;
2473
+ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
2474
+ connectionString?: string;
2475
+ DBInstanceId?: string;
2476
+ SSLEnabled?: number;
655
2477
  static names(): {
656
2478
  [key: string]: string;
657
2479
  };
@@ -662,9 +2484,8 @@ export declare class DescribeRdsVSwitchsRequest extends $tea.Model {
662
2484
  [key: string]: any;
663
2485
  });
664
2486
  }
665
- export declare class DescribeRdsVSwitchsResponse extends $tea.Model {
666
- requestId: string;
667
- vSwitches: DescribeRdsVSwitchsResponseVSwitches;
2487
+ export declare class ModifyDBInstanceSSLResponseBody extends $tea.Model {
2488
+ requestId?: string;
668
2489
  static names(): {
669
2490
  [key: string]: string;
670
2491
  };
@@ -675,13 +2496,11 @@ export declare class DescribeRdsVSwitchsResponse extends $tea.Model {
675
2496
  [key: string]: any;
676
2497
  });
677
2498
  }
678
- export declare class DescribeRdsVpcsRequest extends $tea.Model {
679
- securityToken?: string;
680
- ownerId?: number;
681
- resourceOwnerAccount?: string;
682
- resourceOwnerId?: number;
683
- ownerAccount?: string;
684
- zoneId?: string;
2499
+ export declare class ModifyDBInstanceSSLResponse extends $tea.Model {
2500
+ headers: {
2501
+ [key: string]: string;
2502
+ };
2503
+ body: ModifyDBInstanceSSLResponseBody;
685
2504
  static names(): {
686
2505
  [key: string]: string;
687
2506
  };
@@ -692,9 +2511,10 @@ export declare class DescribeRdsVpcsRequest extends $tea.Model {
692
2511
  [key: string]: any;
693
2512
  });
694
2513
  }
695
- export declare class DescribeRdsVpcsResponse extends $tea.Model {
696
- requestId: string;
697
- vpcs: DescribeRdsVpcsResponseVpcs;
2514
+ export declare class ModifyParametersRequest extends $tea.Model {
2515
+ DBInstanceId?: string;
2516
+ forceRestartInstance?: boolean;
2517
+ parameters?: string;
698
2518
  static names(): {
699
2519
  [key: string]: string;
700
2520
  };
@@ -705,10 +2525,8 @@ export declare class DescribeRdsVpcsResponse extends $tea.Model {
705
2525
  [key: string]: any;
706
2526
  });
707
2527
  }
708
- export declare class AddBuDBInstanceRelationRequest extends $tea.Model {
709
- ownerId?: number;
710
- DBInstanceId: string;
711
- businessUnit: string;
2528
+ export declare class ModifyParametersResponseBody extends $tea.Model {
2529
+ requestId?: string;
712
2530
  static names(): {
713
2531
  [key: string]: string;
714
2532
  };
@@ -719,10 +2537,11 @@ export declare class AddBuDBInstanceRelationRequest extends $tea.Model {
719
2537
  [key: string]: any;
720
2538
  });
721
2539
  }
722
- export declare class AddBuDBInstanceRelationResponse extends $tea.Model {
723
- requestId: string;
724
- businessUnit: string;
725
- DBInstanceName: string;
2540
+ export declare class ModifyParametersResponse extends $tea.Model {
2541
+ headers: {
2542
+ [key: string]: string;
2543
+ };
2544
+ body: ModifyParametersResponseBody;
726
2545
  static names(): {
727
2546
  [key: string]: string;
728
2547
  };
@@ -733,16 +2552,9 @@ export declare class AddBuDBInstanceRelationResponse extends $tea.Model {
733
2552
  [key: string]: any;
734
2553
  });
735
2554
  }
736
- export declare class DescribeSQLLogRecordsRequest extends $tea.Model {
737
- DBInstanceId: string;
738
- queryKeywords?: string;
739
- startTime: string;
740
- database?: string;
741
- user?: string;
742
- form?: string;
743
- endTime: string;
744
- pageSize?: number;
745
- pageNumber?: number;
2555
+ export declare class ModifySQLCollectorPolicyRequest extends $tea.Model {
2556
+ DBInstanceId?: string;
2557
+ SQLCollectorStatus?: string;
746
2558
  static names(): {
747
2559
  [key: string]: string;
748
2560
  };
@@ -753,12 +2565,8 @@ export declare class DescribeSQLLogRecordsRequest extends $tea.Model {
753
2565
  [key: string]: any;
754
2566
  });
755
2567
  }
756
- export declare class DescribeSQLLogRecordsResponse extends $tea.Model {
757
- requestId: string;
758
- totalRecordCount: number;
759
- pageNumber: number;
760
- pageRecordCount: number;
761
- items: DescribeSQLLogRecordsResponseItems;
2568
+ export declare class ModifySQLCollectorPolicyResponseBody extends $tea.Model {
2569
+ requestId?: string;
762
2570
  static names(): {
763
2571
  [key: string]: string;
764
2572
  };
@@ -769,9 +2577,11 @@ export declare class DescribeSQLLogRecordsResponse extends $tea.Model {
769
2577
  [key: string]: any;
770
2578
  });
771
2579
  }
772
- export declare class ModifySQLCollectorPolicyRequest extends $tea.Model {
773
- DBInstanceId: string;
774
- SQLCollectorStatus: string;
2580
+ export declare class ModifySQLCollectorPolicyResponse extends $tea.Model {
2581
+ headers: {
2582
+ [key: string]: string;
2583
+ };
2584
+ body: ModifySQLCollectorPolicyResponseBody;
775
2585
  static names(): {
776
2586
  [key: string]: string;
777
2587
  };
@@ -782,8 +2592,11 @@ export declare class ModifySQLCollectorPolicyRequest extends $tea.Model {
782
2592
  [key: string]: any;
783
2593
  });
784
2594
  }
785
- export declare class ModifySQLCollectorPolicyResponse extends $tea.Model {
786
- requestId: string;
2595
+ export declare class ModifySecurityIpsRequest extends $tea.Model {
2596
+ DBInstanceIPArrayAttribute?: string;
2597
+ DBInstanceIPArrayName?: string;
2598
+ DBInstanceId?: string;
2599
+ securityIPList?: string;
787
2600
  static names(): {
788
2601
  [key: string]: string;
789
2602
  };
@@ -794,11 +2607,8 @@ export declare class ModifySQLCollectorPolicyResponse extends $tea.Model {
794
2607
  [key: string]: any;
795
2608
  });
796
2609
  }
797
- export declare class DescribeSQLLogFilesRequest extends $tea.Model {
798
- DBInstanceId: string;
799
- fileName?: string;
800
- pageSize?: number;
801
- pageNumber?: number;
2610
+ export declare class ModifySecurityIpsResponseBody extends $tea.Model {
2611
+ requestId?: string;
802
2612
  static names(): {
803
2613
  [key: string]: string;
804
2614
  };
@@ -809,12 +2619,11 @@ export declare class DescribeSQLLogFilesRequest extends $tea.Model {
809
2619
  [key: string]: any;
810
2620
  });
811
2621
  }
812
- export declare class DescribeSQLLogFilesResponse extends $tea.Model {
813
- requestId: string;
814
- totalRecordCount: number;
815
- pageNumber: number;
816
- pageRecordCount: number;
817
- items: DescribeSQLLogFilesResponseItems;
2622
+ export declare class ModifySecurityIpsResponse extends $tea.Model {
2623
+ headers: {
2624
+ [key: string]: string;
2625
+ };
2626
+ body: ModifySecurityIpsResponseBody;
818
2627
  static names(): {
819
2628
  [key: string]: string;
820
2629
  };
@@ -825,8 +2634,10 @@ export declare class DescribeSQLLogFilesResponse extends $tea.Model {
825
2634
  [key: string]: any;
826
2635
  });
827
2636
  }
828
- export declare class DescribeSQLCollectorPolicyRequest extends $tea.Model {
829
- DBInstanceId: string;
2637
+ export declare class ReleaseInstancePublicConnectionRequest extends $tea.Model {
2638
+ addressType?: string;
2639
+ currentConnectionString?: string;
2640
+ DBInstanceId?: string;
830
2641
  static names(): {
831
2642
  [key: string]: string;
832
2643
  };
@@ -837,9 +2648,8 @@ export declare class DescribeSQLCollectorPolicyRequest extends $tea.Model {
837
2648
  [key: string]: any;
838
2649
  });
839
2650
  }
840
- export declare class DescribeSQLCollectorPolicyResponse extends $tea.Model {
841
- requestId: string;
842
- SQLCollectorStatus: string;
2651
+ export declare class ReleaseInstancePublicConnectionResponseBody extends $tea.Model {
2652
+ requestId?: string;
843
2653
  static names(): {
844
2654
  [key: string]: string;
845
2655
  };
@@ -850,14 +2660,11 @@ export declare class DescribeSQLCollectorPolicyResponse extends $tea.Model {
850
2660
  [key: string]: any;
851
2661
  });
852
2662
  }
853
- export declare class DescribeSlowLogRecordsRequest extends $tea.Model {
854
- DBInstanceId: string;
855
- SQLId?: number;
856
- startTime: string;
857
- endTime: string;
858
- DBName?: string;
859
- pageSize?: number;
860
- pageNumber?: number;
2663
+ export declare class ReleaseInstancePublicConnectionResponse extends $tea.Model {
2664
+ headers: {
2665
+ [key: string]: string;
2666
+ };
2667
+ body: ReleaseInstancePublicConnectionResponseBody;
861
2668
  static names(): {
862
2669
  [key: string]: string;
863
2670
  };
@@ -868,13 +2675,10 @@ export declare class DescribeSlowLogRecordsRequest extends $tea.Model {
868
2675
  [key: string]: any;
869
2676
  });
870
2677
  }
871
- export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
872
- requestId: string;
873
- engine: string;
874
- totalRecordCount: number;
875
- pageNumber: number;
876
- pageRecordCount: number;
877
- items: DescribeSlowLogRecordsResponseItems;
2678
+ export declare class ResetAccountPasswordRequest extends $tea.Model {
2679
+ accountName?: string;
2680
+ accountPassword?: string;
2681
+ DBInstanceId?: string;
878
2682
  static names(): {
879
2683
  [key: string]: string;
880
2684
  };
@@ -885,10 +2689,8 @@ export declare class DescribeSlowLogRecordsResponse extends $tea.Model {
885
2689
  [key: string]: any;
886
2690
  });
887
2691
  }
888
- export declare class SwitchDBInstanceNetTypeRequest extends $tea.Model {
889
- DBInstanceId: string;
890
- connectionStringPrefix: string;
891
- port: string;
2692
+ export declare class ResetAccountPasswordResponseBody extends $tea.Model {
2693
+ requestId?: string;
892
2694
  static names(): {
893
2695
  [key: string]: string;
894
2696
  };
@@ -899,8 +2701,11 @@ export declare class SwitchDBInstanceNetTypeRequest extends $tea.Model {
899
2701
  [key: string]: any;
900
2702
  });
901
2703
  }
902
- export declare class SwitchDBInstanceNetTypeResponse extends $tea.Model {
903
- requestId: string;
2704
+ export declare class ResetAccountPasswordResponse extends $tea.Model {
2705
+ headers: {
2706
+ [key: string]: string;
2707
+ };
2708
+ body: ResetAccountPasswordResponseBody;
904
2709
  static names(): {
905
2710
  [key: string]: string;
906
2711
  };
@@ -913,7 +2718,7 @@ export declare class SwitchDBInstanceNetTypeResponse extends $tea.Model {
913
2718
  }
914
2719
  export declare class RestartDBInstanceRequest extends $tea.Model {
915
2720
  clientToken?: string;
916
- DBInstanceId: string;
2721
+ DBInstanceId?: string;
917
2722
  static names(): {
918
2723
  [key: string]: string;
919
2724
  };
@@ -924,8 +2729,8 @@ export declare class RestartDBInstanceRequest extends $tea.Model {
924
2729
  [key: string]: any;
925
2730
  });
926
2731
  }
927
- export declare class RestartDBInstanceResponse extends $tea.Model {
928
- requestId: string;
2732
+ export declare class RestartDBInstanceResponseBody extends $tea.Model {
2733
+ requestId?: string;
929
2734
  static names(): {
930
2735
  [key: string]: string;
931
2736
  };
@@ -936,10 +2741,11 @@ export declare class RestartDBInstanceResponse extends $tea.Model {
936
2741
  [key: string]: any;
937
2742
  });
938
2743
  }
939
- export declare class ResetAccountPasswordRequest extends $tea.Model {
940
- DBInstanceId: string;
941
- accountName: string;
942
- accountPassword: string;
2744
+ export declare class RestartDBInstanceResponse extends $tea.Model {
2745
+ headers: {
2746
+ [key: string]: string;
2747
+ };
2748
+ body: RestartDBInstanceResponseBody;
943
2749
  static names(): {
944
2750
  [key: string]: string;
945
2751
  };
@@ -950,8 +2756,11 @@ export declare class ResetAccountPasswordRequest extends $tea.Model {
950
2756
  [key: string]: any;
951
2757
  });
952
2758
  }
953
- export declare class ResetAccountPasswordResponse extends $tea.Model {
954
- requestId: string;
2759
+ export declare class SetDataShareInstanceRequest extends $tea.Model {
2760
+ instanceList?: string[];
2761
+ operationType?: string;
2762
+ ownerId?: number;
2763
+ regionId?: string;
955
2764
  static names(): {
956
2765
  [key: string]: string;
957
2766
  };
@@ -962,10 +2771,11 @@ export declare class ResetAccountPasswordResponse extends $tea.Model {
962
2771
  [key: string]: any;
963
2772
  });
964
2773
  }
965
- export declare class ReleaseInstancePublicConnectionRequest extends $tea.Model {
966
- DBInstanceId: string;
967
- currentConnectionString: string;
968
- addressType?: string;
2774
+ export declare class SetDataShareInstanceShrinkRequest extends $tea.Model {
2775
+ instanceListShrink?: string;
2776
+ operationType?: string;
2777
+ ownerId?: number;
2778
+ regionId?: string;
969
2779
  static names(): {
970
2780
  [key: string]: string;
971
2781
  };
@@ -976,8 +2786,10 @@ export declare class ReleaseInstancePublicConnectionRequest extends $tea.Model {
976
2786
  [key: string]: any;
977
2787
  });
978
2788
  }
979
- export declare class ReleaseInstancePublicConnectionResponse extends $tea.Model {
980
- requestId: string;
2789
+ export declare class SetDataShareInstanceResponseBody extends $tea.Model {
2790
+ errMessage?: string;
2791
+ requestId?: string;
2792
+ status?: string;
981
2793
  static names(): {
982
2794
  [key: string]: string;
983
2795
  };
@@ -988,11 +2800,11 @@ export declare class ReleaseInstancePublicConnectionResponse extends $tea.Model
988
2800
  [key: string]: any;
989
2801
  });
990
2802
  }
991
- export declare class ModifySecurityIpsRequest extends $tea.Model {
992
- DBInstanceId: string;
993
- securityIPList: string;
994
- DBInstanceIPArrayName?: string;
995
- DBInstanceIPArrayAttribute?: string;
2803
+ export declare class SetDataShareInstanceResponse extends $tea.Model {
2804
+ headers: {
2805
+ [key: string]: string;
2806
+ };
2807
+ body: SetDataShareInstanceResponseBody;
996
2808
  static names(): {
997
2809
  [key: string]: string;
998
2810
  };
@@ -1003,8 +2815,10 @@ export declare class ModifySecurityIpsRequest extends $tea.Model {
1003
2815
  [key: string]: any;
1004
2816
  });
1005
2817
  }
1006
- export declare class ModifySecurityIpsResponse extends $tea.Model {
1007
- requestId: string;
2818
+ export declare class SwitchDBInstanceNetTypeRequest extends $tea.Model {
2819
+ connectionStringPrefix?: string;
2820
+ DBInstanceId?: string;
2821
+ port?: string;
1008
2822
  static names(): {
1009
2823
  [key: string]: string;
1010
2824
  };
@@ -1015,12 +2829,8 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
1015
2829
  [key: string]: any;
1016
2830
  });
1017
2831
  }
1018
- export declare class ModifyDBInstanceNetworkTypeRequest extends $tea.Model {
1019
- DBInstanceId: string;
1020
- instanceNetworkType: string;
1021
- VPCId?: string;
1022
- vSwitchId?: string;
1023
- privateIpAddress?: string;
2832
+ export declare class SwitchDBInstanceNetTypeResponseBody extends $tea.Model {
2833
+ requestId?: string;
1024
2834
  static names(): {
1025
2835
  [key: string]: string;
1026
2836
  };
@@ -1031,8 +2841,11 @@ export declare class ModifyDBInstanceNetworkTypeRequest extends $tea.Model {
1031
2841
  [key: string]: any;
1032
2842
  });
1033
2843
  }
1034
- export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
1035
- requestId: string;
2844
+ export declare class SwitchDBInstanceNetTypeResponse extends $tea.Model {
2845
+ headers: {
2846
+ [key: string]: string;
2847
+ };
2848
+ body: SwitchDBInstanceNetTypeResponseBody;
1036
2849
  static names(): {
1037
2850
  [key: string]: string;
1038
2851
  };
@@ -1043,10 +2856,15 @@ export declare class ModifyDBInstanceNetworkTypeResponse extends $tea.Model {
1043
2856
  [key: string]: any;
1044
2857
  });
1045
2858
  }
1046
- export declare class ModifyDBInstanceMaintainTimeRequest extends $tea.Model {
1047
- DBInstanceId: string;
1048
- startTime: string;
1049
- endTime: string;
2859
+ export declare class TagResourcesRequest extends $tea.Model {
2860
+ ownerAccount?: string;
2861
+ ownerId?: number;
2862
+ regionId?: string;
2863
+ resourceId?: string[];
2864
+ resourceOwnerAccount?: string;
2865
+ resourceOwnerId?: number;
2866
+ resourceType?: string;
2867
+ tag?: TagResourcesRequestTag[];
1050
2868
  static names(): {
1051
2869
  [key: string]: string;
1052
2870
  };
@@ -1057,8 +2875,8 @@ export declare class ModifyDBInstanceMaintainTimeRequest extends $tea.Model {
1057
2875
  [key: string]: any;
1058
2876
  });
1059
2877
  }
1060
- export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
1061
- requestId: string;
2878
+ export declare class TagResourcesResponseBody extends $tea.Model {
2879
+ requestId?: string;
1062
2880
  static names(): {
1063
2881
  [key: string]: string;
1064
2882
  };
@@ -1069,9 +2887,11 @@ export declare class ModifyDBInstanceMaintainTimeResponse extends $tea.Model {
1069
2887
  [key: string]: any;
1070
2888
  });
1071
2889
  }
1072
- export declare class ModifyDBInstanceDescriptionRequest extends $tea.Model {
1073
- DBInstanceId: string;
1074
- DBInstanceDescription: string;
2890
+ export declare class TagResourcesResponse extends $tea.Model {
2891
+ headers: {
2892
+ [key: string]: string;
2893
+ };
2894
+ body: TagResourcesResponseBody;
1075
2895
  static names(): {
1076
2896
  [key: string]: string;
1077
2897
  };
@@ -1082,8 +2902,16 @@ export declare class ModifyDBInstanceDescriptionRequest extends $tea.Model {
1082
2902
  [key: string]: any;
1083
2903
  });
1084
2904
  }
1085
- export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
1086
- requestId: string;
2905
+ export declare class UntagResourcesRequest extends $tea.Model {
2906
+ all?: boolean;
2907
+ ownerAccount?: string;
2908
+ ownerId?: number;
2909
+ regionId?: string;
2910
+ resourceId?: string[];
2911
+ resourceOwnerAccount?: string;
2912
+ resourceOwnerId?: number;
2913
+ resourceType?: string;
2914
+ tagKey?: string[];
1087
2915
  static names(): {
1088
2916
  [key: string]: string;
1089
2917
  };
@@ -1094,11 +2922,8 @@ export declare class ModifyDBInstanceDescriptionResponse extends $tea.Model {
1094
2922
  [key: string]: any;
1095
2923
  });
1096
2924
  }
1097
- export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model {
1098
- DBInstanceId: string;
1099
- connectionStringPrefix: string;
1100
- port: string;
1101
- currentConnectionString: string;
2925
+ export declare class UntagResourcesResponseBody extends $tea.Model {
2926
+ requestId?: string;
1102
2927
  static names(): {
1103
2928
  [key: string]: string;
1104
2929
  };
@@ -1109,8 +2934,11 @@ export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model
1109
2934
  [key: string]: any;
1110
2935
  });
1111
2936
  }
1112
- export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model {
1113
- requestId: string;
2937
+ export declare class UntagResourcesResponse extends $tea.Model {
2938
+ headers: {
2939
+ [key: string]: string;
2940
+ };
2941
+ body: UntagResourcesResponseBody;
1114
2942
  static names(): {
1115
2943
  [key: string]: string;
1116
2944
  };
@@ -1121,9 +2949,13 @@ export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model
1121
2949
  [key: string]: any;
1122
2950
  });
1123
2951
  }
1124
- export declare class ModifyDBInstanceConnectionModeRequest extends $tea.Model {
1125
- DBInstanceId: string;
1126
- connectionMode: string;
2952
+ export declare class UpgradeDBInstanceRequest extends $tea.Model {
2953
+ DBInstanceClass?: string;
2954
+ DBInstanceGroupCount?: string;
2955
+ DBInstanceId?: string;
2956
+ ownerId?: number;
2957
+ payType?: string;
2958
+ regionId?: string;
1127
2959
  static names(): {
1128
2960
  [key: string]: string;
1129
2961
  };
@@ -1134,8 +2966,10 @@ export declare class ModifyDBInstanceConnectionModeRequest extends $tea.Model {
1134
2966
  [key: string]: any;
1135
2967
  });
1136
2968
  }
1137
- export declare class ModifyDBInstanceConnectionModeResponse extends $tea.Model {
1138
- requestId: string;
2969
+ export declare class UpgradeDBInstanceResponseBody extends $tea.Model {
2970
+ DBInstanceId?: string;
2971
+ orderId?: string;
2972
+ requestId?: string;
1139
2973
  static names(): {
1140
2974
  [key: string]: string;
1141
2975
  };
@@ -1146,10 +2980,11 @@ export declare class ModifyDBInstanceConnectionModeResponse extends $tea.Model {
1146
2980
  [key: string]: any;
1147
2981
  });
1148
2982
  }
1149
- export declare class ModifyAccountDescriptionRequest extends $tea.Model {
1150
- DBInstanceId: string;
1151
- accountName: string;
1152
- accountDescription: string;
2983
+ export declare class UpgradeDBInstanceResponse extends $tea.Model {
2984
+ headers: {
2985
+ [key: string]: string;
2986
+ };
2987
+ body: UpgradeDBInstanceResponseBody;
1153
2988
  static names(): {
1154
2989
  [key: string]: string;
1155
2990
  };
@@ -1160,8 +2995,14 @@ export declare class ModifyAccountDescriptionRequest extends $tea.Model {
1160
2995
  [key: string]: any;
1161
2996
  });
1162
2997
  }
1163
- export declare class ModifyAccountDescriptionResponse extends $tea.Model {
1164
- requestId: string;
2998
+ export declare class UpgradeDBVersionRequest extends $tea.Model {
2999
+ DBInstanceId?: string;
3000
+ majorVersion?: string;
3001
+ minorVersion?: string;
3002
+ ownerId?: number;
3003
+ regionId?: string;
3004
+ switchTime?: string;
3005
+ switchTimeMode?: string;
1165
3006
  static names(): {
1166
3007
  [key: string]: string;
1167
3008
  };
@@ -1172,8 +3013,11 @@ export declare class ModifyAccountDescriptionResponse extends $tea.Model {
1172
3013
  [key: string]: any;
1173
3014
  });
1174
3015
  }
1175
- export declare class DescribeResourceUsageRequest extends $tea.Model {
1176
- DBInstanceId: string;
3016
+ export declare class UpgradeDBVersionResponseBody extends $tea.Model {
3017
+ DBInstanceId?: string;
3018
+ DBInstanceName?: string;
3019
+ requestId?: string;
3020
+ taskId?: string;
1177
3021
  static names(): {
1178
3022
  [key: string]: string;
1179
3023
  };
@@ -1184,14 +3028,11 @@ export declare class DescribeResourceUsageRequest extends $tea.Model {
1184
3028
  [key: string]: any;
1185
3029
  });
1186
3030
  }
1187
- export declare class DescribeResourceUsageResponse extends $tea.Model {
1188
- requestId: string;
1189
- DBInstanceId: string;
1190
- engine: string;
1191
- diskUsed: number;
1192
- dataSize: number;
1193
- logSize: number;
1194
- backupSize: number;
3031
+ export declare class UpgradeDBVersionResponse extends $tea.Model {
3032
+ headers: {
3033
+ [key: string]: string;
3034
+ };
3035
+ body: UpgradeDBVersionResponseBody;
1195
3036
  static names(): {
1196
3037
  [key: string]: string;
1197
3038
  };
@@ -1202,8 +3043,11 @@ export declare class DescribeResourceUsageResponse extends $tea.Model {
1202
3043
  [key: string]: any;
1203
3044
  });
1204
3045
  }
1205
- export declare class DescribeRegionsRequest extends $tea.Model {
1206
- region?: string;
3046
+ export declare class DescribeAccountsResponseBodyAccountsDBInstanceAccount extends $tea.Model {
3047
+ accountDescription?: string;
3048
+ accountName?: string;
3049
+ accountStatus?: string;
3050
+ DBInstanceId?: string;
1207
3051
  static names(): {
1208
3052
  [key: string]: string;
1209
3053
  };
@@ -1214,9 +3058,8 @@ export declare class DescribeRegionsRequest extends $tea.Model {
1214
3058
  [key: string]: any;
1215
3059
  });
1216
3060
  }
1217
- export declare class DescribeRegionsResponse extends $tea.Model {
1218
- requestId: string;
1219
- regions: DescribeRegionsResponseRegions;
3061
+ export declare class DescribeAccountsResponseBodyAccounts extends $tea.Model {
3062
+ DBInstanceAccount?: DescribeAccountsResponseBodyAccountsDBInstanceAccount[];
1220
3063
  static names(): {
1221
3064
  [key: string]: string;
1222
3065
  };
@@ -1227,15 +3070,10 @@ export declare class DescribeRegionsResponse extends $tea.Model {
1227
3070
  [key: string]: any;
1228
3071
  });
1229
3072
  }
1230
- export declare class DescribeDBInstancesRequest extends $tea.Model {
1231
- ownerId?: number;
1232
- regionId: string;
1233
- DBInstanceDescription?: string;
1234
- instanceNetworkType?: string;
1235
- DBInstanceIds?: string;
1236
- pageSize?: number;
1237
- pageNumber?: number;
1238
- tag?: DescribeDBInstancesRequestTag[];
3073
+ export declare class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClassesNodeCount extends $tea.Model {
3074
+ maxCount?: string;
3075
+ minCount?: string;
3076
+ step?: string;
1239
3077
  static names(): {
1240
3078
  [key: string]: string;
1241
3079
  };
@@ -1246,12 +3084,10 @@ export declare class DescribeDBInstancesRequest extends $tea.Model {
1246
3084
  [key: string]: any;
1247
3085
  });
1248
3086
  }
1249
- export declare class DescribeDBInstancesResponse extends $tea.Model {
1250
- totalRecordCount: number;
1251
- pageRecordCount: number;
1252
- requestId: string;
1253
- pageNumber: number;
1254
- items: DescribeDBInstancesResponseItems;
3087
+ export declare class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClassesStorageSize extends $tea.Model {
3088
+ maxCount?: string;
3089
+ minCount?: string;
3090
+ step?: string;
1255
3091
  static names(): {
1256
3092
  [key: string]: string;
1257
3093
  };
@@ -1262,11 +3098,13 @@ export declare class DescribeDBInstancesResponse extends $tea.Model {
1262
3098
  [key: string]: any;
1263
3099
  });
1264
3100
  }
1265
- export declare class DescribeDBInstancePerformanceRequest extends $tea.Model {
1266
- DBInstanceId: string;
1267
- key: string;
1268
- startTime: string;
1269
- endTime: string;
3101
+ export declare class DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClasses extends $tea.Model {
3102
+ description?: string;
3103
+ displayClass?: string;
3104
+ instanceClass?: string;
3105
+ nodeCount?: DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClassesNodeCount;
3106
+ storageSize?: DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClassesStorageSize;
3107
+ storageType?: string;
1270
3108
  static names(): {
1271
3109
  [key: string]: string;
1272
3110
  };
@@ -1277,13 +3115,10 @@ export declare class DescribeDBInstancePerformanceRequest extends $tea.Model {
1277
3115
  [key: string]: any;
1278
3116
  });
1279
3117
  }
1280
- export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
1281
- requestId: string;
1282
- DBInstanceId: string;
1283
- engine: string;
1284
- startTime: string;
1285
- endTime: string;
1286
- performanceKeys: string[];
3118
+ export declare class DescribeAvailableResourcesResponseBodyResourcesSupportedEngines extends $tea.Model {
3119
+ mode?: string;
3120
+ supportedEngineVersion?: string;
3121
+ supportedInstanceClasses?: DescribeAvailableResourcesResponseBodyResourcesSupportedEnginesSupportedInstanceClasses[];
1287
3122
  static names(): {
1288
3123
  [key: string]: string;
1289
3124
  };
@@ -1294,8 +3129,9 @@ export declare class DescribeDBInstancePerformanceResponse extends $tea.Model {
1294
3129
  [key: string]: any;
1295
3130
  });
1296
3131
  }
1297
- export declare class DescribeDBInstanceNetInfoRequest extends $tea.Model {
1298
- DBInstanceId: string;
3132
+ export declare class DescribeAvailableResourcesResponseBodyResources extends $tea.Model {
3133
+ supportedEngines?: DescribeAvailableResourcesResponseBodyResourcesSupportedEngines[];
3134
+ zoneId?: string;
1299
3135
  static names(): {
1300
3136
  [key: string]: string;
1301
3137
  };
@@ -1306,10 +3142,8 @@ export declare class DescribeDBInstanceNetInfoRequest extends $tea.Model {
1306
3142
  [key: string]: any;
1307
3143
  });
1308
3144
  }
1309
- export declare class DescribeDBInstanceNetInfoResponse extends $tea.Model {
1310
- requestId: string;
1311
- instanceNetworkType: string;
1312
- DBInstanceNetInfos: DescribeDBInstanceNetInfoResponseDBInstanceNetInfos;
3145
+ export declare class DescribeDBClusterNodeResponseBodyNodes extends $tea.Model {
3146
+ name?: string;
1313
3147
  static names(): {
1314
3148
  [key: string]: string;
1315
3149
  };
@@ -1320,8 +3154,8 @@ export declare class DescribeDBInstanceNetInfoResponse extends $tea.Model {
1320
3154
  [key: string]: any;
1321
3155
  });
1322
3156
  }
1323
- export declare class DescribeDBInstanceIPArrayListRequest extends $tea.Model {
1324
- DBInstanceId: string;
3157
+ export declare class DescribeDBClusterNodesResponseBodyNodes extends $tea.Model {
3158
+ name?: string;
1325
3159
  static names(): {
1326
3160
  [key: string]: string;
1327
3161
  };
@@ -1332,9 +3166,8 @@ export declare class DescribeDBInstanceIPArrayListRequest extends $tea.Model {
1332
3166
  [key: string]: any;
1333
3167
  });
1334
3168
  }
1335
- export declare class DescribeDBInstanceIPArrayListResponse extends $tea.Model {
1336
- requestId: string;
1337
- items: DescribeDBInstanceIPArrayListResponseItems;
3169
+ export declare class DescribeDBClusterPerformanceResponseBodyPerformanceKeysSeriesValues extends $tea.Model {
3170
+ point?: string[];
1338
3171
  static names(): {
1339
3172
  [key: string]: string;
1340
3173
  };
@@ -1345,9 +3178,10 @@ export declare class DescribeDBInstanceIPArrayListResponse extends $tea.Model {
1345
3178
  [key: string]: any;
1346
3179
  });
1347
3180
  }
1348
- export declare class DescribeDBInstanceAttributeRequest extends $tea.Model {
1349
- ownerId?: number;
1350
- DBInstanceId: string;
3181
+ export declare class DescribeDBClusterPerformanceResponseBodyPerformanceKeysSeries extends $tea.Model {
3182
+ name?: string;
3183
+ role?: string;
3184
+ values?: DescribeDBClusterPerformanceResponseBodyPerformanceKeysSeriesValues[];
1351
3185
  static names(): {
1352
3186
  [key: string]: string;
1353
3187
  };
@@ -1358,9 +3192,10 @@ export declare class DescribeDBInstanceAttributeRequest extends $tea.Model {
1358
3192
  [key: string]: any;
1359
3193
  });
1360
3194
  }
1361
- export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
1362
- requestId: string;
1363
- items: DescribeDBInstanceAttributeResponseItems;
3195
+ export declare class DescribeDBClusterPerformanceResponseBodyPerformanceKeys extends $tea.Model {
3196
+ name?: string;
3197
+ series?: DescribeDBClusterPerformanceResponseBodyPerformanceKeysSeries[];
3198
+ unit?: string;
1364
3199
  static names(): {
1365
3200
  [key: string]: string;
1366
3201
  };
@@ -1371,9 +3206,9 @@ export declare class DescribeDBInstanceAttributeResponse extends $tea.Model {
1371
3206
  [key: string]: any;
1372
3207
  });
1373
3208
  }
1374
- export declare class DescribeAccountsRequest extends $tea.Model {
1375
- DBInstanceId: string;
1376
- accountName?: string;
3209
+ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeTagsTag extends $tea.Model {
3210
+ key?: string;
3211
+ value?: string;
1377
3212
  static names(): {
1378
3213
  [key: string]: string;
1379
3214
  };
@@ -1384,9 +3219,8 @@ export declare class DescribeAccountsRequest extends $tea.Model {
1384
3219
  [key: string]: any;
1385
3220
  });
1386
3221
  }
1387
- export declare class DescribeAccountsResponse extends $tea.Model {
1388
- requestId: string;
1389
- accounts: DescribeAccountsResponseAccounts;
3222
+ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeTags extends $tea.Model {
3223
+ tag?: DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeTagsTag[];
1390
3224
  static names(): {
1391
3225
  [key: string]: string;
1392
3226
  };
@@ -1397,10 +3231,59 @@ export declare class DescribeAccountsResponse extends $tea.Model {
1397
3231
  [key: string]: any;
1398
3232
  });
1399
3233
  }
1400
- export declare class DeleteDBInstanceRequest extends $tea.Model {
1401
- ownerId?: number;
1402
- clientToken?: string;
1403
- DBInstanceId: string;
3234
+ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $tea.Model {
3235
+ availabilityValue?: string;
3236
+ connectionMode?: string;
3237
+ connectionString?: string;
3238
+ cpuCores?: number;
3239
+ cpuCoresPerNode?: number;
3240
+ creationTime?: string;
3241
+ DBInstanceCategory?: string;
3242
+ DBInstanceClass?: string;
3243
+ DBInstanceClassType?: string;
3244
+ DBInstanceCpuCores?: number;
3245
+ DBInstanceDescription?: string;
3246
+ DBInstanceDiskMBPS?: number;
3247
+ DBInstanceGroupCount?: string;
3248
+ DBInstanceId?: string;
3249
+ DBInstanceMemory?: number;
3250
+ DBInstanceMode?: string;
3251
+ DBInstanceNetType?: string;
3252
+ DBInstanceStatus?: string;
3253
+ DBInstanceStorage?: number;
3254
+ encryptionKey?: string;
3255
+ encryptionType?: string;
3256
+ engine?: string;
3257
+ engineVersion?: string;
3258
+ expireTime?: string;
3259
+ hostType?: string;
3260
+ instanceNetworkType?: string;
3261
+ lockMode?: string;
3262
+ lockReason?: string;
3263
+ maintainEndTime?: string;
3264
+ maintainStartTime?: string;
3265
+ masterNodeNum?: number;
3266
+ maxConnections?: number;
3267
+ memoryPerNode?: number;
3268
+ memorySize?: number;
3269
+ memoryUnit?: string;
3270
+ minorVersion?: string;
3271
+ payType?: string;
3272
+ port?: string;
3273
+ readDelayTime?: string;
3274
+ regionId?: string;
3275
+ securityIPList?: string;
3276
+ segNodeNum?: number;
3277
+ segmentCounts?: number;
3278
+ storagePerNode?: number;
3279
+ storageSize?: number;
3280
+ storageType?: string;
3281
+ storageUnit?: string;
3282
+ supportRestore?: boolean;
3283
+ tags?: DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttributeTags;
3284
+ vSwitchId?: string;
3285
+ vpcId?: string;
3286
+ zoneId?: string;
1404
3287
  static names(): {
1405
3288
  [key: string]: string;
1406
3289
  };
@@ -1411,8 +3294,8 @@ export declare class DeleteDBInstanceRequest extends $tea.Model {
1411
3294
  [key: string]: any;
1412
3295
  });
1413
3296
  }
1414
- export declare class DeleteDBInstanceResponse extends $tea.Model {
1415
- requestId: string;
3297
+ export declare class DescribeDBInstanceAttributeResponseBodyItems extends $tea.Model {
3298
+ DBInstanceAttribute?: DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute[];
1416
3299
  static names(): {
1417
3300
  [key: string]: string;
1418
3301
  };
@@ -1423,9 +3306,10 @@ export declare class DeleteDBInstanceResponse extends $tea.Model {
1423
3306
  [key: string]: any;
1424
3307
  });
1425
3308
  }
1426
- export declare class DeleteDatabaseRequest extends $tea.Model {
1427
- DBInstanceId: string;
1428
- DBName?: string;
3309
+ export declare class DescribeDBInstanceIPArrayListResponseBodyItemsDBInstanceIPArray extends $tea.Model {
3310
+ DBInstanceIPArrayAttribute?: string;
3311
+ DBInstanceIPArrayName?: string;
3312
+ securityIPList?: string;
1429
3313
  static names(): {
1430
3314
  [key: string]: string;
1431
3315
  };
@@ -1436,8 +3320,8 @@ export declare class DeleteDatabaseRequest extends $tea.Model {
1436
3320
  [key: string]: any;
1437
3321
  });
1438
3322
  }
1439
- export declare class DeleteDatabaseResponse extends $tea.Model {
1440
- requestId: string;
3323
+ export declare class DescribeDBInstanceIPArrayListResponseBodyItems extends $tea.Model {
3324
+ DBInstanceIPArray?: DescribeDBInstanceIPArrayListResponseBodyItemsDBInstanceIPArray[];
1441
3325
  static names(): {
1442
3326
  [key: string]: string;
1443
3327
  };
@@ -1448,24 +3332,15 @@ export declare class DeleteDatabaseResponse extends $tea.Model {
1448
3332
  [key: string]: any;
1449
3333
  });
1450
3334
  }
1451
- export declare class CreateDBInstanceRequest extends $tea.Model {
1452
- ownerId?: number;
1453
- regionId: string;
1454
- zoneId: string;
1455
- engineVersion: string;
1456
- engine: string;
1457
- DBInstanceClass: string;
1458
- DBInstanceGroupCount: string;
1459
- DBInstanceDescription?: string;
1460
- securityIPList: string;
1461
- payType?: string;
1462
- period?: string;
1463
- usedTime?: string;
1464
- clientToken: string;
1465
- instanceNetworkType?: string;
3335
+ export declare class DescribeDBInstanceNetInfoResponseBodyDBInstanceNetInfosDBInstanceNetInfo extends $tea.Model {
3336
+ addressType?: string;
3337
+ connectionString?: string;
3338
+ IPAddress?: string;
3339
+ IPType?: string;
3340
+ port?: string;
1466
3341
  VPCId?: string;
1467
3342
  vSwitchId?: string;
1468
- privateIpAddress?: string;
3343
+ vpcInstanceId?: string;
1469
3344
  static names(): {
1470
3345
  [key: string]: string;
1471
3346
  };
@@ -1476,12 +3351,8 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
1476
3351
  [key: string]: any;
1477
3352
  });
1478
3353
  }
1479
- export declare class CreateDBInstanceResponse extends $tea.Model {
1480
- requestId: string;
1481
- DBInstanceId: string;
1482
- orderId: string;
1483
- connectionString: string;
1484
- port: string;
3354
+ export declare class DescribeDBInstanceNetInfoResponseBodyDBInstanceNetInfos extends $tea.Model {
3355
+ DBInstanceNetInfo?: DescribeDBInstanceNetInfoResponseBodyDBInstanceNetInfosDBInstanceNetInfo[];
1485
3356
  static names(): {
1486
3357
  [key: string]: string;
1487
3358
  };
@@ -1492,13 +3363,9 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
1492
3363
  [key: string]: any;
1493
3364
  });
1494
3365
  }
1495
- export declare class CreateAccountRequest extends $tea.Model {
1496
- ownerId?: number;
1497
- DBInstanceId: string;
1498
- databaseName?: string;
1499
- accountName: string;
1500
- accountPassword: string;
1501
- accountDescription?: string;
3366
+ export declare class DescribeDBInstanceOnECSAttributeResponseBodyItemsDBInstanceAttributeTagsTag extends $tea.Model {
3367
+ key?: string;
3368
+ value?: string;
1502
3369
  static names(): {
1503
3370
  [key: string]: string;
1504
3371
  };
@@ -1509,8 +3376,8 @@ export declare class CreateAccountRequest extends $tea.Model {
1509
3376
  [key: string]: any;
1510
3377
  });
1511
3378
  }
1512
- export declare class CreateAccountResponse extends $tea.Model {
1513
- requestId: string;
3379
+ export declare class DescribeDBInstanceOnECSAttributeResponseBodyItemsDBInstanceAttributeTags extends $tea.Model {
3380
+ tag?: DescribeDBInstanceOnECSAttributeResponseBodyItemsDBInstanceAttributeTagsTag[];
1514
3381
  static names(): {
1515
3382
  [key: string]: string;
1516
3383
  };
@@ -1521,14 +3388,38 @@ export declare class CreateAccountResponse extends $tea.Model {
1521
3388
  [key: string]: any;
1522
3389
  });
1523
3390
  }
1524
- export declare class AllocateInstancePublicConnectionRequest extends $tea.Model {
1525
- ownerId?: number;
1526
- resourceOwnerAccount?: string;
1527
- resourceOwnerId?: number;
1528
- DBInstanceId: string;
1529
- connectionStringPrefix: string;
1530
- port: string;
1531
- addressType?: string;
3391
+ export declare class DescribeDBInstanceOnECSAttributeResponseBodyItemsDBInstanceAttribute extends $tea.Model {
3392
+ connectionMode?: string;
3393
+ connectionString?: string;
3394
+ cpuCores?: number;
3395
+ creationTime?: string;
3396
+ DBInstanceCategory?: string;
3397
+ DBInstanceClass?: string;
3398
+ DBInstanceDescription?: string;
3399
+ DBInstanceId?: string;
3400
+ DBInstanceStatus?: string;
3401
+ encryptionKey?: string;
3402
+ encryptionType?: string;
3403
+ engine?: string;
3404
+ engineVersion?: string;
3405
+ expireTime?: string;
3406
+ instanceDeployType?: string;
3407
+ instanceNetworkType?: string;
3408
+ lockMode?: string;
3409
+ masterNodeNum?: number;
3410
+ memorySize?: number;
3411
+ minorVersion?: string;
3412
+ payType?: string;
3413
+ port?: string;
3414
+ regionId?: string;
3415
+ segNodeNum?: number;
3416
+ storageSize?: number;
3417
+ storageType?: string;
3418
+ supportRestore?: boolean;
3419
+ tags?: DescribeDBInstanceOnECSAttributeResponseBodyItemsDBInstanceAttributeTags;
3420
+ vSwitchId?: string;
3421
+ vpcId?: string;
3422
+ zoneId?: string;
1532
3423
  static names(): {
1533
3424
  [key: string]: string;
1534
3425
  };
@@ -1539,8 +3430,8 @@ export declare class AllocateInstancePublicConnectionRequest extends $tea.Model
1539
3430
  [key: string]: any;
1540
3431
  });
1541
3432
  }
1542
- export declare class AllocateInstancePublicConnectionResponse extends $tea.Model {
1543
- requestId: string;
3433
+ export declare class DescribeDBInstanceOnECSAttributeResponseBodyItems extends $tea.Model {
3434
+ DBInstanceAttribute?: DescribeDBInstanceOnECSAttributeResponseBodyItemsDBInstanceAttribute[];
1544
3435
  static names(): {
1545
3436
  [key: string]: string;
1546
3437
  };
@@ -1551,24 +3442,11 @@ export declare class AllocateInstancePublicConnectionResponse extends $tea.Model
1551
3442
  [key: string]: any;
1552
3443
  });
1553
3444
  }
1554
- export declare class DescribeUserEncryptionKeyListResponseKmsKeys extends $tea.Model {
1555
- keyId: string;
1556
- static names(): {
1557
- [key: string]: string;
1558
- };
1559
- static types(): {
3445
+ export declare class DescribeDBInstanceSQLPatternsResponseBodyPatterns extends $tea.Model {
3446
+ name?: string;
3447
+ values?: {
1560
3448
  [key: string]: any;
1561
3449
  };
1562
- constructor(map?: {
1563
- [key: string]: any;
1564
- });
1565
- }
1566
- export declare class DescribeModifyParameterLogResponseChangelogs extends $tea.Model {
1567
- parameterName: string;
1568
- parameterValueBefore: string;
1569
- parameterValueAfter: string;
1570
- parameterValid: string;
1571
- effectTime: string;
1572
3450
  static names(): {
1573
3451
  [key: string]: string;
1574
3452
  };
@@ -1579,14 +3457,9 @@ export declare class DescribeModifyParameterLogResponseChangelogs extends $tea.M
1579
3457
  [key: string]: any;
1580
3458
  });
1581
3459
  }
1582
- export declare class DescribeParametersResponseParameters extends $tea.Model {
1583
- parameterName: string;
1584
- parameterValue: string;
1585
- currentValue: string;
1586
- parameterDescription: string;
1587
- forceRestartInstance: string;
1588
- isChangeableConfig: string;
1589
- optionalRange: string;
3460
+ export declare class DescribeDBInstancesRequestTag extends $tea.Model {
3461
+ key?: string;
3462
+ value?: string;
1590
3463
  static names(): {
1591
3464
  [key: string]: string;
1592
3465
  };
@@ -1597,8 +3470,9 @@ export declare class DescribeParametersResponseParameters extends $tea.Model {
1597
3470
  [key: string]: any;
1598
3471
  });
1599
3472
  }
1600
- export declare class DescribeSQLLogCountResponseItemsSeriesValues extends $tea.Model {
1601
- point: string[];
3473
+ export declare class DescribeDBInstancesShrinkRequestTag extends $tea.Model {
3474
+ key?: string;
3475
+ value?: string;
1602
3476
  static names(): {
1603
3477
  [key: string]: string;
1604
3478
  };
@@ -1609,8 +3483,9 @@ export declare class DescribeSQLLogCountResponseItemsSeriesValues extends $tea.M
1609
3483
  [key: string]: any;
1610
3484
  });
1611
3485
  }
1612
- export declare class DescribeSQLLogCountResponseItemsSeries extends $tea.Model {
1613
- values: DescribeSQLLogCountResponseItemsSeriesValues[];
3486
+ export declare class DescribeDBInstancesResponseBodyItemsDBInstanceTagsTag extends $tea.Model {
3487
+ key?: string;
3488
+ value?: string;
1614
3489
  static names(): {
1615
3490
  [key: string]: string;
1616
3491
  };
@@ -1621,9 +3496,8 @@ export declare class DescribeSQLLogCountResponseItemsSeries extends $tea.Model {
1621
3496
  [key: string]: any;
1622
3497
  });
1623
3498
  }
1624
- export declare class DescribeSQLLogCountResponseItems extends $tea.Model {
1625
- name: string;
1626
- series: DescribeSQLLogCountResponseItemsSeries[];
3499
+ export declare class DescribeDBInstancesResponseBodyItemsDBInstanceTags extends $tea.Model {
3500
+ tag?: DescribeDBInstancesResponseBodyItemsDBInstanceTagsTag[];
1627
3501
  static names(): {
1628
3502
  [key: string]: string;
1629
3503
  };
@@ -1634,21 +3508,32 @@ export declare class DescribeSQLLogCountResponseItems extends $tea.Model {
1634
3508
  [key: string]: any;
1635
3509
  });
1636
3510
  }
1637
- export declare class DescribeSQLLogsResponseItems extends $tea.Model {
1638
- DBName: string;
1639
- accountName: string;
1640
- operationExecuteTime: string;
1641
- SQLText: string;
1642
- returnRowCounts: number;
1643
- executeCost: number;
1644
- DBRole: string;
1645
- sourceIP: string;
1646
- sourcePort: number;
1647
- executeState: string;
1648
- operationClass: string;
1649
- operationType: string;
1650
- scanRowCounts: number;
1651
- SQLPlan: string;
3511
+ export declare class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
3512
+ connectionMode?: string;
3513
+ createTime?: string;
3514
+ DBInstanceCategory?: string;
3515
+ DBInstanceDescription?: string;
3516
+ DBInstanceId?: string;
3517
+ DBInstanceMode?: string;
3518
+ DBInstanceNetType?: string;
3519
+ DBInstanceStatus?: string;
3520
+ engine?: string;
3521
+ engineVersion?: string;
3522
+ expireTime?: string;
3523
+ instanceDeployType?: string;
3524
+ instanceNetworkType?: string;
3525
+ lockMode?: string;
3526
+ lockReason?: string;
3527
+ masterNodeNum?: number;
3528
+ payType?: string;
3529
+ regionId?: string;
3530
+ segNodeNum?: string;
3531
+ storageSize?: string;
3532
+ storageType?: string;
3533
+ tags?: DescribeDBInstancesResponseBodyItemsDBInstanceTags;
3534
+ vSwitchId?: string;
3535
+ vpcId?: string;
3536
+ zoneId?: string;
1652
3537
  static names(): {
1653
3538
  [key: string]: string;
1654
3539
  };
@@ -1659,8 +3544,8 @@ export declare class DescribeSQLLogsResponseItems extends $tea.Model {
1659
3544
  [key: string]: any;
1660
3545
  });
1661
3546
  }
1662
- export declare class DescribeDBClusterPerformanceResponsePerformanceKeysSeriesValues extends $tea.Model {
1663
- point: string[];
3547
+ export declare class DescribeDBInstancesResponseBodyItems extends $tea.Model {
3548
+ DBInstance?: DescribeDBInstancesResponseBodyItemsDBInstance[];
1664
3549
  static names(): {
1665
3550
  [key: string]: string;
1666
3551
  };
@@ -1671,10 +3556,19 @@ export declare class DescribeDBClusterPerformanceResponsePerformanceKeysSeriesVa
1671
3556
  [key: string]: any;
1672
3557
  });
1673
3558
  }
1674
- export declare class DescribeDBClusterPerformanceResponsePerformanceKeysSeries extends $tea.Model {
1675
- name: string;
1676
- role: string;
1677
- values: DescribeDBClusterPerformanceResponsePerformanceKeysSeriesValues[];
3559
+ export declare class DescribeDataBackupsResponseBodyItems extends $tea.Model {
3560
+ backupEndTime?: string;
3561
+ backupEndTimeLocal?: string;
3562
+ backupMode?: string;
3563
+ backupSetId?: string;
3564
+ backupSize?: number;
3565
+ backupStartTime?: string;
3566
+ backupStartTimeLocal?: string;
3567
+ backupStatus?: string;
3568
+ baksetName?: string;
3569
+ consistentTime?: number;
3570
+ DBInstanceId?: string;
3571
+ dataType?: string;
1678
3572
  static names(): {
1679
3573
  [key: string]: string;
1680
3574
  };
@@ -1685,10 +3579,13 @@ export declare class DescribeDBClusterPerformanceResponsePerformanceKeysSeries e
1685
3579
  [key: string]: any;
1686
3580
  });
1687
3581
  }
1688
- export declare class DescribeDBClusterPerformanceResponsePerformanceKeys extends $tea.Model {
1689
- unit: string;
1690
- name: string;
1691
- series: DescribeDBClusterPerformanceResponsePerformanceKeysSeries[];
3582
+ export declare class DescribeDataShareInstancesResponseBodyItemsDBInstance extends $tea.Model {
3583
+ DBInstanceId?: string;
3584
+ DBInstanceMode?: string;
3585
+ dataShareStatus?: string;
3586
+ description?: string;
3587
+ regionId?: string;
3588
+ zoneId?: string;
1692
3589
  static names(): {
1693
3590
  [key: string]: string;
1694
3591
  };
@@ -1699,9 +3596,8 @@ export declare class DescribeDBClusterPerformanceResponsePerformanceKeys extends
1699
3596
  [key: string]: any;
1700
3597
  });
1701
3598
  }
1702
- export declare class DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttributeTagsTag extends $tea.Model {
1703
- value: string;
1704
- key: string;
3599
+ export declare class DescribeDataShareInstancesResponseBodyItems extends $tea.Model {
3600
+ DBInstance?: DescribeDataShareInstancesResponseBodyItemsDBInstance[];
1705
3601
  static names(): {
1706
3602
  [key: string]: string;
1707
3603
  };
@@ -1712,8 +3608,9 @@ export declare class DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttr
1712
3608
  [key: string]: any;
1713
3609
  });
1714
3610
  }
1715
- export declare class DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttributeTags extends $tea.Model {
1716
- tag: DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttributeTagsTag[];
3611
+ export declare class DescribeHealthStatusResponseBodyStatusAdbgpSegmentDiskUsagePercentMax extends $tea.Model {
3612
+ status?: string;
3613
+ value?: number;
1717
3614
  static names(): {
1718
3615
  [key: string]: string;
1719
3616
  };
@@ -1724,35 +3621,9 @@ export declare class DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttr
1724
3621
  [key: string]: any;
1725
3622
  });
1726
3623
  }
1727
- export declare class DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttribute extends $tea.Model {
1728
- masterNodeNum: number;
1729
- segNodeNum: number;
1730
- port: string;
1731
- encryptionKey: string;
1732
- instanceNetworkType: string;
1733
- DBInstanceId: string;
1734
- engine: string;
1735
- DBInstanceDescription: string;
1736
- memorySize: number;
1737
- encryptionType: string;
1738
- engineVersion: string;
1739
- storageType: string;
1740
- zoneId: string;
1741
- DBInstanceStatus: string;
1742
- DBInstanceClass: string;
1743
- vSwitchId: string;
1744
- storageSize: number;
1745
- lockMode: string;
1746
- payType: string;
1747
- vpcId: string;
1748
- cpuCores: number;
1749
- connectionMode: string;
1750
- instanceDeployType: string;
1751
- creationTime: string;
1752
- regionId: string;
1753
- expireTime: string;
1754
- connectionString: string;
1755
- tags: DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttributeTags;
3624
+ export declare class DescribeHealthStatusResponseBodyStatusAdbpgConnectionStatus extends $tea.Model {
3625
+ status?: string;
3626
+ value?: number;
1756
3627
  static names(): {
1757
3628
  [key: string]: string;
1758
3629
  };
@@ -1763,8 +3634,9 @@ export declare class DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttr
1763
3634
  [key: string]: any;
1764
3635
  });
1765
3636
  }
1766
- export declare class DescribeDBInstanceOnECSAttributeResponseItems extends $tea.Model {
1767
- DBInstanceAttribute: DescribeDBInstanceOnECSAttributeResponseItemsDBInstanceAttribute[];
3637
+ export declare class DescribeHealthStatusResponseBodyStatusAdbpgDiskStatus extends $tea.Model {
3638
+ status?: string;
3639
+ value?: number;
1768
3640
  static names(): {
1769
3641
  [key: string]: string;
1770
3642
  };
@@ -1775,10 +3647,9 @@ export declare class DescribeDBInstanceOnECSAttributeResponseItems extends $tea.
1775
3647
  [key: string]: any;
1776
3648
  });
1777
3649
  }
1778
- export declare class DescribeAvailableResourcesResponseResourcesSupportedEnginesSupportedInstanceClassesNodeCount extends $tea.Model {
1779
- minCount: string;
1780
- maxCount: string;
1781
- step: string;
3650
+ export declare class DescribeHealthStatusResponseBodyStatusAdbpgDiskUsagePercent extends $tea.Model {
3651
+ status?: string;
3652
+ value?: number;
1782
3653
  static names(): {
1783
3654
  [key: string]: string;
1784
3655
  };
@@ -1789,10 +3660,9 @@ export declare class DescribeAvailableResourcesResponseResourcesSupportedEngines
1789
3660
  [key: string]: any;
1790
3661
  });
1791
3662
  }
1792
- export declare class DescribeAvailableResourcesResponseResourcesSupportedEnginesSupportedInstanceClassesStorageSize extends $tea.Model {
1793
- minCount: string;
1794
- maxCount: string;
1795
- step: string;
3663
+ export declare class DescribeHealthStatusResponseBodyStatusAdbpgMasterDiskUsagePercentMax extends $tea.Model {
3664
+ status?: string;
3665
+ value?: number;
1796
3666
  static names(): {
1797
3667
  [key: string]: string;
1798
3668
  };
@@ -1803,13 +3673,9 @@ export declare class DescribeAvailableResourcesResponseResourcesSupportedEngines
1803
3673
  [key: string]: any;
1804
3674
  });
1805
3675
  }
1806
- export declare class DescribeAvailableResourcesResponseResourcesSupportedEnginesSupportedInstanceClasses extends $tea.Model {
1807
- displayClass: string;
1808
- instanceClass: string;
1809
- description: string;
1810
- storageType: string;
1811
- nodeCount: DescribeAvailableResourcesResponseResourcesSupportedEnginesSupportedInstanceClassesNodeCount;
1812
- storageSize: DescribeAvailableResourcesResponseResourcesSupportedEnginesSupportedInstanceClassesStorageSize;
3676
+ export declare class DescribeHealthStatusResponseBodyStatusAdbpgStatus extends $tea.Model {
3677
+ status?: string;
3678
+ value?: number;
1813
3679
  static names(): {
1814
3680
  [key: string]: string;
1815
3681
  };
@@ -1820,10 +3686,9 @@ export declare class DescribeAvailableResourcesResponseResourcesSupportedEngines
1820
3686
  [key: string]: any;
1821
3687
  });
1822
3688
  }
1823
- export declare class DescribeAvailableResourcesResponseResourcesSupportedEngines extends $tea.Model {
1824
- supportedEngineVersion: string;
1825
- mode: string;
1826
- supportedInstanceClasses: DescribeAvailableResourcesResponseResourcesSupportedEnginesSupportedInstanceClasses[];
3689
+ export declare class DescribeHealthStatusResponseBodyStatusNodeMasterConnectionStatus extends $tea.Model {
3690
+ status?: string;
3691
+ value?: number;
1827
3692
  static names(): {
1828
3693
  [key: string]: string;
1829
3694
  };
@@ -1834,9 +3699,9 @@ export declare class DescribeAvailableResourcesResponseResourcesSupportedEngines
1834
3699
  [key: string]: any;
1835
3700
  });
1836
3701
  }
1837
- export declare class DescribeAvailableResourcesResponseResources extends $tea.Model {
1838
- zoneId: string;
1839
- supportedEngines: DescribeAvailableResourcesResponseResourcesSupportedEngines[];
3702
+ export declare class DescribeHealthStatusResponseBodyStatusNodeMasterStatus extends $tea.Model {
3703
+ status?: string;
3704
+ value?: number;
1840
3705
  static names(): {
1841
3706
  [key: string]: string;
1842
3707
  };
@@ -1847,9 +3712,9 @@ export declare class DescribeAvailableResourcesResponseResources extends $tea.Mo
1847
3712
  [key: string]: any;
1848
3713
  });
1849
3714
  }
1850
- export declare class DescribeTagsResponseTags extends $tea.Model {
1851
- tagKey: string;
1852
- tagValue: string;
3715
+ export declare class DescribeHealthStatusResponseBodyStatusNodeSegmentConnectionStatus extends $tea.Model {
3716
+ status?: string;
3717
+ value?: number;
1853
3718
  static names(): {
1854
3719
  [key: string]: string;
1855
3720
  };
@@ -1860,9 +3725,9 @@ export declare class DescribeTagsResponseTags extends $tea.Model {
1860
3725
  [key: string]: any;
1861
3726
  });
1862
3727
  }
1863
- export declare class DescribeSpecificationResponseDBInstanceClass extends $tea.Model {
1864
- text: string;
1865
- value: string;
3728
+ export declare class DescribeHealthStatusResponseBodyStatusNodeSegmentDiskStatus extends $tea.Model {
3729
+ status?: string;
3730
+ value?: number;
1866
3731
  static names(): {
1867
3732
  [key: string]: string;
1868
3733
  };
@@ -1873,9 +3738,17 @@ export declare class DescribeSpecificationResponseDBInstanceClass extends $tea.M
1873
3738
  [key: string]: any;
1874
3739
  });
1875
3740
  }
1876
- export declare class DescribeSpecificationResponseDBInstanceGroupCount extends $tea.Model {
1877
- text: string;
1878
- value: string;
3741
+ export declare class DescribeHealthStatusResponseBodyStatus extends $tea.Model {
3742
+ adbgpSegmentDiskUsagePercentMax?: DescribeHealthStatusResponseBodyStatusAdbgpSegmentDiskUsagePercentMax;
3743
+ adbpgConnectionStatus?: DescribeHealthStatusResponseBodyStatusAdbpgConnectionStatus;
3744
+ adbpgDiskStatus?: DescribeHealthStatusResponseBodyStatusAdbpgDiskStatus;
3745
+ adbpgDiskUsagePercent?: DescribeHealthStatusResponseBodyStatusAdbpgDiskUsagePercent;
3746
+ adbpgMasterDiskUsagePercentMax?: DescribeHealthStatusResponseBodyStatusAdbpgMasterDiskUsagePercentMax;
3747
+ adbpgStatus?: DescribeHealthStatusResponseBodyStatusAdbpgStatus;
3748
+ nodeMasterConnectionStatus?: DescribeHealthStatusResponseBodyStatusNodeMasterConnectionStatus;
3749
+ nodeMasterStatus?: DescribeHealthStatusResponseBodyStatusNodeMasterStatus;
3750
+ nodeSegmentConnectionStatus?: DescribeHealthStatusResponseBodyStatusNodeSegmentConnectionStatus;
3751
+ nodeSegmentDiskStatus?: DescribeHealthStatusResponseBodyStatusNodeSegmentDiskStatus;
1879
3752
  static names(): {
1880
3753
  [key: string]: string;
1881
3754
  };
@@ -1886,9 +3759,13 @@ export declare class DescribeSpecificationResponseDBInstanceGroupCount extends $
1886
3759
  [key: string]: any;
1887
3760
  });
1888
3761
  }
1889
- export declare class DescribeSpecificationResponseStorageNotice extends $tea.Model {
1890
- text: string;
1891
- value: string;
3762
+ export declare class DescribeLogBackupsResponseBodyItems extends $tea.Model {
3763
+ backupId?: string;
3764
+ DBInstanceId?: string;
3765
+ logFileName?: string;
3766
+ logFileSize?: number;
3767
+ logTime?: string;
3768
+ segmentName?: string;
1892
3769
  static names(): {
1893
3770
  [key: string]: string;
1894
3771
  };
@@ -1899,9 +3776,12 @@ export declare class DescribeSpecificationResponseStorageNotice extends $tea.Mod
1899
3776
  [key: string]: any;
1900
3777
  });
1901
3778
  }
1902
- export declare class TagResourcesRequestTag extends $tea.Model {
1903
- key?: string;
1904
- value?: string;
3779
+ export declare class DescribeModifyParameterLogResponseBodyChangelogs extends $tea.Model {
3780
+ effectTime?: string;
3781
+ parameterName?: string;
3782
+ parameterValid?: string;
3783
+ parameterValueAfter?: string;
3784
+ parameterValueBefore?: string;
1905
3785
  static names(): {
1906
3786
  [key: string]: string;
1907
3787
  };
@@ -1912,9 +3792,14 @@ export declare class TagResourcesRequestTag extends $tea.Model {
1912
3792
  [key: string]: any;
1913
3793
  });
1914
3794
  }
1915
- export declare class ListTagResourcesRequestTag extends $tea.Model {
1916
- key?: string;
1917
- value?: string;
3795
+ export declare class DescribeParametersResponseBodyParameters extends $tea.Model {
3796
+ currentValue?: string;
3797
+ forceRestartInstance?: string;
3798
+ isChangeableConfig?: string;
3799
+ optionalRange?: string;
3800
+ parameterDescription?: string;
3801
+ parameterName?: string;
3802
+ parameterValue?: string;
1918
3803
  static names(): {
1919
3804
  [key: string]: string;
1920
3805
  };
@@ -1925,11 +3810,18 @@ export declare class ListTagResourcesRequestTag extends $tea.Model {
1925
3810
  [key: string]: any;
1926
3811
  });
1927
3812
  }
1928
- export declare class ListTagResourcesResponseTagResourcesTagResource extends $tea.Model {
1929
- tagKey: string;
1930
- tagValue: string;
1931
- resourceType: string;
1932
- resourceId: string;
3813
+ export declare class DescribeRdsVSwitchsResponseBodyVSwitchesVSwitch extends $tea.Model {
3814
+ aliUid?: string;
3815
+ bid?: string;
3816
+ cidrBlock?: string;
3817
+ gmtCreate?: string;
3818
+ gmtModified?: string;
3819
+ isDefault?: boolean;
3820
+ izNo?: string;
3821
+ regionNo?: string;
3822
+ status?: string;
3823
+ vSwitchId?: string;
3824
+ vSwitchName?: string;
1933
3825
  static names(): {
1934
3826
  [key: string]: string;
1935
3827
  };
@@ -1940,8 +3832,8 @@ export declare class ListTagResourcesResponseTagResourcesTagResource extends $te
1940
3832
  [key: string]: any;
1941
3833
  });
1942
3834
  }
1943
- export declare class ListTagResourcesResponseTagResources extends $tea.Model {
1944
- tagResource: ListTagResourcesResponseTagResourcesTagResource[];
3835
+ export declare class DescribeRdsVSwitchsResponseBodyVSwitches extends $tea.Model {
3836
+ vSwitch?: DescribeRdsVSwitchsResponseBodyVSwitchesVSwitch[];
1945
3837
  static names(): {
1946
3838
  [key: string]: string;
1947
3839
  };
@@ -1952,18 +3844,15 @@ export declare class ListTagResourcesResponseTagResources extends $tea.Model {
1952
3844
  [key: string]: any;
1953
3845
  });
1954
3846
  }
1955
- export declare class DescribeRdsVSwitchsResponseVSwitchesVSwitch extends $tea.Model {
1956
- vSwitchId: string;
1957
- vSwitchName: string;
1958
- izNo: string;
1959
- bid: string;
1960
- aliUid: string;
1961
- regionNo: string;
1962
- cidrBlock: string;
1963
- isDefault: boolean;
1964
- status: string;
1965
- gmtCreate: string;
1966
- gmtModified: string;
3847
+ export declare class DescribeRdsVpcsResponseBodyVpcsVpcVSwitchs extends $tea.Model {
3848
+ cidrBlock?: string;
3849
+ gmtCreate?: string;
3850
+ gmtModified?: string;
3851
+ isDefault?: boolean;
3852
+ izNo?: string;
3853
+ status?: string;
3854
+ vSwitchId?: string;
3855
+ vSwitchName?: string;
1967
3856
  static names(): {
1968
3857
  [key: string]: string;
1969
3858
  };
@@ -1974,8 +3863,18 @@ export declare class DescribeRdsVSwitchsResponseVSwitchesVSwitch extends $tea.Mo
1974
3863
  [key: string]: any;
1975
3864
  });
1976
3865
  }
1977
- export declare class DescribeRdsVSwitchsResponseVSwitches extends $tea.Model {
1978
- vSwitch: DescribeRdsVSwitchsResponseVSwitchesVSwitch[];
3866
+ export declare class DescribeRdsVpcsResponseBodyVpcsVpc extends $tea.Model {
3867
+ aliUid?: string;
3868
+ bid?: string;
3869
+ cidrBlock?: string;
3870
+ gmtCreate?: string;
3871
+ gmtModified?: string;
3872
+ isDefault?: boolean;
3873
+ regionNo?: string;
3874
+ status?: string;
3875
+ vSwitchs?: DescribeRdsVpcsResponseBodyVpcsVpcVSwitchs[];
3876
+ vpcId?: string;
3877
+ vpcName?: string;
1979
3878
  static names(): {
1980
3879
  [key: string]: string;
1981
3880
  };
@@ -1986,15 +3885,8 @@ export declare class DescribeRdsVSwitchsResponseVSwitches extends $tea.Model {
1986
3885
  [key: string]: any;
1987
3886
  });
1988
3887
  }
1989
- export declare class DescribeRdsVpcsResponseVpcsVpcVSwitchs extends $tea.Model {
1990
- vSwitchId: string;
1991
- vSwitchName: string;
1992
- izNo: string;
1993
- cidrBlock: string;
1994
- isDefault: boolean;
1995
- status: string;
1996
- gmtCreate: string;
1997
- gmtModified: string;
3888
+ export declare class DescribeRdsVpcsResponseBodyVpcs extends $tea.Model {
3889
+ vpc?: DescribeRdsVpcsResponseBodyVpcsVpc[];
1998
3890
  static names(): {
1999
3891
  [key: string]: string;
2000
3892
  };
@@ -2005,18 +3897,9 @@ export declare class DescribeRdsVpcsResponseVpcsVpcVSwitchs extends $tea.Model {
2005
3897
  [key: string]: any;
2006
3898
  });
2007
3899
  }
2008
- export declare class DescribeRdsVpcsResponseVpcsVpc extends $tea.Model {
2009
- vpcId: string;
2010
- vpcName: string;
2011
- bid: string;
2012
- aliUid: string;
2013
- regionNo: string;
2014
- cidrBlock: string;
2015
- isDefault: boolean;
2016
- status: string;
2017
- gmtCreate: string;
2018
- gmtModified: string;
2019
- vSwitchs: DescribeRdsVpcsResponseVpcsVpcVSwitchs[];
3900
+ export declare class DescribeRegionsResponseBodyRegionsRegionZonesZone extends $tea.Model {
3901
+ vpcEnabled?: boolean;
3902
+ zoneId?: string;
2020
3903
  static names(): {
2021
3904
  [key: string]: string;
2022
3905
  };
@@ -2027,8 +3910,8 @@ export declare class DescribeRdsVpcsResponseVpcsVpc extends $tea.Model {
2027
3910
  [key: string]: any;
2028
3911
  });
2029
3912
  }
2030
- export declare class DescribeRdsVpcsResponseVpcs extends $tea.Model {
2031
- vpc: DescribeRdsVpcsResponseVpcsVpc[];
3913
+ export declare class DescribeRegionsResponseBodyRegionsRegionZones extends $tea.Model {
3914
+ zone?: DescribeRegionsResponseBodyRegionsRegionZonesZone[];
2032
3915
  static names(): {
2033
3916
  [key: string]: string;
2034
3917
  };
@@ -2039,15 +3922,9 @@ export declare class DescribeRdsVpcsResponseVpcs extends $tea.Model {
2039
3922
  [key: string]: any;
2040
3923
  });
2041
3924
  }
2042
- export declare class DescribeSQLLogRecordsResponseItemsSQLRecord extends $tea.Model {
2043
- DBName: string;
2044
- accountName: string;
2045
- hostAddress: string;
2046
- SQLText: string;
2047
- totalExecutionTimes: number;
2048
- returnRowCounts: number;
2049
- executeTime: string;
2050
- threadID: string;
3925
+ export declare class DescribeRegionsResponseBodyRegionsRegion extends $tea.Model {
3926
+ regionId?: string;
3927
+ zones?: DescribeRegionsResponseBodyRegionsRegionZones;
2051
3928
  static names(): {
2052
3929
  [key: string]: string;
2053
3930
  };
@@ -2058,8 +3935,8 @@ export declare class DescribeSQLLogRecordsResponseItemsSQLRecord extends $tea.Mo
2058
3935
  [key: string]: any;
2059
3936
  });
2060
3937
  }
2061
- export declare class DescribeSQLLogRecordsResponseItems extends $tea.Model {
2062
- SQLRecord: DescribeSQLLogRecordsResponseItemsSQLRecord[];
3938
+ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
3939
+ region?: DescribeRegionsResponseBodyRegionsRegion[];
2063
3940
  static names(): {
2064
3941
  [key: string]: string;
2065
3942
  };
@@ -2070,13 +3947,22 @@ export declare class DescribeSQLLogRecordsResponseItems extends $tea.Model {
2070
3947
  [key: string]: any;
2071
3948
  });
2072
3949
  }
2073
- export declare class DescribeSQLLogFilesResponseItemsLogFile extends $tea.Model {
2074
- fileID: string;
2075
- logStatus: string;
2076
- logDownloadURL: string;
2077
- logSize: string;
2078
- logStartTime: string;
2079
- logEndTime: string;
3950
+ export declare class DescribeSQLLogResponseBodyItems extends $tea.Model {
3951
+ accountName?: string;
3952
+ DBName?: string;
3953
+ DBRole?: string;
3954
+ executeCost?: number;
3955
+ executeState?: string;
3956
+ operationClass?: string;
3957
+ operationExecuteTime?: string;
3958
+ operationType?: string;
3959
+ queryId?: string;
3960
+ returnRowCounts?: number;
3961
+ SQLPlan?: string;
3962
+ SQLText?: string;
3963
+ scanRowCounts?: number;
3964
+ sourceIP?: string;
3965
+ sourcePort?: number;
2080
3966
  static names(): {
2081
3967
  [key: string]: string;
2082
3968
  };
@@ -2087,8 +3973,23 @@ export declare class DescribeSQLLogFilesResponseItemsLogFile extends $tea.Model
2087
3973
  [key: string]: any;
2088
3974
  });
2089
3975
  }
2090
- export declare class DescribeSQLLogFilesResponseItems extends $tea.Model {
2091
- logFile: DescribeSQLLogFilesResponseItemsLogFile[];
3976
+ export declare class DescribeSQLLogByQueryIdResponseBodyItems extends $tea.Model {
3977
+ accountName?: string;
3978
+ DBName?: string;
3979
+ DBRole?: string;
3980
+ executeCost?: number;
3981
+ executeState?: string;
3982
+ operationClass?: string;
3983
+ operationExecuteTime?: string;
3984
+ operationType?: string;
3985
+ queryId?: string;
3986
+ returnRowCounts?: number;
3987
+ SQLPlan?: string;
3988
+ SQLText?: string;
3989
+ scanRowCounts?: number;
3990
+ sliceIds?: string[];
3991
+ sourceIP?: string;
3992
+ sourcePort?: number;
2092
3993
  static names(): {
2093
3994
  [key: string]: string;
2094
3995
  };
@@ -2099,15 +4000,8 @@ export declare class DescribeSQLLogFilesResponseItems extends $tea.Model {
2099
4000
  [key: string]: any;
2100
4001
  });
2101
4002
  }
2102
- export declare class DescribeSlowLogRecordsResponseItemsSQLSlowRecord extends $tea.Model {
2103
- hostAddress: string;
2104
- DBName: string;
2105
- SQLText: string;
2106
- queryTimes: number;
2107
- lockTimes: number;
2108
- parseRowCounts: number;
2109
- returnRowCounts: number;
2110
- executionStartTime: string;
4003
+ export declare class DescribeSQLLogCountResponseBodyItemsSeriesValues extends $tea.Model {
4004
+ point?: string[];
2111
4005
  static names(): {
2112
4006
  [key: string]: string;
2113
4007
  };
@@ -2118,8 +4012,8 @@ export declare class DescribeSlowLogRecordsResponseItemsSQLSlowRecord extends $t
2118
4012
  [key: string]: any;
2119
4013
  });
2120
4014
  }
2121
- export declare class DescribeSlowLogRecordsResponseItems extends $tea.Model {
2122
- SQLSlowRecord: DescribeSlowLogRecordsResponseItemsSQLSlowRecord[];
4015
+ export declare class DescribeSQLLogCountResponseBodyItemsSeries extends $tea.Model {
4016
+ values?: DescribeSQLLogCountResponseBodyItemsSeriesValues[];
2123
4017
  static names(): {
2124
4018
  [key: string]: string;
2125
4019
  };
@@ -2130,9 +4024,9 @@ export declare class DescribeSlowLogRecordsResponseItems extends $tea.Model {
2130
4024
  [key: string]: any;
2131
4025
  });
2132
4026
  }
2133
- export declare class DescribeRegionsResponseRegionsRegionZonesZone extends $tea.Model {
2134
- zoneId: string;
2135
- vpcEnabled: boolean;
4027
+ export declare class DescribeSQLLogCountResponseBodyItems extends $tea.Model {
4028
+ name?: string;
4029
+ series?: DescribeSQLLogCountResponseBodyItemsSeries[];
2136
4030
  static names(): {
2137
4031
  [key: string]: string;
2138
4032
  };
@@ -2143,8 +4037,13 @@ export declare class DescribeRegionsResponseRegionsRegionZonesZone extends $tea.
2143
4037
  [key: string]: any;
2144
4038
  });
2145
4039
  }
2146
- export declare class DescribeRegionsResponseRegionsRegionZones extends $tea.Model {
2147
- zone: DescribeRegionsResponseRegionsRegionZonesZone[];
4040
+ export declare class DescribeSQLLogFilesResponseBodyItemsLogFile extends $tea.Model {
4041
+ fileID?: string;
4042
+ logDownloadURL?: string;
4043
+ logEndTime?: string;
4044
+ logSize?: string;
4045
+ logStartTime?: string;
4046
+ logStatus?: string;
2148
4047
  static names(): {
2149
4048
  [key: string]: string;
2150
4049
  };
@@ -2155,9 +4054,8 @@ export declare class DescribeRegionsResponseRegionsRegionZones extends $tea.Mode
2155
4054
  [key: string]: any;
2156
4055
  });
2157
4056
  }
2158
- export declare class DescribeRegionsResponseRegionsRegion extends $tea.Model {
2159
- regionId: string;
2160
- zones: DescribeRegionsResponseRegionsRegionZones;
4057
+ export declare class DescribeSQLLogFilesResponseBodyItems extends $tea.Model {
4058
+ logFile?: DescribeSQLLogFilesResponseBodyItemsLogFile[];
2161
4059
  static names(): {
2162
4060
  [key: string]: string;
2163
4061
  };
@@ -2168,8 +4066,15 @@ export declare class DescribeRegionsResponseRegionsRegion extends $tea.Model {
2168
4066
  [key: string]: any;
2169
4067
  });
2170
4068
  }
2171
- export declare class DescribeRegionsResponseRegions extends $tea.Model {
2172
- region: DescribeRegionsResponseRegionsRegion[];
4069
+ export declare class DescribeSQLLogRecordsResponseBodyItemsSQLRecord extends $tea.Model {
4070
+ accountName?: string;
4071
+ DBName?: string;
4072
+ executeTime?: string;
4073
+ hostAddress?: string;
4074
+ returnRowCounts?: number;
4075
+ SQLText?: string;
4076
+ threadID?: string;
4077
+ totalExecutionTimes?: number;
2173
4078
  static names(): {
2174
4079
  [key: string]: string;
2175
4080
  };
@@ -2180,9 +4085,8 @@ export declare class DescribeRegionsResponseRegions extends $tea.Model {
2180
4085
  [key: string]: any;
2181
4086
  });
2182
4087
  }
2183
- export declare class DescribeDBInstancesRequestTag extends $tea.Model {
2184
- key?: string;
2185
- value?: string;
4088
+ export declare class DescribeSQLLogRecordsResponseBodyItems extends $tea.Model {
4089
+ SQLRecord?: DescribeSQLLogRecordsResponseBodyItemsSQLRecord[];
2186
4090
  static names(): {
2187
4091
  [key: string]: string;
2188
4092
  };
@@ -2193,9 +4097,21 @@ export declare class DescribeDBInstancesRequestTag extends $tea.Model {
2193
4097
  [key: string]: any;
2194
4098
  });
2195
4099
  }
2196
- export declare class DescribeDBInstancesResponseItemsDBInstanceTagsTag extends $tea.Model {
2197
- value: string;
2198
- key: string;
4100
+ export declare class DescribeSQLLogsResponseBodyItems extends $tea.Model {
4101
+ accountName?: string;
4102
+ DBName?: string;
4103
+ DBRole?: string;
4104
+ executeCost?: number;
4105
+ executeState?: string;
4106
+ operationClass?: string;
4107
+ operationExecuteTime?: string;
4108
+ operationType?: string;
4109
+ returnRowCounts?: number;
4110
+ SQLPlan?: string;
4111
+ SQLText?: string;
4112
+ scanRowCounts?: number;
4113
+ sourceIP?: string;
4114
+ sourcePort?: number;
2199
4115
  static names(): {
2200
4116
  [key: string]: string;
2201
4117
  };
@@ -2206,8 +4122,15 @@ export declare class DescribeDBInstancesResponseItemsDBInstanceTagsTag extends $
2206
4122
  [key: string]: any;
2207
4123
  });
2208
4124
  }
2209
- export declare class DescribeDBInstancesResponseItemsDBInstanceTags extends $tea.Model {
2210
- tag: DescribeDBInstancesResponseItemsDBInstanceTagsTag[];
4125
+ export declare class DescribeSQLLogsOnSliceResponseBodySliceLogItems extends $tea.Model {
4126
+ executeCost?: number;
4127
+ executeStatus?: string;
4128
+ operationExecuteEndTime?: string;
4129
+ operationExecuteTime?: string;
4130
+ peakMemory?: number;
4131
+ returnRowCounts?: number;
4132
+ segmentId?: string;
4133
+ segmentName?: string;
2211
4134
  static names(): {
2212
4135
  [key: string]: string;
2213
4136
  };
@@ -2218,27 +4141,15 @@ export declare class DescribeDBInstancesResponseItemsDBInstanceTags extends $tea
2218
4141
  [key: string]: any;
2219
4142
  });
2220
4143
  }
2221
- export declare class DescribeDBInstancesResponseItemsDBInstance extends $tea.Model {
2222
- engineVersion: string;
2223
- storageType: string;
2224
- zoneId: string;
2225
- DBInstanceStatus: string;
2226
- DBInstanceNetType: string;
2227
- vSwitchId: string;
2228
- createTime: string;
2229
- lockMode: string;
2230
- payType: string;
2231
- instanceNetworkType: string;
2232
- vpcId: string;
2233
- DBInstanceId: string;
2234
- connectionMode: string;
2235
- instanceDeployType: string;
2236
- regionId: string;
2237
- lockReason: string;
2238
- expireTime: string;
2239
- DBInstanceDescription: string;
2240
- engine: string;
2241
- tags: DescribeDBInstancesResponseItemsDBInstanceTags;
4144
+ export declare class DescribeSlowLogRecordsResponseBodyItemsSQLSlowRecord extends $tea.Model {
4145
+ DBName?: string;
4146
+ executionStartTime?: string;
4147
+ hostAddress?: string;
4148
+ lockTimes?: number;
4149
+ parseRowCounts?: number;
4150
+ queryTimes?: number;
4151
+ returnRowCounts?: number;
4152
+ SQLText?: string;
2242
4153
  static names(): {
2243
4154
  [key: string]: string;
2244
4155
  };
@@ -2249,8 +4160,8 @@ export declare class DescribeDBInstancesResponseItemsDBInstance extends $tea.Mod
2249
4160
  [key: string]: any;
2250
4161
  });
2251
4162
  }
2252
- export declare class DescribeDBInstancesResponseItems extends $tea.Model {
2253
- DBInstance: DescribeDBInstancesResponseItemsDBInstance[];
4163
+ export declare class DescribeSlowLogRecordsResponseBodyItems extends $tea.Model {
4164
+ SQLSlowRecord?: DescribeSlowLogRecordsResponseBodyItemsSQLSlowRecord[];
2254
4165
  static names(): {
2255
4166
  [key: string]: string;
2256
4167
  };
@@ -2261,15 +4172,22 @@ export declare class DescribeDBInstancesResponseItems extends $tea.Model {
2261
4172
  [key: string]: any;
2262
4173
  });
2263
4174
  }
2264
- export declare class DescribeDBInstanceNetInfoResponseDBInstanceNetInfosDBInstanceNetInfo extends $tea.Model {
2265
- IPType: string;
2266
- VPCId: string;
2267
- port: string;
2268
- vSwitchId: string;
2269
- vpcInstanceId: string;
2270
- addressType: string;
2271
- IPAddress: string;
2272
- connectionString: string;
4175
+ export declare class DescribeSlowSQLLogsResponseBodyItems extends $tea.Model {
4176
+ accountName?: string;
4177
+ DBName?: string;
4178
+ DBRole?: string;
4179
+ executeCost?: number;
4180
+ executeState?: string;
4181
+ operationClass?: string;
4182
+ operationExecuteTime?: string;
4183
+ operationType?: string;
4184
+ queryId?: string;
4185
+ returnRowCounts?: number;
4186
+ SQLPlan?: string;
4187
+ SQLText?: string;
4188
+ scanRowCounts?: number;
4189
+ sourceIP?: string;
4190
+ sourcePort?: number;
2273
4191
  static names(): {
2274
4192
  [key: string]: string;
2275
4193
  };
@@ -2280,8 +4198,9 @@ export declare class DescribeDBInstanceNetInfoResponseDBInstanceNetInfosDBInstan
2280
4198
  [key: string]: any;
2281
4199
  });
2282
4200
  }
2283
- export declare class DescribeDBInstanceNetInfoResponseDBInstanceNetInfos extends $tea.Model {
2284
- DBInstanceNetInfo: DescribeDBInstanceNetInfoResponseDBInstanceNetInfosDBInstanceNetInfo[];
4201
+ export declare class DescribeSpecificationResponseBodyDBInstanceClass extends $tea.Model {
4202
+ text?: string;
4203
+ value?: string;
2285
4204
  static names(): {
2286
4205
  [key: string]: string;
2287
4206
  };
@@ -2292,10 +4211,9 @@ export declare class DescribeDBInstanceNetInfoResponseDBInstanceNetInfos extends
2292
4211
  [key: string]: any;
2293
4212
  });
2294
4213
  }
2295
- export declare class DescribeDBInstanceIPArrayListResponseItemsDBInstanceIPArray extends $tea.Model {
2296
- DBInstanceIPArrayName: string;
2297
- DBInstanceIPArrayAttribute: string;
2298
- securityIPList: string;
4214
+ export declare class DescribeSpecificationResponseBodyDBInstanceGroupCount extends $tea.Model {
4215
+ text?: string;
4216
+ value?: string;
2299
4217
  static names(): {
2300
4218
  [key: string]: string;
2301
4219
  };
@@ -2306,8 +4224,9 @@ export declare class DescribeDBInstanceIPArrayListResponseItemsDBInstanceIPArray
2306
4224
  [key: string]: any;
2307
4225
  });
2308
4226
  }
2309
- export declare class DescribeDBInstanceIPArrayListResponseItems extends $tea.Model {
2310
- DBInstanceIPArray: DescribeDBInstanceIPArrayListResponseItemsDBInstanceIPArray[];
4227
+ export declare class DescribeSpecificationResponseBodyStorageNotice extends $tea.Model {
4228
+ text?: string;
4229
+ value?: string;
2311
4230
  static names(): {
2312
4231
  [key: string]: string;
2313
4232
  };
@@ -2318,9 +4237,9 @@ export declare class DescribeDBInstanceIPArrayListResponseItems extends $tea.Mod
2318
4237
  [key: string]: any;
2319
4238
  });
2320
4239
  }
2321
- export declare class DescribeDBInstanceAttributeResponseItemsDBInstanceAttributeTagsTag extends $tea.Model {
2322
- key: string;
2323
- value: string;
4240
+ export declare class DescribeTagsResponseBodyTags extends $tea.Model {
4241
+ tagKey?: string;
4242
+ tagValue?: string;
2324
4243
  static names(): {
2325
4244
  [key: string]: string;
2326
4245
  };
@@ -2331,8 +4250,8 @@ export declare class DescribeDBInstanceAttributeResponseItemsDBInstanceAttribute
2331
4250
  [key: string]: any;
2332
4251
  });
2333
4252
  }
2334
- export declare class DescribeDBInstanceAttributeResponseItemsDBInstanceAttributeTags extends $tea.Model {
2335
- tag: DescribeDBInstanceAttributeResponseItemsDBInstanceAttributeTagsTag[];
4253
+ export declare class DescribeUserEncryptionKeyListResponseBodyKmsKeys extends $tea.Model {
4254
+ keyId?: string;
2336
4255
  static names(): {
2337
4256
  [key: string]: string;
2338
4257
  };
@@ -2343,47 +4262,9 @@ export declare class DescribeDBInstanceAttributeResponseItemsDBInstanceAttribute
2343
4262
  [key: string]: any;
2344
4263
  });
2345
4264
  }
2346
- export declare class DescribeDBInstanceAttributeResponseItemsDBInstanceAttribute extends $tea.Model {
2347
- DBInstanceId: string;
2348
- payType: string;
2349
- DBInstanceClassType: string;
2350
- regionId: string;
2351
- connectionString: string;
2352
- port: string;
2353
- engine: string;
2354
- engineVersion: string;
2355
- DBInstanceClass: string;
2356
- DBInstanceCpuCores: number;
2357
- DBInstanceMemory: number;
2358
- DBInstanceStorage: number;
2359
- DBInstanceDiskMBPS: number;
2360
- hostType: string;
2361
- DBInstanceGroupCount: string;
2362
- DBInstanceNetType: string;
2363
- DBInstanceStatus: string;
2364
- DBInstanceDescription: string;
2365
- lockMode: string;
2366
- lockReason: string;
2367
- readDelayTime: string;
2368
- creationTime: string;
2369
- expireTime: string;
2370
- maintainStartTime: string;
2371
- maintainEndTime: string;
2372
- availabilityValue: string;
2373
- maxConnections: number;
2374
- securityIPList: string;
2375
- zoneId: string;
2376
- instanceNetworkType: string;
2377
- vpcId: string;
2378
- connectionMode: string;
2379
- storageType: string;
2380
- cpuCoresPerNode: number;
2381
- segmentCounts: number;
2382
- storagePerNode: number;
2383
- memoryPerNode: number;
2384
- storageUnit: string;
2385
- memoryUnit: string;
2386
- tags: DescribeDBInstanceAttributeResponseItemsDBInstanceAttributeTags;
4265
+ export declare class ListTagResourcesRequestTag extends $tea.Model {
4266
+ key?: string;
4267
+ value?: string;
2387
4268
  static names(): {
2388
4269
  [key: string]: string;
2389
4270
  };
@@ -2394,8 +4275,11 @@ export declare class DescribeDBInstanceAttributeResponseItemsDBInstanceAttribute
2394
4275
  [key: string]: any;
2395
4276
  });
2396
4277
  }
2397
- export declare class DescribeDBInstanceAttributeResponseItems extends $tea.Model {
2398
- DBInstanceAttribute: DescribeDBInstanceAttributeResponseItemsDBInstanceAttribute[];
4278
+ export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends $tea.Model {
4279
+ resourceId?: string;
4280
+ resourceType?: string;
4281
+ tagKey?: string;
4282
+ tagValue?: string;
2399
4283
  static names(): {
2400
4284
  [key: string]: string;
2401
4285
  };
@@ -2406,11 +4290,8 @@ export declare class DescribeDBInstanceAttributeResponseItems extends $tea.Model
2406
4290
  [key: string]: any;
2407
4291
  });
2408
4292
  }
2409
- export declare class DescribeAccountsResponseAccountsDBInstanceAccount extends $tea.Model {
2410
- DBInstanceId: string;
2411
- accountName: string;
2412
- accountStatus: string;
2413
- accountDescription: string;
4293
+ export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model {
4294
+ tagResource?: ListTagResourcesResponseBodyTagResourcesTagResource[];
2414
4295
  static names(): {
2415
4296
  [key: string]: string;
2416
4297
  };
@@ -2421,8 +4302,9 @@ export declare class DescribeAccountsResponseAccountsDBInstanceAccount extends $
2421
4302
  [key: string]: any;
2422
4303
  });
2423
4304
  }
2424
- export declare class DescribeAccountsResponseAccounts extends $tea.Model {
2425
- DBInstanceAccount: DescribeAccountsResponseAccountsDBInstanceAccount[];
4305
+ export declare class TagResourcesRequestTag extends $tea.Model {
4306
+ key?: string;
4307
+ value?: string;
2426
4308
  static names(): {
2427
4309
  [key: string]: string;
2428
4310
  };
@@ -2433,115 +4315,143 @@ export declare class DescribeAccountsResponseAccounts extends $tea.Model {
2433
4315
  [key: string]: any;
2434
4316
  });
2435
4317
  }
2436
- export default class Client extends RPC {
2437
- constructor(config: $RPC.Config);
2438
- describeUserEncryptionKeyListWithOptions(request: DescribeUserEncryptionKeyListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserEncryptionKeyListResponse>;
2439
- describeUserEncryptionKeyList(request: DescribeUserEncryptionKeyListRequest): Promise<DescribeUserEncryptionKeyListResponse>;
2440
- describeModifyParameterLogWithOptions(request: DescribeModifyParameterLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModifyParameterLogResponse>;
2441
- describeModifyParameterLog(request: DescribeModifyParameterLogRequest): Promise<DescribeModifyParameterLogResponse>;
2442
- describeParametersWithOptions(request: DescribeParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParametersResponse>;
2443
- describeParameters(request: DescribeParametersRequest): Promise<DescribeParametersResponse>;
2444
- modifyParametersWithOptions(request: ModifyParametersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyParametersResponse>;
2445
- modifyParameters(request: ModifyParametersRequest): Promise<ModifyParametersResponse>;
2446
- createServiceLinkedRoleWithOptions(request: CreateServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateServiceLinkedRoleResponse>;
2447
- createServiceLinkedRole(request: CreateServiceLinkedRoleRequest): Promise<CreateServiceLinkedRoleResponse>;
4318
+ export default class Client extends OpenApi {
4319
+ constructor(config: $OpenApi.Config);
4320
+ getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
4321
+ [key: string]: string;
4322
+ }, endpoint: string): string;
4323
+ addBuDBInstanceRelationWithOptions(request: AddBuDBInstanceRelationRequest, runtime: $Util.RuntimeOptions): Promise<AddBuDBInstanceRelationResponse>;
4324
+ addBuDBInstanceRelation(request: AddBuDBInstanceRelationRequest): Promise<AddBuDBInstanceRelationResponse>;
4325
+ allocateInstancePublicConnectionWithOptions(request: AllocateInstancePublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<AllocateInstancePublicConnectionResponse>;
4326
+ allocateInstancePublicConnection(request: AllocateInstancePublicConnectionRequest): Promise<AllocateInstancePublicConnectionResponse>;
2448
4327
  checkServiceLinkedRoleWithOptions(request: CheckServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CheckServiceLinkedRoleResponse>;
2449
4328
  checkServiceLinkedRole(request: CheckServiceLinkedRoleRequest): Promise<CheckServiceLinkedRoleResponse>;
2450
- describeSQLLogCountWithOptions(request: DescribeSQLLogCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogCountResponse>;
2451
- describeSQLLogCount(request: DescribeSQLLogCountRequest): Promise<DescribeSQLLogCountResponse>;
2452
- describeSQLLogsWithOptions(request: DescribeSQLLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogsResponse>;
2453
- describeSQLLogs(request: DescribeSQLLogsRequest): Promise<DescribeSQLLogsResponse>;
4329
+ createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
4330
+ createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
4331
+ createDBInstanceWithOptions(request: CreateDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBInstanceResponse>;
4332
+ createDBInstance(request: CreateDBInstanceRequest): Promise<CreateDBInstanceResponse>;
2454
4333
  createECSDBInstanceWithOptions(request: CreateECSDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateECSDBInstanceResponse>;
2455
4334
  createECSDBInstance(request: CreateECSDBInstanceRequest): Promise<CreateECSDBInstanceResponse>;
4335
+ createServiceLinkedRoleWithOptions(request: CreateServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CreateServiceLinkedRoleResponse>;
4336
+ createServiceLinkedRole(request: CreateServiceLinkedRoleRequest): Promise<CreateServiceLinkedRoleResponse>;
4337
+ deleteDBInstanceWithOptions(request: DeleteDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceResponse>;
4338
+ deleteDBInstance(request: DeleteDBInstanceRequest): Promise<DeleteDBInstanceResponse>;
4339
+ deleteDatabaseWithOptions(request: DeleteDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDatabaseResponse>;
4340
+ deleteDatabase(request: DeleteDatabaseRequest): Promise<DeleteDatabaseResponse>;
4341
+ deleteInstanceSPInfoWithOptions(request: DeleteInstanceSPInfoRequest, runtime: $Util.RuntimeOptions): Promise<DeleteInstanceSPInfoResponse>;
4342
+ deleteInstanceSPInfo(request: DeleteInstanceSPInfoRequest): Promise<DeleteInstanceSPInfoResponse>;
4343
+ describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
4344
+ describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
4345
+ describeAvailableResourcesWithOptions(request: DescribeAvailableResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourcesResponse>;
4346
+ describeAvailableResources(request: DescribeAvailableResourcesRequest): Promise<DescribeAvailableResourcesResponse>;
4347
+ describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
4348
+ describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
4349
+ describeDBClusterNodeWithOptions(request: DescribeDBClusterNodeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterNodeResponse>;
4350
+ describeDBClusterNode(request: DescribeDBClusterNodeRequest): Promise<DescribeDBClusterNodeResponse>;
4351
+ describeDBClusterNodesWithOptions(request: DescribeDBClusterNodesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterNodesResponse>;
4352
+ describeDBClusterNodes(request: DescribeDBClusterNodesRequest): Promise<DescribeDBClusterNodesResponse>;
2456
4353
  describeDBClusterPerformanceWithOptions(request: DescribeDBClusterPerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterPerformanceResponse>;
2457
4354
  describeDBClusterPerformance(request: DescribeDBClusterPerformanceRequest): Promise<DescribeDBClusterPerformanceResponse>;
4355
+ describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
4356
+ describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
4357
+ describeDBInstanceIPArrayListWithOptions(request: DescribeDBInstanceIPArrayListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceIPArrayListResponse>;
4358
+ describeDBInstanceIPArrayList(request: DescribeDBInstanceIPArrayListRequest): Promise<DescribeDBInstanceIPArrayListResponse>;
4359
+ describeDBInstanceNetInfoWithOptions(request: DescribeDBInstanceNetInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceNetInfoResponse>;
4360
+ describeDBInstanceNetInfo(request: DescribeDBInstanceNetInfoRequest): Promise<DescribeDBInstanceNetInfoResponse>;
2458
4361
  describeDBInstanceOnECSAttributeWithOptions(request: DescribeDBInstanceOnECSAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceOnECSAttributeResponse>;
2459
4362
  describeDBInstanceOnECSAttribute(request: DescribeDBInstanceOnECSAttributeRequest): Promise<DescribeDBInstanceOnECSAttributeResponse>;
2460
- describeAvailableResourcesWithOptions(request: DescribeAvailableResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableResourcesResponse>;
2461
- describeAvailableResources(request: DescribeAvailableResourcesRequest): Promise<DescribeAvailableResourcesResponse>;
4363
+ describeDBInstanceSQLPatternsWithOptions(request: DescribeDBInstanceSQLPatternsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceSQLPatternsResponse>;
4364
+ describeDBInstanceSQLPatterns(request: DescribeDBInstanceSQLPatternsRequest): Promise<DescribeDBInstanceSQLPatternsResponse>;
2462
4365
  describeDBInstanceSSLWithOptions(request: DescribeDBInstanceSSLRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceSSLResponse>;
2463
4366
  describeDBInstanceSSL(request: DescribeDBInstanceSSLRequest): Promise<DescribeDBInstanceSSLResponse>;
2464
- modifyDBInstanceSSLWithOptions(request: ModifyDBInstanceSSLRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceSSLResponse>;
2465
- modifyDBInstanceSSL(request: ModifyDBInstanceSSLRequest): Promise<ModifyDBInstanceSSLResponse>;
2466
- describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
2467
- describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
2468
- describeSpecificationWithOptions(request: DescribeSpecificationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSpecificationResponse>;
2469
- describeSpecification(request: DescribeSpecificationRequest): Promise<DescribeSpecificationResponse>;
2470
- upgradeDBVersionWithOptions(request: UpgradeDBVersionRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBVersionResponse>;
2471
- upgradeDBVersion(request: UpgradeDBVersionRequest): Promise<UpgradeDBVersionResponse>;
2472
- upgradeDBInstanceWithOptions(request: UpgradeDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBInstanceResponse>;
2473
- upgradeDBInstance(request: UpgradeDBInstanceRequest): Promise<UpgradeDBInstanceResponse>;
2474
- untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
2475
- untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
2476
- tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
2477
- tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
2478
- listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
2479
- listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
4367
+ describeDBInstancesWithOptions(tmpReq: DescribeDBInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstancesResponse>;
4368
+ describeDBInstances(request: DescribeDBInstancesRequest): Promise<DescribeDBInstancesResponse>;
4369
+ describeDataBackupsWithOptions(request: DescribeDataBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataBackupsResponse>;
4370
+ describeDataBackups(request: DescribeDataBackupsRequest): Promise<DescribeDataBackupsResponse>;
4371
+ describeDataShareInstancesWithOptions(request: DescribeDataShareInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDataShareInstancesResponse>;
4372
+ describeDataShareInstances(request: DescribeDataShareInstancesRequest): Promise<DescribeDataShareInstancesResponse>;
4373
+ describeHealthStatusWithOptions(request: DescribeHealthStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHealthStatusResponse>;
4374
+ describeHealthStatus(request: DescribeHealthStatusRequest): Promise<DescribeHealthStatusResponse>;
4375
+ describeLogBackupsWithOptions(request: DescribeLogBackupsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogBackupsResponse>;
4376
+ describeLogBackups(request: DescribeLogBackupsRequest): Promise<DescribeLogBackupsResponse>;
4377
+ describeModifyParameterLogWithOptions(request: DescribeModifyParameterLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeModifyParameterLogResponse>;
4378
+ describeModifyParameterLog(request: DescribeModifyParameterLogRequest): Promise<DescribeModifyParameterLogResponse>;
4379
+ describeParametersWithOptions(request: DescribeParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParametersResponse>;
4380
+ describeParameters(request: DescribeParametersRequest): Promise<DescribeParametersResponse>;
2480
4381
  describeRdsVSwitchsWithOptions(request: DescribeRdsVSwitchsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRdsVSwitchsResponse>;
2481
4382
  describeRdsVSwitchs(request: DescribeRdsVSwitchsRequest): Promise<DescribeRdsVSwitchsResponse>;
2482
4383
  describeRdsVpcsWithOptions(request: DescribeRdsVpcsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRdsVpcsResponse>;
2483
4384
  describeRdsVpcs(request: DescribeRdsVpcsRequest): Promise<DescribeRdsVpcsResponse>;
2484
- addBuDBInstanceRelationWithOptions(request: AddBuDBInstanceRelationRequest, runtime: $Util.RuntimeOptions): Promise<AddBuDBInstanceRelationResponse>;
2485
- addBuDBInstanceRelation(request: AddBuDBInstanceRelationRequest): Promise<AddBuDBInstanceRelationResponse>;
2486
- describeSQLLogRecordsWithOptions(request: DescribeSQLLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogRecordsResponse>;
2487
- describeSQLLogRecords(request: DescribeSQLLogRecordsRequest): Promise<DescribeSQLLogRecordsResponse>;
2488
- modifySQLCollectorPolicyWithOptions(request: ModifySQLCollectorPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifySQLCollectorPolicyResponse>;
2489
- modifySQLCollectorPolicy(request: ModifySQLCollectorPolicyRequest): Promise<ModifySQLCollectorPolicyResponse>;
2490
- describeSQLLogFilesWithOptions(request: DescribeSQLLogFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogFilesResponse>;
2491
- describeSQLLogFiles(request: DescribeSQLLogFilesRequest): Promise<DescribeSQLLogFilesResponse>;
4385
+ describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
4386
+ describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
4387
+ describeResourceUsageWithOptions(request: DescribeResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceUsageResponse>;
4388
+ describeResourceUsage(request: DescribeResourceUsageRequest): Promise<DescribeResourceUsageResponse>;
2492
4389
  describeSQLCollectorPolicyWithOptions(request: DescribeSQLCollectorPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLCollectorPolicyResponse>;
2493
4390
  describeSQLCollectorPolicy(request: DescribeSQLCollectorPolicyRequest): Promise<DescribeSQLCollectorPolicyResponse>;
4391
+ describeSQLLogWithOptions(request: DescribeSQLLogRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogResponse>;
4392
+ describeSQLLog(request: DescribeSQLLogRequest): Promise<DescribeSQLLogResponse>;
4393
+ describeSQLLogByQueryIdWithOptions(request: DescribeSQLLogByQueryIdRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogByQueryIdResponse>;
4394
+ describeSQLLogByQueryId(request: DescribeSQLLogByQueryIdRequest): Promise<DescribeSQLLogByQueryIdResponse>;
4395
+ describeSQLLogCountWithOptions(request: DescribeSQLLogCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogCountResponse>;
4396
+ describeSQLLogCount(request: DescribeSQLLogCountRequest): Promise<DescribeSQLLogCountResponse>;
4397
+ describeSQLLogFilesWithOptions(request: DescribeSQLLogFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogFilesResponse>;
4398
+ describeSQLLogFiles(request: DescribeSQLLogFilesRequest): Promise<DescribeSQLLogFilesResponse>;
4399
+ describeSQLLogRecordsWithOptions(request: DescribeSQLLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogRecordsResponse>;
4400
+ describeSQLLogRecords(request: DescribeSQLLogRecordsRequest): Promise<DescribeSQLLogRecordsResponse>;
4401
+ describeSQLLogsWithOptions(request: DescribeSQLLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogsResponse>;
4402
+ describeSQLLogs(request: DescribeSQLLogsRequest): Promise<DescribeSQLLogsResponse>;
4403
+ describeSQLLogsOnSliceWithOptions(request: DescribeSQLLogsOnSliceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogsOnSliceResponse>;
4404
+ describeSQLLogsOnSlice(request: DescribeSQLLogsOnSliceRequest): Promise<DescribeSQLLogsOnSliceResponse>;
2494
4405
  describeSlowLogRecordsWithOptions(request: DescribeSlowLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlowLogRecordsResponse>;
2495
4406
  describeSlowLogRecords(request: DescribeSlowLogRecordsRequest): Promise<DescribeSlowLogRecordsResponse>;
2496
- switchDBInstanceNetTypeWithOptions(request: SwitchDBInstanceNetTypeRequest, runtime: $Util.RuntimeOptions): Promise<SwitchDBInstanceNetTypeResponse>;
2497
- switchDBInstanceNetType(request: SwitchDBInstanceNetTypeRequest): Promise<SwitchDBInstanceNetTypeResponse>;
2498
- restartDBInstanceWithOptions(request: RestartDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RestartDBInstanceResponse>;
2499
- restartDBInstance(request: RestartDBInstanceRequest): Promise<RestartDBInstanceResponse>;
2500
- resetAccountPasswordWithOptions(request: ResetAccountPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountPasswordResponse>;
2501
- resetAccountPassword(request: ResetAccountPasswordRequest): Promise<ResetAccountPasswordResponse>;
2502
- releaseInstancePublicConnectionWithOptions(request: ReleaseInstancePublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstancePublicConnectionResponse>;
2503
- releaseInstancePublicConnection(request: ReleaseInstancePublicConnectionRequest): Promise<ReleaseInstancePublicConnectionResponse>;
2504
- modifySecurityIpsWithOptions(request: ModifySecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityIpsResponse>;
2505
- modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
2506
- modifyDBInstanceNetworkTypeWithOptions(request: ModifyDBInstanceNetworkTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetworkTypeResponse>;
2507
- modifyDBInstanceNetworkType(request: ModifyDBInstanceNetworkTypeRequest): Promise<ModifyDBInstanceNetworkTypeResponse>;
2508
- modifyDBInstanceMaintainTimeWithOptions(request: ModifyDBInstanceMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMaintainTimeResponse>;
2509
- modifyDBInstanceMaintainTime(request: ModifyDBInstanceMaintainTimeRequest): Promise<ModifyDBInstanceMaintainTimeResponse>;
2510
- modifyDBInstanceDescriptionWithOptions(request: ModifyDBInstanceDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDescriptionResponse>;
2511
- modifyDBInstanceDescription(request: ModifyDBInstanceDescriptionRequest): Promise<ModifyDBInstanceDescriptionResponse>;
2512
- modifyDBInstanceConnectionStringWithOptions(request: ModifyDBInstanceConnectionStringRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConnectionStringResponse>;
2513
- modifyDBInstanceConnectionString(request: ModifyDBInstanceConnectionStringRequest): Promise<ModifyDBInstanceConnectionStringResponse>;
2514
- modifyDBInstanceConnectionModeWithOptions(request: ModifyDBInstanceConnectionModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConnectionModeResponse>;
2515
- modifyDBInstanceConnectionMode(request: ModifyDBInstanceConnectionModeRequest): Promise<ModifyDBInstanceConnectionModeResponse>;
4407
+ describeSlowSQLLogsWithOptions(request: DescribeSlowSQLLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlowSQLLogsResponse>;
4408
+ describeSlowSQLLogs(request: DescribeSlowSQLLogsRequest): Promise<DescribeSlowSQLLogsResponse>;
4409
+ describeSpecificationWithOptions(request: DescribeSpecificationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSpecificationResponse>;
4410
+ describeSpecification(request: DescribeSpecificationRequest): Promise<DescribeSpecificationResponse>;
4411
+ describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
4412
+ describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
4413
+ describeUserEncryptionKeyListWithOptions(request: DescribeUserEncryptionKeyListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserEncryptionKeyListResponse>;
4414
+ describeUserEncryptionKeyList(request: DescribeUserEncryptionKeyListRequest): Promise<DescribeUserEncryptionKeyListResponse>;
4415
+ listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
4416
+ listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
2516
4417
  modifyAccountDescriptionWithOptions(request: ModifyAccountDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountDescriptionResponse>;
2517
4418
  modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
2518
- describeResourceUsageWithOptions(request: DescribeResourceUsageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourceUsageResponse>;
2519
- describeResourceUsage(request: DescribeResourceUsageRequest): Promise<DescribeResourceUsageResponse>;
2520
- describeRegionsWithOptions(request: DescribeRegionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
2521
- describeRegions(request: DescribeRegionsRequest): Promise<DescribeRegionsResponse>;
2522
- describeDBInstancesWithOptions(request: DescribeDBInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstancesResponse>;
2523
- describeDBInstances(request: DescribeDBInstancesRequest): Promise<DescribeDBInstancesResponse>;
2524
- describeDBInstancePerformanceWithOptions(request: DescribeDBInstancePerformanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstancePerformanceResponse>;
2525
- describeDBInstancePerformance(request: DescribeDBInstancePerformanceRequest): Promise<DescribeDBInstancePerformanceResponse>;
2526
- describeDBInstanceNetInfoWithOptions(request: DescribeDBInstanceNetInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceNetInfoResponse>;
2527
- describeDBInstanceNetInfo(request: DescribeDBInstanceNetInfoRequest): Promise<DescribeDBInstanceNetInfoResponse>;
2528
- describeDBInstanceIPArrayListWithOptions(request: DescribeDBInstanceIPArrayListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceIPArrayListResponse>;
2529
- describeDBInstanceIPArrayList(request: DescribeDBInstanceIPArrayListRequest): Promise<DescribeDBInstanceIPArrayListResponse>;
2530
- describeDBInstanceAttributeWithOptions(request: DescribeDBInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceAttributeResponse>;
2531
- describeDBInstanceAttribute(request: DescribeDBInstanceAttributeRequest): Promise<DescribeDBInstanceAttributeResponse>;
2532
- describeAccountsWithOptions(request: DescribeAccountsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAccountsResponse>;
2533
- describeAccounts(request: DescribeAccountsRequest): Promise<DescribeAccountsResponse>;
2534
- deleteDBInstanceWithOptions(request: DeleteDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceResponse>;
2535
- deleteDBInstance(request: DeleteDBInstanceRequest): Promise<DeleteDBInstanceResponse>;
2536
- deleteDatabaseWithOptions(request: DeleteDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDatabaseResponse>;
2537
- deleteDatabase(request: DeleteDatabaseRequest): Promise<DeleteDatabaseResponse>;
2538
- createDBInstanceWithOptions(request: CreateDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBInstanceResponse>;
2539
- createDBInstance(request: CreateDBInstanceRequest): Promise<CreateDBInstanceResponse>;
2540
- createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
2541
- createAccount(request: CreateAccountRequest): Promise<CreateAccountResponse>;
2542
- allocateInstancePublicConnectionWithOptions(request: AllocateInstancePublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<AllocateInstancePublicConnectionResponse>;
2543
- allocateInstancePublicConnection(request: AllocateInstancePublicConnectionRequest): Promise<AllocateInstancePublicConnectionResponse>;
2544
- getEndpoint(productId: string, regionId: string, endpointRule: string, network: string, suffix: string, endpointMap: {
2545
- [key: string]: string;
2546
- }, endpoint: string): string;
4419
+ modifyBackupPolicyWithOptions(request: ModifyBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBackupPolicyResponse>;
4420
+ modifyBackupPolicy(request: ModifyBackupPolicyRequest): Promise<ModifyBackupPolicyResponse>;
4421
+ modifyDBInstanceConnectionModeWithOptions(request: ModifyDBInstanceConnectionModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConnectionModeResponse>;
4422
+ modifyDBInstanceConnectionMode(request: ModifyDBInstanceConnectionModeRequest): Promise<ModifyDBInstanceConnectionModeResponse>;
4423
+ modifyDBInstanceConnectionStringWithOptions(request: ModifyDBInstanceConnectionStringRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConnectionStringResponse>;
4424
+ modifyDBInstanceConnectionString(request: ModifyDBInstanceConnectionStringRequest): Promise<ModifyDBInstanceConnectionStringResponse>;
4425
+ modifyDBInstanceDescriptionWithOptions(request: ModifyDBInstanceDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDescriptionResponse>;
4426
+ modifyDBInstanceDescription(request: ModifyDBInstanceDescriptionRequest): Promise<ModifyDBInstanceDescriptionResponse>;
4427
+ modifyDBInstanceMaintainTimeWithOptions(request: ModifyDBInstanceMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMaintainTimeResponse>;
4428
+ modifyDBInstanceMaintainTime(request: ModifyDBInstanceMaintainTimeRequest): Promise<ModifyDBInstanceMaintainTimeResponse>;
4429
+ modifyDBInstanceNetworkTypeWithOptions(request: ModifyDBInstanceNetworkTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetworkTypeResponse>;
4430
+ modifyDBInstanceNetworkType(request: ModifyDBInstanceNetworkTypeRequest): Promise<ModifyDBInstanceNetworkTypeResponse>;
4431
+ modifyDBInstanceSSLWithOptions(request: ModifyDBInstanceSSLRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceSSLResponse>;
4432
+ modifyDBInstanceSSL(request: ModifyDBInstanceSSLRequest): Promise<ModifyDBInstanceSSLResponse>;
4433
+ modifyParametersWithOptions(request: ModifyParametersRequest, runtime: $Util.RuntimeOptions): Promise<ModifyParametersResponse>;
4434
+ modifyParameters(request: ModifyParametersRequest): Promise<ModifyParametersResponse>;
4435
+ modifySQLCollectorPolicyWithOptions(request: ModifySQLCollectorPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifySQLCollectorPolicyResponse>;
4436
+ modifySQLCollectorPolicy(request: ModifySQLCollectorPolicyRequest): Promise<ModifySQLCollectorPolicyResponse>;
4437
+ modifySecurityIpsWithOptions(request: ModifySecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityIpsResponse>;
4438
+ modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
4439
+ releaseInstancePublicConnectionWithOptions(request: ReleaseInstancePublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstancePublicConnectionResponse>;
4440
+ releaseInstancePublicConnection(request: ReleaseInstancePublicConnectionRequest): Promise<ReleaseInstancePublicConnectionResponse>;
4441
+ resetAccountPasswordWithOptions(request: ResetAccountPasswordRequest, runtime: $Util.RuntimeOptions): Promise<ResetAccountPasswordResponse>;
4442
+ resetAccountPassword(request: ResetAccountPasswordRequest): Promise<ResetAccountPasswordResponse>;
4443
+ restartDBInstanceWithOptions(request: RestartDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RestartDBInstanceResponse>;
4444
+ restartDBInstance(request: RestartDBInstanceRequest): Promise<RestartDBInstanceResponse>;
4445
+ setDataShareInstanceWithOptions(tmpReq: SetDataShareInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SetDataShareInstanceResponse>;
4446
+ setDataShareInstance(request: SetDataShareInstanceRequest): Promise<SetDataShareInstanceResponse>;
4447
+ switchDBInstanceNetTypeWithOptions(request: SwitchDBInstanceNetTypeRequest, runtime: $Util.RuntimeOptions): Promise<SwitchDBInstanceNetTypeResponse>;
4448
+ switchDBInstanceNetType(request: SwitchDBInstanceNetTypeRequest): Promise<SwitchDBInstanceNetTypeResponse>;
4449
+ tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
4450
+ tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
4451
+ untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
4452
+ untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
4453
+ upgradeDBInstanceWithOptions(request: UpgradeDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBInstanceResponse>;
4454
+ upgradeDBInstance(request: UpgradeDBInstanceRequest): Promise<UpgradeDBInstanceResponse>;
4455
+ upgradeDBVersionWithOptions(request: UpgradeDBVersionRequest, runtime: $Util.RuntimeOptions): Promise<UpgradeDBVersionResponse>;
4456
+ upgradeDBVersion(request: UpgradeDBVersionRequest): Promise<UpgradeDBVersionResponse>;
2547
4457
  }