@alicloud/rds20140815 2.7.3 → 2.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -11478,6 +11478,7 @@ export declare class ModifyDBNodeRequest extends $tea.Model {
11478
11478
  DBInstanceStorageType?: string;
11479
11479
  DBNode?: ModifyDBNodeRequestDBNode[];
11480
11480
  dryRun?: boolean;
11481
+ effectiveTime?: string;
11481
11482
  ownerAccount?: string;
11482
11483
  ownerId?: number;
11483
11484
  produceAsync?: boolean;
@@ -11501,6 +11502,7 @@ export declare class ModifyDBNodeShrinkRequest extends $tea.Model {
11501
11502
  DBInstanceStorageType?: string;
11502
11503
  DBNodeShrink?: string;
11503
11504
  dryRun?: boolean;
11505
+ effectiveTime?: string;
11504
11506
  ownerAccount?: string;
11505
11507
  ownerId?: number;
11506
11508
  produceAsync?: boolean;
@@ -17213,7 +17215,7 @@ export declare class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
17213
17215
  regionId?: string;
17214
17216
  remainTime?: number;
17215
17217
  startTime?: string;
17216
- status?: number;
17218
+ status?: string;
17217
17219
  taskDetail?: string;
17218
17220
  taskId?: string;
17219
17221
  taskType?: string;
@@ -19407,7 +19409,28 @@ export default class Client extends OpenApi {
19407
19409
  cancelImport(request: CancelImportRequest): Promise<CancelImportResponse>;
19408
19410
  checkAccountNameAvailableWithOptions(request: CheckAccountNameAvailableRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccountNameAvailableResponse>;
19409
19411
  checkAccountNameAvailable(request: CheckAccountNameAvailableRequest): Promise<CheckAccountNameAvailableResponse>;
19412
+ /**
19413
+ * ### [](#)Supported database engines
19414
+ * * MySQL
19415
+ * * PostgreSQL
19416
+ * * SQL Server
19417
+ * * MariaDB
19418
+ *
19419
+ * @param request CheckCloudResourceAuthorizedRequest
19420
+ * @param runtime runtime options for this request RuntimeOptions
19421
+ * @return CheckCloudResourceAuthorizedResponse
19422
+ */
19410
19423
  checkCloudResourceAuthorizedWithOptions(request: CheckCloudResourceAuthorizedRequest, runtime: $Util.RuntimeOptions): Promise<CheckCloudResourceAuthorizedResponse>;
19424
+ /**
19425
+ * ### [](#)Supported database engines
19426
+ * * MySQL
19427
+ * * PostgreSQL
19428
+ * * SQL Server
19429
+ * * MariaDB
19430
+ *
19431
+ * @param request CheckCloudResourceAuthorizedRequest
19432
+ * @return CheckCloudResourceAuthorizedResponse
19433
+ */
19411
19434
  checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse>;
19412
19435
  /**
19413
19436
  * Before you call this operation, make sure that the instance runs one of the following database engines:
@@ -19457,7 +19480,22 @@ export default class Client extends OpenApi {
19457
19480
  checkDBNameAvailable(request: CheckDBNameAvailableRequest): Promise<CheckDBNameAvailableResponse>;
19458
19481
  checkInstanceExistWithOptions(request: CheckInstanceExistRequest, runtime: $Util.RuntimeOptions): Promise<CheckInstanceExistResponse>;
19459
19482
  checkInstanceExist(request: CheckInstanceExistRequest): Promise<CheckInstanceExistResponse>;
19483
+ /**
19484
+ * ### [](#)Supported database engines
19485
+ * * PostgreSQL
19486
+ *
19487
+ * @param request CheckServiceLinkedRoleRequest
19488
+ * @param runtime runtime options for this request RuntimeOptions
19489
+ * @return CheckServiceLinkedRoleResponse
19490
+ */
19460
19491
  checkServiceLinkedRoleWithOptions(request: CheckServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CheckServiceLinkedRoleResponse>;
19492
+ /**
19493
+ * ### [](#)Supported database engines
19494
+ * * PostgreSQL
19495
+ *
19496
+ * @param request CheckServiceLinkedRoleRequest
19497
+ * @return CheckServiceLinkedRoleResponse
19498
+ */
19461
19499
  checkServiceLinkedRole(request: CheckServiceLinkedRoleRequest): Promise<CheckServiceLinkedRoleResponse>;
19462
19500
  /**
19463
19501
  * ### [](#)Supported database engines
@@ -19962,12 +20000,11 @@ export default class Client extends OpenApi {
19962
20000
  */
19963
20001
  createDiagnosticReport(request: CreateDiagnosticReportRequest): Promise<CreateDiagnosticReportResponse>;
19964
20002
  /**
19965
- * ### Prerequisites
19966
- * * Your Alibaba Cloud account is used.
19967
- * * The balance in your Alibaba Cloud account is greater than or equal to USD 100.
19968
- * * A primary ApsaraDB RDS for MySQL instance is created, and the instance is not running as a node in a global active database cluster. You can call the [CreateDBInstance](~~26228~~) operation to create an instance.
19969
- * > You must create a primary ApsaraDB RDS for MySQL instance in one of the following regions: China (Hangzhou), China (Shanghai), China (Qingdao), China (Beijing), China (Zhangjiakou), China (Shenzhen), and China (Chengdu).
19970
- * For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
20003
+ * ### [](#)Supported database engine
20004
+ * * MySQL
20005
+ * ### [](#)References
20006
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20007
+ * [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
19971
20008
  *
19972
20009
  * @param request CreateGADInstanceRequest
19973
20010
  * @param runtime runtime options for this request RuntimeOptions
@@ -19975,12 +20012,11 @@ export default class Client extends OpenApi {
19975
20012
  */
19976
20013
  createGADInstanceWithOptions(request: CreateGADInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateGADInstanceResponse>;
19977
20014
  /**
19978
- * ### Prerequisites
19979
- * * Your Alibaba Cloud account is used.
19980
- * * The balance in your Alibaba Cloud account is greater than or equal to USD 100.
19981
- * * A primary ApsaraDB RDS for MySQL instance is created, and the instance is not running as a node in a global active database cluster. You can call the [CreateDBInstance](~~26228~~) operation to create an instance.
19982
- * > You must create a primary ApsaraDB RDS for MySQL instance in one of the following regions: China (Hangzhou), China (Shanghai), China (Qingdao), China (Beijing), China (Zhangjiakou), China (Shenzhen), and China (Chengdu).
19983
- * For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
20015
+ * ### [](#)Supported database engine
20016
+ * * MySQL
20017
+ * ### [](#)References
20018
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20019
+ * [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
19984
20020
  *
19985
20021
  * @param request CreateGADInstanceRequest
19986
20022
  * @return CreateGADInstanceResponse
@@ -20192,7 +20228,22 @@ export default class Client extends OpenApi {
20192
20228
  * @return CreateReadOnlyDBInstanceResponse
20193
20229
  */
20194
20230
  createReadOnlyDBInstance(request: CreateReadOnlyDBInstanceRequest): Promise<CreateReadOnlyDBInstanceResponse>;
20231
+ /**
20232
+ * ### [](#)Supported database engines
20233
+ * * MySQL
20234
+ *
20235
+ * @param request CreateSecretRequest
20236
+ * @param runtime runtime options for this request RuntimeOptions
20237
+ * @return CreateSecretResponse
20238
+ */
20195
20239
  createSecretWithOptions(request: CreateSecretRequest, runtime: $Util.RuntimeOptions): Promise<CreateSecretResponse>;
20240
+ /**
20241
+ * ### [](#)Supported database engines
20242
+ * * MySQL
20243
+ *
20244
+ * @param request CreateSecretRequest
20245
+ * @return CreateSecretResponse
20246
+ */
20196
20247
  createSecret(request: CreateSecretRequest): Promise<CreateSecretResponse>;
20197
20248
  /**
20198
20249
  * ### Supported database engine
@@ -20647,9 +20698,7 @@ export default class Client extends OpenApi {
20647
20698
  deleteUserBackupFile(request: DeleteUserBackupFileRequest): Promise<DeleteUserBackupFileResponse>;
20648
20699
  /**
20649
20700
  * ### [](#)Supported database engines
20650
- * MySQL
20651
- * ### [](#)References
20652
- * [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
20701
+ * * MySQL
20653
20702
  *
20654
20703
  * @param request DescibeImportsFromDatabaseRequest
20655
20704
  * @param runtime runtime options for this request RuntimeOptions
@@ -20658,9 +20707,7 @@ export default class Client extends OpenApi {
20658
20707
  descibeImportsFromDatabaseWithOptions(request: DescibeImportsFromDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<DescibeImportsFromDatabaseResponse>;
20659
20708
  /**
20660
20709
  * ### [](#)Supported database engines
20661
- * MySQL
20662
- * ### [](#)References
20663
- * [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
20710
+ * * MySQL
20664
20711
  *
20665
20712
  * @param request DescibeImportsFromDatabaseRequest
20666
20713
  * @return DescibeImportsFromDatabaseResponse
@@ -20773,7 +20820,26 @@ export default class Client extends OpenApi {
20773
20820
  * @return DescribeAllWhitelistTemplateResponse
20774
20821
  */
20775
20822
  describeAllWhitelistTemplate(request: DescribeAllWhitelistTemplateRequest): Promise<DescribeAllWhitelistTemplateResponse>;
20823
+ /**
20824
+ * ### [](#)Supported database engines
20825
+ * MySQL
20826
+ * ### [](#)References
20827
+ * [Create and view an analytic instance](~~155180~~)
20828
+ *
20829
+ * @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
20830
+ * @param runtime runtime options for this request RuntimeOptions
20831
+ * @return DescribeAnalyticdbByPrimaryDBInstanceResponse
20832
+ */
20776
20833
  describeAnalyticdbByPrimaryDBInstanceWithOptions(request: DescribeAnalyticdbByPrimaryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
20834
+ /**
20835
+ * ### [](#)Supported database engines
20836
+ * MySQL
20837
+ * ### [](#)References
20838
+ * [Create and view an analytic instance](~~155180~~)
20839
+ *
20840
+ * @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
20841
+ * @return DescribeAnalyticdbByPrimaryDBInstanceResponse
20842
+ */
20777
20843
  describeAnalyticdbByPrimaryDBInstance(request: DescribeAnalyticdbByPrimaryDBInstanceRequest): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
20778
20844
  /**
20779
20845
  * ### [](#)Supported database engines
@@ -21435,7 +21501,28 @@ export default class Client extends OpenApi {
21435
21501
  * @return DescribeDBInstanceNetInfoResponse
21436
21502
  */
21437
21503
  describeDBInstanceNetInfo(request: DescribeDBInstanceNetInfoRequest): Promise<DescribeDBInstanceNetInfoResponse>;
21504
+ /**
21505
+ * ### [](#)Supported database engines
21506
+ * * MySQL
21507
+ * * PostgreSQL
21508
+ * * SQL Server
21509
+ * * MariaDB
21510
+ *
21511
+ * @param request DescribeDBInstanceNetInfoForChannelRequest
21512
+ * @param runtime runtime options for this request RuntimeOptions
21513
+ * @return DescribeDBInstanceNetInfoForChannelResponse
21514
+ */
21438
21515
  describeDBInstanceNetInfoForChannelWithOptions(request: DescribeDBInstanceNetInfoForChannelRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceNetInfoForChannelResponse>;
21516
+ /**
21517
+ * ### [](#)Supported database engines
21518
+ * * MySQL
21519
+ * * PostgreSQL
21520
+ * * SQL Server
21521
+ * * MariaDB
21522
+ *
21523
+ * @param request DescribeDBInstanceNetInfoForChannelRequest
21524
+ * @return DescribeDBInstanceNetInfoForChannelResponse
21525
+ */
21439
21526
  describeDBInstanceNetInfoForChannel(request: DescribeDBInstanceNetInfoForChannelRequest): Promise<DescribeDBInstanceNetInfoForChannelResponse>;
21440
21527
  /**
21441
21528
  * ### [](#)Supported database engines
@@ -21834,7 +21921,11 @@ export default class Client extends OpenApi {
21834
21921
  */
21835
21922
  describeDiagnosticReportList(request: DescribeDiagnosticReportListRequest): Promise<DescribeDiagnosticReportListResponse>;
21836
21923
  /**
21837
- * Error logs contain the time when they were generated and the error messages.
21924
+ * ### [](#)Supported database engines
21925
+ * * MySQL
21926
+ * * PostgreSQL
21927
+ * * SQL Server
21928
+ * * MariaDB
21838
21929
  *
21839
21930
  * @param request DescribeErrorLogsRequest
21840
21931
  * @param runtime runtime options for this request RuntimeOptions
@@ -21842,15 +21933,28 @@ export default class Client extends OpenApi {
21842
21933
  */
21843
21934
  describeErrorLogsWithOptions(request: DescribeErrorLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeErrorLogsResponse>;
21844
21935
  /**
21845
- * Error logs contain the time when they were generated and the error messages.
21936
+ * ### [](#)Supported database engines
21937
+ * * MySQL
21938
+ * * PostgreSQL
21939
+ * * SQL Server
21940
+ * * MariaDB
21846
21941
  *
21847
21942
  * @param request DescribeErrorLogsRequest
21848
21943
  * @return DescribeErrorLogsResponse
21849
21944
  */
21850
21945
  describeErrorLogs(request: DescribeErrorLogsRequest): Promise<DescribeErrorLogsResponse>;
21851
21946
  /**
21852
- * The event history feature enables you to view the events that occurred within a region over a specific time range. Historical events include instance creation and parameter modification. For more information, see [View the event history of an ApsaraDB RDS instance](~~129759~~).
21853
- * Before you call this operation, make sure that the event history feature is enabled. Otherwise, this operation fails.
21947
+ * ### [](#)Supported database engines
21948
+ * * MySQL
21949
+ * * PostgreSQL
21950
+ * * SQL Server
21951
+ * * MariaDB
21952
+ * ### [](#)References
21953
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
21954
+ * * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
21955
+ * * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
21956
+ * * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
21957
+ * * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
21854
21958
  *
21855
21959
  * @param request DescribeEventsRequest
21856
21960
  * @param runtime runtime options for this request RuntimeOptions
@@ -21858,8 +21962,17 @@ export default class Client extends OpenApi {
21858
21962
  */
21859
21963
  describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
21860
21964
  /**
21861
- * The event history feature enables you to view the events that occurred within a region over a specific time range. Historical events include instance creation and parameter modification. For more information, see [View the event history of an ApsaraDB RDS instance](~~129759~~).
21862
- * Before you call this operation, make sure that the event history feature is enabled. Otherwise, this operation fails.
21965
+ * ### [](#)Supported database engines
21966
+ * * MySQL
21967
+ * * PostgreSQL
21968
+ * * SQL Server
21969
+ * * MariaDB
21970
+ * ### [](#)References
21971
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
21972
+ * * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
21973
+ * * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
21974
+ * * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
21975
+ * * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
21863
21976
  *
21864
21977
  * @param request DescribeEventsRequest
21865
21978
  * @return DescribeEventsResponse
@@ -21883,7 +21996,13 @@ export default class Client extends OpenApi {
21883
21996
  */
21884
21997
  describeGadInstances(request: DescribeGadInstancesRequest): Promise<DescribeGadInstancesResponse>;
21885
21998
  /**
21886
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
21999
+ * ### [](#)Supported database engines
22000
+ * * MySQL
22001
+ * * PostgreSQL
22002
+ * * SQL Server
22003
+ * * MariaDB
22004
+ * ### [](#)References
22005
+ * [What is availability detection?](~~207467~~)
21887
22006
  *
21888
22007
  * @param request DescribeHADiagnoseConfigRequest
21889
22008
  * @param runtime runtime options for this request RuntimeOptions
@@ -21891,15 +22010,24 @@ export default class Client extends OpenApi {
21891
22010
  */
21892
22011
  describeHADiagnoseConfigWithOptions(request: DescribeHADiagnoseConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHADiagnoseConfigResponse>;
21893
22012
  /**
21894
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
22013
+ * ### [](#)Supported database engines
22014
+ * * MySQL
22015
+ * * PostgreSQL
22016
+ * * SQL Server
22017
+ * * MariaDB
22018
+ * ### [](#)References
22019
+ * [What is availability detection?](~~207467~~)
21895
22020
  *
21896
22021
  * @param request DescribeHADiagnoseConfigRequest
21897
22022
  * @return DescribeHADiagnoseConfigResponse
21898
22023
  */
21899
22024
  describeHADiagnoseConfig(request: DescribeHADiagnoseConfigRequest): Promise<DescribeHADiagnoseConfigResponse>;
21900
22025
  /**
21901
- * After a primary/secondary switchover is complete, the primary instance is demoted to the secondary instance and the secondary instance is promoted to primary. For more information, see [Switch workloads over between primary and secondary ApsaraDB RDS instances](~~96054~~).
21902
- * When you call this operation, you must make sure that the instance runs RDS High-availability Edition, RDS Enterprise Edition, and RDS Cluster Edition. RDS Cluster Edition is supported for ApsaraDB RDS for MySQL and ApsaraDB RDS for SQL Server.
22026
+ * ### [](#)Supported database engines
22027
+ * * MySQL
22028
+ * * PostgreSQL
22029
+ * * SQL Server
22030
+ * * MariaDB
21903
22031
  *
21904
22032
  * @param request DescribeHASwitchConfigRequest
21905
22033
  * @param runtime runtime options for this request RuntimeOptions
@@ -21907,8 +22035,11 @@ export default class Client extends OpenApi {
21907
22035
  */
21908
22036
  describeHASwitchConfigWithOptions(request: DescribeHASwitchConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHASwitchConfigResponse>;
21909
22037
  /**
21910
- * After a primary/secondary switchover is complete, the primary instance is demoted to the secondary instance and the secondary instance is promoted to primary. For more information, see [Switch workloads over between primary and secondary ApsaraDB RDS instances](~~96054~~).
21911
- * When you call this operation, you must make sure that the instance runs RDS High-availability Edition, RDS Enterprise Edition, and RDS Cluster Edition. RDS Cluster Edition is supported for ApsaraDB RDS for MySQL and ApsaraDB RDS for SQL Server.
22038
+ * ### [](#)Supported database engines
22039
+ * * MySQL
22040
+ * * PostgreSQL
22041
+ * * SQL Server
22042
+ * * MariaDB
21912
22043
  *
21913
22044
  * @param request DescribeHASwitchConfigRequest
21914
22045
  * @return DescribeHASwitchConfigResponse
@@ -21978,7 +22109,28 @@ export default class Client extends OpenApi {
21978
22109
  * @return DescribeHostWebShellResponse
21979
22110
  */
21980
22111
  describeHostWebShell(request: DescribeHostWebShellRequest): Promise<DescribeHostWebShellResponse>;
22112
+ /**
22113
+ * ### [](#)Supported database engines
22114
+ * * MySQL
22115
+ * * PostgreSQL
22116
+ * * SQL Server
22117
+ * * MariaDB
22118
+ *
22119
+ * @param request DescribeInstanceAutoRenewalAttributeRequest
22120
+ * @param runtime runtime options for this request RuntimeOptions
22121
+ * @return DescribeInstanceAutoRenewalAttributeResponse
22122
+ */
21981
22123
  describeInstanceAutoRenewalAttributeWithOptions(request: DescribeInstanceAutoRenewalAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
22124
+ /**
22125
+ * ### [](#)Supported database engines
22126
+ * * MySQL
22127
+ * * PostgreSQL
22128
+ * * SQL Server
22129
+ * * MariaDB
22130
+ *
22131
+ * @param request DescribeInstanceAutoRenewalAttributeRequest
22132
+ * @return DescribeInstanceAutoRenewalAttributeResponse
22133
+ */
21982
22134
  describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
21983
22135
  /**
21984
22136
  * ### [](#)Supported database engines
@@ -21986,7 +22138,8 @@ export default class Client extends OpenApi {
21986
22138
  * * PostgreSQL
21987
22139
  * * SQL Server
21988
22140
  * ### [](#)References
21989
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
22141
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22142
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
21990
22143
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
21991
22144
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
21992
22145
  *
@@ -22001,7 +22154,8 @@ export default class Client extends OpenApi {
22001
22154
  * * PostgreSQL
22002
22155
  * * SQL Server
22003
22156
  * ### [](#)References
22004
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
22157
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22158
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
22005
22159
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
22006
22160
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
22007
22161
  *
@@ -22055,8 +22209,8 @@ export default class Client extends OpenApi {
22055
22209
  describeLocalAvailableRecoveryTime(request: DescribeLocalAvailableRecoveryTimeRequest): Promise<DescribeLocalAvailableRecoveryTimeResponse>;
22056
22210
  /**
22057
22211
  * ### [](#)Supported database engines
22058
- * RDS SQL Server
22059
- * > You can call the [DescribeBinlogFiles](~~610550~~) operation to query the log files of other database engines.
22212
+ * SQL Server
22213
+ * > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
22060
22214
  *
22061
22215
  * @param request DescribeLogBackupFilesRequest
22062
22216
  * @param runtime runtime options for this request RuntimeOptions
@@ -22065,8 +22219,8 @@ export default class Client extends OpenApi {
22065
22219
  describeLogBackupFilesWithOptions(request: DescribeLogBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogBackupFilesResponse>;
22066
22220
  /**
22067
22221
  * ### [](#)Supported database engines
22068
- * RDS SQL Server
22069
- * > You can call the [DescribeBinlogFiles](~~610550~~) operation to query the log files of other database engines.
22222
+ * SQL Server
22223
+ * > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
22070
22224
  *
22071
22225
  * @param request DescribeLogBackupFilesRequest
22072
22226
  * @return DescribeLogBackupFilesResponse
@@ -22488,10 +22642,10 @@ export default class Client extends OpenApi {
22488
22642
  */
22489
22643
  describeResourceUsage(request: DescribeResourceUsageRequest): Promise<DescribeResourceUsageResponse>;
22490
22644
  /**
22491
- * This operation is applicable to the following database engine versions:
22645
+ * ### [](#)Supported database engines
22492
22646
  * * MySQL
22493
- * * SQL Server 2008 R2
22494
22647
  * * PostgreSQL
22648
+ * * SQL Server
22495
22649
  *
22496
22650
  * @param request DescribeSQLCollectorPolicyRequest
22497
22651
  * @param runtime runtime options for this request RuntimeOptions
@@ -22499,10 +22653,10 @@ export default class Client extends OpenApi {
22499
22653
  */
22500
22654
  describeSQLCollectorPolicyWithOptions(request: DescribeSQLCollectorPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLCollectorPolicyResponse>;
22501
22655
  /**
22502
- * This operation is applicable to the following database engine versions:
22656
+ * ### [](#)Supported database engines
22503
22657
  * * MySQL
22504
- * * SQL Server 2008 R2
22505
22658
  * * PostgreSQL
22659
+ * * SQL Server
22506
22660
  *
22507
22661
  * @param request DescribeSQLCollectorPolicyRequest
22508
22662
  * @return DescribeSQLCollectorPolicyResponse
@@ -22616,7 +22770,8 @@ export default class Client extends OpenApi {
22616
22770
  */
22617
22771
  describeSecurityGroupConfiguration(request: DescribeSecurityGroupConfigurationRequest): Promise<DescribeSecurityGroupConfigurationResponse>;
22618
22772
  /**
22619
- * This operation is available only for ApsaraDB RDS for PostgreSQL instances.
22773
+ * ### [](#)Supported database engines
22774
+ * * PostgreSQL
22620
22775
  *
22621
22776
  * @param request DescribeSlotsRequest
22622
22777
  * @param runtime runtime options for this request RuntimeOptions
@@ -22624,7 +22779,8 @@ export default class Client extends OpenApi {
22624
22779
  */
22625
22780
  describeSlotsWithOptions(request: DescribeSlotsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlotsResponse>;
22626
22781
  /**
22627
- * This operation is available only for ApsaraDB RDS for PostgreSQL instances.
22782
+ * ### [](#)Supported database engines
22783
+ * * PostgreSQL
22628
22784
  *
22629
22785
  * @param request DescribeSlotsRequest
22630
22786
  * @return DescribeSlotsResponse
@@ -22768,7 +22924,22 @@ export default class Client extends OpenApi {
22768
22924
  * @return DescribeUpgradeMajorVersionPrecheckTaskResponse
22769
22925
  */
22770
22926
  describeUpgradeMajorVersionPrecheckTask(request: DescribeUpgradeMajorVersionPrecheckTaskRequest): Promise<DescribeUpgradeMajorVersionPrecheckTaskResponse>;
22927
+ /**
22928
+ * ### [](#)Supported database engines
22929
+ * PostgreSQL
22930
+ *
22931
+ * @param request DescribeUpgradeMajorVersionTasksRequest
22932
+ * @param runtime runtime options for this request RuntimeOptions
22933
+ * @return DescribeUpgradeMajorVersionTasksResponse
22934
+ */
22771
22935
  describeUpgradeMajorVersionTasksWithOptions(request: DescribeUpgradeMajorVersionTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpgradeMajorVersionTasksResponse>;
22936
+ /**
22937
+ * ### [](#)Supported database engines
22938
+ * PostgreSQL
22939
+ *
22940
+ * @param request DescribeUpgradeMajorVersionTasksRequest
22941
+ * @return DescribeUpgradeMajorVersionTasksResponse
22942
+ */
22772
22943
  describeUpgradeMajorVersionTasks(request: DescribeUpgradeMajorVersionTasksRequest): Promise<DescribeUpgradeMajorVersionTasksResponse>;
22773
22944
  /**
22774
22945
  * ### Supported database engines
@@ -23099,7 +23270,9 @@ export default class Client extends OpenApi {
23099
23270
  */
23100
23271
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
23101
23272
  /**
23102
- * >
23273
+ * ### [](#)Supported database engines
23274
+ * * MySQL
23275
+ * ### [](#)Feature description
23103
23276
  * * A full backup file contains the data of a self-managed MySQL database. You can restore the data of a self-managed MySQL database 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~~).
23104
23277
  * * Before you call the [CreateDBInstance](~~26228~~) operation to create an ApsaraDB RDS for MySQL instance into which you want to import full backup files, you can call this operation to query the IDs of full backup files.
23105
23278
  * * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
@@ -23110,7 +23283,9 @@ export default class Client extends OpenApi {
23110
23283
  */
23111
23284
  listUserBackupFilesWithOptions(request: ListUserBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<ListUserBackupFilesResponse>;
23112
23285
  /**
23113
- * >
23286
+ * ### [](#)Supported database engines
23287
+ * * MySQL
23288
+ * ### [](#)Feature description
23114
23289
  * * A full backup file contains the data of a self-managed MySQL database. You can restore the data of a self-managed MySQL database 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~~).
23115
23290
  * * Before you call the [CreateDBInstance](~~26228~~) operation to create an ApsaraDB RDS for MySQL instance into which you want to import full backup files, you can call this operation to query the IDs of full backup files.
23116
23291
  * * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
@@ -23406,7 +23581,13 @@ export default class Client extends OpenApi {
23406
23581
  */
23407
23582
  modifyDBDescription(request: ModifyDBDescriptionRequest): Promise<ModifyDBDescriptionResponse>;
23408
23583
  /**
23409
- * This operation is supported only for instances that run MySQL.
23584
+ * ### [](#)Supported database engines
23585
+ * * MySQL
23586
+ * * PostgreSQL
23587
+ * ### [](#)References
23588
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23589
+ * * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
23590
+ * * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
23410
23591
  *
23411
23592
  * @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
23412
23593
  * @param runtime runtime options for this request RuntimeOptions
@@ -23414,19 +23595,22 @@ export default class Client extends OpenApi {
23414
23595
  */
23415
23596
  modifyDBInstanceAutoUpgradeMinorVersionWithOptions(request: ModifyDBInstanceAutoUpgradeMinorVersionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceAutoUpgradeMinorVersionResponse>;
23416
23597
  /**
23417
- * This operation is supported only for instances that run MySQL.
23598
+ * ### [](#)Supported database engines
23599
+ * * MySQL
23600
+ * * PostgreSQL
23601
+ * ### [](#)References
23602
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23603
+ * * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
23604
+ * * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
23418
23605
  *
23419
23606
  * @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
23420
23607
  * @return ModifyDBInstanceAutoUpgradeMinorVersionResponse
23421
23608
  */
23422
23609
  modifyDBInstanceAutoUpgradeMinorVersion(request: ModifyDBInstanceAutoUpgradeMinorVersionRequest): Promise<ModifyDBInstanceAutoUpgradeMinorVersionResponse>;
23423
23610
  /**
23424
- * ### Supported database engines
23425
- * * RDS MySQL
23426
- * * RDS PostgreSQL
23427
- * * RDS SQL Server
23428
- * * RDS MariaDB
23429
- * > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
23611
+ * ### [](#)Supported database engines
23612
+ * * PostgreSQL
23613
+ * > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
23430
23614
  *
23431
23615
  * @param request ModifyDBInstanceConfigRequest
23432
23616
  * @param runtime runtime options for this request RuntimeOptions
@@ -23434,12 +23618,9 @@ export default class Client extends OpenApi {
23434
23618
  */
23435
23619
  modifyDBInstanceConfigWithOptions(request: ModifyDBInstanceConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConfigResponse>;
23436
23620
  /**
23437
- * ### Supported database engines
23438
- * * RDS MySQL
23439
- * * RDS PostgreSQL
23440
- * * RDS SQL Server
23441
- * * RDS MariaDB
23442
- * > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
23621
+ * ### [](#)Supported database engines
23622
+ * * PostgreSQL
23623
+ * > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
23443
23624
  *
23444
23625
  * @param request ModifyDBInstanceConfigRequest
23445
23626
  * @return ModifyDBInstanceConfigResponse
@@ -23495,10 +23676,41 @@ export default class Client extends OpenApi {
23495
23676
  * @return ModifyDBInstanceConnectionStringResponse
23496
23677
  */
23497
23678
  modifyDBInstanceConnectionString(request: ModifyDBInstanceConnectionStringRequest): Promise<ModifyDBInstanceConnectionStringResponse>;
23679
+ /**
23680
+ * ### [](#)Supported database engines
23681
+ * * MySQL
23682
+ * ### [](#)References
23683
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23684
+ * * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
23685
+ *
23686
+ * @param request ModifyDBInstanceDelayedReplicationTimeRequest
23687
+ * @param runtime runtime options for this request RuntimeOptions
23688
+ * @return ModifyDBInstanceDelayedReplicationTimeResponse
23689
+ */
23498
23690
  modifyDBInstanceDelayedReplicationTimeWithOptions(request: ModifyDBInstanceDelayedReplicationTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDelayedReplicationTimeResponse>;
23691
+ /**
23692
+ * ### [](#)Supported database engines
23693
+ * * MySQL
23694
+ * ### [](#)References
23695
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23696
+ * * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
23697
+ *
23698
+ * @param request ModifyDBInstanceDelayedReplicationTimeRequest
23699
+ * @return ModifyDBInstanceDelayedReplicationTimeResponse
23700
+ */
23499
23701
  modifyDBInstanceDelayedReplicationTime(request: ModifyDBInstanceDelayedReplicationTimeRequest): Promise<ModifyDBInstanceDelayedReplicationTimeResponse>;
23500
23702
  /**
23501
- * For more information, see [Enable or disable the release protection feature for an ApsaraDB RDS for MySQL instance](~~414512~~).
23703
+ * ### [](#)Supported database engines
23704
+ * * MySQL
23705
+ * * PostgreSQL
23706
+ * * SQL Server
23707
+ * * MariaDB
23708
+ * ### [](#)References
23709
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23710
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
23711
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
23712
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
23713
+ * * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
23502
23714
  *
23503
23715
  * @param request ModifyDBInstanceDeletionProtectionRequest
23504
23716
  * @param runtime runtime options for this request RuntimeOptions
@@ -23506,7 +23718,17 @@ export default class Client extends OpenApi {
23506
23718
  */
23507
23719
  modifyDBInstanceDeletionProtectionWithOptions(request: ModifyDBInstanceDeletionProtectionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDeletionProtectionResponse>;
23508
23720
  /**
23509
- * For more information, see [Enable or disable the release protection feature for an ApsaraDB RDS for MySQL instance](~~414512~~).
23721
+ * ### [](#)Supported database engines
23722
+ * * MySQL
23723
+ * * PostgreSQL
23724
+ * * SQL Server
23725
+ * * MariaDB
23726
+ * ### [](#)References
23727
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23728
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
23729
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
23730
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
23731
+ * * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
23510
23732
  *
23511
23733
  * @param request ModifyDBInstanceDeletionProtectionRequest
23512
23734
  * @return ModifyDBInstanceDeletionProtectionResponse
@@ -23557,7 +23779,17 @@ export default class Client extends OpenApi {
23557
23779
  modifyDBInstanceHAConfigWithOptions(request: ModifyDBInstanceHAConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceHAConfigResponse>;
23558
23780
  modifyDBInstanceHAConfig(request: ModifyDBInstanceHAConfigRequest): Promise<ModifyDBInstanceHAConfigResponse>;
23559
23781
  /**
23560
- * You can set the maintenance time to a period of time during off-peak hours. Alibaba Cloud performs routine maintenance within the maintenance time to minimize impacts on your business.
23782
+ * ### [](#)Supported database engines
23783
+ * * MySQL
23784
+ * * PostgreSQL
23785
+ * * SQL Server
23786
+ * * MariaDB
23787
+ * ### [](#)References
23788
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23789
+ * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
23790
+ * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
23791
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
23792
+ * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
23561
23793
  *
23562
23794
  * @param request ModifyDBInstanceMaintainTimeRequest
23563
23795
  * @param runtime runtime options for this request RuntimeOptions
@@ -23565,7 +23797,17 @@ export default class Client extends OpenApi {
23565
23797
  */
23566
23798
  modifyDBInstanceMaintainTimeWithOptions(request: ModifyDBInstanceMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMaintainTimeResponse>;
23567
23799
  /**
23568
- * You can set the maintenance time to a period of time during off-peak hours. Alibaba Cloud performs routine maintenance within the maintenance time to minimize impacts on your business.
23800
+ * ### [](#)Supported database engines
23801
+ * * MySQL
23802
+ * * PostgreSQL
23803
+ * * SQL Server
23804
+ * * MariaDB
23805
+ * ### [](#)References
23806
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23807
+ * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
23808
+ * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
23809
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
23810
+ * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
23569
23811
  *
23570
23812
  * @param request ModifyDBInstanceMaintainTimeRequest
23571
23813
  * @return ModifyDBInstanceMaintainTimeResponse
@@ -23626,7 +23868,12 @@ export default class Client extends OpenApi {
23626
23868
  */
23627
23869
  modifyDBInstanceMonitor(request: ModifyDBInstanceMonitorRequest): Promise<ModifyDBInstanceMonitorResponse>;
23628
23870
  /**
23629
- * When an ApsaraDB for RDS instance is in the hybrid access mode, which uses both a VPC endpoint and a classic network endpoint, this operation is used to extend the expiration time of the classic network endpoint.
23871
+ * ### [](#)Supported database engines
23872
+ * * MySQL
23873
+ * * SQL Server
23874
+ * ### [](#)References
23875
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
23876
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
23630
23877
  *
23631
23878
  * @param request ModifyDBInstanceNetworkExpireTimeRequest
23632
23879
  * @param runtime runtime options for this request RuntimeOptions
@@ -23634,7 +23881,12 @@ export default class Client extends OpenApi {
23634
23881
  */
23635
23882
  modifyDBInstanceNetworkExpireTimeWithOptions(request: ModifyDBInstanceNetworkExpireTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetworkExpireTimeResponse>;
23636
23883
  /**
23637
- * When an ApsaraDB for RDS instance is in the hybrid access mode, which uses both a VPC endpoint and a classic network endpoint, this operation is used to extend the expiration time of the classic network endpoint.
23884
+ * ### [](#)Supported database engines
23885
+ * * MySQL
23886
+ * * SQL Server
23887
+ * ### [](#)References
23888
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
23889
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
23638
23890
  *
23639
23891
  * @param request ModifyDBInstanceNetworkExpireTimeRequest
23640
23892
  * @return ModifyDBInstanceNetworkExpireTimeResponse
@@ -23672,14 +23924,17 @@ export default class Client extends OpenApi {
23672
23924
  */
23673
23925
  modifyDBInstanceNetworkType(request: ModifyDBInstanceNetworkTypeRequest): Promise<ModifyDBInstanceNetworkTypeResponse>;
23674
23926
  /**
23675
- * This operation is used to change only the billing method of an instance from pay-as-you-go to subscription.
23676
- * The following requirements must be met:
23677
- * * The instance belongs to the current account.
23678
- * * The instance uses one of the most recent instance types. For more information, see [Instance types](~~26312~~).
23679
- * **
23680
- * **Note**You cannot change the billing method of an instance that uses a phased-out instance type from pay-as-you-go to subscription. If you want to change the billing method of an instance that uses a phased-out instance type from pay-as-you-go to subscription, you must change the instance type of the instance to one of the most recent instance types. Then, you can change the billing method of the instance from pay-as-you-go to subscription. To change the instance type of an instance, you can change the instance specifications of the instance. For more information, see [Change the specifications of an ApsaraDB RDS instance](~~96061~~).
23681
- * * The instance uses the pay-as-you-go billing method and is in the Running state.
23682
- * * Your Alibaba Cloud account has no unpaid orders for the instance for which you want to change the billing method.
23927
+ * ### [](#)Supported database engines
23928
+ * * MySQL
23929
+ * * PostgreSQL
23930
+ * * SQL Server
23931
+ * * MariaDB
23932
+ * ### [](#)References
23933
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
23934
+ * * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
23935
+ * * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
23936
+ * * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
23937
+ * * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
23683
23938
  *
23684
23939
  * @param request ModifyDBInstancePayTypeRequest
23685
23940
  * @param runtime runtime options for this request RuntimeOptions
@@ -23687,14 +23942,17 @@ export default class Client extends OpenApi {
23687
23942
  */
23688
23943
  modifyDBInstancePayTypeWithOptions(request: ModifyDBInstancePayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstancePayTypeResponse>;
23689
23944
  /**
23690
- * This operation is used to change only the billing method of an instance from pay-as-you-go to subscription.
23691
- * The following requirements must be met:
23692
- * * The instance belongs to the current account.
23693
- * * The instance uses one of the most recent instance types. For more information, see [Instance types](~~26312~~).
23694
- * **
23695
- * **Note**You cannot change the billing method of an instance that uses a phased-out instance type from pay-as-you-go to subscription. If you want to change the billing method of an instance that uses a phased-out instance type from pay-as-you-go to subscription, you must change the instance type of the instance to one of the most recent instance types. Then, you can change the billing method of the instance from pay-as-you-go to subscription. To change the instance type of an instance, you can change the instance specifications of the instance. For more information, see [Change the specifications of an ApsaraDB RDS instance](~~96061~~).
23696
- * * The instance uses the pay-as-you-go billing method and is in the Running state.
23697
- * * Your Alibaba Cloud account has no unpaid orders for the instance for which you want to change the billing method.
23945
+ * ### [](#)Supported database engines
23946
+ * * MySQL
23947
+ * * PostgreSQL
23948
+ * * SQL Server
23949
+ * * MariaDB
23950
+ * ### [](#)References
23951
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
23952
+ * * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
23953
+ * * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
23954
+ * * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
23955
+ * * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
23698
23956
  *
23699
23957
  * @param request ModifyDBInstancePayTypeRequest
23700
23958
  * @return ModifyDBInstancePayTypeResponse
@@ -24022,7 +24280,14 @@ export default class Client extends OpenApi {
24022
24280
  */
24023
24281
  modifyDbProxyInstanceSsl(request: ModifyDbProxyInstanceSslRequest): Promise<ModifyDbProxyInstanceSslResponse>;
24024
24282
  /**
24025
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
24283
+ * ### [](#)Supported database engines
24284
+ * * MySQL
24285
+ * * PostgreSQL
24286
+ * * SQL Server
24287
+ * * MariaDB
24288
+ * ### [](#)References
24289
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24290
+ * [What is availability check?](~~207467~~)
24026
24291
  *
24027
24292
  * @param request ModifyHADiagnoseConfigRequest
24028
24293
  * @param runtime runtime options for this request RuntimeOptions
@@ -24030,7 +24295,14 @@ export default class Client extends OpenApi {
24030
24295
  */
24031
24296
  modifyHADiagnoseConfigWithOptions(request: ModifyHADiagnoseConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHADiagnoseConfigResponse>;
24032
24297
  /**
24033
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
24298
+ * ### [](#)Supported database engines
24299
+ * * MySQL
24300
+ * * PostgreSQL
24301
+ * * SQL Server
24302
+ * * MariaDB
24303
+ * ### [](#)References
24304
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24305
+ * [What is availability check?](~~207467~~)
24034
24306
  *
24035
24307
  * @param request ModifyHADiagnoseConfigRequest
24036
24308
  * @return ModifyHADiagnoseConfigResponse
@@ -24092,6 +24364,7 @@ export default class Client extends OpenApi {
24092
24364
  * * PostgreSQL
24093
24365
  * * SQL Server
24094
24366
  * ### [](#)References
24367
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24095
24368
  * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
24096
24369
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
24097
24370
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
@@ -24107,6 +24380,7 @@ export default class Client extends OpenApi {
24107
24380
  * * PostgreSQL
24108
24381
  * * SQL Server
24109
24382
  * ### [](#)References
24383
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24110
24384
  * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
24111
24385
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
24112
24386
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
@@ -24636,12 +24910,17 @@ export default class Client extends OpenApi {
24636
24910
  */
24637
24911
  removeTagsFromResource(request: RemoveTagsFromResourceRequest): Promise<RemoveTagsFromResourceResponse>;
24638
24912
  /**
24639
- * Before you call this operation, make sure that you understand the billing methods and pricing of ApsaraDB RDS. For more information, see [Billable items, billing methods, and pricing](~~45020~~).
24640
- * Before you call this operation, make sure that the following requirements are met:
24641
- * * The instance is a subscription instance.
24642
- * * Your account supports credit card payments or balance payments.
24643
- * **
24644
- * **Note**By default, coupons available for your account are preferentially used for payment.
24913
+ * ### [](#)Supported database engines
24914
+ * * MySQL
24915
+ * * PostgreSQL
24916
+ * * SQL Server
24917
+ * * MariaDB
24918
+ * ### [](#)References
24919
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
24920
+ * * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
24921
+ * * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
24922
+ * * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
24923
+ * * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
24645
24924
  *
24646
24925
  * @param request RenewInstanceRequest
24647
24926
  * @param runtime runtime options for this request RuntimeOptions
@@ -24649,12 +24928,17 @@ export default class Client extends OpenApi {
24649
24928
  */
24650
24929
  renewInstanceWithOptions(request: RenewInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RenewInstanceResponse>;
24651
24930
  /**
24652
- * Before you call this operation, make sure that you understand the billing methods and pricing of ApsaraDB RDS. For more information, see [Billable items, billing methods, and pricing](~~45020~~).
24653
- * Before you call this operation, make sure that the following requirements are met:
24654
- * * The instance is a subscription instance.
24655
- * * Your account supports credit card payments or balance payments.
24656
- * **
24657
- * **Note**By default, coupons available for your account are preferentially used for payment.
24931
+ * ### [](#)Supported database engines
24932
+ * * MySQL
24933
+ * * PostgreSQL
24934
+ * * SQL Server
24935
+ * * MariaDB
24936
+ * ### [](#)References
24937
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
24938
+ * * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
24939
+ * * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
24940
+ * * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
24941
+ * * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
24658
24942
  *
24659
24943
  * @param request RenewInstanceRequest
24660
24944
  * @return RenewInstanceResponse