@alicloud/polardb20170801 5.0.3 → 5.0.5

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/polardb20170801",
3
- "version": "5.0.3",
3
+ "version": "5.0.5",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
@@ -12,11 +12,11 @@
12
12
  "author": "Alibaba Cloud SDK",
13
13
  "license": "Apache-2.0",
14
14
  "devDependencies": {
15
- "@types/node": "^12.12.26",
15
+ "@types/node": "^16.0.0",
16
16
  "nyc": "^15.0.0",
17
17
  "source-map-support": "^0.5.16",
18
- "ts-node": "^8.6.2",
19
- "typescript": "^3.7.5"
18
+ "ts-node": "^10.0.0",
19
+ "typescript": "^5"
20
20
  },
21
21
  "dependencies": {
22
22
  "@alicloud/tea-typescript": "^1.7.1",
package/src/client.ts CHANGED
@@ -5712,6 +5712,7 @@ export class DescribeDBNodePerformanceRequest extends $tea.Model {
5712
5712
  interval?: string;
5713
5713
  key?: string;
5714
5714
  startTime?: string;
5715
+ type?: string;
5715
5716
  static names(): { [key: string]: string } {
5716
5717
  return {
5717
5718
  DBClusterId: 'DBClusterId',
@@ -5720,6 +5721,7 @@ export class DescribeDBNodePerformanceRequest extends $tea.Model {
5720
5721
  interval: 'Interval',
5721
5722
  key: 'Key',
5722
5723
  startTime: 'StartTime',
5724
+ type: 'Type',
5723
5725
  };
5724
5726
  }
5725
5727
 
@@ -5731,6 +5733,7 @@ export class DescribeDBNodePerformanceRequest extends $tea.Model {
5731
5733
  interval: 'string',
5732
5734
  key: 'string',
5733
5735
  startTime: 'string',
5736
+ type: 'string',
5734
5737
  };
5735
5738
  }
5736
5739
 
@@ -5898,6 +5901,7 @@ export class DescribeDBProxyPerformanceRequest extends $tea.Model {
5898
5901
  interval?: string;
5899
5902
  key?: string;
5900
5903
  startTime?: string;
5904
+ type?: string;
5901
5905
  static names(): { [key: string]: string } {
5902
5906
  return {
5903
5907
  DBClusterId: 'DBClusterId',
@@ -5906,6 +5910,7 @@ export class DescribeDBProxyPerformanceRequest extends $tea.Model {
5906
5910
  interval: 'Interval',
5907
5911
  key: 'Key',
5908
5912
  startTime: 'StartTime',
5913
+ type: 'Type',
5909
5914
  };
5910
5915
  }
5911
5916
 
@@ -5917,6 +5922,7 @@ export class DescribeDBProxyPerformanceRequest extends $tea.Model {
5917
5922
  interval: 'string',
5918
5923
  key: 'string',
5919
5924
  startTime: 'string',
5925
+ type: 'string',
5920
5926
  };
5921
5927
  }
5922
5928
 
@@ -14603,6 +14609,7 @@ export class DescribeDBClustersResponseBodyItemsDBClusterTags extends $tea.Model
14603
14609
  export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
14604
14610
  aiType?: string;
14605
14611
  category?: string;
14612
+ cpuCores?: string;
14606
14613
  createTime?: string;
14607
14614
  DBClusterDescription?: string;
14608
14615
  DBClusterId?: string;
@@ -14618,14 +14625,17 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
14618
14625
  expireTime?: string;
14619
14626
  expired?: string;
14620
14627
  lockMode?: string;
14628
+ memorySize?: string;
14621
14629
  payType?: string;
14622
14630
  regionId?: string;
14631
+ remoteMemorySize?: string;
14623
14632
  resourceGroupId?: string;
14624
14633
  serverlessType?: string;
14625
14634
  storagePayType?: string;
14626
14635
  storageSpace?: number;
14627
14636
  storageUsed?: number;
14628
14637
  strictConsistency?: string;
14638
+ subCategory?: string;
14629
14639
  tags?: DescribeDBClustersResponseBodyItemsDBClusterTags;
14630
14640
  vpcId?: string;
14631
14641
  vswitchId?: string;
@@ -14634,6 +14644,7 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
14634
14644
  return {
14635
14645
  aiType: 'AiType',
14636
14646
  category: 'Category',
14647
+ cpuCores: 'CpuCores',
14637
14648
  createTime: 'CreateTime',
14638
14649
  DBClusterDescription: 'DBClusterDescription',
14639
14650
  DBClusterId: 'DBClusterId',
@@ -14649,14 +14660,17 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
14649
14660
  expireTime: 'ExpireTime',
14650
14661
  expired: 'Expired',
14651
14662
  lockMode: 'LockMode',
14663
+ memorySize: 'MemorySize',
14652
14664
  payType: 'PayType',
14653
14665
  regionId: 'RegionId',
14666
+ remoteMemorySize: 'RemoteMemorySize',
14654
14667
  resourceGroupId: 'ResourceGroupId',
14655
14668
  serverlessType: 'ServerlessType',
14656
14669
  storagePayType: 'StoragePayType',
14657
14670
  storageSpace: 'StorageSpace',
14658
14671
  storageUsed: 'StorageUsed',
14659
14672
  strictConsistency: 'StrictConsistency',
14673
+ subCategory: 'SubCategory',
14660
14674
  tags: 'Tags',
14661
14675
  vpcId: 'VpcId',
14662
14676
  vswitchId: 'VswitchId',
@@ -14668,6 +14682,7 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
14668
14682
  return {
14669
14683
  aiType: 'string',
14670
14684
  category: 'string',
14685
+ cpuCores: 'string',
14671
14686
  createTime: 'string',
14672
14687
  DBClusterDescription: 'string',
14673
14688
  DBClusterId: 'string',
@@ -14683,14 +14698,17 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
14683
14698
  expireTime: 'string',
14684
14699
  expired: 'string',
14685
14700
  lockMode: 'string',
14701
+ memorySize: 'string',
14686
14702
  payType: 'string',
14687
14703
  regionId: 'string',
14704
+ remoteMemorySize: 'string',
14688
14705
  resourceGroupId: 'string',
14689
14706
  serverlessType: 'string',
14690
14707
  storagePayType: 'string',
14691
14708
  storageSpace: 'number',
14692
14709
  storageUsed: 'number',
14693
14710
  strictConsistency: 'string',
14711
+ subCategory: 'string',
14694
14712
  tags: DescribeDBClustersResponseBodyItemsDBClusterTags,
14695
14713
  vpcId: 'string',
14696
14714
  vswitchId: 'string',
@@ -20000,13 +20018,6 @@ export default class Client extends OpenApi {
20000
20018
  return await this.describeDBClusterTDEWithOptions(request, runtime);
20001
20019
  }
20002
20020
 
20003
- /**
20004
- * The release note of the kernel version.
20005
- *
20006
- * @param request DescribeDBClusterVersionRequest
20007
- * @param runtime runtime options for this request RuntimeOptions
20008
- * @return DescribeDBClusterVersionResponse
20009
- */
20010
20021
  async describeDBClusterVersionWithOptions(request: DescribeDBClusterVersionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterVersionResponse> {
20011
20022
  Util.validateModel(request);
20012
20023
  let query = { };
@@ -20051,12 +20062,6 @@ export default class Client extends OpenApi {
20051
20062
  return $tea.cast<DescribeDBClusterVersionResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterVersionResponse({}));
20052
20063
  }
20053
20064
 
20054
- /**
20055
- * The release note of the kernel version.
20056
- *
20057
- * @param request DescribeDBClusterVersionRequest
20058
- * @return DescribeDBClusterVersionResponse
20059
- */
20060
20065
  async describeDBClusterVersion(request: DescribeDBClusterVersionRequest): Promise<DescribeDBClusterVersionResponse> {
20061
20066
  let runtime = new $Util.RuntimeOptions({ });
20062
20067
  return await this.describeDBClusterVersionWithOptions(request, runtime);
@@ -20400,6 +20405,10 @@ export default class Client extends OpenApi {
20400
20405
  query["StartTime"] = request.startTime;
20401
20406
  }
20402
20407
 
20408
+ if (!Util.isUnset(request.type)) {
20409
+ query["Type"] = request.type;
20410
+ }
20411
+
20403
20412
  let req = new $OpenApi.OpenApiRequest({
20404
20413
  query: OpenApiUtil.query(query),
20405
20414
  });
@@ -20522,6 +20531,10 @@ export default class Client extends OpenApi {
20522
20531
  query["StartTime"] = request.startTime;
20523
20532
  }
20524
20533
 
20534
+ if (!Util.isUnset(request.type)) {
20535
+ query["Type"] = request.type;
20536
+ }
20537
+
20525
20538
  let req = new $OpenApi.OpenApiRequest({
20526
20539
  query: OpenApiUtil.query(query),
20527
20540
  });