@alicloud/rds20140815 3.0.1 → 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 +44 -18
- package/dist/client.js +81 -18
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +104 -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;
|
|
@@ -10161,6 +10168,7 @@ export declare class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
10161
10168
|
DBInstanceId?: string;
|
|
10162
10169
|
DBInstanceStorage?: number;
|
|
10163
10170
|
effectiveTime?: string;
|
|
10171
|
+
ioAccelerationEnabled?: string;
|
|
10164
10172
|
isModifySpec?: string;
|
|
10165
10173
|
ownerAccount?: string;
|
|
10166
10174
|
ownerId?: number;
|
|
@@ -11488,6 +11496,7 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
11488
11496
|
autoUseCoupon?: boolean;
|
|
11489
11497
|
burstingEnabled?: boolean;
|
|
11490
11498
|
category?: string;
|
|
11499
|
+
coldDataEnabled?: boolean;
|
|
11491
11500
|
DBInstanceClass?: string;
|
|
11492
11501
|
DBInstanceId?: string;
|
|
11493
11502
|
DBInstanceStorage?: number;
|
|
@@ -11496,6 +11505,7 @@ export declare class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
11496
11505
|
direction?: string;
|
|
11497
11506
|
effectiveTime?: string;
|
|
11498
11507
|
engineVersion?: string;
|
|
11508
|
+
ioAccelerationEnabled?: string;
|
|
11499
11509
|
ownerAccount?: string;
|
|
11500
11510
|
ownerId?: number;
|
|
11501
11511
|
payType?: string;
|
|
@@ -11522,6 +11532,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
11522
11532
|
autoUseCoupon?: boolean;
|
|
11523
11533
|
burstingEnabled?: boolean;
|
|
11524
11534
|
category?: string;
|
|
11535
|
+
coldDataEnabled?: boolean;
|
|
11525
11536
|
DBInstanceClass?: string;
|
|
11526
11537
|
DBInstanceId?: string;
|
|
11527
11538
|
DBInstanceStorage?: number;
|
|
@@ -11530,6 +11541,7 @@ export declare class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
11530
11541
|
direction?: string;
|
|
11531
11542
|
effectiveTime?: string;
|
|
11532
11543
|
engineVersion?: string;
|
|
11544
|
+
ioAccelerationEnabled?: string;
|
|
11533
11545
|
ownerAccount?: string;
|
|
11534
11546
|
ownerId?: number;
|
|
11535
11547
|
payType?: string;
|
|
@@ -15980,6 +15992,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
15980
15992
|
bpeEnabled?: string;
|
|
15981
15993
|
burstingEnabled?: boolean;
|
|
15982
15994
|
category?: string;
|
|
15995
|
+
coldDataEnabled?: boolean;
|
|
15983
15996
|
collation?: string;
|
|
15984
15997
|
connectionMode?: string;
|
|
15985
15998
|
connectionString?: string;
|
|
@@ -16012,6 +16025,7 @@ export declare class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttri
|
|
|
16012
16025
|
incrementSourceDBInstanceId?: string;
|
|
16013
16026
|
instanceNetworkType?: string;
|
|
16014
16027
|
instructionSetArch?: string;
|
|
16028
|
+
ioAccelerationEnabled?: string;
|
|
16015
16029
|
latestKernelVersion?: string;
|
|
16016
16030
|
lockMode?: string;
|
|
16017
16031
|
lockReason?: string;
|
|
@@ -16596,6 +16610,7 @@ export declare class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea
|
|
|
16596
16610
|
bpeEnabled?: string;
|
|
16597
16611
|
burstingEnabled?: boolean;
|
|
16598
16612
|
category?: string;
|
|
16613
|
+
coldDataEnabled?: boolean;
|
|
16599
16614
|
connectionMode?: string;
|
|
16600
16615
|
connectionString?: string;
|
|
16601
16616
|
createTime?: string;
|
|
@@ -16625,6 +16640,7 @@ export declare class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea
|
|
|
16625
16640
|
generalGroupName?: string;
|
|
16626
16641
|
guardDBInstanceId?: string;
|
|
16627
16642
|
instanceNetworkType?: string;
|
|
16643
|
+
ioAccelerationEnabled?: string;
|
|
16628
16644
|
lockMode?: string;
|
|
16629
16645
|
lockReason?: string;
|
|
16630
16646
|
masterInstanceId?: string;
|
|
@@ -21601,10 +21617,15 @@ export default class Client extends OpenApi {
|
|
|
21601
21617
|
*/
|
|
21602
21618
|
describeCrossBackupMetaList(request: DescribeCrossBackupMetaListRequest): Promise<DescribeCrossBackupMetaListResponse>;
|
|
21603
21619
|
/**
|
|
21604
|
-
*
|
|
21605
|
-
* * MySQL
|
|
21606
|
-
* *
|
|
21607
|
-
* *
|
|
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~~)
|
|
21608
21629
|
*
|
|
21609
21630
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
21610
21631
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21612,10 +21633,15 @@ export default class Client extends OpenApi {
|
|
|
21612
21633
|
*/
|
|
21613
21634
|
describeCrossRegionBackupDBInstanceWithOptions(request: DescribeCrossRegionBackupDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCrossRegionBackupDBInstanceResponse>;
|
|
21614
21635
|
/**
|
|
21615
|
-
*
|
|
21616
|
-
* * MySQL
|
|
21617
|
-
* *
|
|
21618
|
-
* *
|
|
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~~)
|
|
21619
21645
|
*
|
|
21620
21646
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
21621
21647
|
* @return DescribeCrossRegionBackupDBInstanceResponse
|
|
@@ -21627,6 +21653,7 @@ export default class Client extends OpenApi {
|
|
|
21627
21653
|
* * PostgreSQL
|
|
21628
21654
|
* * SQL Server
|
|
21629
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.
|
|
21630
21657
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
21631
21658
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
21632
21659
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -21643,6 +21670,7 @@ export default class Client extends OpenApi {
|
|
|
21643
21670
|
* * PostgreSQL
|
|
21644
21671
|
* * SQL Server
|
|
21645
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.
|
|
21646
21674
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
21647
21675
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
21648
21676
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -23665,15 +23693,14 @@ export default class Client extends OpenApi {
|
|
|
23665
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~~).
|
|
23666
23694
|
* ### [](#)Precautions
|
|
23667
23695
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
23668
|
-
* * Before you call this operation, make sure that the following
|
|
23696
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
23669
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~~).
|
|
23670
|
-
* * 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.
|
|
23671
23699
|
* * The instance is in the Running state.
|
|
23672
23700
|
* * The source and destination databases must be in the Running state.
|
|
23673
23701
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
23674
|
-
* >
|
|
23675
|
-
* *
|
|
23676
|
-
* * 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.
|
|
23677
23704
|
*
|
|
23678
23705
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
23679
23706
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -23687,15 +23714,14 @@ export default class Client extends OpenApi {
|
|
|
23687
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~~).
|
|
23688
23715
|
* ### [](#)Precautions
|
|
23689
23716
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
23690
|
-
* * Before you call this operation, make sure that the following
|
|
23717
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
23691
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~~).
|
|
23692
|
-
* * 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.
|
|
23693
23720
|
* * The instance is in the Running state.
|
|
23694
23721
|
* * The source and destination databases must be in the Running state.
|
|
23695
23722
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
23696
|
-
* >
|
|
23697
|
-
* *
|
|
23698
|
-
* * 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.
|
|
23699
23725
|
*
|
|
23700
23726
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
23701
23727
|
* @return ImportDatabaseBetweenInstancesResponse
|
package/dist/client.js
CHANGED
|
@@ -917,6 +917,7 @@ class CloneDBInstanceRequest extends $tea.Model {
|
|
|
917
917
|
dedicatedHostGroupId: 'DedicatedHostGroupId',
|
|
918
918
|
deletionProtection: 'DeletionProtection',
|
|
919
919
|
instanceNetworkType: 'InstanceNetworkType',
|
|
920
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
920
921
|
payType: 'PayType',
|
|
921
922
|
period: 'Period',
|
|
922
923
|
privateIpAddress: 'PrivateIpAddress',
|
|
@@ -950,6 +951,7 @@ class CloneDBInstanceRequest extends $tea.Model {
|
|
|
950
951
|
dedicatedHostGroupId: 'string',
|
|
951
952
|
deletionProtection: 'boolean',
|
|
952
953
|
instanceNetworkType: 'string',
|
|
954
|
+
ioAccelerationEnabled: 'string',
|
|
953
955
|
payType: 'string',
|
|
954
956
|
period: 'string',
|
|
955
957
|
privateIpAddress: 'string',
|
|
@@ -989,6 +991,7 @@ class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
989
991
|
dedicatedHostGroupId: 'DedicatedHostGroupId',
|
|
990
992
|
deletionProtection: 'DeletionProtection',
|
|
991
993
|
instanceNetworkType: 'InstanceNetworkType',
|
|
994
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
992
995
|
payType: 'PayType',
|
|
993
996
|
period: 'Period',
|
|
994
997
|
privateIpAddress: 'PrivateIpAddress',
|
|
@@ -1022,6 +1025,7 @@ class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1022
1025
|
dedicatedHostGroupId: 'string',
|
|
1023
1026
|
deletionProtection: 'boolean',
|
|
1024
1027
|
instanceNetworkType: 'string',
|
|
1028
|
+
ioAccelerationEnabled: 'string',
|
|
1025
1029
|
payType: 'string',
|
|
1026
1030
|
period: 'string',
|
|
1027
1031
|
privateIpAddress: 'string',
|
|
@@ -1642,6 +1646,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1642
1646
|
businessInfo: 'BusinessInfo',
|
|
1643
1647
|
category: 'Category',
|
|
1644
1648
|
clientToken: 'ClientToken',
|
|
1649
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
1645
1650
|
connectionMode: 'ConnectionMode',
|
|
1646
1651
|
connectionString: 'ConnectionString',
|
|
1647
1652
|
createStrategy: 'CreateStrategy',
|
|
@@ -1660,6 +1665,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1660
1665
|
engine: 'Engine',
|
|
1661
1666
|
engineVersion: 'EngineVersion',
|
|
1662
1667
|
instanceNetworkType: 'InstanceNetworkType',
|
|
1668
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
1663
1669
|
payType: 'PayType',
|
|
1664
1670
|
period: 'Period',
|
|
1665
1671
|
port: 'Port',
|
|
@@ -1699,6 +1705,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1699
1705
|
businessInfo: 'string',
|
|
1700
1706
|
category: 'string',
|
|
1701
1707
|
clientToken: 'string',
|
|
1708
|
+
coldDataEnabled: 'boolean',
|
|
1702
1709
|
connectionMode: 'string',
|
|
1703
1710
|
connectionString: 'string',
|
|
1704
1711
|
createStrategy: 'string',
|
|
@@ -1717,6 +1724,7 @@ class CreateDBInstanceRequest extends $tea.Model {
|
|
|
1717
1724
|
engine: 'string',
|
|
1718
1725
|
engineVersion: 'string',
|
|
1719
1726
|
instanceNetworkType: 'string',
|
|
1727
|
+
ioAccelerationEnabled: 'string',
|
|
1720
1728
|
payType: 'string',
|
|
1721
1729
|
period: 'string',
|
|
1722
1730
|
port: 'string',
|
|
@@ -1762,6 +1770,7 @@ class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1762
1770
|
businessInfo: 'BusinessInfo',
|
|
1763
1771
|
category: 'Category',
|
|
1764
1772
|
clientToken: 'ClientToken',
|
|
1773
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
1765
1774
|
connectionMode: 'ConnectionMode',
|
|
1766
1775
|
connectionString: 'ConnectionString',
|
|
1767
1776
|
createStrategy: 'CreateStrategy',
|
|
@@ -1780,6 +1789,7 @@ class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1780
1789
|
engine: 'Engine',
|
|
1781
1790
|
engineVersion: 'EngineVersion',
|
|
1782
1791
|
instanceNetworkType: 'InstanceNetworkType',
|
|
1792
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
1783
1793
|
payType: 'PayType',
|
|
1784
1794
|
period: 'Period',
|
|
1785
1795
|
port: 'Port',
|
|
@@ -1819,6 +1829,7 @@ class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1819
1829
|
businessInfo: 'string',
|
|
1820
1830
|
category: 'string',
|
|
1821
1831
|
clientToken: 'string',
|
|
1832
|
+
coldDataEnabled: 'boolean',
|
|
1822
1833
|
connectionMode: 'string',
|
|
1823
1834
|
connectionString: 'string',
|
|
1824
1835
|
createStrategy: 'string',
|
|
@@ -1837,6 +1848,7 @@ class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1837
1848
|
engine: 'string',
|
|
1838
1849
|
engineVersion: 'string',
|
|
1839
1850
|
instanceNetworkType: 'string',
|
|
1851
|
+
ioAccelerationEnabled: 'string',
|
|
1840
1852
|
payType: 'string',
|
|
1841
1853
|
period: 'string',
|
|
1842
1854
|
port: 'string',
|
|
@@ -3338,6 +3350,7 @@ class CreateReadOnlyDBInstanceRequest extends $tea.Model {
|
|
|
3338
3350
|
gdnInstanceName: 'GdnInstanceName',
|
|
3339
3351
|
instanceNetworkType: 'InstanceNetworkType',
|
|
3340
3352
|
instructionSetArch: 'InstructionSetArch',
|
|
3353
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
3341
3354
|
ownerAccount: 'OwnerAccount',
|
|
3342
3355
|
ownerId: 'OwnerId',
|
|
3343
3356
|
payType: 'PayType',
|
|
@@ -3376,6 +3389,7 @@ class CreateReadOnlyDBInstanceRequest extends $tea.Model {
|
|
|
3376
3389
|
gdnInstanceName: 'string',
|
|
3377
3390
|
instanceNetworkType: 'string',
|
|
3378
3391
|
instructionSetArch: 'string',
|
|
3392
|
+
ioAccelerationEnabled: 'string',
|
|
3379
3393
|
ownerAccount: 'string',
|
|
3380
3394
|
ownerId: 'number',
|
|
3381
3395
|
payType: 'string',
|
|
@@ -14792,6 +14806,7 @@ class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
14792
14806
|
DBInstanceId: 'DBInstanceId',
|
|
14793
14807
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
14794
14808
|
effectiveTime: 'EffectiveTime',
|
|
14809
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
14795
14810
|
isModifySpec: 'IsModifySpec',
|
|
14796
14811
|
ownerAccount: 'OwnerAccount',
|
|
14797
14812
|
ownerId: 'OwnerId',
|
|
@@ -14812,6 +14827,7 @@ class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
14812
14827
|
DBInstanceId: 'string',
|
|
14813
14828
|
DBInstanceStorage: 'number',
|
|
14814
14829
|
effectiveTime: 'string',
|
|
14830
|
+
ioAccelerationEnabled: 'string',
|
|
14815
14831
|
isModifySpec: 'string',
|
|
14816
14832
|
ownerAccount: 'string',
|
|
14817
14833
|
ownerId: 'number',
|
|
@@ -16684,6 +16700,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16684
16700
|
autoUseCoupon: 'AutoUseCoupon',
|
|
16685
16701
|
burstingEnabled: 'BurstingEnabled',
|
|
16686
16702
|
category: 'Category',
|
|
16703
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
16687
16704
|
DBInstanceClass: 'DBInstanceClass',
|
|
16688
16705
|
DBInstanceId: 'DBInstanceId',
|
|
16689
16706
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
@@ -16692,6 +16709,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16692
16709
|
direction: 'Direction',
|
|
16693
16710
|
effectiveTime: 'EffectiveTime',
|
|
16694
16711
|
engineVersion: 'EngineVersion',
|
|
16712
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
16695
16713
|
ownerAccount: 'OwnerAccount',
|
|
16696
16714
|
ownerId: 'OwnerId',
|
|
16697
16715
|
payType: 'PayType',
|
|
@@ -16711,6 +16729,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16711
16729
|
autoUseCoupon: 'boolean',
|
|
16712
16730
|
burstingEnabled: 'boolean',
|
|
16713
16731
|
category: 'string',
|
|
16732
|
+
coldDataEnabled: 'boolean',
|
|
16714
16733
|
DBInstanceClass: 'string',
|
|
16715
16734
|
DBInstanceId: 'string',
|
|
16716
16735
|
DBInstanceStorage: 'number',
|
|
@@ -16719,6 +16738,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16719
16738
|
direction: 'string',
|
|
16720
16739
|
effectiveTime: 'string',
|
|
16721
16740
|
engineVersion: 'string',
|
|
16741
|
+
ioAccelerationEnabled: 'string',
|
|
16722
16742
|
ownerAccount: 'string',
|
|
16723
16743
|
ownerId: 'number',
|
|
16724
16744
|
payType: 'string',
|
|
@@ -16744,6 +16764,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16744
16764
|
autoUseCoupon: 'AutoUseCoupon',
|
|
16745
16765
|
burstingEnabled: 'BurstingEnabled',
|
|
16746
16766
|
category: 'Category',
|
|
16767
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
16747
16768
|
DBInstanceClass: 'DBInstanceClass',
|
|
16748
16769
|
DBInstanceId: 'DBInstanceId',
|
|
16749
16770
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
@@ -16752,6 +16773,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16752
16773
|
direction: 'Direction',
|
|
16753
16774
|
effectiveTime: 'EffectiveTime',
|
|
16754
16775
|
engineVersion: 'EngineVersion',
|
|
16776
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
16755
16777
|
ownerAccount: 'OwnerAccount',
|
|
16756
16778
|
ownerId: 'OwnerId',
|
|
16757
16779
|
payType: 'PayType',
|
|
@@ -16771,6 +16793,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16771
16793
|
autoUseCoupon: 'boolean',
|
|
16772
16794
|
burstingEnabled: 'boolean',
|
|
16773
16795
|
category: 'string',
|
|
16796
|
+
coldDataEnabled: 'boolean',
|
|
16774
16797
|
DBInstanceClass: 'string',
|
|
16775
16798
|
DBInstanceId: 'string',
|
|
16776
16799
|
DBInstanceStorage: 'number',
|
|
@@ -16779,6 +16802,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16779
16802
|
direction: 'string',
|
|
16780
16803
|
effectiveTime: 'string',
|
|
16781
16804
|
engineVersion: 'string',
|
|
16805
|
+
ioAccelerationEnabled: 'string',
|
|
16782
16806
|
ownerAccount: 'string',
|
|
16783
16807
|
ownerId: 'number',
|
|
16784
16808
|
payType: 'string',
|
|
@@ -23199,6 +23223,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23199
23223
|
bpeEnabled: 'BpeEnabled',
|
|
23200
23224
|
burstingEnabled: 'BurstingEnabled',
|
|
23201
23225
|
category: 'Category',
|
|
23226
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
23202
23227
|
collation: 'Collation',
|
|
23203
23228
|
connectionMode: 'ConnectionMode',
|
|
23204
23229
|
connectionString: 'ConnectionString',
|
|
@@ -23231,6 +23256,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23231
23256
|
incrementSourceDBInstanceId: 'IncrementSourceDBInstanceId',
|
|
23232
23257
|
instanceNetworkType: 'InstanceNetworkType',
|
|
23233
23258
|
instructionSetArch: 'InstructionSetArch',
|
|
23259
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
23234
23260
|
latestKernelVersion: 'LatestKernelVersion',
|
|
23235
23261
|
lockMode: 'LockMode',
|
|
23236
23262
|
lockReason: 'LockReason',
|
|
@@ -23274,6 +23300,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23274
23300
|
bpeEnabled: 'string',
|
|
23275
23301
|
burstingEnabled: 'boolean',
|
|
23276
23302
|
category: 'string',
|
|
23303
|
+
coldDataEnabled: 'boolean',
|
|
23277
23304
|
collation: 'string',
|
|
23278
23305
|
connectionMode: 'string',
|
|
23279
23306
|
connectionString: 'string',
|
|
@@ -23306,6 +23333,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23306
23333
|
incrementSourceDBInstanceId: 'string',
|
|
23307
23334
|
instanceNetworkType: 'string',
|
|
23308
23335
|
instructionSetArch: 'string',
|
|
23336
|
+
ioAccelerationEnabled: 'string',
|
|
23309
23337
|
latestKernelVersion: 'string',
|
|
23310
23338
|
lockMode: 'string',
|
|
23311
23339
|
lockReason: 'string',
|
|
@@ -24124,6 +24152,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24124
24152
|
bpeEnabled: 'BpeEnabled',
|
|
24125
24153
|
burstingEnabled: 'BurstingEnabled',
|
|
24126
24154
|
category: 'Category',
|
|
24155
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
24127
24156
|
connectionMode: 'ConnectionMode',
|
|
24128
24157
|
connectionString: 'ConnectionString',
|
|
24129
24158
|
createTime: 'CreateTime',
|
|
@@ -24153,6 +24182,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24153
24182
|
generalGroupName: 'GeneralGroupName',
|
|
24154
24183
|
guardDBInstanceId: 'GuardDBInstanceId',
|
|
24155
24184
|
instanceNetworkType: 'InstanceNetworkType',
|
|
24185
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
24156
24186
|
lockMode: 'LockMode',
|
|
24157
24187
|
lockReason: 'LockReason',
|
|
24158
24188
|
masterInstanceId: 'MasterInstanceId',
|
|
@@ -24177,6 +24207,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24177
24207
|
bpeEnabled: 'string',
|
|
24178
24208
|
burstingEnabled: 'boolean',
|
|
24179
24209
|
category: 'string',
|
|
24210
|
+
coldDataEnabled: 'boolean',
|
|
24180
24211
|
connectionMode: 'string',
|
|
24181
24212
|
connectionString: 'string',
|
|
24182
24213
|
createTime: 'string',
|
|
@@ -24206,6 +24237,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24206
24237
|
generalGroupName: 'string',
|
|
24207
24238
|
guardDBInstanceId: 'string',
|
|
24208
24239
|
instanceNetworkType: 'string',
|
|
24240
|
+
ioAccelerationEnabled: 'string',
|
|
24209
24241
|
lockMode: 'string',
|
|
24210
24242
|
lockReason: 'string',
|
|
24211
24243
|
masterInstanceId: 'string',
|
|
@@ -29575,6 +29607,9 @@ class Client extends openapi_client_1.default {
|
|
|
29575
29607
|
if (!tea_util_1.default.isUnset(request.instanceNetworkType)) {
|
|
29576
29608
|
query["InstanceNetworkType"] = request.instanceNetworkType;
|
|
29577
29609
|
}
|
|
29610
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
29611
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
29612
|
+
}
|
|
29578
29613
|
if (!tea_util_1.default.isUnset(request.payType)) {
|
|
29579
29614
|
query["PayType"] = request.payType;
|
|
29580
29615
|
}
|
|
@@ -30267,6 +30302,9 @@ class Client extends openapi_client_1.default {
|
|
|
30267
30302
|
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
30268
30303
|
query["ClientToken"] = request.clientToken;
|
|
30269
30304
|
}
|
|
30305
|
+
if (!tea_util_1.default.isUnset(request.coldDataEnabled)) {
|
|
30306
|
+
query["ColdDataEnabled"] = request.coldDataEnabled;
|
|
30307
|
+
}
|
|
30270
30308
|
if (!tea_util_1.default.isUnset(request.connectionMode)) {
|
|
30271
30309
|
query["ConnectionMode"] = request.connectionMode;
|
|
30272
30310
|
}
|
|
@@ -30321,6 +30359,9 @@ class Client extends openapi_client_1.default {
|
|
|
30321
30359
|
if (!tea_util_1.default.isUnset(request.instanceNetworkType)) {
|
|
30322
30360
|
query["InstanceNetworkType"] = request.instanceNetworkType;
|
|
30323
30361
|
}
|
|
30362
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
30363
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
30364
|
+
}
|
|
30324
30365
|
if (!tea_util_1.default.isUnset(request.payType)) {
|
|
30325
30366
|
query["PayType"] = request.payType;
|
|
30326
30367
|
}
|
|
@@ -31858,6 +31899,9 @@ class Client extends openapi_client_1.default {
|
|
|
31858
31899
|
if (!tea_util_1.default.isUnset(request.instructionSetArch)) {
|
|
31859
31900
|
query["InstructionSetArch"] = request.instructionSetArch;
|
|
31860
31901
|
}
|
|
31902
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
31903
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
31904
|
+
}
|
|
31861
31905
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
31862
31906
|
query["OwnerAccount"] = request.ownerAccount;
|
|
31863
31907
|
}
|
|
@@ -34755,10 +34799,15 @@ class Client extends openapi_client_1.default {
|
|
|
34755
34799
|
return await this.describeCrossBackupMetaListWithOptions(request, runtime);
|
|
34756
34800
|
}
|
|
34757
34801
|
/**
|
|
34758
|
-
*
|
|
34759
|
-
* * MySQL
|
|
34760
|
-
* *
|
|
34761
|
-
* *
|
|
34802
|
+
* ### [](#)Supported database engines
|
|
34803
|
+
* * MySQL
|
|
34804
|
+
* * PostgreSQL
|
|
34805
|
+
* * SQL Server
|
|
34806
|
+
* ### [](#)References
|
|
34807
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
34808
|
+
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
34809
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
34810
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
34762
34811
|
*
|
|
34763
34812
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
34764
34813
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -34805,10 +34854,15 @@ class Client extends openapi_client_1.default {
|
|
|
34805
34854
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCrossRegionBackupDBInstanceResponse({}));
|
|
34806
34855
|
}
|
|
34807
34856
|
/**
|
|
34808
|
-
*
|
|
34809
|
-
* * MySQL
|
|
34810
|
-
* *
|
|
34811
|
-
* *
|
|
34857
|
+
* ### [](#)Supported database engines
|
|
34858
|
+
* * MySQL
|
|
34859
|
+
* * PostgreSQL
|
|
34860
|
+
* * SQL Server
|
|
34861
|
+
* ### [](#)References
|
|
34862
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
34863
|
+
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
34864
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
34865
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
34812
34866
|
*
|
|
34813
34867
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
34814
34868
|
* @return DescribeCrossRegionBackupDBInstanceResponse
|
|
@@ -34823,6 +34877,7 @@ class Client extends openapi_client_1.default {
|
|
|
34823
34877
|
* * PostgreSQL
|
|
34824
34878
|
* * SQL Server
|
|
34825
34879
|
* ### [](#)References
|
|
34880
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
34826
34881
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
34827
34882
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
34828
34883
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -34896,6 +34951,7 @@ class Client extends openapi_client_1.default {
|
|
|
34896
34951
|
* * PostgreSQL
|
|
34897
34952
|
* * SQL Server
|
|
34898
34953
|
* ### [](#)References
|
|
34954
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
34899
34955
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
34900
34956
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
34901
34957
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -41466,15 +41522,14 @@ class Client extends openapi_client_1.default {
|
|
|
41466
41522
|
* 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~~).
|
|
41467
41523
|
* ### [](#)Precautions
|
|
41468
41524
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
41469
|
-
* * Before you call this operation, make sure that the following
|
|
41525
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
41470
41526
|
* * 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~~).
|
|
41471
|
-
* * The source and destination instances must be created by using the same user
|
|
41527
|
+
* * The source and destination instances must be created by using the same user.
|
|
41472
41528
|
* * The instance is in the Running state.
|
|
41473
41529
|
* * The source and destination databases must be in the Running state.
|
|
41474
41530
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
41475
|
-
* >
|
|
41476
|
-
* *
|
|
41477
|
-
* * You can migrate the data of multiple databases at a time.
|
|
41531
|
+
* > * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
41532
|
+
* > * You can migrate the data of multiple databases at a time.
|
|
41478
41533
|
*
|
|
41479
41534
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
41480
41535
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -41527,15 +41582,14 @@ class Client extends openapi_client_1.default {
|
|
|
41527
41582
|
* 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~~).
|
|
41528
41583
|
* ### [](#)Precautions
|
|
41529
41584
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
41530
|
-
* * Before you call this operation, make sure that the following
|
|
41585
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
41531
41586
|
* * 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~~).
|
|
41532
|
-
* * The source and destination instances must be created by using the same user
|
|
41587
|
+
* * The source and destination instances must be created by using the same user.
|
|
41533
41588
|
* * The instance is in the Running state.
|
|
41534
41589
|
* * The source and destination databases must be in the Running state.
|
|
41535
41590
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
41536
|
-
* >
|
|
41537
|
-
* *
|
|
41538
|
-
* * You can migrate the data of multiple databases at a time.
|
|
41591
|
+
* > * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
41592
|
+
* > * You can migrate the data of multiple databases at a time.
|
|
41539
41593
|
*
|
|
41540
41594
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
41541
41595
|
* @return ImportDatabaseBetweenInstancesResponse
|
|
@@ -42135,6 +42189,9 @@ class Client extends openapi_client_1.default {
|
|
|
42135
42189
|
if (!tea_util_1.default.isUnset(request.effectiveTime)) {
|
|
42136
42190
|
query["EffectiveTime"] = request.effectiveTime;
|
|
42137
42191
|
}
|
|
42192
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
42193
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
42194
|
+
}
|
|
42138
42195
|
if (!tea_util_1.default.isUnset(request.isModifySpec)) {
|
|
42139
42196
|
query["IsModifySpec"] = request.isModifySpec;
|
|
42140
42197
|
}
|
|
@@ -44053,6 +44110,9 @@ class Client extends openapi_client_1.default {
|
|
|
44053
44110
|
if (!tea_util_1.default.isUnset(request.category)) {
|
|
44054
44111
|
query["Category"] = request.category;
|
|
44055
44112
|
}
|
|
44113
|
+
if (!tea_util_1.default.isUnset(request.coldDataEnabled)) {
|
|
44114
|
+
query["ColdDataEnabled"] = request.coldDataEnabled;
|
|
44115
|
+
}
|
|
44056
44116
|
if (!tea_util_1.default.isUnset(request.DBInstanceClass)) {
|
|
44057
44117
|
query["DBInstanceClass"] = request.DBInstanceClass;
|
|
44058
44118
|
}
|
|
@@ -44077,6 +44137,9 @@ class Client extends openapi_client_1.default {
|
|
|
44077
44137
|
if (!tea_util_1.default.isUnset(request.engineVersion)) {
|
|
44078
44138
|
query["EngineVersion"] = request.engineVersion;
|
|
44079
44139
|
}
|
|
44140
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
44141
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
44142
|
+
}
|
|
44080
44143
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
44081
44144
|
query["OwnerAccount"] = request.ownerAccount;
|
|
44082
44145
|
}
|