@alicloud/polardb20170801 5.0.4 → 5.0.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 +5 -13
- package/dist/client.js +1632 -1621
- package/dist/client.js.map +1 -1
- package/package.json +4 -4
- package/src/client.ts +15 -13
package/dist/client.d.ts
CHANGED
|
@@ -2196,6 +2196,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
2196
2196
|
storageUsed?: number;
|
|
2197
2197
|
strictConsistency?: string;
|
|
2198
2198
|
subCategory?: string;
|
|
2199
|
+
supportInstantSwitchWithImci?: string;
|
|
2199
2200
|
tags?: DescribeDBClusterAttributeResponseBodyTags[];
|
|
2200
2201
|
VPCId?: string;
|
|
2201
2202
|
vSwitchId?: string;
|
|
@@ -7843,6 +7844,7 @@ export declare class DescribeDBClustersResponseBodyItemsDBClusterTags extends $t
|
|
|
7843
7844
|
export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
7844
7845
|
aiType?: string;
|
|
7845
7846
|
category?: string;
|
|
7847
|
+
cpuCores?: string;
|
|
7846
7848
|
createTime?: string;
|
|
7847
7849
|
DBClusterDescription?: string;
|
|
7848
7850
|
DBClusterId?: string;
|
|
@@ -7858,14 +7860,17 @@ export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.M
|
|
|
7858
7860
|
expireTime?: string;
|
|
7859
7861
|
expired?: string;
|
|
7860
7862
|
lockMode?: string;
|
|
7863
|
+
memorySize?: string;
|
|
7861
7864
|
payType?: string;
|
|
7862
7865
|
regionId?: string;
|
|
7866
|
+
remoteMemorySize?: string;
|
|
7863
7867
|
resourceGroupId?: string;
|
|
7864
7868
|
serverlessType?: string;
|
|
7865
7869
|
storagePayType?: string;
|
|
7866
7870
|
storageSpace?: number;
|
|
7867
7871
|
storageUsed?: number;
|
|
7868
7872
|
strictConsistency?: string;
|
|
7873
|
+
subCategory?: string;
|
|
7869
7874
|
tags?: DescribeDBClustersResponseBodyItemsDBClusterTags;
|
|
7870
7875
|
vpcId?: string;
|
|
7871
7876
|
vswitchId?: string;
|
|
@@ -9190,20 +9195,7 @@ export default class Client extends OpenApi {
|
|
|
9190
9195
|
describeDBClusterServerlessConf(request: DescribeDBClusterServerlessConfRequest): Promise<DescribeDBClusterServerlessConfResponse>;
|
|
9191
9196
|
describeDBClusterTDEWithOptions(request: DescribeDBClusterTDERequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClusterTDEResponse>;
|
|
9192
9197
|
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
9198
|
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
9199
|
describeDBClusterVersion(request: DescribeDBClusterVersionRequest): Promise<DescribeDBClusterVersionResponse>;
|
|
9208
9200
|
describeDBClustersWithOptions(request: DescribeDBClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDBClustersResponse>;
|
|
9209
9201
|
describeDBClusters(request: DescribeDBClustersRequest): Promise<DescribeDBClustersResponse>;
|