@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/rds20140815",
3
- "version": "2.7.4",
3
+ "version": "2.7.6",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -11326,6 +11326,7 @@ export class DescribeDBProxyResponseBody extends $tea.Model {
11326
11326
  DBProxyInstanceSize?: string;
11327
11327
  DBProxyInstanceStatus?: string;
11328
11328
  DBProxyInstanceType?: string;
11329
+ DBProxyPersistentConnectionSupport?: string;
11329
11330
  DBProxyServiceStatus?: string;
11330
11331
  dbProxyEndpointItems?: DescribeDBProxyResponseBodyDbProxyEndpointItems;
11331
11332
  requestId?: string;
@@ -11342,6 +11343,7 @@ export class DescribeDBProxyResponseBody extends $tea.Model {
11342
11343
  DBProxyInstanceSize: 'DBProxyInstanceSize',
11343
11344
  DBProxyInstanceStatus: 'DBProxyInstanceStatus',
11344
11345
  DBProxyInstanceType: 'DBProxyInstanceType',
11346
+ DBProxyPersistentConnectionSupport: 'DBProxyPersistentConnectionSupport',
11345
11347
  DBProxyServiceStatus: 'DBProxyServiceStatus',
11346
11348
  dbProxyEndpointItems: 'DbProxyEndpointItems',
11347
11349
  requestId: 'RequestId',
@@ -11361,6 +11363,7 @@ export class DescribeDBProxyResponseBody extends $tea.Model {
11361
11363
  DBProxyInstanceSize: 'string',
11362
11364
  DBProxyInstanceStatus: 'string',
11363
11365
  DBProxyInstanceType: 'string',
11366
+ DBProxyPersistentConnectionSupport: 'string',
11364
11367
  DBProxyServiceStatus: 'string',
11365
11368
  dbProxyEndpointItems: DescribeDBProxyResponseBodyDbProxyEndpointItems,
11366
11369
  requestId: 'string',
@@ -21618,6 +21621,7 @@ export class ModifyDBNodeRequest extends $tea.Model {
21618
21621
  DBInstanceStorageType?: string;
21619
21622
  DBNode?: ModifyDBNodeRequestDBNode[];
21620
21623
  dryRun?: boolean;
21624
+ effectiveTime?: string;
21621
21625
  ownerAccount?: string;
21622
21626
  ownerId?: number;
21623
21627
  produceAsync?: boolean;
@@ -21632,6 +21636,7 @@ export class ModifyDBNodeRequest extends $tea.Model {
21632
21636
  DBInstanceStorageType: 'DBInstanceStorageType',
21633
21637
  DBNode: 'DBNode',
21634
21638
  dryRun: 'DryRun',
21639
+ effectiveTime: 'EffectiveTime',
21635
21640
  ownerAccount: 'OwnerAccount',
21636
21641
  ownerId: 'OwnerId',
21637
21642
  produceAsync: 'ProduceAsync',
@@ -21649,6 +21654,7 @@ export class ModifyDBNodeRequest extends $tea.Model {
21649
21654
  DBInstanceStorageType: 'string',
21650
21655
  DBNode: { 'type': 'array', 'itemType': ModifyDBNodeRequestDBNode },
21651
21656
  dryRun: 'boolean',
21657
+ effectiveTime: 'string',
21652
21658
  ownerAccount: 'string',
21653
21659
  ownerId: 'number',
21654
21660
  produceAsync: 'boolean',
@@ -21670,6 +21676,7 @@ export class ModifyDBNodeShrinkRequest extends $tea.Model {
21670
21676
  DBInstanceStorageType?: string;
21671
21677
  DBNodeShrink?: string;
21672
21678
  dryRun?: boolean;
21679
+ effectiveTime?: string;
21673
21680
  ownerAccount?: string;
21674
21681
  ownerId?: number;
21675
21682
  produceAsync?: boolean;
@@ -21684,6 +21691,7 @@ export class ModifyDBNodeShrinkRequest extends $tea.Model {
21684
21691
  DBInstanceStorageType: 'DBInstanceStorageType',
21685
21692
  DBNodeShrink: 'DBNode',
21686
21693
  dryRun: 'DryRun',
21694
+ effectiveTime: 'EffectiveTime',
21687
21695
  ownerAccount: 'OwnerAccount',
21688
21696
  ownerId: 'OwnerId',
21689
21697
  produceAsync: 'ProduceAsync',
@@ -21701,6 +21709,7 @@ export class ModifyDBNodeShrinkRequest extends $tea.Model {
21701
21709
  DBInstanceStorageType: 'string',
21702
21710
  DBNodeShrink: 'string',
21703
21711
  dryRun: 'boolean',
21712
+ effectiveTime: 'string',
21704
21713
  ownerAccount: 'string',
21705
21714
  ownerId: 'number',
21706
21715
  produceAsync: 'boolean',
@@ -21772,6 +21781,7 @@ export class ModifyDBProxyRequest extends $tea.Model {
21772
21781
  DBInstanceId?: string;
21773
21782
  DBProxyEngineType?: string;
21774
21783
  DBProxyInstanceNum?: string;
21784
+ DBProxyInstanceType?: string;
21775
21785
  instanceNetworkType?: string;
21776
21786
  ownerId?: number;
21777
21787
  regionId?: string;
@@ -21786,6 +21796,7 @@ export class ModifyDBProxyRequest extends $tea.Model {
21786
21796
  DBInstanceId: 'DBInstanceId',
21787
21797
  DBProxyEngineType: 'DBProxyEngineType',
21788
21798
  DBProxyInstanceNum: 'DBProxyInstanceNum',
21799
+ DBProxyInstanceType: 'DBProxyInstanceType',
21789
21800
  instanceNetworkType: 'InstanceNetworkType',
21790
21801
  ownerId: 'OwnerId',
21791
21802
  regionId: 'RegionId',
@@ -21803,6 +21814,7 @@ export class ModifyDBProxyRequest extends $tea.Model {
21803
21814
  DBInstanceId: 'string',
21804
21815
  DBProxyEngineType: 'string',
21805
21816
  DBProxyInstanceNum: 'string',
21817
+ DBProxyInstanceType: 'string',
21806
21818
  instanceNetworkType: 'string',
21807
21819
  ownerId: 'number',
21808
21820
  regionId: 'string',
@@ -47167,8 +47179,8 @@ export default class Client extends OpenApi {
47167
47179
 
47168
47180
  /**
47169
47181
  * ### [](#)Supported database engines
47170
- * RDS SQL Server
47171
- * > You can call the [DescribeBinlogFiles](~~610550~~) operation to query the log files of other database engines.
47182
+ * SQL Server
47183
+ * > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
47172
47184
  *
47173
47185
  * @param request DescribeLogBackupFilesRequest
47174
47186
  * @param runtime runtime options for this request RuntimeOptions
@@ -47232,8 +47244,8 @@ export default class Client extends OpenApi {
47232
47244
 
47233
47245
  /**
47234
47246
  * ### [](#)Supported database engines
47235
- * RDS SQL Server
47236
- * > You can call the [DescribeBinlogFiles](~~610550~~) operation to query the log files of other database engines.
47247
+ * SQL Server
47248
+ * > You can call the DescribeBinlogFiles operation to query the log files of instances that run different database engines.
47237
47249
  *
47238
47250
  * @param request DescribeLogBackupFilesRequest
47239
47251
  * @return DescribeLogBackupFilesResponse
@@ -53959,6 +53971,10 @@ export default class Client extends OpenApi {
53959
53971
  query["DryRun"] = request.dryRun;
53960
53972
  }
53961
53973
 
53974
+ if (!Util.isUnset(request.effectiveTime)) {
53975
+ query["EffectiveTime"] = request.effectiveTime;
53976
+ }
53977
+
53962
53978
  if (!Util.isUnset(request.ownerAccount)) {
53963
53979
  query["OwnerAccount"] = request.ownerAccount;
53964
53980
  }
@@ -54048,6 +54064,10 @@ export default class Client extends OpenApi {
54048
54064
  query["DBProxyInstanceNum"] = request.DBProxyInstanceNum;
54049
54065
  }
54050
54066
 
54067
+ if (!Util.isUnset(request.DBProxyInstanceType)) {
54068
+ query["DBProxyInstanceType"] = request.DBProxyInstanceType;
54069
+ }
54070
+
54051
54071
  if (!Util.isUnset(request.instanceNetworkType)) {
54052
54072
  query["InstanceNetworkType"] = request.instanceNetworkType;
54053
54073
  }