@alicloud/rds20140815 2.7.0 → 2.7.2
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 +102 -20
- package/dist/client.js +102 -20
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +102 -20
package/dist/client.d.ts
CHANGED
|
@@ -20626,7 +20626,7 @@ export default class Client extends OpenApi {
|
|
|
20626
20626
|
* * MySQL
|
|
20627
20627
|
* ### [](#)Description
|
|
20628
20628
|
* * A full backup file contains the data of a self-managed MySQL instance. You can restore the data of a self-managed MySQL instance from a full backup file to an ApsaraDB RDS for MySQL instance. For more information, see [Migrate the data of a self-managed MySQL 5.7 instance to the cloud](~~251779~~).
|
|
20629
|
-
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~)operation to import the full backup file again.
|
|
20629
|
+
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~) operation to import the full backup file again.
|
|
20630
20630
|
*
|
|
20631
20631
|
* @param request DeleteUserBackupFileRequest
|
|
20632
20632
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20638,7 +20638,7 @@ export default class Client extends OpenApi {
|
|
|
20638
20638
|
* * MySQL
|
|
20639
20639
|
* ### [](#)Description
|
|
20640
20640
|
* * A full backup file contains the data of a self-managed MySQL instance. You can restore the data of a self-managed MySQL instance from a full backup file to an ApsaraDB RDS for MySQL instance. For more information, see [Migrate the data of a self-managed MySQL 5.7 instance to the cloud](~~251779~~).
|
|
20641
|
-
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~)operation to import the full backup file again.
|
|
20641
|
+
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~) operation to import the full backup file again.
|
|
20642
20642
|
*
|
|
20643
20643
|
* @param request DeleteUserBackupFileRequest
|
|
20644
20644
|
* @return DeleteUserBackupFileResponse
|
|
@@ -20774,7 +20774,28 @@ export default class Client extends OpenApi {
|
|
|
20774
20774
|
describeAllWhitelistTemplate(request: DescribeAllWhitelistTemplateRequest): Promise<DescribeAllWhitelistTemplateResponse>;
|
|
20775
20775
|
describeAnalyticdbByPrimaryDBInstanceWithOptions(request: DescribeAnalyticdbByPrimaryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
|
|
20776
20776
|
describeAnalyticdbByPrimaryDBInstance(request: DescribeAnalyticdbByPrimaryDBInstanceRequest): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
|
|
20777
|
+
/**
|
|
20778
|
+
* ### [](#)Supported database engines
|
|
20779
|
+
* * MySQL
|
|
20780
|
+
* * PostgreSQL
|
|
20781
|
+
* * SQL Server
|
|
20782
|
+
* * MariaDB
|
|
20783
|
+
*
|
|
20784
|
+
* @param request DescribeAvailableClassesRequest
|
|
20785
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20786
|
+
* @return DescribeAvailableClassesResponse
|
|
20787
|
+
*/
|
|
20777
20788
|
describeAvailableClassesWithOptions(request: DescribeAvailableClassesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableClassesResponse>;
|
|
20789
|
+
/**
|
|
20790
|
+
* ### [](#)Supported database engines
|
|
20791
|
+
* * MySQL
|
|
20792
|
+
* * PostgreSQL
|
|
20793
|
+
* * SQL Server
|
|
20794
|
+
* * MariaDB
|
|
20795
|
+
*
|
|
20796
|
+
* @param request DescribeAvailableClassesRequest
|
|
20797
|
+
* @return DescribeAvailableClassesResponse
|
|
20798
|
+
*/
|
|
20778
20799
|
describeAvailableClasses(request: DescribeAvailableClassesRequest): Promise<DescribeAvailableClassesResponse>;
|
|
20779
20800
|
/**
|
|
20780
20801
|
* ### [](#)Supported database engines
|
|
@@ -22377,7 +22398,28 @@ export default class Client extends OpenApi {
|
|
|
22377
22398
|
* @return DescribeReadDBInstanceDelayResponse
|
|
22378
22399
|
*/
|
|
22379
22400
|
describeReadDBInstanceDelay(request: DescribeReadDBInstanceDelayRequest): Promise<DescribeReadDBInstanceDelayResponse>;
|
|
22401
|
+
/**
|
|
22402
|
+
* ### [](#)Supported database engines
|
|
22403
|
+
* * MySQL
|
|
22404
|
+
* * PostgreSQL
|
|
22405
|
+
* * SQL Server
|
|
22406
|
+
* * MariaDB
|
|
22407
|
+
*
|
|
22408
|
+
* @param request DescribeRegionInfosRequest
|
|
22409
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
22410
|
+
* @return DescribeRegionInfosResponse
|
|
22411
|
+
*/
|
|
22380
22412
|
describeRegionInfosWithOptions(request: DescribeRegionInfosRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionInfosResponse>;
|
|
22413
|
+
/**
|
|
22414
|
+
* ### [](#)Supported database engines
|
|
22415
|
+
* * MySQL
|
|
22416
|
+
* * PostgreSQL
|
|
22417
|
+
* * SQL Server
|
|
22418
|
+
* * MariaDB
|
|
22419
|
+
*
|
|
22420
|
+
* @param request DescribeRegionInfosRequest
|
|
22421
|
+
* @return DescribeRegionInfosResponse
|
|
22422
|
+
*/
|
|
22381
22423
|
describeRegionInfos(request: DescribeRegionInfosRequest): Promise<DescribeRegionInfosResponse>;
|
|
22382
22424
|
/**
|
|
22383
22425
|
* Before you call the [CreateDBInstance](~~26228~~) operation to create an RDS instance, you can call the DescribeRegions operation to query the available regions and zones.
|
|
@@ -22936,14 +22978,18 @@ export default class Client extends OpenApi {
|
|
|
22936
22978
|
*/
|
|
22937
22979
|
grantOperatorPermission(request: GrantOperatorPermissionRequest): Promise<GrantOperatorPermissionResponse>;
|
|
22938
22980
|
/**
|
|
22981
|
+
* ### [](#)Supported database engine
|
|
22982
|
+
* * SQL Server
|
|
22983
|
+
* ### [](#)Description
|
|
22939
22984
|
* We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
|
|
22940
|
-
*
|
|
22941
|
-
*
|
|
22942
|
-
* *
|
|
22943
|
-
*
|
|
22944
|
-
*
|
|
22945
|
-
*
|
|
22946
|
-
*
|
|
22985
|
+
* ### [](#)Precautions
|
|
22986
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
22987
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
22988
|
+
* * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
|
|
22989
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
22990
|
+
* * The instance is in the Running state.
|
|
22991
|
+
* * The source and destination databases must be in the Running state.
|
|
22992
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
22947
22993
|
* >
|
|
22948
22994
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
22949
22995
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -22954,14 +23000,18 @@ export default class Client extends OpenApi {
|
|
|
22954
23000
|
*/
|
|
22955
23001
|
importDatabaseBetweenInstancesWithOptions(request: ImportDatabaseBetweenInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDatabaseBetweenInstancesResponse>;
|
|
22956
23002
|
/**
|
|
23003
|
+
* ### [](#)Supported database engine
|
|
23004
|
+
* * SQL Server
|
|
23005
|
+
* ### [](#)Description
|
|
22957
23006
|
* We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
|
|
22958
|
-
*
|
|
22959
|
-
*
|
|
22960
|
-
* *
|
|
22961
|
-
*
|
|
22962
|
-
*
|
|
22963
|
-
*
|
|
22964
|
-
*
|
|
23007
|
+
* ### [](#)Precautions
|
|
23008
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
23009
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
23010
|
+
* * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
|
|
23011
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
23012
|
+
* * The instance is in the Running state.
|
|
23013
|
+
* * The source and destination databases must be in the Running state.
|
|
23014
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
22965
23015
|
* >
|
|
22966
23016
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
22967
23017
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -23761,7 +23811,28 @@ export default class Client extends OpenApi {
|
|
|
23761
23811
|
* @return ModifyDBInstanceTDEResponse
|
|
23762
23812
|
*/
|
|
23763
23813
|
modifyDBInstanceTDE(request: ModifyDBInstanceTDERequest): Promise<ModifyDBInstanceTDEResponse>;
|
|
23814
|
+
/**
|
|
23815
|
+
* ### [](#)Supported database engines
|
|
23816
|
+
* * MySQL
|
|
23817
|
+
* ### [](#)References
|
|
23818
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
23819
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
23820
|
+
*
|
|
23821
|
+
* @param tmpReq ModifyDBNodeRequest
|
|
23822
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23823
|
+
* @return ModifyDBNodeResponse
|
|
23824
|
+
*/
|
|
23764
23825
|
modifyDBNodeWithOptions(tmpReq: ModifyDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodeResponse>;
|
|
23826
|
+
/**
|
|
23827
|
+
* ### [](#)Supported database engines
|
|
23828
|
+
* * MySQL
|
|
23829
|
+
* ### [](#)References
|
|
23830
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
23831
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
23832
|
+
*
|
|
23833
|
+
* @param request ModifyDBNodeRequest
|
|
23834
|
+
* @return ModifyDBNodeResponse
|
|
23835
|
+
*/
|
|
23765
23836
|
modifyDBNode(request: ModifyDBNodeRequest): Promise<ModifyDBNodeResponse>;
|
|
23766
23837
|
/**
|
|
23767
23838
|
* ### [](#)Supported database engines
|
|
@@ -24410,8 +24481,7 @@ export default class Client extends OpenApi {
|
|
|
24410
24481
|
*/
|
|
24411
24482
|
rebuildDBInstance(request: RebuildDBInstanceRequest): Promise<RebuildDBInstanceResponse>;
|
|
24412
24483
|
/**
|
|
24413
|
-
*
|
|
24414
|
-
* A disaster recovery instance is created.
|
|
24484
|
+
* The operation is phased out.
|
|
24415
24485
|
*
|
|
24416
24486
|
* @param request ReceiveDBInstanceRequest
|
|
24417
24487
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24419,8 +24489,7 @@ export default class Client extends OpenApi {
|
|
|
24419
24489
|
*/
|
|
24420
24490
|
receiveDBInstanceWithOptions(request: ReceiveDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReceiveDBInstanceResponse>;
|
|
24421
24491
|
/**
|
|
24422
|
-
*
|
|
24423
|
-
* A disaster recovery instance is created.
|
|
24492
|
+
* The operation is phased out.
|
|
24424
24493
|
*
|
|
24425
24494
|
* @param request ReceiveDBInstanceRequest
|
|
24426
24495
|
* @return ReceiveDBInstanceResponse
|
|
@@ -24945,7 +25014,20 @@ export default class Client extends OpenApi {
|
|
|
24945
25014
|
* @return SwitchDBInstanceVpcResponse
|
|
24946
25015
|
*/
|
|
24947
25016
|
switchDBInstanceVpc(request: SwitchDBInstanceVpcRequest): Promise<SwitchDBInstanceVpcResponse>;
|
|
25017
|
+
/**
|
|
25018
|
+
* This operation is phased out.
|
|
25019
|
+
*
|
|
25020
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
25021
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
25022
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
25023
|
+
*/
|
|
24948
25024
|
switchGuardToMasterInstanceWithOptions(request: SwitchGuardToMasterInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SwitchGuardToMasterInstanceResponse>;
|
|
25025
|
+
/**
|
|
25026
|
+
* This operation is phased out.
|
|
25027
|
+
*
|
|
25028
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
25029
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
25030
|
+
*/
|
|
24949
25031
|
switchGuardToMasterInstance(request: SwitchGuardToMasterInstanceRequest): Promise<SwitchGuardToMasterInstanceResponse>;
|
|
24950
25032
|
/**
|
|
24951
25033
|
* ### [](#)Supported database engines
|
package/dist/client.js
CHANGED
|
@@ -32533,7 +32533,7 @@ class Client extends openapi_client_1.default {
|
|
|
32533
32533
|
* * MySQL
|
|
32534
32534
|
* ### [](#)Description
|
|
32535
32535
|
* * A full backup file contains the data of a self-managed MySQL instance. You can restore the data of a self-managed MySQL instance from a full backup file to an ApsaraDB RDS for MySQL instance. For more information, see [Migrate the data of a self-managed MySQL 5.7 instance to the cloud](~~251779~~).
|
|
32536
|
-
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~)operation to import the full backup file again.
|
|
32536
|
+
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~) operation to import the full backup file again.
|
|
32537
32537
|
*
|
|
32538
32538
|
* @param request DeleteUserBackupFileRequest
|
|
32539
32539
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -32581,7 +32581,7 @@ class Client extends openapi_client_1.default {
|
|
|
32581
32581
|
* * MySQL
|
|
32582
32582
|
* ### [](#)Description
|
|
32583
32583
|
* * A full backup file contains the data of a self-managed MySQL instance. You can restore the data of a self-managed MySQL instance from a full backup file to an ApsaraDB RDS for MySQL instance. For more information, see [Migrate the data of a self-managed MySQL 5.7 instance to the cloud](~~251779~~).
|
|
32584
|
-
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~)operation to import the full backup file again.
|
|
32584
|
+
* * This operation deletes full backup files only from the ApsaraDB RDS console. This operation does not affect the full backup files that are stored as objects in Object Storage Service (OSS) buckets. After you call this operation to delete a full backup file, you can call the [ImportUserBackupFile](~~260266~~) operation to import the full backup file again.
|
|
32585
32585
|
*
|
|
32586
32586
|
* @param request DeleteUserBackupFileRequest
|
|
32587
32587
|
* @return DeleteUserBackupFileResponse
|
|
@@ -33041,6 +33041,17 @@ class Client extends openapi_client_1.default {
|
|
|
33041
33041
|
let runtime = new $Util.RuntimeOptions({});
|
|
33042
33042
|
return await this.describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime);
|
|
33043
33043
|
}
|
|
33044
|
+
/**
|
|
33045
|
+
* ### [](#)Supported database engines
|
|
33046
|
+
* * MySQL
|
|
33047
|
+
* * PostgreSQL
|
|
33048
|
+
* * SQL Server
|
|
33049
|
+
* * MariaDB
|
|
33050
|
+
*
|
|
33051
|
+
* @param request DescribeAvailableClassesRequest
|
|
33052
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
33053
|
+
* @return DescribeAvailableClassesResponse
|
|
33054
|
+
*/
|
|
33044
33055
|
async describeAvailableClassesWithOptions(request, runtime) {
|
|
33045
33056
|
tea_util_1.default.validateModel(request);
|
|
33046
33057
|
let query = {};
|
|
@@ -33093,6 +33104,16 @@ class Client extends openapi_client_1.default {
|
|
|
33093
33104
|
});
|
|
33094
33105
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAvailableClassesResponse({}));
|
|
33095
33106
|
}
|
|
33107
|
+
/**
|
|
33108
|
+
* ### [](#)Supported database engines
|
|
33109
|
+
* * MySQL
|
|
33110
|
+
* * PostgreSQL
|
|
33111
|
+
* * SQL Server
|
|
33112
|
+
* * MariaDB
|
|
33113
|
+
*
|
|
33114
|
+
* @param request DescribeAvailableClassesRequest
|
|
33115
|
+
* @return DescribeAvailableClassesResponse
|
|
33116
|
+
*/
|
|
33096
33117
|
async describeAvailableClasses(request) {
|
|
33097
33118
|
let runtime = new $Util.RuntimeOptions({});
|
|
33098
33119
|
return await this.describeAvailableClassesWithOptions(request, runtime);
|
|
@@ -38491,6 +38512,17 @@ class Client extends openapi_client_1.default {
|
|
|
38491
38512
|
let runtime = new $Util.RuntimeOptions({});
|
|
38492
38513
|
return await this.describeReadDBInstanceDelayWithOptions(request, runtime);
|
|
38493
38514
|
}
|
|
38515
|
+
/**
|
|
38516
|
+
* ### [](#)Supported database engines
|
|
38517
|
+
* * MySQL
|
|
38518
|
+
* * PostgreSQL
|
|
38519
|
+
* * SQL Server
|
|
38520
|
+
* * MariaDB
|
|
38521
|
+
*
|
|
38522
|
+
* @param request DescribeRegionInfosRequest
|
|
38523
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
38524
|
+
* @return DescribeRegionInfosResponse
|
|
38525
|
+
*/
|
|
38494
38526
|
async describeRegionInfosWithOptions(request, runtime) {
|
|
38495
38527
|
tea_util_1.default.validateModel(request);
|
|
38496
38528
|
let query = {};
|
|
@@ -38525,6 +38557,16 @@ class Client extends openapi_client_1.default {
|
|
|
38525
38557
|
});
|
|
38526
38558
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRegionInfosResponse({}));
|
|
38527
38559
|
}
|
|
38560
|
+
/**
|
|
38561
|
+
* ### [](#)Supported database engines
|
|
38562
|
+
* * MySQL
|
|
38563
|
+
* * PostgreSQL
|
|
38564
|
+
* * SQL Server
|
|
38565
|
+
* * MariaDB
|
|
38566
|
+
*
|
|
38567
|
+
* @param request DescribeRegionInfosRequest
|
|
38568
|
+
* @return DescribeRegionInfosResponse
|
|
38569
|
+
*/
|
|
38528
38570
|
async describeRegionInfos(request) {
|
|
38529
38571
|
let runtime = new $Util.RuntimeOptions({});
|
|
38530
38572
|
return await this.describeRegionInfosWithOptions(request, runtime);
|
|
@@ -40387,14 +40429,18 @@ class Client extends openapi_client_1.default {
|
|
|
40387
40429
|
return await this.grantOperatorPermissionWithOptions(request, runtime);
|
|
40388
40430
|
}
|
|
40389
40431
|
/**
|
|
40432
|
+
* ### [](#)Supported database engine
|
|
40433
|
+
* * SQL Server
|
|
40434
|
+
* ### [](#)Description
|
|
40390
40435
|
* We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
|
|
40391
|
-
*
|
|
40392
|
-
*
|
|
40393
|
-
* *
|
|
40394
|
-
*
|
|
40395
|
-
*
|
|
40396
|
-
*
|
|
40397
|
-
*
|
|
40436
|
+
* ### [](#)Precautions
|
|
40437
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
40438
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
40439
|
+
* * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
|
|
40440
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
40441
|
+
* * The instance is in the Running state.
|
|
40442
|
+
* * The source and destination databases must be in the Running state.
|
|
40443
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
40398
40444
|
* >
|
|
40399
40445
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
40400
40446
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -40444,14 +40490,18 @@ class Client extends openapi_client_1.default {
|
|
|
40444
40490
|
return $tea.cast(await this.callApi(params, req, runtime), new ImportDatabaseBetweenInstancesResponse({}));
|
|
40445
40491
|
}
|
|
40446
40492
|
/**
|
|
40493
|
+
* ### [](#)Supported database engine
|
|
40494
|
+
* * SQL Server
|
|
40495
|
+
* ### [](#)Description
|
|
40447
40496
|
* We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
|
|
40448
|
-
*
|
|
40449
|
-
*
|
|
40450
|
-
* *
|
|
40451
|
-
*
|
|
40452
|
-
*
|
|
40453
|
-
*
|
|
40454
|
-
*
|
|
40497
|
+
* ### [](#)Precautions
|
|
40498
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
40499
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
40500
|
+
* * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
|
|
40501
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
40502
|
+
* * The instance is in the Running state.
|
|
40503
|
+
* * The source and destination databases must be in the Running state.
|
|
40504
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
40455
40505
|
* >
|
|
40456
40506
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
40457
40507
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -43034,6 +43084,17 @@ class Client extends openapi_client_1.default {
|
|
|
43034
43084
|
let runtime = new $Util.RuntimeOptions({});
|
|
43035
43085
|
return await this.modifyDBInstanceTDEWithOptions(request, runtime);
|
|
43036
43086
|
}
|
|
43087
|
+
/**
|
|
43088
|
+
* ### [](#)Supported database engines
|
|
43089
|
+
* * MySQL
|
|
43090
|
+
* ### [](#)References
|
|
43091
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
43092
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
43093
|
+
*
|
|
43094
|
+
* @param tmpReq ModifyDBNodeRequest
|
|
43095
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
43096
|
+
* @return ModifyDBNodeResponse
|
|
43097
|
+
*/
|
|
43037
43098
|
async modifyDBNodeWithOptions(tmpReq, runtime) {
|
|
43038
43099
|
tea_util_1.default.validateModel(tmpReq);
|
|
43039
43100
|
let request = new ModifyDBNodeShrinkRequest({});
|
|
@@ -43094,6 +43155,16 @@ class Client extends openapi_client_1.default {
|
|
|
43094
43155
|
});
|
|
43095
43156
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBNodeResponse({}));
|
|
43096
43157
|
}
|
|
43158
|
+
/**
|
|
43159
|
+
* ### [](#)Supported database engines
|
|
43160
|
+
* * MySQL
|
|
43161
|
+
* ### [](#)References
|
|
43162
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
43163
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
43164
|
+
*
|
|
43165
|
+
* @param request ModifyDBNodeRequest
|
|
43166
|
+
* @return ModifyDBNodeResponse
|
|
43167
|
+
*/
|
|
43097
43168
|
async modifyDBNode(request) {
|
|
43098
43169
|
let runtime = new $Util.RuntimeOptions({});
|
|
43099
43170
|
return await this.modifyDBNodeWithOptions(request, runtime);
|
|
@@ -45132,8 +45203,7 @@ class Client extends openapi_client_1.default {
|
|
|
45132
45203
|
return await this.rebuildDBInstanceWithOptions(request, runtime);
|
|
45133
45204
|
}
|
|
45134
45205
|
/**
|
|
45135
|
-
*
|
|
45136
|
-
* A disaster recovery instance is created.
|
|
45206
|
+
* The operation is phased out.
|
|
45137
45207
|
*
|
|
45138
45208
|
* @param request ReceiveDBInstanceRequest
|
|
45139
45209
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -45177,8 +45247,7 @@ class Client extends openapi_client_1.default {
|
|
|
45177
45247
|
return $tea.cast(await this.callApi(params, req, runtime), new ReceiveDBInstanceResponse({}));
|
|
45178
45248
|
}
|
|
45179
45249
|
/**
|
|
45180
|
-
*
|
|
45181
|
-
* A disaster recovery instance is created.
|
|
45250
|
+
* The operation is phased out.
|
|
45182
45251
|
*
|
|
45183
45252
|
* @param request ReceiveDBInstanceRequest
|
|
45184
45253
|
* @return ReceiveDBInstanceResponse
|
|
@@ -46543,6 +46612,13 @@ class Client extends openapi_client_1.default {
|
|
|
46543
46612
|
let runtime = new $Util.RuntimeOptions({});
|
|
46544
46613
|
return await this.switchDBInstanceVpcWithOptions(request, runtime);
|
|
46545
46614
|
}
|
|
46615
|
+
/**
|
|
46616
|
+
* This operation is phased out.
|
|
46617
|
+
*
|
|
46618
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
46619
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
46620
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
46621
|
+
*/
|
|
46546
46622
|
async switchGuardToMasterInstanceWithOptions(request, runtime) {
|
|
46547
46623
|
tea_util_1.default.validateModel(request);
|
|
46548
46624
|
let query = {};
|
|
@@ -46580,6 +46656,12 @@ class Client extends openapi_client_1.default {
|
|
|
46580
46656
|
});
|
|
46581
46657
|
return $tea.cast(await this.callApi(params, req, runtime), new SwitchGuardToMasterInstanceResponse({}));
|
|
46582
46658
|
}
|
|
46659
|
+
/**
|
|
46660
|
+
* This operation is phased out.
|
|
46661
|
+
*
|
|
46662
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
46663
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
46664
|
+
*/
|
|
46583
46665
|
async switchGuardToMasterInstance(request) {
|
|
46584
46666
|
let runtime = new $Util.RuntimeOptions({});
|
|
46585
46667
|
return await this.switchGuardToMasterInstanceWithOptions(request, runtime);
|