@alicloud/polardb20170801 5.1.6 → 5.1.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/dist/client.d.ts +1 -0
- package/dist/client.js +2 -0
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +3 -0
package/dist/client.d.ts
CHANGED
|
@@ -7938,6 +7938,7 @@ export declare class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.M
|
|
|
7938
7938
|
engine?: string;
|
|
7939
7939
|
expireTime?: string;
|
|
7940
7940
|
expired?: string;
|
|
7941
|
+
hotStandbyCluster?: string;
|
|
7941
7942
|
lockMode?: string;
|
|
7942
7943
|
memorySize?: string;
|
|
7943
7944
|
payType?: string;
|
package/dist/client.js
CHANGED
|
@@ -11502,6 +11502,7 @@ class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
11502
11502
|
engine: 'Engine',
|
|
11503
11503
|
expireTime: 'ExpireTime',
|
|
11504
11504
|
expired: 'Expired',
|
|
11505
|
+
hotStandbyCluster: 'HotStandbyCluster',
|
|
11505
11506
|
lockMode: 'LockMode',
|
|
11506
11507
|
memorySize: 'MemorySize',
|
|
11507
11508
|
payType: 'PayType',
|
|
@@ -11540,6 +11541,7 @@ class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
11540
11541
|
engine: 'string',
|
|
11541
11542
|
expireTime: 'string',
|
|
11542
11543
|
expired: 'string',
|
|
11544
|
+
hotStandbyCluster: 'string',
|
|
11543
11545
|
lockMode: 'string',
|
|
11544
11546
|
memorySize: 'string',
|
|
11545
11547
|
payType: 'string',
|