@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/dist/client.d.ts
CHANGED
|
@@ -7843,6 +7843,7 @@ export declare class DescribeDBClustersResponseBodyItemsDBClusterTags extends $t
|
|
|
7843
7843
|
export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
7844
7844
|
aiType?: string;
|
|
7845
7845
|
category?: string;
|
|
7846
|
+
cpuCores?: string;
|
|
7846
7847
|
createTime?: string;
|
|
7847
7848
|
DBClusterDescription?: string;
|
|
7848
7849
|
DBClusterId?: string;
|
|
@@ -7858,14 +7859,17 @@ export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.M
|
|
|
7858
7859
|
expireTime?: string;
|
|
7859
7860
|
expired?: string;
|
|
7860
7861
|
lockMode?: string;
|
|
7862
|
+
memorySize?: string;
|
|
7861
7863
|
payType?: string;
|
|
7862
7864
|
regionId?: string;
|
|
7865
|
+
remoteMemorySize?: string;
|
|
7863
7866
|
resourceGroupId?: string;
|
|
7864
7867
|
serverlessType?: string;
|
|
7865
7868
|
storagePayType?: string;
|
|
7866
7869
|
storageSpace?: number;
|
|
7867
7870
|
storageUsed?: number;
|
|
7868
7871
|
strictConsistency?: string;
|
|
7872
|
+
subCategory?: string;
|
|
7869
7873
|
tags?: DescribeDBClustersResponseBodyItemsDBClusterTags;
|
|
7870
7874
|
vpcId?: string;
|
|
7871
7875
|
vswitchId?: string;
|
|
@@ -9190,20 +9194,7 @@ export default class Client extends OpenApi {
|
|
|
9190
9194
|
describeDBClusterServerlessConf(request: DescribeDBClusterServerlessConfRequest): Promise<DescribeDBClusterServerlessConfResponse>;
|
|
9191
9195
|
describeDBClusterTDEWithOptions(request: DescribeDBClusterTDERequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterTDEResponse>;
|
|
9192
9196
|
describeDBClusterTDE(request: DescribeDBClusterTDERequest): Promise<DescribeDBClusterTDEResponse>;
|
|
9193
|
-
/**
|
|
9194
|
-
* The release note of the kernel version.
|
|
9195
|
-
*
|
|
9196
|
-
* @param request DescribeDBClusterVersionRequest
|
|
9197
|
-
* @param runtime runtime options for this request RuntimeOptions
|
|
9198
|
-
* @return DescribeDBClusterVersionResponse
|
|
9199
|
-
*/
|
|
9200
9197
|
describeDBClusterVersionWithOptions(request: DescribeDBClusterVersionRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterVersionResponse>;
|
|
9201
|
-
/**
|
|
9202
|
-
* The release note of the kernel version.
|
|
9203
|
-
*
|
|
9204
|
-
* @param request DescribeDBClusterVersionRequest
|
|
9205
|
-
* @return DescribeDBClusterVersionResponse
|
|
9206
|
-
*/
|
|
9207
9198
|
describeDBClusterVersion(request: DescribeDBClusterVersionRequest): Promise<DescribeDBClusterVersionResponse>;
|
|
9208
9199
|
describeDBClustersWithOptions(request: DescribeDBClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersResponse>;
|
|
9209
9200
|
describeDBClusters(request: DescribeDBClustersRequest): Promise<DescribeDBClustersResponse>;
|