@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.js CHANGED
@@ -25102,7 +25102,7 @@ class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
25102
25102
  regionId: 'string',
25103
25103
  remainTime: 'number',
25104
25104
  startTime: 'string',
25105
- status: 'number',
25105
+ status: 'string',
25106
25106
  taskDetail: 'string',
25107
25107
  taskId: 'string',
25108
25108
  taskType: 'string',
@@ -28618,6 +28618,17 @@ class Client extends openapi_client_1.default {
28618
28618
  let runtime = new $Util.RuntimeOptions({});
28619
28619
  return await this.checkAccountNameAvailableWithOptions(request, runtime);
28620
28620
  }
28621
+ /**
28622
+ * ### [](#)Supported database engines
28623
+ * * MySQL
28624
+ * * PostgreSQL
28625
+ * * SQL Server
28626
+ * * MariaDB
28627
+ *
28628
+ * @param request CheckCloudResourceAuthorizedRequest
28629
+ * @param runtime runtime options for this request RuntimeOptions
28630
+ * @return CheckCloudResourceAuthorizedResponse
28631
+ */
28621
28632
  async checkCloudResourceAuthorizedWithOptions(request, runtime) {
28622
28633
  tea_util_1.default.validateModel(request);
28623
28634
  let query = {};
@@ -28664,6 +28675,16 @@ class Client extends openapi_client_1.default {
28664
28675
  });
28665
28676
  return $tea.cast(await this.callApi(params, req, runtime), new CheckCloudResourceAuthorizedResponse({}));
28666
28677
  }
28678
+ /**
28679
+ * ### [](#)Supported database engines
28680
+ * * MySQL
28681
+ * * PostgreSQL
28682
+ * * SQL Server
28683
+ * * MariaDB
28684
+ *
28685
+ * @param request CheckCloudResourceAuthorizedRequest
28686
+ * @return CheckCloudResourceAuthorizedResponse
28687
+ */
28667
28688
  async checkCloudResourceAuthorized(request) {
28668
28689
  let runtime = new $Util.RuntimeOptions({});
28669
28690
  return await this.checkCloudResourceAuthorizedWithOptions(request, runtime);
@@ -28854,6 +28875,14 @@ class Client extends openapi_client_1.default {
28854
28875
  let runtime = new $Util.RuntimeOptions({});
28855
28876
  return await this.checkInstanceExistWithOptions(request, runtime);
28856
28877
  }
28878
+ /**
28879
+ * ### [](#)Supported database engines
28880
+ * * PostgreSQL
28881
+ *
28882
+ * @param request CheckServiceLinkedRoleRequest
28883
+ * @param runtime runtime options for this request RuntimeOptions
28884
+ * @return CheckServiceLinkedRoleResponse
28885
+ */
28857
28886
  async checkServiceLinkedRoleWithOptions(request, runtime) {
28858
28887
  tea_util_1.default.validateModel(request);
28859
28888
  let query = {};
@@ -28891,6 +28920,13 @@ class Client extends openapi_client_1.default {
28891
28920
  });
28892
28921
  return $tea.cast(await this.callApi(params, req, runtime), new CheckServiceLinkedRoleResponse({}));
28893
28922
  }
28923
+ /**
28924
+ * ### [](#)Supported database engines
28925
+ * * PostgreSQL
28926
+ *
28927
+ * @param request CheckServiceLinkedRoleRequest
28928
+ * @return CheckServiceLinkedRoleResponse
28929
+ */
28894
28930
  async checkServiceLinkedRole(request) {
28895
28931
  let runtime = new $Util.RuntimeOptions({});
28896
28932
  return await this.checkServiceLinkedRoleWithOptions(request, runtime);
@@ -30515,12 +30551,11 @@ class Client extends openapi_client_1.default {
30515
30551
  return await this.createDiagnosticReportWithOptions(request, runtime);
30516
30552
  }
30517
30553
  /**
30518
- * ### Prerequisites
30519
- * * Your Alibaba Cloud account is used.
30520
- * * The balance in your Alibaba Cloud account is greater than or equal to USD 100.
30521
- * * 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.
30522
- * > 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).
30523
- * For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
30554
+ * ### [](#)Supported database engine
30555
+ * * MySQL
30556
+ * ### [](#)References
30557
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
30558
+ * [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
30524
30559
  *
30525
30560
  * @param request CreateGADInstanceRequest
30526
30561
  * @param runtime runtime options for this request RuntimeOptions
@@ -30573,12 +30608,11 @@ class Client extends openapi_client_1.default {
30573
30608
  return $tea.cast(await this.callApi(params, req, runtime), new CreateGADInstanceResponse({}));
30574
30609
  }
30575
30610
  /**
30576
- * ### Prerequisites
30577
- * * Your Alibaba Cloud account is used.
30578
- * * The balance in your Alibaba Cloud account is greater than or equal to USD 100.
30579
- * * 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.
30580
- * > 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).
30581
- * For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
30611
+ * ### [](#)Supported database engine
30612
+ * * MySQL
30613
+ * ### [](#)References
30614
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
30615
+ * [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
30582
30616
  *
30583
30617
  * @param request CreateGADInstanceRequest
30584
30618
  * @return CreateGADInstanceResponse
@@ -31313,6 +31347,14 @@ class Client extends openapi_client_1.default {
31313
31347
  let runtime = new $Util.RuntimeOptions({});
31314
31348
  return await this.createReadOnlyDBInstanceWithOptions(request, runtime);
31315
31349
  }
31350
+ /**
31351
+ * ### [](#)Supported database engines
31352
+ * * MySQL
31353
+ *
31354
+ * @param request CreateSecretRequest
31355
+ * @param runtime runtime options for this request RuntimeOptions
31356
+ * @return CreateSecretResponse
31357
+ */
31316
31358
  async createSecretWithOptions(request, runtime) {
31317
31359
  tea_util_1.default.validateModel(request);
31318
31360
  let query = {};
@@ -31371,6 +31413,13 @@ class Client extends openapi_client_1.default {
31371
31413
  });
31372
31414
  return $tea.cast(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
31373
31415
  }
31416
+ /**
31417
+ * ### [](#)Supported database engines
31418
+ * * MySQL
31419
+ *
31420
+ * @param request CreateSecretRequest
31421
+ * @return CreateSecretResponse
31422
+ */
31374
31423
  async createSecret(request) {
31375
31424
  let runtime = new $Util.RuntimeOptions({});
31376
31425
  return await this.createSecretWithOptions(request, runtime);
@@ -32594,9 +32643,7 @@ class Client extends openapi_client_1.default {
32594
32643
  }
32595
32644
  /**
32596
32645
  * ### [](#)Supported database engines
32597
- * MySQL
32598
- * ### [](#)References
32599
- * [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
32646
+ * * MySQL
32600
32647
  *
32601
32648
  * @param request DescibeImportsFromDatabaseRequest
32602
32649
  * @param runtime runtime options for this request RuntimeOptions
@@ -32662,9 +32709,7 @@ class Client extends openapi_client_1.default {
32662
32709
  }
32663
32710
  /**
32664
32711
  * ### [](#)Supported database engines
32665
- * MySQL
32666
- * ### [](#)References
32667
- * [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
32712
+ * * MySQL
32668
32713
  *
32669
32714
  * @param request DescibeImportsFromDatabaseRequest
32670
32715
  * @return DescibeImportsFromDatabaseResponse
@@ -33005,6 +33050,16 @@ class Client extends openapi_client_1.default {
33005
33050
  let runtime = new $Util.RuntimeOptions({});
33006
33051
  return await this.describeAllWhitelistTemplateWithOptions(request, runtime);
33007
33052
  }
33053
+ /**
33054
+ * ### [](#)Supported database engines
33055
+ * MySQL
33056
+ * ### [](#)References
33057
+ * [Create and view an analytic instance](~~155180~~)
33058
+ *
33059
+ * @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
33060
+ * @param runtime runtime options for this request RuntimeOptions
33061
+ * @return DescribeAnalyticdbByPrimaryDBInstanceResponse
33062
+ */
33008
33063
  async describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime) {
33009
33064
  tea_util_1.default.validateModel(request);
33010
33065
  let query = {};
@@ -33039,6 +33094,15 @@ class Client extends openapi_client_1.default {
33039
33094
  });
33040
33095
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeAnalyticdbByPrimaryDBInstanceResponse({}));
33041
33096
  }
33097
+ /**
33098
+ * ### [](#)Supported database engines
33099
+ * MySQL
33100
+ * ### [](#)References
33101
+ * [Create and view an analytic instance](~~155180~~)
33102
+ *
33103
+ * @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
33104
+ * @return DescribeAnalyticdbByPrimaryDBInstanceResponse
33105
+ */
33042
33106
  async describeAnalyticdbByPrimaryDBInstance(request) {
33043
33107
  let runtime = new $Util.RuntimeOptions({});
33044
33108
  return await this.describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime);
@@ -35092,6 +35156,17 @@ class Client extends openapi_client_1.default {
35092
35156
  let runtime = new $Util.RuntimeOptions({});
35093
35157
  return await this.describeDBInstanceNetInfoWithOptions(request, runtime);
35094
35158
  }
35159
+ /**
35160
+ * ### [](#)Supported database engines
35161
+ * * MySQL
35162
+ * * PostgreSQL
35163
+ * * SQL Server
35164
+ * * MariaDB
35165
+ *
35166
+ * @param request DescribeDBInstanceNetInfoForChannelRequest
35167
+ * @param runtime runtime options for this request RuntimeOptions
35168
+ * @return DescribeDBInstanceNetInfoForChannelResponse
35169
+ */
35095
35170
  async describeDBInstanceNetInfoForChannelWithOptions(request, runtime) {
35096
35171
  tea_util_1.default.validateModel(request);
35097
35172
  let query = {};
@@ -35135,6 +35210,16 @@ class Client extends openapi_client_1.default {
35135
35210
  });
35136
35211
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeDBInstanceNetInfoForChannelResponse({}));
35137
35212
  }
35213
+ /**
35214
+ * ### [](#)Supported database engines
35215
+ * * MySQL
35216
+ * * PostgreSQL
35217
+ * * SQL Server
35218
+ * * MariaDB
35219
+ *
35220
+ * @param request DescribeDBInstanceNetInfoForChannelRequest
35221
+ * @return DescribeDBInstanceNetInfoForChannelResponse
35222
+ */
35138
35223
  async describeDBInstanceNetInfoForChannel(request) {
35139
35224
  let runtime = new $Util.RuntimeOptions({});
35140
35225
  return await this.describeDBInstanceNetInfoForChannelWithOptions(request, runtime);
@@ -36577,7 +36662,11 @@ class Client extends openapi_client_1.default {
36577
36662
  return await this.describeDiagnosticReportListWithOptions(request, runtime);
36578
36663
  }
36579
36664
  /**
36580
- * Error logs contain the time when they were generated and the error messages.
36665
+ * ### [](#)Supported database engines
36666
+ * * MySQL
36667
+ * * PostgreSQL
36668
+ * * SQL Server
36669
+ * * MariaDB
36581
36670
  *
36582
36671
  * @param request DescribeErrorLogsRequest
36583
36672
  * @param runtime runtime options for this request RuntimeOptions
@@ -36630,7 +36719,11 @@ class Client extends openapi_client_1.default {
36630
36719
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeErrorLogsResponse({}));
36631
36720
  }
36632
36721
  /**
36633
- * Error logs contain the time when they were generated and the error messages.
36722
+ * ### [](#)Supported database engines
36723
+ * * MySQL
36724
+ * * PostgreSQL
36725
+ * * SQL Server
36726
+ * * MariaDB
36634
36727
  *
36635
36728
  * @param request DescribeErrorLogsRequest
36636
36729
  * @return DescribeErrorLogsResponse
@@ -36640,8 +36733,17 @@ class Client extends openapi_client_1.default {
36640
36733
  return await this.describeErrorLogsWithOptions(request, runtime);
36641
36734
  }
36642
36735
  /**
36643
- * 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~~).
36644
- * Before you call this operation, make sure that the event history feature is enabled. Otherwise, this operation fails.
36736
+ * ### [](#)Supported database engines
36737
+ * * MySQL
36738
+ * * PostgreSQL
36739
+ * * SQL Server
36740
+ * * MariaDB
36741
+ * ### [](#)References
36742
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
36743
+ * * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
36744
+ * * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
36745
+ * * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
36746
+ * * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
36645
36747
  *
36646
36748
  * @param request DescribeEventsRequest
36647
36749
  * @param runtime runtime options for this request RuntimeOptions
@@ -36691,8 +36793,17 @@ class Client extends openapi_client_1.default {
36691
36793
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
36692
36794
  }
36693
36795
  /**
36694
- * 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~~).
36695
- * Before you call this operation, make sure that the event history feature is enabled. Otherwise, this operation fails.
36796
+ * ### [](#)Supported database engines
36797
+ * * MySQL
36798
+ * * PostgreSQL
36799
+ * * SQL Server
36800
+ * * MariaDB
36801
+ * ### [](#)References
36802
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
36803
+ * * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
36804
+ * * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
36805
+ * * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
36806
+ * * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
36696
36807
  *
36697
36808
  * @param request DescribeEventsRequest
36698
36809
  * @return DescribeEventsResponse
@@ -36749,7 +36860,13 @@ class Client extends openapi_client_1.default {
36749
36860
  return await this.describeGadInstancesWithOptions(request, runtime);
36750
36861
  }
36751
36862
  /**
36752
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
36863
+ * ### [](#)Supported database engines
36864
+ * * MySQL
36865
+ * * PostgreSQL
36866
+ * * SQL Server
36867
+ * * MariaDB
36868
+ * ### [](#)References
36869
+ * [What is availability detection?](~~207467~~)
36753
36870
  *
36754
36871
  * @param request DescribeHADiagnoseConfigRequest
36755
36872
  * @param runtime runtime options for this request RuntimeOptions
@@ -36790,7 +36907,13 @@ class Client extends openapi_client_1.default {
36790
36907
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeHADiagnoseConfigResponse({}));
36791
36908
  }
36792
36909
  /**
36793
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
36910
+ * ### [](#)Supported database engines
36911
+ * * MySQL
36912
+ * * PostgreSQL
36913
+ * * SQL Server
36914
+ * * MariaDB
36915
+ * ### [](#)References
36916
+ * [What is availability detection?](~~207467~~)
36794
36917
  *
36795
36918
  * @param request DescribeHADiagnoseConfigRequest
36796
36919
  * @return DescribeHADiagnoseConfigResponse
@@ -36800,8 +36923,11 @@ class Client extends openapi_client_1.default {
36800
36923
  return await this.describeHADiagnoseConfigWithOptions(request, runtime);
36801
36924
  }
36802
36925
  /**
36803
- * 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~~).
36804
- * 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.
36926
+ * ### [](#)Supported database engines
36927
+ * * MySQL
36928
+ * * PostgreSQL
36929
+ * * SQL Server
36930
+ * * MariaDB
36805
36931
  *
36806
36932
  * @param request DescribeHASwitchConfigRequest
36807
36933
  * @param runtime runtime options for this request RuntimeOptions
@@ -36842,8 +36968,11 @@ class Client extends openapi_client_1.default {
36842
36968
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeHASwitchConfigResponse({}));
36843
36969
  }
36844
36970
  /**
36845
- * 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~~).
36846
- * 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.
36971
+ * ### [](#)Supported database engines
36972
+ * * MySQL
36973
+ * * PostgreSQL
36974
+ * * SQL Server
36975
+ * * MariaDB
36847
36976
  *
36848
36977
  * @param request DescribeHASwitchConfigRequest
36849
36978
  * @return DescribeHASwitchConfigResponse
@@ -37066,6 +37195,17 @@ class Client extends openapi_client_1.default {
37066
37195
  let runtime = new $Util.RuntimeOptions({});
37067
37196
  return await this.describeHostWebShellWithOptions(request, runtime);
37068
37197
  }
37198
+ /**
37199
+ * ### [](#)Supported database engines
37200
+ * * MySQL
37201
+ * * PostgreSQL
37202
+ * * SQL Server
37203
+ * * MariaDB
37204
+ *
37205
+ * @param request DescribeInstanceAutoRenewalAttributeRequest
37206
+ * @param runtime runtime options for this request RuntimeOptions
37207
+ * @return DescribeInstanceAutoRenewalAttributeResponse
37208
+ */
37069
37209
  async describeInstanceAutoRenewalAttributeWithOptions(request, runtime) {
37070
37210
  tea_util_1.default.validateModel(request);
37071
37211
  let query = {};
@@ -37115,6 +37255,16 @@ class Client extends openapi_client_1.default {
37115
37255
  });
37116
37256
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceAutoRenewalAttributeResponse({}));
37117
37257
  }
37258
+ /**
37259
+ * ### [](#)Supported database engines
37260
+ * * MySQL
37261
+ * * PostgreSQL
37262
+ * * SQL Server
37263
+ * * MariaDB
37264
+ *
37265
+ * @param request DescribeInstanceAutoRenewalAttributeRequest
37266
+ * @return DescribeInstanceAutoRenewalAttributeResponse
37267
+ */
37118
37268
  async describeInstanceAutoRenewalAttribute(request) {
37119
37269
  let runtime = new $Util.RuntimeOptions({});
37120
37270
  return await this.describeInstanceAutoRenewalAttributeWithOptions(request, runtime);
@@ -37125,7 +37275,8 @@ class Client extends openapi_client_1.default {
37125
37275
  * * PostgreSQL
37126
37276
  * * SQL Server
37127
37277
  * ### [](#)References
37128
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
37278
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
37279
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
37129
37280
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
37130
37281
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
37131
37282
  *
@@ -37173,7 +37324,8 @@ class Client extends openapi_client_1.default {
37173
37324
  * * PostgreSQL
37174
37325
  * * SQL Server
37175
37326
  * ### [](#)References
37176
- * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
37327
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
37328
+ * * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
37177
37329
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
37178
37330
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
37179
37331
  *
@@ -38813,10 +38965,10 @@ class Client extends openapi_client_1.default {
38813
38965
  return await this.describeResourceUsageWithOptions(request, runtime);
38814
38966
  }
38815
38967
  /**
38816
- * This operation is applicable to the following database engine versions:
38968
+ * ### [](#)Supported database engines
38817
38969
  * * MySQL
38818
- * * SQL Server 2008 R2
38819
38970
  * * PostgreSQL
38971
+ * * SQL Server
38820
38972
  *
38821
38973
  * @param request DescribeSQLCollectorPolicyRequest
38822
38974
  * @param runtime runtime options for this request RuntimeOptions
@@ -38863,10 +39015,10 @@ class Client extends openapi_client_1.default {
38863
39015
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeSQLCollectorPolicyResponse({}));
38864
39016
  }
38865
39017
  /**
38866
- * This operation is applicable to the following database engine versions:
39018
+ * ### [](#)Supported database engines
38867
39019
  * * MySQL
38868
- * * SQL Server 2008 R2
38869
39020
  * * PostgreSQL
39021
+ * * SQL Server
38870
39022
  *
38871
39023
  * @param request DescribeSQLCollectorPolicyRequest
38872
39024
  * @return DescribeSQLCollectorPolicyResponse
@@ -39271,7 +39423,8 @@ class Client extends openapi_client_1.default {
39271
39423
  return await this.describeSecurityGroupConfigurationWithOptions(request, runtime);
39272
39424
  }
39273
39425
  /**
39274
- * This operation is available only for ApsaraDB RDS for PostgreSQL instances.
39426
+ * ### [](#)Supported database engines
39427
+ * * PostgreSQL
39275
39428
  *
39276
39429
  * @param request DescribeSlotsRequest
39277
39430
  * @param runtime runtime options for this request RuntimeOptions
@@ -39318,7 +39471,8 @@ class Client extends openapi_client_1.default {
39318
39471
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeSlotsResponse({}));
39319
39472
  }
39320
39473
  /**
39321
- * This operation is available only for ApsaraDB RDS for PostgreSQL instances.
39474
+ * ### [](#)Supported database engines
39475
+ * * PostgreSQL
39322
39476
  *
39323
39477
  * @param request DescribeSlotsRequest
39324
39478
  * @return DescribeSlotsResponse
@@ -39756,6 +39910,14 @@ class Client extends openapi_client_1.default {
39756
39910
  let runtime = new $Util.RuntimeOptions({});
39757
39911
  return await this.describeUpgradeMajorVersionPrecheckTaskWithOptions(request, runtime);
39758
39912
  }
39913
+ /**
39914
+ * ### [](#)Supported database engines
39915
+ * PostgreSQL
39916
+ *
39917
+ * @param request DescribeUpgradeMajorVersionTasksRequest
39918
+ * @param runtime runtime options for this request RuntimeOptions
39919
+ * @return DescribeUpgradeMajorVersionTasksResponse
39920
+ */
39759
39921
  async describeUpgradeMajorVersionTasksWithOptions(request, runtime) {
39760
39922
  tea_util_1.default.validateModel(request);
39761
39923
  let query = {};
@@ -39802,6 +39964,13 @@ class Client extends openapi_client_1.default {
39802
39964
  });
39803
39965
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeUpgradeMajorVersionTasksResponse({}));
39804
39966
  }
39967
+ /**
39968
+ * ### [](#)Supported database engines
39969
+ * PostgreSQL
39970
+ *
39971
+ * @param request DescribeUpgradeMajorVersionTasksRequest
39972
+ * @return DescribeUpgradeMajorVersionTasksResponse
39973
+ */
39805
39974
  async describeUpgradeMajorVersionTasks(request) {
39806
39975
  let runtime = new $Util.RuntimeOptions({});
39807
39976
  return await this.describeUpgradeMajorVersionTasksWithOptions(request, runtime);
@@ -40740,7 +40909,9 @@ class Client extends openapi_client_1.default {
40740
40909
  return await this.listTagResourcesWithOptions(request, runtime);
40741
40910
  }
40742
40911
  /**
40743
- * >
40912
+ * ### [](#)Supported database engines
40913
+ * * MySQL
40914
+ * ### [](#)Feature description
40744
40915
  * * 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~~).
40745
40916
  * * 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.
40746
40917
  * * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
@@ -40799,7 +40970,9 @@ class Client extends openapi_client_1.default {
40799
40970
  return $tea.cast(await this.callApi(params, req, runtime), new ListUserBackupFilesResponse({}));
40800
40971
  }
40801
40972
  /**
40802
- * >
40973
+ * ### [](#)Supported database engines
40974
+ * * MySQL
40975
+ * ### [](#)Feature description
40803
40976
  * * 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~~).
40804
40977
  * * 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.
40805
40978
  * * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
@@ -41728,7 +41901,13 @@ class Client extends openapi_client_1.default {
41728
41901
  return await this.modifyDBDescriptionWithOptions(request, runtime);
41729
41902
  }
41730
41903
  /**
41731
- * This operation is supported only for instances that run MySQL.
41904
+ * ### [](#)Supported database engines
41905
+ * * MySQL
41906
+ * * PostgreSQL
41907
+ * ### [](#)References
41908
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
41909
+ * * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
41910
+ * * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
41732
41911
  *
41733
41912
  * @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
41734
41913
  * @param runtime runtime options for this request RuntimeOptions
@@ -41772,7 +41951,13 @@ class Client extends openapi_client_1.default {
41772
41951
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceAutoUpgradeMinorVersionResponse({}));
41773
41952
  }
41774
41953
  /**
41775
- * This operation is supported only for instances that run MySQL.
41954
+ * ### [](#)Supported database engines
41955
+ * * MySQL
41956
+ * * PostgreSQL
41957
+ * ### [](#)References
41958
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
41959
+ * * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
41960
+ * * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
41776
41961
  *
41777
41962
  * @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
41778
41963
  * @return ModifyDBInstanceAutoUpgradeMinorVersionResponse
@@ -41782,12 +41967,9 @@ class Client extends openapi_client_1.default {
41782
41967
  return await this.modifyDBInstanceAutoUpgradeMinorVersionWithOptions(request, runtime);
41783
41968
  }
41784
41969
  /**
41785
- * ### Supported database engines
41786
- * * RDS MySQL
41787
- * * RDS PostgreSQL
41788
- * * RDS SQL Server
41789
- * * RDS MariaDB
41790
- * > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
41970
+ * ### [](#)Supported database engines
41971
+ * * PostgreSQL
41972
+ * > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
41791
41973
  *
41792
41974
  * @param request ModifyDBInstanceConfigRequest
41793
41975
  * @param runtime runtime options for this request RuntimeOptions
@@ -41840,12 +42022,9 @@ class Client extends openapi_client_1.default {
41840
42022
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceConfigResponse({}));
41841
42023
  }
41842
42024
  /**
41843
- * ### Supported database engines
41844
- * * RDS MySQL
41845
- * * RDS PostgreSQL
41846
- * * RDS SQL Server
41847
- * * RDS MariaDB
41848
- * > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
42025
+ * ### [](#)Supported database engines
42026
+ * * PostgreSQL
42027
+ * > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
41849
42028
  *
41850
42029
  * @param request ModifyDBInstanceConfigRequest
41851
42030
  * @return ModifyDBInstanceConfigResponse
@@ -41997,6 +42176,17 @@ class Client extends openapi_client_1.default {
41997
42176
  let runtime = new $Util.RuntimeOptions({});
41998
42177
  return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
41999
42178
  }
42179
+ /**
42180
+ * ### [](#)Supported database engines
42181
+ * * MySQL
42182
+ * ### [](#)References
42183
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
42184
+ * * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
42185
+ *
42186
+ * @param request ModifyDBInstanceDelayedReplicationTimeRequest
42187
+ * @param runtime runtime options for this request RuntimeOptions
42188
+ * @return ModifyDBInstanceDelayedReplicationTimeResponse
42189
+ */
42000
42190
  async modifyDBInstanceDelayedReplicationTimeWithOptions(request, runtime) {
42001
42191
  tea_util_1.default.validateModel(request);
42002
42192
  let query = {};
@@ -42031,12 +42221,32 @@ class Client extends openapi_client_1.default {
42031
42221
  });
42032
42222
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceDelayedReplicationTimeResponse({}));
42033
42223
  }
42224
+ /**
42225
+ * ### [](#)Supported database engines
42226
+ * * MySQL
42227
+ * ### [](#)References
42228
+ * > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
42229
+ * * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
42230
+ *
42231
+ * @param request ModifyDBInstanceDelayedReplicationTimeRequest
42232
+ * @return ModifyDBInstanceDelayedReplicationTimeResponse
42233
+ */
42034
42234
  async modifyDBInstanceDelayedReplicationTime(request) {
42035
42235
  let runtime = new $Util.RuntimeOptions({});
42036
42236
  return await this.modifyDBInstanceDelayedReplicationTimeWithOptions(request, runtime);
42037
42237
  }
42038
42238
  /**
42039
- * For more information, see [Enable or disable the release protection feature for an ApsaraDB RDS for MySQL instance](~~414512~~).
42239
+ * ### [](#)Supported database engines
42240
+ * * MySQL
42241
+ * * PostgreSQL
42242
+ * * SQL Server
42243
+ * * MariaDB
42244
+ * ### [](#)References
42245
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
42246
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
42247
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
42248
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
42249
+ * * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
42040
42250
  *
42041
42251
  * @param request ModifyDBInstanceDeletionProtectionRequest
42042
42252
  * @param runtime runtime options for this request RuntimeOptions
@@ -42083,7 +42293,17 @@ class Client extends openapi_client_1.default {
42083
42293
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceDeletionProtectionResponse({}));
42084
42294
  }
42085
42295
  /**
42086
- * For more information, see [Enable or disable the release protection feature for an ApsaraDB RDS for MySQL instance](~~414512~~).
42296
+ * ### [](#)Supported database engines
42297
+ * * MySQL
42298
+ * * PostgreSQL
42299
+ * * SQL Server
42300
+ * * MariaDB
42301
+ * ### [](#)References
42302
+ * > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
42303
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
42304
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
42305
+ * * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
42306
+ * * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
42087
42307
  *
42088
42308
  * @param request ModifyDBInstanceDeletionProtectionRequest
42089
42309
  * @return ModifyDBInstanceDeletionProtectionResponse
@@ -42313,7 +42533,17 @@ class Client extends openapi_client_1.default {
42313
42533
  return await this.modifyDBInstanceHAConfigWithOptions(request, runtime);
42314
42534
  }
42315
42535
  /**
42316
- * 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.
42536
+ * ### [](#)Supported database engines
42537
+ * * MySQL
42538
+ * * PostgreSQL
42539
+ * * SQL Server
42540
+ * * MariaDB
42541
+ * ### [](#)References
42542
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
42543
+ * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
42544
+ * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
42545
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
42546
+ * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
42317
42547
  *
42318
42548
  * @param request ModifyDBInstanceMaintainTimeRequest
42319
42549
  * @param runtime runtime options for this request RuntimeOptions
@@ -42360,7 +42590,17 @@ class Client extends openapi_client_1.default {
42360
42590
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceMaintainTimeResponse({}));
42361
42591
  }
42362
42592
  /**
42363
- * 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.
42593
+ * ### [](#)Supported database engines
42594
+ * * MySQL
42595
+ * * PostgreSQL
42596
+ * * SQL Server
42597
+ * * MariaDB
42598
+ * ### [](#)References
42599
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
42600
+ * * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
42601
+ * * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
42602
+ * * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
42603
+ * * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
42364
42604
  *
42365
42605
  * @param request ModifyDBInstanceMaintainTimeRequest
42366
42606
  * @return ModifyDBInstanceMaintainTimeResponse
@@ -42499,7 +42739,12 @@ class Client extends openapi_client_1.default {
42499
42739
  return await this.modifyDBInstanceMonitorWithOptions(request, runtime);
42500
42740
  }
42501
42741
  /**
42502
- * 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.
42742
+ * ### [](#)Supported database engines
42743
+ * * MySQL
42744
+ * * SQL Server
42745
+ * ### [](#)References
42746
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
42747
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
42503
42748
  *
42504
42749
  * @param request ModifyDBInstanceNetworkExpireTimeRequest
42505
42750
  * @param runtime runtime options for this request RuntimeOptions
@@ -42546,7 +42791,12 @@ class Client extends openapi_client_1.default {
42546
42791
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceNetworkExpireTimeResponse({}));
42547
42792
  }
42548
42793
  /**
42549
- * 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.
42794
+ * ### [](#)Supported database engines
42795
+ * * MySQL
42796
+ * * SQL Server
42797
+ * ### [](#)References
42798
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
42799
+ * * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
42550
42800
  *
42551
42801
  * @param request ModifyDBInstanceNetworkExpireTimeRequest
42552
42802
  * @return ModifyDBInstanceNetworkExpireTimeResponse
@@ -42647,14 +42897,17 @@ class Client extends openapi_client_1.default {
42647
42897
  return await this.modifyDBInstanceNetworkTypeWithOptions(request, runtime);
42648
42898
  }
42649
42899
  /**
42650
- * This operation is used to change only the billing method of an instance from pay-as-you-go to subscription.
42651
- * The following requirements must be met:
42652
- * * The instance belongs to the current account.
42653
- * * The instance uses one of the most recent instance types. For more information, see [Instance types](~~26312~~).
42654
- * **
42655
- * **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~~).
42656
- * * The instance uses the pay-as-you-go billing method and is in the Running state.
42657
- * * Your Alibaba Cloud account has no unpaid orders for the instance for which you want to change the billing method.
42900
+ * ### [](#)Supported database engines
42901
+ * * MySQL
42902
+ * * PostgreSQL
42903
+ * * SQL Server
42904
+ * * MariaDB
42905
+ * ### [](#)References
42906
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
42907
+ * * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
42908
+ * * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
42909
+ * * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
42910
+ * * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
42658
42911
  *
42659
42912
  * @param request ModifyDBInstancePayTypeRequest
42660
42913
  * @param runtime runtime options for this request RuntimeOptions
@@ -42695,14 +42948,17 @@ class Client extends openapi_client_1.default {
42695
42948
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstancePayTypeResponse({}));
42696
42949
  }
42697
42950
  /**
42698
- * This operation is used to change only the billing method of an instance from pay-as-you-go to subscription.
42699
- * The following requirements must be met:
42700
- * * The instance belongs to the current account.
42701
- * * The instance uses one of the most recent instance types. For more information, see [Instance types](~~26312~~).
42702
- * **
42703
- * **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~~).
42704
- * * The instance uses the pay-as-you-go billing method and is in the Running state.
42705
- * * Your Alibaba Cloud account has no unpaid orders for the instance for which you want to change the billing method.
42951
+ * ### [](#)Supported database engines
42952
+ * * MySQL
42953
+ * * PostgreSQL
42954
+ * * SQL Server
42955
+ * * MariaDB
42956
+ * ### [](#)References
42957
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
42958
+ * * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
42959
+ * * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
42960
+ * * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
42961
+ * * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
42706
42962
  *
42707
42963
  * @param request ModifyDBInstancePayTypeRequest
42708
42964
  * @return ModifyDBInstancePayTypeResponse
@@ -43772,7 +44028,14 @@ class Client extends openapi_client_1.default {
43772
44028
  return await this.modifyDbProxyInstanceSslWithOptions(request, runtime);
43773
44029
  }
43774
44030
  /**
43775
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
44031
+ * ### [](#)Supported database engines
44032
+ * * MySQL
44033
+ * * PostgreSQL
44034
+ * * SQL Server
44035
+ * * MariaDB
44036
+ * ### [](#)References
44037
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
44038
+ * [What is availability check?](~~207467~~)
43776
44039
  *
43777
44040
  * @param request ModifyHADiagnoseConfigRequest
43778
44041
  * @param runtime runtime options for this request RuntimeOptions
@@ -43816,7 +44079,14 @@ class Client extends openapi_client_1.default {
43816
44079
  return $tea.cast(await this.callApi(params, req, runtime), new ModifyHADiagnoseConfigResponse({}));
43817
44080
  }
43818
44081
  /**
43819
- * By default, Alibaba Cloud uses persistent connections to check the availability of an instance. For more information, see [What is availability detection?](~~207467~~)
44082
+ * ### [](#)Supported database engines
44083
+ * * MySQL
44084
+ * * PostgreSQL
44085
+ * * SQL Server
44086
+ * * MariaDB
44087
+ * ### [](#)References
44088
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
44089
+ * [What is availability check?](~~207467~~)
43820
44090
  *
43821
44091
  * @param request ModifyHADiagnoseConfigRequest
43822
44092
  * @return ModifyHADiagnoseConfigResponse
@@ -43971,6 +44241,7 @@ class Client extends openapi_client_1.default {
43971
44241
  * * PostgreSQL
43972
44242
  * * SQL Server
43973
44243
  * ### [](#)References
44244
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
43974
44245
  * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
43975
44246
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
43976
44247
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
@@ -44037,6 +44308,7 @@ class Client extends openapi_client_1.default {
44037
44308
  * * PostgreSQL
44038
44309
  * * SQL Server
44039
44310
  * ### [](#)References
44311
+ * > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
44040
44312
  * * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
44041
44313
  * * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
44042
44314
  * * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
@@ -45638,12 +45910,17 @@ class Client extends openapi_client_1.default {
45638
45910
  return await this.removeTagsFromResourceWithOptions(request, runtime);
45639
45911
  }
45640
45912
  /**
45641
- * 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~~).
45642
- * Before you call this operation, make sure that the following requirements are met:
45643
- * * The instance is a subscription instance.
45644
- * * Your account supports credit card payments or balance payments.
45645
- * **
45646
- * **Note**By default, coupons available for your account are preferentially used for payment.
45913
+ * ### [](#)Supported database engines
45914
+ * * MySQL
45915
+ * * PostgreSQL
45916
+ * * SQL Server
45917
+ * * MariaDB
45918
+ * ### [](#)References
45919
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
45920
+ * * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
45921
+ * * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
45922
+ * * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
45923
+ * * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
45647
45924
  *
45648
45925
  * @param request RenewInstanceRequest
45649
45926
  * @param runtime runtime options for this request RuntimeOptions
@@ -45693,12 +45970,17 @@ class Client extends openapi_client_1.default {
45693
45970
  return $tea.cast(await this.callApi(params, req, runtime), new RenewInstanceResponse({}));
45694
45971
  }
45695
45972
  /**
45696
- * 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~~).
45697
- * Before you call this operation, make sure that the following requirements are met:
45698
- * * The instance is a subscription instance.
45699
- * * Your account supports credit card payments or balance payments.
45700
- * **
45701
- * **Note**By default, coupons available for your account are preferentially used for payment.
45973
+ * ### [](#)Supported database engines
45974
+ * * MySQL
45975
+ * * PostgreSQL
45976
+ * * SQL Server
45977
+ * * MariaDB
45978
+ * ### [](#)References
45979
+ * > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
45980
+ * * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
45981
+ * * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
45982
+ * * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
45983
+ * * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
45702
45984
  *
45703
45985
  * @param request RenewInstanceRequest
45704
45986
  * @return RenewInstanceResponse