@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.d.ts +373 -91
- package/dist/client.js +373 -91
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +374 -92
package/src/client.ts
CHANGED
|
@@ -32461,7 +32461,7 @@ export class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
|
|
|
32461
32461
|
regionId?: string;
|
|
32462
32462
|
remainTime?: number;
|
|
32463
32463
|
startTime?: string;
|
|
32464
|
-
status?:
|
|
32464
|
+
status?: string;
|
|
32465
32465
|
taskDetail?: string;
|
|
32466
32466
|
taskId?: string;
|
|
32467
32467
|
taskType?: string;
|
|
@@ -32508,7 +32508,7 @@ export class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
|
|
|
32508
32508
|
regionId: 'string',
|
|
32509
32509
|
remainTime: 'number',
|
|
32510
32510
|
startTime: 'string',
|
|
32511
|
-
status: '
|
|
32511
|
+
status: 'string',
|
|
32512
32512
|
taskDetail: 'string',
|
|
32513
32513
|
taskId: 'string',
|
|
32514
32514
|
taskType: 'string',
|
|
@@ -36909,6 +36909,17 @@ export default class Client extends OpenApi {
|
|
|
36909
36909
|
return await this.checkAccountNameAvailableWithOptions(request, runtime);
|
|
36910
36910
|
}
|
|
36911
36911
|
|
|
36912
|
+
/**
|
|
36913
|
+
* ### [](#)Supported database engines
|
|
36914
|
+
* * MySQL
|
|
36915
|
+
* * PostgreSQL
|
|
36916
|
+
* * SQL Server
|
|
36917
|
+
* * MariaDB
|
|
36918
|
+
*
|
|
36919
|
+
* @param request CheckCloudResourceAuthorizedRequest
|
|
36920
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
36921
|
+
* @return CheckCloudResourceAuthorizedResponse
|
|
36922
|
+
*/
|
|
36912
36923
|
async checkCloudResourceAuthorizedWithOptions(request: CheckCloudResourceAuthorizedRequest, runtime: $Util.RuntimeOptions): Promise<CheckCloudResourceAuthorizedResponse> {
|
|
36913
36924
|
Util.validateModel(request);
|
|
36914
36925
|
let query = { };
|
|
@@ -36965,6 +36976,16 @@ export default class Client extends OpenApi {
|
|
|
36965
36976
|
return $tea.cast<CheckCloudResourceAuthorizedResponse>(await this.callApi(params, req, runtime), new CheckCloudResourceAuthorizedResponse({}));
|
|
36966
36977
|
}
|
|
36967
36978
|
|
|
36979
|
+
/**
|
|
36980
|
+
* ### [](#)Supported database engines
|
|
36981
|
+
* * MySQL
|
|
36982
|
+
* * PostgreSQL
|
|
36983
|
+
* * SQL Server
|
|
36984
|
+
* * MariaDB
|
|
36985
|
+
*
|
|
36986
|
+
* @param request CheckCloudResourceAuthorizedRequest
|
|
36987
|
+
* @return CheckCloudResourceAuthorizedResponse
|
|
36988
|
+
*/
|
|
36968
36989
|
async checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse> {
|
|
36969
36990
|
let runtime = new $Util.RuntimeOptions({ });
|
|
36970
36991
|
return await this.checkCloudResourceAuthorizedWithOptions(request, runtime);
|
|
@@ -37187,6 +37208,14 @@ export default class Client extends OpenApi {
|
|
|
37187
37208
|
return await this.checkInstanceExistWithOptions(request, runtime);
|
|
37188
37209
|
}
|
|
37189
37210
|
|
|
37211
|
+
/**
|
|
37212
|
+
* ### [](#)Supported database engines
|
|
37213
|
+
* * PostgreSQL
|
|
37214
|
+
*
|
|
37215
|
+
* @param request CheckServiceLinkedRoleRequest
|
|
37216
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
37217
|
+
* @return CheckServiceLinkedRoleResponse
|
|
37218
|
+
*/
|
|
37190
37219
|
async checkServiceLinkedRoleWithOptions(request: CheckServiceLinkedRoleRequest, runtime: $Util.RuntimeOptions): Promise<CheckServiceLinkedRoleResponse> {
|
|
37191
37220
|
Util.validateModel(request);
|
|
37192
37221
|
let query = { };
|
|
@@ -37231,6 +37260,13 @@ export default class Client extends OpenApi {
|
|
|
37231
37260
|
return $tea.cast<CheckServiceLinkedRoleResponse>(await this.callApi(params, req, runtime), new CheckServiceLinkedRoleResponse({}));
|
|
37232
37261
|
}
|
|
37233
37262
|
|
|
37263
|
+
/**
|
|
37264
|
+
* ### [](#)Supported database engines
|
|
37265
|
+
* * PostgreSQL
|
|
37266
|
+
*
|
|
37267
|
+
* @param request CheckServiceLinkedRoleRequest
|
|
37268
|
+
* @return CheckServiceLinkedRoleResponse
|
|
37269
|
+
*/
|
|
37234
37270
|
async checkServiceLinkedRole(request: CheckServiceLinkedRoleRequest): Promise<CheckServiceLinkedRoleResponse> {
|
|
37235
37271
|
let runtime = new $Util.RuntimeOptions({ });
|
|
37236
37272
|
return await this.checkServiceLinkedRoleWithOptions(request, runtime);
|
|
@@ -39135,12 +39171,11 @@ export default class Client extends OpenApi {
|
|
|
39135
39171
|
}
|
|
39136
39172
|
|
|
39137
39173
|
/**
|
|
39138
|
-
* ###
|
|
39139
|
-
* *
|
|
39140
|
-
*
|
|
39141
|
-
*
|
|
39142
|
-
*
|
|
39143
|
-
* For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
|
|
39174
|
+
* ### [](#)Supported database engine
|
|
39175
|
+
* * MySQL
|
|
39176
|
+
* ### [](#)References
|
|
39177
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
39178
|
+
* [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
|
|
39144
39179
|
*
|
|
39145
39180
|
* @param request CreateGADInstanceRequest
|
|
39146
39181
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -39203,12 +39238,11 @@ export default class Client extends OpenApi {
|
|
|
39203
39238
|
}
|
|
39204
39239
|
|
|
39205
39240
|
/**
|
|
39206
|
-
* ###
|
|
39207
|
-
* *
|
|
39208
|
-
*
|
|
39209
|
-
*
|
|
39210
|
-
*
|
|
39211
|
-
* For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
|
|
39241
|
+
* ### [](#)Supported database engine
|
|
39242
|
+
* * MySQL
|
|
39243
|
+
* ### [](#)References
|
|
39244
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
39245
|
+
* [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
|
|
39212
39246
|
*
|
|
39213
39247
|
* @param request CreateGADInstanceRequest
|
|
39214
39248
|
* @return CreateGADInstanceResponse
|
|
@@ -40076,6 +40110,14 @@ export default class Client extends OpenApi {
|
|
|
40076
40110
|
return await this.createReadOnlyDBInstanceWithOptions(request, runtime);
|
|
40077
40111
|
}
|
|
40078
40112
|
|
|
40113
|
+
/**
|
|
40114
|
+
* ### [](#)Supported database engines
|
|
40115
|
+
* * MySQL
|
|
40116
|
+
*
|
|
40117
|
+
* @param request CreateSecretRequest
|
|
40118
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
40119
|
+
* @return CreateSecretResponse
|
|
40120
|
+
*/
|
|
40079
40121
|
async createSecretWithOptions(request: CreateSecretRequest, runtime: $Util.RuntimeOptions): Promise<CreateSecretResponse> {
|
|
40080
40122
|
Util.validateModel(request);
|
|
40081
40123
|
let query = { };
|
|
@@ -40148,6 +40190,13 @@ export default class Client extends OpenApi {
|
|
|
40148
40190
|
return $tea.cast<CreateSecretResponse>(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
|
|
40149
40191
|
}
|
|
40150
40192
|
|
|
40193
|
+
/**
|
|
40194
|
+
* ### [](#)Supported database engines
|
|
40195
|
+
* * MySQL
|
|
40196
|
+
*
|
|
40197
|
+
* @param request CreateSecretRequest
|
|
40198
|
+
* @return CreateSecretResponse
|
|
40199
|
+
*/
|
|
40151
40200
|
async createSecret(request: CreateSecretRequest): Promise<CreateSecretResponse> {
|
|
40152
40201
|
let runtime = new $Util.RuntimeOptions({ });
|
|
40153
40202
|
return await this.createSecretWithOptions(request, runtime);
|
|
@@ -41531,9 +41580,7 @@ export default class Client extends OpenApi {
|
|
|
41531
41580
|
|
|
41532
41581
|
/**
|
|
41533
41582
|
* ### [](#)Supported database engines
|
|
41534
|
-
* MySQL
|
|
41535
|
-
* ### [](#)References
|
|
41536
|
-
* [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
|
|
41583
|
+
* * MySQL
|
|
41537
41584
|
*
|
|
41538
41585
|
* @param request DescibeImportsFromDatabaseRequest
|
|
41539
41586
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -41613,9 +41660,7 @@ export default class Client extends OpenApi {
|
|
|
41613
41660
|
|
|
41614
41661
|
/**
|
|
41615
41662
|
* ### [](#)Supported database engines
|
|
41616
|
-
* MySQL
|
|
41617
|
-
* ### [](#)References
|
|
41618
|
-
* [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
|
|
41663
|
+
* * MySQL
|
|
41619
41664
|
*
|
|
41620
41665
|
* @param request DescibeImportsFromDatabaseRequest
|
|
41621
41666
|
* @return DescibeImportsFromDatabaseResponse
|
|
@@ -42007,6 +42052,16 @@ export default class Client extends OpenApi {
|
|
|
42007
42052
|
return await this.describeAllWhitelistTemplateWithOptions(request, runtime);
|
|
42008
42053
|
}
|
|
42009
42054
|
|
|
42055
|
+
/**
|
|
42056
|
+
* ### [](#)Supported database engines
|
|
42057
|
+
* MySQL
|
|
42058
|
+
* ### [](#)References
|
|
42059
|
+
* [Create and view an analytic instance](~~155180~~)
|
|
42060
|
+
*
|
|
42061
|
+
* @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
|
|
42062
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
42063
|
+
* @return DescribeAnalyticdbByPrimaryDBInstanceResponse
|
|
42064
|
+
*/
|
|
42010
42065
|
async describeAnalyticdbByPrimaryDBInstanceWithOptions(request: DescribeAnalyticdbByPrimaryDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse> {
|
|
42011
42066
|
Util.validateModel(request);
|
|
42012
42067
|
let query = { };
|
|
@@ -42047,6 +42102,15 @@ export default class Client extends OpenApi {
|
|
|
42047
42102
|
return $tea.cast<DescribeAnalyticdbByPrimaryDBInstanceResponse>(await this.callApi(params, req, runtime), new DescribeAnalyticdbByPrimaryDBInstanceResponse({}));
|
|
42048
42103
|
}
|
|
42049
42104
|
|
|
42105
|
+
/**
|
|
42106
|
+
* ### [](#)Supported database engines
|
|
42107
|
+
* MySQL
|
|
42108
|
+
* ### [](#)References
|
|
42109
|
+
* [Create and view an analytic instance](~~155180~~)
|
|
42110
|
+
*
|
|
42111
|
+
* @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
|
|
42112
|
+
* @return DescribeAnalyticdbByPrimaryDBInstanceResponse
|
|
42113
|
+
*/
|
|
42050
42114
|
async describeAnalyticdbByPrimaryDBInstance(request: DescribeAnalyticdbByPrimaryDBInstanceRequest): Promise<DescribeAnalyticdbByPrimaryDBInstanceResponse> {
|
|
42051
42115
|
let runtime = new $Util.RuntimeOptions({ });
|
|
42052
42116
|
return await this.describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime);
|
|
@@ -44399,6 +44463,17 @@ export default class Client extends OpenApi {
|
|
|
44399
44463
|
return await this.describeDBInstanceNetInfoWithOptions(request, runtime);
|
|
44400
44464
|
}
|
|
44401
44465
|
|
|
44466
|
+
/**
|
|
44467
|
+
* ### [](#)Supported database engines
|
|
44468
|
+
* * MySQL
|
|
44469
|
+
* * PostgreSQL
|
|
44470
|
+
* * SQL Server
|
|
44471
|
+
* * MariaDB
|
|
44472
|
+
*
|
|
44473
|
+
* @param request DescribeDBInstanceNetInfoForChannelRequest
|
|
44474
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
44475
|
+
* @return DescribeDBInstanceNetInfoForChannelResponse
|
|
44476
|
+
*/
|
|
44402
44477
|
async describeDBInstanceNetInfoForChannelWithOptions(request: DescribeDBInstanceNetInfoForChannelRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBInstanceNetInfoForChannelResponse> {
|
|
44403
44478
|
Util.validateModel(request);
|
|
44404
44479
|
let query = { };
|
|
@@ -44451,6 +44526,16 @@ export default class Client extends OpenApi {
|
|
|
44451
44526
|
return $tea.cast<DescribeDBInstanceNetInfoForChannelResponse>(await this.callApi(params, req, runtime), new DescribeDBInstanceNetInfoForChannelResponse({}));
|
|
44452
44527
|
}
|
|
44453
44528
|
|
|
44529
|
+
/**
|
|
44530
|
+
* ### [](#)Supported database engines
|
|
44531
|
+
* * MySQL
|
|
44532
|
+
* * PostgreSQL
|
|
44533
|
+
* * SQL Server
|
|
44534
|
+
* * MariaDB
|
|
44535
|
+
*
|
|
44536
|
+
* @param request DescribeDBInstanceNetInfoForChannelRequest
|
|
44537
|
+
* @return DescribeDBInstanceNetInfoForChannelResponse
|
|
44538
|
+
*/
|
|
44454
44539
|
async describeDBInstanceNetInfoForChannel(request: DescribeDBInstanceNetInfoForChannelRequest): Promise<DescribeDBInstanceNetInfoForChannelResponse> {
|
|
44455
44540
|
let runtime = new $Util.RuntimeOptions({ });
|
|
44456
44541
|
return await this.describeDBInstanceNetInfoForChannelWithOptions(request, runtime);
|
|
@@ -46139,7 +46224,11 @@ export default class Client extends OpenApi {
|
|
|
46139
46224
|
}
|
|
46140
46225
|
|
|
46141
46226
|
/**
|
|
46142
|
-
*
|
|
46227
|
+
* ### [](#)Supported database engines
|
|
46228
|
+
* * MySQL
|
|
46229
|
+
* * PostgreSQL
|
|
46230
|
+
* * SQL Server
|
|
46231
|
+
* * MariaDB
|
|
46143
46232
|
*
|
|
46144
46233
|
* @param request DescribeErrorLogsRequest
|
|
46145
46234
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -46202,7 +46291,11 @@ export default class Client extends OpenApi {
|
|
|
46202
46291
|
}
|
|
46203
46292
|
|
|
46204
46293
|
/**
|
|
46205
|
-
*
|
|
46294
|
+
* ### [](#)Supported database engines
|
|
46295
|
+
* * MySQL
|
|
46296
|
+
* * PostgreSQL
|
|
46297
|
+
* * SQL Server
|
|
46298
|
+
* * MariaDB
|
|
46206
46299
|
*
|
|
46207
46300
|
* @param request DescribeErrorLogsRequest
|
|
46208
46301
|
* @return DescribeErrorLogsResponse
|
|
@@ -46213,8 +46306,17 @@ export default class Client extends OpenApi {
|
|
|
46213
46306
|
}
|
|
46214
46307
|
|
|
46215
46308
|
/**
|
|
46216
|
-
*
|
|
46217
|
-
*
|
|
46309
|
+
* ### [](#)Supported database engines
|
|
46310
|
+
* * MySQL
|
|
46311
|
+
* * PostgreSQL
|
|
46312
|
+
* * SQL Server
|
|
46313
|
+
* * MariaDB
|
|
46314
|
+
* ### [](#)References
|
|
46315
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
46316
|
+
* * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
|
|
46317
|
+
* * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
|
|
46318
|
+
* * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
|
|
46319
|
+
* * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
|
|
46218
46320
|
*
|
|
46219
46321
|
* @param request DescribeEventsRequest
|
|
46220
46322
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -46273,8 +46375,17 @@ export default class Client extends OpenApi {
|
|
|
46273
46375
|
}
|
|
46274
46376
|
|
|
46275
46377
|
/**
|
|
46276
|
-
*
|
|
46277
|
-
*
|
|
46378
|
+
* ### [](#)Supported database engines
|
|
46379
|
+
* * MySQL
|
|
46380
|
+
* * PostgreSQL
|
|
46381
|
+
* * SQL Server
|
|
46382
|
+
* * MariaDB
|
|
46383
|
+
* ### [](#)References
|
|
46384
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
46385
|
+
* * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
|
|
46386
|
+
* * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
|
|
46387
|
+
* * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
|
|
46388
|
+
* * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
|
|
46278
46389
|
*
|
|
46279
46390
|
* @param request DescribeEventsRequest
|
|
46280
46391
|
* @return DescribeEventsResponse
|
|
@@ -46337,7 +46448,13 @@ export default class Client extends OpenApi {
|
|
|
46337
46448
|
}
|
|
46338
46449
|
|
|
46339
46450
|
/**
|
|
46340
|
-
*
|
|
46451
|
+
* ### [](#)Supported database engines
|
|
46452
|
+
* * MySQL
|
|
46453
|
+
* * PostgreSQL
|
|
46454
|
+
* * SQL Server
|
|
46455
|
+
* * MariaDB
|
|
46456
|
+
* ### [](#)References
|
|
46457
|
+
* [What is availability detection?](~~207467~~)
|
|
46341
46458
|
*
|
|
46342
46459
|
* @param request DescribeHADiagnoseConfigRequest
|
|
46343
46460
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -46384,7 +46501,13 @@ export default class Client extends OpenApi {
|
|
|
46384
46501
|
}
|
|
46385
46502
|
|
|
46386
46503
|
/**
|
|
46387
|
-
*
|
|
46504
|
+
* ### [](#)Supported database engines
|
|
46505
|
+
* * MySQL
|
|
46506
|
+
* * PostgreSQL
|
|
46507
|
+
* * SQL Server
|
|
46508
|
+
* * MariaDB
|
|
46509
|
+
* ### [](#)References
|
|
46510
|
+
* [What is availability detection?](~~207467~~)
|
|
46388
46511
|
*
|
|
46389
46512
|
* @param request DescribeHADiagnoseConfigRequest
|
|
46390
46513
|
* @return DescribeHADiagnoseConfigResponse
|
|
@@ -46395,8 +46518,11 @@ export default class Client extends OpenApi {
|
|
|
46395
46518
|
}
|
|
46396
46519
|
|
|
46397
46520
|
/**
|
|
46398
|
-
*
|
|
46399
|
-
*
|
|
46521
|
+
* ### [](#)Supported database engines
|
|
46522
|
+
* * MySQL
|
|
46523
|
+
* * PostgreSQL
|
|
46524
|
+
* * SQL Server
|
|
46525
|
+
* * MariaDB
|
|
46400
46526
|
*
|
|
46401
46527
|
* @param request DescribeHASwitchConfigRequest
|
|
46402
46528
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -46443,8 +46569,11 @@ export default class Client extends OpenApi {
|
|
|
46443
46569
|
}
|
|
46444
46570
|
|
|
46445
46571
|
/**
|
|
46446
|
-
*
|
|
46447
|
-
*
|
|
46572
|
+
* ### [](#)Supported database engines
|
|
46573
|
+
* * MySQL
|
|
46574
|
+
* * PostgreSQL
|
|
46575
|
+
* * SQL Server
|
|
46576
|
+
* * MariaDB
|
|
46448
46577
|
*
|
|
46449
46578
|
* @param request DescribeHASwitchConfigRequest
|
|
46450
46579
|
* @return DescribeHASwitchConfigResponse
|
|
@@ -46703,6 +46832,17 @@ export default class Client extends OpenApi {
|
|
|
46703
46832
|
return await this.describeHostWebShellWithOptions(request, runtime);
|
|
46704
46833
|
}
|
|
46705
46834
|
|
|
46835
|
+
/**
|
|
46836
|
+
* ### [](#)Supported database engines
|
|
46837
|
+
* * MySQL
|
|
46838
|
+
* * PostgreSQL
|
|
46839
|
+
* * SQL Server
|
|
46840
|
+
* * MariaDB
|
|
46841
|
+
*
|
|
46842
|
+
* @param request DescribeInstanceAutoRenewalAttributeRequest
|
|
46843
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
46844
|
+
* @return DescribeInstanceAutoRenewalAttributeResponse
|
|
46845
|
+
*/
|
|
46706
46846
|
async describeInstanceAutoRenewalAttributeWithOptions(request: DescribeInstanceAutoRenewalAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceAutoRenewalAttributeResponse> {
|
|
46707
46847
|
Util.validateModel(request);
|
|
46708
46848
|
let query = { };
|
|
@@ -46763,6 +46903,16 @@ export default class Client extends OpenApi {
|
|
|
46763
46903
|
return $tea.cast<DescribeInstanceAutoRenewalAttributeResponse>(await this.callApi(params, req, runtime), new DescribeInstanceAutoRenewalAttributeResponse({}));
|
|
46764
46904
|
}
|
|
46765
46905
|
|
|
46906
|
+
/**
|
|
46907
|
+
* ### [](#)Supported database engines
|
|
46908
|
+
* * MySQL
|
|
46909
|
+
* * PostgreSQL
|
|
46910
|
+
* * SQL Server
|
|
46911
|
+
* * MariaDB
|
|
46912
|
+
*
|
|
46913
|
+
* @param request DescribeInstanceAutoRenewalAttributeRequest
|
|
46914
|
+
* @return DescribeInstanceAutoRenewalAttributeResponse
|
|
46915
|
+
*/
|
|
46766
46916
|
async describeInstanceAutoRenewalAttribute(request: DescribeInstanceAutoRenewalAttributeRequest): Promise<DescribeInstanceAutoRenewalAttributeResponse> {
|
|
46767
46917
|
let runtime = new $Util.RuntimeOptions({ });
|
|
46768
46918
|
return await this.describeInstanceAutoRenewalAttributeWithOptions(request, runtime);
|
|
@@ -46774,7 +46924,8 @@ export default class Client extends OpenApi {
|
|
|
46774
46924
|
* * PostgreSQL
|
|
46775
46925
|
* * SQL Server
|
|
46776
46926
|
* ### [](#)References
|
|
46777
|
-
*
|
|
46927
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
46928
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
46778
46929
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
46779
46930
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
46780
46931
|
*
|
|
@@ -46828,7 +46979,8 @@ export default class Client extends OpenApi {
|
|
|
46828
46979
|
* * PostgreSQL
|
|
46829
46980
|
* * SQL Server
|
|
46830
46981
|
* ### [](#)References
|
|
46831
|
-
*
|
|
46982
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
46983
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
46832
46984
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
46833
46985
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
46834
46986
|
*
|
|
@@ -48721,10 +48873,10 @@ export default class Client extends OpenApi {
|
|
|
48721
48873
|
}
|
|
48722
48874
|
|
|
48723
48875
|
/**
|
|
48724
|
-
*
|
|
48876
|
+
* ### [](#)Supported database engines
|
|
48725
48877
|
* * MySQL
|
|
48726
|
-
* * SQL Server 2008 R2
|
|
48727
48878
|
* * PostgreSQL
|
|
48879
|
+
* * SQL Server
|
|
48728
48880
|
*
|
|
48729
48881
|
* @param request DescribeSQLCollectorPolicyRequest
|
|
48730
48882
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -48779,10 +48931,10 @@ export default class Client extends OpenApi {
|
|
|
48779
48931
|
}
|
|
48780
48932
|
|
|
48781
48933
|
/**
|
|
48782
|
-
*
|
|
48934
|
+
* ### [](#)Supported database engines
|
|
48783
48935
|
* * MySQL
|
|
48784
|
-
* * SQL Server 2008 R2
|
|
48785
48936
|
* * PostgreSQL
|
|
48937
|
+
* * SQL Server
|
|
48786
48938
|
*
|
|
48787
48939
|
* @param request DescribeSQLCollectorPolicyRequest
|
|
48788
48940
|
* @return DescribeSQLCollectorPolicyResponse
|
|
@@ -49254,7 +49406,8 @@ export default class Client extends OpenApi {
|
|
|
49254
49406
|
}
|
|
49255
49407
|
|
|
49256
49408
|
/**
|
|
49257
|
-
*
|
|
49409
|
+
* ### [](#)Supported database engines
|
|
49410
|
+
* * PostgreSQL
|
|
49258
49411
|
*
|
|
49259
49412
|
* @param request DescribeSlotsRequest
|
|
49260
49413
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -49309,7 +49462,8 @@ export default class Client extends OpenApi {
|
|
|
49309
49462
|
}
|
|
49310
49463
|
|
|
49311
49464
|
/**
|
|
49312
|
-
*
|
|
49465
|
+
* ### [](#)Supported database engines
|
|
49466
|
+
* * PostgreSQL
|
|
49313
49467
|
*
|
|
49314
49468
|
* @param request DescribeSlotsRequest
|
|
49315
49469
|
* @return DescribeSlotsResponse
|
|
@@ -49815,6 +49969,14 @@ export default class Client extends OpenApi {
|
|
|
49815
49969
|
return await this.describeUpgradeMajorVersionPrecheckTaskWithOptions(request, runtime);
|
|
49816
49970
|
}
|
|
49817
49971
|
|
|
49972
|
+
/**
|
|
49973
|
+
* ### [](#)Supported database engines
|
|
49974
|
+
* PostgreSQL
|
|
49975
|
+
*
|
|
49976
|
+
* @param request DescribeUpgradeMajorVersionTasksRequest
|
|
49977
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
49978
|
+
* @return DescribeUpgradeMajorVersionTasksResponse
|
|
49979
|
+
*/
|
|
49818
49980
|
async describeUpgradeMajorVersionTasksWithOptions(request: DescribeUpgradeMajorVersionTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUpgradeMajorVersionTasksResponse> {
|
|
49819
49981
|
Util.validateModel(request);
|
|
49820
49982
|
let query = { };
|
|
@@ -49871,6 +50033,13 @@ export default class Client extends OpenApi {
|
|
|
49871
50033
|
return $tea.cast<DescribeUpgradeMajorVersionTasksResponse>(await this.callApi(params, req, runtime), new DescribeUpgradeMajorVersionTasksResponse({}));
|
|
49872
50034
|
}
|
|
49873
50035
|
|
|
50036
|
+
/**
|
|
50037
|
+
* ### [](#)Supported database engines
|
|
50038
|
+
* PostgreSQL
|
|
50039
|
+
*
|
|
50040
|
+
* @param request DescribeUpgradeMajorVersionTasksRequest
|
|
50041
|
+
* @return DescribeUpgradeMajorVersionTasksResponse
|
|
50042
|
+
*/
|
|
49874
50043
|
async describeUpgradeMajorVersionTasks(request: DescribeUpgradeMajorVersionTasksRequest): Promise<DescribeUpgradeMajorVersionTasksResponse> {
|
|
49875
50044
|
let runtime = new $Util.RuntimeOptions({ });
|
|
49876
50045
|
return await this.describeUpgradeMajorVersionTasksWithOptions(request, runtime);
|
|
@@ -50936,7 +51105,9 @@ export default class Client extends OpenApi {
|
|
|
50936
51105
|
}
|
|
50937
51106
|
|
|
50938
51107
|
/**
|
|
50939
|
-
*
|
|
51108
|
+
* ### [](#)Supported database engines
|
|
51109
|
+
* * MySQL
|
|
51110
|
+
* ### [](#)Feature description
|
|
50940
51111
|
* * 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~~).
|
|
50941
51112
|
* * 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.
|
|
50942
51113
|
* * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
|
|
@@ -51006,7 +51177,9 @@ export default class Client extends OpenApi {
|
|
|
51006
51177
|
}
|
|
51007
51178
|
|
|
51008
51179
|
/**
|
|
51009
|
-
*
|
|
51180
|
+
* ### [](#)Supported database engines
|
|
51181
|
+
* * MySQL
|
|
51182
|
+
* ### [](#)Feature description
|
|
51010
51183
|
* * 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~~).
|
|
51011
51184
|
* * 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.
|
|
51012
51185
|
* * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
|
|
@@ -52081,7 +52254,13 @@ export default class Client extends OpenApi {
|
|
|
52081
52254
|
}
|
|
52082
52255
|
|
|
52083
52256
|
/**
|
|
52084
|
-
*
|
|
52257
|
+
* ### [](#)Supported database engines
|
|
52258
|
+
* * MySQL
|
|
52259
|
+
* * PostgreSQL
|
|
52260
|
+
* ### [](#)References
|
|
52261
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
52262
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
|
|
52263
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
|
|
52085
52264
|
*
|
|
52086
52265
|
* @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
|
|
52087
52266
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -52132,7 +52311,13 @@ export default class Client extends OpenApi {
|
|
|
52132
52311
|
}
|
|
52133
52312
|
|
|
52134
52313
|
/**
|
|
52135
|
-
*
|
|
52314
|
+
* ### [](#)Supported database engines
|
|
52315
|
+
* * MySQL
|
|
52316
|
+
* * PostgreSQL
|
|
52317
|
+
* ### [](#)References
|
|
52318
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
52319
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
|
|
52320
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
|
|
52136
52321
|
*
|
|
52137
52322
|
* @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
|
|
52138
52323
|
* @return ModifyDBInstanceAutoUpgradeMinorVersionResponse
|
|
@@ -52143,12 +52328,9 @@ export default class Client extends OpenApi {
|
|
|
52143
52328
|
}
|
|
52144
52329
|
|
|
52145
52330
|
/**
|
|
52146
|
-
* ### Supported database engines
|
|
52147
|
-
* *
|
|
52148
|
-
*
|
|
52149
|
-
* * RDS SQL Server
|
|
52150
|
-
* * RDS MariaDB
|
|
52151
|
-
* > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
52331
|
+
* ### [](#)Supported database engines
|
|
52332
|
+
* * PostgreSQL
|
|
52333
|
+
* > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
52152
52334
|
*
|
|
52153
52335
|
* @param request ModifyDBInstanceConfigRequest
|
|
52154
52336
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -52211,12 +52393,9 @@ export default class Client extends OpenApi {
|
|
|
52211
52393
|
}
|
|
52212
52394
|
|
|
52213
52395
|
/**
|
|
52214
|
-
* ### Supported database engines
|
|
52215
|
-
* *
|
|
52216
|
-
*
|
|
52217
|
-
* * RDS SQL Server
|
|
52218
|
-
* * RDS MariaDB
|
|
52219
|
-
* > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
52396
|
+
* ### [](#)Supported database engines
|
|
52397
|
+
* * PostgreSQL
|
|
52398
|
+
* > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
52220
52399
|
*
|
|
52221
52400
|
* @param request ModifyDBInstanceConfigRequest
|
|
52222
52401
|
* @return ModifyDBInstanceConfigResponse
|
|
@@ -52390,6 +52569,17 @@ export default class Client extends OpenApi {
|
|
|
52390
52569
|
return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
|
|
52391
52570
|
}
|
|
52392
52571
|
|
|
52572
|
+
/**
|
|
52573
|
+
* ### [](#)Supported database engines
|
|
52574
|
+
* * MySQL
|
|
52575
|
+
* ### [](#)References
|
|
52576
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
52577
|
+
* * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
|
|
52578
|
+
*
|
|
52579
|
+
* @param request ModifyDBInstanceDelayedReplicationTimeRequest
|
|
52580
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
52581
|
+
* @return ModifyDBInstanceDelayedReplicationTimeResponse
|
|
52582
|
+
*/
|
|
52393
52583
|
async modifyDBInstanceDelayedReplicationTimeWithOptions(request: ModifyDBInstanceDelayedReplicationTimeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDelayedReplicationTimeResponse> {
|
|
52394
52584
|
Util.validateModel(request);
|
|
52395
52585
|
let query = { };
|
|
@@ -52430,13 +52620,33 @@ export default class Client extends OpenApi {
|
|
|
52430
52620
|
return $tea.cast<ModifyDBInstanceDelayedReplicationTimeResponse>(await this.callApi(params, req, runtime), new ModifyDBInstanceDelayedReplicationTimeResponse({}));
|
|
52431
52621
|
}
|
|
52432
52622
|
|
|
52623
|
+
/**
|
|
52624
|
+
* ### [](#)Supported database engines
|
|
52625
|
+
* * MySQL
|
|
52626
|
+
* ### [](#)References
|
|
52627
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
52628
|
+
* * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
|
|
52629
|
+
*
|
|
52630
|
+
* @param request ModifyDBInstanceDelayedReplicationTimeRequest
|
|
52631
|
+
* @return ModifyDBInstanceDelayedReplicationTimeResponse
|
|
52632
|
+
*/
|
|
52433
52633
|
async modifyDBInstanceDelayedReplicationTime(request: ModifyDBInstanceDelayedReplicationTimeRequest): Promise<ModifyDBInstanceDelayedReplicationTimeResponse> {
|
|
52434
52634
|
let runtime = new $Util.RuntimeOptions({ });
|
|
52435
52635
|
return await this.modifyDBInstanceDelayedReplicationTimeWithOptions(request, runtime);
|
|
52436
52636
|
}
|
|
52437
52637
|
|
|
52438
52638
|
/**
|
|
52439
|
-
*
|
|
52639
|
+
* ### [](#)Supported database engines
|
|
52640
|
+
* * MySQL
|
|
52641
|
+
* * PostgreSQL
|
|
52642
|
+
* * SQL Server
|
|
52643
|
+
* * MariaDB
|
|
52644
|
+
* ### [](#)References
|
|
52645
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
52646
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
|
|
52647
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
|
|
52648
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
|
|
52649
|
+
* * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
|
|
52440
52650
|
*
|
|
52441
52651
|
* @param request ModifyDBInstanceDeletionProtectionRequest
|
|
52442
52652
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -52491,7 +52701,17 @@ export default class Client extends OpenApi {
|
|
|
52491
52701
|
}
|
|
52492
52702
|
|
|
52493
52703
|
/**
|
|
52494
|
-
*
|
|
52704
|
+
* ### [](#)Supported database engines
|
|
52705
|
+
* * MySQL
|
|
52706
|
+
* * PostgreSQL
|
|
52707
|
+
* * SQL Server
|
|
52708
|
+
* * MariaDB
|
|
52709
|
+
* ### [](#)References
|
|
52710
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
52711
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
|
|
52712
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
|
|
52713
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
|
|
52714
|
+
* * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
|
|
52495
52715
|
*
|
|
52496
52716
|
* @param request ModifyDBInstanceDeletionProtectionRequest
|
|
52497
52717
|
* @return ModifyDBInstanceDeletionProtectionResponse
|
|
@@ -52760,7 +52980,17 @@ export default class Client extends OpenApi {
|
|
|
52760
52980
|
}
|
|
52761
52981
|
|
|
52762
52982
|
/**
|
|
52763
|
-
*
|
|
52983
|
+
* ### [](#)Supported database engines
|
|
52984
|
+
* * MySQL
|
|
52985
|
+
* * PostgreSQL
|
|
52986
|
+
* * SQL Server
|
|
52987
|
+
* * MariaDB
|
|
52988
|
+
* ### [](#)References
|
|
52989
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
52990
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
52991
|
+
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
52992
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
|
|
52993
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
52764
52994
|
*
|
|
52765
52995
|
* @param request ModifyDBInstanceMaintainTimeRequest
|
|
52766
52996
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -52815,7 +53045,17 @@ export default class Client extends OpenApi {
|
|
|
52815
53045
|
}
|
|
52816
53046
|
|
|
52817
53047
|
/**
|
|
52818
|
-
*
|
|
53048
|
+
* ### [](#)Supported database engines
|
|
53049
|
+
* * MySQL
|
|
53050
|
+
* * PostgreSQL
|
|
53051
|
+
* * SQL Server
|
|
53052
|
+
* * MariaDB
|
|
53053
|
+
* ### [](#)References
|
|
53054
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
53055
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
53056
|
+
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
53057
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
|
|
53058
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
52819
53059
|
*
|
|
52820
53060
|
* @param request ModifyDBInstanceMaintainTimeRequest
|
|
52821
53061
|
* @return ModifyDBInstanceMaintainTimeResponse
|
|
@@ -52970,7 +53210,12 @@ export default class Client extends OpenApi {
|
|
|
52970
53210
|
}
|
|
52971
53211
|
|
|
52972
53212
|
/**
|
|
52973
|
-
*
|
|
53213
|
+
* ### [](#)Supported database engines
|
|
53214
|
+
* * MySQL
|
|
53215
|
+
* * SQL Server
|
|
53216
|
+
* ### [](#)References
|
|
53217
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
|
|
53218
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
|
|
52974
53219
|
*
|
|
52975
53220
|
* @param request ModifyDBInstanceNetworkExpireTimeRequest
|
|
52976
53221
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -53025,7 +53270,12 @@ export default class Client extends OpenApi {
|
|
|
53025
53270
|
}
|
|
53026
53271
|
|
|
53027
53272
|
/**
|
|
53028
|
-
*
|
|
53273
|
+
* ### [](#)Supported database engines
|
|
53274
|
+
* * MySQL
|
|
53275
|
+
* * SQL Server
|
|
53276
|
+
* ### [](#)References
|
|
53277
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
|
|
53278
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
|
|
53029
53279
|
*
|
|
53030
53280
|
* @param request ModifyDBInstanceNetworkExpireTimeRequest
|
|
53031
53281
|
* @return ModifyDBInstanceNetworkExpireTimeResponse
|
|
@@ -53142,14 +53392,17 @@ export default class Client extends OpenApi {
|
|
|
53142
53392
|
}
|
|
53143
53393
|
|
|
53144
53394
|
/**
|
|
53145
|
-
*
|
|
53146
|
-
*
|
|
53147
|
-
* *
|
|
53148
|
-
* *
|
|
53149
|
-
*
|
|
53150
|
-
*
|
|
53151
|
-
*
|
|
53152
|
-
* *
|
|
53395
|
+
* ### [](#)Supported database engines
|
|
53396
|
+
* * MySQL
|
|
53397
|
+
* * PostgreSQL
|
|
53398
|
+
* * SQL Server
|
|
53399
|
+
* * MariaDB
|
|
53400
|
+
* ### [](#)References
|
|
53401
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
53402
|
+
* * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
|
|
53403
|
+
* * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
|
|
53404
|
+
* * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
|
|
53405
|
+
* * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
|
|
53153
53406
|
*
|
|
53154
53407
|
* @param request ModifyDBInstancePayTypeRequest
|
|
53155
53408
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -53196,14 +53449,17 @@ export default class Client extends OpenApi {
|
|
|
53196
53449
|
}
|
|
53197
53450
|
|
|
53198
53451
|
/**
|
|
53199
|
-
*
|
|
53200
|
-
*
|
|
53201
|
-
* *
|
|
53202
|
-
* *
|
|
53203
|
-
*
|
|
53204
|
-
*
|
|
53205
|
-
*
|
|
53206
|
-
* *
|
|
53452
|
+
* ### [](#)Supported database engines
|
|
53453
|
+
* * MySQL
|
|
53454
|
+
* * PostgreSQL
|
|
53455
|
+
* * SQL Server
|
|
53456
|
+
* * MariaDB
|
|
53457
|
+
* ### [](#)References
|
|
53458
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
53459
|
+
* * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
|
|
53460
|
+
* * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
|
|
53461
|
+
* * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
|
|
53462
|
+
* * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
|
|
53207
53463
|
*
|
|
53208
53464
|
* @param request ModifyDBInstancePayTypeRequest
|
|
53209
53465
|
* @return ModifyDBInstancePayTypeResponse
|
|
@@ -54454,7 +54710,14 @@ export default class Client extends OpenApi {
|
|
|
54454
54710
|
}
|
|
54455
54711
|
|
|
54456
54712
|
/**
|
|
54457
|
-
*
|
|
54713
|
+
* ### [](#)Supported database engines
|
|
54714
|
+
* * MySQL
|
|
54715
|
+
* * PostgreSQL
|
|
54716
|
+
* * SQL Server
|
|
54717
|
+
* * MariaDB
|
|
54718
|
+
* ### [](#)References
|
|
54719
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54720
|
+
* [What is availability check?](~~207467~~)
|
|
54458
54721
|
*
|
|
54459
54722
|
* @param request ModifyHADiagnoseConfigRequest
|
|
54460
54723
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -54505,7 +54768,14 @@ export default class Client extends OpenApi {
|
|
|
54505
54768
|
}
|
|
54506
54769
|
|
|
54507
54770
|
/**
|
|
54508
|
-
*
|
|
54771
|
+
* ### [](#)Supported database engines
|
|
54772
|
+
* * MySQL
|
|
54773
|
+
* * PostgreSQL
|
|
54774
|
+
* * SQL Server
|
|
54775
|
+
* * MariaDB
|
|
54776
|
+
* ### [](#)References
|
|
54777
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54778
|
+
* [What is availability check?](~~207467~~)
|
|
54509
54779
|
*
|
|
54510
54780
|
* @param request ModifyHADiagnoseConfigRequest
|
|
54511
54781
|
* @return ModifyHADiagnoseConfigResponse
|
|
@@ -54681,6 +54951,7 @@ export default class Client extends OpenApi {
|
|
|
54681
54951
|
* * PostgreSQL
|
|
54682
54952
|
* * SQL Server
|
|
54683
54953
|
* ### [](#)References
|
|
54954
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54684
54955
|
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
54685
54956
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
54686
54957
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
@@ -54759,6 +55030,7 @@ export default class Client extends OpenApi {
|
|
|
54759
55030
|
* * PostgreSQL
|
|
54760
55031
|
* * SQL Server
|
|
54761
55032
|
* ### [](#)References
|
|
55033
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
54762
55034
|
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
54763
55035
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
54764
55036
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
@@ -56601,12 +56873,17 @@ export default class Client extends OpenApi {
|
|
|
56601
56873
|
}
|
|
56602
56874
|
|
|
56603
56875
|
/**
|
|
56604
|
-
*
|
|
56605
|
-
*
|
|
56606
|
-
* *
|
|
56607
|
-
* *
|
|
56608
|
-
*
|
|
56609
|
-
*
|
|
56876
|
+
* ### [](#)Supported database engines
|
|
56877
|
+
* * MySQL
|
|
56878
|
+
* * PostgreSQL
|
|
56879
|
+
* * SQL Server
|
|
56880
|
+
* * MariaDB
|
|
56881
|
+
* ### [](#)References
|
|
56882
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
56883
|
+
* * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
|
|
56884
|
+
* * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
|
|
56885
|
+
* * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
|
|
56886
|
+
* * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
|
|
56610
56887
|
*
|
|
56611
56888
|
* @param request RenewInstanceRequest
|
|
56612
56889
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -56665,12 +56942,17 @@ export default class Client extends OpenApi {
|
|
|
56665
56942
|
}
|
|
56666
56943
|
|
|
56667
56944
|
/**
|
|
56668
|
-
*
|
|
56669
|
-
*
|
|
56670
|
-
* *
|
|
56671
|
-
* *
|
|
56672
|
-
*
|
|
56673
|
-
*
|
|
56945
|
+
* ### [](#)Supported database engines
|
|
56946
|
+
* * MySQL
|
|
56947
|
+
* * PostgreSQL
|
|
56948
|
+
* * SQL Server
|
|
56949
|
+
* * MariaDB
|
|
56950
|
+
* ### [](#)References
|
|
56951
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
56952
|
+
* * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
|
|
56953
|
+
* * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
|
|
56954
|
+
* * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
|
|
56955
|
+
* * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
|
|
56674
56956
|
*
|
|
56675
56957
|
* @param request RenewInstanceRequest
|
|
56676
56958
|
* @return RenewInstanceResponse
|