@alicloud/polardbx20200202 1.0.4 → 1.0.7
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/LICENSE +13 -0
- package/README.md +25 -0
- package/dist/client.d.ts +496 -222
- package/dist/client.js +2388 -529
- package/dist/client.js.map +1 -1
- package/package.json +3 -3
- package/src/client.ts +2890 -684
package/dist/client.d.ts
CHANGED
|
@@ -91,10 +91,11 @@ export declare class CancelActiveOperationTasksResponse extends $tea.Model {
|
|
|
91
91
|
[key: string]: any;
|
|
92
92
|
});
|
|
93
93
|
}
|
|
94
|
-
export declare class
|
|
95
|
-
|
|
94
|
+
export declare class ChangeResourceGroupRequest extends $tea.Model {
|
|
95
|
+
newResourceGroupId?: string;
|
|
96
96
|
regionId?: string;
|
|
97
|
-
|
|
97
|
+
resourceId?: string;
|
|
98
|
+
resourceType?: string;
|
|
98
99
|
static names(): {
|
|
99
100
|
[key: string]: string;
|
|
100
101
|
};
|
|
@@ -105,7 +106,7 @@ export declare class CancelPolarxOrderRequest extends $tea.Model {
|
|
|
105
106
|
[key: string]: any;
|
|
106
107
|
});
|
|
107
108
|
}
|
|
108
|
-
export declare class
|
|
109
|
+
export declare class ChangeResourceGroupResponseBody extends $tea.Model {
|
|
109
110
|
requestId?: string;
|
|
110
111
|
static names(): {
|
|
111
112
|
[key: string]: string;
|
|
@@ -117,11 +118,11 @@ export declare class CancelPolarxOrderResponseBody extends $tea.Model {
|
|
|
117
118
|
[key: string]: any;
|
|
118
119
|
});
|
|
119
120
|
}
|
|
120
|
-
export declare class
|
|
121
|
+
export declare class ChangeResourceGroupResponse extends $tea.Model {
|
|
121
122
|
headers: {
|
|
122
123
|
[key: string]: string;
|
|
123
124
|
};
|
|
124
|
-
body:
|
|
125
|
+
body: ChangeResourceGroupResponseBody;
|
|
125
126
|
static names(): {
|
|
126
127
|
[key: string]: string;
|
|
127
128
|
};
|
|
@@ -327,8 +328,12 @@ export declare class CreateDBInstanceRequest extends $tea.Model {
|
|
|
327
328
|
payType?: string;
|
|
328
329
|
period?: string;
|
|
329
330
|
primaryDBInstanceName?: string;
|
|
331
|
+
primaryZone?: string;
|
|
330
332
|
regionId?: string;
|
|
331
333
|
resourceGroupId?: string;
|
|
334
|
+
secondaryZone?: string;
|
|
335
|
+
tertiaryZone?: string;
|
|
336
|
+
topologyType?: string;
|
|
332
337
|
usedTime?: number;
|
|
333
338
|
VPCId?: string;
|
|
334
339
|
vSwitchId?: string;
|
|
@@ -372,48 +377,6 @@ export declare class CreateDBInstanceResponse extends $tea.Model {
|
|
|
372
377
|
[key: string]: any;
|
|
373
378
|
});
|
|
374
379
|
}
|
|
375
|
-
export declare class CreatePolarxOrderRequest extends $tea.Model {
|
|
376
|
-
DBInstanceName?: string;
|
|
377
|
-
nodeCount?: string;
|
|
378
|
-
regionId?: string;
|
|
379
|
-
static names(): {
|
|
380
|
-
[key: string]: string;
|
|
381
|
-
};
|
|
382
|
-
static types(): {
|
|
383
|
-
[key: string]: any;
|
|
384
|
-
};
|
|
385
|
-
constructor(map?: {
|
|
386
|
-
[key: string]: any;
|
|
387
|
-
});
|
|
388
|
-
}
|
|
389
|
-
export declare class CreatePolarxOrderResponseBody extends $tea.Model {
|
|
390
|
-
orderResultList?: CreatePolarxOrderResponseBodyOrderResultList[];
|
|
391
|
-
requestId?: string;
|
|
392
|
-
static names(): {
|
|
393
|
-
[key: string]: string;
|
|
394
|
-
};
|
|
395
|
-
static types(): {
|
|
396
|
-
[key: string]: any;
|
|
397
|
-
};
|
|
398
|
-
constructor(map?: {
|
|
399
|
-
[key: string]: any;
|
|
400
|
-
});
|
|
401
|
-
}
|
|
402
|
-
export declare class CreatePolarxOrderResponse extends $tea.Model {
|
|
403
|
-
headers: {
|
|
404
|
-
[key: string]: string;
|
|
405
|
-
};
|
|
406
|
-
body: CreatePolarxOrderResponseBody;
|
|
407
|
-
static names(): {
|
|
408
|
-
[key: string]: string;
|
|
409
|
-
};
|
|
410
|
-
static types(): {
|
|
411
|
-
[key: string]: any;
|
|
412
|
-
};
|
|
413
|
-
constructor(map?: {
|
|
414
|
-
[key: string]: any;
|
|
415
|
-
});
|
|
416
|
-
}
|
|
417
380
|
export declare class CreateSuperAccountRequest extends $tea.Model {
|
|
418
381
|
accountDescription?: string;
|
|
419
382
|
accountName?: string;
|
|
@@ -716,6 +679,60 @@ export declare class DescribeActiveOperationTaskCountResponse extends $tea.Model
|
|
|
716
679
|
[key: string]: any;
|
|
717
680
|
});
|
|
718
681
|
}
|
|
682
|
+
export declare class DescribeActiveOperationTasksRequest extends $tea.Model {
|
|
683
|
+
allowCancel?: number;
|
|
684
|
+
allowChange?: number;
|
|
685
|
+
changeLevel?: string;
|
|
686
|
+
dbType?: string;
|
|
687
|
+
insName?: string;
|
|
688
|
+
pageNumber?: number;
|
|
689
|
+
pageSize?: number;
|
|
690
|
+
productId?: string;
|
|
691
|
+
region?: string;
|
|
692
|
+
regionId?: string;
|
|
693
|
+
status?: number;
|
|
694
|
+
taskType?: string;
|
|
695
|
+
static names(): {
|
|
696
|
+
[key: string]: string;
|
|
697
|
+
};
|
|
698
|
+
static types(): {
|
|
699
|
+
[key: string]: any;
|
|
700
|
+
};
|
|
701
|
+
constructor(map?: {
|
|
702
|
+
[key: string]: any;
|
|
703
|
+
});
|
|
704
|
+
}
|
|
705
|
+
export declare class DescribeActiveOperationTasksResponseBody extends $tea.Model {
|
|
706
|
+
items?: DescribeActiveOperationTasksResponseBodyItems[];
|
|
707
|
+
pageNumber?: number;
|
|
708
|
+
pageSize?: number;
|
|
709
|
+
requestId?: string;
|
|
710
|
+
totalRecordCount?: number;
|
|
711
|
+
static names(): {
|
|
712
|
+
[key: string]: string;
|
|
713
|
+
};
|
|
714
|
+
static types(): {
|
|
715
|
+
[key: string]: any;
|
|
716
|
+
};
|
|
717
|
+
constructor(map?: {
|
|
718
|
+
[key: string]: any;
|
|
719
|
+
});
|
|
720
|
+
}
|
|
721
|
+
export declare class DescribeActiveOperationTasksResponse extends $tea.Model {
|
|
722
|
+
headers: {
|
|
723
|
+
[key: string]: string;
|
|
724
|
+
};
|
|
725
|
+
body: DescribeActiveOperationTasksResponseBody;
|
|
726
|
+
static names(): {
|
|
727
|
+
[key: string]: string;
|
|
728
|
+
};
|
|
729
|
+
static types(): {
|
|
730
|
+
[key: string]: any;
|
|
731
|
+
};
|
|
732
|
+
constructor(map?: {
|
|
733
|
+
[key: string]: any;
|
|
734
|
+
});
|
|
735
|
+
}
|
|
719
736
|
export declare class DescribeBackupPolicyRequest extends $tea.Model {
|
|
720
737
|
DBInstanceName?: string;
|
|
721
738
|
regionId?: string;
|
|
@@ -900,6 +917,7 @@ export declare class DescribeCharacterSetResponse extends $tea.Model {
|
|
|
900
917
|
export declare class DescribeDBInstanceAttributeRequest extends $tea.Model {
|
|
901
918
|
DBInstanceName?: string;
|
|
902
919
|
regionId?: string;
|
|
920
|
+
resourceGroupId?: string;
|
|
903
921
|
static names(): {
|
|
904
922
|
[key: string]: string;
|
|
905
923
|
};
|
|
@@ -1104,9 +1122,12 @@ export declare class DescribeDBInstanceTopologyResponse extends $tea.Model {
|
|
|
1104
1122
|
});
|
|
1105
1123
|
}
|
|
1106
1124
|
export declare class DescribeDBInstancesRequest extends $tea.Model {
|
|
1125
|
+
instanceId?: string;
|
|
1107
1126
|
pageNumber?: number;
|
|
1108
1127
|
pageSize?: number;
|
|
1109
1128
|
regionId?: string;
|
|
1129
|
+
resourceGroupId?: string;
|
|
1130
|
+
tags?: string;
|
|
1110
1131
|
static names(): {
|
|
1111
1132
|
[key: string]: string;
|
|
1112
1133
|
};
|
|
@@ -1417,10 +1438,13 @@ export declare class DescribeParametersResponse extends $tea.Model {
|
|
|
1417
1438
|
[key: string]: any;
|
|
1418
1439
|
});
|
|
1419
1440
|
}
|
|
1420
|
-
export declare class
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1441
|
+
export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
1442
|
+
code?: number;
|
|
1443
|
+
errorCode?: number;
|
|
1444
|
+
message?: string;
|
|
1445
|
+
regions?: DescribeRegionsResponseBodyRegions;
|
|
1446
|
+
requestId?: string;
|
|
1447
|
+
success?: boolean;
|
|
1424
1448
|
static names(): {
|
|
1425
1449
|
[key: string]: string;
|
|
1426
1450
|
};
|
|
@@ -1431,12 +1455,11 @@ export declare class DescribePolarxDataNodesRequest extends $tea.Model {
|
|
|
1431
1455
|
[key: string]: any;
|
|
1432
1456
|
});
|
|
1433
1457
|
}
|
|
1434
|
-
export declare class
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
totalNumber?: number;
|
|
1458
|
+
export declare class DescribeRegionsResponse extends $tea.Model {
|
|
1459
|
+
headers: {
|
|
1460
|
+
[key: string]: string;
|
|
1461
|
+
};
|
|
1462
|
+
body: DescribeRegionsResponseBody;
|
|
1440
1463
|
static names(): {
|
|
1441
1464
|
[key: string]: string;
|
|
1442
1465
|
};
|
|
@@ -1447,11 +1470,12 @@ export declare class DescribePolarxDataNodesResponseBody extends $tea.Model {
|
|
|
1447
1470
|
[key: string]: any;
|
|
1448
1471
|
});
|
|
1449
1472
|
}
|
|
1450
|
-
export declare class
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1473
|
+
export declare class DescribeScaleOutMigrateTaskListRequest extends $tea.Model {
|
|
1474
|
+
DBInstanceName?: string;
|
|
1475
|
+
ownerAccount?: string;
|
|
1476
|
+
ownerId?: number;
|
|
1477
|
+
resourceOwnerAccount?: string;
|
|
1478
|
+
resourceOwnerId?: number;
|
|
1455
1479
|
static names(): {
|
|
1456
1480
|
[key: string]: string;
|
|
1457
1481
|
};
|
|
@@ -1462,11 +1486,9 @@ export declare class DescribePolarxDataNodesResponse extends $tea.Model {
|
|
|
1462
1486
|
[key: string]: any;
|
|
1463
1487
|
});
|
|
1464
1488
|
}
|
|
1465
|
-
export declare class
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
pageNumber?: number;
|
|
1469
|
-
pageSize?: number;
|
|
1489
|
+
export declare class DescribeScaleOutMigrateTaskListResponseBody extends $tea.Model {
|
|
1490
|
+
progress?: number;
|
|
1491
|
+
requestId?: string;
|
|
1470
1492
|
static names(): {
|
|
1471
1493
|
[key: string]: string;
|
|
1472
1494
|
};
|
|
@@ -1477,13 +1499,11 @@ export declare class DescribePolarxDbInstancesRequest extends $tea.Model {
|
|
|
1477
1499
|
[key: string]: any;
|
|
1478
1500
|
});
|
|
1479
1501
|
}
|
|
1480
|
-
export declare class
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
success?: boolean;
|
|
1486
|
-
total?: string;
|
|
1502
|
+
export declare class DescribeScaleOutMigrateTaskListResponse extends $tea.Model {
|
|
1503
|
+
headers: {
|
|
1504
|
+
[key: string]: string;
|
|
1505
|
+
};
|
|
1506
|
+
body: DescribeScaleOutMigrateTaskListResponseBody;
|
|
1487
1507
|
static names(): {
|
|
1488
1508
|
[key: string]: string;
|
|
1489
1509
|
};
|
|
@@ -1494,11 +1514,9 @@ export declare class DescribePolarxDbInstancesResponseBody extends $tea.Model {
|
|
|
1494
1514
|
[key: string]: any;
|
|
1495
1515
|
});
|
|
1496
1516
|
}
|
|
1497
|
-
export declare class
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
};
|
|
1501
|
-
body: DescribePolarxDbInstancesResponseBody;
|
|
1517
|
+
export declare class DescribeSecurityIpsRequest extends $tea.Model {
|
|
1518
|
+
DBInstanceName?: string;
|
|
1519
|
+
regionId?: string;
|
|
1502
1520
|
static names(): {
|
|
1503
1521
|
[key: string]: string;
|
|
1504
1522
|
};
|
|
@@ -1509,11 +1527,9 @@ export declare class DescribePolarxDbInstancesResponse extends $tea.Model {
|
|
|
1509
1527
|
[key: string]: any;
|
|
1510
1528
|
});
|
|
1511
1529
|
}
|
|
1512
|
-
export declare class
|
|
1513
|
-
|
|
1514
|
-
errorCode?: number;
|
|
1530
|
+
export declare class DescribeSecurityIpsResponseBody extends $tea.Model {
|
|
1531
|
+
data?: DescribeSecurityIpsResponseBodyData;
|
|
1515
1532
|
message?: string;
|
|
1516
|
-
regions?: DescribeRegionsResponseBodyRegions;
|
|
1517
1533
|
requestId?: string;
|
|
1518
1534
|
success?: boolean;
|
|
1519
1535
|
static names(): {
|
|
@@ -1526,11 +1542,11 @@ export declare class DescribeRegionsResponseBody extends $tea.Model {
|
|
|
1526
1542
|
[key: string]: any;
|
|
1527
1543
|
});
|
|
1528
1544
|
}
|
|
1529
|
-
export declare class
|
|
1545
|
+
export declare class DescribeSecurityIpsResponse extends $tea.Model {
|
|
1530
1546
|
headers: {
|
|
1531
1547
|
[key: string]: string;
|
|
1532
1548
|
};
|
|
1533
|
-
body:
|
|
1549
|
+
body: DescribeSecurityIpsResponseBody;
|
|
1534
1550
|
static names(): {
|
|
1535
1551
|
[key: string]: string;
|
|
1536
1552
|
};
|
|
@@ -1541,12 +1557,13 @@ export declare class DescribeRegionsResponse extends $tea.Model {
|
|
|
1541
1557
|
[key: string]: any;
|
|
1542
1558
|
});
|
|
1543
1559
|
}
|
|
1544
|
-
export declare class
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1560
|
+
export declare class DescribeSlinkTaskInfoRequest extends $tea.Model {
|
|
1561
|
+
failPageNumber?: number;
|
|
1562
|
+
failPageSize?: number;
|
|
1563
|
+
regionId?: string;
|
|
1564
|
+
slinkTaskId?: string;
|
|
1565
|
+
successPageNumber?: number;
|
|
1566
|
+
successPageSize?: number;
|
|
1550
1567
|
static names(): {
|
|
1551
1568
|
[key: string]: string;
|
|
1552
1569
|
};
|
|
@@ -1557,9 +1574,11 @@ export declare class DescribeScaleOutMigrateTaskListRequest extends $tea.Model {
|
|
|
1557
1574
|
[key: string]: any;
|
|
1558
1575
|
});
|
|
1559
1576
|
}
|
|
1560
|
-
export declare class
|
|
1561
|
-
|
|
1562
|
-
|
|
1577
|
+
export declare class DescribeSlinkTaskInfoResponseBody extends $tea.Model {
|
|
1578
|
+
code?: number;
|
|
1579
|
+
data?: DescribeSlinkTaskInfoResponseBodyData;
|
|
1580
|
+
message?: string;
|
|
1581
|
+
success?: string;
|
|
1563
1582
|
static names(): {
|
|
1564
1583
|
[key: string]: string;
|
|
1565
1584
|
};
|
|
@@ -1570,11 +1589,11 @@ export declare class DescribeScaleOutMigrateTaskListResponseBody extends $tea.Mo
|
|
|
1570
1589
|
[key: string]: any;
|
|
1571
1590
|
});
|
|
1572
1591
|
}
|
|
1573
|
-
export declare class
|
|
1592
|
+
export declare class DescribeSlinkTaskInfoResponse extends $tea.Model {
|
|
1574
1593
|
headers: {
|
|
1575
1594
|
[key: string]: string;
|
|
1576
1595
|
};
|
|
1577
|
-
body:
|
|
1596
|
+
body: DescribeSlinkTaskInfoResponseBody;
|
|
1578
1597
|
static names(): {
|
|
1579
1598
|
[key: string]: string;
|
|
1580
1599
|
};
|
|
@@ -1585,9 +1604,10 @@ export declare class DescribeScaleOutMigrateTaskListResponse extends $tea.Model
|
|
|
1585
1604
|
[key: string]: any;
|
|
1586
1605
|
});
|
|
1587
1606
|
}
|
|
1588
|
-
export declare class
|
|
1607
|
+
export declare class DescribeTagsRequest extends $tea.Model {
|
|
1589
1608
|
DBInstanceName?: string;
|
|
1590
1609
|
regionId?: string;
|
|
1610
|
+
tagKey?: string;
|
|
1591
1611
|
static names(): {
|
|
1592
1612
|
[key: string]: string;
|
|
1593
1613
|
};
|
|
@@ -1598,11 +1618,9 @@ export declare class DescribeSecurityIpsRequest extends $tea.Model {
|
|
|
1598
1618
|
[key: string]: any;
|
|
1599
1619
|
});
|
|
1600
1620
|
}
|
|
1601
|
-
export declare class
|
|
1602
|
-
data?: DescribeSecurityIpsResponseBodyData;
|
|
1603
|
-
message?: string;
|
|
1621
|
+
export declare class DescribeTagsResponseBody extends $tea.Model {
|
|
1604
1622
|
requestId?: string;
|
|
1605
|
-
|
|
1623
|
+
tagInfos?: DescribeTagsResponseBodyTagInfos[];
|
|
1606
1624
|
static names(): {
|
|
1607
1625
|
[key: string]: string;
|
|
1608
1626
|
};
|
|
@@ -1613,11 +1631,11 @@ export declare class DescribeSecurityIpsResponseBody extends $tea.Model {
|
|
|
1613
1631
|
[key: string]: any;
|
|
1614
1632
|
});
|
|
1615
1633
|
}
|
|
1616
|
-
export declare class
|
|
1634
|
+
export declare class DescribeTagsResponse extends $tea.Model {
|
|
1617
1635
|
headers: {
|
|
1618
1636
|
[key: string]: string;
|
|
1619
1637
|
};
|
|
1620
|
-
body:
|
|
1638
|
+
body: DescribeTagsResponseBody;
|
|
1621
1639
|
static names(): {
|
|
1622
1640
|
[key: string]: string;
|
|
1623
1641
|
};
|
|
@@ -1721,9 +1739,8 @@ export declare class DescribeUserEncryptionKeyListResponse extends $tea.Model {
|
|
|
1721
1739
|
[key: string]: any;
|
|
1722
1740
|
});
|
|
1723
1741
|
}
|
|
1724
|
-
export declare class
|
|
1742
|
+
export declare class InitDBInstanceResourceGroupIdRequest extends $tea.Model {
|
|
1725
1743
|
DBInstanceName?: string;
|
|
1726
|
-
orderType?: string;
|
|
1727
1744
|
regionId?: string;
|
|
1728
1745
|
static names(): {
|
|
1729
1746
|
[key: string]: string;
|
|
@@ -1735,10 +1752,53 @@ export declare class GetPolarxCommodityRequest extends $tea.Model {
|
|
|
1735
1752
|
[key: string]: any;
|
|
1736
1753
|
});
|
|
1737
1754
|
}
|
|
1738
|
-
export declare class
|
|
1739
|
-
|
|
1740
|
-
|
|
1755
|
+
export declare class InitDBInstanceResourceGroupIdResponseBody extends $tea.Model {
|
|
1756
|
+
requestId?: string;
|
|
1757
|
+
static names(): {
|
|
1758
|
+
[key: string]: string;
|
|
1759
|
+
};
|
|
1760
|
+
static types(): {
|
|
1761
|
+
[key: string]: any;
|
|
1762
|
+
};
|
|
1763
|
+
constructor(map?: {
|
|
1764
|
+
[key: string]: any;
|
|
1765
|
+
});
|
|
1766
|
+
}
|
|
1767
|
+
export declare class InitDBInstanceResourceGroupIdResponse extends $tea.Model {
|
|
1768
|
+
headers: {
|
|
1769
|
+
[key: string]: string;
|
|
1770
|
+
};
|
|
1771
|
+
body: InitDBInstanceResourceGroupIdResponseBody;
|
|
1772
|
+
static names(): {
|
|
1773
|
+
[key: string]: string;
|
|
1774
|
+
};
|
|
1775
|
+
static types(): {
|
|
1776
|
+
[key: string]: any;
|
|
1777
|
+
};
|
|
1778
|
+
constructor(map?: {
|
|
1779
|
+
[key: string]: any;
|
|
1780
|
+
});
|
|
1781
|
+
}
|
|
1782
|
+
export declare class ListTagResourcesRequest extends $tea.Model {
|
|
1783
|
+
nextToken?: string;
|
|
1784
|
+
regionId?: string;
|
|
1785
|
+
resourceId?: string[];
|
|
1786
|
+
resourceType?: string;
|
|
1787
|
+
tag?: ListTagResourcesRequestTag[];
|
|
1788
|
+
static names(): {
|
|
1789
|
+
[key: string]: string;
|
|
1790
|
+
};
|
|
1791
|
+
static types(): {
|
|
1792
|
+
[key: string]: any;
|
|
1793
|
+
};
|
|
1794
|
+
constructor(map?: {
|
|
1795
|
+
[key: string]: any;
|
|
1796
|
+
});
|
|
1797
|
+
}
|
|
1798
|
+
export declare class ListTagResourcesResponseBody extends $tea.Model {
|
|
1799
|
+
nextToken?: string;
|
|
1741
1800
|
requestId?: string;
|
|
1801
|
+
tagResources?: ListTagResourcesResponseBodyTagResources;
|
|
1742
1802
|
static names(): {
|
|
1743
1803
|
[key: string]: string;
|
|
1744
1804
|
};
|
|
@@ -1749,11 +1809,11 @@ export declare class GetPolarxCommodityResponseBody extends $tea.Model {
|
|
|
1749
1809
|
[key: string]: any;
|
|
1750
1810
|
});
|
|
1751
1811
|
}
|
|
1752
|
-
export declare class
|
|
1812
|
+
export declare class ListTagResourcesResponse extends $tea.Model {
|
|
1753
1813
|
headers: {
|
|
1754
1814
|
[key: string]: string;
|
|
1755
1815
|
};
|
|
1756
|
-
body:
|
|
1816
|
+
body: ListTagResourcesResponseBody;
|
|
1757
1817
|
static names(): {
|
|
1758
1818
|
[key: string]: string;
|
|
1759
1819
|
};
|
|
@@ -1980,6 +2040,52 @@ export declare class ModifyDBInstanceConfigResponse extends $tea.Model {
|
|
|
1980
2040
|
[key: string]: any;
|
|
1981
2041
|
});
|
|
1982
2042
|
}
|
|
2043
|
+
export declare class ModifyDBInstanceConnectionStringRequest extends $tea.Model {
|
|
2044
|
+
connectionString?: string;
|
|
2045
|
+
DBInstanceName?: string;
|
|
2046
|
+
newPort?: string;
|
|
2047
|
+
newPrefix?: string;
|
|
2048
|
+
regionId?: string;
|
|
2049
|
+
static names(): {
|
|
2050
|
+
[key: string]: string;
|
|
2051
|
+
};
|
|
2052
|
+
static types(): {
|
|
2053
|
+
[key: string]: any;
|
|
2054
|
+
};
|
|
2055
|
+
constructor(map?: {
|
|
2056
|
+
[key: string]: any;
|
|
2057
|
+
});
|
|
2058
|
+
}
|
|
2059
|
+
export declare class ModifyDBInstanceConnectionStringResponseBody extends $tea.Model {
|
|
2060
|
+
code?: number;
|
|
2061
|
+
data?: ModifyDBInstanceConnectionStringResponseBodyData;
|
|
2062
|
+
message?: string;
|
|
2063
|
+
requestId?: string;
|
|
2064
|
+
static names(): {
|
|
2065
|
+
[key: string]: string;
|
|
2066
|
+
};
|
|
2067
|
+
static types(): {
|
|
2068
|
+
[key: string]: any;
|
|
2069
|
+
};
|
|
2070
|
+
constructor(map?: {
|
|
2071
|
+
[key: string]: any;
|
|
2072
|
+
});
|
|
2073
|
+
}
|
|
2074
|
+
export declare class ModifyDBInstanceConnectionStringResponse extends $tea.Model {
|
|
2075
|
+
headers: {
|
|
2076
|
+
[key: string]: string;
|
|
2077
|
+
};
|
|
2078
|
+
body: ModifyDBInstanceConnectionStringResponseBody;
|
|
2079
|
+
static names(): {
|
|
2080
|
+
[key: string]: string;
|
|
2081
|
+
};
|
|
2082
|
+
static types(): {
|
|
2083
|
+
[key: string]: any;
|
|
2084
|
+
};
|
|
2085
|
+
constructor(map?: {
|
|
2086
|
+
[key: string]: any;
|
|
2087
|
+
});
|
|
2088
|
+
}
|
|
1983
2089
|
export declare class ModifyDBInstanceDescriptionRequest extends $tea.Model {
|
|
1984
2090
|
DBInstanceDescription?: string;
|
|
1985
2091
|
DBInstanceName?: string;
|
|
@@ -2238,6 +2344,91 @@ export declare class RestartDBInstanceResponse extends $tea.Model {
|
|
|
2238
2344
|
[key: string]: any;
|
|
2239
2345
|
});
|
|
2240
2346
|
}
|
|
2347
|
+
export declare class TagResourcesRequest extends $tea.Model {
|
|
2348
|
+
regionId?: string;
|
|
2349
|
+
resourceId?: string[];
|
|
2350
|
+
resourceType?: string;
|
|
2351
|
+
tag?: TagResourcesRequestTag[];
|
|
2352
|
+
static names(): {
|
|
2353
|
+
[key: string]: string;
|
|
2354
|
+
};
|
|
2355
|
+
static types(): {
|
|
2356
|
+
[key: string]: any;
|
|
2357
|
+
};
|
|
2358
|
+
constructor(map?: {
|
|
2359
|
+
[key: string]: any;
|
|
2360
|
+
});
|
|
2361
|
+
}
|
|
2362
|
+
export declare class TagResourcesResponseBody extends $tea.Model {
|
|
2363
|
+
requestId?: string;
|
|
2364
|
+
static names(): {
|
|
2365
|
+
[key: string]: string;
|
|
2366
|
+
};
|
|
2367
|
+
static types(): {
|
|
2368
|
+
[key: string]: any;
|
|
2369
|
+
};
|
|
2370
|
+
constructor(map?: {
|
|
2371
|
+
[key: string]: any;
|
|
2372
|
+
});
|
|
2373
|
+
}
|
|
2374
|
+
export declare class TagResourcesResponse extends $tea.Model {
|
|
2375
|
+
headers: {
|
|
2376
|
+
[key: string]: string;
|
|
2377
|
+
};
|
|
2378
|
+
body: TagResourcesResponseBody;
|
|
2379
|
+
static names(): {
|
|
2380
|
+
[key: string]: string;
|
|
2381
|
+
};
|
|
2382
|
+
static types(): {
|
|
2383
|
+
[key: string]: any;
|
|
2384
|
+
};
|
|
2385
|
+
constructor(map?: {
|
|
2386
|
+
[key: string]: any;
|
|
2387
|
+
});
|
|
2388
|
+
}
|
|
2389
|
+
export declare class UntagResourcesRequest extends $tea.Model {
|
|
2390
|
+
all?: boolean;
|
|
2391
|
+
regionId?: string;
|
|
2392
|
+
resourceId?: string[];
|
|
2393
|
+
resourceType?: string;
|
|
2394
|
+
tagKey?: string[];
|
|
2395
|
+
static names(): {
|
|
2396
|
+
[key: string]: string;
|
|
2397
|
+
};
|
|
2398
|
+
static types(): {
|
|
2399
|
+
[key: string]: any;
|
|
2400
|
+
};
|
|
2401
|
+
constructor(map?: {
|
|
2402
|
+
[key: string]: any;
|
|
2403
|
+
});
|
|
2404
|
+
}
|
|
2405
|
+
export declare class UntagResourcesResponseBody extends $tea.Model {
|
|
2406
|
+
requestId?: string;
|
|
2407
|
+
static names(): {
|
|
2408
|
+
[key: string]: string;
|
|
2409
|
+
};
|
|
2410
|
+
static types(): {
|
|
2411
|
+
[key: string]: any;
|
|
2412
|
+
};
|
|
2413
|
+
constructor(map?: {
|
|
2414
|
+
[key: string]: any;
|
|
2415
|
+
});
|
|
2416
|
+
}
|
|
2417
|
+
export declare class UntagResourcesResponse extends $tea.Model {
|
|
2418
|
+
headers: {
|
|
2419
|
+
[key: string]: string;
|
|
2420
|
+
};
|
|
2421
|
+
body: UntagResourcesResponseBody;
|
|
2422
|
+
static names(): {
|
|
2423
|
+
[key: string]: string;
|
|
2424
|
+
};
|
|
2425
|
+
static types(): {
|
|
2426
|
+
[key: string]: any;
|
|
2427
|
+
};
|
|
2428
|
+
constructor(map?: {
|
|
2429
|
+
[key: string]: any;
|
|
2430
|
+
});
|
|
2431
|
+
}
|
|
2241
2432
|
export declare class UpdateBackupPolicyRequest extends $tea.Model {
|
|
2242
2433
|
backupPeriod?: string;
|
|
2243
2434
|
backupPlanBegin?: string;
|
|
@@ -2424,6 +2615,7 @@ export declare class UpdatePolarDBXInstanceNodeResponse extends $tea.Model {
|
|
|
2424
2615
|
export declare class UpgradeDBInstanceKernelVersionRequest extends $tea.Model {
|
|
2425
2616
|
DBInstanceName?: string;
|
|
2426
2617
|
regionId?: string;
|
|
2618
|
+
switchMode?: string;
|
|
2427
2619
|
static names(): {
|
|
2428
2620
|
[key: string]: string;
|
|
2429
2621
|
};
|
|
@@ -2489,19 +2681,6 @@ export declare class CreateBackupResponseBodyData extends $tea.Model {
|
|
|
2489
2681
|
[key: string]: any;
|
|
2490
2682
|
});
|
|
2491
2683
|
}
|
|
2492
|
-
export declare class CreatePolarxOrderResponseBodyOrderResultList extends $tea.Model {
|
|
2493
|
-
DBInstanceName?: string;
|
|
2494
|
-
orderId?: number;
|
|
2495
|
-
static names(): {
|
|
2496
|
-
[key: string]: string;
|
|
2497
|
-
};
|
|
2498
|
-
static types(): {
|
|
2499
|
-
[key: string]: any;
|
|
2500
|
-
};
|
|
2501
|
-
constructor(map?: {
|
|
2502
|
-
[key: string]: any;
|
|
2503
|
-
});
|
|
2504
|
-
}
|
|
2505
2684
|
export declare class DescribeAccountListResponseBodyData extends $tea.Model {
|
|
2506
2685
|
accountDescription?: string;
|
|
2507
2686
|
accountName?: string;
|
|
@@ -2538,6 +2717,44 @@ export declare class DescribeActiveOperationMaintainConfResponseBodyConfig exten
|
|
|
2538
2717
|
[key: string]: any;
|
|
2539
2718
|
});
|
|
2540
2719
|
}
|
|
2720
|
+
export declare class DescribeActiveOperationTasksResponseBodyItems extends $tea.Model {
|
|
2721
|
+
allowCancel?: string;
|
|
2722
|
+
allowChange?: string;
|
|
2723
|
+
changeLevel?: string;
|
|
2724
|
+
changeLevelEn?: string;
|
|
2725
|
+
changeLevelZh?: string;
|
|
2726
|
+
createdTime?: string;
|
|
2727
|
+
currentAVZ?: string;
|
|
2728
|
+
dbType?: string;
|
|
2729
|
+
dbVersion?: string;
|
|
2730
|
+
deadline?: string;
|
|
2731
|
+
id?: number;
|
|
2732
|
+
impact?: string;
|
|
2733
|
+
impactEn?: string;
|
|
2734
|
+
impactZh?: string;
|
|
2735
|
+
insComment?: string;
|
|
2736
|
+
insName?: string;
|
|
2737
|
+
modifiedTime?: string;
|
|
2738
|
+
prepareInterval?: string;
|
|
2739
|
+
region?: string;
|
|
2740
|
+
resultInfo?: string;
|
|
2741
|
+
startTime?: string;
|
|
2742
|
+
status?: number;
|
|
2743
|
+
subInsNames?: string[];
|
|
2744
|
+
switchTime?: string;
|
|
2745
|
+
taskType?: string;
|
|
2746
|
+
taskTypeEn?: string;
|
|
2747
|
+
taskTypeZh?: string;
|
|
2748
|
+
static names(): {
|
|
2749
|
+
[key: string]: string;
|
|
2750
|
+
};
|
|
2751
|
+
static types(): {
|
|
2752
|
+
[key: string]: any;
|
|
2753
|
+
};
|
|
2754
|
+
constructor(map?: {
|
|
2755
|
+
[key: string]: any;
|
|
2756
|
+
});
|
|
2757
|
+
}
|
|
2541
2758
|
export declare class DescribeBackupPolicyResponseBodyData extends $tea.Model {
|
|
2542
2759
|
backupPeriod?: string;
|
|
2543
2760
|
backupPlanBegin?: string;
|
|
@@ -2646,6 +2863,19 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstanceDBNodes ex
|
|
|
2646
2863
|
[key: string]: any;
|
|
2647
2864
|
});
|
|
2648
2865
|
}
|
|
2866
|
+
export declare class DescribeDBInstanceAttributeResponseBodyDBInstanceTagSet extends $tea.Model {
|
|
2867
|
+
key?: string;
|
|
2868
|
+
value?: string;
|
|
2869
|
+
static names(): {
|
|
2870
|
+
[key: string]: string;
|
|
2871
|
+
};
|
|
2872
|
+
static types(): {
|
|
2873
|
+
[key: string]: any;
|
|
2874
|
+
};
|
|
2875
|
+
constructor(map?: {
|
|
2876
|
+
[key: string]: any;
|
|
2877
|
+
});
|
|
2878
|
+
}
|
|
2649
2879
|
export declare class DescribeDBInstanceAttributeResponseBodyDBInstance extends $tea.Model {
|
|
2650
2880
|
commodityCode?: string;
|
|
2651
2881
|
connAddrs?: DescribeDBInstanceAttributeResponseBodyDBInstanceConnAddrs[];
|
|
@@ -2673,10 +2903,12 @@ export declare class DescribeDBInstanceAttributeResponseBodyDBInstance extends $
|
|
|
2673
2903
|
port?: string;
|
|
2674
2904
|
readDBInstances?: string[];
|
|
2675
2905
|
regionId?: string;
|
|
2906
|
+
resourceGroupId?: string;
|
|
2676
2907
|
rightsSeparationEnabled?: boolean;
|
|
2677
2908
|
rightsSeparationStatus?: string;
|
|
2678
2909
|
status?: string;
|
|
2679
2910
|
storageUsed?: number;
|
|
2911
|
+
tagSet?: DescribeDBInstanceAttributeResponseBodyDBInstanceTagSet[];
|
|
2680
2912
|
type?: string;
|
|
2681
2913
|
VPCId?: string;
|
|
2682
2914
|
vSwitchId?: string;
|
|
@@ -2731,6 +2963,19 @@ export declare class DescribeDBInstanceTDEResponseBodyData extends $tea.Model {
|
|
|
2731
2963
|
[key: string]: any;
|
|
2732
2964
|
});
|
|
2733
2965
|
}
|
|
2966
|
+
export declare class DescribeDBInstanceTopologyResponseBodyDataLogicInstanceTopologyItemsAzoneRoleList extends $tea.Model {
|
|
2967
|
+
azone?: string;
|
|
2968
|
+
role?: string;
|
|
2969
|
+
static names(): {
|
|
2970
|
+
[key: string]: string;
|
|
2971
|
+
};
|
|
2972
|
+
static types(): {
|
|
2973
|
+
[key: string]: any;
|
|
2974
|
+
};
|
|
2975
|
+
constructor(map?: {
|
|
2976
|
+
[key: string]: any;
|
|
2977
|
+
});
|
|
2978
|
+
}
|
|
2734
2979
|
export declare class DescribeDBInstanceTopologyResponseBodyDataLogicInstanceTopologyItemsConnectionIp extends $tea.Model {
|
|
2735
2980
|
connectionString?: string;
|
|
2736
2981
|
DBInstanceNetType?: number;
|
|
@@ -2746,6 +2991,9 @@ export declare class DescribeDBInstanceTopologyResponseBodyDataLogicInstanceTopo
|
|
|
2746
2991
|
});
|
|
2747
2992
|
}
|
|
2748
2993
|
export declare class DescribeDBInstanceTopologyResponseBodyDataLogicInstanceTopologyItems extends $tea.Model {
|
|
2994
|
+
activated?: boolean;
|
|
2995
|
+
azone?: string;
|
|
2996
|
+
azoneRoleList?: DescribeDBInstanceTopologyResponseBodyDataLogicInstanceTopologyItemsAzoneRoleList[];
|
|
2749
2997
|
characterType?: string;
|
|
2750
2998
|
connectionIp?: DescribeDBInstanceTopologyResponseBodyDataLogicInstanceTopologyItemsConnectionIp[];
|
|
2751
2999
|
DBInstanceConnType?: number;
|
|
@@ -2764,6 +3012,8 @@ export declare class DescribeDBInstanceTopologyResponseBodyDataLogicInstanceTopo
|
|
|
2764
3012
|
maintainStartTime?: string;
|
|
2765
3013
|
maxConnections?: number;
|
|
2766
3014
|
maxIops?: number;
|
|
3015
|
+
region?: string;
|
|
3016
|
+
role?: string;
|
|
2767
3017
|
static names(): {
|
|
2768
3018
|
[key: string]: string;
|
|
2769
3019
|
};
|
|
@@ -2827,9 +3077,23 @@ export declare class DescribeDBInstancesResponseBodyDBInstancesNodes extends $te
|
|
|
2827
3077
|
[key: string]: any;
|
|
2828
3078
|
});
|
|
2829
3079
|
}
|
|
3080
|
+
export declare class DescribeDBInstancesResponseBodyDBInstancesTagSet extends $tea.Model {
|
|
3081
|
+
key?: string;
|
|
3082
|
+
value?: string;
|
|
3083
|
+
static names(): {
|
|
3084
|
+
[key: string]: string;
|
|
3085
|
+
};
|
|
3086
|
+
static types(): {
|
|
3087
|
+
[key: string]: any;
|
|
3088
|
+
};
|
|
3089
|
+
constructor(map?: {
|
|
3090
|
+
[key: string]: any;
|
|
3091
|
+
});
|
|
3092
|
+
}
|
|
2830
3093
|
export declare class DescribeDBInstancesResponseBodyDBInstances extends $tea.Model {
|
|
2831
3094
|
commodityCode?: string;
|
|
2832
3095
|
createTime?: string;
|
|
3096
|
+
DBInstanceName?: string;
|
|
2833
3097
|
DBType?: string;
|
|
2834
3098
|
DBVersion?: string;
|
|
2835
3099
|
description?: string;
|
|
@@ -2847,8 +3111,10 @@ export declare class DescribeDBInstancesResponseBodyDBInstances extends $tea.Mod
|
|
|
2847
3111
|
payType?: string;
|
|
2848
3112
|
readDBInstances?: string[];
|
|
2849
3113
|
regionId?: string;
|
|
3114
|
+
resourceGroupId?: string;
|
|
2850
3115
|
status?: string;
|
|
2851
3116
|
storageUsed?: number;
|
|
3117
|
+
tagSet?: DescribeDBInstancesResponseBodyDBInstancesTagSet[];
|
|
2852
3118
|
type?: string;
|
|
2853
3119
|
VPCId?: string;
|
|
2854
3120
|
zoneId?: string;
|
|
@@ -3067,10 +3333,9 @@ export declare class DescribeParametersResponseBodyData extends $tea.Model {
|
|
|
3067
3333
|
[key: string]: any;
|
|
3068
3334
|
});
|
|
3069
3335
|
}
|
|
3070
|
-
export declare class
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
DBInstanceName?: string;
|
|
3336
|
+
export declare class DescribeRegionsResponseBodyRegionsRegionZonesZone extends $tea.Model {
|
|
3337
|
+
vpcEnabled?: boolean;
|
|
3338
|
+
zoneId?: string;
|
|
3074
3339
|
static names(): {
|
|
3075
3340
|
[key: string]: string;
|
|
3076
3341
|
};
|
|
@@ -3081,26 +3346,23 @@ export declare class DescribePolarxDataNodesResponseBodyDBInstanceDataNodes exte
|
|
|
3081
3346
|
[key: string]: any;
|
|
3082
3347
|
});
|
|
3083
3348
|
}
|
|
3084
|
-
export declare class
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3349
|
+
export declare class DescribeRegionsResponseBodyRegionsRegionZones extends $tea.Model {
|
|
3350
|
+
zone?: DescribeRegionsResponseBodyRegionsRegionZonesZone[];
|
|
3351
|
+
static names(): {
|
|
3352
|
+
[key: string]: string;
|
|
3353
|
+
};
|
|
3354
|
+
static types(): {
|
|
3355
|
+
[key: string]: any;
|
|
3356
|
+
};
|
|
3357
|
+
constructor(map?: {
|
|
3358
|
+
[key: string]: any;
|
|
3359
|
+
});
|
|
3360
|
+
}
|
|
3361
|
+
export declare class DescribeRegionsResponseBodyRegionsRegion extends $tea.Model {
|
|
3097
3362
|
regionId?: string;
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
VPCId?: string;
|
|
3102
|
-
zoneId?: string;
|
|
3103
|
-
lockReason?: string;
|
|
3363
|
+
supportPolarx10?: boolean;
|
|
3364
|
+
supportPolarx20?: boolean;
|
|
3365
|
+
zones?: DescribeRegionsResponseBodyRegionsRegionZones;
|
|
3104
3366
|
static names(): {
|
|
3105
3367
|
[key: string]: string;
|
|
3106
3368
|
};
|
|
@@ -3111,8 +3373,8 @@ export declare class DescribePolarxDbInstancesResponseBodyDbInstancesDbInstance
|
|
|
3111
3373
|
[key: string]: any;
|
|
3112
3374
|
});
|
|
3113
3375
|
}
|
|
3114
|
-
export declare class
|
|
3115
|
-
|
|
3376
|
+
export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
3377
|
+
region?: DescribeRegionsResponseBodyRegionsRegion[];
|
|
3116
3378
|
static names(): {
|
|
3117
3379
|
[key: string]: string;
|
|
3118
3380
|
};
|
|
@@ -3123,9 +3385,9 @@ export declare class DescribePolarxDbInstancesResponseBodyDbInstances extends $t
|
|
|
3123
3385
|
[key: string]: any;
|
|
3124
3386
|
});
|
|
3125
3387
|
}
|
|
3126
|
-
export declare class
|
|
3127
|
-
|
|
3128
|
-
|
|
3388
|
+
export declare class DescribeSecurityIpsResponseBodyDataGroupItems extends $tea.Model {
|
|
3389
|
+
groupName?: string;
|
|
3390
|
+
securityIPList?: string;
|
|
3129
3391
|
static names(): {
|
|
3130
3392
|
[key: string]: string;
|
|
3131
3393
|
};
|
|
@@ -3136,8 +3398,9 @@ export declare class DescribeRegionsResponseBodyRegionsRegionZonesZone extends $
|
|
|
3136
3398
|
[key: string]: any;
|
|
3137
3399
|
});
|
|
3138
3400
|
}
|
|
3139
|
-
export declare class
|
|
3140
|
-
|
|
3401
|
+
export declare class DescribeSecurityIpsResponseBodyData extends $tea.Model {
|
|
3402
|
+
DBInstanceName?: string;
|
|
3403
|
+
groupItems?: DescribeSecurityIpsResponseBodyDataGroupItems[];
|
|
3141
3404
|
static names(): {
|
|
3142
3405
|
[key: string]: string;
|
|
3143
3406
|
};
|
|
@@ -3148,11 +3411,15 @@ export declare class DescribeRegionsResponseBodyRegionsRegionZones extends $tea.
|
|
|
3148
3411
|
[key: string]: any;
|
|
3149
3412
|
});
|
|
3150
3413
|
}
|
|
3151
|
-
export declare class
|
|
3152
|
-
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
3414
|
+
export declare class DescribeSlinkTaskInfoResponseBodyDataDataImportTaskDetailInfoServiceDetailListTaskDetailList extends $tea.Model {
|
|
3415
|
+
delay?: number;
|
|
3416
|
+
lastError?: string;
|
|
3417
|
+
physicalDbName?: string;
|
|
3418
|
+
progress?: number;
|
|
3419
|
+
statistics?: string;
|
|
3420
|
+
status?: string;
|
|
3421
|
+
taskId?: number;
|
|
3422
|
+
type?: string;
|
|
3156
3423
|
static names(): {
|
|
3157
3424
|
[key: string]: string;
|
|
3158
3425
|
};
|
|
@@ -3163,8 +3430,11 @@ export declare class DescribeRegionsResponseBodyRegionsRegion extends $tea.Model
|
|
|
3163
3430
|
[key: string]: any;
|
|
3164
3431
|
});
|
|
3165
3432
|
}
|
|
3166
|
-
export declare class
|
|
3167
|
-
|
|
3433
|
+
export declare class DescribeSlinkTaskInfoResponseBodyDataDataImportTaskDetailInfoServiceDetailList extends $tea.Model {
|
|
3434
|
+
id?: number;
|
|
3435
|
+
status?: string;
|
|
3436
|
+
taskDetailList?: DescribeSlinkTaskInfoResponseBodyDataDataImportTaskDetailInfoServiceDetailListTaskDetailList[];
|
|
3437
|
+
type?: string;
|
|
3168
3438
|
static names(): {
|
|
3169
3439
|
[key: string]: string;
|
|
3170
3440
|
};
|
|
@@ -3175,9 +3445,11 @@ export declare class DescribeRegionsResponseBodyRegions extends $tea.Model {
|
|
|
3175
3445
|
[key: string]: any;
|
|
3176
3446
|
});
|
|
3177
3447
|
}
|
|
3178
|
-
export declare class
|
|
3179
|
-
|
|
3180
|
-
|
|
3448
|
+
export declare class DescribeSlinkTaskInfoResponseBodyDataDataImportTaskDetailInfo extends $tea.Model {
|
|
3449
|
+
fsmId?: number;
|
|
3450
|
+
fsmState?: string;
|
|
3451
|
+
fsmStatus?: string;
|
|
3452
|
+
serviceDetailList?: DescribeSlinkTaskInfoResponseBodyDataDataImportTaskDetailInfoServiceDetailList[];
|
|
3181
3453
|
static names(): {
|
|
3182
3454
|
[key: string]: string;
|
|
3183
3455
|
};
|
|
@@ -3188,9 +3460,22 @@ export declare class DescribeSecurityIpsResponseBodyDataGroupItems extends $tea.
|
|
|
3188
3460
|
[key: string]: any;
|
|
3189
3461
|
});
|
|
3190
3462
|
}
|
|
3191
|
-
export declare class
|
|
3192
|
-
|
|
3193
|
-
|
|
3463
|
+
export declare class DescribeSlinkTaskInfoResponseBodyData extends $tea.Model {
|
|
3464
|
+
dataImportTaskDetailInfo?: DescribeSlinkTaskInfoResponseBodyDataDataImportTaskDetailInfo;
|
|
3465
|
+
static names(): {
|
|
3466
|
+
[key: string]: string;
|
|
3467
|
+
};
|
|
3468
|
+
static types(): {
|
|
3469
|
+
[key: string]: any;
|
|
3470
|
+
};
|
|
3471
|
+
constructor(map?: {
|
|
3472
|
+
[key: string]: any;
|
|
3473
|
+
});
|
|
3474
|
+
}
|
|
3475
|
+
export declare class DescribeTagsResponseBodyTagInfos extends $tea.Model {
|
|
3476
|
+
DBInstanceIds?: string[];
|
|
3477
|
+
tagKey?: string;
|
|
3478
|
+
tagValue?: string;
|
|
3194
3479
|
static names(): {
|
|
3195
3480
|
[key: string]: string;
|
|
3196
3481
|
};
|
|
@@ -3235,10 +3520,9 @@ export declare class DescribeUserEncryptionKeyListResponseBodyData extends $tea.
|
|
|
3235
3520
|
[key: string]: any;
|
|
3236
3521
|
});
|
|
3237
3522
|
}
|
|
3238
|
-
export declare class
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
values?: string[];
|
|
3523
|
+
export declare class ListTagResourcesRequestTag extends $tea.Model {
|
|
3524
|
+
key?: string;
|
|
3525
|
+
value?: string;
|
|
3242
3526
|
static names(): {
|
|
3243
3527
|
[key: string]: string;
|
|
3244
3528
|
};
|
|
@@ -3249,12 +3533,11 @@ export declare class GetPolarxCommodityResponseBodyComponentList extends $tea.Mo
|
|
|
3249
3533
|
[key: string]: any;
|
|
3250
3534
|
});
|
|
3251
3535
|
}
|
|
3252
|
-
export declare class
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
vSwitchId?: string;
|
|
3536
|
+
export declare class ListTagResourcesResponseBodyTagResourcesTagResource extends $tea.Model {
|
|
3537
|
+
resourceId?: string;
|
|
3538
|
+
resourceType?: string;
|
|
3539
|
+
tagKey?: string;
|
|
3540
|
+
tagValue?: string;
|
|
3258
3541
|
static names(): {
|
|
3259
3542
|
[key: string]: string;
|
|
3260
3543
|
};
|
|
@@ -3265,11 +3548,8 @@ export declare class GetPolarxCommodityResponseBodyDBInstanceConnAddrs extends $
|
|
|
3265
3548
|
[key: string]: any;
|
|
3266
3549
|
});
|
|
3267
3550
|
}
|
|
3268
|
-
export declare class
|
|
3269
|
-
|
|
3270
|
-
nodeClass?: string;
|
|
3271
|
-
regionId?: string;
|
|
3272
|
-
zoneId?: string;
|
|
3551
|
+
export declare class ListTagResourcesResponseBodyTagResources extends $tea.Model {
|
|
3552
|
+
tagResource?: ListTagResourcesResponseBodyTagResourcesTagResource[];
|
|
3273
3553
|
static names(): {
|
|
3274
3554
|
[key: string]: string;
|
|
3275
3555
|
};
|
|
@@ -3280,38 +3560,24 @@ export declare class GetPolarxCommodityResponseBodyDBInstanceDBNodes extends $te
|
|
|
3280
3560
|
[key: string]: any;
|
|
3281
3561
|
});
|
|
3282
3562
|
}
|
|
3283
|
-
export declare class
|
|
3284
|
-
commodityCode?: string;
|
|
3285
|
-
connAddrs?: GetPolarxCommodityResponseBodyDBInstanceConnAddrs[];
|
|
3563
|
+
export declare class ModifyDBInstanceConnectionStringResponseBodyData extends $tea.Model {
|
|
3286
3564
|
connectionString?: string;
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
DBNodeClass?: string;
|
|
3290
|
-
DBNodeCount?: number;
|
|
3291
|
-
DBNodes?: GetPolarxCommodityResponseBodyDBInstanceDBNodes[];
|
|
3292
|
-
DBType?: string;
|
|
3293
|
-
DBVersion?: string;
|
|
3294
|
-
description?: string;
|
|
3295
|
-
engine?: string;
|
|
3296
|
-
expireDate?: string;
|
|
3297
|
-
expired?: string;
|
|
3298
|
-
id?: string;
|
|
3299
|
-
latestMinorVersion?: string;
|
|
3300
|
-
lockMode?: string;
|
|
3301
|
-
maintainEndTime?: string;
|
|
3302
|
-
maintainStartTime?: string;
|
|
3303
|
-
minorVersion?: string;
|
|
3304
|
-
network?: string;
|
|
3305
|
-
payType?: string;
|
|
3565
|
+
DBInstanceName?: string;
|
|
3566
|
+
DBInstanceNetType?: string;
|
|
3306
3567
|
port?: string;
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
3314
|
-
|
|
3568
|
+
static names(): {
|
|
3569
|
+
[key: string]: string;
|
|
3570
|
+
};
|
|
3571
|
+
static types(): {
|
|
3572
|
+
[key: string]: any;
|
|
3573
|
+
};
|
|
3574
|
+
constructor(map?: {
|
|
3575
|
+
[key: string]: any;
|
|
3576
|
+
});
|
|
3577
|
+
}
|
|
3578
|
+
export declare class TagResourcesRequestTag extends $tea.Model {
|
|
3579
|
+
key?: string;
|
|
3580
|
+
value?: string;
|
|
3315
3581
|
static names(): {
|
|
3316
3582
|
[key: string]: string;
|
|
3317
3583
|
};
|
|
@@ -3377,8 +3643,8 @@ export default class Client extends OpenApi {
|
|
|
3377
3643
|
allocateInstancePublicConnection(request: AllocateInstancePublicConnectionRequest): Promise<AllocateInstancePublicConnectionResponse>;
|
|
3378
3644
|
cancelActiveOperationTasksWithOptions(request: CancelActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<CancelActiveOperationTasksResponse>;
|
|
3379
3645
|
cancelActiveOperationTasks(request: CancelActiveOperationTasksRequest): Promise<CancelActiveOperationTasksResponse>;
|
|
3380
|
-
|
|
3381
|
-
|
|
3646
|
+
changeResourceGroupWithOptions(request: ChangeResourceGroupRequest, runtime: $Util.RuntimeOptions): Promise<ChangeResourceGroupResponse>;
|
|
3647
|
+
changeResourceGroup(request: ChangeResourceGroupRequest): Promise<ChangeResourceGroupResponse>;
|
|
3382
3648
|
checkCloudResourceAuthorizedWithOptions(request: CheckCloudResourceAuthorizedRequest, runtime: $Util.RuntimeOptions): Promise<CheckCloudResourceAuthorizedResponse>;
|
|
3383
3649
|
checkCloudResourceAuthorized(request: CheckCloudResourceAuthorizedRequest): Promise<CheckCloudResourceAuthorizedResponse>;
|
|
3384
3650
|
createAccountWithOptions(request: CreateAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateAccountResponse>;
|
|
@@ -3389,8 +3655,6 @@ export default class Client extends OpenApi {
|
|
|
3389
3655
|
createDB(request: CreateDBRequest): Promise<CreateDBResponse>;
|
|
3390
3656
|
createDBInstanceWithOptions(request: CreateDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<CreateDBInstanceResponse>;
|
|
3391
3657
|
createDBInstance(request: CreateDBInstanceRequest): Promise<CreateDBInstanceResponse>;
|
|
3392
|
-
createPolarxOrderWithOptions(request: CreatePolarxOrderRequest, runtime: $Util.RuntimeOptions): Promise<CreatePolarxOrderResponse>;
|
|
3393
|
-
createPolarxOrder(request: CreatePolarxOrderRequest): Promise<CreatePolarxOrderResponse>;
|
|
3394
3658
|
createSuperAccountWithOptions(request: CreateSuperAccountRequest, runtime: $Util.RuntimeOptions): Promise<CreateSuperAccountResponse>;
|
|
3395
3659
|
createSuperAccount(request: CreateSuperAccountRequest): Promise<CreateSuperAccountResponse>;
|
|
3396
3660
|
deleteAccountWithOptions(request: DeleteAccountRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAccountResponse>;
|
|
@@ -3405,6 +3669,8 @@ export default class Client extends OpenApi {
|
|
|
3405
3669
|
describeActiveOperationMaintainConf(request: DescribeActiveOperationMaintainConfRequest): Promise<DescribeActiveOperationMaintainConfResponse>;
|
|
3406
3670
|
describeActiveOperationTaskCountWithOptions(request: DescribeActiveOperationTaskCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTaskCountResponse>;
|
|
3407
3671
|
describeActiveOperationTaskCount(request: DescribeActiveOperationTaskCountRequest): Promise<DescribeActiveOperationTaskCountResponse>;
|
|
3672
|
+
describeActiveOperationTasksWithOptions(request: DescribeActiveOperationTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeActiveOperationTasksResponse>;
|
|
3673
|
+
describeActiveOperationTasks(request: DescribeActiveOperationTasksRequest): Promise<DescribeActiveOperationTasksResponse>;
|
|
3408
3674
|
describeBackupPolicyWithOptions(request: DescribeBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupPolicyResponse>;
|
|
3409
3675
|
describeBackupPolicy(request: DescribeBackupPolicyRequest): Promise<DescribeBackupPolicyResponse>;
|
|
3410
3676
|
describeBackupSetListWithOptions(request: DescribeBackupSetListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBackupSetListResponse>;
|
|
@@ -3437,22 +3703,24 @@ export default class Client extends OpenApi {
|
|
|
3437
3703
|
describeParameterTemplates(request: DescribeParameterTemplatesRequest): Promise<DescribeParameterTemplatesResponse>;
|
|
3438
3704
|
describeParametersWithOptions(request: DescribeParametersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeParametersResponse>;
|
|
3439
3705
|
describeParameters(request: DescribeParametersRequest): Promise<DescribeParametersResponse>;
|
|
3440
|
-
describePolarxDataNodesWithOptions(request: DescribePolarxDataNodesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePolarxDataNodesResponse>;
|
|
3441
|
-
describePolarxDataNodes(request: DescribePolarxDataNodesRequest): Promise<DescribePolarxDataNodesResponse>;
|
|
3442
|
-
describePolarxDbInstancesWithOptions(request: DescribePolarxDbInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribePolarxDbInstancesResponse>;
|
|
3443
|
-
describePolarxDbInstances(request: DescribePolarxDbInstancesRequest): Promise<DescribePolarxDbInstancesResponse>;
|
|
3444
3706
|
describeRegionsWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeRegionsResponse>;
|
|
3445
3707
|
describeRegions(): Promise<DescribeRegionsResponse>;
|
|
3446
3708
|
describeScaleOutMigrateTaskListWithOptions(request: DescribeScaleOutMigrateTaskListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeScaleOutMigrateTaskListResponse>;
|
|
3447
3709
|
describeScaleOutMigrateTaskList(request: DescribeScaleOutMigrateTaskListRequest): Promise<DescribeScaleOutMigrateTaskListResponse>;
|
|
3448
3710
|
describeSecurityIpsWithOptions(request: DescribeSecurityIpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSecurityIpsResponse>;
|
|
3449
3711
|
describeSecurityIps(request: DescribeSecurityIpsRequest): Promise<DescribeSecurityIpsResponse>;
|
|
3712
|
+
describeSlinkTaskInfoWithOptions(request: DescribeSlinkTaskInfoRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSlinkTaskInfoResponse>;
|
|
3713
|
+
describeSlinkTaskInfo(request: DescribeSlinkTaskInfoRequest): Promise<DescribeSlinkTaskInfoResponse>;
|
|
3714
|
+
describeTagsWithOptions(request: DescribeTagsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagsResponse>;
|
|
3715
|
+
describeTags(request: DescribeTagsRequest): Promise<DescribeTagsResponse>;
|
|
3450
3716
|
describeTasksWithOptions(request: DescribeTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTasksResponse>;
|
|
3451
3717
|
describeTasks(request: DescribeTasksRequest): Promise<DescribeTasksResponse>;
|
|
3452
3718
|
describeUserEncryptionKeyListWithOptions(request: DescribeUserEncryptionKeyListRequest, runtime: $Util.RuntimeOptions): Promise<DescribeUserEncryptionKeyListResponse>;
|
|
3453
3719
|
describeUserEncryptionKeyList(request: DescribeUserEncryptionKeyListRequest): Promise<DescribeUserEncryptionKeyListResponse>;
|
|
3454
|
-
|
|
3455
|
-
|
|
3720
|
+
initDBInstanceResourceGroupIdWithOptions(request: InitDBInstanceResourceGroupIdRequest, runtime: $Util.RuntimeOptions): Promise<InitDBInstanceResourceGroupIdResponse>;
|
|
3721
|
+
initDBInstanceResourceGroupId(request: InitDBInstanceResourceGroupIdRequest): Promise<InitDBInstanceResourceGroupIdResponse>;
|
|
3722
|
+
listTagResourcesWithOptions(request: ListTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<ListTagResourcesResponse>;
|
|
3723
|
+
listTagResources(request: ListTagResourcesRequest): Promise<ListTagResourcesResponse>;
|
|
3456
3724
|
modifyAccountDescriptionWithOptions(request: ModifyAccountDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyAccountDescriptionResponse>;
|
|
3457
3725
|
modifyAccountDescription(request: ModifyAccountDescriptionRequest): Promise<ModifyAccountDescriptionResponse>;
|
|
3458
3726
|
modifyActiveOperationMaintainConfWithOptions(request: ModifyActiveOperationMaintainConfRequest, runtime: $Util.RuntimeOptions): Promise<ModifyActiveOperationMaintainConfResponse>;
|
|
@@ -3463,6 +3731,8 @@ export default class Client extends OpenApi {
|
|
|
3463
3731
|
modifyDBInstanceClass(request: ModifyDBInstanceClassRequest): Promise<ModifyDBInstanceClassResponse>;
|
|
3464
3732
|
modifyDBInstanceConfigWithOptions(request: ModifyDBInstanceConfigRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConfigResponse>;
|
|
3465
3733
|
modifyDBInstanceConfig(request: ModifyDBInstanceConfigRequest): Promise<ModifyDBInstanceConfigResponse>;
|
|
3734
|
+
modifyDBInstanceConnectionStringWithOptions(request: ModifyDBInstanceConnectionStringRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceConnectionStringResponse>;
|
|
3735
|
+
modifyDBInstanceConnectionString(request: ModifyDBInstanceConnectionStringRequest): Promise<ModifyDBInstanceConnectionStringResponse>;
|
|
3466
3736
|
modifyDBInstanceDescriptionWithOptions(request: ModifyDBInstanceDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDBInstanceDescriptionResponse>;
|
|
3467
3737
|
modifyDBInstanceDescription(request: ModifyDBInstanceDescriptionRequest): Promise<ModifyDBInstanceDescriptionResponse>;
|
|
3468
3738
|
modifyDatabaseDescriptionWithOptions(request: ModifyDatabaseDescriptionRequest, runtime: $Util.RuntimeOptions): Promise<ModifyDatabaseDescriptionResponse>;
|
|
@@ -3475,6 +3745,10 @@ export default class Client extends OpenApi {
|
|
|
3475
3745
|
releaseInstancePublicConnection(request: ReleaseInstancePublicConnectionRequest): Promise<ReleaseInstancePublicConnectionResponse>;
|
|
3476
3746
|
restartDBInstanceWithOptions(request: RestartDBInstanceRequest, runtime: $Util.RuntimeOptions): Promise<RestartDBInstanceResponse>;
|
|
3477
3747
|
restartDBInstance(request: RestartDBInstanceRequest): Promise<RestartDBInstanceResponse>;
|
|
3748
|
+
tagResourcesWithOptions(request: TagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<TagResourcesResponse>;
|
|
3749
|
+
tagResources(request: TagResourcesRequest): Promise<TagResourcesResponse>;
|
|
3750
|
+
untagResourcesWithOptions(request: UntagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<UntagResourcesResponse>;
|
|
3751
|
+
untagResources(request: UntagResourcesRequest): Promise<UntagResourcesResponse>;
|
|
3478
3752
|
updateBackupPolicyWithOptions(request: UpdateBackupPolicyRequest, runtime: $Util.RuntimeOptions): Promise<UpdateBackupPolicyResponse>;
|
|
3479
3753
|
updateBackupPolicy(request: UpdateBackupPolicyRequest): Promise<UpdateBackupPolicyResponse>;
|
|
3480
3754
|
updateDBInstanceSSLWithOptions(request: UpdateDBInstanceSSLRequest, runtime: $Util.RuntimeOptions): Promise<UpdateDBInstanceSSLResponse>;
|