@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -3872,6 +3872,7 @@ export class DescribeDBClusterAttributeRequest extends $tea.Model {
|
|
|
3872
3872
|
|
|
3873
3873
|
export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
3874
3874
|
aiType?: string;
|
|
3875
|
+
architecture?: string;
|
|
3875
3876
|
blktagTotal?: number;
|
|
3876
3877
|
blktagUsed?: number;
|
|
3877
3878
|
category?: string;
|
|
@@ -3893,6 +3894,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3893
3894
|
expireTime?: string;
|
|
3894
3895
|
expired?: string;
|
|
3895
3896
|
hasCompleteStandbyRes?: boolean;
|
|
3897
|
+
hotStandbyCluster?: string;
|
|
3896
3898
|
inodeTotal?: number;
|
|
3897
3899
|
inodeUsed?: number;
|
|
3898
3900
|
isLatestVersion?: boolean;
|
|
@@ -3925,6 +3927,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3925
3927
|
static names(): { [key: string]: string } {
|
|
3926
3928
|
return {
|
|
3927
3929
|
aiType: 'AiType',
|
|
3930
|
+
architecture: 'Architecture',
|
|
3928
3931
|
blktagTotal: 'BlktagTotal',
|
|
3929
3932
|
blktagUsed: 'BlktagUsed',
|
|
3930
3933
|
category: 'Category',
|
|
@@ -3946,6 +3949,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3946
3949
|
expireTime: 'ExpireTime',
|
|
3947
3950
|
expired: 'Expired',
|
|
3948
3951
|
hasCompleteStandbyRes: 'HasCompleteStandbyRes',
|
|
3952
|
+
hotStandbyCluster: 'HotStandbyCluster',
|
|
3949
3953
|
inodeTotal: 'InodeTotal',
|
|
3950
3954
|
inodeUsed: 'InodeUsed',
|
|
3951
3955
|
isLatestVersion: 'IsLatestVersion',
|
|
@@ -3981,6 +3985,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
3981
3985
|
static types(): { [key: string]: any } {
|
|
3982
3986
|
return {
|
|
3983
3987
|
aiType: 'string',
|
|
3988
|
+
architecture: 'string',
|
|
3984
3989
|
blktagTotal: 'number',
|
|
3985
3990
|
blktagUsed: 'number',
|
|
3986
3991
|
category: 'string',
|
|
@@ -4002,6 +4007,7 @@ export class DescribeDBClusterAttributeResponseBody extends $tea.Model {
|
|
|
4002
4007
|
expireTime: 'string',
|
|
4003
4008
|
expired: 'string',
|
|
4004
4009
|
hasCompleteStandbyRes: 'boolean',
|
|
4010
|
+
hotStandbyCluster: 'string',
|
|
4005
4011
|
inodeTotal: 'number',
|
|
4006
4012
|
inodeUsed: 'number',
|
|
4007
4013
|
isLatestVersion: 'boolean',
|
|
@@ -6631,6 +6637,7 @@ export class DescribeMetaListRequest extends $tea.Model {
|
|
|
6631
6637
|
ownerId?: number;
|
|
6632
6638
|
pageNumber?: number;
|
|
6633
6639
|
pageSize?: number;
|
|
6640
|
+
regionCode?: string;
|
|
6634
6641
|
resourceOwnerAccount?: string;
|
|
6635
6642
|
resourceOwnerId?: number;
|
|
6636
6643
|
restoreTime?: string;
|
|
@@ -6644,6 +6651,7 @@ export class DescribeMetaListRequest extends $tea.Model {
|
|
|
6644
6651
|
ownerId: 'OwnerId',
|
|
6645
6652
|
pageNumber: 'PageNumber',
|
|
6646
6653
|
pageSize: 'PageSize',
|
|
6654
|
+
regionCode: 'RegionCode',
|
|
6647
6655
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
6648
6656
|
resourceOwnerId: 'ResourceOwnerId',
|
|
6649
6657
|
restoreTime: 'RestoreTime',
|
|
@@ -6660,6 +6668,7 @@ export class DescribeMetaListRequest extends $tea.Model {
|
|
|
6660
6668
|
ownerId: 'number',
|
|
6661
6669
|
pageNumber: 'number',
|
|
6662
6670
|
pageSize: 'number',
|
|
6671
|
+
regionCode: 'string',
|
|
6663
6672
|
resourceOwnerAccount: 'string',
|
|
6664
6673
|
resourceOwnerId: 'number',
|
|
6665
6674
|
restoreTime: 'string',
|
|
@@ -10569,6 +10578,7 @@ export class ModifyDBNodeClassRequest extends $tea.Model {
|
|
|
10569
10578
|
clientToken?: string;
|
|
10570
10579
|
DBClusterId?: string;
|
|
10571
10580
|
DBNodeTargetClass?: string;
|
|
10581
|
+
DBNodeType?: string;
|
|
10572
10582
|
modifyType?: string;
|
|
10573
10583
|
ownerAccount?: string;
|
|
10574
10584
|
ownerId?: number;
|
|
@@ -10582,6 +10592,7 @@ export class ModifyDBNodeClassRequest extends $tea.Model {
|
|
|
10582
10592
|
clientToken: 'ClientToken',
|
|
10583
10593
|
DBClusterId: 'DBClusterId',
|
|
10584
10594
|
DBNodeTargetClass: 'DBNodeTargetClass',
|
|
10595
|
+
DBNodeType: 'DBNodeType',
|
|
10585
10596
|
modifyType: 'ModifyType',
|
|
10586
10597
|
ownerAccount: 'OwnerAccount',
|
|
10587
10598
|
ownerId: 'OwnerId',
|
|
@@ -10598,6 +10609,7 @@ export class ModifyDBNodeClassRequest extends $tea.Model {
|
|
|
10598
10609
|
clientToken: 'string',
|
|
10599
10610
|
DBClusterId: 'string',
|
|
10600
10611
|
DBNodeTargetClass: 'string',
|
|
10612
|
+
DBNodeType: 'string',
|
|
10601
10613
|
modifyType: 'string',
|
|
10602
10614
|
ownerAccount: 'string',
|
|
10603
10615
|
ownerId: 'number',
|
|
@@ -20597,6 +20609,10 @@ export default class Client extends OpenApi {
|
|
|
20597
20609
|
query["PageSize"] = request.pageSize;
|
|
20598
20610
|
}
|
|
20599
20611
|
|
|
20612
|
+
if (!Util.isUnset(request.regionCode)) {
|
|
20613
|
+
query["RegionCode"] = request.regionCode;
|
|
20614
|
+
}
|
|
20615
|
+
|
|
20600
20616
|
if (!Util.isUnset(request.resourceOwnerAccount)) {
|
|
20601
20617
|
query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
|
|
20602
20618
|
}
|
|
@@ -23400,6 +23416,10 @@ export default class Client extends OpenApi {
|
|
|
23400
23416
|
query["DBNodeTargetClass"] = request.DBNodeTargetClass;
|
|
23401
23417
|
}
|
|
23402
23418
|
|
|
23419
|
+
if (!Util.isUnset(request.DBNodeType)) {
|
|
23420
|
+
query["DBNodeType"] = request.DBNodeType;
|
|
23421
|
+
}
|
|
23422
|
+
|
|
23403
23423
|
if (!Util.isUnset(request.modifyType)) {
|
|
23404
23424
|
query["ModifyType"] = request.modifyType;
|
|
23405
23425
|
}
|