@alicloud/rds20140815 2.7.1 → 2.7.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 +101 -18
- package/dist/client.js +102 -18
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +103 -18
package/dist/client.d.ts
CHANGED
|
@@ -15725,6 +15725,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
15725
15725
|
DBInstanceClass?: string;
|
|
15726
15726
|
DBInstanceClassType?: string;
|
|
15727
15727
|
DBInstanceDescription?: string;
|
|
15728
|
+
DBInstanceDiskUsed?: string;
|
|
15728
15729
|
DBInstanceId?: string;
|
|
15729
15730
|
DBInstanceMemory?: number;
|
|
15730
15731
|
DBInstanceNetType?: string;
|
|
@@ -20774,7 +20775,28 @@ export default class Client extends OpenApi {
|
|
|
20774
20775
|
describeAllWhitelistTemplate(request: DescribeAllWhitelistTemplateRequest): Promise<DescribeAllWhitelistTemplateResponse>;
|
|
20775
20776
|
describeAnalyticdbByPrimaryDBInstanceWithOptions(request: DescribeAnalyticdbByPrimaryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
|
|
20776
20777
|
describeAnalyticdbByPrimaryDBInstance(request: DescribeAnalyticdbByPrimaryDBInstanceRequest): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse>;
|
|
20778
|
+
/**
|
|
20779
|
+
* ### [](#)Supported database engines
|
|
20780
|
+
* * MySQL
|
|
20781
|
+
* * PostgreSQL
|
|
20782
|
+
* * SQL Server
|
|
20783
|
+
* * MariaDB
|
|
20784
|
+
*
|
|
20785
|
+
* @param request DescribeAvailableClassesRequest
|
|
20786
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
20787
|
+
* @return DescribeAvailableClassesResponse
|
|
20788
|
+
*/
|
|
20777
20789
|
describeAvailableClassesWithOptions(request: DescribeAvailableClassesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAvailableClassesResponse>;
|
|
20790
|
+
/**
|
|
20791
|
+
* ### [](#)Supported database engines
|
|
20792
|
+
* * MySQL
|
|
20793
|
+
* * PostgreSQL
|
|
20794
|
+
* * SQL Server
|
|
20795
|
+
* * MariaDB
|
|
20796
|
+
*
|
|
20797
|
+
* @param request DescribeAvailableClassesRequest
|
|
20798
|
+
* @return DescribeAvailableClassesResponse
|
|
20799
|
+
*/
|
|
20778
20800
|
describeAvailableClasses(request: DescribeAvailableClassesRequest): Promise<DescribeAvailableClassesResponse>;
|
|
20779
20801
|
/**
|
|
20780
20802
|
* ### [](#)Supported database engines
|
|
@@ -22377,7 +22399,28 @@ export default class Client extends OpenApi {
|
|
|
22377
22399
|
* @return DescribeReadDBInstanceDelayResponse
|
|
22378
22400
|
*/
|
|
22379
22401
|
describeReadDBInstanceDelay(request: DescribeReadDBInstanceDelayRequest): Promise<DescribeReadDBInstanceDelayResponse>;
|
|
22402
|
+
/**
|
|
22403
|
+
* ### [](#)Supported database engines
|
|
22404
|
+
* * MySQL
|
|
22405
|
+
* * PostgreSQL
|
|
22406
|
+
* * SQL Server
|
|
22407
|
+
* * MariaDB
|
|
22408
|
+
*
|
|
22409
|
+
* @param request DescribeRegionInfosRequest
|
|
22410
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
22411
|
+
* @return DescribeRegionInfosResponse
|
|
22412
|
+
*/
|
|
22380
22413
|
describeRegionInfosWithOptions(request: DescribeRegionInfosRequest, runtime: $Util.RuntimeOptions): Promise<DescribeRegionInfosResponse>;
|
|
22414
|
+
/**
|
|
22415
|
+
* ### [](#)Supported database engines
|
|
22416
|
+
* * MySQL
|
|
22417
|
+
* * PostgreSQL
|
|
22418
|
+
* * SQL Server
|
|
22419
|
+
* * MariaDB
|
|
22420
|
+
*
|
|
22421
|
+
* @param request DescribeRegionInfosRequest
|
|
22422
|
+
* @return DescribeRegionInfosResponse
|
|
22423
|
+
*/
|
|
22381
22424
|
describeRegionInfos(request: DescribeRegionInfosRequest): Promise<DescribeRegionInfosResponse>;
|
|
22382
22425
|
/**
|
|
22383
22426
|
* 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 +22979,18 @@ export default class Client extends OpenApi {
|
|
|
22936
22979
|
*/
|
|
22937
22980
|
grantOperatorPermission(request: GrantOperatorPermissionRequest): Promise<GrantOperatorPermissionResponse>;
|
|
22938
22981
|
/**
|
|
22982
|
+
* ### [](#)Supported database engine
|
|
22983
|
+
* * SQL Server
|
|
22984
|
+
* ### [](#)Description
|
|
22939
22985
|
* 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
|
-
*
|
|
22986
|
+
* ### [](#)Precautions
|
|
22987
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
22988
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
22989
|
+
* * 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~~).
|
|
22990
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
22991
|
+
* * The instance is in the Running state.
|
|
22992
|
+
* * The source and destination databases must be in the Running state.
|
|
22993
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
22947
22994
|
* >
|
|
22948
22995
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
22949
22996
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -22954,14 +23001,18 @@ export default class Client extends OpenApi {
|
|
|
22954
23001
|
*/
|
|
22955
23002
|
importDatabaseBetweenInstancesWithOptions(request: ImportDatabaseBetweenInstancesRequest, runtime: $Util.RuntimeOptions): Promise<ImportDatabaseBetweenInstancesResponse>;
|
|
22956
23003
|
/**
|
|
23004
|
+
* ### [](#)Supported database engine
|
|
23005
|
+
* * SQL Server
|
|
23006
|
+
* ### [](#)Description
|
|
22957
23007
|
* 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
|
-
*
|
|
23008
|
+
* ### [](#)Precautions
|
|
23009
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
23010
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
23011
|
+
* * 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~~).
|
|
23012
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
23013
|
+
* * The instance is in the Running state.
|
|
23014
|
+
* * The source and destination databases must be in the Running state.
|
|
23015
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
22965
23016
|
* >
|
|
22966
23017
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
22967
23018
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -23761,7 +23812,28 @@ export default class Client extends OpenApi {
|
|
|
23761
23812
|
* @return ModifyDBInstanceTDEResponse
|
|
23762
23813
|
*/
|
|
23763
23814
|
modifyDBInstanceTDE(request: ModifyDBInstanceTDERequest): Promise<ModifyDBInstanceTDEResponse>;
|
|
23815
|
+
/**
|
|
23816
|
+
* ### [](#)Supported database engines
|
|
23817
|
+
* * MySQL
|
|
23818
|
+
* ### [](#)References
|
|
23819
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
23820
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
23821
|
+
*
|
|
23822
|
+
* @param tmpReq ModifyDBNodeRequest
|
|
23823
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
23824
|
+
* @return ModifyDBNodeResponse
|
|
23825
|
+
*/
|
|
23764
23826
|
modifyDBNodeWithOptions(tmpReq: ModifyDBNodeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBNodeResponse>;
|
|
23827
|
+
/**
|
|
23828
|
+
* ### [](#)Supported database engines
|
|
23829
|
+
* * MySQL
|
|
23830
|
+
* ### [](#)References
|
|
23831
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
23832
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
23833
|
+
*
|
|
23834
|
+
* @param request ModifyDBNodeRequest
|
|
23835
|
+
* @return ModifyDBNodeResponse
|
|
23836
|
+
*/
|
|
23765
23837
|
modifyDBNode(request: ModifyDBNodeRequest): Promise<ModifyDBNodeResponse>;
|
|
23766
23838
|
/**
|
|
23767
23839
|
* ### [](#)Supported database engines
|
|
@@ -24410,8 +24482,7 @@ export default class Client extends OpenApi {
|
|
|
24410
24482
|
*/
|
|
24411
24483
|
rebuildDBInstance(request: RebuildDBInstanceRequest): Promise<RebuildDBInstanceResponse>;
|
|
24412
24484
|
/**
|
|
24413
|
-
*
|
|
24414
|
-
* A disaster recovery instance is created.
|
|
24485
|
+
* The operation is phased out.
|
|
24415
24486
|
*
|
|
24416
24487
|
* @param request ReceiveDBInstanceRequest
|
|
24417
24488
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -24419,8 +24490,7 @@ export default class Client extends OpenApi {
|
|
|
24419
24490
|
*/
|
|
24420
24491
|
receiveDBInstanceWithOptions(request: ReceiveDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ReceiveDBInstanceResponse>;
|
|
24421
24492
|
/**
|
|
24422
|
-
*
|
|
24423
|
-
* A disaster recovery instance is created.
|
|
24493
|
+
* The operation is phased out.
|
|
24424
24494
|
*
|
|
24425
24495
|
* @param request ReceiveDBInstanceRequest
|
|
24426
24496
|
* @return ReceiveDBInstanceResponse
|
|
@@ -24945,7 +25015,20 @@ export default class Client extends OpenApi {
|
|
|
24945
25015
|
* @return SwitchDBInstanceVpcResponse
|
|
24946
25016
|
*/
|
|
24947
25017
|
switchDBInstanceVpc(request: SwitchDBInstanceVpcRequest): Promise<SwitchDBInstanceVpcResponse>;
|
|
25018
|
+
/**
|
|
25019
|
+
* This operation is phased out.
|
|
25020
|
+
*
|
|
25021
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
25022
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
25023
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
25024
|
+
*/
|
|
24948
25025
|
switchGuardToMasterInstanceWithOptions(request: SwitchGuardToMasterInstanceRequest, runtime: $Util.RuntimeOptions): Promise<SwitchGuardToMasterInstanceResponse>;
|
|
25026
|
+
/**
|
|
25027
|
+
* This operation is phased out.
|
|
25028
|
+
*
|
|
25029
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
25030
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
25031
|
+
*/
|
|
24949
25032
|
switchGuardToMasterInstance(request: SwitchGuardToMasterInstanceRequest): Promise<SwitchGuardToMasterInstanceResponse>;
|
|
24950
25033
|
/**
|
|
24951
25034
|
* ### [](#)Supported database engines
|
package/dist/client.js
CHANGED
|
@@ -22818,6 +22818,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
22818
22818
|
DBInstanceClass: 'DBInstanceClass',
|
|
22819
22819
|
DBInstanceClassType: 'DBInstanceClassType',
|
|
22820
22820
|
DBInstanceDescription: 'DBInstanceDescription',
|
|
22821
|
+
DBInstanceDiskUsed: 'DBInstanceDiskUsed',
|
|
22821
22822
|
DBInstanceId: 'DBInstanceId',
|
|
22822
22823
|
DBInstanceMemory: 'DBInstanceMemory',
|
|
22823
22824
|
DBInstanceNetType: 'DBInstanceNetType',
|
|
@@ -22892,6 +22893,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
22892
22893
|
DBInstanceClass: 'string',
|
|
22893
22894
|
DBInstanceClassType: 'string',
|
|
22894
22895
|
DBInstanceDescription: 'string',
|
|
22896
|
+
DBInstanceDiskUsed: 'string',
|
|
22895
22897
|
DBInstanceId: 'string',
|
|
22896
22898
|
DBInstanceMemory: 'number',
|
|
22897
22899
|
DBInstanceNetType: 'string',
|
|
@@ -33041,6 +33043,17 @@ class Client extends openapi_client_1.default {
|
|
|
33041
33043
|
let runtime = new $Util.RuntimeOptions({});
|
|
33042
33044
|
return await this.describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime);
|
|
33043
33045
|
}
|
|
33046
|
+
/**
|
|
33047
|
+
* ### [](#)Supported database engines
|
|
33048
|
+
* * MySQL
|
|
33049
|
+
* * PostgreSQL
|
|
33050
|
+
* * SQL Server
|
|
33051
|
+
* * MariaDB
|
|
33052
|
+
*
|
|
33053
|
+
* @param request DescribeAvailableClassesRequest
|
|
33054
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
33055
|
+
* @return DescribeAvailableClassesResponse
|
|
33056
|
+
*/
|
|
33044
33057
|
async describeAvailableClassesWithOptions(request, runtime) {
|
|
33045
33058
|
tea_util_1.default.validateModel(request);
|
|
33046
33059
|
let query = {};
|
|
@@ -33093,6 +33106,16 @@ class Client extends openapi_client_1.default {
|
|
|
33093
33106
|
});
|
|
33094
33107
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAvailableClassesResponse({}));
|
|
33095
33108
|
}
|
|
33109
|
+
/**
|
|
33110
|
+
* ### [](#)Supported database engines
|
|
33111
|
+
* * MySQL
|
|
33112
|
+
* * PostgreSQL
|
|
33113
|
+
* * SQL Server
|
|
33114
|
+
* * MariaDB
|
|
33115
|
+
*
|
|
33116
|
+
* @param request DescribeAvailableClassesRequest
|
|
33117
|
+
* @return DescribeAvailableClassesResponse
|
|
33118
|
+
*/
|
|
33096
33119
|
async describeAvailableClasses(request) {
|
|
33097
33120
|
let runtime = new $Util.RuntimeOptions({});
|
|
33098
33121
|
return await this.describeAvailableClassesWithOptions(request, runtime);
|
|
@@ -38491,6 +38514,17 @@ class Client extends openapi_client_1.default {
|
|
|
38491
38514
|
let runtime = new $Util.RuntimeOptions({});
|
|
38492
38515
|
return await this.describeReadDBInstanceDelayWithOptions(request, runtime);
|
|
38493
38516
|
}
|
|
38517
|
+
/**
|
|
38518
|
+
* ### [](#)Supported database engines
|
|
38519
|
+
* * MySQL
|
|
38520
|
+
* * PostgreSQL
|
|
38521
|
+
* * SQL Server
|
|
38522
|
+
* * MariaDB
|
|
38523
|
+
*
|
|
38524
|
+
* @param request DescribeRegionInfosRequest
|
|
38525
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
38526
|
+
* @return DescribeRegionInfosResponse
|
|
38527
|
+
*/
|
|
38494
38528
|
async describeRegionInfosWithOptions(request, runtime) {
|
|
38495
38529
|
tea_util_1.default.validateModel(request);
|
|
38496
38530
|
let query = {};
|
|
@@ -38525,6 +38559,16 @@ class Client extends openapi_client_1.default {
|
|
|
38525
38559
|
});
|
|
38526
38560
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeRegionInfosResponse({}));
|
|
38527
38561
|
}
|
|
38562
|
+
/**
|
|
38563
|
+
* ### [](#)Supported database engines
|
|
38564
|
+
* * MySQL
|
|
38565
|
+
* * PostgreSQL
|
|
38566
|
+
* * SQL Server
|
|
38567
|
+
* * MariaDB
|
|
38568
|
+
*
|
|
38569
|
+
* @param request DescribeRegionInfosRequest
|
|
38570
|
+
* @return DescribeRegionInfosResponse
|
|
38571
|
+
*/
|
|
38528
38572
|
async describeRegionInfos(request) {
|
|
38529
38573
|
let runtime = new $Util.RuntimeOptions({});
|
|
38530
38574
|
return await this.describeRegionInfosWithOptions(request, runtime);
|
|
@@ -40387,14 +40431,18 @@ class Client extends openapi_client_1.default {
|
|
|
40387
40431
|
return await this.grantOperatorPermissionWithOptions(request, runtime);
|
|
40388
40432
|
}
|
|
40389
40433
|
/**
|
|
40434
|
+
* ### [](#)Supported database engine
|
|
40435
|
+
* * SQL Server
|
|
40436
|
+
* ### [](#)Description
|
|
40390
40437
|
* 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
|
-
*
|
|
40438
|
+
* ### [](#)Precautions
|
|
40439
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
40440
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
40441
|
+
* * 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~~).
|
|
40442
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
40443
|
+
* * The instance is in the Running state.
|
|
40444
|
+
* * The source and destination databases must be in the Running state.
|
|
40445
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
40398
40446
|
* >
|
|
40399
40447
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
40400
40448
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -40444,14 +40492,18 @@ class Client extends openapi_client_1.default {
|
|
|
40444
40492
|
return $tea.cast(await this.callApi(params, req, runtime), new ImportDatabaseBetweenInstancesResponse({}));
|
|
40445
40493
|
}
|
|
40446
40494
|
/**
|
|
40495
|
+
* ### [](#)Supported database engine
|
|
40496
|
+
* * SQL Server
|
|
40497
|
+
* ### [](#)Description
|
|
40447
40498
|
* 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
|
-
*
|
|
40499
|
+
* ### [](#)Precautions
|
|
40500
|
+
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
40501
|
+
* * Before you call this operation, make sure that the following requirements are met:
|
|
40502
|
+
* * 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~~).
|
|
40503
|
+
* * The source and destination instances must be created by using the same user credentials.
|
|
40504
|
+
* * The instance is in the Running state.
|
|
40505
|
+
* * The source and destination databases must be in the Running state.
|
|
40506
|
+
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
40455
40507
|
* >
|
|
40456
40508
|
* * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
40457
40509
|
* * You can migrate the data of multiple databases at a time.
|
|
@@ -43034,6 +43086,17 @@ class Client extends openapi_client_1.default {
|
|
|
43034
43086
|
let runtime = new $Util.RuntimeOptions({});
|
|
43035
43087
|
return await this.modifyDBInstanceTDEWithOptions(request, runtime);
|
|
43036
43088
|
}
|
|
43089
|
+
/**
|
|
43090
|
+
* ### [](#)Supported database engines
|
|
43091
|
+
* * MySQL
|
|
43092
|
+
* ### [](#)References
|
|
43093
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
43094
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
43095
|
+
*
|
|
43096
|
+
* @param tmpReq ModifyDBNodeRequest
|
|
43097
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
43098
|
+
* @return ModifyDBNodeResponse
|
|
43099
|
+
*/
|
|
43037
43100
|
async modifyDBNodeWithOptions(tmpReq, runtime) {
|
|
43038
43101
|
tea_util_1.default.validateModel(tmpReq);
|
|
43039
43102
|
let request = new ModifyDBNodeShrinkRequest({});
|
|
@@ -43094,6 +43157,16 @@ class Client extends openapi_client_1.default {
|
|
|
43094
43157
|
});
|
|
43095
43158
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBNodeResponse({}));
|
|
43096
43159
|
}
|
|
43160
|
+
/**
|
|
43161
|
+
* ### [](#)Supported database engines
|
|
43162
|
+
* * MySQL
|
|
43163
|
+
* ### [](#)References
|
|
43164
|
+
* > Fees are generated if the call is successful. Before you call this operation, carefully read the following topics:
|
|
43165
|
+
* * [Change the specifications of an ApsaraDB RDS for MySQL instance](~~96061~~)
|
|
43166
|
+
*
|
|
43167
|
+
* @param request ModifyDBNodeRequest
|
|
43168
|
+
* @return ModifyDBNodeResponse
|
|
43169
|
+
*/
|
|
43097
43170
|
async modifyDBNode(request) {
|
|
43098
43171
|
let runtime = new $Util.RuntimeOptions({});
|
|
43099
43172
|
return await this.modifyDBNodeWithOptions(request, runtime);
|
|
@@ -45132,8 +45205,7 @@ class Client extends openapi_client_1.default {
|
|
|
45132
45205
|
return await this.rebuildDBInstanceWithOptions(request, runtime);
|
|
45133
45206
|
}
|
|
45134
45207
|
/**
|
|
45135
|
-
*
|
|
45136
|
-
* A disaster recovery instance is created.
|
|
45208
|
+
* The operation is phased out.
|
|
45137
45209
|
*
|
|
45138
45210
|
* @param request ReceiveDBInstanceRequest
|
|
45139
45211
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -45177,8 +45249,7 @@ class Client extends openapi_client_1.default {
|
|
|
45177
45249
|
return $tea.cast(await this.callApi(params, req, runtime), new ReceiveDBInstanceResponse({}));
|
|
45178
45250
|
}
|
|
45179
45251
|
/**
|
|
45180
|
-
*
|
|
45181
|
-
* A disaster recovery instance is created.
|
|
45252
|
+
* The operation is phased out.
|
|
45182
45253
|
*
|
|
45183
45254
|
* @param request ReceiveDBInstanceRequest
|
|
45184
45255
|
* @return ReceiveDBInstanceResponse
|
|
@@ -46543,6 +46614,13 @@ class Client extends openapi_client_1.default {
|
|
|
46543
46614
|
let runtime = new $Util.RuntimeOptions({});
|
|
46544
46615
|
return await this.switchDBInstanceVpcWithOptions(request, runtime);
|
|
46545
46616
|
}
|
|
46617
|
+
/**
|
|
46618
|
+
* This operation is phased out.
|
|
46619
|
+
*
|
|
46620
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
46621
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
46622
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
46623
|
+
*/
|
|
46546
46624
|
async switchGuardToMasterInstanceWithOptions(request, runtime) {
|
|
46547
46625
|
tea_util_1.default.validateModel(request);
|
|
46548
46626
|
let query = {};
|
|
@@ -46580,6 +46658,12 @@ class Client extends openapi_client_1.default {
|
|
|
46580
46658
|
});
|
|
46581
46659
|
return $tea.cast(await this.callApi(params, req, runtime), new SwitchGuardToMasterInstanceResponse({}));
|
|
46582
46660
|
}
|
|
46661
|
+
/**
|
|
46662
|
+
* This operation is phased out.
|
|
46663
|
+
*
|
|
46664
|
+
* @param request SwitchGuardToMasterInstanceRequest
|
|
46665
|
+
* @return SwitchGuardToMasterInstanceResponse
|
|
46666
|
+
*/
|
|
46583
46667
|
async switchGuardToMasterInstance(request) {
|
|
46584
46668
|
let runtime = new $Util.RuntimeOptions({});
|
|
46585
46669
|
return await this.switchGuardToMasterInstanceWithOptions(request, runtime);
|