@alicloud/rds20140815 2.7.4 → 2.7.6
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 +8 -4
- package/dist/client.js +18 -4
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +24 -4
package/dist/client.d.ts
CHANGED
|
@@ -5963,6 +5963,7 @@ export declare class DescribeDBProxyResponseBody extends $tea.Model {
|
|
|
5963
5963
|
DBProxyInstanceSize?: string;
|
|
5964
5964
|
DBProxyInstanceStatus?: string;
|
|
5965
5965
|
DBProxyInstanceType?: string;
|
|
5966
|
+
DBProxyPersistentConnectionSupport?: string;
|
|
5966
5967
|
DBProxyServiceStatus?: string;
|
|
5967
5968
|
dbProxyEndpointItems?: DescribeDBProxyResponseBodyDbProxyEndpointItems;
|
|
5968
5969
|
requestId?: string;
|
|
@@ -11478,6 +11479,7 @@ export declare class ModifyDBNodeRequest extends $tea.Model {
|
|
|
11478
11479
|
DBInstanceStorageType?: string;
|
|
11479
11480
|
DBNode?: ModifyDBNodeRequestDBNode[];
|
|
11480
11481
|
dryRun?: boolean;
|
|
11482
|
+
effectiveTime?: string;
|
|
11481
11483
|
ownerAccount?: string;
|
|
11482
11484
|
ownerId?: number;
|
|
11483
11485
|
produceAsync?: boolean;
|
|
@@ -11501,6 +11503,7 @@ export declare class ModifyDBNodeShrinkRequest extends $tea.Model {
|
|
|
11501
11503
|
DBInstanceStorageType?: string;
|
|
11502
11504
|
DBNodeShrink?: string;
|
|
11503
11505
|
dryRun?: boolean;
|
|
11506
|
+
effectiveTime?: string;
|
|
11504
11507
|
ownerAccount?: string;
|
|
11505
11508
|
ownerId?: number;
|
|
11506
11509
|
produceAsync?: boolean;
|
|
@@ -11552,6 +11555,7 @@ export declare class ModifyDBProxyRequest extends $tea.Model {
|
|
|
11552
11555
|
DBInstanceId?: string;
|
|
11553
11556
|
DBProxyEngineType?: string;
|
|
11554
11557
|
DBProxyInstanceNum?: string;
|
|
11558
|
+
DBProxyInstanceType?: string;
|
|
11555
11559
|
instanceNetworkType?: string;
|
|
11556
11560
|
ownerId?: number;
|
|
11557
11561
|
regionId?: string;
|
|
@@ -22207,8 +22211,8 @@ export default class Client extends OpenApi {
|
|
|
22207
22211
|
describeLocalAvailableRecoveryTime(request: DescribeLocalAvailableRecoveryTimeRequest): Promise<DescribeLocalAvailableRecoveryTimeResponse>;
|
|
22208
22212
|
/**
|
|
22209
22213
|
* ### [](#)Supported database engines
|
|
22210
|
-
*
|
|
22211
|
-
* > You can call the
|
|
22214
|
+
* SQL Server
|
|
22215
|
+
* > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
|
|
22212
22216
|
*
|
|
22213
22217
|
* @param request DescribeLogBackupFilesRequest
|
|
22214
22218
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -22217,8 +22221,8 @@ export default class Client extends OpenApi {
|
|
|
22217
22221
|
describeLogBackupFilesWithOptions(request: DescribeLogBackupFilesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogBackupFilesResponse>;
|
|
22218
22222
|
/**
|
|
22219
22223
|
* ### [](#)Supported database engines
|
|
22220
|
-
*
|
|
22221
|
-
* > You can call the
|
|
22224
|
+
* SQL Server
|
|
22225
|
+
* > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
|
|
22222
22226
|
*
|
|
22223
22227
|
* @param request DescribeLogBackupFilesRequest
|
|
22224
22228
|
* @return DescribeLogBackupFilesResponse
|
package/dist/client.js
CHANGED
|
@@ -8723,6 +8723,7 @@ class DescribeDBProxyResponseBody extends $tea.Model {
|
|
|
8723
8723
|
DBProxyInstanceSize: 'DBProxyInstanceSize',
|
|
8724
8724
|
DBProxyInstanceStatus: 'DBProxyInstanceStatus',
|
|
8725
8725
|
DBProxyInstanceType: 'DBProxyInstanceType',
|
|
8726
|
+
DBProxyPersistentConnectionSupport: 'DBProxyPersistentConnectionSupport',
|
|
8726
8727
|
DBProxyServiceStatus: 'DBProxyServiceStatus',
|
|
8727
8728
|
dbProxyEndpointItems: 'DbProxyEndpointItems',
|
|
8728
8729
|
requestId: 'RequestId',
|
|
@@ -8741,6 +8742,7 @@ class DescribeDBProxyResponseBody extends $tea.Model {
|
|
|
8741
8742
|
DBProxyInstanceSize: 'string',
|
|
8742
8743
|
DBProxyInstanceStatus: 'string',
|
|
8743
8744
|
DBProxyInstanceType: 'string',
|
|
8745
|
+
DBProxyPersistentConnectionSupport: 'string',
|
|
8744
8746
|
DBProxyServiceStatus: 'string',
|
|
8745
8747
|
dbProxyEndpointItems: DescribeDBProxyResponseBodyDbProxyEndpointItems,
|
|
8746
8748
|
requestId: 'string',
|
|
@@ -16680,6 +16682,7 @@ class ModifyDBNodeRequest extends $tea.Model {
|
|
|
16680
16682
|
DBInstanceStorageType: 'DBInstanceStorageType',
|
|
16681
16683
|
DBNode: 'DBNode',
|
|
16682
16684
|
dryRun: 'DryRun',
|
|
16685
|
+
effectiveTime: 'EffectiveTime',
|
|
16683
16686
|
ownerAccount: 'OwnerAccount',
|
|
16684
16687
|
ownerId: 'OwnerId',
|
|
16685
16688
|
produceAsync: 'ProduceAsync',
|
|
@@ -16696,6 +16699,7 @@ class ModifyDBNodeRequest extends $tea.Model {
|
|
|
16696
16699
|
DBInstanceStorageType: 'string',
|
|
16697
16700
|
DBNode: { 'type': 'array', 'itemType': ModifyDBNodeRequestDBNode },
|
|
16698
16701
|
dryRun: 'boolean',
|
|
16702
|
+
effectiveTime: 'string',
|
|
16699
16703
|
ownerAccount: 'string',
|
|
16700
16704
|
ownerId: 'number',
|
|
16701
16705
|
produceAsync: 'boolean',
|
|
@@ -16718,6 +16722,7 @@ class ModifyDBNodeShrinkRequest extends $tea.Model {
|
|
|
16718
16722
|
DBInstanceStorageType: 'DBInstanceStorageType',
|
|
16719
16723
|
DBNodeShrink: 'DBNode',
|
|
16720
16724
|
dryRun: 'DryRun',
|
|
16725
|
+
effectiveTime: 'EffectiveTime',
|
|
16721
16726
|
ownerAccount: 'OwnerAccount',
|
|
16722
16727
|
ownerId: 'OwnerId',
|
|
16723
16728
|
produceAsync: 'ProduceAsync',
|
|
@@ -16734,6 +16739,7 @@ class ModifyDBNodeShrinkRequest extends $tea.Model {
|
|
|
16734
16739
|
DBInstanceStorageType: 'string',
|
|
16735
16740
|
DBNodeShrink: 'string',
|
|
16736
16741
|
dryRun: 'boolean',
|
|
16742
|
+
effectiveTime: 'string',
|
|
16737
16743
|
ownerAccount: 'string',
|
|
16738
16744
|
ownerId: 'number',
|
|
16739
16745
|
produceAsync: 'boolean',
|
|
@@ -16795,6 +16801,7 @@ class ModifyDBProxyRequest extends $tea.Model {
|
|
|
16795
16801
|
DBInstanceId: 'DBInstanceId',
|
|
16796
16802
|
DBProxyEngineType: 'DBProxyEngineType',
|
|
16797
16803
|
DBProxyInstanceNum: 'DBProxyInstanceNum',
|
|
16804
|
+
DBProxyInstanceType: 'DBProxyInstanceType',
|
|
16798
16805
|
instanceNetworkType: 'InstanceNetworkType',
|
|
16799
16806
|
ownerId: 'OwnerId',
|
|
16800
16807
|
regionId: 'RegionId',
|
|
@@ -16811,6 +16818,7 @@ class ModifyDBProxyRequest extends $tea.Model {
|
|
|
16811
16818
|
DBInstanceId: 'string',
|
|
16812
16819
|
DBProxyEngineType: 'string',
|
|
16813
16820
|
DBProxyInstanceNum: 'string',
|
|
16821
|
+
DBProxyInstanceType: 'string',
|
|
16814
16822
|
instanceNetworkType: 'string',
|
|
16815
16823
|
ownerId: 'number',
|
|
16816
16824
|
regionId: 'string',
|
|
@@ -37490,8 +37498,8 @@ class Client extends openapi_client_1.default {
|
|
|
37490
37498
|
}
|
|
37491
37499
|
/**
|
|
37492
37500
|
* ### [](#)Supported database engines
|
|
37493
|
-
*
|
|
37494
|
-
* > You can call the
|
|
37501
|
+
* SQL Server
|
|
37502
|
+
* > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
|
|
37495
37503
|
*
|
|
37496
37504
|
* @param request DescribeLogBackupFilesRequest
|
|
37497
37505
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -37545,8 +37553,8 @@ class Client extends openapi_client_1.default {
|
|
|
37545
37553
|
}
|
|
37546
37554
|
/**
|
|
37547
37555
|
* ### [](#)Supported database engines
|
|
37548
|
-
*
|
|
37549
|
-
* > You can call the
|
|
37556
|
+
* SQL Server
|
|
37557
|
+
* > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
|
|
37550
37558
|
*
|
|
37551
37559
|
* @param request DescribeLogBackupFilesRequest
|
|
37552
37560
|
* @return DescribeLogBackupFilesResponse
|
|
@@ -43382,6 +43390,9 @@ class Client extends openapi_client_1.default {
|
|
|
43382
43390
|
if (!tea_util_1.default.isUnset(request.dryRun)) {
|
|
43383
43391
|
query["DryRun"] = request.dryRun;
|
|
43384
43392
|
}
|
|
43393
|
+
if (!tea_util_1.default.isUnset(request.effectiveTime)) {
|
|
43394
|
+
query["EffectiveTime"] = request.effectiveTime;
|
|
43395
|
+
}
|
|
43385
43396
|
if (!tea_util_1.default.isUnset(request.ownerAccount)) {
|
|
43386
43397
|
query["OwnerAccount"] = request.ownerAccount;
|
|
43387
43398
|
}
|
|
@@ -43459,6 +43470,9 @@ class Client extends openapi_client_1.default {
|
|
|
43459
43470
|
if (!tea_util_1.default.isUnset(request.DBProxyInstanceNum)) {
|
|
43460
43471
|
query["DBProxyInstanceNum"] = request.DBProxyInstanceNum;
|
|
43461
43472
|
}
|
|
43473
|
+
if (!tea_util_1.default.isUnset(request.DBProxyInstanceType)) {
|
|
43474
|
+
query["DBProxyInstanceType"] = request.DBProxyInstanceType;
|
|
43475
|
+
}
|
|
43462
43476
|
if (!tea_util_1.default.isUnset(request.instanceNetworkType)) {
|
|
43463
43477
|
query["InstanceNetworkType"] = request.instanceNetworkType;
|
|
43464
43478
|
}
|