@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -1145,6 +1145,7 @@ export class CloneDBInstanceRequest extends $tea.Model {
|
|
|
1145
1145
|
dedicatedHostGroupId?: string;
|
|
1146
1146
|
deletionProtection?: boolean;
|
|
1147
1147
|
instanceNetworkType?: string;
|
|
1148
|
+
ioAccelerationEnabled?: string;
|
|
1148
1149
|
payType?: string;
|
|
1149
1150
|
period?: string;
|
|
1150
1151
|
privateIpAddress?: string;
|
|
@@ -1176,6 +1177,7 @@ export class CloneDBInstanceRequest extends $tea.Model {
|
|
|
1176
1177
|
dedicatedHostGroupId: 'DedicatedHostGroupId',
|
|
1177
1178
|
deletionProtection: 'DeletionProtection',
|
|
1178
1179
|
instanceNetworkType: 'InstanceNetworkType',
|
|
1180
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
1179
1181
|
payType: 'PayType',
|
|
1180
1182
|
period: 'Period',
|
|
1181
1183
|
privateIpAddress: 'PrivateIpAddress',
|
|
@@ -1210,6 +1212,7 @@ export class CloneDBInstanceRequest extends $tea.Model {
|
|
|
1210
1212
|
dedicatedHostGroupId: 'string',
|
|
1211
1213
|
deletionProtection: 'boolean',
|
|
1212
1214
|
instanceNetworkType: 'string',
|
|
1215
|
+
ioAccelerationEnabled: 'string',
|
|
1213
1216
|
payType: 'string',
|
|
1214
1217
|
period: 'string',
|
|
1215
1218
|
privateIpAddress: 'string',
|
|
@@ -1248,6 +1251,7 @@ export class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1248
1251
|
dedicatedHostGroupId?: string;
|
|
1249
1252
|
deletionProtection?: boolean;
|
|
1250
1253
|
instanceNetworkType?: string;
|
|
1254
|
+
ioAccelerationEnabled?: string;
|
|
1251
1255
|
payType?: string;
|
|
1252
1256
|
period?: string;
|
|
1253
1257
|
privateIpAddress?: string;
|
|
@@ -1279,6 +1283,7 @@ export class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1279
1283
|
dedicatedHostGroupId: 'DedicatedHostGroupId',
|
|
1280
1284
|
deletionProtection: 'DeletionProtection',
|
|
1281
1285
|
instanceNetworkType: 'InstanceNetworkType',
|
|
1286
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
1282
1287
|
payType: 'PayType',
|
|
1283
1288
|
period: 'Period',
|
|
1284
1289
|
privateIpAddress: 'PrivateIpAddress',
|
|
@@ -1313,6 +1318,7 @@ export class CloneDBInstanceShrinkRequest extends $tea.Model {
|
|
|
1313
1318
|
dedicatedHostGroupId: 'string',
|
|
1314
1319
|
deletionProtection: 'boolean',
|
|
1315
1320
|
instanceNetworkType: 'string',
|
|
1321
|
+
ioAccelerationEnabled: 'string',
|
|
1316
1322
|
payType: 'string',
|
|
1317
1323
|
period: 'string',
|
|
1318
1324
|
privateIpAddress: 'string',
|
|
@@ -2090,6 +2096,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
2090
2096
|
businessInfo?: string;
|
|
2091
2097
|
category?: string;
|
|
2092
2098
|
clientToken?: string;
|
|
2099
|
+
coldDataEnabled?: boolean;
|
|
2093
2100
|
connectionMode?: string;
|
|
2094
2101
|
connectionString?: string;
|
|
2095
2102
|
createStrategy?: string;
|
|
@@ -2108,6 +2115,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
2108
2115
|
engine?: string;
|
|
2109
2116
|
engineVersion?: string;
|
|
2110
2117
|
instanceNetworkType?: string;
|
|
2118
|
+
ioAccelerationEnabled?: string;
|
|
2111
2119
|
payType?: string;
|
|
2112
2120
|
period?: string;
|
|
2113
2121
|
port?: string;
|
|
@@ -2145,6 +2153,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
2145
2153
|
businessInfo: 'BusinessInfo',
|
|
2146
2154
|
category: 'Category',
|
|
2147
2155
|
clientToken: 'ClientToken',
|
|
2156
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
2148
2157
|
connectionMode: 'ConnectionMode',
|
|
2149
2158
|
connectionString: 'ConnectionString',
|
|
2150
2159
|
createStrategy: 'CreateStrategy',
|
|
@@ -2163,6 +2172,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
2163
2172
|
engine: 'Engine',
|
|
2164
2173
|
engineVersion: 'EngineVersion',
|
|
2165
2174
|
instanceNetworkType: 'InstanceNetworkType',
|
|
2175
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
2166
2176
|
payType: 'PayType',
|
|
2167
2177
|
period: 'Period',
|
|
2168
2178
|
port: 'Port',
|
|
@@ -2203,6 +2213,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
2203
2213
|
businessInfo: 'string',
|
|
2204
2214
|
category: 'string',
|
|
2205
2215
|
clientToken: 'string',
|
|
2216
|
+
coldDataEnabled: 'boolean',
|
|
2206
2217
|
connectionMode: 'string',
|
|
2207
2218
|
connectionString: 'string',
|
|
2208
2219
|
createStrategy: 'string',
|
|
@@ -2221,6 +2232,7 @@ export class CreateDBInstanceRequest extends $tea.Model {
|
|
|
2221
2232
|
engine: 'string',
|
|
2222
2233
|
engineVersion: 'string',
|
|
2223
2234
|
instanceNetworkType: 'string',
|
|
2235
|
+
ioAccelerationEnabled: 'string',
|
|
2224
2236
|
payType: 'string',
|
|
2225
2237
|
period: 'string',
|
|
2226
2238
|
port: 'string',
|
|
@@ -2265,6 +2277,7 @@ export class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2265
2277
|
businessInfo?: string;
|
|
2266
2278
|
category?: string;
|
|
2267
2279
|
clientToken?: string;
|
|
2280
|
+
coldDataEnabled?: boolean;
|
|
2268
2281
|
connectionMode?: string;
|
|
2269
2282
|
connectionString?: string;
|
|
2270
2283
|
createStrategy?: string;
|
|
@@ -2283,6 +2296,7 @@ export class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2283
2296
|
engine?: string;
|
|
2284
2297
|
engineVersion?: string;
|
|
2285
2298
|
instanceNetworkType?: string;
|
|
2299
|
+
ioAccelerationEnabled?: string;
|
|
2286
2300
|
payType?: string;
|
|
2287
2301
|
period?: string;
|
|
2288
2302
|
port?: string;
|
|
@@ -2320,6 +2334,7 @@ export class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2320
2334
|
businessInfo: 'BusinessInfo',
|
|
2321
2335
|
category: 'Category',
|
|
2322
2336
|
clientToken: 'ClientToken',
|
|
2337
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
2323
2338
|
connectionMode: 'ConnectionMode',
|
|
2324
2339
|
connectionString: 'ConnectionString',
|
|
2325
2340
|
createStrategy: 'CreateStrategy',
|
|
@@ -2338,6 +2353,7 @@ export class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2338
2353
|
engine: 'Engine',
|
|
2339
2354
|
engineVersion: 'EngineVersion',
|
|
2340
2355
|
instanceNetworkType: 'InstanceNetworkType',
|
|
2356
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
2341
2357
|
payType: 'PayType',
|
|
2342
2358
|
period: 'Period',
|
|
2343
2359
|
port: 'Port',
|
|
@@ -2378,6 +2394,7 @@ export class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2378
2394
|
businessInfo: 'string',
|
|
2379
2395
|
category: 'string',
|
|
2380
2396
|
clientToken: 'string',
|
|
2397
|
+
coldDataEnabled: 'boolean',
|
|
2381
2398
|
connectionMode: 'string',
|
|
2382
2399
|
connectionString: 'string',
|
|
2383
2400
|
createStrategy: 'string',
|
|
@@ -2396,6 +2413,7 @@ export class CreateDBInstanceShrinkRequest extends $tea.Model {
|
|
|
2396
2413
|
engine: 'string',
|
|
2397
2414
|
engineVersion: 'string',
|
|
2398
2415
|
instanceNetworkType: 'string',
|
|
2416
|
+
ioAccelerationEnabled: 'string',
|
|
2399
2417
|
payType: 'string',
|
|
2400
2418
|
period: 'string',
|
|
2401
2419
|
port: 'string',
|
|
@@ -4350,6 +4368,7 @@ export class CreateReadOnlyDBInstanceRequest extends $tea.Model {
|
|
|
4350
4368
|
gdnInstanceName?: string;
|
|
4351
4369
|
instanceNetworkType?: string;
|
|
4352
4370
|
instructionSetArch?: string;
|
|
4371
|
+
ioAccelerationEnabled?: string;
|
|
4353
4372
|
ownerAccount?: string;
|
|
4354
4373
|
ownerId?: number;
|
|
4355
4374
|
payType?: string;
|
|
@@ -4386,6 +4405,7 @@ export class CreateReadOnlyDBInstanceRequest extends $tea.Model {
|
|
|
4386
4405
|
gdnInstanceName: 'GdnInstanceName',
|
|
4387
4406
|
instanceNetworkType: 'InstanceNetworkType',
|
|
4388
4407
|
instructionSetArch: 'InstructionSetArch',
|
|
4408
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
4389
4409
|
ownerAccount: 'OwnerAccount',
|
|
4390
4410
|
ownerId: 'OwnerId',
|
|
4391
4411
|
payType: 'PayType',
|
|
@@ -4425,6 +4445,7 @@ export class CreateReadOnlyDBInstanceRequest extends $tea.Model {
|
|
|
4425
4445
|
gdnInstanceName: 'string',
|
|
4426
4446
|
instanceNetworkType: 'string',
|
|
4427
4447
|
instructionSetArch: 'string',
|
|
4448
|
+
ioAccelerationEnabled: 'string',
|
|
4428
4449
|
ownerAccount: 'string',
|
|
4429
4450
|
ownerId: 'number',
|
|
4430
4451
|
payType: 'string',
|
|
@@ -10368,6 +10389,7 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
10368
10389
|
clientCACertExpireTime?: string;
|
|
10369
10390
|
clientCertRevocationList?: string;
|
|
10370
10391
|
connectionString?: string;
|
|
10392
|
+
forceEncryption?: string;
|
|
10371
10393
|
lastModifyStatus?: string;
|
|
10372
10394
|
modifyStatusReason?: string;
|
|
10373
10395
|
replicationACL?: string;
|
|
@@ -10381,6 +10403,7 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
10381
10403
|
serverCAUrl?: string;
|
|
10382
10404
|
serverCert?: string;
|
|
10383
10405
|
serverKey?: string;
|
|
10406
|
+
tlsVersion?: string;
|
|
10384
10407
|
static names(): { [key: string]: string } {
|
|
10385
10408
|
return {
|
|
10386
10409
|
ACL: 'ACL',
|
|
@@ -10389,6 +10412,7 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
10389
10412
|
clientCACertExpireTime: 'ClientCACertExpireTime',
|
|
10390
10413
|
clientCertRevocationList: 'ClientCertRevocationList',
|
|
10391
10414
|
connectionString: 'ConnectionString',
|
|
10415
|
+
forceEncryption: 'ForceEncryption',
|
|
10392
10416
|
lastModifyStatus: 'LastModifyStatus',
|
|
10393
10417
|
modifyStatusReason: 'ModifyStatusReason',
|
|
10394
10418
|
replicationACL: 'ReplicationACL',
|
|
@@ -10402,6 +10426,7 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
10402
10426
|
serverCAUrl: 'ServerCAUrl',
|
|
10403
10427
|
serverCert: 'ServerCert',
|
|
10404
10428
|
serverKey: 'ServerKey',
|
|
10429
|
+
tlsVersion: 'TlsVersion',
|
|
10405
10430
|
};
|
|
10406
10431
|
}
|
|
10407
10432
|
|
|
@@ -10413,6 +10438,7 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
10413
10438
|
clientCACertExpireTime: 'string',
|
|
10414
10439
|
clientCertRevocationList: 'string',
|
|
10415
10440
|
connectionString: 'string',
|
|
10441
|
+
forceEncryption: 'string',
|
|
10416
10442
|
lastModifyStatus: 'string',
|
|
10417
10443
|
modifyStatusReason: 'string',
|
|
10418
10444
|
replicationACL: 'string',
|
|
@@ -10426,6 +10452,7 @@ export class DescribeDBInstanceSSLResponseBody extends $tea.Model {
|
|
|
10426
10452
|
serverCAUrl: 'string',
|
|
10427
10453
|
serverCert: 'string',
|
|
10428
10454
|
serverKey: 'string',
|
|
10455
|
+
tlsVersion: 'string',
|
|
10429
10456
|
};
|
|
10430
10457
|
}
|
|
10431
10458
|
|
|
@@ -19181,6 +19208,7 @@ export class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
19181
19208
|
DBInstanceId?: string;
|
|
19182
19209
|
DBInstanceStorage?: number;
|
|
19183
19210
|
effectiveTime?: string;
|
|
19211
|
+
ioAccelerationEnabled?: string;
|
|
19184
19212
|
isModifySpec?: string;
|
|
19185
19213
|
ownerAccount?: string;
|
|
19186
19214
|
ownerId?: number;
|
|
@@ -19199,6 +19227,7 @@ export class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
19199
19227
|
DBInstanceId: 'DBInstanceId',
|
|
19200
19228
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
19201
19229
|
effectiveTime: 'EffectiveTime',
|
|
19230
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
19202
19231
|
isModifySpec: 'IsModifySpec',
|
|
19203
19232
|
ownerAccount: 'OwnerAccount',
|
|
19204
19233
|
ownerId: 'OwnerId',
|
|
@@ -19220,6 +19249,7 @@ export class MigrateToOtherZoneRequest extends $tea.Model {
|
|
|
19220
19249
|
DBInstanceId: 'string',
|
|
19221
19250
|
DBInstanceStorage: 'number',
|
|
19222
19251
|
effectiveTime: 'string',
|
|
19252
|
+
ioAccelerationEnabled: 'string',
|
|
19223
19253
|
isModifySpec: 'string',
|
|
19224
19254
|
ownerAccount: 'string',
|
|
19225
19255
|
ownerId: 'number',
|
|
@@ -21501,6 +21531,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
21501
21531
|
clientCrlEnabled?: number;
|
|
21502
21532
|
connectionString?: string;
|
|
21503
21533
|
DBInstanceId?: string;
|
|
21534
|
+
forceEncryption?: string;
|
|
21504
21535
|
ownerAccount?: string;
|
|
21505
21536
|
ownerId?: number;
|
|
21506
21537
|
replicationACL?: string;
|
|
@@ -21509,6 +21540,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
21509
21540
|
SSLEnabled?: number;
|
|
21510
21541
|
serverCert?: string;
|
|
21511
21542
|
serverKey?: string;
|
|
21543
|
+
tlsVersion?: string;
|
|
21512
21544
|
static names(): { [key: string]: string } {
|
|
21513
21545
|
return {
|
|
21514
21546
|
ACL: 'ACL',
|
|
@@ -21519,6 +21551,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
21519
21551
|
clientCrlEnabled: 'ClientCrlEnabled',
|
|
21520
21552
|
connectionString: 'ConnectionString',
|
|
21521
21553
|
DBInstanceId: 'DBInstanceId',
|
|
21554
|
+
forceEncryption: 'ForceEncryption',
|
|
21522
21555
|
ownerAccount: 'OwnerAccount',
|
|
21523
21556
|
ownerId: 'OwnerId',
|
|
21524
21557
|
replicationACL: 'ReplicationACL',
|
|
@@ -21527,6 +21560,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
21527
21560
|
SSLEnabled: 'SSLEnabled',
|
|
21528
21561
|
serverCert: 'ServerCert',
|
|
21529
21562
|
serverKey: 'ServerKey',
|
|
21563
|
+
tlsVersion: 'TlsVersion',
|
|
21530
21564
|
};
|
|
21531
21565
|
}
|
|
21532
21566
|
|
|
@@ -21540,6 +21574,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
21540
21574
|
clientCrlEnabled: 'number',
|
|
21541
21575
|
connectionString: 'string',
|
|
21542
21576
|
DBInstanceId: 'string',
|
|
21577
|
+
forceEncryption: 'string',
|
|
21543
21578
|
ownerAccount: 'string',
|
|
21544
21579
|
ownerId: 'number',
|
|
21545
21580
|
replicationACL: 'string',
|
|
@@ -21548,6 +21583,7 @@ export class ModifyDBInstanceSSLRequest extends $tea.Model {
|
|
|
21548
21583
|
SSLEnabled: 'number',
|
|
21549
21584
|
serverCert: 'string',
|
|
21550
21585
|
serverKey: 'string',
|
|
21586
|
+
tlsVersion: 'string',
|
|
21551
21587
|
};
|
|
21552
21588
|
}
|
|
21553
21589
|
|
|
@@ -21604,6 +21640,7 @@ export class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
21604
21640
|
autoUseCoupon?: boolean;
|
|
21605
21641
|
burstingEnabled?: boolean;
|
|
21606
21642
|
category?: string;
|
|
21643
|
+
coldDataEnabled?: boolean;
|
|
21607
21644
|
DBInstanceClass?: string;
|
|
21608
21645
|
DBInstanceId?: string;
|
|
21609
21646
|
DBInstanceStorage?: number;
|
|
@@ -21612,6 +21649,7 @@ export class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
21612
21649
|
direction?: string;
|
|
21613
21650
|
effectiveTime?: string;
|
|
21614
21651
|
engineVersion?: string;
|
|
21652
|
+
ioAccelerationEnabled?: string;
|
|
21615
21653
|
ownerAccount?: string;
|
|
21616
21654
|
ownerId?: number;
|
|
21617
21655
|
payType?: string;
|
|
@@ -21629,6 +21667,7 @@ export class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
21629
21667
|
autoUseCoupon: 'AutoUseCoupon',
|
|
21630
21668
|
burstingEnabled: 'BurstingEnabled',
|
|
21631
21669
|
category: 'Category',
|
|
21670
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
21632
21671
|
DBInstanceClass: 'DBInstanceClass',
|
|
21633
21672
|
DBInstanceId: 'DBInstanceId',
|
|
21634
21673
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
@@ -21637,6 +21676,7 @@ export class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
21637
21676
|
direction: 'Direction',
|
|
21638
21677
|
effectiveTime: 'EffectiveTime',
|
|
21639
21678
|
engineVersion: 'EngineVersion',
|
|
21679
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
21640
21680
|
ownerAccount: 'OwnerAccount',
|
|
21641
21681
|
ownerId: 'OwnerId',
|
|
21642
21682
|
payType: 'PayType',
|
|
@@ -21657,6 +21697,7 @@ export class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
21657
21697
|
autoUseCoupon: 'boolean',
|
|
21658
21698
|
burstingEnabled: 'boolean',
|
|
21659
21699
|
category: 'string',
|
|
21700
|
+
coldDataEnabled: 'boolean',
|
|
21660
21701
|
DBInstanceClass: 'string',
|
|
21661
21702
|
DBInstanceId: 'string',
|
|
21662
21703
|
DBInstanceStorage: 'number',
|
|
@@ -21665,6 +21706,7 @@ export class ModifyDBInstanceSpecRequest extends $tea.Model {
|
|
|
21665
21706
|
direction: 'string',
|
|
21666
21707
|
effectiveTime: 'string',
|
|
21667
21708
|
engineVersion: 'string',
|
|
21709
|
+
ioAccelerationEnabled: 'string',
|
|
21668
21710
|
ownerAccount: 'string',
|
|
21669
21711
|
ownerId: 'number',
|
|
21670
21712
|
payType: 'string',
|
|
@@ -21689,6 +21731,7 @@ export class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
21689
21731
|
autoUseCoupon?: boolean;
|
|
21690
21732
|
burstingEnabled?: boolean;
|
|
21691
21733
|
category?: string;
|
|
21734
|
+
coldDataEnabled?: boolean;
|
|
21692
21735
|
DBInstanceClass?: string;
|
|
21693
21736
|
DBInstanceId?: string;
|
|
21694
21737
|
DBInstanceStorage?: number;
|
|
@@ -21697,6 +21740,7 @@ export class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
21697
21740
|
direction?: string;
|
|
21698
21741
|
effectiveTime?: string;
|
|
21699
21742
|
engineVersion?: string;
|
|
21743
|
+
ioAccelerationEnabled?: string;
|
|
21700
21744
|
ownerAccount?: string;
|
|
21701
21745
|
ownerId?: number;
|
|
21702
21746
|
payType?: string;
|
|
@@ -21714,6 +21758,7 @@ export class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
21714
21758
|
autoUseCoupon: 'AutoUseCoupon',
|
|
21715
21759
|
burstingEnabled: 'BurstingEnabled',
|
|
21716
21760
|
category: 'Category',
|
|
21761
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
21717
21762
|
DBInstanceClass: 'DBInstanceClass',
|
|
21718
21763
|
DBInstanceId: 'DBInstanceId',
|
|
21719
21764
|
DBInstanceStorage: 'DBInstanceStorage',
|
|
@@ -21722,6 +21767,7 @@ export class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
21722
21767
|
direction: 'Direction',
|
|
21723
21768
|
effectiveTime: 'EffectiveTime',
|
|
21724
21769
|
engineVersion: 'EngineVersion',
|
|
21770
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
21725
21771
|
ownerAccount: 'OwnerAccount',
|
|
21726
21772
|
ownerId: 'OwnerId',
|
|
21727
21773
|
payType: 'PayType',
|
|
@@ -21742,6 +21788,7 @@ export class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
21742
21788
|
autoUseCoupon: 'boolean',
|
|
21743
21789
|
burstingEnabled: 'boolean',
|
|
21744
21790
|
category: 'string',
|
|
21791
|
+
coldDataEnabled: 'boolean',
|
|
21745
21792
|
DBInstanceClass: 'string',
|
|
21746
21793
|
DBInstanceId: 'string',
|
|
21747
21794
|
DBInstanceStorage: 'number',
|
|
@@ -21750,6 +21797,7 @@ export class ModifyDBInstanceSpecShrinkRequest extends $tea.Model {
|
|
|
21750
21797
|
direction: 'string',
|
|
21751
21798
|
effectiveTime: 'string',
|
|
21752
21799
|
engineVersion: 'string',
|
|
21800
|
+
ioAccelerationEnabled: 'string',
|
|
21753
21801
|
ownerAccount: 'string',
|
|
21754
21802
|
ownerId: 'number',
|
|
21755
21803
|
payType: 'string',
|
|
@@ -29999,6 +30047,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
29999
30047
|
bpeEnabled?: string;
|
|
30000
30048
|
burstingEnabled?: boolean;
|
|
30001
30049
|
category?: string;
|
|
30050
|
+
coldDataEnabled?: boolean;
|
|
30002
30051
|
collation?: string;
|
|
30003
30052
|
connectionMode?: string;
|
|
30004
30053
|
connectionString?: string;
|
|
@@ -30031,6 +30080,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
30031
30080
|
incrementSourceDBInstanceId?: string;
|
|
30032
30081
|
instanceNetworkType?: string;
|
|
30033
30082
|
instructionSetArch?: string;
|
|
30083
|
+
ioAccelerationEnabled?: string;
|
|
30034
30084
|
latestKernelVersion?: string;
|
|
30035
30085
|
lockMode?: string;
|
|
30036
30086
|
lockReason?: string;
|
|
@@ -30072,6 +30122,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
30072
30122
|
bpeEnabled: 'BpeEnabled',
|
|
30073
30123
|
burstingEnabled: 'BurstingEnabled',
|
|
30074
30124
|
category: 'Category',
|
|
30125
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
30075
30126
|
collation: 'Collation',
|
|
30076
30127
|
connectionMode: 'ConnectionMode',
|
|
30077
30128
|
connectionString: 'ConnectionString',
|
|
@@ -30104,6 +30155,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
30104
30155
|
incrementSourceDBInstanceId: 'IncrementSourceDBInstanceId',
|
|
30105
30156
|
instanceNetworkType: 'InstanceNetworkType',
|
|
30106
30157
|
instructionSetArch: 'InstructionSetArch',
|
|
30158
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
30107
30159
|
latestKernelVersion: 'LatestKernelVersion',
|
|
30108
30160
|
lockMode: 'LockMode',
|
|
30109
30161
|
lockReason: 'LockReason',
|
|
@@ -30148,6 +30200,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
30148
30200
|
bpeEnabled: 'string',
|
|
30149
30201
|
burstingEnabled: 'boolean',
|
|
30150
30202
|
category: 'string',
|
|
30203
|
+
coldDataEnabled: 'boolean',
|
|
30151
30204
|
collation: 'string',
|
|
30152
30205
|
connectionMode: 'string',
|
|
30153
30206
|
connectionString: 'string',
|
|
@@ -30180,6 +30233,7 @@ export class DescribeDBInstanceAttributeResponseBodyItemsDBInstanceAttribute ext
|
|
|
30180
30233
|
incrementSourceDBInstanceId: 'string',
|
|
30181
30234
|
instanceNetworkType: 'string',
|
|
30182
30235
|
instructionSetArch: 'string',
|
|
30236
|
+
ioAccelerationEnabled: 'string',
|
|
30183
30237
|
latestKernelVersion: 'string',
|
|
30184
30238
|
lockMode: 'string',
|
|
30185
30239
|
lockReason: 'string',
|
|
@@ -31194,6 +31248,7 @@ export class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
31194
31248
|
bpeEnabled?: string;
|
|
31195
31249
|
burstingEnabled?: boolean;
|
|
31196
31250
|
category?: string;
|
|
31251
|
+
coldDataEnabled?: boolean;
|
|
31197
31252
|
connectionMode?: string;
|
|
31198
31253
|
connectionString?: string;
|
|
31199
31254
|
createTime?: string;
|
|
@@ -31223,6 +31278,7 @@ export class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
31223
31278
|
generalGroupName?: string;
|
|
31224
31279
|
guardDBInstanceId?: string;
|
|
31225
31280
|
instanceNetworkType?: string;
|
|
31281
|
+
ioAccelerationEnabled?: string;
|
|
31226
31282
|
lockMode?: string;
|
|
31227
31283
|
lockReason?: string;
|
|
31228
31284
|
masterInstanceId?: string;
|
|
@@ -31245,6 +31301,7 @@ export class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
31245
31301
|
bpeEnabled: 'BpeEnabled',
|
|
31246
31302
|
burstingEnabled: 'BurstingEnabled',
|
|
31247
31303
|
category: 'Category',
|
|
31304
|
+
coldDataEnabled: 'ColdDataEnabled',
|
|
31248
31305
|
connectionMode: 'ConnectionMode',
|
|
31249
31306
|
connectionString: 'ConnectionString',
|
|
31250
31307
|
createTime: 'CreateTime',
|
|
@@ -31274,6 +31331,7 @@ export class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
31274
31331
|
generalGroupName: 'GeneralGroupName',
|
|
31275
31332
|
guardDBInstanceId: 'GuardDBInstanceId',
|
|
31276
31333
|
instanceNetworkType: 'InstanceNetworkType',
|
|
31334
|
+
ioAccelerationEnabled: 'IoAccelerationEnabled',
|
|
31277
31335
|
lockMode: 'LockMode',
|
|
31278
31336
|
lockReason: 'LockReason',
|
|
31279
31337
|
masterInstanceId: 'MasterInstanceId',
|
|
@@ -31299,6 +31357,7 @@ export class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
31299
31357
|
bpeEnabled: 'string',
|
|
31300
31358
|
burstingEnabled: 'boolean',
|
|
31301
31359
|
category: 'string',
|
|
31360
|
+
coldDataEnabled: 'boolean',
|
|
31302
31361
|
connectionMode: 'string',
|
|
31303
31362
|
connectionString: 'string',
|
|
31304
31363
|
createTime: 'string',
|
|
@@ -31328,6 +31387,7 @@ export class DescribeDBInstancesResponseBodyItemsDBInstance extends $tea.Model {
|
|
|
31328
31387
|
generalGroupName: 'string',
|
|
31329
31388
|
guardDBInstanceId: 'string',
|
|
31330
31389
|
instanceNetworkType: 'string',
|
|
31390
|
+
ioAccelerationEnabled: 'string',
|
|
31331
31391
|
lockMode: 'string',
|
|
31332
31392
|
lockReason: 'string',
|
|
31333
31393
|
masterInstanceId: 'string',
|
|
@@ -38088,6 +38148,10 @@ export default class Client extends OpenApi {
|
|
|
38088
38148
|
query["InstanceNetworkType"] = request.instanceNetworkType;
|
|
38089
38149
|
}
|
|
38090
38150
|
|
|
38151
|
+
if (!Util.isUnset(request.ioAccelerationEnabled)) {
|
|
38152
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
38153
|
+
}
|
|
38154
|
+
|
|
38091
38155
|
if (!Util.isUnset(request.payType)) {
|
|
38092
38156
|
query["PayType"] = request.payType;
|
|
38093
38157
|
}
|
|
@@ -38878,6 +38942,10 @@ export default class Client extends OpenApi {
|
|
|
38878
38942
|
query["ClientToken"] = request.clientToken;
|
|
38879
38943
|
}
|
|
38880
38944
|
|
|
38945
|
+
if (!Util.isUnset(request.coldDataEnabled)) {
|
|
38946
|
+
query["ColdDataEnabled"] = request.coldDataEnabled;
|
|
38947
|
+
}
|
|
38948
|
+
|
|
38881
38949
|
if (!Util.isUnset(request.connectionMode)) {
|
|
38882
38950
|
query["ConnectionMode"] = request.connectionMode;
|
|
38883
38951
|
}
|
|
@@ -38950,6 +39018,10 @@ export default class Client extends OpenApi {
|
|
|
38950
39018
|
query["InstanceNetworkType"] = request.instanceNetworkType;
|
|
38951
39019
|
}
|
|
38952
39020
|
|
|
39021
|
+
if (!Util.isUnset(request.ioAccelerationEnabled)) {
|
|
39022
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
39023
|
+
}
|
|
39024
|
+
|
|
38953
39025
|
if (!Util.isUnset(request.payType)) {
|
|
38954
39026
|
query["PayType"] = request.payType;
|
|
38955
39027
|
}
|
|
@@ -40760,6 +40832,10 @@ export default class Client extends OpenApi {
|
|
|
40760
40832
|
query["InstructionSetArch"] = request.instructionSetArch;
|
|
40761
40833
|
}
|
|
40762
40834
|
|
|
40835
|
+
if (!Util.isUnset(request.ioAccelerationEnabled)) {
|
|
40836
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
40837
|
+
}
|
|
40838
|
+
|
|
40763
40839
|
if (!Util.isUnset(request.ownerAccount)) {
|
|
40764
40840
|
query["OwnerAccount"] = request.ownerAccount;
|
|
40765
40841
|
}
|
|
@@ -44077,10 +44153,15 @@ export default class Client extends OpenApi {
|
|
|
44077
44153
|
}
|
|
44078
44154
|
|
|
44079
44155
|
/**
|
|
44080
|
-
*
|
|
44081
|
-
* * MySQL
|
|
44082
|
-
* *
|
|
44083
|
-
* *
|
|
44156
|
+
* ### [](#)Supported database engines
|
|
44157
|
+
* * MySQL
|
|
44158
|
+
* * PostgreSQL
|
|
44159
|
+
* * SQL Server
|
|
44160
|
+
* ### [](#)References
|
|
44161
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
44162
|
+
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
44163
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
44164
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
44084
44165
|
*
|
|
44085
44166
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
44086
44167
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -44135,10 +44216,15 @@ export default class Client extends OpenApi {
|
|
|
44135
44216
|
}
|
|
44136
44217
|
|
|
44137
44218
|
/**
|
|
44138
|
-
*
|
|
44139
|
-
* * MySQL
|
|
44140
|
-
* *
|
|
44141
|
-
* *
|
|
44219
|
+
* ### [](#)Supported database engines
|
|
44220
|
+
* * MySQL
|
|
44221
|
+
* * PostgreSQL
|
|
44222
|
+
* * SQL Server
|
|
44223
|
+
* ### [](#)References
|
|
44224
|
+
* > Before you call this operation, read the following topics and make sure that you fully understand the prerequisites and impacts of this operation.
|
|
44225
|
+
* * [Use the cross-region backup feature of an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
44226
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
44227
|
+
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
44142
44228
|
*
|
|
44143
44229
|
* @param request DescribeCrossRegionBackupDBInstanceRequest
|
|
44144
44230
|
* @return DescribeCrossRegionBackupDBInstanceResponse
|
|
@@ -44154,6 +44240,7 @@ export default class Client extends OpenApi {
|
|
|
44154
44240
|
* * PostgreSQL
|
|
44155
44241
|
* * SQL Server
|
|
44156
44242
|
* ### [](#)References
|
|
44243
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
44157
44244
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
44158
44245
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
44159
44246
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -44241,6 +44328,7 @@ export default class Client extends OpenApi {
|
|
|
44241
44328
|
* * PostgreSQL
|
|
44242
44329
|
* * SQL Server
|
|
44243
44330
|
* ### [](#)References
|
|
44331
|
+
* > Before you call this operation, carefully read the following documentation. Make sure that you fully understand the prerequisites and impacts for calling this operation.
|
|
44244
44332
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for MySQL instance](~~120824~~)
|
|
44245
44333
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for SQL Server instance](~~187923~~)
|
|
44246
44334
|
* * [Use the cross-region backup feature for an ApsaraDB RDS for PostgreSQL instance](~~206671~~)
|
|
@@ -51818,15 +51906,14 @@ export default class Client extends OpenApi {
|
|
|
51818
51906
|
* 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~~).
|
|
51819
51907
|
* ### [](#)Precautions
|
|
51820
51908
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
51821
|
-
* * Before you call this operation, make sure that the following
|
|
51909
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
51822
51910
|
* * 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~~).
|
|
51823
|
-
* * The source and destination instances must be created by using the same user
|
|
51911
|
+
* * The source and destination instances must be created by using the same user.
|
|
51824
51912
|
* * The instance is in the Running state.
|
|
51825
51913
|
* * The source and destination databases must be in the Running state.
|
|
51826
51914
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
51827
|
-
* >
|
|
51828
|
-
* *
|
|
51829
|
-
* * You can migrate the data of multiple databases at a time.
|
|
51915
|
+
* > * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
51916
|
+
* > * You can migrate the data of multiple databases at a time.
|
|
51830
51917
|
*
|
|
51831
51918
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
51832
51919
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -51887,15 +51974,14 @@ export default class Client extends OpenApi {
|
|
|
51887
51974
|
* 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~~).
|
|
51888
51975
|
* ### [](#)Precautions
|
|
51889
51976
|
* * During the migration, the source instance is in the **Migrating** state, and the destination instance is in the **Importing** state.
|
|
51890
|
-
* * Before you call this operation, make sure that the following
|
|
51977
|
+
* * Before you call this operation, **make sure that the following conditions are met**:
|
|
51891
51978
|
* * 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~~).
|
|
51892
|
-
* * The source and destination instances must be created by using the same user
|
|
51979
|
+
* * The source and destination instances must be created by using the same user.
|
|
51893
51980
|
* * The instance is in the Running state.
|
|
51894
51981
|
* * The source and destination databases must be in the Running state.
|
|
51895
51982
|
* * The remaining storage of the destination instance must be greater than the storage capacity of the source instance.
|
|
51896
|
-
* >
|
|
51897
|
-
* *
|
|
51898
|
-
* * You can migrate the data of multiple databases at a time.
|
|
51983
|
+
* > * This operation is not supported for instances that run SQL Server 2017 on RDS Cluster Edition.
|
|
51984
|
+
* > * You can migrate the data of multiple databases at a time.
|
|
51899
51985
|
*
|
|
51900
51986
|
* @param request ImportDatabaseBetweenInstancesRequest
|
|
51901
51987
|
* @return ImportDatabaseBetweenInstancesResponse
|
|
@@ -52581,6 +52667,10 @@ export default class Client extends OpenApi {
|
|
|
52581
52667
|
query["EffectiveTime"] = request.effectiveTime;
|
|
52582
52668
|
}
|
|
52583
52669
|
|
|
52670
|
+
if (!Util.isUnset(request.ioAccelerationEnabled)) {
|
|
52671
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
52672
|
+
}
|
|
52673
|
+
|
|
52584
52674
|
if (!Util.isUnset(request.isModifySpec)) {
|
|
52585
52675
|
query["IsModifySpec"] = request.isModifySpec;
|
|
52586
52676
|
}
|
|
@@ -54672,6 +54762,10 @@ export default class Client extends OpenApi {
|
|
|
54672
54762
|
query["DBInstanceId"] = request.DBInstanceId;
|
|
54673
54763
|
}
|
|
54674
54764
|
|
|
54765
|
+
if (!Util.isUnset(request.forceEncryption)) {
|
|
54766
|
+
query["ForceEncryption"] = request.forceEncryption;
|
|
54767
|
+
}
|
|
54768
|
+
|
|
54675
54769
|
if (!Util.isUnset(request.ownerAccount)) {
|
|
54676
54770
|
query["OwnerAccount"] = request.ownerAccount;
|
|
54677
54771
|
}
|
|
@@ -54704,6 +54798,10 @@ export default class Client extends OpenApi {
|
|
|
54704
54798
|
query["ServerKey"] = request.serverKey;
|
|
54705
54799
|
}
|
|
54706
54800
|
|
|
54801
|
+
if (!Util.isUnset(request.tlsVersion)) {
|
|
54802
|
+
query["TlsVersion"] = request.tlsVersion;
|
|
54803
|
+
}
|
|
54804
|
+
|
|
54707
54805
|
let req = new $OpenApi.OpenApiRequest({
|
|
54708
54806
|
query: OpenApiUtil.query(query),
|
|
54709
54807
|
});
|
|
@@ -54778,6 +54876,10 @@ export default class Client extends OpenApi {
|
|
|
54778
54876
|
query["Category"] = request.category;
|
|
54779
54877
|
}
|
|
54780
54878
|
|
|
54879
|
+
if (!Util.isUnset(request.coldDataEnabled)) {
|
|
54880
|
+
query["ColdDataEnabled"] = request.coldDataEnabled;
|
|
54881
|
+
}
|
|
54882
|
+
|
|
54781
54883
|
if (!Util.isUnset(request.DBInstanceClass)) {
|
|
54782
54884
|
query["DBInstanceClass"] = request.DBInstanceClass;
|
|
54783
54885
|
}
|
|
@@ -54810,6 +54912,10 @@ export default class Client extends OpenApi {
|
|
|
54810
54912
|
query["EngineVersion"] = request.engineVersion;
|
|
54811
54913
|
}
|
|
54812
54914
|
|
|
54915
|
+
if (!Util.isUnset(request.ioAccelerationEnabled)) {
|
|
54916
|
+
query["IoAccelerationEnabled"] = request.ioAccelerationEnabled;
|
|
54917
|
+
}
|
|
54918
|
+
|
|
54813
54919
|
if (!Util.isUnset(request.ownerAccount)) {
|
|
54814
54920
|
query["OwnerAccount"] = request.ownerAccount;
|
|
54815
54921
|
}
|