@alicloud/rds20140815 2.7.3 → 2.7.5
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 +379 -95
- package/dist/client.js +384 -95
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +388 -96
package/dist/client.js
CHANGED
|
@@ -16680,6 +16680,7 @@ class ModifyDBNodeRequest extends $tea.Model {
|
|
|
16680
16680
|
DBInstanceStorageType: 'DBInstanceStorageType',
|
|
16681
16681
|
DBNode: 'DBNode',
|
|
16682
16682
|
dryRun: 'DryRun',
|
|
16683
|
+
effectiveTime: 'EffectiveTime',
|
|
16683
16684
|
ownerAccount: 'OwnerAccount',
|
|
16684
16685
|
ownerId: 'OwnerId',
|
|
16685
16686
|
produceAsync: 'ProduceAsync',
|
|
@@ -16696,6 +16697,7 @@ class ModifyDBNodeRequest extends $tea.Model {
|
|
|
16696
16697
|
DBInstanceStorageType: 'string',
|
|
16697
16698
|
DBNode: { 'type': 'array', 'itemType': ModifyDBNodeRequestDBNode },
|
|
16698
16699
|
dryRun: 'boolean',
|
|
16700
|
+
effectiveTime: 'string',
|
|
16699
16701
|
ownerAccount: 'string',
|
|
16700
16702
|
ownerId: 'number',
|
|
16701
16703
|
produceAsync: 'boolean',
|
|
@@ -16718,6 +16720,7 @@ class ModifyDBNodeShrinkRequest extends $tea.Model {
|
|
|
16718
16720
|
DBInstanceStorageType: 'DBInstanceStorageType',
|
|
16719
16721
|
DBNodeShrink: 'DBNode',
|
|
16720
16722
|
dryRun: 'DryRun',
|
|
16723
|
+
effectiveTime: 'EffectiveTime',
|
|
16721
16724
|
ownerAccount: 'OwnerAccount',
|
|
16722
16725
|
ownerId: 'OwnerId',
|
|
16723
16726
|
produceAsync: 'ProduceAsync',
|
|
@@ -16734,6 +16737,7 @@ class ModifyDBNodeShrinkRequest extends $tea.Model {
|
|
|
16734
16737
|
DBInstanceStorageType: 'string',
|
|
16735
16738
|
DBNodeShrink: 'string',
|
|
16736
16739
|
dryRun: 'boolean',
|
|
16740
|
+
effectiveTime: 'string',
|
|
16737
16741
|
ownerAccount: 'string',
|
|
16738
16742
|
ownerId: 'number',
|
|
16739
16743
|
produceAsync: 'boolean',
|
|
@@ -25102,7 +25106,7 @@ class DescribeHistoryTasksResponseBodyItems extends $tea.Model {
|
|
|
25102
25106
|
regionId: 'string',
|
|
25103
25107
|
remainTime: 'number',
|
|
25104
25108
|
startTime: 'string',
|
|
25105
|
-
status: '
|
|
25109
|
+
status: 'string',
|
|
25106
25110
|
taskDetail: 'string',
|
|
25107
25111
|
taskId: 'string',
|
|
25108
25112
|
taskType: 'string',
|
|
@@ -28618,6 +28622,17 @@ class Client extends openapi_client_1.default {
|
|
|
28618
28622
|
let runtime = new $Util.RuntimeOptions({});
|
|
28619
28623
|
return await this.checkAccountNameAvailableWithOptions(request, runtime);
|
|
28620
28624
|
}
|
|
28625
|
+
/**
|
|
28626
|
+
* ### [](#)Supported database engines
|
|
28627
|
+
* * MySQL
|
|
28628
|
+
* * PostgreSQL
|
|
28629
|
+
* * SQL Server
|
|
28630
|
+
* * MariaDB
|
|
28631
|
+
*
|
|
28632
|
+
* @param request CheckCloudResourceAuthorizedRequest
|
|
28633
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
28634
|
+
* @return CheckCloudResourceAuthorizedResponse
|
|
28635
|
+
*/
|
|
28621
28636
|
async checkCloudResourceAuthorizedWithOptions(request, runtime) {
|
|
28622
28637
|
tea_util_1.default.validateModel(request);
|
|
28623
28638
|
let query = {};
|
|
@@ -28664,6 +28679,16 @@ class Client extends openapi_client_1.default {
|
|
|
28664
28679
|
});
|
|
28665
28680
|
return $tea.cast(await this.callApi(params, req, runtime), new CheckCloudResourceAuthorizedResponse({}));
|
|
28666
28681
|
}
|
|
28682
|
+
/**
|
|
28683
|
+
* ### [](#)Supported database engines
|
|
28684
|
+
* * MySQL
|
|
28685
|
+
* * PostgreSQL
|
|
28686
|
+
* * SQL Server
|
|
28687
|
+
* * MariaDB
|
|
28688
|
+
*
|
|
28689
|
+
* @param request CheckCloudResourceAuthorizedRequest
|
|
28690
|
+
* @return CheckCloudResourceAuthorizedResponse
|
|
28691
|
+
*/
|
|
28667
28692
|
async checkCloudResourceAuthorized(request) {
|
|
28668
28693
|
let runtime = new $Util.RuntimeOptions({});
|
|
28669
28694
|
return await this.checkCloudResourceAuthorizedWithOptions(request, runtime);
|
|
@@ -28854,6 +28879,14 @@ class Client extends openapi_client_1.default {
|
|
|
28854
28879
|
let runtime = new $Util.RuntimeOptions({});
|
|
28855
28880
|
return await this.checkInstanceExistWithOptions(request, runtime);
|
|
28856
28881
|
}
|
|
28882
|
+
/**
|
|
28883
|
+
* ### [](#)Supported database engines
|
|
28884
|
+
* * PostgreSQL
|
|
28885
|
+
*
|
|
28886
|
+
* @param request CheckServiceLinkedRoleRequest
|
|
28887
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
28888
|
+
* @return CheckServiceLinkedRoleResponse
|
|
28889
|
+
*/
|
|
28857
28890
|
async checkServiceLinkedRoleWithOptions(request, runtime) {
|
|
28858
28891
|
tea_util_1.default.validateModel(request);
|
|
28859
28892
|
let query = {};
|
|
@@ -28891,6 +28924,13 @@ class Client extends openapi_client_1.default {
|
|
|
28891
28924
|
});
|
|
28892
28925
|
return $tea.cast(await this.callApi(params, req, runtime), new CheckServiceLinkedRoleResponse({}));
|
|
28893
28926
|
}
|
|
28927
|
+
/**
|
|
28928
|
+
* ### [](#)Supported database engines
|
|
28929
|
+
* * PostgreSQL
|
|
28930
|
+
*
|
|
28931
|
+
* @param request CheckServiceLinkedRoleRequest
|
|
28932
|
+
* @return CheckServiceLinkedRoleResponse
|
|
28933
|
+
*/
|
|
28894
28934
|
async checkServiceLinkedRole(request) {
|
|
28895
28935
|
let runtime = new $Util.RuntimeOptions({});
|
|
28896
28936
|
return await this.checkServiceLinkedRoleWithOptions(request, runtime);
|
|
@@ -30515,12 +30555,11 @@ class Client extends openapi_client_1.default {
|
|
|
30515
30555
|
return await this.createDiagnosticReportWithOptions(request, runtime);
|
|
30516
30556
|
}
|
|
30517
30557
|
/**
|
|
30518
|
-
* ###
|
|
30519
|
-
* *
|
|
30520
|
-
*
|
|
30521
|
-
*
|
|
30522
|
-
*
|
|
30523
|
-
* For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
|
|
30558
|
+
* ### [](#)Supported database engine
|
|
30559
|
+
* * MySQL
|
|
30560
|
+
* ### [](#)References
|
|
30561
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
30562
|
+
* [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
|
|
30524
30563
|
*
|
|
30525
30564
|
* @param request CreateGADInstanceRequest
|
|
30526
30565
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -30573,12 +30612,11 @@ class Client extends openapi_client_1.default {
|
|
|
30573
30612
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateGADInstanceResponse({}));
|
|
30574
30613
|
}
|
|
30575
30614
|
/**
|
|
30576
|
-
* ###
|
|
30577
|
-
* *
|
|
30578
|
-
*
|
|
30579
|
-
*
|
|
30580
|
-
*
|
|
30581
|
-
* For more information, see [Create and release an ApsaraDB RDS global active database cluster](~~328592~~).
|
|
30615
|
+
* ### [](#)Supported database engine
|
|
30616
|
+
* * MySQL
|
|
30617
|
+
* ### [](#)References
|
|
30618
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
30619
|
+
* [Create and release an ApsaraDB RDS global active database cluster](~~328592~~)
|
|
30582
30620
|
*
|
|
30583
30621
|
* @param request CreateGADInstanceRequest
|
|
30584
30622
|
* @return CreateGADInstanceResponse
|
|
@@ -31313,6 +31351,14 @@ class Client extends openapi_client_1.default {
|
|
|
31313
31351
|
let runtime = new $Util.RuntimeOptions({});
|
|
31314
31352
|
return await this.createReadOnlyDBInstanceWithOptions(request, runtime);
|
|
31315
31353
|
}
|
|
31354
|
+
/**
|
|
31355
|
+
* ### [](#)Supported database engines
|
|
31356
|
+
* * MySQL
|
|
31357
|
+
*
|
|
31358
|
+
* @param request CreateSecretRequest
|
|
31359
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
31360
|
+
* @return CreateSecretResponse
|
|
31361
|
+
*/
|
|
31316
31362
|
async createSecretWithOptions(request, runtime) {
|
|
31317
31363
|
tea_util_1.default.validateModel(request);
|
|
31318
31364
|
let query = {};
|
|
@@ -31371,6 +31417,13 @@ class Client extends openapi_client_1.default {
|
|
|
31371
31417
|
});
|
|
31372
31418
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateSecretResponse({}));
|
|
31373
31419
|
}
|
|
31420
|
+
/**
|
|
31421
|
+
* ### [](#)Supported database engines
|
|
31422
|
+
* * MySQL
|
|
31423
|
+
*
|
|
31424
|
+
* @param request CreateSecretRequest
|
|
31425
|
+
* @return CreateSecretResponse
|
|
31426
|
+
*/
|
|
31374
31427
|
async createSecret(request) {
|
|
31375
31428
|
let runtime = new $Util.RuntimeOptions({});
|
|
31376
31429
|
return await this.createSecretWithOptions(request, runtime);
|
|
@@ -32594,9 +32647,7 @@ class Client extends openapi_client_1.default {
|
|
|
32594
32647
|
}
|
|
32595
32648
|
/**
|
|
32596
32649
|
* ### [](#)Supported database engines
|
|
32597
|
-
* MySQL
|
|
32598
|
-
* ### [](#)References
|
|
32599
|
-
* [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
|
|
32650
|
+
* * MySQL
|
|
32600
32651
|
*
|
|
32601
32652
|
* @param request DescibeImportsFromDatabaseRequest
|
|
32602
32653
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -32662,9 +32713,7 @@ class Client extends openapi_client_1.default {
|
|
|
32662
32713
|
}
|
|
32663
32714
|
/**
|
|
32664
32715
|
* ### [](#)Supported database engines
|
|
32665
|
-
* MySQL
|
|
32666
|
-
* ### [](#)References
|
|
32667
|
-
* [Migrate data between ApsaraDB RDS for MySQL instances](~~96154~~)
|
|
32716
|
+
* * MySQL
|
|
32668
32717
|
*
|
|
32669
32718
|
* @param request DescibeImportsFromDatabaseRequest
|
|
32670
32719
|
* @return DescibeImportsFromDatabaseResponse
|
|
@@ -33005,6 +33054,16 @@ class Client extends openapi_client_1.default {
|
|
|
33005
33054
|
let runtime = new $Util.RuntimeOptions({});
|
|
33006
33055
|
return await this.describeAllWhitelistTemplateWithOptions(request, runtime);
|
|
33007
33056
|
}
|
|
33057
|
+
/**
|
|
33058
|
+
* ### [](#)Supported database engines
|
|
33059
|
+
* MySQL
|
|
33060
|
+
* ### [](#)References
|
|
33061
|
+
* [Create and view an analytic instance](~~155180~~)
|
|
33062
|
+
*
|
|
33063
|
+
* @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
|
|
33064
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
33065
|
+
* @return DescribeAnalyticdbByPrimaryDBInstanceResponse
|
|
33066
|
+
*/
|
|
33008
33067
|
async describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime) {
|
|
33009
33068
|
tea_util_1.default.validateModel(request);
|
|
33010
33069
|
let query = {};
|
|
@@ -33039,6 +33098,15 @@ class Client extends openapi_client_1.default {
|
|
|
33039
33098
|
});
|
|
33040
33099
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeAnalyticdbByPrimaryDBInstanceResponse({}));
|
|
33041
33100
|
}
|
|
33101
|
+
/**
|
|
33102
|
+
* ### [](#)Supported database engines
|
|
33103
|
+
* MySQL
|
|
33104
|
+
* ### [](#)References
|
|
33105
|
+
* [Create and view an analytic instance](~~155180~~)
|
|
33106
|
+
*
|
|
33107
|
+
* @param request DescribeAnalyticdbByPrimaryDBInstanceRequest
|
|
33108
|
+
* @return DescribeAnalyticdbByPrimaryDBInstanceResponse
|
|
33109
|
+
*/
|
|
33042
33110
|
async describeAnalyticdbByPrimaryDBInstance(request) {
|
|
33043
33111
|
let runtime = new $Util.RuntimeOptions({});
|
|
33044
33112
|
return await this.describeAnalyticdbByPrimaryDBInstanceWithOptions(request, runtime);
|
|
@@ -35092,6 +35160,17 @@ class Client extends openapi_client_1.default {
|
|
|
35092
35160
|
let runtime = new $Util.RuntimeOptions({});
|
|
35093
35161
|
return await this.describeDBInstanceNetInfoWithOptions(request, runtime);
|
|
35094
35162
|
}
|
|
35163
|
+
/**
|
|
35164
|
+
* ### [](#)Supported database engines
|
|
35165
|
+
* * MySQL
|
|
35166
|
+
* * PostgreSQL
|
|
35167
|
+
* * SQL Server
|
|
35168
|
+
* * MariaDB
|
|
35169
|
+
*
|
|
35170
|
+
* @param request DescribeDBInstanceNetInfoForChannelRequest
|
|
35171
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
35172
|
+
* @return DescribeDBInstanceNetInfoForChannelResponse
|
|
35173
|
+
*/
|
|
35095
35174
|
async describeDBInstanceNetInfoForChannelWithOptions(request, runtime) {
|
|
35096
35175
|
tea_util_1.default.validateModel(request);
|
|
35097
35176
|
let query = {};
|
|
@@ -35135,6 +35214,16 @@ class Client extends openapi_client_1.default {
|
|
|
35135
35214
|
});
|
|
35136
35215
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDBInstanceNetInfoForChannelResponse({}));
|
|
35137
35216
|
}
|
|
35217
|
+
/**
|
|
35218
|
+
* ### [](#)Supported database engines
|
|
35219
|
+
* * MySQL
|
|
35220
|
+
* * PostgreSQL
|
|
35221
|
+
* * SQL Server
|
|
35222
|
+
* * MariaDB
|
|
35223
|
+
*
|
|
35224
|
+
* @param request DescribeDBInstanceNetInfoForChannelRequest
|
|
35225
|
+
* @return DescribeDBInstanceNetInfoForChannelResponse
|
|
35226
|
+
*/
|
|
35138
35227
|
async describeDBInstanceNetInfoForChannel(request) {
|
|
35139
35228
|
let runtime = new $Util.RuntimeOptions({});
|
|
35140
35229
|
return await this.describeDBInstanceNetInfoForChannelWithOptions(request, runtime);
|
|
@@ -36577,7 +36666,11 @@ class Client extends openapi_client_1.default {
|
|
|
36577
36666
|
return await this.describeDiagnosticReportListWithOptions(request, runtime);
|
|
36578
36667
|
}
|
|
36579
36668
|
/**
|
|
36580
|
-
*
|
|
36669
|
+
* ### [](#)Supported database engines
|
|
36670
|
+
* * MySQL
|
|
36671
|
+
* * PostgreSQL
|
|
36672
|
+
* * SQL Server
|
|
36673
|
+
* * MariaDB
|
|
36581
36674
|
*
|
|
36582
36675
|
* @param request DescribeErrorLogsRequest
|
|
36583
36676
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -36630,7 +36723,11 @@ class Client extends openapi_client_1.default {
|
|
|
36630
36723
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeErrorLogsResponse({}));
|
|
36631
36724
|
}
|
|
36632
36725
|
/**
|
|
36633
|
-
*
|
|
36726
|
+
* ### [](#)Supported database engines
|
|
36727
|
+
* * MySQL
|
|
36728
|
+
* * PostgreSQL
|
|
36729
|
+
* * SQL Server
|
|
36730
|
+
* * MariaDB
|
|
36634
36731
|
*
|
|
36635
36732
|
* @param request DescribeErrorLogsRequest
|
|
36636
36733
|
* @return DescribeErrorLogsResponse
|
|
@@ -36640,8 +36737,17 @@ class Client extends openapi_client_1.default {
|
|
|
36640
36737
|
return await this.describeErrorLogsWithOptions(request, runtime);
|
|
36641
36738
|
}
|
|
36642
36739
|
/**
|
|
36643
|
-
*
|
|
36644
|
-
*
|
|
36740
|
+
* ### [](#)Supported database engines
|
|
36741
|
+
* * MySQL
|
|
36742
|
+
* * PostgreSQL
|
|
36743
|
+
* * SQL Server
|
|
36744
|
+
* * MariaDB
|
|
36745
|
+
* ### [](#)References
|
|
36746
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
36747
|
+
* * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
|
|
36748
|
+
* * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
|
|
36749
|
+
* * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
|
|
36750
|
+
* * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
|
|
36645
36751
|
*
|
|
36646
36752
|
* @param request DescribeEventsRequest
|
|
36647
36753
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -36691,8 +36797,17 @@ class Client extends openapi_client_1.default {
|
|
|
36691
36797
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeEventsResponse({}));
|
|
36692
36798
|
}
|
|
36693
36799
|
/**
|
|
36694
|
-
*
|
|
36695
|
-
*
|
|
36800
|
+
* ### [](#)Supported database engines
|
|
36801
|
+
* * MySQL
|
|
36802
|
+
* * PostgreSQL
|
|
36803
|
+
* * SQL Server
|
|
36804
|
+
* * MariaDB
|
|
36805
|
+
* ### [](#)References
|
|
36806
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
36807
|
+
* * [Historical events of an ApsaraDB RDS for MySQL instance](~~129759~~)
|
|
36808
|
+
* * [Historical events of an ApsaraDB RDS for PostgreSQL instance](~~131008~~)
|
|
36809
|
+
* * [Historical events of an ApsaraDB RDS for SQL Server instance](~~131013~~)
|
|
36810
|
+
* * [Historical events of an ApsaraDB RDS for MariaDB instance](~~131010~~)
|
|
36696
36811
|
*
|
|
36697
36812
|
* @param request DescribeEventsRequest
|
|
36698
36813
|
* @return DescribeEventsResponse
|
|
@@ -36749,7 +36864,13 @@ class Client extends openapi_client_1.default {
|
|
|
36749
36864
|
return await this.describeGadInstancesWithOptions(request, runtime);
|
|
36750
36865
|
}
|
|
36751
36866
|
/**
|
|
36752
|
-
*
|
|
36867
|
+
* ### [](#)Supported database engines
|
|
36868
|
+
* * MySQL
|
|
36869
|
+
* * PostgreSQL
|
|
36870
|
+
* * SQL Server
|
|
36871
|
+
* * MariaDB
|
|
36872
|
+
* ### [](#)References
|
|
36873
|
+
* [What is availability detection?](~~207467~~)
|
|
36753
36874
|
*
|
|
36754
36875
|
* @param request DescribeHADiagnoseConfigRequest
|
|
36755
36876
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -36790,7 +36911,13 @@ class Client extends openapi_client_1.default {
|
|
|
36790
36911
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeHADiagnoseConfigResponse({}));
|
|
36791
36912
|
}
|
|
36792
36913
|
/**
|
|
36793
|
-
*
|
|
36914
|
+
* ### [](#)Supported database engines
|
|
36915
|
+
* * MySQL
|
|
36916
|
+
* * PostgreSQL
|
|
36917
|
+
* * SQL Server
|
|
36918
|
+
* * MariaDB
|
|
36919
|
+
* ### [](#)References
|
|
36920
|
+
* [What is availability detection?](~~207467~~)
|
|
36794
36921
|
*
|
|
36795
36922
|
* @param request DescribeHADiagnoseConfigRequest
|
|
36796
36923
|
* @return DescribeHADiagnoseConfigResponse
|
|
@@ -36800,8 +36927,11 @@ class Client extends openapi_client_1.default {
|
|
|
36800
36927
|
return await this.describeHADiagnoseConfigWithOptions(request, runtime);
|
|
36801
36928
|
}
|
|
36802
36929
|
/**
|
|
36803
|
-
*
|
|
36804
|
-
*
|
|
36930
|
+
* ### [](#)Supported database engines
|
|
36931
|
+
* * MySQL
|
|
36932
|
+
* * PostgreSQL
|
|
36933
|
+
* * SQL Server
|
|
36934
|
+
* * MariaDB
|
|
36805
36935
|
*
|
|
36806
36936
|
* @param request DescribeHASwitchConfigRequest
|
|
36807
36937
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -36842,8 +36972,11 @@ class Client extends openapi_client_1.default {
|
|
|
36842
36972
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeHASwitchConfigResponse({}));
|
|
36843
36973
|
}
|
|
36844
36974
|
/**
|
|
36845
|
-
*
|
|
36846
|
-
*
|
|
36975
|
+
* ### [](#)Supported database engines
|
|
36976
|
+
* * MySQL
|
|
36977
|
+
* * PostgreSQL
|
|
36978
|
+
* * SQL Server
|
|
36979
|
+
* * MariaDB
|
|
36847
36980
|
*
|
|
36848
36981
|
* @param request DescribeHASwitchConfigRequest
|
|
36849
36982
|
* @return DescribeHASwitchConfigResponse
|
|
@@ -37066,6 +37199,17 @@ class Client extends openapi_client_1.default {
|
|
|
37066
37199
|
let runtime = new $Util.RuntimeOptions({});
|
|
37067
37200
|
return await this.describeHostWebShellWithOptions(request, runtime);
|
|
37068
37201
|
}
|
|
37202
|
+
/**
|
|
37203
|
+
* ### [](#)Supported database engines
|
|
37204
|
+
* * MySQL
|
|
37205
|
+
* * PostgreSQL
|
|
37206
|
+
* * SQL Server
|
|
37207
|
+
* * MariaDB
|
|
37208
|
+
*
|
|
37209
|
+
* @param request DescribeInstanceAutoRenewalAttributeRequest
|
|
37210
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
37211
|
+
* @return DescribeInstanceAutoRenewalAttributeResponse
|
|
37212
|
+
*/
|
|
37069
37213
|
async describeInstanceAutoRenewalAttributeWithOptions(request, runtime) {
|
|
37070
37214
|
tea_util_1.default.validateModel(request);
|
|
37071
37215
|
let query = {};
|
|
@@ -37115,6 +37259,16 @@ class Client extends openapi_client_1.default {
|
|
|
37115
37259
|
});
|
|
37116
37260
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceAutoRenewalAttributeResponse({}));
|
|
37117
37261
|
}
|
|
37262
|
+
/**
|
|
37263
|
+
* ### [](#)Supported database engines
|
|
37264
|
+
* * MySQL
|
|
37265
|
+
* * PostgreSQL
|
|
37266
|
+
* * SQL Server
|
|
37267
|
+
* * MariaDB
|
|
37268
|
+
*
|
|
37269
|
+
* @param request DescribeInstanceAutoRenewalAttributeRequest
|
|
37270
|
+
* @return DescribeInstanceAutoRenewalAttributeResponse
|
|
37271
|
+
*/
|
|
37118
37272
|
async describeInstanceAutoRenewalAttribute(request) {
|
|
37119
37273
|
let runtime = new $Util.RuntimeOptions({});
|
|
37120
37274
|
return await this.describeInstanceAutoRenewalAttributeWithOptions(request, runtime);
|
|
@@ -37125,7 +37279,8 @@ class Client extends openapi_client_1.default {
|
|
|
37125
37279
|
* * PostgreSQL
|
|
37126
37280
|
* * SQL Server
|
|
37127
37281
|
* ### [](#)References
|
|
37128
|
-
*
|
|
37282
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
37283
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
37129
37284
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
37130
37285
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
37131
37286
|
*
|
|
@@ -37173,7 +37328,8 @@ class Client extends openapi_client_1.default {
|
|
|
37173
37328
|
* * PostgreSQL
|
|
37174
37329
|
* * SQL Server
|
|
37175
37330
|
* ### [](#)References
|
|
37176
|
-
*
|
|
37331
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
37332
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
37177
37333
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
37178
37334
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
37179
37335
|
*
|
|
@@ -37338,8 +37494,8 @@ class Client extends openapi_client_1.default {
|
|
|
37338
37494
|
}
|
|
37339
37495
|
/**
|
|
37340
37496
|
* ### [](#)Supported database engines
|
|
37341
|
-
*
|
|
37342
|
-
* > You can call the
|
|
37497
|
+
* SQL Server
|
|
37498
|
+
* > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
|
|
37343
37499
|
*
|
|
37344
37500
|
* @param request DescribeLogBackupFilesRequest
|
|
37345
37501
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -37393,8 +37549,8 @@ class Client extends openapi_client_1.default {
|
|
|
37393
37549
|
}
|
|
37394
37550
|
/**
|
|
37395
37551
|
* ### [](#)Supported database engines
|
|
37396
|
-
*
|
|
37397
|
-
* > You can call the
|
|
37552
|
+
* SQL Server
|
|
37553
|
+
* > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
|
|
37398
37554
|
*
|
|
37399
37555
|
* @param request DescribeLogBackupFilesRequest
|
|
37400
37556
|
* @return DescribeLogBackupFilesResponse
|
|
@@ -38813,10 +38969,10 @@ class Client extends openapi_client_1.default {
|
|
|
38813
38969
|
return await this.describeResourceUsageWithOptions(request, runtime);
|
|
38814
38970
|
}
|
|
38815
38971
|
/**
|
|
38816
|
-
*
|
|
38972
|
+
* ### [](#)Supported database engines
|
|
38817
38973
|
* * MySQL
|
|
38818
|
-
* * SQL Server 2008 R2
|
|
38819
38974
|
* * PostgreSQL
|
|
38975
|
+
* * SQL Server
|
|
38820
38976
|
*
|
|
38821
38977
|
* @param request DescribeSQLCollectorPolicyRequest
|
|
38822
38978
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -38863,10 +39019,10 @@ class Client extends openapi_client_1.default {
|
|
|
38863
39019
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeSQLCollectorPolicyResponse({}));
|
|
38864
39020
|
}
|
|
38865
39021
|
/**
|
|
38866
|
-
*
|
|
39022
|
+
* ### [](#)Supported database engines
|
|
38867
39023
|
* * MySQL
|
|
38868
|
-
* * SQL Server 2008 R2
|
|
38869
39024
|
* * PostgreSQL
|
|
39025
|
+
* * SQL Server
|
|
38870
39026
|
*
|
|
38871
39027
|
* @param request DescribeSQLCollectorPolicyRequest
|
|
38872
39028
|
* @return DescribeSQLCollectorPolicyResponse
|
|
@@ -39271,7 +39427,8 @@ class Client extends openapi_client_1.default {
|
|
|
39271
39427
|
return await this.describeSecurityGroupConfigurationWithOptions(request, runtime);
|
|
39272
39428
|
}
|
|
39273
39429
|
/**
|
|
39274
|
-
*
|
|
39430
|
+
* ### [](#)Supported database engines
|
|
39431
|
+
* * PostgreSQL
|
|
39275
39432
|
*
|
|
39276
39433
|
* @param request DescribeSlotsRequest
|
|
39277
39434
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -39318,7 +39475,8 @@ class Client extends openapi_client_1.default {
|
|
|
39318
39475
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeSlotsResponse({}));
|
|
39319
39476
|
}
|
|
39320
39477
|
/**
|
|
39321
|
-
*
|
|
39478
|
+
* ### [](#)Supported database engines
|
|
39479
|
+
* * PostgreSQL
|
|
39322
39480
|
*
|
|
39323
39481
|
* @param request DescribeSlotsRequest
|
|
39324
39482
|
* @return DescribeSlotsResponse
|
|
@@ -39756,6 +39914,14 @@ class Client extends openapi_client_1.default {
|
|
|
39756
39914
|
let runtime = new $Util.RuntimeOptions({});
|
|
39757
39915
|
return await this.describeUpgradeMajorVersionPrecheckTaskWithOptions(request, runtime);
|
|
39758
39916
|
}
|
|
39917
|
+
/**
|
|
39918
|
+
* ### [](#)Supported database engines
|
|
39919
|
+
* PostgreSQL
|
|
39920
|
+
*
|
|
39921
|
+
* @param request DescribeUpgradeMajorVersionTasksRequest
|
|
39922
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
39923
|
+
* @return DescribeUpgradeMajorVersionTasksResponse
|
|
39924
|
+
*/
|
|
39759
39925
|
async describeUpgradeMajorVersionTasksWithOptions(request, runtime) {
|
|
39760
39926
|
tea_util_1.default.validateModel(request);
|
|
39761
39927
|
let query = {};
|
|
@@ -39802,6 +39968,13 @@ class Client extends openapi_client_1.default {
|
|
|
39802
39968
|
});
|
|
39803
39969
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeUpgradeMajorVersionTasksResponse({}));
|
|
39804
39970
|
}
|
|
39971
|
+
/**
|
|
39972
|
+
* ### [](#)Supported database engines
|
|
39973
|
+
* PostgreSQL
|
|
39974
|
+
*
|
|
39975
|
+
* @param request DescribeUpgradeMajorVersionTasksRequest
|
|
39976
|
+
* @return DescribeUpgradeMajorVersionTasksResponse
|
|
39977
|
+
*/
|
|
39805
39978
|
async describeUpgradeMajorVersionTasks(request) {
|
|
39806
39979
|
let runtime = new $Util.RuntimeOptions({});
|
|
39807
39980
|
return await this.describeUpgradeMajorVersionTasksWithOptions(request, runtime);
|
|
@@ -40740,7 +40913,9 @@ class Client extends openapi_client_1.default {
|
|
|
40740
40913
|
return await this.listTagResourcesWithOptions(request, runtime);
|
|
40741
40914
|
}
|
|
40742
40915
|
/**
|
|
40743
|
-
*
|
|
40916
|
+
* ### [](#)Supported database engines
|
|
40917
|
+
* * MySQL
|
|
40918
|
+
* ### [](#)Feature description
|
|
40744
40919
|
* * 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~~).
|
|
40745
40920
|
* * 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.
|
|
40746
40921
|
* * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
|
|
@@ -40799,7 +40974,9 @@ class Client extends openapi_client_1.default {
|
|
|
40799
40974
|
return $tea.cast(await this.callApi(params, req, runtime), new ListUserBackupFilesResponse({}));
|
|
40800
40975
|
}
|
|
40801
40976
|
/**
|
|
40802
|
-
*
|
|
40977
|
+
* ### [](#)Supported database engines
|
|
40978
|
+
* * MySQL
|
|
40979
|
+
* ### [](#)Feature description
|
|
40803
40980
|
* * 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~~).
|
|
40804
40981
|
* * 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.
|
|
40805
40982
|
* * You can call the [ImportUserBackupFile](~~260266~~) operation to import a full backup file into an ApsaraDB RDS for MySQL instance.
|
|
@@ -41728,7 +41905,13 @@ class Client extends openapi_client_1.default {
|
|
|
41728
41905
|
return await this.modifyDBDescriptionWithOptions(request, runtime);
|
|
41729
41906
|
}
|
|
41730
41907
|
/**
|
|
41731
|
-
*
|
|
41908
|
+
* ### [](#)Supported database engines
|
|
41909
|
+
* * MySQL
|
|
41910
|
+
* * PostgreSQL
|
|
41911
|
+
* ### [](#)References
|
|
41912
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
41913
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
|
|
41914
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
|
|
41732
41915
|
*
|
|
41733
41916
|
* @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
|
|
41734
41917
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -41772,7 +41955,13 @@ class Client extends openapi_client_1.default {
|
|
|
41772
41955
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceAutoUpgradeMinorVersionResponse({}));
|
|
41773
41956
|
}
|
|
41774
41957
|
/**
|
|
41775
|
-
*
|
|
41958
|
+
* ### [](#)Supported database engines
|
|
41959
|
+
* * MySQL
|
|
41960
|
+
* * PostgreSQL
|
|
41961
|
+
* ### [](#)References
|
|
41962
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
41963
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for MySQL instance](~~96059~~)
|
|
41964
|
+
* * [Modify automatic update settings for an ApsaraDB RDS for PostgreSQL instance](~~146895~~)
|
|
41776
41965
|
*
|
|
41777
41966
|
* @param request ModifyDBInstanceAutoUpgradeMinorVersionRequest
|
|
41778
41967
|
* @return ModifyDBInstanceAutoUpgradeMinorVersionResponse
|
|
@@ -41782,12 +41971,9 @@ class Client extends openapi_client_1.default {
|
|
|
41782
41971
|
return await this.modifyDBInstanceAutoUpgradeMinorVersionWithOptions(request, runtime);
|
|
41783
41972
|
}
|
|
41784
41973
|
/**
|
|
41785
|
-
* ### Supported database engines
|
|
41786
|
-
* *
|
|
41787
|
-
*
|
|
41788
|
-
* * RDS SQL Server
|
|
41789
|
-
* * RDS MariaDB
|
|
41790
|
-
* > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
41974
|
+
* ### [](#)Supported database engines
|
|
41975
|
+
* * PostgreSQL
|
|
41976
|
+
* > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
41791
41977
|
*
|
|
41792
41978
|
* @param request ModifyDBInstanceConfigRequest
|
|
41793
41979
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -41840,12 +42026,9 @@ class Client extends openapi_client_1.default {
|
|
|
41840
42026
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceConfigResponse({}));
|
|
41841
42027
|
}
|
|
41842
42028
|
/**
|
|
41843
|
-
* ### Supported database engines
|
|
41844
|
-
* *
|
|
41845
|
-
*
|
|
41846
|
-
* * RDS SQL Server
|
|
41847
|
-
* * RDS MariaDB
|
|
41848
|
-
* > : The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
42029
|
+
* ### [](#)Supported database engines
|
|
42030
|
+
* * PostgreSQL
|
|
42031
|
+
* > The configuration item that is supported is [PgBouncer](~~2398301~~) of ApsaraDB RDS for PostgreSQL instances.
|
|
41849
42032
|
*
|
|
41850
42033
|
* @param request ModifyDBInstanceConfigRequest
|
|
41851
42034
|
* @return ModifyDBInstanceConfigResponse
|
|
@@ -41997,6 +42180,17 @@ class Client extends openapi_client_1.default {
|
|
|
41997
42180
|
let runtime = new $Util.RuntimeOptions({});
|
|
41998
42181
|
return await this.modifyDBInstanceConnectionStringWithOptions(request, runtime);
|
|
41999
42182
|
}
|
|
42183
|
+
/**
|
|
42184
|
+
* ### [](#)Supported database engines
|
|
42185
|
+
* * MySQL
|
|
42186
|
+
* ### [](#)References
|
|
42187
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
42188
|
+
* * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
|
|
42189
|
+
*
|
|
42190
|
+
* @param request ModifyDBInstanceDelayedReplicationTimeRequest
|
|
42191
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
42192
|
+
* @return ModifyDBInstanceDelayedReplicationTimeResponse
|
|
42193
|
+
*/
|
|
42000
42194
|
async modifyDBInstanceDelayedReplicationTimeWithOptions(request, runtime) {
|
|
42001
42195
|
tea_util_1.default.validateModel(request);
|
|
42002
42196
|
let query = {};
|
|
@@ -42031,12 +42225,32 @@ class Client extends openapi_client_1.default {
|
|
|
42031
42225
|
});
|
|
42032
42226
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceDelayedReplicationTimeResponse({}));
|
|
42033
42227
|
}
|
|
42228
|
+
/**
|
|
42229
|
+
* ### [](#)Supported database engines
|
|
42230
|
+
* * MySQL
|
|
42231
|
+
* ### [](#)References
|
|
42232
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
42233
|
+
* * [Configure a data replication latency for a read-only ApsaraDB RDS for MySQL instance](~~96056~~)
|
|
42234
|
+
*
|
|
42235
|
+
* @param request ModifyDBInstanceDelayedReplicationTimeRequest
|
|
42236
|
+
* @return ModifyDBInstanceDelayedReplicationTimeResponse
|
|
42237
|
+
*/
|
|
42034
42238
|
async modifyDBInstanceDelayedReplicationTime(request) {
|
|
42035
42239
|
let runtime = new $Util.RuntimeOptions({});
|
|
42036
42240
|
return await this.modifyDBInstanceDelayedReplicationTimeWithOptions(request, runtime);
|
|
42037
42241
|
}
|
|
42038
42242
|
/**
|
|
42039
|
-
*
|
|
42243
|
+
* ### [](#)Supported database engines
|
|
42244
|
+
* * MySQL
|
|
42245
|
+
* * PostgreSQL
|
|
42246
|
+
* * SQL Server
|
|
42247
|
+
* * MariaDB
|
|
42248
|
+
* ### [](#)References
|
|
42249
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
42250
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
|
|
42251
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
|
|
42252
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
|
|
42253
|
+
* * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
|
|
42040
42254
|
*
|
|
42041
42255
|
* @param request ModifyDBInstanceDeletionProtectionRequest
|
|
42042
42256
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42083,7 +42297,17 @@ class Client extends openapi_client_1.default {
|
|
|
42083
42297
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceDeletionProtectionResponse({}));
|
|
42084
42298
|
}
|
|
42085
42299
|
/**
|
|
42086
|
-
*
|
|
42300
|
+
* ### [](#)Supported database engines
|
|
42301
|
+
* * MySQL
|
|
42302
|
+
* * PostgreSQL
|
|
42303
|
+
* * SQL Server
|
|
42304
|
+
* * MariaDB
|
|
42305
|
+
* ### [](#)References
|
|
42306
|
+
* > : Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
42307
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for MySQL instance](~~414512~~)
|
|
42308
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for PostgreSQL instance](~~471512~~)
|
|
42309
|
+
* * [Enable and disable instance release protection for an ApsaraDB RDS for SQL Server instance](~~416209~~)
|
|
42310
|
+
* * [Enable and disable release protection for an ApsaraDB RDS for MariaDB instance](~~414512~~)
|
|
42087
42311
|
*
|
|
42088
42312
|
* @param request ModifyDBInstanceDeletionProtectionRequest
|
|
42089
42313
|
* @return ModifyDBInstanceDeletionProtectionResponse
|
|
@@ -42313,7 +42537,17 @@ class Client extends openapi_client_1.default {
|
|
|
42313
42537
|
return await this.modifyDBInstanceHAConfigWithOptions(request, runtime);
|
|
42314
42538
|
}
|
|
42315
42539
|
/**
|
|
42316
|
-
*
|
|
42540
|
+
* ### [](#)Supported database engines
|
|
42541
|
+
* * MySQL
|
|
42542
|
+
* * PostgreSQL
|
|
42543
|
+
* * SQL Server
|
|
42544
|
+
* * MariaDB
|
|
42545
|
+
* ### [](#)References
|
|
42546
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
42547
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
42548
|
+
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
42549
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
|
|
42550
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
42317
42551
|
*
|
|
42318
42552
|
* @param request ModifyDBInstanceMaintainTimeRequest
|
|
42319
42553
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42360,7 +42594,17 @@ class Client extends openapi_client_1.default {
|
|
|
42360
42594
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceMaintainTimeResponse({}));
|
|
42361
42595
|
}
|
|
42362
42596
|
/**
|
|
42363
|
-
*
|
|
42597
|
+
* ### [](#)Supported database engines
|
|
42598
|
+
* * MySQL
|
|
42599
|
+
* * PostgreSQL
|
|
42600
|
+
* * SQL Server
|
|
42601
|
+
* * MariaDB
|
|
42602
|
+
* ### [](#)References
|
|
42603
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
42604
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MySQL instance](~~96052~~)
|
|
42605
|
+
* * [Set a maintenance window for an ApsaraDB RDS for PostgreSQL instance](~~96799~~)
|
|
42606
|
+
* * [Set a maintenance window for an ApsaraDB RDS for SQL Sever instance](~~95657~~)
|
|
42607
|
+
* * [Set a maintenance window for an ApsaraDB RDS for MariaDB instance](~~97473~~)
|
|
42364
42608
|
*
|
|
42365
42609
|
* @param request ModifyDBInstanceMaintainTimeRequest
|
|
42366
42610
|
* @return ModifyDBInstanceMaintainTimeResponse
|
|
@@ -42499,7 +42743,12 @@ class Client extends openapi_client_1.default {
|
|
|
42499
42743
|
return await this.modifyDBInstanceMonitorWithOptions(request, runtime);
|
|
42500
42744
|
}
|
|
42501
42745
|
/**
|
|
42502
|
-
*
|
|
42746
|
+
* ### [](#)Supported database engines
|
|
42747
|
+
* * MySQL
|
|
42748
|
+
* * SQL Server
|
|
42749
|
+
* ### [](#)References
|
|
42750
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
|
|
42751
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
|
|
42503
42752
|
*
|
|
42504
42753
|
* @param request ModifyDBInstanceNetworkExpireTimeRequest
|
|
42505
42754
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42546,7 +42795,12 @@ class Client extends openapi_client_1.default {
|
|
|
42546
42795
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstanceNetworkExpireTimeResponse({}));
|
|
42547
42796
|
}
|
|
42548
42797
|
/**
|
|
42549
|
-
*
|
|
42798
|
+
* ### [](#)Supported database engines
|
|
42799
|
+
* * MySQL
|
|
42800
|
+
* * SQL Server
|
|
42801
|
+
* ### [](#)References
|
|
42802
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for MySQL instance](~~96110~~)
|
|
42803
|
+
* * [Configure the hybrid access solution for an ApsaraDB RDS for SQL Server instance](~~95708~~)
|
|
42550
42804
|
*
|
|
42551
42805
|
* @param request ModifyDBInstanceNetworkExpireTimeRequest
|
|
42552
42806
|
* @return ModifyDBInstanceNetworkExpireTimeResponse
|
|
@@ -42647,14 +42901,17 @@ class Client extends openapi_client_1.default {
|
|
|
42647
42901
|
return await this.modifyDBInstanceNetworkTypeWithOptions(request, runtime);
|
|
42648
42902
|
}
|
|
42649
42903
|
/**
|
|
42650
|
-
*
|
|
42651
|
-
*
|
|
42652
|
-
* *
|
|
42653
|
-
* *
|
|
42654
|
-
*
|
|
42655
|
-
*
|
|
42656
|
-
*
|
|
42657
|
-
* *
|
|
42904
|
+
* ### [](#)Supported database engines
|
|
42905
|
+
* * MySQL
|
|
42906
|
+
* * PostgreSQL
|
|
42907
|
+
* * SQL Server
|
|
42908
|
+
* * MariaDB
|
|
42909
|
+
* ### [](#)References
|
|
42910
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
42911
|
+
* * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
|
|
42912
|
+
* * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
|
|
42913
|
+
* * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
|
|
42914
|
+
* * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
|
|
42658
42915
|
*
|
|
42659
42916
|
* @param request ModifyDBInstancePayTypeRequest
|
|
42660
42917
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -42695,14 +42952,17 @@ class Client extends openapi_client_1.default {
|
|
|
42695
42952
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyDBInstancePayTypeResponse({}));
|
|
42696
42953
|
}
|
|
42697
42954
|
/**
|
|
42698
|
-
*
|
|
42699
|
-
*
|
|
42700
|
-
* *
|
|
42701
|
-
* *
|
|
42702
|
-
*
|
|
42703
|
-
*
|
|
42704
|
-
*
|
|
42705
|
-
* *
|
|
42955
|
+
* ### [](#)Supported database engines
|
|
42956
|
+
* * MySQL
|
|
42957
|
+
* * PostgreSQL
|
|
42958
|
+
* * SQL Server
|
|
42959
|
+
* * MariaDB
|
|
42960
|
+
* ### [](#)References
|
|
42961
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
42962
|
+
* * [Change the billing method of an ApsaraDB RDS for MySQL instance from pay-as-you-go to subscription](~~96048~~)
|
|
42963
|
+
* * [Change the billing method of an ApsaraDB RDS for PostgreSQL instance from pay-as-you-go to subscription](~~96743~~)
|
|
42964
|
+
* * [Change the billing method of an ApsaraDB RDS for SQL Server instance from pay-as-you-go to subscription](~~95631~~)
|
|
42965
|
+
* * [Change the billing method of an ApsaraDB RDS for MariaDB instance from pay-as-you-go to subscription](~~97120~~)
|
|
42706
42966
|
*
|
|
42707
42967
|
* @param request ModifyDBInstancePayTypeRequest
|
|
42708
42968
|
* @return ModifyDBInstancePayTypeResponse
|
|
@@ -43126,6 +43386,9 @@ class Client extends openapi_client_1.default {
|
|
|
43126
43386
|
if (!tea_util_1.default.isUnset(request.dryRun)) {
|
|
43127
43387
|
query["DryRun"] = request.dryRun;
|
|
43128
43388
|
}
|
|
43389
|
+
if (!tea_util_1.default.isUnset(request.effectiveTime)) {
|
|
43390
|
+
query["EffectiveTime"] = request.effectiveTime;
|
|
43391
|
+
}
|
|
43129
43392
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
43130
43393
|
query["OwnerAccount"] = request.ownerAccount;
|
|
43131
43394
|
}
|
|
@@ -43772,7 +44035,14 @@ class Client extends openapi_client_1.default {
|
|
|
43772
44035
|
return await this.modifyDbProxyInstanceSslWithOptions(request, runtime);
|
|
43773
44036
|
}
|
|
43774
44037
|
/**
|
|
43775
|
-
*
|
|
44038
|
+
* ### [](#)Supported database engines
|
|
44039
|
+
* * MySQL
|
|
44040
|
+
* * PostgreSQL
|
|
44041
|
+
* * SQL Server
|
|
44042
|
+
* * MariaDB
|
|
44043
|
+
* ### [](#)References
|
|
44044
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
44045
|
+
* [What is availability check?](~~207467~~)
|
|
43776
44046
|
*
|
|
43777
44047
|
* @param request ModifyHADiagnoseConfigRequest
|
|
43778
44048
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -43816,7 +44086,14 @@ class Client extends openapi_client_1.default {
|
|
|
43816
44086
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyHADiagnoseConfigResponse({}));
|
|
43817
44087
|
}
|
|
43818
44088
|
/**
|
|
43819
|
-
*
|
|
44089
|
+
* ### [](#)Supported database engines
|
|
44090
|
+
* * MySQL
|
|
44091
|
+
* * PostgreSQL
|
|
44092
|
+
* * SQL Server
|
|
44093
|
+
* * MariaDB
|
|
44094
|
+
* ### [](#)References
|
|
44095
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
44096
|
+
* [What is availability check?](~~207467~~)
|
|
43820
44097
|
*
|
|
43821
44098
|
* @param request ModifyHADiagnoseConfigRequest
|
|
43822
44099
|
* @return ModifyHADiagnoseConfigResponse
|
|
@@ -43971,6 +44248,7 @@ class Client extends openapi_client_1.default {
|
|
|
43971
44248
|
* * PostgreSQL
|
|
43972
44249
|
* * SQL Server
|
|
43973
44250
|
* ### [](#)References
|
|
44251
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
43974
44252
|
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
43975
44253
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
43976
44254
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
@@ -44037,6 +44315,7 @@ class Client extends openapi_client_1.default {
|
|
|
44037
44315
|
* * PostgreSQL
|
|
44038
44316
|
* * SQL Server
|
|
44039
44317
|
* ### [](#)References
|
|
44318
|
+
* > Before you call this operation, read the following documentation and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
44040
44319
|
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
44041
44320
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
44042
44321
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
@@ -45638,12 +45917,17 @@ class Client extends openapi_client_1.default {
|
|
|
45638
45917
|
return await this.removeTagsFromResourceWithOptions(request, runtime);
|
|
45639
45918
|
}
|
|
45640
45919
|
/**
|
|
45641
|
-
*
|
|
45642
|
-
*
|
|
45643
|
-
* *
|
|
45644
|
-
* *
|
|
45645
|
-
*
|
|
45646
|
-
*
|
|
45920
|
+
* ### [](#)Supported database engines
|
|
45921
|
+
* * MySQL
|
|
45922
|
+
* * PostgreSQL
|
|
45923
|
+
* * SQL Server
|
|
45924
|
+
* * MariaDB
|
|
45925
|
+
* ### [](#)References
|
|
45926
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
45927
|
+
* * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
|
|
45928
|
+
* * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
|
|
45929
|
+
* * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
|
|
45930
|
+
* * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
|
|
45647
45931
|
*
|
|
45648
45932
|
* @param request RenewInstanceRequest
|
|
45649
45933
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -45693,12 +45977,17 @@ class Client extends openapi_client_1.default {
|
|
|
45693
45977
|
return $tea.cast(await this.callApi(params, req, runtime), new RenewInstanceResponse({}));
|
|
45694
45978
|
}
|
|
45695
45979
|
/**
|
|
45696
|
-
*
|
|
45697
|
-
*
|
|
45698
|
-
* *
|
|
45699
|
-
* *
|
|
45700
|
-
*
|
|
45701
|
-
*
|
|
45980
|
+
* ### [](#)Supported database engines
|
|
45981
|
+
* * MySQL
|
|
45982
|
+
* * PostgreSQL
|
|
45983
|
+
* * SQL Server
|
|
45984
|
+
* * MariaDB
|
|
45985
|
+
* ### [](#)References
|
|
45986
|
+
* > Fees of an instance are changed if the call is successful. Before you call this operation, carefully read the following topics:
|
|
45987
|
+
* * [Manually renew an ApsaraDB RDS for MySQL instance](~~96050~~)
|
|
45988
|
+
* * [Manually renew an ApsaraDB RDS for PostgreSQL instance](~~96741~~)
|
|
45989
|
+
* * [Manually renew an ApsaraDB RDS for SQL Server instance](~~95637~~)
|
|
45990
|
+
* * [Manually renew an ApsaraDB RDS for MariaDB instance](~~97122~~)
|
|
45702
45991
|
*
|
|
45703
45992
|
* @param request RenewInstanceRequest
|
|
45704
45993
|
* @return RenewInstanceResponse
|