@alicloud/polardb20170801 5.2.1 → 5.2.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 +438 -155
- package/dist/client.js +29 -16
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +454 -155
package/dist/client.js
CHANGED
|
@@ -797,6 +797,7 @@ class CreateDBClusterRequest extends $tea.Model {
|
|
|
797
797
|
architecture: 'Architecture',
|
|
798
798
|
autoRenew: 'AutoRenew',
|
|
799
799
|
backupRetentionPolicyOnClusterDeletion: 'BackupRetentionPolicyOnClusterDeletion',
|
|
800
|
+
burstingEnabled: 'BurstingEnabled',
|
|
800
801
|
clientToken: 'ClientToken',
|
|
801
802
|
cloneDataPoint: 'CloneDataPoint',
|
|
802
803
|
clusterNetworkType: 'ClusterNetworkType',
|
|
@@ -855,6 +856,7 @@ class CreateDBClusterRequest extends $tea.Model {
|
|
|
855
856
|
architecture: 'string',
|
|
856
857
|
autoRenew: 'boolean',
|
|
857
858
|
backupRetentionPolicyOnClusterDeletion: 'string',
|
|
859
|
+
burstingEnabled: 'string',
|
|
858
860
|
clientToken: 'string',
|
|
859
861
|
cloneDataPoint: 'string',
|
|
860
862
|
clusterNetworkType: 'string',
|
|
@@ -3185,6 +3187,7 @@ class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
3185
3187
|
pageNumber: 'PageNumber',
|
|
3186
3188
|
pageRecordCount: 'PageRecordCount',
|
|
3187
3189
|
requestId: 'RequestId',
|
|
3190
|
+
totalLevel2BackupSize: 'TotalLevel2BackupSize',
|
|
3188
3191
|
totalRecordCount: 'TotalRecordCount',
|
|
3189
3192
|
};
|
|
3190
3193
|
}
|
|
@@ -3194,6 +3197,7 @@ class DescribeBackupsResponseBody extends $tea.Model {
|
|
|
3194
3197
|
pageNumber: 'string',
|
|
3195
3198
|
pageRecordCount: 'string',
|
|
3196
3199
|
requestId: 'string',
|
|
3200
|
+
totalLevel2BackupSize: 'string',
|
|
3197
3201
|
totalRecordCount: 'string',
|
|
3198
3202
|
};
|
|
3199
3203
|
}
|
|
@@ -3458,6 +3462,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3458
3462
|
architecture: 'Architecture',
|
|
3459
3463
|
blktagTotal: 'BlktagTotal',
|
|
3460
3464
|
blktagUsed: 'BlktagUsed',
|
|
3465
|
+
burstingEnabled: 'BurstingEnabled',
|
|
3461
3466
|
category: 'Category',
|
|
3462
3467
|
compressStorageMode: 'CompressStorageMode',
|
|
3463
3468
|
compressStorageUsed: 'CompressStorageUsed',
|
|
@@ -3524,6 +3529,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3524
3529
|
architecture: 'string',
|
|
3525
3530
|
blktagTotal: 'number',
|
|
3526
3531
|
blktagUsed: 'number',
|
|
3532
|
+
burstingEnabled: 'string',
|
|
3527
3533
|
category: 'string',
|
|
3528
3534
|
compressStorageMode: 'string',
|
|
3529
3535
|
compressStorageUsed: 'number',
|
|
@@ -11305,6 +11311,7 @@ class DescribeClassListResponseBodyItems extends $tea.Model {
|
|
|
11305
11311
|
classGroup: 'ClassGroup',
|
|
11306
11312
|
classTypeLevel: 'ClassTypeLevel',
|
|
11307
11313
|
cpu: 'Cpu',
|
|
11314
|
+
essdMaxStorageCapacity: 'EssdMaxStorageCapacity',
|
|
11308
11315
|
maxConnections: 'MaxConnections',
|
|
11309
11316
|
maxIOPS: 'MaxIOPS',
|
|
11310
11317
|
maxStorageCapacity: 'MaxStorageCapacity',
|
|
@@ -11312,6 +11319,7 @@ class DescribeClassListResponseBodyItems extends $tea.Model {
|
|
|
11312
11319
|
pl1MaxIOPS: 'Pl1MaxIOPS',
|
|
11313
11320
|
pl2MaxIOPS: 'Pl2MaxIOPS',
|
|
11314
11321
|
pl3MaxIOPS: 'Pl3MaxIOPS',
|
|
11322
|
+
polarStoreMaxStorageCapacity: 'PolarStoreMaxStorageCapacity',
|
|
11315
11323
|
psl4MaxIOPS: 'Psl4MaxIOPS',
|
|
11316
11324
|
psl5MaxIOPS: 'Psl5MaxIOPS',
|
|
11317
11325
|
referenceExtPrice: 'ReferenceExtPrice',
|
|
@@ -11324,6 +11332,7 @@ class DescribeClassListResponseBodyItems extends $tea.Model {
|
|
|
11324
11332
|
classGroup: 'string',
|
|
11325
11333
|
classTypeLevel: 'string',
|
|
11326
11334
|
cpu: 'string',
|
|
11335
|
+
essdMaxStorageCapacity: 'string',
|
|
11327
11336
|
maxConnections: 'string',
|
|
11328
11337
|
maxIOPS: 'string',
|
|
11329
11338
|
maxStorageCapacity: 'string',
|
|
@@ -11331,6 +11340,7 @@ class DescribeClassListResponseBodyItems extends $tea.Model {
|
|
|
11331
11340
|
pl1MaxIOPS: 'string',
|
|
11332
11341
|
pl2MaxIOPS: 'string',
|
|
11333
11342
|
pl3MaxIOPS: 'string',
|
|
11343
|
+
polarStoreMaxStorageCapacity: 'string',
|
|
11334
11344
|
psl4MaxIOPS: 'string',
|
|
11335
11345
|
psl5MaxIOPS: 'string',
|
|
11336
11346
|
referenceExtPrice: 'string',
|
|
@@ -11419,6 +11429,7 @@ class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
11419
11429
|
cpuCores: 'CpuCores',
|
|
11420
11430
|
creationTime: 'CreationTime',
|
|
11421
11431
|
DBNodeClass: 'DBNodeClass',
|
|
11432
|
+
DBNodeDescription: 'DBNodeDescription',
|
|
11422
11433
|
DBNodeId: 'DBNodeId',
|
|
11423
11434
|
DBNodeRole: 'DBNodeRole',
|
|
11424
11435
|
DBNodeStatus: 'DBNodeStatus',
|
|
@@ -11447,6 +11458,7 @@ class DescribeDBClusterAttributeResponseBodyDBNodes extends $tea.Model {
|
|
|
11447
11458
|
cpuCores: 'string',
|
|
11448
11459
|
creationTime: 'string',
|
|
11449
11460
|
DBNodeClass: 'string',
|
|
11461
|
+
DBNodeDescription: 'string',
|
|
11450
11462
|
DBNodeId: 'string',
|
|
11451
11463
|
DBNodeRole: 'string',
|
|
11452
11464
|
DBNodeStatus: 'string',
|
|
@@ -14122,7 +14134,7 @@ class Client extends openapi_client_1.default {
|
|
|
14122
14134
|
return await this.createAccountWithOptions(request, runtime);
|
|
14123
14135
|
}
|
|
14124
14136
|
/**
|
|
14125
|
-
*
|
|
14137
|
+
* Generates a lightweight license activation code.
|
|
14126
14138
|
*
|
|
14127
14139
|
* @param request - CreateActivationCodeRequest
|
|
14128
14140
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -14175,7 +14187,7 @@ class Client extends openapi_client_1.default {
|
|
|
14175
14187
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateActivationCodeResponse({}));
|
|
14176
14188
|
}
|
|
14177
14189
|
/**
|
|
14178
|
-
*
|
|
14190
|
+
* Generates a lightweight license activation code.
|
|
14179
14191
|
*
|
|
14180
14192
|
* @param request - CreateActivationCodeRequest
|
|
14181
14193
|
* @returns CreateActivationCodeResponse
|
|
@@ -14332,6 +14344,9 @@ class Client extends openapi_client_1.default {
|
|
|
14332
14344
|
if (!tea_util_1.default.isUnset(request.backupRetentionPolicyOnClusterDeletion)) {
|
|
14333
14345
|
query["BackupRetentionPolicyOnClusterDeletion"] = request.backupRetentionPolicyOnClusterDeletion;
|
|
14334
14346
|
}
|
|
14347
|
+
if (!tea_util_1.default.isUnset(request.burstingEnabled)) {
|
|
14348
|
+
query["BurstingEnabled"] = request.burstingEnabled;
|
|
14349
|
+
}
|
|
14335
14350
|
if (!tea_util_1.default.isUnset(request.clientToken)) {
|
|
14336
14351
|
query["ClientToken"] = request.clientToken;
|
|
14337
14352
|
}
|
|
@@ -15053,7 +15068,7 @@ class Client extends openapi_client_1.default {
|
|
|
15053
15068
|
return await this.createGlobalSecurityIPGroupWithOptions(request, runtime);
|
|
15054
15069
|
}
|
|
15055
15070
|
/**
|
|
15056
|
-
*
|
|
15071
|
+
* Creates or obtains a virtual license order.
|
|
15057
15072
|
*
|
|
15058
15073
|
* @param request - CreateOrGetVirtualLicenseOrderRequest
|
|
15059
15074
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -15094,7 +15109,7 @@ class Client extends openapi_client_1.default {
|
|
|
15094
15109
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateOrGetVirtualLicenseOrderResponse({}));
|
|
15095
15110
|
}
|
|
15096
15111
|
/**
|
|
15097
|
-
*
|
|
15112
|
+
* Creates or obtains a virtual license order.
|
|
15098
15113
|
*
|
|
15099
15114
|
* @param request - CreateOrGetVirtualLicenseOrderRequest
|
|
15100
15115
|
* @returns CreateOrGetVirtualLicenseOrderResponse
|
|
@@ -16152,7 +16167,7 @@ class Client extends openapi_client_1.default {
|
|
|
16152
16167
|
return await this.describeActivationCodeDetailsWithOptions(request, runtime);
|
|
16153
16168
|
}
|
|
16154
16169
|
/**
|
|
16155
|
-
*
|
|
16170
|
+
* Queries a list of activation codes.
|
|
16156
16171
|
*
|
|
16157
16172
|
* @param request - DescribeActivationCodesRequest
|
|
16158
16173
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -16199,7 +16214,7 @@ class Client extends openapi_client_1.default {
|
|
|
16199
16214
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeActivationCodesResponse({}));
|
|
16200
16215
|
}
|
|
16201
16216
|
/**
|
|
16202
|
-
*
|
|
16217
|
+
* Queries a list of activation codes.
|
|
16203
16218
|
*
|
|
16204
16219
|
* @param request - DescribeActivationCodesRequest
|
|
16205
16220
|
* @returns DescribeActivationCodesResponse
|
|
@@ -16977,11 +16992,10 @@ class Client extends openapi_client_1.default {
|
|
|
16977
16992
|
return await this.describeDBClusterEndpointsWithOptions(request, runtime);
|
|
16978
16993
|
}
|
|
16979
16994
|
/**
|
|
16980
|
-
*
|
|
16995
|
+
* The ID of the synchronous task.
|
|
16981
16996
|
*
|
|
16982
16997
|
* @remarks
|
|
16983
|
-
*
|
|
16984
|
-
* * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
|
|
16998
|
+
* The ID of the request.
|
|
16985
16999
|
*
|
|
16986
17000
|
* @param request - DescribeDBClusterMigrationRequest
|
|
16987
17001
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -17022,11 +17036,10 @@ class Client extends openapi_client_1.default {
|
|
|
17022
17036
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDBClusterMigrationResponse({}));
|
|
17023
17037
|
}
|
|
17024
17038
|
/**
|
|
17025
|
-
*
|
|
17039
|
+
* The ID of the synchronous task.
|
|
17026
17040
|
*
|
|
17027
17041
|
* @remarks
|
|
17028
|
-
*
|
|
17029
|
-
* * Before you call this operation, make sure that a one-click upgrade task has been created for the cluster. You can call the [CreateDBCluster](https://help.aliyun.com/document_detail/98169.html) operation to create an upgrade task. Set the **CreationOption** parameter to **MigrationFromRDS**.
|
|
17042
|
+
* The ID of the request.
|
|
17030
17043
|
*
|
|
17031
17044
|
* @param request - DescribeDBClusterMigrationRequest
|
|
17032
17045
|
* @returns DescribeDBClusterMigrationResponse
|
|
@@ -18414,7 +18427,7 @@ class Client extends openapi_client_1.default {
|
|
|
18414
18427
|
return await this.describeLicenseOrderDetailsWithOptions(request, runtime);
|
|
18415
18428
|
}
|
|
18416
18429
|
/**
|
|
18417
|
-
*
|
|
18430
|
+
* Queries a list of license orders.
|
|
18418
18431
|
*
|
|
18419
18432
|
* @param request - DescribeLicenseOrdersRequest
|
|
18420
18433
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -18470,7 +18483,7 @@ class Client extends openapi_client_1.default {
|
|
|
18470
18483
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeLicenseOrdersResponse({}));
|
|
18471
18484
|
}
|
|
18472
18485
|
/**
|
|
18473
|
-
*
|
|
18486
|
+
* Queries a list of license orders.
|
|
18474
18487
|
*
|
|
18475
18488
|
* @param request - DescribeLicenseOrdersRequest
|
|
18476
18489
|
* @returns DescribeLicenseOrdersResponse
|
|
@@ -22946,7 +22959,7 @@ class Client extends openapi_client_1.default {
|
|
|
22946
22959
|
return await this.tagResourcesWithOptions(request, runtime);
|
|
22947
22960
|
}
|
|
22948
22961
|
/**
|
|
22949
|
-
* Temporarily changes the node configurations
|
|
22962
|
+
* Temporarily changes the node configurations.
|
|
22950
22963
|
*
|
|
22951
22964
|
* @param request - TempModifyDBNodeRequest
|
|
22952
22965
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -23002,7 +23015,7 @@ class Client extends openapi_client_1.default {
|
|
|
23002
23015
|
return $tea.cast(await this.callApi(params, req, runtime), new TempModifyDBNodeResponse({}));
|
|
23003
23016
|
}
|
|
23004
23017
|
/**
|
|
23005
|
-
* Temporarily changes the node configurations
|
|
23018
|
+
* Temporarily changes the node configurations.
|
|
23006
23019
|
*
|
|
23007
23020
|
* @param request - TempModifyDBNodeRequest
|
|
23008
23021
|
* @returns TempModifyDBNodeResponse
|