@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/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -14790,6 +14790,7 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14790
14790
|
engine?: string;
|
|
14791
14791
|
expireTime?: string;
|
|
14792
14792
|
expired?: string;
|
|
14793
|
+
hotStandbyCluster?: string;
|
|
14793
14794
|
lockMode?: string;
|
|
14794
14795
|
memorySize?: string;
|
|
14795
14796
|
payType?: string;
|
|
@@ -14826,6 +14827,7 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14826
14827
|
engine: 'Engine',
|
|
14827
14828
|
expireTime: 'ExpireTime',
|
|
14828
14829
|
expired: 'Expired',
|
|
14830
|
+
hotStandbyCluster: 'HotStandbyCluster',
|
|
14829
14831
|
lockMode: 'LockMode',
|
|
14830
14832
|
memorySize: 'MemorySize',
|
|
14831
14833
|
payType: 'PayType',
|
|
@@ -14865,6 +14867,7 @@ export class DescribeDBClustersResponseBodyItemsDBCluster extends $tea.Model {
|
|
|
14865
14867
|
engine: 'string',
|
|
14866
14868
|
expireTime: 'string',
|
|
14867
14869
|
expired: 'string',
|
|
14870
|
+
hotStandbyCluster: 'string',
|
|
14868
14871
|
lockMode: 'string',
|
|
14869
14872
|
memorySize: 'string',
|
|
14870
14873
|
payType: 'string',
|