@alicloud/polardb20170801 5.0.4 → 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/dist/client.d.ts +4 -13
- package/dist/client.js +1630 -1621
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +12 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alicloud/polardb20170801",
|
|
3
|
-
"version": "5.0.
|
|
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": "^
|
|
15
|
+
"@types/node": "^16.0.0",
|
|
16
16
|
"nyc": "^15.0.0",
|
|
17
17
|
"source-map-support": "^0.5.16",
|
|
18
|
-
"ts-node": "^
|
|
19
|
-
"typescript": "^
|
|
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
|
@@ -14609,6 +14609,7 @@ export class DescribeDBClustersResponseBodyItemsDBClusterTags extends $tea.Model
|
|
|
14609
14609
|
export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
14610
14610
|
aiType?: string;
|
|
14611
14611
|
category?: string;
|
|
14612
|
+
cpuCores?: string;
|
|
14612
14613
|
createTime?: string;
|
|
14613
14614
|
DBClusterDescription?: string;
|
|
14614
14615
|
DBClusterId?: string;
|
|
@@ -14624,14 +14625,17 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14624
14625
|
expireTime?: string;
|
|
14625
14626
|
expired?: string;
|
|
14626
14627
|
lockMode?: string;
|
|
14628
|
+
memorySize?: string;
|
|
14627
14629
|
payType?: string;
|
|
14628
14630
|
regionId?: string;
|
|
14631
|
+
remoteMemorySize?: string;
|
|
14629
14632
|
resourceGroupId?: string;
|
|
14630
14633
|
serverlessType?: string;
|
|
14631
14634
|
storagePayType?: string;
|
|
14632
14635
|
storageSpace?: number;
|
|
14633
14636
|
storageUsed?: number;
|
|
14634
14637
|
strictConsistency?: string;
|
|
14638
|
+
subCategory?: string;
|
|
14635
14639
|
tags?: DescribeDBClustersResponseBodyItemsDBClusterTags;
|
|
14636
14640
|
vpcId?: string;
|
|
14637
14641
|
vswitchId?: string;
|
|
@@ -14640,6 +14644,7 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14640
14644
|
return {
|
|
14641
14645
|
aiType: 'AiType',
|
|
14642
14646
|
category: 'Category',
|
|
14647
|
+
cpuCores: 'CpuCores',
|
|
14643
14648
|
createTime: 'CreateTime',
|
|
14644
14649
|
DBClusterDescription: 'DBClusterDescription',
|
|
14645
14650
|
DBClusterId: 'DBClusterId',
|
|
@@ -14655,14 +14660,17 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14655
14660
|
expireTime: 'ExpireTime',
|
|
14656
14661
|
expired: 'Expired',
|
|
14657
14662
|
lockMode: 'LockMode',
|
|
14663
|
+
memorySize: 'MemorySize',
|
|
14658
14664
|
payType: 'PayType',
|
|
14659
14665
|
regionId: 'RegionId',
|
|
14666
|
+
remoteMemorySize: 'RemoteMemorySize',
|
|
14660
14667
|
resourceGroupId: 'ResourceGroupId',
|
|
14661
14668
|
serverlessType: 'ServerlessType',
|
|
14662
14669
|
storagePayType: 'StoragePayType',
|
|
14663
14670
|
storageSpace: 'StorageSpace',
|
|
14664
14671
|
storageUsed: 'StorageUsed',
|
|
14665
14672
|
strictConsistency: 'StrictConsistency',
|
|
14673
|
+
subCategory: 'SubCategory',
|
|
14666
14674
|
tags: 'Tags',
|
|
14667
14675
|
vpcId: 'VpcId',
|
|
14668
14676
|
vswitchId: 'VswitchId',
|
|
@@ -14674,6 +14682,7 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14674
14682
|
return {
|
|
14675
14683
|
aiType: 'string',
|
|
14676
14684
|
category: 'string',
|
|
14685
|
+
cpuCores: 'string',
|
|
14677
14686
|
createTime: 'string',
|
|
14678
14687
|
DBClusterDescription: 'string',
|
|
14679
14688
|
DBClusterId: 'string',
|
|
@@ -14689,14 +14698,17 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14689
14698
|
expireTime: 'string',
|
|
14690
14699
|
expired: 'string',
|
|
14691
14700
|
lockMode: 'string',
|
|
14701
|
+
memorySize: 'string',
|
|
14692
14702
|
payType: 'string',
|
|
14693
14703
|
regionId: 'string',
|
|
14704
|
+
remoteMemorySize: 'string',
|
|
14694
14705
|
resourceGroupId: 'string',
|
|
14695
14706
|
serverlessType: 'string',
|
|
14696
14707
|
storagePayType: 'string',
|
|
14697
14708
|
storageSpace: 'number',
|
|
14698
14709
|
storageUsed: 'number',
|
|
14699
14710
|
strictConsistency: 'string',
|
|
14711
|
+
subCategory: 'string',
|
|
14700
14712
|
tags: DescribeDBClustersResponseBodyItemsDBClusterTags,
|
|
14701
14713
|
vpcId: 'string',
|
|
14702
14714
|
vswitchId: 'string',
|
|
@@ -20006,13 +20018,6 @@ export default class Client extends OpenApi {
|
|
|
20006
20018
|
return await this.describeDBClusterTDEWithOptions(request, runtime);
|
|
20007
20019
|
}
|
|
20008
20020
|
|
|
20009
|
-
/**
|
|
20010
|
-
* The release note of the kernel version.
|
|
20011
|
-
*
|
|
20012
|
-
* @param request DescribeDBClusterVersionRequest
|
|
20013
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
20014
|
-
* @return DescribeDBClusterVersionResponse
|
|
20015
|
-
*/
|
|
20016
20021
|
async describeDBClusterVersionWithOptions(request: DescribeDBClusterVersionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterVersionResponse> {
|
|
20017
20022
|
Util.validateModel(request);
|
|
20018
20023
|
let query = { };
|
|
@@ -20057,12 +20062,6 @@ export default class Client extends OpenApi {
|
|
|
20057
20062
|
return $tea.cast<DescribeDBClusterVersionResponse>(await this.callApi(params, req, runtime), new DescribeDBClusterVersionResponse({}));
|
|
20058
20063
|
}
|
|
20059
20064
|
|
|
20060
|
-
/**
|
|
20061
|
-
* The release note of the kernel version.
|
|
20062
|
-
*
|
|
20063
|
-
* @param request DescribeDBClusterVersionRequest
|
|
20064
|
-
* @return DescribeDBClusterVersionResponse
|
|
20065
|
-
*/
|
|
20066
20065
|
async describeDBClusterVersion(request: DescribeDBClusterVersionRequest): Promise<DescribeDBClusterVersionResponse> {
|
|
20067
20066
|
let runtime = new $Util.RuntimeOptions({ });
|
|
20068
20067
|
return await this.describeDBClusterVersionWithOptions(request, runtime);
|