@alicloud/polardb20170801 5.0.1 → 5.0.2
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 +10 -2
- package/dist/client.js +24 -2
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +34 -2
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -3961,6 +3961,7 @@ export class DescribeDBClusterAttributeRequest extends $tea.Model {
|
|
|
3961
3961
|
}
|
|
3962
3962
|
|
|
3963
3963
|
export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
3964
|
+
aiCreatingTime?: string;
|
|
3964
3965
|
aiType?: string;
|
|
3965
3966
|
architecture?: string;
|
|
3966
3967
|
blktagTotal?: number;
|
|
@@ -4017,6 +4018,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4017
4018
|
zoneIds?: string;
|
|
4018
4019
|
static names(): { [key: string]: string } {
|
|
4019
4020
|
return {
|
|
4021
|
+
aiCreatingTime: 'AiCreatingTime',
|
|
4020
4022
|
aiType: 'AiType',
|
|
4021
4023
|
architecture: 'Architecture',
|
|
4022
4024
|
blktagTotal: 'BlktagTotal',
|
|
@@ -4076,6 +4078,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4076
4078
|
|
|
4077
4079
|
static types(): { [key: string]: any } {
|
|
4078
4080
|
return {
|
|
4081
|
+
aiCreatingTime: 'string',
|
|
4079
4082
|
aiType: 'string',
|
|
4080
4083
|
architecture: 'string',
|
|
4081
4084
|
blktagTotal: 'number',
|
|
@@ -4808,12 +4811,14 @@ export class DescribeDBClusterParametersResponse extends $tea.Model {
|
|
|
4808
4811
|
export class DescribeDBClusterPerformanceRequest extends $tea.Model {
|
|
4809
4812
|
DBClusterId?: string;
|
|
4810
4813
|
endTime?: string;
|
|
4814
|
+
interval?: string;
|
|
4811
4815
|
key?: string;
|
|
4812
4816
|
startTime?: string;
|
|
4813
4817
|
static names(): { [key: string]: string } {
|
|
4814
4818
|
return {
|
|
4815
4819
|
DBClusterId: 'DBClusterId',
|
|
4816
4820
|
endTime: 'EndTime',
|
|
4821
|
+
interval: 'Interval',
|
|
4817
4822
|
key: 'Key',
|
|
4818
4823
|
startTime: 'StartTime',
|
|
4819
4824
|
};
|
|
@@ -4823,6 +4828,7 @@ export class DescribeDBClusterPerformanceRequest extends $tea.Model {
|
|
|
4823
4828
|
return {
|
|
4824
4829
|
DBClusterId: 'string',
|
|
4825
4830
|
endTime: 'string',
|
|
4831
|
+
interval: 'string',
|
|
4826
4832
|
key: 'string',
|
|
4827
4833
|
startTime: 'string',
|
|
4828
4834
|
};
|
|
@@ -10242,6 +10248,7 @@ export class ModifyDBClusterPrimaryZoneRequest extends $tea.Model {
|
|
|
10242
10248
|
VPCId?: string;
|
|
10243
10249
|
vSwitchId?: string;
|
|
10244
10250
|
zoneId?: string;
|
|
10251
|
+
zoneType?: string;
|
|
10245
10252
|
static names(): { [key: string]: string } {
|
|
10246
10253
|
return {
|
|
10247
10254
|
DBClusterId: 'DBClusterId',
|
|
@@ -10256,6 +10263,7 @@ export class ModifyDBClusterPrimaryZoneRequest extends $tea.Model {
|
|
|
10256
10263
|
VPCId: 'VPCId',
|
|
10257
10264
|
vSwitchId: 'VSwitchId',
|
|
10258
10265
|
zoneId: 'ZoneId',
|
|
10266
|
+
zoneType: 'ZoneType',
|
|
10259
10267
|
};
|
|
10260
10268
|
}
|
|
10261
10269
|
|
|
@@ -10273,6 +10281,7 @@ export class ModifyDBClusterPrimaryZoneRequest extends $tea.Model {
|
|
|
10273
10281
|
VPCId: 'string',
|
|
10274
10282
|
vSwitchId: 'string',
|
|
10275
10283
|
zoneId: 'string',
|
|
10284
|
+
zoneType: 'string',
|
|
10276
10285
|
};
|
|
10277
10286
|
}
|
|
10278
10287
|
|
|
@@ -13803,6 +13812,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
13803
13812
|
maxConnections?: number;
|
|
13804
13813
|
maxIOPS?: number;
|
|
13805
13814
|
memorySize?: string;
|
|
13815
|
+
remoteMemorySize?: string;
|
|
13806
13816
|
sccMode?: string;
|
|
13807
13817
|
serverWeight?: string;
|
|
13808
13818
|
serverlessType?: string;
|
|
@@ -13824,6 +13834,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
13824
13834
|
maxConnections: 'MaxConnections',
|
|
13825
13835
|
maxIOPS: 'MaxIOPS',
|
|
13826
13836
|
memorySize: 'MemorySize',
|
|
13837
|
+
remoteMemorySize: 'RemoteMemorySize',
|
|
13827
13838
|
sccMode: 'SccMode',
|
|
13828
13839
|
serverWeight: 'ServerWeight',
|
|
13829
13840
|
serverlessType: 'ServerlessType',
|
|
@@ -13848,6 +13859,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
13848
13859
|
maxConnections: 'number',
|
|
13849
13860
|
maxIOPS: 'number',
|
|
13850
13861
|
memorySize: 'string',
|
|
13862
|
+
remoteMemorySize: 'string',
|
|
13851
13863
|
sccMode: 'string',
|
|
13852
13864
|
serverWeight: 'string',
|
|
13853
13865
|
serverlessType: 'string',
|
|
@@ -14170,6 +14182,10 @@ export class DescribeDBClusterMigrationResponseBodyRdsEndpointList extends $tea.
|
|
|
14170
14182
|
|
|
14171
14183
|
export class DescribeDBClusterParametersResponseBodyParametersParameters extends $tea.Model {
|
|
14172
14184
|
isEqual?: string;
|
|
14185
|
+
isInstancePolarDBKey?: string;
|
|
14186
|
+
isInstanceRdsKey?: string;
|
|
14187
|
+
isPolarDBKey?: string;
|
|
14188
|
+
isRdsKey?: string;
|
|
14173
14189
|
distParameterDescription?: string;
|
|
14174
14190
|
distParameterName?: string;
|
|
14175
14191
|
distParameterOptional?: string;
|
|
@@ -14181,6 +14197,10 @@ export class DescribeDBClusterParametersResponseBodyParametersParameters extends
|
|
|
14181
14197
|
static names(): { [key: string]: string } {
|
|
14182
14198
|
return {
|
|
14183
14199
|
isEqual: 'IsEqual',
|
|
14200
|
+
isInstancePolarDBKey: 'IsInstancePolarDBKey',
|
|
14201
|
+
isInstanceRdsKey: 'IsInstanceRdsKey',
|
|
14202
|
+
isPolarDBKey: 'IsPolarDBKey',
|
|
14203
|
+
isRdsKey: 'IsRdsKey',
|
|
14184
14204
|
distParameterDescription: 'distParameterDescription',
|
|
14185
14205
|
distParameterName: 'distParameterName',
|
|
14186
14206
|
distParameterOptional: 'distParameterOptional',
|
|
@@ -14195,6 +14215,10 @@ export class DescribeDBClusterParametersResponseBodyParametersParameters extends
|
|
|
14195
14215
|
static types(): { [key: string]: any } {
|
|
14196
14216
|
return {
|
|
14197
14217
|
isEqual: 'string',
|
|
14218
|
+
isInstancePolarDBKey: 'string',
|
|
14219
|
+
isInstanceRdsKey: 'string',
|
|
14220
|
+
isPolarDBKey: 'string',
|
|
14221
|
+
isRdsKey: 'string',
|
|
14198
14222
|
distParameterDescription: 'string',
|
|
14199
14223
|
distParameterName: 'string',
|
|
14200
14224
|
distParameterOptional: 'string',
|
|
@@ -19781,6 +19805,10 @@ export default class Client extends OpenApi {
|
|
|
19781
19805
|
query["EndTime"] = request.endTime;
|
|
19782
19806
|
}
|
|
19783
19807
|
|
|
19808
|
+
if (!Util.isUnset(request.interval)) {
|
|
19809
|
+
query["Interval"] = request.interval;
|
|
19810
|
+
}
|
|
19811
|
+
|
|
19784
19812
|
if (!Util.isUnset(request.key)) {
|
|
19785
19813
|
query["Key"] = request.key;
|
|
19786
19814
|
}
|
|
@@ -19964,7 +19992,7 @@ export default class Client extends OpenApi {
|
|
|
19964
19992
|
}
|
|
19965
19993
|
|
|
19966
19994
|
/**
|
|
19967
|
-
*
|
|
19995
|
+
* The release note of the kernel version.
|
|
19968
19996
|
*
|
|
19969
19997
|
* @param request DescribeDBClusterVersionRequest
|
|
19970
19998
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20015,7 +20043,7 @@ export default class Client extends OpenApi {
|
|
|
20015
20043
|
}
|
|
20016
20044
|
|
|
20017
20045
|
/**
|
|
20018
|
-
*
|
|
20046
|
+
* The release note of the kernel version.
|
|
20019
20047
|
*
|
|
20020
20048
|
* @param request DescribeDBClusterVersionRequest
|
|
20021
20049
|
* @return DescribeDBClusterVersionResponse
|
|
@@ -23494,6 +23522,10 @@ export default class Client extends OpenApi {
|
|
|
23494
23522
|
query["ZoneId"] = request.zoneId;
|
|
23495
23523
|
}
|
|
23496
23524
|
|
|
23525
|
+
if (!Util.isUnset(request.zoneType)) {
|
|
23526
|
+
query["ZoneType"] = request.zoneType;
|
|
23527
|
+
}
|
|
23528
|
+
|
|
23497
23529
|
let req = new $OpenApi.OpenApiRequest({
|
|
23498
23530
|
query: OpenApiUtil.query(query),
|
|
23499
23531
|
});
|