@alicloud/rds20140815 2.8.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts 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;
@@ -5488,6 +5489,7 @@ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
5488
5489
  clientCACertExpireTime?: string;
5489
5490
  clientCertRevocationList?: string;
5490
5491
  connectionString?: string;
5492
+ forceEncryption?: string;
5491
5493
  lastModifyStatus?: string;
5492
5494
  modifyStatusReason?: string;
5493
5495
  replicationACL?: string;
@@ -5501,6 +5503,7 @@ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
5501
5503
  serverCAUrl?: string;
5502
5504
  serverCert?: string;
5503
5505
  serverKey?: string;
5506
+ tlsVersion?: string;
5504
5507
  static names(): {
5505
5508
  [key: string]: string;
5506
5509
  };
@@ -5963,7 +5966,7 @@ export declare class DescribeDBProxyResponseBody extends $tea.Model {
5963
5966
  DBProxyInstanceSize?: string;
5964
5967
  DBProxyInstanceStatus?: string;
5965
5968
  DBProxyInstanceType?: string;
5966
- DBProxyPersistentConnectionSupport?: string;
5969
+ DBProxyPersistentConnectionStatus?: string;
5967
5970
  DBProxyServiceStatus?: string;
5968
5971
  dbProxyEndpointItems?: DescribeDBProxyResponseBodyDbProxyEndpointItems;
5969
5972
  requestId?: string;
@@ -11433,6 +11436,7 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
11433
11436
  clientCrlEnabled?: number;
11434
11437
  connectionString?: string;
11435
11438
  DBInstanceId?: string;
11439
+ forceEncryption?: string;
11436
11440
  ownerAccount?: string;
11437
11441
  ownerId?: number;
11438
11442
  replicationACL?: string;
@@ -11441,6 +11445,7 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
11441
11445
  SSLEnabled?: number;
11442
11446
  serverCert?: string;
11443
11447
  serverKey?: string;
11448
+ tlsVersion?: string;
11444
11449
  static names(): {
11445
11450
  [key: string]: string;
11446
11451
  };
@@ -11716,6 +11721,7 @@ export declare class ModifyDBProxyRequest extends $tea.Model {
11716
11721
  DBProxyInstanceType?: string;
11717
11722
  instanceNetworkType?: string;
11718
11723
  ownerId?: number;
11724
+ persistentConnectionStatus?: string;
11719
11725
  regionId?: string;
11720
11726
  resourceGroupId?: string;
11721
11727
  resourceOwnerAccount?: string;
@@ -16889,6 +16895,7 @@ export declare class DescribeDBMiniEngineVersionsResponseBodyMinorVersionItems e
16889
16895
  communityMinorVersion?: string;
16890
16896
  engine?: string;
16891
16897
  engineVersion?: string;
16898
+ expireDate?: string;
16892
16899
  expireStatus?: string;
16893
16900
  isHotfixVersion?: boolean;
16894
16901
  minorVersion?: string;
@@ -19641,15 +19648,20 @@ export default class Client extends OpenApi {
19641
19648
  */
19642
19649
  allocateInstancePublicConnection(request: AllocateInstancePublicConnectionRequest): Promise<AllocateInstancePublicConnectionResponse>;
19643
19650
  /**
19651
+ * ### [](#)Supported database engines
19652
+ * * MySQL
19653
+ * * SQL Server
19654
+ * ### [](#)Feature description
19644
19655
  * 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.
19656
+ * ### [](#)Prerequisites
19645
19657
  * Before you call this operation, make sure that the following requirements are met:
19646
- * * If the instance runs MySQL, the instance uses a shared proxy.
19658
+ * * The shared proxy feature is enabled for your ApsaraDB RDS for MySQL instance.
19647
19659
  * * The instance is in the Running state.
19648
19660
  * * Read-only instances are attached to the primary instance.
19649
19661
  * * The instance does not have an ongoing Data Transmission Service (DTS) migration task.
19650
19662
  * * The instance runs one of the following database versions and RDS editions:
19651
- * * SQL Server (cluster edition)
19652
- * * MySQL 5.7 on RDS High-availability Edition with local SSDs
19663
+ * * SQL Server on RDS Cluster Edition
19664
+ * * MySQL 5.7 on RDS High-availability Edition (with local disks)
19653
19665
  * * MySQL 5.6
19654
19666
  *
19655
19667
  * @param request AllocateReadWriteSplittingConnectionRequest
@@ -19658,15 +19670,20 @@ export default class Client extends OpenApi {
19658
19670
  */
19659
19671
  allocateReadWriteSplittingConnectionWithOptions(request: AllocateReadWriteSplittingConnectionRequest, runtime: $Util.RuntimeOptions): Promise<AllocateReadWriteSplittingConnectionResponse>;
19660
19672
  /**
19673
+ * ### [](#)Supported database engines
19674
+ * * MySQL
19675
+ * * SQL Server
19676
+ * ### [](#)Feature description
19661
19677
  * 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.
19678
+ * ### [](#)Prerequisites
19662
19679
  * Before you call this operation, make sure that the following requirements are met:
19663
- * * If the instance runs MySQL, the instance uses a shared proxy.
19680
+ * * The shared proxy feature is enabled for your ApsaraDB RDS for MySQL instance.
19664
19681
  * * The instance is in the Running state.
19665
19682
  * * Read-only instances are attached to the primary instance.
19666
19683
  * * The instance does not have an ongoing Data Transmission Service (DTS) migration task.
19667
19684
  * * The instance runs one of the following database versions and RDS editions:
19668
- * * SQL Server (cluster edition)
19669
- * * MySQL 5.7 on RDS High-availability Edition with local SSDs
19685
+ * * SQL Server on RDS Cluster Edition
19686
+ * * MySQL 5.7 on RDS High-availability Edition (with local disks)
19670
19687
  * * MySQL 5.6
19671
19688
  *
19672
19689
  * @param request AllocateReadWriteSplittingConnectionRequest
@@ -19803,11 +19820,16 @@ export default class Client extends OpenApi {
19803
19820
  */
19804
19821
  checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse>;
19805
19822
  /**
19806
- * Before you call this operation, make sure that the instance runs one of the following database engines:
19807
- * * MySQL. For more information, see [Back up an ApsaraDB RDS for MySQL instance across regions](~~120824~~).
19808
- * * SQL Server. For more information, see [Back up an ApsaraDB RDS for SQL Server instance across regions](~~187923~~).
19809
- * * PostgreSQL. For more information, see [Enable cross-region backups for an ApsaraDB RDS for PostgreSQL instance](~~206671~~).
19810
- * > : 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~~).
19823
+ * ### [](#)Supported database engines
19824
+ * * MySQL
19825
+ * * PostgreSQL
19826
+ * * SQL Server
19827
+ * > 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~~).
19828
+ * ### [](#)References
19829
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
19830
+ * * [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~~)
19831
+ * * [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~~)
19832
+ * * [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~~)
19811
19833
  *
19812
19834
  * @param request CheckCreateDdrDBInstanceRequest
19813
19835
  * @param runtime runtime options for this request RuntimeOptions
@@ -19815,11 +19837,16 @@ export default class Client extends OpenApi {
19815
19837
  */
19816
19838
  checkCreateDdrDBInstanceWithOptions(request: CheckCreateDdrDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CheckCreateDdrDBInstanceResponse>;
19817
19839
  /**
19818
- * Before you call this operation, make sure that the instance runs one of the following database engines:
19819
- * * MySQL. For more information, see [Back up an ApsaraDB RDS for MySQL instance across regions](~~120824~~).
19820
- * * SQL Server. For more information, see [Back up an ApsaraDB RDS for SQL Server instance across regions](~~187923~~).
19821
- * * PostgreSQL. For more information, see [Enable cross-region backups for an ApsaraDB RDS for PostgreSQL instance](~~206671~~).
19822
- * > : 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~~).
19840
+ * ### [](#)Supported database engines
19841
+ * * MySQL
19842
+ * * PostgreSQL
19843
+ * * SQL Server
19844
+ * > 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~~).
19845
+ * ### [](#)References
19846
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
19847
+ * * [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~~)
19848
+ * * [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~~)
19849
+ * * [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~~)
19823
19850
  *
19824
19851
  * @param request CheckCreateDdrDBInstanceRequest
19825
19852
  * @return CheckCreateDdrDBInstanceResponse
@@ -19930,7 +19957,13 @@ export default class Client extends OpenApi {
19930
19957
  */
19931
19958
  cloneParameterGroup(request: CloneParameterGroupRequest): Promise<CloneParameterGroupResponse>;
19932
19959
  /**
19933
- * 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~~).
19960
+ * ### [](#)Supported database engines
19961
+ * * MySQL
19962
+ * * PostgreSQL
19963
+ * * SQL Server
19964
+ * * MariaDB
19965
+ * ### [](#)Feature description
19966
+ * After you call the [QueryNotify](~~610443~~) operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed.
19934
19967
  *
19935
19968
  * @param tmpReq ConfirmNotifyRequest
19936
19969
  * @param runtime runtime options for this request RuntimeOptions
@@ -19938,7 +19971,13 @@ export default class Client extends OpenApi {
19938
19971
  */
19939
19972
  confirmNotifyWithOptions(tmpReq: ConfirmNotifyRequest, runtime: $Util.RuntimeOptions): Promise<ConfirmNotifyResponse>;
19940
19973
  /**
19941
- * 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~~).
19974
+ * ### [](#)Supported database engines
19975
+ * * MySQL
19976
+ * * PostgreSQL
19977
+ * * SQL Server
19978
+ * * MariaDB
19979
+ * ### [](#)Feature description
19980
+ * After you call the [QueryNotify](~~610443~~) operation to query notifications for an instance, you can call this operation to mark the notifications as confirmed.
19942
19981
  *
19943
19982
  * @param request ConfirmNotifyRequest
19944
19983
  * @return ConfirmNotifyResponse
@@ -20393,9 +20432,11 @@ export default class Client extends OpenApi {
20393
20432
  */
20394
20433
  createGADInstance(request: CreateGADInstanceRequest): Promise<CreateGADInstanceResponse>;
20395
20434
  /**
20396
- * ## [](#)Prerequisites
20397
- * An ApsaraDB RDS global active database cluster is created. You can call the [CreateGADInstance](~~336893~~) operation to create a global active database cluster.
20398
- * For more information, see [Add unit nodes to or move unit nodes from an ApsaraDB RDS global active database cluster](~~331851~~).
20435
+ * ### [](#)Supported database engines
20436
+ * * RDS MySQL
20437
+ * ### [](#)References
20438
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20439
+ * [Add or remove unit nodes](~~331851~~)
20399
20440
  *
20400
20441
  * @param request CreateGadInstanceMemberRequest
20401
20442
  * @param runtime runtime options for this request RuntimeOptions
@@ -20403,9 +20444,11 @@ export default class Client extends OpenApi {
20403
20444
  */
20404
20445
  createGadInstanceMemberWithOptions(request: CreateGadInstanceMemberRequest, runtime: $Util.RuntimeOptions): Promise<CreateGadInstanceMemberResponse>;
20405
20446
  /**
20406
- * ## [](#)Prerequisites
20407
- * An ApsaraDB RDS global active database cluster is created. You can call the [CreateGADInstance](~~336893~~) operation to create a global active database cluster.
20408
- * For more information, see [Add unit nodes to or move unit nodes from an ApsaraDB RDS global active database cluster](~~331851~~).
20447
+ * ### [](#)Supported database engines
20448
+ * * RDS MySQL
20449
+ * ### [](#)References
20450
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20451
+ * [Add or remove unit nodes](~~331851~~)
20409
20452
  *
20410
20453
  * @param request CreateGadInstanceMemberRequest
20411
20454
  * @return CreateGadInstanceMemberResponse
@@ -20751,10 +20794,9 @@ export default class Client extends OpenApi {
20751
20794
  */
20752
20795
  deleteBackup(request: DeleteBackupRequest): Promise<DeleteBackupResponse>;
20753
20796
  /**
20754
- * ### Supported database engine
20755
- * SQL Server
20756
- * ### Usage notes
20757
- * 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.
20797
+ * ### [](#)Supported database engines
20798
+ * RDS SQL Server
20799
+ * > This operation is available only for users that are added to the whitelist.
20758
20800
  *
20759
20801
  * @param request DeleteBackupFileRequest
20760
20802
  * @param runtime runtime options for this request RuntimeOptions
@@ -20762,10 +20804,9 @@ export default class Client extends OpenApi {
20762
20804
  */
20763
20805
  deleteBackupFileWithOptions(request: DeleteBackupFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteBackupFileResponse>;
20764
20806
  /**
20765
- * ### Supported database engine
20766
- * SQL Server
20767
- * ### Usage notes
20768
- * 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.
20807
+ * ### [](#)Supported database engines
20808
+ * RDS SQL Server
20809
+ * > This operation is available only for users that are added to the whitelist.
20769
20810
  *
20770
20811
  * @param request DeleteBackupFileRequest
20771
20812
  * @return DeleteBackupFileResponse
@@ -20962,8 +21003,6 @@ export default class Client extends OpenApi {
20962
21003
  * ### [](#)Supported database engines
20963
21004
  * * MySQL
20964
21005
  * * PostgreSQL
20965
- * * SQL Server
20966
- * * MariaDB
20967
21006
  * ### [](#)References
20968
21007
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20969
21008
  * * [Use a parameter template to configure the parameters of ApsaraDB RDS for MySQL instances](~~130565~~)
@@ -20978,8 +21017,6 @@ export default class Client extends OpenApi {
20978
21017
  * ### [](#)Supported database engines
20979
21018
  * * MySQL
20980
21019
  * * PostgreSQL
20981
- * * SQL Server
20982
- * * MariaDB
20983
21020
  * ### [](#)References
20984
21021
  * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20985
21022
  * * [Use a parameter template to configure the parameters of ApsaraDB RDS for MySQL instances](~~130565~~)
@@ -21036,11 +21073,11 @@ export default class Client extends OpenApi {
21036
21073
  */
21037
21074
  deleteSlot(request: DeleteSlotRequest): Promise<DeleteSlotResponse>;
21038
21075
  /**
21039
- * ### [](#)Supported database engines
21076
+ * ### [](#)Supported database engine
21040
21077
  * * MySQL
21041
- * ### [](#)Description
21078
+ * ### [](#)Usage notes
21042
21079
  * * 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~~).
21043
- * * 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.
21080
+ * * 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.
21044
21081
  *
21045
21082
  * @param request DeleteUserBackupFileRequest
21046
21083
  * @param runtime runtime options for this request RuntimeOptions
@@ -21048,11 +21085,11 @@ export default class Client extends OpenApi {
21048
21085
  */
21049
21086
  deleteUserBackupFileWithOptions(request: DeleteUserBackupFileRequest, runtime: $Util.RuntimeOptions): Promise<DeleteUserBackupFileResponse>;
21050
21087
  /**
21051
- * ### [](#)Supported database engines
21088
+ * ### [](#)Supported database engine
21052
21089
  * * MySQL
21053
- * ### [](#)Description
21090
+ * ### [](#)Usage notes
21054
21091
  * * 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~~).
21055
- * * 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.
21092
+ * * 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.
21056
21093
  *
21057
21094
  * @param request DeleteUserBackupFileRequest
21058
21095
  * @return DeleteUserBackupFileResponse
@@ -21948,7 +21985,12 @@ export default class Client extends OpenApi {
21948
21985
  */
21949
21986
  describeDBInstancePromoteActivity(request: DescribeDBInstancePromoteActivityRequest): Promise<DescribeDBInstancePromoteActivityResponse>;
21950
21987
  /**
21951
- * 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~~).
21988
+ * ### [](#)Supported database engines
21989
+ * * MySQL
21990
+ * * SQL Server
21991
+ * ### [](#)Feature description
21992
+ * 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~~).
21993
+ * ### [](#)Prerequisites
21952
21994
  * Before you call this operation, make sure that the following requirements are met:
21953
21995
  * * The shared proxy feature must be enabled for the primary instance.
21954
21996
  * * The read/write splitting feature must be enabled for the primary instance.
@@ -21959,7 +22001,12 @@ export default class Client extends OpenApi {
21959
22001
  */
21960
22002
  describeDBInstanceProxyConfigurationWithOptions(request: DescribeDBInstanceProxyConfigurationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceProxyConfigurationResponse>;
21961
22003
  /**
21962
- * 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~~).
22004
+ * ### [](#)Supported database engines
22005
+ * * MySQL
22006
+ * * SQL Server
22007
+ * ### [](#)Feature description
22008
+ * 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~~).
22009
+ * ### [](#)Prerequisites
21963
22010
  * Before you call this operation, make sure that the following requirements are met:
21964
22011
  * * The shared proxy feature must be enabled for the primary instance.
21965
22012
  * * The read/write splitting feature must be enabled for the primary instance.
@@ -22106,6 +22153,10 @@ export default class Client extends OpenApi {
22106
22153
  */
22107
22154
  describeDBInstancesForClone(request: DescribeDBInstancesForCloneRequest): Promise<DescribeDBInstancesForCloneResponse>;
22108
22155
  /**
22156
+ * ### [](#)Supported database engines
22157
+ * * MySQL
22158
+ * * PostgreSQL
22159
+ * ### [](#)Usage notes
22109
22160
  * 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.
22110
22161
  *
22111
22162
  * @param request DescribeDBMiniEngineVersionsRequest
@@ -22114,6 +22165,10 @@ export default class Client extends OpenApi {
22114
22165
  */
22115
22166
  describeDBMiniEngineVersionsWithOptions(request: DescribeDBMiniEngineVersionsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBMiniEngineVersionsResponse>;
22116
22167
  /**
22168
+ * ### [](#)Supported database engines
22169
+ * * MySQL
22170
+ * * PostgreSQL
22171
+ * ### [](#)Usage notes
22117
22172
  * 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.
22118
22173
  *
22119
22174
  * @param request DescribeDBMiniEngineVersionsRequest
@@ -22470,15 +22525,18 @@ export default class Client extends OpenApi {
22470
22525
  describeHostGroupElasticStrategyParametersWithOptions(request: DescribeHostGroupElasticStrategyParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHostGroupElasticStrategyParametersResponse>;
22471
22526
  describeHostGroupElasticStrategyParameters(request: DescribeHostGroupElasticStrategyParametersRequest): Promise<DescribeHostGroupElasticStrategyParametersResponse>;
22472
22527
  /**
22473
- * > This operation is available only for instances that run SQL Server. If you require this operation, contact **Alibaba Cloud technical support**.
22528
+ * ### [](#)Supported database engine
22529
+ * * SQL Server
22530
+ * ### [](#)Usage notes
22531
+ * 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**.
22474
22532
  * ### [](#)Prerequisites
22475
- * The instance meets the following requirements:
22476
- * * The instance resides in a region other than the China (Zhangjiakou) region.
22477
- * * 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.
22478
- * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22479
- * * 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~~).
22480
- * * 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.
22481
- * Your **Alibaba Cloud account** is used for logons.
22533
+ * * The instance meets the following requirements:
22534
+ * * The instance resides in a region other than the China (Zhangjiakou) region.
22535
+ * * 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.
22536
+ * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22537
+ * * 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~~).
22538
+ * * 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.
22539
+ * * Your **Alibaba Cloud account** is used for logons.
22482
22540
  *
22483
22541
  * @param request DescribeHostWebShellRequest
22484
22542
  * @param runtime runtime options for this request RuntimeOptions
@@ -22486,15 +22544,18 @@ export default class Client extends OpenApi {
22486
22544
  */
22487
22545
  describeHostWebShellWithOptions(request: DescribeHostWebShellRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHostWebShellResponse>;
22488
22546
  /**
22489
- * > This operation is available only for instances that run SQL Server. If you require this operation, contact **Alibaba Cloud technical support**.
22547
+ * ### [](#)Supported database engine
22548
+ * * SQL Server
22549
+ * ### [](#)Usage notes
22550
+ * 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**.
22490
22551
  * ### [](#)Prerequisites
22491
- * The instance meets the following requirements:
22492
- * * The instance resides in a region other than the China (Zhangjiakou) region.
22493
- * * 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.
22494
- * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22495
- * * 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~~).
22496
- * * 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.
22497
- * Your **Alibaba Cloud account** is used for logons.
22552
+ * * The instance meets the following requirements:
22553
+ * * The instance resides in a region other than the China (Zhangjiakou) region.
22554
+ * * 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.
22555
+ * * The instance belongs to the general-purpose or dedicated instance family. The shared instance family is not supported.
22556
+ * * 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~~).
22557
+ * * 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.
22558
+ * * Your **Alibaba Cloud account** is used for logons.
22498
22559
  *
22499
22560
  * @param request DescribeHostWebShellRequest
22500
22561
  * @return DescribeHostWebShellResponse
@@ -22928,9 +22989,9 @@ export default class Client extends OpenApi {
22928
22989
  */
22929
22990
  describeRdsResourceSettings(request: DescribeRdsResourceSettingsRequest): Promise<DescribeRdsResourceSettingsResponse>;
22930
22991
  /**
22931
- * Before you call this operation, make sure that the following requirements are met:
22932
- * * The primary instance must run the MySQL or PostgreSQL database engine.
22933
- * * The primary instance must be attached with a read-only instance.
22992
+ * ### [](#)Supported database engines
22993
+ * * MySQL
22994
+ * * PostgreSQL
22934
22995
  *
22935
22996
  * @param request DescribeReadDBInstanceDelayRequest
22936
22997
  * @param runtime runtime options for this request RuntimeOptions
@@ -22938,9 +22999,9 @@ export default class Client extends OpenApi {
22938
22999
  */
22939
23000
  describeReadDBInstanceDelayWithOptions(request: DescribeReadDBInstanceDelayRequest, runtime: $Util.RuntimeOptions): Promise<DescribeReadDBInstanceDelayResponse>;
22940
23001
  /**
22941
- * Before you call this operation, make sure that the following requirements are met:
22942
- * * The primary instance must run the MySQL or PostgreSQL database engine.
22943
- * * The primary instance must be attached with a read-only instance.
23002
+ * ### [](#)Supported database engines
23003
+ * * MySQL
23004
+ * * PostgreSQL
22944
23005
  *
22945
23006
  * @param request DescribeReadDBInstanceDelayRequest
22946
23007
  * @return DescribeReadDBInstanceDelayResponse
@@ -23077,13 +23138,15 @@ export default class Client extends OpenApi {
23077
23138
  */
23078
23139
  describeSQLCollectorRetention(request: DescribeSQLCollectorRetentionRequest): Promise<DescribeSQLCollectorRetentionResponse>;
23079
23140
  /**
23080
- * Before you call this operation, make sure that the instance runs one of the following database engines:
23141
+ * ### [](#)Supported database engines
23081
23142
  * * MySQL
23082
- * * SQL Server 2008 R2
23083
23143
  * * PostgreSQL
23084
- * >
23085
- * * 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.
23086
- * * 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**.
23144
+ * * SQL Server
23145
+ * **
23146
+ * **Note** Only SQL Server 2008 R2 is supported.
23147
+ * ### [](#)Precautions
23148
+ * * The DescribeSQLLogFiles operation does not return the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
23149
+ * * 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**.
23087
23150
  *
23088
23151
  * @param request DescribeSQLLogFilesRequest
23089
23152
  * @param runtime runtime options for this request RuntimeOptions
@@ -23091,13 +23154,15 @@ export default class Client extends OpenApi {
23091
23154
  */
23092
23155
  describeSQLLogFilesWithOptions(request: DescribeSQLLogFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogFilesResponse>;
23093
23156
  /**
23094
- * Before you call this operation, make sure that the instance runs one of the following database engines:
23157
+ * ### [](#)Supported database engines
23095
23158
  * * MySQL
23096
- * * SQL Server 2008 R2
23097
23159
  * * PostgreSQL
23098
- * >
23099
- * * 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.
23100
- * * 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**.
23160
+ * * SQL Server
23161
+ * **
23162
+ * **Note** Only SQL Server 2008 R2 is supported.
23163
+ * ### [](#)Precautions
23164
+ * * The DescribeSQLLogFiles operation does not return the log files that are generated by SQL Explorer Trial Edition for an ApsaraDB RDS for MySQL instance.
23165
+ * * 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**.
23101
23166
  *
23102
23167
  * @param request DescribeSQLLogFilesRequest
23103
23168
  * @return DescribeSQLLogFilesResponse
@@ -23132,7 +23197,28 @@ export default class Client extends OpenApi {
23132
23197
  * @return DescribeSQLLogRecordsResponse
23133
23198
  */
23134
23199
  describeSQLLogRecords(request: DescribeSQLLogRecordsRequest): Promise<DescribeSQLLogRecordsResponse>;
23200
+ /**
23201
+ * ### [](#)Supported database engines
23202
+ * * MySQL
23203
+ * * PostgreSQL
23204
+ * * SQL Server
23205
+ * * MariaDB
23206
+ *
23207
+ * @param request DescribeSQLLogReportListRequest
23208
+ * @param runtime runtime options for this request RuntimeOptions
23209
+ * @return DescribeSQLLogReportListResponse
23210
+ */
23135
23211
  describeSQLLogReportListWithOptions(request: DescribeSQLLogReportListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLLogReportListResponse>;
23212
+ /**
23213
+ * ### [](#)Supported database engines
23214
+ * * MySQL
23215
+ * * PostgreSQL
23216
+ * * SQL Server
23217
+ * * MariaDB
23218
+ *
23219
+ * @param request DescribeSQLLogReportListRequest
23220
+ * @return DescribeSQLLogReportListResponse
23221
+ */
23136
23222
  describeSQLLogReportList(request: DescribeSQLLogReportListRequest): Promise<DescribeSQLLogReportListResponse>;
23137
23223
  /**
23138
23224
  * ### [](#)Supported database engine
@@ -23227,16 +23313,17 @@ export default class Client extends OpenApi {
23227
23313
  */
23228
23314
  describeSlowLogRecords(request: DescribeSlowLogRecordsRequest): Promise<DescribeSlowLogRecordsResponse>;
23229
23315
  /**
23230
- * ### Supported database engines
23316
+ * ### [](#)Supported database engines
23231
23317
  * * MySQL
23232
23318
  * **
23233
- * **Note**MySQL 5.7 on RDS Basic Edition is not supported.
23319
+ * **Note** This operation is not supported for RDS instances that run MySQL 5.7 on RDS Basic Edition.
23234
23320
  * * SQL Server
23235
23321
  * **
23236
- * **Note**Only SQL Server 2008 R2 is supported.
23322
+ * **Note** This operation is supported only for RDS instances that run SQL Server 2008 R2.
23237
23323
  * * MariaDB
23238
- * ### Usage notes
23239
- * Slow query logs are not collected in real time and may show a latency of 6 hours to 8 hours.
23324
+ * ### [](#)Precautions
23325
+ * * Slow query logs are not collected in real time and may show a latency of 6 to 8 hours.
23326
+ * * 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.
23240
23327
  *
23241
23328
  * @param request DescribeSlowLogsRequest
23242
23329
  * @param runtime runtime options for this request RuntimeOptions
@@ -23244,16 +23331,17 @@ export default class Client extends OpenApi {
23244
23331
  */
23245
23332
  describeSlowLogsWithOptions(request: DescribeSlowLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlowLogsResponse>;
23246
23333
  /**
23247
- * ### Supported database engines
23334
+ * ### [](#)Supported database engines
23248
23335
  * * MySQL
23249
23336
  * **
23250
- * **Note**MySQL 5.7 on RDS Basic Edition is not supported.
23337
+ * **Note** This operation is not supported for RDS instances that run MySQL 5.7 on RDS Basic Edition.
23251
23338
  * * SQL Server
23252
23339
  * **
23253
- * **Note**Only SQL Server 2008 R2 is supported.
23340
+ * **Note** This operation is supported only for RDS instances that run SQL Server 2008 R2.
23254
23341
  * * MariaDB
23255
- * ### Usage notes
23256
- * Slow query logs are not collected in real time and may show a latency of 6 hours to 8 hours.
23342
+ * ### [](#)Precautions
23343
+ * * Slow query logs are not collected in real time and may show a latency of 6 to 8 hours.
23344
+ * * 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.
23257
23345
  *
23258
23346
  * @param request DescribeSlowLogsRequest
23259
23347
  * @return DescribeSlowLogsResponse
@@ -23321,8 +23409,12 @@ export default class Client extends OpenApi {
23321
23409
  */
23322
23410
  describeTasks(request: DescribeTasksRequest): Promise<DescribeTasksResponse>;
23323
23411
  /**
23324
- * 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.
23325
- * 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).
23412
+ * ### [](#)Supported database engines
23413
+ * PostgreSQL
23414
+ * ### [](#)References
23415
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23416
+ * * [Upgrade the major engine version of an ApsaraDB RDS for PostgreSQL instance](~~203309~~)
23417
+ * * [Introduction to the check report of a major engine version upgrade for an ApsaraDB RDS for PostgreSQL instance](~~218391~~)
23326
23418
  *
23327
23419
  * @param request DescribeUpgradeMajorVersionPrecheckTaskRequest
23328
23420
  * @param runtime runtime options for this request RuntimeOptions
@@ -23330,8 +23422,12 @@ export default class Client extends OpenApi {
23330
23422
  */
23331
23423
  describeUpgradeMajorVersionPrecheckTaskWithOptions(request: DescribeUpgradeMajorVersionPrecheckTaskRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpgradeMajorVersionPrecheckTaskResponse>;
23332
23424
  /**
23333
- * 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.
23334
- * 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).
23425
+ * ### [](#)Supported database engines
23426
+ * PostgreSQL
23427
+ * ### [](#)References
23428
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23429
+ * * [Upgrade the major engine version of an ApsaraDB RDS for PostgreSQL instance](~~203309~~)
23430
+ * * [Introduction to the check report of a major engine version upgrade for an ApsaraDB RDS for PostgreSQL instance](~~218391~~)
23335
23431
  *
23336
23432
  * @param request DescribeUpgradeMajorVersionPrecheckTaskRequest
23337
23433
  * @return DescribeUpgradeMajorVersionPrecheckTaskResponse
@@ -23881,7 +23977,17 @@ export default class Client extends OpenApi {
23881
23977
  */
23882
23978
  modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
23883
23979
  /**
23884
- * 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~~).
23980
+ * ### [](#)Supported database engines
23981
+ * * MySQL
23982
+ * * PostgreSQL
23983
+ * * SQL Server
23984
+ * * MariaDB
23985
+ * ### [](#)References
23986
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23987
+ * * [View the event history of an ApsaraDB RDS for MySQL instance](~~129759~~)
23988
+ * * [View the event history of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
23989
+ * * [View the event history of an ApsaraDB RDS for SQL Server instance](~~131013~~)
23990
+ * * [View the event history of an ApsaraDB RDS for MariaDB instance](~~131010~~)
23885
23991
  *
23886
23992
  * @param request ModifyActionEventPolicyRequest
23887
23993
  * @param runtime runtime options for this request RuntimeOptions
@@ -23889,7 +23995,17 @@ export default class Client extends OpenApi {
23889
23995
  */
23890
23996
  modifyActionEventPolicyWithOptions(request: ModifyActionEventPolicyRequest, runtime: $Util.RuntimeOptions): Promise<ModifyActionEventPolicyResponse>;
23891
23997
  /**
23892
- * 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~~).
23998
+ * ### [](#)Supported database engines
23999
+ * * MySQL
24000
+ * * PostgreSQL
24001
+ * * SQL Server
24002
+ * * MariaDB
24003
+ * ### [](#)References
24004
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24005
+ * * [View the event history of an ApsaraDB RDS for MySQL instance](~~129759~~)
24006
+ * * [View the event history of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
24007
+ * * [View the event history of an ApsaraDB RDS for SQL Server instance](~~131013~~)
24008
+ * * [View the event history of an ApsaraDB RDS for MariaDB instance](~~131010~~)
23893
24009
  *
23894
24010
  * @param request ModifyActionEventPolicyRequest
23895
24011
  * @return ModifyActionEventPolicyResponse
@@ -24621,8 +24737,11 @@ export default class Client extends OpenApi {
24621
24737
  */
24622
24738
  modifyDBProxyInstance(request: ModifyDBProxyInstanceRequest): Promise<ModifyDBProxyInstanceResponse>;
24623
24739
  /**
24624
- * 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~~).
24625
- * 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.
24740
+ * ### [](#)Supported database engine
24741
+ * SQL Server
24742
+ * ### [](#)References
24743
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
24744
+ * [Configure a distributed transaction whitelist](~~124321~~)
24626
24745
  *
24627
24746
  * @param request ModifyDTCSecurityIpHostsForSQLServerRequest
24628
24747
  * @param runtime runtime options for this request RuntimeOptions
@@ -24630,8 +24749,11 @@ export default class Client extends OpenApi {
24630
24749
  */
24631
24750
  modifyDTCSecurityIpHostsForSQLServerWithOptions(request: ModifyDTCSecurityIpHostsForSQLServerRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDTCSecurityIpHostsForSQLServerResponse>;
24632
24751
  /**
24633
- * 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~~).
24634
- * 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.
24752
+ * ### [](#)Supported database engine
24753
+ * SQL Server
24754
+ * ### [](#)References
24755
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
24756
+ * [Configure a distributed transaction whitelist](~~124321~~)
24635
24757
  *
24636
24758
  * @param request ModifyDTCSecurityIpHostsForSQLServerRequest
24637
24759
  * @return ModifyDTCSecurityIpHostsForSQLServerResponse
@@ -24771,7 +24893,17 @@ export default class Client extends OpenApi {
24771
24893
  */
24772
24894
  modifyHASwitchConfig(request: ModifyHASwitchConfigRequest): Promise<ModifyHASwitchConfigResponse>;
24773
24895
  /**
24774
- * 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~~).
24896
+ * ### Supported database engines
24897
+ * * MySQL
24898
+ * * PostgreSQL
24899
+ * * SQL Server
24900
+ * * MariaDB
24901
+ * ### References
24902
+ * ><notice>Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:></notice>
24903
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MySQL instance](~~96049~~)
24904
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for PostgreSQL instance](~~96740~~)
24905
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for SQL Server instance](~~95635~~)
24906
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MariaDB instance](~~97121~~)
24775
24907
  *
24776
24908
  * @param request ModifyInstanceAutoRenewalAttributeRequest
24777
24909
  * @param runtime runtime options for this request RuntimeOptions
@@ -24779,7 +24911,17 @@ export default class Client extends OpenApi {
24779
24911
  */
24780
24912
  modifyInstanceAutoRenewalAttributeWithOptions(request: ModifyInstanceAutoRenewalAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyInstanceAutoRenewalAttributeResponse>;
24781
24913
  /**
24782
- * 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~~).
24914
+ * ### Supported database engines
24915
+ * * MySQL
24916
+ * * PostgreSQL
24917
+ * * SQL Server
24918
+ * * MariaDB
24919
+ * ### References
24920
+ * ><notice>Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:></notice>
24921
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MySQL instance](~~96049~~)
24922
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for PostgreSQL instance](~~96740~~)
24923
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for SQL Server instance](~~95635~~)
24924
+ * * [Use the auto-renewal feature for an ApsaraDB RDS for MariaDB instance](~~97121~~)
24783
24925
  *
24784
24926
  * @param request ModifyInstanceAutoRenewalAttributeRequest
24785
24927
  * @return ModifyInstanceAutoRenewalAttributeResponse
@@ -25234,11 +25376,11 @@ export default class Client extends OpenApi {
25234
25376
  */
25235
25377
  receiveDBInstance(request: ReceiveDBInstanceRequest): Promise<ReceiveDBInstanceResponse>;
25236
25378
  /**
25237
- * 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.
25238
- * 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.
25239
- * * If you specify the name of a database, only the specified database is restored to the new instance.
25240
- * * If you do not specify the name of a database, all databases are restored to the new instance.
25241
- * > This operation is supported only for instances that run SQL Server 2012 or later.
25379
+ * ### [](#)Supported database engines
25380
+ * SQL Server 2012 or later
25381
+ * ### [](#)References
25382
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25383
+ * [Restore the data of an ApsaraDB RDS for SQL Server instance](~~95722~~)
25242
25384
  *
25243
25385
  * @param request RecoveryDBInstanceRequest
25244
25386
  * @param runtime runtime options for this request RuntimeOptions
@@ -25246,11 +25388,11 @@ export default class Client extends OpenApi {
25246
25388
  */
25247
25389
  recoveryDBInstanceWithOptions(request: RecoveryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RecoveryDBInstanceResponse>;
25248
25390
  /**
25249
- * 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.
25250
- * 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.
25251
- * * If you specify the name of a database, only the specified database is restored to the new instance.
25252
- * * If you do not specify the name of a database, all databases are restored to the new instance.
25253
- * > This operation is supported only for instances that run SQL Server 2012 or later.
25391
+ * ### [](#)Supported database engines
25392
+ * SQL Server 2012 or later
25393
+ * ### [](#)References
25394
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
25395
+ * [Restore the data of an ApsaraDB RDS for SQL Server instance](~~95722~~)
25254
25396
  *
25255
25397
  * @param request RecoveryDBInstanceRequest
25256
25398
  * @return RecoveryDBInstanceResponse
@@ -25290,7 +25432,17 @@ export default class Client extends OpenApi {
25290
25432
  */
25291
25433
  releaseInstanceConnection(request: ReleaseInstanceConnectionRequest): Promise<ReleaseInstanceConnectionResponse>;
25292
25434
  /**
25293
- * To ensure data security, you can release the public endpoint when you do not need to access the database from the Internet.
25435
+ * ### [](#)Supported database engines
25436
+ * * MySQL
25437
+ * * PostgreSQL
25438
+ * * SQL Server
25439
+ * * MariaDB
25440
+ * ### [](#)References
25441
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
25442
+ * * [Release the public endpoint of an ApsaraDB RDS for MySQL instance](~~26128~~)
25443
+ * * [Release the public endpoint of an ApsaraDB RDS for PostgreSQL instance](~~97738~~)
25444
+ * * [Release the public endpoint of an ApsaraDB RDS for SQL Server instance](~~97736~~)
25445
+ * * [Release the public endpoint of an ApsaraDB RDS for MariaDB instance](~~97740~~)
25294
25446
  *
25295
25447
  * @param request ReleaseInstancePublicConnectionRequest
25296
25448
  * @param runtime runtime options for this request RuntimeOptions
@@ -25298,7 +25450,17 @@ export default class Client extends OpenApi {
25298
25450
  */
25299
25451
  releaseInstancePublicConnectionWithOptions(request: ReleaseInstancePublicConnectionRequest, runtime: $Util.RuntimeOptions): Promise<ReleaseInstancePublicConnectionResponse>;
25300
25452
  /**
25301
- * To ensure data security, you can release the public endpoint when you do not need to access the database from the Internet.
25453
+ * ### [](#)Supported database engines
25454
+ * * MySQL
25455
+ * * PostgreSQL
25456
+ * * SQL Server
25457
+ * * MariaDB
25458
+ * ### [](#)References
25459
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
25460
+ * * [Release the public endpoint of an ApsaraDB RDS for MySQL instance](~~26128~~)
25461
+ * * [Release the public endpoint of an ApsaraDB RDS for PostgreSQL instance](~~97738~~)
25462
+ * * [Release the public endpoint of an ApsaraDB RDS for SQL Server instance](~~97736~~)
25463
+ * * [Release the public endpoint of an ApsaraDB RDS for MariaDB instance](~~97740~~)
25302
25464
  *
25303
25465
  * @param request ReleaseInstancePublicConnectionRequest
25304
25466
  * @return ReleaseInstancePublicConnectionResponse