@alicloud/rds20140815 2.7.3 → 2.7.4

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
@@ -17213,7 +17213,7 @@ export declare class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
17213
17213
  regionId?: string;
17214
17214
  remainTime?: number;
17215
17215
  startTime?: string;
17216
- status?: number;
17216
+ status?: string;
17217
17217
  taskDetail?: string;
17218
17218
  taskId?: string;
17219
17219
  taskType?: string;
@@ -19407,7 +19407,28 @@ export default class Client extends OpenApi {
19407
19407
  cancelImport(request: CancelImportRequest): Promise<CancelImportResponse>;
19408
19408
  checkAccountNameAvailableWithOptions(request: CheckAccountNameAvailableRequest, runtime: $Util.RuntimeOptions): Promise<CheckAccountNameAvailableResponse>;
19409
19409
  checkAccountNameAvailable(request: CheckAccountNameAvailableRequest): Promise<CheckAccountNameAvailableResponse>;
19410
+ /**
19411
+ * ### [](#)Supported database engines
19412
+ * * MySQL
19413
+ * * PostgreSQL
19414
+ * * SQL Server
19415
+ * * MariaDB
19416
+ *
19417
+ * @param request CheckCloudResourceAuthorizedRequest
19418
+ * @param runtime runtime options for this request RuntimeOptions
19419
+ * @return CheckCloudResourceAuthorizedResponse
19420
+ */
19410
19421
  checkCloudResourceAuthorizedWithOptions(request: CheckCloudResourceAuthorizedRequest, runtime: $Util.RuntimeOptions): Promise<CheckCloudResourceAuthorizedResponse>;
19422
+ /**
19423
+ * ### [](#)Supported database engines
19424
+ * * MySQL
19425
+ * * PostgreSQL
19426
+ * * SQL Server
19427
+ * * MariaDB
19428
+ *
19429
+ * @param request CheckCloudResourceAuthorizedRequest
19430
+ * @return CheckCloudResourceAuthorizedResponse
19431
+ */
19411
19432
  checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse>;
19412
19433
  /**
19413
19434
  * Before you call this operation, make sure that the instance runs one of the following database engines:
@@ -19457,7 +19478,22 @@ export default class Client extends OpenApi {
19457
19478
  checkDBNameAvailable(request: CheckDBNameAvailableRequest): Promise<CheckDBNameAvailableResponse>;
19458
19479
  checkInstanceExistWithOptions(request: CheckInstanceExistRequest, runtime: $Util.RuntimeOptions): Promise<CheckInstanceExistResponse>;
19459
19480
  checkInstanceExist(request: CheckInstanceExistRequest): Promise<CheckInstanceExistResponse>;
19481
+ /**
19482
+ * ### [](#)Supported database engines
19483
+ * * PostgreSQL
19484
+ *
19485
+ * @param request CheckServiceLinkedRoleRequest
19486
+ * @param runtime runtime options for this request RuntimeOptions
19487
+ * @return CheckServiceLinkedRoleResponse
19488
+ */
19460
19489
  checkServiceLinkedRoleWithOptions(request: CheckServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CheckServiceLinkedRoleResponse>;
19490
+ /**
19491
+ * ### [](#)Supported database engines
19492
+ * * PostgreSQL
19493
+ *
19494
+ * @param request CheckServiceLinkedRoleRequest
19495
+ * @return CheckServiceLinkedRoleResponse
19496
+ */
19461
19497
  checkServiceLinkedRole(request: CheckServiceLinkedRoleRequest): Promise<CheckServiceLinkedRoleResponse>;
19462
19498
  /**
19463
19499
  * ### [](#)Supported database engines
@@ -19962,12 +19998,11 @@ export default class Client extends OpenApi {
19962
19998
  */
19963
19999
  createDiagnosticReport(request: CreateDiagnosticReportRequest): Promise<CreateDiagnosticReportResponse>;
19964
20000
  /**
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~~).
20001
+ * ### [](#)Supported database engine
20002
+ * * MySQL
20003
+ * ### [](#)References
20004
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20005
+ * [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
19971
20006
  *
19972
20007
  * @param request CreateGADInstanceRequest
19973
20008
  * @param runtime runtime options for this request RuntimeOptions
@@ -19975,12 +20010,11 @@ export default class Client extends OpenApi {
19975
20010
  */
19976
20011
  createGADInstanceWithOptions(request: CreateGADInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateGADInstanceResponse>;
19977
20012
  /**
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~~).
20013
+ * ### [](#)Supported database engine
20014
+ * * MySQL
20015
+ * ### [](#)References
20016
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
20017
+ * [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
19984
20018
  *
19985
20019
  * @param request CreateGADInstanceRequest
19986
20020
  * @return CreateGADInstanceResponse
@@ -20192,7 +20226,22 @@ export default class Client extends OpenApi {
20192
20226
  * @return CreateReadOnlyDBInstanceResponse
20193
20227
  */
20194
20228
  createReadOnlyDBInstance(request: CreateReadOnlyDBInstanceRequest): Promise<CreateReadOnlyDBInstanceResponse>;
20229
+ /**
20230
+ * ### [](#)Supported database engines
20231
+ * * MySQL
20232
+ *
20233
+ * @param request CreateSecretRequest
20234
+ * @param runtime runtime options for this request RuntimeOptions
20235
+ * @return CreateSecretResponse
20236
+ */
20195
20237
  createSecretWithOptions(request: CreateSecretRequest, runtime: $Util.RuntimeOptions): Promise<CreateSecretResponse>;
20238
+ /**
20239
+ * ### [](#)Supported database engines
20240
+ * * MySQL
20241
+ *
20242
+ * @param request CreateSecretRequest
20243
+ * @return CreateSecretResponse
20244
+ */
20196
20245
  createSecret(request: CreateSecretRequest): Promise<CreateSecretResponse>;
20197
20246
  /**
20198
20247
  * ### Supported database engine
@@ -20647,9 +20696,7 @@ export default class Client extends OpenApi {
20647
20696
  deleteUserBackupFile(request: DeleteUserBackupFileRequest): Promise<DeleteUserBackupFileResponse>;
20648
20697
  /**
20649
20698
  * ### [](#)Supported database engines
20650
- * MySQL
20651
- * ### [](#)References
20652
- * [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
20699
+ * * MySQL
20653
20700
  *
20654
20701
  * @param request DescibeImportsFromDatabaseRequest
20655
20702
  * @param runtime runtime options for this request RuntimeOptions
@@ -20658,9 +20705,7 @@ export default class Client extends OpenApi {
20658
20705
  descibeImportsFromDatabaseWithOptions(request: DescibeImportsFromDatabaseRequest, runtime: $Util.RuntimeOptions): Promise<DescibeImportsFromDatabaseResponse>;
20659
20706
  /**
20660
20707
  * ### [](#)Supported database engines
20661
- * MySQL
20662
- * ### [](#)References
20663
- * [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
20708
+ * * MySQL
20664
20709
  *
20665
20710
  * @param request DescibeImportsFromDatabaseRequest
20666
20711
  * @return DescibeImportsFromDatabaseResponse
@@ -20773,7 +20818,26 @@ export default class Client extends OpenApi {
20773
20818
  * @return DescribeAllWhitelistTemplateResponse
20774
20819
  */
20775
20820
  describeAllWhitelistTemplate(request: DescribeAllWhitelistTemplateRequest): Promise<DescribeAllWhitelistTemplateResponse>;
20821
+ /**
20822
+ * ### [](#)Supported database engines
20823
+ * MySQL
20824
+ * ### [](#)References
20825
+ * [Create and view an analytic instance](~~155180~~)
20826
+ *
20827
+ * @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
20828
+ * @param runtime runtime options for this request RuntimeOptions
20829
+ * @return DescribeAnalyticdbByPrimaryDBInstanceResponse
20830
+ */
20776
20831
  describeAnalyticdbByPrimaryDBInstanceWithOptions(request: DescribeAnalyticdbByPrimaryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
20832
+ /**
20833
+ * ### [](#)Supported database engines
20834
+ * MySQL
20835
+ * ### [](#)References
20836
+ * [Create and view an analytic instance](~~155180~~)
20837
+ *
20838
+ * @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
20839
+ * @return DescribeAnalyticdbByPrimaryDBInstanceResponse
20840
+ */
20777
20841
  describeAnalyticdbByPrimaryDBInstance(request: DescribeAnalyticdbByPrimaryDBInstanceRequest): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
20778
20842
  /**
20779
20843
  * ### [](#)Supported database engines
@@ -21435,7 +21499,28 @@ export default class Client extends OpenApi {
21435
21499
  * @return DescribeDBInstanceNetInfoResponse
21436
21500
  */
21437
21501
  describeDBInstanceNetInfo(request: DescribeDBInstanceNetInfoRequest): Promise<DescribeDBInstanceNetInfoResponse>;
21502
+ /**
21503
+ * ### [](#)Supported database engines
21504
+ * * MySQL
21505
+ * * PostgreSQL
21506
+ * * SQL Server
21507
+ * * MariaDB
21508
+ *
21509
+ * @param request DescribeDBInstanceNetInfoForChannelRequest
21510
+ * @param runtime runtime options for this request RuntimeOptions
21511
+ * @return DescribeDBInstanceNetInfoForChannelResponse
21512
+ */
21438
21513
  describeDBInstanceNetInfoForChannelWithOptions(request: DescribeDBInstanceNetInfoForChannelRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceNetInfoForChannelResponse>;
21514
+ /**
21515
+ * ### [](#)Supported database engines
21516
+ * * MySQL
21517
+ * * PostgreSQL
21518
+ * * SQL Server
21519
+ * * MariaDB
21520
+ *
21521
+ * @param request DescribeDBInstanceNetInfoForChannelRequest
21522
+ * @return DescribeDBInstanceNetInfoForChannelResponse
21523
+ */
21439
21524
  describeDBInstanceNetInfoForChannel(request: DescribeDBInstanceNetInfoForChannelRequest): Promise<DescribeDBInstanceNetInfoForChannelResponse>;
21440
21525
  /**
21441
21526
  * ### [](#)Supported database engines
@@ -21834,7 +21919,11 @@ export default class Client extends OpenApi {
21834
21919
  */
21835
21920
  describeDiagnosticReportList(request: DescribeDiagnosticReportListRequest): Promise<DescribeDiagnosticReportListResponse>;
21836
21921
  /**
21837
- * Error logs contain the time when they were generated and the error messages.
21922
+ * ### [](#)Supported database engines
21923
+ * * MySQL
21924
+ * * PostgreSQL
21925
+ * * SQL Server
21926
+ * * MariaDB
21838
21927
  *
21839
21928
  * @param request DescribeErrorLogsRequest
21840
21929
  * @param runtime runtime options for this request RuntimeOptions
@@ -21842,15 +21931,28 @@ export default class Client extends OpenApi {
21842
21931
  */
21843
21932
  describeErrorLogsWithOptions(request: DescribeErrorLogsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeErrorLogsResponse>;
21844
21933
  /**
21845
- * Error logs contain the time when they were generated and the error messages.
21934
+ * ### [](#)Supported database engines
21935
+ * * MySQL
21936
+ * * PostgreSQL
21937
+ * * SQL Server
21938
+ * * MariaDB
21846
21939
  *
21847
21940
  * @param request DescribeErrorLogsRequest
21848
21941
  * @return DescribeErrorLogsResponse
21849
21942
  */
21850
21943
  describeErrorLogs(request: DescribeErrorLogsRequest): Promise<DescribeErrorLogsResponse>;
21851
21944
  /**
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.
21945
+ * ### [](#)Supported database engines
21946
+ * * MySQL
21947
+ * * PostgreSQL
21948
+ * * SQL Server
21949
+ * * MariaDB
21950
+ * ### [](#)References
21951
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
21952
+ * * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
21953
+ * * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
21954
+ * * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
21955
+ * * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
21854
21956
  *
21855
21957
  * @param request DescribeEventsRequest
21856
21958
  * @param runtime runtime options for this request RuntimeOptions
@@ -21858,8 +21960,17 @@ export default class Client extends OpenApi {
21858
21960
  */
21859
21961
  describeEventsWithOptions(request: DescribeEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeEventsResponse>;
21860
21962
  /**
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.
21963
+ * ### [](#)Supported database engines
21964
+ * * MySQL
21965
+ * * PostgreSQL
21966
+ * * SQL Server
21967
+ * * MariaDB
21968
+ * ### [](#)References
21969
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
21970
+ * * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
21971
+ * * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
21972
+ * * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
21973
+ * * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
21863
21974
  *
21864
21975
  * @param request DescribeEventsRequest
21865
21976
  * @return DescribeEventsResponse
@@ -21883,7 +21994,13 @@ export default class Client extends OpenApi {
21883
21994
  */
21884
21995
  describeGadInstances(request: DescribeGadInstancesRequest): Promise<DescribeGadInstancesResponse>;
21885
21996
  /**
21886
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
21997
+ * ### [](#)Supported database engines
21998
+ * * MySQL
21999
+ * * PostgreSQL
22000
+ * * SQL Server
22001
+ * * MariaDB
22002
+ * ### [](#)References
22003
+ * [What is availability detection?](~~207467~~)
21887
22004
  *
21888
22005
  * @param request DescribeHADiagnoseConfigRequest
21889
22006
  * @param runtime runtime options for this request RuntimeOptions
@@ -21891,15 +22008,24 @@ export default class Client extends OpenApi {
21891
22008
  */
21892
22009
  describeHADiagnoseConfigWithOptions(request: DescribeHADiagnoseConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHADiagnoseConfigResponse>;
21893
22010
  /**
21894
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
22011
+ * ### [](#)Supported database engines
22012
+ * * MySQL
22013
+ * * PostgreSQL
22014
+ * * SQL Server
22015
+ * * MariaDB
22016
+ * ### [](#)References
22017
+ * [What is availability detection?](~~207467~~)
21895
22018
  *
21896
22019
  * @param request DescribeHADiagnoseConfigRequest
21897
22020
  * @return DescribeHADiagnoseConfigResponse
21898
22021
  */
21899
22022
  describeHADiagnoseConfig(request: DescribeHADiagnoseConfigRequest): Promise<DescribeHADiagnoseConfigResponse>;
21900
22023
  /**
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.
22024
+ * ### [](#)Supported database engines
22025
+ * * MySQL
22026
+ * * PostgreSQL
22027
+ * * SQL Server
22028
+ * * MariaDB
21903
22029
  *
21904
22030
  * @param request DescribeHASwitchConfigRequest
21905
22031
  * @param runtime runtime options for this request RuntimeOptions
@@ -21907,8 +22033,11 @@ export default class Client extends OpenApi {
21907
22033
  */
21908
22034
  describeHASwitchConfigWithOptions(request: DescribeHASwitchConfigRequest, runtime: $Util.RuntimeOptions): Promise<DescribeHASwitchConfigResponse>;
21909
22035
  /**
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.
22036
+ * ### [](#)Supported database engines
22037
+ * * MySQL
22038
+ * * PostgreSQL
22039
+ * * SQL Server
22040
+ * * MariaDB
21912
22041
  *
21913
22042
  * @param request DescribeHASwitchConfigRequest
21914
22043
  * @return DescribeHASwitchConfigResponse
@@ -21978,7 +22107,28 @@ export default class Client extends OpenApi {
21978
22107
  * @return DescribeHostWebShellResponse
21979
22108
  */
21980
22109
  describeHostWebShell(request: DescribeHostWebShellRequest): Promise<DescribeHostWebShellResponse>;
22110
+ /**
22111
+ * ### [](#)Supported database engines
22112
+ * * MySQL
22113
+ * * PostgreSQL
22114
+ * * SQL Server
22115
+ * * MariaDB
22116
+ *
22117
+ * @param request DescribeInstanceAutoRenewalAttributeRequest
22118
+ * @param runtime runtime options for this request RuntimeOptions
22119
+ * @return DescribeInstanceAutoRenewalAttributeResponse
22120
+ */
21981
22121
  describeInstanceAutoRenewalAttributeWithOptions(request: DescribeInstanceAutoRenewalAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
22122
+ /**
22123
+ * ### [](#)Supported database engines
22124
+ * * MySQL
22125
+ * * PostgreSQL
22126
+ * * SQL Server
22127
+ * * MariaDB
22128
+ *
22129
+ * @param request DescribeInstanceAutoRenewalAttributeRequest
22130
+ * @return DescribeInstanceAutoRenewalAttributeResponse
22131
+ */
21982
22132
  describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse>;
21983
22133
  /**
21984
22134
  * ### [](#)Supported database engines
@@ -21986,7 +22136,8 @@ export default class Client extends OpenApi {
21986
22136
  * * PostgreSQL
21987
22137
  * * SQL Server
21988
22138
  * ### [](#)References
21989
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
22139
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22140
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
21990
22141
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
21991
22142
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
21992
22143
  *
@@ -22001,7 +22152,8 @@ export default class Client extends OpenApi {
22001
22152
  * * PostgreSQL
22002
22153
  * * SQL Server
22003
22154
  * ### [](#)References
22004
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
22155
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
22156
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
22005
22157
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
22006
22158
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
22007
22159
  *
@@ -22488,10 +22640,10 @@ export default class Client extends OpenApi {
22488
22640
  */
22489
22641
  describeResourceUsage(request: DescribeResourceUsageRequest): Promise<DescribeResourceUsageResponse>;
22490
22642
  /**
22491
- * This operation is applicable to the following database engine versions:
22643
+ * ### [](#)Supported database engines
22492
22644
  * * MySQL
22493
- * * SQL Server 2008 R2
22494
22645
  * * PostgreSQL
22646
+ * * SQL Server
22495
22647
  *
22496
22648
  * @param request DescribeSQLCollectorPolicyRequest
22497
22649
  * @param runtime runtime options for this request RuntimeOptions
@@ -22499,10 +22651,10 @@ export default class Client extends OpenApi {
22499
22651
  */
22500
22652
  describeSQLCollectorPolicyWithOptions(request: DescribeSQLCollectorPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSQLCollectorPolicyResponse>;
22501
22653
  /**
22502
- * This operation is applicable to the following database engine versions:
22654
+ * ### [](#)Supported database engines
22503
22655
  * * MySQL
22504
- * * SQL Server 2008 R2
22505
22656
  * * PostgreSQL
22657
+ * * SQL Server
22506
22658
  *
22507
22659
  * @param request DescribeSQLCollectorPolicyRequest
22508
22660
  * @return DescribeSQLCollectorPolicyResponse
@@ -22616,7 +22768,8 @@ export default class Client extends OpenApi {
22616
22768
  */
22617
22769
  describeSecurityGroupConfiguration(request: DescribeSecurityGroupConfigurationRequest): Promise<DescribeSecurityGroupConfigurationResponse>;
22618
22770
  /**
22619
- * This operation is available only for ApsaraDB RDS for PostgreSQL instances.
22771
+ * ### [](#)Supported database engines
22772
+ * * PostgreSQL
22620
22773
  *
22621
22774
  * @param request DescribeSlotsRequest
22622
22775
  * @param runtime runtime options for this request RuntimeOptions
@@ -22624,7 +22777,8 @@ export default class Client extends OpenApi {
22624
22777
  */
22625
22778
  describeSlotsWithOptions(request: DescribeSlotsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlotsResponse>;
22626
22779
  /**
22627
- * This operation is available only for ApsaraDB RDS for PostgreSQL instances.
22780
+ * ### [](#)Supported database engines
22781
+ * * PostgreSQL
22628
22782
  *
22629
22783
  * @param request DescribeSlotsRequest
22630
22784
  * @return DescribeSlotsResponse
@@ -22768,7 +22922,22 @@ export default class Client extends OpenApi {
22768
22922
  * @return DescribeUpgradeMajorVersionPrecheckTaskResponse
22769
22923
  */
22770
22924
  describeUpgradeMajorVersionPrecheckTask(request: DescribeUpgradeMajorVersionPrecheckTaskRequest): Promise<DescribeUpgradeMajorVersionPrecheckTaskResponse>;
22925
+ /**
22926
+ * ### [](#)Supported database engines
22927
+ * PostgreSQL
22928
+ *
22929
+ * @param request DescribeUpgradeMajorVersionTasksRequest
22930
+ * @param runtime runtime options for this request RuntimeOptions
22931
+ * @return DescribeUpgradeMajorVersionTasksResponse
22932
+ */
22771
22933
  describeUpgradeMajorVersionTasksWithOptions(request: DescribeUpgradeMajorVersionTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpgradeMajorVersionTasksResponse>;
22934
+ /**
22935
+ * ### [](#)Supported database engines
22936
+ * PostgreSQL
22937
+ *
22938
+ * @param request DescribeUpgradeMajorVersionTasksRequest
22939
+ * @return DescribeUpgradeMajorVersionTasksResponse
22940
+ */
22772
22941
  describeUpgradeMajorVersionTasks(request: DescribeUpgradeMajorVersionTasksRequest): Promise<DescribeUpgradeMajorVersionTasksResponse>;
22773
22942
  /**
22774
22943
  * ### Supported database engines
@@ -23099,7 +23268,9 @@ export default class Client extends OpenApi {
23099
23268
  */
23100
23269
  listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
23101
23270
  /**
23102
- * >
23271
+ * ### [](#)Supported database engines
23272
+ * * MySQL
23273
+ * ### [](#)Feature description
23103
23274
  * * 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
23275
  * * 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
23276
  * * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
@@ -23110,7 +23281,9 @@ export default class Client extends OpenApi {
23110
23281
  */
23111
23282
  listUserBackupFilesWithOptions(request: ListUserBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<ListUserBackupFilesResponse>;
23112
23283
  /**
23113
- * >
23284
+ * ### [](#)Supported database engines
23285
+ * * MySQL
23286
+ * ### [](#)Feature description
23114
23287
  * * 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
23288
  * * 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
23289
  * * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
@@ -23406,7 +23579,13 @@ export default class Client extends OpenApi {
23406
23579
  */
23407
23580
  modifyDBDescription(request: ModifyDBDescriptionRequest): Promise<ModifyDBDescriptionResponse>;
23408
23581
  /**
23409
- * This operation is supported only for instances that run MySQL.
23582
+ * ### [](#)Supported database engines
23583
+ * * MySQL
23584
+ * * PostgreSQL
23585
+ * ### [](#)References
23586
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23587
+ * * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
23588
+ * * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
23410
23589
  *
23411
23590
  * @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
23412
23591
  * @param runtime runtime options for this request RuntimeOptions
@@ -23414,19 +23593,22 @@ export default class Client extends OpenApi {
23414
23593
  */
23415
23594
  modifyDBInstanceAutoUpgradeMinorVersionWithOptions(request: ModifyDBInstanceAutoUpgradeMinorVersionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceAutoUpgradeMinorVersionResponse>;
23416
23595
  /**
23417
- * This operation is supported only for instances that run MySQL.
23596
+ * ### [](#)Supported database engines
23597
+ * * MySQL
23598
+ * * PostgreSQL
23599
+ * ### [](#)References
23600
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23601
+ * * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
23602
+ * * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
23418
23603
  *
23419
23604
  * @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
23420
23605
  * @return ModifyDBInstanceAutoUpgradeMinorVersionResponse
23421
23606
  */
23422
23607
  modifyDBInstanceAutoUpgradeMinorVersion(request: ModifyDBInstanceAutoUpgradeMinorVersionRequest): Promise<ModifyDBInstanceAutoUpgradeMinorVersionResponse>;
23423
23608
  /**
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.
23609
+ * ### [](#)Supported database engines
23610
+ * * PostgreSQL
23611
+ * > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
23430
23612
  *
23431
23613
  * @param request ModifyDBInstanceConfigRequest
23432
23614
  * @param runtime runtime options for this request RuntimeOptions
@@ -23434,12 +23616,9 @@ export default class Client extends OpenApi {
23434
23616
  */
23435
23617
  modifyDBInstanceConfigWithOptions(request: ModifyDBInstanceConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConfigResponse>;
23436
23618
  /**
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.
23619
+ * ### [](#)Supported database engines
23620
+ * * PostgreSQL
23621
+ * > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
23443
23622
  *
23444
23623
  * @param request ModifyDBInstanceConfigRequest
23445
23624
  * @return ModifyDBInstanceConfigResponse
@@ -23495,10 +23674,41 @@ export default class Client extends OpenApi {
23495
23674
  * @return ModifyDBInstanceConnectionStringResponse
23496
23675
  */
23497
23676
  modifyDBInstanceConnectionString(request: ModifyDBInstanceConnectionStringRequest): Promise<ModifyDBInstanceConnectionStringResponse>;
23677
+ /**
23678
+ * ### [](#)Supported database engines
23679
+ * * MySQL
23680
+ * ### [](#)References
23681
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23682
+ * * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
23683
+ *
23684
+ * @param request ModifyDBInstanceDelayedReplicationTimeRequest
23685
+ * @param runtime runtime options for this request RuntimeOptions
23686
+ * @return ModifyDBInstanceDelayedReplicationTimeResponse
23687
+ */
23498
23688
  modifyDBInstanceDelayedReplicationTimeWithOptions(request: ModifyDBInstanceDelayedReplicationTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDelayedReplicationTimeResponse>;
23689
+ /**
23690
+ * ### [](#)Supported database engines
23691
+ * * MySQL
23692
+ * ### [](#)References
23693
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23694
+ * * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
23695
+ *
23696
+ * @param request ModifyDBInstanceDelayedReplicationTimeRequest
23697
+ * @return ModifyDBInstanceDelayedReplicationTimeResponse
23698
+ */
23499
23699
  modifyDBInstanceDelayedReplicationTime(request: ModifyDBInstanceDelayedReplicationTimeRequest): Promise<ModifyDBInstanceDelayedReplicationTimeResponse>;
23500
23700
  /**
23501
- * For more information, see [Enable or disable the release protection feature for an ApsaraDB RDS for MySQL instance](~~414512~~).
23701
+ * ### [](#)Supported database engines
23702
+ * * MySQL
23703
+ * * PostgreSQL
23704
+ * * SQL Server
23705
+ * * MariaDB
23706
+ * ### [](#)References
23707
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23708
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
23709
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
23710
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
23711
+ * * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
23502
23712
  *
23503
23713
  * @param request ModifyDBInstanceDeletionProtectionRequest
23504
23714
  * @param runtime runtime options for this request RuntimeOptions
@@ -23506,7 +23716,17 @@ export default class Client extends OpenApi {
23506
23716
  */
23507
23717
  modifyDBInstanceDeletionProtectionWithOptions(request: ModifyDBInstanceDeletionProtectionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDeletionProtectionResponse>;
23508
23718
  /**
23509
- * For more information, see [Enable or disable the release protection feature for an ApsaraDB RDS for MySQL instance](~~414512~~).
23719
+ * ### [](#)Supported database engines
23720
+ * * MySQL
23721
+ * * PostgreSQL
23722
+ * * SQL Server
23723
+ * * MariaDB
23724
+ * ### [](#)References
23725
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
23726
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
23727
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
23728
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
23729
+ * * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
23510
23730
  *
23511
23731
  * @param request ModifyDBInstanceDeletionProtectionRequest
23512
23732
  * @return ModifyDBInstanceDeletionProtectionResponse
@@ -23557,7 +23777,17 @@ export default class Client extends OpenApi {
23557
23777
  modifyDBInstanceHAConfigWithOptions(request: ModifyDBInstanceHAConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceHAConfigResponse>;
23558
23778
  modifyDBInstanceHAConfig(request: ModifyDBInstanceHAConfigRequest): Promise<ModifyDBInstanceHAConfigResponse>;
23559
23779
  /**
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.
23780
+ * ### [](#)Supported database engines
23781
+ * * MySQL
23782
+ * * PostgreSQL
23783
+ * * SQL Server
23784
+ * * MariaDB
23785
+ * ### [](#)References
23786
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23787
+ * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
23788
+ * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
23789
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
23790
+ * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
23561
23791
  *
23562
23792
  * @param request ModifyDBInstanceMaintainTimeRequest
23563
23793
  * @param runtime runtime options for this request RuntimeOptions
@@ -23565,7 +23795,17 @@ export default class Client extends OpenApi {
23565
23795
  */
23566
23796
  modifyDBInstanceMaintainTimeWithOptions(request: ModifyDBInstanceMaintainTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceMaintainTimeResponse>;
23567
23797
  /**
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.
23798
+ * ### [](#)Supported database engines
23799
+ * * MySQL
23800
+ * * PostgreSQL
23801
+ * * SQL Server
23802
+ * * MariaDB
23803
+ * ### [](#)References
23804
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
23805
+ * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
23806
+ * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
23807
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
23808
+ * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
23569
23809
  *
23570
23810
  * @param request ModifyDBInstanceMaintainTimeRequest
23571
23811
  * @return ModifyDBInstanceMaintainTimeResponse
@@ -23626,7 +23866,12 @@ export default class Client extends OpenApi {
23626
23866
  */
23627
23867
  modifyDBInstanceMonitor(request: ModifyDBInstanceMonitorRequest): Promise<ModifyDBInstanceMonitorResponse>;
23628
23868
  /**
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.
23869
+ * ### [](#)Supported database engines
23870
+ * * MySQL
23871
+ * * SQL Server
23872
+ * ### [](#)References
23873
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
23874
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
23630
23875
  *
23631
23876
  * @param request ModifyDBInstanceNetworkExpireTimeRequest
23632
23877
  * @param runtime runtime options for this request RuntimeOptions
@@ -23634,7 +23879,12 @@ export default class Client extends OpenApi {
23634
23879
  */
23635
23880
  modifyDBInstanceNetworkExpireTimeWithOptions(request: ModifyDBInstanceNetworkExpireTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceNetworkExpireTimeResponse>;
23636
23881
  /**
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.
23882
+ * ### [](#)Supported database engines
23883
+ * * MySQL
23884
+ * * SQL Server
23885
+ * ### [](#)References
23886
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
23887
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
23638
23888
  *
23639
23889
  * @param request ModifyDBInstanceNetworkExpireTimeRequest
23640
23890
  * @return ModifyDBInstanceNetworkExpireTimeResponse
@@ -23672,14 +23922,17 @@ export default class Client extends OpenApi {
23672
23922
  */
23673
23923
  modifyDBInstanceNetworkType(request: ModifyDBInstanceNetworkTypeRequest): Promise<ModifyDBInstanceNetworkTypeResponse>;
23674
23924
  /**
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.
23925
+ * ### [](#)Supported database engines
23926
+ * * MySQL
23927
+ * * PostgreSQL
23928
+ * * SQL Server
23929
+ * * MariaDB
23930
+ * ### [](#)References
23931
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
23932
+ * * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
23933
+ * * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
23934
+ * * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
23935
+ * * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
23683
23936
  *
23684
23937
  * @param request ModifyDBInstancePayTypeRequest
23685
23938
  * @param runtime runtime options for this request RuntimeOptions
@@ -23687,14 +23940,17 @@ export default class Client extends OpenApi {
23687
23940
  */
23688
23941
  modifyDBInstancePayTypeWithOptions(request: ModifyDBInstancePayTypeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstancePayTypeResponse>;
23689
23942
  /**
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.
23943
+ * ### [](#)Supported database engines
23944
+ * * MySQL
23945
+ * * PostgreSQL
23946
+ * * SQL Server
23947
+ * * MariaDB
23948
+ * ### [](#)References
23949
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
23950
+ * * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
23951
+ * * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
23952
+ * * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
23953
+ * * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
23698
23954
  *
23699
23955
  * @param request ModifyDBInstancePayTypeRequest
23700
23956
  * @return ModifyDBInstancePayTypeResponse
@@ -24022,7 +24278,14 @@ export default class Client extends OpenApi {
24022
24278
  */
24023
24279
  modifyDbProxyInstanceSsl(request: ModifyDbProxyInstanceSslRequest): Promise<ModifyDbProxyInstanceSslResponse>;
24024
24280
  /**
24025
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
24281
+ * ### [](#)Supported database engines
24282
+ * * MySQL
24283
+ * * PostgreSQL
24284
+ * * SQL Server
24285
+ * * MariaDB
24286
+ * ### [](#)References
24287
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24288
+ * [What is availability check?](~~207467~~)
24026
24289
  *
24027
24290
  * @param request ModifyHADiagnoseConfigRequest
24028
24291
  * @param runtime runtime options for this request RuntimeOptions
@@ -24030,7 +24293,14 @@ export default class Client extends OpenApi {
24030
24293
  */
24031
24294
  modifyHADiagnoseConfigWithOptions(request: ModifyHADiagnoseConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHADiagnoseConfigResponse>;
24032
24295
  /**
24033
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
24296
+ * ### [](#)Supported database engines
24297
+ * * MySQL
24298
+ * * PostgreSQL
24299
+ * * SQL Server
24300
+ * * MariaDB
24301
+ * ### [](#)References
24302
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24303
+ * [What is availability check?](~~207467~~)
24034
24304
  *
24035
24305
  * @param request ModifyHADiagnoseConfigRequest
24036
24306
  * @return ModifyHADiagnoseConfigResponse
@@ -24092,6 +24362,7 @@ export default class Client extends OpenApi {
24092
24362
  * * PostgreSQL
24093
24363
  * * SQL Server
24094
24364
  * ### [](#)References
24365
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24095
24366
  * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
24096
24367
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
24097
24368
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
@@ -24107,6 +24378,7 @@ export default class Client extends OpenApi {
24107
24378
  * * PostgreSQL
24108
24379
  * * SQL Server
24109
24380
  * ### [](#)References
24381
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
24110
24382
  * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
24111
24383
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
24112
24384
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
@@ -24636,12 +24908,17 @@ export default class Client extends OpenApi {
24636
24908
  */
24637
24909
  removeTagsFromResource(request: RemoveTagsFromResourceRequest): Promise<RemoveTagsFromResourceResponse>;
24638
24910
  /**
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.
24911
+ * ### [](#)Supported database engines
24912
+ * * MySQL
24913
+ * * PostgreSQL
24914
+ * * SQL Server
24915
+ * * MariaDB
24916
+ * ### [](#)References
24917
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
24918
+ * * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
24919
+ * * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
24920
+ * * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
24921
+ * * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
24645
24922
  *
24646
24923
  * @param request RenewInstanceRequest
24647
24924
  * @param runtime runtime options for this request RuntimeOptions
@@ -24649,12 +24926,17 @@ export default class Client extends OpenApi {
24649
24926
  */
24650
24927
  renewInstanceWithOptions(request: RenewInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RenewInstanceResponse>;
24651
24928
  /**
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.
24929
+ * ### [](#)Supported database engines
24930
+ * * MySQL
24931
+ * * PostgreSQL
24932
+ * * SQL Server
24933
+ * * MariaDB
24934
+ * ### [](#)References
24935
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
24936
+ * * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
24937
+ * * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
24938
+ * * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
24939
+ * * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
24658
24940
  *
24659
24941
  * @param request RenewInstanceRequest
24660
24942
  * @return RenewInstanceResponse