@alicloud/polardb20170801 5.1.2 → 5.1.3
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 +7 -0
- package/dist/client.js +20 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +29 -0
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -3992,6 +3992,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3992
3992
|
isProxyLatestVersion?: boolean;
|
|
3993
3993
|
lockMode?: string;
|
|
3994
3994
|
maintainTime?: string;
|
|
3995
|
+
orca?: string;
|
|
3995
3996
|
payType?: string;
|
|
3996
3997
|
provisionedIops?: string;
|
|
3997
3998
|
proxyCpuCores?: string;
|
|
@@ -4002,8 +4003,11 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4002
4003
|
regionId?: string;
|
|
4003
4004
|
requestId?: string;
|
|
4004
4005
|
resourceGroupId?: string;
|
|
4006
|
+
restoreDataPoint?: string;
|
|
4007
|
+
restoreType?: string;
|
|
4005
4008
|
SQLSize?: number;
|
|
4006
4009
|
serverlessType?: string;
|
|
4010
|
+
sourceDBCluster?: string;
|
|
4007
4011
|
standbyHAMode?: string;
|
|
4008
4012
|
storageMax?: number;
|
|
4009
4013
|
storagePayType?: string;
|
|
@@ -4050,6 +4054,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4050
4054
|
isProxyLatestVersion: 'IsProxyLatestVersion',
|
|
4051
4055
|
lockMode: 'LockMode',
|
|
4052
4056
|
maintainTime: 'MaintainTime',
|
|
4057
|
+
orca: 'Orca',
|
|
4053
4058
|
payType: 'PayType',
|
|
4054
4059
|
provisionedIops: 'ProvisionedIops',
|
|
4055
4060
|
proxyCpuCores: 'ProxyCpuCores',
|
|
@@ -4060,8 +4065,11 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4060
4065
|
regionId: 'RegionId',
|
|
4061
4066
|
requestId: 'RequestId',
|
|
4062
4067
|
resourceGroupId: 'ResourceGroupId',
|
|
4068
|
+
restoreDataPoint: 'RestoreDataPoint',
|
|
4069
|
+
restoreType: 'RestoreType',
|
|
4063
4070
|
SQLSize: 'SQLSize',
|
|
4064
4071
|
serverlessType: 'ServerlessType',
|
|
4072
|
+
sourceDBCluster: 'SourceDBCluster',
|
|
4065
4073
|
standbyHAMode: 'StandbyHAMode',
|
|
4066
4074
|
storageMax: 'StorageMax',
|
|
4067
4075
|
storagePayType: 'StoragePayType',
|
|
@@ -4111,6 +4119,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4111
4119
|
isProxyLatestVersion: 'boolean',
|
|
4112
4120
|
lockMode: 'string',
|
|
4113
4121
|
maintainTime: 'string',
|
|
4122
|
+
orca: 'string',
|
|
4114
4123
|
payType: 'string',
|
|
4115
4124
|
provisionedIops: 'string',
|
|
4116
4125
|
proxyCpuCores: 'string',
|
|
@@ -4121,8 +4130,11 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4121
4130
|
regionId: 'string',
|
|
4122
4131
|
requestId: 'string',
|
|
4123
4132
|
resourceGroupId: 'string',
|
|
4133
|
+
restoreDataPoint: 'string',
|
|
4134
|
+
restoreType: 'string',
|
|
4124
4135
|
SQLSize: 'number',
|
|
4125
4136
|
serverlessType: 'string',
|
|
4137
|
+
sourceDBCluster: 'string',
|
|
4126
4138
|
standbyHAMode: 'string',
|
|
4127
4139
|
storageMax: 'number',
|
|
4128
4140
|
storagePayType: 'string',
|
|
@@ -9320,7 +9332,9 @@ export class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
9320
9332
|
export class ModifyDBClusterRequest extends $tea.Model {
|
|
9321
9333
|
compressStorage?: string;
|
|
9322
9334
|
DBClusterId?: string;
|
|
9335
|
+
DBNodeCrashList?: string;
|
|
9323
9336
|
dataSyncMode?: string;
|
|
9337
|
+
faultInjectionType?: string;
|
|
9324
9338
|
faultSimulateMode?: string;
|
|
9325
9339
|
ownerAccount?: string;
|
|
9326
9340
|
ownerId?: number;
|
|
@@ -9333,7 +9347,9 @@ export class ModifyDBClusterRequest extends $tea.Model {
|
|
|
9333
9347
|
return {
|
|
9334
9348
|
compressStorage: 'CompressStorage',
|
|
9335
9349
|
DBClusterId: 'DBClusterId',
|
|
9350
|
+
DBNodeCrashList: 'DBNodeCrashList',
|
|
9336
9351
|
dataSyncMode: 'DataSyncMode',
|
|
9352
|
+
faultInjectionType: 'FaultInjectionType',
|
|
9337
9353
|
faultSimulateMode: 'FaultSimulateMode',
|
|
9338
9354
|
ownerAccount: 'OwnerAccount',
|
|
9339
9355
|
ownerId: 'OwnerId',
|
|
@@ -9349,7 +9365,9 @@ export class ModifyDBClusterRequest extends $tea.Model {
|
|
|
9349
9365
|
return {
|
|
9350
9366
|
compressStorage: 'string',
|
|
9351
9367
|
DBClusterId: 'string',
|
|
9368
|
+
DBNodeCrashList: 'string',
|
|
9352
9369
|
dataSyncMode: 'string',
|
|
9370
|
+
faultInjectionType: 'string',
|
|
9353
9371
|
faultSimulateMode: 'string',
|
|
9354
9372
|
ownerAccount: 'string',
|
|
9355
9373
|
ownerId: 'number',
|
|
@@ -13938,6 +13956,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
13938
13956
|
maxConnections?: number;
|
|
13939
13957
|
maxIOPS?: number;
|
|
13940
13958
|
memorySize?: string;
|
|
13959
|
+
orca?: string;
|
|
13941
13960
|
remoteMemorySize?: string;
|
|
13942
13961
|
sccMode?: string;
|
|
13943
13962
|
serverWeight?: string;
|
|
@@ -13960,6 +13979,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
13960
13979
|
maxConnections: 'MaxConnections',
|
|
13961
13980
|
maxIOPS: 'MaxIOPS',
|
|
13962
13981
|
memorySize: 'MemorySize',
|
|
13982
|
+
orca: 'Orca',
|
|
13963
13983
|
remoteMemorySize: 'RemoteMemorySize',
|
|
13964
13984
|
sccMode: 'SccMode',
|
|
13965
13985
|
serverWeight: 'ServerWeight',
|
|
@@ -13985,6 +14005,7 @@ export class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
13985
14005
|
maxConnections: 'number',
|
|
13986
14006
|
maxIOPS: 'number',
|
|
13987
14007
|
memorySize: 'string',
|
|
14008
|
+
orca: 'string',
|
|
13988
14009
|
remoteMemorySize: 'string',
|
|
13989
14010
|
sccMode: 'string',
|
|
13990
14011
|
serverWeight: 'string',
|
|
@@ -23971,10 +23992,18 @@ export default class Client extends OpenApi {
|
|
|
23971
23992
|
query["DBClusterId"] = request.DBClusterId;
|
|
23972
23993
|
}
|
|
23973
23994
|
|
|
23995
|
+
if (!Util.isUnset(request.DBNodeCrashList)) {
|
|
23996
|
+
query["DBNodeCrashList"] = request.DBNodeCrashList;
|
|
23997
|
+
}
|
|
23998
|
+
|
|
23974
23999
|
if (!Util.isUnset(request.dataSyncMode)) {
|
|
23975
24000
|
query["DataSyncMode"] = request.dataSyncMode;
|
|
23976
24001
|
}
|
|
23977
24002
|
|
|
24003
|
+
if (!Util.isUnset(request.faultInjectionType)) {
|
|
24004
|
+
query["FaultInjectionType"] = request.faultInjectionType;
|
|
24005
|
+
}
|
|
24006
|
+
|
|
23978
24007
|
if (!Util.isUnset(request.faultSimulateMode)) {
|
|
23979
24008
|
query["FaultSimulateMode"] = request.faultSimulateMode;
|
|
23980
24009
|
}
|