@alicloud/rds20140815 3.0.0 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/client.d.ts +48 -18
- package/dist/client.js +95 -18
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +124 -18
package/dist/client.d.ts
CHANGED
|
@@ -640,6 +640,7 @@ export declare class CloneDBInstanceRequest extends $tea.Model {
|
|
|
640
640
|
dedicatedHostGroupId?: string;
|
|
641
641
|
deletionProtection?: boolean;
|
|
642
642
|
instanceNetworkType?: string;
|
|
643
|
+
ioAccelerationEnabled?: string;
|
|
643
644
|
payType?: string;
|
|
644
645
|
period?: string;
|
|
645
646
|
privateIpAddress?: string;
|
|
@@ -680,6 +681,7 @@ export declare class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
680
681
|
dedicatedHostGroupId?: string;
|
|
681
682
|
deletionProtection?: boolean;
|
|
682
683
|
instanceNetworkType?: string;
|
|
684
|
+
ioAccelerationEnabled?: string;
|
|
683
685
|
payType?: string;
|
|
684
686
|
period?: string;
|
|
685
687
|
privateIpAddress?: string;
|
|
@@ -1134,6 +1136,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1134
1136
|
businessInfo?: string;
|
|
1135
1137
|
category?: string;
|
|
1136
1138
|
clientToken?: string;
|
|
1139
|
+
coldDataEnabled?: boolean;
|
|
1137
1140
|
connectionMode?: string;
|
|
1138
1141
|
connectionString?: string;
|
|
1139
1142
|
createStrategy?: string;
|
|
@@ -1152,6 +1155,7 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1152
1155
|
engine?: string;
|
|
1153
1156
|
engineVersion?: string;
|
|
1154
1157
|
instanceNetworkType?: string;
|
|
1158
|
+
ioAccelerationEnabled?: string;
|
|
1155
1159
|
payType?: string;
|
|
1156
1160
|
period?: string;
|
|
1157
1161
|
port?: string;
|
|
@@ -1198,6 +1202,7 @@ export declare class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1198
1202
|
businessInfo?: string;
|
|
1199
1203
|
category?: string;
|
|
1200
1204
|
clientToken?: string;
|
|
1205
|
+
coldDataEnabled?: boolean;
|
|
1201
1206
|
connectionMode?: string;
|
|
1202
1207
|
connectionString?: string;
|
|
1203
1208
|
createStrategy?: string;
|
|
@@ -1216,6 +1221,7 @@ export declare class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1216
1221
|
engine?: string;
|
|
1217
1222
|
engineVersion?: string;
|
|
1218
1223
|
instanceNetworkType?: string;
|
|
1224
|
+
ioAccelerationEnabled?: string;
|
|
1219
1225
|
payType?: string;
|
|
1220
1226
|
period?: string;
|
|
1221
1227
|
port?: string;
|
|
@@ -2244,6 +2250,7 @@ export declare class CreateReadOnlyDBInstanceRequest extends $tea.Model {
|
|
|
2244
2250
|
gdnInstanceName?: string;
|
|
2245
2251
|
instanceNetworkType?: string;
|
|
2246
2252
|
instructionSetArch?: string;
|
|
2253
|
+
ioAccelerationEnabled?: string;
|
|
2247
2254
|
ownerAccount?: string;
|
|
2248
2255
|
ownerId?: number;
|
|
2249
2256
|
payType?: string;
|
|
@@ -5489,6 +5496,7 @@ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
5489
5496
|
clientCACertExpireTime?: string;
|
|
5490
5497
|
clientCertRevocationList?: string;
|
|
5491
5498
|
connectionString?: string;
|
|
5499
|
+
forceEncryption?: string;
|
|
5492
5500
|
lastModifyStatus?: string;
|
|
5493
5501
|
modifyStatusReason?: string;
|
|
5494
5502
|
replicationACL?: string;
|
|
@@ -5502,6 +5510,7 @@ export declare class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
5502
5510
|
serverCAUrl?: string;
|
|
5503
5511
|
serverCert?: string;
|
|
5504
5512
|
serverKey?: string;
|
|
5513
|
+
tlsVersion?: string;
|
|
5505
5514
|
static names(): {
|
|
5506
5515
|
[key: string]: string;
|
|
5507
5516
|
};
|
|
@@ -10159,6 +10168,7 @@ export declare class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
10159
10168
|
DBInstanceId?: string;
|
|
10160
10169
|
DBInstanceStorage?: number;
|
|
10161
10170
|
effectiveTime?: string;
|
|
10171
|
+
ioAccelerationEnabled?: string;
|
|
10162
10172
|
isModifySpec?: string;
|
|
10163
10173
|
ownerAccount?: string;
|
|
10164
10174
|
ownerId?: number;
|
|
@@ -11434,6 +11444,7 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
11434
11444
|
clientCrlEnabled?: number;
|
|
11435
11445
|
connectionString?: string;
|
|
11436
11446
|
DBInstanceId?: string;
|
|
11447
|
+
forceEncryption?: string;
|
|
11437
11448
|
ownerAccount?: string;
|
|
11438
11449
|
ownerId?: number;
|
|
11439
11450
|
replicationACL?: string;
|
|
@@ -11442,6 +11453,7 @@ export declare class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
11442
11453
|
SSLEnabled?: number;
|
|
11443
11454
|
serverCert?: string;
|
|
11444
11455
|
serverKey?: string;
|
|
11456
|
+
tlsVersion?: string;
|
|
11445
11457
|
static names(): {
|
|
11446
11458
|
[key: string]: string;
|
|
11447
11459
|
};
|
|
@@ -11484,6 +11496,7 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
11484
11496
|
autoUseCoupon?: boolean;
|
|
11485
11497
|
burstingEnabled?: boolean;
|
|
11486
11498
|
category?: string;
|
|
11499
|
+
coldDataEnabled?: boolean;
|
|
11487
11500
|
DBInstanceClass?: string;
|
|
11488
11501
|
DBInstanceId?: string;
|
|
11489
11502
|
DBInstanceStorage?: number;
|
|
@@ -11492,6 +11505,7 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
11492
11505
|
direction?: string;
|
|
11493
11506
|
effectiveTime?: string;
|
|
11494
11507
|
engineVersion?: string;
|
|
11508
|
+
ioAccelerationEnabled?: string;
|
|
11495
11509
|
ownerAccount?: string;
|
|
11496
11510
|
ownerId?: number;
|
|
11497
11511
|
payType?: string;
|
|
@@ -11518,6 +11532,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
11518
11532
|
autoUseCoupon?: boolean;
|
|
11519
11533
|
burstingEnabled?: boolean;
|
|
11520
11534
|
category?: string;
|
|
11535
|
+
coldDataEnabled?: boolean;
|
|
11521
11536
|
DBInstanceClass?: string;
|
|
11522
11537
|
DBInstanceId?: string;
|
|
11523
11538
|
DBInstanceStorage?: number;
|
|
@@ -11526,6 +11541,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
11526
11541
|
direction?: string;
|
|
11527
11542
|
effectiveTime?: string;
|
|
11528
11543
|
engineVersion?: string;
|
|
11544
|
+
ioAccelerationEnabled?: string;
|
|
11529
11545
|
ownerAccount?: string;
|
|
11530
11546
|
ownerId?: number;
|
|
11531
11547
|
payType?: string;
|
|
@@ -15976,6 +15992,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
15976
15992
|
bpeEnabled?: string;
|
|
15977
15993
|
burstingEnabled?: boolean;
|
|
15978
15994
|
category?: string;
|
|
15995
|
+
coldDataEnabled?: boolean;
|
|
15979
15996
|
collation?: string;
|
|
15980
15997
|
connectionMode?: string;
|
|
15981
15998
|
connectionString?: string;
|
|
@@ -16008,6 +16025,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
16008
16025
|
incrementSourceDBInstanceId?: string;
|
|
16009
16026
|
instanceNetworkType?: string;
|
|
16010
16027
|
instructionSetArch?: string;
|
|
16028
|
+
ioAccelerationEnabled?: string;
|
|
16011
16029
|
latestKernelVersion?: string;
|
|
16012
16030
|
lockMode?: string;
|
|
16013
16031
|
lockReason?: string;
|
|
@@ -16592,6 +16610,7 @@ export declare class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea
|
|
|
16592
16610
|
bpeEnabled?: string;
|
|
16593
16611
|
burstingEnabled?: boolean;
|
|
16594
16612
|
category?: string;
|
|
16613
|
+
coldDataEnabled?: boolean;
|
|
16595
16614
|
connectionMode?: string;
|
|
16596
16615
|
connectionString?: string;
|
|
16597
16616
|
createTime?: string;
|
|
@@ -16621,6 +16640,7 @@ export declare class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea
|
|
|
16621
16640
|
generalGroupName?: string;
|
|
16622
16641
|
guardDBInstanceId?: string;
|
|
16623
16642
|
instanceNetworkType?: string;
|
|
16643
|
+
ioAccelerationEnabled?: string;
|
|
16624
16644
|
lockMode?: string;
|
|
16625
16645
|
lockReason?: string;
|
|
16626
16646
|
masterInstanceId?: string;
|
|
@@ -21597,10 +21617,15 @@ export default class Client extends OpenApi {
|
|
|
21597
21617
|
*/
|
|
21598
21618
|
describeCrossBackupMetaList(request: DescribeCrossBackupMetaListRequest): Promise<DescribeCrossBackupMetaListResponse>;
|
|
21599
21619
|
/**
|
|
21600
|
-
*
|
|
21601
|
-
* * MySQL
|
|
21602
|
-
* *
|
|
21603
|
-
* *
|
|
21620
|
+
* ### [](#)Supported database engines
|
|
21621
|
+
* * MySQL
|
|
21622
|
+
* * PostgreSQL
|
|
21623
|
+
* * SQL Server
|
|
21624
|
+
* ### [](#)References
|
|
21625
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
21626
|
+
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
21627
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
21628
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
21604
21629
|
*
|
|
21605
21630
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
21606
21631
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21608,10 +21633,15 @@ export default class Client extends OpenApi {
|
|
|
21608
21633
|
*/
|
|
21609
21634
|
describeCrossRegionBackupDBInstanceWithOptions(request: DescribeCrossRegionBackupDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCrossRegionBackupDBInstanceResponse>;
|
|
21610
21635
|
/**
|
|
21611
|
-
*
|
|
21612
|
-
* * MySQL
|
|
21613
|
-
* *
|
|
21614
|
-
* *
|
|
21636
|
+
* ### [](#)Supported database engines
|
|
21637
|
+
* * MySQL
|
|
21638
|
+
* * PostgreSQL
|
|
21639
|
+
* * SQL Server
|
|
21640
|
+
* ### [](#)References
|
|
21641
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
21642
|
+
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
21643
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
21644
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
21615
21645
|
*
|
|
21616
21646
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
21617
21647
|
* @return DescribeCrossRegionBackupDBInstanceResponse
|
|
@@ -21623,6 +21653,7 @@ export default class Client extends OpenApi {
|
|
|
21623
21653
|
* * PostgreSQL
|
|
21624
21654
|
* * SQL Server
|
|
21625
21655
|
* ### [](#)References
|
|
21656
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
21626
21657
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
21627
21658
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
21628
21659
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -21639,6 +21670,7 @@ export default class Client extends OpenApi {
|
|
|
21639
21670
|
* * PostgreSQL
|
|
21640
21671
|
* * SQL Server
|
|
21641
21672
|
* ### [](#)References
|
|
21673
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
21642
21674
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
21643
21675
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
21644
21676
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -23661,15 +23693,14 @@ export default class Client extends OpenApi {
|
|
|
23661
23693
|
* We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
|
|
23662
23694
|
* ### [](#)Precautions
|
|
23663
23695
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
23664
|
-
* * Before you call this operation, make sure that the following
|
|
23696
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
23665
23697
|
* * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
|
|
23666
|
-
* * The source and destination instances must be created by using the same user
|
|
23698
|
+
* * The source and destination instances must be created by using the same user.
|
|
23667
23699
|
* * The instance is in the Running state.
|
|
23668
23700
|
* * The source and destination databases must be in the Running state.
|
|
23669
23701
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
23670
|
-
* >
|
|
23671
|
-
* *
|
|
23672
|
-
* * You can migrate the data of multiple databases at a time.
|
|
23702
|
+
* > * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
23703
|
+
* > * You can migrate the data of multiple databases at a time.
|
|
23673
23704
|
*
|
|
23674
23705
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
23675
23706
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23683,15 +23714,14 @@ export default class Client extends OpenApi {
|
|
|
23683
23714
|
* We recommend that you use Data Transmission Service (DTS). DTS provides data migration, subscription, and synchronization features that allow you to establish stable, secure transmission links. For more information, see [DTS API overview](~~49456~~).
|
|
23684
23715
|
* ### [](#)Precautions
|
|
23685
23716
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
23686
|
-
* * Before you call this operation, make sure that the following
|
|
23717
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
23687
23718
|
* * The source and destination instances must run SQL Server and belong to the dedicated or dedicated host instance family. For more information about the supported instance types, see [Primary instance types](~~26312~~).
|
|
23688
|
-
* * The source and destination instances must be created by using the same user
|
|
23719
|
+
* * The source and destination instances must be created by using the same user.
|
|
23689
23720
|
* * The instance is in the Running state.
|
|
23690
23721
|
* * The source and destination databases must be in the Running state.
|
|
23691
23722
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
23692
|
-
* >
|
|
23693
|
-
* *
|
|
23694
|
-
* * You can migrate the data of multiple databases at a time.
|
|
23723
|
+
* > * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
23724
|
+
* > * You can migrate the data of multiple databases at a time.
|
|
23695
23725
|
*
|
|
23696
23726
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
23697
23727
|
* @return ImportDatabaseBetweenInstancesResponse
|