@alicloud/rds20140815 2.7.6 → 3.0.0

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
@@ -2186,6 +2186,7 @@ export declare class CreatePostgresExtensionsRequest extends $tea.Model {
2186
2186
  resourceGroupId?: string;
2187
2187
  resourceOwnerAccount?: string;
2188
2188
  resourceOwnerId?: number;
2189
+ riskConfirmed?: boolean;
2189
2190
  sourceDatabase?: string;
2190
2191
  static names(): {
2191
2192
  [key: string]: string;
@@ -5963,7 +5964,7 @@ export declare class DescribeDBProxyResponseBody extends $tea.Model {
5963
5964
  DBProxyInstanceSize?: string;
5964
5965
  DBProxyInstanceStatus?: string;
5965
5966
  DBProxyInstanceType?: string;
5966
- DBProxyPersistentConnectionSupport?: string;
5967
+ DBProxyPersistentConnectionStatus?: string;
5967
5968
  DBProxyServiceStatus?: string;
5968
5969
  dbProxyEndpointItems?: DescribeDBProxyResponseBodyDbProxyEndpointItems;
5969
5970
  requestId?: string;
@@ -6639,6 +6640,110 @@ export declare class DescribeHASwitchConfigResponse extends $tea.Model {
6639
6640
  [key: string]: any;
6640
6641
  });
6641
6642
  }
6643
+ export declare class DescribeHistoryEventsRequest extends $tea.Model {
6644
+ archiveStatus?: string;
6645
+ eventCategory?: string;
6646
+ eventId?: string;
6647
+ eventLevel?: string;
6648
+ eventStatus?: string;
6649
+ eventType?: string;
6650
+ fromStartTime?: string;
6651
+ instanceId?: string;
6652
+ pageNumber?: number;
6653
+ pageSize?: number;
6654
+ regionId?: string;
6655
+ resourceGroupId?: string;
6656
+ resourceType?: string;
6657
+ securityToken?: string;
6658
+ taskId?: string;
6659
+ toStartTime?: string;
6660
+ static names(): {
6661
+ [key: string]: string;
6662
+ };
6663
+ static types(): {
6664
+ [key: string]: any;
6665
+ };
6666
+ constructor(map?: {
6667
+ [key: string]: any;
6668
+ });
6669
+ }
6670
+ export declare class DescribeHistoryEventsResponseBody extends $tea.Model {
6671
+ items?: DescribeHistoryEventsResponseBodyItems[];
6672
+ pageNumber?: number;
6673
+ pageSize?: number;
6674
+ requestId?: string;
6675
+ totalCount?: number;
6676
+ static names(): {
6677
+ [key: string]: string;
6678
+ };
6679
+ static types(): {
6680
+ [key: string]: any;
6681
+ };
6682
+ constructor(map?: {
6683
+ [key: string]: any;
6684
+ });
6685
+ }
6686
+ export declare class DescribeHistoryEventsResponse extends $tea.Model {
6687
+ headers: {
6688
+ [key: string]: string;
6689
+ };
6690
+ statusCode: number;
6691
+ body: DescribeHistoryEventsResponseBody;
6692
+ static names(): {
6693
+ [key: string]: string;
6694
+ };
6695
+ static types(): {
6696
+ [key: string]: any;
6697
+ };
6698
+ constructor(map?: {
6699
+ [key: string]: any;
6700
+ });
6701
+ }
6702
+ export declare class DescribeHistoryEventsStatRequest extends $tea.Model {
6703
+ archiveStatus?: string;
6704
+ fromStartTime?: string;
6705
+ regionId?: string;
6706
+ securityToken?: string;
6707
+ toStartTime?: string;
6708
+ static names(): {
6709
+ [key: string]: string;
6710
+ };
6711
+ static types(): {
6712
+ [key: string]: any;
6713
+ };
6714
+ constructor(map?: {
6715
+ [key: string]: any;
6716
+ });
6717
+ }
6718
+ export declare class DescribeHistoryEventsStatResponseBody extends $tea.Model {
6719
+ items?: DescribeHistoryEventsStatResponseBodyItems[];
6720
+ requestId?: string;
6721
+ static names(): {
6722
+ [key: string]: string;
6723
+ };
6724
+ static types(): {
6725
+ [key: string]: any;
6726
+ };
6727
+ constructor(map?: {
6728
+ [key: string]: any;
6729
+ });
6730
+ }
6731
+ export declare class DescribeHistoryEventsStatResponse extends $tea.Model {
6732
+ headers: {
6733
+ [key: string]: string;
6734
+ };
6735
+ statusCode: number;
6736
+ body: DescribeHistoryEventsStatResponseBody;
6737
+ static names(): {
6738
+ [key: string]: string;
6739
+ };
6740
+ static types(): {
6741
+ [key: string]: any;
6742
+ };
6743
+ constructor(map?: {
6744
+ [key: string]: any;
6745
+ });
6746
+ }
6642
6747
  export declare class DescribeHistoryTasksRequest extends $tea.Model {
6643
6748
  fromExecTime?: number;
6644
6749
  fromStartTime?: string;
@@ -6699,6 +6804,60 @@ export declare class DescribeHistoryTasksResponse extends $tea.Model {
6699
6804
  [key: string]: any;
6700
6805
  });
6701
6806
  }
6807
+ export declare class DescribeHistoryTasksStatRequest extends $tea.Model {
6808
+ fromExecTime?: number;
6809
+ fromStartTime?: string;
6810
+ instanceId?: string;
6811
+ ownerId?: number;
6812
+ regionId?: string;
6813
+ resourceGroupId?: string;
6814
+ resourceOwnerAccount?: number;
6815
+ resourceOwnerId?: number;
6816
+ securityToken?: string;
6817
+ status?: string;
6818
+ taskId?: string;
6819
+ taskType?: string;
6820
+ toExecTime?: number;
6821
+ toStartTime?: string;
6822
+ static names(): {
6823
+ [key: string]: string;
6824
+ };
6825
+ static types(): {
6826
+ [key: string]: any;
6827
+ };
6828
+ constructor(map?: {
6829
+ [key: string]: any;
6830
+ });
6831
+ }
6832
+ export declare class DescribeHistoryTasksStatResponseBody extends $tea.Model {
6833
+ items?: DescribeHistoryTasksStatResponseBodyItems[];
6834
+ requestId?: string;
6835
+ static names(): {
6836
+ [key: string]: string;
6837
+ };
6838
+ static types(): {
6839
+ [key: string]: any;
6840
+ };
6841
+ constructor(map?: {
6842
+ [key: string]: any;
6843
+ });
6844
+ }
6845
+ export declare class DescribeHistoryTasksStatResponse extends $tea.Model {
6846
+ headers: {
6847
+ [key: string]: string;
6848
+ };
6849
+ statusCode: number;
6850
+ body: DescribeHistoryTasksStatResponseBody;
6851
+ static names(): {
6852
+ [key: string]: string;
6853
+ };
6854
+ static types(): {
6855
+ [key: string]: any;
6856
+ };
6857
+ constructor(map?: {
6858
+ [key: string]: any;
6859
+ });
6860
+ }
6702
6861
  export declare class DescribeHostGroupElasticStrategyParametersRequest extends $tea.Model {
6703
6862
  dedicatedHostGroupName?: string;
6704
6863
  regionId?: string;
@@ -11558,6 +11717,7 @@ export declare class ModifyDBProxyRequest extends $tea.Model {
11558
11717
  DBProxyInstanceType?: string;
11559
11718
  instanceNetworkType?: string;
11560
11719
  ownerId?: number;
11720
+ persistentConnectionStatus?: string;
11561
11721
  regionId?: string;
11562
11722
  resourceGroupId?: string;
11563
11723
  resourceOwnerAccount?: string;
@@ -11945,6 +12105,54 @@ export declare class ModifyDbProxyInstanceSslResponse extends $tea.Model {
11945
12105
  [key: string]: any;
11946
12106
  });
11947
12107
  }
12108
+ export declare class ModifyEventInfoRequest extends $tea.Model {
12109
+ actionParams?: string;
12110
+ eventAction?: string;
12111
+ eventId?: string;
12112
+ regionId?: string;
12113
+ securityToken?: string;
12114
+ static names(): {
12115
+ [key: string]: string;
12116
+ };
12117
+ static types(): {
12118
+ [key: string]: any;
12119
+ };
12120
+ constructor(map?: {
12121
+ [key: string]: any;
12122
+ });
12123
+ }
12124
+ export declare class ModifyEventInfoResponseBody extends $tea.Model {
12125
+ errorCode?: string;
12126
+ errorEventId?: string;
12127
+ requestId?: string;
12128
+ successCount?: number;
12129
+ successEventId?: string;
12130
+ static names(): {
12131
+ [key: string]: string;
12132
+ };
12133
+ static types(): {
12134
+ [key: string]: any;
12135
+ };
12136
+ constructor(map?: {
12137
+ [key: string]: any;
12138
+ });
12139
+ }
12140
+ export declare class ModifyEventInfoResponse extends $tea.Model {
12141
+ headers: {
12142
+ [key: string]: string;
12143
+ };
12144
+ statusCode: number;
12145
+ body: ModifyEventInfoResponseBody;
12146
+ static names(): {
12147
+ [key: string]: string;
12148
+ };
12149
+ static types(): {
12150
+ [key: string]: any;
12151
+ };
12152
+ constructor(map?: {
12153
+ [key: string]: any;
12154
+ });
12155
+ }
11948
12156
  export declare class ModifyHADiagnoseConfigRequest extends $tea.Model {
11949
12157
  DBInstanceId?: string;
11950
12158
  ownerId?: number;
@@ -12620,6 +12828,56 @@ export declare class ModifySecurityIpsResponse extends $tea.Model {
12620
12828
  [key: string]: any;
12621
12829
  });
12622
12830
  }
12831
+ export declare class ModifyTaskInfoRequest extends $tea.Model {
12832
+ actionParams?: string;
12833
+ regionId?: string;
12834
+ resourceOwnerAccount?: number;
12835
+ resourceOwnerId?: number;
12836
+ securityToken?: string;
12837
+ stepName?: string;
12838
+ taskAction?: string;
12839
+ taskId?: string;
12840
+ static names(): {
12841
+ [key: string]: string;
12842
+ };
12843
+ static types(): {
12844
+ [key: string]: any;
12845
+ };
12846
+ constructor(map?: {
12847
+ [key: string]: any;
12848
+ });
12849
+ }
12850
+ export declare class ModifyTaskInfoResponseBody extends $tea.Model {
12851
+ errorCode?: string;
12852
+ errorTaskId?: string;
12853
+ requestId?: string;
12854
+ successCount?: string;
12855
+ static names(): {
12856
+ [key: string]: string;
12857
+ };
12858
+ static types(): {
12859
+ [key: string]: any;
12860
+ };
12861
+ constructor(map?: {
12862
+ [key: string]: any;
12863
+ });
12864
+ }
12865
+ export declare class ModifyTaskInfoResponse extends $tea.Model {
12866
+ headers: {
12867
+ [key: string]: string;
12868
+ };
12869
+ statusCode: number;
12870
+ body: ModifyTaskInfoResponseBody;
12871
+ static names(): {
12872
+ [key: string]: string;
12873
+ };
12874
+ static types(): {
12875
+ [key: string]: any;
12876
+ };
12877
+ constructor(map?: {
12878
+ [key: string]: any;
12879
+ });
12880
+ }
12623
12881
  export declare class ModifyWhitelistTemplateRequest extends $tea.Model {
12624
12882
  ipWhitelist?: string;
12625
12883
  resourceGroupId?: string;
@@ -16633,6 +16891,7 @@ export declare class DescribeDBMiniEngineVersionsResponseBodyMinorVersionItems e
16633
16891
  communityMinorVersion?: string;
16634
16892
  engine?: string;
16635
16893
  engineVersion?: string;
16894
+ expireDate?: string;
16636
16895
  expireStatus?: string;
16637
16896
  isHotfixVersion?: boolean;
16638
16897
  minorVersion?: string;
@@ -17201,26 +17460,33 @@ export declare class DescribeGadInstancesResponseBodyGadInstances extends $tea.M
17201
17460
  [key: string]: any;
17202
17461
  });
17203
17462
  }
17204
- export declare class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
17205
- actionInfo?: string;
17206
- callerSource?: string;
17207
- callerUid?: string;
17208
- currentStepName?: string;
17463
+ export declare class DescribeHistoryEventsResponseBodyItemsData extends $tea.Model {
17464
+ cmsProduct?: string;
17209
17465
  dbType?: string;
17466
+ detailImpact?: string;
17467
+ detailReason?: string;
17210
17468
  endTime?: string;
17469
+ eventCategory?: string;
17470
+ eventCode?: string;
17471
+ eventDetail?: string;
17472
+ eventId?: string;
17473
+ eventImpact?: string;
17474
+ eventLevel?: string;
17475
+ eventReason?: string;
17476
+ eventStatus?: string;
17477
+ eventType?: string;
17478
+ gmtCreated?: string;
17479
+ gmtModified?: string;
17480
+ handleStatus?: string;
17481
+ hasLifeCycle?: number;
17211
17482
  instanceId?: string;
17212
17483
  instanceName?: string;
17213
- instanceType?: string;
17484
+ isClosed?: number;
17214
17485
  product?: string;
17215
- progress?: number;
17216
- reasonCode?: string;
17217
17486
  regionId?: string;
17218
- remainTime?: number;
17487
+ resourceType?: string;
17488
+ sourceType?: string;
17219
17489
  startTime?: string;
17220
- status?: string;
17221
- taskDetail?: string;
17222
- taskId?: string;
17223
- taskType?: string;
17224
17490
  uid?: string;
17225
17491
  static names(): {
17226
17492
  [key: string]: string;
@@ -17232,12 +17498,15 @@ export declare class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
17232
17498
  [key: string]: any;
17233
17499
  });
17234
17500
  }
17235
- export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem extends $tea.Model {
17236
- autoRenew?: string;
17237
- DBInstanceId?: string;
17238
- duration?: number;
17239
- regionId?: string;
17240
- status?: string;
17501
+ export declare class DescribeHistoryEventsResponseBodyItems extends $tea.Model {
17502
+ data?: DescribeHistoryEventsResponseBodyItemsData;
17503
+ id?: string;
17504
+ region?: string;
17505
+ source?: string;
17506
+ specversion?: string;
17507
+ subject?: string;
17508
+ time?: string;
17509
+ type?: string;
17241
17510
  static names(): {
17242
17511
  [key: string]: string;
17243
17512
  };
@@ -17248,8 +17517,9 @@ export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem e
17248
17517
  [key: string]: any;
17249
17518
  });
17250
17519
  }
17251
- export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItems extends $tea.Model {
17252
- item?: DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem[];
17520
+ export declare class DescribeHistoryEventsStatResponseBodyItems extends $tea.Model {
17521
+ eventCategory?: string;
17522
+ totalCount?: number;
17253
17523
  static names(): {
17254
17524
  [key: string]: string;
17255
17525
  };
@@ -17260,16 +17530,88 @@ export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItems exten
17260
17530
  [key: string]: any;
17261
17531
  });
17262
17532
  }
17263
- export declare class DescribeInstanceKeywordsResponseBodyWords extends $tea.Model {
17264
- word?: string[];
17265
- static names(): {
17266
- [key: string]: string;
17267
- };
17268
- static types(): {
17269
- [key: string]: any;
17270
- };
17271
- constructor(map?: {
17272
- [key: string]: any;
17533
+ export declare class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
17534
+ actionInfo?: string;
17535
+ callerSource?: string;
17536
+ callerUid?: string;
17537
+ currentStepName?: string;
17538
+ dbType?: string;
17539
+ endTime?: string;
17540
+ instanceId?: string;
17541
+ instanceName?: string;
17542
+ instanceType?: string;
17543
+ product?: string;
17544
+ progress?: number;
17545
+ reasonCode?: string;
17546
+ regionId?: string;
17547
+ remainTime?: number;
17548
+ startTime?: string;
17549
+ status?: string;
17550
+ taskDetail?: string;
17551
+ taskId?: string;
17552
+ taskType?: string;
17553
+ uid?: string;
17554
+ static names(): {
17555
+ [key: string]: string;
17556
+ };
17557
+ static types(): {
17558
+ [key: string]: any;
17559
+ };
17560
+ constructor(map?: {
17561
+ [key: string]: any;
17562
+ });
17563
+ }
17564
+ export declare class DescribeHistoryTasksStatResponseBodyItems extends $tea.Model {
17565
+ status?: string;
17566
+ totalCount?: number;
17567
+ static names(): {
17568
+ [key: string]: string;
17569
+ };
17570
+ static types(): {
17571
+ [key: string]: any;
17572
+ };
17573
+ constructor(map?: {
17574
+ [key: string]: any;
17575
+ });
17576
+ }
17577
+ export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem extends $tea.Model {
17578
+ autoRenew?: string;
17579
+ DBInstanceId?: string;
17580
+ duration?: number;
17581
+ regionId?: string;
17582
+ status?: string;
17583
+ static names(): {
17584
+ [key: string]: string;
17585
+ };
17586
+ static types(): {
17587
+ [key: string]: any;
17588
+ };
17589
+ constructor(map?: {
17590
+ [key: string]: any;
17591
+ });
17592
+ }
17593
+ export declare class DescribeInstanceAutoRenewalAttributeResponseBodyItems extends $tea.Model {
17594
+ item?: DescribeInstanceAutoRenewalAttributeResponseBodyItemsItem[];
17595
+ static names(): {
17596
+ [key: string]: string;
17597
+ };
17598
+ static types(): {
17599
+ [key: string]: any;
17600
+ };
17601
+ constructor(map?: {
17602
+ [key: string]: any;
17603
+ });
17604
+ }
17605
+ export declare class DescribeInstanceKeywordsResponseBodyWords extends $tea.Model {
17606
+ word?: string[];
17607
+ static names(): {
17608
+ [key: string]: string;
17609
+ };
17610
+ static types(): {
17611
+ [key: string]: any;
17612
+ };
17613
+ constructor(map?: {
17614
+ [key: string]: any;
17273
17615
  });
17274
17616
  }
17275
17617
  export declare class DescribeInstanceLinkedWhitelistTemplateResponseBodyDataTemplates extends $tea.Model {
@@ -19302,15 +19644,20 @@ export default class Client extends OpenApi {
19302
19644
  */
19303
19645
  allocateInstancePublicConnection(request: AllocateInstancePublicConnectionRequest): Promise<AllocateInstancePublicConnectionResponse>;
19304
19646
  /**
19647
+ * ### [](#)Supported database engines
19648
+ * * MySQL
19649
+ * * SQL Server
19650
+ * ### [](#)Feature description
19305
19651
  * If read-only instances are attached to a primary ApsaraDB RDS for SQL Server instance, you can call this operation to apply for a unified read-only routing endpoint for the primary instance. After you apply for a read-only routing endpoint for a primary instance, the existing endpoints of the primary instance and its read-only instances remain valid. In addition, you can still apply for internal and public endpoints.
19652
+ * ### [](#)Prerequisites
19306
19653
  * Before you call this operation, make sure that the following requirements are met:
19307
- * * If the instance runs MySQL, the instance uses a shared proxy.
19654
+ * * The shared proxy feature is enabled for your ApsaraDB RDS for MySQL instance.
19308
19655
  * * The instance is in the Running state.
19309
19656
  * * Read-only instances are attached to the primary instance.
19310
19657
  * * The instance does not have an ongoing Data Transmission Service (DTS) migration task.
19311
19658
  * * The instance runs one of the following database versions and RDS editions:
19312
- * * SQL Server (cluster edition)
19313
- * * MySQL 5.7 on RDS High-availability Edition with local SSDs
19659
+ * * SQL Server on RDS Cluster Edition
19660
+ * * MySQL 5.7 on RDS High-availability Edition (with local disks)
19314
19661
  * * MySQL 5.6
19315
19662
  *
19316
19663
  * @param request AllocateReadWriteSplittingConnectionRequest
@@ -19319,15 +19666,20 @@ export default class Client extends OpenApi {
19319
19666
  */
19320
19667
  allocateReadWriteSplittingConnectionWithOptions(request: AllocateReadWriteSplittingConnectionRequest, runtime: $Util.RuntimeOptions): Promise<AllocateReadWriteSplittingConnectionResponse>;
19321
19668
  /**
19669
+ * ### [](#)Supported database engines
19670
+ * * MySQL
19671
+ * * SQL Server
19672
+ * ### [](#)Feature description
19322
19673
  * If read-only instances are attached to a primary ApsaraDB RDS for SQL Server instance, you can call this operation to apply for a unified read-only routing endpoint for the primary instance. After you apply for a read-only routing endpoint for a primary instance, the existing endpoints of the primary instance and its read-only instances remain valid. In addition, you can still apply for internal and public endpoints.
19674
+ * ### [](#)Prerequisites
19323
19675
  * Before you call this operation, make sure that the following requirements are met:
19324
- * * If the instance runs MySQL, the instance uses a shared proxy.
19676
+ * * The shared proxy feature is enabled for your ApsaraDB RDS for MySQL instance.
19325
19677
  * * The instance is in the Running state.
19326
19678
  * * Read-only instances are attached to the primary instance.
19327
19679
  * * The instance does not have an ongoing Data Transmission Service (DTS) migration task.
19328
19680
  * * The instance runs one of the following database versions and RDS editions:
19329
- * * SQL Server (cluster edition)
19330
- * * MySQL 5.7 on RDS High-availability Edition with local SSDs
19681
+ * * SQL Server on RDS Cluster Edition
19682
+ * * MySQL 5.7 on RDS High-availability Edition (with local disks)
19331
19683
  * * MySQL 5.6
19332
19684
  *
19333
19685
  * @param request AllocateReadWriteSplittingConnectionRequest
@@ -19393,8 +19745,12 @@ export default class Client extends OpenApi {
19393
19745
  */
19394
19746
  calculateDBInstanceWeight(request: CalculateDBInstanceWeightRequest): Promise<CalculateDBInstanceWeightResponse>;
19395
19747
  /**
19396
- * This operation is supported for instances that run SQL Server and belong to the dedicated or dedicated host instance family. For more information about how to start a migration task, see [ImportDatabaseBetweenInstances](~~26301~~).
19397
- * > This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
19748
+ * ### [](#)Supported database engine
19749
+ * * SQL Server
19750
+ * ### [](#)Usage notes
19751
+ * This operation is supported for instances that run SQL Server and belong to the dedicated or dedicated host instance family. For more information about how to start a migration task, see [ImportDatabaseBetweenInstances](~~610592~~).
19752
+ * ### [](#)Precautions
19753
+ * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
19398
19754
  *
19399
19755
  * @param request CancelImportRequest
19400
19756
  * @param runtime runtime options for this request RuntimeOptions
@@ -19402,14 +19758,39 @@ export default class Client extends OpenApi {
19402
19758
  */
19403
19759
  cancelImportWithOptions(request: CancelImportRequest, runtime: $Util.RuntimeOptions): Promise<CancelImportResponse>;
19404
19760
  /**
19405
- * This operation is supported for instances that run SQL Server and belong to the dedicated or dedicated host instance family. For more information about how to start a migration task, see [ImportDatabaseBetweenInstances](~~26301~~).
19406
- * > This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
19761
+ * ### [](#)Supported database engine
19762
+ * * SQL Server
19763
+ * ### [](#)Usage notes
19764
+ * This operation is supported for instances that run SQL Server and belong to the dedicated or dedicated host instance family. For more information about how to start a migration task, see [ImportDatabaseBetweenInstances](~~610592~~).
19765
+ * ### [](#)Precautions
19766
+ * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
19407
19767
  *
19408
19768
  * @param request CancelImportRequest
19409
19769
  * @return CancelImportResponse
19410
19770
  */
19411
19771
  cancelImport(request: CancelImportRequest): Promise<CancelImportResponse>;
19772
+ /**
19773
+ * ### [](#)Supported database engines
19774
+ * * MySQL
19775
+ * * PostgreSQL
19776
+ * * SQL Server
19777
+ * * MariaDB
19778
+ *
19779
+ * @param request CheckAccountNameAvailableRequest
19780
+ * @param runtime runtime options for this request RuntimeOptions
19781
+ * @return CheckAccountNameAvailableResponse
19782
+ */
19412
19783
  checkAccountNameAvailableWithOptions(request: CheckAccountNameAvailableRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccountNameAvailableResponse>;
19784
+ /**
19785
+ * ### [](#)Supported database engines
19786
+ * * MySQL
19787
+ * * PostgreSQL
19788
+ * * SQL Server
19789
+ * * MariaDB
19790
+ *
19791
+ * @param request CheckAccountNameAvailableRequest
19792
+ * @return CheckAccountNameAvailableResponse
19793
+ */
19413
19794
  checkAccountNameAvailable(request: CheckAccountNameAvailableRequest): Promise<CheckAccountNameAvailableResponse>;
19414
19795
  /**
19415
19796
  * ### [](#)Supported database engines
@@ -19435,11 +19816,16 @@ export default class Client extends OpenApi {
19435
19816
  */
19436
19817
  checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse>;
19437
19818
  /**
19438
- * Before you call this operation, make sure that the instance runs one of the following database engines:
19439
- * * MySQL. For more information, see [Back up an ApsaraDB RDS for MySQL instance across regions](~~120824~~).
19440
- * * SQL Server. For more information, see [Back up an ApsaraDB RDS for SQL Server instance across regions](~~187923~~).
19441
- * * PostgreSQL. For more information, see [Enable cross-region backups for an ApsaraDB RDS for PostgreSQL instance](~~206671~~).
19442
- * > : If your RDS instance uses the new architecture and is created after October 10, 2022, this feature is not supported for the RDS instance. For more information, see [\\[Notice\\] SLR authorization is required to create an ApsaraDB RDS for PostgreSQL instance from October 10, 2022](~~452313~~).
19819
+ * ### [](#)Supported database engines
19820
+ * * MySQL
19821
+ * * PostgreSQL
19822
+ * * SQL Server
19823
+ * > If your ApsaraDB RDS for PostgreSQL instance uses the new architecture and is created after October 10, 2022, this feature is not supported for the RDS instance. For more information, see [\\[Notice\\] SLR authorization is required to create an ApsaraDB RDS for PostgreSQL instance from October 10, 2022](~~452313~~).
19824
+ * ### [](#)References
19825
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
19826
+ * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~) and [Restore the data of an ApsaraDB RDS for MySQL instance across regions](~~120875~~)
19827
+ * * [Use the cross-region backup feature of an ApsaraDB RDS for PostgreSQL instance](~~206671~~) and [Restore the data of an ApsaraDB RDS for PostgreSQL across regions](~~206662~~)
19828
+ * * [Use the cross-region backup feature of an ApsaraDB RDS for SQL Server instance](~~187923~~) and [Restore the data of an ApsaraDB RDS for SQL Server across regions](~~187924~~)
19443
19829
  *
19444
19830
  * @param request CheckCreateDdrDBInstanceRequest
19445
19831
  * @param runtime runtime options for this request RuntimeOptions
@@ -19447,11 +19833,16 @@ export default class Client extends OpenApi {
19447
19833
  */
19448
19834
  checkCreateDdrDBInstanceWithOptions(request: CheckCreateDdrDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CheckCreateDdrDBInstanceResponse>;
19449
19835
  /**
19450
- * Before you call this operation, make sure that the instance runs one of the following database engines:
19451
- * * MySQL. For more information, see [Back up an ApsaraDB RDS for MySQL instance across regions](~~120824~~).
19452
- * * SQL Server. For more information, see [Back up an ApsaraDB RDS for SQL Server instance across regions](~~187923~~).
19453
- * * PostgreSQL. For more information, see [Enable cross-region backups for an ApsaraDB RDS for PostgreSQL instance](~~206671~~).
19454
- * > : If your RDS instance uses the new architecture and is created after October 10, 2022, this feature is not supported for the RDS instance. For more information, see [\\[Notice\\] SLR authorization is required to create an ApsaraDB RDS for PostgreSQL instance from October 10, 2022](~~452313~~).
19836
+ * ### [](#)Supported database engines
19837
+ * * MySQL
19838
+ * * PostgreSQL
19839
+ * * SQL Server
19840
+ * > If your ApsaraDB RDS for PostgreSQL instance uses the new architecture and is created after October 10, 2022, this feature is not supported for the RDS instance. For more information, see [\\[Notice\\] SLR authorization is required to create an ApsaraDB RDS for PostgreSQL instance from October 10, 2022](~~452313~~).
19841
+ * ### [](#)References
19842
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
19843
+ * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~) and [Restore the data of an ApsaraDB RDS for MySQL instance across regions](~~120875~~)
19844
+ * * [Use the cross-region backup feature of an ApsaraDB RDS for PostgreSQL instance](~~206671~~) and [Restore the data of an ApsaraDB RDS for PostgreSQL across regions](~~206662~~)
19845
+ * * [Use the cross-region backup feature of an ApsaraDB RDS for SQL Server instance](~~187923~~) and [Restore the data of an ApsaraDB RDS for SQL Server across regions](~~187924~~)
19455
19846
  *
19456
19847
  * @param request CheckCreateDdrDBInstanceRequest
19457
19848
  * @return CheckCreateDdrDBInstanceResponse
@@ -19562,7 +19953,13 @@ export default class Client extends OpenApi {
19562
19953
  */
19563
19954
  cloneParameterGroup(request: CloneParameterGroupRequest): Promise<CloneParameterGroupResponse>;
19564
19955
  /**
19565
- * After you call the QueryNotify operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed. For more information, see [Query notifications for an ApsaraDB RDS instance](~~427959~~).
19956
+ * ### [](#)Supported database engines
19957
+ * * MySQL
19958
+ * * PostgreSQL
19959
+ * * SQL Server
19960
+ * * MariaDB
19961
+ * ### [](#)Feature description
19962
+ * After you call the [QueryNotify](~~610443~~) operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed.
19566
19963
  *
19567
19964
  * @param tmpReq ConfirmNotifyRequest
19568
19965
  * @param runtime runtime options for this request RuntimeOptions
@@ -19570,7 +19967,13 @@ export default class Client extends OpenApi {
19570
19967
  */
19571
19968
  confirmNotifyWithOptions(tmpReq: ConfirmNotifyRequest, runtime: $Util.RuntimeOptions): Promise<ConfirmNotifyResponse>;
19572
19969
  /**
19573
- * After you call the QueryNotify operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed. For more information, see [Query notifications for an ApsaraDB RDS instance](~~427959~~).
19970
+ * ### [](#)Supported database engines
19971
+ * * MySQL
19972
+ * * PostgreSQL
19973
+ * * SQL Server
19974
+ * * MariaDB
19975
+ * ### [](#)Feature description
19976
+ * After you call the [QueryNotify](~~610443~~) operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed.
19574
19977
  *
19575
19978
  * @param request ConfirmNotifyRequest
19576
19979
  * @return ConfirmNotifyResponse
@@ -19701,7 +20104,7 @@ export default class Client extends OpenApi {
19701
20104
  * * PostgreSQL
19702
20105
  * ### [](#)References
19703
20106
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
19704
- * * [Use the cloud migration feature](~~365562~~)
20107
+ * [Use the cloud migration feature](~~365562~~)
19705
20108
  *
19706
20109
  * @param request CreateCloudMigrationPrecheckTaskRequest
19707
20110
  * @param runtime runtime options for this request RuntimeOptions
@@ -19713,7 +20116,7 @@ export default class Client extends OpenApi {
19713
20116
  * * PostgreSQL
19714
20117
  * ### [](#)References
19715
20118
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
19716
- * * [Use the cloud migration feature](~~365562~~)
20119
+ * [Use the cloud migration feature](~~365562~~)
19717
20120
  *
19718
20121
  * @param request CreateCloudMigrationPrecheckTaskRequest
19719
20122
  * @return CreateCloudMigrationPrecheckTaskResponse
@@ -19985,7 +20388,7 @@ export default class Client extends OpenApi {
19985
20388
  */
19986
20389
  createDdrInstance(request: CreateDdrInstanceRequest): Promise<CreateDdrInstanceResponse>;
19987
20390
  /**
19988
- * > This operation is no longer maintained. You can use the CreateDiagnosticReport operation of Database Autonomy Service (DAS) to create a diagnostic report.
20391
+ * > This operation is no longer maintained. You can use the CreateDiagnosticReport operation of Database Autonomy Service (DAS) to create a diagnostic report.
19989
20392
  * After you call this operation to create a diagnostic report, you can call the DescribeDiagnosticReportList operation to download the diagnostic report.
19990
20393
  *
19991
20394
  * @param request CreateDiagnosticReportRequest
@@ -19994,7 +20397,7 @@ export default class Client extends OpenApi {
19994
20397
  */
19995
20398
  createDiagnosticReportWithOptions(request: CreateDiagnosticReportRequest, runtime: $Util.RuntimeOptions): Promise<CreateDiagnosticReportResponse>;
19996
20399
  /**
19997
- * > This operation is no longer maintained. You can use the CreateDiagnosticReport operation of Database Autonomy Service (DAS) to create a diagnostic report.
20400
+ * > This operation is no longer maintained. You can use the CreateDiagnosticReport operation of Database Autonomy Service (DAS) to create a diagnostic report.
19998
20401
  * After you call this operation to create a diagnostic report, you can call the DescribeDiagnosticReportList operation to download the diagnostic report.
19999
20402
  *
20000
20403
  * @param request CreateDiagnosticReportRequest
@@ -20025,9 +20428,11 @@ export default class Client extends OpenApi {
20025
20428
  */
20026
20429
  createGADInstance(request: CreateGADInstanceRequest): Promise<CreateGADInstanceResponse>;
20027
20430
  /**
20028
- * ## [](#)Prerequisites
20029
- * An ApsaraDB RDS global active database cluster is created. You can call the [CreateGADInstance](~~336893~~) operation to create a global active database cluster.
20030
- * For more information, see [Add unit nodes to or move unit nodes from an ApsaraDB RDS global active database cluster](~~331851~~).
20431
+ * ### [](#)Supported database engines
20432
+ * * RDS MySQL
20433
+ * ### [](#)References
20434
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20435
+ * [Add or remove unit nodes](~~331851~~)
20031
20436
  *
20032
20437
  * @param request CreateGadInstanceMemberRequest
20033
20438
  * @param runtime runtime options for this request RuntimeOptions
@@ -20035,9 +20440,11 @@ export default class Client extends OpenApi {
20035
20440
  */
20036
20441
  createGadInstanceMemberWithOptions(request: CreateGadInstanceMemberRequest, runtime: $Util.RuntimeOptions): Promise<CreateGadInstanceMemberResponse>;
20037
20442
  /**
20038
- * ## [](#)Prerequisites
20039
- * An ApsaraDB RDS global active database cluster is created. You can call the [CreateGADInstance](~~336893~~) operation to create a global active database cluster.
20040
- * For more information, see [Add unit nodes to or move unit nodes from an ApsaraDB RDS global active database cluster](~~331851~~).
20443
+ * ### [](#)Supported database engines
20444
+ * * RDS MySQL
20445
+ * ### [](#)References
20446
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20447
+ * [Add or remove unit nodes](~~331851~~)
20041
20448
  *
20042
20449
  * @param request CreateGadInstanceMemberRequest
20043
20450
  * @return CreateGadInstanceMemberResponse
@@ -20273,13 +20680,9 @@ export default class Client extends OpenApi {
20273
20680
  /**
20274
20681
  * ### [](#)Supported database engines
20275
20682
  * Your RDS instance runs SQL Server 2008 R2 with local disks.
20276
- * ### [](#)Description
20277
- * You can create a temporary instance based on a backup set or a point in time within the past seven days. Before you call this operation, make sure that the following requirements are met:
20278
- * * Your instance runs SQL Server 2008 R2 with local disks.
20279
- * * Your instance is in the Running state.
20280
- * * Your instance does not have ongoing migration tasks.
20281
- * * The last creation of a backup file is complete.
20282
- * > After a temporary instance is created, the temporary instance inherits the accounts and databases in the backup set.
20683
+ * ### [](#)References
20684
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20685
+ * [Restore the data of an ApsaraDB RDS for SQL Server instance by using a temporary RDS instance](~~95724~~)
20283
20686
  *
20284
20687
  * @param request CreateTempDBInstanceRequest
20285
20688
  * @param runtime runtime options for this request RuntimeOptions
@@ -20289,13 +20692,9 @@ export default class Client extends OpenApi {
20289
20692
  /**
20290
20693
  * ### [](#)Supported database engines
20291
20694
  * Your RDS instance runs SQL Server 2008 R2 with local disks.
20292
- * ### [](#)Description
20293
- * You can create a temporary instance based on a backup set or a point in time within the past seven days. Before you call this operation, make sure that the following requirements are met:
20294
- * * Your instance runs SQL Server 2008 R2 with local disks.
20295
- * * Your instance is in the Running state.
20296
- * * Your instance does not have ongoing migration tasks.
20297
- * * The last creation of a backup file is complete.
20298
- * > After a temporary instance is created, the temporary instance inherits the accounts and databases in the backup set.
20695
+ * ### [](#)References
20696
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20697
+ * [Restore the data of an ApsaraDB RDS for SQL Server instance by using a temporary RDS instance](~~95724~~)
20299
20698
  *
20300
20699
  * @param request CreateTempDBInstanceRequest
20301
20700
  * @return CreateTempDBInstanceResponse
@@ -20391,10 +20790,9 @@ export default class Client extends OpenApi {
20391
20790
  */
20392
20791
  deleteBackup(request: DeleteBackupRequest): Promise<DeleteBackupResponse>;
20393
20792
  /**
20394
- * ### Supported database engine
20395
- * SQL Server
20396
- * ### Usage notes
20397
- * This operation is available for users whose accounts are added to the whitelist. If your account is not added to the whitelist, you can join the Database Backup (DBS) DingTalk group whose ID is 35585947 and contact the on-duty engineer to add your account to the whitelist.
20793
+ * ### [](#)Supported database engines
20794
+ * RDS SQL Server
20795
+ * > This operation is available only for users that are added to the whitelist.
20398
20796
  *
20399
20797
  * @param request DeleteBackupFileRequest
20400
20798
  * @param runtime runtime options for this request RuntimeOptions
@@ -20402,10 +20800,9 @@ export default class Client extends OpenApi {
20402
20800
  */
20403
20801
  deleteBackupFileWithOptions(request: DeleteBackupFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupFileResponse>;
20404
20802
  /**
20405
- * ### Supported database engine
20406
- * SQL Server
20407
- * ### Usage notes
20408
- * This operation is available for users whose accounts are added to the whitelist. If your account is not added to the whitelist, you can join the Database Backup (DBS) DingTalk group whose ID is 35585947 and contact the on-duty engineer to add your account to the whitelist.
20803
+ * ### [](#)Supported database engines
20804
+ * RDS SQL Server
20805
+ * > This operation is available only for users that are added to the whitelist.
20409
20806
  *
20410
20807
  * @param request DeleteBackupFileRequest
20411
20808
  * @return DeleteBackupFileResponse
@@ -20602,8 +20999,6 @@ export default class Client extends OpenApi {
20602
20999
  * ### [](#)Supported database engines
20603
21000
  * * MySQL
20604
21001
  * * PostgreSQL
20605
- * * SQL Server
20606
- * * MariaDB
20607
21002
  * ### [](#)References
20608
21003
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20609
21004
  * * [Use a parameter template to configure the parameters of ApsaraDB RDS for MySQL instances](~~130565~~)
@@ -20618,8 +21013,6 @@ export default class Client extends OpenApi {
20618
21013
  * ### [](#)Supported database engines
20619
21014
  * * MySQL
20620
21015
  * * PostgreSQL
20621
- * * SQL Server
20622
- * * MariaDB
20623
21016
  * ### [](#)References
20624
21017
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20625
21018
  * * [Use a parameter template to configure the parameters of ApsaraDB RDS for MySQL instances](~~130565~~)
@@ -20676,11 +21069,11 @@ export default class Client extends OpenApi {
20676
21069
  */
20677
21070
  deleteSlot(request: DeleteSlotRequest): Promise<DeleteSlotResponse>;
20678
21071
  /**
20679
- * ### [](#)Supported database engines
21072
+ * ### [](#)Supported database engine
20680
21073
  * * MySQL
20681
- * ### [](#)Description
21074
+ * ### [](#)Usage notes
20682
21075
  * * A full backup file contains the data of a self-managed MySQL instance. You can restore the data of a self-managed MySQL instance from a full backup file to an ApsaraDB RDS for MySQL instance. For more information, see [Migrate the data of a self-managed MySQL 5.7 instance to the cloud](~~251779~~).
20683
- * * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~) operation to import the full backup file again.
21076
+ * * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the ImportUserBackupFile operation to reimport the full backup file.
20684
21077
  *
20685
21078
  * @param request DeleteUserBackupFileRequest
20686
21079
  * @param runtime runtime options for this request RuntimeOptions
@@ -20688,11 +21081,11 @@ export default class Client extends OpenApi {
20688
21081
  */
20689
21082
  deleteUserBackupFileWithOptions(request: DeleteUserBackupFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteUserBackupFileResponse>;
20690
21083
  /**
20691
- * ### [](#)Supported database engines
21084
+ * ### [](#)Supported database engine
20692
21085
  * * MySQL
20693
- * ### [](#)Description
21086
+ * ### [](#)Usage notes
20694
21087
  * * A full backup file contains the data of a self-managed MySQL instance. You can restore the data of a self-managed MySQL instance from a full backup file to an ApsaraDB RDS for MySQL instance. For more information, see [Migrate the data of a self-managed MySQL 5.7 instance to the cloud](~~251779~~).
20695
- * * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~) operation to import the full backup file again.
21088
+ * * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the ImportUserBackupFile operation to reimport the full backup file.
20696
21089
  *
20697
21090
  * @param request DeleteUserBackupFileRequest
20698
21091
  * @return DeleteUserBackupFileResponse
@@ -21106,7 +21499,28 @@ export default class Client extends OpenApi {
21106
21499
  * @return DescribeCharacterSetNameResponse
21107
21500
  */
21108
21501
  describeCharacterSetName(request: DescribeCharacterSetNameRequest): Promise<DescribeCharacterSetNameResponse>;
21502
+ /**
21503
+ * ### [](#)Supported database engines
21504
+ * * MySQL
21505
+ * * PostgreSQL
21506
+ * * SQL Server
21507
+ * * MariaDB
21508
+ *
21509
+ * @param request DescribeClassDetailsRequest
21510
+ * @param runtime runtime options for this request RuntimeOptions
21511
+ * @return DescribeClassDetailsResponse
21512
+ */
21109
21513
  describeClassDetailsWithOptions(request: DescribeClassDetailsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClassDetailsResponse>;
21514
+ /**
21515
+ * ### [](#)Supported database engines
21516
+ * * MySQL
21517
+ * * PostgreSQL
21518
+ * * SQL Server
21519
+ * * MariaDB
21520
+ *
21521
+ * @param request DescribeClassDetailsRequest
21522
+ * @return DescribeClassDetailsResponse
21523
+ */
21110
21524
  describeClassDetails(request: DescribeClassDetailsRequest): Promise<DescribeClassDetailsResponse>;
21111
21525
  /**
21112
21526
  * ### [](#)Supported database engines
@@ -21240,7 +21654,8 @@ export default class Client extends OpenApi {
21240
21654
  * * PostgreSQL
21241
21655
  * * SQL Server
21242
21656
  * ### [](#)References
21243
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
21657
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
21658
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
21244
21659
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
21245
21660
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
21246
21661
  * > For more information about how to query cross-region data backup files, see [DescribeCrossRegionBackups](~~121733~~).
@@ -21256,7 +21671,8 @@ export default class Client extends OpenApi {
21256
21671
  * * PostgreSQL
21257
21672
  * * SQL Server
21258
21673
  * ### [](#)References
21259
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
21674
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
21675
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
21260
21676
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
21261
21677
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
21262
21678
  * > For more information about how to query cross-region data backup files, see [DescribeCrossRegionBackups](~~121733~~).
@@ -21565,7 +21981,12 @@ export default class Client extends OpenApi {
21565
21981
  */
21566
21982
  describeDBInstancePromoteActivity(request: DescribeDBInstancePromoteActivityRequest): Promise<DescribeDBInstancePromoteActivityResponse>;
21567
21983
  /**
21568
- * This operation is used to query the original settings of shared proxies rather than the latest settings of dedicated proxies. For more information about how to query the settings of dedicated proxies, see [DescribeDBProxy](~~141055~~).
21984
+ * ### [](#)Supported database engines
21985
+ * * MySQL
21986
+ * * SQL Server
21987
+ * ### [](#)Feature description
21988
+ * This operation is used to query the shared proxy settings of an instance that runs MySQL or the read/write splitting settings of an instance that runs SQL Server. For more information about how to query the dedicated proxy settings of an ApsaraDB RDS for MySQL instance, see [DescribeDBProxy](~~610506~~).
21989
+ * ### [](#)Prerequisites
21569
21990
  * Before you call this operation, make sure that the following requirements are met:
21570
21991
  * * The shared proxy feature must be enabled for the primary instance.
21571
21992
  * * The read/write splitting feature must be enabled for the primary instance.
@@ -21576,7 +21997,12 @@ export default class Client extends OpenApi {
21576
21997
  */
21577
21998
  describeDBInstanceProxyConfigurationWithOptions(request: DescribeDBInstanceProxyConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceProxyConfigurationResponse>;
21578
21999
  /**
21579
- * This operation is used to query the original settings of shared proxies rather than the latest settings of dedicated proxies. For more information about how to query the settings of dedicated proxies, see [DescribeDBProxy](~~141055~~).
22000
+ * ### [](#)Supported database engines
22001
+ * * MySQL
22002
+ * * SQL Server
22003
+ * ### [](#)Feature description
22004
+ * This operation is used to query the shared proxy settings of an instance that runs MySQL or the read/write splitting settings of an instance that runs SQL Server. For more information about how to query the dedicated proxy settings of an ApsaraDB RDS for MySQL instance, see [DescribeDBProxy](~~610506~~).
22005
+ * ### [](#)Prerequisites
21580
22006
  * Before you call this operation, make sure that the following requirements are met:
21581
22007
  * * The shared proxy feature must be enabled for the primary instance.
21582
22008
  * * The read/write splitting feature must be enabled for the primary instance.
@@ -21723,6 +22149,10 @@ export default class Client extends OpenApi {
21723
22149
  */
21724
22150
  describeDBInstancesForClone(request: DescribeDBInstancesForCloneRequest): Promise<DescribeDBInstancesForCloneResponse>;
21725
22151
  /**
22152
+ * ### [](#)Supported database engines
22153
+ * * MySQL
22154
+ * * PostgreSQL
22155
+ * ### [](#)Usage notes
21726
22156
  * Before you purchase or upgrade an instance that runs MySQL or PostgreSQL, you can call the DescribeDBMiniEngineVersions operation to query the minor engine versions that are available for the instance.
21727
22157
  *
21728
22158
  * @param request DescribeDBMiniEngineVersionsRequest
@@ -21731,6 +22161,10 @@ export default class Client extends OpenApi {
21731
22161
  */
21732
22162
  describeDBMiniEngineVersionsWithOptions(request: DescribeDBMiniEngineVersionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBMiniEngineVersionsResponse>;
21733
22163
  /**
22164
+ * ### [](#)Supported database engines
22165
+ * * MySQL
22166
+ * * PostgreSQL
22167
+ * ### [](#)Usage notes
21734
22168
  * Before you purchase or upgrade an instance that runs MySQL or PostgreSQL, you can call the DescribeDBMiniEngineVersions operation to query the minor engine versions that are available for the instance.
21735
22169
  *
21736
22170
  * @param request DescribeDBMiniEngineVersionsRequest
@@ -22047,6 +22481,10 @@ export default class Client extends OpenApi {
22047
22481
  * @return DescribeHASwitchConfigResponse
22048
22482
  */
22049
22483
  describeHASwitchConfig(request: DescribeHASwitchConfigRequest): Promise<DescribeHASwitchConfigResponse>;
22484
+ describeHistoryEventsWithOptions(request: DescribeHistoryEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryEventsResponse>;
22485
+ describeHistoryEvents(request: DescribeHistoryEventsRequest): Promise<DescribeHistoryEventsResponse>;
22486
+ describeHistoryEventsStatWithOptions(request: DescribeHistoryEventsStatRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryEventsStatResponse>;
22487
+ describeHistoryEventsStat(request: DescribeHistoryEventsStatRequest): Promise<DescribeHistoryEventsStatResponse>;
22050
22488
  /**
22051
22489
  * ### [](#)Supported database engines
22052
22490
  * * MySQL
@@ -22078,18 +22516,23 @@ export default class Client extends OpenApi {
22078
22516
  * @return DescribeHistoryTasksResponse
22079
22517
  */
22080
22518
  describeHistoryTasks(request: DescribeHistoryTasksRequest): Promise<DescribeHistoryTasksResponse>;
22519
+ describeHistoryTasksStatWithOptions(request: DescribeHistoryTasksStatRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHistoryTasksStatResponse>;
22520
+ describeHistoryTasksStat(request: DescribeHistoryTasksStatRequest): Promise<DescribeHistoryTasksStatResponse>;
22081
22521
  describeHostGroupElasticStrategyParametersWithOptions(request: DescribeHostGroupElasticStrategyParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHostGroupElasticStrategyParametersResponse>;
22082
22522
  describeHostGroupElasticStrategyParameters(request: DescribeHostGroupElasticStrategyParametersRequest): Promise<DescribeHostGroupElasticStrategyParametersResponse>;
22083
22523
  /**
22084
- * > This operation is available only for instances that run SQL Server. If you require this operation, contact **Alibaba Cloud technical support**.
22524
+ * ### [](#)Supported database engine
22525
+ * * SQL Server
22526
+ * ### [](#)Usage notes
22527
+ * This operation is available only for ApsaraDB RDS for SQL Server instances and specific users. If you want to call this operation, contact **Alibaba Cloud technical support**.
22085
22528
  * ### [](#)Prerequisites
22086
- * The instance meets the following requirements:
22087
- * * The instance resides in a region other than the China (Zhangjiakou) region.
22088
- * * The instance runs RDS Basic Edition, RDS Cluster Edition, or RDS High-availability Edition. If your instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
22089
- * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22090
- * * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an RDS instance, see [Change the network type](~~95707~~).
22091
- * * If the instance runs RDS High-availability Edition or RDS Cluster Edition, the instance is created on or after January 1, 2021. If the instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
22092
- * Your **Alibaba Cloud account** is used for logons.
22529
+ * * The instance meets the following requirements:
22530
+ * * The instance resides in a region other than the China (Zhangjiakou) region.
22531
+ * * The instance runs RDS Basic Edition, RDS Cluster Edition, or RDS High-availability Edition. If your instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
22532
+ * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22533
+ * * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an RDS instance, see [Change the network type](~~95707~~).
22534
+ * * If the instance runs RDS High-availability Edition or RDS Cluster Edition, the instance is created on or after January 1, 2021. If the instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
22535
+ * * Your **Alibaba Cloud account** is used for logons.
22093
22536
  *
22094
22537
  * @param request DescribeHostWebShellRequest
22095
22538
  * @param runtime runtime options for this request RuntimeOptions
@@ -22097,15 +22540,18 @@ export default class Client extends OpenApi {
22097
22540
  */
22098
22541
  describeHostWebShellWithOptions(request: DescribeHostWebShellRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHostWebShellResponse>;
22099
22542
  /**
22100
- * > This operation is available only for instances that run SQL Server. If you require this operation, contact **Alibaba Cloud technical support**.
22543
+ * ### [](#)Supported database engine
22544
+ * * SQL Server
22545
+ * ### [](#)Usage notes
22546
+ * This operation is available only for ApsaraDB RDS for SQL Server instances and specific users. If you want to call this operation, contact **Alibaba Cloud technical support**.
22101
22547
  * ### [](#)Prerequisites
22102
- * The instance meets the following requirements:
22103
- * * The instance resides in a region other than the China (Zhangjiakou) region.
22104
- * * The instance runs RDS Basic Edition, RDS Cluster Edition, or RDS High-availability Edition. If your instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
22105
- * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22106
- * * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an RDS instance, see [Change the network type](~~95707~~).
22107
- * * If the instance runs RDS High-availability Edition or RDS Cluster Edition, the instance is created on or after January 1, 2021. If the instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
22108
- * Your **Alibaba Cloud account** is used for logons.
22548
+ * * The instance meets the following requirements:
22549
+ * * The instance resides in a region other than the China (Zhangjiakou) region.
22550
+ * * The instance runs RDS Basic Edition, RDS Cluster Edition, or RDS High-availability Edition. If your instance runs RDS High-availability Edition, make sure that the instance runs SQL Server 2012 or later.
22551
+ * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22552
+ * * The instance resides in a virtual private cloud (VPC). For more information about how to change the network type of an RDS instance, see [Change the network type](~~95707~~).
22553
+ * * If the instance runs RDS High-availability Edition or RDS Cluster Edition, the instance is created on or after January 1, 2021. If the instance runs RDS Basic Edition, the instance is created on or after September 02, 2022. You can view the **Creation Time** parameter of an instance in the **Status** section of the **Basic Information** page in the ApsaraDB RDS console.
22554
+ * * Your **Alibaba Cloud account** is used for logons.
22109
22555
  *
22110
22556
  * @param request DescribeHostWebShellRequest
22111
22557
  * @return DescribeHostWebShellResponse
@@ -22271,8 +22717,11 @@ export default class Client extends OpenApi {
22271
22717
  */
22272
22718
  describeMigrateTaskById(request: DescribeMigrateTaskByIdRequest): Promise<DescribeMigrateTaskByIdResponse>;
22273
22719
  /**
22720
+ * ### [](#)Supported database engine
22721
+ * * SQL Server
22722
+ * ### [](#)Usage notes
22274
22723
  * This operation allows you to query the migration tasks that are created for the instance over the last week.
22275
- * >
22724
+ * ### [](#)Precautions
22276
22725
  * * This operation is supported only for migration tasks that are created to migrate full backup files.
22277
22726
  * * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
22278
22727
  *
@@ -22282,8 +22731,11 @@ export default class Client extends OpenApi {
22282
22731
  */
22283
22732
  describeMigrateTasksWithOptions(request: DescribeMigrateTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeMigrateTasksResponse>;
22284
22733
  /**
22734
+ * ### [](#)Supported database engine
22735
+ * * SQL Server
22736
+ * ### [](#)Usage notes
22285
22737
  * This operation allows you to query the migration tasks that are created for the instance over the last week.
22286
- * >
22738
+ * ### [](#)Precautions
22287
22739
  * * This operation is supported only for migration tasks that are created to migrate full backup files.
22288
22740
  * * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
22289
22741
  *
@@ -22400,8 +22852,6 @@ export default class Client extends OpenApi {
22400
22852
  * ### [](#)Supported database engines
22401
22853
  * * MySQL
22402
22854
  * * PostgreSQL
22403
- * * SQL Server
22404
- * * MariaDB
22405
22855
  * ### [](#)References
22406
22856
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22407
22857
  * * [Use a parameter template to configure the parameters of ApsaraDB RDS for MySQL instances](~~130565~~)
@@ -22416,8 +22866,6 @@ export default class Client extends OpenApi {
22416
22866
  * ### [](#)Supported database engines
22417
22867
  * * MySQL
22418
22868
  * * PostgreSQL
22419
- * * SQL Server
22420
- * * MariaDB
22421
22869
  * ### [](#)References
22422
22870
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22423
22871
  * * [Use a parameter template to configure the parameters of ApsaraDB RDS for MySQL instances](~~130565~~)
@@ -22537,9 +22985,9 @@ export default class Client extends OpenApi {
22537
22985
  */
22538
22986
  describeRdsResourceSettings(request: DescribeRdsResourceSettingsRequest): Promise<DescribeRdsResourceSettingsResponse>;
22539
22987
  /**
22540
- * Before you call this operation, make sure that the following requirements are met:
22541
- * * The primary instance must run the MySQL or PostgreSQL database engine.
22542
- * * The primary instance must be attached with a read-only instance.
22988
+ * ### [](#)Supported database engines
22989
+ * * MySQL
22990
+ * * PostgreSQL
22543
22991
  *
22544
22992
  * @param request DescribeReadDBInstanceDelayRequest
22545
22993
  * @param runtime runtime options for this request RuntimeOptions
@@ -22547,9 +22995,9 @@ export default class Client extends OpenApi {
22547
22995
  */
22548
22996
  describeReadDBInstanceDelayWithOptions(request: DescribeReadDBInstanceDelayRequest, runtime: $Util.RuntimeOptions): Promise<DescribeReadDBInstanceDelayResponse>;
22549
22997
  /**
22550
- * Before you call this operation, make sure that the following requirements are met:
22551
- * * The primary instance must run the MySQL or PostgreSQL database engine.
22552
- * * The primary instance must be attached with a read-only instance.
22998
+ * ### [](#)Supported database engines
22999
+ * * MySQL
23000
+ * * PostgreSQL
22553
23001
  *
22554
23002
  * @param request DescribeReadDBInstanceDelayRequest
22555
23003
  * @return DescribeReadDBInstanceDelayResponse
@@ -22665,8 +23113,10 @@ export default class Client extends OpenApi {
22665
23113
  */
22666
23114
  describeSQLCollectorPolicy(request: DescribeSQLCollectorPolicyRequest): Promise<DescribeSQLCollectorPolicyResponse>;
22667
23115
  /**
22668
- * The SQL explorer feature must be enabled for the instance.
22669
- * The instance must run MySQL. For more information, see [SQL Explorer](~~96123~~).
23116
+ * ### [](#)Supported database engines
23117
+ * * MySQL
23118
+ * * PostgreSQL
23119
+ * * SQL Server
22670
23120
  *
22671
23121
  * @param request DescribeSQLCollectorRetentionRequest
22672
23122
  * @param runtime runtime options for this request RuntimeOptions
@@ -22674,21 +23124,25 @@ export default class Client extends OpenApi {
22674
23124
  */
22675
23125
  describeSQLCollectorRetentionWithOptions(request: DescribeSQLCollectorRetentionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLCollectorRetentionResponse>;
22676
23126
  /**
22677
- * The SQL explorer feature must be enabled for the instance.
22678
- * The instance must run MySQL. For more information, see [SQL Explorer](~~96123~~).
23127
+ * ### [](#)Supported database engines
23128
+ * * MySQL
23129
+ * * PostgreSQL
23130
+ * * SQL Server
22679
23131
  *
22680
23132
  * @param request DescribeSQLCollectorRetentionRequest
22681
23133
  * @return DescribeSQLCollectorRetentionResponse
22682
23134
  */
22683
23135
  describeSQLCollectorRetention(request: DescribeSQLCollectorRetentionRequest): Promise<DescribeSQLCollectorRetentionResponse>;
22684
23136
  /**
22685
- * Before you call this operation, make sure that the instance runs one of the following database engines:
23137
+ * ### [](#)Supported database engines
22686
23138
  * * MySQL
22687
- * * SQL Server 2008 R2
22688
23139
  * * PostgreSQL
22689
- * >
22690
- * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
22691
- * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation can be called to query the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
23140
+ * * SQL Server
23141
+ * **
23142
+ * **Note** Only SQL Server 2008 R2 is supported.
23143
+ * ### [](#)Precautions
23144
+ * * The DescribeSQLLogFiles operation does not return the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
23145
+ * * The DescribeSQLLogFiles operation does not return the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation returns the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
22692
23146
  *
22693
23147
  * @param request DescribeSQLLogFilesRequest
22694
23148
  * @param runtime runtime options for this request RuntimeOptions
@@ -22696,24 +23150,26 @@ export default class Client extends OpenApi {
22696
23150
  */
22697
23151
  describeSQLLogFilesWithOptions(request: DescribeSQLLogFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogFilesResponse>;
22698
23152
  /**
22699
- * Before you call this operation, make sure that the instance runs one of the following database engines:
23153
+ * ### [](#)Supported database engines
22700
23154
  * * MySQL
22701
- * * SQL Server 2008 R2
22702
23155
  * * PostgreSQL
22703
- * >
22704
- * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
22705
- * * The DescribeSQLLogFiles operation cannot be called to query the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation can be called to query the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
23156
+ * * SQL Server
23157
+ * **
23158
+ * **Note** Only SQL Server 2008 R2 is supported.
23159
+ * ### [](#)Precautions
23160
+ * * The DescribeSQLLogFiles operation does not return the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
23161
+ * * The DescribeSQLLogFiles operation does not return the log files that are generated by the SQL Explorer feature and manually exported from the ApsaraDB RDS console. The DescribeSQLLogFiles operation returns the SQL Explorer log files that are generated by calling the [DescribeSQLLogRecords](~~610533~~) operation with the request parameter **Form** set to **File**.
22706
23162
  *
22707
23163
  * @param request DescribeSQLLogFilesRequest
22708
23164
  * @return DescribeSQLLogFilesResponse
22709
23165
  */
22710
23166
  describeSQLLogFiles(request: DescribeSQLLogFilesRequest): Promise<DescribeSQLLogFilesResponse>;
22711
23167
  /**
22712
- * Before you call this operation, make sure that the instance runs one of the following database engines:
23168
+ * ### [](#)Supported database engines
22713
23169
  * * MySQL
22714
- * * SQL Server
22715
23170
  * * PostgreSQL
22716
- * >
23171
+ * * SQL Server
23172
+ * ### [Usage notes](#)
22717
23173
  * * You can call this operation up to 1,000 times per minute per account. The calls initiated by using both your Alibaba Cloud account and RAM users within your Alibaba Cloud account are counted.
22718
23174
  * * This operation cannot be used to query the logs that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
22719
23175
  * * When you call this operation and set the **Form** parameter to **File** to generate an audit file, a maximum of 1 million log entries can be recorded in the audit file, and you cannot filter log entries by keyword.
@@ -22724,11 +23180,11 @@ export default class Client extends OpenApi {
22724
23180
  */
22725
23181
  describeSQLLogRecordsWithOptions(request: DescribeSQLLogRecordsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogRecordsResponse>;
22726
23182
  /**
22727
- * Before you call this operation, make sure that the instance runs one of the following database engines:
23183
+ * ### [](#)Supported database engines
22728
23184
  * * MySQL
22729
- * * SQL Server
22730
23185
  * * PostgreSQL
22731
- * >
23186
+ * * SQL Server
23187
+ * ### [Usage notes](#)
22732
23188
  * * You can call this operation up to 1,000 times per minute per account. The calls initiated by using both your Alibaba Cloud account and RAM users within your Alibaba Cloud account are counted.
22733
23189
  * * This operation cannot be used to query the logs that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
22734
23190
  * * When you call this operation and set the **Form** parameter to **File** to generate an audit file, a maximum of 1 million log entries can be recorded in the audit file, and you cannot filter log entries by keyword.
@@ -22737,7 +23193,28 @@ export default class Client extends OpenApi {
22737
23193
  * @return DescribeSQLLogRecordsResponse
22738
23194
  */
22739
23195
  describeSQLLogRecords(request: DescribeSQLLogRecordsRequest): Promise<DescribeSQLLogRecordsResponse>;
23196
+ /**
23197
+ * ### [](#)Supported database engines
23198
+ * * MySQL
23199
+ * * PostgreSQL
23200
+ * * SQL Server
23201
+ * * MariaDB
23202
+ *
23203
+ * @param request DescribeSQLLogReportListRequest
23204
+ * @param runtime runtime options for this request RuntimeOptions
23205
+ * @return DescribeSQLLogReportListResponse
23206
+ */
22740
23207
  describeSQLLogReportListWithOptions(request: DescribeSQLLogReportListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogReportListResponse>;
23208
+ /**
23209
+ * ### [](#)Supported database engines
23210
+ * * MySQL
23211
+ * * PostgreSQL
23212
+ * * SQL Server
23213
+ * * MariaDB
23214
+ *
23215
+ * @param request DescribeSQLLogReportListRequest
23216
+ * @return DescribeSQLLogReportListResponse
23217
+ */
22741
23218
  describeSQLLogReportList(request: DescribeSQLLogReportListRequest): Promise<DescribeSQLLogReportListResponse>;
22742
23219
  /**
22743
23220
  * ### [](#)Supported database engine
@@ -22757,7 +23234,15 @@ export default class Client extends OpenApi {
22757
23234
  */
22758
23235
  describeSecrets(request: DescribeSecretsRequest): Promise<DescribeSecretsResponse>;
22759
23236
  /**
22760
- * After an RDS instance is added to an ECS security group, all ECS instances in the security group can access the RDS instance. For more information, see [Configure a whitelist for an RDS instance](~~96118~~).
23237
+ * ### [](#)Supported database engines
23238
+ * * MySQL
23239
+ * * PostgreSQL
23240
+ * * SQL Server
23241
+ * ### [](#)References
23242
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23243
+ * * [Configure a security group for an ApsaraDB RDS for MySQL instance](~~201042~~)
23244
+ * * [Configure a security group for an ApsaraDB RDS for PostgreSQL instance](~~206310~~)
23245
+ * * [Configure a security group for an ApsaraDB RDS for SQL Server instance](~~2392322~~)
22761
23246
  *
22762
23247
  * @param request DescribeSecurityGroupConfigurationRequest
22763
23248
  * @param runtime runtime options for this request RuntimeOptions
@@ -22765,7 +23250,15 @@ export default class Client extends OpenApi {
22765
23250
  */
22766
23251
  describeSecurityGroupConfigurationWithOptions(request: DescribeSecurityGroupConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSecurityGroupConfigurationResponse>;
22767
23252
  /**
22768
- * After an RDS instance is added to an ECS security group, all ECS instances in the security group can access the RDS instance. For more information, see [Configure a whitelist for an RDS instance](~~96118~~).
23253
+ * ### [](#)Supported database engines
23254
+ * * MySQL
23255
+ * * PostgreSQL
23256
+ * * SQL Server
23257
+ * ### [](#)References
23258
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23259
+ * * [Configure a security group for an ApsaraDB RDS for MySQL instance](~~201042~~)
23260
+ * * [Configure a security group for an ApsaraDB RDS for PostgreSQL instance](~~206310~~)
23261
+ * * [Configure a security group for an ApsaraDB RDS for SQL Server instance](~~2392322~~)
22769
23262
  *
22770
23263
  * @param request DescribeSecurityGroupConfigurationRequest
22771
23264
  * @return DescribeSecurityGroupConfigurationResponse
@@ -22816,16 +23309,17 @@ export default class Client extends OpenApi {
22816
23309
  */
22817
23310
  describeSlowLogRecords(request: DescribeSlowLogRecordsRequest): Promise<DescribeSlowLogRecordsResponse>;
22818
23311
  /**
22819
- * ### Supported database engines
23312
+ * ### [](#)Supported database engines
22820
23313
  * * MySQL
22821
23314
  * **
22822
- * **Note**MySQL 5.7 on RDS Basic Edition is not supported.
23315
+ * **Note** This operation is not supported for RDS instances that run MySQL 5.7 on RDS Basic Edition.
22823
23316
  * * SQL Server
22824
23317
  * **
22825
- * **Note**Only SQL Server 2008 R2 is supported.
23318
+ * **Note** This operation is supported only for RDS instances that run SQL Server 2008 R2.
22826
23319
  * * MariaDB
22827
- * ### Usage notes
22828
- * Slow query logs are not collected in real time and may show a latency of 6 hours to 8 hours.
23320
+ * ### [](#)Precautions
23321
+ * * Slow query logs are not collected in real time and may show a latency of 6 to 8 hours.
23322
+ * * If the return result is empty, check whether the StartTime and EndTime parameters meet the UTC format. If the parameters meet the UTC format, no slow logs are generated within the specified time range.
22829
23323
  *
22830
23324
  * @param request DescribeSlowLogsRequest
22831
23325
  * @param runtime runtime options for this request RuntimeOptions
@@ -22833,16 +23327,17 @@ export default class Client extends OpenApi {
22833
23327
  */
22834
23328
  describeSlowLogsWithOptions(request: DescribeSlowLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlowLogsResponse>;
22835
23329
  /**
22836
- * ### Supported database engines
23330
+ * ### [](#)Supported database engines
22837
23331
  * * MySQL
22838
23332
  * **
22839
- * **Note**MySQL 5.7 on RDS Basic Edition is not supported.
23333
+ * **Note** This operation is not supported for RDS instances that run MySQL 5.7 on RDS Basic Edition.
22840
23334
  * * SQL Server
22841
23335
  * **
22842
- * **Note**Only SQL Server 2008 R2 is supported.
23336
+ * **Note** This operation is supported only for RDS instances that run SQL Server 2008 R2.
22843
23337
  * * MariaDB
22844
- * ### Usage notes
22845
- * Slow query logs are not collected in real time and may show a latency of 6 hours to 8 hours.
23338
+ * ### [](#)Precautions
23339
+ * * Slow query logs are not collected in real time and may show a latency of 6 to 8 hours.
23340
+ * * If the return result is empty, check whether the StartTime and EndTime parameters meet the UTC format. If the parameters meet the UTC format, no slow logs are generated within the specified time range.
22846
23341
  *
22847
23342
  * @param request DescribeSlowLogsRequest
22848
23343
  * @return DescribeSlowLogsResponse
@@ -22910,8 +23405,12 @@ export default class Client extends OpenApi {
22910
23405
  */
22911
23406
  describeTasks(request: DescribeTasksRequest): Promise<DescribeTasksResponse>;
22912
23407
  /**
22913
- * Before you upgrade the major engine version of an ApsaraDB RDS for PostgreSQL instance, you must perform an upgrade check and make sure that the check result is **Success**. You can call this operation to query the upgrade check report.
22914
- * If the check result is **Fail**, you must handle the errors that occurred. For more information about how to handle common errors, see [Introduction to the check report for a major engine version upgrade to an ApsaraDB RDS for PostgreSQL instance](https://www.alibabacloud.com/help/en/apsaradb-for-rds/latest/introduction-to-the-check-report-of-a-major-engine-version-upgrade-for-an-apsaradb-rds-for-postgresql-instance).
23408
+ * ### [](#)Supported database engines
23409
+ * PostgreSQL
23410
+ * ### [](#)References
23411
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23412
+ * * [Upgrade the major engine version of an ApsaraDB RDS for PostgreSQL instance](~~203309~~)
23413
+ * * [Introduction to the check report of a major engine version upgrade for an ApsaraDB RDS for PostgreSQL instance](~~218391~~)
22915
23414
  *
22916
23415
  * @param request DescribeUpgradeMajorVersionPrecheckTaskRequest
22917
23416
  * @param runtime runtime options for this request RuntimeOptions
@@ -22919,8 +23418,12 @@ export default class Client extends OpenApi {
22919
23418
  */
22920
23419
  describeUpgradeMajorVersionPrecheckTaskWithOptions(request: DescribeUpgradeMajorVersionPrecheckTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpgradeMajorVersionPrecheckTaskResponse>;
22921
23420
  /**
22922
- * Before you upgrade the major engine version of an ApsaraDB RDS for PostgreSQL instance, you must perform an upgrade check and make sure that the check result is **Success**. You can call this operation to query the upgrade check report.
22923
- * If the check result is **Fail**, you must handle the errors that occurred. For more information about how to handle common errors, see [Introduction to the check report for a major engine version upgrade to an ApsaraDB RDS for PostgreSQL instance](https://www.alibabacloud.com/help/en/apsaradb-for-rds/latest/introduction-to-the-check-report-of-a-major-engine-version-upgrade-for-an-apsaradb-rds-for-postgresql-instance).
23421
+ * ### [](#)Supported database engines
23422
+ * PostgreSQL
23423
+ * ### [](#)References
23424
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23425
+ * * [Upgrade the major engine version of an ApsaraDB RDS for PostgreSQL instance](~~203309~~)
23426
+ * * [Introduction to the check report of a major engine version upgrade for an ApsaraDB RDS for PostgreSQL instance](~~218391~~)
22924
23427
  *
22925
23428
  * @param request DescribeUpgradeMajorVersionPrecheckTaskRequest
22926
23429
  * @return DescribeUpgradeMajorVersionPrecheckTaskResponse
@@ -23297,7 +23800,11 @@ export default class Client extends OpenApi {
23297
23800
  */
23298
23801
  listUserBackupFiles(request: ListUserBackupFilesRequest): Promise<ListUserBackupFilesResponse>;
23299
23802
  /**
23300
- * You cannot use a locked account to log on to the corresponding instance. You must first unlock the account. For more information, see [Lock and delete an account](~~147649~~).
23803
+ * ### [](#)Supported database engines
23804
+ * PostgreSQL
23805
+ * ### [](#)References
23806
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23807
+ * [Lock an account of an ApsaraDB RDS for PostgreSQL instance](~~147649~~)
23301
23808
  *
23302
23809
  * @param request LockAccountRequest
23303
23810
  * @param runtime runtime options for this request RuntimeOptions
@@ -23305,7 +23812,11 @@ export default class Client extends OpenApi {
23305
23812
  */
23306
23813
  lockAccountWithOptions(request: LockAccountRequest, runtime: $Util.RuntimeOptions): Promise<LockAccountResponse>;
23307
23814
  /**
23308
- * You cannot use a locked account to log on to the corresponding instance. You must first unlock the account. For more information, see [Lock and delete an account](~~147649~~).
23815
+ * ### [](#)Supported database engines
23816
+ * PostgreSQL
23817
+ * ### [](#)References
23818
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23819
+ * [Lock an account of an ApsaraDB RDS for PostgreSQL instance](~~147649~~)
23309
23820
  *
23310
23821
  * @param request LockAccountRequest
23311
23822
  * @return LockAccountResponse
@@ -23358,11 +23869,13 @@ export default class Client extends OpenApi {
23358
23869
  */
23359
23870
  migrateDBInstance(request: MigrateDBInstanceRequest): Promise<MigrateDBInstanceResponse>;
23360
23871
  /**
23361
- * * In standard whitelist mode, IP addresses in the whitelist apply to both the classic network and VPCs. To minimize security risks, we recommend that you use the enhanced whitelist mode.
23362
- * * In enhanced whitelist mode, IP addresses in the whitelist are divided into VPC IP addresses and IP addresses of the classic network and Internet.
23363
- * >
23364
- * * You cannot change the whitelist mode from the enhanced whitelist mode to the standard whitelist mode.
23365
- * * This operation is not supported for instances that run SQL Server and MariaDB.
23872
+ * ### [](#)Supported database engines
23873
+ * * MySQL
23874
+ * * PostgreSQL
23875
+ * ### [](#)References
23876
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23877
+ * * [Change the whitelist mode of an ApsaraDB RDS for MySQL instance to the enhanced whitelist mode](~~96117~~)
23878
+ * * [Change the whitelist mode of an ApsaraDB RDS for PostgreSQL instance to the enhanced whitelist mode](~~96767~~)
23366
23879
  *
23367
23880
  * @param request MigrateSecurityIPModeRequest
23368
23881
  * @param runtime runtime options for this request RuntimeOptions
@@ -23370,11 +23883,13 @@ export default class Client extends OpenApi {
23370
23883
  */
23371
23884
  migrateSecurityIPModeWithOptions(request: MigrateSecurityIPModeRequest, runtime: $Util.RuntimeOptions): Promise<MigrateSecurityIPModeResponse>;
23372
23885
  /**
23373
- * * In standard whitelist mode, IP addresses in the whitelist apply to both the classic network and VPCs. To minimize security risks, we recommend that you use the enhanced whitelist mode.
23374
- * * In enhanced whitelist mode, IP addresses in the whitelist are divided into VPC IP addresses and IP addresses of the classic network and Internet.
23375
- * >
23376
- * * You cannot change the whitelist mode from the enhanced whitelist mode to the standard whitelist mode.
23377
- * * This operation is not supported for instances that run SQL Server and MariaDB.
23886
+ * ### [](#)Supported database engines
23887
+ * * MySQL
23888
+ * * PostgreSQL
23889
+ * ### [](#)References
23890
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23891
+ * * [Change the whitelist mode of an ApsaraDB RDS for MySQL instance to the enhanced whitelist mode](~~96117~~)
23892
+ * * [Change the whitelist mode of an ApsaraDB RDS for PostgreSQL instance to the enhanced whitelist mode](~~96767~~)
23378
23893
  *
23379
23894
  * @param request MigrateSecurityIPModeRequest
23380
23895
  * @return MigrateSecurityIPModeResponse
@@ -23458,7 +23973,17 @@ export default class Client extends OpenApi {
23458
23973
  */
23459
23974
  modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
23460
23975
  /**
23461
- * The event history feature enables you to view historical events that occurred in a region over a specific time range. These events include instance creation and parameter reconfiguration. For more information, see [Event history](~~129759~~).
23976
+ * ### [](#)Supported database engines
23977
+ * * MySQL
23978
+ * * PostgreSQL
23979
+ * * SQL Server
23980
+ * * MariaDB
23981
+ * ### [](#)References
23982
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23983
+ * * [View the event history of an ApsaraDB RDS for MySQL instance](~~129759~~)
23984
+ * * [View the event history of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
23985
+ * * [View the event history of an ApsaraDB RDS for SQL Server instance](~~131013~~)
23986
+ * * [View the event history of an ApsaraDB RDS for MariaDB instance](~~131010~~)
23462
23987
  *
23463
23988
  * @param request ModifyActionEventPolicyRequest
23464
23989
  * @param runtime runtime options for this request RuntimeOptions
@@ -23466,7 +23991,17 @@ export default class Client extends OpenApi {
23466
23991
  */
23467
23992
  modifyActionEventPolicyWithOptions(request: ModifyActionEventPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyActionEventPolicyResponse>;
23468
23993
  /**
23469
- * The event history feature enables you to view historical events that occurred in a region over a specific time range. These events include instance creation and parameter reconfiguration. For more information, see [Event history](~~129759~~).
23994
+ * ### [](#)Supported database engines
23995
+ * * MySQL
23996
+ * * PostgreSQL
23997
+ * * SQL Server
23998
+ * * MariaDB
23999
+ * ### [](#)References
24000
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24001
+ * * [View the event history of an ApsaraDB RDS for MySQL instance](~~129759~~)
24002
+ * * [View the event history of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
24003
+ * * [View the event history of an ApsaraDB RDS for SQL Server instance](~~131013~~)
24004
+ * * [View the event history of an ApsaraDB RDS for MariaDB instance](~~131010~~)
23470
24005
  *
23471
24006
  * @param request ModifyActionEventPolicyRequest
23472
24007
  * @return ModifyActionEventPolicyResponse
@@ -24198,8 +24733,11 @@ export default class Client extends OpenApi {
24198
24733
  */
24199
24734
  modifyDBProxyInstance(request: ModifyDBProxyInstanceRequest): Promise<ModifyDBProxyInstanceResponse>;
24200
24735
  /**
24201
- * Distributed transaction whitelists allow for distributed transactions between an Elastic Compute Service (ECS) instance and an RDS instance. For more information, see [Configure a distributed transaction whitelist](~~124321~~).
24202
- * This operation is applicable to instances that run one of the following SQL Server versions in the RDS High-Availability Edition: 2012 SE, 2012 EE, 2014 SE, 2016 SE, 2016 EE, and 2017 SE.
24736
+ * ### [](#)Supported database engine
24737
+ * SQL Server
24738
+ * ### [](#)References
24739
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
24740
+ * [Configure a distributed transaction whitelist](~~124321~~)
24203
24741
  *
24204
24742
  * @param request ModifyDTCSecurityIpHostsForSQLServerRequest
24205
24743
  * @param runtime runtime options for this request RuntimeOptions
@@ -24207,8 +24745,11 @@ export default class Client extends OpenApi {
24207
24745
  */
24208
24746
  modifyDTCSecurityIpHostsForSQLServerWithOptions(request: ModifyDTCSecurityIpHostsForSQLServerRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDTCSecurityIpHostsForSQLServerResponse>;
24209
24747
  /**
24210
- * Distributed transaction whitelists allow for distributed transactions between an Elastic Compute Service (ECS) instance and an RDS instance. For more information, see [Configure a distributed transaction whitelist](~~124321~~).
24211
- * This operation is applicable to instances that run one of the following SQL Server versions in the RDS High-Availability Edition: 2012 SE, 2012 EE, 2014 SE, 2016 SE, 2016 EE, and 2017 SE.
24748
+ * ### [](#)Supported database engine
24749
+ * SQL Server
24750
+ * ### [](#)References
24751
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
24752
+ * [Configure a distributed transaction whitelist](~~124321~~)
24212
24753
  *
24213
24754
  * @param request ModifyDTCSecurityIpHostsForSQLServerRequest
24214
24755
  * @return ModifyDTCSecurityIpHostsForSQLServerResponse
@@ -24281,6 +24822,8 @@ export default class Client extends OpenApi {
24281
24822
  * @return ModifyDbProxyInstanceSslResponse
24282
24823
  */
24283
24824
  modifyDbProxyInstanceSsl(request: ModifyDbProxyInstanceSslRequest): Promise<ModifyDbProxyInstanceSslResponse>;
24825
+ modifyEventInfoWithOptions(request: ModifyEventInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyEventInfoResponse>;
24826
+ modifyEventInfo(request: ModifyEventInfoRequest): Promise<ModifyEventInfoResponse>;
24284
24827
  /**
24285
24828
  * ### [](#)Supported database engines
24286
24829
  * * MySQL
@@ -24346,7 +24889,17 @@ export default class Client extends OpenApi {
24346
24889
  */
24347
24890
  modifyHASwitchConfig(request: ModifyHASwitchConfigRequest): Promise<ModifyHASwitchConfigResponse>;
24348
24891
  /**
24349
- * If you enable auto-renewal for your instance, you do not need to manually renew your subscription or be concerned about business interruptions caused by subscription expiration. For more information, see [Configure auto-renewal](~~96049~~).
24892
+ * ### Supported database engines
24893
+ * * MySQL
24894
+ * * PostgreSQL
24895
+ * * SQL Server
24896
+ * * MariaDB
24897
+ * ### References
24898
+ * ><notice>Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:></notice>
24899
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MySQL instance](~~96049~~)
24900
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for PostgreSQL instance](~~96740~~)
24901
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for SQL Server instance](~~95635~~)
24902
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MariaDB instance](~~97121~~)
24350
24903
  *
24351
24904
  * @param request ModifyInstanceAutoRenewalAttributeRequest
24352
24905
  * @param runtime runtime options for this request RuntimeOptions
@@ -24354,7 +24907,17 @@ export default class Client extends OpenApi {
24354
24907
  */
24355
24908
  modifyInstanceAutoRenewalAttributeWithOptions(request: ModifyInstanceAutoRenewalAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceAutoRenewalAttributeResponse>;
24356
24909
  /**
24357
- * If you enable auto-renewal for your instance, you do not need to manually renew your subscription or be concerned about business interruptions caused by subscription expiration. For more information, see [Configure auto-renewal](~~96049~~).
24910
+ * ### Supported database engines
24911
+ * * MySQL
24912
+ * * PostgreSQL
24913
+ * * SQL Server
24914
+ * * MariaDB
24915
+ * ### References
24916
+ * ><notice>Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:></notice>
24917
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MySQL instance](~~96049~~)
24918
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for PostgreSQL instance](~~96740~~)
24919
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for SQL Server instance](~~95635~~)
24920
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MariaDB instance](~~97121~~)
24358
24921
  *
24359
24922
  * @param request ModifyInstanceAutoRenewalAttributeRequest
24360
24923
  * @return ModifyInstanceAutoRenewalAttributeResponse
@@ -24417,8 +24980,17 @@ export default class Client extends OpenApi {
24417
24980
  */
24418
24981
  modifyPGHbaConfig(request: ModifyPGHbaConfigRequest): Promise<ModifyPGHbaConfigResponse>;
24419
24982
  /**
24420
- * You can modify the parameters directly or by using a parameter template. After you submit the parameter modification request, ApsaraDB RDS starts a task to apply the new parameter values to the instance. If a new parameter value takes effect only after the instance restarts, ApsaraDB RDS restarts the instance. For information about configurable parameters, see [Configure the parameters of an ApsaraDB RDS for MySQL instance](~~96063~~).
24421
- * > Before the system runs a parameter modification task, the system checks whether the parameters exist, whether they are configurable, and whether the new parameter values are valid.
24983
+ * ### [](#)Supported database engines
24984
+ * * MySQL
24985
+ * * PostgreSQL
24986
+ * * SQL Server
24987
+ * * MariaDB
24988
+ * ### [](#)References
24989
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
24990
+ * * [Modify the parameters of an ApsaraDB RDS for MySQL instance](~~96063~~)
24991
+ * * [Modify the parameters of an ApsaraDB RDS for PostgreSQL instance](~~96751~~)
24992
+ * * [Modify the parameters of an ApsaraDB RDS for SQL Server instance](~~95667~~)
24993
+ * * [Modify the parameters of an ApsaraDB RDS for MariaDB instance](~~97130~~)
24422
24994
  *
24423
24995
  * @param request ModifyParameterRequest
24424
24996
  * @param runtime runtime options for this request RuntimeOptions
@@ -24426,8 +24998,17 @@ export default class Client extends OpenApi {
24426
24998
  */
24427
24999
  modifyParameterWithOptions(request: ModifyParameterRequest, runtime: $Util.RuntimeOptions): Promise<ModifyParameterResponse>;
24428
25000
  /**
24429
- * You can modify the parameters directly or by using a parameter template. After you submit the parameter modification request, ApsaraDB RDS starts a task to apply the new parameter values to the instance. If a new parameter value takes effect only after the instance restarts, ApsaraDB RDS restarts the instance. For information about configurable parameters, see [Configure the parameters of an ApsaraDB RDS for MySQL instance](~~96063~~).
24430
- * > Before the system runs a parameter modification task, the system checks whether the parameters exist, whether they are configurable, and whether the new parameter values are valid.
25001
+ * ### [](#)Supported database engines
25002
+ * * MySQL
25003
+ * * PostgreSQL
25004
+ * * SQL Server
25005
+ * * MariaDB
25006
+ * ### [](#)References
25007
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25008
+ * * [Modify the parameters of an ApsaraDB RDS for MySQL instance](~~96063~~)
25009
+ * * [Modify the parameters of an ApsaraDB RDS for PostgreSQL instance](~~96751~~)
25010
+ * * [Modify the parameters of an ApsaraDB RDS for SQL Server instance](~~95667~~)
25011
+ * * [Modify the parameters of an ApsaraDB RDS for MariaDB instance](~~97130~~)
24431
25012
  *
24432
25013
  * @param request ModifyParameterRequest
24433
25014
  * @return ModifyParameterResponse
@@ -24606,7 +25187,15 @@ export default class Client extends OpenApi {
24606
25187
  */
24607
25188
  modifySQLCollectorRetention(request: ModifySQLCollectorRetentionRequest): Promise<ModifySQLCollectorRetentionResponse>;
24608
25189
  /**
24609
- * After an RDS instance is added to an ECS security group, all ECS instances in the security group can access the RDS instance. For more information, see [Configure a whitelist for an RDS instance](~~96118~~).
25190
+ * ### [](#)Supported database engines
25191
+ * * MySQL
25192
+ * * PostgreSQL
25193
+ * * SQL Server
25194
+ * ### [](#)References
25195
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25196
+ * * [Configure a security group for an ApsaraDB RDS for MySQL instance](~~201042~~)
25197
+ * * [Configure a security group for an ApsaraDB RDS for PostgreSQL instance](~~206310~~)
25198
+ * * [Configure a security group for an ApsaraDB RDS for SQL Server instance](~~2392322~~)
24610
25199
  *
24611
25200
  * @param request ModifySecurityGroupConfigurationRequest
24612
25201
  * @param runtime runtime options for this request RuntimeOptions
@@ -24614,7 +25203,15 @@ export default class Client extends OpenApi {
24614
25203
  */
24615
25204
  modifySecurityGroupConfigurationWithOptions(request: ModifySecurityGroupConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<ModifySecurityGroupConfigurationResponse>;
24616
25205
  /**
24617
- * After an RDS instance is added to an ECS security group, all ECS instances in the security group can access the RDS instance. For more information, see [Configure a whitelist for an RDS instance](~~96118~~).
25206
+ * ### [](#)Supported database engines
25207
+ * * MySQL
25208
+ * * PostgreSQL
25209
+ * * SQL Server
25210
+ * ### [](#)References
25211
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25212
+ * * [Configure a security group for an ApsaraDB RDS for MySQL instance](~~201042~~)
25213
+ * * [Configure a security group for an ApsaraDB RDS for PostgreSQL instance](~~206310~~)
25214
+ * * [Configure a security group for an ApsaraDB RDS for SQL Server instance](~~2392322~~)
24618
25215
  *
24619
25216
  * @param request ModifySecurityGroupConfigurationRequest
24620
25217
  * @return ModifySecurityGroupConfigurationResponse
@@ -24655,6 +25252,8 @@ export default class Client extends OpenApi {
24655
25252
  * @return ModifySecurityIpsResponse
24656
25253
  */
24657
25254
  modifySecurityIps(request: ModifySecurityIpsRequest): Promise<ModifySecurityIpsResponse>;
25255
+ modifyTaskInfoWithOptions(request: ModifyTaskInfoRequest, runtime: $Util.RuntimeOptions): Promise<ModifyTaskInfoResponse>;
25256
+ modifyTaskInfo(request: ModifyTaskInfoRequest): Promise<ModifyTaskInfoResponse>;
24658
25257
  /**
24659
25258
  * ### Supported database engines
24660
25259
  * * RDS MySQL
@@ -24773,11 +25372,11 @@ export default class Client extends OpenApi {
24773
25372
  */
24774
25373
  receiveDBInstance(request: ReceiveDBInstanceRequest): Promise<ReceiveDBInstanceResponse>;
24775
25374
  /**
24776
- * You can call this operation to restore databases to a new instance or an existing instance. If you want to restore databases to an existing instance, we recommend that you call the [Copy databases](~~88810~~) operation.
24777
- * If you want to restore databases to a new instance, you must create an instance and then restore specific or all databases to the new instance.
24778
- * * If you specify the name of a database, only the specified database is restored to the new instance.
24779
- * * If you do not specify the name of a database, all databases are restored to the new instance.
24780
- * > This operation is supported only for instances that run SQL Server 2012 or later.
25375
+ * ### [](#)Supported database engines
25376
+ * SQL Server 2012 or later
25377
+ * ### [](#)References
25378
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25379
+ * [Restore the data of an ApsaraDB RDS for SQL Server instance](~~95722~~)
24781
25380
  *
24782
25381
  * @param request RecoveryDBInstanceRequest
24783
25382
  * @param runtime runtime options for this request RuntimeOptions
@@ -24785,11 +25384,11 @@ export default class Client extends OpenApi {
24785
25384
  */
24786
25385
  recoveryDBInstanceWithOptions(request: RecoveryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RecoveryDBInstanceResponse>;
24787
25386
  /**
24788
- * You can call this operation to restore databases to a new instance or an existing instance. If you want to restore databases to an existing instance, we recommend that you call the [Copy databases](~~88810~~) operation.
24789
- * If you want to restore databases to a new instance, you must create an instance and then restore specific or all databases to the new instance.
24790
- * * If you specify the name of a database, only the specified database is restored to the new instance.
24791
- * * If you do not specify the name of a database, all databases are restored to the new instance.
24792
- * > This operation is supported only for instances that run SQL Server 2012 or later.
25387
+ * ### [](#)Supported database engines
25388
+ * SQL Server 2012 or later
25389
+ * ### [](#)References
25390
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25391
+ * [Restore the data of an ApsaraDB RDS for SQL Server instance](~~95722~~)
24793
25392
  *
24794
25393
  * @param request RecoveryDBInstanceRequest
24795
25394
  * @return RecoveryDBInstanceResponse
@@ -24829,7 +25428,17 @@ export default class Client extends OpenApi {
24829
25428
  */
24830
25429
  releaseInstanceConnection(request: ReleaseInstanceConnectionRequest): Promise<ReleaseInstanceConnectionResponse>;
24831
25430
  /**
24832
- * To ensure data security, you can release the public endpoint when you do not need to access the database from the Internet.
25431
+ * ### [](#)Supported database engines
25432
+ * * MySQL
25433
+ * * PostgreSQL
25434
+ * * SQL Server
25435
+ * * MariaDB
25436
+ * ### [](#)References
25437
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
25438
+ * * [Release the public endpoint of an ApsaraDB RDS for MySQL instance](~~26128~~)
25439
+ * * [Release the public endpoint of an ApsaraDB RDS for PostgreSQL instance](~~97738~~)
25440
+ * * [Release the public endpoint of an ApsaraDB RDS for SQL Server instance](~~97736~~)
25441
+ * * [Release the public endpoint of an ApsaraDB RDS for MariaDB instance](~~97740~~)
24833
25442
  *
24834
25443
  * @param request ReleaseInstancePublicConnectionRequest
24835
25444
  * @param runtime runtime options for this request RuntimeOptions
@@ -24837,7 +25446,17 @@ export default class Client extends OpenApi {
24837
25446
  */
24838
25447
  releaseInstancePublicConnectionWithOptions(request: ReleaseInstancePublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstancePublicConnectionResponse>;
24839
25448
  /**
24840
- * To ensure data security, you can release the public endpoint when you do not need to access the database from the Internet.
25449
+ * ### [](#)Supported database engines
25450
+ * * MySQL
25451
+ * * PostgreSQL
25452
+ * * SQL Server
25453
+ * * MariaDB
25454
+ * ### [](#)References
25455
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
25456
+ * * [Release the public endpoint of an ApsaraDB RDS for MySQL instance](~~26128~~)
25457
+ * * [Release the public endpoint of an ApsaraDB RDS for PostgreSQL instance](~~97738~~)
25458
+ * * [Release the public endpoint of an ApsaraDB RDS for SQL Server instance](~~97736~~)
25459
+ * * [Release the public endpoint of an ApsaraDB RDS for MariaDB instance](~~97740~~)
24841
25460
  *
24842
25461
  * @param request ReleaseInstancePublicConnectionRequest
24843
25462
  * @return ReleaseInstancePublicConnectionResponse
@@ -25043,18 +25662,39 @@ export default class Client extends OpenApi {
25043
25662
  * @return RestartDBInstanceResponse
25044
25663
  */
25045
25664
  restartDBInstance(request: RestartDBInstanceRequest): Promise<RestartDBInstanceResponse>;
25665
+ /**
25666
+ * > Before restoration, you can call the [CheckCreateDdrDBInstance](~~121721~~) operation to check whether a cross-region backup set can be used for cross-region restoration.
25667
+ * ### [](#)Supported database engine
25668
+ * MySQL
25669
+ * ### [](#)References
25670
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25671
+ * * [Back up an ApsaraDB RDS for MySQL instance across regions](~~120824~~)
25672
+ * * [Restore the data of an ApsaraDB RDS for MySQL instance across regions](~~120875~~)
25673
+ *
25674
+ * @param request RestoreDdrTableRequest
25675
+ * @param runtime runtime options for this request RuntimeOptions
25676
+ * @return RestoreDdrTableResponse
25677
+ */
25046
25678
  restoreDdrTableWithOptions(request: RestoreDdrTableRequest, runtime: $Util.RuntimeOptions): Promise<RestoreDdrTableResponse>;
25679
+ /**
25680
+ * > Before restoration, you can call the [CheckCreateDdrDBInstance](~~121721~~) operation to check whether a cross-region backup set can be used for cross-region restoration.
25681
+ * ### [](#)Supported database engine
25682
+ * MySQL
25683
+ * ### [](#)References
25684
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25685
+ * * [Back up an ApsaraDB RDS for MySQL instance across regions](~~120824~~)
25686
+ * * [Restore the data of an ApsaraDB RDS for MySQL instance across regions](~~120875~~)
25687
+ *
25688
+ * @param request RestoreDdrTableRequest
25689
+ * @return RestoreDdrTableResponse
25690
+ */
25047
25691
  restoreDdrTable(request: RestoreDdrTableRequest): Promise<RestoreDdrTableResponse>;
25048
25692
  /**
25049
25693
  * ### [](#)Supported database engines
25050
25694
  * MySQL
25051
- * ### [](#)Description
25052
- * ApsaraDB RDS for MySQL supports the restoration of individual databases and tables. If you delete databases or tables from an instance, you can restore the databases or tables by using a backup file. For more information, see [Restore individual databases and tables of an ApsaraDB RDS for MySQL instance](~~103175~~). Before you call this operation, make sure that the following requirements are met:
25053
- * * The instance is in the Running state.
25054
- * * The instance does not have ongoing migration tasks.
25055
- * * If you want to restore data to a specific point in time, make sure that the log backup feature is enabled for the instance. For more information, see [Back up an ApsaraDB RDS for MySQL instance](~~98818~~).
25056
- * * The restoration of individual databases or tables is enabled, and new backups are created. For more information, see [Restore individual databases and tables of an ApsaraDB RDS for MySQL instance](~~103175~~).
25057
- * * The names that you want to use for the restored tables do not exist in the instance.
25695
+ * ### [](#)References
25696
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25697
+ * [Restore individual databases and tables](~~103175~~)
25058
25698
  *
25059
25699
  * @param request RestoreTableRequest
25060
25700
  * @param runtime runtime options for this request RuntimeOptions
@@ -25064,13 +25704,9 @@ export default class Client extends OpenApi {
25064
25704
  /**
25065
25705
  * ### [](#)Supported database engines
25066
25706
  * MySQL
25067
- * ### [](#)Description
25068
- * ApsaraDB RDS for MySQL supports the restoration of individual databases and tables. If you delete databases or tables from an instance, you can restore the databases or tables by using a backup file. For more information, see [Restore individual databases and tables of an ApsaraDB RDS for MySQL instance](~~103175~~). Before you call this operation, make sure that the following requirements are met:
25069
- * * The instance is in the Running state.
25070
- * * The instance does not have ongoing migration tasks.
25071
- * * If you want to restore data to a specific point in time, make sure that the log backup feature is enabled for the instance. For more information, see [Back up an ApsaraDB RDS for MySQL instance](~~98818~~).
25072
- * * The restoration of individual databases or tables is enabled, and new backups are created. For more information, see [Restore individual databases and tables of an ApsaraDB RDS for MySQL instance](~~103175~~).
25073
- * * The names that you want to use for the restored tables do not exist in the instance.
25707
+ * ### [](#)References
25708
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25709
+ * [Restore individual databases and tables](~~103175~~)
25074
25710
  *
25075
25711
  * @param request RestoreTableRequest
25076
25712
  * @return RestoreTableResponse