@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.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',
|
|
@@ -8003,6 +8017,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8003
8017
|
clientCACertExpireTime: 'ClientCACertExpireTime',
|
|
8004
8018
|
clientCertRevocationList: 'ClientCertRevocationList',
|
|
8005
8019
|
connectionString: 'ConnectionString',
|
|
8020
|
+
forceEncryption: 'ForceEncryption',
|
|
8006
8021
|
lastModifyStatus: 'LastModifyStatus',
|
|
8007
8022
|
modifyStatusReason: 'ModifyStatusReason',
|
|
8008
8023
|
replicationACL: 'ReplicationACL',
|
|
@@ -8016,6 +8031,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8016
8031
|
serverCAUrl: 'ServerCAUrl',
|
|
8017
8032
|
serverCert: 'ServerCert',
|
|
8018
8033
|
serverKey: 'ServerKey',
|
|
8034
|
+
tlsVersion: 'TlsVersion',
|
|
8019
8035
|
};
|
|
8020
8036
|
}
|
|
8021
8037
|
static types() {
|
|
@@ -8026,6 +8042,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8026
8042
|
clientCACertExpireTime: 'string',
|
|
8027
8043
|
clientCertRevocationList: 'string',
|
|
8028
8044
|
connectionString: 'string',
|
|
8045
|
+
forceEncryption: 'string',
|
|
8029
8046
|
lastModifyStatus: 'string',
|
|
8030
8047
|
modifyStatusReason: 'string',
|
|
8031
8048
|
replicationACL: 'string',
|
|
@@ -8039,6 +8056,7 @@ class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
8039
8056
|
serverCAUrl: 'string',
|
|
8040
8057
|
serverCert: 'string',
|
|
8041
8058
|
serverKey: 'string',
|
|
8059
|
+
tlsVersion: 'string',
|
|
8042
8060
|
};
|
|
8043
8061
|
}
|
|
8044
8062
|
}
|
|
@@ -14788,6 +14806,7 @@ class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
14788
14806
|
DBInstanceId: 'DBInstanceId',
|
|
14789
14807
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
14790
14808
|
effectiveTime: 'EffectiveTime',
|
|
14809
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
14791
14810
|
isModifySpec: 'IsModifySpec',
|
|
14792
14811
|
ownerAccount: 'OwnerAccount',
|
|
14793
14812
|
ownerId: 'OwnerId',
|
|
@@ -14808,6 +14827,7 @@ class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
14808
14827
|
DBInstanceId: 'string',
|
|
14809
14828
|
DBInstanceStorage: 'number',
|
|
14810
14829
|
effectiveTime: 'string',
|
|
14830
|
+
ioAccelerationEnabled: 'string',
|
|
14811
14831
|
isModifySpec: 'string',
|
|
14812
14832
|
ownerAccount: 'string',
|
|
14813
14833
|
ownerId: 'number',
|
|
@@ -16599,6 +16619,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16599
16619
|
clientCrlEnabled: 'ClientCrlEnabled',
|
|
16600
16620
|
connectionString: 'ConnectionString',
|
|
16601
16621
|
DBInstanceId: 'DBInstanceId',
|
|
16622
|
+
forceEncryption: 'ForceEncryption',
|
|
16602
16623
|
ownerAccount: 'OwnerAccount',
|
|
16603
16624
|
ownerId: 'OwnerId',
|
|
16604
16625
|
replicationACL: 'ReplicationACL',
|
|
@@ -16607,6 +16628,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16607
16628
|
SSLEnabled: 'SSLEnabled',
|
|
16608
16629
|
serverCert: 'ServerCert',
|
|
16609
16630
|
serverKey: 'ServerKey',
|
|
16631
|
+
tlsVersion: 'TlsVersion',
|
|
16610
16632
|
};
|
|
16611
16633
|
}
|
|
16612
16634
|
static types() {
|
|
@@ -16619,6 +16641,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16619
16641
|
clientCrlEnabled: 'number',
|
|
16620
16642
|
connectionString: 'string',
|
|
16621
16643
|
DBInstanceId: 'string',
|
|
16644
|
+
forceEncryption: 'string',
|
|
16622
16645
|
ownerAccount: 'string',
|
|
16623
16646
|
ownerId: 'number',
|
|
16624
16647
|
replicationACL: 'string',
|
|
@@ -16627,6 +16650,7 @@ class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
16627
16650
|
SSLEnabled: 'number',
|
|
16628
16651
|
serverCert: 'string',
|
|
16629
16652
|
serverKey: 'string',
|
|
16653
|
+
tlsVersion: 'string',
|
|
16630
16654
|
};
|
|
16631
16655
|
}
|
|
16632
16656
|
}
|
|
@@ -16676,6 +16700,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16676
16700
|
autoUseCoupon: 'AutoUseCoupon',
|
|
16677
16701
|
burstingEnabled: 'BurstingEnabled',
|
|
16678
16702
|
category: 'Category',
|
|
16703
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
16679
16704
|
DBInstanceClass: 'DBInstanceClass',
|
|
16680
16705
|
DBInstanceId: 'DBInstanceId',
|
|
16681
16706
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
@@ -16684,6 +16709,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16684
16709
|
direction: 'Direction',
|
|
16685
16710
|
effectiveTime: 'EffectiveTime',
|
|
16686
16711
|
engineVersion: 'EngineVersion',
|
|
16712
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
16687
16713
|
ownerAccount: 'OwnerAccount',
|
|
16688
16714
|
ownerId: 'OwnerId',
|
|
16689
16715
|
payType: 'PayType',
|
|
@@ -16703,6 +16729,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16703
16729
|
autoUseCoupon: 'boolean',
|
|
16704
16730
|
burstingEnabled: 'boolean',
|
|
16705
16731
|
category: 'string',
|
|
16732
|
+
coldDataEnabled: 'boolean',
|
|
16706
16733
|
DBInstanceClass: 'string',
|
|
16707
16734
|
DBInstanceId: 'string',
|
|
16708
16735
|
DBInstanceStorage: 'number',
|
|
@@ -16711,6 +16738,7 @@ class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
16711
16738
|
direction: 'string',
|
|
16712
16739
|
effectiveTime: 'string',
|
|
16713
16740
|
engineVersion: 'string',
|
|
16741
|
+
ioAccelerationEnabled: 'string',
|
|
16714
16742
|
ownerAccount: 'string',
|
|
16715
16743
|
ownerId: 'number',
|
|
16716
16744
|
payType: 'string',
|
|
@@ -16736,6 +16764,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16736
16764
|
autoUseCoupon: 'AutoUseCoupon',
|
|
16737
16765
|
burstingEnabled: 'BurstingEnabled',
|
|
16738
16766
|
category: 'Category',
|
|
16767
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
16739
16768
|
DBInstanceClass: 'DBInstanceClass',
|
|
16740
16769
|
DBInstanceId: 'DBInstanceId',
|
|
16741
16770
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
@@ -16744,6 +16773,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16744
16773
|
direction: 'Direction',
|
|
16745
16774
|
effectiveTime: 'EffectiveTime',
|
|
16746
16775
|
engineVersion: 'EngineVersion',
|
|
16776
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
16747
16777
|
ownerAccount: 'OwnerAccount',
|
|
16748
16778
|
ownerId: 'OwnerId',
|
|
16749
16779
|
payType: 'PayType',
|
|
@@ -16763,6 +16793,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16763
16793
|
autoUseCoupon: 'boolean',
|
|
16764
16794
|
burstingEnabled: 'boolean',
|
|
16765
16795
|
category: 'string',
|
|
16796
|
+
coldDataEnabled: 'boolean',
|
|
16766
16797
|
DBInstanceClass: 'string',
|
|
16767
16798
|
DBInstanceId: 'string',
|
|
16768
16799
|
DBInstanceStorage: 'number',
|
|
@@ -16771,6 +16802,7 @@ class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
16771
16802
|
direction: 'string',
|
|
16772
16803
|
effectiveTime: 'string',
|
|
16773
16804
|
engineVersion: 'string',
|
|
16805
|
+
ioAccelerationEnabled: 'string',
|
|
16774
16806
|
ownerAccount: 'string',
|
|
16775
16807
|
ownerId: 'number',
|
|
16776
16808
|
payType: 'string',
|
|
@@ -23191,6 +23223,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23191
23223
|
bpeEnabled: 'BpeEnabled',
|
|
23192
23224
|
burstingEnabled: 'BurstingEnabled',
|
|
23193
23225
|
category: 'Category',
|
|
23226
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
23194
23227
|
collation: 'Collation',
|
|
23195
23228
|
connectionMode: 'ConnectionMode',
|
|
23196
23229
|
connectionString: 'ConnectionString',
|
|
@@ -23223,6 +23256,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23223
23256
|
incrementSourceDBInstanceId: 'IncrementSourceDBInstanceId',
|
|
23224
23257
|
instanceNetworkType: 'InstanceNetworkType',
|
|
23225
23258
|
instructionSetArch: 'InstructionSetArch',
|
|
23259
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
23226
23260
|
latestKernelVersion: 'LatestKernelVersion',
|
|
23227
23261
|
lockMode: 'LockMode',
|
|
23228
23262
|
lockReason: 'LockReason',
|
|
@@ -23266,6 +23300,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23266
23300
|
bpeEnabled: 'string',
|
|
23267
23301
|
burstingEnabled: 'boolean',
|
|
23268
23302
|
category: 'string',
|
|
23303
|
+
coldDataEnabled: 'boolean',
|
|
23269
23304
|
collation: 'string',
|
|
23270
23305
|
connectionMode: 'string',
|
|
23271
23306
|
connectionString: 'string',
|
|
@@ -23298,6 +23333,7 @@ class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute extends $t
|
|
|
23298
23333
|
incrementSourceDBInstanceId: 'string',
|
|
23299
23334
|
instanceNetworkType: 'string',
|
|
23300
23335
|
instructionSetArch: 'string',
|
|
23336
|
+
ioAccelerationEnabled: 'string',
|
|
23301
23337
|
latestKernelVersion: 'string',
|
|
23302
23338
|
lockMode: 'string',
|
|
23303
23339
|
lockReason: 'string',
|
|
@@ -24116,6 +24152,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24116
24152
|
bpeEnabled: 'BpeEnabled',
|
|
24117
24153
|
burstingEnabled: 'BurstingEnabled',
|
|
24118
24154
|
category: 'Category',
|
|
24155
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
24119
24156
|
connectionMode: 'ConnectionMode',
|
|
24120
24157
|
connectionString: 'ConnectionString',
|
|
24121
24158
|
createTime: 'CreateTime',
|
|
@@ -24145,6 +24182,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24145
24182
|
generalGroupName: 'GeneralGroupName',
|
|
24146
24183
|
guardDBInstanceId: 'GuardDBInstanceId',
|
|
24147
24184
|
instanceNetworkType: 'InstanceNetworkType',
|
|
24185
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
24148
24186
|
lockMode: 'LockMode',
|
|
24149
24187
|
lockReason: 'LockReason',
|
|
24150
24188
|
masterInstanceId: 'MasterInstanceId',
|
|
@@ -24169,6 +24207,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24169
24207
|
bpeEnabled: 'string',
|
|
24170
24208
|
burstingEnabled: 'boolean',
|
|
24171
24209
|
category: 'string',
|
|
24210
|
+
coldDataEnabled: 'boolean',
|
|
24172
24211
|
connectionMode: 'string',
|
|
24173
24212
|
connectionString: 'string',
|
|
24174
24213
|
createTime: 'string',
|
|
@@ -24198,6 +24237,7 @@ class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
24198
24237
|
generalGroupName: 'string',
|
|
24199
24238
|
guardDBInstanceId: 'string',
|
|
24200
24239
|
instanceNetworkType: 'string',
|
|
24240
|
+
ioAccelerationEnabled: 'string',
|
|
24201
24241
|
lockMode: 'string',
|
|
24202
24242
|
lockReason: 'string',
|
|
24203
24243
|
masterInstanceId: 'string',
|
|
@@ -29567,6 +29607,9 @@ class Client extends openapi_client_1.default {
|
|
|
29567
29607
|
if (!tea_util_1.default.isUnset(request.instanceNetworkType)) {
|
|
29568
29608
|
query["InstanceNetworkType"] = request.instanceNetworkType;
|
|
29569
29609
|
}
|
|
29610
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
29611
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
29612
|
+
}
|
|
29570
29613
|
if (!tea_util_1.default.isUnset(request.payType)) {
|
|
29571
29614
|
query["PayType"] = request.payType;
|
|
29572
29615
|
}
|
|
@@ -30259,6 +30302,9 @@ class Client extends openapi_client_1.default {
|
|
|
30259
30302
|
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
30260
30303
|
query["ClientToken"] = request.clientToken;
|
|
30261
30304
|
}
|
|
30305
|
+
if (!tea_util_1.default.isUnset(request.coldDataEnabled)) {
|
|
30306
|
+
query["ColdDataEnabled"] = request.coldDataEnabled;
|
|
30307
|
+
}
|
|
30262
30308
|
if (!tea_util_1.default.isUnset(request.connectionMode)) {
|
|
30263
30309
|
query["ConnectionMode"] = request.connectionMode;
|
|
30264
30310
|
}
|
|
@@ -30313,6 +30359,9 @@ class Client extends openapi_client_1.default {
|
|
|
30313
30359
|
if (!tea_util_1.default.isUnset(request.instanceNetworkType)) {
|
|
30314
30360
|
query["InstanceNetworkType"] = request.instanceNetworkType;
|
|
30315
30361
|
}
|
|
30362
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
30363
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
30364
|
+
}
|
|
30316
30365
|
if (!tea_util_1.default.isUnset(request.payType)) {
|
|
30317
30366
|
query["PayType"] = request.payType;
|
|
30318
30367
|
}
|
|
@@ -31850,6 +31899,9 @@ class Client extends openapi_client_1.default {
|
|
|
31850
31899
|
if (!tea_util_1.default.isUnset(request.instructionSetArch)) {
|
|
31851
31900
|
query["InstructionSetArch"] = request.instructionSetArch;
|
|
31852
31901
|
}
|
|
31902
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
31903
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
31904
|
+
}
|
|
31853
31905
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
31854
31906
|
query["OwnerAccount"] = request.ownerAccount;
|
|
31855
31907
|
}
|
|
@@ -34747,10 +34799,15 @@ class Client extends openapi_client_1.default {
|
|
|
34747
34799
|
return await this.describeCrossBackupMetaListWithOptions(request, runtime);
|
|
34748
34800
|
}
|
|
34749
34801
|
/**
|
|
34750
|
-
*
|
|
34751
|
-
* * MySQL
|
|
34752
|
-
* *
|
|
34753
|
-
* *
|
|
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~~)
|
|
34754
34811
|
*
|
|
34755
34812
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
34756
34813
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -34797,10 +34854,15 @@ class Client extends openapi_client_1.default {
|
|
|
34797
34854
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCrossRegionBackupDBInstanceResponse({}));
|
|
34798
34855
|
}
|
|
34799
34856
|
/**
|
|
34800
|
-
*
|
|
34801
|
-
* * MySQL
|
|
34802
|
-
* *
|
|
34803
|
-
* *
|
|
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~~)
|
|
34804
34866
|
*
|
|
34805
34867
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
34806
34868
|
* @return DescribeCrossRegionBackupDBInstanceResponse
|
|
@@ -34815,6 +34877,7 @@ class Client extends openapi_client_1.default {
|
|
|
34815
34877
|
* * PostgreSQL
|
|
34816
34878
|
* * SQL Server
|
|
34817
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.
|
|
34818
34881
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
34819
34882
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
34820
34883
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -34888,6 +34951,7 @@ class Client extends openapi_client_1.default {
|
|
|
34888
34951
|
* * PostgreSQL
|
|
34889
34952
|
* * SQL Server
|
|
34890
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.
|
|
34891
34955
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
34892
34956
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
34893
34957
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -41458,15 +41522,14 @@ class Client extends openapi_client_1.default {
|
|
|
41458
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~~).
|
|
41459
41523
|
* ### [](#)Precautions
|
|
41460
41524
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
41461
|
-
* * Before you call this operation, make sure that the following
|
|
41525
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
41462
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~~).
|
|
41463
|
-
* * 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.
|
|
41464
41528
|
* * The instance is in the Running state.
|
|
41465
41529
|
* * The source and destination databases must be in the Running state.
|
|
41466
41530
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
41467
|
-
* >
|
|
41468
|
-
* *
|
|
41469
|
-
* * 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.
|
|
41470
41533
|
*
|
|
41471
41534
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
41472
41535
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -41519,15 +41582,14 @@ class Client extends openapi_client_1.default {
|
|
|
41519
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~~).
|
|
41520
41583
|
* ### [](#)Precautions
|
|
41521
41584
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
41522
|
-
* * Before you call this operation, make sure that the following
|
|
41585
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
41523
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~~).
|
|
41524
|
-
* * 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.
|
|
41525
41588
|
* * The instance is in the Running state.
|
|
41526
41589
|
* * The source and destination databases must be in the Running state.
|
|
41527
41590
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
41528
|
-
* >
|
|
41529
|
-
* *
|
|
41530
|
-
* * 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.
|
|
41531
41593
|
*
|
|
41532
41594
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
41533
41595
|
* @return ImportDatabaseBetweenInstancesResponse
|
|
@@ -42127,6 +42189,9 @@ class Client extends openapi_client_1.default {
|
|
|
42127
42189
|
if (!tea_util_1.default.isUnset(request.effectiveTime)) {
|
|
42128
42190
|
query["EffectiveTime"] = request.effectiveTime;
|
|
42129
42191
|
}
|
|
42192
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
42193
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
42194
|
+
}
|
|
42130
42195
|
if (!tea_util_1.default.isUnset(request.isModifySpec)) {
|
|
42131
42196
|
query["IsModifySpec"] = request.isModifySpec;
|
|
42132
42197
|
}
|
|
@@ -43947,6 +44012,9 @@ class Client extends openapi_client_1.default {
|
|
|
43947
44012
|
if (!tea_util_1.default.isUnset(request.DBInstanceId)) {
|
|
43948
44013
|
query["DBInstanceId"] = request.DBInstanceId;
|
|
43949
44014
|
}
|
|
44015
|
+
if (!tea_util_1.default.isUnset(request.forceEncryption)) {
|
|
44016
|
+
query["ForceEncryption"] = request.forceEncryption;
|
|
44017
|
+
}
|
|
43950
44018
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
43951
44019
|
query["OwnerAccount"] = request.ownerAccount;
|
|
43952
44020
|
}
|
|
@@ -43971,6 +44039,9 @@ class Client extends openapi_client_1.default {
|
|
|
43971
44039
|
if (!tea_util_1.default.isUnset(request.serverKey)) {
|
|
43972
44040
|
query["ServerKey"] = request.serverKey;
|
|
43973
44041
|
}
|
|
44042
|
+
if (!tea_util_1.default.isUnset(request.tlsVersion)) {
|
|
44043
|
+
query["TlsVersion"] = request.tlsVersion;
|
|
44044
|
+
}
|
|
43974
44045
|
let req = new $OpenApi.OpenApiRequest({
|
|
43975
44046
|
query: openapi_util_1.default.query(query),
|
|
43976
44047
|
});
|
|
@@ -44039,6 +44110,9 @@ class Client extends openapi_client_1.default {
|
|
|
44039
44110
|
if (!tea_util_1.default.isUnset(request.category)) {
|
|
44040
44111
|
query["Category"] = request.category;
|
|
44041
44112
|
}
|
|
44113
|
+
if (!tea_util_1.default.isUnset(request.coldDataEnabled)) {
|
|
44114
|
+
query["ColdDataEnabled"] = request.coldDataEnabled;
|
|
44115
|
+
}
|
|
44042
44116
|
if (!tea_util_1.default.isUnset(request.DBInstanceClass)) {
|
|
44043
44117
|
query["DBInstanceClass"] = request.DBInstanceClass;
|
|
44044
44118
|
}
|
|
@@ -44063,6 +44137,9 @@ class Client extends openapi_client_1.default {
|
|
|
44063
44137
|
if (!tea_util_1.default.isUnset(request.engineVersion)) {
|
|
44064
44138
|
query["EngineVersion"] = request.engineVersion;
|
|
44065
44139
|
}
|
|
44140
|
+
if (!tea_util_1.default.isUnset(request.ioAccelerationEnabled)) {
|
|
44141
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
44142
|
+
}
|
|
44066
44143
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
44067
44144
|
query["OwnerAccount"] = request.ownerAccount;
|
|
44068
44145
|
}
|