@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/dist/client.d.ts
CHANGED
|
@@ -2176,6 +2176,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
2176
2176
|
isProxyLatestVersion?: boolean;
|
|
2177
2177
|
lockMode?: string;
|
|
2178
2178
|
maintainTime?: string;
|
|
2179
|
+
orca?: string;
|
|
2179
2180
|
payType?: string;
|
|
2180
2181
|
provisionedIops?: string;
|
|
2181
2182
|
proxyCpuCores?: string;
|
|
@@ -2186,8 +2187,11 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
2186
2187
|
regionId?: string;
|
|
2187
2188
|
requestId?: string;
|
|
2188
2189
|
resourceGroupId?: string;
|
|
2190
|
+
restoreDataPoint?: string;
|
|
2191
|
+
restoreType?: string;
|
|
2189
2192
|
SQLSize?: number;
|
|
2190
2193
|
serverlessType?: string;
|
|
2194
|
+
sourceDBCluster?: string;
|
|
2191
2195
|
standbyHAMode?: string;
|
|
2192
2196
|
storageMax?: number;
|
|
2193
2197
|
storagePayType?: string;
|
|
@@ -4972,7 +4976,9 @@ export declare class ModifyBackupPolicyResponse extends $tea.Model {
|
|
|
4972
4976
|
export declare class ModifyDBClusterRequest extends $tea.Model {
|
|
4973
4977
|
compressStorage?: string;
|
|
4974
4978
|
DBClusterId?: string;
|
|
4979
|
+
DBNodeCrashList?: string;
|
|
4975
4980
|
dataSyncMode?: string;
|
|
4981
|
+
faultInjectionType?: string;
|
|
4976
4982
|
faultSimulateMode?: string;
|
|
4977
4983
|
ownerAccount?: string;
|
|
4978
4984
|
ownerId?: number;
|
|
@@ -7499,6 +7505,7 @@ export declare class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.
|
|
|
7499
7505
|
maxConnections?: number;
|
|
7500
7506
|
maxIOPS?: number;
|
|
7501
7507
|
memorySize?: string;
|
|
7508
|
+
orca?: string;
|
|
7502
7509
|
remoteMemorySize?: string;
|
|
7503
7510
|
sccMode?: string;
|
|
7504
7511
|
serverWeight?: string;
|
package/dist/client.js
CHANGED
|
@@ -3148,6 +3148,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3148
3148
|
isProxyLatestVersion: 'IsProxyLatestVersion',
|
|
3149
3149
|
lockMode: 'LockMode',
|
|
3150
3150
|
maintainTime: 'MaintainTime',
|
|
3151
|
+
orca: 'Orca',
|
|
3151
3152
|
payType: 'PayType',
|
|
3152
3153
|
provisionedIops: 'ProvisionedIops',
|
|
3153
3154
|
proxyCpuCores: 'ProxyCpuCores',
|
|
@@ -3158,8 +3159,11 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3158
3159
|
regionId: 'RegionId',
|
|
3159
3160
|
requestId: 'RequestId',
|
|
3160
3161
|
resourceGroupId: 'ResourceGroupId',
|
|
3162
|
+
restoreDataPoint: 'RestoreDataPoint',
|
|
3163
|
+
restoreType: 'RestoreType',
|
|
3161
3164
|
SQLSize: 'SQLSize',
|
|
3162
3165
|
serverlessType: 'ServerlessType',
|
|
3166
|
+
sourceDBCluster: 'SourceDBCluster',
|
|
3163
3167
|
standbyHAMode: 'StandbyHAMode',
|
|
3164
3168
|
storageMax: 'StorageMax',
|
|
3165
3169
|
storagePayType: 'StoragePayType',
|
|
@@ -3208,6 +3212,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3208
3212
|
isProxyLatestVersion: 'boolean',
|
|
3209
3213
|
lockMode: 'string',
|
|
3210
3214
|
maintainTime: 'string',
|
|
3215
|
+
orca: 'string',
|
|
3211
3216
|
payType: 'string',
|
|
3212
3217
|
provisionedIops: 'string',
|
|
3213
3218
|
proxyCpuCores: 'string',
|
|
@@ -3218,8 +3223,11 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3218
3223
|
regionId: 'string',
|
|
3219
3224
|
requestId: 'string',
|
|
3220
3225
|
resourceGroupId: 'string',
|
|
3226
|
+
restoreDataPoint: 'string',
|
|
3227
|
+
restoreType: 'string',
|
|
3221
3228
|
SQLSize: 'number',
|
|
3222
3229
|
serverlessType: 'string',
|
|
3230
|
+
sourceDBCluster: 'string',
|
|
3223
3231
|
standbyHAMode: 'string',
|
|
3224
3232
|
storageMax: 'number',
|
|
3225
3233
|
storagePayType: 'string',
|
|
@@ -7237,7 +7245,9 @@ class ModifyDBClusterRequest extends $tea.Model {
|
|
|
7237
7245
|
return {
|
|
7238
7246
|
compressStorage: 'CompressStorage',
|
|
7239
7247
|
DBClusterId: 'DBClusterId',
|
|
7248
|
+
DBNodeCrashList: 'DBNodeCrashList',
|
|
7240
7249
|
dataSyncMode: 'DataSyncMode',
|
|
7250
|
+
faultInjectionType: 'FaultInjectionType',
|
|
7241
7251
|
faultSimulateMode: 'FaultSimulateMode',
|
|
7242
7252
|
ownerAccount: 'OwnerAccount',
|
|
7243
7253
|
ownerId: 'OwnerId',
|
|
@@ -7252,7 +7262,9 @@ class ModifyDBClusterRequest extends $tea.Model {
|
|
|
7252
7262
|
return {
|
|
7253
7263
|
compressStorage: 'string',
|
|
7254
7264
|
DBClusterId: 'string',
|
|
7265
|
+
DBNodeCrashList: 'string',
|
|
7255
7266
|
dataSyncMode: 'string',
|
|
7267
|
+
faultInjectionType: 'string',
|
|
7256
7268
|
faultSimulateMode: 'string',
|
|
7257
7269
|
ownerAccount: 'string',
|
|
7258
7270
|
ownerId: 'number',
|
|
@@ -10843,6 +10855,7 @@ class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
10843
10855
|
maxConnections: 'MaxConnections',
|
|
10844
10856
|
maxIOPS: 'MaxIOPS',
|
|
10845
10857
|
memorySize: 'MemorySize',
|
|
10858
|
+
orca: 'Orca',
|
|
10846
10859
|
remoteMemorySize: 'RemoteMemorySize',
|
|
10847
10860
|
sccMode: 'SccMode',
|
|
10848
10861
|
serverWeight: 'ServerWeight',
|
|
@@ -10867,6 +10880,7 @@ class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
10867
10880
|
maxConnections: 'number',
|
|
10868
10881
|
maxIOPS: 'number',
|
|
10869
10882
|
memorySize: 'string',
|
|
10883
|
+
orca: 'string',
|
|
10870
10884
|
remoteMemorySize: 'string',
|
|
10871
10885
|
sccMode: 'string',
|
|
10872
10886
|
serverWeight: 'string',
|
|
@@ -19226,9 +19240,15 @@ class Client extends openapi_client_1.default {
|
|
|
19226
19240
|
if (!tea_util_1.default.isUnset(request.DBClusterId)) {
|
|
19227
19241
|
query["DBClusterId"] = request.DBClusterId;
|
|
19228
19242
|
}
|
|
19243
|
+
if (!tea_util_1.default.isUnset(request.DBNodeCrashList)) {
|
|
19244
|
+
query["DBNodeCrashList"] = request.DBNodeCrashList;
|
|
19245
|
+
}
|
|
19229
19246
|
if (!tea_util_1.default.isUnset(request.dataSyncMode)) {
|
|
19230
19247
|
query["DataSyncMode"] = request.dataSyncMode;
|
|
19231
19248
|
}
|
|
19249
|
+
if (!tea_util_1.default.isUnset(request.faultInjectionType)) {
|
|
19250
|
+
query["FaultInjectionType"] = request.faultInjectionType;
|
|
19251
|
+
}
|
|
19232
19252
|
if (!tea_util_1.default.isUnset(request.faultSimulateMode)) {
|
|
19233
19253
|
query["FaultSimulateMode"] = request.faultSimulateMode;
|
|
19234
19254
|
}
|