@alicloud/rds20140815 5.0.1 → 5.0.3
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 +86 -76
- package/dist/client.js +86 -76
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +86 -76
package/dist/client.d.ts
CHANGED
|
@@ -20593,13 +20593,13 @@ export default class Client extends OpenApi {
|
|
|
20593
20593
|
*/
|
|
20594
20594
|
createDBInstance(request: CreateDBInstanceRequest): Promise<CreateDBInstanceResponse>;
|
|
20595
20595
|
/**
|
|
20596
|
-
* @summary Creates an endpoint for an
|
|
20596
|
+
* @summary Creates an endpoint for an instance that runs RDS Cluster Edition.
|
|
20597
20597
|
*
|
|
20598
|
-
* @description ### Supported database
|
|
20598
|
+
* @description ### [](#)Supported database engines
|
|
20599
20599
|
* MySQL
|
|
20600
|
-
* ### References
|
|
20601
|
-
* > Before you call this operation, read the following documentation
|
|
20602
|
-
* [
|
|
20600
|
+
* ### [](#)References
|
|
20601
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
20602
|
+
* [Create a read-only endpoint for a cluster](https://help.aliyun.com/document_detail/464132.html)
|
|
20603
20603
|
*
|
|
20604
20604
|
* @param tmpReq CreateDBInstanceEndpointRequest
|
|
20605
20605
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20607,26 +20607,26 @@ export default class Client extends OpenApi {
|
|
|
20607
20607
|
*/
|
|
20608
20608
|
createDBInstanceEndpointWithOptions(tmpReq: CreateDBInstanceEndpointRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBInstanceEndpointResponse>;
|
|
20609
20609
|
/**
|
|
20610
|
-
* @summary Creates an endpoint for an
|
|
20610
|
+
* @summary Creates an endpoint for an instance that runs RDS Cluster Edition.
|
|
20611
20611
|
*
|
|
20612
|
-
* @description ### Supported database
|
|
20612
|
+
* @description ### [](#)Supported database engines
|
|
20613
20613
|
* MySQL
|
|
20614
|
-
* ### References
|
|
20615
|
-
* > Before you call this operation, read the following documentation
|
|
20616
|
-
* [
|
|
20614
|
+
* ### [](#)References
|
|
20615
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
20616
|
+
* [Create a read-only endpoint for a cluster](https://help.aliyun.com/document_detail/464132.html)
|
|
20617
20617
|
*
|
|
20618
20618
|
* @param request CreateDBInstanceEndpointRequest
|
|
20619
20619
|
* @return CreateDBInstanceEndpointResponse
|
|
20620
20620
|
*/
|
|
20621
20621
|
createDBInstanceEndpoint(request: CreateDBInstanceEndpointRequest): Promise<CreateDBInstanceEndpointResponse>;
|
|
20622
20622
|
/**
|
|
20623
|
-
* @summary Creates a public endpoint for an
|
|
20623
|
+
* @summary Creates a public endpoint for an instance that runs RDS Cluster Edition.
|
|
20624
20624
|
*
|
|
20625
|
-
* @description ### Supported database engine
|
|
20625
|
+
* @description ### [](#)Supported database engine
|
|
20626
20626
|
* MySQL
|
|
20627
|
-
* ### Precautions
|
|
20627
|
+
* ### [](#)Precautions
|
|
20628
20628
|
* * You can create a public endpoint of an endpoint type only when no public endpoint is created for this endpoint type.
|
|
20629
|
-
* * The node weights and other configurations are the same as those of the internal endpoint of this endpoint type.
|
|
20629
|
+
* * The node weights and other configurations are the same as those of the internal endpoint of this endpoint type. Each type of endpoint can contain an internal endpoint and a public endpoint.
|
|
20630
20630
|
*
|
|
20631
20631
|
* @param request CreateDBInstanceEndpointAddressRequest
|
|
20632
20632
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20634,13 +20634,13 @@ export default class Client extends OpenApi {
|
|
|
20634
20634
|
*/
|
|
20635
20635
|
createDBInstanceEndpointAddressWithOptions(request: CreateDBInstanceEndpointAddressRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBInstanceEndpointAddressResponse>;
|
|
20636
20636
|
/**
|
|
20637
|
-
* @summary Creates a public endpoint for an
|
|
20637
|
+
* @summary Creates a public endpoint for an instance that runs RDS Cluster Edition.
|
|
20638
20638
|
*
|
|
20639
|
-
* @description ### Supported database engine
|
|
20639
|
+
* @description ### [](#)Supported database engine
|
|
20640
20640
|
* MySQL
|
|
20641
|
-
* ### Precautions
|
|
20641
|
+
* ### [](#)Precautions
|
|
20642
20642
|
* * You can create a public endpoint of an endpoint type only when no public endpoint is created for this endpoint type.
|
|
20643
|
-
* * The node weights and other configurations are the same as those of the internal endpoint of this endpoint type.
|
|
20643
|
+
* * The node weights and other configurations are the same as those of the internal endpoint of this endpoint type. Each type of endpoint can contain an internal endpoint and a public endpoint.
|
|
20644
20644
|
*
|
|
20645
20645
|
* @param request CreateDBInstanceEndpointAddressRequest
|
|
20646
20646
|
* @return CreateDBInstanceEndpointAddressResponse
|
|
@@ -20785,14 +20785,14 @@ export default class Client extends OpenApi {
|
|
|
20785
20785
|
/**
|
|
20786
20786
|
* @summary Restores data to a new instance across regions.
|
|
20787
20787
|
*
|
|
20788
|
-
* @description > Before restoration, you can call the
|
|
20788
|
+
* @description > Before restoration, you can call the CheckCreateDdrDBInstance operation to check whether a cross-region backup set can be used for cross-region restoration.
|
|
20789
20789
|
* ### [](#)Supported database engines
|
|
20790
20790
|
* * MySQL
|
|
20791
20791
|
* * PostgreSQL
|
|
20792
20792
|
* * SQL Server
|
|
20793
20793
|
* ### [](#)References
|
|
20794
|
-
* > Before you call this operation,
|
|
20795
|
-
* * [Use the cross-region backup feature
|
|
20794
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
20795
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/120824.html)
|
|
20796
20796
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/206671.html)
|
|
20797
20797
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/187923.html)
|
|
20798
20798
|
*
|
|
@@ -20804,14 +20804,14 @@ export default class Client extends OpenApi {
|
|
|
20804
20804
|
/**
|
|
20805
20805
|
* @summary Restores data to a new instance across regions.
|
|
20806
20806
|
*
|
|
20807
|
-
* @description > Before restoration, you can call the
|
|
20807
|
+
* @description > Before restoration, you can call the CheckCreateDdrDBInstance operation to check whether a cross-region backup set can be used for cross-region restoration.
|
|
20808
20808
|
* ### [](#)Supported database engines
|
|
20809
20809
|
* * MySQL
|
|
20810
20810
|
* * PostgreSQL
|
|
20811
20811
|
* * SQL Server
|
|
20812
20812
|
* ### [](#)References
|
|
20813
|
-
* > Before you call this operation,
|
|
20814
|
-
* * [Use the cross-region backup feature
|
|
20813
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
20814
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/120824.html)
|
|
20815
20815
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/206671.html)
|
|
20816
20816
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/187923.html)
|
|
20817
20817
|
*
|
|
@@ -21355,12 +21355,12 @@ export default class Client extends OpenApi {
|
|
|
21355
21355
|
*/
|
|
21356
21356
|
deleteDBInstance(request: DeleteDBInstanceRequest): Promise<DeleteDBInstanceResponse>;
|
|
21357
21357
|
/**
|
|
21358
|
-
* @summary Deletes an endpoint for an
|
|
21358
|
+
* @summary Deletes an endpoint for an instance that runs RDS Cluster Edition.
|
|
21359
21359
|
*
|
|
21360
|
-
* @description ### Supported database
|
|
21360
|
+
* @description ### [](#)Supported database engines
|
|
21361
21361
|
* MySQL
|
|
21362
|
-
* ### References
|
|
21363
|
-
* > Before you call this operation, read the following documentation
|
|
21362
|
+
* ### [](#)References
|
|
21363
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
21364
21364
|
* [Delete the read-only endpoint of an ApsaraDB RDS for MySQL cluster](https://help.aliyun.com/document_detail/464133.html)
|
|
21365
21365
|
*
|
|
21366
21366
|
* @param request DeleteDBInstanceEndpointRequest
|
|
@@ -21369,12 +21369,12 @@ export default class Client extends OpenApi {
|
|
|
21369
21369
|
*/
|
|
21370
21370
|
deleteDBInstanceEndpointWithOptions(request: DeleteDBInstanceEndpointRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceEndpointResponse>;
|
|
21371
21371
|
/**
|
|
21372
|
-
* @summary Deletes an endpoint for an
|
|
21372
|
+
* @summary Deletes an endpoint for an instance that runs RDS Cluster Edition.
|
|
21373
21373
|
*
|
|
21374
|
-
* @description ### Supported database
|
|
21374
|
+
* @description ### [](#)Supported database engines
|
|
21375
21375
|
* MySQL
|
|
21376
|
-
* ### References
|
|
21377
|
-
* > Before you call this operation, read the following documentation
|
|
21376
|
+
* ### [](#)References
|
|
21377
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
21378
21378
|
* [Delete the read-only endpoint of an ApsaraDB RDS for MySQL cluster](https://help.aliyun.com/document_detail/464133.html)
|
|
21379
21379
|
*
|
|
21380
21380
|
* @param request DeleteDBInstanceEndpointRequest
|
|
@@ -21382,12 +21382,12 @@ export default class Client extends OpenApi {
|
|
|
21382
21382
|
*/
|
|
21383
21383
|
deleteDBInstanceEndpoint(request: DeleteDBInstanceEndpointRequest): Promise<DeleteDBInstanceEndpointResponse>;
|
|
21384
21384
|
/**
|
|
21385
|
-
* @summary Releases the public endpoint of an
|
|
21385
|
+
* @summary Releases the public endpoint of an instance that runs RDS Cluster Edition.
|
|
21386
21386
|
*
|
|
21387
|
-
* @description ### Supported database
|
|
21387
|
+
* @description ### [](#)Supported database engines
|
|
21388
21388
|
* MySQL
|
|
21389
|
-
* ### Precautions
|
|
21390
|
-
* You can delete only the public endpoint of each endpoint type from the instance. If you want to delete an internal endpoint of any endpoint type, you can delete the type of endpoint.
|
|
21389
|
+
* ### [](#)Precautions
|
|
21390
|
+
* You can delete only the public endpoint of each endpoint type from the instance. If you want to delete an internal endpoint of any endpoint type, you can directly delete the type of endpoint.
|
|
21391
21391
|
*
|
|
21392
21392
|
* @param request DeleteDBInstanceEndpointAddressRequest
|
|
21393
21393
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21395,25 +21395,26 @@ export default class Client extends OpenApi {
|
|
|
21395
21395
|
*/
|
|
21396
21396
|
deleteDBInstanceEndpointAddressWithOptions(request: DeleteDBInstanceEndpointAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceEndpointAddressResponse>;
|
|
21397
21397
|
/**
|
|
21398
|
-
* @summary Releases the public endpoint of an
|
|
21398
|
+
* @summary Releases the public endpoint of an instance that runs RDS Cluster Edition.
|
|
21399
21399
|
*
|
|
21400
|
-
* @description ### Supported database
|
|
21400
|
+
* @description ### [](#)Supported database engines
|
|
21401
21401
|
* MySQL
|
|
21402
|
-
* ### Precautions
|
|
21403
|
-
* You can delete only the public endpoint of each endpoint type from the instance. If you want to delete an internal endpoint of any endpoint type, you can delete the type of endpoint.
|
|
21402
|
+
* ### [](#)Precautions
|
|
21403
|
+
* You can delete only the public endpoint of each endpoint type from the instance. If you want to delete an internal endpoint of any endpoint type, you can directly delete the type of endpoint.
|
|
21404
21404
|
*
|
|
21405
21405
|
* @param request DeleteDBInstanceEndpointAddressRequest
|
|
21406
21406
|
* @return DeleteDBInstanceEndpointAddressResponse
|
|
21407
21407
|
*/
|
|
21408
21408
|
deleteDBInstanceEndpointAddress(request: DeleteDBInstanceEndpointAddressRequest): Promise<DeleteDBInstanceEndpointAddressResponse>;
|
|
21409
21409
|
/**
|
|
21410
|
-
* @summary Deletes a node from an
|
|
21410
|
+
* @summary Deletes a node from an instance that runs RDS Cluster Edition.
|
|
21411
21411
|
*
|
|
21412
|
-
* @description ### Supported database
|
|
21413
|
-
* MySQL
|
|
21414
|
-
*
|
|
21415
|
-
*
|
|
21416
|
-
*
|
|
21412
|
+
* @description ### [](#)Supported database engines
|
|
21413
|
+
* * MySQL
|
|
21414
|
+
* * PostgreSQL
|
|
21415
|
+
* ### [](#)References
|
|
21416
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
21417
|
+
* [Delete a node from an ApsaraDB RDS for MySQL cluster](https://help.aliyun.com/document_detail/464130.html)
|
|
21417
21418
|
*
|
|
21418
21419
|
* @param tmpReq DeleteDBNodesRequest
|
|
21419
21420
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21421,13 +21422,14 @@ export default class Client extends OpenApi {
|
|
|
21421
21422
|
*/
|
|
21422
21423
|
deleteDBNodesWithOptions(tmpReq: DeleteDBNodesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBNodesResponse>;
|
|
21423
21424
|
/**
|
|
21424
|
-
* @summary Deletes a node from an
|
|
21425
|
+
* @summary Deletes a node from an instance that runs RDS Cluster Edition.
|
|
21425
21426
|
*
|
|
21426
|
-
* @description ### Supported database
|
|
21427
|
-
* MySQL
|
|
21428
|
-
*
|
|
21429
|
-
*
|
|
21430
|
-
*
|
|
21427
|
+
* @description ### [](#)Supported database engines
|
|
21428
|
+
* * MySQL
|
|
21429
|
+
* * PostgreSQL
|
|
21430
|
+
* ### [](#)References
|
|
21431
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
21432
|
+
* [Delete a node from an ApsaraDB RDS for MySQL cluster](https://help.aliyun.com/document_detail/464130.html)
|
|
21431
21433
|
*
|
|
21432
21434
|
* @param request DeleteDBNodesRequest
|
|
21433
21435
|
* @return DeleteDBNodesResponse
|
|
@@ -22523,10 +22525,10 @@ export default class Client extends OpenApi {
|
|
|
22523
22525
|
*/
|
|
22524
22526
|
describeDBInstanceEncryptionKey(request: DescribeDBInstanceEncryptionKeyRequest): Promise<DescribeDBInstanceEncryptionKeyResponse>;
|
|
22525
22527
|
/**
|
|
22526
|
-
* @summary Queries the information about the endpoints of an
|
|
22528
|
+
* @summary Queries the information about the endpoints of an instance that runs RDS Cluster Edition.
|
|
22527
22529
|
*
|
|
22528
|
-
* @description ### [](#)Supported database
|
|
22529
|
-
*
|
|
22530
|
+
* @description ### [](#)Supported database engine
|
|
22531
|
+
* MySQL
|
|
22530
22532
|
*
|
|
22531
22533
|
* @param request DescribeDBInstanceEndpointsRequest
|
|
22532
22534
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22534,10 +22536,10 @@ export default class Client extends OpenApi {
|
|
|
22534
22536
|
*/
|
|
22535
22537
|
describeDBInstanceEndpointsWithOptions(request: DescribeDBInstanceEndpointsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceEndpointsResponse>;
|
|
22536
22538
|
/**
|
|
22537
|
-
* @summary Queries the information about the endpoints of an
|
|
22539
|
+
* @summary Queries the information about the endpoints of an instance that runs RDS Cluster Edition.
|
|
22538
22540
|
*
|
|
22539
|
-
* @description ### [](#)Supported database
|
|
22540
|
-
*
|
|
22541
|
+
* @description ### [](#)Supported database engine
|
|
22542
|
+
* MySQL
|
|
22541
22543
|
*
|
|
22542
22544
|
* @param request DescribeDBInstanceEndpointsRequest
|
|
22543
22545
|
* @return DescribeDBInstanceEndpointsResponse
|
|
@@ -24679,7 +24681,7 @@ export default class Client extends OpenApi {
|
|
|
24679
24681
|
*/
|
|
24680
24682
|
describeUpgradeMajorVersionTasks(request: DescribeUpgradeMajorVersionTasksRequest): Promise<DescribeUpgradeMajorVersionTasksResponse>;
|
|
24681
24683
|
/**
|
|
24682
|
-
* @summary Queries the details of
|
|
24684
|
+
* @summary Queries the details of VSwitch that are available in a virtual private cloud (VPC).
|
|
24683
24685
|
*
|
|
24684
24686
|
* @description ### Supported database engines
|
|
24685
24687
|
* * MySQL
|
|
@@ -24693,7 +24695,7 @@ export default class Client extends OpenApi {
|
|
|
24693
24695
|
*/
|
|
24694
24696
|
describeVSwitchesWithOptions(request: DescribeVSwitchesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeVSwitchesResponse>;
|
|
24695
24697
|
/**
|
|
24696
|
-
* @summary Queries the details of
|
|
24698
|
+
* @summary Queries the details of VSwitch that are available in a virtual private cloud (VPC).
|
|
24697
24699
|
*
|
|
24698
24700
|
* @description ### Supported database engines
|
|
24699
24701
|
* * MySQL
|
|
@@ -25655,10 +25657,10 @@ export default class Client extends OpenApi {
|
|
|
25655
25657
|
*/
|
|
25656
25658
|
modifyDBInstanceDescription(request: ModifyDBInstanceDescriptionRequest): Promise<ModifyDBInstanceDescriptionResponse>;
|
|
25657
25659
|
/**
|
|
25658
|
-
* @summary Modifies the weight of an endpoint for an
|
|
25660
|
+
* @summary Modifies the weight of an endpoint for an instance that runs RDS Cluster Edition.
|
|
25659
25661
|
*
|
|
25660
|
-
* @description ### [](#)Supported database
|
|
25661
|
-
*
|
|
25662
|
+
* @description ### [](#)Supported database engine
|
|
25663
|
+
* MySQL
|
|
25662
25664
|
*
|
|
25663
25665
|
* @param tmpReq ModifyDBInstanceEndpointRequest
|
|
25664
25666
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -25666,17 +25668,17 @@ export default class Client extends OpenApi {
|
|
|
25666
25668
|
*/
|
|
25667
25669
|
modifyDBInstanceEndpointWithOptions(tmpReq: ModifyDBInstanceEndpointRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceEndpointResponse>;
|
|
25668
25670
|
/**
|
|
25669
|
-
* @summary Modifies the weight of an endpoint for an
|
|
25671
|
+
* @summary Modifies the weight of an endpoint for an instance that runs RDS Cluster Edition.
|
|
25670
25672
|
*
|
|
25671
|
-
* @description ### [](#)Supported database
|
|
25672
|
-
*
|
|
25673
|
+
* @description ### [](#)Supported database engine
|
|
25674
|
+
* MySQL
|
|
25673
25675
|
*
|
|
25674
25676
|
* @param request ModifyDBInstanceEndpointRequest
|
|
25675
25677
|
* @return ModifyDBInstanceEndpointResponse
|
|
25676
25678
|
*/
|
|
25677
25679
|
modifyDBInstanceEndpoint(request: ModifyDBInstanceEndpointRequest): Promise<ModifyDBInstanceEndpointResponse>;
|
|
25678
25680
|
/**
|
|
25679
|
-
* @summary Modifies the information about the endpoint of an
|
|
25681
|
+
* @summary Modifies the information about the endpoint of an instance that runs RDS Cluster Edition.
|
|
25680
25682
|
*
|
|
25681
25683
|
* @description ### [](#)Supported database engines
|
|
25682
25684
|
* MySQL
|
|
@@ -25690,7 +25692,7 @@ export default class Client extends OpenApi {
|
|
|
25690
25692
|
*/
|
|
25691
25693
|
modifyDBInstanceEndpointAddressWithOptions(request: ModifyDBInstanceEndpointAddressRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceEndpointAddressResponse>;
|
|
25692
25694
|
/**
|
|
25693
|
-
* @summary Modifies the information about the endpoint of an
|
|
25695
|
+
* @summary Modifies the information about the endpoint of an instance that runs RDS Cluster Edition.
|
|
25694
25696
|
*
|
|
25695
25697
|
* @description ### [](#)Supported database engines
|
|
25696
25698
|
* MySQL
|
|
@@ -26257,8 +26259,11 @@ export default class Client extends OpenApi {
|
|
|
26257
26259
|
/**
|
|
26258
26260
|
* @summary Modifies the property settings of an ApsaraDB RDS for SQL Server instance.
|
|
26259
26261
|
*
|
|
26260
|
-
* @description ### [](#)Supported database
|
|
26262
|
+
* @description ### [](#)Supported database engines
|
|
26261
26263
|
* * SQL Server
|
|
26264
|
+
* ### [](#)References
|
|
26265
|
+
* You can call this operation to modify the database properties of an ApsaraDB RDS for SQL Server instance and archive data from an instance that uses general Enterprise SSDs (ESSDs) to an Object Storage Service (OSS) bucket. Before you call this operation to archive data to an OSS bucket, you must enable the data archiving feature in the ApsaraDB RDS console. For more information, see [Modify database properties](https://help.aliyun.com/document_detail/2401398.html) and [Archive cloud disk data to an OSS bucket](https://help.aliyun.com/document_detail/2767189.html).
|
|
26266
|
+
* > : Before you call this operation, read the preceding topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
26262
26267
|
*
|
|
26263
26268
|
* @param request ModifyDatabaseConfigRequest
|
|
26264
26269
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -26268,8 +26273,11 @@ export default class Client extends OpenApi {
|
|
|
26268
26273
|
/**
|
|
26269
26274
|
* @summary Modifies the property settings of an ApsaraDB RDS for SQL Server instance.
|
|
26270
26275
|
*
|
|
26271
|
-
* @description ### [](#)Supported database
|
|
26276
|
+
* @description ### [](#)Supported database engines
|
|
26272
26277
|
* * SQL Server
|
|
26278
|
+
* ### [](#)References
|
|
26279
|
+
* You can call this operation to modify the database properties of an ApsaraDB RDS for SQL Server instance and archive data from an instance that uses general Enterprise SSDs (ESSDs) to an Object Storage Service (OSS) bucket. Before you call this operation to archive data to an OSS bucket, you must enable the data archiving feature in the ApsaraDB RDS console. For more information, see [Modify database properties](https://help.aliyun.com/document_detail/2401398.html) and [Archive cloud disk data to an OSS bucket](https://help.aliyun.com/document_detail/2767189.html).
|
|
26280
|
+
* > : Before you call this operation, read the preceding topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
26273
26281
|
*
|
|
26274
26282
|
* @param request ModifyDatabaseConfigRequest
|
|
26275
26283
|
* @return ModifyDatabaseConfigResponse
|
|
@@ -26679,12 +26687,13 @@ export default class Client extends OpenApi {
|
|
|
26679
26687
|
/**
|
|
26680
26688
|
* @summary Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
|
|
26681
26689
|
*
|
|
26682
|
-
* @description ### Supported database engines
|
|
26690
|
+
* @description ### [](#)Supported database engines
|
|
26683
26691
|
* * MySQL
|
|
26684
26692
|
* * PostgreSQL
|
|
26685
26693
|
* * SQL Server
|
|
26686
|
-
*
|
|
26687
|
-
*
|
|
26694
|
+
* > If DAS Enterprise Edition is supported in the region in which the instance resides, the most recent version of DAS Enterprise Edition is enabled when you call the operation to enable the SQL Audit feature for the instance. For more information about the database engines and regions supported by each version of DAS Enterprise Edition, see [Supported databases and regions](https://help.aliyun.com/document_detail/156204.html).
|
|
26695
|
+
* ### [](#)References
|
|
26696
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
26688
26697
|
* * [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
|
|
26689
26698
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
|
|
26690
26699
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
|
|
@@ -26697,12 +26706,13 @@ export default class Client extends OpenApi {
|
|
|
26697
26706
|
/**
|
|
26698
26707
|
* @summary Enables or disables the SQL Explorer (SQL Audit) feature for an instance.
|
|
26699
26708
|
*
|
|
26700
|
-
* @description ### Supported database engines
|
|
26709
|
+
* @description ### [](#)Supported database engines
|
|
26701
26710
|
* * MySQL
|
|
26702
26711
|
* * PostgreSQL
|
|
26703
26712
|
* * SQL Server
|
|
26704
|
-
*
|
|
26705
|
-
*
|
|
26713
|
+
* > If DAS Enterprise Edition is supported in the region in which the instance resides, the most recent version of DAS Enterprise Edition is enabled when you call the operation to enable the SQL Audit feature for the instance. For more information about the database engines and regions supported by each version of DAS Enterprise Edition, see [Supported databases and regions](https://help.aliyun.com/document_detail/156204.html).
|
|
26714
|
+
* ### [](#)References
|
|
26715
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
26706
26716
|
* * [Use the SQL Explorer and Audit feature for an ApsaraDB RDS for MySQL instance](https://help.aliyun.com/document_detail/476574.html)
|
|
26707
26717
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for PostgreSQL instance](https://help.aliyun.com/document_detail/96766.html)
|
|
26708
26718
|
* * [Use the SQL Audit feature for an ApsaraDB RDS for SQL Server instance](https://help.aliyun.com/document_detail/95712.html)
|