@alicloud/polardb20170801 3.0.0 → 3.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 +4 -0
- package/dist/client.js +14 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +20 -0
package/dist/client.d.ts
CHANGED
|
@@ -2097,6 +2097,7 @@ export declare class DescribeDBClusterAttributeRequest extends $tea.Model {
|
|
|
2097
2097
|
}
|
|
2098
2098
|
export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
2099
2099
|
aiType?: string;
|
|
2100
|
+
architecture?: string;
|
|
2100
2101
|
blktagTotal?: number;
|
|
2101
2102
|
blktagUsed?: number;
|
|
2102
2103
|
category?: string;
|
|
@@ -2118,6 +2119,7 @@ export declare class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
2118
2119
|
expireTime?: string;
|
|
2119
2120
|
expired?: string;
|
|
2120
2121
|
hasCompleteStandbyRes?: boolean;
|
|
2122
|
+
hotStandbyCluster?: string;
|
|
2121
2123
|
inodeTotal?: number;
|
|
2122
2124
|
inodeUsed?: number;
|
|
2123
2125
|
isLatestVersion?: boolean;
|
|
@@ -3547,6 +3549,7 @@ export declare class DescribeMetaListRequest extends $tea.Model {
|
|
|
3547
3549
|
ownerId?: number;
|
|
3548
3550
|
pageNumber?: number;
|
|
3549
3551
|
pageSize?: number;
|
|
3552
|
+
regionCode?: string;
|
|
3550
3553
|
resourceOwnerAccount?: string;
|
|
3551
3554
|
resourceOwnerId?: number;
|
|
3552
3555
|
restoreTime?: string;
|
|
@@ -5674,6 +5677,7 @@ export declare class ModifyDBNodeClassRequest extends $tea.Model {
|
|
|
5674
5677
|
clientToken?: string;
|
|
5675
5678
|
DBClusterId?: string;
|
|
5676
5679
|
DBNodeTargetClass?: string;
|
|
5680
|
+
DBNodeType?: string;
|
|
5677
5681
|
modifyType?: string;
|
|
5678
5682
|
ownerAccount?: string;
|
|
5679
5683
|
ownerId?: number;
|
package/dist/client.js
CHANGED
|
@@ -3024,6 +3024,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3024
3024
|
static names() {
|
|
3025
3025
|
return {
|
|
3026
3026
|
aiType: 'AiType',
|
|
3027
|
+
architecture: 'Architecture',
|
|
3027
3028
|
blktagTotal: 'BlktagTotal',
|
|
3028
3029
|
blktagUsed: 'BlktagUsed',
|
|
3029
3030
|
category: 'Category',
|
|
@@ -3045,6 +3046,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3045
3046
|
expireTime: 'ExpireTime',
|
|
3046
3047
|
expired: 'Expired',
|
|
3047
3048
|
hasCompleteStandbyRes: 'HasCompleteStandbyRes',
|
|
3049
|
+
hotStandbyCluster: 'HotStandbyCluster',
|
|
3048
3050
|
inodeTotal: 'InodeTotal',
|
|
3049
3051
|
inodeUsed: 'InodeUsed',
|
|
3050
3052
|
isLatestVersion: 'IsLatestVersion',
|
|
@@ -3079,6 +3081,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3079
3081
|
static types() {
|
|
3080
3082
|
return {
|
|
3081
3083
|
aiType: 'string',
|
|
3084
|
+
architecture: 'string',
|
|
3082
3085
|
blktagTotal: 'number',
|
|
3083
3086
|
blktagUsed: 'number',
|
|
3084
3087
|
category: 'string',
|
|
@@ -3100,6 +3103,7 @@ class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3100
3103
|
expireTime: 'string',
|
|
3101
3104
|
expired: 'string',
|
|
3102
3105
|
hasCompleteStandbyRes: 'boolean',
|
|
3106
|
+
hotStandbyCluster: 'string',
|
|
3103
3107
|
inodeTotal: 'number',
|
|
3104
3108
|
inodeUsed: 'number',
|
|
3105
3109
|
isLatestVersion: 'boolean',
|
|
@@ -5142,6 +5146,7 @@ class DescribeMetaListRequest extends $tea.Model {
|
|
|
5142
5146
|
ownerId: 'OwnerId',
|
|
5143
5147
|
pageNumber: 'PageNumber',
|
|
5144
5148
|
pageSize: 'PageSize',
|
|
5149
|
+
regionCode: 'RegionCode',
|
|
5145
5150
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
5146
5151
|
resourceOwnerId: 'ResourceOwnerId',
|
|
5147
5152
|
restoreTime: 'RestoreTime',
|
|
@@ -5157,6 +5162,7 @@ class DescribeMetaListRequest extends $tea.Model {
|
|
|
5157
5162
|
ownerId: 'number',
|
|
5158
5163
|
pageNumber: 'number',
|
|
5159
5164
|
pageSize: 'number',
|
|
5165
|
+
regionCode: 'string',
|
|
5160
5166
|
resourceOwnerAccount: 'string',
|
|
5161
5167
|
resourceOwnerId: 'number',
|
|
5162
5168
|
restoreTime: 'string',
|
|
@@ -8196,6 +8202,7 @@ class ModifyDBNodeClassRequest extends $tea.Model {
|
|
|
8196
8202
|
clientToken: 'ClientToken',
|
|
8197
8203
|
DBClusterId: 'DBClusterId',
|
|
8198
8204
|
DBNodeTargetClass: 'DBNodeTargetClass',
|
|
8205
|
+
DBNodeType: 'DBNodeType',
|
|
8199
8206
|
modifyType: 'ModifyType',
|
|
8200
8207
|
ownerAccount: 'OwnerAccount',
|
|
8201
8208
|
ownerId: 'OwnerId',
|
|
@@ -8211,6 +8218,7 @@ class ModifyDBNodeClassRequest extends $tea.Model {
|
|
|
8211
8218
|
clientToken: 'string',
|
|
8212
8219
|
DBClusterId: 'string',
|
|
8213
8220
|
DBNodeTargetClass: 'string',
|
|
8221
|
+
DBNodeType: 'string',
|
|
8214
8222
|
modifyType: 'string',
|
|
8215
8223
|
ownerAccount: 'string',
|
|
8216
8224
|
ownerId: 'number',
|
|
@@ -16265,6 +16273,9 @@ class Client extends openapi_client_1.default {
|
|
|
16265
16273
|
if (!tea_util_1.default.isUnset(request.pageSize)) {
|
|
16266
16274
|
query["PageSize"] = request.pageSize;
|
|
16267
16275
|
}
|
|
16276
|
+
if (!tea_util_1.default.isUnset(request.regionCode)) {
|
|
16277
|
+
query["RegionCode"] = request.regionCode;
|
|
16278
|
+
}
|
|
16268
16279
|
if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
|
|
16269
16280
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
16270
16281
|
}
|
|
@@ -18600,6 +18611,9 @@ class Client extends openapi_client_1.default {
|
|
|
18600
18611
|
if (!tea_util_1.default.isUnset(request.DBNodeTargetClass)) {
|
|
18601
18612
|
query["DBNodeTargetClass"] = request.DBNodeTargetClass;
|
|
18602
18613
|
}
|
|
18614
|
+
if (!tea_util_1.default.isUnset(request.DBNodeType)) {
|
|
18615
|
+
query["DBNodeType"] = request.DBNodeType;
|
|
18616
|
+
}
|
|
18603
18617
|
if (!tea_util_1.default.isUnset(request.modifyType)) {
|
|
18604
18618
|
query["ModifyType"] = request.modifyType;
|
|
18605
18619
|
}
|