@alicloud/rds20140815 2.4.10 → 2.4.11
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 +68 -2
- package/dist/client.js +68 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +68 -2
package/dist/client.d.ts
CHANGED
|
@@ -18799,7 +18799,40 @@ export default class Client extends OpenApi {
|
|
|
18799
18799
|
* @return DeleteBackupFileResponse
|
|
18800
18800
|
*/
|
|
18801
18801
|
deleteBackupFile(request: DeleteBackupFileRequest): Promise<DeleteBackupFileResponse>;
|
|
18802
|
+
/**
|
|
18803
|
+
* ### Supported database engines
|
|
18804
|
+
* * MySQL
|
|
18805
|
+
* * PostgreSQL
|
|
18806
|
+
* * SQL Server
|
|
18807
|
+
* * MariaDB
|
|
18808
|
+
* ### References
|
|
18809
|
+
* > Note Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
18810
|
+
* * [Release an ApsaraDB RDS for MySQL instance](~~96057~~)
|
|
18811
|
+
* * [Release an ApsaraDB RDS for PostgreSQL instance](~~96749~~)
|
|
18812
|
+
* * [Release an ApsaraDB RDS for SQL Server instance](~~95662~~)
|
|
18813
|
+
* * [Release an ApsaraDB RDS for MariaDB instance](~~97128~~)
|
|
18814
|
+
*
|
|
18815
|
+
* @param request DeleteDBInstanceRequest
|
|
18816
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18817
|
+
* @return DeleteDBInstanceResponse
|
|
18818
|
+
*/
|
|
18802
18819
|
deleteDBInstanceWithOptions(request: DeleteDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceResponse>;
|
|
18820
|
+
/**
|
|
18821
|
+
* ### Supported database engines
|
|
18822
|
+
* * MySQL
|
|
18823
|
+
* * PostgreSQL
|
|
18824
|
+
* * SQL Server
|
|
18825
|
+
* * MariaDB
|
|
18826
|
+
* ### References
|
|
18827
|
+
* > Note Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
18828
|
+
* * [Release an ApsaraDB RDS for MySQL instance](~~96057~~)
|
|
18829
|
+
* * [Release an ApsaraDB RDS for PostgreSQL instance](~~96749~~)
|
|
18830
|
+
* * [Release an ApsaraDB RDS for SQL Server instance](~~95662~~)
|
|
18831
|
+
* * [Release an ApsaraDB RDS for MariaDB instance](~~97128~~)
|
|
18832
|
+
*
|
|
18833
|
+
* @param request DeleteDBInstanceRequest
|
|
18834
|
+
* @return DeleteDBInstanceResponse
|
|
18835
|
+
*/
|
|
18803
18836
|
deleteDBInstance(request: DeleteDBInstanceRequest): Promise<DeleteDBInstanceResponse>;
|
|
18804
18837
|
deleteDBInstanceEndpointWithOptions(request: DeleteDBInstanceEndpointRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBInstanceEndpointResponse>;
|
|
18805
18838
|
deleteDBInstanceEndpoint(request: DeleteDBInstanceEndpointRequest): Promise<DeleteDBInstanceEndpointResponse>;
|
|
@@ -18839,7 +18872,32 @@ export default class Client extends OpenApi {
|
|
|
18839
18872
|
* @return DeleteDBNodesResponse
|
|
18840
18873
|
*/
|
|
18841
18874
|
deleteDBNodes(request: DeleteDBNodesRequest): Promise<DeleteDBNodesResponse>;
|
|
18875
|
+
/**
|
|
18876
|
+
* ### Supported database engines
|
|
18877
|
+
* * MySQL
|
|
18878
|
+
* * PostgreSQL
|
|
18879
|
+
* ### References
|
|
18880
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
18881
|
+
* * [Configure the dedicated proxy endpoint of an ApsaraDB RDS for MySQL instance](~~184921~~)
|
|
18882
|
+
* * [Configure the dedicated proxy endpoint for an ApsaraDB RDS for PostgreSQL instance](~~418274~~)
|
|
18883
|
+
*
|
|
18884
|
+
* @param request DeleteDBProxyEndpointAddressRequest
|
|
18885
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
18886
|
+
* @return DeleteDBProxyEndpointAddressResponse
|
|
18887
|
+
*/
|
|
18842
18888
|
deleteDBProxyEndpointAddressWithOptions(request: DeleteDBProxyEndpointAddressRequest, runtime: $Util.RuntimeOptions): Promise<DeleteDBProxyEndpointAddressResponse>;
|
|
18889
|
+
/**
|
|
18890
|
+
* ### Supported database engines
|
|
18891
|
+
* * MySQL
|
|
18892
|
+
* * PostgreSQL
|
|
18893
|
+
* ### References
|
|
18894
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
18895
|
+
* * [Configure the dedicated proxy endpoint of an ApsaraDB RDS for MySQL instance](~~184921~~)
|
|
18896
|
+
* * [Configure the dedicated proxy endpoint for an ApsaraDB RDS for PostgreSQL instance](~~418274~~)
|
|
18897
|
+
*
|
|
18898
|
+
* @param request DeleteDBProxyEndpointAddressRequest
|
|
18899
|
+
* @return DeleteDBProxyEndpointAddressResponse
|
|
18900
|
+
*/
|
|
18843
18901
|
deleteDBProxyEndpointAddress(request: DeleteDBProxyEndpointAddressRequest): Promise<DeleteDBProxyEndpointAddressResponse>;
|
|
18844
18902
|
/**
|
|
18845
18903
|
* Before you call this operation, make sure that the following requirements are met:
|
|
@@ -19703,7 +19761,11 @@ export default class Client extends OpenApi {
|
|
|
19703
19761
|
*/
|
|
19704
19762
|
describeDTCSecurityIpHostsForSQLServer(request: DescribeDTCSecurityIpHostsForSQLServerRequest): Promise<DescribeDTCSecurityIpHostsForSQLServerResponse>;
|
|
19705
19763
|
/**
|
|
19706
|
-
*
|
|
19764
|
+
* ### Supported database engines
|
|
19765
|
+
* * MySQL
|
|
19766
|
+
* * PostgreSQL
|
|
19767
|
+
* * SQL Server
|
|
19768
|
+
* * MariaDB
|
|
19707
19769
|
*
|
|
19708
19770
|
* @param request DescribeDatabasesRequest
|
|
19709
19771
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19711,7 +19773,11 @@ export default class Client extends OpenApi {
|
|
|
19711
19773
|
*/
|
|
19712
19774
|
describeDatabasesWithOptions(request: DescribeDatabasesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDatabasesResponse>;
|
|
19713
19775
|
/**
|
|
19714
|
-
*
|
|
19776
|
+
* ### Supported database engines
|
|
19777
|
+
* * MySQL
|
|
19778
|
+
* * PostgreSQL
|
|
19779
|
+
* * SQL Server
|
|
19780
|
+
* * MariaDB
|
|
19715
19781
|
*
|
|
19716
19782
|
* @param request DescribeDatabasesRequest
|
|
19717
19783
|
* @return DescribeDatabasesResponse
|
package/dist/client.js
CHANGED
|
@@ -29460,6 +29460,23 @@ class Client extends openapi_client_1.default {
|
|
|
29460
29460
|
let runtime = new $Util.RuntimeOptions({});
|
|
29461
29461
|
return await this.deleteBackupFileWithOptions(request, runtime);
|
|
29462
29462
|
}
|
|
29463
|
+
/**
|
|
29464
|
+
* ### Supported database engines
|
|
29465
|
+
* * MySQL
|
|
29466
|
+
* * PostgreSQL
|
|
29467
|
+
* * SQL Server
|
|
29468
|
+
* * MariaDB
|
|
29469
|
+
* ### References
|
|
29470
|
+
* > Note Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
29471
|
+
* * [Release an ApsaraDB RDS for MySQL instance](~~96057~~)
|
|
29472
|
+
* * [Release an ApsaraDB RDS for PostgreSQL instance](~~96749~~)
|
|
29473
|
+
* * [Release an ApsaraDB RDS for SQL Server instance](~~95662~~)
|
|
29474
|
+
* * [Release an ApsaraDB RDS for MariaDB instance](~~97128~~)
|
|
29475
|
+
*
|
|
29476
|
+
* @param request DeleteDBInstanceRequest
|
|
29477
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
29478
|
+
* @return DeleteDBInstanceResponse
|
|
29479
|
+
*/
|
|
29463
29480
|
async deleteDBInstanceWithOptions(request, runtime) {
|
|
29464
29481
|
tea_util_1.default.validateModel(request);
|
|
29465
29482
|
let query = {};
|
|
@@ -29497,6 +29514,22 @@ class Client extends openapi_client_1.default {
|
|
|
29497
29514
|
});
|
|
29498
29515
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDBInstanceResponse({}));
|
|
29499
29516
|
}
|
|
29517
|
+
/**
|
|
29518
|
+
* ### Supported database engines
|
|
29519
|
+
* * MySQL
|
|
29520
|
+
* * PostgreSQL
|
|
29521
|
+
* * SQL Server
|
|
29522
|
+
* * MariaDB
|
|
29523
|
+
* ### References
|
|
29524
|
+
* > Note Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
29525
|
+
* * [Release an ApsaraDB RDS for MySQL instance](~~96057~~)
|
|
29526
|
+
* * [Release an ApsaraDB RDS for PostgreSQL instance](~~96749~~)
|
|
29527
|
+
* * [Release an ApsaraDB RDS for SQL Server instance](~~95662~~)
|
|
29528
|
+
* * [Release an ApsaraDB RDS for MariaDB instance](~~97128~~)
|
|
29529
|
+
*
|
|
29530
|
+
* @param request DeleteDBInstanceRequest
|
|
29531
|
+
* @return DeleteDBInstanceResponse
|
|
29532
|
+
*/
|
|
29500
29533
|
async deleteDBInstance(request) {
|
|
29501
29534
|
let runtime = new $Util.RuntimeOptions({});
|
|
29502
29535
|
return await this.deleteDBInstanceWithOptions(request, runtime);
|
|
@@ -29660,6 +29693,19 @@ class Client extends openapi_client_1.default {
|
|
|
29660
29693
|
let runtime = new $Util.RuntimeOptions({});
|
|
29661
29694
|
return await this.deleteDBNodesWithOptions(request, runtime);
|
|
29662
29695
|
}
|
|
29696
|
+
/**
|
|
29697
|
+
* ### Supported database engines
|
|
29698
|
+
* * MySQL
|
|
29699
|
+
* * PostgreSQL
|
|
29700
|
+
* ### References
|
|
29701
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
29702
|
+
* * [Configure the dedicated proxy endpoint of an ApsaraDB RDS for MySQL instance](~~184921~~)
|
|
29703
|
+
* * [Configure the dedicated proxy endpoint for an ApsaraDB RDS for PostgreSQL instance](~~418274~~)
|
|
29704
|
+
*
|
|
29705
|
+
* @param request DeleteDBProxyEndpointAddressRequest
|
|
29706
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
29707
|
+
* @return DeleteDBProxyEndpointAddressResponse
|
|
29708
|
+
*/
|
|
29663
29709
|
async deleteDBProxyEndpointAddressWithOptions(request, runtime) {
|
|
29664
29710
|
tea_util_1.default.validateModel(request);
|
|
29665
29711
|
let query = {};
|
|
@@ -29697,6 +29743,18 @@ class Client extends openapi_client_1.default {
|
|
|
29697
29743
|
});
|
|
29698
29744
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteDBProxyEndpointAddressResponse({}));
|
|
29699
29745
|
}
|
|
29746
|
+
/**
|
|
29747
|
+
* ### Supported database engines
|
|
29748
|
+
* * MySQL
|
|
29749
|
+
* * PostgreSQL
|
|
29750
|
+
* ### References
|
|
29751
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
29752
|
+
* * [Configure the dedicated proxy endpoint of an ApsaraDB RDS for MySQL instance](~~184921~~)
|
|
29753
|
+
* * [Configure the dedicated proxy endpoint for an ApsaraDB RDS for PostgreSQL instance](~~418274~~)
|
|
29754
|
+
*
|
|
29755
|
+
* @param request DeleteDBProxyEndpointAddressRequest
|
|
29756
|
+
* @return DeleteDBProxyEndpointAddressResponse
|
|
29757
|
+
*/
|
|
29700
29758
|
async deleteDBProxyEndpointAddress(request) {
|
|
29701
29759
|
let runtime = new $Util.RuntimeOptions({});
|
|
29702
29760
|
return await this.deleteDBProxyEndpointAddressWithOptions(request, runtime);
|
|
@@ -33315,7 +33373,11 @@ class Client extends openapi_client_1.default {
|
|
|
33315
33373
|
return await this.describeDTCSecurityIpHostsForSQLServerWithOptions(request, runtime);
|
|
33316
33374
|
}
|
|
33317
33375
|
/**
|
|
33318
|
-
*
|
|
33376
|
+
* ### Supported database engines
|
|
33377
|
+
* * MySQL
|
|
33378
|
+
* * PostgreSQL
|
|
33379
|
+
* * SQL Server
|
|
33380
|
+
* * MariaDB
|
|
33319
33381
|
*
|
|
33320
33382
|
* @param request DescribeDatabasesRequest
|
|
33321
33383
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -33371,7 +33433,11 @@ class Client extends openapi_client_1.default {
|
|
|
33371
33433
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDatabasesResponse({}));
|
|
33372
33434
|
}
|
|
33373
33435
|
/**
|
|
33374
|
-
*
|
|
33436
|
+
* ### Supported database engines
|
|
33437
|
+
* * MySQL
|
|
33438
|
+
* * PostgreSQL
|
|
33439
|
+
* * SQL Server
|
|
33440
|
+
* * MariaDB
|
|
33375
33441
|
*
|
|
33376
33442
|
* @param request DescribeDatabasesRequest
|
|
33377
33443
|
* @return DescribeDatabasesResponse
|